@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
|
@@ -6672,6 +6672,146 @@
|
|
|
6672
6672
|
}
|
|
6673
6673
|
},
|
|
6674
6674
|
"conduction": {
|
|
6675
|
+
"card-header": {
|
|
6676
|
+
"background-color": {},
|
|
6677
|
+
"border-bottom-width": {},
|
|
6678
|
+
"border-bottom-style": {},
|
|
6679
|
+
"border-bottom-color": {},
|
|
6680
|
+
"color": {
|
|
6681
|
+
"value": "#333333",
|
|
6682
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6683
|
+
"isSource": true,
|
|
6684
|
+
"original": {
|
|
6685
|
+
"value": "{utrecht.document.color}"
|
|
6686
|
+
},
|
|
6687
|
+
"name": "conductionCardHeaderColor",
|
|
6688
|
+
"attributes": {
|
|
6689
|
+
"category": "conduction",
|
|
6690
|
+
"type": "card-header",
|
|
6691
|
+
"item": "color"
|
|
6692
|
+
},
|
|
6693
|
+
"path": [
|
|
6694
|
+
"conduction",
|
|
6695
|
+
"card-header",
|
|
6696
|
+
"color"
|
|
6697
|
+
]
|
|
6698
|
+
},
|
|
6699
|
+
"hover": {
|
|
6700
|
+
"background-color": {},
|
|
6701
|
+
"border-bottom-width": {},
|
|
6702
|
+
"border-bottom-style": {},
|
|
6703
|
+
"border-bottom-color": {}
|
|
6704
|
+
},
|
|
6705
|
+
"title": {
|
|
6706
|
+
"color": {
|
|
6707
|
+
"value": "#333333",
|
|
6708
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6709
|
+
"isSource": true,
|
|
6710
|
+
"original": {
|
|
6711
|
+
"value": "{utrecht.document.color}"
|
|
6712
|
+
},
|
|
6713
|
+
"name": "conductionCardHeaderTitleColor",
|
|
6714
|
+
"attributes": {
|
|
6715
|
+
"category": "conduction",
|
|
6716
|
+
"type": "card-header",
|
|
6717
|
+
"item": "title",
|
|
6718
|
+
"subitem": "color"
|
|
6719
|
+
},
|
|
6720
|
+
"path": [
|
|
6721
|
+
"conduction",
|
|
6722
|
+
"card-header",
|
|
6723
|
+
"title",
|
|
6724
|
+
"color"
|
|
6725
|
+
]
|
|
6726
|
+
}
|
|
6727
|
+
},
|
|
6728
|
+
"date": {
|
|
6729
|
+
"color": {
|
|
6730
|
+
"value": "#333333",
|
|
6731
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6732
|
+
"isSource": true,
|
|
6733
|
+
"original": {
|
|
6734
|
+
"value": "{utrecht.document.color}"
|
|
6735
|
+
},
|
|
6736
|
+
"name": "conductionCardHeaderDateColor",
|
|
6737
|
+
"attributes": {
|
|
6738
|
+
"category": "conduction",
|
|
6739
|
+
"type": "card-header",
|
|
6740
|
+
"item": "date",
|
|
6741
|
+
"subitem": "color"
|
|
6742
|
+
},
|
|
6743
|
+
"path": [
|
|
6744
|
+
"conduction",
|
|
6745
|
+
"card-header",
|
|
6746
|
+
"date",
|
|
6747
|
+
"color"
|
|
6748
|
+
]
|
|
6749
|
+
},
|
|
6750
|
+
"font-size": {
|
|
6751
|
+
"value": "14px",
|
|
6752
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6753
|
+
"isSource": true,
|
|
6754
|
+
"original": {
|
|
6755
|
+
"value": "{tubbergen.font-size.sm}"
|
|
6756
|
+
},
|
|
6757
|
+
"name": "conductionCardHeaderDateFontSize",
|
|
6758
|
+
"attributes": {
|
|
6759
|
+
"category": "conduction",
|
|
6760
|
+
"type": "card-header",
|
|
6761
|
+
"item": "date",
|
|
6762
|
+
"subitem": "font-size"
|
|
6763
|
+
},
|
|
6764
|
+
"path": [
|
|
6765
|
+
"conduction",
|
|
6766
|
+
"card-header",
|
|
6767
|
+
"date",
|
|
6768
|
+
"font-size"
|
|
6769
|
+
]
|
|
6770
|
+
},
|
|
6771
|
+
"font-weight": {
|
|
6772
|
+
"value": "100",
|
|
6773
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6774
|
+
"isSource": true,
|
|
6775
|
+
"original": {
|
|
6776
|
+
"value": "{tubbergen.typography.font-weight.light}"
|
|
6777
|
+
},
|
|
6778
|
+
"name": "conductionCardHeaderDateFontWeight",
|
|
6779
|
+
"attributes": {
|
|
6780
|
+
"category": "conduction",
|
|
6781
|
+
"type": "card-header",
|
|
6782
|
+
"item": "date",
|
|
6783
|
+
"subitem": "font-weight"
|
|
6784
|
+
},
|
|
6785
|
+
"path": [
|
|
6786
|
+
"conduction",
|
|
6787
|
+
"card-header",
|
|
6788
|
+
"date",
|
|
6789
|
+
"font-weight"
|
|
6790
|
+
]
|
|
6791
|
+
},
|
|
6792
|
+
"margin-block-end": {
|
|
6793
|
+
"value": "8px",
|
|
6794
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6795
|
+
"isSource": true,
|
|
6796
|
+
"original": {
|
|
6797
|
+
"value": "{tubbergen.size.xs}"
|
|
6798
|
+
},
|
|
6799
|
+
"name": "conductionCardHeaderDateMarginBlockEnd",
|
|
6800
|
+
"attributes": {
|
|
6801
|
+
"category": "conduction",
|
|
6802
|
+
"type": "card-header",
|
|
6803
|
+
"item": "date",
|
|
6804
|
+
"subitem": "margin-block-end"
|
|
6805
|
+
},
|
|
6806
|
+
"path": [
|
|
6807
|
+
"conduction",
|
|
6808
|
+
"card-header",
|
|
6809
|
+
"date",
|
|
6810
|
+
"margin-block-end"
|
|
6811
|
+
]
|
|
6812
|
+
}
|
|
6813
|
+
}
|
|
6814
|
+
},
|
|
6675
6815
|
"card-wrapper": {
|
|
6676
6816
|
"background-color": {
|
|
6677
6817
|
"value": "#d5efdf",
|
|
@@ -6693,9 +6833,45 @@
|
|
|
6693
6833
|
]
|
|
6694
6834
|
},
|
|
6695
6835
|
"border-color": {},
|
|
6696
|
-
"border-width": {
|
|
6836
|
+
"border-width": {
|
|
6837
|
+
"value": "unset",
|
|
6838
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
6839
|
+
"isSource": true,
|
|
6840
|
+
"original": {
|
|
6841
|
+
"value": "unset"
|
|
6842
|
+
},
|
|
6843
|
+
"name": "conductionCardWrapperBorderWidth",
|
|
6844
|
+
"attributes": {
|
|
6845
|
+
"category": "conduction",
|
|
6846
|
+
"type": "card-wrapper",
|
|
6847
|
+
"item": "border-width"
|
|
6848
|
+
},
|
|
6849
|
+
"path": [
|
|
6850
|
+
"conduction",
|
|
6851
|
+
"card-wrapper",
|
|
6852
|
+
"border-width"
|
|
6853
|
+
]
|
|
6854
|
+
},
|
|
6697
6855
|
"border-style": {},
|
|
6698
|
-
"border-radius": {
|
|
6856
|
+
"border-radius": {
|
|
6857
|
+
"value": "0px",
|
|
6858
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
6859
|
+
"isSource": true,
|
|
6860
|
+
"original": {
|
|
6861
|
+
"value": "0px"
|
|
6862
|
+
},
|
|
6863
|
+
"name": "conductionCardWrapperBorderRadius",
|
|
6864
|
+
"attributes": {
|
|
6865
|
+
"category": "conduction",
|
|
6866
|
+
"type": "card-wrapper",
|
|
6867
|
+
"item": "border-radius"
|
|
6868
|
+
},
|
|
6869
|
+
"path": [
|
|
6870
|
+
"conduction",
|
|
6871
|
+
"card-wrapper",
|
|
6872
|
+
"border-radius"
|
|
6873
|
+
]
|
|
6874
|
+
},
|
|
6699
6875
|
"color": {
|
|
6700
6876
|
"value": "#333333",
|
|
6701
6877
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
package/municipalities/tubbergen-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": "{utrecht.document.color}" }
|
|
17
|
+
},
|
|
18
|
+
"date": {
|
|
19
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
20
|
+
"font-size": { "value": "{tubbergen.font-size.sm}" },
|
|
21
|
+
"font-weight": { "value": "{tubbergen.typography.font-weight.light}" },
|
|
22
|
+
"margin-block-end": { "value": "{tubbergen.size.xs}" }
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"card-wrapper": {
|
|
4
4
|
"background-color": { "value": "{tubbergen.color.green.89}" },
|
|
5
5
|
"border-color": {},
|
|
6
|
-
"border-width": {},
|
|
6
|
+
"border-width": { "value": "unset" },
|
|
7
7
|
"border-style": {},
|
|
8
|
-
"border-radius": {},
|
|
8
|
+
"border-radius": { "value": "0px" },
|
|
9
9
|
"color": { "value": "{utrecht.document.color}" },
|
|
10
10
|
"hover": {
|
|
11
11
|
"background-color": {}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 23 Aug 2023 16:57:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.xxllnc-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-width: unset;
|
|
10
11
|
--utrecht-paragraph-margin-block-end: 0;
|
|
11
12
|
--utrecht-paragraph-margin-block-start: 0;
|
|
12
13
|
--utrecht-paragraph-line-height: 1.5em;
|
|
@@ -106,6 +107,12 @@
|
|
|
106
107
|
--conduction-card-wrapper-color: var(--xxllnc-color-white-95);
|
|
107
108
|
--conduction-card-wrapper-border-radius: var(--xxllnc-size-md);
|
|
108
109
|
--conduction-card-wrapper-background-color: var(--xxllnc-color-black-21);
|
|
110
|
+
--conduction-card-header-date-margin-block-end: var(--xxllnc-size-xs);
|
|
111
|
+
--conduction-card-header-date-font-weight: var(--xxllnc-typography-font-weight-light);
|
|
112
|
+
--conduction-card-header-date-font-size: var(--xxllnc-font-size-sm);
|
|
113
|
+
--conduction-card-header-date-color: var(--xxllnc-color-white-95);
|
|
114
|
+
--conduction-card-header-title-color: var(--xxllnc-color-white-95);
|
|
115
|
+
--conduction-card-header-color: var(--xxllnc-color-white-95);
|
|
109
116
|
--utrecht-paragraph-font-weight: var(--xxllnc-typography-font-weight-normal);
|
|
110
117
|
--utrecht-paragraph-font-size: var(--xxllnc-font-size-md);
|
|
111
118
|
--utrecht-paragraph-font-family: var(--xxllnc-typography-sans-serif-font-family);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 23 Aug 2023 16:57:55 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
|
|
@@ -278,7 +278,14 @@ export const utrechtParagraphFontWeight = "400";
|
|
|
278
278
|
export const utrechtParagraphLineHeight = "1.5em";
|
|
279
279
|
export const utrechtParagraphMarginBlockStart = 0;
|
|
280
280
|
export const utrechtParagraphMarginBlockEnd = 0;
|
|
281
|
+
export const conductionCardHeaderColor = "#f1f1f1";
|
|
282
|
+
export const conductionCardHeaderTitleColor = "#f1f1f1";
|
|
283
|
+
export const conductionCardHeaderDateColor = "#f1f1f1";
|
|
284
|
+
export const conductionCardHeaderDateFontSize = "14px";
|
|
285
|
+
export const conductionCardHeaderDateFontWeight = "100";
|
|
286
|
+
export const conductionCardHeaderDateMarginBlockEnd = "8px";
|
|
281
287
|
export const conductionCardWrapperBackgroundColor = "#333338";
|
|
288
|
+
export const conductionCardWrapperBorderWidth = "unset";
|
|
282
289
|
export const conductionCardWrapperBorderRadius = "18px";
|
|
283
290
|
export const conductionCardWrapperColor = "#f1f1f1";
|
|
284
291
|
export const conductionCardWrapperPaddingInlineEnd = "18px";
|
|
@@ -1,4 +1,128 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"value": "#f1f1f1",
|
|
4
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5
|
+
"isSource": true,
|
|
6
|
+
"original": {
|
|
7
|
+
"value": "{xxllnc.color.white.95}"
|
|
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": "#f1f1f1",
|
|
23
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
24
|
+
"isSource": true,
|
|
25
|
+
"original": {
|
|
26
|
+
"value": "{xxllnc.color.white.95}"
|
|
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": "{xxllnc.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": "{xxllnc.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": "{xxllnc.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": "#f1f1f1",
|
|
107
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
108
|
+
"isSource": true,
|
|
109
|
+
"original": {
|
|
110
|
+
"value": "{xxllnc.color.white.95}"
|
|
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": "#333338",
|
|
4
128
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -37,6 +161,25 @@
|
|
|
37
161
|
"border-radius"
|
|
38
162
|
]
|
|
39
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
|
+
},
|
|
40
183
|
{
|
|
41
184
|
"value": "#f1f1f1",
|
|
42
185
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 23 Aug 2023 16:57:55 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-width: unset;
|
|
8
9
|
@utrecht-paragraph-margin-block-end: 0;
|
|
9
10
|
@utrecht-paragraph-margin-block-start: 0;
|
|
10
11
|
@utrecht-paragraph-line-height: 1.5em;
|
|
@@ -104,6 +105,12 @@
|
|
|
104
105
|
@conduction-card-wrapper-color: @xxllnc-color-white-95;
|
|
105
106
|
@conduction-card-wrapper-border-radius: @xxllnc-size-md;
|
|
106
107
|
@conduction-card-wrapper-background-color: @xxllnc-color-black-21;
|
|
108
|
+
@conduction-card-header-date-margin-block-end: @xxllnc-size-xs;
|
|
109
|
+
@conduction-card-header-date-font-weight: @xxllnc-typography-font-weight-light;
|
|
110
|
+
@conduction-card-header-date-font-size: @xxllnc-font-size-sm;
|
|
111
|
+
@conduction-card-header-date-color: @xxllnc-color-white-95;
|
|
112
|
+
@conduction-card-header-title-color: @xxllnc-color-white-95;
|
|
113
|
+
@conduction-card-header-color: @xxllnc-color-white-95;
|
|
107
114
|
@utrecht-paragraph-font-weight: @xxllnc-typography-font-weight-normal;
|
|
108
115
|
@utrecht-paragraph-font-size: @xxllnc-font-size-md;
|
|
109
116
|
@utrecht-paragraph-font-family: @xxllnc-typography-sans-serif-font-family;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 23 Aug 2023 16:57:55 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-width: unset;
|
|
8
9
|
$utrecht-paragraph-margin-block-end: 0;
|
|
9
10
|
$utrecht-paragraph-margin-block-start: 0;
|
|
10
11
|
$utrecht-paragraph-line-height: 1.5em;
|
|
@@ -104,6 +105,12 @@ $conduction-card-wrapper-padding-inline-end: $xxllnc-size-md;
|
|
|
104
105
|
$conduction-card-wrapper-color: $xxllnc-color-white-95;
|
|
105
106
|
$conduction-card-wrapper-border-radius: $xxllnc-size-md;
|
|
106
107
|
$conduction-card-wrapper-background-color: $xxllnc-color-black-21;
|
|
108
|
+
$conduction-card-header-date-margin-block-end: $xxllnc-size-xs;
|
|
109
|
+
$conduction-card-header-date-font-weight: $xxllnc-typography-font-weight-light;
|
|
110
|
+
$conduction-card-header-date-font-size: $xxllnc-font-size-sm;
|
|
111
|
+
$conduction-card-header-date-color: $xxllnc-color-white-95;
|
|
112
|
+
$conduction-card-header-title-color: $xxllnc-color-white-95;
|
|
113
|
+
$conduction-card-header-color: $xxllnc-color-white-95;
|
|
107
114
|
$utrecht-paragraph-font-weight: $xxllnc-typography-font-weight-normal;
|
|
108
115
|
$utrecht-paragraph-font-size: $xxllnc-font-size-md;
|
|
109
116
|
$utrecht-paragraph-font-family: $xxllnc-typography-sans-serif-font-family;
|
|
@@ -5890,6 +5890,146 @@
|
|
|
5890
5890
|
}
|
|
5891
5891
|
},
|
|
5892
5892
|
"conduction": {
|
|
5893
|
+
"card-header": {
|
|
5894
|
+
"background-color": {},
|
|
5895
|
+
"border-bottom-width": {},
|
|
5896
|
+
"border-bottom-style": {},
|
|
5897
|
+
"border-bottom-color": {},
|
|
5898
|
+
"color": {
|
|
5899
|
+
"value": "#f1f1f1",
|
|
5900
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5901
|
+
"isSource": true,
|
|
5902
|
+
"original": {
|
|
5903
|
+
"value": "{xxllnc.color.white.95}"
|
|
5904
|
+
},
|
|
5905
|
+
"name": "conductionCardHeaderColor",
|
|
5906
|
+
"attributes": {
|
|
5907
|
+
"category": "conduction",
|
|
5908
|
+
"type": "card-header",
|
|
5909
|
+
"item": "color"
|
|
5910
|
+
},
|
|
5911
|
+
"path": [
|
|
5912
|
+
"conduction",
|
|
5913
|
+
"card-header",
|
|
5914
|
+
"color"
|
|
5915
|
+
]
|
|
5916
|
+
},
|
|
5917
|
+
"hover": {
|
|
5918
|
+
"background-color": {},
|
|
5919
|
+
"border-bottom-width": {},
|
|
5920
|
+
"border-bottom-style": {},
|
|
5921
|
+
"border-bottom-color": {}
|
|
5922
|
+
},
|
|
5923
|
+
"title": {
|
|
5924
|
+
"color": {
|
|
5925
|
+
"value": "#f1f1f1",
|
|
5926
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5927
|
+
"isSource": true,
|
|
5928
|
+
"original": {
|
|
5929
|
+
"value": "{xxllnc.color.white.95}"
|
|
5930
|
+
},
|
|
5931
|
+
"name": "conductionCardHeaderTitleColor",
|
|
5932
|
+
"attributes": {
|
|
5933
|
+
"category": "conduction",
|
|
5934
|
+
"type": "card-header",
|
|
5935
|
+
"item": "title",
|
|
5936
|
+
"subitem": "color"
|
|
5937
|
+
},
|
|
5938
|
+
"path": [
|
|
5939
|
+
"conduction",
|
|
5940
|
+
"card-header",
|
|
5941
|
+
"title",
|
|
5942
|
+
"color"
|
|
5943
|
+
]
|
|
5944
|
+
}
|
|
5945
|
+
},
|
|
5946
|
+
"date": {
|
|
5947
|
+
"color": {
|
|
5948
|
+
"value": "#f1f1f1",
|
|
5949
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5950
|
+
"isSource": true,
|
|
5951
|
+
"original": {
|
|
5952
|
+
"value": "{xxllnc.color.white.95}"
|
|
5953
|
+
},
|
|
5954
|
+
"name": "conductionCardHeaderDateColor",
|
|
5955
|
+
"attributes": {
|
|
5956
|
+
"category": "conduction",
|
|
5957
|
+
"type": "card-header",
|
|
5958
|
+
"item": "date",
|
|
5959
|
+
"subitem": "color"
|
|
5960
|
+
},
|
|
5961
|
+
"path": [
|
|
5962
|
+
"conduction",
|
|
5963
|
+
"card-header",
|
|
5964
|
+
"date",
|
|
5965
|
+
"color"
|
|
5966
|
+
]
|
|
5967
|
+
},
|
|
5968
|
+
"font-size": {
|
|
5969
|
+
"value": "14px",
|
|
5970
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5971
|
+
"isSource": true,
|
|
5972
|
+
"original": {
|
|
5973
|
+
"value": "{xxllnc.font-size.sm}"
|
|
5974
|
+
},
|
|
5975
|
+
"name": "conductionCardHeaderDateFontSize",
|
|
5976
|
+
"attributes": {
|
|
5977
|
+
"category": "conduction",
|
|
5978
|
+
"type": "card-header",
|
|
5979
|
+
"item": "date",
|
|
5980
|
+
"subitem": "font-size"
|
|
5981
|
+
},
|
|
5982
|
+
"path": [
|
|
5983
|
+
"conduction",
|
|
5984
|
+
"card-header",
|
|
5985
|
+
"date",
|
|
5986
|
+
"font-size"
|
|
5987
|
+
]
|
|
5988
|
+
},
|
|
5989
|
+
"font-weight": {
|
|
5990
|
+
"value": "100",
|
|
5991
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
5992
|
+
"isSource": true,
|
|
5993
|
+
"original": {
|
|
5994
|
+
"value": "{xxllnc.typography.font-weight.light}"
|
|
5995
|
+
},
|
|
5996
|
+
"name": "conductionCardHeaderDateFontWeight",
|
|
5997
|
+
"attributes": {
|
|
5998
|
+
"category": "conduction",
|
|
5999
|
+
"type": "card-header",
|
|
6000
|
+
"item": "date",
|
|
6001
|
+
"subitem": "font-weight"
|
|
6002
|
+
},
|
|
6003
|
+
"path": [
|
|
6004
|
+
"conduction",
|
|
6005
|
+
"card-header",
|
|
6006
|
+
"date",
|
|
6007
|
+
"font-weight"
|
|
6008
|
+
]
|
|
6009
|
+
},
|
|
6010
|
+
"margin-block-end": {
|
|
6011
|
+
"value": "8px",
|
|
6012
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
6013
|
+
"isSource": true,
|
|
6014
|
+
"original": {
|
|
6015
|
+
"value": "{xxllnc.size.xs}"
|
|
6016
|
+
},
|
|
6017
|
+
"name": "conductionCardHeaderDateMarginBlockEnd",
|
|
6018
|
+
"attributes": {
|
|
6019
|
+
"category": "conduction",
|
|
6020
|
+
"type": "card-header",
|
|
6021
|
+
"item": "date",
|
|
6022
|
+
"subitem": "margin-block-end"
|
|
6023
|
+
},
|
|
6024
|
+
"path": [
|
|
6025
|
+
"conduction",
|
|
6026
|
+
"card-header",
|
|
6027
|
+
"date",
|
|
6028
|
+
"margin-block-end"
|
|
6029
|
+
]
|
|
6030
|
+
}
|
|
6031
|
+
}
|
|
6032
|
+
},
|
|
5893
6033
|
"card-wrapper": {
|
|
5894
6034
|
"background-color": {
|
|
5895
6035
|
"value": "#333338",
|
|
@@ -5911,7 +6051,25 @@
|
|
|
5911
6051
|
]
|
|
5912
6052
|
},
|
|
5913
6053
|
"border-color": {},
|
|
5914
|
-
"border-width": {
|
|
6054
|
+
"border-width": {
|
|
6055
|
+
"value": "unset",
|
|
6056
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
6057
|
+
"isSource": true,
|
|
6058
|
+
"original": {
|
|
6059
|
+
"value": "unset"
|
|
6060
|
+
},
|
|
6061
|
+
"name": "conductionCardWrapperBorderWidth",
|
|
6062
|
+
"attributes": {
|
|
6063
|
+
"category": "conduction",
|
|
6064
|
+
"type": "card-wrapper",
|
|
6065
|
+
"item": "border-width"
|
|
6066
|
+
},
|
|
6067
|
+
"path": [
|
|
6068
|
+
"conduction",
|
|
6069
|
+
"card-wrapper",
|
|
6070
|
+
"border-width"
|
|
6071
|
+
]
|
|
6072
|
+
},
|
|
5915
6073
|
"border-style": {},
|
|
5916
6074
|
"border-radius": {
|
|
5917
6075
|
"value": "18px",
|