@conduction/theme 1.0.54 → 1.0.56
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 +5 -0
- package/conduction-design-tokens/dist/design-tokens.css +64 -2
- package/conduction-design-tokens/dist/index.js +64 -2
- package/conduction-design-tokens/dist/index.json +1384 -100
- package/conduction-design-tokens/dist/index.less +64 -2
- package/conduction-design-tokens/dist/index.scss +64 -2
- package/conduction-design-tokens/dist/tokens.json +1406 -85
- package/conduction-design-tokens/src/brand/conduction/color.tokens.json +6 -0
- package/conduction-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/conduction-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/conduction-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/conduction-design-tokens/src/component/conduction/logo.tokens.json +1 -1
- package/conduction-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/commonground-design-tokens/LICENSE.md +17 -0
- package/municipalities/commonground-design-tokens/README.md +3 -0
- package/municipalities/commonground-design-tokens/dist/design-tokens.css +544 -0
- package/municipalities/commonground-design-tokens/dist/font.css +5 -0
- package/municipalities/commonground-design-tokens/dist/index.css +7 -0
- package/municipalities/commonground-design-tokens/dist/index.js +542 -0
- package/municipalities/commonground-design-tokens/dist/index.json +10985 -0
- package/municipalities/commonground-design-tokens/dist/index.less +541 -0
- package/municipalities/commonground-design-tokens/dist/index.scss +541 -0
- package/municipalities/commonground-design-tokens/dist/tokens.json +11679 -0
- package/municipalities/commonground-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/commonground-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/commonground-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/commonground-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/commonground-design-tokens/package.json +37 -0
- package/municipalities/commonground-design-tokens/src/brand/commonground/color.tokens.json +98 -0
- package/municipalities/commonground-design-tokens/src/brand/commonground/font-size.tokens.json +17 -0
- package/municipalities/commonground-design-tokens/src/brand/commonground/size.tokens.json +17 -0
- package/municipalities/commonground-design-tokens/src/brand/commonground/typography.tokens.json +45 -0
- package/municipalities/commonground-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/commonground-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/card-wrapper.tokens.json +26 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +20 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json +67 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +76 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/tooltip.tokens.json +18 -0
- package/municipalities/commonground-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +35 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +25 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/commonground-design-tokens/src/config.json +48 -0
- package/municipalities/commonground-design-tokens/src/font/rijksoverheidsanswebtext-regular-webfont.b64ae9c9e044.woff2 +0 -0
- package/municipalities/commonground-design-tokens/src/font.scss +7 -0
- package/municipalities/commonground-design-tokens/src/index.scss +8 -0
- package/municipalities/commonground-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/dimpact-design-tokens/dist/design-tokens.css +64 -1
- package/municipalities/dimpact-design-tokens/dist/index.js +64 -1
- package/municipalities/dimpact-design-tokens/dist/index.json +1305 -0
- package/municipalities/dimpact-design-tokens/dist/index.less +64 -1
- package/municipalities/dimpact-design-tokens/dist/index.scss +64 -1
- package/municipalities/dimpact-design-tokens/dist/tokens.json +1364 -22
- package/municipalities/dimpact-design-tokens/package.json +1 -1
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +9 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +63 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +63 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +1284 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +63 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +63 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +1354 -33
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +6 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +64 -1
- package/municipalities/epe-design-tokens/dist/index.js +64 -1
- package/municipalities/epe-design-tokens/dist/index.json +1305 -0
- package/municipalities/epe-design-tokens/dist/index.less +64 -1
- package/municipalities/epe-design-tokens/dist/index.scss +64 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +1365 -23
- package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +9 -0
- package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/epe-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/epe-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/epe-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +64 -1
- package/municipalities/leiden-design-tokens/dist/index.js +64 -1
- package/municipalities/leiden-design-tokens/dist/index.json +1305 -0
- package/municipalities/leiden-design-tokens/dist/index.less +64 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +64 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +1370 -28
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +9 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +64 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +64 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.json +1305 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +64 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +64 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +1368 -24
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +11 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +62 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +62 -1
- package/municipalities/noordwijk-design-tokens/dist/index.json +1263 -0
- package/municipalities/noordwijk-design-tokens/dist/index.less +62 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +62 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +1349 -49
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +3 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +63 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.js +63 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.json +1284 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.less +63 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.scss +63 -1
- package/municipalities/open-webconcept-design-tokens/dist/tokens.json +1355 -34
- package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +6 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +61 -1
- package/municipalities/rotterdam-design-tokens/dist/index.js +61 -1
- package/municipalities/rotterdam-design-tokens/dist/index.json +1242 -0
- package/municipalities/rotterdam-design-tokens/dist/index.less +61 -1
- package/municipalities/rotterdam-design-tokens/dist/index.scss +61 -1
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +1280 -1
- package/municipalities/rotterdam-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +63 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +63 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +1284 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +63 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +63 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +1357 -36
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +6 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/checkbox.tokens.json +70 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +65 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +65 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +1324 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +65 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +65 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +1388 -28
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +9 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/download-card.tokens.json +23 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/package.json +3 -2
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"table": {
|
|
4
|
+
"border-collapse": { "value": "collapse" },
|
|
5
|
+
"background-color": { "value": "{commonground.color.white.100}" },
|
|
6
|
+
"header": {
|
|
7
|
+
"border-block-end-color": { "value": "{commonground.color.grey.82}" },
|
|
8
|
+
"border-block-end-width": { "value": "{commonground.size.4xs}" },
|
|
9
|
+
"font-family": {}
|
|
10
|
+
},
|
|
11
|
+
"row": {
|
|
12
|
+
"hover": {
|
|
13
|
+
"background-color": { "value": "{commonground.color.grey.97}" },
|
|
14
|
+
"color": {}
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"body": {
|
|
18
|
+
"border": {}
|
|
19
|
+
},
|
|
20
|
+
"caption": {
|
|
21
|
+
"font-style": {}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"textbox": {
|
|
4
|
+
"background-color": { "value": "{commonground.color.white.100}" },
|
|
5
|
+
"line-height": {},
|
|
6
|
+
"placeholder": {
|
|
7
|
+
"color": { "value": "{commonground.color.black.0-55t}" }
|
|
8
|
+
},
|
|
9
|
+
"disabled": {
|
|
10
|
+
"background-color": {}
|
|
11
|
+
},
|
|
12
|
+
"focus": {
|
|
13
|
+
"background-color": { "value": "{commonground.color.white.100}" },
|
|
14
|
+
"border-color": {},
|
|
15
|
+
"color": {}
|
|
16
|
+
},
|
|
17
|
+
"invalid": {
|
|
18
|
+
"background-color": {},
|
|
19
|
+
"color": {}
|
|
20
|
+
},
|
|
21
|
+
"read-only": {
|
|
22
|
+
"background-color": {}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
package/municipalities/commonground-design-tokens/src/component/utrecht/form-input.tokens.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-input": {
|
|
4
|
+
"border-bottom-width": {},
|
|
5
|
+
"border-color": { "value": "{commonground.color.grey.58}" },
|
|
6
|
+
"border-radius": { "value": "8px" },
|
|
7
|
+
"border-width": { "value": "{commonground.size.4xs}" },
|
|
8
|
+
"color": { "value": "{commonground.color.black.0}" },
|
|
9
|
+
"font-family": { "value": "{commonground.typography.sans-serif.font-family}" },
|
|
10
|
+
"font-size": { "value": "15px" },
|
|
11
|
+
"min-inline-height": {},
|
|
12
|
+
"max-inline-size": {},
|
|
13
|
+
"padding-block-end": { "value": "{commonground.size.xs}" },
|
|
14
|
+
"padding-block-start": { "value": "{commonground.size.xs}" },
|
|
15
|
+
"padding-inline-end": { "value": "{commonground.size.sm}" },
|
|
16
|
+
"padding-inline-start": { "value": "{commonground.size.sm}" },
|
|
17
|
+
"disabled": {
|
|
18
|
+
"border-color": {},
|
|
19
|
+
"color": {}
|
|
20
|
+
},
|
|
21
|
+
"invalid": {
|
|
22
|
+
"border-color": {},
|
|
23
|
+
"border-width": {}
|
|
24
|
+
},
|
|
25
|
+
"read-only": {
|
|
26
|
+
"border-color": {},
|
|
27
|
+
"color": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"heading-1": {
|
|
4
|
+
"color": { "value": "{commonground.color.blue.26}" },
|
|
5
|
+
"font-family": { "value": "{commonground.typography.rijksoverheid-sans.font-family}" },
|
|
6
|
+
"font-size": { "value": "{commonground.font-size.2xl}" },
|
|
7
|
+
"font-weight": { "value": "{commonground.typography.font-weight.bold}" },
|
|
8
|
+
"line-height": {},
|
|
9
|
+
"margin-block-end": { "value": "{commonground.size.xl}" },
|
|
10
|
+
"margin-block-start": { "value": "{commonground.size.md}" }
|
|
11
|
+
},
|
|
12
|
+
"heading-2": {
|
|
13
|
+
"color": {},
|
|
14
|
+
"font-family": { "value": "{commonground.typography.rijksoverheid-sans.font-family}" },
|
|
15
|
+
"font-size": { "value": "{commonground.font-size.xl}" },
|
|
16
|
+
"font-weight": { "value": "{commonground.typography.font-weight.bold}" },
|
|
17
|
+
"line-height": {},
|
|
18
|
+
"margin-block-end": { "value": "{commonground.size.xl}" },
|
|
19
|
+
"margin-block-start": { "value": "{commonground.size.md}" }
|
|
20
|
+
},
|
|
21
|
+
"heading-3": {
|
|
22
|
+
"color": {},
|
|
23
|
+
"font-family": { "value": "{commonground.typography.rijksoverheid-sans.font-family}" },
|
|
24
|
+
"font-size": { "value": "{commonground.font-size.lg}" },
|
|
25
|
+
"font-weight": { "value": "{commonground.typography.font-weight.normal}" },
|
|
26
|
+
"line-height": {},
|
|
27
|
+
"margin-block-end": { "value": "{commonground.size.lg}" },
|
|
28
|
+
"margin-block-start": { "value": "{commonground.size.md}" }
|
|
29
|
+
},
|
|
30
|
+
"heading-4": {
|
|
31
|
+
"color": {},
|
|
32
|
+
"font-family": { "value": "{commonground.typography.rijksoverheid-sans.font-family}" },
|
|
33
|
+
"font-size": { "value": "{commonground.font-size.md}" },
|
|
34
|
+
"font-weight": { "value": "{commonground.typography.font-weight.normal}" },
|
|
35
|
+
"line-height": {},
|
|
36
|
+
"margin-block-end": { "value": "{commonground.size.md}" },
|
|
37
|
+
"margin-block-start": { "value": "{commonground.size.md}" }
|
|
38
|
+
},
|
|
39
|
+
"heading-5": {
|
|
40
|
+
"color": {},
|
|
41
|
+
"font-family": { "value": "{commonground.typography.rijksoverheid-sans.font-family}" },
|
|
42
|
+
"font-size": { "value": "{commonground.font-size.md}" },
|
|
43
|
+
"font-weight": { "value": "{commonground.typography.font-weight.light}" },
|
|
44
|
+
"line-height": {},
|
|
45
|
+
"margin-block-end": { "value": "{commonground.size.lg}" },
|
|
46
|
+
"margin-block-start": { "value": "{commonground.size.md}" }
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"link": {
|
|
4
|
+
"color": { "value": "{commonground.color.blue.26}" },
|
|
5
|
+
"text-decoration": { "value": "underline" },
|
|
6
|
+
"text-decoration-color": { "value": "inherit" },
|
|
7
|
+
"text-decoration-thickness": { "value": 0 },
|
|
8
|
+
"text-underline-offset": { "value": "{commonground.size.3xs}" },
|
|
9
|
+
"active": {
|
|
10
|
+
"color": {}
|
|
11
|
+
},
|
|
12
|
+
"focus": {
|
|
13
|
+
"color": {},
|
|
14
|
+
"text-decoration": {},
|
|
15
|
+
"text-decoration-thickness": {}
|
|
16
|
+
},
|
|
17
|
+
"hover": {
|
|
18
|
+
"color": { "value": "{commonground.color.blue.26}" },
|
|
19
|
+
"text-decoration": { "value": "underline" },
|
|
20
|
+
"text-decoration-thickness": { "value": "{commonground.size.4xs}" }
|
|
21
|
+
},
|
|
22
|
+
"placeholder": {
|
|
23
|
+
"color": {}
|
|
24
|
+
},
|
|
25
|
+
"visited": {
|
|
26
|
+
"color": { "value": "{commonground.color.blue.26}" }
|
|
27
|
+
},
|
|
28
|
+
"icon": {
|
|
29
|
+
"size": { "value": "{commonground.size.md}" }
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"ordered-list": {
|
|
4
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
5
|
+
"line-height": {},
|
|
6
|
+
"margin-block-start": { "value": "{commonground.size.sm}" },
|
|
7
|
+
"margin-block-end": { "value": "{commonground.size.sm}" },
|
|
8
|
+
"padding-inline-start": { "value": "{commonground.size.xl}" },
|
|
9
|
+
"item": {
|
|
10
|
+
"margin-block-start": { "value": "{commonground.size.2xs}" },
|
|
11
|
+
"margin-block-end": { "value": "{commonground.size.2xs}" },
|
|
12
|
+
"padding-inline-start": { "value": "1ch" }
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"unordered-list": {
|
|
16
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
17
|
+
"line-height": {},
|
|
18
|
+
"margin-block-start": { "value": "{commonground.size.md}" },
|
|
19
|
+
"margin-block-end": { "value": 0 },
|
|
20
|
+
"padding-inline-start": { "value": "1ch" },
|
|
21
|
+
"item": {
|
|
22
|
+
"margin-block-start": { "value": "{commonground.size.xs}" },
|
|
23
|
+
"margin-block-end": { "value": "{commonground.size.xs}" },
|
|
24
|
+
"padding-inline-start": { "value": "1ch" }
|
|
25
|
+
},
|
|
26
|
+
"marker": {
|
|
27
|
+
"color": { "value": "{commonground.color.black.0}" }
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
package/municipalities/commonground-design-tokens/src/component/utrecht/page-footer.tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-footer": {
|
|
4
|
+
"background-color": { "value": "{commonground.color.primary}" },
|
|
5
|
+
"background-image": { "value": "unset" },
|
|
6
|
+
"color": { "value": "{commonground.color.black.0}" },
|
|
7
|
+
"padding-inline-end": { "value": "{commonground.size.sm}" },
|
|
8
|
+
"padding-inline-start": { "value": "{commonground.size.sm}" },
|
|
9
|
+
"padding-block-end": { "value": "{commonground.size.2xl}" },
|
|
10
|
+
"padding-block-start": { "value": "{commonground.size.2xl}" }
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"paragraph": {
|
|
4
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
5
|
+
"font-family": { "value": "{commonground.typography.sans-serif.font-family}" },
|
|
6
|
+
"font-size": { "value": "{commonground.font-size.md}" },
|
|
7
|
+
"font-weight": { "value": "{commonground.typography.font-weight.normal}" },
|
|
8
|
+
"line-height": { "value": "1.5em" },
|
|
9
|
+
"margin-block-start": { "value": 0 },
|
|
10
|
+
"margin-block-end": { "value": 0 },
|
|
11
|
+
"lead": {
|
|
12
|
+
"color": {},
|
|
13
|
+
"font-size": {},
|
|
14
|
+
"font-weight": {},
|
|
15
|
+
"line-height": {}
|
|
16
|
+
},
|
|
17
|
+
"small": {
|
|
18
|
+
"color": {},
|
|
19
|
+
"font-size": {},
|
|
20
|
+
"font-weight": {},
|
|
21
|
+
"line-height": {}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"table": {
|
|
4
|
+
"border-color": {},
|
|
5
|
+
"border-width": {},
|
|
6
|
+
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
7
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
8
|
+
"line-height": {},
|
|
9
|
+
"margin-block-end": { "value": 0 },
|
|
10
|
+
"margin-block-start": { "value": "{commonground.size.md}" },
|
|
11
|
+
"caption": {
|
|
12
|
+
"font-weight": {},
|
|
13
|
+
"font-family": {},
|
|
14
|
+
"font-size": {},
|
|
15
|
+
"color": {},
|
|
16
|
+
"line-height": {},
|
|
17
|
+
"text-align": {},
|
|
18
|
+
"margin-block-end": {}
|
|
19
|
+
},
|
|
20
|
+
"header": {
|
|
21
|
+
"font-weight": { "value": "{commonground.typography.font-weight.bold}" },
|
|
22
|
+
"background-color": {},
|
|
23
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
24
|
+
"text-transform": { "value": "unset" },
|
|
25
|
+
"border-block-end-color": {},
|
|
26
|
+
"border-block-end-width": {}
|
|
27
|
+
},
|
|
28
|
+
"header-cell": {
|
|
29
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
30
|
+
"font-weight": { "value": "{commonground.typography.font-weight.bold}" },
|
|
31
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
32
|
+
"text-transform": { "value": "unset" }
|
|
33
|
+
},
|
|
34
|
+
"cell": {
|
|
35
|
+
"line-height": {},
|
|
36
|
+
"padding-block-end": { "value": "{commonground.size.md}" },
|
|
37
|
+
"padding-block-start": { "value": "{commonground.size.md}" },
|
|
38
|
+
"padding-inline-end": { "value": "{commonground.size.md}" },
|
|
39
|
+
"padding-inline-start": { "value": "{commonground.size.md}" },
|
|
40
|
+
"icon": {
|
|
41
|
+
"size": {}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"row": {
|
|
45
|
+
"border-block-end-color": { "value": "{commonground.color.grey.82}" },
|
|
46
|
+
"border-block-end-width": { "value": "{commonground.size.4xs}" },
|
|
47
|
+
"padding-inline-end": {},
|
|
48
|
+
"padding-inline-start": {},
|
|
49
|
+
"alternate-odd": {
|
|
50
|
+
"background-color": {},
|
|
51
|
+
"color": {}
|
|
52
|
+
},
|
|
53
|
+
"alternate-even": {
|
|
54
|
+
"background-color": {},
|
|
55
|
+
"color": {}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"textbox": {
|
|
4
|
+
"border-bottom-width": {},
|
|
5
|
+
"border-color": { "value": "{commonground.color.grey.58}" },
|
|
6
|
+
"border-radius": { "value": "8px" },
|
|
7
|
+
"border-width": { "value": "{commonground.size.4xs}" },
|
|
8
|
+
"color": { "value": "{commonground.color.black.0}" },
|
|
9
|
+
"font-family": { "value": "{commonground.typography.sans-serif.font-family}" },
|
|
10
|
+
"font-size": { "value": "15px" },
|
|
11
|
+
"min-inline-height": {},
|
|
12
|
+
"max-inline-size": {},
|
|
13
|
+
"padding-block-end": { "value": "{commonground.size.xs}" },
|
|
14
|
+
"padding-block-start": { "value": "{commonground.size.xs}" },
|
|
15
|
+
"padding-inline-end": { "value": "{commonground.size.sm}" },
|
|
16
|
+
"padding-inline-start": { "value": "{commonground.size.sm}" },
|
|
17
|
+
"disabled": {
|
|
18
|
+
"border-color": {},
|
|
19
|
+
"color": {}
|
|
20
|
+
},
|
|
21
|
+
"invalid": {
|
|
22
|
+
"border-color": {},
|
|
23
|
+
"border-width": {}
|
|
24
|
+
},
|
|
25
|
+
"read-only": {
|
|
26
|
+
"border-color": {},
|
|
27
|
+
"color": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fullName": "CommonGround",
|
|
3
|
+
"name": "CommonGround",
|
|
4
|
+
"prefix": "commonground",
|
|
5
|
+
"npm": "@nl-design-system-unstable/commonground-design-tokens",
|
|
6
|
+
"stories": [
|
|
7
|
+
"react-utrecht-alert--default",
|
|
8
|
+
"react-utrecht-alert--warning",
|
|
9
|
+
"react-utrecht-alert--error",
|
|
10
|
+
"react-utrecht-alert--ok",
|
|
11
|
+
"react-utrecht-badge-counter--default",
|
|
12
|
+
"react-utrecht-button--default",
|
|
13
|
+
"react-utrecht-button--hover",
|
|
14
|
+
"react-utrecht-button--primary-action-button",
|
|
15
|
+
"react-utrecht-button--secondary-action-button",
|
|
16
|
+
"react-utrecht-code--default",
|
|
17
|
+
"react-utrecht-code-block--default",
|
|
18
|
+
"react-utrecht-heading-1--default",
|
|
19
|
+
"react-utrecht-heading-2--default",
|
|
20
|
+
"react-utrecht-heading-3--default",
|
|
21
|
+
"react-utrecht-heading-4--default",
|
|
22
|
+
"react-utrecht-alert--default",
|
|
23
|
+
"react-utrecht-link--default",
|
|
24
|
+
"react-utrecht-link--hover",
|
|
25
|
+
"react-utrecht-link--focus",
|
|
26
|
+
"react-utrecht-ordered-list--default",
|
|
27
|
+
"react-utrecht-unordered-list--default",
|
|
28
|
+
"react-utrecht-page-header--default",
|
|
29
|
+
"react-utrecht-page-footer--default",
|
|
30
|
+
"react-utrecht-paragraph--default",
|
|
31
|
+
"react-utrecht-surface--default",
|
|
32
|
+
"react-utrecht-table--default",
|
|
33
|
+
"react-utrecht-textbox--default",
|
|
34
|
+
"react-conduction-card-header--default",
|
|
35
|
+
"react-conduction-card-header--hover",
|
|
36
|
+
"react-conduction-card-wrapper--default",
|
|
37
|
+
"react-conduction-card-wrapper--hover",
|
|
38
|
+
"react-conduction-pagination--default",
|
|
39
|
+
"react-conduction-input-select--default",
|
|
40
|
+
"react-conduction-input-select--list-option",
|
|
41
|
+
"react-conduction-input-select--placeholder",
|
|
42
|
+
"react-conduction-tabs--default",
|
|
43
|
+
"react-conduction-tabs--selected",
|
|
44
|
+
"react-conduction-tabs--hover",
|
|
45
|
+
"react-conduction-tabs--list",
|
|
46
|
+
"react-conduction-tabs--panel"
|
|
47
|
+
]
|
|
48
|
+
}
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 28 Nov 2023 14:11:40 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.dimpact-theme {
|
|
@@ -56,6 +56,25 @@
|
|
|
56
56
|
--conduction-logo-header-background-image: url('https://www.dimpact.nl/sites/all/themes/custom/dimpact/logo.png');
|
|
57
57
|
--conduction-logo-header-block-size: 44px;
|
|
58
58
|
--conduction-logo-header-inline-size: 150px;
|
|
59
|
+
--conduction-download-card-border-radius: 6px;
|
|
60
|
+
--conduction-download-card-border-style: solid;
|
|
61
|
+
--conduction-input-checkbox-label-container-margin: 3px;
|
|
62
|
+
--conduction-input-checkbox-label-container-padding: 3px;
|
|
63
|
+
--conduction-input-checkbox-focus-outline-offset: 2px;
|
|
64
|
+
--conduction-input-checkbox-focus-outline-style: solid;
|
|
65
|
+
--conduction-input-checkbox-focus-outline-width: 2px;
|
|
66
|
+
--conduction-input-checkbox-disabled-hover-border-radius: 3px;
|
|
67
|
+
--conduction-input-checkbox-disabled-hover-border-style: solid;
|
|
68
|
+
--conduction-input-checkbox-disabled-border-radius: 3px;
|
|
69
|
+
--conduction-input-checkbox-disabled-border-style: solid;
|
|
70
|
+
--conduction-input-checkbox-checked-hover-border-radius: 3px;
|
|
71
|
+
--conduction-input-checkbox-checked-hover-border-style: solid;
|
|
72
|
+
--conduction-input-checkbox-checked-border-radius: 3px;
|
|
73
|
+
--conduction-input-checkbox-checked-border-style: solid;
|
|
74
|
+
--conduction-input-checkbox-hover-border-radius: 3px;
|
|
75
|
+
--conduction-input-checkbox-hover-border-style: solid;
|
|
76
|
+
--conduction-input-checkbox-border-radius: 3px;
|
|
77
|
+
--conduction-input-checkbox-border-style: solid;
|
|
59
78
|
--conduction-card-wrapper-border-radius: 6px;
|
|
60
79
|
--conduction-card-wrapper-border-style: solid;
|
|
61
80
|
--utrecht-separator-margin-block-start: 0px;
|
|
@@ -94,6 +113,8 @@
|
|
|
94
113
|
--utrecht-breadcrumb-nav-padding-block-start: 12px;
|
|
95
114
|
--utrecht-breadcrumb-nav-padding-inline-end: 0;
|
|
96
115
|
--utrecht-breadcrumb-nav-padding-inline-start: 0;
|
|
116
|
+
--utrecht-badge-border-radius: 20px;
|
|
117
|
+
--utrecht-badge-background-color: #eeeff1;
|
|
97
118
|
--utrecht-badge-counter-text-decoration: none;
|
|
98
119
|
--utrecht-badge-counter-border-radius: 50%;
|
|
99
120
|
--utrecht-action-submit-cursor: pointer;
|
|
@@ -129,6 +150,9 @@
|
|
|
129
150
|
--dimpact-color-light-grey-96: #f5f5f5; /* Base/LightGrey */
|
|
130
151
|
--dimpact-color-grey-93: #eeeeee;
|
|
131
152
|
--dimpact-color-grey-84: #d4d6d8;
|
|
153
|
+
--dimpact-color-grey-82: #d1d1d1;
|
|
154
|
+
--dimpact-color-grey-46: #767676;
|
|
155
|
+
--dimpact-color-grey-31: #4f4f4f;
|
|
132
156
|
--dimpact-color-grey-29: #4a4a4a; /* Base/Grey */
|
|
133
157
|
--dimpact-color-black-60: #999999;
|
|
134
158
|
--dimpact-color-black-0: #000000; /* Base/Black */
|
|
@@ -223,6 +247,37 @@
|
|
|
223
247
|
--conduction-primary-top-nav-hover-color: var(--dimpact-color-white-100);
|
|
224
248
|
--conduction-primary-top-nav-background-color: var(--dimpact-color-white-100);
|
|
225
249
|
--conduction-primary-top-nav-color: var(--dimpact-color-blue-24);
|
|
250
|
+
--conduction-download-card-padding-block-start: var(--dimpact-size-md);
|
|
251
|
+
--conduction-download-card-padding-block-end: var(--dimpact-size-md);
|
|
252
|
+
--conduction-download-card-padding-inline-start: var(--dimpact-size-md);
|
|
253
|
+
--conduction-download-card-padding-inline-end: var(--dimpact-size-md);
|
|
254
|
+
--conduction-download-card-icon-gap: var(--dimpact-size-xs);
|
|
255
|
+
--conduction-download-card-border-color: var(--dimpact-color-light-blue-53);
|
|
256
|
+
--conduction-download-card-border-width: var(--dimpact-size-4xs);
|
|
257
|
+
--conduction-download-card-title-margin-inline-end: var(--dimpact-size-sm);
|
|
258
|
+
--conduction-download-card-title-font-family: var(--dimpact-typography-sans-serif-font-family);
|
|
259
|
+
--conduction-download-card-title-font-weight: var(--dimpact-typography-font-weight-bold);
|
|
260
|
+
--conduction-download-card-title-font-size: var(--dimpact-font-size-lg);
|
|
261
|
+
--conduction-download-card-title-color: var(--dimpact-color-pink-62);
|
|
262
|
+
--conduction-input-checkbox-focus-outline-color: var(--dimpact-color-black-0);
|
|
263
|
+
--conduction-input-checkbox-disabled-hover-border-color: var(--dimpact-color-grey-82);
|
|
264
|
+
--conduction-input-checkbox-disabled-hover-border-width: var(--dimpact-size-4xs);
|
|
265
|
+
--conduction-input-checkbox-disabled-hover-color: var(--dimpact-color-grey-82);
|
|
266
|
+
--conduction-input-checkbox-disabled-border-color: var(--dimpact-color-grey-82);
|
|
267
|
+
--conduction-input-checkbox-disabled-border-width: var(--dimpact-size-4xs);
|
|
268
|
+
--conduction-input-checkbox-disabled-color: var(--dimpact-color-grey-82);
|
|
269
|
+
--conduction-input-checkbox-checked-hover-border-color: var(--dimpact-color-primary-hover);
|
|
270
|
+
--conduction-input-checkbox-checked-hover-border-width: var(--dimpact-size-4xs);
|
|
271
|
+
--conduction-input-checkbox-checked-hover-color: var(--dimpact-color-primary-hover);
|
|
272
|
+
--conduction-input-checkbox-checked-border-color: var(--dimpact-color-primary);
|
|
273
|
+
--conduction-input-checkbox-checked-border-width: var(--dimpact-size-4xs);
|
|
274
|
+
--conduction-input-checkbox-checked-color: var(--dimpact-color-primary);
|
|
275
|
+
--conduction-input-checkbox-hover-border-color: var(--dimpact-color-grey-31);
|
|
276
|
+
--conduction-input-checkbox-hover-border-width: var(--dimpact-size-4xs);
|
|
277
|
+
--conduction-input-checkbox-hover-color: var(--dimpact-color-white-100);
|
|
278
|
+
--conduction-input-checkbox-border-color: var(--dimpact-color-grey-46);
|
|
279
|
+
--conduction-input-checkbox-border-width: var(--dimpact-size-4xs);
|
|
280
|
+
--conduction-input-checkbox-color: var(--dimpact-color-white-100);
|
|
226
281
|
--conduction-card-wrapper-padding-block-start: var(--dimpact-size-md);
|
|
227
282
|
--conduction-card-wrapper-padding-block-end: var(--dimpact-size-md);
|
|
228
283
|
--conduction-card-wrapper-padding-inline-start: var(--dimpact-size-md);
|
|
@@ -392,6 +447,11 @@
|
|
|
392
447
|
--utrecht-blockquote-content-color: var(--dimpact-color-black-0);
|
|
393
448
|
--utrecht-blockquote-margin-inline-end: var(--dimpact-size-xl);
|
|
394
449
|
--utrecht-blockquote-margin-inline-start: var(--dimpact-size-xl);
|
|
450
|
+
--utrecht-badge-padding-inline: var(--dimpact-size-xs);
|
|
451
|
+
--utrecht-badge-padding-block: var(--dimpact-size-xs);
|
|
452
|
+
--utrecht-badge-font-weight: var(--dimpact-typography-font-weight-normal);
|
|
453
|
+
--utrecht-badge-font-size: var(--dimpact-font-size-sm);
|
|
454
|
+
--utrecht-badge-color: var(--dimpact-color-primary);
|
|
395
455
|
--utrecht-badge-counter-padding-inline: var(--dimpact-size-2xs);
|
|
396
456
|
--utrecht-badge-counter-padding-block: var(--dimpact-size-2xs);
|
|
397
457
|
--utrecht-badge-counter-font-weight: var(--dimpact-typography-font-weight-normal);
|
|
@@ -451,6 +511,9 @@
|
|
|
451
511
|
--conduction-input-select-placeholder-color: var(--utrecht-form-input-placeholder-color);
|
|
452
512
|
--conduction-pagination-item-font-family: var(--utrecht-document-font-family);
|
|
453
513
|
--conduction-pagination-item-font-size: var(--utrecht-document-font-size);
|
|
514
|
+
--conduction-input-checkbox-label-font-family: var(--utrecht-document-font-family);
|
|
515
|
+
--conduction-input-checkbox-label-font-size: var(--utrecht-document-font-size);
|
|
516
|
+
--conduction-input-checkbox-label-color: var(--utrecht-document-color);
|
|
454
517
|
--utrecht-unordered-list-font-size: var(--utrecht-document-font-size);
|
|
455
518
|
--utrecht-ordered-list-font-size: var(--utrecht-document-font-size);
|
|
456
519
|
--utrecht-table-header-cell-color: var(--utrecht-document-color);
|