@conduction/theme 1.0.30 → 1.0.31

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 (58) hide show
  1. package/README.md +2 -1
  2. package/conduction-design-tokens/dist/design-tokens.css +2 -1
  3. package/conduction-design-tokens/dist/index.js +2 -1
  4. package/conduction-design-tokens/dist/index.json +19 -0
  5. package/conduction-design-tokens/dist/index.less +2 -1
  6. package/conduction-design-tokens/dist/index.scss +2 -1
  7. package/conduction-design-tokens/dist/tokens.json +22 -0
  8. package/conduction-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  9. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +2 -1
  10. package/municipalities/dinkelland-design-tokens/dist/index.js +2 -1
  11. package/municipalities/dinkelland-design-tokens/dist/index.json +19 -0
  12. package/municipalities/dinkelland-design-tokens/dist/index.less +2 -1
  13. package/municipalities/dinkelland-design-tokens/dist/index.scss +2 -1
  14. package/municipalities/dinkelland-design-tokens/dist/tokens.json +22 -0
  15. package/municipalities/dinkelland-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  16. package/municipalities/epe-design-tokens/dist/design-tokens.css +2 -1
  17. package/municipalities/epe-design-tokens/dist/index.js +2 -1
  18. package/municipalities/epe-design-tokens/dist/index.json +19 -0
  19. package/municipalities/epe-design-tokens/dist/index.less +2 -1
  20. package/municipalities/epe-design-tokens/dist/index.scss +2 -1
  21. package/municipalities/epe-design-tokens/dist/tokens.json +22 -0
  22. package/municipalities/epe-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  23. package/municipalities/leiden-design-tokens/dist/design-tokens.css +2 -1
  24. package/municipalities/leiden-design-tokens/dist/index.js +2 -1
  25. package/municipalities/leiden-design-tokens/dist/index.json +19 -0
  26. package/municipalities/leiden-design-tokens/dist/index.less +2 -1
  27. package/municipalities/leiden-design-tokens/dist/index.scss +2 -1
  28. package/municipalities/leiden-design-tokens/dist/tokens.json +22 -0
  29. package/municipalities/leiden-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  30. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +2 -1
  31. package/municipalities/noaberkracht-design-tokens/dist/index.js +2 -1
  32. package/municipalities/noaberkracht-design-tokens/dist/index.json +19 -0
  33. package/municipalities/noaberkracht-design-tokens/dist/index.less +2 -1
  34. package/municipalities/noaberkracht-design-tokens/dist/index.scss +2 -1
  35. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +22 -0
  36. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  37. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +2 -1
  38. package/municipalities/noordwijk-design-tokens/dist/index.js +2 -1
  39. package/municipalities/noordwijk-design-tokens/dist/index.json +19 -0
  40. package/municipalities/noordwijk-design-tokens/dist/index.less +2 -1
  41. package/municipalities/noordwijk-design-tokens/dist/index.scss +2 -1
  42. package/municipalities/noordwijk-design-tokens/dist/tokens.json +22 -0
  43. package/municipalities/noordwijk-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  44. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +2 -1
  45. package/municipalities/tubbergen-design-tokens/dist/index.js +2 -1
  46. package/municipalities/tubbergen-design-tokens/dist/index.json +19 -0
  47. package/municipalities/tubbergen-design-tokens/dist/index.less +2 -1
  48. package/municipalities/tubbergen-design-tokens/dist/index.scss +2 -1
  49. package/municipalities/tubbergen-design-tokens/dist/tokens.json +22 -0
  50. package/municipalities/tubbergen-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  51. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +2 -1
  52. package/municipalities/xxllnc-design-tokens/dist/index.js +2 -1
  53. package/municipalities/xxllnc-design-tokens/dist/index.json +19 -0
  54. package/municipalities/xxllnc-design-tokens/dist/index.less +2 -1
  55. package/municipalities/xxllnc-design-tokens/dist/index.scss +2 -1
  56. package/municipalities/xxllnc-design-tokens/dist/tokens.json +22 -0
  57. package/municipalities/xxllnc-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  58. package/package.json +1 -1
package/README.md CHANGED
@@ -6,8 +6,9 @@ Conduction's design tokens theme
6
6
 
7
7
  - **Version 1**
8
8
 
9
+ - 1.0.31: Added surface tokens to all themes.
9
10
  - 1.0.30: Added Noaberkracht theme.
10
- - 1.0.29:
11
+ - 1.0.29:
11
12
  - Added extra select tokens to all themes.
12
13
  - Updated table tokens in noordwijk theme.
13
14
  - Updated card-header tokens in epe theme.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:19:54 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:31:42 GMT
4
4
  */
5
5
 
6
6
  .conduction-theme {
@@ -90,6 +90,7 @@
90
90
  --conduction-color-error: #dc3545;
91
91
  --conduction-color-primary-hover: #2e5ed9;
92
92
  --conduction-color-primary: #4376fc;
93
+ --utrecht-surface-background-color: var(--conduction-color-white-98);
93
94
  --utrecht-paragraph-font-weight: var(--conduction-typography-font-weight-normal);
94
95
  --utrecht-paragraph-font-size: var(--conduction-font-size-md);
95
96
  --utrecht-paragraph-font-family: var(--conduction-typography-sans-serif-font-family);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:19:54 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:31:42 GMT
4
4
  */
5
5
 
6
6
  export const conductionColorPrimary = "#4376fc";
@@ -306,3 +306,4 @@ export const utrechtParagraphFontWeight = "400";
306
306
  export const utrechtParagraphLineHeight = "1.5em";
307
307
  export const utrechtParagraphMarginBlockStart = 0;
308
308
  export const utrechtParagraphMarginBlockEnd = 0;
309
+ export const utrechtSurfaceBackgroundColor = "#fafafa";
@@ -5190,6 +5190,25 @@
5190
5190
  "xs"
5191
5191
  ]
