@appquality/unguess-design-system 2.10.45 → 2.10.46
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 +12 -0
- package/build/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v2.10.46 (Wed Jun 08 2022)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- fix(special-card): update base card padding [#69](https://github.com/AppQuality/unguess-design-system/pull/69) ([@cannarocks](https://github.com/cannarocks))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v2.10.45 (Tue Jun 07 2022)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/build/index.js
CHANGED
|
@@ -731,7 +731,7 @@ var UgContentCard = styled__default["default"](reactNotifications.Well)(template
|
|
|
731
731
|
return theme.borderRadii.lg;
|
|
732
732
|
}, function (_a) {
|
|
733
733
|
var theme = _a.theme;
|
|
734
|
-
return "".concat(theme.space.
|
|
734
|
+
return "".concat(theme.space.sm, " ").concat(theme.space.base * 4, "px");
|
|
735
735
|
}, function (_a) {
|
|
736
736
|
var theme = _a.theme;
|
|
737
737
|
return theme.palette.grey["200"];
|