@open-inwoner/design-tokens 0.0.22 → 0.0.24

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.
@@ -44,6 +44,13 @@ $oip-color-gray-lighter: #7a7a7a; // Default light-gray for table text.
44
44
  $oip-color-gray-lightest: #f3f3f3; // Very lightest gray for hover styles.
45
45
  $oip-color-red-notification: #e50026; // The bright red color for notification badges and texts.
46
46
  $oip-layout-bg: #FFFFFF;
47
+ $oip-spacing-tiny: 2px;
48
+ $oip-spacing-small: 4px;
49
+ $oip-spacing-medium: 8px;
50
+ $oip-spacing-large: 16px;
51
+ $oip-spacing-extra-large: 24px;
52
+ $oip-spacing-giant: 32px;
53
+ $oip-spacing-mega: 80px;
47
54
  $oip-heading-font-family: "Heading", "Arial", sans-serif;
48
55
  $oip-text-margin: 20px;
49
56
  $oip-text-font-size: 16px;
@@ -51,6 +58,23 @@ $oip-text-big-font-size: 24px;
51
58
  $oip-text-line-height: 24px;
52
59
  $oip-typography-sans-serif-font-family: "Body", "Arial", sans-serif;
53
60
  $oip-typography-heading-font-family: "Heading", "Arial", sans-serif;
61
+ $oip-accordion-margin-block-start: 40px;
62
+ $oip-accordion-margin-block-end: 0;
63
+ $oip-accordion-heading-font-size: 20px;
64
+ $oip-accordion-heading-font-weight: bold;
65
+ $oip-accordion-heading-line-height: initial;
66
+ $oip-accordion-heading-margin-block-start: 0;
67
+ $oip-accordion-heading-margin-block-end: 0;
68
+ $oip-accordion-heading-margin-inline-start: 0;
69
+ $oip-accordion-heading-margin-inline-end: 0;
70
+ $oip-accordion-summary-border-bottom-width: 1px;
71
+ $oip-accordion-summary-border-bottom-style: solid;
72
+ $oip-accordion-summary-font-size: 16px;
73
+ $oip-accordion-summary-font-weight: normal;
74
+ $oip-accordion-summary-line-height: initial;
75
+ $oip-accordion-summary-margin-block-end: 8px;
76
+ $oip-accordion-summary-padding-block-start: 16px;
77
+ $oip-accordion-summary-padding-block-end: 8px;
54
78
  $oip-combobox-border-radius: 3px;
55
79
  $oip-combobox-border-style: solid;
56
80
  $oip-combobox-border-width: 1px;
@@ -89,7 +113,7 @@ $oip-combobox-popover-listbox-list-padding-inline-end: 0;
89
113
  $oip-combobox-popover-listbox-list-padding-inline-start: 0;
90
114
  $oip-combobox-popover-listbox-list-option-selected-icon-size: 16px;
91
115
  $oip-combobox-icon-size: 16px;
92
- $oip-external-link-background-color: transparent;
116
+ $oip-external-link-background-color: #ffffff;
93
117
  $oip-external-link-color: #000000;
94
118
  $oip-external-link-border-radius: 3px;
95
119
  $oip-external-link-border-style: solid;
@@ -97,6 +121,7 @@ $oip-external-link-border-width: 1px;
97
121
  $oip-external-link-box-shadow: none;
98
122
  $oip-external-link-display: flex;
99
123
  $oip-external-link-flex-direction: row;
124
+ $oip-external-link-font-weight: bold;
100
125
  $oip-external-link-align-items: center;
101
126
  $oip-external-link-row-gap: 8px;
102
127
  $oip-external-link-column-gap: 32px;
@@ -111,8 +136,27 @@ $oip-external-link-body-margin-inline-start: 0;
111
136
  $oip-external-link-body-margin-inline-end: 0;
112
137
  $oip-external-link-body-padding-block-start: 24px;
113
138
  $oip-external-link-body-padding-block-end: 24px;
114
- $oip-external-link-body-padding-inline-start: 24px;
115
- $oip-external-link-body-padding-inline-end: 24px;
139
+ $oip-external-link-body-padding-inline-start: 16px;
140
+ $oip-external-link-body-padding-inline-end: 16px;
141
+ $oip-external-link-list-margin-block-start: 24px;
142
+ $oip-external-link-list-margin-block-end: 0;
143
+ $oip-external-link-list-margin-inline-start: 0;
144
+ $oip-external-link-list-margin-inline-end: 0;
145
+ $oip-external-link-list-padding-block-start: 0;
146
+ $oip-external-link-list-padding-block-end: 0;
147
+ $oip-external-link-list-padding-inline-start: 0;
148
+ $oip-external-link-list-padding-inline-end: 0;
149
+ $oip-external-link-list-item-margin-block-start: 0;
150
+ $oip-external-link-list-item-margin-block-end: 0;
151
+ $oip-external-link-list-item-margin-inline-start: 0;
152
+ $oip-external-link-list-item-margin-inline-end: 0;
153
+ $oip-external-link-list-item-padding-block-start: 0;
154
+ $oip-external-link-list-item-padding-block-end: 0;
155
+ $oip-external-link-list-item-padding-inline-start: 0;
156
+ $oip-external-link-list-item-padding-inline-end: 0;
157
+ $oip-external-link-list-item-border-radius: 3px;
158
+ $oip-external-link-list-item-border-style: solid;
159
+ $oip-external-link-list-item-border-width: 1px;
116
160
  $oip-external-link-custom-icon-color: #000000;
