@conduction/theme 1.0.13 → 1.0.15

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 (84) hide show
  1. package/.prettierrc +12 -0
  2. package/README.md +2 -0
  3. package/conduction-design-tokens/LICENSE.md +17 -0
  4. package/conduction-design-tokens/dist/design-tokens.css +294 -0
  5. package/conduction-design-tokens/dist/font.css +5 -0
  6. package/conduction-design-tokens/dist/index.css +7 -0
  7. package/conduction-design-tokens/dist/index.js +292 -0
  8. package/conduction-design-tokens/dist/index.json +5699 -0
  9. package/conduction-design-tokens/dist/index.less +291 -0
  10. package/conduction-design-tokens/dist/index.scss +291 -0
  11. package/conduction-design-tokens/dist/tokens.json +6098 -0
  12. package/conduction-design-tokens/package.json +40 -0
  13. package/conduction-design-tokens/src/brand/conduction/color.tokens.json +59 -0
  14. package/conduction-design-tokens/src/brand/conduction/font-size.tokens.json +17 -0
  15. package/conduction-design-tokens/src/brand/conduction/size.tokens.json +17 -0
  16. package/conduction-design-tokens/src/brand/conduction/typography.tokens.json +47 -0
  17. package/conduction-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  18. package/conduction-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  19. package/conduction-design-tokens/src/component/conduction/card.tokens.json +15 -0
  20. package/conduction-design-tokens/src/component/conduction/select.tokens.json +15 -0
  21. package/conduction-design-tokens/src/component/conduction/table.tokens.json +16 -0
  22. package/conduction-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
  23. package/conduction-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  24. package/conduction-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  25. package/conduction-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  26. package/conduction-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  27. package/conduction-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
  28. package/conduction-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  29. package/conduction-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
  30. package/conduction-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  31. package/conduction-design-tokens/src/component/utrecht/list.tokens.json +32 -0
  32. package/conduction-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  33. package/conduction-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  34. package/conduction-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  35. package/conduction-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  36. package/conduction-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  37. package/conduction-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
  38. package/conduction-design-tokens/src/config.json +7 -0
  39. package/conduction-design-tokens/src/font/Aldritch.woff2 +0 -0
  40. package/conduction-design-tokens/src/font.scss +6 -0
  41. package/conduction-design-tokens/src/index.scss +8 -0
  42. package/conduction-design-tokens/style-dictionary.config.js +6 -0
  43. package/municipalities/xxllnc-design-tokens/LICENSE.md +17 -0
  44. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +289 -0
  45. package/municipalities/xxllnc-design-tokens/dist/font.css +1 -0
  46. package/municipalities/xxllnc-design-tokens/dist/index.css +7 -0
  47. package/municipalities/xxllnc-design-tokens/dist/index.js +287 -0
  48. package/municipalities/xxllnc-design-tokens/dist/index.json +5606 -0
  49. package/municipalities/xxllnc-design-tokens/dist/index.less +286 -0
  50. package/municipalities/xxllnc-design-tokens/dist/index.scss +286 -0
  51. package/municipalities/xxllnc-design-tokens/dist/tokens.json +5989 -0
  52. package/municipalities/xxllnc-design-tokens/package.json +40 -0
  53. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +84 -0
  54. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/font-size.tokens.json +17 -0
  55. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/size.tokens.json +17 -0
  56. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/typography.tokens.json +47 -0
  57. package/municipalities/xxllnc-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  58. package/municipalities/xxllnc-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  59. package/municipalities/xxllnc-design-tokens/src/component/conduction/card.tokens.json +15 -0
  60. package/municipalities/xxllnc-design-tokens/src/component/conduction/select.tokens.json +15 -0
  61. package/municipalities/xxllnc-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
  62. package/municipalities/xxllnc-design-tokens/src/component/utrecht/blockquote.tokes.json +27 -0
  63. package/municipalities/xxllnc-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  64. package/municipalities/xxllnc-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  65. package/municipalities/xxllnc-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  66. package/municipalities/xxllnc-design-tokens/src/component/utrecht/footer.tokens.json +13 -0
  67. package/municipalities/xxllnc-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
  68. package/municipalities/xxllnc-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  69. package/municipalities/xxllnc-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
  70. package/municipalities/xxllnc-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  71. package/municipalities/xxllnc-design-tokens/src/component/utrecht/list.tokens.json +32 -0
  72. package/municipalities/xxllnc-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  73. package/municipalities/xxllnc-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  74. package/municipalities/xxllnc-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  75. package/municipalities/xxllnc-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  76. package/municipalities/xxllnc-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
  77. package/municipalities/xxllnc-design-tokens/src/config.json +7 -0
  78. package/municipalities/xxllnc-design-tokens/src/font.scss +1 -0
  79. package/municipalities/xxllnc-design-tokens/src/index.scss +11 -0
  80. package/municipalities/xxllnc-design-tokens/style-dictionary.config.js +6 -0
  81. package/municipalities/xxllnc.css +70 -59
  82. package/package.json +1 -1
  83. package/style-dictionary-config.js +80 -0
  84. package/theme.css +51 -39
