@conduction/theme 1.0.28 → 1.0.29
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/README.md +4 -0
- package/conduction-design-tokens/dist/design-tokens.css +5 -1
- package/conduction-design-tokens/dist/index.js +5 -1
- package/conduction-design-tokens/dist/index.json +86 -0
- package/conduction-design-tokens/dist/index.less +5 -1
- package/conduction-design-tokens/dist/index.scss +5 -1
- package/conduction-design-tokens/dist/tokens.json +96 -1
- package/conduction-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +5 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +86 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +5 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +5 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +96 -1
- package/municipalities/dinkelland-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/epe-design-tokens/dist/design-tokens.css +9 -5
- package/municipalities/epe-design-tokens/dist/index.js +9 -5
- package/municipalities/epe-design-tokens/dist/index.json +94 -8
- package/municipalities/epe-design-tokens/dist/index.less +9 -5
- package/municipalities/epe-design-tokens/dist/index.scss +9 -5
- package/municipalities/epe-design-tokens/dist/tokens.json +104 -9
- package/municipalities/epe-design-tokens/src/component/conduction/card-header.tokens.json +4 -4
- package/municipalities/epe-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/leiden-design-tokens/dist/index.js +5 -1
- package/municipalities/leiden-design-tokens/dist/index.json +86 -0
- package/municipalities/leiden-design-tokens/dist/index.less +5 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +5 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +96 -1
- package/municipalities/leiden-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +8 -5
- package/municipalities/noordwijk-design-tokens/dist/index.js +8 -5
- package/municipalities/noordwijk-design-tokens/dist/index.json +153 -80
- package/municipalities/noordwijk-design-tokens/dist/index.less +8 -5
- package/municipalities/noordwijk-design-tokens/dist/index.scss +8 -5
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +164 -81
- package/municipalities/noordwijk-design-tokens/src/component/conduction/select.tokens.json +20 -1
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/table.tokens.json +4 -4
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +5 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +86 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +5 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +5 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +96 -1
- package/municipalities/tubbergen-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +5 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +86 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +5 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +5 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +96 -1
- package/municipalities/xxllnc-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 24 Aug 2023 11:14:43 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -86,6 +86,9 @@
|
|
|
86
86
|
@leiden-color-error: #d62410;
|
|
87
87
|
@leiden-color-primary-hover: #b81f0e;
|
|
88
88
|
@leiden-color-primary: #d62410;
|
|
89
|
+
@conduction-input-select-placeholder-font-family: @leiden-typography-sans-serif-font-family;
|
|
90
|
+
@conduction-input-select-list-option-hover-font-family: @leiden-typography-sans-serif-font-family;
|
|
91
|
+
@conduction-input-select-list-option-font-family: @leiden-typography-sans-serif-font-family;
|
|
89
92
|
@conduction-input-select-invalid-border-color: @leiden-color-error;
|
|
90
93
|
@conduction-input-select-border-radius: @utrecht-form-input-border-radius;
|
|
91
94
|
@conduction-input-select-background-color: @leiden-color-white-100;
|
|
@@ -281,6 +284,7 @@
|
|
|
281
284
|
@leiden-typography-scale-3xs: @leiden-font-size-3xs;
|
|
282
285
|
@leiden-typography-scale-4xs: @leiden-font-size-4xs;
|
|
283
286
|
@leiden-color-info: @leiden-color-primary;
|
|
287
|
+
@conduction-input-select-placeholder-color: @utrecht-form-input-placeholder-color;
|
|
284
288
|
@conduction-input-select-border: 1px solid @utrecht-form-input-border-color;
|
|
285
289
|
@conduction-card-wrapper-color: @utrecht-document-color;
|
|
286
290
|
@conduction-card-header-color: @utrecht-document-color;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 24 Aug 2023 11:14:43 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -86,6 +86,9 @@ $leiden-color-alert-error: #721c24;
|
|
|
86
86
|
$leiden-color-error: #d62410;
|
|
87
87
|
$leiden-color-primary-hover: #b81f0e;
|
|
88
88
|
$leiden-color-primary: #d62410;
|
|
89
|
+
$conduction-input-select-placeholder-font-family: $leiden-typography-sans-serif-font-family;
|
|
90
|
+
$conduction-input-select-list-option-hover-font-family: $leiden-typography-sans-serif-font-family;
|
|
91
|
+
$conduction-input-select-list-option-font-family: $leiden-typography-sans-serif-font-family;
|
|
89
92
|
$conduction-input-select-invalid-border-color: $leiden-color-error;
|
|
90
93
|
$conduction-input-select-border-radius: $utrecht-form-input-border-radius;
|
|
91
94
|
$conduction-input-select-background-color: $leiden-color-white-100;
|
|
@@ -281,6 +284,7 @@ $leiden-typography-scale-2xs: $leiden-font-size-2xs;
|
|
|
281
284
|
$leiden-typography-scale-3xs: $leiden-font-size-3xs;
|
|
282
285
|
$leiden-typography-scale-4xs: $leiden-font-size-4xs;
|
|
283
286
|
$leiden-color-info: $leiden-color-primary;
|
|
287
|
+
$conduction-input-select-placeholder-color: $utrecht-form-input-placeholder-color;
|
|
284
288
|
$conduction-input-select-border: 1px solid $utrecht-form-input-border-color;
|
|
285
289
|
$conduction-card-wrapper-color: $utrecht-document-color;
|
|
286
290
|
$conduction-card-header-color: $utrecht-document-color;
|
|
@@ -6187,7 +6187,102 @@
|
|
|
6187
6187
|
]
|
|
6188
6188
|
},
|
|
6189
6189
|
"hover": {},
|
|
6190
|
-
"focus": {}
|
|
6190
|
+
"focus": {},
|
|
6191
|
+
"list-option": {
|
|
6192
|
+
"font-family": {
|
|
6193
|
+
"value": "\"Open Sans\", Arial, sans-serif",
|
|
6194
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6195
|
+
"isSource": true,
|
|
6196
|
+
"original": {
|
|
6197
|
+
"value": "{leiden.typography.sans-serif.font-family}"
|
|
6198
|
+
},
|
|
6199
|
+
"name": "conductionInputSelectListOptionFontFamily",
|
|
6200
|
+
"attributes": {
|
|
6201
|
+
"category": "conduction",
|
|
6202
|
+
"type": "input-select",
|
|
6203
|
+
"item": "list-option",
|
|
6204
|
+
"subitem": "font-family"
|
|
6205
|
+
},
|
|
6206
|
+
"path": [
|
|
6207
|
+
"conduction",
|
|
6208
|
+
"input-select",
|
|
6209
|
+
"list-option",
|
|
6210
|
+
"font-family"
|
|
6211
|
+
]
|
|
6212
|
+
},
|
|
6213
|
+
"background-color": {},
|
|
6214
|
+
"hover": {
|
|
6215
|
+
"font-family": {
|
|
6216
|
+
"value": "\"Open Sans\", Arial, sans-serif",
|
|
6217
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6218
|
+
"isSource": true,
|
|
6219
|
+
"original": {
|
|
6220
|
+
"value": "{leiden.typography.sans-serif.font-family}"
|
|
6221
|
+
},
|
|
6222
|
+
"name": "conductionInputSelectListOptionHoverFontFamily",
|
|
6223
|
+
"attributes": {
|
|
6224
|
+
"category": "conduction",
|
|
6225
|
+
"type": "input-select",
|
|
6226
|
+
"item": "list-option",
|
|
6227
|
+
"subitem": "hover",
|
|
6228
|
+
"state": "font-family"
|
|
6229
|
+
},
|
|
6230
|
+
"path": [
|
|
6231
|
+
"conduction",
|
|
6232
|
+
"input-select",
|
|
6233
|
+
"list-option",
|
|
6234
|
+
"hover",
|
|
6235
|
+
"font-family"
|
|
6236
|
+
]
|
|
6237
|
+
},
|
|
6238
|
+
"color": {},
|
|
6239
|
+
"background-color": {}
|
|
6240
|
+
}
|
|
6241
|
+
},
|
|
6242
|
+
"placeholder": {
|
|
6243
|
+
"color": {
|
|
6244
|
+
"value": "#2c3e50",
|
|
6245
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6246
|
+
"isSource": true,
|
|
6247
|
+
"original": {
|
|
6248
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
6249
|
+
},
|
|
6250
|
+
"name": "conductionInputSelectPlaceholderColor",
|
|
6251
|
+
"attributes": {
|
|
6252
|
+
"category": "conduction",
|
|
6253
|
+
"type": "input-select",
|
|
6254
|
+
"item": "placeholder",
|
|
6255
|
+
"subitem": "color"
|
|
6256
|
+
},
|
|
6257
|
+
"path": [
|
|
6258
|
+
"conduction",
|
|
6259
|
+
"input-select",
|
|
6260
|
+
"placeholder",
|
|
6261
|
+
"color"
|
|
6262
|
+
]
|
|
6263
|
+
},
|
|
6264
|
+
"font-family": {
|
|
6265
|
+
"value": "\"Open Sans\", Arial, sans-serif",
|
|
6266
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6267
|
+
"isSource": true,
|
|
6268
|
+
"original": {
|
|
6269
|
+
"value": "{leiden.typography.sans-serif.font-family}"
|
|
6270
|
+
},
|
|
6271
|
+
"name": "conductionInputSelectPlaceholderFontFamily",
|
|
6272
|
+
"attributes": {
|
|
6273
|
+
"category": "conduction",
|
|
6274
|
+
"type": "input-select",
|
|
6275
|
+
"item": "placeholder",
|
|
6276
|
+
"subitem": "font-family"
|
|
6277
|
+
},
|
|
6278
|
+
"path": [
|
|
6279
|
+
"conduction",
|
|
6280
|
+
"input-select",
|
|
6281
|
+
"placeholder",
|
|
6282
|
+
"font-family"
|
|
6283
|
+
]
|
|
6284
|
+
}
|
|
6285
|
+
}
|
|
6191
6286
|
}
|
|
6192
6287
|
}
|
|
6193
6288
|
}
|
|
@@ -9,7 +9,22 @@
|
|
|
9
9
|
"padding-block-end": { "value": 0 },
|
|
10
10
|
"padding-block-start": { "value": 0 },
|
|
11
11
|
"hover": {},
|
|
12
|
-
"focus": {}
|
|
12
|
+
"focus": {},
|
|
13
|
+
"list-option": {
|
|
14
|
+
"font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"hover": {
|
|
17
|
+
"font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
|
|
18
|
+
"color": {},
|
|
19
|
+
"background-color": {}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"placeholder": {
|
|
23
|
+
"color": {
|
|
24
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
25
|
+
},
|
|
26
|
+
"font-family": { "value": "{leiden.typography.sans-serif.font-family}" }
|
|
27
|
+
}
|
|
13
28
|
}
|
|
14
29
|
}
|
|
15
30
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 24 Aug 2023 11:15:21 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.noordwijk-theme {
|
|
@@ -97,6 +97,11 @@
|
|
|
97
97
|
--noordwijk-color-alert-error-background: #f8d7da;
|
|
98
98
|
--noordwijk-color-alert-error: #721c24;
|
|
99
99
|
--noordwijk-color-error: #dc3545;
|
|
100
|
+
--conduction-input-select-placeholder-font-family: var(--noordwijk-typography-roboto-font-family);
|
|
101
|
+
--conduction-input-select-list-option-hover-background-color: var(--noordwijk-color-white-100);
|
|
102
|
+
--conduction-input-select-list-option-hover-font-family: var(--noordwijk-typography-roboto-font-family);
|
|
103
|
+
--conduction-input-select-list-option-background-color: var(--noordwijk-color-white-100);
|
|
104
|
+
--conduction-input-select-list-option-font-family: var(--noordwijk-typography-roboto-font-family);
|
|
100
105
|
--conduction-input-select-invalid-border-color: var(--noordwijk-color-error);
|
|
101
106
|
--conduction-input-select-border-radius: [object Object];
|
|
102
107
|
--conduction-input-select-border: var(--noordwijk-size-4xs) solid var(--noordwijk-color-grey-46);
|
|
@@ -168,10 +173,6 @@
|
|
|
168
173
|
--utrecht-table-cell-padding-block-end: var(--noordwijk-size-md);
|
|
169
174
|
--utrecht-table-header-cell-font-weight: var(--noordwijk-typography-font-weight-bold);
|
|
170
175
|
--utrecht-table-margin-block-start: var(--noordwijk-size-md);
|
|
171
|
-
--utrecht-table-border-width: var(--noordwijk-size-4xs);
|
|
172
|
-
--utrecht-table-border-color: var(--noordwijk-color-black-0);
|
|
173
|
-
--utrecht-table-row-border-block-end-width: var(--noordwijk-size-4xs);
|
|
174
|
-
--utrecht-table-row-border-block-end-color: var(--noordwijk-color-black-0);
|
|
175
176
|
--utrecht-table-header-font-weight: var(--noordwijk-typography-font-weight-bold);
|
|
176
177
|
--utrecht-table-background-color: var(--noordwijk-color-white-100);
|
|
177
178
|
--utrecht-page-header-padding-block-end: var(--noordwijk-size-sm);
|
|
@@ -286,6 +287,8 @@
|
|
|
286
287
|
--noordwijk-typography-scale-4xs: var(--noordwijk-font-size-4xs);
|
|
287
288
|
--noordwijk-color-primary-hover: var(--noordwijk-color-blue-15);
|
|
288
289
|
--noordwijk-color-primary: var(--noordwijk-color-blue-30);
|
|
290
|
+
--conduction-input-select-placeholder-color: var(--utrecht-form-input-placeholder-color);
|
|
291
|
+
--conduction-input-select-list-option-hover-color: var(--noordwijk-color-primary);
|
|
289
292
|
--conduction-card-header-title-color: var(--noordwijk-color-primary);
|
|
290
293
|
--conduction-card-header-color: var(--utrecht-document-color);
|
|
291
294
|
--utrecht-paragraph-color: var(--utrecht-document-color);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 24 Aug 2023 11:15:21 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const noordwijkColorPrimary = "#2c2276";
|
|
@@ -198,10 +198,6 @@ export const utrechtTableBackgroundColor = "#ffffff";
|
|
|
198
198
|
export const utrechtTableHeaderFontWeight = "700";
|
|
199
199
|
export const utrechtTableHeaderColor = "#000000";
|
|
200
200
|
export const utrechtTableHeaderTextTransform = "unset";
|
|
201
|
-
export const utrechtTableRowBorderBlockEndColor = "#000000";
|
|
202
|
-
export const utrechtTableRowBorderBlockEndWidth = "1px";
|
|
203
|
-
export const utrechtTableBorderColor = "#000000";
|
|
204
|
-
export const utrechtTableBorderWidth = "1px";
|
|
205
201
|
export const utrechtTableFontFamily = "\"Roboto\", Arial, sans-serif";
|
|
206
202
|
export const utrechtTableFontSize = "16px";
|
|
207
203
|
export const utrechtTableMarginBlockEnd = 0;
|
|
@@ -312,3 +308,10 @@ export const conductionInputSelectBorderRadius = {};
|
|
|
312
308
|
export const conductionInputSelectInvalidBorderColor = "#dc3545";
|
|
313
309
|
export const conductionInputSelectPaddingBlockEnd = 0;
|
|
314
310
|
export const conductionInputSelectPaddingBlockStart = 0;
|
|
311
|
+
export const conductionInputSelectListOptionFontFamily = "\"Roboto\", Arial, sans-serif";
|
|
312
|
+
export const conductionInputSelectListOptionBackgroundColor = "#ffffff";
|
|
313
|
+
export const conductionInputSelectListOptionHoverFontFamily = "\"Roboto\", Arial, sans-serif";
|
|
314
|
+
export const conductionInputSelectListOptionHoverColor = "#2c2276";
|
|
315
|
+
export const conductionInputSelectListOptionHoverBackgroundColor = "#ffffff";
|
|
316
|
+
export const conductionInputSelectPlaceholderColor = "#757575";
|
|
317
|
+
export const conductionInputSelectPlaceholderFontFamily = "\"Roboto\", Arial, sans-serif";
|
|
@@ -370,6 +370,117 @@
|
|
|
370
370
|
"invalid-border-color"
|
|
371
371
|
]
|
|
372
372
|
},
|
|
373
|
+
{
|
|
374
|
+
"value": "#ffffff",
|
|
375
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
376
|
+
"isSource": true,
|
|
377
|
+
"original": {
|
|
378
|
+
"value": "{noordwijk.color.white.100}"
|
|
379
|
+
},
|
|
380
|
+
"name": "conductionInputSelectListOptionBackgroundColor",
|
|
381
|
+
"attributes": {
|
|
382
|
+
"category": "conduction",
|
|
383
|
+
"type": "input-select",
|
|
384
|
+
"item": "list-option",
|
|
385
|
+
"subitem": "background-color"
|
|
386
|
+
},
|
|
387
|
+
"path": [
|
|
388
|
+
"conduction",
|
|
389
|
+
"input-select",
|
|
390
|
+
"list-option",
|
|
391
|
+
"background-color"
|
|
392
|
+
]
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"value": "\"Roboto\", Arial, sans-serif",
|
|
396
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
397
|
+
"isSource": true,
|
|
398
|
+
"original": {
|
|
399
|
+
"value": "{noordwijk.typography.roboto.font-family}"
|
|
400
|
+
},
|
|
401
|
+
"name": "conductionInputSelectListOptionFontFamily",
|
|
402
|
+
"attributes": {
|
|
403
|
+
"category": "conduction",
|
|
404
|
+
"type": "input-select",
|
|
405
|
+
"item": "list-option",
|
|
406
|
+
"subitem": "font-family"
|
|
407
|
+
},
|
|
408
|
+
"path": [
|
|
409
|
+
"conduction",
|
|
410
|
+
"input-select",
|
|
411
|
+
"list-option",
|
|
412
|
+
"font-family"
|
|
413
|
+
]
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"value": "#ffffff",
|
|
417
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
418
|
+
"isSource": true,
|
|
419
|
+
"original": {
|
|
420
|
+
"value": "{noordwijk.color.white.100}"
|
|
421
|
+
},
|
|
422
|
+
"name": "conductionInputSelectListOptionHoverBackgroundColor",
|
|
423
|
+
"attributes": {
|
|
424
|
+
"category": "conduction",
|
|
425
|
+
"type": "input-select",
|
|
426
|
+
"item": "list-option",
|
|
427
|
+
"subitem": "hover",
|
|
428
|
+
"state": "background-color"
|
|
429
|
+
},
|
|
430
|
+
"path": [
|
|
431
|
+
"conduction",
|
|
432
|
+
"input-select",
|
|
433
|
+
"list-option",
|
|
434
|
+
"hover",
|
|
435
|
+
"background-color"
|
|
436
|
+
]
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"value": "#2c2276",
|
|
440
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
441
|
+
"isSource": true,
|
|
442
|
+
"original": {
|
|
443
|
+
"value": "{noordwijk.color.primary}"
|
|
444
|
+
},
|
|
445
|
+
"name": "conductionInputSelectListOptionHoverColor",
|
|
446
|
+
"attributes": {
|
|
447
|
+
"category": "conduction",
|
|
448
|
+
"type": "input-select",
|
|
449
|
+
"item": "list-option",
|
|
450
|
+
"subitem": "hover",
|
|
451
|
+
"state": "color"
|
|
452
|
+
},
|
|
453
|
+
"path": [
|
|
454
|
+
"conduction",
|
|
455
|
+
"input-select",
|
|
456
|
+
"list-option",
|
|
457
|
+
"hover",
|
|
458
|
+
"color"
|
|
459
|
+
]
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"value": "\"Roboto\", Arial, sans-serif",
|
|
463
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
464
|
+
"isSource": true,
|
|
465
|
+
"original": {
|
|
466
|
+
"value": "{noordwijk.typography.roboto.font-family}"
|
|
467
|
+
},
|
|
468
|
+
"name": "conductionInputSelectListOptionHoverFontFamily",
|
|
469
|
+
"attributes": {
|
|
470
|
+
"category": "conduction",
|
|
471
|
+
"type": "input-select",
|
|
472
|
+
"item": "list-option",
|
|
473
|
+
"subitem": "hover",
|
|
474
|
+
"state": "font-family"
|
|
475
|
+
},
|
|
476
|
+
"path": [
|
|
477
|
+
"conduction",
|
|
478
|
+
"input-select",
|
|
479
|
+
"list-option",
|
|
480
|
+
"hover",
|
|
481
|
+
"font-family"
|
|
482
|
+
]
|
|
483
|
+
},
|
|
373
484
|
{
|
|
374
485
|
"value": 0,
|
|
375
486
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
@@ -408,6 +519,48 @@
|
|
|
408
519
|
"padding-block-start"
|
|
409
520
|
]
|
|
410
521
|
},
|
|
522
|
+
{
|
|
523
|
+
"value": "#757575",
|
|
524
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
525
|
+
"isSource": true,
|
|
526
|
+
"original": {
|
|
527
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
528
|
+
},
|
|
529
|
+
"name": "conductionInputSelectPlaceholderColor",
|
|
530
|
+
"attributes": {
|
|
531
|
+
"category": "conduction",
|
|
532
|
+
"type": "input-select",
|
|
533
|
+
"item": "placeholder",
|
|
534
|
+
"subitem": "color"
|
|
535
|
+
},
|
|
536
|
+
"path": [
|
|
537
|
+
"conduction",
|
|
538
|
+
"input-select",
|
|
539
|
+
"placeholder",
|
|
540
|
+
"color"
|
|
541
|
+
]
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"value": "\"Roboto\", Arial, sans-serif",
|
|
545
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
546
|
+
"isSource": true,
|
|
547
|
+
"original": {
|
|
548
|
+
"value": "{noordwijk.typography.roboto.font-family}"
|
|
549
|
+
},
|
|
550
|
+
"name": "conductionInputSelectPlaceholderFontFamily",
|
|
551
|
+
"attributes": {
|
|
552
|
+
"category": "conduction",
|
|
553
|
+
"type": "input-select",
|
|
554
|
+
"item": "placeholder",
|
|
555
|
+
"subitem": "font-family"
|
|
556
|
+
},
|
|
557
|
+
"path": [
|
|
558
|
+
"conduction",
|
|
559
|
+
"input-select",
|
|
560
|
+
"placeholder",
|
|
561
|
+
"font-family"
|
|
562
|
+
]
|
|
563
|
+
},
|
|
411
564
|
{
|
|
412
565
|
"value": "#721c24",
|
|
413
566
|
"filePath": "src/brand/noordwijk/color.tokens.json",
|
|
@@ -5367,44 +5520,6 @@
|
|
|
5367
5520
|
"background-color"
|
|
5368
5521
|
]
|
|
5369
5522
|
},
|
|
5370
|
-
{
|
|
5371
|
-
"value": "#000000",
|
|
5372
|
-
"filePath": "src/component/utrecht/table.tokens.json",
|
|
5373
|
-
"isSource": true,
|
|
5374
|
-
"original": {
|
|
5375
|
-
"value": "{noordwijk.color.black.0}"
|
|
5376
|
-
},
|
|
5377
|
-
"name": "utrechtTableBorderColor",
|
|
5378
|
-
"attributes": {
|
|
5379
|
-
"category": "utrecht",
|
|
5380
|
-
"type": "table",
|
|
5381
|
-
"item": "border-color"
|
|
5382
|
-
},
|
|
5383
|
-
"path": [
|
|
5384
|
-
"utrecht",
|
|
5385
|
-
"table",
|
|
5386
|
-
"border-color"
|
|
5387
|
-
]
|
|
5388
|
-
},
|
|
5389
|
-
{
|
|
5390
|
-
"value": "1px",
|
|
5391
|
-
"filePath": "src/component/utrecht/table.tokens.json",
|
|
5392
|
-
"isSource": true,
|
|
5393
|
-
"original": {
|
|
5394
|
-
"value": "{noordwijk.size.4xs}"
|
|
5395
|
-
},
|
|
5396
|
-
"name": "utrechtTableBorderWidth",
|
|
5397
|
-
"attributes": {
|
|
5398
|
-
"category": "utrecht",
|
|
5399
|
-
"type": "table",
|
|
5400
|
-
"item": "border-width"
|
|
5401
|
-
},
|
|
5402
|
-
"path": [
|
|
5403
|
-
"utrecht",
|
|
5404
|
-
"table",
|
|
5405
|
-
"border-width"
|
|
5406
|
-
]
|
|
5407
|
-
},
|
|
5408
5523
|
{
|
|
5409
5524
|
"value": "18px",
|
|
5410
5525
|
"filePath": "src/component/utrecht/table.tokens.json",
|
|
@@ -5712,48 +5827,6 @@
|
|
|
5712
5827
|
"margin-block-start"
|
|
5713
5828
|
]
|
|
5714
5829
|
},
|
|
5715
|
-
{
|
|
5716
|
-
"value": "#000000",
|
|
5717
|
-
"filePath": "src/component/utrecht/table.tokens.json",
|
|
5718
|
-
"isSource": true,
|
|
5719
|
-
"original": {
|
|
5720
|
-
"value": "{noordwijk.color.black.0}"
|
|
5721
|
-
},
|
|
5722
|
-
"name": "utrechtTableRowBorderBlockEndColor",
|
|
5723
|
-
"attributes": {
|
|
5724
|
-
"category": "utrecht",
|
|
5725
|
-
"type": "table",
|
|
5726
|
-
"item": "row",
|
|
5727
|
-
"subitem": "border-block-end-color"
|
|
5728
|
-
},
|
|
5729
|
-
"path": [
|
|
5730
|
-
"utrecht",
|
|
5731
|
-
"table",
|
|
5732
|
-
"row",
|
|
5733
|
-
"border-block-end-color"
|
|
5734
|
-
]
|
|
5735
|
-
},
|
|
5736
|
-
{
|
|
5737
|
-
"value": "1px",
|
|
5738
|
-
"filePath": "src/component/utrecht/table.tokens.json",
|
|
5739
|
-
"isSource": true,
|
|
5740
|
-
"original": {
|
|
5741
|
-
"value": "{noordwijk.size.4xs}"
|
|
5742
|
-
},
|
|
5743
|
-
"name": "utrechtTableRowBorderBlockEndWidth",
|
|
5744
|
-
"attributes": {
|
|
5745
|
-
"category": "utrecht",
|
|
5746
|
-
"type": "table",
|
|
5747
|
-
"item": "row",
|
|
5748
|
-
"subitem": "border-block-end-width"
|
|
5749
|
-
},
|
|
5750
|
-
"path": [
|
|
5751
|
-
"utrecht",
|
|
5752
|
-
"table",
|
|
5753
|
-
"row",
|
|
5754
|
-
"border-block-end-width"
|
|
5755
|
-
]
|
|
5756
|
-
},
|
|
5757
5830
|
{
|
|
5758
5831
|
"value": "#ffffff",
|
|
5759
5832
|
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 24 Aug 2023 11:15:21 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -95,6 +95,11 @@
|
|
|
95
95
|
@noordwijk-color-alert-error-background: #f8d7da;
|
|
96
96
|
@noordwijk-color-alert-error: #721c24;
|
|
97
97
|
@noordwijk-color-error: #dc3545;
|
|
98
|
+
@conduction-input-select-placeholder-font-family: @noordwijk-typography-roboto-font-family;
|
|
99
|
+
@conduction-input-select-list-option-hover-background-color: @noordwijk-color-white-100;
|
|
100
|
+
@conduction-input-select-list-option-hover-font-family: @noordwijk-typography-roboto-font-family;
|
|
101
|
+
@conduction-input-select-list-option-background-color: @noordwijk-color-white-100;
|
|
102
|
+
@conduction-input-select-list-option-font-family: @noordwijk-typography-roboto-font-family;
|
|
98
103
|
@conduction-input-select-invalid-border-color: @noordwijk-color-error;
|
|
99
104
|
@conduction-input-select-border-radius: [object Object];
|
|
100
105
|
@conduction-input-select-border: @noordwijk-size-4xs solid @noordwijk-color-grey-46;
|
|
@@ -166,10 +171,6 @@
|
|
|
166
171
|
@utrecht-table-cell-padding-block-end: @noordwijk-size-md;
|
|
167
172
|
@utrecht-table-header-cell-font-weight: @noordwijk-typography-font-weight-bold;
|
|
168
173
|
@utrecht-table-margin-block-start: @noordwijk-size-md;
|
|
169
|
-
@utrecht-table-border-width: @noordwijk-size-4xs;
|
|
170
|
-
@utrecht-table-border-color: @noordwijk-color-black-0;
|
|
171
|
-
@utrecht-table-row-border-block-end-width: @noordwijk-size-4xs;
|
|
172
|
-
@utrecht-table-row-border-block-end-color: @noordwijk-color-black-0;
|
|
173
174
|
@utrecht-table-header-font-weight: @noordwijk-typography-font-weight-bold;
|
|
174
175
|
@utrecht-table-background-color: @noordwijk-color-white-100;
|
|
175
176
|
@utrecht-page-header-padding-block-end: @noordwijk-size-sm;
|
|
@@ -284,6 +285,8 @@
|
|
|
284
285
|
@noordwijk-typography-scale-4xs: @noordwijk-font-size-4xs;
|
|
285
286
|
@noordwijk-color-primary-hover: @noordwijk-color-blue-15;
|
|
286
287
|
@noordwijk-color-primary: @noordwijk-color-blue-30;
|
|
288
|
+
@conduction-input-select-placeholder-color: @utrecht-form-input-placeholder-color;
|
|
289
|
+
@conduction-input-select-list-option-hover-color: @noordwijk-color-primary;
|
|
287
290
|
@conduction-card-header-title-color: @noordwijk-color-primary;
|
|
288
291
|
@conduction-card-header-color: @utrecht-document-color;
|
|
289
292
|
@utrecht-paragraph-color: @utrecht-document-color;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 24 Aug 2023 11:15:21 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -95,6 +95,11 @@ $noordwijk-color-warning: #ffc107;
|
|
|
95
95
|
$noordwijk-color-alert-error-background: #f8d7da;
|
|
96
96
|
$noordwijk-color-alert-error: #721c24;
|
|
97
97
|
$noordwijk-color-error: #dc3545;
|
|
98
|
+
$conduction-input-select-placeholder-font-family: $noordwijk-typography-roboto-font-family;
|
|
99
|
+
$conduction-input-select-list-option-hover-background-color: $noordwijk-color-white-100;
|
|
100
|
+
$conduction-input-select-list-option-hover-font-family: $noordwijk-typography-roboto-font-family;
|
|
101
|
+
$conduction-input-select-list-option-background-color: $noordwijk-color-white-100;
|
|
102
|
+
$conduction-input-select-list-option-font-family: $noordwijk-typography-roboto-font-family;
|
|
98
103
|
$conduction-input-select-invalid-border-color: $noordwijk-color-error;
|
|
99
104
|
$conduction-input-select-border-radius: [object Object];
|
|
100
105
|
$conduction-input-select-border: $noordwijk-size-4xs solid $noordwijk-color-grey-46;
|
|
@@ -166,10 +171,6 @@ $utrecht-table-cell-padding-block-start: $noordwijk-size-md;
|
|
|
166
171
|
$utrecht-table-cell-padding-block-end: $noordwijk-size-md;
|
|
167
172
|
$utrecht-table-header-cell-font-weight: $noordwijk-typography-font-weight-bold;
|
|
168
173
|
$utrecht-table-margin-block-start: $noordwijk-size-md;
|
|
169
|
-
$utrecht-table-border-width: $noordwijk-size-4xs;
|
|
170
|
-
$utrecht-table-border-color: $noordwijk-color-black-0;
|
|
171
|
-
$utrecht-table-row-border-block-end-width: $noordwijk-size-4xs;
|
|
172
|
-
$utrecht-table-row-border-block-end-color: $noordwijk-color-black-0;
|
|
173
174
|
$utrecht-table-header-font-weight: $noordwijk-typography-font-weight-bold;
|
|
174
175
|
$utrecht-table-background-color: $noordwijk-color-white-100;
|
|
175
176
|
$utrecht-page-header-padding-block-end: $noordwijk-size-sm;
|
|
@@ -284,6 +285,8 @@ $noordwijk-typography-scale-3xs: $noordwijk-font-size-3xs;
|
|
|
284
285
|
$noordwijk-typography-scale-4xs: $noordwijk-font-size-4xs;
|
|
285
286
|
$noordwijk-color-primary-hover: $noordwijk-color-blue-15;
|
|
286
287
|
$noordwijk-color-primary: $noordwijk-color-blue-30;
|
|
288
|
+
$conduction-input-select-placeholder-color: $utrecht-form-input-placeholder-color;
|
|
289
|
+
$conduction-input-select-list-option-hover-color: $noordwijk-color-primary;
|
|
287
290
|
$conduction-card-header-title-color: $noordwijk-color-primary;
|
|
288
291
|
$conduction-card-header-color: $utrecht-document-color;
|
|
289
292
|
$utrecht-paragraph-color: $utrecht-document-color;
|