@conduction/theme 1.0.54 → 1.0.55
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/conduction-design-tokens/dist/design-tokens.css +2 -2
- package/conduction-design-tokens/dist/index.js +2 -2
- package/conduction-design-tokens/dist/index.json +2 -2
- package/conduction-design-tokens/dist/index.less +2 -2
- package/conduction-design-tokens/dist/index.scss +2 -2
- package/conduction-design-tokens/dist/tokens.json +5 -3
- package/conduction-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/conduction-design-tokens/src/component/conduction/logo.tokens.json +1 -1
- package/conduction-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/commonground-design-tokens/LICENSE.md +17 -0
- package/municipalities/commonground-design-tokens/README.md +3 -0
- package/municipalities/commonground-design-tokens/dist/design-tokens.css +482 -0
- package/municipalities/commonground-design-tokens/dist/font.css +5 -0
- package/municipalities/commonground-design-tokens/dist/index.css +7 -0
- package/municipalities/commonground-design-tokens/dist/index.js +480 -0
- package/municipalities/commonground-design-tokens/dist/index.json +9701 -0
- package/municipalities/commonground-design-tokens/dist/index.less +479 -0
- package/municipalities/commonground-design-tokens/dist/index.scss +479 -0
- package/municipalities/commonground-design-tokens/dist/tokens.json +10360 -0
- package/municipalities/commonground-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/commonground-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/commonground-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/commonground-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/commonground-design-tokens/package.json +37 -0
- package/municipalities/commonground-design-tokens/src/brand/commonground/color.tokens.json +92 -0
- package/municipalities/commonground-design-tokens/src/brand/commonground/font-size.tokens.json +17 -0
- package/municipalities/commonground-design-tokens/src/brand/commonground/size.tokens.json +17 -0
- package/municipalities/commonground-design-tokens/src/brand/commonground/typography.tokens.json +45 -0
- package/municipalities/commonground-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/commonground-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/card-wrapper.tokens.json +26 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +20 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json +67 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +76 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/commonground-design-tokens/src/component/conduction/tooltip.tokens.json +18 -0
- package/municipalities/commonground-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +35 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +25 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/commonground-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/commonground-design-tokens/src/config.json +48 -0
- package/municipalities/commonground-design-tokens/src/font/rijksoverheidsanswebtext-regular-webfont.b64ae9c9e044.woff2 +0 -0
- package/municipalities/commonground-design-tokens/src/font.scss +7 -0
- package/municipalities/commonground-design-tokens/src/index.scss +8 -0
- package/municipalities/commonground-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/dimpact-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/dimpact-design-tokens/dist/index.js +1 -1
- package/municipalities/dimpact-design-tokens/dist/index.less +1 -1
- package/municipalities/dimpact-design-tokens/dist/index.scss +1 -1
- package/municipalities/dimpact-design-tokens/dist/tokens.json +3 -1
- package/municipalities/dimpact-design-tokens/package.json +1 -1
- package/municipalities/dimpact-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.less +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +1 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +3 -1
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/epe-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/epe-design-tokens/dist/index.js +1 -1
- package/municipalities/epe-design-tokens/dist/index.less +1 -1
- package/municipalities/epe-design-tokens/dist/index.scss +1 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +3 -1
- package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/epe-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/leiden-design-tokens/dist/index.js +1 -1
- package/municipalities/leiden-design-tokens/dist/index.less +1 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +3 -1
- package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.less +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +3 -1
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +1 -1
- package/municipalities/noordwijk-design-tokens/dist/index.less +1 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +1 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +3 -1
- package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.js +1 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.less +1 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.scss +1 -1
- package/municipalities/open-webconcept-design-tokens/dist/tokens.json +3 -1
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/rotterdam-design-tokens/dist/index.js +1 -1
- package/municipalities/rotterdam-design-tokens/dist/index.less +1 -1
- package/municipalities/rotterdam-design-tokens/dist/index.scss +1 -1
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +3 -1
- package/municipalities/rotterdam-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +3 -1
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +3 -1
- package/municipalities/xxllnc-design-tokens/src/component/conduction/card-wrapper.tokens.json +1 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/navigation.tokens.json +2 -1
- package/package.json +3 -2
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"heading-1": {
|
|
4
|
+
"color": { "value": "{commonground.color.blue.26}" },
|
|
5
|
+
"font-family": { "value": "{commonground.typography.rijksoverheid-sans.font-family}" },
|
|
6
|
+
"font-size": { "value": "{commonground.font-size.2xl}" },
|
|
7
|
+
"font-weight": { "value": "{commonground.typography.font-weight.bold}" },
|
|
8
|
+
"line-height": {},
|
|
9
|
+
"margin-block-end": { "value": "{commonground.size.xl}" },
|
|
10
|
+
"margin-block-start": { "value": "{commonground.size.md}" }
|
|
11
|
+
},
|
|
12
|
+
"heading-2": {
|
|
13
|
+
"color": {},
|
|
14
|
+
"font-family": { "value": "{commonground.typography.rijksoverheid-sans.font-family}" },
|
|
15
|
+
"font-size": { "value": "{commonground.font-size.xl}" },
|
|
16
|
+
"font-weight": { "value": "{commonground.typography.font-weight.bold}" },
|
|
17
|
+
"line-height": {},
|
|
18
|
+
"margin-block-end": { "value": "{commonground.size.xl}" },
|
|
19
|
+
"margin-block-start": { "value": "{commonground.size.md}" }
|
|
20
|
+
},
|
|
21
|
+
"heading-3": {
|
|
22
|
+
"color": {},
|
|
23
|
+
"font-family": { "value": "{commonground.typography.rijksoverheid-sans.font-family}" },
|
|
24
|
+
"font-size": { "value": "{commonground.font-size.lg}" },
|
|
25
|
+
"font-weight": { "value": "{commonground.typography.font-weight.normal}" },
|
|
26
|
+
"line-height": {},
|
|
27
|
+
"margin-block-end": { "value": "{commonground.size.lg}" },
|
|
28
|
+
"margin-block-start": { "value": "{commonground.size.md}" }
|
|
29
|
+
},
|
|
30
|
+
"heading-4": {
|
|
31
|
+
"color": {},
|
|
32
|
+
"font-family": { "value": "{commonground.typography.rijksoverheid-sans.font-family}" },
|
|
33
|
+
"font-size": { "value": "{commonground.font-size.md}" },
|
|
34
|
+
"font-weight": { "value": "{commonground.typography.font-weight.normal}" },
|
|
35
|
+
"line-height": {},
|
|
36
|
+
"margin-block-end": { "value": "{commonground.size.md}" },
|
|
37
|
+
"margin-block-start": { "value": "{commonground.size.md}" }
|
|
38
|
+
},
|
|
39
|
+
"heading-5": {
|
|
40
|
+
"color": {},
|
|
41
|
+
"font-family": { "value": "{commonground.typography.rijksoverheid-sans.font-family}" },
|
|
42
|
+
"font-size": { "value": "{commonground.font-size.md}" },
|
|
43
|
+
"font-weight": { "value": "{commonground.typography.font-weight.light}" },
|
|
44
|
+
"line-height": {},
|
|
45
|
+
"margin-block-end": { "value": "{commonground.size.lg}" },
|
|
46
|
+
"margin-block-start": { "value": "{commonground.size.md}" }
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"link": {
|
|
4
|
+
"color": { "value": "{commonground.color.blue.26}" },
|
|
5
|
+
"text-decoration": { "value": "underline" },
|
|
6
|
+
"text-decoration-color": { "value": "inherit" },
|
|
7
|
+
"text-decoration-thickness": { "value": 0 },
|
|
8
|
+
"text-underline-offset": { "value": "{commonground.size.3xs}" },
|
|
9
|
+
"active": {
|
|
10
|
+
"color": {}
|
|
11
|
+
},
|
|
12
|
+
"focus": {
|
|
13
|
+
"color": {},
|
|
14
|
+
"text-decoration": {},
|
|
15
|
+
"text-decoration-thickness": {}
|
|
16
|
+
},
|
|
17
|
+
"hover": {
|
|
18
|
+
"color": { "value": "{commonground.color.blue.26}" },
|
|
19
|
+
"text-decoration": { "value": "underline" },
|
|
20
|
+
"text-decoration-thickness": { "value": "{commonground.size.4xs}" }
|
|
21
|
+
},
|
|
22
|
+
"placeholder": {
|
|
23
|
+
"color": {}
|
|
24
|
+
},
|
|
25
|
+
"visited": {
|
|
26
|
+
"color": { "value": "{commonground.color.blue.26}" }
|
|
27
|
+
},
|
|
28
|
+
"icon": {
|
|
29
|
+
"size": { "value": "{commonground.size.md}" }
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"ordered-list": {
|
|
4
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
5
|
+
"line-height": {},
|
|
6
|
+
"margin-block-start": { "value": "{commonground.size.sm}" },
|
|
7
|
+
"margin-block-end": { "value": "{commonground.size.sm}" },
|
|
8
|
+
"padding-inline-start": { "value": "{commonground.size.xl}" },
|
|
9
|
+
"item": {
|
|
10
|
+
"margin-block-start": { "value": "{commonground.size.2xs}" },
|
|
11
|
+
"margin-block-end": { "value": "{commonground.size.2xs}" },
|
|
12
|
+
"padding-inline-start": { "value": "1ch" }
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"unordered-list": {
|
|
16
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
17
|
+
"line-height": {},
|
|
18
|
+
"margin-block-start": { "value": "{commonground.size.md}" },
|
|
19
|
+
"margin-block-end": { "value": 0 },
|
|
20
|
+
"padding-inline-start": { "value": "1ch" },
|
|
21
|
+
"item": {
|
|
22
|
+
"margin-block-start": { "value": "{commonground.size.xs}" },
|
|
23
|
+
"margin-block-end": { "value": "{commonground.size.xs}" },
|
|
24
|
+
"padding-inline-start": { "value": "1ch" }
|
|
25
|
+
},
|
|
26
|
+
"marker": {
|
|
27
|
+
"color": { "value": "{commonground.color.black.0}" }
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
package/municipalities/commonground-design-tokens/src/component/utrecht/page-footer.tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-footer": {
|
|
4
|
+
"background-color": { "value": "{commonground.color.primary}" },
|
|
5
|
+
"background-image": { "value": "unset" },
|
|
6
|
+
"color": { "value": "{commonground.color.black.0}" },
|
|
7
|
+
"padding-inline-end": { "value": "{commonground.size.sm}" },
|
|
8
|
+
"padding-inline-start": { "value": "{commonground.size.sm}" },
|
|
9
|
+
"padding-block-end": { "value": "{commonground.size.2xl}" },
|
|
10
|
+
"padding-block-start": { "value": "{commonground.size.2xl}" }
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"paragraph": {
|
|
4
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
5
|
+
"font-family": { "value": "{commonground.typography.sans-serif.font-family}" },
|
|
6
|
+
"font-size": { "value": "{commonground.font-size.md}" },
|
|
7
|
+
"font-weight": { "value": "{commonground.typography.font-weight.normal}" },
|
|
8
|
+
"line-height": { "value": "1.5em" },
|
|
9
|
+
"margin-block-start": { "value": 0 },
|
|
10
|
+
"margin-block-end": { "value": 0 },
|
|
11
|
+
"lead": {
|
|
12
|
+
"color": {},
|
|
13
|
+
"font-size": {},
|
|
14
|
+
"font-weight": {},
|
|
15
|
+
"line-height": {}
|
|
16
|
+
},
|
|
17
|
+
"small": {
|
|
18
|
+
"color": {},
|
|
19
|
+
"font-size": {},
|
|
20
|
+
"font-weight": {},
|
|
21
|
+
"line-height": {}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"table": {
|
|
4
|
+
"border-color": {},
|
|
5
|
+
"border-width": {},
|
|
6
|
+
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
7
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
8
|
+
"line-height": {},
|
|
9
|
+
"margin-block-end": { "value": 0 },
|
|
10
|
+
"margin-block-start": { "value": "{commonground.size.md}" },
|
|
11
|
+
"caption": {
|
|
12
|
+
"font-weight": {},
|
|
13
|
+
"font-family": {},
|
|
14
|
+
"font-size": {},
|
|
15
|
+
"color": {},
|
|
16
|
+
"line-height": {},
|
|
17
|
+
"text-align": {},
|
|
18
|
+
"margin-block-end": {}
|
|
19
|
+
},
|
|
20
|
+
"header": {
|
|
21
|
+
"font-weight": { "value": "{commonground.typography.font-weight.bold}" },
|
|
22
|
+
"background-color": {},
|
|
23
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
24
|
+
"text-transform": { "value": "unset" },
|
|
25
|
+
"border-block-end-color": {},
|
|
26
|
+
"border-block-end-width": {}
|
|
27
|
+
},
|
|
28
|
+
"header-cell": {
|
|
29
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
30
|
+
"font-weight": { "value": "{commonground.typography.font-weight.bold}" },
|
|
31
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
32
|
+
"text-transform": { "value": "unset" }
|
|
33
|
+
},
|
|
34
|
+
"cell": {
|
|
35
|
+
"line-height": {},
|
|
36
|
+
"padding-block-end": { "value": "{commonground.size.md}" },
|
|
37
|
+
"padding-block-start": { "value": "{commonground.size.md}" },
|
|
38
|
+
"padding-inline-end": { "value": "{commonground.size.md}" },
|
|
39
|
+
"padding-inline-start": { "value": "{commonground.size.md}" },
|
|
40
|
+
"icon": {
|
|
41
|
+
"size": {}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"row": {
|
|
45
|
+
"border-block-end-color": { "value": "{commonground.color.grey.82}" },
|
|
46
|
+
"border-block-end-width": { "value": "{commonground.size.4xs}" },
|
|
47
|
+
"padding-inline-end": {},
|
|
48
|
+
"padding-inline-start": {},
|
|
49
|
+
"alternate-odd": {
|
|
50
|
+
"background-color": {},
|
|
51
|
+
"color": {}
|
|
52
|
+
},
|
|
53
|
+
"alternate-even": {
|
|
54
|
+
"background-color": {},
|
|
55
|
+
"color": {}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"textbox": {
|
|
4
|
+
"border-bottom-width": {},
|
|
5
|
+
"border-color": { "value": "{commonground.color.grey.58}" },
|
|
6
|
+
"border-radius": { "value": "8px" },
|
|
7
|
+
"border-width": { "value": "{commonground.size.4xs}" },
|
|
8
|
+
"color": { "value": "{commonground.color.black.0}" },
|
|
9
|
+
"font-family": { "value": "{commonground.typography.sans-serif.font-family}" },
|
|
10
|
+
"font-size": { "value": "15px" },
|
|
11
|
+
"min-inline-height": {},
|
|
12
|
+
"max-inline-size": {},
|
|
13
|
+
"padding-block-end": { "value": "{commonground.size.xs}" },
|
|
14
|
+
"padding-block-start": { "value": "{commonground.size.xs}" },
|
|
15
|
+
"padding-inline-end": { "value": "{commonground.size.sm}" },
|
|
16
|
+
"padding-inline-start": { "value": "{commonground.size.sm}" },
|
|
17
|
+
"disabled": {
|
|
18
|
+
"border-color": {},
|
|
19
|
+
"color": {}
|
|
20
|
+
},
|
|
21
|
+
"invalid": {
|
|
22
|
+
"border-color": {},
|
|
23
|
+
"border-width": {}
|
|
24
|
+
},
|
|
25
|
+
"read-only": {
|
|
26
|
+
"border-color": {},
|
|
27
|
+
"color": {}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fullName": "CommonGround",
|
|
3
|
+
"name": "CommonGround",
|
|
4
|
+
"prefix": "commonground",
|
|
5
|
+
"npm": "@nl-design-system-unstable/commonground-design-tokens",
|
|
6
|
+
"stories": [
|
|
7
|
+
"react-utrecht-alert--default",
|
|
8
|
+
"react-utrecht-alert--warning",
|
|
9
|
+
"react-utrecht-alert--error",
|
|
10
|
+
"react-utrecht-alert--ok",
|
|
11
|
+
"react-utrecht-badge-counter--default",
|
|
12
|
+
"react-utrecht-button--default",
|
|
13
|
+
"react-utrecht-button--hover",
|
|
14
|
+
"react-utrecht-button--primary-action-button",
|
|
15
|
+
"react-utrecht-button--secondary-action-button",
|
|
16
|
+
"react-utrecht-code--default",
|
|
17
|
+
"react-utrecht-code-block--default",
|
|
18
|
+
"react-utrecht-heading-1--default",
|
|
19
|
+
"react-utrecht-heading-2--default",
|
|
20
|
+
"react-utrecht-heading-3--default",
|
|
21
|
+
"react-utrecht-heading-4--default",
|
|
22
|
+
"react-utrecht-alert--default",
|
|
23
|
+
"react-utrecht-link--default",
|
|
24
|
+
"react-utrecht-link--hover",
|
|
25
|
+
"react-utrecht-link--focus",
|
|
26
|
+
"react-utrecht-ordered-list--default",
|
|
27
|
+
"react-utrecht-unordered-list--default",
|
|
28
|
+
"react-utrecht-page-header--default",
|
|
29
|
+
"react-utrecht-page-footer--default",
|
|
30
|
+
"react-utrecht-paragraph--default",
|
|
31
|
+
"react-utrecht-surface--default",
|
|
32
|
+
"react-utrecht-table--default",
|
|
33
|
+
"react-utrecht-textbox--default",
|
|
34
|
+
"react-conduction-card-header--default",
|
|
35
|
+
"react-conduction-card-header--hover",
|
|
36
|
+
"react-conduction-card-wrapper--default",
|
|
37
|
+
"react-conduction-card-wrapper--hover",
|
|
38
|
+
"react-conduction-pagination--default",
|
|
39
|
+
"react-conduction-input-select--default",
|
|
40
|
+
"react-conduction-input-select--list-option",
|
|
41
|
+
"react-conduction-input-select--placeholder",
|
|
42
|
+
"react-conduction-tabs--default",
|
|
43
|
+
"react-conduction-tabs--selected",
|
|
44
|
+
"react-conduction-tabs--hover",
|
|
45
|
+
"react-conduction-tabs--list",
|
|
46
|
+
"react-conduction-tabs--panel"
|
|
47
|
+
]
|
|
48
|
+
}
|
|
Binary file
|
|
@@ -6839,6 +6839,7 @@
|
|
|
6839
6839
|
"border-radius"
|
|
6840
6840
|
]
|
|
6841
6841
|
},
|
|
6842
|
+
"box-shadow": {},
|
|
6842
6843
|
"color": {
|
|
6843
6844
|
"value": "#00377a",
|
|
6844
6845
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -7298,7 +7299,8 @@
|
|
|
7298
7299
|
"item",
|
|
7299
7300
|
"padding"
|
|
7300
7301
|
]
|
|
7301
|
-
}
|
|
7302
|
+
},
|
|
7303
|
+
"border-radius": {}
|
|
7302
7304
|
},
|
|
7303
7305
|
"padding-inline-end": {
|
|
7304
7306
|
"value": "16px",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"website": "https://www.dimpact.nl/",
|
|
6
6
|
"keywords": ["nl-design-system", "conduction"],
|
|
7
7
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
8
|
-
"name": "@nl-design-system-unstable/
|
|
8
|
+
"name": "@nl-design-system-unstable/dimpact-design-tokens",
|
|
9
9
|
"private": false,
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|
|
@@ -7673,6 +7673,7 @@
|
|
|
7673
7673
|
"border-radius"
|
|
7674
7674
|
]
|
|
7675
7675
|
},
|
|
7676
|
+
"box-shadow": {},
|
|
7676
7677
|
"color": {
|
|
7677
7678
|
"value": "#333333",
|
|
7678
7679
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -8132,7 +8133,8 @@
|
|
|
8132
8133
|
"item",
|
|
8133
8134
|
"padding"
|
|
8134
8135
|
]
|
|
8135
|
-
}
|
|
8136
|
+
},
|
|
8137
|
+
"border-radius": {}
|
|
8136
8138
|
},
|
|
8137
8139
|
"padding-inline-end": {
|
|
8138
8140
|
"value": "16px",
|
|
@@ -7529,6 +7529,7 @@
|
|
|
7529
7529
|
"border-radius"
|
|
7530
7530
|
]
|
|
7531
7531
|
},
|
|
7532
|
+
"box-shadow": {},
|
|
7532
7533
|
"color": {
|
|
7533
7534
|
"value": "#2e2e33",
|
|
7534
7535
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -8008,7 +8009,8 @@
|
|
|
8008
8009
|
"item",
|
|
8009
8010
|
"padding"
|
|
8010
8011
|
]
|
|
8011
|
-
}
|
|
8012
|
+
},
|
|
8013
|
+
"border-radius": {}
|
|
8012
8014
|
},
|
|
8013
8015
|
"padding-inline-end": {
|
|
8014
8016
|
"value": "16px",
|