@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:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
|
|
@@ -299,3 +299,7 @@ export const conductionInputSelectBorderRadius = "6px";
|
|
|
299
299
|
export const conductionInputSelectInvalidBorderColor = "#dc3545";
|
|
300
300
|
export const conductionInputSelectPaddingBlockEnd = 0;
|
|
301
301
|
export const conductionInputSelectPaddingBlockStart = 0;
|
|
302
|
+
export const conductionInputSelectListOptionFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
303
|
+
export const conductionInputSelectListOptionHoverFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
304
|
+
export const conductionInputSelectPlaceholderColor = "#6d6d6d";
|
|
305
|
+
export const conductionInputSelectPlaceholderFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
@@ -370,6 +370,50 @@
|
|
|
370
370
|
"invalid-border-color"
|
|
371
371
|
]
|
|
372
372
|
},
|
|
373
|
+
{
|
|
374
|
+
"value": "neue-haas-grotesk-text, sans-serif",
|
|
375
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
376
|
+
"isSource": true,
|
|
377
|
+
"original": {
|
|
378
|
+
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
379
|
+
},
|
|
380
|
+
"name": "conductionInputSelectListOptionFontFamily",
|
|
381
|
+
"attributes": {
|
|
382
|
+
"category": "conduction",
|
|
383
|
+
"type": "input-select",
|
|
384
|
+
"item": "list-option",
|
|
385
|
+
"subitem": "font-family"
|
|
386
|
+
},
|
|
387
|
+
"path": [
|
|
388
|
+
"conduction",
|
|
389
|
+
"input-select",
|
|
390
|
+
"list-option",
|
|
391
|
+
"font-family"
|
|
392
|
+
]
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"value": "neue-haas-grotesk-text, sans-serif",
|
|
396
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
397
|
+
"isSource": true,
|
|
398
|
+
"original": {
|
|
399
|
+
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
400
|
+
},
|
|
401
|
+
"name": "conductionInputSelectListOptionHoverFontFamily",
|
|
402
|
+
"attributes": {
|
|
403
|
+
"category": "conduction",
|
|
404
|
+
"type": "input-select",
|
|
405
|
+
"item": "list-option",
|
|
406
|
+
"subitem": "hover",
|
|
407
|
+
"state": "font-family"
|
|
408
|
+
},
|
|
409
|
+
"path": [
|
|
410
|
+
"conduction",
|
|
411
|
+
"input-select",
|
|
412
|
+
"list-option",
|
|
413
|
+
"hover",
|
|
414
|
+
"font-family"
|
|
415
|
+
]
|
|
416
|
+
},
|
|
373
417
|
{
|
|
374
418
|
"value": 0,
|
|
375
419
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
@@ -408,6 +452,48 @@
|
|
|
408
452
|
"padding-block-start"
|
|
409
453
|
]
|
|
410
454
|
},
|
|
455
|
+
{
|
|
456
|
+
"value": "#6d6d6d",
|
|
457
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
458
|
+
"isSource": true,
|
|
459
|
+
"original": {
|
|
460
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
461
|
+
},
|
|
462
|
+
"name": "conductionInputSelectPlaceholderColor",
|
|
463
|
+
"attributes": {
|
|
464
|
+
"category": "conduction",
|
|
465
|
+
"type": "input-select",
|
|
466
|
+
"item": "placeholder",
|
|
467
|
+
"subitem": "color"
|
|
468
|
+
},
|
|
469
|
+
"path": [
|
|
470
|
+
"conduction",
|
|
471
|
+
"input-select",
|
|
472
|
+
"placeholder",
|
|
473
|
+
"color"
|
|
474
|
+
]
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"value": "neue-haas-grotesk-text, sans-serif",
|
|
478
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
479
|
+
"isSource": true,
|
|
480
|
+
"original": {
|
|
481
|
+
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
482
|
+
},
|
|
483
|
+
"name": "conductionInputSelectPlaceholderFontFamily",
|
|
484
|
+
"attributes": {
|
|
485
|
+
"category": "conduction",
|
|
486
|
+
"type": "input-select",
|
|
487
|
+
"item": "placeholder",
|
|
488
|
+
"subitem": "font-family"
|
|
489
|
+
},
|
|
490
|
+
"path": [
|
|
491
|
+
"conduction",
|
|
492
|
+
"input-select",
|
|
493
|
+
"placeholder",
|
|
494
|
+
"font-family"
|
|
495
|
+
]
|
|
496
|
+
},
|
|
411
497
|
{
|
|
412
498
|
"value": "wait",
|
|
413
499
|
"filePath": "src/common/utrecht/action.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:14:50 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -94,6 +94,9 @@
|
|
|
94
94
|
@xxllnc-color-error: #dc3545;
|
|
95
95
|
@xxllnc-color-primary-hover: #00000080; // Primary with 50% transparency
|
|
96
96
|
@xxllnc-color-primary: #000000ad; // Primary with 68% transparency
|
|
97
|
+
@conduction-input-select-placeholder-font-family: @xxllnc-typography-sans-serif-font-family;
|
|
98
|
+
@conduction-input-select-list-option-hover-font-family: @xxllnc-typography-sans-serif-font-family;
|
|
99
|
+
@conduction-input-select-list-option-font-family: @xxllnc-typography-sans-serif-font-family;
|
|
97
100
|
@conduction-input-select-invalid-border-color: @xxllnc-color-error;
|
|
98
101
|
@conduction-input-select-border-radius: @utrecht-form-input-border-radius;
|
|
99
102
|
@conduction-input-select-border: 1px solid @xxllnc-color-grey-92;
|
|
@@ -287,6 +290,7 @@
|
|
|
287
290
|
@xxllnc-color-alert-info-background: @xxllnc-color-grey-92;
|
|
288
291
|
@xxllnc-color-alert-info: @xxllnc-color-black-16;
|
|
289
292
|
@xxllnc-color-info: @xxllnc-color-primary;
|
|
293
|
+
@conduction-input-select-placeholder-color: @utrecht-form-input-placeholder-color;
|
|
290
294
|
@utrecht-paragraph-color: @utrecht-document-color;
|
|
291
295
|
@utrecht-unordered-list-font-size: @utrecht-document-font-size;
|
|
292
296
|
@utrecht-ordered-list-font-size: @utrecht-document-font-size;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 24 Aug 2023 11:14:50 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -94,6 +94,9 @@ $xxllnc-color-alert-error: #721c24;
|
|
|
94
94
|
$xxllnc-color-error: #dc3545;
|
|
95
95
|
$xxllnc-color-primary-hover: #00000080; // Primary with 50% transparency
|
|
96
96
|
$xxllnc-color-primary: #000000ad; // Primary with 68% transparency
|
|
97
|
+
$conduction-input-select-placeholder-font-family: $xxllnc-typography-sans-serif-font-family;
|
|
98
|
+
$conduction-input-select-list-option-hover-font-family: $xxllnc-typography-sans-serif-font-family;
|
|
99
|
+
$conduction-input-select-list-option-font-family: $xxllnc-typography-sans-serif-font-family;
|
|
97
100
|
$conduction-input-select-invalid-border-color: $xxllnc-color-error;
|
|
98
101
|
$conduction-input-select-border-radius: $utrecht-form-input-border-radius;
|
|
99
102
|
$conduction-input-select-border: 1px solid $xxllnc-color-grey-92;
|
|
@@ -287,6 +290,7 @@ $xxllnc-typography-scale-4xs: $xxllnc-font-size-4xs;
|
|
|
287
290
|
$xxllnc-color-alert-info-background: $xxllnc-color-grey-92;
|
|
288
291
|
$xxllnc-color-alert-info: $xxllnc-color-black-16;
|
|
289
292
|
$xxllnc-color-info: $xxllnc-color-primary;
|
|
293
|
+
$conduction-input-select-placeholder-color: $utrecht-form-input-placeholder-color;
|
|
290
294
|
$utrecht-paragraph-color: $utrecht-document-color;
|
|
291
295
|
$utrecht-unordered-list-font-size: $utrecht-document-font-size;
|
|
292
296
|
$utrecht-ordered-list-font-size: $utrecht-document-font-size;
|
|
@@ -6324,7 +6324,102 @@
|
|
|
6324
6324
|
]
|
|
6325
6325
|
},
|
|
6326
6326
|
"hover": {},
|
|
6327
|
-
"focus": {}
|
|
6327
|
+
"focus": {},
|
|
6328
|
+
"list-option": {
|
|
6329
|
+
"font-family": {
|
|
6330
|
+
"value": "neue-haas-grotesk-text, sans-serif",
|
|
6331
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6332
|
+
"isSource": true,
|
|
6333
|
+
"original": {
|
|
6334
|
+
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
6335
|
+
},
|
|
6336
|
+
"name": "conductionInputSelectListOptionFontFamily",
|
|
6337
|
+
"attributes": {
|
|
6338
|
+
"category": "conduction",
|
|
6339
|
+
"type": "input-select",
|
|
6340
|
+
"item": "list-option",
|
|
6341
|
+
"subitem": "font-family"
|
|
6342
|
+
},
|
|
6343
|
+
"path": [
|
|
6344
|
+
"conduction",
|
|
6345
|
+
"input-select",
|
|
6346
|
+
"list-option",
|
|
6347
|
+
"font-family"
|
|
6348
|
+
]
|
|
6349
|
+
},
|
|
6350
|
+
"background-color": {},
|
|
6351
|
+
"hover": {
|
|
6352
|
+
"font-family": {
|
|
6353
|
+
"value": "neue-haas-grotesk-text, sans-serif",
|
|
6354
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6355
|
+
"isSource": true,
|
|
6356
|
+
"original": {
|
|
6357
|
+
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
6358
|
+
},
|
|
6359
|
+
"name": "conductionInputSelectListOptionHoverFontFamily",
|
|
6360
|
+
"attributes": {
|
|
6361
|
+
"category": "conduction",
|
|
6362
|
+
"type": "input-select",
|
|
6363
|
+
"item": "list-option",
|
|
6364
|
+
"subitem": "hover",
|
|
6365
|
+
"state": "font-family"
|
|
6366
|
+
},
|
|
6367
|
+
"path": [
|
|
6368
|
+
"conduction",
|
|
6369
|
+
"input-select",
|
|
6370
|
+
"list-option",
|
|
6371
|
+
"hover",
|
|
6372
|
+
"font-family"
|
|
6373
|
+
]
|
|
6374
|
+
},
|
|
6375
|
+
"color": {},
|
|
6376
|
+
"background-color": {}
|
|
6377
|
+
}
|
|
6378
|
+
},
|
|
6379
|
+
"placeholder": {
|
|
6380
|
+
"color": {
|
|
6381
|
+
"value": "#6d6d6d",
|
|
6382
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6383
|
+
"isSource": true,
|
|
6384
|
+
"original": {
|
|
6385
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
6386
|
+
},
|
|
6387
|
+
"name": "conductionInputSelectPlaceholderColor",
|
|
6388
|
+
"attributes": {
|
|
6389
|
+
"category": "conduction",
|
|
6390
|
+
"type": "input-select",
|
|
6391
|
+
"item": "placeholder",
|
|
6392
|
+
"subitem": "color"
|
|
6393
|
+
},
|
|
6394
|
+
"path": [
|
|
6395
|
+
"conduction",
|
|
6396
|
+
"input-select",
|
|
6397
|
+
"placeholder",
|
|
6398
|
+
"color"
|
|
6399
|
+
]
|
|
6400
|
+
},
|
|
6401
|
+
"font-family": {
|
|
6402
|
+
"value": "neue-haas-grotesk-text, sans-serif",
|
|
6403
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6404
|
+
"isSource": true,
|
|
6405
|
+
"original": {
|
|
6406
|
+
"value": "{xxllnc.typography.sans-serif.font-family}"
|
|
6407
|
+
},
|
|
6408
|
+
"name": "conductionInputSelectPlaceholderFontFamily",
|
|
6409
|
+
"attributes": {
|
|
6410
|
+
"category": "conduction",
|
|
6411
|
+
"type": "input-select",
|
|
6412
|
+
"item": "placeholder",
|
|
6413
|
+
"subitem": "font-family"
|
|
6414
|
+
},
|
|
6415
|
+
"path": [
|
|
6416
|
+
"conduction",
|
|
6417
|
+
"input-select",
|
|
6418
|
+
"placeholder",
|
|
6419
|
+
"font-family"
|
|
6420
|
+
]
|
|
6421
|
+
}
|
|
6422
|
+
}
|
|
6328
6423
|
}
|
|
6329
6424
|
}
|
|
6330
6425
|
}
|
|
@@ -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": "{xxllnc.typography.sans-serif.font-family}" },
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"hover": {
|
|
17
|
+
"font-family": { "value": "{xxllnc.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": "{xxllnc.typography.sans-serif.font-family}" }
|
|
27
|
+
}
|
|
13
28
|
}
|
|
14
29
|
}
|
|
15
30
|
}
|