@conduction/theme 1.0.29 → 1.0.31
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 -1
- package/conduction-design-tokens/dist/design-tokens.css +2 -1
- package/conduction-design-tokens/dist/index.js +2 -1
- package/conduction-design-tokens/dist/index.json +19 -0
- package/conduction-design-tokens/dist/index.less +2 -1
- package/conduction-design-tokens/dist/index.scss +2 -1
- package/conduction-design-tokens/dist/tokens.json +22 -0
- package/conduction-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +2 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +2 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +19 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +2 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +2 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +22 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +2 -1
- package/municipalities/epe-design-tokens/dist/index.js +2 -1
- package/municipalities/epe-design-tokens/dist/index.json +19 -0
- package/municipalities/epe-design-tokens/dist/index.less +2 -1
- package/municipalities/epe-design-tokens/dist/index.scss +2 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +22 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +2 -1
- package/municipalities/leiden-design-tokens/dist/index.js +2 -1
- package/municipalities/leiden-design-tokens/dist/index.json +19 -0
- package/municipalities/leiden-design-tokens/dist/index.less +2 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +2 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +22 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/noaberkracht-design-tokens/LICENSE.md +17 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +191 -6
- package/municipalities/noaberkracht-design-tokens/dist/font.css +5 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +191 -6
- package/municipalities/noaberkracht-design-tokens/dist/index.json +4814 -1169
- package/municipalities/noaberkracht-design-tokens/dist/index.less +191 -6
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +191 -6
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +4230 -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/surface.tokens.json +8 -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 +2 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +2 -1
- package/municipalities/noordwijk-design-tokens/dist/index.json +19 -0
- package/municipalities/noordwijk-design-tokens/dist/index.less +2 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +2 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +22 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +2 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +2 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +19 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +2 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +2 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +22 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +2 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +2 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +19 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +2 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +2 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +22 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- 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 Fri, 25 Aug 2023 13:32:25 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.noordwijk-theme {
|
|
@@ -116,6 +116,7 @@
|
|
|
116
116
|
--conduction-card-header-date-font-weight: var(--noordwijk-typography-font-weight-light);
|
|
117
117
|
--conduction-card-header-date-font-size: var(--noordwijk-font-size-sm);
|
|
118
118
|
--conduction-card-header-date-color: var(--noordwijk-color-light-green-24);
|
|
119
|
+
--utrecht-surface-background-color: var(--noordwijk-color-light-blue-96);
|
|
119
120
|
--utrecht-paragraph-font-weight: var(--noordwijk-typography-font-weight-normal);
|
|
120
121
|
--utrecht-paragraph-font-size: var(--noordwijk-font-size-md);
|
|
121
122
|
--utrecht-paragraph-font-family: var(--noordwijk-typography-roboto-font-family);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 25 Aug 2023 13:32:25 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const noordwijkColorPrimary = "#2c2276";
|
|
@@ -287,6 +287,7 @@ export const utrechtParagraphFontWeight = "300";
|
|
|
287
287
|
export const utrechtParagraphLineHeight = "1.5em";
|
|
288
288
|
export const utrechtParagraphMarginBlockStart = 0;
|
|
289
289
|
export const utrechtParagraphMarginBlockEnd = 0;
|
|
290
|
+
export const utrechtSurfaceBackgroundColor = "#f2f7fa";
|
|
290
291
|
export const conductionCardHeaderColor = "#000000";
|
|
291
292
|
export const conductionCardHeaderTitleColor = "#2c2276";
|
|
292
293
|
export const conductionCardHeaderDateColor = "#007c4c";
|
|
@@ -5501,6 +5501,25 @@
|
|
|
5501
5501
|
"xs"
|
|
5502
5502
|
]
|
|
5503
5503
|
},
|
|
5504
|
+
{
|
|
5505
|
+
"value": "#f2f7fa",
|
|
5506
|
+
"filePath": "src/component/utrecht/surface.tokens.json",
|
|
5507
|
+
"isSource": true,
|
|
5508
|
+
"original": {
|
|
5509
|
+
"value": "{noordwijk.color.light-blue.96}"
|
|
5510
|
+
},
|
|
5511
|
+
"name": "utrechtSurfaceBackgroundColor",
|
|
5512
|
+
"attributes": {
|
|
5513
|
+
"category": "utrecht",
|
|
5514
|
+
"type": "surface",
|
|
5515
|
+
"item": "background-color"
|
|
5516
|
+
},
|
|
5517
|
+
"path": [
|
|
5518
|
+
"utrecht",
|
|
5519
|
+
"surface",
|
|
5520
|
+
"background-color"
|
|
5521
|
+
]
|
|
5522
|
+
},
|
|
5504
5523
|
{
|
|
5505
5524
|
"value": "#ffffff",
|
|
5506
5525
|
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 25 Aug 2023 13:32:25 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
@conduction-card-header-date-font-weight: @noordwijk-typography-font-weight-light;
|
|
115
115
|
@conduction-card-header-date-font-size: @noordwijk-font-size-sm;
|
|
116
116
|
@conduction-card-header-date-color: @noordwijk-color-light-green-24;
|
|
117
|
+
@utrecht-surface-background-color: @noordwijk-color-light-blue-96;
|
|
117
118
|
@utrecht-paragraph-font-weight: @noordwijk-typography-font-weight-normal;
|
|
118
119
|
@utrecht-paragraph-font-size: @noordwijk-font-size-md;
|
|
119
120
|
@utrecht-paragraph-font-family: @noordwijk-typography-roboto-font-family;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 25 Aug 2023 13:32:25 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -114,6 +114,7 @@ $conduction-card-header-date-margin-block-end: $noordwijk-size-xs;
|
|
|
114
114
|
$conduction-card-header-date-font-weight: $noordwijk-typography-font-weight-light;
|
|
115
115
|
$conduction-card-header-date-font-size: $noordwijk-font-size-sm;
|
|
116
116
|
$conduction-card-header-date-color: $noordwijk-color-light-green-24;
|
|
117
|
+
$utrecht-surface-background-color: $noordwijk-color-light-blue-96;
|
|
117
118
|
$utrecht-paragraph-font-weight: $noordwijk-typography-font-weight-normal;
|
|
118
119
|
$utrecht-paragraph-font-size: $noordwijk-font-size-md;
|
|
119
120
|
$utrecht-paragraph-font-family: $noordwijk-typography-roboto-font-family;
|
|
@@ -6064,6 +6064,28 @@
|
|
|
6064
6064
|
"font-weight": {},
|
|
6065
6065
|
"line-height": {}
|
|
6066
6066
|
}
|
|
6067
|
+
},
|
|
6068
|
+
"surface": {
|
|
6069
|
+
"background-color": {
|
|
6070
|
+
"value": "#f2f7fa",
|
|
6071
|
+
"filePath": "src/component/utrecht/surface.tokens.json",
|
|
6072
|
+
"isSource": true,
|
|
6073
|
+
"original": {
|
|
6074
|
+
"value": "{noordwijk.color.light-blue.96}"
|
|
6075
|
+
},
|
|
6076
|
+
"name": "utrechtSurfaceBackgroundColor",
|
|
6077
|
+
"attributes": {
|
|
6078
|
+
"category": "utrecht",
|
|
6079
|
+
"type": "surface",
|
|
6080
|
+
"item": "background-color"
|
|
6081
|
+
},
|
|
6082
|
+
"path": [
|
|
6083
|
+
"utrecht",
|
|
6084
|
+
"surface",
|
|
6085
|
+
"background-color"
|
|
6086
|
+
]
|
|
6087
|
+
},
|
|
6088
|
+
"color": {}
|
|
6067
6089
|
}
|
|
6068
6090
|
},
|
|
6069
6091
|
"conduction": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 25 Aug 2023 13:32:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.tubbergen-theme {
|
|
@@ -120,6 +120,7 @@
|
|
|
120
120
|
--conduction-card-header-date-margin-block-end: var(--tubbergen-size-xs);
|
|
121
121
|
--conduction-card-header-date-font-weight: var(--tubbergen-typography-font-weight-light);
|
|
122
122
|
--conduction-card-header-date-font-size: var(--tubbergen-font-size-sm);
|
|
123
|
+
--utrecht-surface-background-color: var(--tubbergen-color-white-100);
|
|
123
124
|
--utrecht-paragraph-font-weight: var(--tubbergen-typography-font-weight-normal);
|
|
124
125
|
--utrecht-paragraph-font-size: var(--tubbergen-font-size-md);
|
|
125
126
|
--utrecht-paragraph-font-family: var(--tubbergen-typography-lato-font-family);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 25 Aug 2023 13:32:03 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const tubbergenColorPrimary = "#0b612d";
|
|
@@ -316,6 +316,7 @@ export const utrechtParagraphFontWeight = "400";
|
|
|
316
316
|
export const utrechtParagraphLineHeight = "1.5em";
|
|
317
317
|
export const utrechtParagraphMarginBlockStart = 0;
|
|
318
318
|
export const utrechtParagraphMarginBlockEnd = 0;
|
|
319
|
+
export const utrechtSurfaceBackgroundColor = "#ffffff";
|
|
319
320
|
export const conductionCardHeaderColor = "#333333";
|
|
320
321
|
export const conductionCardHeaderTitleColor = "#333333";
|
|
321
322
|
export const conductionCardHeaderDateColor = "#333333";
|
|
@@ -5826,6 +5826,25 @@
|
|
|
5826
5826
|
"xs"
|
|
5827
5827
|
]
|
|
5828
5828
|
},
|
|
5829
|
+
{
|
|
5830
|
+
"value": "#ffffff",
|
|
5831
|
+
"filePath": "src/component/utrecht/surface.tokens.json",
|
|
5832
|
+
"isSource": true,
|
|
5833
|
+
"original": {
|
|
5834
|
+
"value": "{tubbergen.color.white.100}"
|
|
5835
|
+
},
|
|
5836
|
+
"name": "utrechtSurfaceBackgroundColor",
|
|
5837
|
+
"attributes": {
|
|
5838
|
+
"category": "utrecht",
|
|
5839
|
+
"type": "surface",
|
|
5840
|
+
"item": "background-color"
|
|
5841
|
+
},
|
|
5842
|
+
"path": [
|
|
5843
|
+
"utrecht",
|
|
5844
|
+
"surface",
|
|
5845
|
+
"background-color"
|
|
5846
|
+
]
|
|
5847
|
+
},
|
|
5829
5848
|
{
|
|
5830
5849
|
"value": "#ffffff",
|
|
5831
5850
|
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 25 Aug 2023 13:32:04 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
@conduction-card-header-date-margin-block-end: @tubbergen-size-xs;
|
|
119
119
|
@conduction-card-header-date-font-weight: @tubbergen-typography-font-weight-light;
|
|
120
120
|
@conduction-card-header-date-font-size: @tubbergen-font-size-sm;
|
|
121
|
+
@utrecht-surface-background-color: @tubbergen-color-white-100;
|
|
121
122
|
@utrecht-paragraph-font-weight: @tubbergen-typography-font-weight-normal;
|
|
122
123
|
@utrecht-paragraph-font-size: @tubbergen-font-size-md;
|
|
123
124
|
@utrecht-paragraph-font-family: @tubbergen-typography-lato-font-family;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 25 Aug 2023 13:32:04 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
@@ -118,6 +118,7 @@ $conduction-card-wrapper-background-color: $tubbergen-color-green-89;
|
|
|
118
118
|
$conduction-card-header-date-margin-block-end: $tubbergen-size-xs;
|
|
119
119
|
$conduction-card-header-date-font-weight: $tubbergen-typography-font-weight-light;
|
|
120
120
|
$conduction-card-header-date-font-size: $tubbergen-font-size-sm;
|
|
121
|
+
$utrecht-surface-background-color: $tubbergen-color-white-100;
|
|
121
122
|
$utrecht-paragraph-font-weight: $tubbergen-typography-font-weight-normal;
|
|
122
123
|
$utrecht-paragraph-font-size: $tubbergen-font-size-md;
|
|
123
124
|
$utrecht-paragraph-font-family: $tubbergen-typography-lato-font-family;
|
|
@@ -6669,6 +6669,28 @@
|
|
|
6669
6669
|
"font-weight": {},
|
|
6670
6670
|
"line-height": {}
|
|
6671
6671
|
}
|
|
6672
|
+
},
|
|
6673
|
+
"surface": {
|
|
6674
|
+
"background-color": {
|
|
6675
|
+
"value": "#ffffff",
|
|
6676
|
+
"filePath": "src/component/utrecht/surface.tokens.json",
|
|
6677
|
+
"isSource": true,
|
|
6678
|
+
"original": {
|
|
6679
|
+
"value": "{tubbergen.color.white.100}"
|
|
6680
|
+
},
|
|
6681
|
+
"name": "utrechtSurfaceBackgroundColor",
|
|
6682
|
+
"attributes": {
|
|
6683
|
+
"category": "utrecht",
|
|
6684
|
+
"type": "surface",
|
|
6685
|
+
"item": "background-color"
|
|
6686
|
+
},
|
|
6687
|
+
"path": [
|
|
6688
|
+
"utrecht",
|
|
6689
|
+
"surface",
|
|
6690
|
+
"background-color"
|
|
6691
|
+
]
|
|
6692
|
+
},
|
|
6693
|
+
"color": {}
|
|
6672
6694
|
}
|
|
6673
6695
|
},
|
|
6674
6696
|
"conduction": {
|