@appquality/unguess-design-system 4.0.58 → 4.0.60

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.
Files changed (4) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/build/index.d.ts +109 -10602
  3. package/build/index.js +16433 -16420
  4. package/package.json +25 -25
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v4.0.60 (Fri Jan 16 2026)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Fix styled component issue [#572](https://github.com/AppQuality/unguess-design-system/pull/572) ([@d-beezee](https://github.com/d-beezee))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@d-beezee](https://github.com/d-beezee)
10
+
11
+ ---
12
+
13
+ # v4.0.59 (Thu Jan 15 2026)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Remove order property from NavAccordionItem styling [#571](https://github.com/AppQuality/unguess-design-system/pull/571) ([@cannarocks](https://github.com/cannarocks))
18
+
19
+ #### Authors: 1
20
+
21
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
22
+
23
+ ---
24
+
1
25
  # v4.0.58 (Thu Jan 15 2026)
2
26
 
3
27
  #### 🐛 Bug Fix