@conduction/theme 1.0.28 → 1.0.30
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 +5 -0
- package/conduction-design-tokens/dist/design-tokens.css +5 -1
- package/conduction-design-tokens/dist/index.js +5 -1
- package/conduction-design-tokens/dist/index.json +86 -0
- package/conduction-design-tokens/dist/index.less +5 -1
- package/conduction-design-tokens/dist/index.scss +5 -1
- package/conduction-design-tokens/dist/tokens.json +96 -1
- package/conduction-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +5 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +86 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +5 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +5 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +96 -1
- package/municipalities/dinkelland-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/epe-design-tokens/dist/design-tokens.css +9 -5
- package/municipalities/epe-design-tokens/dist/index.js +9 -5
- package/municipalities/epe-design-tokens/dist/index.json +94 -8
- package/municipalities/epe-design-tokens/dist/index.less +9 -5
- package/municipalities/epe-design-tokens/dist/index.scss +9 -5
- package/municipalities/epe-design-tokens/dist/tokens.json +104 -9
- package/municipalities/epe-design-tokens/src/component/conduction/card-header.tokens.json +4 -4
- package/municipalities/epe-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/leiden-design-tokens/dist/index.js +5 -1
- package/municipalities/leiden-design-tokens/dist/index.json +86 -0
- package/municipalities/leiden-design-tokens/dist/index.less +5 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +5 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +96 -1
- package/municipalities/leiden-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/noaberkracht-design-tokens/LICENSE.md +17 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/font.css +5 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/index.json +4795 -1169
- package/municipalities/noaberkracht-design-tokens/dist/index.less +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +190 -6
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +4208 -254
- package/municipalities/noaberkracht-design-tokens/package.json +40 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +70 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/font-size.tokens.json +17 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/size.tokens.json +17 -0
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/typography.tokens.json +52 -0
- package/municipalities/noaberkracht-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/noaberkracht-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +19 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/select.tokens.json +30 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +44 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +44 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/list.tokens.json +33 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/noaberkracht-design-tokens/src/config.json +7 -0
- package/municipalities/noaberkracht-design-tokens/src/font/GreycliffCF.woff2 +0 -0
- package/municipalities/noaberkracht-design-tokens/src/font/Oceanwide.woff2 +0 -0
- package/municipalities/noaberkracht-design-tokens/src/font.scss +11 -0
- package/municipalities/noaberkracht-design-tokens/src/index.scss +8 -0
- package/municipalities/noaberkracht-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +8 -5
- package/municipalities/noordwijk-design-tokens/dist/index.js +8 -5
- package/municipalities/noordwijk-design-tokens/dist/index.json +153 -80
- package/municipalities/noordwijk-design-tokens/dist/index.less +8 -5
- package/municipalities/noordwijk-design-tokens/dist/index.scss +8 -5
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +164 -81
- package/municipalities/noordwijk-design-tokens/src/component/conduction/select.tokens.json +20 -1
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/table.tokens.json +4 -4
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +5 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +86 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +5 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +5 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +96 -1
- package/municipalities/tubbergen-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +5 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +86 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +5 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +5 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +96 -1
- package/municipalities/xxllnc-design-tokens/src/component/conduction/select.tokens.json +16 -1
- package/package.json +3 -2
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"table": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"header": {
|
|
6
|
+
"border-block-end-color": {},
|
|
7
|
+
"border-block-end-width": {},
|
|
8
|
+
"font-family": {}
|
|
9
|
+
},
|
|
10
|
+
"row": {
|
|
11
|
+
"hover": {
|
|
12
|
+
"background-color": {},
|
|
13
|
+
"color": {}
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"body": {
|
|
17
|
+
"border": {}
|
|
18
|
+
},
|
|
19
|
+
"caption": {
|
|
20
|
+
"font-style": {}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"textbox": {
|
|
4
|
+
"background-color": { "value": "{noaberkracht.color.white.100}" },
|
|
5
|
+
"border-bottom-width": {},
|
|
6
|
+
"border-color": { "value": "{noaberkracht.color.blue.22}" },
|
|
7
|
+
"border-radius": { "value": "9999px" },
|
|
8
|
+
"border-width": { "value": "{noaberkracht.size.4xs}" },
|
|
9
|
+
"color": { "value": "{noaberkracht.color.blue.22}" },
|
|
10
|
+
"font-family": { "value": "{noaberkracht.typography.greycliff-cf.font-family}" },
|
|
11
|
+
"font-size": { "value": "14px" },
|
|
12
|
+
"line-height": {},
|
|
13
|
+
"max-inline-size": {},
|
|
14
|
+
"padding-block-end": { "value": "{noaberkracht.size.xs}" },
|
|
15
|
+
"padding-block-start": { "value": "{noaberkracht.size.xs}" },
|
|
16
|
+
"padding-inline-end": { "value": "{noaberkracht.size.md}" },
|
|
17
|
+
"padding-inline-start": { "value": "{noaberkracht.size.md}" },
|
|
18
|
+
"placeholder": {
|
|
19
|
+
"color": { "value": "{noaberkracht.color.blue.22}" }
|
|
20
|
+
},
|
|
21
|
+
"disabled": {
|
|
22
|
+
"background-color": {},
|
|
23
|
+
"border-color": {},
|
|
24
|
+
"color": {}
|
|
25
|
+
},
|
|
26
|
+
"focus": {
|
|
27
|
+
"background-color": { "value": "{noaberkracht.color.white.100}" },
|
|
28
|
+
"border-color": {},
|
|
29
|
+
"color": {}
|
|
30
|
+
},
|
|
31
|
+
"invalid": {
|
|
32
|
+
"background-color": {},
|
|
33
|
+
"border-color": {},
|
|
34
|
+
"border-width": {},
|
|
35
|
+
"color": {}
|
|
36
|
+
},
|
|
37
|
+
"read-only": {
|
|
38
|
+
"background-color": {},
|
|
39
|
+
"border-color": {},
|
|
40
|
+
"color": {}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"heading-1": {
|
|
4
|
+
"color": { "value": "{noaberkracht.color.blue.22}" },
|
|
5
|
+
"font-family": { "value": "{noaberkracht.typography.oceanwide.font-family}" },
|
|
6
|
+
"font-size": { "value": "{noaberkracht.font-size.2xl}" },
|
|
7
|
+
"font-weight": { "value": "{noaberkracht.typography.font-weight.bold}" },
|
|
8
|
+
"line-height": {},
|
|
9
|
+
"margin-block-end": { "value": "{noaberkracht.size.2xl}" },
|
|
10
|
+
"margin-block-start": { "value": "{noaberkracht.size.md}" }
|
|
11
|
+
},
|
|
12
|
+
|
|
13
|
+
"heading-2": {
|
|
14
|
+
"color": { "value": "{noaberkracht.color.blue.22}" },
|
|
15
|
+
"font-family": { "value": "{noaberkracht.typography.oceanwide.font-family}" },
|
|
16
|
+
"font-size": { "value": "{noaberkracht.font-size.xl}" },
|
|
17
|
+
"font-weight": { "value": "{noaberkracht.typography.font-weight.bold}" },
|
|
18
|
+
"line-height": {},
|
|
19
|
+
"margin-block-end": { "value": "{noaberkracht.size.2xl}" },
|
|
20
|
+
"margin-block-start": { "value": "{noaberkracht.size.md}" }
|
|
21
|
+
},
|
|
22
|
+
|
|
23
|
+
"heading-3": {
|
|
24
|
+
"color": { "value": "{noaberkracht.color.blue.22}" },
|
|
25
|
+
"font-family": { "value": "{noaberkracht.typography.oceanwide.font-family}" },
|
|
26
|
+
"font-size": { "value": "{noaberkracht.font-size.lg}" },
|
|
27
|
+
"font-weight": { "value": "{noaberkracht.typography.font-weight.normal}" },
|
|
28
|
+
"line-height": {},
|
|
29
|
+
"margin-block-end": { "value": "{noaberkracht.size.xl}" },
|
|
30
|
+
"margin-block-start": { "value": "{noaberkracht.size.md}" }
|
|
31
|
+
},
|
|
32
|
+
|
|
33
|
+
"heading-4": {
|
|
34
|
+
"color": { "value": "{noaberkracht.color.blue.22}" },
|
|
35
|
+
"font-family": { "value": "{noaberkracht.typography.oceanwide.font-family}" },
|
|
36
|
+
"font-size": { "value": "{noaberkracht.font-size.md}" },
|
|
37
|
+
"font-weight": { "value": "{noaberkracht.typography.font-weight.normal}" },
|
|
38
|
+
"line-height": {},
|
|
39
|
+
"margin-block-end": { "value": "{noaberkracht.size.lg}" },
|
|
40
|
+
"margin-block-start": { "value": "{noaberkracht.size.md}" }
|
|
41
|
+
},
|
|
42
|
+
|
|
43
|
+
"heading-5": {
|
|
44
|
+
"color": { "value": "{noaberkracht.color.blue.22}" },
|
|
45
|
+
"font-family": { "value": "{noaberkracht.typography.oceanwide.font-family}" },
|
|
46
|
+
"font-size": { "value": "{noaberkracht.font-size.sm}" },
|
|
47
|
+
"font-weight": { "value": "{noaberkracht.typography.font-weight.light}" },
|
|
48
|
+
"line-height": {},
|
|
49
|
+
"margin-block-end": { "value": "{noaberkracht.size.lg}" },
|
|
50
|
+
"margin-block-start": { "value": "{noaberkracht.size.md}" }
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"link": {
|
|
4
|
+
"color": { "value": "{noaberkracht.color.blue.22}" },
|
|
5
|
+
"text-decoration": { "value": "underline" },
|
|
6
|
+
"text-decoration-color": { "value": "{noaberkracht.color.blue.22}" },
|
|
7
|
+
"text-decoration-thickness": { "value": "{noaberkracht.size.4xs}" },
|
|
8
|
+
"text-underline-offset": { "value": "{noaberkracht.size.3xs}" },
|
|
9
|
+
"active": {
|
|
10
|
+
"color": {}
|
|
11
|
+
},
|
|
12
|
+
"focus": {
|
|
13
|
+
"color": {},
|
|
14
|
+
"text-decoration": {},
|
|
15
|
+
"text-decoration-thickness": {}
|
|
16
|
+
},
|
|
17
|
+
"hover": {
|
|
18
|
+
"color": { "value": "{noaberkracht.color.blue.22}" },
|
|
19
|
+
"text-decoration": {},
|
|
20
|
+
"text-decoration-thickness": { "value": "{noaberkracht.size.4xs}" }
|
|
21
|
+
},
|
|
22
|
+
"placeholder": {
|
|
23
|
+
"color": {}
|
|
24
|
+
},
|
|
25
|
+
"visited": {
|
|
26
|
+
"color": { "value": "{noaberkracht.color.blue.22}" }
|
|
27
|
+
},
|
|
28
|
+
"icon": {
|
|
29
|
+
"size": { "value": "{noaberkracht.size.sm}" }
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"ordered-list": {
|
|
4
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
5
|
+
"line-height": {},
|
|
6
|
+
"margin-block-start": { "value": "{noaberkracht.size.sm}" },
|
|
7
|
+
"margin-block-end": { "value": "{noaberkracht.size.sm}" },
|
|
8
|
+
"padding-inline-start": { "value": "{noaberkracht.size.xl}" },
|
|
9
|
+
"item": {
|
|
10
|
+
"margin-block-start": { "value": "{noaberkracht.size.2xs}" },
|
|
11
|
+
"margin-block-end": { "value": "{noaberkracht.size.2xs}" },
|
|
12
|
+
"padding-inline-start": { "value": "1ch" }
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
|
|
16
|
+
"unordered-list": {
|
|
17
|
+
"font-size": { "value": "{utrecht.document.font-size}" },
|
|
18
|
+
"line-height": {},
|
|
19
|
+
"margin-block-start": { "value": "{noaberkracht.size.md}" },
|
|
20
|
+
"margin-block-end": { "value": 0 },
|
|
21
|
+
"padding-inline-start": { "value": "2ch" },
|
|
22
|
+
"item": {
|
|
23
|
+
"margin-block-start": { "value": "{noaberkracht.size.xs}" },
|
|
24
|
+
"margin-block-end": { "value": "{noaberkracht.size.xs}" },
|
|
25
|
+
"padding-inline-start": { "value": "1ch" }
|
|
26
|
+
},
|
|
27
|
+
|
|
28
|
+
"marker": {
|
|
29
|
+
"color": { "value": "{noaberkracht.color.blue.22}" }
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-footer.tokens.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-footer": {
|
|
4
|
+
"background-color": { "value": "{noaberkracht.color.yellow.47}" },
|
|
5
|
+
"background-image": { "value": "unset" },
|
|
6
|
+
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
7
|
+
"padding-inline-end": { "value": "{noaberkracht.size.sm}" },
|
|
8
|
+
"padding-inline-start": { "value": "{noaberkracht.size.sm}" },
|
|
9
|
+
"padding-block-end": { "value": "{noaberkracht.size.2xl}" },
|
|
10
|
+
"padding-block-start": { "value": "{noaberkracht.size.2xl}" }
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
package/municipalities/noaberkracht-design-tokens/src/component/utrecht/page-header.tokens.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-header": {
|
|
4
|
+
"background-color": { "value": "{noaberkracht.color.blue.31-60t}" },
|
|
5
|
+
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
6
|
+
"padding-block-start": { "value": "{noaberkracht.size.sm}" },
|
|
7
|
+
"padding-block-end": { "value": "{noaberkracht.size.sm}" }
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"paragraph": {
|
|
4
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
5
|
+
"font-family": { "value": "{noaberkracht.typography.greycliff-cf.font-family}" },
|
|
6
|
+
"font-size": { "value": "{noaberkracht.font-size.sm}" },
|
|
7
|
+
"font-weight": { "value": "{noaberkracht.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": { "value": "{noaberkracht.color.lightgrey.96}" },
|
|
5
|
+
"border-width": { "value": "{noaberkracht.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": "{noaberkracht.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": "{noaberkracht.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": "{noaberkracht.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": "{noaberkracht.size.md}" },
|
|
37
|
+
"padding-block-start": { "value": "{noaberkracht.size.md}" },
|
|
38
|
+
"padding-inline-end": { "value": "{noaberkracht.size.md}" },
|
|
39
|
+
"padding-inline-start": { "value": "{noaberkracht.size.md}" },
|
|
40
|
+
"icon": {
|
|
41
|
+
"size": {}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"row": {
|
|
45
|
+
"border-block-end-color": { "value": "{noaberkracht.color.lightgrey.96}" },
|
|
46
|
+
"border-block-end-width": { "value": "{noaberkracht.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,11 @@
|
|
|
1
|
+
/* Place any @font-face definitions here */
|
|
2
|
+
|
|
3
|
+
@font-face {
|
|
4
|
+
font-family: "greycliff-cf";
|
|
5
|
+
src: url("../src/font/GreycliffCF.woff2") format("woff2");
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: "Oceanwide";
|
|
10
|
+
src: url("../src/font/Oceanwide.woff2") format("woff2");
|
|
11
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 24 Aug 2023 15:20:54 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.noordwijk-theme {
|
|
@@ -97,6 +97,11 @@
|
|
|
97
97
|
--noordwijk-color-alert-error-background: #f8d7da;
|
|
98
98
|
--noordwijk-color-alert-error: #721c24;
|
|
99
99
|
--noordwijk-color-error: #dc3545;
|
|
100
|
+
--conduction-input-select-placeholder-font-family: var(--noordwijk-typography-roboto-font-family);
|
|
101
|
+
--conduction-input-select-list-option-hover-background-color: var(--noordwijk-color-white-100);
|
|
102
|
+
--conduction-input-select-list-option-hover-font-family: var(--noordwijk-typography-roboto-font-family);
|
|
103
|
+
--conduction-input-select-list-option-background-color: var(--noordwijk-color-white-100);
|
|
104
|
+
--conduction-input-select-list-option-font-family: var(--noordwijk-typography-roboto-font-family);
|
|
100
105
|
--conduction-input-select-invalid-border-color: var(--noordwijk-color-error);
|
|
101
106
|
--conduction-input-select-border-radius: [object Object];
|
|
102
107
|
--conduction-input-select-border: var(--noordwijk-size-4xs) solid var(--noordwijk-color-grey-46);
|
|
@@ -168,10 +173,6 @@
|
|
|
168
173
|
--utrecht-table-cell-padding-block-end: var(--noordwijk-size-md);
|
|
169
174
|
--utrecht-table-header-cell-font-weight: var(--noordwijk-typography-font-weight-bold);
|
|
170
175
|
--utrecht-table-margin-block-start: var(--noordwijk-size-md);
|
|
171
|
-
--utrecht-table-border-width: var(--noordwijk-size-4xs);
|
|
172
|
-
--utrecht-table-border-color: var(--noordwijk-color-black-0);
|
|
173
|
-
--utrecht-table-row-border-block-end-width: var(--noordwijk-size-4xs);
|
|
174
|
-
--utrecht-table-row-border-block-end-color: var(--noordwijk-color-black-0);
|
|
175
176
|
--utrecht-table-header-font-weight: var(--noordwijk-typography-font-weight-bold);
|
|
176
177
|
--utrecht-table-background-color: var(--noordwijk-color-white-100);
|
|
177
178
|
--utrecht-page-header-padding-block-end: var(--noordwijk-size-sm);
|
|
@@ -286,6 +287,8 @@
|
|
|
286
287
|
--noordwijk-typography-scale-4xs: var(--noordwijk-font-size-4xs);
|
|
287
288
|
--noordwijk-color-primary-hover: var(--noordwijk-color-blue-15);
|
|
288
289
|
--noordwijk-color-primary: var(--noordwijk-color-blue-30);
|
|
290
|
+
--conduction-input-select-placeholder-color: var(--utrecht-form-input-placeholder-color);
|
|
291
|
+
--conduction-input-select-list-option-hover-color: var(--noordwijk-color-primary);
|
|
289
292
|
--conduction-card-header-title-color: var(--noordwijk-color-primary);
|
|
290
293
|
--conduction-card-header-color: var(--utrecht-document-color);
|
|
291
294
|
--utrecht-paragraph-color: var(--utrecht-document-color);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 24 Aug 2023 15:20:53 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const noordwijkColorPrimary = "#2c2276";
|
|
@@ -198,10 +198,6 @@ export const utrechtTableBackgroundColor = "#ffffff";
|
|
|
198
198
|
export const utrechtTableHeaderFontWeight = "700";
|
|
199
199
|
export const utrechtTableHeaderColor = "#000000";
|
|
200
200
|
export const utrechtTableHeaderTextTransform = "unset";
|
|
201
|
-
export const utrechtTableRowBorderBlockEndColor = "#000000";
|
|
202
|
-
export const utrechtTableRowBorderBlockEndWidth = "1px";
|
|
203
|
-
export const utrechtTableBorderColor = "#000000";
|
|
204
|
-
export const utrechtTableBorderWidth = "1px";
|
|
205
201
|
export const utrechtTableFontFamily = "\"Roboto\", Arial, sans-serif";
|
|
206
202
|
export const utrechtTableFontSize = "16px";
|
|
207
203
|
export const utrechtTableMarginBlockEnd = 0;
|
|
@@ -312,3 +308,10 @@ export const conductionInputSelectBorderRadius = {};
|
|
|
312
308
|
export const conductionInputSelectInvalidBorderColor = "#dc3545";
|
|
313
309
|
export const conductionInputSelectPaddingBlockEnd = 0;
|
|
314
310
|
export const conductionInputSelectPaddingBlockStart = 0;
|
|
311
|
+
export const conductionInputSelectListOptionFontFamily = "\"Roboto\", Arial, sans-serif";
|
|
312
|
+
export const conductionInputSelectListOptionBackgroundColor = "#ffffff";
|
|
313
|
+
export const conductionInputSelectListOptionHoverFontFamily = "\"Roboto\", Arial, sans-serif";
|
|
314
|
+
export const conductionInputSelectListOptionHoverColor = "#2c2276";
|
|
315
|
+
export const conductionInputSelectListOptionHoverBackgroundColor = "#ffffff";
|
|
316
|
+
export const conductionInputSelectPlaceholderColor = "#757575";
|
|
317
|
+
export const conductionInputSelectPlaceholderFontFamily = "\"Roboto\", Arial, sans-serif";
|