@open-inwoner/design-tokens 0.0.23 → 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;
@@ -65,8 +72,8 @@ $oip-accordion-summary-border-bottom-style: solid;
65
72
  $oip-accordion-summary-font-size: 16px;
66
73
  $oip-accordion-summary-font-weight: normal;
67
74
  $oip-accordion-summary-line-height: initial;
68
- $oip-accordion-summary-margin-block-end: 16px;
69
- $oip-accordion-summary-padding-block-start: 0;
75
+ $oip-accordion-summary-margin-block-end: 8px;
76
+ $oip-accordion-summary-padding-block-start: 16px;
70
77
  $oip-accordion-summary-padding-block-end: 8px;
71
78
  $oip-combobox-border-radius: 3px;
72
79
  $oip-combobox-border-style: solid;
@@ -106,7 +113,7 @@ $oip-combobox-popover-listbox-list-padding-inline-end: 0;
106
113
  $oip-combobox-popover-listbox-list-padding-inline-start: 0;
107
114
  $oip-combobox-popover-listbox-list-option-selected-icon-size: 16px;
108
115
  $oip-combobox-icon-size: 16px;
109
- $oip-external-link-background-color: transparent;
116
+ $oip-external-link-background-color: #ffffff;
110
117
  $oip-external-link-color: #000000;
111
118
  $oip-external-link-border-radius: 3px;
112
119
  $oip-external-link-border-style: solid;
@@ -114,6 +121,7 @@ $oip-external-link-border-width: 1px;
114
121
  $oip-external-link-box-shadow: none;
115
122
  $oip-external-link-display: flex;
116
123
  $oip-external-link-flex-direction: row;
124
+ $oip-external-link-font-weight: bold;
117
125
  $oip-external-link-align-items: center;
118
126
  $oip-external-link-row-gap: 8px;
119
127
  $oip-external-link-column-gap: 32px;
@@ -128,8 +136,27 @@ $oip-external-link-body-margin-inline-start: 0;
128
136
  $oip-external-link-body-margin-inline-end: 0;
129
137
  $oip-external-link-body-padding-block-start: 24px;
130
138
  $oip-external-link-body-padding-block-end: 24px;
131
- $oip-external-link-body-padding-inline-start: 24px;
132
- $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;
133
160
  $oip-external-link-custom-icon-color: #000000;
134
161
  $oip-external-link-custom-icon-display: inline-block;
135
162
  $oip-external-link-custom-icon-font-size: 24px;
@@ -167,6 +194,65 @@ $oip-fieldset-horizontal-margin-bottom: 20px;
167
194
  $oip-utrecht-paragraph-centered-text-align: center;
168
195
  $oip-utrecht-paragraph-compact-margin-bottom: 0 !important;
169
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;
170
256
  $oip-utrecht-unordered-list-marker-content: none;
171
257
  $oip-utrecht-unordered-list-nested-margin-inline-start: 0;
172
258
  $oip-utrecht-unordered-list-nested-padding-inline-start: 16px;
@@ -234,6 +320,8 @@ $utrecht-form-fieldset-legend-font-weight: normal;
234
320
  $utrecht-form-fieldset-legend-line-height: 21px;
235
321
  $utrecht-form-fieldset-legend-margin-block-end: 0;
236
322
  $utrecht-form-fieldset-legend-margin-block-start: 0;
323
+ $utrecht-form-label-font-weight: normal;
324
+ $utrecht-form-label-font-size: 16px;
237
325
  $utrecht-heading-font-weight: bold;
238
326
  $utrecht-heading-margin-block-end: 0;
239
327
  $utrecht-heading-margin-block-start: 0;
@@ -384,6 +472,7 @@ $utrecht-textbox-padding-inline-end: 16px;
384
472
  $utrecht-textbox-padding-inline-start: 16px;
385
473
  $utrecht-textbox-focus-background-color: #ffffff;
386
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.
387
476
  $utrecht-document-color: #4b4b4b;
388
477
  $utrecht-document-line-height: 24px; // Default body line-height.
389
478
  $utrecht-typography-sans-serif-font-family: "Body", "Arial", sans-serif;
@@ -423,9 +512,16 @@ $oip-combobox-popover-listbox-list-option-selected-icon-color: $oip-color-fg;
423
512
  $oip-combobox-icon-color: $oip-color-fg;
424
513
  $oip-external-link-border-color: $oip-color-border;
425
514
  $oip-external-link-font-family: $oip-typography-sans-serif-font-family;
515
+ $oip-external-link-list-item-border-color: $oip-color-border;
426
516
  $oip-external-link-content-font-family: $oip-typography-heading-font-family;
427
517
  $oip-external-link-arrow-icon-color: $oip-color-primary;
428
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;
429
525
  $denhaag-action-background-color: $oip-color-bg;
430
526
  $denhaag-action-color: $oip-color-fg;
431
527
  $denhaag-action-border-color: $oip-color-border;
@@ -477,6 +573,7 @@ $utrecht-form-fieldset-section-color: $oip-color-fg-lighter;
477
573
  $utrecht-form-fieldset-legend-color: $oip-color-fg-lighter;
478
574
  $utrecht-form-fieldset-legend-font-family: $oip-typography-sans-serif-font-family;
479
575
  $utrecht-form-fieldset-legend-font-size: $utrecht-paragraph-small-font-size;
576
+ $utrecht-form-label-color: $oip-color-fg;
480
577
  $utrecht-heading-color: $oip-color-fg-heading;
