@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 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.components.notification.card.padding;
356
+ return theme.space.xxl;
357
357
  }, function (_a) {
358
358
  var theme = _a.theme;
359
359
  return theme.palette.grey["200"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "2.10.7",
3
+ "version": "2.10.8",
4
4
  "dependencies": {
5
5
  "@zendeskgarden/css-bedrock": "^9.0.0",
6
6
  "@zendeskgarden/react-accordions": "^8.49.0",