@conduction/theme 1.1.24 → 1.1.26
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 +2 -0
- package/conduction-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/conduction-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +0 -1
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/opencatalogi-design-tokens/src/components/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/opencatalogi-design-tokens/src/components/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/roosendaal-design-tokens/LICENSE.md +17 -0
- package/municipalities/roosendaal-design-tokens/README.md +3 -0
- package/municipalities/roosendaal-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/roosendaal-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/roosendaal-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/roosendaal-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/roosendaal-design-tokens/package.json +42 -0
- package/municipalities/roosendaal-design-tokens/src/brand/roosendaal/color.tokens.json +122 -0
- package/municipalities/roosendaal-design-tokens/src/brand/roosendaal/font-size.tokens.json +50 -0
- package/municipalities/roosendaal-design-tokens/src/brand/roosendaal/size.tokens.json +17 -0
- package/municipalities/roosendaal-design-tokens/src/brand/roosendaal/typography.tokens.json +53 -0
- package/municipalities/roosendaal-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/roosendaal-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/roosendaal-design-tokens/src/component/conduction/card-header.tokens.json +29 -0
- package/municipalities/roosendaal-design-tokens/src/component/conduction/card-wrapper.tokens.json +30 -0
- package/municipalities/roosendaal-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/roosendaal-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/roosendaal-design-tokens/src/component/conduction/logo.tokens.json +27 -0
- package/municipalities/roosendaal-design-tokens/src/component/conduction/navigation.tokens.json +79 -0
- package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/roosendaal-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/roosendaal-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/roosendaal-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/roosendaal-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/roosendaal-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/button.tokens.json +153 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +20 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/form-input.tokens.json +45 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/textbox.tokens.json +45 -0
- package/municipalities/roosendaal-design-tokens/src/config.json +58 -0
- package/municipalities/roosendaal-design-tokens/src/font/MuseoSans.woff2 +0 -0
- package/municipalities/roosendaal-design-tokens/src/font/MuseoSansBolder.woff2 +0 -0
- package/municipalities/roosendaal-design-tokens/src/font.scss +10 -0
- package/municipalities/roosendaal-design-tokens/src/index.scss +8 -0
- package/municipalities/roosendaal-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/municipalities/zutphen-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +5 -1
- package/municipalities/zutphen-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +4 -1
- package/package.json +3 -2
package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"table": {
|
|
4
|
+
"border-collapse": { "value": "collapse" },
|
|
5
|
+
"background-color": { "value": "{roosendaal.color.white.98}" },
|
|
6
|
+
"header": {
|
|
7
|
+
"border-block-end-color": { "value": "{roosendaal.color.grey.58}" },
|
|
8
|
+
"border-block-end-width": { "value": "{roosendaal.size.4xs}" },
|
|
9
|
+
"font-family": {}
|
|
10
|
+
},
|
|
11
|
+
"header-cell": {
|
|
12
|
+
"border-inline-end-width": { "value": "{roosendaal.size.4xs}" },
|
|
13
|
+
"border-inline-end-style": { "value": "solid" },
|
|
14
|
+
"border-inline-end-color": { "value": "{roosendaal.color.grey.58}" }
|
|
15
|
+
},
|
|
16
|
+
"cell": {
|
|
17
|
+
"border-inline-end-width": { "value": "{roosendaal.size.4xs}" },
|
|
18
|
+
"border-inline-end-style": { "value": "solid" },
|
|
19
|
+
"border-inline-end-color": { "value": "{roosendaal.color.grey.58}" }
|
|
20
|
+
},
|
|
21
|
+
"row": {
|
|
22
|
+
"hover": {
|
|
23
|
+
"background-color": { "value": "{roosendaal.color.green.95}" },
|
|
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,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-input": {
|
|
4
|
+
"background-color": { "value": "{roosendaal.color.white.100}" },
|
|
5
|
+
"border-block-end-width": {},
|
|
6
|
+
"border-bottom-width": {},
|
|
7
|
+
"border-color": { "value": "{roosendaal.color.green.33}" },
|
|
8
|
+
"border-radius": { "value": "0px" },
|
|
9
|
+
"border-width": { "value": "{roosendaal.size.4xs}" },
|
|
10
|
+
"color": { "value": "{roosendaal.color.grey.29}" },
|
|
11
|
+
"font-family": { "value": "{roosendaal.typography.sans-serif.font-family}" },
|
|
12
|
+
"font-size": { "value": "{roosendaal.font-size.md}" },
|
|
13
|
+
"line-height": { "value": "21px" },
|
|
14
|
+
"max-inline-size": {},
|
|
15
|
+
"padding-block-end": { "value": "12px" },
|
|
16
|
+
"padding-block-start": { "value": "12px" },
|
|
17
|
+
"padding-inline-end": { "value": "{roosendaal.size.xl}" },
|
|
18
|
+
"padding-inline-start": { "value": "{roosendaal.size.xl}" },
|
|
19
|
+
"placeholder": {
|
|
20
|
+
"color": { "value": "{roosendaal.color.grey.46}" }
|
|
21
|
+
},
|
|
22
|
+
"disabled": {
|
|
23
|
+
"background-color": {},
|
|
24
|
+
"border-color": {},
|
|
25
|
+
"color": {}
|
|
26
|
+
},
|
|
27
|
+
"focus": {
|
|
28
|
+
"background-color": {},
|
|
29
|
+
"border-color": { "value": "{roosendaal.color.green.33}" },
|
|
30
|
+
"color": {}
|
|
31
|
+
},
|
|
32
|
+
"invalid": {
|
|
33
|
+
"background-color": {},
|
|
34
|
+
"border-color": {},
|
|
35
|
+
"border-width": {},
|
|
36
|
+
"color": {}
|
|
37
|
+
},
|
|
38
|
+
"read-only": {
|
|
39
|
+
"background-color": {},
|
|
40
|
+
"border-color": {},
|
|
41
|
+
"color": {}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"heading-1": {
|
|
4
|
+
"color": { "value": "{roosendaal.color.green.15}" },
|
|
5
|
+
"font-family": { "value": "{roosendaal.typography.museosans.font-family}" },
|
|
6
|
+
"font-size": { "value": "{roosendaal.font-size.3xl}" },
|
|
7
|
+
"font-weight": { "value": "{roosendaal.typography.font-weight.bold}" },
|
|
8
|
+
"line-height": { "value": "1.56097" },
|
|
9
|
+
"margin-block-end": { "value": "{roosendaal.size.2xl}" },
|
|
10
|
+
"margin-block-start": { "value": "{roosendaal.size.md}" }
|
|
11
|
+
},
|
|
12
|
+
"heading-2": {
|
|
13
|
+
"color": { "value": "{roosendaal.color.green.15}" },
|
|
14
|
+
"font-family": { "value": "{roosendaal.typography.museosans.font-family}" },
|
|
15
|
+
"font-size": { "value": "{roosendaal.font-size.2xl}" },
|
|
16
|
+
"font-weight": { "value": "{roosendaal.typography.font-weight.bold}" },
|
|
17
|
+
"line-height": { "value": "1.58333" },
|
|
18
|
+
"margin-block-end": { "value": "{roosendaal.size.2xl}" },
|
|
19
|
+
"margin-block-start": { "value": "{roosendaal.size.md}" }
|
|
20
|
+
},
|
|
21
|
+
"heading-3": {
|
|
22
|
+
"color": { "value": "{roosendaal.color.green.15}" },
|
|
23
|
+
"font-family": { "value": "{roosendaal.typography.museosans.font-family}" },
|
|
24
|
+
"font-size": { "value": "{roosendaal.font-size.xl}" },
|
|
25
|
+
"font-weight": { "value": "{roosendaal.typography.font-weight.bold}" },
|
|
26
|
+
"line-height": { "value": "1.59375" },
|
|
27
|
+
"margin-block-end": { "value": "{roosendaal.size.xl}" },
|
|
28
|
+
"margin-block-start": { "value": "{roosendaal.size.md}" }
|
|
29
|
+
},
|
|
30
|
+
"heading-4": {
|
|
31
|
+
"color": { "value": "{roosendaal.color.green.15}" },
|
|
32
|
+
"font-family": { "value": "{roosendaal.typography.museosans.font-family}" },
|
|
33
|
+
"font-size": { "value": "{roosendaal.font-size.lg}" },
|
|
34
|
+
"font-weight": { "value": "{roosendaal.typography.font-weight.bold}" },
|
|
35
|
+
"line-height": { "value": "1.60714" },
|
|
36
|
+
"margin-block-end": { "value": "{roosendaal.size.lg}" },
|
|
37
|
+
"margin-block-start": { "value": "{roosendaal.size.md}" }
|
|
38
|
+
},
|
|
39
|
+
"heading-5": {
|
|
40
|
+
"color": { "value": "{roosendaal.color.green.15}" },
|
|
41
|
+
"font-family": { "value": "{roosendaal.typography.museosans.font-family}" },
|
|
42
|
+
"font-size": { "value": "{roosendaal.font-size.md}" },
|
|
43
|
+
"font-weight": { "value": "{roosendaal.typography.font-weight.bold}" },
|
|
44
|
+
"line-height": { "value": "1.64" },
|
|
45
|
+
"margin-block-end": { "value": "{roosendaal.size.lg}" },
|
|
46
|
+
"margin-block-start": { "value": "{roosendaal.size.md}" }
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"link": {
|
|
4
|
+
"color": { "value": "{roosendaal.color.green.35}" },
|
|
5
|
+
"text-decoration": { "value": "underline" },
|
|
6
|
+
"text-decoration-color": { "value": "{roosendaal.color.green.35}" },
|
|
7
|
+
"text-decoration-thickness": { "value": "{roosendaal.size.4xs}" },
|
|
8
|
+
"text-underline-offset": { "value": "{roosendaal.size.3xs}" },
|
|
9
|
+
"active": {
|
|
10
|
+
"color": {}
|
|
11
|
+
},
|
|
12
|
+
"focus": {
|
|
13
|
+
"color": {},
|
|
14
|
+
"text-decoration": {},
|
|
15
|
+
"text-decoration-thickness": {}
|
|
16
|
+
},
|
|
17
|
+
"hover": {
|
|
18
|
+
"color": { "value": "{roosendaal.color.green.19}" },
|
|
19
|
+
"text-decoration": { "value": "underline" },
|
|
20
|
+
"text-decoration-thickness": { "value": "2.4px" }
|
|
21
|
+
},
|
|
22
|
+
"placeholder": {
|
|
23
|
+
"color": {}
|
|
24
|
+
},
|
|
25
|
+
"visited": {
|
|
26
|
+
"color": { "value": "{roosendaal.color.green.35}" }
|
|
27
|
+
},
|
|
28
|
+
"icon": {
|
|
29
|
+
"size": { "value": "{roosendaal.size.sm}" }
|
|
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": "{roosendaal.size.sm}" },
|
|
7
|
+
"margin-block-end": { "value": "{roosendaal.size.sm}" },
|
|
8
|
+
"padding-inline-start": { "value": "{roosendaal.size.xl}" },
|
|
9
|
+
"item": {
|
|
10
|
+
"margin-block-start": { "value": "{roosendaal.size.2xs}" },
|
|
11
|
+
"margin-block-end": { "value": "{roosendaal.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": "{roosendaal.size.md}" },
|
|
19
|
+
"margin-block-end": { "value": 0 },
|
|
20
|
+
"padding-inline-start": { "value": "2ch" },
|
|
21
|
+
"item": {
|
|
22
|
+
"margin-block-start": { "value": "{roosendaal.size.xs}" },
|
|
23
|
+
"margin-block-end": { "value": "{roosendaal.size.xs}" },
|
|
24
|
+
"padding-inline-start": { "value": "1ch" }
|
|
25
|
+
},
|
|
26
|
+
"marker": {
|
|
27
|
+
"color": { "value": "{roosendaal.color.black.3}" }
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-footer": {
|
|
4
|
+
"background-color": { "value": "{roosendaal.color.green.19}" },
|
|
5
|
+
"background-image": { "value": "unset" },
|
|
6
|
+
"color": { "value": "{roosendaal.color.white.98}" },
|
|
7
|
+
"padding-inline-end": { "value": "{roosendaal.size.sm}" },
|
|
8
|
+
"padding-inline-start": { "value": "{roosendaal.size.sm}" },
|
|
9
|
+
"padding-block-end": { "value": "{roosendaal.size.2xl}" },
|
|
10
|
+
"padding-block-start": { "value": "{roosendaal.size.2xl}" }
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-header": {
|
|
4
|
+
"background-color": { "value": "{roosendaal.color.white.100}" },
|
|
5
|
+
"color": { "value": "{roosendaal.color.black.3}" },
|
|
6
|
+
"padding-block-start": { "value": "{roosendaal.size.sm}" },
|
|
7
|
+
"padding-block-end": { "value": "{roosendaal.size.sm}" }
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"paragraph": {
|
|
4
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
5
|
+
"font-family": { "value": "{roosendaal.typography.sans-serif.font-family}" },
|
|
6
|
+
"font-size": { "value": "{roosendaal.font-size.md}" },
|
|
7
|
+
"font-weight": { "value": "{roosendaal.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
|
+
}
|
package/municipalities/roosendaal-design-tokens/src/component/utrecht/radio-button.tokens.json
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"radio-button": {
|
|
4
|
+
"background-color": { "value": "{roosendaal.color.white.100}" },
|
|
5
|
+
"border-color": { "value": "{roosendaal.color.grey.46}" },
|
|
6
|
+
"border-width": { "value": "{roosendaal.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": "{roosendaal.color.primary}" },
|
|
20
|
+
"border-width": { "value": "{roosendaal.size.4xs}" },
|
|
21
|
+
"background-color": { "value": "{roosendaal.color.white.100}" },
|
|
22
|
+
"color": { "value": "{roosendaal.color.primary}" },
|
|
23
|
+
"active": {
|
|
24
|
+
"border-color": { "value": "{roosendaal.color.primary}" },
|
|
25
|
+
"border-width": { "value": "{roosendaal.size.4xs}" },
|
|
26
|
+
"background-color": { "value": "{roosendaal.color.white.100}" },
|
|
27
|
+
"color": { "value": "{roosendaal.color.primary}" }
|
|
28
|
+
},
|
|
29
|
+
"hover": {
|
|
30
|
+
"border-color": { "value": "{roosendaal.color.primary-hover}" },
|
|
31
|
+
"border-width": { "value": "{roosendaal.size.4xs}" },
|
|
32
|
+
"background-color": { "value": "{roosendaal.color.white.100}" },
|
|
33
|
+
"color": { "value": "{roosendaal.color.primary-hover}" }
|
|
34
|
+
},
|
|
35
|
+
"focus": {
|
|
36
|
+
"border-color": { "value": "{roosendaal.color.primary}" },
|
|
37
|
+
"border-width": { "value": "{roosendaal.size.4xs}" },
|
|
38
|
+
"background-color": { "value": "{roosendaal.color.white.100}" },
|
|
39
|
+
"color": { "value": "{roosendaal.color.primary}" }
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"hover": {
|
|
43
|
+
"border-color": { "value": "{roosendaal.color.grey.31}" },
|
|
44
|
+
"border-width": { "value": "{roosendaal.size.4xs}" },
|
|
45
|
+
"background-color": { "value": "{roosendaal.color.white.100}" },
|
|
46
|
+
"color": {}
|
|
47
|
+
},
|
|
48
|
+
"focus": {
|
|
49
|
+
"border-color": { "value": "{roosendaal.color.primary}" },
|
|
50
|
+
"border-width": { "value": "{roosendaal.size.4xs}" },
|
|
51
|
+
"background-color": { "value": "{roosendaal.color.white.100}" },
|
|
52
|
+
"color": { "value": "{roosendaal.color.primary}" }
|
|
53
|
+
},
|
|
54
|
+
"disabled": {
|
|
55
|
+
"border-color": { "value": "{roosendaal.color.grey.82}" },
|
|
56
|
+
"border-width": { "value": "{roosendaal.size.4xs}" },
|
|
57
|
+
"background-color": { "value": "{roosendaal.color.grey.97}" },
|
|
58
|
+
"color": { "value": "{roosendaal.color.grey.82}" }
|
|
59
|
+
},
|
|
60
|
+
"invalid": {
|
|
61
|
+
"border-color": { "value": "{roosendaal.color.error}" },
|
|
62
|
+
"border-width": { "value": "{roosendaal.size.4xs}" },
|
|
63
|
+
"background-color": { "value": "{roosendaal.color.white.100}" },
|
|
64
|
+
"color": { "value": "{roosendaal.color.error}" }
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"skip-link": {
|
|
4
|
+
"background-color": { "value": "{roosendaal.color.white.98}" },
|
|
5
|
+
"color": { "value": "{roosendaal.color.green.19}" },
|
|
6
|
+
"min-block-size": { "value": "20px" },
|
|
7
|
+
"min-inline-size": { "value": "20px" },
|
|
8
|
+
"padding-block-start": { "value": "7px" },
|
|
9
|
+
"padding-block-end": { "value": "7px" },
|
|
10
|
+
"padding-inline-start": { "value": "9px" },
|
|
11
|
+
"padding-inline-end": { "value": "9px" },
|
|
12
|
+
"text-decoration": { "value": "underline" },
|
|
13
|
+
"z-index": { "value": "100000" }
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
package/municipalities/roosendaal-design-tokens/src/component/utrecht/spotlight-section.tokens.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"spotlight-section": {
|
|
4
|
+
"background-color": { "value": "{roosendaal.color.alert-info-background}" },
|
|
5
|
+
"border-color": {},
|
|
6
|
+
"border-width": {},
|
|
7
|
+
"color": { "value": "{roosendaal.color.alert-info}" },
|
|
8
|
+
"padding-block-start": { "value": "{roosendaal.size.lg}" },
|
|
9
|
+
"padding-block-end": { "value": "{roosendaal.size.lg}" },
|
|
10
|
+
"padding-inline-start": { "value": "{roosendaal.size.lg}" },
|
|
11
|
+
"padding-inline-end": { "value": "{roosendaal.size.lg}" },
|
|
12
|
+
"margin-block-start": { "value": "{roosendaal.size.lg}" },
|
|
13
|
+
"margin-block-end": {},
|
|
14
|
+
"info": {
|
|
15
|
+
"background-color": { "value": "{roosendaal.color.alert-info-background}" },
|
|
16
|
+
"color": { "value": "{roosendaal.color.alert-info}" }
|
|
17
|
+
},
|
|
18
|
+
"warning": {
|
|
19
|
+
"background-color": { "value": "{roosendaal.color.alert-warning-background}" },
|
|
20
|
+
"color": { "value": "{roosendaal.color.alert-warning}" }
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"table": {
|
|
4
|
+
"border-color": { "value": "{roosendaal.color.grey.58}" },
|
|
5
|
+
"border-width": { "value": "{roosendaal.size.4xs}" },
|
|
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": "{roosendaal.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": "{roosendaal.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": "{roosendaal.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": "{roosendaal.size.md}" },
|
|
37
|
+
"padding-block-start": { "value": "{roosendaal.size.md}" },
|
|
38
|
+
"padding-inline-end": { "value": "{roosendaal.size.md}" },
|
|
39
|
+
"padding-inline-start": { "value": "{roosendaal.size.md}" },
|
|
40
|
+
"icon": {
|
|
41
|
+
"size": {}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"row": {
|
|
45
|
+
"border-block-end-color": { "value": "{roosendaal.color.grey.82}" },
|
|
46
|
+
"border-block-end-width": { "value": "{roosendaal.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": { "value": "{roosendaal.color.green.98}" },
|
|
55
|
+
"color": {}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"textbox": {
|
|
4
|
+
"background-color": { "value": "{roosendaal.color.white.100}" },
|
|
5
|
+
"border-block-end-width": {},
|
|
6
|
+
"border-bottom-width": {},
|
|
7
|
+
"border-color": { "value": "{roosendaal.color.green.33}" },
|
|
8
|
+
"border-radius": { "value": "0px" },
|
|
9
|
+
"border-width": { "value": "{roosendaal.size.4xs}" },
|
|
10
|
+
"color": { "value": "{roosendaal.color.grey.29}" },
|
|
11
|
+
"font-family": { "value": "{roosendaal.typography.sans-serif.font-family}" },
|
|
12
|
+
"font-size": { "value": "{roosendaal.font-size.md}" },
|
|
13
|
+
"line-height": { "value": "21px" },
|
|
14
|
+
"max-inline-size": {},
|
|
15
|
+
"padding-block-end": { "value": "12px" },
|
|
16
|
+
"padding-block-start": { "value": "12px" },
|
|
17
|
+
"padding-inline-end": { "value": "{roosendaal.size.xl}" },
|
|
18
|
+
"padding-inline-start": { "value": "{roosendaal.size.xl}" },
|
|
19
|
+
"placeholder": {
|
|
20
|
+
"color": { "value": "{roosendaal.color.grey.46}" }
|
|
21
|
+
},
|
|
22
|
+
"disabled": {
|
|
23
|
+
"background-color": {},
|
|
24
|
+
"border-color": {},
|
|
25
|
+
"color": {}
|
|
26
|
+
},
|
|
27
|
+
"focus": {
|
|
28
|
+
"background-color": {},
|
|
29
|
+
"border-color": { "value": "{roosendaal.color.green.33}" },
|
|
30
|
+
"color": {}
|
|
31
|
+
},
|
|
32
|
+
"invalid": {
|
|
33
|
+
"background-color": {},
|
|
34
|
+
"border-color": {},
|
|
35
|
+
"border-width": {},
|
|
36
|
+
"color": {}
|
|
37
|
+
},
|
|
38
|
+
"read-only": {
|
|
39
|
+
"background-color": {},
|
|
40
|
+
"border-color": {},
|
|
41
|
+
"color": {}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fullName": "Gemeente Roosendaal",
|
|
3
|
+
"name": "Roosendaal",
|
|
4
|
+
"prefix": "roosendaal",
|
|
5
|
+
"npm": "@nl-design-system-unstable/roosendaal-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-breadcrumb-nav--default",
|
|
13
|
+
"react-utrecht-breadcrumb-nav--separator",
|
|
14
|
+
"react-utrecht-button--default",
|
|
15
|
+
"react-utrecht-button--hover",
|
|
16
|
+
"react-utrecht-button--primary-action-button",
|
|
17
|
+
"react-utrecht-button--secondary-action-button",
|
|
18
|
+
"react-utrecht-code--default",
|
|
19
|
+
"react-utrecht-code-block--default",
|
|
20
|
+
"react-utrecht-document--default",
|
|
21
|
+
"react-utrecht-heading-1--default",
|
|
22
|
+
"react-utrecht-heading-2--default",
|
|
23
|
+
"react-utrecht-heading-3--default",
|
|
24
|
+
"react-utrecht-heading-4--default",
|
|
25
|
+
"react-utrecht-alert--default",
|
|
26
|
+
"react-utrecht-link--default",
|
|
27
|
+
"react-utrecht-link--hover",
|
|
28
|
+
"react-utrecht-link--focus",
|
|
29
|
+
"react-utrecht-ordered-list--default",
|
|
30
|
+
"react-utrecht-unordered-list--default",
|
|
31
|
+
"react-utrecht-page-header--default",
|
|
32
|
+
"react-utrecht-page-footer--default",
|
|
33
|
+
"react-utrecht-paragraph--default",
|
|
34
|
+
"react-utrecht-radio-button--default",
|
|
35
|
+
"react-utrecht-radio-button--hover",
|
|
36
|
+
"react-utrecht-radio-button--focus",
|
|
37
|
+
"react-utrecht-radio-button--checked",
|
|
38
|
+
"react-utrecht-radio-button--checked-and-disabled",
|
|
39
|
+
"react-utrecht-radio-button--disabled",
|
|
40
|
+
"react-utrecht-separator--default",
|
|
41
|
+
"react-utrecht-surface--default",
|
|
42
|
+
"react-utrecht-table--default",
|
|
43
|
+
"react-utrecht-textbox--default",
|
|
44
|
+
"react-conduction-card-header--default",
|
|
45
|
+
"react-conduction-card-header--hover",
|
|
46
|
+
"react-conduction-card-wrapper--default",
|
|
47
|
+
"react-conduction-card-wrapper--hover",
|
|
48
|
+
"react-conduction-pagination--default",
|
|
49
|
+
"react-conduction-input-select--default",
|
|
50
|
+
"react-conduction-input-select--list-option",
|
|
51
|
+
"react-conduction-input-select--placeholder",
|
|
52
|
+
"react-conduction-tabs--default",
|
|
53
|
+
"react-conduction-tabs--selected",
|
|
54
|
+
"react-conduction-tabs--hover",
|
|
55
|
+
"react-conduction-tabs--list",
|
|
56
|
+
"react-conduction-tabs--panel"
|
|
57
|
+
]
|
|
58
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/* Place any @font-face definitions here */
|
|
2
|
+
|
|
3
|
+
@font-face {
|
|
4
|
+
font-family: "MuseoSans";
|
|
5
|
+
src: url("../src/font/MuseoSans.woff2") format("woff2");
|
|
6
|
+
}
|
|
7
|
+
@font-face {
|
|
8
|
+
font-family: "MuseoSansBolder";
|
|
9
|
+
src: url("../src/font/MuseoSansBolder.woff2") format("woff2");
|
|
10
|
+
}
|