117
161
  $oip-external-link-custom-icon-display: inline-block;
118
162
  $oip-external-link-custom-icon-font-size: 24px;
@@ -150,6 +194,65 @@ $oip-fieldset-horizontal-margin-bottom: 20px;
150
194
  $oip-utrecht-paragraph-centered-text-align: center;
151
195
  $oip-utrecht-paragraph-compact-margin-bottom: 0 !important;
152
196
  $oip-utrecht-paragraph-compact-margin-top: 0 !important;
197
+ $oip-plugin-card-background-color: #fff;
198
+ $oip-plugin-card-color: #333;
199
+ $oip-plugin-card-max-inline-size: 100%;
200
+ $oip-plugin-card-border-style: solid;
201
+ $oip-plugin-card-border-width: 1px;
202
+ $oip-plugin-card-border-radius: 3px;
203
+ $oip-plugin-card-box-shadow: none;
204
+ $oip-plugin-card-inline-size: 100%;
205
+ $oip-plugin-card-row-gap: 24px;
206
+ $oip-plugin-card-heading-padding-inline-start: 16px;
207
+ $oip-plugin-card-heading-padding-inline-end: 16px;
208
+ $oip-plugin-card-link-padding: 0;
209
+ $oip-plugin-card-link-hover-text-decoration-thickness: 1px;
210
+ $oip-plugin-card-link-hover-text-decoration-line: underline;
211
+ $oip-plugin-card-link-hover-text-underline-offset: auto;
212
+ $oip-plugin-card-content-gap: 24px;
213
+ $oip-plugin-card-content-padding-block-start: 16px;
214
+ $oip-plugin-card-content-padding-block-end: 16px;
215
+ $oip-plugin-card-body-padding-inline-start: 16px;
216
+ $oip-plugin-card-body-padding-inline-end: 16px;
217
+ $oip-plugin-card-list-grid-template-columns: repeat(1, 1fr);
218
+ $oip-plugin-card-list-grid-template-columns-desktop: repeat(2, 1fr);
219
+ $oip-plugin-card-list-list-style-type: none;
220
+ $oip-plugin-card-list-margin-block-start: 0;
221
+ $oip-plugin-card-list-margin-block-end: 0;
222
+ $oip-plugin-card-list-padding-inline-start: 0;
223
+ $oip-plugin-card-list-grid-row-gap: 8px;
224
+ $oip-plugin-card-list-grid-column-gap: 32px;
225
+ $oip-plugin-header-margin-block-start: 0;
226
+ $oip-plugin-header-margin-block-end: 0;
227
+ $oip-plugin-header-margin-inline-start: 0;
228
+ $oip-plugin-header-margin-inline-end: 0;
229
+ $oip-plugin-header-padding-block-start: 0;
230
+ $oip-plugin-header-padding-block-end: 0;
231
+ $oip-plugin-header-padding-inline-start: 0;
232
+ $oip-plugin-header-padding-inline-end: 24px;
233
+ $oip-plugin-header-align-items: center;
234
+ $oip-plugin-header-word-break-mobile: normal;
235
+ $oip-plugin-header-overflow-wrap-mobile: break-word;
236
+ $oip-plugin-header-indicator-notification-indicator-font-size: 12px;
237
+ $oip-plugin-header-indicator-notification-indicator-vertical-align: super;
238
+ $oip-plugin-header-indicator-display-inline: inline-block;
239
+ $oip-plugin-header-indicator-overflow: visible;
240
+ $oip-plugin-header-indicator-position: relative;
241
+ $oip-plugin-header-heading-margin-block-start: 0;
242
+ $oip-plugin-header-heading-margin-block-end: 0;
243
+ $oip-plugin-header-heading-margin-inline-start: 0;
244
+ $oip-plugin-header-heading-margin-inline-end: 0;
245
+ $oip-plugin-header-heading-padding-block-start: 0;
246
+ $oip-plugin-header-heading-padding-block-end: 0;
247
+ $oip-plugin-header-heading-padding-inline-start: 0;
248
+ $oip-plugin-header-heading-padding-inline-end: 0;
249
+ $oip-plugin-grid-list-style-type: none;
250
+ $oip-plugin-grid-margin-block-start: 0;
251
+ $oip-plugin-grid-margin-block-end: 0;
252
+ $oip-plugin-grid-padding-inline-start: 0;
253
+ $oip-plugin-grid-padding-inline-end: 0;
254
+ $oip-plugin-grid-row-gap: 8px;
255
+ $oip-plugin-grid-column-gap: 32px;
153
256
  $oip-utrecht-unordered-list-marker-content: none;