5192
5192
  },
5193
+ {
5194
+ "value": "#fafafa",
5195
+ "filePath": "src/component/utrecht/surface.tokens.json",
5196
+ "isSource": true,
5197
+ "original": {
5198
+ "value": "{conduction.color.white.98}"
5199
+ },
5200
+ "name": "utrechtSurfaceBackgroundColor",
5201
+ "attributes": {
5202
+ "category": "utrecht",
5203
+ "type": "surface",
5204
+ "item": "background-color"
5205
+ },
5206
+ "path": [
5207
+ "utrecht",
5208
+ "surface",
5209
+ "background-color"
5210
+ ]
5211
+ },
5193
5212
  {
5194
5213
  "value": "#ffffff",
5195
5214
  "filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:19:54 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:31:42 GMT
4
4
 
5
5
  @utrecht-paragraph-margin-block-end: 0;
6
6
  @utrecht-paragraph-margin-block-start: 0;
@@ -88,6 +88,7 @@
88
88
  @conduction-color-error: #dc3545;
89
89
  @conduction-color-primary-hover: #2e5ed9;
90
90
  @conduction-color-primary: #4376fc;
91
+ @utrecht-surface-background-color: @conduction-color-white-98;
91
92
  @utrecht-paragraph-font-weight: @conduction-typography-font-weight-normal;
92
93
  @utrecht-paragraph-font-size: @conduction-font-size-md;
93
94
  @utrecht-paragraph-font-family: @conduction-typography-sans-serif-font-family;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:19:54 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:31:42 GMT
4
4
 
5
5
  $utrecht-paragraph-margin-block-end: 0;
6
6
  $utrecht-paragraph-margin-block-start: 0;
@@ -88,6 +88,7 @@ $conduction-color-alert-error: #721c24;
88
88
  $conduction-color-error: #dc3545;
89
89
  $conduction-color-primary-hover: #2e5ed9;
90
90
  $conduction-color-primary: #4376fc;
91
+ $utrecht-surface-background-color: $conduction-color-white-98;
91
92
  $utrecht-paragraph-font-weight: $conduction-typography-font-weight-normal;
92
93
  $utrecht-paragraph-font-size: $conduction-font-size-md;
93
94
  $utrecht-paragraph-font-family: $conduction-typography-sans-serif-font-family;
@@ -6470,6 +6470,28 @@
6470
6470
  "font-weight": {},
6471
6471
  "line-height": {}
6472
6472
  }
6473
+ },
6474
+ "surface": {
6475
+ "background-color": {
6476
+ "value": "#fafafa",
6477
+ "filePath": "src/component/utrecht/surface.tokens.json",
6478
+ "isSource": true,
6479
+ "original": {
6480
+ "value": "{conduction.color.white.98}"
6481
+ },
6482
+ "name": "utrechtSurfaceBackgroundColor",
6483
+ "attributes": {
6484
+ "category": "utrecht",
6485
+ "type": "surface",
6486
+ "item": "background-color"
6487
+ },
6488
+ "path": [
6489
+ "utrecht",
6490
+ "surface",
6491
+ "background-color"
6492
+ ]
6493
+ },
6494
+ "color": {}
6473
6495
  }
6474
6496
  }
6475
6497
  }
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "surface": {
4
+ "background-color": { "value": "{conduction.color.white.98}" },
5
+ "color": {}
6
+ }
7
+ }
8
+ }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:20:39 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:32:11 GMT
4
4
  */
5
5
 
6
6
  .dinkelland-theme {
@@ -120,6 +120,7 @@
120
120
  --conduction-card-header-date-font-size: var(--dinkelland-font-size-sm);
121
121
  --conduction-card-header-date-color: var(--dinkelland-color-black-0);
122
122
  --conduction-card-header-title-color: var(--dinkelland-color-black-0);
123
+ --utrecht-surface-background-color: var(--dinkelland-color-white-100);
123
124
  --utrecht-paragraph-font-weight: var(--dinkelland-typography-font-weight-normal);
124
125
  --utrecht-paragraph-font-size: var(--dinkelland-font-size-md);
125
126
  --utrecht-paragraph-font-family: var(--dinkelland-typography-lato-font-family);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:20:38 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:32:11 GMT
4
4
  */
5
5
 
6
6
  export const dinkellandColorPrimary = "#006cb9";
@@ -314,6 +314,7 @@ export const utrechtParagraphFontWeight = "400";
314
314
  export const utrechtParagraphLineHeight = "1.5em";
315
315
  export const utrechtParagraphMarginBlockStart = 0;
316
316
  export const utrechtParagraphMarginBlockEnd = 0;
317
+ export const utrechtSurfaceBackgroundColor = "#ffffff";
317
318
  export const conductionCardHeaderColor = "#333333";
318
319
  export const conductionCardHeaderTitleColor = "#000000";
319
320
  export const conductionCardHeaderDateColor = "#000000";
@@ -5782,6 +5782,25 @@
5782
5782
  "xs"
5783
5783
  ]
5784
5784
  },
