@conduction/theme 1.0.18 → 1.0.20

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 (69) hide show
  1. package/README.md +16 -10
  2. package/conduction-design-tokens/dist/design-tokens.css +1 -1
  3. package/conduction-design-tokens/dist/index.js +1 -1
  4. package/conduction-design-tokens/dist/index.less +1 -1
  5. package/conduction-design-tokens/dist/index.scss +1 -1
  6. package/conduction-design-tokens/src/brand/conduction/color.tokens.json +22 -10
  7. package/municipalities/dinkelland-design-tokens/LICENSE.md +17 -0
  8. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +331 -0
  9. package/municipalities/dinkelland-design-tokens/dist/font.css +115 -0
  10. package/municipalities/dinkelland-design-tokens/dist/index.css +7 -0
  11. package/municipalities/dinkelland-design-tokens/dist/index.js +329 -0
  12. package/municipalities/dinkelland-design-tokens/dist/index.json +6486 -0
  13. package/municipalities/dinkelland-design-tokens/dist/index.less +328 -0
  14. package/municipalities/dinkelland-design-tokens/dist/index.scss +328 -0
  15. package/municipalities/dinkelland-design-tokens/dist/tokens.json +6871 -0
  16. package/municipalities/dinkelland-design-tokens/package.json +40 -0
  17. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +109 -0
  18. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/font-size.tokens.json +17 -0
  19. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/size.tokens.json +17 -0
  20. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/typography.tokens.json +47 -0
  21. package/municipalities/dinkelland-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  22. package/municipalities/dinkelland-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  23. package/municipalities/dinkelland-design-tokens/src/component/conduction/card.tokens.json +15 -0
  24. package/municipalities/dinkelland-design-tokens/src/component/conduction/page-footer.tokens.json +7 -0
  25. package/municipalities/dinkelland-design-tokens/src/component/conduction/select.tokens.json +15 -0
  26. package/municipalities/dinkelland-design-tokens/src/component/conduction/table.tokens.json +22 -0
  27. package/municipalities/dinkelland-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
  28. package/municipalities/dinkelland-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  29. package/municipalities/dinkelland-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  30. package/municipalities/dinkelland-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  31. package/municipalities/dinkelland-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  32. package/municipalities/dinkelland-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
  33. package/municipalities/dinkelland-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  34. package/municipalities/dinkelland-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
  35. package/municipalities/dinkelland-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  36. package/municipalities/dinkelland-design-tokens/src/component/utrecht/list.tokens.json +33 -0
  37. package/municipalities/dinkelland-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -0
  38. package/municipalities/dinkelland-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  39. package/municipalities/dinkelland-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  40. package/municipalities/dinkelland-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  41. package/municipalities/dinkelland-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  42. package/municipalities/dinkelland-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
  43. package/municipalities/dinkelland-design-tokens/src/config.json +7 -0
  44. package/municipalities/dinkelland-design-tokens/src/font.scss +149 -0
  45. package/municipalities/dinkelland-design-tokens/src/index.scss +8 -0
  46. package/municipalities/dinkelland-design-tokens/style-dictionary.config.js +6 -0
  47. package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
  48. package/municipalities/leiden-design-tokens/dist/index.js +1 -1
  49. package/municipalities/leiden-design-tokens/dist/index.less +1 -1
  50. package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
  51. package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +11 -5
  52. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +4 -3
  53. package/municipalities/tubbergen-design-tokens/dist/index.js +4 -3
  54. package/municipalities/tubbergen-design-tokens/dist/index.json +25 -4
  55. package/municipalities/tubbergen-design-tokens/dist/index.less +4 -3
  56. package/municipalities/tubbergen-design-tokens/dist/index.scss +4 -3
  57. package/municipalities/tubbergen-design-tokens/dist/tokens.json +25 -4
  58. package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +49 -25
  59. package/municipalities/tubbergen-design-tokens/src/component/utrecht/code.tokens.json +2 -2
  60. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +7 -7
  61. package/municipalities/xxllnc-design-tokens/dist/index.js +3 -3
  62. package/municipalities/xxllnc-design-tokens/dist/index.json +9 -7
  63. package/municipalities/xxllnc-design-tokens/dist/index.less +7 -7
  64. package/municipalities/xxllnc-design-tokens/dist/index.scss +7 -7
  65. package/municipalities/xxllnc-design-tokens/dist/tokens.json +41 -37
  66. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +16 -12
  67. package/municipalities/xxllnc-design-tokens/src/component/utrecht/code.tokens.json +2 -2
  68. package/municipalities/xxllnc-design-tokens/src/component/utrecht/table.tokens.json +2 -2
  69. package/package.json +11 -1
