@appquality/unguess-design-system 3.1.99-beta-attachments → 3.1.101-attachments
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 +136 -0
- package/build/index.d.ts +1 -0
- package/build/index.js +684 -354
- package/build/stories/buttons/button/index.stories.d.ts +0 -1
- package/build/stories/buttons/utils.d.ts +39 -39
- package/build/stories/chat/_types.d.ts +4 -2
- package/build/stories/chat/context/chatContext.d.ts +0 -1
- package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +0 -8
- package/build/stories/dropdowns/select/index.stories.d.ts +0 -1
- package/build/stories/editor/index.stories.d.ts +0 -1
- package/build/stories/highlight/_types.d.ts +38 -0
- package/build/stories/highlight/highlightContext.d.ts +10 -0
- package/build/stories/highlight/index.d.ts +10 -0
- package/build/stories/highlight/index.stories.d.ts +18 -0
- package/build/stories/highlight/searchable.d.ts +4 -0
- package/build/stories/player/_types.d.ts +18 -0
- package/build/stories/player/index.stories.d.ts +1 -2
- package/build/stories/player/parts/bookmark.d.ts +2 -0
- package/build/stories/player/parts/controls.d.ts +7 -2
- package/build/stories/player/parts/controlsCenterGroup.d.ts +2 -1
- package/build/stories/player/parts/cutterButton.d.ts +6 -0
- package/build/stories/player/parts/progress.d.ts +11 -0
- package/build/stories/player/parts/progressContext.d.ts +16 -0
- package/build/stories/player/parts/timeLabel.d.ts +2 -2
- package/package.json +1 -1
- package/yarn-error.log +17994 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,139 @@
|
|
|
1
|
+
# v3.1.77 (Mon Feb 26 2024)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# v3.1.77 (Mon Feb 26 2024)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v3.1.76 (Thu Feb 22 2024)
|
|
14
|
+
|
|
15
|
+
#### 🐛 Bug Fix
|
|
16
|
+
|
|
17
|
+
- profile modal fixes [#319](https://github.com/AppQuality/unguess-design-system/pull/319) ([@iDome89](https://github.com/iDome89) [@marcbon](https://github.com/marcbon))
|
|
18
|
+
- fixed title translation [#318](https://github.com/AppQuality/unguess-design-system/pull/318) ([@iDome89](https://github.com/iDome89))
|
|
19
|
+
|
|
20
|
+
#### Authors: 2
|
|
21
|
+
|
|
22
|
+
- [@iDome89](https://github.com/iDome89)
|
|
23
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
# v3.1.73 (Wed Feb 21 2024)
|
|
28
|
+
|
|
29
|
+
#### 🐛 Bug Fix
|
|
30
|
+
|
|
31
|
+
- profile modal [#317](https://github.com/AppQuality/unguess-design-system/pull/317) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
|
|
32
|
+
- Profile modal notifications [#316](https://github.com/AppQuality/unguess-design-system/pull/316) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
|
|
33
|
+
|
|
34
|
+
#### Authors: 2
|
|
35
|
+
|
|
36
|
+
- [@iDome89](https://github.com/iDome89)
|
|
37
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
# v3.1.73 (Wed Feb 21 2024)
|
|
42
|
+
|
|
43
|
+
#### 🐛 Bug Fix
|
|
44
|
+
|
|
45
|
+
- profile modal [#317](https://github.com/AppQuality/unguess-design-system/pull/317) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
|
|
46
|
+
- Profile modal notifications [#316](https://github.com/AppQuality/unguess-design-system/pull/316) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
|
|
47
|
+
|
|
48
|
+
#### Authors: 2
|
|
49
|
+
|
|
50
|
+
- [@iDome89](https://github.com/iDome89)
|
|
51
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
# v3.1.73 (Wed Feb 21 2024)
|
|
56
|
+
|
|
57
|
+
#### 🐛 Bug Fix
|
|
58
|
+
|
|
59
|
+
- profile modal [#317](https://github.com/AppQuality/unguess-design-system/pull/317) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
|
|
60
|
+
- Profile modal notifications [#316](https://github.com/AppQuality/unguess-design-system/pull/316) ([@marcbon](https://github.com/marcbon) [@iDome89](https://github.com/iDome89))
|
|
61
|
+
|
|
62
|
+
#### Authors: 2
|
|
63
|
+
|
|
64
|
+
- [@iDome89](https://github.com/iDome89)
|
|
65
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
# v3.1.72 (Wed Feb 07 2024)
|
|
70
|
+
|
|
71
|
+
#### 🐛 Bug Fix
|
|
72
|
+
|
|
73
|
+
- Update stream player [#315](https://github.com/AppQuality/unguess-design-system/pull/315) ([@d-beezee](https://github.com/d-beezee))
|
|
74
|
+
- chore: Update stream player [#314](https://github.com/AppQuality/unguess-design-system/pull/314) ([@d-beezee](https://github.com/d-beezee))
|
|
75
|
+
|
|
76
|
+
#### Authors: 1
|
|
77
|
+
|
|
78
|
+
- [@d-beezee](https://github.com/d-beezee)
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
# v3.1.71 (Mon Jan 29 2024)
|
|
83
|
+
|
|
84
|
+
#### 🐛 Bug Fix
|
|
85
|
+
|
|
86
|
+
- UI fixes pre release [#313](https://github.com/AppQuality/unguess-design-system/pull/313) ([@marcbon](https://github.com/marcbon))
|
|
87
|
+
- Fixes-pre-release [#312](https://github.com/AppQuality/unguess-design-system/pull/312) ([@marcbon](https://github.com/marcbon))
|
|
88
|
+
|
|
89
|
+
#### Authors: 1
|
|
90
|
+
|
|
91
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
# v3.1.70 (Fri Jan 26 2024)
|
|
96
|
+
|
|
97
|
+
#### 🐛 Bug Fix
|
|
98
|
+
|
|
99
|
+
- Add supports to very long comments [#311](https://github.com/AppQuality/unguess-design-system/pull/311) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
|
|
100
|
+
- 🐛 fix(chat): remove unnecessary text in chat message [#310](https://github.com/AppQuality/unguess-design-system/pull/310) ([@marcbon](https://github.com/marcbon))
|
|
101
|
+
|
|
102
|
+
#### Authors: 2
|
|
103
|
+
|
|
104
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
105
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
# v3.1.69 (Fri Jan 26 2024)
|
|
110
|
+
|
|
111
|
+
#### 🐛 Bug Fix
|
|
112
|
+
|
|
113
|
+
- Chat fixes [#309](https://github.com/AppQuality/unguess-design-system/pull/309) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
|
|
114
|
+
- Fix-chat-floating-menu-crash [#308](https://github.com/AppQuality/unguess-design-system/pull/308) ([@marcbon](https://github.com/marcbon))
|
|
115
|
+
|
|
116
|
+
#### Authors: 2
|
|
117
|
+
|
|
118
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
119
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
# v3.1.68 (Wed Jan 24 2024)
|
|
124
|
+
|
|
125
|
+
#### 🐛 Bug Fix
|
|
126
|
+
|
|
127
|
+
- Add email to mentionList ✨ [#307](https://github.com/AppQuality/unguess-design-system/pull/307) ([@iDome89](https://github.com/iDome89) [@cannarocks](https://github.com/cannarocks))
|
|
128
|
+
- fix: added email to mention [#306](https://github.com/AppQuality/unguess-design-system/pull/306) ([@iDome89](https://github.com/iDome89))
|
|
129
|
+
|
|
130
|
+
#### Authors: 2
|
|
131
|
+
|
|
132
|
+
- [@iDome89](https://github.com/iDome89)
|
|
133
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
1
137
|
# v3.1.67 (Wed Jan 24 2024)
|
|
2
138
|
|
|
3
139
|
#### 🐛 Bug Fix
|
package/build/index.d.ts
CHANGED
|
@@ -47,6 +47,7 @@ export * from "./stories/forms/toggle";
|
|
|
47
47
|
export * from "./stories/grid/col";
|
|
48
48
|
export * from "./stories/grid/row";
|
|
49
49
|
export * from "./stories/grid/grid";
|
|
50
|
+
export * from "./stories/highlight";
|
|
50
51
|
export * from "./stories/icons";
|
|
51
52
|
export * from "./stories/label";
|
|
52
53
|
export * from "./stories/lightbox";
|