5785
+ {
5786
+ "value": "#ffffff",
5787
+ "filePath": "src/component/utrecht/surface.tokens.json",
5788
+ "isSource": true,
5789
+ "original": {
5790
+ "value": "{dinkelland.color.white.100}"
5791
+ },
5792
+ "name": "utrechtSurfaceBackgroundColor",
5793
+ "attributes": {
5794
+ "category": "utrecht",
5795
+ "type": "surface",
5796
+ "item": "background-color"
5797
+ },
5798
+ "path": [
5799
+ "utrecht",
5800
+ "surface",
5801
+ "background-color"
5802
+ ]
5803
+ },
5785
5804
  {
5786
5805
  "value": "#ffffff",
5787
5806
  "filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:20:39 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:32:11 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -118,6 +118,7 @@
118
118
  @conduction-card-header-date-font-size: @dinkelland-font-size-sm;
119
119
  @conduction-card-header-date-color: @dinkelland-color-black-0;
120
120
  @conduction-card-header-title-color: @dinkelland-color-black-0;
121
+ @utrecht-surface-background-color: @dinkelland-color-white-100;
121
122
  @utrecht-paragraph-font-weight: @dinkelland-typography-font-weight-normal;
122
123
  @utrecht-paragraph-font-size: @dinkelland-font-size-md;
123
124
  @utrecht-paragraph-font-family: @dinkelland-typography-lato-font-family;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:20:39 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:32:11 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -118,6 +118,7 @@ $conduction-card-header-date-font-weight: $dinkelland-typography-font-weight-lig
118
118
  $conduction-card-header-date-font-size: $dinkelland-font-size-sm;
119
119
  $conduction-card-header-date-color: $dinkelland-color-black-0;
120
120
  $conduction-card-header-title-color: $dinkelland-color-black-0;
121
+ $utrecht-surface-background-color: $dinkelland-color-white-100;
121
122
  $utrecht-paragraph-font-weight: $dinkelland-typography-font-weight-normal;
122
123
  $utrecht-paragraph-font-size: $dinkelland-font-size-md;
123
124
  $utrecht-paragraph-font-family: $dinkelland-typography-lato-font-family;
@@ -6623,6 +6623,28 @@
6623
6623
  "font-weight": {},
6624
6624
  "line-height": {}
6625
6625
  }
6626
+ },
6627
+ "surface": {
6628
+ "background-color": {
6629
+ "value": "#ffffff",
6630
+ "filePath": "src/component/utrecht/surface.tokens.json",
6631
+ "isSource": true,
6632
+ "original": {
6633
+ "value": "{dinkelland.color.white.100}"
6634
+ },
6635
+ "name": "utrechtSurfaceBackgroundColor",
6636
+ "attributes": {
6637
+ "category": "utrecht",
6638
+ "type": "surface",
6639
+ "item": "background-color"
6640
+ },
6641
+ "path": [
6642
+ "utrecht",
6643
+ "surface",
6644
+ "background-color"
6645
+ ]
6646
+ },
6647
+ "color": {}
6626
6648
  }
6627
6649
  },
6628
6650
  "conduction": {
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "surface": {
4
+ "background-color": { "value": "{dinkelland.color.white.100}" },
5
+ "color": {}
6
+ }
7
+ }
8
+ }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:20:46 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:32:18 GMT
4
4
  */
5
5
 
6
6
  .epe-theme {
@@ -131,6 +131,7 @@
131
131
  --conduction-card-header-hover-border-bottom-width: var(--epe-size-4xs);
132
132
  --conduction-card-header-border-bottom-color: var(--epe-color-yellow-42);
133
133
  --conduction-card-header-border-bottom-width: var(--epe-size-4xs);
134
+ --utrecht-surface-background-color: var(--epe-color-white-100);
134
135
  --utrecht-paragraph-font-weight: var(--epe-typography-font-weight-normal);
135
136
  --utrecht-paragraph-font-size: var(--epe-font-size-md);
136
137
  --utrecht-paragraph-font-family: var(--epe-typography-source-sans-font-family);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:20:46 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:32:18 GMT
4
4
  */
5
5
 
6
6
  export const epeColorPrimary = "#01699d";
@@ -302,6 +302,7 @@ export const utrechtParagraphFontWeight = "400";
302
302
  export const utrechtParagraphLineHeight = "1.5em";
303
303
  export const utrechtParagraphMarginBlockStart = 0;
304
304
  export const utrechtParagraphMarginBlockEnd = 0;
305
+ export const utrechtSurfaceBackgroundColor = "#ffffff";
305
306
  export const conductionCardHeaderBorderBottomWidth = "1px";
306
307
  export const conductionCardHeaderBorderBottomStyle = "solid";
307
308
  export const conductionCardHeaderBorderBottomColor = "#d6a100";
@@ -5765,6 +5765,25 @@
5765
5765
  "xs"
5766
5766
  ]
5767
5767
  },
