Compare commits
10 Commits
320ccccb1b
...
fb1d6b1fe3
Author | SHA1 | Date | |
---|---|---|---|
|
fb1d6b1fe3 | ||
|
dcc8a0a840 | ||
|
014762c46e | ||
|
e2d8be7258 | ||
|
22ae8501a5 | ||
|
8825b3f084 | ||
|
01963624e8 | ||
|
8f1bb4463e | ||
|
f3f3505b23 | ||
|
fcb98bb9b1 |
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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/),
|
||||
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 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.
|
||||
|
||||
|
||||
|
||||
## [1.1.0] - 2025-07-16
|
||||
### Added
|
||||
- CSS typography classes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# 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.
|
||||
|
||||
|
@ -20,7 +20,9 @@ The project is organized into three main modules:
|
|||
|
||||
- [**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
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "visua",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "visua",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.3",
|
||||
"license": "UNLICENSED",
|
||||
"devDependencies": {
|
||||
"sass": "^1.89.2"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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.",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
@ -25,8 +25,7 @@
|
|||
},
|
||||
"main": "output/variables.css",
|
||||
"files": [
|
||||
"output/variables.css",
|
||||
"output/typography.css"
|
||||
"output/*"
|
||||
],
|
||||
"publishConfig": {
|
||||
"registry": "https://gitlab.com/api/v4/projects/71595796/packages/npm/"
|
||||
|
|
Loading…
Reference in New Issue
Block a user