154
257
  $oip-utrecht-unordered-list-nested-margin-inline-start: 0;
155
258
  $oip-utrecht-unordered-list-nested-padding-inline-start: 16px;
@@ -217,6 +320,8 @@ $utrecht-form-fieldset-legend-font-weight: normal;
217
320
  $utrecht-form-fieldset-legend-line-height: 21px;
218
321
  $utrecht-form-fieldset-legend-margin-block-end: 0;
219
322
  $utrecht-form-fieldset-legend-margin-block-start: 0;
323
+ $utrecht-form-label-font-weight: normal;
324
+ $utrecht-form-label-font-size: 16px;
220
325
  $utrecht-heading-font-weight: bold;
221
326
  $utrecht-heading-margin-block-end: 0;
222
327
  $utrecht-heading-margin-block-start: 0;
@@ -367,6 +472,7 @@ $utrecht-textbox-padding-inline-end: 16px;
367
472
  $utrecht-textbox-padding-inline-start: 16px;
368
473
  $utrecht-textbox-focus-background-color: #ffffff;
369
474
  $utrecht-document-font-size: 16px; // The body font-size for the theme.
475
+ $utrecht-document-font-weight: normal; // The body font-weight for the theme.
370
476
  $utrecht-document-color: #4b4b4b;
371
477
  $utrecht-document-line-height: 24px; // Default body line-height.
372
478
  $utrecht-typography-sans-serif-font-family: "Body", "Arial", sans-serif;
@@ -392,6 +498,11 @@ $utrecht-unordered-list-item-margin-block-end: 0;
392
498
  $utrecht-unordered-list-item-padding-inline-start: 0;
393
499
  $utrecht-unordered-list-marker-color: transparent;
394
500
  $oip-heading-fg: $oip-color-fg;
501
+ $oip-accordion-heading-color: $oip-color-fg;
502
+ $oip-accordion-heading-font-family: $oip-typography-heading-font-family;
503
+ $oip-accordion-summary-border-bottom-color: $oip-color-gray;
504
+ $oip-accordion-summary-color: $oip-color-fg;
505
+ $oip-accordion-summary-font-family: $oip-typography-sans-serif-font-family; // If summary is not a true heading, the body font is used.
395
506
  $oip-combobox-border-color: $oip-color-fg;
396
507
  $oip-combobox-font-family: $oip-typography-sans-serif-font-family;
397
508
  $oip-combobox-font-size: $oip-text-font-size;
@@ -401,9 +512,16 @@ $oip-combobox-popover-listbox-list-option-selected-icon-color: $oip-color-fg;
401
512
  $oip-combobox-icon-color: $oip-color-fg;
402
513
  $oip-external-link-border-color: $oip-color-border;
403
514
  $oip-external-link-font-family: $oip-typography-sans-serif-font-family;
515
+ $oip-external-link-list-item-border-color: $oip-color-border;
404
516
  $oip-external-link-content-font-family: $oip-typography-heading-font-family;
405
517
  $oip-external-link-arrow-icon-color: $oip-color-primary;
406
518
  $oip-utrecht-paragraph-muted-color: $oip-color-fg-muted;
519
+ $oip-plugin-card-border-color: $oip-color-border;
520
+ $oip-plugin-card-heading-color: $oip-color-fg-heading;
521
+ $oip-plugin-header-font-family: $oip-typography-heading-font-family;
522
+ $oip-plugin-header-indicator-notification-indicator-color: $oip-color-red-notification;
523
+ $oip-plugin-header-heading-color: $oip-color-fg-heading;
524
+ $oip-plugin-header-heading-font-family: $oip-typography-heading-font-family;
407
525
  $denhaag-action-background-color: $oip-color-bg;
408
526
  $denhaag-action-color: $oip-color-fg;
409
527
  $denhaag-action-border-color: $oip-color-border;
@@ -455,6 +573,7 @@ $utrecht-form-fieldset-section-color: $oip-color-fg-lighter;
455
573
  $utrecht-form-fieldset-legend-color: $oip-color-fg-lighter;
456
574
  $utrecht-form-fieldset-legend-font-family: $oip-typography-sans-serif-font-family;
457
575
  $utrecht-form-fieldset-legend-font-size: $utrecht-paragraph-small-font-size;
576
+ $utrecht-form-label-color: $oip-color-fg;
458
577
  $utrecht-heading-color: $oip-color-fg-heading;
459
578
  $utrecht-heading-font-family: $oip-typography-heading-font-family;
460
579
  $utrecht-heading-1-color: $oip-color-fg-heading;
@@ -46,6 +46,13 @@
46
46
  --oip-color-gray-lightest: #f3f3f3; /** Very lightest gray for hover styles. */