@@ -689,6 +689,27 @@
689
689
  "89"
690
690
  ]
691
691
  },
692
+ {
693
+ "value": "#f5f5f5",
694
+ "filePath": "src/brand/tubbergen/color.tokens.json",
695
+ "isSource": true,
696
+ "original": {
697
+ "value": "#f5f5f5"
698
+ },
699
+ "name": "tubbergenColorLightgrey96",
700
+ "attributes": {
701
+ "category": "tubbergen",
702
+ "type": "color",
703
+ "item": "lightgrey",
704
+ "subitem": "96"
705
+ },
706
+ "path": [
707
+ "tubbergen",
708
+ "color",
709
+ "lightgrey",
710
+ "96"
711
+ ]
712
+ },
692
713
  {
693
714
  "value": "#0b612d",
694
715
  "filePath": "src/brand/tubbergen/color.tokens.json",
@@ -3159,11 +3180,11 @@
3159
3180
  ]
3160
3181
  },
3161
3182
  {
3162
- "value": "#e4e4e4",
3183
+ "value": "#f5f5f5",
3163
3184
  "filePath": "src/component/utrecht/code.tokens.json",
3164
3185
  "isSource": true,
3165
3186
  "original": {
3166
- "value": "{tubbergen.color.lightgrey.89}"
3187
+ "value": "{tubbergen.color.lightgrey.96}"
3167
3188
  },
3168
3189
  "name": "utrechtCodeBackgroundColor",
3169
3190
  "attributes": {
@@ -3178,11 +3199,11 @@
3178
3199
  ]
3179
3200
  },