5768
+ {
5769
+ "value": "#ffffff",
5770
+ "filePath": "src/component/utrecht/surface.tokens.json",
5771
+ "isSource": true,
5772
+ "original": {
5773
+ "value": "{epe.color.white.100}"
5774
+ },
5775
+ "name": "utrechtSurfaceBackgroundColor",
5776
+ "attributes": {
5777
+ "category": "utrecht",
5778
+ "type": "surface",
5779
+ "item": "background-color"
5780
+ },
5781
+ "path": [
5782
+ "utrecht",
5783
+ "surface",
5784
+ "background-color"
5785
+ ]
5786
+ },
5768
5787
  {
5769
5788
  "value": "#ffffff",
5770
5789
  "filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:20:46 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:32:18 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -129,6 +129,7 @@
129
129
  @conduction-card-header-hover-border-bottom-width: @epe-size-4xs;
130
130
  @conduction-card-header-border-bottom-color: @epe-color-yellow-42;
131
131
  @conduction-card-header-border-bottom-width: @epe-size-4xs;
132
+ @utrecht-surface-background-color: @epe-color-white-100;
132
133
  @utrecht-paragraph-font-weight: @epe-typography-font-weight-normal;
133
134
  @utrecht-paragraph-font-size: @epe-font-size-md;
134
135
  @utrecht-paragraph-font-family: @epe-typography-source-sans-font-family;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:20:46 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:32:18 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -129,6 +129,7 @@ $conduction-card-header-hover-border-bottom-color: $epe-color-blue-31;
129
129
  $conduction-card-header-hover-border-bottom-width: $epe-size-4xs;
130
130
  $conduction-card-header-border-bottom-color: $epe-color-yellow-42;
131
131
  $conduction-card-header-border-bottom-width: $epe-size-4xs;
132
+ $utrecht-surface-background-color: $epe-color-white-100;
132
133
  $utrecht-paragraph-font-weight: $epe-typography-font-weight-normal;
133
134
  $utrecht-paragraph-font-size: $epe-font-size-md;
134
135
  $utrecht-paragraph-font-family: $epe-typography-source-sans-font-family;
@@ -6380,6 +6380,28 @@
6380
6380
  "font-weight": {},
6381
6381
  "line-height": {}
6382
6382
  }
6383
+ },
6384
+ "surface": {
6385
+ "background-color": {
6386
+ "value": "#ffffff",
6387
+ "filePath": "src/component/utrecht/surface.tokens.json",
6388
+ "isSource": true,
6389
+ "original": {
6390
+ "value": "{epe.color.white.100}"
6391
+ },
6392
+ "name": "utrechtSurfaceBackgroundColor",
6393
+ "attributes": {
6394
+ "category": "utrecht",
6395
+ "type": "surface",
6396
+ "item": "background-color"
6397
+ },
6398
+ "path": [
6399
+ "utrecht",
6400
+ "surface",
6401
+ "background-color"
6402
+ ]
6403
+ },
6404
+ "color": {}
6383
6405
  }
6384
6406
  },
6385
6407
  "conduction": {
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "surface": {
4
+ "background-color": { "value": "{epe.color.white.100}" },
5
+ "color": {}
6
+ }
7
+ }
8
+ }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:20:06 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:31:49 GMT
4
4
  */
5
5
 
6
6
  .leiden-theme {
@@ -104,6 +104,7 @@
104
104
  --conduction-card-header-date-font-size: var(--leiden-font-size-sm);
105
105
  --conduction-card-header-date-color: var(--leiden-color-black-9);
106
106
  --conduction-card-header-title-color: var(--leiden-color-black-9);
107
+ --utrecht-surface-background-color: var(--leiden-color-white-100);
107
108
  --utrecht-paragraph-font-weight: var(--leiden-typography-font-weight-normal);
108
109
  --utrecht-paragraph-font-size: var(--leiden-font-size-md);
109
110
  --utrecht-paragraph-font-family: var(--leiden-typography-sans-serif-font-family);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:20:06 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:31:49 GMT
4
4
  */
5
5
 
6
6
  export const leidenColorPrimary = "#d62410";
@@ -272,6 +272,7 @@ export const utrechtParagraphFontWeight = "400";
272
272
  export const utrechtParagraphLineHeight = "1.5em";
273
273
  export const utrechtParagraphMarginBlockStart = 0;
274
274
  export const utrechtParagraphMarginBlockEnd = 0;
275
+ export const utrechtSurfaceBackgroundColor = "#ffffff";
275
276
  export const conductionCardHeaderColor = "#0d1921";
276
277
  export const conductionCardHeaderTitleColor = "#0d1921";
277
278
  export const conductionCardHeaderDateColor = "#0d1921";
@@ -5062,6 +5062,25 @@
5062
5062
  "xs"
5063
5063
  ]
5064
5064
  },
5065
+ {
5066
+ "value": "#ffffff",
5067
+ "filePath": "src/component/utrecht/surface.tokens.json",
5068
+ "isSource": true,
5069
+ "original": {
5070
+ "value": "{leiden.color.white.100}"
5071
+ },
5072
+ "name": "utrechtSurfaceBackgroundColor",
5073
+ "attributes": {
5074
+ "category": "utrecht",
5075
+ "type": "surface",
5076
+ "item": "background-color"
5077
+ },
5078
+ "path": [
5079
+ "utrecht",
5080
+ "surface",
5081
+ "background-color"
5082
+ ]
5083
+ },
5065
5084
  {
5066
5085
  "value": "#e4e4e4",
5067
5086
  "filePath": "src/component/utrecht/table.tokens.json",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:20:06 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:31:49 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -102,6 +102,7 @@
102
102
  @conduction-card-header-date-font-size: @leiden-font-size-sm;
103
103
  @conduction-card-header-date-color: @leiden-color-black-9;
104
104
  @conduction-card-header-title-color: @leiden-color-black-9;
105
+ @utrecht-surface-background-color: @leiden-color-white-100;
105
106
  @utrecht-paragraph-font-weight: @leiden-typography-font-weight-normal;
106
107
  @utrecht-paragraph-font-size: @leiden-font-size-md;
107
108
  @utrecht-paragraph-font-family: @leiden-typography-sans-serif-font-family;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:20:06 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:31:49 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -102,6 +102,7 @@ $conduction-card-header-date-font-weight: $leiden-typography-font-weight-light;
102
102
  $conduction-card-header-date-font-size: $leiden-font-size-sm;
103
103
  $conduction-card-header-date-color: $leiden-color-black-9;
104
104
  $conduction-card-header-title-color: $leiden-color-black-9;
105
+ $utrecht-surface-background-color: $leiden-color-white-100;
105
106
  $utrecht-paragraph-font-weight: $leiden-typography-font-weight-normal;
106
107
  $utrecht-paragraph-font-size: $leiden-font-size-md;
107
108
  $utrecht-paragraph-font-family: $leiden-typography-sans-serif-font-family;
@@ -5750,6 +5750,28 @@
5750
5750
  "font-weight": {},
5751
5751
  "line-height": {}
5752
5752
  }
