@cobre-npm/ds-v3 0.6.0 → 0.7.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.
@@ -522,10 +522,10 @@
522
522
  :root {
523
523
  --cobre-card-border: var(--cobre-border-stroke-M) solid var(--cobre-primary-20);
524
524
  --cobre-card-border-radius: var(--cobre-radius-S);
525
- --cobre-card-padding: 24px;
525
+ --cobre-card-padding: 16px 24px 24px 24px;
526
526
 
527
527
  --cobre-card-header-border: var(--cobre-border-stroke-M) solid var(--cobre-primary-20);
528
- --cobre-card-header-padding: 24px;
528
+ --cobre-card-header-padding: 16px;
529
529
 
530
530
  --cobre-card-content-padding: 24px 0 0 0;
531
531
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"