@appquality/unguess-design-system 3.1.2 → 3.1.39-player
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 +16 -0
- package/build/index.js +269 -273
- package/build/stories/buttons/button/index.stories.d.ts +1 -0
- package/build/stories/dropdowns/select/index.stories.d.ts +1 -0
- package/build/stories/editor/index.stories.d.ts +1 -0
- package/build/stories/player/_types.d.ts +1 -0
- package/build/stories/player/index.stories.d.ts +1 -0
- package/build/stories/player/parts/audioButton.d.ts +1 -3
- package/build/stories/player/parts/controls.d.ts +2 -5
- package/build/stories/player/parts/controlsCenterGroup.d.ts +1 -5
- package/build/stories/player/parts/fullScreenButton.d.ts +2 -9
- package/build/stories/player/parts/video.d.ts +1 -1
- package/build/stories/theme/components.d.ts +4 -9
- package/build/stories/tooltip/index.stories.d.ts +1 -0
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +1 -0
- package/build/stories/typography/typescale/index.stories.d.ts +1 -0
- package/package.json +4 -2
- package/yarn-error.log +13958 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
# v3.1.3 (Wed Aug 16 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Add link parse to editor [#259](https://github.com/AppQuality/unguess-design-system/pull/259) ([@iacopolea](https://github.com/iacopolea) [@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
|
|
6
|
+
- Add link to Editor [#258](https://github.com/AppQuality/unguess-design-system/pull/258) ([@iacopolea](https://github.com/iacopolea))
|
|
7
|
+
- fix: accent button hover color [#256](https://github.com/AppQuality/unguess-design-system/pull/256) ([@iacopolea](https://github.com/iacopolea))
|
|
8
|
+
|
|
9
|
+
#### Authors: 3
|
|
10
|
+
|
|
11
|
+
- Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
|
|
12
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
13
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
1
17
|
# v3.1.2 (Fri Jun 16 2023)
|
|
2
18
|
|
|
3
19
|
#### 🐛 Bug Fix
|