@appquality/unguess-design-system 4.0.27 → 4.0.28

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 +15 -0
  2. package/build/index.d.ts +1716 -851
  3. package/build/index.js +15081 -14727
  4. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # v4.0.28 (Fri Mar 14 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Add DraggableItem, DraggableList e PlanCard [#500](https://github.com/AppQuality/unguess-design-system/pull/500) ([@d-beezee](https://github.com/d-beezee) [@cannarocks](https://github.com/cannarocks))
6
+ - Add plan card components with SVG icons [#499](https://github.com/AppQuality/unguess-design-system/pull/499) ([@cannarocks](https://github.com/cannarocks))
7
+ - feat: add Draggable and DraggableList components with stories [#497](https://github.com/AppQuality/unguess-design-system/pull/497) ([@d-beezee](https://github.com/d-beezee))
8
+
9
+ #### Authors: 2
10
+
11
+ - [@d-beezee](https://github.com/d-beezee)
12
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
13
+
14
+ ---
15
+
1
16
  # v4.0.27 (Tue Mar 11 2025)
2
17
 
3
18
  #### 🐛 Bug Fix