Compare commits

...

10 Commits

Author SHA1 Message Date
GOMA
fb1d6b1fe3 1.1.2 -> 1.1.3 2025-07-18 13:02:25 +02:00
GOMA
dcc8a0a840 1.1.2 -> 1.1.3 2025-07-18 13:01:21 +02:00
GOMA
014762c46e 📝 docs: CHANGELOG file updated 2025-07-18 13:00:22 +02:00
GOMA
e2d8be7258 📝 docs: README file updated 2025-07-18 12:59:54 +02:00
GOMA
22ae8501a5 📝 docs: README file updated 2025-07-18 10:41:35 +02:00
GOMA
8825b3f084 📝 docs: CHANGELOG file updated 2025-07-18 10:41:24 +02:00
GOMA
01963624e8 1.1.1 -> 1.1.2 2025-07-18 10:41:05 +02:00
GOMA
8f1bb4463e 1.1.0 -> 1.1.1 2025-07-18 10:31:14 +02:00
GOMA
f3f3505b23 1.1.0 -> 1.1.1 2025-07-18 10:11:45 +02:00
GOMA
fcb98bb9b1 📝 docs: README file updated 2025-07-18 10:07:30 +02:00
4 changed files with 19 additions and 8 deletions

View File

@ -5,10 +5,20 @@ 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.1] - 2025-07-18 ## [1.1.3] - 2025-07-18
### Added ### Added
- Added map css files.
## [1.1.2] - 2025-07-18
### Added
- Fixed deployment failures.
## [1.1.1] - 2025-07-18
### Changed
- 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.0** **Current version : 1.1.3**
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,7 +20,9 @@ The project is organized into three main modules:
- [**output**](./output/) - [**output**](./output/)
Contains the Generated final [`variables.css`](./output/variables.css) file, containing all global CSS variables ready for integration into front-end projects. * Contains [`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.0.0", "version": "1.1.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "visua", "name": "visua",
"version": "1.0.0", "version": "1.1.3",
"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.0", "version": "1.1.3",
"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,8 +25,7 @@
}, },
"main": "output/variables.css", "main": "output/variables.css",
"files": [ "files": [
"output/variables.css", "output/*"
"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/"