@conduction/theme 1.0.28 → 1.0.30
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 +5 -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/noaberkracht-design-tokens/LICENSE.md +17 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/font.css +5 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/index.json +4795 -1169
- package/municipalities/noaberkracht-design-tokens/dist/index.less +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +4208 -254
- package/municipalities/noaberkracht-design-tokens/package.json +40 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +70 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/font-size.tokens.json +17 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/size.tokens.json +17 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/typography.tokens.json +52 -0
- package/municipalities/noaberkracht-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/noaberkracht-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/select.tokens.json +30 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +44 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +44 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/list.tokens.json +33 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/noaberkracht-design-tokens/src/config.json +7 -0
- package/municipalities/noaberkracht-design-tokens/src/font/GreycliffCF.woff2 +0 -0
- package/municipalities/noaberkracht-design-tokens/src/font/Oceanwide.woff2 +0 -0
- package/municipalities/noaberkracht-design-tokens/src/font.scss +11 -0
- package/municipalities/noaberkracht-design-tokens/src/index.scss +8 -0
- package/municipalities/noaberkracht-design-tokens/style-dictionary.config.js +6 -0
- 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 +3 -2
|
@@ -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 15:20:54 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 15:20:54 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;
|
|
@@ -4200,48 +4200,8 @@
|
|
|
4200
4200
|
"background-color": {},
|
|
4201
4201
|
"color": {}
|
|
4202
4202
|
},
|
|
4203
|
-
"border-block-end-color": {
|
|
4204
|
-
|
|
4205
|
-
"filePath": "src/component/utrecht/table.tokens.json",
|
|
4206
|
-
"isSource": true,
|
|
4207
|
-
"original": {
|
|
4208
|
-
"value": "{noordwijk.color.black.0}"
|
|
4209
|
-
},
|
|
4210
|
-
"name": "utrechtTableRowBorderBlockEndColor",
|
|
4211
|
-
"attributes": {
|
|
4212
|
-
"category": "utrecht",
|
|
4213
|
-
"type": "table",
|
|
4214
|
-
"item": "row",
|
|
4215
|
-
"subitem": "border-block-end-color"
|
|
4216
|
-
},
|
|
4217
|
-
"path": [
|
|
4218
|
-
"utrecht",
|
|
4219
|
-
"table",
|
|
4220
|
-
"row",
|
|
4221
|
-
"border-block-end-color"
|
|
4222
|
-
]
|
|
4223
|
-
},
|
|
4224
|
-
"border-block-end-width": {
|
|
4225
|
-
"value": "1px",
|
|
4226
|
-
"filePath": "src/component/utrecht/table.tokens.json",
|
|
4227
|
-
"isSource": true,
|
|
4228
|
-
"original": {
|
|
4229
|
-
"value": "{noordwijk.size.4xs}"
|
|
4230
|
-
},
|
|
4231
|
-
"name": "utrechtTableRowBorderBlockEndWidth",
|
|
4232
|
-
"attributes": {
|
|
4233
|
-
"category": "utrecht",
|
|
4234
|
-
"type": "table",
|
|
4235
|
-
"item": "row",
|
|
4236
|
-
"subitem": "border-block-end-width"
|
|
4237
|
-
},
|
|
4238
|
-
"path": [
|
|
4239
|
-
"utrecht",
|
|
4240
|
-
"table",
|
|
4241
|
-
"row",
|
|
4242
|
-
"border-block-end-width"
|
|
4243
|
-
]
|
|
4244
|
-
},
|
|
4203
|
+
"border-block-end-color": {},
|
|
4204
|
+
"border-block-end-width": {},
|
|
4245
4205
|
"padding-inline-end": {},
|
|
4246
4206
|
"padding-inline-start": {},
|
|
4247
4207
|
"alternate-odd": {
|
|
@@ -4266,44 +4226,8 @@
|
|
|
4266
4226
|
"text-align": {},
|
|
4267
4227
|
"margin-block-end": {}
|
|
4268
4228
|
},
|
|
4269
|
-
"border-color": {
|
|
4270
|
-
|
|
4271
|
-
"filePath": "src/component/utrecht/table.tokens.json",
|
|
4272
|
-
"isSource": true,
|
|
4273
|
-
"original": {
|
|
4274
|
-
"value": "{noordwijk.color.black.0}"
|
|
4275
|
-
},
|
|
4276
|
-
"name": "utrechtTableBorderColor",
|
|
4277
|
-
"attributes": {
|
|
4278
|
-
"category": "utrecht",
|
|
4279
|
-
"type": "table",
|
|
4280
|
-
"item": "border-color"
|
|
4281
|
-
},
|
|
4282
|
-
"path": [
|
|
4283
|
-
"utrecht",
|
|
4284
|
-
"table",
|
|
4285
|
-
"border-color"
|
|
4286
|
-
]
|
|
4287
|
-
},
|
|
4288
|
-
"border-width": {
|
|
4289
|
-
"value": "1px",
|
|
4290
|
-
"filePath": "src/component/utrecht/table.tokens.json",
|
|
4291
|
-
"isSource": true,
|
|
4292
|
-
"original": {
|
|
4293
|
-
"value": "{noordwijk.size.4xs}"
|
|
4294
|
-
},
|
|
4295
|
-
"name": "utrechtTableBorderWidth",
|
|
4296
|
-
"attributes": {
|
|
4297
|
-
"category": "utrecht",
|
|
4298
|
-
"type": "table",
|
|
4299
|
-
"item": "border-width"
|
|
4300
|
-
},
|
|
4301
|
-
"path": [
|
|
4302
|
-
"utrecht",
|
|
4303
|
-
"table",
|
|
4304
|
-
"border-width"
|
|
4305
|
-
]
|
|
4306
|
-
},
|
|
4229
|
+
"border-color": {},
|
|
4230
|
+
"border-width": {},
|
|
4307
4231
|
"font-family": {
|
|
4308
4232
|
"value": "\"Roboto\", Arial, sans-serif",
|
|
4309
4233
|
"filePath": "src/component/utrecht/table.tokens.json",
|
|
@@ -6577,7 +6501,166 @@
|
|
|
6577
6501
|
]
|
|
6578
6502
|
},
|
|
6579
6503
|
"hover": {},
|
|
6580
|
-
"focus": {}
|
|
6504
|
+
"focus": {},
|
|
6505
|
+
"list-option": {
|
|
6506
|
+
"font-family": {
|
|
6507
|
+
"value": "\"Roboto\", Arial, sans-serif",
|
|
6508
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6509
|
+
"isSource": true,
|
|
6510
|
+
"original": {
|
|
6511
|
+
"value": "{noordwijk.typography.roboto.font-family}"
|
|
6512
|
+
},
|
|
6513
|
+
"name": "conductionInputSelectListOptionFontFamily",
|
|
6514
|
+
"attributes": {
|
|
6515
|
+
"category": "conduction",
|
|
6516
|
+
"type": "input-select",
|
|
6517
|
+
"item": "list-option",
|
|
6518
|
+
"subitem": "font-family"
|
|
6519
|
+
},
|
|
6520
|
+
"path": [
|
|
6521
|
+
"conduction",
|
|
6522
|
+
"input-select",
|
|
6523
|
+
"list-option",
|
|
6524
|
+
"font-family"
|
|
6525
|
+
]
|
|
6526
|
+
},
|
|
6527
|
+
"background-color": {
|
|
6528
|
+
"value": "#ffffff",
|
|
6529
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6530
|
+
"isSource": true,
|
|
6531
|
+
"original": {
|
|
6532
|
+
"value": "{noordwijk.color.white.100}"
|
|
6533
|
+
},
|
|
6534
|
+
"name": "conductionInputSelectListOptionBackgroundColor",
|
|
6535
|
+
"attributes": {
|
|
6536
|
+
"category": "conduction",
|
|
6537
|
+
"type": "input-select",
|
|
6538
|
+
"item": "list-option",
|
|
6539
|
+
"subitem": "background-color"
|
|
6540
|
+
},
|
|
6541
|
+
"path": [
|
|
6542
|
+
"conduction",
|
|
6543
|
+
"input-select",
|
|
6544
|
+
"list-option",
|
|
6545
|
+
"background-color"
|
|
6546
|
+
]
|
|
6547
|
+
},
|
|
6548
|
+
"hover": {
|
|
6549
|
+
"font-family": {
|
|
6550
|
+
"value": "\"Roboto\", Arial, sans-serif",
|
|
6551
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6552
|
+
"isSource": true,
|
|
6553
|
+
"original": {
|
|
6554
|
+
"value": "{noordwijk.typography.roboto.font-family}"
|
|
6555
|
+
},
|
|
6556
|
+
"name": "conductionInputSelectListOptionHoverFontFamily",
|
|
6557
|
+
"attributes": {
|
|
6558
|
+
"category": "conduction",
|
|
6559
|
+
"type": "input-select",
|
|
6560
|
+
"item": "list-option",
|
|
6561
|
+
"subitem": "hover",
|
|
6562
|
+
"state": "font-family"
|
|
6563
|
+
},
|
|
6564
|
+
"path": [
|
|
6565
|
+
"conduction",
|
|
6566
|
+
"input-select",
|
|
6567
|
+
"list-option",
|
|
6568
|
+
"hover",
|
|
6569
|
+
"font-family"
|
|
6570
|
+
]
|
|
6571
|
+
},
|
|
6572
|
+
"color": {
|
|
6573
|
+
"value": "#2c2276",
|
|
6574
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6575
|
+
"isSource": true,
|
|
6576
|
+
"original": {
|
|
6577
|
+
"value": "{noordwijk.color.primary}"
|
|
6578
|
+
},
|
|
6579
|
+
"name": "conductionInputSelectListOptionHoverColor",
|
|
6580
|
+
"attributes": {
|
|
6581
|
+
"category": "conduction",
|
|
6582
|
+
"type": "input-select",
|
|
6583
|
+
"item": "list-option",
|
|
6584
|
+
"subitem": "hover",
|
|
6585
|
+
"state": "color"
|
|
6586
|
+
},
|
|
6587
|
+
"path": [
|
|
6588
|
+
"conduction",
|
|
6589
|
+
"input-select",
|
|
6590
|
+
"list-option",
|
|
6591
|
+
"hover",
|
|
6592
|
+
"color"
|
|
6593
|
+
]
|
|
6594
|
+
},
|
|
6595
|
+
"background-color": {
|
|
6596
|
+
"value": "#ffffff",
|
|
6597
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6598
|
+
"isSource": true,
|
|
6599
|
+
"original": {
|
|
6600
|
+
"value": "{noordwijk.color.white.100}"
|
|
6601
|
+
},
|
|
6602
|
+
"name": "conductionInputSelectListOptionHoverBackgroundColor",
|
|
6603
|
+
"attributes": {
|
|
6604
|
+
"category": "conduction",
|
|
6605
|
+
"type": "input-select",
|
|
6606
|
+
"item": "list-option",
|
|
6607
|
+
"subitem": "hover",
|
|
6608
|
+
"state": "background-color"
|
|
6609
|
+
},
|
|
6610
|
+
"path": [
|
|
6611
|
+
"conduction",
|
|
6612
|
+
"input-select",
|
|
6613
|
+
"list-option",
|
|
6614
|
+
"hover",
|
|
6615
|
+
"background-color"
|
|
6616
|
+
]
|
|
6617
|
+
}
|
|
6618
|
+
}
|
|
6619
|
+
},
|
|
6620
|
+
"placeholder": {
|
|
6621
|
+
"color": {
|
|
6622
|
+
"value": "#757575",
|
|
6623
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6624
|
+
"isSource": true,
|
|
6625
|
+
"original": {
|
|
6626
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
6627
|
+
},
|
|
6628
|
+
"name": "conductionInputSelectPlaceholderColor",
|
|
6629
|
+
"attributes": {
|
|
6630
|
+
"category": "conduction",
|
|
6631
|
+
"type": "input-select",
|
|
6632
|
+
"item": "placeholder",
|
|
6633
|
+
"subitem": "color"
|
|
6634
|
+
},
|
|
6635
|
+
"path": [
|
|
6636
|
+
"conduction",
|
|
6637
|
+
"input-select",
|
|
6638
|
+
"placeholder",
|
|
6639
|
+
"color"
|
|
6640
|
+
]
|
|
6641
|
+
},
|
|
6642
|
+
"font-family": {
|
|
6643
|
+
"value": "\"Roboto\", Arial, sans-serif",
|
|
6644
|
+
"filePath": "src/component/conduction/select.tokens.json",
|
|
6645
|
+
"isSource": true,
|
|
6646
|
+
"original": {
|
|
6647
|
+
"value": "{noordwijk.typography.roboto.font-family}"
|
|
6648
|
+
},
|
|
6649
|
+
"name": "conductionInputSelectPlaceholderFontFamily",
|
|
6650
|
+
"attributes": {
|
|
6651
|
+
"category": "conduction",
|
|
6652
|
+
"type": "input-select",
|
|
6653
|
+
"item": "placeholder",
|
|
6654
|
+
"subitem": "font-family"
|
|
6655
|
+
},
|
|
6656
|
+
"path": [
|
|
6657
|
+
"conduction",
|
|
6658
|
+
"input-select",
|
|
6659
|
+
"placeholder",
|
|
6660
|
+
"font-family"
|
|
6661
|
+
]
|
|
6662
|
+
}
|
|
6663
|
+
}
|
|
6581
6664
|
}
|
|
6582
6665
|
}
|
|
6583
6666
|
}
|
|
@@ -9,7 +9,26 @@
|
|
|
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": "{noordwijk.typography.roboto.font-family}" },
|
|
15
|
+
"background-color": { "value": "{noordwijk.color.white.100}" },
|
|
16
|
+
"hover": {
|
|
17
|
+
"font-family": { "value": "{noordwijk.typography.roboto.font-family}" },
|
|
18
|
+
"color": {
|
|
19
|
+
"value": "{noordwijk.color.primary}"
|
|
20
|
+
},
|
|
21
|
+
"background-color": {
|
|
22
|
+
"value": "{noordwijk.color.white.100}"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"placeholder": {
|
|
27
|
+
"color": {
|
|
28
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
29
|
+
},
|
|
30
|
+
"font-family": { "value": "{noordwijk.typography.roboto.font-family}" }
|
|
31
|
+
}
|
|
13
32
|
}
|
|
14
33
|
}
|
|
15
34
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"utrecht": {
|
|
3
3
|
"table": {
|
|
4
|
-
"border-color": {
|
|
5
|
-
"border-width": {
|
|
4
|
+
"border-color": {},
|
|
5
|
+
"border-width": {},
|
|
6
6
|
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
7
7
|
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
8
8
|
"line-height": {},
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"row": {
|
|
45
|
-
"border-block-end-color": {
|
|
46
|
-
"border-block-end-width": {
|
|
45
|
+
"border-block-end-color": {},
|
|
46
|
+
"border-block-end-width": {},
|
|
47
47
|
"padding-inline-end": {},
|
|
48
48
|
"padding-inline-start": {},
|
|
49
49
|
"alternate-odd": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 24 Aug 2023 15:20:28 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.tubbergen-theme {
|
|
@@ -105,6 +105,9 @@
|
|
|
105
105
|
--tubbergen-color-warning: #ffc107;
|
|
106
106
|
--tubbergen-color-alert-error-background: #f8d7da;
|
|
107
107
|
--tubbergen-color-error: #d62410;
|
|
108
|
+
--conduction-input-select-placeholder-font-family: var(--tubbergen-typography-lato-font-family);
|
|
109
|
+
--conduction-input-select-list-option-hover-font-family: var(--tubbergen-typography-lato-font-family);
|
|
110
|
+
--conduction-input-select-list-option-font-family: var(--tubbergen-typography-lato-font-family);
|
|
108
111
|
--conduction-input-select-invalid-border-color: var(--tubbergen-color-error);
|
|
109
112
|
--conduction-input-select-border-radius: var(--utrecht-form-input-border-radius);
|
|
110
113
|
--conduction-input-select-border: var(--tubbergen-size-4xs) solid var(--tubbergen-color-grey-46);
|
|
@@ -304,6 +307,7 @@
|
|
|
304
307
|
--tubbergen-color-alert-error: var(--tubbergen-color-black-20);
|
|
305
308
|
--tubbergen-color-primary-hover: var(--tubbergen-color-green-11);
|
|
306
309
|
--tubbergen-color-primary: var(--tubbergen-color-green-21);
|
|
310
|
+
--conduction-input-select-placeholder-color: var(--utrecht-form-input-placeholder-color);
|
|
307
311
|
--conduction-card-wrapper-color: var(--utrecht-document-color);
|
|
308
312
|
--conduction-card-header-date-color: var(--utrecht-document-color);
|
|
309
313
|
--conduction-card-header-title-color: var(--utrecht-document-color);
|