5753
+ },
5754
+ "surface": {
5755
+ "background-color": {
5756
+ "value": "#ffffff",
5757
+ "filePath": "src/component/utrecht/surface.tokens.json",
5758
+ "isSource": true,
5759
+ "original": {
5760
+ "value": "{leiden.color.white.100}"
5761
+ },
5762
+ "name": "utrechtSurfaceBackgroundColor",
5763
+ "attributes": {
5764
+ "category": "utrecht",
5765
+ "type": "surface",
5766
+ "item": "background-color"
5767
+ },
5768
+ "path": [
5769
+ "utrecht",
5770
+ "surface",
5771
+ "background-color"
5772
+ ]
5773
+ },
5774
+ "color": {}
5753
5775
  }
5754
5776
  },
5755
5777
  "conduction": {
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "surface": {
4
+ "background-color": { "value": "{leiden.color.white.100}" },
5
+ "color": {}
6
+ }
7
+ }
8
+ }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:21:01 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:32:33 GMT
4
4
  */
5
5
 
6
6
  .noaberkracht-theme {
@@ -107,6 +107,7 @@
107
107
  --conduction-card-header-date-font-size: var(--noaberkracht-font-size-xs);
108
108
  --conduction-card-header-date-color: var(--noaberkracht-color-blue-22);
109
109
  --conduction-card-header-title-color: var(--noaberkracht-color-blue-22);
110
+ --utrecht-surface-background-color: var(--noaberkracht-color-white-98);
110
111
  --utrecht-paragraph-font-weight: var(--noaberkracht-typography-font-weight-normal);
111
112
  --utrecht-paragraph-font-size: var(--noaberkracht-font-size-sm);
112
113
  --utrecht-paragraph-font-family: var(--noaberkracht-typography-greycliff-cf-font-family);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:21:01 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:32:33 GMT
4
4
  */
5
5
 
6
6
  export const noaberkrachtColorPrimary = "#4376fc";
@@ -282,6 +282,7 @@ export const utrechtParagraphFontWeight = "400";
282
282
  export const utrechtParagraphLineHeight = "1.5em";
283
283
  export const utrechtParagraphMarginBlockStart = 0;
284
284
  export const utrechtParagraphMarginBlockEnd = 0;
285
+ export const utrechtSurfaceBackgroundColor = "#fafafa";
285
286
  export const conductionCardHeaderColor = "#003790";
286
287
  export const conductionCardHeaderTitleColor = "#003790";
287
288
  export const conductionCardHeaderDateColor = "#003790";
@@ -5283,6 +5283,25 @@
5283
5283
  "xs"
5284
5284
  ]
5285
5285
  },
5286
+ {
5287
+ "value": "#fafafa",
5288
+ "filePath": "src/component/utrecht/surface.tokens.json",
5289
+ "isSource": true,
5290
+ "original": {
5291
+ "value": "{noaberkracht.color.white.98}"
5292
+ },
5293
+ "name": "utrechtSurfaceBackgroundColor",
5294
+ "attributes": {
5295
+ "category": "utrecht",
5296
+ "type": "surface",
5297
+ "item": "background-color"
5298
+ },
5299
+ "path": [
5300
+ "utrecht",
5301
+ "surface",
5302
+ "background-color"
5303
+ ]
5304
+ },
5286
5305
  {
5287
5306
  "value": "#f5f5f5",
5288
5307
  "filePath": "src/component/utrecht/table.tokens.json",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:21:01 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:32:33 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -105,6 +105,7 @@
105
105
  @conduction-card-header-date-font-size: @noaberkracht-font-size-xs;
106
106
  @conduction-card-header-date-color: @noaberkracht-color-blue-22;
107
107
  @conduction-card-header-title-color: @noaberkracht-color-blue-22;
108
+ @utrecht-surface-background-color: @noaberkracht-color-white-98;
108
109
  @utrecht-paragraph-font-weight: @noaberkracht-typography-font-weight-normal;
109
110
  @utrecht-paragraph-font-size: @noaberkracht-font-size-sm;
110
111
  @utrecht-paragraph-font-family: @noaberkracht-typography-greycliff-cf-font-family;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:21:01 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:32:33 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -105,6 +105,7 @@ $conduction-card-header-date-font-weight: $noaberkracht-typography-font-weight-l
105
105
  $conduction-card-header-date-font-size: $noaberkracht-font-size-xs;
106
106
  $conduction-card-header-date-color: $noaberkracht-color-blue-22;
107
107
  $conduction-card-header-title-color: $noaberkracht-color-blue-22;
108
+ $utrecht-surface-background-color: $noaberkracht-color-white-98;
108
109
  $utrecht-paragraph-font-weight: $noaberkracht-typography-font-weight-normal;
109
110
  $utrecht-paragraph-font-size: $noaberkracht-font-size-sm;
110
111
  $utrecht-paragraph-font-family: $noaberkracht-typography-greycliff-cf-font-family;
@@ -5950,6 +5950,28 @@
5950
5950
  "font-weight": {},
5951
5951
  "line-height": {}
5952
5952
  }
