@conduction/theme 1.1.34 → 1.1.37
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 +172 -169
- package/conduction-design-tokens/src/brand/conduction/color.tokens.json +6 -0
- package/conduction-design-tokens/src/component/den-haag/process-step.tokens.json +1 -1
- package/conduction-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +2 -2
- package/conduction-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +2 -2
- package/conduction-design-tokens/src/component/utrecht/form-input.tokens.json +4 -4
- package/conduction-design-tokens/src/component/utrecht/textbox.tokens.json +4 -4
- package/municipalities/commonground-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/textbox.tokens.json +2 -2
- package/municipalities/dimpact-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/textbox.tokens.json +2 -2
- package/municipalities/dinkelland-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/textbox.tokens.json +2 -2
- package/municipalities/epe-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +2 -2
- package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +2 -2
- package/municipalities/epe-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/form-input.tokens.json +7 -7
- package/municipalities/epe-design-tokens/src/component/utrecht/textbox.tokens.json +6 -6
- package/municipalities/gooise-meren-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/gooise-meren-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/gooise-meren-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/gooise-meren-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/gooise-meren-design-tokens/src/component/utrecht/form-input.tokens.json +2 -2
- package/municipalities/gooise-meren-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/gooise-meren-design-tokens/src/component/utrecht/textbox.tokens.json +2 -2
- package/municipalities/gouda-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/form-input.tokens.json +2 -2
- package/municipalities/gouda-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/textbox.tokens.json +2 -2
- package/municipalities/hof-van-twente-design-tokens/LICENSE.md +17 -0
- package/municipalities/hof-van-twente-design-tokens/README.md +3 -0
- package/municipalities/hof-van-twente-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/hof-van-twente-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/hof-van-twente-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/hof-van-twente-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/hof-van-twente-design-tokens/package.json +42 -0
- package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/color.tokens.json +118 -0
- package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/font-size.tokens.json +50 -0
- package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/size.tokens.json +17 -0
- package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/typography.tokens.json +45 -0
- package/municipalities/hof-van-twente-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/hof-van-twente-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/card-header.tokens.json +27 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/logo.tokens.json +27 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/navigation.tokens.json +89 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/tabs.tokens.json +85 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/breadcrumb.tokens.json +43 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +9 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +25 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/textbox.tokens.json +34 -0
- package/municipalities/hof-van-twente-design-tokens/src/config.json +73 -0
- package/municipalities/hof-van-twente-design-tokens/src/font.js +10 -0
- package/municipalities/hof-van-twente-design-tokens/src/font.scss +422 -0
- package/municipalities/hof-van-twente-design-tokens/src/index.scss +8 -0
- package/municipalities/hof-van-twente-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/moerdijk-design-tokens/documentation/color.stories.mdx +17 -17
- package/municipalities/moerdijk-design-tokens/documentation/components.stories.mdx +11 -11
- package/municipalities/moerdijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
- package/municipalities/moerdijk-design-tokens/documentation/readme.stories.mdx +7 -7
- package/municipalities/moerdijk-design-tokens/src/component/conduction/logo.tokens.json +27 -27
- package/municipalities/moerdijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
- package/municipalities/moerdijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
- package/municipalities/moerdijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
- package/municipalities/moerdijk-design-tokens/src/component/utrecht/textbox.tokens.json +2 -2
- package/municipalities/noaberkracht-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/noordwijk-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/open-webconcept-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/opencatalogi-design-tokens/src/components/den-haag/process-step.tokens.json +107 -0
- package/municipalities/opencatalogi-design-tokens/src/components/utrecht/data-list.tokens.json +28 -0
- package/municipalities/opencatalogi-design-tokens/src/components/utrecht/extra-tokens/form-field.tokens.json +11 -0
- package/municipalities/opencatalogi-design-tokens/src/components/utrecht/form-field.tokens.json +17 -0
- package/municipalities/roosendaal-design-tokens/src/brand/roosendaal/font-size.tokens.json +8 -8
- package/municipalities/roosendaal-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/roosendaal-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/sloterburg-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/tubbergen-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/xxllnc-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/zuiddrecht-design-tokens/src/component/den-haag/process-step.tokens.json +107 -0
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/package.json +46 -45
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"border-width": { "value": "{epe.size.4xs}" },
|
|
8
8
|
"color": { "value": "{epe.color.black.0}" },
|
|
9
9
|
"font-family": { "value": "{epe.typography.source-sans.font-family}" },
|
|
10
|
-
"font-size": { "value": "{epe.size.md}" },
|
|
10
|
+
"font-size": { "value": "{epe.font-size.md}" },
|
|
11
11
|
"min-inline-height": {},
|
|
12
12
|
"max-inline-size": {},
|
|
13
13
|
"padding-block-end": { "value": "{epe.size.xs}" },
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
"padding-inline-end": { "value": "{epe.size.sm}" },
|
|
16
16
|
"padding-inline-start": { "value": "{epe.size.sm}" },
|
|
17
17
|
"disabled": {
|
|
18
|
-
"border-color": {},
|
|
19
|
-
"color": {}
|
|
18
|
+
"border-color": { "value": "{epe.color.grey.82}" },
|
|
19
|
+
"color": { "value": "{epe.color.grey.50}" }
|
|
20
20
|
},
|
|
21
21
|
"invalid": {
|
|
22
|
-
"border-color": {},
|
|
23
|
-
"border-width": {}
|
|
22
|
+
"border-color": { "value": "{epe.color.error}" },
|
|
23
|
+
"border-width": { "value": "{epe.size.4xs}" }
|
|
24
24
|
},
|
|
25
25
|
"read-only": {
|
|
26
|
-
"border-color": {},
|
|
27
|
-
"color": {}
|
|
26
|
+
"border-color": { "value": "{epe.color.grey.34}" },
|
|
27
|
+
"color": { "value": "{epe.color.grey.34}" }
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
}
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
"padding-inline-end": { "value": "{epe.size.sm}" },
|
|
16
16
|
"padding-inline-start": { "value": "{epe.size.sm}" },
|
|
17
17
|
"disabled": {
|
|
18
|
-
"border-color": {},
|
|
19
|
-
"color": {}
|
|
18
|
+
"border-color": { "value": "{epe.color.grey.82}" },
|
|
19
|
+
"color": { "value": "{epe.color.grey.50}" }
|
|
20
20
|
},
|
|
21
21
|
"invalid": {
|
|
22
|
-
"border-color": {},
|
|
23
|
-
"border-width": {}
|
|
22
|
+
"border-color": { "value": "{epe.color.error}" },
|
|
23
|
+
"border-width": { "value": "{epe.size.4xs}" }
|
|
24
24
|
},
|
|
25
25
|
"read-only": {
|
|
26
|
-
"border-color": {},
|
|
27
|
-
"color": {}
|
|
26
|
+
"border-color": { "value": "{epe.color.grey.34}" },
|
|
27
|
+
"color": { "value": "{epe.color.grey.34}" }
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
}
|
package/municipalities/gooise-meren-design-tokens/src/component/den-haag/process-step.tokens.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"denhaag": {
|
|
3
|
+
"process-steps": {
|
|
4
|
+
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
5
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
6
|
+
"line-height": {},
|
|
7
|
+
"step-heading": {
|
|
8
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
9
|
+
"font-family": { "value": "{utrecht.heading-1.font-family}" },
|
|
10
|
+
"font-size": { "value": "{gooise-meren.font-size.lg}" },
|
|
11
|
+
"font-weight": { "value": "{gooise-meren.typography.font-weight.bold}" },
|
|
12
|
+
"current": {
|
|
13
|
+
"color": {}
|
|
14
|
+
},
|
|
15
|
+
"checked": {
|
|
16
|
+
"color": {}
|
|
17
|
+
},
|
|
18
|
+
"not-checked": {
|
|
19
|
+
"color": {}
|
|
20
|
+
},
|
|
21
|
+
"warning": {
|
|
22
|
+
"color": {}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"sub-step-marker": {
|
|
26
|
+
"border-color": {},
|
|
27
|
+
"current": {
|
|
28
|
+
"border-color": {}
|
|
29
|
+
},
|
|
30
|
+
"checked": {
|
|
31
|
+
"border-color": {}
|
|
32
|
+
},
|
|
33
|
+
"not-checked": {
|
|
34
|
+
"border-color": {}
|
|
35
|
+
},
|
|
36
|
+
"warning": {
|
|
37
|
+
"border-color": {}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"step-line": {
|
|
41
|
+
"stroke-width": {},
|
|
42
|
+
"color": {},
|
|
43
|
+
"checked": {
|
|
44
|
+
"color": {}
|
|
45
|
+
},
|
|
46
|
+
"warning": {
|
|
47
|
+
"color": {}
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"step-metadata": {
|
|
51
|
+
"color": {},
|
|
52
|
+
"font-size": {}
|
|
53
|
+
},
|
|
54
|
+
"step-description": {
|
|
55
|
+
"color": {},
|
|
56
|
+
"font-size": {}
|
|
57
|
+
},
|
|
58
|
+
"sub-step": {},
|
|
59
|
+
"sub-step-heading": {
|
|
60
|
+
"color": {},
|
|
61
|
+
"font-family": {},
|
|
62
|
+
"font-size": {},
|
|
63
|
+
"font-weight": {}
|
|
64
|
+
},
|
|
65
|
+
"step-distance": { "value": "10px" }
|
|
66
|
+
},
|
|
67
|
+
"step-marker": {
|
|
68
|
+
"border-color": {},
|
|
69
|
+
"background-color": { "value": "{gooise-meren.color.white.100}" },
|
|
70
|
+
"border-width": {},
|
|
71
|
+
"color": { "value": "{gooise-meren.color.black.0}" },
|
|
72
|
+
"font-size": {},
|
|
73
|
+
"font-weight": {},
|
|
74
|
+
"size": { "value": "30px" },
|
|
75
|
+
"current": {
|
|
76
|
+
"border-color": {},
|
|
77
|
+
"background-color": { "value": "{gooise-meren.color.alert-info-background}" },
|
|
78
|
+
"border-width": { "value": "5px" },
|
|
79
|
+
"color": { "value": "{gooise-meren.color.alert-info}" }
|
|
80
|
+
},
|
|
81
|
+
"not-checked": {
|
|
82
|
+
"border-color": {},
|
|
83
|
+
"background-color": { "value": "{gooise-meren.color.white.100}" },
|
|
84
|
+
"border-width": { "value": "3px" },
|
|
85
|
+
"color": { "value": "{gooise-meren.color.black.0}" }
|
|
86
|
+
},
|
|
87
|
+
"checked": {
|
|
88
|
+
"border-color": {},
|
|
89
|
+
"background-color": { "value": "{gooise-meren.color.alert-succes-background}" },
|
|
90
|
+
"border-width": { "value": "3px" },
|
|
91
|
+
"color": { "value": "{gooise-meren.color.succes}" }
|
|
92
|
+
},
|
|
93
|
+
"warning": {
|
|
94
|
+
"border-color": {},
|
|
95
|
+
"background-color": { "value": "{gooise-meren.color.alert-warning-background}" },
|
|
96
|
+
"color": { "value": "{gooise-meren.color.warning}" },
|
|
97
|
+
"border-width": { "value": "{gooise-meren.size.4xs}" }
|
|
98
|
+
},
|
|
99
|
+
"error": {
|
|
100
|
+
"border-color": {},
|
|
101
|
+
"background-color": { "value": "{gooise-meren.color.alert-error-background}" },
|
|
102
|
+
"color": { "value": "{gooise-meren.color.error}" },
|
|
103
|
+
"border-width": { "value": "{gooise-meren.size.4xs}" }
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"data-list": {
|
|
4
|
+
"margin-block-end": { "value": "16px" },
|
|
5
|
+
"margin-block-start": { "value": "16px" },
|
|
6
|
+
"item-key": {
|
|
7
|
+
"color": {},
|
|
8
|
+
"font-size": {},
|
|
9
|
+
"font-weight": { "value": "{gooise-meren.typography.font-weight.bold}" },
|
|
10
|
+
"line-height": {}
|
|
11
|
+
},
|
|
12
|
+
"item-value": {
|
|
13
|
+
"font-size": {},
|
|
14
|
+
"line-height": {}
|
|
15
|
+
},
|
|
16
|
+
"rows": {
|
|
17
|
+
"item": {
|
|
18
|
+
"margin-block-start": { "value": "16px" },
|
|
19
|
+
"padding-block-end": {},
|
|
20
|
+
"padding-block-start": {}
|
|
21
|
+
},
|
|
22
|
+
"item-value": {
|
|
23
|
+
"margin-block-start": { "value": "8px" }
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-field": {
|
|
4
|
+
"description": {
|
|
5
|
+
"valid-color": { "value": "{gooise-meren.color.succes}" },
|
|
6
|
+
"warning-color": { "value": "{gooise-meren.color.warning}" },
|
|
7
|
+
"invalid-color": { "value": "{gooise-meren.color.error}" },
|
|
8
|
+
"margin-block-end": { "value": "12px" },
|
|
9
|
+
"margin-block-start": { "value": "12px" }
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
package/municipalities/gooise-meren-design-tokens/src/component/utrecht/form-field.tokens.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-field": {
|
|
4
|
+
"margin-block-start": { "value": "13px" },
|
|
5
|
+
"margin-block-end": { "value": "{gooise-meren.size.2xs}" },
|
|
6
|
+
"max-inline-size": {},
|
|
7
|
+
"invalid": {
|
|
8
|
+
"border-inline-start-color": { "value": "{gooise-meren.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
|
+
}
|
package/municipalities/gooise-meren-design-tokens/src/component/utrecht/form-label.tokens.json
ADDED
|
@@ -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,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"denhaag": {
|
|
3
|
+
"process-steps": {
|
|
4
|
+
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
5
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
6
|
+
"line-height": {},
|
|
7
|
+
"step-heading": {
|
|
8
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
9
|
+
"font-family": { "value": "{utrecht.heading-1.font-family}" },
|
|
10
|
+
"font-size": { "value": "{gouda.font-size.lg}" },
|
|
11
|
+
"font-weight": { "value": "{gouda.typography.font-weight.bold}" },
|
|
12
|
+
"current": {
|
|
13
|
+
"color": {}
|
|
14
|
+
},
|
|
15
|
+
"checked": {
|
|
16
|
+
"color": {}
|
|
17
|
+
},
|
|
18
|
+
"not-checked": {
|
|
19
|
+
"color": {}
|
|
20
|
+
},
|
|
21
|
+
"warning": {
|
|
22
|
+
"color": {}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"sub-step-marker": {
|
|
26
|
+
"border-color": {},
|
|
27
|
+
"current": {
|
|
28
|
+
"border-color": {}
|
|
29
|
+
},
|
|
30
|
+
"checked": {
|
|
31
|
+
"border-color": {}
|
|
32
|
+
},
|
|
33
|
+
"not-checked": {
|
|
34
|
+
"border-color": {}
|
|
35
|
+
},
|
|
36
|
+
"warning": {
|
|
37
|
+
"border-color": {}
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"step-line": {
|
|
41
|
+
"stroke-width": {},
|
|
42
|
+
"color": {},
|
|
43
|
+
"checked": {
|
|
44
|
+
"color": {}
|
|
45
|
+
},
|
|
46
|
+
"warning": {
|
|
47
|
+
"color": {}
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"step-metadata": {
|
|
51
|
+
"color": {},
|
|
52
|
+
"font-size": {}
|
|
53
|
+
},
|
|
54
|
+
"step-description": {
|
|
55
|
+
"color": {},
|
|
56
|
+
"font-size": {}
|
|
57
|
+
},
|
|
58
|
+
"sub-step": {},
|
|
59
|
+
"sub-step-heading": {
|
|
60
|
+
"color": {},
|
|
61
|
+
"font-family": {},
|
|
62
|
+
"font-size": {},
|
|
63
|
+
"font-weight": {}
|
|
64
|
+
},
|
|
65
|
+
"step-distance": { "value": "10px" }
|
|
66
|
+
},
|
|
67
|
+
"step-marker": {
|
|
68
|
+
"border-color": {},
|
|
69
|
+
"background-color": { "value": "{gouda.color.white.100}" },
|
|
70
|
+
"border-width": {},
|
|
71
|
+
"color": { "value": "{gouda.color.black.0}" },
|
|
72
|
+
"font-size": {},
|
|
73
|
+
"font-weight": {},
|
|
74
|
+
"size": { "value": "30px" },
|
|
75
|
+
"current": {
|
|
76
|
+
"border-color": {},
|
|
77
|
+
"background-color": { "value": "{gouda.color.alert-info-background}" },
|
|
78
|
+
"border-width": { "value": "5px" },
|
|
79
|
+
"color": { "value": "{gouda.color.alert-info}" }
|
|
80
|
+
},
|
|
81
|
+
"not-checked": {
|
|
82
|
+
"border-color": {},
|
|
83
|
+
"background-color": { "value": "{gouda.color.white.100}" },
|
|
84
|
+
"border-width": { "value": "3px" },
|
|
85
|
+
"color": { "value": "{gouda.color.black.0}" }
|
|
86
|
+
},
|
|
87
|
+
"checked": {
|
|
88
|
+
"border-color": {},
|
|
89
|
+
"background-color": { "value": "{gouda.color.alert-succes-background}" },
|
|
90
|
+
"border-width": { "value": "3px" },
|
|
91
|
+
"color": { "value": "{gouda.color.succes}" }
|
|
92
|
+
},
|
|
93
|
+
"warning": {
|
|
94
|
+
"border-color": {},
|
|
95
|
+
"background-color": { "value": "{gouda.color.alert-warning-background}" },
|
|
96
|
+
"color": { "value": "{gouda.color.warning}" },
|
|
97
|
+
"border-width": { "value": "{gouda.size.4xs}" }
|
|
98
|
+
},
|
|
99
|
+
"error": {
|
|
100
|
+
"border-color": {},
|
|
101
|
+
"background-color": { "value": "{gouda.color.alert-error-background}" },
|
|
102
|
+
"color": { "value": "{gouda.color.error}" },
|
|
103
|
+
"border-width": { "value": "{gouda.size.4xs}" }
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"data-list": {
|
|
4
|
+
"margin-block-end": { "value": "16px" },
|
|
5
|
+
"margin-block-start": { "value": "16px" },
|
|
6
|
+
"item-key": {
|
|
7
|
+
"color": {},
|
|
8
|
+
"font-size": {},
|
|
9
|
+
"font-weight": { "value": "{gouda.typography.font-weight.bold}" },
|
|
10
|
+
"line-height": {}
|
|
11
|
+
},
|
|
12
|
+
"item-value": {
|
|
13
|
+
"font-size": {},
|
|
14
|
+
"line-height": {}
|
|
15
|
+
},
|
|
16
|
+
"rows": {
|
|
17
|
+
"item": {
|
|
18
|
+
"margin-block-start": { "value": "16px" },
|
|
19
|
+
"padding-block-end": {},
|
|
20
|
+
"padding-block-start": {}
|
|
21
|
+
},
|
|
22
|
+
"item-value": {
|
|
23
|
+
"margin-block-start": { "value": "8px" }
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
package/municipalities/gouda-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": "{gouda.color.succes}" },
|
|
6
|
+
"warning-color": { "value": "{gouda.color.warning}" },
|
|
7
|
+
"invalid-color": { "value": "{gouda.color.error}" },
|
|
8
|
+
"margin-block-end": { "value": "12px" },
|
|
9
|
+
"margin-block-start": { "value": "12px" }
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-field": {
|
|
4
|
+
"margin-block-start": { "value": "13px" },
|
|
5
|
+
"margin-block-end": { "value": "{gouda.size.2xs}" },
|
|
6
|
+
"max-inline-size": {},
|
|
7
|
+
"invalid": {
|
|
8
|
+
"border-inline-start-color": { "value": "{gouda.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,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,17 @@
|
|
|
1
|
+
# Auteursrecht Hof van Twente
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 Hof van Twente
|
|
4
|
+
|
|
5
|
+
## Logo en huisstijl
|
|
6
|
+
|
|
7
|
+
Op het huisstijl en logo zijn auteursrechten van toepassing. Het gebruik van logo en huisstijl is alleen toegestaan voor gebruik door Hof van Twente.
|
|
8
|
+
|
|
9
|
+
Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Hof van Twente gebruiken en je ontwerpt een eigen huisstijl.
|
|
10
|
+
|
|
11
|
+
## Lettertype
|
|
12
|
+
|
|
13
|
+
Lettertypes die worden gebruikt voor de huisstijl zijn niet allemaal gratis en open source. Let op dat bij gebruik van die bijgeleverde lettertypes je een (betaalde) licentie regelt. Pas anders de configuratie aan om minder of andere lettertypes te gebruiken.
|
|
14
|
+
|
|
15
|
+
## Toestemming
|
|
16
|
+
|
|
17
|
+
Wanneer je het logo of de huisstijl wilt gebruiken kun je voor toestemming contact opnemen met Hof van Twente.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
|
|
2
|
+
import tokens from "../dist/tokens.json";
|
|
3
|
+
import { ColorSearch } from "@nl-design-system-unstable/theme-toolkit/src/ColorSearch";
|
|
4
|
+
import { ColorTable } from "@nl-design-system-unstable/theme-toolkit/src/ColorTable";
|
|
5
|
+
import config from "../src/config.json";
|
|
6
|
+
|
|
7
|
+
<Meta title={`${config.name}/Color`} />
|
|
8
|
+
|
|
9
|
+
# Color
|
|
10
|
+
|
|
11
|
+
## Find a color
|
|
12
|
+
|
|
13
|
+
<ColorSearch tokens={tokens[config.prefix]["color"]}></ColorSearch>
|
|
14
|
+
|
|
15
|
+
## Color palette
|
|
16
|
+
|
|
17
|
+
<ColorTable tokens={tokens[config.prefix]["color"]}></ColorTable>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Meta, Story } from "@storybook/addon-docs";
|
|
2
|
+
import { ComponentStories } from "@nl-design-system-unstable/theme-toolkit/src/ComponentStories";
|
|
3
|
+
import config from "../src/config.json";
|
|
4
|
+
|
|
5
|
+
<Meta title={`${config.name}`} />
|
|
6
|
+
|
|
7
|
+
# Components
|
|
8
|
+
|
|
9
|
+
<Story name="Components">
|
|
10
|
+
<ComponentStories config={config} />
|
|
11
|
+
</Story>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
|
|
2
|
+
import { DesignTokensTable } from "@nl-design-system-unstable/theme-toolkit/src/DesignTokensTable";
|
|
3
|
+
import tokens from "../dist/index.json";
|
|
4
|
+
import config from "../src/config.json";
|
|
5
|
+
|
|
6
|
+
<Meta title={`${config.name}/Design Tokens`} />
|
|
7
|
+
|
|
8
|
+
# Design Tokens
|
|
9
|
+
|
|
10
|
+
<DesignTokensTable tokens={tokens.filter((token) => token.path[0] !== config.prefix)}></DesignTokensTable>
|
|
11
|
+
|
|
12
|
+
## Proprietary Design Tokens
|
|
13
|
+
|
|
14
|
+
<DesignTokensTable tokens={tokens.filter((token) => token.path[0] === config.prefix)}></DesignTokensTable>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0-alpha.01",
|
|
3
|
+
"author": "Community for NL Design System",
|
|
4
|
+
"description": "NL Design System design tokens for Gemeente Hof van Twente",
|
|
5
|
+
"website": "https://www.hofvantwente.nl/",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"nl-design-system",
|
|
8
|
+
"conduction"
|
|
9
|
+
],
|
|
10
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
11
|
+
"name": "@nl-design-system-unstable/hof-van-twente-design-tokens",
|
|
12
|
+
"private": false,
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"access": "public"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git+ssh",
|
|
18
|
+
"url": "git@github.com:nl-design-system/themes.git"
|
|
19
|
+
},
|
|
20
|
+
"scripts": {
|
|
21
|
+
"clean": "rimraf -rf dist/",
|
|
22
|
+
"prebuild": "npm run clean",
|
|
23
|
+
"watch": "npm-run-all watch:**",
|
|
24
|
+
"watch:style-dictionary": "chokidar --follow-symlinks --command 'npm run --ignore-scripts build' 'src/**/*.tokens.json'",
|
|
25
|
+
"build": "npm-run-all build:**",
|
|
26
|
+
"build:scss": "sass --no-source-map src/:dist/",
|
|
27
|
+
"build:style-dictionary": "style-dictionary build --config ./style-dictionary.config.js"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@fontsource/roboto": "5.1.0",
|
|
31
|
+
"@fontsource/roboto-condensed": "5.1.0",
|
|
32
|
+
"@nl-design-system-unstable/theme-toolkit": "workspace:*",
|
|
33
|
+
"chokidar-cli": "3.0.0",
|
|
34
|
+
"npm-run-all": "4.1.5",
|
|
35
|
+
"rimraf": "3.0.2",
|
|
36
|
+
"style-dictionary": "3.8.0"
|
|
37
|
+
},
|
|
38
|
+
"bugs": {
|
|
39
|
+
"url": "https://github.com/ConductionNL/conduction-theme/issues"
|
|
40
|
+
},
|
|
41
|
+
"homepage": "https://github.com/ConductionNL/conduction-theme#readme"
|
|
42
|
+
}
|