@open-inwoner/design-tokens 0.0.19 → 0.0.21

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.
@@ -116,7 +116,7 @@ $oip-external-link-body-padding-inline-end: 24px;
116
116
  $oip-external-link-custom-icon-color: #000000;
117
117
  $oip-external-link-custom-icon-display: inline-block;
118
118
  $oip-external-link-custom-icon-font-size: 24px;
119
- $oip-external-link-custom-icon-margin-block-start: 8px;
119
+ $oip-external-link-custom-icon-margin-block-start: 4px;
120
120
  $oip-external-link-custom-icon-margin-block-end: 0;
121
121
  $oip-external-link-custom-icon-margin-inline-start: 0;
122
122
  $oip-external-link-custom-icon-margin-inline-end: 8px;
@@ -362,6 +362,8 @@ $oip-combobox-popover-color: $oip-color-fg;
362
362
  $oip-combobox-popover-listbox-list-option-selected-icon-color: $oip-color-fg;
363
363
  $oip-combobox-icon-color: $oip-color-fg;
364
364
  $oip-external-link-border-color: $oip-color-border;
365
+ $oip-external-link-font-family: $oip-typography-sans-serif-font-family;
366
+ $oip-external-link-content-font-family: $oip-typography-heading-font-family;
365
367
  $oip-external-link-arrow-icon-color: $oip-color-primary;
366
368
  $oip-utrecht-paragraph-muted-color: $oip-color-fg-muted;
367
369
  $denhaag-action-background-color: $oip-color-bg;
@@ -118,7 +118,7 @@
118
118
  --oip-external-link-custom-icon-color: #000000;
119
119
  --oip-external-link-custom-icon-display: inline-block;
120
120
  --oip-external-link-custom-icon-font-size: 24px;
121
- --oip-external-link-custom-icon-margin-block-start: 8px;
121
+ --oip-external-link-custom-icon-margin-block-start: 4px;
122
122
  --oip-external-link-custom-icon-margin-block-end: 0;
123
123
  --oip-external-link-custom-icon-margin-inline-start: 0;
124
124
  --oip-external-link-custom-icon-margin-inline-end: 8px;
@@ -364,6 +364,8 @@
364
364
  --oip-combobox-popover-listbox-list-option-selected-icon-color: var(--oip-color-fg);
365
365
  --oip-combobox-icon-color: var(--oip-color-fg);
366
366
  --oip-external-link-border-color: var(--oip-color-border);
367
+ --oip-external-link-font-family: var(--oip-typography-sans-serif-font-family);
368
+ --oip-external-link-content-font-family: var(--oip-typography-heading-font-family);
367
369
  --oip-external-link-arrow-icon-color: var(--oip-color-primary);
368
370
  --oip-utrecht-paragraph-muted-color: var(--oip-color-fg-muted);
369
371
  --denhaag-action-background-color: var(--oip-color-bg);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-inwoner/design-tokens",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "description": "Design tokens for Open Inwoner",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -10,6 +10,7 @@
10
10
  "box-shadow": {"value": "none"},
11
11
  "display": {"value": "flex"},
12
12
  "flex-direction": {"value": "row"},
13
+ "font-family": {"value": "{oip.typography.sans-serif.font-family}"},
13
14
  "align-items": {"value": "center"},
14
15
  "row-gap": {"value": "8px"},
15
16
  "column-gap": {"value": "32px"},
@@ -36,7 +37,7 @@
36
37
  "color": {"value": "#000000"},
37
38
  "display": {"value": "inline-block"},
38
39
  "font-size": {"value": "24px"},
39
- "margin-block-start": {"value": "8px"},
40
+ "margin-block-start": {"value": "4px"},
40
41
  "margin-block-end": {"value": "0"},
41
42
  "margin-inline-start": {"value": "0"},
42
43
  "margin-inline-end": {"value": "8px"},
@@ -47,6 +48,7 @@
47
48
  },
48
49
  "content": {
49
50
  "color": {"value": "#000000"},
51
+ "font-family": {"value": "{oip.typography.heading.font-family}"},
50
52
  "font-size": {"value": "20px"},
51
53
  "margin-block-start": {"value": "0"},
52
54
  "margin-block-end": {"value": "0"},