@dictu/design-tokens 1.3.0 → 1.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @dictu/design-tokens
2
2
 
3
+ ## 1.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9a90098: Card spacing and gap properties now align with design
8
+
9
+ ## 1.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - ef2c5bf: New design token values
14
+
3
15
  ## 1.3.0
4
16
 
5
17
  ### Minor Changes
package/dist/card.css CHANGED
@@ -4,8 +4,6 @@
4
4
 
5
5
  .dictu-card {
6
6
  --govnl-card-default-focus-border-color: transparant;
7
- --govnl-card-default-main-padding-block-end: 0px;
8
- --govnl-card-default-footer-padding-block-start: 0px;
9
7
  --govnl-card-heading-text-decoration-line: underline;
10
8
  --govnl-card-heading-hover-text-decoration-line: underline;
11
9
  --govnl-card-heading-hover-text-decoration-thickness: max(3px, .1875rem, .12em);
@@ -32,11 +30,8 @@
32
30
  --govnl-card-default-main-padding-block-start: var(--govnl-space-sm);
33
31
  --govnl-card-default-main-padding-inline-end: var(--govnl-space-sm);
34
32
  --govnl-card-default-main-padding-inline-start: var(--govnl-space-sm);
33
+ --govnl-card-default-main-padding-block-end: var(--govnl-space-sm);
35
34
  --govnl-card-default-main-row-gap: var(--govnl-space-xs);
36
- --govnl-card-default-footer-padding-inline-end: var(--govnl-space-sm);
37
- --govnl-card-default-footer-padding-block-end: var(--govnl-space-sm);
38
- --govnl-card-default-footer-padding-inline-start: var(--govnl-space-sm);
39
- --govnl-card-default-footer-row-gap: var(--govnl-space-xs);
40
35
  --govnl-card-accent-background-color: var(--govnl-brand-primary-500);
41
36
  --govnl-card-accent-color: var(--govnl-document-inverse-color);
42
37
  --govnl-card-accent-hover-background-color: var(--govnl-brand-primary-500);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dictu/design-tokens",
3
- "version": "1.3.0",
3
+ "version": "1.4.1",
4
4
  "author": "Dienst ICT Uitvoering",
5
5
  "description": "Design Tokens for DICTU Design system, based on the NL Design System architecture",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -58,28 +58,6 @@
58
58
  "$value": "{govnl.space.sm}"
59
59
  },
60
60
  "padding-block-end": {
61
- "$type": "dimension",
62
- "$value": "0px"
63
- },
64
- "row-gap": {
65
- "$type": "dimension",
66
- "$value": "{govnl.space.xs}"
67
- }
68
- },
69
- "footer": {
70
- "padding-block-start": {
71
- "$type": "dimension",
72
- "$value": "0px"
73
- },
74
- "padding-inline-end": {
75
- "$type": "dimension",
76
- "$value": "{govnl.space.sm}"
77
- },
78
- "padding-block-end": {
79
- "$type": "dimension",
80
- "$value": "{govnl.space.sm}"
81
- },
82
- "padding-inline-start": {
83
61
  "$type": "dimension",
84
62
  "$value": "{govnl.space.sm}"
85
63
  },