@conduction/theme 1.1.47 → 1.1.48
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 +3 -0
- package/conduction-design-tokens/src/component/den-haag/process-step.tokens.json +108 -25
- package/municipalities/helmond-design-tokens/LICENSE.md +17 -0
- package/municipalities/helmond-design-tokens/README.md +3 -0
- package/municipalities/helmond-design-tokens/package.json +40 -0
- package/municipalities/helmond-design-tokens/src/brand/helmond/color.tokens.json +155 -0
- package/municipalities/helmond-design-tokens/src/brand/helmond/font-size.tokens.json +50 -0
- package/municipalities/helmond-design-tokens/src/brand/helmond/size.tokens.json +17 -0
- package/municipalities/helmond-design-tokens/src/brand/helmond/typography.tokens.json +43 -0
- package/municipalities/helmond-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/helmond-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/helmond-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
- package/municipalities/helmond-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
- package/municipalities/helmond-design-tokens/src/component/conduction/logo.tokens.json +27 -0
- package/municipalities/helmond-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/helmond-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/helmond-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/helmond-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/accordion.tokens.json +68 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/helmond-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
- package/municipalities/helmond-design-tokens/src/config.json +73 -0
- package/municipalities/helmond-design-tokens/src/index.scss +7 -0
- package/municipalities/helmond-design-tokens/style-dictionary.config.js +6 -0
- package/package.json +3 -2
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"link": {
|
|
4
|
+
"color": { "value": "{helmond.color.black.0}" },
|
|
5
|
+
"text-decoration": { "value": "underline" },
|
|
6
|
+
"text-decoration-color": { "value": "unset" },
|
|
7
|
+
"text-decoration-thickness": { "value": "{helmond.size.4xs}" },
|
|
8
|
+
"text-underline-offset": { "value": "none" },
|
|
9
|
+
"active": {
|
|
10
|
+
"color": {}
|
|
11
|
+
},
|
|
12
|
+
"focus": {
|
|
13
|
+
"color": {},
|
|
14
|
+
"text-decoration": {},
|
|
15
|
+
"text-decoration-thickness": {}
|
|
16
|
+
},
|
|
17
|
+
"hover": {
|
|
18
|
+
"color": { "value": "{helmond.color.primary}" },
|
|
19
|
+
"text-decoration": { "value": "underline" },
|
|
20
|
+
"text-decoration-thickness": { "value": "{helmond.size.4xs}" }
|
|
21
|
+
},
|
|
22
|
+
"placeholder": {
|
|
23
|
+
"color": {}
|
|
24
|
+
},
|
|
25
|
+
"visited": {
|
|
26
|
+
"color": {}
|
|
27
|
+
},
|
|
28
|
+
"icon": {
|
|
29
|
+
"size": { "value": "{helmond.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": "{helmond.size.sm}" },
|
|
7
|
+
"margin-block-end": { "value": "10px" },
|
|
8
|
+
"padding-inline-start": { "value": "40px" },
|
|
9
|
+
"item": {
|
|
10
|
+
"margin-block-start": { "value": "0" },
|
|
11
|
+
"margin-block-end": { "value": "0" },
|
|
12
|
+
"padding-inline-start": { "value": "0" }
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"unordered-list": {
|
|
16
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
17
|
+
"line-height": {},
|
|
18
|
+
"margin-block-start": { "value": "0" },
|
|
19
|
+
"margin-block-end": { "value": "10px" },
|
|
20
|
+
"padding-inline-start": { "value": "40px" },
|
|
21
|
+
"item": {
|
|
22
|
+
"margin-block-start": { "value": "0" },
|
|
23
|
+
"margin-block-end": { "value": "0" },
|
|
24
|
+
"padding-inline-start": { "value": "1ch" }
|
|
25
|
+
},
|
|
26
|
+
"marker": {
|
|
27
|
+
"color": { "value": "{helmond.color.black.0}" }
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-footer": {
|
|
4
|
+
"background-color": { "value": "{helmond.color.red.100-80t}" },
|
|
5
|
+
"background-image": { "value": "unset" },
|
|
6
|
+
"color": { "value": "{helmond.color.white.100}" },
|
|
7
|
+
"padding-inline-end": { "value": "{helmond.size.sm}" },
|
|
8
|
+
"padding-inline-start": { "value": "{helmond.size.sm}" },
|
|
9
|
+
"padding-block-end": { "value": "{helmond.size.sm}" },
|
|
10
|
+
"padding-block-start": { "value": "{helmond.size.sm}" }
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page": {
|
|
4
|
+
"background-color": { "value": "{helmond.color.white.100}" },
|
|
5
|
+
"color": {},
|
|
6
|
+
"margin-inline-start": { "value": "{helmond.size.lg}" },
|
|
7
|
+
"margin-inline-end": { "value": "{helmond.size.lg}" },
|
|
8
|
+
"max-inline-size": { "value": "1140px" }
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"paragraph": {
|
|
4
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
5
|
+
"font-family": { "value": "{helmond.typography.Arial.font-family}" },
|
|
6
|
+
"font-size": { "value": "{helmond.font-size.sm}" },
|
|
7
|
+
"font-weight": { "value": "{helmond.typography.font-weight.normal}" },
|
|
8
|
+
"line-height": {},
|
|
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,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"skip-link": {
|
|
4
|
+
"background-color": { "value": "{helmond.color.grey.91}" },
|
|
5
|
+
"color": { "value": "{helmond.color.black.0}" },
|
|
6
|
+
"min-block-size": { "value": "20px" },
|
|
7
|
+
"min-inline-size": { "value": "20px" },
|
|
8
|
+
"padding-block-start": { "value": "0.8em" },
|
|
9
|
+
"padding-block-end": { "value": "0.8em" },
|
|
10
|
+
"padding-inline-start": { "value": "0.8em" },
|
|
11
|
+
"padding-inline-end": { "value": "0.8em" },
|
|
12
|
+
"text-decoration": { "value": "none" },
|
|
13
|
+
"z-index": { "value": "100000" }
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -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": "{helmond.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": "{helmond.typography.font-weight.bold}" },
|
|
22
|
+
"background-color": { "value": "{helmond.color.grey.80}" },
|
|
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": "{helmond.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": "{helmond.size.3xs}" },
|
|
37
|
+
"padding-block-start": { "value": "{helmond.size.3xs}" },
|
|
38
|
+
"padding-inline-end": { "value": "{helmond.size.3xs}" },
|
|
39
|
+
"padding-inline-start": { "value": "{helmond.size.3xs}" },
|
|
40
|
+
"icon": {
|
|
41
|
+
"size": {}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"row": {
|
|
45
|
+
"border-block-end-color": { "value": "{helmond.color.grey.80}" },
|
|
46
|
+
"border-block-end-width": { "value": "{helmond.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,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"textbox": {
|
|
4
|
+
"border-bottom-width": {},
|
|
5
|
+
"border-color": { "value": "{helmond.color.taupe.33}" },
|
|
6
|
+
"border-radius": { "value": "0px" },
|
|
7
|
+
"border-width": { "value": "{helmond.size.4xs}" },
|
|
8
|
+
"color": { "value": "{helmond.color.grey.33}" },
|
|
9
|
+
"font-family": { "value": "{helmond.typography.Arial.font-family}" },
|
|
10
|
+
"font-size": {
|
|
11
|
+
"value": "1.125rem",
|
|
12
|
+
"comment": "18px"
|
|
13
|
+
},
|
|
14
|
+
"font-weight": { "value": "{helmond.typography.font-weight.normal}" },
|
|
15
|
+
"min-inline-height": {},
|
|
16
|
+
"max-inline-size": {},
|
|
17
|
+
"padding-block-end": { "value": "10px" },
|
|
18
|
+
"padding-block-start": { "value": "10px" },
|
|
19
|
+
"padding-inline-end": { "value": "16px" },
|
|
20
|
+
"padding-inline-start": { "value": "16px" },
|
|
21
|
+
"disabled": {
|
|
22
|
+
"border-color": { "value": "{helmond.color.taupe.33}" },
|
|
23
|
+
"color": {}
|
|
24
|
+
},
|
|
25
|
+
"invalid": {
|
|
26
|
+
"border-color": { "value": "{helmond.color.error}" },
|
|
27
|
+
"border-width": { "value": "{helmond.size.4xs}" }
|
|
28
|
+
},
|
|
29
|
+
"read-only": {
|
|
30
|
+
"border-color": { "value": "{helmond.color.taupe.33}" },
|
|
31
|
+
"color": {}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fullName": "Helmond",
|
|
3
|
+
"name": "Helmond",
|
|
4
|
+
"prefix": "helmond",
|
|
5
|
+
"npm": "@nl-design-system-unstable/helmond-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-nac--default",
|
|
13
|
+
"react-utrecht-breadcrumb-nac--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-calendar--default",
|
|
19
|
+
"react-utrecht-calendar--limited-range-calendar",
|
|
20
|
+
"react-utrecht-checkbox--default",
|
|
21
|
+
"react-utrecht-checkbox--checked",
|
|
22
|
+
"react-utrecht-checkbox--disabled",
|
|
23
|
+
"react-utrecht-checkbox--checked-and-disabled",
|
|
24
|
+
"react-utrecht-checkbox--hover",
|
|
25
|
+
"react-utrecht-checkbox--focus",
|
|
26
|
+
"react-utrecht-checkbox--focus-visible",
|
|
27
|
+
"react-utrecht-code--default",
|
|
28
|
+
"react-utrecht-code-block--default",
|
|
29
|
+
"react-utrecht-data-badge--default",
|
|
30
|
+
"react-utrecht-document--default",
|
|
31
|
+
"react-utrecht-heading-1--default",
|
|
32
|
+
"react-utrecht-heading-2--default",
|
|
33
|
+
"react-utrecht-heading-3--default",
|
|
34
|
+
"react-utrecht-heading-4--default",
|
|
35
|
+
"react-utrecht-heading-5--default",
|
|
36
|
+
"react-utrecht-link--default",
|
|
37
|
+
"react-utrecht-link--hover",
|
|
38
|
+
"react-utrecht-link--focus",
|
|
39
|
+
"react-utrecht-ordered-list--default",
|
|
40
|
+
"react-utrecht-unordered-list--default",
|
|
41
|
+
"react-utrecht-page--default",
|
|
42
|
+
"react-utrecht-page-header--default",
|
|
43
|
+
"react-utrecht-page-footer--default",
|
|
44
|
+
"react-utrecht-paragraph--default",
|
|
45
|
+
"react-utrecht-radio-button--default",
|
|
46
|
+
"react-utrecht-radio-button--hover",
|
|
47
|
+
"react-utrecht-radio-button--focus",
|
|
48
|
+
"react-utrecht-radio-button--checked",
|
|
49
|
+
"react-utrecht-radio-button--checked-and-disabled",
|
|
50
|
+
"react-utrecht-radio-button--disabled",
|
|
51
|
+
"react-utrecht-separator--default",
|
|
52
|
+
"react-utrecht-skip-link--default",
|
|
53
|
+
"react-utrecht-spotlicht-section--default",
|
|
54
|
+
"react-utrecht-spotlicht-section--info",
|
|
55
|
+
"react-utrecht-spotlicht-section--warning",
|
|
56
|
+
"react-utrecht-surface--default",
|
|
57
|
+
"react-utrecht-table--default",
|
|
58
|
+
"react-utrecht-textbox--default",
|
|
59
|
+
"react-conduction-card-header--default",
|
|
60
|
+
"react-conduction-card-header--hover",
|
|
61
|
+
"react-conduction-card-wrapper--default",
|
|
62
|
+
"react-conduction-card-wrapper--hover",
|
|
63
|
+
"react-conduction-pagination--default",
|
|
64
|
+
"react-conduction-input-select--default",
|
|
65
|
+
"react-conduction-input-select--list-option",
|
|
66
|
+
"react-conduction-input-select--placeholder",
|
|
67
|
+
"react-conduction-tabs--default",
|
|
68
|
+
"react-conduction-tabs--selected",
|
|
69
|
+
"react-conduction-tabs--hover",
|
|
70
|
+
"react-conduction-tabs--list",
|
|
71
|
+
"react-conduction-tabs--panel"
|
|
72
|
+
]
|
|
73
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conduction/theme",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.48",
|
|
4
4
|
"description": "Conduction's design tokens theme",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
"build:bct": "cd ./municipalities/bct-design-tokens && npm run build",
|
|
36
36
|
"build:ede": "cd ./municipalities/ede-design-tokens && npm run build",
|
|
37
37
|
"build:migrato": "cd ./municipalities/migrato-design-tokens && npm run build",
|
|
38
|
-
"build:oude-ijsselstreek": "cd ./municipalities/oude-ijsselstreek-design-tokens && npm run build"
|
|
38
|
+
"build:oude-ijsselstreek": "cd ./municipalities/oude-ijsselstreek-design-tokens && npm run build",
|
|
39
|
+
"build:helmond": "cd ./municipalities/helmond-design-tokens && npm run build"
|
|
39
40
|
},
|
|
40
41
|
"dependencies": {
|
|
41
42
|
"@nl-design-system-unstable/rotterdam-design-tokens": "^1.0.0-alpha.100",
|