@appquality/unguess-design-system 4.0.57 ā 4.0.59
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 +24 -0
- package/build/index.js +19183 -20413
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v4.0.59 (Thu Jan 15 2026)
|
|
2
|
+
|
|
3
|
+
#### š Bug Fix
|
|
4
|
+
|
|
5
|
+
- Remove order property from NavAccordionItem styling [#571](https://github.com/AppQuality/unguess-design-system/pull/571) ([@cannarocks](https://github.com/cannarocks))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v4.0.58 (Thu Jan 15 2026)
|
|
14
|
+
|
|
15
|
+
#### š Bug Fix
|
|
16
|
+
|
|
17
|
+
- fix: Add styled-components as a peer dependency in package.json and p⦠[#570](https://github.com/AppQuality/unguess-design-system/pull/570) ([@d-beezee](https://github.com/d-beezee))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- [@d-beezee](https://github.com/d-beezee)
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v4.0.57 (Tue Jan 13 2026)
|
|
2
26
|
|
|
3
27
|
#### š Bug Fix
|