@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
package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/pagination.tokens.json
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"pagination": {
|
|
4
|
+
"container": {
|
|
5
|
+
"background-color": { "value": "unset" },
|
|
6
|
+
"padding-inline-start": { "value": "0px" },
|
|
7
|
+
"padding-inline-end": { "value": "0px" },
|
|
8
|
+
"padding-block-start": { "value": "0px" },
|
|
9
|
+
"padding-block-end": { "value": "0px" }
|
|
10
|
+
},
|
|
11
|
+
"item": {
|
|
12
|
+
"gap": { "value": "{stichtse-vecht.size.2xs}" },
|
|
13
|
+
"color": { "value": "{stichtse-vecht.color.black.0}" },
|
|
14
|
+
"background-color": { "value": "{stichtse-vecht.color.white.98}" },
|
|
15
|
+
"padding-inline-start": { "value": "{stichtse-vecht.size.xs}" },
|
|
16
|
+
"padding-inline-end": { "value": "{stichtse-vecht.size.xs}" },
|
|
17
|
+
"padding-block-start": { "value": "{stichtse-vecht.size.xs}" },
|
|
18
|
+
"padding-block-end": { "value": "{stichtse-vecht.size.xs}" },
|
|
19
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
20
|
+
"font-weight": { "value": "{stichtse-vecht.typography.font-weight.normal}" },
|
|
21
|
+
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
22
|
+
"border-width": {},
|
|
23
|
+
"border-style": {},
|
|
24
|
+
"border-color": {},
|
|
25
|
+
"border-bottom-width": {},
|
|
26
|
+
"border-bottom-style": {},
|
|
27
|
+
"border-bottom-color": {},
|
|
28
|
+
"border-radius": { "value": "{stichtse-vecht.size.2xs}" }
|
|
29
|
+
},
|
|
30
|
+
"navigation-button": {
|
|
31
|
+
"color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
32
|
+
"background-color": { "value": "{stichtse-vecht.color.blue.45}" },
|
|
33
|
+
"border-width": {},
|
|
34
|
+
"border-style": {},
|
|
35
|
+
"border-color": {},
|
|
36
|
+
"border-bottom-width": {},
|
|
37
|
+
"border-bottom-style": {},
|
|
38
|
+
"border-bottom-color": {},
|
|
39
|
+
"border-radius": {},
|
|
40
|
+
"padding-inline-start": { "value": "{stichtse-vecht.size.xs}" },
|
|
41
|
+
"padding-inline-end": { "value": "{stichtse-vecht.size.xs}" },
|
|
42
|
+
"padding-block-start": { "value": "0px" },
|
|
43
|
+
"padding-block-end": { "value": "0px" },
|
|
44
|
+
"disabled": {
|
|
45
|
+
"color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
46
|
+
"background-color": { "value": "{stichtse-vecht.color.grey.82}" },
|
|
47
|
+
"border-width": {},
|
|
48
|
+
"border-style": {},
|
|
49
|
+
"border-color": {},
|
|
50
|
+
"border-bottom-width": {},
|
|
51
|
+
"border-bottom-style": {},
|
|
52
|
+
"border-bottom-color": {},
|
|
53
|
+
"border-radius": {}
|
|
54
|
+
},
|
|
55
|
+
"hover": {
|
|
56
|
+
"color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
57
|
+
"background-color": { "value": "{stichtse-vecht.color.blue.32}" },
|
|
58
|
+
"border-width": {},
|
|
59
|
+
"border-style": {},
|
|
60
|
+
"border-color": {},
|
|
61
|
+
"border-bottom-width": {},
|
|
62
|
+
"border-bottom-style": {},
|
|
63
|
+
"border-bottom-color": {},
|
|
64
|
+
"border-radius": {}
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"current-page": {
|
|
68
|
+
"color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
69
|
+
"background-color": { "value": "{stichtse-vecht.color.blue.45}" },
|
|
70
|
+
"font-weight": { "value": "{stichtse-vecht.typography.font-weight.bold}" },
|
|
71
|
+
"text-decoration": { "value": "unset" },
|
|
72
|
+
"border-width": {},
|
|
73
|
+
"border-style": {},
|
|
74
|
+
"border-color": {},
|
|
75
|
+
"border-bottom-width": {},
|
|
76
|
+
"border-bottom-style": {},
|
|
77
|
+
"border-bottom-color": {}
|
|
78
|
+
},
|
|
79
|
+
"page": {
|
|
80
|
+
"hover": {
|
|
81
|
+
"color": { "value": "{stichtse-vecht.color.blue.45}" },
|
|
82
|
+
"background-color": { "value": "{stichtse-vecht.color.white.98}" },
|
|
83
|
+
"text-decoration": { "value": "unset" },
|
|
84
|
+
"text-decoration-thickness": { "value": "0px" },
|
|
85
|
+
"border-width": {},
|
|
86
|
+
"border-style": {},
|
|
87
|
+
"border-color": {},
|
|
88
|
+
"border-bottom-width": {},
|
|
89
|
+
"border-bottom-style": {},
|
|
90
|
+
"border-bottom-color": {}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/select.tokens.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"input-select": {
|
|
4
|
+
"background-color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
5
|
+
"border": { "value": "{stichtse-vecht.size.3xs} solid {stichtse-vecht.color.black.0}" },
|
|
6
|
+
"border-focus": { "value": "unset" },
|
|
7
|
+
"border-radius": { "value": "" },
|
|
8
|
+
"invalid-border-color": { "value": "{stichtse-vecht.color.error}" },
|
|
9
|
+
"padding-block-end": { "value": 0 },
|
|
10
|
+
"padding-block-start": { "value": 0 },
|
|
11
|
+
"hover": {},
|
|
12
|
+
"focus": {},
|
|
13
|
+
"list-option": {
|
|
14
|
+
"font-family": { "value": "{stichtse-vecht.typography.sans-serif.font-family}" },
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"color": {},
|
|
17
|
+
"hover": {
|
|
18
|
+
"font-family": { "value": "{stichtse-vecht.typography.sans-serif.font-family}" },
|
|
19
|
+
"background-color": {},
|
|
20
|
+
"color": {}
|
|
21
|
+
},
|
|
22
|
+
"selected": {
|
|
23
|
+
"background-color": {},
|
|
24
|
+
"color": {}
|
|
25
|
+
},
|
|
26
|
+
"focus": {
|
|
27
|
+
"background-color": {},
|
|
28
|
+
"color": {}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"placeholder": {
|
|
32
|
+
"color": {
|
|
33
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
34
|
+
},
|
|
35
|
+
"font-family": { "value": "{stichtse-vecht.typography.sans-serif.font-family}" }
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"table-wrapper": {
|
|
4
|
+
"scroll-button": {
|
|
5
|
+
"background-color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
6
|
+
"color": { "value": "{stichtse-vecht.color.black.0}" },
|
|
7
|
+
"padding-inline-start": { "value": "{stichtse-vecht.size.sm}" },
|
|
8
|
+
"padding-inline-end": { "value": "{stichtse-vecht.size.sm}" },
|
|
9
|
+
"padding-block-start": {},
|
|
10
|
+
"padding-block-end": {},
|
|
11
|
+
"border-width": {},
|
|
12
|
+
"border-style": {},
|
|
13
|
+
"border-color": {},
|
|
14
|
+
"hover": {
|
|
15
|
+
"background-color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
16
|
+
"color": { "value": "{stichtse-vecht.color.primary}" }
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/tooltip.tokens.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"tooltip": {
|
|
4
|
+
"background-color": { "value": "{stichtse-vecht.color.black.0}" },
|
|
5
|
+
"color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
6
|
+
"padding-block-start": { "value": "{stichtse-vecht.size.xs}" },
|
|
7
|
+
"padding-block-end": { "value": "{stichtse-vecht.size.xs}" },
|
|
8
|
+
"padding-inline-start": { "value": "{stichtse-vecht.size.sm}" },
|
|
9
|
+
"padding-inline-end": { "value": "{stichtse-vecht.size.sm}" },
|
|
10
|
+
"border-width": { "value": "0px" },
|
|
11
|
+
"border-style": { "value": "unset" },
|
|
12
|
+
"border-color": { "value": "unset" },
|
|
13
|
+
"border-radius": { "value": "0px" },
|
|
14
|
+
"z-index": { "value": "9999" }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"alert": {
|
|
4
|
+
"background-color": { "value": "{stichtse-vecht.color.alert-info-background}" },
|
|
5
|
+
"border-color": { "value": "{stichtse-vecht.color.alert-info}" },
|
|
6
|
+
"border-width": { "value": "{stichtse-vecht.size.3xs}" },
|
|
7
|
+
"color": { "value": "{stichtse-vecht.color.alert-info}" },
|
|
8
|
+
"padding-block-start": { "value": "{stichtse-vecht.size.lg}" },
|
|
9
|
+
"padding-block-end": { "value": "{stichtse-vecht.size.lg}" },
|
|
10
|
+
"padding-inline-start": { "value": "{stichtse-vecht.size.lg}" },
|
|
11
|
+
"padding-inline-end": { "value": "{stichtse-vecht.size.lg}" },
|
|
12
|
+
"margin-block-start": { "value": "1rem" },
|
|
13
|
+
"margin-block-end": {},
|
|
14
|
+
"warning": {
|
|
15
|
+
"background-color": { "value": "{stichtse-vecht.color.alert-warning-background}" },
|
|
16
|
+
"color": { "value": "{stichtse-vecht.color.alert-warning}" },
|
|
17
|
+
"border-color": { "value": "{stichtse-vecht.color.alert-warning}" },
|
|
18
|
+
"border-width": { "value": "{stichtse-vecht.size.3xs}" }
|
|
19
|
+
},
|
|
20
|
+
"error": {
|
|
21
|
+
"background-color": { "value": "{stichtse-vecht.color.alert-error-background}" },
|
|
22
|
+
"color": { "value": "{stichtse-vecht.color.alert-error}" },
|
|
23
|
+
"border-color": { "value": "{stichtse-vecht.color.alert-error}" },
|
|
24
|
+
"border-width": { "value": "{stichtse-vecht.size.3xs}" }
|
|
25
|
+
},
|
|
26
|
+
"ok": {
|
|
27
|
+
"background-color": { "value": "{stichtse-vecht.color.alert-succes-background}" },
|
|
28
|
+
"color": { "value": "{stichtse-vecht.color.alert-succes}" },
|
|
29
|
+
"border-color": { "value": "{stichtse-vecht.color.alert-succes}" },
|
|
30
|
+
"border-width": { "value": "{stichtse-vecht.size.3xs}" }
|
|
31
|
+
},
|
|
32
|
+
"icon": {
|
|
33
|
+
"color": { "value": "{stichtse-vecht.color.alert-info}" },
|
|
34
|
+
"error": {
|
|
35
|
+
"color": { "value": "{stichtse-vecht.color.alert-error}" }
|
|
36
|
+
},
|
|
37
|
+
"warning": {
|
|
38
|
+
"color": { "value": "{stichtse-vecht.color.alert-warning}" }
|
|
39
|
+
},
|
|
40
|
+
"ok": {
|
|
41
|
+
"color": { "value": "{stichtse-vecht.color.alert-succes}" }
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"button": {
|
|
4
|
+
"background-color": { "value": "{stichtse-vecht.color.blue.37}" },
|
|
5
|
+
"border-color": { "value": "{stichtse-vecht.color.blue.37}" },
|
|
6
|
+
"border-radius": { "value": "4px" },
|
|
7
|
+
"border-width": { "value": "1px" },
|
|
8
|
+
"color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
9
|
+
"font-family": { "value": "{stichtse-vecht.typography.sans-serif.font-family}" },
|
|
10
|
+
"font-size": { "value": "{stichtse-vecht.font-size.md}" },
|
|
11
|
+
"font-weight": { "value": "inherit" },
|
|
12
|
+
"inline-size": {},
|
|
13
|
+
"letter-spacing": {},
|
|
14
|
+
"line-height": {},
|
|
15
|
+
"min-block-size": {},
|
|
16
|
+
"min-inline-size": {},
|
|
17
|
+
"padding-block-start": { "value": "8px" },
|
|
18
|
+
"padding-block-end": { "value": "8px" },
|
|
19
|
+
"padding-inline-start": { "value": "20px" },
|
|
20
|
+
"padding-inline-end": { "value": "20px" },
|
|
21
|
+
"text-transform": {},
|
|
22
|
+
"active": {
|
|
23
|
+
"background-color": {},
|
|
24
|
+
"border-color": {},
|
|
25
|
+
"color": {}
|
|
26
|
+
},
|
|
27
|
+
"icon": {
|
|
28
|
+
"gap": { "value": "{stichtse-vecht.size.xs}" },
|
|
29
|
+
"size": {}
|
|
30
|
+
},
|
|
31
|
+
"disabled": {
|
|
32
|
+
"background-color": { "value": "{stichtse-vecht.color.grey.82}" },
|
|
33
|
+
"border-color": { "value": "{stichtse-vecht.color.grey.82}" },
|
|
34
|
+
"color": { "value": "{stichtse-vecht.color.grey.50}" }
|
|
35
|
+
},
|
|
36
|
+
"focus": {
|
|
37
|
+
"background-color": {},
|
|
38
|
+
"border-color": {},
|
|
39
|
+
"color": {},
|
|
40
|
+
"scale": {}
|
|
41
|
+
},
|
|
42
|
+
"hover": {
|
|
43
|
+
"background-color": { "value": "{stichtse-vecht.color.blue.32}" },
|
|
44
|
+
"border-color": { "value": "{stichtse-vecht.color.blue.32}" },
|
|
45
|
+
"color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
46
|
+
"scale": {}
|
|
47
|
+
},
|
|
48
|
+
"pressed": {
|
|
49
|
+
"background-color": {},
|
|
50
|
+
"border-color": {},
|
|
51
|
+
"color": {}
|
|
52
|
+
},
|
|
53
|
+
"primary-action": {
|
|
54
|
+
"background-color": { "value": "{stichtse-vecht.color.blue.37}" },
|
|
55
|
+
"border-color": { "value": "{stichtse-vecht.color.blue.37}" },
|
|
56
|
+
"border-width": { "value": "1px" },
|
|
57
|
+
"color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
58
|
+
"font-weight": { "value": "inherit" },
|
|
59
|
+
"active": {
|
|
60
|
+
"background-color": {},
|
|
61
|
+
"border-color": {},
|
|
62
|
+
"color": {}
|
|
63
|
+
},
|
|
64
|
+
"disabled": {
|
|
65
|
+
"background-color": { "value": "{stichtse-vecht.color.grey.82}" },
|
|
66
|
+
"border-color": { "value": "{stichtse-vecht.color.grey.82}" },
|
|
67
|
+
"color": { "value": "{stichtse-vecht.color.grey.50}" }
|
|
68
|
+
},
|
|
69
|
+
"hover": {
|
|
70
|
+
"background-color": { "value": "{stichtse-vecht.color.blue.32}" },
|
|
71
|
+
"border-color": { "value": "{stichtse-vecht.color.blue.32}" },
|
|
72
|
+
"color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
73
|
+
"scale": {}
|
|
74
|
+
},
|
|
75
|
+
"focus": {
|
|
76
|
+
"background-color": {},
|
|
77
|
+
"border-color": {},
|
|
78
|
+
"color": {}
|
|
79
|
+
},
|
|
80
|
+
"pressed": {
|
|
81
|
+
"background-color": {},
|
|
82
|
+
"border-color": {},
|
|
83
|
+
"color": {}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"secondary-action": {
|
|
87
|
+
"background-color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
88
|
+
"border-color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
89
|
+
"border-width": { "value": "1px" },
|
|
90
|
+
"color": { "value": "{stichtse-vecht.color.grey.20}" },
|
|
91
|
+
"font-weight": { "value": "inherit" },
|
|
92
|
+
"active": {
|
|
93
|
+
"background-color": {},
|
|
94
|
+
"border-color": {},
|
|
95
|
+
"color": {}
|
|
96
|
+
},
|
|
97
|
+
"disabled": {
|
|
98
|
+
"background-color": { "value": "{stichtse-vecht.color.grey.82}" },
|
|
99
|
+
"border-color": { "value": "{stichtse-vecht.color.grey.82}" },
|
|
100
|
+
"color": { "value": "{stichtse-vecht.color.grey.50}" }
|
|
101
|
+
},
|
|
102
|
+
"hover": {
|
|
103
|
+
"background-color": { "value": "{stichtse-vecht.color.grey.95}" },
|
|
104
|
+
"border-color": { "value": "{stichtse-vecht.color.grey.95}" },
|
|
105
|
+
"color": { "value": "{stichtse-vecht.color.grey.20}" }
|
|
106
|
+
},
|
|
107
|
+
"focus": {
|
|
108
|
+
"background-color": {},
|
|
109
|
+
"border-color": {},
|
|
110
|
+
"color": {}
|
|
111
|
+
},
|
|
112
|
+
"pressed": {
|
|
113
|
+
"background-color": {},
|
|
114
|
+
"border-color": {},
|
|
115
|
+
"color": {}
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"subtle": {
|
|
119
|
+
"background-color": {},
|
|
120
|
+
"border-color": {},
|
|
121
|
+
"border-width": {},
|
|
122
|
+
"color": {},
|
|
123
|
+
"font-weight": {},
|
|
124
|
+
"active": {
|
|
125
|
+
"background-color": {},
|
|
126
|
+
"border-color": {},
|
|
127
|
+
"color": {}
|
|
128
|
+
},
|
|
129
|
+
"disabled": {
|
|
130
|
+
"background-color": { "value": "{stichtse-vecht.color.grey.82}" },
|
|
131
|
+
"border-color": { "value": "{stichtse-vecht.color.grey.82}" },
|
|
132
|
+
"color": { "value": "{stichtse-vecht.color.grey.50}" }
|
|
133
|
+
},
|
|
134
|
+
"hover": {
|
|
135
|
+
"background-color": {},
|
|
136
|
+
"border-color": {},
|
|
137
|
+
"color": {}
|
|
138
|
+
},
|
|
139
|
+
"focus": {
|
|
140
|
+
"background-color": {},
|
|
141
|
+
"border-color": {},
|
|
142
|
+
"color": {}
|
|
143
|
+
},
|
|
144
|
+
"pressed": {
|
|
145
|
+
"background-color": {},
|
|
146
|
+
"border-color": {},
|
|
147
|
+
"color": {}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"code": {
|
|
4
|
+
"background-color": { "value": "{stichtse-vecht.color.lightgrey.96}" },
|
|
5
|
+
"color": { "value": "{stichtse-vecht.color.black.0}" },
|
|
6
|
+
"font-family": { "value": "{stichtse-vecht.typography.monospace.font-family}" },
|
|
7
|
+
"font-size": { "value": "inherit" },
|
|
8
|
+
"line-height": {}
|
|
9
|
+
},
|
|
10
|
+
"code-block": {
|
|
11
|
+
"background-color": { "value": "{stichtse-vecht.color.lightgrey.96}" },
|
|
12
|
+
"color": { "value": "{stichtse-vecht.color.black.0}" },
|
|
13
|
+
"font-family": { "value": "{stichtse-vecht.typography.monospace.font-family}" },
|
|
14
|
+
"font-size": { "value": "{stichtse-vecht.font-size.md}" },
|
|
15
|
+
"line-height": { "value": "{stichtse-vecht.size.lg}" },
|
|
16
|
+
"margin-block-start": { "value": "{stichtse-vecht.size.md}" },
|
|
17
|
+
"margin-block-end": { "value": "{stichtse-vecht.size.md}" },
|
|
18
|
+
"margin-inline-start": { "value": 0 },
|
|
19
|
+
"margin-inline-end": { "value": 0 },
|
|
20
|
+
"padding-block-start": { "value": "{stichtse-vecht.size.md}" },
|
|
21
|
+
"padding-block-end": { "value": "{stichtse-vecht.size.md}" },
|
|
22
|
+
"padding-inline-start": { "value": "{stichtse-vecht.size.md}" },
|
|
23
|
+
"padding-inline-end": { "value": "{stichtse-vecht.size.md}" }
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/document.tokens.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"document": {
|
|
4
|
+
"background-color": { "value": "{stichtse-vecht.color.lightgrey.95}" },
|
|
5
|
+
"color": { "value": "{stichtse-vecht.color.grey.20}" },
|
|
6
|
+
"font-family": { "value": "{stichtse-vecht.typography.sans-serif.font-family}" },
|
|
7
|
+
"font-size": { "value": "{stichtse-vecht.font-size.md}" },
|
|
8
|
+
"font-weight": {},
|
|
9
|
+
"line-height": { "value": "1.6" }
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-input": {
|
|
4
|
+
"background-color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
5
|
+
"line-height": {},
|
|
6
|
+
"placeholder": {
|
|
7
|
+
"color": { "value": "{stichtse-vecht.color.grey.46}" }
|
|
8
|
+
},
|
|
9
|
+
"disabled": {
|
|
10
|
+
"background-color": { "value": "{stichtse-vecht.color.grey.90}" }
|
|
11
|
+
},
|
|
12
|
+
"focus": {
|
|
13
|
+
"background-color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
14
|
+
"border-color": {},
|
|
15
|
+
"color": {}
|
|
16
|
+
},
|
|
17
|
+
"invalid": {
|
|
18
|
+
"background-color": {},
|
|
19
|
+
"color": {}
|
|
20
|
+
},
|
|
21
|
+
"read-only": {
|
|
22
|
+
"background-color": { "value": "{stichtse-vecht.color.grey.95}" }
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-footer": {
|
|
4
|
+
"font-size": {},
|
|
5
|
+
"font-family": {},
|
|
6
|
+
"min-height": {},
|
|
7
|
+
"logo": {
|
|
8
|
+
"max-height": { "value": "100px" },
|
|
9
|
+
"max-width": { "value": "100px" }
|
|
10
|
+
},
|
|
11
|
+
"background-size": {},
|
|
12
|
+
"background-position": {},
|
|
13
|
+
"mobile": {
|
|
14
|
+
"background-position": {}
|
|
15
|
+
},
|
|
16
|
+
"icon": {
|
|
17
|
+
"color": {}
|
|
18
|
+
},
|
|
19
|
+
"heading": {
|
|
20
|
+
"color": {},
|
|
21
|
+
"font-family": {}
|
|
22
|
+
},
|
|
23
|
+
"link": {
|
|
24
|
+
"color": {},
|
|
25
|
+
"text-decoration": { "value": "none" },
|
|
26
|
+
"text-decoration-color": { "value": "unset" },
|
|
27
|
+
"text-decoration-thickness": { "value": "{stichtse-vecht.size.4xs}" },
|
|
28
|
+
"text-underline-offset": { "value": "{stichtse-vecht.size.3xs}" },
|
|
29
|
+
"hover": {
|
|
30
|
+
"color": { "value": "{stichtse-vecht.color.black.30}" },
|
|
31
|
+
"text-decoration": { "value": "underline" },
|
|
32
|
+
"text-decoration-thickness": { "value": "{stichtse-vecht.size.4xs}" },
|
|
33
|
+
"font-weight": {}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-header": {
|
|
4
|
+
"logo": {
|
|
5
|
+
"max-height": {},
|
|
6
|
+
"max-width": { "value": "150px" }
|
|
7
|
+
},
|
|
8
|
+
"border-block-start": {},
|
|
9
|
+
"border-block-end": { "value": "2px solid {stichtse-vecht.color.grey.88}" },
|
|
10
|
+
"border-inline-start": {},
|
|
11
|
+
"border-inline-end": {},
|
|
12
|
+
"display": { "value": "block" }
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"skip-link": {
|
|
4
|
+
"font-weight": { "value": "{stichtse-vecht.typography.font-weight.bold}" },
|
|
5
|
+
"font-size": { "value": "{stichtse-vecht.font-size.md}" },
|
|
6
|
+
"outline-style": { "value": "none" },
|
|
7
|
+
"outline-color": {},
|
|
8
|
+
"border-radius": { "value": "3px" },
|
|
9
|
+
"focus": {
|
|
10
|
+
"text-decoration": { "value": "{utrecht.skip-link.text-decoration}" }
|
|
11
|
+
},
|
|
12
|
+
"inset-block-start": {},
|
|
13
|
+
"inset-inline-start": {},
|
|
14
|
+
"box-shadow-width": {},
|
|
15
|
+
"border-width": {},
|
|
16
|
+
"border-style": {},
|
|
17
|
+
"border-color": {},
|
|
18
|
+
"border-bottom-width": {},
|
|
19
|
+
"border-bottom-style": {},
|
|
20
|
+
"border-bottom-color": {},
|
|
21
|
+
"width": {}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"table": {
|
|
4
|
+
"border-collapse": { "value": "collapse" },
|
|
5
|
+
"background-color": {},
|
|
6
|
+
"header": {
|
|
7
|
+
"border-block-end-color": { "value": "{stichtse-vecht.color.lightgrey.79}" },
|
|
8
|
+
"border-block-end-width": { "value": "{stichtse-vecht.size.4xs}" },
|
|
9
|
+
"font-family": {}
|
|
10
|
+
},
|
|
11
|
+
"header-cell": {
|
|
12
|
+
"border-inline-end-width": {},
|
|
13
|
+
"border-inline-end-style": {},
|
|
14
|
+
"border-inline-end-color": {}
|
|
15
|
+
},
|
|
16
|
+
"cell": {
|
|
17
|
+
"border-inline-end-width": {},
|
|
18
|
+
"border-inline-end-style": {},
|
|
19
|
+
"border-inline-end-color": {}
|
|
20
|
+
},
|
|
21
|
+
"row": {
|
|
22
|
+
"hover": {
|
|
23
|
+
"background-color": {},
|
|
24
|
+
"color": {}
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"body": {
|
|
28
|
+
"border": {},
|
|
29
|
+
"border-block-end-color": {},
|
|
30
|
+
"border-block-end-width": {}
|
|
31
|
+
},
|
|
32
|
+
"caption": {
|
|
33
|
+
"font-style": {}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"textbox": {
|
|
4
|
+
"background-color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
5
|
+
"line-height": {},
|
|
6
|
+
"placeholder": {
|
|
7
|
+
"color": { "value": "{stichtse-vecht.color.grey.46}" }
|
|
8
|
+
},
|
|
9
|
+
"disabled": {
|
|
10
|
+
"background-color": { "value": "{stichtse-vecht.color.grey.90}" }
|
|
11
|
+
},
|
|
12
|
+
"focus": {
|
|
13
|
+
"background-color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
14
|
+
"border-color": {},
|
|
15
|
+
"color": {}
|
|
16
|
+
},
|
|
17
|
+
"invalid": {
|
|
18
|
+
"background-color": {},
|
|
19
|
+
"color": {}
|
|
20
|
+
},
|
|
21
|
+
"read-only": {
|
|
22
|
+
"background-color": { "value": "{stichtse-vecht.color.grey.95}" }
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"focus": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"color": {},
|
|
6
|
+
"outline-color": { "value": "{stichtse-vecht.color.white.100}" },
|
|
7
|
+
"outline-offset": { "value": "1px" },
|
|
8
|
+
"outline-style": { "value": "solid" },
|
|
9
|
+
"outline-width": { "value": "1px" },
|
|
10
|
+
"inverse": {
|
|
11
|
+
"outline-color": { "value": "{stichtse-vecht.color.white.100}" }
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|