5953
+ },
5954
+ "surface": {
5955
+ "background-color": {
5956
+ "value": "#fafafa",
5957
+ "filePath": "src/component/utrecht/surface.tokens.json",
5958
+ "isSource": true,
5959
+ "original": {
5960
+ "value": "{noaberkracht.color.white.98}"
5961
+ },
5962
+ "name": "utrechtSurfaceBackgroundColor",
5963
+ "attributes": {
5964
+ "category": "utrecht",
5965
+ "type": "surface",
5966
+ "item": "background-color"
5967
+ },
5968
+ "path": [
5969
+ "utrecht",
5970
+ "surface",
5971
+ "background-color"
5972
+ ]
5973
+ },
5974
+ "color": {}
5953
5975
  }
5954
5976
  },
5955
5977
  "conduction": {
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "surface": {
4
+ "background-color": { "value": "{noaberkracht.color.white.98}" },
5
+ "color": {}
6
+ }
7
+ }
8
+ }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:20:54 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:32:25 GMT
4
4
  */
5
5
 
6
6
  .noordwijk-theme {
@@ -116,6 +116,7 @@
116
116
  --conduction-card-header-date-font-weight: var(--noordwijk-typography-font-weight-light);
117
117
  --conduction-card-header-date-font-size: var(--noordwijk-font-size-sm);
118
118
  --conduction-card-header-date-color: var(--noordwijk-color-light-green-24);
119
+ --utrecht-surface-background-color: var(--noordwijk-color-light-blue-96);
119
120
  --utrecht-paragraph-font-weight: var(--noordwijk-typography-font-weight-normal);
120
121
  --utrecht-paragraph-font-size: var(--noordwijk-font-size-md);
121
122
  --utrecht-paragraph-font-family: var(--noordwijk-typography-roboto-font-family);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:20:53 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:32:25 GMT
4
4
  */
5
5
 
6
6
  export const noordwijkColorPrimary = "#2c2276";
@@ -287,6 +287,7 @@ export const utrechtParagraphFontWeight = "300";
287
287
  export const utrechtParagraphLineHeight = "1.5em";
288
288
  export const utrechtParagraphMarginBlockStart = 0;
289
289
  export const utrechtParagraphMarginBlockEnd = 0;
290
+ export const utrechtSurfaceBackgroundColor = "#f2f7fa";
290
291
  export const conductionCardHeaderColor = "#000000";
291
292
  export const conductionCardHeaderTitleColor = "#2c2276";
292
293
  export const conductionCardHeaderDateColor = "#007c4c";
@@ -5501,6 +5501,25 @@
5501
5501
  "xs"
5502
5502
  ]
5503
5503
  },
5504
+ {
5505
+ "value": "#f2f7fa",
5506
+ "filePath": "src/component/utrecht/surface.tokens.json",
5507
+ "isSource": true,
5508
+ "original": {
5509
+ "value": "{noordwijk.color.light-blue.96}"
5510
+ },
5511
+ "name": "utrechtSurfaceBackgroundColor",
5512
+ "attributes": {
5513
+ "category": "utrecht",
5514
+ "type": "surface",
5515
+ "item": "background-color"
5516
+ },
5517
+ "path": [
5518
+ "utrecht",
5519
+ "surface",
5520
+ "background-color"
5521
+ ]
5522
+ },
5504
5523
  {
5505
5524
  "value": "#ffffff",
5506
5525
  "filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:20:54 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:32:25 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -114,6 +114,7 @@
114
114
  @conduction-card-header-date-font-weight: @noordwijk-typography-font-weight-light;
115
115
  @conduction-card-header-date-font-size: @noordwijk-font-size-sm;
116
116
  @conduction-card-header-date-color: @noordwijk-color-light-green-24;
117
+ @utrecht-surface-background-color: @noordwijk-color-light-blue-96;
117
118
  @utrecht-paragraph-font-weight: @noordwijk-typography-font-weight-normal;
118
119
  @utrecht-paragraph-font-size: @noordwijk-font-size-md;
119
120
  @utrecht-paragraph-font-family: @noordwijk-typography-roboto-font-family;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:20:54 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:32:25 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -114,6 +114,7 @@ $conduction-card-header-date-margin-block-end: $noordwijk-size-xs;
114
114
  $conduction-card-header-date-font-weight: $noordwijk-typography-font-weight-light;
115
115
  $conduction-card-header-date-font-size: $noordwijk-font-size-sm;
116
116
  $conduction-card-header-date-color: $noordwijk-color-light-green-24;
117
+ $utrecht-surface-background-color: $noordwijk-color-light-blue-96;
117
118
  $utrecht-paragraph-font-weight: $noordwijk-typography-font-weight-normal;
118
119
  $utrecht-paragraph-font-size: $noordwijk-font-size-md;
119
120
  $utrecht-paragraph-font-family: $noordwijk-typography-roboto-font-family;
@@ -6064,6 +6064,28 @@
6064
6064
  "font-weight": {},
6065
6065
  "line-height": {}
6066
6066
  }