481
578
  $utrecht-heading-font-family: $oip-typography-heading-font-family;
482
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;
@@ -67,8 +74,8 @@
67
74
  --oip-accordion-summary-font-size: 16px;
68
75
  --oip-accordion-summary-font-weight: normal;
69
76
  --oip-accordion-summary-line-height: initial;
70
- --oip-accordion-summary-margin-block-end: 16px;
71
- --oip-accordion-summary-padding-block-start: 0;
77
+ --oip-accordion-summary-margin-block-end: 8px;
78
+ --oip-accordion-summary-padding-block-start: 16px;
72
79
  --oip-accordion-summary-padding-block-end: 8px;
73
80
  --oip-combobox-border-radius: 3px;
74
81
  --oip-combobox-border-style: solid;
@@ -108,7 +115,7 @@
108
115
  --oip-combobox-popover-listbox-list-padding-inline-start: 0;
109
116
  --oip-combobox-popover-listbox-list-option-selected-icon-size: 16px;
110
117
  --oip-combobox-icon-size: 16px;
111
- --oip-external-link-background-color: transparent;
118
+ --oip-external-link-background-color: #ffffff;
112
119
  --oip-external-link-color: #000000;
113
120
  --oip-external-link-border-radius: 3px;
114
121
  --oip-external-link-border-style: solid;
@@ -116,6 +123,7 @@
116
123
  --oip-external-link-box-shadow: none;
117
124
  --oip-external-link-display: flex;
118
125
  --oip-external-link-flex-direction: row;
126
+ --oip-external-link-font-weight: bold;
119
127
  --oip-external-link-align-items: center;
120
128
  --oip-external-link-row-gap: 8px;
121
129
  --oip-external-link-column-gap: 32px;
@@ -130,8 +138,27 @@
130
138
  --oip-external-link-body-margin-inline-end: 0;
131
139
  --oip-external-link-body-padding-block-start: 24px;
132
140
  --oip-external-link-body-padding-block-end: 24px;
133
- --oip-external-link-body-padding-inline-start: 24px;
134
- --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;
135
162
  --oip-external-link-custom-icon-color: #000000;
136
163
  --oip-external-link-custom-icon-display: inline-block;
137
164
  --oip-external-link-custom-icon-font-size: 24px;
@@ -169,6 +196,65 @@
169
196
  --oip-utrecht-paragraph-centered-text-align: center;
170
197
  --oip-utrecht-paragraph-compact-margin-bottom: 0 !important;
171
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;
172
258
  --oip-utrecht-unordered-list-marker-content: none;
173
259
  --oip-utrecht-unordered-list-nested-margin-inline-start: 0;
174
260
  --oip-utrecht-unordered-list-nested-padding-inline-start: 16px;
@@ -236,6 +322,8 @@
236
322
  --utrecht-form-fieldset-legend-line-height: 21px;
237
323
  --utrecht-form-fieldset-legend-margin-block-end: 0;
238
324
  --utrecht-form-fieldset-legend-margin-block-start: 0;
325
+ --utrecht-form-label-font-weight: normal;
326
+ --utrecht-form-label-font-size: 16px;
239
327
  --utrecht-heading-font-weight: bold;
240
328
  --utrecht-heading-margin-block-end: 0;
241
329
  --utrecht-heading-margin-block-start: 0;
@@ -386,6 +474,7 @@
386
474
  --utrecht-textbox-padding-inline-start: 16px;
387
475
  --utrecht-textbox-focus-background-color: #ffffff;
388
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. */
389
478
  --utrecht-document-color: #4b4b4b;
390
479
  --utrecht-document-line-height: 24px; /** Default body line-height. */
391
480
  --utrecht-typography-sans-serif-font-family: "Body", "Arial", sans-serif;
@@ -425,9 +514,16 @@
425
514
  --oip-combobox-icon-color: var(--oip-color-fg);
426
515
  --oip-external-link-border-color: var(--oip-color-border);
427
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);
428
518
  --oip-external-link-content-font-family: var(--oip-typography-heading-font-family);
429
519
  --oip-external-link-arrow-icon-color: var(--oip-color-primary);
430
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);
431
527
  --denhaag-action-background-color: var(--oip-color-bg);
432
528
  --denhaag-action-color: var(--oip-color-fg);
433
529
  --denhaag-action-border-color: var(--oip-color-border);
@@ -479,6 +575,7 @@
479
575
  --utrecht-form-fieldset-legend-color: var(--oip-color-fg-lighter);
480
576
  --utrecht-form-fieldset-legend-font-family: var(--oip-typography-sans-serif-font-family);
481
577
  --utrecht-form-fieldset-legend-font-size: var(--utrecht-paragraph-small-font-size);
578
+ --utrecht-form-label-color: var(--oip-color-fg);
482
579
  --utrecht-heading-color: var(--oip-color-fg-heading);
483
580
  --utrecht-heading-font-family: var(--oip-typography-heading-font-family);
484
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.23",
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
  },
@@ -26,8 +26,8 @@
26
26
  "font-size": {"value": "16px"},
27
27
  "font-weight": {"value": "normal"},
28
28
  "line-height": {"value": "initial"},
29
- "margin-block-end": {"value": "16px"},
30
- "padding-block-start": {"value": "0"},
29
+ "margin-block-end": {"value": "8px"},
30
+ "padding-block-start": {"value": "16px"},
31
31
  "padding-block-end": {"value": "8px"}
32
32
  }
33
33
  }
@@ -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
+ }