@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,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0-alpha.1",
|
|
3
|
+
"author": "Community for NL Design System",
|
|
4
|
+
"description": "NL Design System design tokens for Noaberkracht",
|
|
5
|
+
"website": "https://werkenbijnoaberkracht.nl/",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"nl-design-system",
|
|
8
|
+
"conduction"
|
|
9
|
+
],
|
|
10
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
11
|
+
"name": "@conduction/noaberkracht-design-tokens",
|
|
12
|
+
"private": false,
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"access": "public"
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/ConductionNL/conduction-theme.git"
|
|
19
|
+
},
|
|
20
|
+
"scripts": {
|
|
21
|
+
"clean": "rimraf -rf dist/",
|
|
22
|
+
"prebuild": "npm run clean",
|
|
23
|
+
"watch": "npm-run-all watch:**",
|
|
24
|
+
"watch:style-dictionary": "chokidar --follow-symlinks --command 'npm run --ignore-scripts build' 'src/**/*.tokens.json'",
|
|
25
|
+
"build": "npm-run-all build:**",
|
|
26
|
+
"build:scss": "sass --no-source-map src/:dist/",
|
|
27
|
+
"build:style-dictionary": "style-dictionary build --config ./style-dictionary.config.js"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@nl-design-system-unstable/theme-toolkit": "workspace:*",
|
|
31
|
+
"chokidar-cli": "3.0.0",
|
|
32
|
+
"npm-run-all": "4.1.5",
|
|
33
|
+
"rimraf": "3.0.2",
|
|
34
|
+
"style-dictionary": "3.8.0"
|
|
35
|
+
},
|
|
36
|
+
"bugs": {
|
|
37
|
+
"url": "https://github.com/ConductionNL/conduction-theme/issues"
|
|
38
|
+
},
|
|
39
|
+
"homepage": "https://github.com/ConductionNL/conduction-theme#readme"
|
|
40
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"noaberkracht": {
|
|
3
|
+
"color": {
|
|
4
|
+
"primary": {
|
|
5
|
+
"value": "#4376fc"
|
|
6
|
+
},
|
|
7
|
+
"primary-hover": {
|
|
8
|
+
"value": "#2e5ed9"
|
|
9
|
+
},
|
|
10
|
+
|
|
11
|
+
"error": { "value": "#dc3545" },
|
|
12
|
+
"alert-error": { "value": "#721c24" },
|
|
13
|
+
"alert-error-background": { "value": "#f8d7da" },
|
|
14
|
+
|
|
15
|
+
"warning": { "value": "#ffc107" },
|
|
16
|
+
"alert-warning": { "value": "#856404" },
|
|
17
|
+
"alert-warning-background": { "value": "#fff3cd" },
|
|
18
|
+
|
|
19
|
+
"succes": { "value": "#28a745" },
|
|
20
|
+
"alert-succes": { "value": "#155724" },
|
|
21
|
+
"alert-succes-background": { "value": "#d4edda" },
|
|
22
|
+
|
|
23
|
+
"info": { "value": "{noaberkracht.color.primary}" },
|
|
24
|
+
"alert-info": { "value": "#004085" },
|
|
25
|
+
"alert-info-background": { "value": "#cce5ff" },
|
|
26
|
+
|
|
27
|
+
"blue": {
|
|
28
|
+
"22": {
|
|
29
|
+
"value": "#003790",
|
|
30
|
+
"comment": "Base/Blue from Huisstijlhandboek, base color of website is #012c9d"
|
|
31
|
+
},
|
|
32
|
+
"31-60t": {
|
|
33
|
+
"value": "#012c9d99",
|
|
34
|
+
"comment": "Blue with 60% transparency"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
|
|
38
|
+
"yellow": {
|
|
39
|
+
"47": {
|
|
40
|
+
"value": "#f0b800",
|
|
41
|
+
"comment": "Base/Yellow from Huisstijlhandboek, base color of website is #f0af00"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
|
|
45
|
+
"lightgrey": {
|
|
46
|
+
"96": {
|
|
47
|
+
"value": "#f5f5f5",
|
|
48
|
+
"comment": "Base/LightGrey"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
|
|
52
|
+
"white": {
|
|
53
|
+
"98": {
|
|
54
|
+
"value": "#fafafa"
|
|
55
|
+
},
|
|
56
|
+
"100": {
|
|
57
|
+
"value": "#ffffff",
|
|
58
|
+
"comment": "Base/White"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
|
|
62
|
+
"black": {
|
|
63
|
+
"0": {
|
|
64
|
+
"value": "#000000",
|
|
65
|
+
"comment": "Base/Black"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/font-size.tokens.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"noaberkracht": {
|
|
3
|
+
"font-size": {
|
|
4
|
+
"4xs": { "value": "8px" },
|
|
5
|
+
"3xs": { "value": "10x" },
|
|
6
|
+
"2xs": { "value": "12px" },
|
|
7
|
+
"xs": { "value": "14px" },
|
|
8
|
+
"sm": { "value": "18px" },
|
|
9
|
+
"md": { "value": "24px" },
|
|
10
|
+
"lg": { "value": "36px" },
|
|
11
|
+
"xl": { "value": "48px" },
|
|
12
|
+
"2xl": { "value": "60px" },
|
|
13
|
+
"3xl": { "value": "72px" },
|
|
14
|
+
"4xl": { "value": "84px" }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"noaberkracht": {
|
|
3
|
+
"size": {
|
|
4
|
+
"4xs": { "value": "1px" },
|
|
5
|
+
"3xs": { "value": "2px" },
|
|
6
|
+
"2xs": { "value": "4px" },
|
|
7
|
+
"xs": { "value": "8px" },
|
|
8
|
+
"sm": { "value": "14px" },
|
|
9
|
+
"md": { "value": "18px" },
|
|
10
|
+
"lg": { "value": "24px" },
|
|
11
|
+
"xl": { "value": "32px" },
|
|
12
|
+
"2xl": { "value": "48px" },
|
|
13
|
+
"3xl": { "value": "72px" },
|
|
14
|
+
"4xl": { "value": "96px" }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/typography.tokens.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"noaberkracht": {
|
|
3
|
+
"typography": {
|
|
4
|
+
"greycliff-cf": {
|
|
5
|
+
"font-family": {
|
|
6
|
+
"value": "greycliff-cf,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",Segoe UI Symbol,\"Noto Color Emoji\""
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"oceanwide": {
|
|
10
|
+
"font-family": {
|
|
11
|
+
"value": "Oceanwide,ui-serif,Georgia,Cambria,Times New Roman,Times,serif"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"sans-serif": {
|
|
15
|
+
"font-family": {
|
|
16
|
+
"value": "\"Noto Sans\", Arial, sans-serif"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"monospace": {
|
|
20
|
+
"font-family": {
|
|
21
|
+
"value": "Monospace, \"Lucida Console\""
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
|
|
25
|
+
"font-weight": {
|
|
26
|
+
"bold": {
|
|
27
|
+
"value": "700"
|
|
28
|
+
},
|
|
29
|
+
"normal": {
|
|
30
|
+
"value": "400"
|
|
31
|
+
},
|
|
32
|
+
"light": {
|
|
33
|
+
"value": "100"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
|
|
37
|
+
"scale": {
|
|
38
|
+
"4xs": { "value": "{noaberkracht.font-size.4xs}" },
|
|
39
|
+
"3xs": { "value": "{noaberkracht.font-size.3xs}" },
|
|
40
|
+
"2xs": { "value": "{noaberkracht.font-size.2xs}" },
|
|
41
|
+
"xs": { "value": "{noaberkracht.font-size.xs}" },
|
|
42
|
+
"sm": { "value": "{noaberkracht.font-size.sm}" },
|
|
43
|
+
"md": { "value": "{noaberkracht.font-size.md}" },
|
|
44
|
+
"lg": { "value": "{noaberkracht.font-size.lg}" },
|
|
45
|
+
"xl": { "value": "{noaberkracht.font-size.xl}" },
|
|
46
|
+
"2xl": { "value": "{noaberkracht.font-size.2xl}" },
|
|
47
|
+
"3xl": { "value": "{noaberkracht.font-size.3xl}" },
|
|
48
|
+
"4xl": { "value": "{noaberkracht.font-size.4xl}" }
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"space": {
|
|
4
|
+
"block": {
|
|
5
|
+
"3xs": { "value": "{noaberkracht.size.3xs}" },
|
|
6
|
+
"2xs": { "value": "{noaberkracht.size.2xs}" },
|
|
7
|
+
"xs": { "value": "{noaberkracht.size.xs}" },
|
|
8
|
+
"sm": { "value": "{noaberkracht.size.sm}" },
|
|
9
|
+
"md": { "value": "{noaberkracht.size.md}" },
|
|
10
|
+
"lg": { "value": "{noaberkracht.size.lg}" },
|
|
11
|
+
"xl": { "value": "{noaberkracht.size.xl}" },
|
|
12
|
+
"2xl": { "value": "{noaberkracht.size.2xl}" },
|
|
13
|
+
"3xl": { "value": "{noaberkracht.size.3xl}" }
|
|
14
|
+
},
|
|
15
|
+
"inline": {
|
|
16
|
+
"3xs": { "value": "{noaberkracht.size.3xs}" },
|
|
17
|
+
"2xs": { "value": "{noaberkracht.size.2xs}" },
|
|
18
|
+
"xs": { "value": "{noaberkracht.size.xs}" },
|
|
19
|
+
"sm": { "value": "{noaberkracht.size.sm}" },
|
|
20
|
+
"md": { "value": "{noaberkracht.size.md}" },
|
|
21
|
+
"lg": { "value": "{noaberkracht.size.lg}" },
|
|
22
|
+
"xl": { "value": "{noaberkracht.size.xl}" },
|
|
23
|
+
"2xl": { "value": "{noaberkracht.size.2xl}" },
|
|
24
|
+
"3xl": { "value": "{noaberkracht.size.3xl}" }
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-header.tokens.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"card-header": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"border-bottom-width": {},
|
|
6
|
+
"border-bottom-style": {},
|
|
7
|
+
"border-bottom-color": {},
|
|
8
|
+
"color": { "value": "{utrecht.document.color}" },
|
|
9
|
+
"hover": {
|
|
10
|
+
"background-color": {},
|
|
11
|
+
"border-bottom-width": {},
|
|
12
|
+
"border-bottom-style": {},
|
|
13
|
+
"border-bottom-color": {}
|
|
14
|
+
},
|
|
15
|
+
"title": {
|
|
16
|
+
"color": { "value": "{noaberkracht.color.blue.22}" }
|
|
17
|
+
},
|
|
18
|
+
"date": {
|
|
19
|
+
"color": { "value": "{noaberkracht.color.blue.22}" },
|
|
20
|
+
"font-size": { "value": "{noaberkracht.font-size.xs}" },
|
|
21
|
+
"font-weight": { "value": "{noaberkracht.typography.font-weight.light}" },
|
|
22
|
+
"margin-block-end": { "value": "{noaberkracht.size.xs}" }
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"card-wrapper": {
|
|
4
|
+
"background-color": { "value": "{noaberkracht.color.white.100}" },
|
|
5
|
+
"border-color": { "value": "{noaberkracht.color.blue.22}" },
|
|
6
|
+
"border-width": { "value": "{noaberkracht.size.4xs}" },
|
|
7
|
+
"border-style": { "value": "solid" },
|
|
8
|
+
"border-radius": { "value": "22px" },
|
|
9
|
+
"color": { "value": "{noaberkracht.color.blue.22}" },
|
|
10
|
+
"hover": {
|
|
11
|
+
"background-color": {}
|
|
12
|
+
},
|
|
13
|
+
"padding-inline-end": { "value": "{noaberkracht.size.md}" },
|
|
14
|
+
"padding-inline-start": { "value": "{noaberkracht.size.md}" },
|
|
15
|
+
"padding-block-end": { "value": "{noaberkracht.size.md}" },
|
|
16
|
+
"padding-block-start": { "value": "{noaberkracht.size.md}" }
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"input-select": {
|
|
4
|
+
"background-color": { "value": "{noaberkracht.color.white.100}" },
|
|
5
|
+
"border": { "value": "{noaberkracht.size.4xs} solid {noaberkracht.color.blue.22}" },
|
|
6
|
+
"border-focus": { "value": "unset" },
|
|
7
|
+
"border-radius": { "value": "{utrecht.form-input.border-radius}" },
|
|
8
|
+
"invalid-border-color": { "value": "{noaberkracht.color.error}" },
|
|
9
|
+
"padding-block-end": { "value": 0 },
|
|
10
|
+
"padding-block-start": { "value": 0 },
|
|
11
|
+
"hover": {},
|
|
12
|
+
"focus": {},
|
|
13
|
+
"list-option": {
|
|
14
|
+
"font-family": { "value": "{noaberkracht.typography.greycliff-cf.font-family}" },
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"hover": {
|
|
17
|
+
"font-family": { "value": "{noaberkracht.typography.greycliff-cf.font-family}" },
|
|
18
|
+
"color": {},
|
|
19
|
+
"background-color": {}
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"placeholder": {
|
|
23
|
+
"color": {
|
|
24
|
+
"value": "{utrecht.form-input.placeholder.color}"
|
|
25
|
+
},
|
|
26
|
+
"font-family": { "value": "{noaberkracht.typography.greycliff-cf.font-family}" }
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"alert": {
|
|
4
|
+
"background-color": { "value": "{noaberkracht.color.alert-info-background}" },
|
|
5
|
+
"border-color": {},
|
|
6
|
+
"border-width": {},
|
|
7
|
+
"color": { "value": "{noaberkracht.color.alert-info}" },
|
|
8
|
+
"padding-block-start": { "value": "{noaberkracht.size.lg}" },
|
|
9
|
+
"padding-block-end": { "value": "{noaberkracht.size.lg}" },
|
|
10
|
+
"padding-inline-start": { "value": "{noaberkracht.size.lg}" },
|
|
11
|
+
"padding-inline-end": { "value": "{noaberkracht.size.lg}" },
|
|
12
|
+
"margin-block-start": {},
|
|
13
|
+
"margin-block-end": {},
|
|
14
|
+
"warning": {
|
|
15
|
+
"background-color": { "value": "{noaberkracht.color.alert-warning-background}" },
|
|
16
|
+
"color": { "value": "{noaberkracht.color.alert-warning}" },
|
|
17
|
+
"border-color": {},
|
|
18
|
+
"border-width": {}
|
|
19
|
+
},
|
|
20
|
+
"error": {
|
|
21
|
+
"background-color": { "value": "{noaberkracht.color.alert-error-background}" },
|
|
22
|
+
"color": { "value": "{noaberkracht.color.alert-error}" },
|
|
23
|
+
"border-color": {},
|
|
24
|
+
"border-width": {}
|
|
25
|
+
},
|
|
26
|
+
"ok": {
|
|
27
|
+
"background-color": { "value": "{noaberkracht.color.alert-succes-background}" },
|
|
28
|
+
"color": { "value": "{noaberkracht.color.alert-succes}" },
|
|
29
|
+
"border-color": {},
|
|
30
|
+
"border-width": {}
|
|
31
|
+
},
|
|
32
|
+
"icon": {
|
|
33
|
+
"color": { "value": "{noaberkracht.color.alert-info}" },
|
|
34
|
+
"error": {
|
|
35
|
+
"color": { "value": "{noaberkracht.color.alert-error}" }
|
|
36
|
+
},
|
|
37
|
+
"warning": {
|
|
38
|
+
"color": { "value": "{noaberkracht.color.alert-warning}" }
|
|
39
|
+
},
|
|
40
|
+
"ok": {
|
|
41
|
+
"color": { "value": "{noaberkracht.color.alert-succes}" }
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
package/municipalities/noaberkracht-design-tokens/src/component/utrecht/blockquote.tokens.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"blockquote": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"color": {},
|
|
6
|
+
"margin-inline-start": { "value": "{noaberkracht.size.xl}" },
|
|
7
|
+
"margin-inline-end": { "value": "{noaberkracht.size.xl}" },
|
|
8
|
+
"margin-inline-block-start": {},
|
|
9
|
+
"margin-inline-block-end": {},
|
|
10
|
+
"font-size": {},
|
|
11
|
+
"font-style": {},
|
|
12
|
+
"font-family": {},
|
|
13
|
+
"padding-inline-start": {},
|
|
14
|
+
"padding-inline-end": {},
|
|
15
|
+
"padding-inline-block-start": {},
|
|
16
|
+
"padding-inline-block-end": {},
|
|
17
|
+
"attribution": {
|
|
18
|
+
"color": {},
|
|
19
|
+
"font-size": {}
|
|
20
|
+
},
|
|
21
|
+
"content": {
|
|
22
|
+
"color": { "value": "{noaberkracht.color.black.0}" },
|
|
23
|
+
"font-size": { "value": "{noaberkracht.font-size.md}" }
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"button": {
|
|
4
|
+
"background-color": { "value": "{noaberkracht.color.yellow.47}" },
|
|
5
|
+
"border-color": { "value": "{noaberkracht.color.yellow.47}" },
|
|
6
|
+
"border-radius": { "value": "9999px" },
|
|
7
|
+
"border-width": { "value": "{noaberkracht.size.3xs}" },
|
|
8
|
+
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
9
|
+
"font-family": { "value": "{noaberkracht.typography.oceanwide.font-family}" },
|
|
10
|
+
"font-size": { "value": "inherit" },
|
|
11
|
+
"font-weight": { "value": "inherit" },
|
|
12
|
+
"inline-size": {},
|
|
13
|
+
"letter-spacing": {},
|
|
14
|
+
"line-height": {},
|
|
15
|
+
"min-block-size": {},
|
|
16
|
+
"min-inline-size": {},
|
|
17
|
+
"padding-block-start": { "value": "{noaberkracht.size.2xs}" },
|
|
18
|
+
"padding-block-end": { "value": "{noaberkracht.size.2xs}" },
|
|
19
|
+
"padding-inline-start": { "value": "{noaberkracht.size.sm}" },
|
|
20
|
+
"padding-inline-end": { "value": "{noaberkracht.size.sm}" },
|
|
21
|
+
"text-transform": {},
|
|
22
|
+
"active": {
|
|
23
|
+
"background-color": {},
|
|
24
|
+
"border-color": {},
|
|
25
|
+
"color": {}
|
|
26
|
+
},
|
|
27
|
+
"icon": {
|
|
28
|
+
"gap": { "value": "{noaberkracht.size.xs}" },
|
|
29
|
+
"size": {}
|
|
30
|
+
},
|
|
31
|
+
"disabled": {
|
|
32
|
+
"background-color": {},
|
|
33
|
+
"border-color": {},
|
|
34
|
+
"color": {}
|
|
35
|
+
},
|
|
36
|
+
"focus": {
|
|
37
|
+
"background-color": {},
|
|
38
|
+
"border-color": {},
|
|
39
|
+
"color": {},
|
|
40
|
+
"scale": {}
|
|
41
|
+
},
|
|
42
|
+
"hover": {
|
|
43
|
+
"background-color": { "value": "{noaberkracht.color.blue.22}" },
|
|
44
|
+
"border-color": { "value": "{noaberkracht.color.blue.22}" },
|
|
45
|
+
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
46
|
+
"scale": {}
|
|
47
|
+
},
|
|
48
|
+
"pressed": {
|
|
49
|
+
"background-color": {},
|
|
50
|
+
"border-color": {},
|
|
51
|
+
"color": {}
|
|
52
|
+
},
|
|
53
|
+
"primary-action": {
|
|
54
|
+
"background-color": { "value": "{noaberkracht.color.yellow.47}" },
|
|
55
|
+
"border-color": { "value": "{noaberkracht.color.yellow.47}" },
|
|
56
|
+
"border-width": { "value": "{noaberkracht.size.3xs}" },
|
|
57
|
+
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
58
|
+
"font-weight": { "value": "inherit" },
|
|
59
|
+
"active": {
|
|
60
|
+
"background-color": {},
|
|
61
|
+
"border-color": {},
|
|
62
|
+
"color": {}
|
|
63
|
+
},
|
|
64
|
+
"disabled": {
|
|
65
|
+
"background-color": {},
|
|
66
|
+
"border-color": {},
|
|
67
|
+
"color": {}
|
|
68
|
+
},
|
|
69
|
+
"hover": {
|
|
70
|
+
"background-color": { "value": "{noaberkracht.color.yellow.47}" },
|
|
71
|
+
"border-color": { "value": "{noaberkracht.color.yellow.47}" },
|
|
72
|
+
"color": { "value": "{noaberkracht.color.white.100}" },
|
|
73
|
+
"scale": {}
|
|
74
|
+
},
|
|
75
|
+
"focus": {
|
|
76
|
+
"background-color": {},
|
|
77
|
+
"border-color": {},
|
|
78
|
+
"color": {}
|
|
79
|
+
},
|
|
80
|
+
"pressed": {
|
|
81
|
+
"background-color": {},
|
|
82
|
+
"border-color": {},
|
|
83
|
+
"color": {}
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"secondary-action": {
|
|
87
|
+
"background-color": { "value": "{noaberkracht.color.white.100}" },
|
|
88
|
+
"border-color": { "value": "{noaberkracht.color.yellow.47}" },
|
|
89
|
+
"border-width": { "value": "{noaberkracht.size.3xs}" },
|
|
90
|
+
"color": { "value": "{noaberkracht.color.yellow.47}" },
|
|
91
|
+
"font-weight": { "value": "{noaberkracht.typography.font-weight.normal}" },
|
|
92
|
+
"active": {
|
|
93
|
+
"background-color": {},
|
|
94
|
+
"border-color": {},
|
|
95
|
+
"color": {}
|
|
96
|
+
},
|
|
97
|
+
"disabled": {
|
|
98
|
+
"background-color": {},
|
|
99
|
+
"border-color": {},
|
|
100
|
+
"color": {}
|
|
101
|
+
},
|
|
102
|
+
"hover": {
|
|
103
|
+
"background-color": { "value": "{noaberkracht.color.white.100}" },
|
|
104
|
+
"border-color": { "value": "{noaberkracht.color.blue.22}" },
|
|
105
|
+
"color": { "value": "{noaberkracht.color.blue.22}" }
|
|
106
|
+
},
|
|
107
|
+
"focus": {
|
|
108
|
+
"background-color": {},
|
|
109
|
+
"border-color": {},
|
|
110
|
+
"color": {}
|
|
111
|
+
},
|
|
112
|
+
"pressed": {
|
|
113
|
+
"background-color": {},
|
|
114
|
+
"border-color": {},
|
|
115
|
+
"color": {}
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"subtle": {
|
|
119
|
+
"background-color": {},
|
|
120
|
+
"border-color": {},
|
|
121
|
+
"border-width": {},
|
|
122
|
+
"color": {},
|
|
123
|
+
"font-weight": {},
|
|
124
|
+
"active": {
|
|
125
|
+
"background-color": {},
|
|
126
|
+
"border-color": {},
|
|
127
|
+
"color": {}
|
|
128
|
+
},
|
|
129
|
+
"disabled": {
|
|
130
|
+
"background-color": {},
|
|
131
|
+
"border-color": {},
|
|
132
|
+
"color": {}
|
|
133
|
+
},
|
|
134
|
+
"hover": {
|
|
135
|
+
"background-color": {},
|
|
136
|
+
"border-color": {},
|
|
137
|
+
"color": {}
|
|
138
|
+
},
|
|
139
|
+
"focus": {
|
|
140
|
+
"background-color": {},
|
|
141
|
+
"border-color": {},
|
|
142
|
+
"color": {}
|
|
143
|
+
},
|
|
144
|
+
"pressed": {
|
|
145
|
+
"background-color": {},
|
|
146
|
+
"border-color": {},
|
|
147
|
+
"color": {}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"code": {
|
|
4
|
+
"background-color": { "value": "{noaberkracht.color.lightgrey.96}" },
|
|
5
|
+
"color": { "value": "{noaberkracht.color.black.0}" },
|
|
6
|
+
"font-family": { "value": "{noaberkracht.typography.monospace.font-family}" },
|
|
7
|
+
"font-size": { "value": "inherit" },
|
|
8
|
+
"line-height": {}
|
|
9
|
+
},
|
|
10
|
+
|
|
11
|
+
"code-block": {
|
|
12
|
+
"background-color": { "value": "{noaberkracht.color.lightgrey.96}" },
|
|
13
|
+
"color": { "value": "{noaberkracht.color.black.0}" },
|
|
14
|
+
"font-family": { "value": "{noaberkracht.typography.monospace.font-family}" },
|
|
15
|
+
"font-size": { "value": "{noaberkracht.font-size.sm}" },
|
|
16
|
+
"line-height": { "value": "{noaberkracht.size.lg}" },
|
|
17
|
+
"margin-block-start": { "value": "{noaberkracht.size.md}" },
|
|
18
|
+
"margin-block-end": { "value": "{noaberkracht.size.md}" },
|
|
19
|
+
"margin-inline-start": { "value": 0 },
|
|
20
|
+
"margin-inline-end": { "value": 0 },
|
|
21
|
+
"padding-block-start": { "value": "{noaberkracht.size.md}" },
|
|
22
|
+
"padding-block-end": { "value": "{noaberkracht.size.md}" },
|
|
23
|
+
"padding-inline-start": { "value": "{noaberkracht.size.md}" },
|
|
24
|
+
"padding-inline-end": { "value": "{noaberkracht.size.md}" }
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"document": {
|
|
4
|
+
"background-color": { "value": "{noaberkracht.color.white.98}" },
|
|
5
|
+
"color": { "value": "{noaberkracht.color.blue.22}" },
|
|
6
|
+
"font-family": { "value": "{noaberkracht.typography.greycliff-cf.font-family}" },
|
|
7
|
+
"font-size": { "value": "{noaberkracht.font-size.sm}" },
|
|
8
|
+
"font-weight": {},
|
|
9
|
+
"line-height": {}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-input": {
|
|
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
|
+
}
|