@conduction/theme 1.1.50 → 1.1.52
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 -0
- package/conduction-design-tokens/src/component/utrecht/focus.tokens.json +5 -5
- package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +3 -3
- package/municipalities/soest-design-tokens/LICENSE.md +17 -0
- package/municipalities/soest-design-tokens/README.md +3 -0
- package/municipalities/soest-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/soest-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/soest-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/soest-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/soest-design-tokens/package.json +40 -0
- package/municipalities/soest-design-tokens/src/brand/soest/color.tokens.json +137 -0
- package/municipalities/soest-design-tokens/src/brand/soest/font-size.tokens.json +50 -0
- package/municipalities/soest-design-tokens/src/brand/soest/size.tokens.json +17 -0
- package/municipalities/soest-design-tokens/src/brand/soest/typography.tokens.json +40 -0
- package/municipalities/soest-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/soest-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/soest-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
- package/municipalities/soest-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
- package/municipalities/soest-design-tokens/src/component/conduction/logo.tokens.json +27 -0
- package/municipalities/soest-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/soest-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/soest-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/soest-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/select.tokens.json +47 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/soest-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
- package/municipalities/soest-design-tokens/src/config.json +73 -0
- package/municipalities/soest-design-tokens/src/font.scss +41 -0
- package/municipalities/soest-design-tokens/src/index.scss +8 -0
- package/municipalities/soest-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/stichtse-vecht-design-tokens/LICENSE.md +17 -0
- package/municipalities/stichtse-vecht-design-tokens/README.md +3 -0
- package/municipalities/stichtse-vecht-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/stichtse-vecht-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/stichtse-vecht-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/stichtse-vecht-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/stichtse-vecht-design-tokens/package.json +40 -0
- package/municipalities/stichtse-vecht-design-tokens/src/brand/stichtse-vecht/color.tokens.json +144 -0
- package/municipalities/stichtse-vecht-design-tokens/src/brand/stichtse-vecht/font-size.tokens.json +50 -0
- package/municipalities/stichtse-vecht-design-tokens/src/brand/stichtse-vecht/size.tokens.json +17 -0
- package/municipalities/stichtse-vecht-design-tokens/src/brand/stichtse-vecht/typography.tokens.json +45 -0
- package/municipalities/stichtse-vecht-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/stichtse-vecht-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/card-wrapper.tokens.json +55 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/logo.tokens.json +21 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/select.tokens.json +47 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/textbox.tokens.json +34 -0
- package/municipalities/stichtse-vecht-design-tokens/src/config.json +73 -0
- package/municipalities/stichtse-vecht-design-tokens/src/font.scss +20 -0
- package/municipalities/stichtse-vecht-design-tokens/src/index.scss +8 -0
- package/municipalities/stichtse-vecht-design-tokens/style-dictionary.config.js +6 -0
- package/package.json +4 -2
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
{
|
|
2
|
+
"soest": {
|
|
3
|
+
"color": {
|
|
4
|
+
"primary": {
|
|
5
|
+
"value": "{soest.color.green.32}"
|
|
6
|
+
},
|
|
7
|
+
"primary-hover": {
|
|
8
|
+
"value": "{soest.color.green.27}"
|
|
9
|
+
},
|
|
10
|
+
"error": { "value": "#dc3545" },
|
|
11
|
+
"alert-error": { "value": "#721c24" },
|
|
12
|
+
"alert-error-background": { "value": "#f8d7da" },
|
|
13
|
+
"warning": { "value": "#ffc107" },
|
|
14
|
+
"alert-warning": { "value": "#856404" },
|
|
15
|
+
"alert-warning-background": { "value": "#fff3cd" },
|
|
16
|
+
"succes": { "value": "#28a745" },
|
|
17
|
+
"alert-succes": { "value": "#155724" },
|
|
18
|
+
"alert-succes-background": { "value": "#d4edda" },
|
|
19
|
+
"info": { "value": "{soest.color.primary}" },
|
|
20
|
+
"alert-info": { "value": "#004085" },
|
|
21
|
+
"alert-info-background": { "value": "#cce5ff" },
|
|
22
|
+
"blue": {
|
|
23
|
+
"52": {
|
|
24
|
+
"value": "#2e5ed9"
|
|
25
|
+
},
|
|
26
|
+
"63": {
|
|
27
|
+
"value": "#4376fc",
|
|
28
|
+
"comment": "Base/Blue"
|
|
29
|
+
},
|
|
30
|
+
"74": {
|
|
31
|
+
"value": "#88adf1"
|
|
32
|
+
},
|
|
33
|
+
"95": {
|
|
34
|
+
"value": "#e6edff"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"green": {
|
|
38
|
+
"22": {
|
|
39
|
+
"value": "#195721"
|
|
40
|
+
},
|
|
41
|
+
"27": {
|
|
42
|
+
"value": "#1f6b29"
|
|
43
|
+
},
|
|
44
|
+
"32": {
|
|
45
|
+
"value": "#257e31"
|
|
46
|
+
},
|
|
47
|
+
"80": {
|
|
48
|
+
"value": "#dfe3df"
|
|
49
|
+
},
|
|
50
|
+
"96": {
|
|
51
|
+
"value": "#f2f8f3"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"red": {
|
|
55
|
+
"46": {
|
|
56
|
+
"value": "#cc0000"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"grey": {
|
|
60
|
+
"20": {
|
|
61
|
+
"value": "#333333"
|
|
62
|
+
},
|
|
63
|
+
"27": {
|
|
64
|
+
"value": "#444444"
|
|
65
|
+
},
|
|
66
|
+
"29": {
|
|
67
|
+
"value": "#4a4a4a"
|
|
68
|
+
},
|
|
69
|
+
"31": {
|
|
70
|
+
"value": "#4f4f4f"
|
|
71
|
+
},
|
|
72
|
+
"46": {
|
|
73
|
+
"value": "#767676"
|
|
74
|
+
},
|
|
75
|
+
"48": {
|
|
76
|
+
"value": "#7a7a7a"
|
|
77
|
+
},
|
|
78
|
+
"50": {
|
|
79
|
+
"value": "#808080"
|
|
80
|
+
},
|
|
81
|
+
"70": {
|
|
82
|
+
"value": "#b3b3b3"
|
|
83
|
+
},
|
|
84
|
+
"82": {
|
|
85
|
+
"value": "#d1d1d1"
|
|
86
|
+
},
|
|
87
|
+
"87": {
|
|
88
|
+
"value": "#dddddd"
|
|
89
|
+
},
|
|
90
|
+
"90": {
|
|
91
|
+
"value": "#e6e6e6"
|
|
92
|
+
},
|
|
93
|
+
"91": {
|
|
94
|
+
"value": "#e9e9e9"
|
|
95
|
+
},
|
|
96
|
+
"93": {
|
|
97
|
+
"value": "#eceeec",
|
|
98
|
+
"comment": "Base/Grey"
|
|
99
|
+
},
|
|
100
|
+
"95": {
|
|
101
|
+
"value": "#f2f2f2"
|
|
102
|
+
},
|
|
103
|
+
"97": {
|
|
104
|
+
"value": "#f7f7f7"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"lightgrey": {
|
|
108
|
+
"96": {
|
|
109
|
+
"value": "#f5f5f5",
|
|
110
|
+
"comment": "Base/LightGrey"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"white": {
|
|
114
|
+
"98": {
|
|
115
|
+
"value": "#fafafa"
|
|
116
|
+
},
|
|
117
|
+
"100": {
|
|
118
|
+
"value": "#ffffff",
|
|
119
|
+
"comment": "Base/White"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"black": {
|
|
123
|
+
"0": {
|
|
124
|
+
"value": "#000000",
|
|
125
|
+
"comment": "Base/Black"
|
|
126
|
+
},
|
|
127
|
+
"0-60t": {
|
|
128
|
+
"value": "#00000099",
|
|
129
|
+
"comment": "Black with 60% transparency"
|
|
130
|
+
},
|
|
131
|
+
"30": {
|
|
132
|
+
"value": "#4d4d4d"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"soest": {
|
|
3
|
+
"font-size": {
|
|
4
|
+
"4xs": {
|
|
5
|
+
"value": "0.313rem",
|
|
6
|
+
"comment": "5px"
|
|
7
|
+
},
|
|
8
|
+
"3xs": {
|
|
9
|
+
"value": "0.5rem",
|
|
10
|
+
"comment": "8px"
|
|
11
|
+
},
|
|
12
|
+
"2xs": {
|
|
13
|
+
"value": "0.625rem",
|
|
14
|
+
"comment": "10px"
|
|
15
|
+
},
|
|
16
|
+
"xs": {
|
|
17
|
+
"value": "0.75rem",
|
|
18
|
+
"comment": "12px"
|
|
19
|
+
},
|
|
20
|
+
"sm": {
|
|
21
|
+
"value": "0.875rem",
|
|
22
|
+
"comment": "14px"
|
|
23
|
+
},
|
|
24
|
+
"md": {
|
|
25
|
+
"value": "1.125rem",
|
|
26
|
+
"comment": "18px"
|
|
27
|
+
},
|
|
28
|
+
"lg": {
|
|
29
|
+
"value": "1.25rem",
|
|
30
|
+
"comment": "20px"
|
|
31
|
+
},
|
|
32
|
+
"xl": {
|
|
33
|
+
"value": "1.5rem",
|
|
34
|
+
"comment": "24px"
|
|
35
|
+
},
|
|
36
|
+
"2xl": {
|
|
37
|
+
"value": "2rem",
|
|
38
|
+
"comment": "32px"
|
|
39
|
+
},
|
|
40
|
+
"3xl": {
|
|
41
|
+
"value": "3rem",
|
|
42
|
+
"comment": "48px"
|
|
43
|
+
},
|
|
44
|
+
"4xl": {
|
|
45
|
+
"value": "3.625rem",
|
|
46
|
+
"comment": "58px"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"soest": {
|
|
3
|
+
"size": {
|
|
4
|
+
"4xs": { "value": "1px" },
|
|
5
|
+
"3xs": { "value": "2px" },
|
|
6
|
+
"2xs": { "value": "4px" },
|
|
7
|
+
"xs": { "value": "8px" },
|
|
8
|
+
"sm": { "value": "14px" },
|
|
9
|
+
"md": { "value": "18px" },
|
|
10
|
+
"lg": { "value": "24px" },
|
|
11
|
+
"xl": { "value": "32px" },
|
|
12
|
+
"2xl": { "value": "48px" },
|
|
13
|
+
"3xl": { "value": "72px" },
|
|
14
|
+
"4xl": { "value": "96px" }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"soest": {
|
|
3
|
+
"typography": {
|
|
4
|
+
"sans-serif": {
|
|
5
|
+
"font-family": {
|
|
6
|
+
"value": "\"Cabin\", Arial, sans-serif"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"monospace": {
|
|
10
|
+
"font-family": {
|
|
11
|
+
"value": "Monospace, \"Lucida Console\""
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"font-weight": {
|
|
15
|
+
"bold": {
|
|
16
|
+
"value": "600"
|
|
17
|
+
},
|
|
18
|
+
"normal": {
|
|
19
|
+
"value": "400"
|
|
20
|
+
},
|
|
21
|
+
"light": {
|
|
22
|
+
"value": "100"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"scale": {
|
|
26
|
+
"4xs": { "value": "{soest.font-size.4xs}" },
|
|
27
|
+
"3xs": { "value": "{soest.font-size.3xs}" },
|
|
28
|
+
"2xs": { "value": "{soest.font-size.2xs}" },
|
|
29
|
+
"xs": { "value": "{soest.font-size.xs}" },
|
|
30
|
+
"sm": { "value": "{soest.font-size.sm}" },
|
|
31
|
+
"md": { "value": "{soest.font-size.md}" },
|
|
32
|
+
"lg": { "value": "{soest.font-size.lg}" },
|
|
33
|
+
"xl": { "value": "{soest.font-size.xl}" },
|
|
34
|
+
"2xl": { "value": "{soest.font-size.2xl}" },
|
|
35
|
+
"3xl": { "value": "{soest.font-size.3xl}" },
|
|
36
|
+
"4xl": { "value": "{soest.font-size.4xl}" }
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"space": {
|
|
4
|
+
"block": {
|
|
5
|
+
"3xs": { "value": "{soest.size.3xs}" },
|
|
6
|
+
"2xs": { "value": "{soest.size.2xs}" },
|
|
7
|
+
"xs": { "value": "{soest.size.xs}" },
|
|
8
|
+
"sm": { "value": "{soest.size.sm}" },
|
|
9
|
+
"md": { "value": "{soest.size.md}" },
|
|
10
|
+
"lg": { "value": "{soest.size.lg}" },
|
|
11
|
+
"xl": { "value": "{soest.size.xl}" },
|
|
12
|
+
"2xl": { "value": "{soest.size.2xl}" },
|
|
13
|
+
"3xl": { "value": "{soest.size.3xl}" }
|
|
14
|
+
},
|
|
15
|
+
"inline": {
|
|
16
|
+
"3xs": { "value": "{soest.size.3xs}" },
|
|
17
|
+
"2xs": { "value": "{soest.size.2xs}" },
|
|
18
|
+
"xs": { "value": "{soest.size.xs}" },
|
|
19
|
+
"sm": { "value": "{soest.size.sm}" },
|
|
20
|
+
"md": { "value": "{soest.size.md}" },
|
|
21
|
+
"lg": { "value": "{soest.size.lg}" },
|
|
22
|
+
"xl": { "value": "{soest.size.xl}" },
|
|
23
|
+
"2xl": { "value": "{soest.size.2xl}" },
|
|
24
|
+
"3xl": { "value": "{soest.size.3xl}" }
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"card-header": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"border-bottom-width": {},
|
|
6
|
+
"border-bottom-style": {},
|
|
7
|
+
"border-bottom-color": {},
|
|
8
|
+
"color": { "value": "{soest.color.green.32}" },
|
|
9
|
+
"hover": {
|
|
10
|
+
"background-color": {},
|
|
11
|
+
"border-bottom-width": {},
|
|
12
|
+
"border-bottom-style": {},
|
|
13
|
+
"border-bottom-color": {}
|
|
14
|
+
},
|
|
15
|
+
"title": {
|
|
16
|
+
"color": { "value": "{soest.color.green.32}" },
|
|
17
|
+
"text-decoration": { "value": "none" },
|
|
18
|
+
"text-underline-offset": { "value": "5px" },
|
|
19
|
+
"hover": {
|
|
20
|
+
"color": { "value": "{soest.color.green.32}" },
|
|
21
|
+
"text-decoration": {},
|
|
22
|
+
"text-underline-offset": {}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"date": {
|
|
26
|
+
"color": { "value": "{soest.color.grey.20}" },
|
|
27
|
+
"font-size": { "value": "0.833rem" },
|
|
28
|
+
"font-weight": { "value": "700" },
|
|
29
|
+
"font-style": {},
|
|
30
|
+
"margin-block-end": { "value": "{soest.size.xs}" }
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"card-wrapper": {
|
|
4
|
+
"background-color": { "value": "{soest.color.white.100}" },
|
|
5
|
+
"border-color": {},
|
|
6
|
+
"border-style": {},
|
|
7
|
+
"border-width": {},
|
|
8
|
+
"border-bottom-color": {},
|
|
9
|
+
"border-bottom-style": {},
|
|
10
|
+
"border-bottom-width": {},
|
|
11
|
+
"border-radius": { "value": "0" },
|
|
12
|
+
"transition": {},
|
|
13
|
+
"box-shadow": {},
|
|
14
|
+
"color": {},
|
|
15
|
+
"hover": {
|
|
16
|
+
"background-color": { "value": "{soest.color.lightgrey.96}" },
|
|
17
|
+
"color": {},
|
|
18
|
+
"border-color": {},
|
|
19
|
+
"border-style": {},
|
|
20
|
+
"border-width": {},
|
|
21
|
+
"border-bottom-color": {},
|
|
22
|
+
"border-bottom-style": {},
|
|
23
|
+
"border-bottom-width": {},
|
|
24
|
+
"border-radius": {},
|
|
25
|
+
"box-shadow": {}
|
|
26
|
+
},
|
|
27
|
+
"padding-inline-end": { "value": "1rem" },
|
|
28
|
+
"padding-inline-start": { "value": "1rem" },
|
|
29
|
+
"padding-block-end": { "value": "1rem" },
|
|
30
|
+
"padding-block-start": { "value": "1rem" }
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|