@appquality/unguess-design-system 3.1.0 → 3.1.1-fix-svg.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/build/index.js +459 -341
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,35 @@
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
+
1
33
  # v3.0.3 (Fri May 12 2023)
2
34
 
3
35
  #### 🐛 Bug Fix