6067
+ },
6068
+ "surface": {
6069
+ "background-color": {
6070
+ "value": "#f2f7fa",
6071
+ "filePath": "src/component/utrecht/surface.tokens.json",
6072
+ "isSource": true,
6073
+ "original": {
6074
+ "value": "{noordwijk.color.light-blue.96}"
6075
+ },
6076
+ "name": "utrechtSurfaceBackgroundColor",
6077
+ "attributes": {
6078
+ "category": "utrecht",
6079
+ "type": "surface",
6080
+ "item": "background-color"
6081
+ },
6082
+ "path": [
6083
+ "utrecht",
6084
+ "surface",
6085
+ "background-color"
6086
+ ]
6087
+ },
6088
+ "color": {}
6067
6089
  }
6068
6090
  },
6069
6091
  "conduction": {
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "surface": {
4
+ "background-color": { "value": "{noordwijk.color.light-blue.96}" },
5
+ "color": {}
6
+ }
7
+ }
8
+ }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:20:28 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:32:03 GMT
4
4
  */
5
5
 
6
6
  .tubbergen-theme {
@@ -120,6 +120,7 @@
120
120
  --conduction-card-header-date-margin-block-end: var(--tubbergen-size-xs);
121
121
  --conduction-card-header-date-font-weight: var(--tubbergen-typography-font-weight-light);
122
122
  --conduction-card-header-date-font-size: var(--tubbergen-font-size-sm);
123
+ --utrecht-surface-background-color: var(--tubbergen-color-white-100);
123
124
  --utrecht-paragraph-font-weight: var(--tubbergen-typography-font-weight-normal);
124
125
  --utrecht-paragraph-font-size: var(--tubbergen-font-size-md);
125
126
  --utrecht-paragraph-font-family: var(--tubbergen-typography-lato-font-family);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:20:28 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:32:03 GMT
4
4
  */
5
5
 
6
6
  export const tubbergenColorPrimary = "#0b612d";
@@ -316,6 +316,7 @@ export const utrechtParagraphFontWeight = "400";
316
316
  export const utrechtParagraphLineHeight = "1.5em";
317
317
  export const utrechtParagraphMarginBlockStart = 0;
318
318
  export const utrechtParagraphMarginBlockEnd = 0;
319
+ export const utrechtSurfaceBackgroundColor = "#ffffff";
319
320
  export const conductionCardHeaderColor = "#333333";
320
321
  export const conductionCardHeaderTitleColor = "#333333";
321
322
  export const conductionCardHeaderDateColor = "#333333";
@@ -5826,6 +5826,25 @@
5826
5826
  "xs"
5827
5827
  ]
5828
5828
  },
5829
+ {
5830
+ "value": "#ffffff",
5831
+ "filePath": "src/component/utrecht/surface.tokens.json",
5832
+ "isSource": true,
5833
+ "original": {
5834
+ "value": "{tubbergen.color.white.100}"
5835
+ },
5836
+ "name": "utrechtSurfaceBackgroundColor",
5837
+ "attributes": {
5838
+ "category": "utrecht",
5839
+ "type": "surface",
5840
+ "item": "background-color"
5841
+ },
5842
+ "path": [
5843
+ "utrecht",
5844
+ "surface",
5845
+ "background-color"
5846
+ ]
5847
+ },
5829
5848
  {
5830
5849
  "value": "#ffffff",
5831
5850
  "filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:20:28 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:32:04 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -118,6 +118,7 @@
118
118
  @conduction-card-header-date-margin-block-end: @tubbergen-size-xs;
119
119
  @conduction-card-header-date-font-weight: @tubbergen-typography-font-weight-light;
120
120
  @conduction-card-header-date-font-size: @tubbergen-font-size-sm;
121
+ @utrecht-surface-background-color: @tubbergen-color-white-100;
121
122
  @utrecht-paragraph-font-weight: @tubbergen-typography-font-weight-normal;
122
123
  @utrecht-paragraph-font-size: @tubbergen-font-size-md;
123
124
  @utrecht-paragraph-font-family: @tubbergen-typography-lato-font-family;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:20:28 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:32:04 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -118,6 +118,7 @@ $conduction-card-wrapper-background-color: $tubbergen-color-green-89;
118
118
  $conduction-card-header-date-margin-block-end: $tubbergen-size-xs;
119
119
  $conduction-card-header-date-font-weight: $tubbergen-typography-font-weight-light;
120
120
  $conduction-card-header-date-font-size: $tubbergen-font-size-sm;
121
+ $utrecht-surface-background-color: $tubbergen-color-white-100;
121
122
  $utrecht-paragraph-font-weight: $tubbergen-typography-font-weight-normal;
122
123
  $utrecht-paragraph-font-size: $tubbergen-font-size-md;
123
124
  $utrecht-paragraph-font-family: $tubbergen-typography-lato-font-family;
@@ -6669,6 +6669,28 @@
6669
6669
  "font-weight": {},
6670
6670
  "line-height": {}
6671
6671
  }
6672
+ },
6673
+ "surface": {
6674
+ "background-color": {
6675
+ "value": "#ffffff",
6676
+ "filePath": "src/component/utrecht/surface.tokens.json",
6677
+ "isSource": true,
6678
+ "original": {
6679
+ "value": "{tubbergen.color.white.100}"
6680
+ },
6681
+ "name": "utrechtSurfaceBackgroundColor",
6682
+ "attributes": {
6683
+ "category": "utrecht",
6684
+ "type": "surface",
6685
+ "item": "background-color"
6686
+ },
6687
+ "path": [
6688
+ "utrecht",
6689
+ "surface",
6690
+ "background-color"
6691
+ ]
6692
+ },
6693
+ "color": {}
6672
6694
  }