3180
3201
  {
3181
- "value": "#e4e4e4",
3202
+ "value": "#f5f5f5",
3182
3203
  "filePath": "src/component/utrecht/code.tokens.json",
3183
3204
  "isSource": true,
3184
3205
  "original": {
3185
- "value": "{tubbergen.color.lightgrey.89}"
3206
+ "value": "{tubbergen.color.lightgrey.96}"
3186
3207
  },
3187
3208
  "name": "utrechtCodeBlockBackgroundColor",
3188
3209
  "attributes": {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 14 Aug 2023 13:42:16 GMT
3
+ // Generated on Tue, 15 Aug 2023 14:13:22 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -78,6 +78,7 @@
78
78
  @tubbergen-font-size-2xs: 10px;
79
79
  @tubbergen-font-size-3xs: 8px;
80
80
  @tubbergen-font-size-4xs: 5px;
81
+ @tubbergen-color-lightgrey-96: #f5f5f5;
81
82
  @tubbergen-color-lightgrey-89: #e4e4e4; // Base/LightGrey
82
83
  @tubbergen-color-grey-64: #9aa1ab; // Base/Grey
83
84
  @tubbergen-color-grey-46: #767676;
@@ -193,9 +194,9 @@
193
194
  @utrecht-code-block-line-height: @tubbergen-size-lg;
194
195
  @utrecht-code-block-font-size: @tubbergen-font-size-md;
195
196
  @utrecht-code-block-font-family: @tubbergen-typography-monospace-font-family;
196
- @utrecht-code-block-background-color: @tubbergen-color-lightgrey-89;
197
+ @utrecht-code-block-background-color: @tubbergen-color-lightgrey-96;
197
198
  @utrecht-code-font-family: @tubbergen-typography-monospace-font-family;
198
- @utrecht-code-background-color: @tubbergen-color-lightgrey-89;
199
+ @utrecht-code-background-color: @tubbergen-color-lightgrey-96;
199
200
  @utrecht-button-secondary-action-focus-background-color: @tubbergen-color-white-100;
200
201
  @utrecht-button-secondary-action-hover-background-color: @tubbergen-color-white-100;
201
202
  @utrecht-button-secondary-action-font-weight: @tubbergen-typography-font-weight-normal;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 14 Aug 2023 13:42:16 GMT
3
+ // Generated on Tue, 15 Aug 2023 14:13:22 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -78,6 +78,7 @@ $tubbergen-font-size-xs: 12px;
78
78
  $tubbergen-font-size-2xs: 10px;
79
79
  $tubbergen-font-size-3xs: 8px;
80
80
  $tubbergen-font-size-4xs: 5px;
81
+ $tubbergen-color-lightgrey-96: #f5f5f5;
81
82
  $tubbergen-color-lightgrey-89: #e4e4e4; // Base/LightGrey
82
83
  $tubbergen-color-grey-64: #9aa1ab; // Base/Grey
83
84
  $tubbergen-color-grey-46: #767676;
@@ -193,9 +194,9 @@ $utrecht-code-block-margin-block-start: $tubbergen-size-md;
193
194
  $utrecht-code-block-line-height: $tubbergen-size-lg;
194
195
  $utrecht-code-block-font-size: $tubbergen-font-size-md;
195
196
  $utrecht-code-block-font-family: $tubbergen-typography-monospace-font-family;
196
- $utrecht-code-block-background-color: $tubbergen-color-lightgrey-89;
197
+ $utrecht-code-block-background-color: $tubbergen-color-lightgrey-96;
197
198
  $utrecht-code-font-family: $tubbergen-typography-monospace-font-family;
198
- $utrecht-code-background-color: $tubbergen-color-lightgrey-89;
199
+ $utrecht-code-background-color: $tubbergen-color-lightgrey-96;
199
200
  $utrecht-button-secondary-action-focus-background-color: $tubbergen-color-white-100;
200
201
  $utrecht-button-secondary-action-hover-background-color: $tubbergen-color-white-100;
201
202
  $utrecht-button-secondary-action-font-weight: $tubbergen-typography-font-weight-normal;
@@ -713,6 +713,27 @@
713
713
  "lightgrey",
714
714
  "89"
715
715
  ]
716
+ },
717
+ "96": {
718
+ "value": "#f5f5f5",
719
+ "filePath": "src/brand/tubbergen/color.tokens.json",
720
+ "isSource": true,
721
+ "original": {
722
+ "value": "#f5f5f5"
723
+ },
724
+ "name": "tubbergenColorLightgrey96",
725
+ "attributes": {
726
+ "category": "tubbergen",
727
+ "type": "color",
728
+ "item": "lightgrey",
729
+ "subitem": "96"
730
+ },
731
+ "path": [
732
+ "tubbergen",
733
+ "color",
734
+ "lightgrey",
735
+ "96"
736
+ ]
716
737
  }
717
738
  }
718
739
  },
@@ -4209,11 +4230,11 @@
4209
4230
  },
