@conduction/theme 1.0.27 → 1.0.28
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 +1 -0
- package/conduction-design-tokens/dist/design-tokens.css +1 -1
- package/conduction-design-tokens/dist/index.js +1 -1
- package/conduction-design-tokens/dist/index.less +1 -1
- package/conduction-design-tokens/dist/index.scss +1 -1
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.less +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +1 -1
- package/municipalities/epe-design-tokens/dist/design-tokens.css +6 -6
- package/municipalities/epe-design-tokens/dist/index.js +6 -6
- package/municipalities/epe-design-tokens/dist/index.json +105 -95
- package/municipalities/epe-design-tokens/dist/index.less +6 -6
- package/municipalities/epe-design-tokens/dist/index.scss +6 -6
- package/municipalities/epe-design-tokens/dist/tokens.json +104 -94
- package/municipalities/epe-design-tokens/src/component/conduction/card-header.tokens.json +9 -9
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/leiden-design-tokens/dist/index.js +1 -1
- package/municipalities/leiden-design-tokens/dist/index.less +1 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +1 -1
- package/municipalities/noordwijk-design-tokens/dist/index.less +1 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +1 -1
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 23 Aug 2023
|
|
3
|
+
* Generated on Wed, 23 Aug 2023 18:02:58 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.epe-theme {
|
|
@@ -120,11 +120,11 @@
|
|
|
120
120
|
--conduction-card-wrapper-padding-inline-end: var(--epe-size-md);
|
|
121
121
|
--conduction-card-wrapper-hover-background-color: var(--epe-color-yellow-90);
|
|
122
122
|
--conduction-card-wrapper-background-color: var(--epe-color-white-100);
|
|
123
|
-
--conduction-date-margin-block-end: var(--epe-color-blue-31);
|
|
124
|
-
--conduction-date-font-weight: var(--epe-color-blue-31);
|
|
125
|
-
--conduction-date-font-size: var(--epe-color-blue-31);
|
|
126
|
-
--conduction-date-color: var(--epe-color-blue-31);
|
|
127
|
-
--conduction-title-color: var(--epe-color-blue-31);
|
|
123
|
+
--conduction-card-header-date-margin-block-end: var(--epe-color-blue-31);
|
|
124
|
+
--conduction-card-header-date-font-weight: var(--epe-color-blue-31);
|
|
125
|
+
--conduction-card-header-date-font-size: var(--epe-color-blue-31);
|
|
126
|
+
--conduction-card-header-date-color: var(--epe-color-blue-31);
|
|
127
|
+
--conduction-card-header-title-color: var(--epe-color-blue-31);
|
|
128
128
|
--conduction-card-header-hover-border-bottom-color: var(--epe-color-blue-31);
|
|
129
129
|
--conduction-card-header-hover-border-bottom-width: var(--epe-size-4xs);
|
|
130
130
|
--conduction-card-header-border-bottom-color: var(--epe-color-yellow-42);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 23 Aug 2023
|
|
3
|
+
* Generated on Wed, 23 Aug 2023 18:02:58 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const epeColorPrimary = "#01699d";
|
|
@@ -309,11 +309,11 @@ export const conductionCardHeaderColor = "#2e2e33";
|
|
|
309
309
|
export const conductionCardHeaderHoverBorderBottomWidth = "1px";
|
|
310
310
|
export const conductionCardHeaderHoverBorderBottomStyle = "solid";
|
|
311
311
|
export const conductionCardHeaderHoverBorderBottomColor = "#00549e";
|
|
312
|
-
export const
|
|
313
|
-
export const
|
|
314
|
-
export const
|
|
315
|
-
export const
|
|
316
|
-
export const
|
|
312
|
+
export const conductionCardHeaderTitleColor = "#00549e";
|
|
313
|
+
export const conductionCardHeaderDateColor = "#00549e";
|
|
314
|
+
export const conductionCardHeaderDateFontSize = "#00549e";
|
|
315
|
+
export const conductionCardHeaderDateFontWeight = "#00549e";
|
|
316
|
+
export const conductionCardHeaderDateMarginBlockEnd = "#00549e";
|
|
317
317
|
export const conductionCardWrapperBackgroundColor = "#ffffff";
|
|
318
318
|
export const conductionCardWrapperBorderRadius = "0px";
|
|
319
319
|
export const conductionCardWrapperColor = "#2e2e33";
|
|
@@ -75,6 +75,90 @@
|
|
|
75
75
|
"color"
|
|
76
76
|
]
|
|
77
77
|
},
|
|
78
|
+
{
|
|
79
|
+
"value": "#00549e",
|
|
80
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
81
|
+
"isSource": true,
|
|
82
|
+
"original": {
|
|
83
|
+
"value": "{epe.color.blue.31}"
|
|
84
|
+
},
|
|
85
|
+
"name": "conductionCardHeaderDateColor",
|
|
86
|
+
"attributes": {
|
|
87
|
+
"category": "conduction",
|
|
88
|
+
"type": "card-header",
|
|
89
|
+
"item": "date",
|
|
90
|
+
"subitem": "color"
|
|
91
|
+
},
|
|
92
|
+
"path": [
|
|
93
|
+
"conduction",
|
|
94
|
+
"card-header",
|
|
95
|
+
"date",
|
|
96
|
+
"color"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"value": "#00549e",
|
|
101
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
102
|
+
"isSource": true,
|
|
103
|
+
"original": {
|
|
104
|
+
"value": "{epe.color.blue.31}"
|
|
105
|
+
},
|
|
106
|
+
"name": "conductionCardHeaderDateFontSize",
|
|
107
|
+
"attributes": {
|
|
108
|
+
"category": "conduction",
|
|
109
|
+
"type": "card-header",
|
|
110
|
+
"item": "date",
|
|
111
|
+
"subitem": "font-size"
|
|
112
|
+
},
|
|
113
|
+
"path": [
|
|
114
|
+
"conduction",
|
|
115
|
+
"card-header",
|
|
116
|
+
"date",
|
|
117
|
+
"font-size"
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"value": "#00549e",
|
|
122
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
123
|
+
"isSource": true,
|
|
124
|
+
"original": {
|
|
125
|
+
"value": "{epe.color.blue.31}"
|
|
126
|
+
},
|
|
127
|
+
"name": "conductionCardHeaderDateFontWeight",
|
|
128
|
+
"attributes": {
|
|
129
|
+
"category": "conduction",
|
|
130
|
+
"type": "card-header",
|
|
131
|
+
"item": "date",
|
|
132
|
+
"subitem": "font-weight"
|
|
133
|
+
},
|
|
134
|
+
"path": [
|
|
135
|
+
"conduction",
|
|
136
|
+
"card-header",
|
|
137
|
+
"date",
|
|
138
|
+
"font-weight"
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"value": "#00549e",
|
|
143
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
144
|
+
"isSource": true,
|
|
145
|
+
"original": {
|
|
146
|
+
"value": "{epe.color.blue.31}"
|
|
147
|
+
},
|
|
148
|
+
"name": "conductionCardHeaderDateMarginBlockEnd",
|
|
149
|
+
"attributes": {
|
|
150
|
+
"category": "conduction",
|
|
151
|
+
"type": "card-header",
|
|
152
|
+
"item": "date",
|
|
153
|
+
"subitem": "margin-block-end"
|
|
154
|
+
},
|
|
155
|
+
"path": [
|
|
156
|
+
"conduction",
|
|
157
|
+
"card-header",
|
|
158
|
+
"date",
|
|
159
|
+
"margin-block-end"
|
|
160
|
+
]
|
|
161
|
+
},
|
|
78
162
|
{
|
|
79
163
|
"value": "#00549e",
|
|
80
164
|
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
@@ -138,6 +222,27 @@
|
|
|
138
222
|
"border-bottom-width"
|
|
139
223
|
]
|
|
140
224
|
},
|
|
225
|
+
{
|
|
226
|
+
"value": "#00549e",
|
|
227
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
228
|
+
"isSource": true,
|
|
229
|
+
"original": {
|
|
230
|
+
"value": "{epe.color.blue.31}"
|
|
231
|
+
},
|
|
232
|
+
"name": "conductionCardHeaderTitleColor",
|
|
233
|
+
"attributes": {
|
|
234
|
+
"category": "conduction",
|
|
235
|
+
"type": "card-header",
|
|
236
|
+
"item": "title",
|
|
237
|
+
"subitem": "color"
|
|
238
|
+
},
|
|
239
|
+
"path": [
|
|
240
|
+
"conduction",
|
|
241
|
+
"card-header",
|
|
242
|
+
"title",
|
|
243
|
+
"color"
|
|
244
|
+
]
|
|
245
|
+
},
|
|
141
246
|
{
|
|
142
247
|
"value": "#ffffff",
|
|
143
248
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -292,82 +397,6 @@
|
|
|
292
397
|
"padding-inline-start"
|
|
293
398
|
]
|
|
294
399
|
},
|
|
295
|
-
{
|
|
296
|
-
"value": "#00549e",
|
|
297
|
-
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
298
|
-
"isSource": true,
|
|
299
|
-
"original": {
|
|
300
|
-
"value": "{epe.color.blue.31}"
|
|
301
|
-
},
|
|
302
|
-
"name": "conductionDateColor",
|
|
303
|
-
"attributes": {
|
|
304
|
-
"category": "conduction",
|
|
305
|
-
"type": "date",
|
|
306
|
-
"item": "color"
|
|
307
|
-
},
|
|
308
|
-
"path": [
|
|
309
|
-
"conduction",
|
|
310
|
-
"date",
|
|
311
|
-
"color"
|
|
312
|
-
]
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"value": "#00549e",
|
|
316
|
-
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
317
|
-
"isSource": true,
|
|
318
|
-
"original": {
|
|
319
|
-
"value": "{epe.color.blue.31}"
|
|
320
|
-
},
|
|
321
|
-
"name": "conductionDateFontSize",
|
|
322
|
-
"attributes": {
|
|
323
|
-
"category": "conduction",
|
|
324
|
-
"type": "date",
|
|
325
|
-
"item": "font-size"
|
|
326
|
-
},
|
|
327
|
-
"path": [
|
|
328
|
-
"conduction",
|
|
329
|
-
"date",
|
|
330
|
-
"font-size"
|
|
331
|
-
]
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
"value": "#00549e",
|
|
335
|
-
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
336
|
-
"isSource": true,
|
|
337
|
-
"original": {
|
|
338
|
-
"value": "{epe.color.blue.31}"
|
|
339
|
-
},
|
|
340
|
-
"name": "conductionDateFontWeight",
|
|
341
|
-
"attributes": {
|
|
342
|
-
"category": "conduction",
|
|
343
|
-
"type": "date",
|
|
344
|
-
"item": "font-weight"
|
|
345
|
-
},
|
|
346
|
-
"path": [
|
|
347
|
-
"conduction",
|
|
348
|
-
"date",
|
|
349
|
-
"font-weight"
|
|
350
|
-
]
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"value": "#00549e",
|
|
354
|
-
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
355
|
-
"isSource": true,
|
|
356
|
-
"original": {
|
|
357
|
-
"value": "{epe.color.blue.31}"
|
|
358
|
-
},
|
|
359
|
-
"name": "conductionDateMarginBlockEnd",
|
|
360
|
-
"attributes": {
|
|
361
|
-
"category": "conduction",
|
|
362
|
-
"type": "date",
|
|
363
|
-
"item": "margin-block-end"
|
|
364
|
-
},
|
|
365
|
-
"path": [
|
|
366
|
-
"conduction",
|
|
367
|
-
"date",
|
|
368
|
-
"margin-block-end"
|
|
369
|
-
]
|
|
370
|
-
},
|
|
371
400
|
{
|
|
372
401
|
"value": "#ffffff",
|
|
373
402
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
@@ -501,25 +530,6 @@
|
|
|
501
530
|
"padding-block-start"
|
|
502
531
|
]
|
|
503
532
|
},
|
|
504
|
-
{
|
|
505
|
-
"value": "#00549e",
|
|
506
|
-
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
507
|
-
"isSource": true,
|
|
508
|
-
"original": {
|
|
509
|
-
"value": "{epe.color.blue.31}"
|
|
510
|
-
},
|
|
511
|
-
"name": "conductionTitleColor",
|
|
512
|
-
"attributes": {
|
|
513
|
-
"category": "conduction",
|
|
514
|
-
"type": "title",
|
|
515
|
-
"item": "color"
|
|
516
|
-
},
|
|
517
|
-
"path": [
|
|
518
|
-
"conduction",
|
|
519
|
-
"title",
|
|
520
|
-
"color"
|
|
521
|
-
]
|
|
522
|
-
},
|
|
523
533
|
{
|
|
524
534
|
"value": "#2e2e33",
|
|
525
535
|
"filePath": "src/brand/epe/color.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed, 23 Aug 2023
|
|
3
|
+
// Generated on Wed, 23 Aug 2023 18:02:59 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -118,11 +118,11 @@
|
|
|
118
118
|
@conduction-card-wrapper-padding-inline-end: @epe-size-md;
|
|
119
119
|
@conduction-card-wrapper-hover-background-color: @epe-color-yellow-90;
|
|
120
120
|
@conduction-card-wrapper-background-color: @epe-color-white-100;
|
|
121
|
-
@conduction-date-margin-block-end: @epe-color-blue-31;
|
|
122
|
-
@conduction-date-font-weight: @epe-color-blue-31;
|
|
123
|
-
@conduction-date-font-size: @epe-color-blue-31;
|
|
124
|
-
@conduction-date-color: @epe-color-blue-31;
|
|
125
|
-
@conduction-title-color: @epe-color-blue-31;
|
|
121
|
+
@conduction-card-header-date-margin-block-end: @epe-color-blue-31;
|
|
122
|
+
@conduction-card-header-date-font-weight: @epe-color-blue-31;
|
|
123
|
+
@conduction-card-header-date-font-size: @epe-color-blue-31;
|
|
124
|
+
@conduction-card-header-date-color: @epe-color-blue-31;
|
|
125
|
+
@conduction-card-header-title-color: @epe-color-blue-31;
|
|
126
126
|
@conduction-card-header-hover-border-bottom-color: @epe-color-blue-31;
|
|
127
127
|
@conduction-card-header-hover-border-bottom-width: @epe-size-4xs;
|
|
128
128
|
@conduction-card-header-border-bottom-color: @epe-color-yellow-42;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed, 23 Aug 2023
|
|
3
|
+
// Generated on Wed, 23 Aug 2023 18:02:58 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -118,11 +118,11 @@ $conduction-card-wrapper-padding-inline-start: $epe-size-md;
|
|
|
118
118
|
$conduction-card-wrapper-padding-inline-end: $epe-size-md;
|
|
119
119
|
$conduction-card-wrapper-hover-background-color: $epe-color-yellow-90;
|
|
120
120
|
$conduction-card-wrapper-background-color: $epe-color-white-100;
|
|
121
|
-
$conduction-date-margin-block-end: $epe-color-blue-31;
|
|
122
|
-
$conduction-date-font-weight: $epe-color-blue-31;
|
|
123
|
-
$conduction-date-font-size: $epe-color-blue-31;
|
|
124
|
-
$conduction-date-color: $epe-color-blue-31;
|
|
125
|
-
$conduction-title-color: $epe-color-blue-31;
|
|
121
|
+
$conduction-card-header-date-margin-block-end: $epe-color-blue-31;
|
|
122
|
+
$conduction-card-header-date-font-weight: $epe-color-blue-31;
|
|
123
|
+
$conduction-card-header-date-font-size: $epe-color-blue-31;
|
|
124
|
+
$conduction-card-header-date-color: $epe-color-blue-31;
|
|
125
|
+
$conduction-card-header-title-color: $epe-color-blue-31;
|
|
126
126
|
$conduction-card-header-hover-border-bottom-color: $epe-color-blue-31;
|
|
127
127
|
$conduction-card-header-hover-border-bottom-width: $epe-size-4xs;
|
|
128
128
|
$conduction-card-header-border-bottom-color: $epe-color-yellow-42;
|
|
@@ -6526,105 +6526,115 @@
|
|
|
6526
6526
|
"border-bottom-color"
|
|
6527
6527
|
]
|
|
6528
6528
|
}
|
|
6529
|
-
}
|
|
6530
|
-
},
|
|
6531
|
-
"title": {
|
|
6532
|
-
"color": {
|
|
6533
|
-
"value": "#00549e",
|
|
6534
|
-
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6535
|
-
"isSource": true,
|
|
6536
|
-
"original": {
|
|
6537
|
-
"value": "{epe.color.blue.31}"
|
|
6538
|
-
},
|
|
6539
|
-
"name": "conductionTitleColor",
|
|
6540
|
-
"attributes": {
|
|
6541
|
-
"category": "conduction",
|
|
6542
|
-
"type": "title",
|
|
6543
|
-
"item": "color"
|
|
6544
|
-
},
|
|
6545
|
-
"path": [
|
|
6546
|
-
"conduction",
|
|
6547
|
-
"title",
|
|
6548
|
-
"color"
|
|
6549
|
-
]
|
|
6550
|
-
}
|
|
6551
|
-
},
|
|
6552
|
-
"date": {
|
|
6553
|
-
"color": {
|
|
6554
|
-
"value": "#00549e",
|
|
6555
|
-
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6556
|
-
"isSource": true,
|
|
6557
|
-
"original": {
|
|
6558
|
-
"value": "{epe.color.blue.31}"
|
|
6559
|
-
},
|
|
6560
|
-
"name": "conductionDateColor",
|
|
6561
|
-
"attributes": {
|
|
6562
|
-
"category": "conduction",
|
|
6563
|
-
"type": "date",
|
|
6564
|
-
"item": "color"
|
|
6565
|
-
},
|
|
6566
|
-
"path": [
|
|
6567
|
-
"conduction",
|
|
6568
|
-
"date",
|
|
6569
|
-
"color"
|
|
6570
|
-
]
|
|
6571
6529
|
},
|
|
6572
|
-
"
|
|
6573
|
-
"
|
|
6574
|
-
|
|
6575
|
-
|
|
6576
|
-
|
|
6577
|
-
"
|
|
6578
|
-
|
|
6579
|
-
|
|
6580
|
-
|
|
6581
|
-
"
|
|
6582
|
-
|
|
6583
|
-
|
|
6584
|
-
|
|
6585
|
-
|
|
6586
|
-
|
|
6587
|
-
"
|
|
6588
|
-
|
|
6589
|
-
|
|
6530
|
+
"title": {
|
|
6531
|
+
"color": {
|
|
6532
|
+
"value": "#00549e",
|
|
6533
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6534
|
+
"isSource": true,
|
|
6535
|
+
"original": {
|
|
6536
|
+
"value": "{epe.color.blue.31}"
|
|
6537
|
+
},
|
|
6538
|
+
"name": "conductionCardHeaderTitleColor",
|
|
6539
|
+
"attributes": {
|
|
6540
|
+
"category": "conduction",
|
|
6541
|
+
"type": "card-header",
|
|
6542
|
+
"item": "title",
|
|
6543
|
+
"subitem": "color"
|
|
6544
|
+
},
|
|
6545
|
+
"path": [
|
|
6546
|
+
"conduction",
|
|
6547
|
+
"card-header",
|
|
6548
|
+
"title",
|
|
6549
|
+
"color"
|
|
6550
|
+
]
|
|
6551
|
+
}
|
|
6590
6552
|
},
|
|
6591
|
-
"
|
|
6592
|
-
"
|
|
6593
|
-
|
|
6594
|
-
|
|
6595
|
-
|
|
6596
|
-
"
|
|
6597
|
-
|
|
6598
|
-
|
|
6599
|
-
|
|
6600
|
-
"
|
|
6601
|
-
|
|
6602
|
-
|
|
6553
|
+
"date": {
|
|
6554
|
+
"color": {
|
|
6555
|
+
"value": "#00549e",
|
|
6556
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6557
|
+
"isSource": true,
|
|
6558
|
+
"original": {
|
|
6559
|
+
"value": "{epe.color.blue.31}"
|
|
6560
|
+
},
|
|
6561
|
+
"name": "conductionCardHeaderDateColor",
|
|
6562
|
+
"attributes": {
|
|
6563
|
+
"category": "conduction",
|
|
6564
|
+
"type": "card-header",
|
|
6565
|
+
"item": "date",
|
|
6566
|
+
"subitem": "color"
|
|
6567
|
+
},
|
|
6568
|
+
"path": [
|
|
6569
|
+
"conduction",
|
|
6570
|
+
"card-header",
|
|
6571
|
+
"date",
|
|
6572
|
+
"color"
|
|
6573
|
+
]
|
|
6603
6574
|
},
|
|
6604
|
-
"
|
|
6605
|
-
"
|
|
6606
|
-
"
|
|
6607
|
-
"
|
|
6608
|
-
|
|
6609
|
-
|
|
6610
|
-
|
|
6611
|
-
|
|
6612
|
-
|
|
6613
|
-
|
|
6614
|
-
|
|
6615
|
-
|
|
6575
|
+
"font-size": {
|
|
6576
|
+
"value": "#00549e",
|
|
6577
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6578
|
+
"isSource": true,
|
|
6579
|
+
"original": {
|
|
6580
|
+
"value": "{epe.color.blue.31}"
|
|
6581
|
+
},
|
|
6582
|
+
"name": "conductionCardHeaderDateFontSize",
|
|
6583
|
+
"attributes": {
|
|
6584
|
+
"category": "conduction",
|
|
6585
|
+
"type": "card-header",
|
|
6586
|
+
"item": "date",
|
|
6587
|
+
"subitem": "font-size"
|
|
6588
|
+
},
|
|
6589
|
+
"path": [
|
|
6590
|
+
"conduction",
|
|
6591
|
+
"card-header",
|
|
6592
|
+
"date",
|
|
6593
|
+
"font-size"
|
|
6594
|
+
]
|
|
6616
6595
|
},
|
|
6617
|
-
"
|
|
6618
|
-
|
|
6619
|
-
"
|
|
6620
|
-
"
|
|
6621
|
-
"
|
|
6596
|
+
"font-weight": {
|
|
6597
|
+
"value": "#00549e",
|
|
6598
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6599
|
+
"isSource": true,
|
|
6600
|
+
"original": {
|
|
6601
|
+
"value": "{epe.color.blue.31}"
|
|
6602
|
+
},
|
|
6603
|
+
"name": "conductionCardHeaderDateFontWeight",
|
|
6604
|
+
"attributes": {
|
|
6605
|
+
"category": "conduction",
|
|
6606
|
+
"type": "card-header",
|
|
6607
|
+
"item": "date",
|
|
6608
|
+
"subitem": "font-weight"
|
|
6609
|
+
},
|
|
6610
|
+
"path": [
|
|
6611
|
+
"conduction",
|
|
6612
|
+
"card-header",
|
|
6613
|
+
"date",
|
|
6614
|
+
"font-weight"
|
|
6615
|
+
]
|
|
6622
6616
|
},
|
|
6623
|
-
"
|
|
6624
|
-
"
|
|
6625
|
-
"
|
|
6626
|
-
"
|
|
6627
|
-
|
|
6617
|
+
"margin-block-end": {
|
|
6618
|
+
"value": "#00549e",
|
|
6619
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6620
|
+
"isSource": true,
|
|
6621
|
+
"original": {
|
|
6622
|
+
"value": "{epe.color.blue.31}"
|
|
6623
|
+
},
|
|
6624
|
+
"name": "conductionCardHeaderDateMarginBlockEnd",
|
|
6625
|
+
"attributes": {
|
|
6626
|
+
"category": "conduction",
|
|
6627
|
+
"type": "card-header",
|
|
6628
|
+
"item": "date",
|
|
6629
|
+
"subitem": "margin-block-end"
|
|
6630
|
+
},
|
|
6631
|
+
"path": [
|
|
6632
|
+
"conduction",
|
|
6633
|
+
"card-header",
|
|
6634
|
+
"date",
|
|
6635
|
+
"margin-block-end"
|
|
6636
|
+
]
|
|
6637
|
+
}
|
|
6628
6638
|
}
|
|
6629
6639
|
},
|
|
6630
6640
|
"card-wrapper": {
|
|
@@ -11,16 +11,16 @@
|
|
|
11
11
|
"border-bottom-width": { "value": "{epe.size.4xs}" },
|
|
12
12
|
"border-bottom-style": { "value": "solid" },
|
|
13
13
|
"border-bottom-color": { "value": "{epe.color.blue.31}" }
|
|
14
|
+
},
|
|
15
|
+
"title": {
|
|
16
|
+
"color": { "value": "{epe.color.blue.31}" }
|
|
17
|
+
},
|
|
18
|
+
"date": {
|
|
19
|
+
"color": { "value": "{epe.color.blue.31}" },
|
|
20
|
+
"font-size": { "value": "{epe.color.blue.31}" },
|
|
21
|
+
"font-weight": { "value": "{epe.color.blue.31}" },
|
|
22
|
+
"margin-block-end": { "value": "{epe.color.blue.31}" }
|
|
14
23
|
}
|
|
15
|
-
},
|
|
16
|
-
"title": {
|
|
17
|
-
"color": { "value": "{epe.color.blue.31}" }
|
|
18
|
-
},
|
|
19
|
-
"date": {
|
|
20
|
-
"color": { "value": "{epe.color.blue.31}" },
|
|
21
|
-
"font-size": { "value": "{epe.color.blue.31}" },
|
|
22
|
-
"font-weight": { "value": "{epe.color.blue.31}" },
|
|
23
|
-
"margin-block-end": { "value": "{epe.color.blue.31}" }
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
}
|