@conduction/theme 1.0.26 → 1.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/conduction-design-tokens/dist/design-tokens.css +7 -1
- package/conduction-design-tokens/dist/index.js +7 -1
- package/conduction-design-tokens/dist/index.json +124 -0
- package/conduction-design-tokens/dist/index.less +7 -1
- package/conduction-design-tokens/dist/index.scss +7 -1
- package/conduction-design-tokens/dist/tokens.json +140 -0
- package/conduction-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +9 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +9 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +162 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +9 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +9 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +178 -2
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +2 -2
- package/municipalities/epe-design-tokens/dist/design-tokens.css +15 -1
- package/municipalities/epe-design-tokens/dist/index.js +15 -1
- package/municipalities/epe-design-tokens/dist/index.json +274 -0
- package/municipalities/epe-design-tokens/dist/index.less +15 -1
- package/municipalities/epe-design-tokens/dist/index.scss +15 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +284 -2
- package/municipalities/epe-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +2 -2
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +10 -2
- package/municipalities/leiden-design-tokens/dist/index.js +9 -1
- package/municipalities/leiden-design-tokens/dist/index.json +163 -1
- package/municipalities/leiden-design-tokens/dist/index.less +10 -2
- package/municipalities/leiden-design-tokens/dist/index.scss +10 -2
- package/municipalities/leiden-design-tokens/dist/tokens.json +179 -3
- package/municipalities/leiden-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json +3 -3
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +8 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +8 -1
- package/municipalities/noordwijk-design-tokens/dist/index.json +145 -0
- package/municipalities/noordwijk-design-tokens/dist/index.less +8 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +8 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +163 -0
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +6 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +9 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +9 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +162 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +9 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +9 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +178 -2
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +2 -2
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +8 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +8 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +143 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +8 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +8 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +159 -1
- package/municipalities/xxllnc-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -1
- package/package.json +1 -1
|
@@ -267,6 +267,29 @@
|
|
|
267
267
|
"alert-info-background"
|
|
268
268
|
]
|
|
269
269
|
},
|
|
270
|
+
"light-green": {
|
|
271
|
+
"24": {
|
|
272
|
+
"value": "#007c4c",
|
|
273
|
+
"filePath": "src/brand/noordwijk/color.tokens.json",
|
|
274
|
+
"isSource": true,
|
|
275
|
+
"original": {
|
|
276
|
+
"value": "#007c4c"
|
|
277
|
+
},
|
|
278
|
+
"name": "noordwijkColorLightGreen24",
|
|
279
|
+
"attributes": {
|
|
280
|
+
"category": "noordwijk",
|
|
281
|
+
"type": "color",
|
|
282
|
+
"item": "light-green",
|
|
283
|
+
"subitem": "24"
|
|
284
|
+
},
|
|
285
|
+
"path": [
|
|
286
|
+
"noordwijk",
|
|
287
|
+
"color",
|
|
288
|
+
"light-green",
|
|
289
|
+
"24"
|
|
290
|
+
]
|
|
291
|
+
}
|
|
292
|
+
},
|
|
270
293
|
"grey": {
|
|
271
294
|
"29": {
|
|
272
295
|
"value": "#4a4a4a",
|
|
@@ -6120,6 +6143,146 @@
|
|
|
6120
6143
|
}
|
|
6121
6144
|
},
|
|
6122
6145
|
"conduction": {
|
|
6146
|
+
"card-header": {
|
|
6147
|
+
"background-color": {},
|
|
6148
|
+
"border-bottom-width": {},
|
|
6149
|
+
"border-bottom-style": {},
|
|
6150
|
+
"border-bottom-color": {},
|
|
6151
|
+
"color": {
|
|
6152
|
+
"value": "#000000",
|
|
6153
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6154
|
+
"isSource": true,
|
|
6155
|
+
"original": {
|
|
6156
|
+
"value": "{utrecht.document.color}"
|
|
6157
|
+
},
|
|
6158
|
+
"name": "conductionCardHeaderColor",
|
|
6159
|
+
"attributes": {
|
|
6160
|
+
"category": "conduction",
|
|
6161
|
+
"type": "card-header",
|
|
6162
|
+
"item": "color"
|
|
6163
|
+
},
|
|
6164
|
+
"path": [
|
|
6165
|
+
"conduction",
|
|
6166
|
+
"card-header",
|
|
6167
|
+
"color"
|
|
6168
|
+
]
|
|
6169
|
+
},
|
|
6170
|
+
"hover": {
|
|
6171
|
+
"background-color": {},
|
|
6172
|
+
"border-bottom-width": {},
|
|
6173
|
+
"border-bottom-style": {},
|
|
6174
|
+
"border-bottom-color": {}
|
|
6175
|
+
},
|
|
6176
|
+
"title": {
|
|
6177
|
+
"color": {
|
|
6178
|
+
"value": "#2c2276",
|
|
6179
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6180
|
+
"isSource": true,
|
|
6181
|
+
"original": {
|
|
6182
|
+
"value": "{noordwijk.color.primary}"
|
|
6183
|
+
},
|
|
6184
|
+
"name": "conductionCardHeaderTitleColor",
|
|
6185
|
+
"attributes": {
|
|
6186
|
+
"category": "conduction",
|
|
6187
|
+
"type": "card-header",
|
|
6188
|
+
"item": "title",
|
|
6189
|
+
"subitem": "color"
|
|
6190
|
+
},
|
|
6191
|
+
"path": [
|
|
6192
|
+
"conduction",
|
|
6193
|
+
"card-header",
|
|
6194
|
+
"title",
|
|
6195
|
+
"color"
|
|
6196
|
+
]
|
|
6197
|
+
}
|
|
6198
|
+
},
|
|
6199
|
+
"date": {
|
|
6200
|
+
"color": {
|
|
6201
|
+
"value": "#007c4c",
|
|
6202
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6203
|
+
"isSource": true,
|
|
6204
|
+
"original": {
|
|
6205
|
+
"value": "{noordwijk.color.light-green.24}"
|
|
6206
|
+
},
|
|
6207
|
+
"name": "conductionCardHeaderDateColor",
|
|
6208
|
+
"attributes": {
|
|
6209
|
+
"category": "conduction",
|
|
6210
|
+
"type": "card-header",
|
|
6211
|
+
"item": "date",
|
|
6212
|
+
"subitem": "color"
|
|
6213
|
+
},
|
|
6214
|
+
"path": [
|
|
6215
|
+
"conduction",
|
|
6216
|
+
"card-header",
|
|
6217
|
+
"date",
|
|
6218
|
+
"color"
|
|
6219
|
+
]
|
|
6220
|
+
},
|
|
6221
|
+
"font-size": {
|
|
6222
|
+
"value": "14px",
|
|
6223
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6224
|
+
"isSource": true,
|
|
6225
|
+
"original": {
|
|
6226
|
+
"value": "{noordwijk.font-size.sm}"
|
|
6227
|
+
},
|
|
6228
|
+
"name": "conductionCardHeaderDateFontSize",
|
|
6229
|
+
"attributes": {
|
|
6230
|
+
"category": "conduction",
|
|
6231
|
+
"type": "card-header",
|
|
6232
|
+
"item": "date",
|
|
6233
|
+
"subitem": "font-size"
|
|
6234
|
+
},
|
|
6235
|
+
"path": [
|
|
6236
|
+
"conduction",
|
|
6237
|
+
"card-header",
|
|
6238
|
+
"date",
|
|
6239
|
+
"font-size"
|
|
6240
|
+
]
|
|
6241
|
+
},
|
|
6242
|
+
"font-weight": {
|
|
6243
|
+
"value": "100",
|
|
6244
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6245
|
+
"isSource": true,
|
|
6246
|
+
"original": {
|
|
6247
|
+
"value": "{noordwijk.typography.font-weight.light}"
|
|
6248
|
+
},
|
|
6249
|
+
"name": "conductionCardHeaderDateFontWeight",
|
|
6250
|
+
"attributes": {
|
|
6251
|
+
"category": "conduction",
|
|
6252
|
+
"type": "card-header",
|
|
6253
|
+
"item": "date",
|
|
6254
|
+
"subitem": "font-weight"
|
|
6255
|
+
},
|
|
6256
|
+
"path": [
|
|
6257
|
+
"conduction",
|
|
6258
|
+
"card-header",
|
|
6259
|
+
"date",
|
|
6260
|
+
"font-weight"
|
|
6261
|
+
]
|
|
6262
|
+
},
|
|
6263
|
+
"margin-block-end": {
|
|
6264
|
+
"value": "8px",
|
|
6265
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6266
|
+
"isSource": true,
|
|
6267
|
+
"original": {
|
|
6268
|
+
"value": "{noordwijk.size.xs}"
|
|
6269
|
+
},
|
|
6270
|
+
"name": "conductionCardHeaderDateMarginBlockEnd",
|
|
6271
|
+
"attributes": {
|
|
6272
|
+
"category": "conduction",
|
|
6273
|
+
"type": "card-header",
|
|
6274
|
+
"item": "date",
|
|
6275
|
+
"subitem": "margin-block-end"
|
|
6276
|
+
},
|
|
6277
|
+
"path": [
|
|
6278
|
+
"conduction",
|
|
6279
|
+
"card-header",
|
|
6280
|
+
"date",
|
|
6281
|
+
"margin-block-end"
|
|
6282
|
+
]
|
|
6283
|
+
}
|
|
6284
|
+
}
|
|
6285
|
+
},
|
|
6123
6286
|
"card-wrapper": {
|
|
6124
6287
|
"background-color": {
|
|
6125
6288
|
"value": "#ffffff",
|
package/municipalities/noordwijk-design-tokens/src/component/conduction/card-header.tokens.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"card-header": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"border-bottom-width": {},
|
|
6
|
+
"border-bottom-style": {},
|
|
7
|
+
"border-bottom-color": {},
|
|
8
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
9
|
+
"hover": {
|
|
10
|
+
"background-color": {},
|
|
11
|
+
"border-bottom-width": {},
|
|
12
|
+
"border-bottom-style": {},
|
|
13
|
+
"border-bottom-color": {}
|
|
14
|
+
},
|
|
15
|
+
"title": {
|
|
16
|
+
"color": { "value": "{noordwijk.color.primary}" }
|
|
17
|
+
},
|
|
18
|
+
"date": {
|
|
19
|
+
"color": { "value": "{noordwijk.color.light-green.24}" },
|
|
20
|
+
"font-size": { "value": "{noordwijk.font-size.sm}" },
|
|
21
|
+
"font-weight": { "value": "{noordwijk.typography.font-weight.light}" },
|
|
22
|
+
"margin-block-end": { "value": "{noordwijk.size.xs}" }
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 23 Aug 2023 16:58:05 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.tubbergen-theme {
|
|
7
7
|
--conduction-input-select-padding-block-start: 0;
|
|
8
8
|
--conduction-input-select-padding-block-end: 0;
|
|
9
9
|
--conduction-input-select-border-focus: unset;
|
|
10
|
+
--conduction-card-wrapper-border-radius: 0px;
|
|
11
|
+
--conduction-card-wrapper-border-width: unset;
|
|
10
12
|
--utrecht-paragraph-margin-block-end: 0;
|
|
11
13
|
--utrecht-paragraph-margin-block-start: 0;
|
|
12
14
|
--utrecht-paragraph-line-height: 1.5em;
|
|
@@ -112,6 +114,9 @@
|
|
|
112
114
|
--conduction-card-wrapper-padding-inline-start: var(--tubbergen-size-xl);
|
|
113
115
|
--conduction-card-wrapper-padding-inline-end: var(--tubbergen-size-xl);
|
|
114
116
|
--conduction-card-wrapper-background-color: var(--tubbergen-color-green-89);
|
|
117
|
+
--conduction-card-header-date-margin-block-end: var(--tubbergen-size-xs);
|
|
118
|
+
--conduction-card-header-date-font-weight: var(--tubbergen-typography-font-weight-light);
|
|
119
|
+
--conduction-card-header-date-font-size: var(--tubbergen-font-size-sm);
|
|
115
120
|
--utrecht-paragraph-font-weight: var(--tubbergen-typography-font-weight-normal);
|
|
116
121
|
--utrecht-paragraph-font-size: var(--tubbergen-font-size-md);
|
|
117
122
|
--utrecht-paragraph-font-family: var(--tubbergen-typography-lato-font-family);
|
|
@@ -300,6 +305,9 @@
|
|
|
300
305
|
--tubbergen-color-primary-hover: var(--tubbergen-color-green-11);
|
|
301
306
|
--tubbergen-color-primary: var(--tubbergen-color-green-21);
|
|
302
307
|
--conduction-card-wrapper-color: var(--utrecht-document-color);
|
|
308
|
+
--conduction-card-header-date-color: var(--utrecht-document-color);
|
|
309
|
+
--conduction-card-header-title-color: var(--utrecht-document-color);
|
|
310
|
+
--conduction-card-header-color: var(--utrecht-document-color);
|
|
303
311
|
--utrecht-paragraph-color: var(--utrecht-document-color);
|
|
304
312
|
--utrecht-unordered-list-marker-color: var(--utrecht-document-color);
|
|
305
313
|
--utrecht-unordered-list-font-size: var(--utrecht-document-font-size);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 23 Aug 2023 16:58:05 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const tubbergenColorPrimary = "#0b612d";
|
|
@@ -316,7 +316,15 @@ 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 conductionCardHeaderColor = "#333333";
|
|
320
|
+
export const conductionCardHeaderTitleColor = "#333333";
|
|
321
|
+
export const conductionCardHeaderDateColor = "#333333";
|
|
322
|
+
export const conductionCardHeaderDateFontSize = "14px";
|
|
323
|
+
export const conductionCardHeaderDateFontWeight = "100";
|
|
324
|
+
export const conductionCardHeaderDateMarginBlockEnd = "8px";
|
|
319
325
|
export const conductionCardWrapperBackgroundColor = "#d5efdf";
|
|
326
|
+
export const conductionCardWrapperBorderWidth = "unset";
|
|
327
|
+
export const conductionCardWrapperBorderRadius = "0px";
|
|
320
328
|
export const conductionCardWrapperColor = "#333333";
|
|
321
329
|
export const conductionCardWrapperPaddingInlineEnd = "32px";
|
|
322
330
|
export const conductionCardWrapperPaddingInlineStart = "32px";
|
|
@@ -1,4 +1,128 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"value": "#333333",
|
|
4
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5
|
+
"isSource": true,
|
|
6
|
+
"original": {
|
|
7
|
+
"value": "{utrecht.document.color}"
|
|
8
|
+
},
|
|
9
|
+
"name": "conductionCardHeaderColor",
|
|
10
|
+
"attributes": {
|
|
11
|
+
"category": "conduction",
|
|
12
|
+
"type": "card-header",
|
|
13
|
+
"item": "color"
|
|
14
|
+
},
|
|
15
|
+
"path": [
|
|
16
|
+
"conduction",
|
|
17
|
+
"card-header",
|
|
18
|
+
"color"
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"value": "#333333",
|
|
23
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
24
|
+
"isSource": true,
|
|
25
|
+
"original": {
|
|
26
|
+
"value": "{utrecht.document.color}"
|
|
27
|
+
},
|
|
28
|
+
"name": "conductionCardHeaderDateColor",
|
|
29
|
+
"attributes": {
|
|
30
|
+
"category": "conduction",
|
|
31
|
+
"type": "card-header",
|
|
32
|
+
"item": "date",
|
|
33
|
+
"subitem": "color"
|
|
34
|
+
},
|
|
35
|
+
"path": [
|
|
36
|
+
"conduction",
|
|
37
|
+
"card-header",
|
|
38
|
+
"date",
|
|
39
|
+
"color"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"value": "14px",
|
|
44
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
45
|
+
"isSource": true,
|
|
46
|
+
"original": {
|
|
47
|
+
"value": "{tubbergen.font-size.sm}"
|
|
48
|
+
},
|
|
49
|
+
"name": "conductionCardHeaderDateFontSize",
|
|
50
|
+
"attributes": {
|
|
51
|
+
"category": "conduction",
|
|
52
|
+
"type": "card-header",
|
|
53
|
+
"item": "date",
|
|
54
|
+
"subitem": "font-size"
|
|
55
|
+
},
|
|
56
|
+
"path": [
|
|
57
|
+
"conduction",
|
|
58
|
+
"card-header",
|
|
59
|
+
"date",
|
|
60
|
+
"font-size"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"value": "100",
|
|
65
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
66
|
+
"isSource": true,
|
|
67
|
+
"original": {
|
|
68
|
+
"value": "{tubbergen.typography.font-weight.light}"
|
|
69
|
+
},
|
|
70
|
+
"name": "conductionCardHeaderDateFontWeight",
|
|
71
|
+
"attributes": {
|
|
72
|
+
"category": "conduction",
|
|
73
|
+
"type": "card-header",
|
|
74
|
+
"item": "date",
|
|
75
|
+
"subitem": "font-weight"
|
|
76
|
+
},
|
|
77
|
+
"path": [
|
|
78
|
+
"conduction",
|
|
79
|
+
"card-header",
|
|
80
|
+
"date",
|
|
81
|
+
"font-weight"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"value": "8px",
|
|
86
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
87
|
+
"isSource": true,
|
|
88
|
+
"original": {
|
|
89
|
+
"value": "{tubbergen.size.xs}"
|
|
90
|
+
},
|
|
91
|
+
"name": "conductionCardHeaderDateMarginBlockEnd",
|
|
92
|
+
"attributes": {
|
|
93
|
+
"category": "conduction",
|
|
94
|
+
"type": "card-header",
|
|
95
|
+
"item": "date",
|
|
96
|
+
"subitem": "margin-block-end"
|
|
97
|
+
},
|
|
98
|
+
"path": [
|
|
99
|
+
"conduction",
|
|
100
|
+
"card-header",
|
|
101
|
+
"date",
|
|
102
|
+
"margin-block-end"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"value": "#333333",
|
|
107
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
108
|
+
"isSource": true,
|
|
109
|
+
"original": {
|
|
110
|
+
"value": "{utrecht.document.color}"
|
|
111
|
+
},
|
|
112
|
+
"name": "conductionCardHeaderTitleColor",
|
|
113
|
+
"attributes": {
|
|
114
|
+
"category": "conduction",
|
|
115
|
+
"type": "card-header",
|
|
116
|
+
"item": "title",
|
|
117
|
+
"subitem": "color"
|
|
118
|
+
},
|
|
119
|
+
"path": [
|
|
120
|
+
"conduction",
|
|
121
|
+
"card-header",
|
|
122
|
+
"title",
|
|
123
|
+
"color"
|
|
124
|
+
]
|
|
125
|
+
},
|
|
2
126
|
{
|
|
3
127
|
"value": "#d5efdf",
|
|
4
128
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -18,6 +142,44 @@
|
|
|
18
142
|
"background-color"
|
|
19
143
|
]
|
|
20
144
|
},
|
|
145
|
+
{
|
|
146
|
+
"value": "0px",
|
|
147
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
148
|
+
"isSource": true,
|
|
149
|
+
"original": {
|
|
150
|
+
"value": "0px"
|
|
151
|
+
},
|
|
152
|
+
"name": "conductionCardWrapperBorderRadius",
|
|
153
|
+
"attributes": {
|
|
154
|
+
"category": "conduction",
|
|
155
|
+
"type": "card-wrapper",
|
|
156
|
+
"item": "border-radius"
|
|
157
|
+
},
|
|
158
|
+
"path": [
|
|
159
|
+
"conduction",
|
|
160
|
+
"card-wrapper",
|
|
161
|
+
"border-radius"
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"value": "unset",
|
|
166
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
167
|
+
"isSource": true,
|
|
168
|
+
"original": {
|
|
169
|
+
"value": "unset"
|
|
170
|
+
},
|
|
171
|
+
"name": "conductionCardWrapperBorderWidth",
|
|
172
|
+
"attributes": {
|
|
173
|
+
"category": "conduction",
|
|
174
|
+
"type": "card-wrapper",
|
|
175
|
+
"item": "border-width"
|
|
176
|
+
},
|
|
177
|
+
"path": [
|
|
178
|
+
"conduction",
|
|
179
|
+
"card-wrapper",
|
|
180
|
+
"border-width"
|
|
181
|
+
]
|
|
182
|
+
},
|
|
21
183
|
{
|
|
22
184
|
"value": "#333333",
|
|
23
185
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 23 Aug 2023 16:58:05 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
7
7
|
@conduction-input-select-border-focus: unset;
|
|
8
|
+
@conduction-card-wrapper-border-radius: 0px;
|
|
9
|
+
@conduction-card-wrapper-border-width: unset;
|
|
8
10
|
@utrecht-paragraph-margin-block-end: 0;
|
|
9
11
|
@utrecht-paragraph-margin-block-start: 0;
|
|
10
12
|
@utrecht-paragraph-line-height: 1.5em;
|
|
@@ -110,6 +112,9 @@
|
|
|
110
112
|
@conduction-card-wrapper-padding-inline-start: @tubbergen-size-xl;
|
|
111
113
|
@conduction-card-wrapper-padding-inline-end: @tubbergen-size-xl;
|
|
112
114
|
@conduction-card-wrapper-background-color: @tubbergen-color-green-89;
|
|
115
|
+
@conduction-card-header-date-margin-block-end: @tubbergen-size-xs;
|
|
116
|
+
@conduction-card-header-date-font-weight: @tubbergen-typography-font-weight-light;
|
|
117
|
+
@conduction-card-header-date-font-size: @tubbergen-font-size-sm;
|
|
113
118
|
@utrecht-paragraph-font-weight: @tubbergen-typography-font-weight-normal;
|
|
114
119
|
@utrecht-paragraph-font-size: @tubbergen-font-size-md;
|
|
115
120
|
@utrecht-paragraph-font-family: @tubbergen-typography-lato-font-family;
|
|
@@ -298,6 +303,9 @@
|
|
|
298
303
|
@tubbergen-color-primary-hover: @tubbergen-color-green-11;
|
|
299
304
|
@tubbergen-color-primary: @tubbergen-color-green-21;
|
|
300
305
|
@conduction-card-wrapper-color: @utrecht-document-color;
|
|
306
|
+
@conduction-card-header-date-color: @utrecht-document-color;
|
|
307
|
+
@conduction-card-header-title-color: @utrecht-document-color;
|
|
308
|
+
@conduction-card-header-color: @utrecht-document-color;
|
|
301
309
|
@utrecht-paragraph-color: @utrecht-document-color;
|
|
302
310
|
@utrecht-unordered-list-marker-color: @utrecht-document-color;
|
|
303
311
|
@utrecht-unordered-list-font-size: @utrecht-document-font-size;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 23 Aug 2023 16:58:05 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
7
7
|
$conduction-input-select-border-focus: unset;
|
|
8
|
+
$conduction-card-wrapper-border-radius: 0px;
|
|
9
|
+
$conduction-card-wrapper-border-width: unset;
|
|
8
10
|
$utrecht-paragraph-margin-block-end: 0;
|
|
9
11
|
$utrecht-paragraph-margin-block-start: 0;
|
|
10
12
|
$utrecht-paragraph-line-height: 1.5em;
|
|
@@ -110,6 +112,9 @@ $conduction-card-wrapper-padding-block-end: $tubbergen-size-sm;
|
|
|
110
112
|
$conduction-card-wrapper-padding-inline-start: $tubbergen-size-xl;
|
|
111
113
|
$conduction-card-wrapper-padding-inline-end: $tubbergen-size-xl;
|
|
112
114
|
$conduction-card-wrapper-background-color: $tubbergen-color-green-89;
|
|
115
|
+
$conduction-card-header-date-margin-block-end: $tubbergen-size-xs;
|
|
116
|
+
$conduction-card-header-date-font-weight: $tubbergen-typography-font-weight-light;
|
|
117
|
+
$conduction-card-header-date-font-size: $tubbergen-font-size-sm;
|
|
113
118
|
$utrecht-paragraph-font-weight: $tubbergen-typography-font-weight-normal;
|
|
114
119
|
$utrecht-paragraph-font-size: $tubbergen-font-size-md;
|
|
115
120
|
$utrecht-paragraph-font-family: $tubbergen-typography-lato-font-family;
|
|
@@ -298,6 +303,9 @@ $tubbergen-color-alert-error: $tubbergen-color-black-20;
|
|
|
298
303
|
$tubbergen-color-primary-hover: $tubbergen-color-green-11;
|
|
299
304
|
$tubbergen-color-primary: $tubbergen-color-green-21;
|
|
300
305
|
$conduction-card-wrapper-color: $utrecht-document-color;
|
|
306
|
+
$conduction-card-header-date-color: $utrecht-document-color;
|
|
307
|
+
$conduction-card-header-title-color: $utrecht-document-color;
|
|
308
|
+
$conduction-card-header-color: $utrecht-document-color;
|
|
301
309
|
$utrecht-paragraph-color: $utrecht-document-color;
|
|
302
310
|
$utrecht-unordered-list-marker-color: $utrecht-document-color;
|
|
303
311
|
$utrecht-unordered-list-font-size: $utrecht-document-font-size;
|