Compare commits
No commits in common. "fb1d6b1fe312247f9ae514fd89db68c2302aecb1" and "320ccccb1b14a5fb452b12c2b8d40a229cbde2a4" have entirely different histories.
fb1d6b1fe3
...
320ccccb1b
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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/),
|
||||
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
|
||||
### Changed
|
||||
### Added
|
||||
- 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.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.
|
||||
|
||||
|
@ -20,9 +20,7 @@ The project is organized into three main modules:
|
|||
|
||||
- [**output**](./output/)
|
||||
|
||||
* 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.
|
||||
Contains the Generated final [`variables.css`](./output/variables.css) file, containing all global CSS variables ready for integration into front-end projects.
|
||||
|
||||
|
||||
## Important
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "visua",
|
||||
"version": "1.1.3",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "visua",
|
||||
"version": "1.1.3",
|
||||
"version": "1.0.0",
|
||||
"license": "UNLICENSED",
|
||||
"devDependencies": {
|
||||
"sass": "^1.89.2"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"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.",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
@ -25,7 +25,8 @@
|
|||
},
|
||||
"main": "output/variables.css",
|
||||
"files": [
|
||||
"output/*"
|
||||
"output/variables.css",
|
||||
"output/typography.css"
|
||||
],
|
||||
"publishConfig": {
|
||||
"registry": "https://gitlab.com/api/v4/projects/71595796/packages/npm/"
|
||||
|
|
Loading…
Reference in New Issue
Block a user