47
47
  --oip-color-red-notification: #e50026; /** The bright red color for notification badges and texts. */
48
48
  --oip-layout-bg: #FFFFFF;
49
+ --oip-spacing-tiny: 2px;
50
+ --oip-spacing-small: 4px;
51
+ --oip-spacing-medium: 8px;
52
+ --oip-spacing-large: 16px;
53
+ --oip-spacing-extra-large: 24px;
54
+ --oip-spacing-giant: 32px;
55
+ --oip-spacing-mega: 80px;
49
56
  --oip-heading-font-family: "Heading", "Arial", sans-serif;
50
57
  --oip-text-margin: 20px;
51
58
  --oip-text-font-size: 16px;
@@ -53,6 +60,23 @@
53
60
  --oip-text-line-height: 24px;
54
61
  --oip-typography-sans-serif-font-family: "Body", "Arial", sans-serif;
55
62
  --oip-typography-heading-font-family: "Heading", "Arial", sans-serif;
63
+ --oip-accordion-margin-block-start: 40px;
64
+ --oip-accordion-margin-block-end: 0;
65
+ --oip-accordion-heading-font-size: 20px;
66
+ --oip-accordion-heading-font-weight: bold;
67
+ --oip-accordion-heading-line-height: initial;
68
+ --oip-accordion-heading-margin-block-start: 0;
69
+ --oip-accordion-heading-margin-block-end: 0;
70
+ --oip-accordion-heading-margin-inline-start: 0;
71
+ --oip-accordion-heading-margin-inline-end: 0;
72
+ --oip-accordion-summary-border-bottom-width: 1px;
73
+ --oip-accordion-summary-border-bottom-style: solid;
74
+ --oip-accordion-summary-font-size: 16px;
75
+ --oip-accordion-summary-font-weight: normal;
76
+ --oip-accordion-summary-line-height: initial;
77
+ --oip-accordion-summary-margin-block-end: 8px;
78
+ --oip-accordion-summary-padding-block-start: 16px;
79
+ --oip-accordion-summary-padding-block-end: 8px;
56
80
  --oip-combobox-border-radius: 3px;
57
81
  --oip-combobox-border-style: solid;
58
82
  --oip-combobox-border-width: 1px;
@@ -91,7 +115,7 @@
91
115
  --oip-combobox-popover-listbox-list-padding-inline-start: 0;
92
116
  --oip-combobox-popover-listbox-list-option-selected-icon-size: 16px;
93
117
  --oip-combobox-icon-size: 16px;
94
- --oip-external-link-background-color: transparent;
118
+ --oip-external-link-background-color: #ffffff;
95
119
  --oip-external-link-color: #000000;
96
120
  --oip-external-link-border-radius: 3px;
97
121
  --oip-external-link-border-style: solid;
@@ -99,6 +123,7 @@
99
123
  --oip-external-link-box-shadow: none;
100
124
  --oip-external-link-display: flex;
101
125
  --oip-external-link-flex-direction: row;
126
+ --oip-external-link-font-weight: bold;
102
127
  --oip-external-link-align-items: center;
103
128
  --oip-external-link-row-gap: 8px;
104
129
  --oip-external-link-column-gap: 32px;
@@ -113,8 +138,27 @@
113
138
  --oip-external-link-body-margin-inline-end: 0;
114
139
  --oip-external-link-body-padding-block-start: 24px;
115
140
  --oip-external-link-body-padding-block-end: 24px;
116
- --oip-external-link-body-padding-inline-start: 24px;
117
- --oip-external-link-body-padding-inline-end: 24px;
141
+ --oip-external-link-body-padding-inline-start: 16px;
142
+ --oip-external-link-body-padding-inline-end: 16px;
143
+ --oip-external-link-list-margin-block-start: 24px;
144
+ --oip-external-link-list-margin-block-end: 0;
145
+ --oip-external-link-list-margin-inline-start: 0;
146
+ --oip-external-link-list-margin-inline-end: 0;
147
+ --oip-external-link-list-padding-block-start: 0;
148
+ --oip-external-link-list-padding-block-end: 0;
149
+ --oip-external-link-list-padding-inline-start: 0;
150
+ --oip-external-link-list-padding-inline-end: 0;
151
+ --oip-external-link-list-item-margin-block-start: 0;
152
+ --oip-external-link-list-item-margin-block-end: 0;
153
+ --oip-external-link-list-item-margin-inline-start: 0;
154
+ --oip-external-link-list-item-margin-inline-end: 0;
155
+ --oip-external-link-list-item-padding-block-start: 0;
156
+ --oip-external-link-list-item-padding-block-end: 0;
157
+ --oip-external-link-list-item-padding-inline-start: 0;
158
+ --oip-external-link-list-item-padding-inline-end: 0;
159
+ --oip-external-link-list-item-border-radius: 3px;
160
+ --oip-external-link-list-item-border-style: solid;
161
+ --oip-external-link-list-item-border-width: 1px;
118
162
  --oip-external-link-custom-icon-color: #000000;
