Compare commits

..

No commits in common. "fb1d6b1fe312247f9ae514fd89db68c2302aecb1" and "320ccccb1b14a5fb452b12c2b8d40a229cbde2a4" have entirely different histories.

4 changed files with 8 additions and 19 deletions

View File

@ -5,20 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.1.3] - 2025-07-18
### Added
- Added map css files.
## [1.1.2] - 2025-07-18
### Added
- Fixed deployment failures.
## [1.1.1] - 2025-07-18 ## [1.1.1] - 2025-07-18
### Changed ### Added
- CSS typography classes have been replaced by css module classes. - CSS typography classes have been replaced by css module classes.
## [1.1.0] - 2025-07-16 ## [1.1.0] - 2025-07-16
### Added ### Added
- CSS typography classes. - CSS typography classes.

View File

@ -1,6 +1,6 @@
# Summary # Summary
**Current version : 1.1.3** **Current version : 1.1.0**
This project defines the *visual foundations* of the **design system** and establishes a strategy for structuring styles to guarantee their *reusability* in the design of graphic interfaces. This project defines the *visual foundations* of the **design system** and establishes a strategy for structuring styles to guarantee their *reusability* in the design of graphic interfaces.
@ -20,9 +20,7 @@ The project is organized into three main modules:
- [**output**](./output/) - [**output**](./output/)
* Contains [`variables.css`](./output/variables.css) file, containing all global CSS variables ready for integration into front-end projects. Contains the Generated final [`variables.css`](./output/variables.css) file, containing all global CSS variables ready for integration into front-end projects.
* Contains [`typography.module.css`](./output/typography.module.css) file, containing the CSS classes defining the different typographic variants available.
## Important ## Important

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "visua", "name": "visua",
"version": "1.1.3", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "visua", "name": "visua",
"version": "1.1.3", "version": "1.0.0",
"license": "UNLICENSED", "license": "UNLICENSED",
"devDependencies": { "devDependencies": {
"sass": "^1.89.2" "sass": "^1.89.2"

View File

@ -1,6 +1,6 @@
{ {
"name": "@cellule-financiere-pmo/visua", "name": "@cellule-financiere-pmo/visua",
"version": "1.1.3", "version": "1.1.0",
"description": "This project defines the visual foundations of the design system and establishes a strategy for structuring styles to guarantee their reusability in the design of graphic interfaces.", "description": "This project defines the visual foundations of the design system and establishes a strategy for structuring styles to guarantee their reusability in the design of graphic interfaces.",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
@ -25,7 +25,8 @@
}, },
"main": "output/variables.css", "main": "output/variables.css",
"files": [ "files": [
"output/*" "output/variables.css",
"output/typography.css"
], ],
"publishConfig": { "publishConfig": {
"registry": "https://gitlab.com/api/v4/projects/71595796/packages/npm/" "registry": "https://gitlab.com/api/v4/projects/71595796/packages/npm/"