6673
6695
  },
6674
6696
  "conduction": {
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "surface": {
4
+ "background-color": { "value": "{tubbergen.color.white.100}" },
5
+ "color": {}
6
+ }
7
+ }
8
+ }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:20:16 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:31:56 GMT
4
4
  */
5
5
 
6
6
  .xxllnc-theme {
@@ -116,6 +116,7 @@
116
116
  --conduction-card-header-date-color: var(--xxllnc-color-white-95);
117
117
  --conduction-card-header-title-color: var(--xxllnc-color-white-95);
118
118
  --conduction-card-header-color: var(--xxllnc-color-white-95);
119
+ --utrecht-surface-background-color: var(--xxllnc-color-white-100);
119
120
  --utrecht-paragraph-font-weight: var(--xxllnc-typography-font-weight-normal);
120
121
  --utrecht-paragraph-font-size: var(--xxllnc-font-size-md);
121
122
  --utrecht-paragraph-font-family: var(--xxllnc-typography-sans-serif-font-family);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 24 Aug 2023 15:20:16 GMT
3
+ * Generated on Fri, 25 Aug 2023 13:31:56 GMT
4
4
  */
5
5
 
6
6
  export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
@@ -278,6 +278,7 @@ export const utrechtParagraphFontWeight = "400";
278
278
  export const utrechtParagraphLineHeight = "1.5em";
279
279
  export const utrechtParagraphMarginBlockStart = 0;
280
280
  export const utrechtParagraphMarginBlockEnd = 0;
281
+ export const utrechtSurfaceBackgroundColor = "#ffffff";
281
282
  export const conductionCardHeaderColor = "#f1f1f1";
282
283
  export const conductionCardHeaderTitleColor = "#f1f1f1";
283
284
  export const conductionCardHeaderDateColor = "#f1f1f1";
@@ -3866,6 +3866,25 @@
3866
3866
  "xs"
3867
3867
  ]
3868
3868
  },
3869
+ {
3870
+ "value": "#ffffff",
3871
+ "filePath": "src/component/utrecht/surface.tokens.json",
3872
+ "isSource": true,
3873
+ "original": {
3874
+ "value": "{xxllnc.color.white.100}"
3875
+ },
3876
+ "name": "utrechtSurfaceBackgroundColor",
3877
+ "attributes": {
3878
+ "category": "utrecht",
3879
+ "type": "surface",
3880
+ "item": "background-color"
3881
+ },
3882
+ "path": [
3883
+ "utrecht",
3884
+ "surface",
3885
+ "background-color"
3886
+ ]
3887
+ },
3869
3888
  {
3870
3889
  "value": "#f5f5f5",
3871
3890
  "filePath": "src/component/utrecht/table.tokens.json",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:20:16 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:31:56 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -114,6 +114,7 @@
114
114
  @conduction-card-header-date-color: @xxllnc-color-white-95;
115
115
  @conduction-card-header-title-color: @xxllnc-color-white-95;
116
116
  @conduction-card-header-color: @xxllnc-color-white-95;
117
+ @utrecht-surface-background-color: @xxllnc-color-white-100;
117
118
  @utrecht-paragraph-font-weight: @xxllnc-typography-font-weight-normal;
118
119
  @utrecht-paragraph-font-size: @xxllnc-font-size-md;
119
120
  @utrecht-paragraph-font-family: @xxllnc-typography-sans-serif-font-family;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 24 Aug 2023 15:20:16 GMT
3
+ // Generated on Fri, 25 Aug 2023 13:31:56 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -114,6 +114,7 @@ $conduction-card-header-date-font-size: $xxllnc-font-size-sm;
114
114
  $conduction-card-header-date-color: $xxllnc-color-white-95;
115
115
  $conduction-card-header-title-color: $xxllnc-color-white-95;
116
116
  $conduction-card-header-color: $xxllnc-color-white-95;
117
+ $utrecht-surface-background-color: $xxllnc-color-white-100;
117
118
  $utrecht-paragraph-font-weight: $xxllnc-typography-font-weight-normal;
118
119
  $utrecht-paragraph-font-size: $xxllnc-font-size-md;
119
120
  $utrecht-paragraph-font-family: $xxllnc-typography-sans-serif-font-family;
@@ -5887,6 +5887,28 @@
5887
5887
  "font-weight": {},
5888
5888
  "line-height": {}
5889
5889
  }
5890
+ },
5891
+ "surface": {
5892
+ "background-color": {
5893
+ "value": "#ffffff",
5894
+ "filePath": "src/component/utrecht/surface.tokens.json",
5895
+ "isSource": true,
5896
+ "original": {
5897
+ "value": "{xxllnc.color.white.100}"
5898
+ },
5899
+ "name": "utrechtSurfaceBackgroundColor",
5900
+ "attributes": {
5901
+ "category": "utrecht",
5902
+ "type": "surface",
5903
+ "item": "background-color"
5904
+ },
5905
+ "path": [
5906
+ "utrecht",
5907
+ "surface",
5908
+ "background-color"
5909
+ ]
5910
+ },
5911
+ "color": {}
5890
5912
  }
5891
5913
  },
5892
5914
  "conduction": {
@@ -0,0 +1,8 @@
1
+ {
2
+ "utrecht": {
3
+ "surface": {
4
+ "background-color": { "value": "{xxllnc.color.white.100}" },
5
+ "color": {}
6
+ }
7
+ }
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {