@appquality/unguess-design-system 3.1.72 → 3.1.76
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 +56 -0
- package/build/index.js +225 -177
- package/build/stories/profile-modal/_types.d.ts +16 -0
- package/build/stories/profile-modal/{UserContainer.d.ts → components/UserContainer.d.ts} +1 -1
- package/build/stories/profile-modal/{menuItem.d.ts → components/menuItem.d.ts} +1 -1
- package/build/stories/profile-modal/{previousMenuButton.d.ts → components/previousMenuButton.d.ts} +1 -1
- package/build/stories/profile-modal/{helpMenuItem.d.ts → items/helpMenuItem.d.ts} +1 -1
- package/build/stories/profile-modal/{languageMenuItem.d.ts → items/languageMenuItem.d.ts} +1 -1
- package/build/stories/profile-modal/items/settingsMenuItem.d.ts +21 -0
- package/package.json +1 -1
- package/yarn-error.log +13958 -0
- /package/build/stories/profile-modal/{menuItemIcon.d.ts → components/menuItemIcon.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,59 @@
|
|
|
1
|
+
# v3.1.76 (Thu Feb 22 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- profile modal fixes [#319](https://github.com/AppQuality/unguess-design-system/pull/319) ([@iDome89](https://github.com/iDome89) [@marcbon](https://github.com/marcbon))
|
|
6
|
+
- fixed title translation [#318](https://github.com/AppQuality/unguess-design-system/pull/318) ([@iDome89](https://github.com/iDome89))
|
|
7
|
+
|
|
8
|
+
#### Authors: 2
|
|
9
|
+
|
|
10
|
+
- [@iDome89](https://github.com/iDome89)
|
|
11
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
# v3.1.73 (Wed Feb 21 2024)
|
|
16
|
+
|
|
17
|
+
#### 🐛 Bug Fix
|
|
18
|
+
|
|
19
|
+
- profile modal [#317](https://github.com/AppQuality/unguess-design-system/pull/317) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
|
|
20
|
+
- Profile modal notifications [#316](https://github.com/AppQuality/unguess-design-system/pull/316) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
|
|
21
|
+
|
|
22
|
+
#### Authors: 2
|
|
23
|
+
|
|
24
|
+
- [@iDome89](https://github.com/iDome89)
|
|
25
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
# v3.1.73 (Wed Feb 21 2024)
|
|
30
|
+
|
|
31
|
+
#### 🐛 Bug Fix
|
|
32
|
+
|
|
33
|
+
- profile modal [#317](https://github.com/AppQuality/unguess-design-system/pull/317) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
|
|
34
|
+
- Profile modal notifications [#316](https://github.com/AppQuality/unguess-design-system/pull/316) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
|
|
35
|
+
|
|
36
|
+
#### Authors: 2
|
|
37
|
+
|
|
38
|
+
- [@iDome89](https://github.com/iDome89)
|
|
39
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
# v3.1.73 (Wed Feb 21 2024)
|
|
44
|
+
|
|
45
|
+
#### 🐛 Bug Fix
|
|
46
|
+
|
|
47
|
+
- profile modal [#317](https://github.com/AppQuality/unguess-design-system/pull/317) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
|
|
48
|
+
- Profile modal notifications [#316](https://github.com/AppQuality/unguess-design-system/pull/316) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
|
|
49
|
+
|
|
50
|
+
#### Authors: 2
|
|
51
|
+
|
|
52
|
+
- [@iDome89](https://github.com/iDome89)
|
|
53
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
1
57
|
# v3.1.72 (Wed Feb 07 2024)
|
|
2
58
|
|
|
3
59
|
#### 🐛 Bug Fix
|