119
163
  --oip-external-link-custom-icon-display: inline-block;
120
164
  --oip-external-link-custom-icon-font-size: 24px;
@@ -152,6 +196,65 @@
152
196
  --oip-utrecht-paragraph-centered-text-align: center;
153
197
  --oip-utrecht-paragraph-compact-margin-bottom: 0 !important;
154
198
  --oip-utrecht-paragraph-compact-margin-top: 0 !important;
199
+ --oip-plugin-card-background-color: #fff;
200
+ --oip-plugin-card-color: #333;
201
+ --oip-plugin-card-max-inline-size: 100%;
202
+ --oip-plugin-card-border-style: solid;
203
+ --oip-plugin-card-border-width: 1px;
204
+ --oip-plugin-card-border-radius: 3px;
205
+ --oip-plugin-card-box-shadow: none;
206
+ --oip-plugin-card-inline-size: 100%;
207
+ --oip-plugin-card-row-gap: 24px;
208
+ --oip-plugin-card-heading-padding-inline-start: 16px;
209
+ --oip-plugin-card-heading-padding-inline-end: 16px;
210
+ --oip-plugin-card-link-padding: 0;
211
+ --oip-plugin-card-link-hover-text-decoration-thickness: 1px;
212
+ --oip-plugin-card-link-hover-text-decoration-line: underline;
213
+ --oip-plugin-card-link-hover-text-underline-offset: auto;
214
+ --oip-plugin-card-content-gap: 24px;
215
+ --oip-plugin-card-content-padding-block-start: 16px;
216
+ --oip-plugin-card-content-padding-block-end: 16px;
217
+ --oip-plugin-card-body-padding-inline-start: 16px;
218
+ --oip-plugin-card-body-padding-inline-end: 16px;
219
+ --oip-plugin-card-list-grid-template-columns: repeat(1, 1fr);
220
+ --oip-plugin-card-list-grid-template-columns-desktop: repeat(2, 1fr);
221
+ --oip-plugin-card-list-list-style-type: none;
222
+ --oip-plugin-card-list-margin-block-start: 0;
223
+ --oip-plugin-card-list-margin-block-end: 0;
224
+ --oip-plugin-card-list-padding-inline-start: 0;
225
+ --oip-plugin-card-list-grid-row-gap: 8px;
226
+ --oip-plugin-card-list-grid-column-gap: 32px;
227
+ --oip-plugin-header-margin-block-start: 0;
228
+ --oip-plugin-header-margin-block-end: 0;
229
+ --oip-plugin-header-margin-inline-start: 0;
230
+ --oip-plugin-header-margin-inline-end: 0;
231
+ --oip-plugin-header-padding-block-start: 0;
232
+ --oip-plugin-header-padding-block-end: 0;
233
+ --oip-plugin-header-padding-inline-start: 0;
234
+ --oip-plugin-header-padding-inline-end: 24px;
235
+ --oip-plugin-header-align-items: center;
236
+ --oip-plugin-header-word-break-mobile: normal;
237
+ --oip-plugin-header-overflow-wrap-mobile: break-word;
238
+ --oip-plugin-header-indicator-notification-indicator-font-size: 12px;
239
+ --oip-plugin-header-indicator-notification-indicator-vertical-align: super;
240
+ --oip-plugin-header-indicator-display-inline: inline-block;
241
+ --oip-plugin-header-indicator-overflow: visible;
242
+ --oip-plugin-header-indicator-position: relative;
243
+ --oip-plugin-header-heading-margin-block-start: 0;
244
+ --oip-plugin-header-heading-margin-block-end: 0;
245
+ --oip-plugin-header-heading-margin-inline-start: 0;
246
+ --oip-plugin-header-heading-margin-inline-end: 0;
247
+ --oip-plugin-header-heading-padding-block-start: 0;
248
+ --oip-plugin-header-heading-padding-block-end: 0;
249
+ --oip-plugin-header-heading-padding-inline-start: 0;
250
+ --oip-plugin-header-heading-padding-inline-end: 0;
251
+ --oip-plugin-grid-list-style-type: none;
252
+ --oip-plugin-grid-margin-block-start: 0;
253
+ --oip-plugin-grid-margin-block-end: 0;
254
+ --oip-plugin-grid-padding-inline-start: 0;
255
+ --oip-plugin-grid-padding-inline-end: 0;
256
+ --oip-plugin-grid-row-gap: 8px;
257
+ --oip-plugin-grid-column-gap: 32px;
155
258
  --oip-utrecht-unordered-list-marker-content: none;
156
259
  --oip-utrecht-unordered-list-nested-margin-inline-start: 0;
157
260
  --oip-utrecht-unordered-list-nested-padding-inline-start: 16px;
