@appquality/unguess-design-system 2.10.7 → 2.10.8
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.8 (Thu May 05 2022)
|
|
2
|
+
|
|
3
|
+
#### ⚠️ Pushed to `master`
|
|
4
|
+
|
|
5
|
+
- feat(contentcard): update content card padding ([@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.7 (Wed May 04 2022)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/build/index.js
CHANGED
|
@@ -353,7 +353,7 @@ var ContentCard = styled__default["default"](reactNotifications.Well)(templateOb
|
|
|
353
353
|
return theme.borderRadii.lg;
|
|
354
354
|
}, function (_a) {
|
|
355
355
|
var theme = _a.theme;
|
|
356
|
-
return theme.
|
|
356
|
+
return theme.space.xxl;
|
|
357
357
|
}, function (_a) {
|
|
358
358
|
var theme = _a.theme;
|
|
359
359
|
return theme.palette.grey["200"];
|