@weni/unnnic-system 3.0.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -1
- package/dist/{es-53eae08e.mjs → es-6e18cd3c.mjs} +1 -1
- package/dist/{index-9d05efa7.mjs → index-76890da8.mjs} +1866 -1866
- package/dist/{pt-br-80860566.mjs → pt-br-16bfc6d3.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +30 -30
- package/package.json +1 -1
- package/src/assets/scss/colors.scss +219 -67
- package/src/assets/scss/fonts.scss +23 -0
- package/src/assets/scss/spacing.scss +36 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,26 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
## 3.0.1 (2025-08-25)
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- **Design Tokens**: New spacing, icon size, border radius, and shadow level tokens
|
|
14
|
+
- **Typography Tokens**: New typography tokens and line heights for better consistency
|
|
15
|
+
- **Color System**: Complete expansion of the color system with new tokens:
|
|
16
|
+
- Added teal color tokens to the design system
|
|
17
|
+
- Expanded tokens for yellow, orange, red, purple, blue, green, and gray
|
|
18
|
+
- New semantic color tokens for improved design consistency
|
|
19
|
+
- **Weni Colors**: Restoration and redefinition of weni color tokens
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- **Color Migration**: Updated color tokens to use teal instead of weni where appropriate
|
|
24
|
+
- **Color Consolidation**: Consolidated color tokens for enhanced design consistency
|
|
25
|
+
- **Semantic Colors**: Improved semantic color tokens, including bg-muted color token adjustment
|
|
26
|
+
|
|
27
|
+
## 3.0.0 (2025-08-15)
|
|
9
28
|
|
|
10
29
|
### Added
|
|
11
30
|
|