@appquality/unguess-design-system 3.1.106-attachments → 3.1.106-highlight-1
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/.github/workflows/storybook.yml +2 -2
- package/CHANGELOG.md +264 -0
- package/build/index.d.ts +11 -10
- package/build/index.js +1565 -692
- package/build/stories/accordions/index.stories.d.ts +5 -5
- package/build/stories/alerts/index.d.ts +12 -7
- package/build/stories/alerts/index.stories.d.ts +2 -2
- package/build/stories/avatar/InternalAvatar.d.ts +2 -0
- package/build/stories/avatar/index.stories.d.ts +4 -4
- package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
- package/build/stories/buttons/anchor/index.stories.d.ts +4 -4
- package/build/stories/buttons/button/index.d.ts +14 -9
- package/build/stories/buttons/button/index.stories.d.ts +6 -6
- package/build/stories/buttons/button-group/index.stories.d.ts +4 -4
- package/build/stories/buttons/icon-button/index.stories.d.ts +5 -5
- package/build/stories/buttons/split-button/index.stories.d.ts +2 -2
- package/build/stories/buttons/utils.d.ts +117 -108
- package/build/stories/campaign-cards/index.stories.d.ts +3 -3
- package/build/stories/cards/container.stories.d.ts +2 -2
- package/build/stories/cards/index.stories.d.ts +3 -3
- package/build/stories/charts/bar/index.stories.d.ts +3 -3
- package/build/stories/charts/bullet/index.stories.d.ts +3 -3
- package/build/stories/charts/halfPie/index.stories.d.ts +2 -2
- package/build/stories/charts/pie/index.stories.d.ts +4 -4
- package/build/stories/charts/sentiment/index.stories.d.ts +3 -3
- package/build/stories/charts/sunburst/index.stories.d.ts +3 -3
- package/build/stories/charts/waffle/index.stories.d.ts +3 -3
- package/build/stories/chat/_types.d.ts +7 -5
- package/build/stories/chat/context/chatContext.d.ts +4 -4
- package/build/stories/chat/hooks/useMedia.d.ts +5 -2
- package/build/stories/chat/index.d.ts +8 -4
- package/build/stories/chat/index.stories.d.ts +9 -9
- package/build/stories/chat/parts/MediaLightbox.d.ts +2 -2
- package/build/stories/chat/parts/ThumbnailContainer/Thumbnail.d.ts +3 -3
- package/build/stories/chat/parts/ThumbnailContainer/index.d.ts +1 -9
- package/build/stories/chat/parts/comment.d.ts +2 -2
- package/build/stories/chat/parts/containers.d.ts +14 -7
- package/build/stories/chat/parts/header.d.ts +10 -5
- package/build/stories/color-swatch/index.stories.d.ts +3 -3
- package/build/stories/drawers/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/autocomplete/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/countermultiselect/index.stories.d.ts +2 -2
- package/build/stories/dropdowns/field/index.d.ts +12 -7
- package/build/stories/dropdowns/menu/index.stories.d.ts +3 -3
- package/build/stories/dropdowns/select/index.d.ts +8 -4
- package/build/stories/dropdowns/select/index.stories.d.ts +3 -3
- package/build/stories/editor/index.stories.d.ts +6 -6
- package/build/stories/editorWithHighlight/_data.d.ts +17 -0
- package/build/stories/editorWithHighlight/extensions/theme/index.d.ts +346 -0
- package/build/stories/editorWithHighlight/findActiveWord.d.ts +2 -0
- package/build/stories/editorWithHighlight/floatingMenu.d.ts +8 -0
- package/build/stories/editorWithHighlight/getParsedContent.d.ts +26 -0
- package/build/stories/editorWithHighlight/index.d.ts +31 -0
- package/build/stories/editorWithHighlight/index.stories.d.ts +23 -0
- package/build/stories/editorWithHighlight/nodes/active/Component.d.ts +6 -0
- package/build/stories/editorWithHighlight/nodes/active/index.d.ts +4 -0
- package/build/stories/editorWithHighlight/nodes/observation/Component.d.ts +6 -0
- package/build/stories/editorWithHighlight/nodes/observation/index.d.ts +2 -0
- package/build/stories/editorWithHighlight/nodes/paragraph/Component.d.ts +6 -0
- package/build/stories/editorWithHighlight/nodes/paragraph/index.d.ts +2 -0
- package/build/stories/editorWithHighlight/nodes/word/Component.d.ts +6 -0
- package/build/stories/editorWithHighlight/nodes/word/index.d.ts +2 -0
- package/build/stories/editorWithHighlight/search.d.ts +8 -0
- package/build/stories/editorWithHighlight/useEditor.d.ts +11 -0
- package/build/stories/forms/checkbox/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/checkbox/index.stories.d.ts +2 -2
- package/build/stories/forms/input/index.d.ts +13 -8
- package/build/stories/forms/input/index.stories.d.ts +5 -5
- package/build/stories/forms/input-toggle/index.d.ts +9 -4
- package/build/stories/forms/input-toggle/index.stories.d.ts +6 -6
- package/build/stories/forms/mediaInput/index.stories.d.ts +5 -5
- package/build/stories/forms/radio/cards/index.stories.d.ts +3 -3
- package/build/stories/forms/radio/index.stories.d.ts +3 -3
- package/build/stories/forms/textarea/index.stories.d.ts +4 -4
- package/build/stories/forms/toggle/index.stories.d.ts +2 -2
- package/build/stories/grid/col/index.stories.d.ts +4 -4
- package/build/stories/grid/grid/index.stories.d.ts +4 -4
- package/build/stories/grid/row/index.stories.d.ts +2 -2
- package/build/stories/highlight/CreateObservationButton.d.ts +19 -0
- package/build/stories/highlight/_types.d.ts +9 -8
- package/build/stories/highlight/demo-parts/data.d.ts +55 -0
- package/build/stories/highlight/demo-parts/sentiment-tag.d.ts +7 -0
- package/build/stories/highlight/demo-parts/transcript-base.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-diarization.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-paragraph.d.ts +5 -0
- package/build/stories/highlight/demo-parts/transcript-sentiment.d.ts +5 -0
- package/build/stories/highlight/index.stories.d.ts +11 -11
- package/build/stories/highlight/searchable.d.ts +1 -2
- package/build/stories/icons/index.stories.d.ts +2 -2
- package/build/stories/info-cards/index.stories.d.ts +3 -3
- package/build/stories/label/index.d.ts +12 -7
- package/build/stories/label/index.stories.d.ts +3 -3
- package/build/stories/lightbox/index.stories.d.ts +2 -2
- package/build/stories/lightbox/parts/body.d.ts +26 -15
- package/build/stories/lightbox/parts/footer.d.ts +11 -6
- package/build/stories/loaders/dots/index.stories.d.ts +2 -2
- package/build/stories/loaders/progress/index.stories.d.ts +2 -2
- package/build/stories/loaders/skeleton/index.stories.d.ts +3 -3
- package/build/stories/loaders/spinner/index.stories.d.ts +2 -2
- package/build/stories/login-form/index.stories.d.ts +3 -3
- package/build/stories/logo/index.stories.d.ts +2 -2
- package/build/stories/modals/fullscreen/index.d.ts +46 -32
- package/build/stories/modals/fullscreen/index.stories.d.ts +2 -2
- package/build/stories/modals/index.d.ts +11 -6
- package/build/stories/modals/index.stories.d.ts +5 -5
- package/build/stories/multiselect/index.stories.d.ts +3 -3
- package/build/stories/navigation/app-header/index.stories.d.ts +3 -3
- package/build/stories/navigation/header/header-item/brandItem.d.ts +12 -7
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +3 -1
- package/build/stories/navigation/page-header/index.d.ts +43 -26
- package/build/stories/navigation/page-header/index.stories.d.ts +5 -5
- package/build/stories/navigation/page-header/styled/main.d.ts +46 -28
- package/build/stories/notifications/index.stories.d.ts +3 -3
- package/build/stories/pagination/index.stories.d.ts +3 -3
- package/build/stories/player/_types.d.ts +21 -2
- package/build/stories/player/hooks/usePictureInPicture.d.ts +4 -0
- package/build/stories/player/index.d.ts +7 -2
- package/build/stories/player/index.stories.d.ts +7 -4
- package/build/stories/player/parts/CutStart.d.ts +4 -0
- package/build/stories/player/parts/controlButton.d.ts +294 -0
- package/build/stories/player/parts/controls.d.ts +11 -5
- package/build/stories/player/parts/floatingControls.d.ts +1 -0
- package/build/stories/product-cards/index.stories.d.ts +3 -3
- package/build/stories/profile-modal/_types.d.ts +3 -2
- package/build/stories/profile-modal/components/menuItem.d.ts +9 -4
- package/build/stories/profile-modal/index.stories.d.ts +2 -2
- package/build/stories/profile-modal/items/languageMenuItem.d.ts +2 -1
- package/build/stories/profile-modal/items/settingsMenuItem.d.ts +2 -2
- package/build/stories/service-cards/index.stories.d.ts +3 -3
- package/build/stories/slider/index.stories.d.ts +3 -3
- package/build/stories/slider/parts/container.d.ts +10 -5
- package/build/stories/special-cards/index.d.ts +47 -30
- package/build/stories/special-cards/index.stories.d.ts +2 -2
- package/build/stories/special-cards/styled/header.d.ts +38 -21
- package/build/stories/stepper/index.d.ts +32 -21
- package/build/stories/stepper/index.stories.d.ts +3 -3
- package/build/stories/table/index.stories.d.ts +11 -11
- package/build/stories/tabs/index.stories.d.ts +3 -3
- package/build/stories/tags/index.d.ts +28 -20
- package/build/stories/tags/index.stories.d.ts +6 -6
- package/build/stories/theme/colors.stories.d.ts +20 -0
- package/build/stories/theme/palette.stories.d.ts +1 -1
- package/build/stories/tiles/index.stories.d.ts +4 -4
- package/build/stories/timeline/index.d.ts +14 -7
- package/build/stories/timeline/index.stories.d.ts +4 -4
- package/build/stories/title/index.stories.d.ts +2 -2
- package/build/stories/tooltip/_types.d.ts +1 -0
- package/build/stories/tooltip/index.d.ts +1 -278
- package/build/stories/tooltip/index.stories.d.ts +3 -2
- package/build/stories/tooltip-modal/index.stories.d.ts +2 -2
- package/build/stories/typography/block-quote/index.stories.d.ts +2 -2
- package/build/stories/typography/code/index.stories.d.ts +4 -4
- package/build/stories/typography/ellipsis/index.stories.d.ts +2 -2
- package/build/stories/typography/lists/ordered.stories.d.ts +2 -2
- package/build/stories/typography/lists/unordered.stories.d.ts +2 -2
- package/build/stories/typography/paragraph/index.stories.d.ts +2 -2
- package/build/stories/typography/span/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +2 -2
- package/build/stories/typography/typescale/index.d.ts +29 -12
- package/build/stories/typography/typescale/index.stories.d.ts +2 -2
- package/package.json +28 -18
- package/yarn-error.log +13975 -0
- package/.vscode/settings.json +0 -3
- /package/build/stories/player/{parts → context}/progressContext.d.ts +0 -0
- /package/build/stories/player/{parts/utils.d.ts → utils.d.ts} +0 -0
|
@@ -24,10 +24,10 @@ jobs:
|
|
|
24
24
|
- uses: actions/checkout@v2
|
|
25
25
|
with:
|
|
26
26
|
fetch-depth: 0
|
|
27
|
-
- name: Use Node.js
|
|
27
|
+
- name: Use Node.js 18.x
|
|
28
28
|
uses: actions/setup-node@v2
|
|
29
29
|
with:
|
|
30
|
-
node-version: "
|
|
30
|
+
node-version: "18"
|
|
31
31
|
|
|
32
32
|
- name: Publish storybook
|
|
33
33
|
id: storybook
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,267 @@
|
|
|
1
|
+
# v3.1.105 (Mon Sep 23 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- release new version [#407](https://github.com/AppQuality/unguess-design-system/pull/407) ([@Kariamos](https://github.com/Kariamos) [@d-beezee](https://github.com/d-beezee) [@iacopolea](https://github.com/iacopolea))
|
|
6
|
+
- hide language selector [#405](https://github.com/AppQuality/unguess-design-system/pull/405) ([@Kariamos](https://github.com/Kariamos))
|
|
7
|
+
- fix: Update settingValue type to string in UserMenuArgs and SettingsP… [#404](https://github.com/AppQuality/unguess-design-system/pull/404) ([@Kariamos](https://github.com/Kariamos))
|
|
8
|
+
- feat: Add hue colors docs [#406](https://github.com/AppQuality/unguess-design-system/pull/406) ([@d-beezee](https://github.com/d-beezee))
|
|
9
|
+
|
|
10
|
+
#### Authors: 3
|
|
11
|
+
|
|
12
|
+
- [@d-beezee](https://github.com/d-beezee)
|
|
13
|
+
- Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
|
|
14
|
+
- Marco ([@Kariamos](https://github.com/Kariamos))
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# v3.1.104 (Tue Jul 02 2024)
|
|
19
|
+
|
|
20
|
+
#### 🐛 Bug Fix
|
|
21
|
+
|
|
22
|
+
- pipPlayer + chat improvements [#402](https://github.com/AppQuality/unguess-design-system/pull/402) ([@Kariamos](https://github.com/Kariamos) [@iacopolea](https://github.com/iacopolea) [@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
23
|
+
- feat: Add Picture-in-Picture functionality to Player component [#400](https://github.com/AppQuality/unguess-design-system/pull/400) ([@iacopolea](https://github.com/iacopolea))
|
|
24
|
+
- fix: avatar type in the attachments lightbox is now the same as the a… [#401](https://github.com/AppQuality/unguess-design-system/pull/401) ([@Kariamos](https://github.com/Kariamos))
|
|
25
|
+
|
|
26
|
+
#### Authors: 4
|
|
27
|
+
|
|
28
|
+
- Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
29
|
+
- Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
|
|
30
|
+
- Marco ([@Kariamos](https://github.com/Kariamos))
|
|
31
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
# v3.1.103 (Fri Jun 28 2024)
|
|
36
|
+
|
|
37
|
+
#### 🐛 Bug Fix
|
|
38
|
+
|
|
39
|
+
- release 20240628 [#399](https://github.com/AppQuality/unguess-design-system/pull/399) ([@iDome89](https://github.com/iDome89) [@marcbon](https://github.com/marcbon))
|
|
40
|
+
- fix words in obs [#398](https://github.com/AppQuality/unguess-design-system/pull/398) ([@iDome89](https://github.com/iDome89))
|
|
41
|
+
- Add highlited observations fix [#397](https://github.com/AppQuality/unguess-design-system/pull/397) ([@iDome89](https://github.com/iDome89))
|
|
42
|
+
|
|
43
|
+
#### Authors: 2
|
|
44
|
+
|
|
45
|
+
- [@iDome89](https://github.com/iDome89)
|
|
46
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
# v3.1.102 (Fri Jun 21 2024)
|
|
51
|
+
|
|
52
|
+
#### 🐛 Bug Fix
|
|
53
|
+
|
|
54
|
+
- The player offers now an expert mode with full control [#396](https://github.com/AppQuality/unguess-design-system/pull/396) ([@cannarocks](https://github.com/cannarocks))
|
|
55
|
+
- "Refactor Player component to use PlayerProvider for better context management" [#395](https://github.com/AppQuality/unguess-design-system/pull/395) ([@cannarocks](https://github.com/cannarocks))
|
|
56
|
+
|
|
57
|
+
#### Authors: 1
|
|
58
|
+
|
|
59
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
# v3.1.101 (Wed Jun 12 2024)
|
|
64
|
+
|
|
65
|
+
#### 🐛 Bug Fix
|
|
66
|
+
|
|
67
|
+
- Player improvements [#394](https://github.com/AppQuality/unguess-design-system/pull/394) ([@marcbon](https://github.com/marcbon))
|
|
68
|
+
- 🔧 refactor(player): add showControls prop to FloatingControls component [#393](https://github.com/AppQuality/unguess-design-system/pull/393) ([@marcbon](https://github.com/marcbon))
|
|
69
|
+
- ✨ feat(player): add CutStart component to show start point when cutting video [#392](https://github.com/AppQuality/unguess-design-system/pull/392) ([@marcbon](https://github.com/marcbon))
|
|
70
|
+
|
|
71
|
+
#### Authors: 1
|
|
72
|
+
|
|
73
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
# v3.1.100 (Tue Jun 11 2024)
|
|
78
|
+
|
|
79
|
+
#### 🐛 Bug Fix
|
|
80
|
+
|
|
81
|
+
- Improved transcript + player [#391](https://github.com/AppQuality/unguess-design-system/pull/391) ([@marcbon](https://github.com/marcbon))
|
|
82
|
+
- Fix-transcript-obs-button [#388](https://github.com/AppQuality/unguess-design-system/pull/388) ([@marcbon](https://github.com/marcbon))
|
|
83
|
+
- 🩹 fix(controls.tsx, floatingControls.tsx): adjust height to 80px for better [#390](https://github.com/AppQuality/unguess-design-system/pull/390) ([@marcbon](https://github.com/marcbon))
|
|
84
|
+
|
|
85
|
+
#### Authors: 1
|
|
86
|
+
|
|
87
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
# v3.1.99 (Mon Jun 10 2024)
|
|
92
|
+
|
|
93
|
+
#### 🐛 Bug Fix
|
|
94
|
+
|
|
95
|
+
- New version [#385](https://github.com/AppQuality/unguess-design-system/pull/385) ([@iacopolea](https://github.com/iacopolea) [@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon) [@Kariamos](https://github.com/Kariamos))
|
|
96
|
+
- 🚀 feat(player): add showControls prop to PlayerArgs and WrapperProps [#381](https://github.com/AppQuality/unguess-design-system/pull/381) ([@marcbon](https://github.com/marcbon))
|
|
97
|
+
- 🚀 feat(highlight): add CreateObservationButton component [#387](https://github.com/AppQuality/unguess-design-system/pull/387) ([@marcbon](https://github.com/marcbon))
|
|
98
|
+
- feat: centered tooltip attachment text [#386](https://github.com/AppQuality/unguess-design-system/pull/386) ([@Kariamos](https://github.com/Kariamos))
|
|
99
|
+
- feat: added new component for internal avatar [#384](https://github.com/AppQuality/unguess-design-system/pull/384) ([@Kariamos](https://github.com/Kariamos))
|
|
100
|
+
- Attachment error managment [#383](https://github.com/AppQuality/unguess-design-system/pull/383) ([@iacopolea](https://github.com/iacopolea) [@Kariamos](https://github.com/Kariamos))
|
|
101
|
+
- 🚀 feat(cutterButton.tsx): add styled component for Cutter button to prevent [#382](https://github.com/AppQuality/unguess-design-system/pull/382) ([@marcbon](https://github.com/marcbon))
|
|
102
|
+
|
|
103
|
+
#### Authors: 4
|
|
104
|
+
|
|
105
|
+
- Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
|
|
106
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
107
|
+
- Marco ([@Kariamos](https://github.com/Kariamos))
|
|
108
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
109
|
+
|
|
110
|
+
---
|
|
111
|
+
|
|
112
|
+
# v3.1.98 (Tue May 28 2024)
|
|
113
|
+
|
|
114
|
+
#### 🐛 Bug Fix
|
|
115
|
+
|
|
116
|
+
- "Refactor highlight components and add support for multiple observations in transcript" [#380](https://github.com/AppQuality/unguess-design-system/pull/380) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
|
|
117
|
+
- Multiple-obs-support-transcript [#379](https://github.com/AppQuality/unguess-design-system/pull/379) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
|
|
118
|
+
- 🔨 refactor(highlight): remove unnecessary padding in ActiveWord styled component [#378](https://github.com/AppQuality/unguess-design-system/pull/378) ([@marcbon](https://github.com/marcbon))
|
|
119
|
+
|
|
120
|
+
#### Authors: 2
|
|
121
|
+
|
|
122
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
123
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
124
|
+
|
|
125
|
+
---
|
|
126
|
+
|
|
127
|
+
# v3.1.97 (Tue May 28 2024)
|
|
128
|
+
|
|
129
|
+
#### 🐛 Bug Fix
|
|
130
|
+
|
|
131
|
+
- Add highlight support to unselectable [#377](https://github.com/AppQuality/unguess-design-system/pull/377) ([@cannarocks](https://github.com/cannarocks))
|
|
132
|
+
- "Improve styling and functionality for transcript diarization in highlight component" [#376](https://github.com/AppQuality/unguess-design-system/pull/376) ([@cannarocks](https://github.com/cannarocks))
|
|
133
|
+
- Fix obs player [#375](https://github.com/AppQuality/unguess-design-system/pull/375) ([@marcbon](https://github.com/marcbon))
|
|
134
|
+
- 🎨 style(bookmark.tsx): improve styling for active bookmarks in player parts [#374](https://github.com/AppQuality/unguess-design-system/pull/374) ([@marcbon](https://github.com/marcbon))
|
|
135
|
+
|
|
136
|
+
#### Authors: 2
|
|
137
|
+
|
|
138
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
139
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
|
|
143
|
+
# v3.1.96 (Mon May 27 2024)
|
|
144
|
+
|
|
145
|
+
#### 🐛 Bug Fix
|
|
146
|
+
|
|
147
|
+
- Tagging tool improvements [#373](https://github.com/AppQuality/unguess-design-system/pull/373) ([@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
148
|
+
- 🎨 style(bookmark.tsx): add z-index property to hovered bookmark for better layering [#369](https://github.com/AppQuality/unguess-design-system/pull/369) ([@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
149
|
+
- ✨ feat(highlight): add font-weight style to StyledWord in highlight component [#370](https://github.com/AppQuality/unguess-design-system/pull/370) ([@marcbon](https://github.com/marcbon))
|
|
150
|
+
- feat: add random hue to new observation label in index.stories.tsx [#372](https://github.com/AppQuality/unguess-design-system/pull/372) ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
151
|
+
- 🔨 refactor(highlight/index.tsx): improve logic to find closest observation to word [#368](https://github.com/AppQuality/unguess-design-system/pull/368) ([@marcbon](https://github.com/marcbon) [@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
152
|
+
- 🔧 fix(player): update end time for second bookmark in index.stories.tsx [#371](https://github.com/AppQuality/unguess-design-system/pull/371) ([@marcbon](https://github.com/marcbon))
|
|
153
|
+
|
|
154
|
+
#### Authors: 2
|
|
155
|
+
|
|
156
|
+
- Gianpaolo Sinatra ([@sinatragianpaolo](https://github.com/sinatragianpaolo))
|
|
157
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
# v3.1.95 (Fri May 24 2024)
|
|
162
|
+
|
|
163
|
+
#### 🐛 Bug Fix
|
|
164
|
+
|
|
165
|
+
- Fix highlight [#367](https://github.com/AppQuality/unguess-design-system/pull/367) ([@marcbon](https://github.com/marcbon))
|
|
166
|
+
- 🔧 refactor(highlight/index.tsx): remove unnecessary spread operator in Word component [#366](https://github.com/AppQuality/unguess-design-system/pull/366) ([@marcbon](https://github.com/marcbon))
|
|
167
|
+
|
|
168
|
+
#### Authors: 1
|
|
169
|
+
|
|
170
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
# v3.1.94 (Tue May 21 2024)
|
|
175
|
+
|
|
176
|
+
#### 🐛 Bug Fix
|
|
177
|
+
|
|
178
|
+
- Fix player types [#365](https://github.com/AppQuality/unguess-design-system/pull/365) ([@marcbon](https://github.com/marcbon))
|
|
179
|
+
- 🔨 refactor(player): make tags property optional in IBookmark interface [#364](https://github.com/AppQuality/unguess-design-system/pull/364) ([@marcbon](https://github.com/marcbon))
|
|
180
|
+
- Update observation severity colors [#363](https://github.com/AppQuality/unguess-design-system/pull/363) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
|
|
181
|
+
- Player-colors [#362](https://github.com/AppQuality/unguess-design-system/pull/362) ([@marcbon](https://github.com/marcbon))
|
|
182
|
+
|
|
183
|
+
#### Authors: 2
|
|
184
|
+
|
|
185
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
186
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
|
|
190
|
+
# v3.1.93 (Tue May 21 2024)
|
|
191
|
+
|
|
192
|
+
#### 🐛 Bug Fix
|
|
193
|
+
|
|
194
|
+
- Improve video cutting and add debounce to bookmark update [#361](https://github.com/AppQuality/unguess-design-system/pull/361) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
|
|
195
|
+
- Add useDebounce hook for bookmark updates in player controls [#360](https://github.com/AppQuality/unguess-design-system/pull/360) ([@cannarocks](https://github.com/cannarocks))
|
|
196
|
+
- 🚀 feat(player): add PlusIcon component for starting observation in CutterButton [#359](https://github.com/AppQuality/unguess-design-system/pull/359) ([@marcbon](https://github.com/marcbon))
|
|
197
|
+
- Add sentiment data to DemoTranscript [#358](https://github.com/AppQuality/unguess-design-system/pull/358) ([@cannarocks](https://github.com/cannarocks))
|
|
198
|
+
|
|
199
|
+
#### Authors: 2
|
|
200
|
+
|
|
201
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
202
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
203
|
+
|
|
204
|
+
---
|
|
205
|
+
|
|
206
|
+
# v3.1.92 (Fri May 17 2024)
|
|
207
|
+
|
|
208
|
+
#### 🐛 Bug Fix
|
|
209
|
+
|
|
210
|
+
- Update auto version to 11.x.x [#356](https://github.com/AppQuality/unguess-design-system/pull/356) ([@marcbon](https://github.com/marcbon))
|
|
211
|
+
- ⬆️ chore(package.json): update auto dependency to version 11.1.1 [#355](https://github.com/AppQuality/unguess-design-system/pull/355) ([@marcbon](https://github.com/marcbon))
|
|
212
|
+
- Update auto version [#354](https://github.com/AppQuality/unguess-design-system/pull/354) ([@marcbon](https://github.com/marcbon))
|
|
213
|
+
- ⬆️ chore(package.json): update auto package to version 10.29.2 [#353](https://github.com/AppQuality/unguess-design-system/pull/353) ([@marcbon](https://github.com/marcbon))
|
|
214
|
+
- bookmark-tooltip-fix [#352](https://github.com/AppQuality/unguess-design-system/pull/352) ([@iDome89](https://github.com/iDome89) [@marcbon](https://github.com/marcbon))
|
|
215
|
+
- Bookmark tooltip changes [#351](https://github.com/AppQuality/unguess-design-system/pull/351) ([@iDome89](https://github.com/iDome89))
|
|
216
|
+
|
|
217
|
+
#### Authors: 2
|
|
218
|
+
|
|
219
|
+
- [@iDome89](https://github.com/iDome89)
|
|
220
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
221
|
+
|
|
222
|
+
---
|
|
223
|
+
|
|
224
|
+
# v3.1.91 (Fri May 17 2024)
|
|
225
|
+
|
|
226
|
+
#### 🐛 Bug Fix
|
|
227
|
+
|
|
228
|
+
- new feat media attachments [#350](https://github.com/AppQuality/unguess-design-system/pull/350) ([@iacopolea](https://github.com/iacopolea) [@Kariamos](https://github.com/Kariamos))
|
|
229
|
+
- Fix attachments [#348](https://github.com/AppQuality/unguess-design-system/pull/348) ([@iacopolea](https://github.com/iacopolea) [@Kariamos](https://github.com/Kariamos))
|
|
230
|
+
|
|
231
|
+
#### Authors: 2
|
|
232
|
+
|
|
233
|
+
- Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
|
|
234
|
+
- Marco ([@Kariamos](https://github.com/Kariamos))
|
|
235
|
+
|
|
236
|
+
---
|
|
237
|
+
|
|
238
|
+
# v3.1.90 (Thu May 16 2024)
|
|
239
|
+
|
|
240
|
+
#### 🐛 Bug Fix
|
|
241
|
+
|
|
242
|
+
- refactor: Update player background color in Container component [#349](https://github.com/AppQuality/unguess-design-system/pull/349) ([@cannarocks](https://github.com/cannarocks))
|
|
243
|
+
|
|
244
|
+
#### Authors: 1
|
|
245
|
+
|
|
246
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
247
|
+
|
|
248
|
+
---
|
|
249
|
+
|
|
250
|
+
# v3.1.89 (Thu May 16 2024)
|
|
251
|
+
|
|
252
|
+
#### 🐛 Bug Fix
|
|
253
|
+
|
|
254
|
+
- Add tooltip to highlights and a brighter new player [#347](https://github.com/AppQuality/unguess-design-system/pull/347) ([@cannarocks](https://github.com/cannarocks))
|
|
255
|
+
- "Add isTransparent prop to TooltipArgs interface and implement transparent style in Tooltip component" [#345](https://github.com/AppQuality/unguess-design-system/pull/345) ([@cannarocks](https://github.com/cannarocks))
|
|
256
|
+
- "Update player controls and refactor styling" [#346](https://github.com/AppQuality/unguess-design-system/pull/346) ([@cannarocks](https://github.com/cannarocks))
|
|
257
|
+
- Demo [#344](https://github.com/AppQuality/unguess-design-system/pull/344) ([@cannarocks](https://github.com/cannarocks))
|
|
258
|
+
|
|
259
|
+
#### Authors: 1
|
|
260
|
+
|
|
261
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
262
|
+
|
|
263
|
+
---
|
|
264
|
+
|
|
1
265
|
# v3.1.88 (Mon May 13 2024)
|
|
2
266
|
|
|
3
267
|
#### 🐛 Bug Fix
|
package/build/index.d.ts
CHANGED
|
@@ -16,23 +16,23 @@ export * from "./stories/info-cards";
|
|
|
16
16
|
export * from "./stories/special-cards";
|
|
17
17
|
export * from "./stories/charts/bar";
|
|
18
18
|
export * from "./stories/charts/bullet";
|
|
19
|
-
export * from "./stories/charts/pie";
|
|
20
19
|
export * from "./stories/charts/halfPie";
|
|
20
|
+
export * from "./stories/charts/pie";
|
|
21
|
+
export * from "./stories/charts/sentiment";
|
|
21
22
|
export * from "./stories/charts/sunburst";
|
|
22
23
|
export * from "./stories/charts/waffle";
|
|
23
|
-
export * from "./stories/charts/sentiment";
|
|
24
24
|
export * from "./stories/chat";
|
|
25
25
|
export * from "./stories/close";
|
|
26
26
|
export * from "./stories/color-swatch";
|
|
27
27
|
export * from "./stories/drawers";
|
|
28
|
+
export * from "./stories/dropdowns/autocomplete";
|
|
29
|
+
export * from "./stories/dropdowns/countermultiselect";
|
|
28
30
|
export * as DropdownField from "./stories/dropdowns/field";
|
|
29
31
|
export * from "./stories/dropdowns/item";
|
|
30
32
|
export * from "./stories/dropdowns/item-content";
|
|
31
33
|
export * from "./stories/dropdowns/menu";
|
|
32
|
-
export * from "./stories/dropdowns/countermultiselect";
|
|
33
|
-
export * from "./stories/dropdowns/select";
|
|
34
|
-
export * from "./stories/dropdowns/autocomplete";
|
|
35
34
|
export * from "./stories/dropdowns/menuheader";
|
|
35
|
+
export * from "./stories/dropdowns/select";
|
|
36
36
|
export * from "./stories/editor";
|
|
37
37
|
export * from "./stories/forms/checkbox";
|
|
38
38
|
export * from "./stories/forms/checkbox/cards";
|
|
@@ -45,30 +45,30 @@ export * from "./stories/forms/radio/cards";
|
|
|
45
45
|
export * from "./stories/forms/textarea";
|
|
46
46
|
export * from "./stories/forms/toggle";
|
|
47
47
|
export * from "./stories/grid/col";
|
|
48
|
-
export * from "./stories/grid/row";
|
|
49
48
|
export * from "./stories/grid/grid";
|
|
49
|
+
export * from "./stories/grid/row";
|
|
50
50
|
export * from "./stories/highlight";
|
|
51
51
|
export * from "./stories/icons";
|
|
52
52
|
export * from "./stories/label";
|
|
53
53
|
export * from "./stories/lightbox";
|
|
54
|
+
export * from "./stories/loaders/dots";
|
|
54
55
|
export * from "./stories/loaders/progress";
|
|
55
56
|
export * from "./stories/loaders/skeleton";
|
|
56
57
|
export * from "./stories/loaders/spinner";
|
|
57
|
-
export * from "./stories/loaders/dots";
|
|
58
58
|
export * from "./stories/login-form";
|
|
59
59
|
export * from "./stories/logo";
|
|
60
60
|
export * from "./stories/multiselect";
|
|
61
61
|
export * from "./stories/modals";
|
|
62
62
|
export * from "./stories/modals/fullscreen";
|
|
63
|
+
export * from "./stories/navigation/app-header";
|
|
63
64
|
export * from "./stories/navigation/body";
|
|
65
|
+
export * from "./stories/navigation/chrome";
|
|
64
66
|
export * from "./stories/navigation/content";
|
|
65
67
|
export * from "./stories/navigation/header";
|
|
66
68
|
export * from "./stories/navigation/header/header-item";
|
|
67
|
-
export * from "./stories/navigation/app-header";
|
|
68
69
|
export * from "./stories/navigation/main";
|
|
69
70
|
export * from "./stories/navigation/nav";
|
|
70
71
|
export * from "./stories/navigation/nav/nav-item";
|
|
71
|
-
export * from "./stories/navigation/chrome";
|
|
72
72
|
export * from "./stories/notifications";
|
|
73
73
|
export * from "./stories/pagination";
|
|
74
74
|
export * from "./stories/navigation/page-header";
|
|
@@ -76,7 +76,7 @@ export * from "./stories/player";
|
|
|
76
76
|
export * from "./stories/profile-modal";
|
|
77
77
|
export * from "./stories/slider";
|
|
78
78
|
export * from "./stories/stepper";
|
|
79
|
-
export {
|
|
79
|
+
export { Caption, HeaderCell, HeaderRow, Table, Body as TableBody, Cell as TableCell, Head as TableHead, Row as TableRow, } from "./stories/table";
|
|
80
80
|
export { GroupRow, GroupedTable } from "./stories/table/grouped";
|
|
81
81
|
export * from "./stories/tabs";
|
|
82
82
|
export * from "./stories/tags";
|
|
@@ -95,4 +95,5 @@ export * from "./stories/typography/lists";
|
|
|
95
95
|
export * from "./stories/typography/paragraph";
|
|
96
96
|
export * from "./stories/typography/span";
|
|
97
97
|
export * from "./stories/typography/typescale";
|
|
98
|
+
export * from "./stories/editorWithHighlight";
|
|
98
99
|
export { GlobalStyle };
|