@weni/unnnic-system 3.0.1-alpha.1 → 3.0.1-alpha.2

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 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
- ## 3.0.0 (2025-01-15)
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