@appquality/unguess-design-system 4.0.1 → 4.0.3

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
@@ -1,3 +1,27 @@
1
+ # v4.0.3 (Mon Oct 21 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix types and stories render [#430](https://github.com/AppQuality/unguess-design-system/pull/430) ([@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.2 (Mon Oct 21 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Add build fixes [#429](https://github.com/AppQuality/unguess-design-system/pull/429) ([@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.1 (Fri Oct 18 2024)
2
26
 
3
27
  #### 🐛 Bug Fix
package/build/index.d.ts CHANGED
@@ -7847,6 +7847,7 @@ export declare const Slider: {
7847
7847
  declare interface SliderArgs extends Settings {
7848
7848
  counter?: boolean;
7849
7849
  onSlideChange?: (currentSlide: number) => void;
7850
+ children?: React.ReactNode;
7850
7851
  }
7851
7852
 
7852
7853
  /**