@@ -0,0 +1,291 @@
1
+
2
+ // Do not edit directly
3
+ // Generated on Wed, 09 Aug 2023 12:37:00 GMT
4
+
5
+ @utrecht-textbox-font-size: 15px;
6
+ @utrecht-textbox-border-radius: 3px;
7
+ @utrecht-paragraph-margin-block-end: 0;
8
+ @utrecht-paragraph-margin-block-start: 0;
9
+ @utrecht-paragraph-line-height: 1.5em;
10
+ @utrecht-page-max-inline-size: 1140px;
11
+ @utrecht-page-footer-background-image: unset;
12
+ @utrecht-unordered-list-item-padding-inline-start: 1ch;
13
+ @utrecht-unordered-list-padding-inline-start: 2ch;
14
+ @utrecht-unordered-list-margin-block-end: 0;
15
+ @utrecht-ordered-list-item-padding-inline-start: 1ch;
16
+ @utrecht-link-hover-text-decoration: underline;
17
+ @utrecht-link-text-decoration-thickness: 0;
18
+ @utrecht-link-text-decoration-color: unset;
19
+ @utrecht-link-text-decoration: none;
20
+ @utrecht-form-input-font-size: 15px;
21
+ @utrecht-form-input-border-radius: 3px;
22
+ @utrecht-code-block-margin-inline-end: 0;
23
+ @utrecht-code-block-margin-inline-start: 0;
24
+ @utrecht-code-font-size: inherit;
25
+ @utrecht-button-primary-action-font-weight: inherit;
26
+ @utrecht-button-primary-action-border-width: 0;
27
+ @utrecht-button-font-weight: inherit;
28
+ @utrecht-button-font-size: inherit;
29
+ @utrecht-button-border-width: 0;
30
+ @utrecht-button-border-radius: 3px;
31
+ @utrecht-table-header-cell-text-transform: unset;
32
+ @utrecht-table-margin-block-end: 0;
33
+ @utrecht-table-header-text-transform: unset;
34
+ @utrecht-card-border-width: unset;
35
+ @utrecht-card-border-radius: 16px;
36
+ @utrecht-action-submit-cursor: pointer;
37
+ @utrecht-action-disabled-cursor: not-allowed;
38
+ @utrecht-action-busy-cursor: wait;
39
+ @conduction-input-select-padding-block-start: 0;
40
+ @conduction-input-select-padding-block-end: 0;
41
+ @conduction-input-select-border-focus: unset;
42
+ @conduction-typography-font-weight-light: 100;
43
+ @conduction-typography-font-weight-normal: 400;
44
+ @conduction-typography-font-weight-bold: 700;
45
+ @conduction-typography-monospace-font-family: Monospace, "Lucida Console";
46
+ @conduction-typography-sans-serif-font-family: "Noto Sans", Arial, sans-serif;
47
+ @conduction-typography-aldritch-font-family: "Aldritch", "Noto Sans", Arial, sans-serif;
48
+ @conduction-size-4xl: 96px;
49
+ @conduction-size-3xl: 72px;
50
+ @conduction-size-2xl: 48px;
51
+ @conduction-size-xl: 32px;
52
+ @conduction-size-lg: 24px;
53
+ @conduction-size-md: 18px;
54
+ @conduction-size-sm: 14px;
55
+ @conduction-size-xs: 8px;
56
+ @conduction-size-2xs: 4px;
57
+ @conduction-size-3xs: 2px;
58
+ @conduction-size-4xs: 1px;
59
+ @conduction-font-size-4xl: 58px;
60
+ @conduction-font-size-3xl: 48px;
61
+ @conduction-font-size-2xl: 32px;
62
+ @conduction-font-size-xl: 24px;
63
+ @conduction-font-size-lg: 20px;
64
+ @conduction-font-size-md: 18px;
65
+ @conduction-font-size-sm: 14px;
66
+ @conduction-font-size-xs: 12px;
67
+ @conduction-font-size-2xs: 10px;
68
+ @conduction-font-size-3xs: 8px;
69
+ @conduction-font-size-4xs: 5px;
70
+ @conduction-color-black-0: #000000; // Base/Black
71
+ @conduction-color-white-100: #ffffff; // Base/White
72
+ @conduction-color-white-98: #fafafa;
73
+ @conduction-color-lightgrey-96: #f5f5f5; // Base/LightGrey
74
+ @conduction-color-grey-97: #f7f7f7;
75
+ @conduction-color-grey-82: #d1d1d1;
76
+ @conduction-color-grey-50: #808080; // Base/Grey
77
+ @conduction-color-grey-48: #7a7a7a;
78
+ @conduction-color-grey-29: #4a4a4a;
79
+ @conduction-color-alert-info-background: #cce5ff;
80
+ @conduction-color-alert-info: #004085;
81
+ @conduction-color-alert-succes-background: #d4edda;
82
+ @conduction-color-alert-succes: #155724;
83
+ @conduction-color-succes: #28a745;
84
+ @conduction-color-alert-warning-background: #fff3cd;
85
+ @conduction-color-alert-warning: #856404;
86
+ @conduction-color-warning: #ffc107;
87
+ @conduction-color-alert-error-background: #f8d7da;
88
+ @conduction-color-alert-error: #721c24;
89
+ @conduction-color-error: #dc3545;
90
+ @conduction-color-primary-hover: #2e5ed9;
91
+ @conduction-color-primary: #4376fc;
92
+ @utrecht-textbox-focus-background-color: @conduction-color-white-100;
93
+ @utrecht-textbox-placeholder-color: @conduction-color-grey-50;
94
+ @utrecht-textbox-padding-inline-start: @conduction-size-sm;
95
+ @utrecht-textbox-padding-inline-end: @conduction-size-sm;
96
+ @utrecht-textbox-padding-block-start: @conduction-size-xs;
97
+ @utrecht-textbox-padding-block-end: @conduction-size-xs;
98
+ @utrecht-textbox-font-family: @conduction-typography-sans-serif-font-family;
99
+ @utrecht-textbox-color: @conduction-color-grey-29;
100
+ @utrecht-textbox-border-width: @conduction-size-4xs;
101
+ @utrecht-textbox-border-color: @conduction-color-grey-48;
102
+ @utrecht-textbox-background-color: @conduction-color-white-100;
103
+ @utrecht-paragraph-font-weight: @conduction-typography-font-weight-normal;
104
+ @utrecht-paragraph-font-size: @conduction-font-size-md;
105
+ @utrecht-paragraph-font-family: @conduction-typography-sans-serif-font-family;
106
+ @utrecht-page-margin-inline-end: @conduction-size-lg;
107
+ @utrecht-page-margin-inline-start: @conduction-size-lg;
108
+ @utrecht-page-header-padding-block-end: @conduction-size-sm;
109
+ @utrecht-page-header-padding-block-start: @conduction-size-sm;
110
+ @utrecht-page-header-color: @conduction-color-white-100;
111
+ @utrecht-page-header-background-color: @conduction-color-primary;
112
+ @utrecht-page-footer-padding-block-start: @conduction-size-2xl;
113
+ @utrecht-page-footer-padding-block-end: @conduction-size-2xl;
114
+ @utrecht-page-footer-padding-inline-start: @conduction-size-sm;
115
+ @utrecht-page-footer-padding-inline-end: @conduction-size-sm;
116
+ @utrecht-page-footer-color: @conduction-color-black-0;
117
+ @utrecht-page-footer-background-color: @conduction-color-lightgrey-96;
118
+ @utrecht-unordered-list-marker-color: @conduction-color-primary;
119
+ @utrecht-unordered-list-item-margin-block-end: @conduction-size-xs;
120
+ @utrecht-unordered-list-item-margin-block-start: @conduction-size-xs;
121
+ @utrecht-unordered-list-margin-block-start: @conduction-size-md;
122
+ @utrecht-ordered-list-item-margin-block-end: @conduction-size-2xs;
123
+ @utrecht-ordered-list-item-margin-block-start: @conduction-size-2xs;
124
+ @utrecht-ordered-list-padding-inline-start: @conduction-size-xl;
125
+ @utrecht-ordered-list-margin-block-end: @conduction-size-sm;
126
+ @utrecht-ordered-list-margin-block-start: @conduction-size-sm;
127
+ @utrecht-link-icon-size: @conduction-size-md;
128
+ @utrecht-link-visited-color: @conduction-color-primary;
129
+ @utrecht-link-hover-text-decoration-thickness: @conduction-size-4xs;
130
+ @utrecht-link-hover-color: @conduction-color-primary-hover;
131
+ @utrecht-link-text-underline-offset: @conduction-size-3xs;
132
+ @utrecht-link-color: @conduction-color-primary;
133
+ @utrecht-icon-gap: @conduction-size-xs;
134
+ @utrecht-heading-5-margin-block-start: @conduction-size-md;
135
+ @utrecht-heading-5-margin-block-end: @conduction-size-lg;
136
+ @utrecht-heading-5-font-weight: @conduction-typography-font-weight-light;
137
+ @utrecht-heading-5-font-size: @conduction-font-size-md;
138
+ @utrecht-heading-5-font-family: @conduction-typography-aldritch-font-family;
139
+ @utrecht-heading-4-margin-block-start: @conduction-size-md;
140
+ @utrecht-heading-4-margin-block-end: @conduction-size-lg;
141
+ @utrecht-heading-4-font-weight: @conduction-typography-font-weight-normal;
142
+ @utrecht-heading-4-font-size: @conduction-font-size-lg;
143
+ @utrecht-heading-4-font-family: @conduction-typography-aldritch-font-family;
144
+ @utrecht-heading-3-margin-block-start: @conduction-size-md;
145
+ @utrecht-heading-3-margin-block-end: @conduction-size-xl;
146
+ @utrecht-heading-3-font-weight: @conduction-typography-font-weight-normal;
147
+ @utrecht-heading-3-font-size: @conduction-font-size-xl;
148
+ @utrecht-heading-3-font-family: @conduction-typography-aldritch-font-family;
149
+ @utrecht-heading-2-margin-block-start: @conduction-size-md;
150
+ @utrecht-heading-2-margin-block-end: @conduction-size-2xl;
151
+ @utrecht-heading-2-font-weight: @conduction-typography-font-weight-bold;
152
+ @utrecht-heading-2-font-size: @conduction-font-size-2xl;
153
+ @utrecht-heading-2-font-family: @conduction-typography-aldritch-font-family;
154
+ @utrecht-heading-1-margin-block-start: @conduction-size-md;
155
+ @utrecht-heading-1-margin-block-end: @conduction-size-2xl;
156
+ @utrecht-heading-1-font-weight: @conduction-typography-font-weight-bold;
157
+ @utrecht-heading-1-font-size: @conduction-font-size-3xl;
158
+ @utrecht-heading-1-font-family: @conduction-typography-aldritch-font-family;
159
+ @utrecht-form-input-focus-background-color: @conduction-color-white-100;
160
+ @utrecht-form-input-placeholder-color: @conduction-color-grey-50;
161
+ @utrecht-form-input-padding-inline-start: @conduction-size-sm;
162
+ @utrecht-form-input-padding-inline-end: @conduction-size-sm;
163
+ @utrecht-form-input-padding-block-start: @conduction-size-xs;
164
+ @utrecht-form-input-padding-block-end: @conduction-size-xs;
165
+ @utrecht-form-input-font-family: @conduction-typography-sans-serif-font-family;
166
+ @utrecht-form-input-color: @conduction-color-grey-29;
167
+ @utrecht-form-input-border-width: @conduction-size-4xs;
168
+ @utrecht-form-input-border-color: @conduction-color-grey-48;
169
+ @utrecht-form-input-background-color: @conduction-color-white-100;
170
+ @utrecht-document-font-size: @conduction-font-size-md;
171
+ @utrecht-document-font-family: @conduction-typography-sans-serif-font-family;
172
+ @utrecht-document-color: @conduction-color-black-0;
173
+ @utrecht-document-background-color: @conduction-color-white-98;
174
+ @utrecht-code-block-padding-inline-end: @conduction-size-md;
175
+ @utrecht-code-block-padding-inline-start: @conduction-size-md;
176
+ @utrecht-code-block-padding-block-end: @conduction-size-md;
177
+ @utrecht-code-block-padding-block-start: @conduction-size-md;
178
+ @utrecht-code-block-margin-block-end: @conduction-size-md;
179
+ @utrecht-code-block-margin-block-start: @conduction-size-md;
180
+ @utrecht-code-block-line-height: @conduction-size-lg;
181
+ @utrecht-code-block-font-size: @conduction-font-size-md;
182
+ @utrecht-code-block-font-family: @conduction-typography-monospace-font-family;
183
+ @utrecht-code-block-color: @conduction-color-black-0;
184
+ @utrecht-code-block-background-color: @conduction-color-lightgrey-96;
185
+ @utrecht-code-font-family: @conduction-typography-monospace-font-family;
186
+ @utrecht-code-color: @conduction-color-black-0;
187
+ @utrecht-code-background-color: @conduction-color-lightgrey-96;
188
+ @utrecht-button-secondary-action-hover-color: @conduction-color-primary-hover;
189
+ @utrecht-button-secondary-action-hover-border-color: @conduction-color-primary-hover;
190
+ @utrecht-button-secondary-action-hover-background-color: @conduction-color-white-100;
191
+ @utrecht-button-secondary-action-font-weight: @conduction-typography-font-weight-normal;
192
+ @utrecht-button-secondary-action-color: @conduction-color-primary;
193
+ @utrecht-button-secondary-action-border-width: @conduction-size-3xs;
194
+ @utrecht-button-secondary-action-border-color: @conduction-color-primary;
195
+ @utrecht-button-secondary-action-background-color: @conduction-color-white-100;
196
+ @utrecht-button-primary-action-hover-color: @conduction-color-white-100;
197
+ @utrecht-button-primary-action-hover-background-color: @conduction-color-primary;
198
+ @utrecht-button-primary-action-color: @conduction-color-white-100;
199
+ @utrecht-button-primary-action-background-color: @conduction-color-primary;
200
+ @utrecht-button-hover-color: @conduction-color-white-100;
201
+ @utrecht-button-hover-background-color: @conduction-color-primary-hover;
202
+ @utrecht-button-icon-gap: @conduction-size-xs;
203
+ @utrecht-button-padding-inline-end: @conduction-size-sm;
204
+ @utrecht-button-padding-inline-start: @conduction-size-sm;
205
+ @utrecht-button-padding-block-end: @conduction-size-2xs;
206
+ @utrecht-button-padding-block-start: @conduction-size-2xs;
207
+ @utrecht-button-font-family: @conduction-typography-sans-serif-font-family;
208
+ @utrecht-button-color: @conduction-color-white-100;
209
+ @utrecht-button-background-color: @conduction-color-primary;
210
+ @utrecht-blockquote-content-font-size: @conduction-font-size-md;
211
+ @utrecht-blockquote-content-color: @conduction-color-black-0;
212
+ @utrecht-blockquote-margin-inline-end: @conduction-size-xl;
213
+ @utrecht-blockquote-margin-inline-start: @conduction-size-xl;
214
+ @utrecht-alert-icon-ok-color: @conduction-color-alert-succes;
215
+ @utrecht-alert-icon-warning-color: @conduction-color-alert-warning;
216
+ @utrecht-alert-icon-gap: @conduction-size-xs;
217
+ @utrecht-alert-icon-error-color: @conduction-color-alert-error;
218
+ @utrecht-alert-icon-color: @conduction-color-alert-info;
219
+ @utrecht-alert-ok-color: @conduction-color-alert-succes;
220
+ @utrecht-alert-ok-background-color: @conduction-color-alert-succes-background;
221
+ @utrecht-alert-error-color: @conduction-color-alert-error;
222
+ @utrecht-alert-error-background-color: @conduction-color-alert-error-background;
223
+ @utrecht-alert-warning-color: @conduction-color-alert-warning;
224
+ @utrecht-alert-warning-background-color: @conduction-color-alert-warning-background;
225
+ @utrecht-alert-padding-inline-end: @conduction-size-lg;
226
+ @utrecht-alert-padding-inline-start: @conduction-size-lg;
227
+ @utrecht-alert-padding-block-end: @conduction-size-lg;
228
+ @utrecht-alert-padding-block-start: @conduction-size-lg;
229
+ @utrecht-alert-color: @conduction-color-alert-info;
230
+ @utrecht-alert-background-color: @conduction-color-alert-info-background;
231
+ @utrecht-table-cell-padding-inline-start: @conduction-size-md;
232
+ @utrecht-table-cell-padding-inline-end: @conduction-size-md;
233
+ @utrecht-table-cell-padding-block-start: @conduction-size-md;
234
+ @utrecht-table-cell-padding-block-end: @conduction-size-md;
235
+ @utrecht-table-header-cell-font-weight: @conduction-typography-font-weight-bold;
236
+ @utrecht-table-margin-block-start: @conduction-size-md;
237
+ @utrecht-table-row-border-block-end-width: @conduction-size-4xs;
238
+ @utrecht-table-row-border-block-end-color: @conduction-color-grey-82;
239
+ @utrecht-table-row-hover-background-color: @conduction-color-grey-97;
240
+ @utrecht-table-header-font-weight: @conduction-typography-font-weight-bold;
241
+ @utrecht-table-header-border-block-end-width: @conduction-size-4xs;
242
+ @utrecht-table-header-border-block-end-color: @conduction-color-grey-82;
243
+ @utrecht-table-background-color: @conduction-color-white-100;
244
+ @utrecht-card-padding-block-start: @conduction-size-md;
245
+ @utrecht-card-padding-block-end: @conduction-size-md;
246
+ @utrecht-card-padding-inline-start: @conduction-size-md;
247
+ @utrecht-card-padding-inline-end: @conduction-size-md;
248
+ @utrecht-card-color: @conduction-color-black-0;
249
+ @utrecht-card-background-color: @conduction-color-white-100;
250
+ @utrecht-space-inline-3xl: @conduction-size-3xl;
251
+ @utrecht-space-inline-2xl: @conduction-size-2xl;
252
+ @utrecht-space-inline-xl: @conduction-size-xl;
253
+ @utrecht-space-inline-lg: @conduction-size-lg;
254
+ @utrecht-space-inline-md: @conduction-size-md;
255
+ @utrecht-space-inline-sm: @conduction-size-sm;
256
+ @utrecht-space-inline-xs: @conduction-size-xs;
257
+ @utrecht-space-inline-2xs: @conduction-size-2xs;
258
+ @utrecht-space-inline-3xs: @conduction-size-3xs;
259
+ @utrecht-space-block-3xl: @conduction-size-3xl;
260
+ @utrecht-space-block-2xl: @conduction-size-2xl;
261
+ @utrecht-space-block-xl: @conduction-size-xl;
262
+ @utrecht-space-block-lg: @conduction-size-lg;
263
+ @utrecht-space-block-md: @conduction-size-md;
264
+ @utrecht-space-block-sm: @conduction-size-sm;
265
+ @utrecht-space-block-xs: @conduction-size-xs;
266
+ @utrecht-space-block-2xs: @conduction-size-2xs;
267
+ @utrecht-space-block-3xs: @conduction-size-3xs;
268
+ @conduction-input-select-invalid-border-color: @conduction-color-error;
269
+ @conduction-input-select-border-radius: @utrecht-form-input-border-radius;
270
+ @conduction-input-select-border: @conduction-size-4xs solid @conduction-color-grey-48;
271
+ @conduction-input-select-background-color: @conduction-color-white-100;
272
+ @conduction-typography-scale-4xl: @conduction-font-size-4xl;
273
+ @conduction-typography-scale-3xl: @conduction-font-size-3xl;
274
+ @conduction-typography-scale-2xl: @conduction-font-size-2xl;
275
+ @conduction-typography-scale-xl: @conduction-font-size-xl;
276
+ @conduction-typography-scale-lg: @conduction-font-size-lg;
277
+ @conduction-typography-scale-md: @conduction-font-size-md;
278
+ @conduction-typography-scale-sm: @conduction-font-size-sm;
279
+ @conduction-typography-scale-xs: @conduction-font-size-xs;
280
+ @conduction-typography-scale-2xs: @conduction-font-size-2xs;
281
+ @conduction-typography-scale-3xs: @conduction-font-size-3xs;
282
+ @conduction-typography-scale-4xs: @conduction-font-size-4xs;
283
+ @conduction-color-info: @conduction-color-primary;
284
+ @utrecht-paragraph-color: @utrecht-document-color;
285
+ @utrecht-unordered-list-font-size: @utrecht-document-font-size;
286
+ @utrecht-ordered-list-font-size: @utrecht-document-font-size;
287
+ @utrecht-table-header-cell-color: @utrecht-document-color;
288
+ @utrecht-table-header-cell-font-size: @utrecht-document-font-size;
289
+ @utrecht-table-font-size: @utrecht-document-font-size;
290
+ @utrecht-table-font-family: @utrecht-document-font-family;
291
+ @utrecht-table-header-color: @utrecht-document-color;
@@ -0,0 +1,291 @@
1
+
2
+ // Do not edit directly
3
+ // Generated on Wed, 09 Aug 2023 12:37:00 GMT
4
+
5
+ $utrecht-textbox-font-size: 15px;
6
+ $utrecht-textbox-border-radius: 3px;
7
+ $utrecht-paragraph-margin-block-end: 0;
8
+ $utrecht-paragraph-margin-block-start: 0;
9
+ $utrecht-paragraph-line-height: 1.5em;
10
+ $utrecht-page-max-inline-size: 1140px;
11
+ $utrecht-page-footer-background-image: unset;
12
+ $utrecht-unordered-list-item-padding-inline-start: 1ch;
13
+ $utrecht-unordered-list-padding-inline-start: 2ch;
14
+ $utrecht-unordered-list-margin-block-end: 0;
15
+ $utrecht-ordered-list-item-padding-inline-start: 1ch;
16
+ $utrecht-link-hover-text-decoration: underline;
17
+ $utrecht-link-text-decoration-thickness: 0;
18
+ $utrecht-link-text-decoration-color: unset;
19
+ $utrecht-link-text-decoration: none;
20
+ $utrecht-form-input-font-size: 15px;
21
+ $utrecht-form-input-border-radius: 3px;
22
+ $utrecht-code-block-margin-inline-end: 0;
23
+ $utrecht-code-block-margin-inline-start: 0;
24
+ $utrecht-code-font-size: inherit;
25
+ $utrecht-button-primary-action-font-weight: inherit;
26
+ $utrecht-button-primary-action-border-width: 0;
27
+ $utrecht-button-font-weight: inherit;
28
+ $utrecht-button-font-size: inherit;
29
+ $utrecht-button-border-width: 0;
30
+ $utrecht-button-border-radius: 3px;
31
+ $utrecht-table-header-cell-text-transform: unset;
32
+ $utrecht-table-margin-block-end: 0;
33
+ $utrecht-table-header-text-transform: unset;
34
+ $utrecht-card-border-width: unset;
35
+ $utrecht-card-border-radius: 16px;
36
+ $utrecht-action-submit-cursor: pointer;
37
+ $utrecht-action-disabled-cursor: not-allowed;
38
+ $utrecht-action-busy-cursor: wait;
39
+ $conduction-input-select-padding-block-start: 0;
40
+ $conduction-input-select-padding-block-end: 0;
41
+ $conduction-input-select-border-focus: unset;
42
+ $conduction-typography-font-weight-light: 100;
43
+ $conduction-typography-font-weight-normal: 400;
44
+ $conduction-typography-font-weight-bold: 700;
45
+ $conduction-typography-monospace-font-family: Monospace, "Lucida Console";
46
+ $conduction-typography-sans-serif-font-family: "Noto Sans", Arial, sans-serif;
47
+ $conduction-typography-aldritch-font-family: "Aldritch", "Noto Sans", Arial, sans-serif;
48
+ $conduction-size-4xl: 96px;
49
+ $conduction-size-3xl: 72px;
50
+ $conduction-size-2xl: 48px;
51
+ $conduction-size-xl: 32px;
52
+ $conduction-size-lg: 24px;
53
+ $conduction-size-md: 18px;
54
+ $conduction-size-sm: 14px;
55
+ $conduction-size-xs: 8px;
56
+ $conduction-size-2xs: 4px;
57
+ $conduction-size-3xs: 2px;
58
+ $conduction-size-4xs: 1px;
59
+ $conduction-font-size-4xl: 58px;
60
+ $conduction-font-size-3xl: 48px;
61
+ $conduction-font-size-2xl: 32px;
62
+ $conduction-font-size-xl: 24px;
63
+ $conduction-font-size-lg: 20px;
64
+ $conduction-font-size-md: 18px;
65
+ $conduction-font-size-sm: 14px;
66
+ $conduction-font-size-xs: 12px;
67
+ $conduction-font-size-2xs: 10px;
68
+ $conduction-font-size-3xs: 8px;
69
+ $conduction-font-size-4xs: 5px;
70
+ $conduction-color-black-0: #000000; // Base/Black
71
+ $conduction-color-white-100: #ffffff; // Base/White
72
+ $conduction-color-white-98: #fafafa;
73
+ $conduction-color-lightgrey-96: #f5f5f5; // Base/LightGrey
74
+ $conduction-color-grey-97: #f7f7f7;
75
+ $conduction-color-grey-82: #d1d1d1;
76
+ $conduction-color-grey-50: #808080; // Base/Grey
77
+ $conduction-color-grey-48: #7a7a7a;
78
+ $conduction-color-grey-29: #4a4a4a;
79
+ $conduction-color-alert-info-background: #cce5ff;
80
+ $conduction-color-alert-info: #004085;
81
+ $conduction-color-alert-succes-background: #d4edda;
82
+ $conduction-color-alert-succes: #155724;
83
+ $conduction-color-succes: #28a745;
84
+ $conduction-color-alert-warning-background: #fff3cd;
85
+ $conduction-color-alert-warning: #856404;
86
+ $conduction-color-warning: #ffc107;
87
+ $conduction-color-alert-error-background: #f8d7da;
88
+ $conduction-color-alert-error: #721c24;
89
+ $conduction-color-error: #dc3545;
90
+ $conduction-color-primary-hover: #2e5ed9;
91
+ $conduction-color-primary: #4376fc;
92
+ $utrecht-textbox-focus-background-color: $conduction-color-white-100;
93
+ $utrecht-textbox-placeholder-color: $conduction-color-grey-50;
94
+ $utrecht-textbox-padding-inline-start: $conduction-size-sm;
95
+ $utrecht-textbox-padding-inline-end: $conduction-size-sm;
96
+ $utrecht-textbox-padding-block-start: $conduction-size-xs;
97
+ $utrecht-textbox-padding-block-end: $conduction-size-xs;
98
+ $utrecht-textbox-font-family: $conduction-typography-sans-serif-font-family;
99
+ $utrecht-textbox-color: $conduction-color-grey-29;
100
+ $utrecht-textbox-border-width: $conduction-size-4xs;
101
+ $utrecht-textbox-border-color: $conduction-color-grey-48;
102
+ $utrecht-textbox-background-color: $conduction-color-white-100;
103
+ $utrecht-paragraph-font-weight: $conduction-typography-font-weight-normal;
104
+ $utrecht-paragraph-font-size: $conduction-font-size-md;
105
+ $utrecht-paragraph-font-family: $conduction-typography-sans-serif-font-family;
106
+ $utrecht-page-margin-inline-end: $conduction-size-lg;
107
+ $utrecht-page-margin-inline-start: $conduction-size-lg;
108
+ $utrecht-page-header-padding-block-end: $conduction-size-sm;
109
+ $utrecht-page-header-padding-block-start: $conduction-size-sm;
110
+ $utrecht-page-header-color: $conduction-color-white-100;
111
+ $utrecht-page-header-background-color: $conduction-color-primary;
112
+ $utrecht-page-footer-padding-block-start: $conduction-size-2xl;
113
+ $utrecht-page-footer-padding-block-end: $conduction-size-2xl;
114
+ $utrecht-page-footer-padding-inline-start: $conduction-size-sm;
115
+ $utrecht-page-footer-padding-inline-end: $conduction-size-sm;
116
+ $utrecht-page-footer-color: $conduction-color-black-0;
117
+ $utrecht-page-footer-background-color: $conduction-color-lightgrey-96;
118
+ $utrecht-unordered-list-marker-color: $conduction-color-primary;
119
+ $utrecht-unordered-list-item-margin-block-end: $conduction-size-xs;
120
+ $utrecht-unordered-list-item-margin-block-start: $conduction-size-xs;
121
+ $utrecht-unordered-list-margin-block-start: $conduction-size-md;
122
+ $utrecht-ordered-list-item-margin-block-end: $conduction-size-2xs;
123
+ $utrecht-ordered-list-item-margin-block-start: $conduction-size-2xs;
124
+ $utrecht-ordered-list-padding-inline-start: $conduction-size-xl;
125
+ $utrecht-ordered-list-margin-block-end: $conduction-size-sm;
126
+ $utrecht-ordered-list-margin-block-start: $conduction-size-sm;
127
+ $utrecht-link-icon-size: $conduction-size-md;
128
+ $utrecht-link-visited-color: $conduction-color-primary;
129
+ $utrecht-link-hover-text-decoration-thickness: $conduction-size-4xs;
130
+ $utrecht-link-hover-color: $conduction-color-primary-hover;
131
+ $utrecht-link-text-underline-offset: $conduction-size-3xs;
132
+ $utrecht-link-color: $conduction-color-primary;
133
+ $utrecht-icon-gap: $conduction-size-xs;
134
+ $utrecht-heading-5-margin-block-start: $conduction-size-md;
135
+ $utrecht-heading-5-margin-block-end: $conduction-size-lg;
136
+ $utrecht-heading-5-font-weight: $conduction-typography-font-weight-light;
137
+ $utrecht-heading-5-font-size: $conduction-font-size-md;
138
+ $utrecht-heading-5-font-family: $conduction-typography-aldritch-font-family;
139
+ $utrecht-heading-4-margin-block-start: $conduction-size-md;
140
+ $utrecht-heading-4-margin-block-end: $conduction-size-lg;
141
+ $utrecht-heading-4-font-weight: $conduction-typography-font-weight-normal;
142
+ $utrecht-heading-4-font-size: $conduction-font-size-lg;
143
+ $utrecht-heading-4-font-family: $conduction-typography-aldritch-font-family;
144
+ $utrecht-heading-3-margin-block-start: $conduction-size-md;
145
+ $utrecht-heading-3-margin-block-end: $conduction-size-xl;
146
+ $utrecht-heading-3-font-weight: $conduction-typography-font-weight-normal;
147
+ $utrecht-heading-3-font-size: $conduction-font-size-xl;
148
+ $utrecht-heading-3-font-family: $conduction-typography-aldritch-font-family;
149
+ $utrecht-heading-2-margin-block-start: $conduction-size-md;
150
+ $utrecht-heading-2-margin-block-end: $conduction-size-2xl;
151
+ $utrecht-heading-2-font-weight: $conduction-typography-font-weight-bold;
152
+ $utrecht-heading-2-font-size: $conduction-font-size-2xl;
153
+ $utrecht-heading-2-font-family: $conduction-typography-aldritch-font-family;
154
+ $utrecht-heading-1-margin-block-start: $conduction-size-md;
155
+ $utrecht-heading-1-margin-block-end: $conduction-size-2xl;
156
+ $utrecht-heading-1-font-weight: $conduction-typography-font-weight-bold;
157
+ $utrecht-heading-1-font-size: $conduction-font-size-3xl;
158
+ $utrecht-heading-1-font-family: $conduction-typography-aldritch-font-family;
159
+ $utrecht-form-input-focus-background-color: $conduction-color-white-100;
160
+ $utrecht-form-input-placeholder-color: $conduction-color-grey-50;
161
+ $utrecht-form-input-padding-inline-start: $conduction-size-sm;
162
+ $utrecht-form-input-padding-inline-end: $conduction-size-sm;
163
+ $utrecht-form-input-padding-block-start: $conduction-size-xs;
164
+ $utrecht-form-input-padding-block-end: $conduction-size-xs;
165
+ $utrecht-form-input-font-family: $conduction-typography-sans-serif-font-family;
166
+ $utrecht-form-input-color: $conduction-color-grey-29;
167
+ $utrecht-form-input-border-width: $conduction-size-4xs;
168
+ $utrecht-form-input-border-color: $conduction-color-grey-48;
169
+ $utrecht-form-input-background-color: $conduction-color-white-100;
170
+ $utrecht-document-font-size: $conduction-font-size-md;
171
+ $utrecht-document-font-family: $conduction-typography-sans-serif-font-family;
172
+ $utrecht-document-color: $conduction-color-black-0;
173
+ $utrecht-document-background-color: $conduction-color-white-98;
174
+ $utrecht-code-block-padding-inline-end: $conduction-size-md;
175
+ $utrecht-code-block-padding-inline-start: $conduction-size-md;
176
+ $utrecht-code-block-padding-block-end: $conduction-size-md;
177
+ $utrecht-code-block-padding-block-start: $conduction-size-md;
178
+ $utrecht-code-block-margin-block-end: $conduction-size-md;
179
+ $utrecht-code-block-margin-block-start: $conduction-size-md;
180
+ $utrecht-code-block-line-height: $conduction-size-lg;
181
+ $utrecht-code-block-font-size: $conduction-font-size-md;
182
+ $utrecht-code-block-font-family: $conduction-typography-monospace-font-family;
183
+ $utrecht-code-block-color: $conduction-color-black-0;
184
+ $utrecht-code-block-background-color: $conduction-color-lightgrey-96;
185
+ $utrecht-code-font-family: $conduction-typography-monospace-font-family;
186
+ $utrecht-code-color: $conduction-color-black-0;
187
+ $utrecht-code-background-color: $conduction-color-lightgrey-96;
188
+ $utrecht-button-secondary-action-hover-color: $conduction-color-primary-hover;
189
+ $utrecht-button-secondary-action-hover-border-color: $conduction-color-primary-hover;
190
+ $utrecht-button-secondary-action-hover-background-color: $conduction-color-white-100;
191
+ $utrecht-button-secondary-action-font-weight: $conduction-typography-font-weight-normal;
192
+ $utrecht-button-secondary-action-color: $conduction-color-primary;
193
+ $utrecht-button-secondary-action-border-width: $conduction-size-3xs;
194
+ $utrecht-button-secondary-action-border-color: $conduction-color-primary;
195
+ $utrecht-button-secondary-action-background-color: $conduction-color-white-100;
196
+ $utrecht-button-primary-action-hover-color: $conduction-color-white-100;
197
+ $utrecht-button-primary-action-hover-background-color: $conduction-color-primary;
198
+ $utrecht-button-primary-action-color: $conduction-color-white-100;
199
+ $utrecht-button-primary-action-background-color: $conduction-color-primary;
200
+ $utrecht-button-hover-color: $conduction-color-white-100;
201
+ $utrecht-button-hover-background-color: $conduction-color-primary-hover;
202
+ $utrecht-button-icon-gap: $conduction-size-xs;
203
+ $utrecht-button-padding-inline-end: $conduction-size-sm;
204
+ $utrecht-button-padding-inline-start: $conduction-size-sm;
205
+ $utrecht-button-padding-block-end: $conduction-size-2xs;
206
+ $utrecht-button-padding-block-start: $conduction-size-2xs;
207
+ $utrecht-button-font-family: $conduction-typography-sans-serif-font-family;
208
+ $utrecht-button-color: $conduction-color-white-100;
209
+ $utrecht-button-background-color: $conduction-color-primary;
210
+ $utrecht-blockquote-content-font-size: $conduction-font-size-md;
211
+ $utrecht-blockquote-content-color: $conduction-color-black-0;
212
+ $utrecht-blockquote-margin-inline-end: $conduction-size-xl;
213
+ $utrecht-blockquote-margin-inline-start: $conduction-size-xl;
214
+ $utrecht-alert-icon-ok-color: $conduction-color-alert-succes;
215
+ $utrecht-alert-icon-warning-color: $conduction-color-alert-warning;
216
+ $utrecht-alert-icon-gap: $conduction-size-xs;
217
+ $utrecht-alert-icon-error-color: $conduction-color-alert-error;
218
+ $utrecht-alert-icon-color: $conduction-color-alert-info;
219
+ $utrecht-alert-ok-color: $conduction-color-alert-succes;
220
+ $utrecht-alert-ok-background-color: $conduction-color-alert-succes-background;
221
+ $utrecht-alert-error-color: $conduction-color-alert-error;
222
+ $utrecht-alert-error-background-color: $conduction-color-alert-error-background;
223
+ $utrecht-alert-warning-color: $conduction-color-alert-warning;
224
+ $utrecht-alert-warning-background-color: $conduction-color-alert-warning-background;
225
+ $utrecht-alert-padding-inline-end: $conduction-size-lg;
226
+ $utrecht-alert-padding-inline-start: $conduction-size-lg;
227
+ $utrecht-alert-padding-block-end: $conduction-size-lg;
228
+ $utrecht-alert-padding-block-start: $conduction-size-lg;
229
+ $utrecht-alert-color: $conduction-color-alert-info;
230
+ $utrecht-alert-background-color: $conduction-color-alert-info-background;
231
+ $utrecht-table-cell-padding-inline-start: $conduction-size-md;
232
+ $utrecht-table-cell-padding-inline-end: $conduction-size-md;
233
+ $utrecht-table-cell-padding-block-start: $conduction-size-md;
234
+ $utrecht-table-cell-padding-block-end: $conduction-size-md;
235
+ $utrecht-table-header-cell-font-weight: $conduction-typography-font-weight-bold;
236
+ $utrecht-table-margin-block-start: $conduction-size-md;
237
+ $utrecht-table-row-border-block-end-width: $conduction-size-4xs;
238
+ $utrecht-table-row-border-block-end-color: $conduction-color-grey-82;
239
+ $utrecht-table-row-hover-background-color: $conduction-color-grey-97;
240
+ $utrecht-table-header-font-weight: $conduction-typography-font-weight-bold;
241
+ $utrecht-table-header-border-block-end-width: $conduction-size-4xs;
242
+ $utrecht-table-header-border-block-end-color: $conduction-color-grey-82;
243
+ $utrecht-table-background-color: $conduction-color-white-100;
244
+ $utrecht-card-padding-block-start: $conduction-size-md;
245
+ $utrecht-card-padding-block-end: $conduction-size-md;
246
+ $utrecht-card-padding-inline-start: $conduction-size-md;
247
+ $utrecht-card-padding-inline-end: $conduction-size-md;
248
+ $utrecht-card-color: $conduction-color-black-0;
249
+ $utrecht-card-background-color: $conduction-color-white-100;
250
+ $utrecht-space-inline-3xl: $conduction-size-3xl;
251
+ $utrecht-space-inline-2xl: $conduction-size-2xl;
252
+ $utrecht-space-inline-xl: $conduction-size-xl;
253
+ $utrecht-space-inline-lg: $conduction-size-lg;
254
+ $utrecht-space-inline-md: $conduction-size-md;
255
+ $utrecht-space-inline-sm: $conduction-size-sm;
256
+ $utrecht-space-inline-xs: $conduction-size-xs;
257
+ $utrecht-space-inline-2xs: $conduction-size-2xs;
258
+ $utrecht-space-inline-3xs: $conduction-size-3xs;
259
+ $utrecht-space-block-3xl: $conduction-size-3xl;
260
+ $utrecht-space-block-2xl: $conduction-size-2xl;
261
+ $utrecht-space-block-xl: $conduction-size-xl;
262
+ $utrecht-space-block-lg: $conduction-size-lg;
263
+ $utrecht-space-block-md: $conduction-size-md;
264
+ $utrecht-space-block-sm: $conduction-size-sm;
265
+ $utrecht-space-block-xs: $conduction-size-xs;
266
+ $utrecht-space-block-2xs: $conduction-size-2xs;
267
+ $utrecht-space-block-3xs: $conduction-size-3xs;
268
+ $conduction-input-select-invalid-border-color: $conduction-color-error;
269
+ $conduction-input-select-border-radius: $utrecht-form-input-border-radius;
270
+ $conduction-input-select-border: $conduction-size-4xs solid $conduction-color-grey-48;
271
+ $conduction-input-select-background-color: $conduction-color-white-100;
272
+ $conduction-typography-scale-4xl: $conduction-font-size-4xl;
273
+ $conduction-typography-scale-3xl: $conduction-font-size-3xl;
274
+ $conduction-typography-scale-2xl: $conduction-font-size-2xl;
275
+ $conduction-typography-scale-xl: $conduction-font-size-xl;
276
+ $conduction-typography-scale-lg: $conduction-font-size-lg;
277
+ $conduction-typography-scale-md: $conduction-font-size-md;
278
+ $conduction-typography-scale-sm: $conduction-font-size-sm;
279
+ $conduction-typography-scale-xs: $conduction-font-size-xs;
280
+ $conduction-typography-scale-2xs: $conduction-font-size-2xs;
281
+ $conduction-typography-scale-3xs: $conduction-font-size-3xs;
282
+ $conduction-typography-scale-4xs: $conduction-font-size-4xs;
283
+ $conduction-color-info: $conduction-color-primary;
284
+ $utrecht-paragraph-color: $utrecht-document-color;
285
+ $utrecht-unordered-list-font-size: $utrecht-document-font-size;
286
+ $utrecht-ordered-list-font-size: $utrecht-document-font-size;
287
+ $utrecht-table-header-cell-color: $utrecht-document-color;
288
+ $utrecht-table-header-cell-font-size: $utrecht-document-font-size;
289
+ $utrecht-table-font-size: $utrecht-document-font-size;
290
+ $utrecht-table-font-family: $utrecht-document-font-family;
291
+ $utrecht-table-header-color: $utrecht-document-color;