4210
4231
  "code": {
4211
4232
  "background-color": {
4212
- "value": "#e4e4e4",
4233
+ "value": "#f5f5f5",
4213
4234
  "filePath": "src/component/utrecht/code.tokens.json",
4214
4235
  "isSource": true,
4215
4236
  "original": {
4216
- "value": "{tubbergen.color.lightgrey.89}"
4237
+ "value": "{tubbergen.color.lightgrey.96}"
4217
4238
  },
4218
4239
  "name": "utrechtCodeBackgroundColor",
4219
4240
  "attributes": {
@@ -4288,11 +4309,11 @@
4288
4309
  },
4289
4310
  "code-block": {
4290
4311
  "background-color": {
4291
- "value": "#e4e4e4",
4312
+ "value": "#f5f5f5",
4292
4313
  "filePath": "src/component/utrecht/code.tokens.json",
4293
4314
  "isSource": true,
4294
4315
  "original": {
4295
- "value": "{tubbergen.color.lightgrey.89}"
4316
+ "value": "{tubbergen.color.lightgrey.96}"
4296
4317
  },
4297
4318
  "name": "utrechtCodeBlockBackgroundColor",
4298
4319
  "attributes": {
@@ -25,70 +25,94 @@
25
25
  "alert-info-background": { "value": "{tubbergen.color.green.89}" },
26
26
 
27
27
  "green": {
28
- "89": {
29
- "value": "#d5efdf"
30
- },
31
- "76": { "value": "#b0d4be" },
32
- "24": {
33
- "value": "#067432"
28
+ "11": {
29
+ "value": "#063318"
34
30
  },
35
31
  "21": {
36
32
  "value": "#0b612d",
37
33
  "comment": "Base/Green"
38
34
  },
39
- "11": {
40
- "value": "#063318"
35
+ "24": {
36
+ "value": "#067432"
37
+ },
38
+ "76": {
39
+ "value": "#b0d4be"
40
+ },
41
+ "89": {
42
+ "value": "#d5efdf"
41
43
  }
42
44
  },
43
45
 
44
46
  "blue": {
47
+ "48": {
48
+ "value": "#2e79c6"
49
+ },
45
50
  "84": {
46
51
  "value": "#ccd4df",
47
52
  "comment": "Base/Blue"
48
53
  },
49
- "96": { "value": "#f2f4f7" },
50
- "94": { "value": "#edeff2" },
51
- "48": {
52
- "value": "#2e79c6"
54
+ "94": {
55
+ "value": "#edeff2"
56
+ },
57
+ "96": {
58
+ "value": "#f2f4f7"
53
59
  }
54
60
  },
55
61
 
56
62
  "white": {
63
+ "98": {
64
+ "value": "#fafafa"
65
+ },
57
66
  "100": {
58
67
  "value": "#ffffff",
59
68
  "comment": "Base/White"
60
- },
61
- "98": {
62
- "value": "#fafafa"
63
69
  }
64
70
  },
65
71
 
66
72
  "black": {
67
- "0": { "value": "#000000" },
68
- "13": { "value": "#222222", "comment": "Base/Black" },
69
- "20": { "value": "#333333" },
70
- "33": { "value": "#555555" }
73
+ "0": {
74
+ "value": "#000000"
75
+ },
76
+ "13": {
77
+ "value": "#222222",
78
+ "comment": "Base/Black"
79
+ },
80
+ "20": {
81
+ "value": "#333333"
82
+ },
83
+ "33": {
84
+ "value": "#555555"
85
+ }
71
86
  },
72
87
 
73
88
  "yellow": {
74
- "0": { "value": "#f0b700", "comment": "Base/Yellow" }
89
+ "0": {
90
+ "value": "#f0b700",
91
+ "comment": "Base/Yellow"
92
+ }
75
93
  },
76
94
 
77
95
  "grey": {
78
- "64": {
79
- "value": "#9aa1ab",
80
- "comment": "Base/Grey"
81
- },
82
96
  "42": {
83
97
  "value": "#6b6b6b"
84
98
  },
85
99
  "46": {
86
100
  "value": "#767676"
101
+ },
102
+ "64": {
103
+ "value": "#9aa1ab",
104
+ "comment": "Base/Grey"
87
105
  }
88
106
  },
89
107
 
90
108
  "lightgrey": {
91
- "89": { "value": "#e4e4e4", "comment": "Base/LightGrey" }
109
+ "89": {
110
+ "value": "#e4e4e4",
111
+ "comment": "Base/LightGrey"
112
+ },
113
+ "96": {
114
+ "value": "#f5f5f5"
115
+ }
92
116
  }
93
117
  }
94
118
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "utrecht": {
3
3
  "code": {
4
- "background-color": { "value": "{tubbergen.color.lightgrey.89}" },
4
+ "background-color": { "value": "{tubbergen.color.lightgrey.96}" },
5
5
  "color": { "value": "{utrecht.document.color}" },
6
6
  "font-family": { "value": "{tubbergen.typography.monospace.font-family}" },
7
7
  "font-size": { "value": "inherit" },
@@ -9,7 +9,7 @@
9
9
  },
10
10
 
11
11
  "code-block": {
12
- "background-color": { "value": "{tubbergen.color.lightgrey.89}" },
12
+ "background-color": { "value": "{tubbergen.color.lightgrey.96}" },
13
13
  "color": { "value": "{utrecht.document.color}" },
14
14
  "font-family": { "value": "{tubbergen.typography.monospace.font-family}" },
15
15
  "font-size": { "value": "{tubbergen.font-size.md}" },
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Aug 2023 09:52:10 GMT
3
+ * Generated on Tue, 15 Aug 2023 14:13:14 GMT
4
4
  */
5
5
 
6
6
  .xxllnc-theme {
@@ -70,13 +70,13 @@
70
70
  --xxllnc-font-size-2xs: 10px;
71
71
  --xxllnc-font-size-3xs: 8px;
72
72
  --xxllnc-font-size-4xs: 5px;
73
- --xxllnc-color-lightgrey: #f5f5f5;
73
+ --xxllnc-color-lightgrey-96: #f5f5f5;
74
74
  --xxllnc-color-grey-90-hover: #e5e5e5cc; /* Grey with 80% transparency */
75
75
  --xxllnc-color-grey-92: #eaeaea; /* Base/Grey */
76
76
  --xxllnc-color-grey-90: #e5e5e5;
77
77
  --xxllnc-color-grey-43: #6d6d6d;
78
- --xxllnc-color-black-0-22t: #00000038; /* Black with 22% transparency */
79
78
  --xxllnc-color-black-17-hover: #2b2b2bcc; /* Black with 80% transparency */
79
+ --xxllnc-color-black-0-22t: #00000038; /* Black with 22% transparency */
80
80
  --xxllnc-color-black-21: #333338;
81
81
  --xxllnc-color-black-17: #2b2b2b;
82
82
  --xxllnc-color-black-16: #28282c; /* Base/Black */
@@ -109,7 +109,7 @@
109
109
  --utrecht-textbox-border-color: var(--xxllnc-color-black-0-22t);
110
110
  --utrecht-textbox-background-color: var(--xxllnc-color-white-100-0t);
111
111
  --utrecht-table-row-border-block-end-width: var(--xxllnc-size-4xs);
112
- --utrecht-table-row-border-block-end-color: var(--xxllnc-color-lightgrey);
112
+ --utrecht-table-row-border-block-end-color: var(--xxllnc-color-lightgrey-96);
113
113
  --utrecht-table-cell-padding-inline-start: var(--xxllnc-size-md);
114
114
  --utrecht-table-cell-padding-inline-end: var(--xxllnc-size-md);
115
115
  --utrecht-table-cell-padding-block-start: var(--xxllnc-size-md);
@@ -118,7 +118,7 @@
118
118
  --utrecht-table-header-font-weight: var(--xxllnc-typography-font-weight-bold);
119
119
  --utrecht-table-margin-block-start: var(--xxllnc-size-md);
120
120
  --utrecht-table-border-width: var(--xxllnc-size-4xs);
121
- --utrecht-table-border-color: var(--xxllnc-color-lightgrey);
121
+ --utrecht-table-border-color: var(--xxllnc-color-lightgrey-96);
122
122
  --utrecht-paragraph-font-weight: var(--xxllnc-typography-font-weight-normal);
123
123
  --utrecht-paragraph-font-size: var(--xxllnc-font-size-md);
124
124
  --utrecht-paragraph-font-family: var(--xxllnc-typography-sans-serif-font-family);
@@ -198,10 +198,10 @@
198
198
  --utrecht-code-block-font-size: var(--xxllnc-font-size-md);
199
199
  --utrecht-code-block-font-family: var(--xxllnc-typography-monospace-font-family);
200
200
  --utrecht-code-block-color: var(--xxllnc-color-black-16);
201
- --utrecht-code-block-background-color: var(--xxllnc-color-lightgrey);
201
+ --utrecht-code-block-background-color: var(--xxllnc-color-lightgrey-96);
202
202
  --utrecht-code-font-family: var(--xxllnc-typography-monospace-font-family);
203
203
  --utrecht-code-color: var(--xxllnc-color-black-16);
204
- --utrecht-code-background-color: var(--xxllnc-color-lightgrey);
204
+ --utrecht-code-background-color: var(--xxllnc-color-lightgrey-96);
205
205
  --utrecht-button-secondary-action-hover-color: var(--xxllnc-color-black-17-hover);
206
206
  --utrecht-button-secondary-action-hover-border-color: var(--xxllnc-color-black-17-hover);
207
207
  --utrecht-button-secondary-action-hover-background-color: var(--xxllnc-color-white-100);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Aug 2023 09:52:10 GMT
3
+ * Generated on Tue, 15 Aug 2023 14:13:14 GMT
4
4
  */
5
5
 
6
6
  export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
@@ -23,13 +23,13 @@ export const xxllncColorWhite1000t = "#ffffff"; // White with 0% transparency
23
23
  export const xxllncColorBlack16 = "#28282c"; // Base/Black
24
24
  export const xxllncColorBlack17 = "#2b2b2b";
25
25
  export const xxllncColorBlack21 = "#333338";
26
- export const xxllncColorBlack17Hover = "#2b2b2bcc"; // Black with 80% transparency
27
26
  export const xxllncColorBlack022t = "#00000038"; // Black with 22% transparency
27
+ export const xxllncColorBlack17Hover = "#2b2b2bcc"; // Black with 80% transparency
28
28
  export const xxllncColorGrey43 = "#6d6d6d";
29
29
  export const xxllncColorGrey90 = "#e5e5e5";
30
30
  export const xxllncColorGrey92 = "#eaeaea"; // Base/Grey
31
31
  export const xxllncColorGrey90Hover = "#e5e5e5cc"; // Grey with 80% transparency
32
- export const xxllncColorLightgrey = "#f5f5f5";
32
+ export const xxllncColorLightgrey96 = "#f5f5f5";
33
33
  export const xxllncFontSize4xs = "5px";
34
34
  export const xxllncFontSize3xs = "8px";
35
35
  export const xxllncFontSize2xs = "10px";
@@ -1279,7 +1279,7 @@
1279
1279
  "filePath": "src/component/utrecht/code.tokens.json",
1280
1280
  "isSource": true,
1281
1281
  "original": {
1282
- "value": "{xxllnc.color.lightgrey}"
1282
+ "value": "{xxllnc.color.lightgrey.96}"
1283
1283
  },
1284
1284
  "name": "utrechtCodeBackgroundColor",
1285
1285
  "attributes": {
@@ -1298,7 +1298,7 @@
1298
1298
  "filePath": "src/component/utrecht/code.tokens.json",
1299
1299
  "isSource": true,
1300
1300
  "original": {
1301
- "value": "{xxllnc.color.lightgrey}"
1301
+ "value": "{xxllnc.color.lightgrey.96}"
1302
1302
  },
1303
1303
  "name": "utrechtCodeBlockBackgroundColor",
1304
1304
  "attributes": {
@@ -3518,7 +3518,7 @@
3518
3518
  "filePath": "src/component/utrecht/table.tokens.json",
3519
3519
  "isSource": true,
3520
3520
  "original": {
3521
- "value": "{xxllnc.color.lightgrey}"
3521
+ "value": "{xxllnc.color.lightgrey.96}"
3522
3522
  },
3523
3523
  "name": "utrechtTableBorderColor",
3524
3524
  "attributes": {
@@ -3863,7 +3863,7 @@
3863
3863
  "filePath": "src/component/utrecht/table.tokens.json",
3864
3864
  "isSource": true,
3865
3865
  "original": {
3866
- "value": "{xxllnc.color.lightgrey}"
3866
+ "value": "{xxllnc.color.lightgrey.96}"
3867
3867
  },
3868
3868
  "name": "utrechtTableRowBorderBlockEndColor",
3869
3869
  "attributes": {
@@ -4686,16 +4686,18 @@
4686
4686
  "original": {
4687
4687
  "value": "#f5f5f5"
4688
4688
  },
4689
- "name": "xxllncColorLightgrey",
4689
+ "name": "xxllncColorLightgrey96",
4690
4690
  "attributes": {
4691
4691
  "category": "xxllnc",
4692
4692
  "type": "color",
4693
- "item": "lightgrey"
4693
+ "item": "lightgrey",
4694
+ "subitem": "96"
4694
4695
  },
4695
4696
  "path": [
4696
4697
  "xxllnc",
4697
4698
  "color",
4698
- "lightgrey"
4699
+ "lightgrey",
4700
+ "96"
4699
4701
  ]
4700
4702
  },
4701
4703
  {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 10 Aug 2023 09:52:10 GMT
3
+ // Generated on Tue, 15 Aug 2023 14:13:14 GMT
4
4
 
5
5
  @conduction-input-select-padding-block-start: 0;
6
6
  @conduction-input-select-padding-block-end: 0;
@@ -68,13 +68,13 @@
68
68
  @xxllnc-font-size-2xs: 10px;
69
69
  @xxllnc-font-size-3xs: 8px;
70
70
  @xxllnc-font-size-4xs: 5px;
71
- @xxllnc-color-lightgrey: #f5f5f5;
71
+ @xxllnc-color-lightgrey-96: #f5f5f5;
72
72
  @xxllnc-color-grey-90-hover: #e5e5e5cc; // Grey with 80% transparency
73
73
  @xxllnc-color-grey-92: #eaeaea; // Base/Grey
74
74
  @xxllnc-color-grey-90: #e5e5e5;
75
75
  @xxllnc-color-grey-43: #6d6d6d;
76
- @xxllnc-color-black-0-22t: #00000038; // Black with 22% transparency
77
76
  @xxllnc-color-black-17-hover: #2b2b2bcc; // Black with 80% transparency
77
+ @xxllnc-color-black-0-22t: #00000038; // Black with 22% transparency
78
78
  @xxllnc-color-black-21: #333338;
79
79
  @xxllnc-color-black-17: #2b2b2b;
80
80
  @xxllnc-color-black-16: #28282c; // Base/Black
@@ -107,7 +107,7 @@
107
107
  @utrecht-textbox-border-color: @xxllnc-color-black-0-22t;
108
108
  @utrecht-textbox-background-color: @xxllnc-color-white-100-0t;
109
109
  @utrecht-table-row-border-block-end-width: @xxllnc-size-4xs;
110
- @utrecht-table-row-border-block-end-color: @xxllnc-color-lightgrey;
110
+ @utrecht-table-row-border-block-end-color: @xxllnc-color-lightgrey-96;
111
111
  @utrecht-table-cell-padding-inline-start: @xxllnc-size-md;
112
112
  @utrecht-table-cell-padding-inline-end: @xxllnc-size-md;
113
113
  @utrecht-table-cell-padding-block-start: @xxllnc-size-md;
@@ -116,7 +116,7 @@
116
116
  @utrecht-table-header-font-weight: @xxllnc-typography-font-weight-bold;
117
117
  @utrecht-table-margin-block-start: @xxllnc-size-md;
118
118
  @utrecht-table-border-width: @xxllnc-size-4xs;
119
- @utrecht-table-border-color: @xxllnc-color-lightgrey;
119
+ @utrecht-table-border-color: @xxllnc-color-lightgrey-96;
120
120
  @utrecht-paragraph-font-weight: @xxllnc-typography-font-weight-normal;
121
121
  @utrecht-paragraph-font-size: @xxllnc-font-size-md;
122
122
  @utrecht-paragraph-font-family: @xxllnc-typography-sans-serif-font-family;
@@ -196,10 +196,10 @@
196
196
  @utrecht-code-block-font-size: @xxllnc-font-size-md;
197
197
  @utrecht-code-block-font-family: @xxllnc-typography-monospace-font-family;
198
198
  @utrecht-code-block-color: @xxllnc-color-black-16;
199
- @utrecht-code-block-background-color: @xxllnc-color-lightgrey;
199
+ @utrecht-code-block-background-color: @xxllnc-color-lightgrey-96;
200
200
  @utrecht-code-font-family: @xxllnc-typography-monospace-font-family;
201
201
  @utrecht-code-color: @xxllnc-color-black-16;
202
- @utrecht-code-background-color: @xxllnc-color-lightgrey;
202
+ @utrecht-code-background-color: @xxllnc-color-lightgrey-96;
203
203
  @utrecht-button-secondary-action-hover-color: @xxllnc-color-black-17-hover;
204
204
  @utrecht-button-secondary-action-hover-border-color: @xxllnc-color-black-17-hover;
205
205
  @utrecht-button-secondary-action-hover-background-color: @xxllnc-color-white-100;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 10 Aug 2023 09:52:10 GMT
3
+ // Generated on Tue, 15 Aug 2023 14:13:14 GMT
4
4
 
5
5
  $conduction-input-select-padding-block-start: 0;
6
6
  $conduction-input-select-padding-block-end: 0;
@@ -68,13 +68,13 @@ $xxllnc-font-size-xs: 12px;
68
68
  $xxllnc-font-size-2xs: 10px;
69
69
  $xxllnc-font-size-3xs: 8px;
70
70
  $xxllnc-font-size-4xs: 5px;
71
- $xxllnc-color-lightgrey: #f5f5f5;
71
+ $xxllnc-color-lightgrey-96: #f5f5f5;
72
72
  $xxllnc-color-grey-90-hover: #e5e5e5cc; // Grey with 80% transparency
73
73
  $xxllnc-color-grey-92: #eaeaea; // Base/Grey
74
74
  $xxllnc-color-grey-90: #e5e5e5;
75
75
  $xxllnc-color-grey-43: #6d6d6d;
76
- $xxllnc-color-black-0-22t: #00000038; // Black with 22% transparency
77
76
  $xxllnc-color-black-17-hover: #2b2b2bcc; // Black with 80% transparency
77
+ $xxllnc-color-black-0-22t: #00000038; // Black with 22% transparency
78
78
  $xxllnc-color-black-21: #333338;
79
79
  $xxllnc-color-black-17: #2b2b2b;
80
80
  $xxllnc-color-black-16: #28282c; // Base/Black
@@ -107,7 +107,7 @@ $utrecht-textbox-border-width: $xxllnc-size-4xs;
107
107
  $utrecht-textbox-border-color: $xxllnc-color-black-0-22t;
108
108
  $utrecht-textbox-background-color: $xxllnc-color-white-100-0t;
109
109
  $utrecht-table-row-border-block-end-width: $xxllnc-size-4xs;
110
- $utrecht-table-row-border-block-end-color: $xxllnc-color-lightgrey;
110
+ $utrecht-table-row-border-block-end-color: $xxllnc-color-lightgrey-96;
111
111
  $utrecht-table-cell-padding-inline-start: $xxllnc-size-md;
112
112
  $utrecht-table-cell-padding-inline-end: $xxllnc-size-md;
113
113
  $utrecht-table-cell-padding-block-start: $xxllnc-size-md;
@@ -116,7 +116,7 @@ $utrecht-table-header-cell-font-weight: $xxllnc-typography-font-weight-bold;
116
116
  $utrecht-table-header-font-weight: $xxllnc-typography-font-weight-bold;
117
117
  $utrecht-table-margin-block-start: $xxllnc-size-md;
118
118
  $utrecht-table-border-width: $xxllnc-size-4xs;
119
- $utrecht-table-border-color: $xxllnc-color-lightgrey;
119
+ $utrecht-table-border-color: $xxllnc-color-lightgrey-96;
120
120
  $utrecht-paragraph-font-weight: $xxllnc-typography-font-weight-normal;
121
121
  $utrecht-paragraph-font-size: $xxllnc-font-size-md;
122
122
  $utrecht-paragraph-font-family: $xxllnc-typography-sans-serif-font-family;
@@ -196,10 +196,10 @@ $utrecht-code-block-line-height: $xxllnc-size-lg;
196
196
  $utrecht-code-block-font-size: $xxllnc-font-size-md;
197
197
  $utrecht-code-block-font-family: $xxllnc-typography-monospace-font-family;
198
198
  $utrecht-code-block-color: $xxllnc-color-black-16;
199
- $utrecht-code-block-background-color: $xxllnc-color-lightgrey;
199
+ $utrecht-code-block-background-color: $xxllnc-color-lightgrey-96;
200
200
  $utrecht-code-font-family: $xxllnc-typography-monospace-font-family;
201
201
  $utrecht-code-color: $xxllnc-color-black-16;
202
- $utrecht-code-background-color: $xxllnc-color-lightgrey;
202
+ $utrecht-code-background-color: $xxllnc-color-lightgrey-96;
203
203
  $utrecht-button-secondary-action-hover-color: $xxllnc-color-black-17-hover;
204
204
  $utrecht-button-secondary-action-hover-border-color: $xxllnc-color-black-17-hover;
205
205
  $utrecht-button-secondary-action-hover-background-color: $xxllnc-color-white-100;