@conduction/theme 1.1.38 → 1.1.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/municipalities/bct-design-tokens/LICENSE.md +17 -0
- package/municipalities/bct-design-tokens/README.md +3 -0
- package/municipalities/bct-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/bct-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/bct-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/bct-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/bct-design-tokens/package.json +40 -0
- package/municipalities/bct-design-tokens/src/brand/bct/color.tokens.json +137 -0
- package/municipalities/bct-design-tokens/src/brand/bct/font-size.tokens.json +50 -0
- package/municipalities/bct-design-tokens/src/brand/bct/size.tokens.json +17 -0
- package/municipalities/bct-design-tokens/src/brand/bct/typography.tokens.json +45 -0
- package/municipalities/bct-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/bct-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/bct-design-tokens/src/component/conduction/card-header.tokens.json +27 -0
- package/municipalities/bct-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
- package/municipalities/bct-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/bct-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +27 -0
- package/municipalities/bct-design-tokens/src/component/conduction/navigation.tokens.json +88 -0
- package/municipalities/bct-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/bct-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/bct-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/bct-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
- package/municipalities/bct-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/bct-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/bct-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/bct-design-tokens/src/component/utrecht/textbox.tokens.json +34 -0
- package/municipalities/bct-design-tokens/src/config.json +73 -0
- package/municipalities/bct-design-tokens/src/font.js +8 -0
- package/municipalities/bct-design-tokens/src/font.scss +385 -0
- package/municipalities/bct-design-tokens/src/index.scss +8 -0
- package/municipalities/bct-design-tokens/style-dictionary.config.js +6 -0
- package/package.json +3 -2
package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"breadcrumb-nav": {
|
|
4
|
+
"background-color": { "value": "{bct.color.white.100}" },
|
|
5
|
+
"border-radius": { "value": "3px" },
|
|
6
|
+
"padding-inline-start": { "value": "0" },
|
|
7
|
+
"padding-inline-end": { "value": "0" },
|
|
8
|
+
"padding-block-start": { "value": "12px" },
|
|
9
|
+
"padding-block-end": { "value": "12px" },
|
|
10
|
+
"link": {
|
|
11
|
+
"font-weight": {},
|
|
12
|
+
"disabled": {
|
|
13
|
+
"background-color": {}
|
|
14
|
+
},
|
|
15
|
+
"hover": {
|
|
16
|
+
"background-color": {}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-field": {
|
|
4
|
+
"description": {
|
|
5
|
+
"valid-color": { "value": "{bct.color.succes}" },
|
|
6
|
+
"warning-color": { "value": "{bct.color.warning}" },
|
|
7
|
+
"invalid-color": { "value": "{bct.color.error}" },
|
|
8
|
+
"margin-block-end": { "value": "12px" },
|
|
9
|
+
"margin-block-start": { "value": "12px" }
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-input": {
|
|
4
|
+
"background-color": { "value": "{bct.color.white.100}" },
|
|
5
|
+
"line-height": {},
|
|
6
|
+
"placeholder": {
|
|
7
|
+
"color": { "value": "{bct.color.grey.46}" }
|
|
8
|
+
},
|
|
9
|
+
"disabled": {
|
|
10
|
+
"background-color": { "value": "{bct.color.grey.90}" }
|
|
11
|
+
},
|
|
12
|
+
"focus": {
|
|
13
|
+
"background-color": { "value": "{bct.color.white.100}" },
|
|
14
|
+
"border-color": {},
|
|
15
|
+
"color": {}
|
|
16
|
+
},
|
|
17
|
+
"invalid": {
|
|
18
|
+
"background-color": {},
|
|
19
|
+
"color": {}
|
|
20
|
+
},
|
|
21
|
+
"read-only": {
|
|
22
|
+
"background-color": { "value": "{bct.color.grey.95}" }
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-footer": {
|
|
4
|
+
"font-size": {},
|
|
5
|
+
"font-family": {},
|
|
6
|
+
"min-height": { "value": "224px" },
|
|
7
|
+
"logo": {
|
|
8
|
+
"max-height": { "value": "100px" },
|
|
9
|
+
"max-width": { "value": "100px" }
|
|
10
|
+
},
|
|
11
|
+
"background-size": { "value": "contain" },
|
|
12
|
+
"background-position": { "value": "left" },
|
|
13
|
+
"mobile": {
|
|
14
|
+
"background-position": { "value": "left" }
|
|
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": "{bct.size.4xs}" },
|
|
28
|
+
"text-underline-offset": { "value": "{bct.size.3xs}" },
|
|
29
|
+
"hover": {
|
|
30
|
+
"color": { "value": "{bct.color.white.100}" },
|
|
31
|
+
"text-decoration": { "value": "none" },
|
|
32
|
+
"text-decoration-thickness": { "value": "{bct.size.4xs}" },
|
|
33
|
+
"font-weight": {}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"radio-button": {
|
|
4
|
+
"min-block-size": { "value": "16px" },
|
|
5
|
+
"min-inline-size": { "value": "16px" },
|
|
6
|
+
"checked-disabled": {
|
|
7
|
+
"border-color": { "value": "{bct.color.grey.82}" },
|
|
8
|
+
"border-width": { "value": "{bct.size.4xs}" },
|
|
9
|
+
"background-color": { "value": "{bct.color.white.100}" },
|
|
10
|
+
"color": { "value": "{bct.color.grey.82}" }
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"skip-link": {
|
|
4
|
+
"font-weight": { "value": "{bct.typography.font-weight.bold}" },
|
|
5
|
+
"font-size": { "value": "{bct.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": { "value": "{bct.color.white.100}" },
|
|
6
|
+
"header": {
|
|
7
|
+
"border-block-end-color": { "value": "{bct.color.grey.82}" },
|
|
8
|
+
"border-block-end-width": { "value": "{bct.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": { "value": "{bct.color.grey.97}" },
|
|
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
|
+
}
|
package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"textbox": {
|
|
4
|
+
"background-color": { "value": "{bct.color.white.100}" },
|
|
5
|
+
"line-height": {},
|
|
6
|
+
"placeholder": {
|
|
7
|
+
"color": { "value": "{bct.color.grey.46}" }
|
|
8
|
+
},
|
|
9
|
+
"disabled": {
|
|
10
|
+
"background-color": { "value": "{bct.color.grey.90}" }
|
|
11
|
+
},
|
|
12
|
+
"focus": {
|
|
13
|
+
"background-color": { "value": "{bct.color.white.100}" },
|
|
14
|
+
"border-color": {},
|
|
15
|
+
"color": {}
|
|
16
|
+
},
|
|
17
|
+
"invalid": {
|
|
18
|
+
"background-color": {},
|
|
19
|
+
"color": {}
|
|
20
|
+
},
|
|
21
|
+
"read-only": {
|
|
22
|
+
"background-color": { "value": "{bct.color.grey.95}" }
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"focus": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"color": {},
|
|
6
|
+
"outline-color": {},
|
|
7
|
+
"outline-offset": { "value": "2.5px" },
|
|
8
|
+
"outline-style": {},
|
|
9
|
+
"outline-width": { "value": "2.5px" },
|
|
10
|
+
"inverse": {
|
|
11
|
+
"outline-color": { "value": "{bct.color.black.0-60t}" }
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-field": {
|
|
4
|
+
"margin-block-start": { "value": "13px" },
|
|
5
|
+
"margin-block-end": { "value": "{bct.size.2xs}" },
|
|
6
|
+
"max-inline-size": {},
|
|
7
|
+
"invalid": {
|
|
8
|
+
"border-inline-start-color": { "value": "{bct.color.error}" },
|
|
9
|
+
"border-inline-start-width": { "value": "3px" },
|
|
10
|
+
"padding-inline-start": { "value": "12px" }
|
|
11
|
+
},
|
|
12
|
+
"label": {
|
|
13
|
+
"margin-block-end": {}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-input": {
|
|
4
|
+
"border-bottom-width": {},
|
|
5
|
+
"border-color": { "value": "{bct.color.grey.48}" },
|
|
6
|
+
"border-radius": { "value": "3px" },
|
|
7
|
+
"border-width": { "value": "{bct.size.4xs}" },
|
|
8
|
+
"color": { "value": "{bct.color.grey.29}" },
|
|
9
|
+
"font-family": { "value": "{bct.typography.roboto.font-family}" },
|
|
10
|
+
"font-size": {
|
|
11
|
+
"value": "0.938rem",
|
|
12
|
+
"comment": "15px"
|
|
13
|
+
},
|
|
14
|
+
"min-inline-height": {},
|
|
15
|
+
"max-inline-size": {},
|
|
16
|
+
"padding-block-end": { "value": "{bct.size.xs}" },
|
|
17
|
+
"padding-block-start": { "value": "{bct.size.xs}" },
|
|
18
|
+
"padding-inline-end": { "value": "{bct.size.sm}" },
|
|
19
|
+
"padding-inline-start": { "value": "{bct.size.sm}" },
|
|
20
|
+
"disabled": {
|
|
21
|
+
"border-color": { "value": "{bct.color.grey.87}" },
|
|
22
|
+
"color": {}
|
|
23
|
+
},
|
|
24
|
+
"invalid": {
|
|
25
|
+
"border-color": { "value": "{bct.color.error}" },
|
|
26
|
+
"border-width": { "value": "{bct.size.4xs}" }
|
|
27
|
+
},
|
|
28
|
+
"read-only": {
|
|
29
|
+
"border-color": { "value": "{bct.color.grey.48}" },
|
|
30
|
+
"color": {}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-label": {
|
|
4
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
5
|
+
"font-weight": {},
|
|
6
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
7
|
+
"checkbox": {
|
|
8
|
+
"color": {},
|
|
9
|
+
"font-weight": {}
|
|
10
|
+
},
|
|
11
|
+
"checked": {
|
|
12
|
+
"font-weight": {}
|
|
13
|
+
},
|
|
14
|
+
"disabled": {
|
|
15
|
+
"color": {}
|
|
16
|
+
},
|
|
17
|
+
"radio": {
|
|
18
|
+
"color": {},
|
|
19
|
+
"font-weight": {}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"heading-1": {
|
|
4
|
+
"color": { "value": "{bct.color.grey.20}" },
|
|
5
|
+
"font-family": { "value": "{bct.typography.roboto-slab.font-family}" },
|
|
6
|
+
"font-size": { "value": "{bct.font-size.3xl}" },
|
|
7
|
+
"font-weight": { "value": "{bct.typography.font-weight.bold}" },
|
|
8
|
+
"line-height": {},
|
|
9
|
+
"margin-block-end": { "value": "{bct.size.2xl}" },
|
|
10
|
+
"margin-block-start": { "value": "{bct.size.md}" }
|
|
11
|
+
},
|
|
12
|
+
"heading-2": {
|
|
13
|
+
"color": { "value": "{bct.color.pink.45}" },
|
|
14
|
+
"font-family": { "value": "{bct.typography.roboto-slab.font-family}" },
|
|
15
|
+
"font-size": { "value": "{bct.font-size.2xl}" },
|
|
16
|
+
"font-weight": { "value": "{bct.typography.font-weight.normal}" },
|
|
17
|
+
"line-height": {},
|
|
18
|
+
"margin-block-end": { "value": "{bct.size.2xl}" },
|
|
19
|
+
"margin-block-start": { "value": "{bct.size.md}" }
|
|
20
|
+
},
|
|
21
|
+
"heading-3": {
|
|
22
|
+
"color": { "value": "{bct.color.grey.32}" },
|
|
23
|
+
"font-family": { "value": "{bct.typography.roboto-slab.font-family}" },
|
|
24
|
+
"font-size": { "value": "{bct.font-size.xl}" },
|
|
25
|
+
"font-weight": { "value": "{bct.typography.font-weight.normal}" },
|
|
26
|
+
"line-height": {},
|
|
27
|
+
"margin-block-end": { "value": "{bct.size.xl}" },
|
|
28
|
+
"margin-block-start": { "value": "{bct.size.md}" }
|
|
29
|
+
},
|
|
30
|
+
"heading-4": {
|
|
31
|
+
"color": { "value": "{bct.color.grey.32}" },
|
|
32
|
+
"font-family": { "value": "{bct.typography.roboto-slab.font-family}" },
|
|
33
|
+
"font-size": { "value": "{bct.font-size.xl}" },
|
|
34
|
+
"font-weight": { "value": "{bct.typography.font-weight.normal}" },
|
|
35
|
+
"line-height": {},
|
|
36
|
+
"margin-block-end": { "value": "{bct.size.lg}" },
|
|
37
|
+
"margin-block-start": { "value": "{bct.size.md}" }
|
|
38
|
+
},
|
|
39
|
+
"heading-5": {
|
|
40
|
+
"color": { "value": "{bct.color.grey.32}" },
|
|
41
|
+
"font-family": { "value": "{bct.typography.roboto-slab.font-family}" },
|
|
42
|
+
"font-size": { "value": "{bct.font-size.md}" },
|
|
43
|
+
"font-weight": { "value": "{bct.typography.font-weight.light}" },
|
|
44
|
+
"line-height": {},
|
|
45
|
+
"margin-block-end": { "value": "{bct.size.lg}" },
|
|
46
|
+
"margin-block-start": { "value": "{bct.size.md}" }
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"link": {
|
|
4
|
+
"color": { "value": "{bct.color.grey.32}" },
|
|
5
|
+
"text-decoration": { "value": "underline" },
|
|
6
|
+
"text-decoration-color": { "value": "unset" },
|
|
7
|
+
"text-decoration-thickness": { "value": "{bct.size.4xs}" },
|
|
8
|
+
"text-underline-offset": { "value": "{bct.size.4xs}" },
|
|
9
|
+
"active": {
|
|
10
|
+
"color": {}
|
|
11
|
+
},
|
|
12
|
+
"focus": {
|
|
13
|
+
"color": {},
|
|
14
|
+
"text-decoration": {},
|
|
15
|
+
"text-decoration-thickness": {}
|
|
16
|
+
},
|
|
17
|
+
"hover": {
|
|
18
|
+
"color": { "value": "{bct.color.grey.32}" },
|
|
19
|
+
"text-decoration": { "value": "dotted" },
|
|
20
|
+
"text-decoration-thickness": { "value": "{bct.size.4xs}" }
|
|
21
|
+
},
|
|
22
|
+
"placeholder": {
|
|
23
|
+
"color": {}
|
|
24
|
+
},
|
|
25
|
+
"visited": {
|
|
26
|
+
"color": { "value": "{bct.color.grey.32}" }
|
|
27
|
+
},
|
|
28
|
+
"icon": {
|
|
29
|
+
"size": { "value": "{bct.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": "{bct.size.sm}" },
|
|
7
|
+
"margin-block-end": { "value": "{bct.size.sm}" },
|
|
8
|
+
"padding-inline-start": { "value": "{bct.size.xl}" },
|
|
9
|
+
"item": {
|
|
10
|
+
"margin-block-start": { "value": "{bct.size.2xs}" },
|
|
11
|
+
"margin-block-end": { "value": "{bct.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": "{bct.size.md}" },
|
|
19
|
+
"margin-block-end": { "value": 0 },
|
|
20
|
+
"padding-inline-start": { "value": "2ch" },
|
|
21
|
+
"item": {
|
|
22
|
+
"margin-block-start": { "value": "{bct.size.xs}" },
|
|
23
|
+
"margin-block-end": { "value": "{bct.size.xs}" },
|
|
24
|
+
"padding-inline-start": { "value": "1ch" }
|
|
25
|
+
},
|
|
26
|
+
"marker": {
|
|
27
|
+
"color": { "value": "{bct.color.grey.32}" }
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-footer": {
|
|
4
|
+
"background-color": { "value": "{bct.color.grey.20}" },
|
|
5
|
+
"background-image": {
|
|
6
|
+
"value": "url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAAEECAMAAABZbIX/AAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAKHRSTlMAsFyNjKCskoing19Pm2NYCKN+ZheWSRN7VA1AbzJyagN2RTghJysdAaypRwAAB5hJREFUeNrU2wuSokAMBmCygUZARGFwxPdj1PvfcKt2cLPjKhBoSPhP8FVXP9KhceBHAq9MvP9lJXOnl8DPmEXJxpkV9c3pJfDMfgz3yop6SYPdo5qGO85sqIsvp4/AWzbaUCeXo9ND4FUCewty+elQ+lPTcLszG4PdyxSB9+z4ZGOwL32sR6hgY2ZjPa4d+4G3CSztflfHfqCKnduY2WfHGVINZpHaWI/rYdVgPBszezewGgzaWI/HgdVgbMyRj6HV4O0jhVOkTm3yU6Sv8IO6LHDVlT29D642uZt23LaT3eBq8LAzezMfXG38zuzpx+Bq8BAxzVSVq9BosBHDTFO5Co0Guyt7uR5ebfxvtp7jEZoN9jdbzfHYSB34XdlLAbWJsSM7mQ+vhoXflf0loDY5luxZ2+NRQA0elklnGq4GDdXGL9Vuywow+RBQQ4wPdhq1Ut8k1AaRRlt8YkPT5MQ+iV9oGqsD/JvJXqha5auNj8Te8tXFVUINMVImBz57d5RQB/6/7EzoGkZq1vnY+pBcfgqo6Xxsuf8V94HVNEUokxOXfRVQ05ZN+5/YcgT+FKEVyV2OImqDT2zeipyKqJ+nCLe5k6xl1AE+sXkr8i6jBh+xw4rcCanj58FmTe2NkDrA54QRYznKqKnwo3DOyLmQOsbnuHuBvhnwsvhfzaharwJqqkXa7toX62p+ucq/R56F1FSLtLnZFFLqBWH5V4RiLqQ2/it2Gg3bgAJu8ldqdz/sVyXoOrE5LeLkJqU2RGVfI5OdjJrqvlbV30ZMHROVfbE5H6XUwWu1mw7YogR+8E22DdRrMXVOUO6dffoppvYQefuI/XYwdJ7YnAZxcZdS06HOr0eKLzk1TWzuwZ5c5dQ0sbmbdnITU8MC3yata4nIqQP/rdrdDtJXhW7LkdsfuQiqc8SWC/Iyl1JTAcWvtDeCag+rBjuqUq+l1LSJ8MuRs6Da+FXs1SjVbtb7R0dolRyrkipVx5Vqd6tTTcuRedRMJdUB1gy2SrXB6qSzfi8z0C5+tXqyVanOawdbo9rDupmtUb3AmoSv1YWo2mBdDgrHGmrVoUa1X6d2D2NUY6pQndeqJwdtZ2Nl/URtP3VqD2sTZspqPtqwK2+Q6tQB1ieMxqjGg6p7I3XNqpNqU5smajfT1A+hrllNUk29p8Zqd6aoz0cvoOpyGqU6jNT0rxnqyVbNtwI60tnFyG0UagwzJd/AWGp3q+R7I0uNq0jHt91mRR99gtTxHZ2ndvc63izw1BjqeB9CPyA3y0zFWxyueqXh3RMV2A0ziRS8MWOr8aDgPR9fvZJ/O9lCHUbi71RbqCcH8TfBfDU9hi/WI1JjOivVzpjUjwcB51GpH7XIZVTqR7l6HZe6LFc/xqUuP3fMxdVUPTXui0ydkanDP7WTAjWRmrbOdmNT/27vXHDbhmEwbFiRFC0THAdzt6xrka6v+9+wiB8hHKAwGZQyf6A8wQeBoig++0L4Fzjqw7lHGo56u6t/7ten9kTEtH33gNSP9cMJj/pQv1arU4cspP5Rv+NRu23zG5B60+wNUHdS6iMi9bb5a4A6Qup1RLQhySHaazH1Y/28/tvYOrEf8n99P6R1iD6fd2L/ul7fv84O8S/TCdV6Z+LfGJ0D/KM7mTxdQqq2K5ktxp6SUEFsxPnI8Eliqm8rU2eZgvyzEb8+Gz68XMGZBS4v05sQuBxYb0Lg8o29CYHL7WbZw2gkj04mRFazMJg+k327VutDkiyTZKQWp+1p0Oqe+ssIV2PWU6PV8w0xPrTayeEyotWpDpcRrSbY9zxg9ddjmgCs1n28jGB9BWEAAuvhGC8jWL/MqNZgvUlRYKzN9IFNao3VczepNVZ/Y8c/aju9pJOCYPXtphEJq0d6sntY/eiT3YPq/U8TNdSchYvdg5ppcVFrpPkhFy8ValZLiuzH3BC1Z2u1oRlEoWNrtaF5T4ELfdgZoiYFQZpj1rGP2hA1KQjSfD5SEKRZiJFrQCzNnUwEBjTjMzMNiKl5qtwc0pOp2bUtUePMCQ6Z+1u0NJM5RWbZjan5160jgZk1PlMQmLnuIfIeGFsz9D0viGpsX0Fk6Yex3RAtz9cztocj8txqWztPZo4TzH6ZmdlD2eWTIusqGtubNDN7KDuq5mEQlH1gc7MHsnstZI79sLbnbm72UHYKzo8aZH9jmAOC7MrMnFgCS76sxVGs1SA7YK+OGmPfborLSm1vt/H1UUPskb4+aoyd3f4KEmI/eoiMik62nApR5+VkqL29/2FRqbk3sWR/Y2Z4ekwp10vaLjYd7STU70WoQ8eIJHCl2AyilvF94UuhfvTQMZICArkvQu3FN1E5nkpy8wOzpZvIkzIzLbLwo8iIlulTp9tyApqpRhL5VSTzIb2M+tRe9HthRRVO6tQhMsyHSI6vlTZ18GJoRhBYmzoxWp6FcrfXpg4d0+aJ3FRtav/10M2bNnWKEuhyYScSiX6QcyqX40mZ2i/FxlZX60qiHxTwlcuLLnXIGtDNXpe61YCu7ypV6hA1oOsHXepPoTcEfYP8UqX2CidN2VEl6hQVoKncSYc6dOIYdcksEgnL6G3+3AhNXuq3VB/+nxpBbgQyugAAAABJRU5ErkJggg==\")"
|
|
7
|
+
},
|
|
8
|
+
"color": { "value": "{bct.color.white.100-80t}" },
|
|
9
|
+
"padding-inline-end": { "value": "{bct.size.sm}" },
|
|
10
|
+
"padding-inline-start": { "value": "{bct.size.sm}" },
|
|
11
|
+
"padding-block-end": { "value": "30px" },
|
|
12
|
+
"padding-block-start": { "value": "30px" }
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-header": {
|
|
4
|
+
"background-color": { "value": "{bct.color.white.100}" },
|
|
5
|
+
"color": { "value": "{bct.color.grey.32}" },
|
|
6
|
+
"padding-block-start": { "value": "{bct.size.sm}" },
|
|
7
|
+
"padding-block-end": { "value": "{bct.size.sm}" }
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"paragraph": {
|
|
4
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
5
|
+
"font-family": { "value": "{bct.typography.roboto.font-family}" },
|
|
6
|
+
"font-size": { "value": "{bct.font-size.lg}" },
|
|
7
|
+
"font-weight": { "value": "{bct.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,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"radio-button": {
|
|
4
|
+
"background-color": { "value": "{bct.color.white.100}" },
|
|
5
|
+
"border-color": { "value": "{bct.color.grey.46}" },
|
|
6
|
+
"border-width": { "value": "{bct.size.4xs}" },
|
|
7
|
+
"size": {},
|
|
8
|
+
"margin-block-start": {},
|
|
9
|
+
"icon": {
|
|
10
|
+
"size": { "value": "5px" }
|
|
11
|
+
},
|
|
12
|
+
"active": {
|
|
13
|
+
"border-color": {},
|
|
14
|
+
"border-width": {},
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"color": {}
|
|
17
|
+
},
|
|
18
|
+
"checked": {
|
|
19
|
+
"border-color": { "value": "{bct.color.primary}" },
|
|
20
|
+
"border-width": { "value": "{bct.size.4xs}" },
|
|
21
|
+
"background-color": { "value": "{bct.color.white.100}" },
|
|
22
|
+
"color": { "value": "{bct.color.primary}" },
|
|
23
|
+
"active": {
|
|
24
|
+
"border-color": { "value": "{bct.color.primary}" },
|
|
25
|
+
"border-width": { "value": "{bct.size.4xs}" },
|
|
26
|
+
"background-color": { "value": "{bct.color.white.100}" },
|
|
27
|
+
"color": { "value": "{bct.color.primary}" }
|
|
28
|
+
},
|
|
29
|
+
"hover": {
|
|
30
|
+
"border-color": { "value": "{bct.color.primary-hover}" },
|
|
31
|
+
"border-width": { "value": "{bct.size.4xs}" },
|
|
32
|
+
"background-color": { "value": "{bct.color.white.100}" },
|
|
33
|
+
"color": { "value": "{bct.color.primary-hover}" }
|
|
34
|
+
},
|
|
35
|
+
"focus": {
|
|
36
|
+
"border-color": { "value": "{bct.color.primary}" },
|
|
37
|
+
"border-width": { "value": "{bct.size.4xs}" },
|
|
38
|
+
"background-color": { "value": "{bct.color.white.100}" },
|
|
39
|
+
"color": { "value": "{bct.color.primary}" }
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"hover": {
|
|
43
|
+
"border-color": { "value": "{bct.color.grey.31}" },
|
|
44
|
+
"border-width": { "value": "{bct.size.4xs}" },
|
|
45
|
+
"background-color": { "value": "{bct.color.white.100}" },
|
|
46
|
+
"color": {}
|
|
47
|
+
},
|
|
48
|
+
"focus": {
|
|
49
|
+
"border-color": { "value": "{bct.color.primary}" },
|
|
50
|
+
"border-width": { "value": "{bct.size.4xs}" },
|
|
51
|
+
"background-color": { "value": "{bct.color.white.100}" },
|
|
52
|
+
"color": { "value": "{bct.color.primary}" }
|
|
53
|
+
},
|
|
54
|
+
"disabled": {
|
|
55
|
+
"border-color": { "value": "{bct.color.grey.82}" },
|
|
56
|
+
"border-width": { "value": "{bct.size.4xs}" },
|
|
57
|
+
"background-color": { "value": "{bct.color.grey.97}" },
|
|
58
|
+
"color": { "value": "{bct.color.grey.82}" }
|
|
59
|
+
},
|
|
60
|
+
"invalid": {
|
|
61
|
+
"border-color": { "value": "{bct.color.error}" },
|
|
62
|
+
"border-width": { "value": "{bct.size.4xs}" },
|
|
63
|
+
"background-color": { "value": "{bct.color.white.100}" },
|
|
64
|
+
"color": { "value": "{bct.color.error}" }
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"skip-link": {
|
|
4
|
+
"background-color": { "value": "{bct.color.grey.87}" },
|
|
5
|
+
"color": { "value": "{bct.color.grey.27}" },
|
|
6
|
+
"min-block-size": { "value": "20px" },
|
|
7
|
+
"min-inline-size": { "value": "20px" },
|
|
8
|
+
"padding-block-start": { "value": "15px" },
|
|
9
|
+
"padding-block-end": { "value": "{bct.size.sm}" },
|
|
10
|
+
"padding-inline-start": { "value": "23px" },
|
|
11
|
+
"padding-inline-end": { "value": "23px" },
|
|
12
|
+
"text-decoration": { "value": "none" },
|
|
13
|
+
"z-index": { "value": "100000" }
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|