@conduction/theme 1.0.27 → 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.
Files changed (53) hide show
  1. package/README.md +5 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +5 -1
  3. package/conduction-design-tokens/dist/index.js +5 -1
  4. package/conduction-design-tokens/dist/index.json +86 -0
  5. package/conduction-design-tokens/dist/index.less +5 -1
  6. package/conduction-design-tokens/dist/index.scss +5 -1
  7. package/conduction-design-tokens/dist/tokens.json +96 -1
  8. package/conduction-design-tokens/src/component/conduction/select.tokens.json +16 -1
  9. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +5 -1
  10. package/municipalities/dinkelland-design-tokens/dist/index.js +5 -1
  11. package/municipalities/dinkelland-design-tokens/dist/index.json +86 -0
  12. package/municipalities/dinkelland-design-tokens/dist/index.less +5 -1
  13. package/municipalities/dinkelland-design-tokens/dist/index.scss +5 -1
  14. package/municipalities/dinkelland-design-tokens/dist/tokens.json +96 -1
  15. package/municipalities/dinkelland-design-tokens/src/component/conduction/select.tokens.json +16 -1
  16. package/municipalities/epe-design-tokens/dist/design-tokens.css +10 -6
  17. package/municipalities/epe-design-tokens/dist/index.js +10 -6
  18. package/municipalities/epe-design-tokens/dist/index.json +179 -83
  19. package/municipalities/epe-design-tokens/dist/index.less +10 -6
  20. package/municipalities/epe-design-tokens/dist/index.scss +10 -6
  21. package/municipalities/epe-design-tokens/dist/tokens.json +200 -95
  22. package/municipalities/epe-design-tokens/src/component/conduction/card-header.tokens.json +9 -9
  23. package/municipalities/epe-design-tokens/src/component/conduction/select.tokens.json +16 -1
  24. package/municipalities/leiden-design-tokens/dist/design-tokens.css +5 -1
  25. package/municipalities/leiden-design-tokens/dist/index.js +5 -1
  26. package/municipalities/leiden-design-tokens/dist/index.json +86 -0
  27. package/municipalities/leiden-design-tokens/dist/index.less +5 -1
  28. package/municipalities/leiden-design-tokens/dist/index.scss +5 -1
  29. package/municipalities/leiden-design-tokens/dist/tokens.json +96 -1
  30. package/municipalities/leiden-design-tokens/src/component/conduction/select.tokens.json +16 -1
  31. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +8 -5
  32. package/municipalities/noordwijk-design-tokens/dist/index.js +8 -5
  33. package/municipalities/noordwijk-design-tokens/dist/index.json +153 -80
  34. package/municipalities/noordwijk-design-tokens/dist/index.less +8 -5
  35. package/municipalities/noordwijk-design-tokens/dist/index.scss +8 -5
  36. package/municipalities/noordwijk-design-tokens/dist/tokens.json +164 -81
  37. package/municipalities/noordwijk-design-tokens/src/component/conduction/select.tokens.json +20 -1
  38. package/municipalities/noordwijk-design-tokens/src/component/utrecht/table.tokens.json +4 -4
  39. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +5 -1
  40. package/municipalities/tubbergen-design-tokens/dist/index.js +5 -1
  41. package/municipalities/tubbergen-design-tokens/dist/index.json +86 -0
  42. package/municipalities/tubbergen-design-tokens/dist/index.less +5 -1
  43. package/municipalities/tubbergen-design-tokens/dist/index.scss +5 -1
  44. package/municipalities/tubbergen-design-tokens/dist/tokens.json +96 -1
  45. package/municipalities/tubbergen-design-tokens/src/component/conduction/select.tokens.json +16 -1
  46. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +5 -1
  47. package/municipalities/xxllnc-design-tokens/dist/index.js +5 -1
  48. package/municipalities/xxllnc-design-tokens/dist/index.json +86 -0
  49. package/municipalities/xxllnc-design-tokens/dist/index.less +5 -1
  50. package/municipalities/xxllnc-design-tokens/dist/index.scss +5 -1
  51. package/municipalities/xxllnc-design-tokens/dist/tokens.json +96 -1
  52. package/municipalities/xxllnc-design-tokens/src/component/conduction/select.tokens.json +16 -1
  53. package/package.json +1 -1
@@ -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 Wed, 23 Aug 2023 16:58:36 GMT
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 Wed, 23 Aug 2023 16:58:35 GMT
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 Wed, 23 Aug 2023 16:58:36 GMT
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 Wed, 23 Aug 2023 16:58:36 GMT
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;