@@ -219,6 +322,8 @@
219
322
  --utrecht-form-fieldset-legend-line-height: 21px;
220
323
  --utrecht-form-fieldset-legend-margin-block-end: 0;
221
324
  --utrecht-form-fieldset-legend-margin-block-start: 0;
325
+ --utrecht-form-label-font-weight: normal;
326
+ --utrecht-form-label-font-size: 16px;
222
327
  --utrecht-heading-font-weight: bold;
223
328
  --utrecht-heading-margin-block-end: 0;
224
329
  --utrecht-heading-margin-block-start: 0;
@@ -369,6 +474,7 @@
369
474
  --utrecht-textbox-padding-inline-start: 16px;
370
475
  --utrecht-textbox-focus-background-color: #ffffff;
371
476
  --utrecht-document-font-size: 16px; /** The body font-size for the theme. */
477
+ --utrecht-document-font-weight: normal; /** The body font-weight for the theme. */
372
478
  --utrecht-document-color: #4b4b4b;
373
479
  --utrecht-document-line-height: 24px; /** Default body line-height. */
374
480
  --utrecht-typography-sans-serif-font-family: "Body", "Arial", sans-serif;
@@ -394,6 +500,11 @@
394
500
  --utrecht-unordered-list-item-padding-inline-start: 0;
395
501
  --utrecht-unordered-list-marker-color: transparent;
396
502
  --oip-heading-fg: var(--oip-color-fg);
503
+ --oip-accordion-heading-color: var(--oip-color-fg);
504
+ --oip-accordion-heading-font-family: var(--oip-typography-heading-font-family);
505
+ --oip-accordion-summary-border-bottom-color: var(--oip-color-gray);
506
+ --oip-accordion-summary-color: var(--oip-color-fg);
507
+ --oip-accordion-summary-font-family: var(--oip-typography-sans-serif-font-family); /** If summary is not a true heading, the body font is used. */
397
508
  --oip-combobox-border-color: var(--oip-color-fg);
398
509
  --oip-combobox-font-family: var(--oip-typography-sans-serif-font-family);
399
510
  --oip-combobox-font-size: var(--oip-text-font-size);
@@ -403,9 +514,16 @@
403
514
  --oip-combobox-icon-color: var(--oip-color-fg);
404
515
  --oip-external-link-border-color: var(--oip-color-border);
405
516
  --oip-external-link-font-family: var(--oip-typography-sans-serif-font-family);
517
+ --oip-external-link-list-item-border-color: var(--oip-color-border);
406
518
  --oip-external-link-content-font-family: var(--oip-typography-heading-font-family);
407
519
  --oip-external-link-arrow-icon-color: var(--oip-color-primary);
408
520
  --oip-utrecht-paragraph-muted-color: var(--oip-color-fg-muted);
521
+ --oip-plugin-card-border-color: var(--oip-color-border);
522
+ --oip-plugin-card-heading-color: var(--oip-color-fg-heading);
523
+ --oip-plugin-header-font-family: var(--oip-typography-heading-font-family);
524
+ --oip-plugin-header-indicator-notification-indicator-color: var(--oip-color-red-notification);
525
+ --oip-plugin-header-heading-color: var(--oip-color-fg-heading);
526
+ --oip-plugin-header-heading-font-family: var(--oip-typography-heading-font-family);
409
527
  --denhaag-action-background-color: var(--oip-color-bg);
410
528
  --denhaag-action-color: var(--oip-color-fg);
411
529
  --denhaag-action-border-color: var(--oip-color-border);
@@ -457,6 +575,7 @@
457
575
  --utrecht-form-fieldset-legend-color: var(--oip-color-fg-lighter);
458
576
  --utrecht-form-fieldset-legend-font-family: var(--oip-typography-sans-serif-font-family);
459
577
  --utrecht-form-fieldset-legend-font-size: var(--utrecht-paragraph-small-font-size);
578
+ --utrecht-form-label-color: var(--oip-color-fg);
460
579
  --utrecht-heading-color: var(--oip-color-fg-heading);
461
580
  --utrecht-heading-font-family: var(--oip-typography-heading-font-family);
462
581
  --utrecht-heading-1-color: var(--oip-color-fg-heading);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-inwoner/design-tokens",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "description": "Design tokens for Open Inwoner",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -2,6 +2,15 @@
2
2
  "oip": {
3
3
  "layout": {
4
4
  "bg": {"value": "#FFFFFF"}
5
+ },
6
+ "spacing": {
7
+ "tiny": {"value": "2px"},
8
+ "small": {"value": "4px"},
9
+ "medium": {"value": "8px"},
10
+ "large": {"value": "16px"},
11
+ "extraLarge": {"value": "24px"},
12
+ "giant": {"value": "32px"},
13
+ "mega": {"value": "80px"}
5
14
  }
6
15
  }
7
16
  }
