@appquality/unguess-design-system 2.12.65 → 2.12.67
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 +28 -0
- package/build/index.js +299 -243
- package/build/stories/dropdowns/countermultiselect/_types.d.ts +4 -3
- package/build/stories/dropdowns/menu/index.d.ts +3 -3
- package/build/stories/label/index.d.ts +5 -3
- package/build/stories/player/parts/audioButton.d.ts +1 -7
- package/build/stories/profile-modal/_types.d.ts +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
# v2.12.67 (Fri Feb 03 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Player audio improvements, counter multiselect includes now itemArgs props [#200](https://github.com/AppQuality/unguess-design-system/pull/200) ([@cannarocks](https://github.com/cannarocks))
|
|
6
|
+
- refactor(player): move out styledDiv from component [#198](https://github.com/AppQuality/unguess-design-system/pull/198) ([@cannarocks](https://github.com/cannarocks))
|
|
7
|
+
- feat(profile-modal): add privacy item [#199](https://github.com/AppQuality/unguess-design-system/pull/199) ([@cannarocks](https://github.com/cannarocks))
|
|
8
|
+
|
|
9
|
+
#### Authors: 1
|
|
10
|
+
|
|
11
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
# v2.12.66 (Mon Jan 30 2023)
|
|
16
|
+
|
|
17
|
+
#### 🐛 Bug Fix
|
|
18
|
+
|
|
19
|
+
- Fix dropdowns [#197](https://github.com/AppQuality/unguess-design-system/pull/197) ([@d-beezee](https://github.com/d-beezee) [@marcbon](https://github.com/marcbon))
|
|
20
|
+
- Fix dropdowns 2 [#196](https://github.com/AppQuality/unguess-design-system/pull/196) ([@d-beezee](https://github.com/d-beezee))
|
|
21
|
+
|
|
22
|
+
#### Authors: 2
|
|
23
|
+
|
|
24
|
+
- [@d-beezee](https://github.com/d-beezee)
|
|
25
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
1
29
|
# v2.12.65 (Mon Jan 30 2023)
|
|
2
30
|
|
|
3
31
|
#### 🐛 Bug Fix
|