@appquality/unguess-design-system 3.0.12-alpha → 3.1.1-fix-svg.0
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 +78 -0
- package/build/index.d.ts +1 -1
- package/build/index.js +836 -674
- package/build/stories/alerts/index.d.ts +1 -1
- package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
- package/build/stories/buttons/anchor/index.d.ts +2 -2
- package/build/stories/buttons/anchor/index.stories.d.ts +5 -5
- package/build/stories/buttons/button/_types.d.ts +2 -29
- package/build/stories/buttons/button/index.d.ts +1 -1
- package/build/stories/buttons/button/index.stories.d.ts +6 -1216
- package/build/stories/buttons/button-group/index.d.ts +2 -2
- package/build/stories/buttons/button-group/index.stories.d.ts +10 -11
- package/build/stories/buttons/icon-button/_types.d.ts +2 -16
- package/build/stories/buttons/icon-button/index.stories.d.ts +2 -2
- package/build/stories/buttons/utils.d.ts +12 -0
- package/build/stories/cards/index.d.ts +6 -0
- package/build/stories/charts/ChartContainer.d.ts +1 -1
- package/build/stories/dropdowns/field/index.d.ts +1 -1
- package/build/stories/dropdowns/select/index.d.ts +1 -1
- package/build/stories/dropdowns/select/index.stories.d.ts +1 -0
- package/build/stories/editor/editorStyle.d.ts +1 -1
- package/build/stories/editor/index.stories.d.ts +1 -0
- package/build/stories/forms/input/index.d.ts +1 -1
- package/build/stories/forms/input-toggle/index.d.ts +1 -1
- package/build/stories/label/index.d.ts +1 -1
- package/build/stories/lightbox/parts/body.d.ts +3 -3
- package/build/stories/lightbox/parts/footer.d.ts +1 -1
- package/build/stories/modals/fullscreen/index.d.ts +4 -4
- package/build/stories/modals/index.d.ts +1 -1
- package/build/stories/navigation/header/header-item/brandItem.d.ts +1 -1
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +1 -1
- package/build/stories/navigation/nav/nav-item/navItemProject.d.ts +1 -1
- package/build/stories/navigation/page-header/index.d.ts +8 -4
- package/build/stories/navigation/page-header/styled/main.d.ts +9 -4
- package/build/stories/player/parts/container.d.ts +1 -1
- package/build/stories/player/parts/controls.d.ts +2 -2
- package/build/stories/player/parts/floatingControls.d.ts +1 -1
- package/build/stories/player/parts/video.d.ts +1 -1
- package/build/stories/profile-modal/menuItem.d.ts +1 -1
- package/build/stories/profile-modal/menuItemIcon.d.ts +1 -1
- package/build/stories/slider/index.d.ts +2 -0
- package/build/stories/slider/parts/container.d.ts +1 -1
- package/build/stories/slider/parts/slickSlider.d.ts +1 -1
- package/build/stories/special-cards/index.d.ts +12 -5
- package/build/stories/special-cards/styled/header.d.ts +10 -3
- package/build/stories/special-cards/styled/meta.d.ts +1 -1
- package/build/stories/special-cards/styled/thumbnail.d.ts +1 -1
- package/build/stories/stepper/index.d.ts +3 -3
- package/build/stories/tags/index.d.ts +3 -3
- package/build/stories/theme/charts.d.ts +1 -17
- package/build/stories/theme/colors.d.ts +5 -10
- package/build/stories/theme/components.d.ts +116 -42
- package/build/stories/theme/gradients.d.ts +0 -1
- package/build/stories/theme/index.d.ts +137 -85
- package/build/stories/theme/mixins.d.ts +2 -2
- package/build/stories/theme/palette.d.ts +35 -36
- package/build/stories/theme/palette.stories.d.ts +19 -5
- package/build/stories/theme/utils.d.ts +6 -2
- package/build/stories/timeline/index.d.ts +2 -2
- package/build/stories/tooltip/index.d.ts +1 -1
- package/build/stories/tooltip/index.stories.d.ts +2 -1
- package/build/stories/typography/paragraph/index.d.ts +2 -2
- package/build/stories/typography/paragraph/index.stories.d.ts +3 -3
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +11 -1
- package/build/stories/typography/typescale/index.d.ts +26 -8
- package/build/stories/typography/typescale/index.stories.d.ts +11 -1
- package/package.json +2 -4
- package/yarn-error.log +10059 -6023
- package/.babelrc.json +0 -3
- package/build/stories/buttons/anchor/_types.d.ts +0 -11
- package/build/stories/buttons/button-group/_types.d.ts +0 -5
- package/build/stories/buttons/utils/useButtonVariant.d.ts +0 -5
- package/build/stories/typography/paragraph/_types.d.ts +0 -5
- package/build/stories/typography/typescale/_types.d.ts +0 -43
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,81 @@
|
|
|
1
|
+
# v3.0.5 (Wed May 31 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Colors [#253](https://github.com/AppQuality/unguess-design-system/pull/253) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks) [@iacopolea](https://github.com/iacopolea))
|
|
6
|
+
- Un 616 colors [#236](https://github.com/AppQuality/unguess-design-system/pull/236) ([@iacopolea](https://github.com/iacopolea))
|
|
7
|
+
- Update rollup configuration [#252](https://github.com/AppQuality/unguess-design-system/pull/252) ([@cannarocks](https://github.com/cannarocks))
|
|
8
|
+
- 🎨 style(input-toggle): remove width property from EditIcon component to allow for dynamic sizing [#250](https://github.com/AppQuality/unguess-design-system/pull/250) ([@marcbon](https://github.com/marcbon))
|
|
9
|
+
|
|
10
|
+
#### Authors: 3
|
|
11
|
+
|
|
12
|
+
- Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
|
|
13
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
14
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# v3.0.4 (Wed May 17 2023)
|
|
19
|
+
|
|
20
|
+
#### 🐛 Bug Fix
|
|
21
|
+
|
|
22
|
+
- Fix SVGR issues [#249](https://github.com/AppQuality/unguess-design-system/pull/249) ([@marcbon](https://github.com/marcbon) [@cannarocks](https://github.com/cannarocks))
|
|
23
|
+
- Fix-svgr-viewbox [#248](https://github.com/AppQuality/unguess-design-system/pull/248) ([@marcbon](https://github.com/marcbon))
|
|
24
|
+
- 🎨 style(tabs/index.tsx): add overflow-x hidden to StyledTabPanel [#247](https://github.com/AppQuality/unguess-design-system/pull/247) ([@marcbon](https://github.com/marcbon))
|
|
25
|
+
|
|
26
|
+
#### Authors: 2
|
|
27
|
+
|
|
28
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
29
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
# v3.0.3 (Fri May 12 2023)
|
|
34
|
+
|
|
35
|
+
#### 🐛 Bug Fix
|
|
36
|
+
|
|
37
|
+
- Fix sidebar toggle WIDTH [#246](https://github.com/AppQuality/unguess-design-system/pull/246) ([@sanchayan721](https://github.com/sanchayan721) [@cannarocks](https://github.com/cannarocks))
|
|
38
|
+
- Fix(SideBar): Sidebar Icon positioning [#245](https://github.com/AppQuality/unguess-design-system/pull/245) ([@sanchayan721](https://github.com/sanchayan721))
|
|
39
|
+
|
|
40
|
+
#### Authors: 2
|
|
41
|
+
|
|
42
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
43
|
+
- Sanchayan Bhunia ([@sanchayan721](https://github.com/sanchayan721))
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
# v3.0.2 (Wed May 10 2023)
|
|
48
|
+
|
|
49
|
+
#### 🐛 Bug Fix
|
|
50
|
+
|
|
51
|
+
- Develop [#244](https://github.com/AppQuality/unguess-design-system/pull/244) ([@marcbon](https://github.com/marcbon))
|
|
52
|
+
- 🔥 chore(package.json): remove react-spring dependency [#243](https://github.com/AppQuality/unguess-design-system/pull/243) ([@marcbon](https://github.com/marcbon))
|
|
53
|
+
|
|
54
|
+
#### Authors: 1
|
|
55
|
+
|
|
56
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
# v2.12.87 (Tue May 09 2023)
|
|
61
|
+
|
|
62
|
+
#### 🐛 Bug Fix
|
|
63
|
+
|
|
64
|
+
- Restore release command [#242](https://github.com/AppQuality/unguess-design-system/pull/242) ([@d-beezee](https://github.com/d-beezee))
|
|
65
|
+
- chore: Restore release command [#241](https://github.com/AppQuality/unguess-design-system/pull/241) ([@d-beezee](https://github.com/d-beezee))
|
|
66
|
+
- Update actions [#240](https://github.com/AppQuality/unguess-design-system/pull/240) ([@d-beezee](https://github.com/d-beezee))
|
|
67
|
+
- ci: Update node version on workflows [#239](https://github.com/AppQuality/unguess-design-system/pull/239) ([@d-beezee](https://github.com/d-beezee))
|
|
68
|
+
- Storybook 7 [#238](https://github.com/AppQuality/unguess-design-system/pull/238) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon) [@d-beezee](https://github.com/d-beezee))
|
|
69
|
+
- Storybook-7 [#237](https://github.com/AppQuality/unguess-design-system/pull/237) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
|
|
70
|
+
|
|
71
|
+
#### Authors: 3
|
|
72
|
+
|
|
73
|
+
- [@d-beezee](https://github.com/d-beezee)
|
|
74
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
75
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
1
79
|
# v2.12.86 (Mon May 08 2023)
|
|
2
80
|
|
|
3
81
|
#### 🐛 Bug Fix
|
package/build/index.d.ts
CHANGED
|
@@ -20,7 +20,6 @@ export * from "./stories/charts/pie";
|
|
|
20
20
|
export * from "./stories/charts/halfPie";
|
|
21
21
|
export * from "./stories/charts/sunburst";
|
|
22
22
|
export * from "./stories/charts/waffle";
|
|
23
|
-
export { CHARTS_COLOR_PALETTE } from "./stories/theme/charts";
|
|
24
23
|
export * from "./stories/close";
|
|
25
24
|
export * from "./stories/drawers";
|
|
26
25
|
export * as DropdownField from "./stories/dropdowns/field";
|
|
@@ -82,6 +81,7 @@ export * from "./stories/tags";
|
|
|
82
81
|
export * from "./stories/tiles";
|
|
83
82
|
export * from "./stories/timeline";
|
|
84
83
|
export * from "./stories/theme";
|
|
84
|
+
export { getColor } from "./stories/theme/utils";
|
|
85
85
|
export * from "./stories/title";
|
|
86
86
|
export * from "./stories/tooltip";
|
|
87
87
|
export * from "./stories/tooltip-modal";
|