@@ -0,0 +1,9 @@
1
+ {
2
+ "utrecht": {
3
+ "form-label": {
4
+ "color": {"value": "{oip.color.fg}"},
5
+ "font-weight": {"value": "normal"},
6
+ "font-size": {"value": "16px"}
7
+ }
8
+ }
9
+ }
@@ -9,6 +9,10 @@
9
9
  "value": "16px",
10
10
  "comment": "The body font-size for the theme."
11
11
  },
12
+ "font-weight": {
13
+ "value": "normal",
14
+ "comment": "The body font-weight for the theme."
15
+ },
12
16
  "color": {
13
17
  "value": "#4b4b4b"
14
18
  },
@@ -0,0 +1,35 @@
1
+ {
2
+ "oip": {
3
+ "accordion": {
4
+ "margin-block-start": {"value": "40px"},
5
+ "margin-block-end": {"value": "0"},
6
+ "heading": {
7
+ "color": {"value": "{oip.color.fg}"},
8
+ "font-family": {"value": "{oip.typography.heading.font-family}"},
9
+ "font-size": {"value": "20px"},
10
+ "font-weight": {"value": "bold"},
11
+ "line-height": {"value": "initial"},
12
+ "margin-block-start": {"value": "0"},
13
+ "margin-block-end": {"value": "0"},
14
+ "margin-inline-start": {"value": "0"},
15
+ "margin-inline-end": {"value": "0"}
16
+ },
17
+ "summary": {
18
+ "border-bottom-width": {"value": "1px"},
19
+ "border-bottom-style": {"value": "solid"},
20
+ "border-bottom-color": {"value": "{oip.color.gray}"},
21
+ "color": {"value": "{oip.color.fg}"},
22
+ "font-family": {
23
+ "value": "{oip.typography.sans-serif.font-family}",
24
+ "comment": "If summary is not a true heading, the body font is used."
25
+ },
26
+ "font-size": {"value": "16px"},
27
+ "font-weight": {"value": "normal"},
28
+ "line-height": {"value": "initial"},
29
+ "margin-block-end": {"value": "8px"},
30
+ "padding-block-start": {"value": "16px"},
31
+ "padding-block-end": {"value": "8px"}
32
+ }
33
+ }
34
+ }
35
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "oip": {
3
3
  "external-link": {
4
- "background-color": {"value": "transparent"},
4
+ "background-color": {"value": "#ffffff"},
5
5
  "color": {"value": "#000000"},
6
6
  "border-color": {"value": "{oip.color.border}"},
7
7
  "border-radius": {"value": "3px"},
@@ -11,6 +11,7 @@
11
11
  "display": {"value": "flex"},
12
12
  "flex-direction": {"value": "row"},
13
13
  "font-family": {"value": "{oip.typography.sans-serif.font-family}"},
14
+ "font-weight": {"value": "bold"},
14
15
  "align-items": {"value": "center"},
15
16
  "row-gap": {"value": "8px"},
16
17
  "column-gap": {"value": "32px"},
@@ -30,8 +31,32 @@
30
31
  "margin-inline-end": {"value": "0"},
31
32
  "padding-block-start": {"value": "24px"},
32
33
  "padding-block-end": {"value": "24px"},
33
- "padding-inline-start": {"value": "24px"},
34
- "padding-inline-end": {"value": "24px"}
34
+ "padding-inline-start": {"value": "16px"},
35
+ "padding-inline-end": {"value": "16px"}
36
+ },
37
+ "list": {
38
+ "margin-block-start": {"value": "24px"},
39
+ "margin-block-end": {"value": "0"},
40
+ "margin-inline-start": {"value": "0"},
41
+ "margin-inline-end": {"value": "0"},
42
+ "padding-block-start": {"value": "0"},
43
+ "padding-block-end": {"value": "0"},
44
+ "padding-inline-start": {"value": "0"},
45
+ "padding-inline-end": {"value": "0"},
46
+ "item": {
47
+ "margin-block-start": {"value": "0"},
48
+ "margin-block-end": {"value": "0"},
49
+ "margin-inline-start": {"value": "0"},
50
+ "margin-inline-end": {"value": "0"},
51
+ "padding-block-start": {"value": "0"},
52
+ "padding-block-end": {"value": "0"},
53
+ "padding-inline-start": {"value": "0"},
54
+ "padding-inline-end": {"value": "0"},
55
+ "border-color": {"value": "{oip.color.border}"},
56
+ "border-radius": {"value": "3px"},
57
+ "border-style": {"value": "solid"},
58
+ "border-width": {"value": "1px"}
59
+ }
35
60
  },
36
61
  "custom-icon": {
37
62
  "color": {"value": "#000000"},
@@ -0,0 +1,48 @@
1
+ {
2
+ "oip": {
3
+ "plugin-card": {
4
+ "background-color": {"value": "#fff"},
5
+ "color": {"value": "#333"},
6
+ "max-inline-size": {"value": "100%"},
7
+ "border-color": {"value": "{oip.color.border}"},
8
+ "border-style": {"value": "solid"},
9
+ "border-width": {"value": "1px"},
10
+ "border-radius": {"value": "3px"},
11
+ "box-shadow": {"value": "none"},
12
+ "inline-size": {"value": "100%"},
13
+ "row-gap": {"value": "24px"},
14
+ "heading": {
15
+ "color": {"value": "{oip.color.fg-heading}"},
16
+ "padding-inline-start": {"value": "16px"},
17
+ "padding-inline-end": {"value": "16px"}
18
+ },
19
+ "link": {
20
+ "padding": {"value": "0"}
21
+ },
22
+ "link-hover": {
23
+ "text-decoration-thickness": {"value": "1px"},
24
+ "text-decoration-line": {"value": "underline"},
25
+ "text-underline-offset": {"value": "auto"}
26
+ },
27
+ "content": {
28
+ "gap": {"value": "24px"},
29
+ "padding-block-start": {"value": "16px"},
30
+ "padding-block-end": {"value": "16px"}
31
+ },
32
+ "body": {
33
+ "padding-inline-start": {"value": "16px"},
34
+ "padding-inline-end": {"value": "16px"}
35
+ },
36
+ "list": {
37
+ "grid-template-columns": {"value": "repeat(1, 1fr)"},
38
+ "grid-template-columns-desktop": {"value": "repeat(2, 1fr)"},
39
+ "list-style-type": {"value": "none"},
40
+ "margin-block-start": {"value": "0"},
41
+ "margin-block-end": {"value": "0"},
42
+ "padding-inline-start": {"value": "0"},
43
+ "grid-row-gap": {"value": "8px"},
44
+ "grid-column-gap": {"value": "32px"}
45
+ }
46
+ }
47
+ }
48
+ }
@@ -0,0 +1,119 @@
1
+ {
2
+ "oip": {
3
+ "plugin": {
4
+ "header": {
5
+ "margin-block-start": {
6
+ "value": "0"
7
+ },
8
+ "margin-block-end": {
9
+ "value": "0"
10
+ },
11
+ "margin-inline-start": {
12
+ "value": "0"
13
+ },
14
+ "margin-inline-end": {
15
+ "value": "0"
16
+ },
17
+ "padding-block-start": {
18
+ "value": "0"
19
+ },
20
+ "padding-block-end": {
21
+ "value": "0"
22
+ },
23
+ "padding-inline-start": {
24
+ "value": "0"
25
+ },
26
+ "padding-inline-end": {
27
+ "value": "24px"
28
+ },
29
+ "font-family": {
30
+ "value": "{oip.typography.heading.font-family}"
31
+ },
32
+ "align-items": {
33
+ "value": "center"
34
+ },
35
+ "word-break-mobile": {
36
+ "value": "normal"
37
+ },
38
+ "overflow-wrap-mobile": {
39
+ "value": "break-word"
40
+ },
41
+ "indicator": {
42
+ "notification-indicator-color": {
43
+ "value": "{oip.color.red-notification}"
44
+ },
45
+ "notification-indicator-font-size": {
46
+ "value": "12px"
47
+ },
48
+ "notification-indicator-vertical-align": {
49
+ "value": "super"
50
+ },
51
+ "display-inline": {
52
+ "value": "inline-block"
53
+ },
54
+ "overflow": {
55
+ "value": "visible"
56
+ },
57
+ "position": {
58
+ "value": "relative"
59
+ }
60
+ },
61
+ "heading": {
62
+ "color": {
63
+ "value": "{oip.color.fg-heading}"
64
+ },
65
+ "font-family": {
66
+ "value": "{oip.typography.heading.font-family}"
67
+ },
68
+ "margin-block-start": {
69
+ "value": "0"
70
+ },
71
+ "margin-block-end": {
72
+ "value": "0"
73
+ },
74
+ "margin-inline-start": {
75
+ "value": "0"
76
+ },
77
+ "margin-inline-end": {
78
+ "value": "0"
79
+ },
80
+ "padding-block-start": {
81
+ "value": "0"
82
+ },
83
+ "padding-block-end": {
84
+ "value": "0"
85
+ },
86
+ "padding-inline-start": {
87
+ "value": "0"
88
+ },
89
+ "padding-inline-end": {
90
+ "value": "0"
91
+ }
92
+ }
93
+ },
94
+ "grid": {
95
+ "list-style-type": {
96
+ "value": "none"
97
+ },
98
+ "margin-block-start": {
99
+ "value": "0"
100
+ },
101
+ "margin-block-end": {
102
+ "value": "0"
103
+ },
104
+ "padding-inline-start": {
105
+ "value": "0"
106
+ },
107
+ "padding-inline-end": {
108
+ "value": "0"
109
+ },
110
+ "row-gap": {
111
+ "value": "8px"
112
+ },
113
+ "column-gap": {
114
+ "value": "32px"
115
+ }
116
+ }
117
+ }
118
+ }
119
+ }