@conduction/theme 1.0.13 → 1.0.15
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/.prettierrc +12 -0
- package/README.md +2 -0
- package/conduction-design-tokens/LICENSE.md +17 -0
- package/conduction-design-tokens/dist/design-tokens.css +294 -0
- package/conduction-design-tokens/dist/font.css +5 -0
- package/conduction-design-tokens/dist/index.css +7 -0
- package/conduction-design-tokens/dist/index.js +292 -0
- package/conduction-design-tokens/dist/index.json +5699 -0
- package/conduction-design-tokens/dist/index.less +291 -0
- package/conduction-design-tokens/dist/index.scss +291 -0
- package/conduction-design-tokens/dist/tokens.json +6098 -0
- package/conduction-design-tokens/package.json +40 -0
- package/conduction-design-tokens/src/brand/conduction/color.tokens.json +59 -0
- package/conduction-design-tokens/src/brand/conduction/font-size.tokens.json +17 -0
- package/conduction-design-tokens/src/brand/conduction/size.tokens.json +17 -0
- package/conduction-design-tokens/src/brand/conduction/typography.tokens.json +47 -0
- package/conduction-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/conduction-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/conduction-design-tokens/src/component/conduction/card.tokens.json +15 -0
- package/conduction-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/conduction-design-tokens/src/component/conduction/table.tokens.json +16 -0
- package/conduction-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
- package/conduction-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/conduction-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/conduction-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/conduction-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/conduction-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
- package/conduction-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/conduction-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
- package/conduction-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/conduction-design-tokens/src/component/utrecht/list.tokens.json +32 -0
- package/conduction-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/conduction-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/conduction-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/conduction-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/conduction-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/conduction-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
- package/conduction-design-tokens/src/config.json +7 -0
- package/conduction-design-tokens/src/font/Aldritch.woff2 +0 -0
- package/conduction-design-tokens/src/font.scss +6 -0
- package/conduction-design-tokens/src/index.scss +8 -0
- package/conduction-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/xxllnc-design-tokens/LICENSE.md +17 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +289 -0
- package/municipalities/xxllnc-design-tokens/dist/font.css +1 -0
- package/municipalities/xxllnc-design-tokens/dist/index.css +7 -0
- package/municipalities/xxllnc-design-tokens/dist/index.js +287 -0
- package/municipalities/xxllnc-design-tokens/dist/index.json +5606 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +286 -0
- package/municipalities/xxllnc-design-tokens/dist/index.scss +286 -0
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +5989 -0
- package/municipalities/xxllnc-design-tokens/package.json +40 -0
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +84 -0
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/font-size.tokens.json +17 -0
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/size.tokens.json +17 -0
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/typography.tokens.json +47 -0
- package/municipalities/xxllnc-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/xxllnc-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/card.tokens.json +15 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/select.tokens.json +15 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/blockquote.tokes.json +27 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/code.tokens.json +27 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/footer.tokens.json +13 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/list.tokens.json +32 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
- package/municipalities/xxllnc-design-tokens/src/config.json +7 -0
- package/municipalities/xxllnc-design-tokens/src/font.scss +1 -0
- package/municipalities/xxllnc-design-tokens/src/index.scss +11 -0
- package/municipalities/xxllnc-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/xxllnc.css +70 -59
- package/package.json +1 -1
- package/style-dictionary-config.js +80 -0
- package/theme.css +51 -39
|
@@ -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 xxllnc",
|
|
5
|
+
"website": "https://www.xxllnc.nl/",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"nl-design-system",
|
|
8
|
+
"conduction"
|
|
9
|
+
],
|
|
10
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
11
|
+
"name": "@conduction/xxllnc-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,84 @@
|
|
|
1
|
+
{
|
|
2
|
+
"xxllnc": {
|
|
3
|
+
"color": {
|
|
4
|
+
"primary": {
|
|
5
|
+
"value": "#000000ad",
|
|
6
|
+
"comment": "Primary with 68% transparency"
|
|
7
|
+
},
|
|
8
|
+
"primary-hover": {
|
|
9
|
+
"value": "#00000080",
|
|
10
|
+
"comment": "Primary with 50% transparency"
|
|
11
|
+
},
|
|
12
|
+
|
|
13
|
+
"error": { "value": "#dc3545" },
|
|
14
|
+
"alert-error": { "value": "#721c24" },
|
|
15
|
+
"alert-error-background": { "value": "#f8d7da" },
|
|
16
|
+
|
|
17
|
+
"warning": { "value": "#ffc107" },
|
|
18
|
+
"alert-warning": { "value": "#856404" },
|
|
19
|
+
"alert-warning-background": { "value": "#333338" },
|
|
20
|
+
|
|
21
|
+
"succes": { "value": "#28a745" },
|
|
22
|
+
"alert-succes": { "value": "#155724" },
|
|
23
|
+
"alert-succes-background": { "value": "#d4edda" },
|
|
24
|
+
|
|
25
|
+
"info": { "value": "{xxllnc.color.primary}" },
|
|
26
|
+
"alert-info": { "value": "#155724" },
|
|
27
|
+
"alert-info-background": { "value": "#d4edda" },
|
|
28
|
+
|
|
29
|
+
"white": {
|
|
30
|
+
"100": {
|
|
31
|
+
"value": "#ffffff",
|
|
32
|
+
"comment": "Base/White"
|
|
33
|
+
},
|
|
34
|
+
"95": {
|
|
35
|
+
"value": "#f1f1f1"
|
|
36
|
+
},
|
|
37
|
+
"100-0t": {
|
|
38
|
+
"value": "#ffffff",
|
|
39
|
+
"comment": "White with 0% transparency"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
|
|
43
|
+
"black": {
|
|
44
|
+
"16": {
|
|
45
|
+
"value": "#28282c",
|
|
46
|
+
"comment": "Base/Black"
|
|
47
|
+
},
|
|
48
|
+
"17": {
|
|
49
|
+
"value": "#2b2b2b"
|
|
50
|
+
},
|
|
51
|
+
"17-hover": {
|
|
52
|
+
"value": "#2b2b2bcc",
|
|
53
|
+
"comment": "Black with 80% transparency"
|
|
54
|
+
},
|
|
55
|
+
"21": {
|
|
56
|
+
"value": "#333338"
|
|
57
|
+
},
|
|
58
|
+
"0-22t": {
|
|
59
|
+
"value": "#00000038",
|
|
60
|
+
"comment": "Black with 22% transparency"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
|
|
64
|
+
"grey": {
|
|
65
|
+
"92": {
|
|
66
|
+
"value": "#eaeaea",
|
|
67
|
+
"comment": "Base/Grey"
|
|
68
|
+
},
|
|
69
|
+
"43": {
|
|
70
|
+
"value": "#6d6d6d"
|
|
71
|
+
},
|
|
72
|
+
"90": {
|
|
73
|
+
"value": "#e5e5e5"
|
|
74
|
+
},
|
|
75
|
+
"90-hover": {
|
|
76
|
+
"value": "#e5e5e5cc",
|
|
77
|
+
"comment": "Grey with 80% transparency"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
|
|
81
|
+
"lightgrey": { "value": "#f5f5f5" }
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"xxllnc": {
|
|
3
|
+
"font-size": {
|
|
4
|
+
"4xs": { "value": "5px" },
|
|
5
|
+
"3xs": { "value": "8px" },
|
|
6
|
+
"2xs": { "value": "10px" },
|
|
7
|
+
"xs": { "value": "12px" },
|
|
8
|
+
"sm": { "value": "14px" },
|
|
9
|
+
"md": { "value": "16px" },
|
|
10
|
+
"lg": { "value": "20px" },
|
|
11
|
+
"xl": { "value": "24px" },
|
|
12
|
+
"2xl": { "value": "32px" },
|
|
13
|
+
"3xl": { "value": "48px" },
|
|
14
|
+
"4xl": { "value": "58px" }
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"xxllnc": {
|
|
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
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"xxllnc": {
|
|
3
|
+
"typography": {
|
|
4
|
+
"sans-serif": {
|
|
5
|
+
"font-family": {
|
|
6
|
+
"value": "neue-haas-grotesk-text, sans-serif"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"monospace": {
|
|
10
|
+
"font-family": {
|
|
11
|
+
"value": "Monospace, \"Lucida Console\""
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"inter": {
|
|
15
|
+
"font-family": {
|
|
16
|
+
"value": "\"Inter\", sans-serif"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
|
|
20
|
+
"font-weight": {
|
|
21
|
+
"bold": {
|
|
22
|
+
"value": "700"
|
|
23
|
+
},
|
|
24
|
+
"normal": {
|
|
25
|
+
"value": "400"
|
|
26
|
+
},
|
|
27
|
+
"light": {
|
|
28
|
+
"value": "100"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
|
|
32
|
+
"scale": {
|
|
33
|
+
"4xs": { "value": "{xxllnc.font-size.4xs}" },
|
|
34
|
+
"3xs": { "value": "{xxllnc.font-size.3xs}" },
|
|
35
|
+
"2xs": { "value": "{xxllnc.font-size.2xs}" },
|
|
36
|
+
"xs": { "value": "{xxllnc.font-size.xs}" },
|
|
37
|
+
"sm": { "value": "{xxllnc.font-size.sm}" },
|
|
38
|
+
"md": { "value": "{xxllnc.font-size.md}" },
|
|
39
|
+
"lg": { "value": "{xxllnc.font-size.lg}" },
|
|
40
|
+
"xl": { "value": "{xxllnc.font-size.xl}" },
|
|
41
|
+
"2xl": { "value": "{xxllnc.font-size.2xl}" },
|
|
42
|
+
"3xl": { "value": "{xxllnc.font-size.3xl}" },
|
|
43
|
+
"4xl": { "value": "{xxllnc.font-size.4xl}" }
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"space": {
|
|
4
|
+
"block": {
|
|
5
|
+
"3xs": { "value": "{xxllnc.size.3xs}" },
|
|
6
|
+
"2xs": { "value": "{xxllnc.size.2xs}" },
|
|
7
|
+
"xs": { "value": "{xxllnc.size.xs}" },
|
|
8
|
+
"sm": { "value": "{xxllnc.size.sm}" },
|
|
9
|
+
"md": { "value": "{xxllnc.size.md}" },
|
|
10
|
+
"lg": { "value": "{xxllnc.size.lg}" },
|
|
11
|
+
"xl": { "value": "{xxllnc.size.xl}" },
|
|
12
|
+
"2xl": { "value": "{xxllnc.size.2xl}" },
|
|
13
|
+
"3xl": { "value": "{xxllnc.size.3xl}" }
|
|
14
|
+
},
|
|
15
|
+
"inline": {
|
|
16
|
+
"3xs": { "value": "{xxllnc.size.3xs}" },
|
|
17
|
+
"2xs": { "value": "{xxllnc.size.2xs}" },
|
|
18
|
+
"xs": { "value": "{xxllnc.size.xs}" },
|
|
19
|
+
"sm": { "value": "{xxllnc.size.sm}" },
|
|
20
|
+
"md": { "value": "{xxllnc.size.md}" },
|
|
21
|
+
"lg": { "value": "{xxllnc.size.lg}" },
|
|
22
|
+
"xl": { "value": "{xxllnc.size.xl}" },
|
|
23
|
+
"2xl": { "value": "{xxllnc.size.2xl}" },
|
|
24
|
+
"3xl": { "value": "{xxllnc.size.3xl}" }
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"card": {
|
|
4
|
+
"background-color": { "value": "{xxllnc.color.black.21}" },
|
|
5
|
+
"border-color": {},
|
|
6
|
+
"border-radius": { "value": "16px" },
|
|
7
|
+
"border-width": { "value": "unset" },
|
|
8
|
+
"color": { "value": "{xxllnc.color.white.95}" },
|
|
9
|
+
"padding-inline-end": { "value": "{xxllnc.size.md}" },
|
|
10
|
+
"padding-inline-start": { "value": "{xxllnc.size.md}" },
|
|
11
|
+
"padding-block-end": { "value": "{xxllnc.size.md}" },
|
|
12
|
+
"padding-block-start": { "value": "{xxllnc.size.md}" }
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"input-select": {
|
|
4
|
+
"background-color": { "value": "{xxllnc.color.white.100}" },
|
|
5
|
+
"border": { "value": "1px solid {xxllnc.color.grey.92}" },
|
|
6
|
+
"border-focus": { "value": "unset" },
|
|
7
|
+
"border-radius": { "value": "{utrecht.form-input.border-radius}" },
|
|
8
|
+
"invalid-border-color": { "value": "{xxllnc.color.error}" },
|
|
9
|
+
"padding-block-end": { "value": 0 },
|
|
10
|
+
"padding-block-start": { "value": 0 },
|
|
11
|
+
"hover": {},
|
|
12
|
+
"focus": {}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"alert": {
|
|
4
|
+
"background-color": { "value": "{xxllnc.color.alert-info-background}" },
|
|
5
|
+
"border-color": {},
|
|
6
|
+
"border-width": {},
|
|
7
|
+
"color": { "value": "{xxllnc.color.alert-info}" },
|
|
8
|
+
"padding-block-start": { "value": "{xxllnc.size.lg}" },
|
|
9
|
+
"padding-block-end": { "value": "{xxllnc.size.lg}" },
|
|
10
|
+
"padding-inline-start": { "value": "{xxllnc.size.lg}" },
|
|
11
|
+
"padding-inline-end": { "value": "{xxllnc.size.lg}" },
|
|
12
|
+
"margin-block-start": {},
|
|
13
|
+
"margin-block-end": {},
|
|
14
|
+
"warning": {
|
|
15
|
+
"background-color": { "value": "{xxllnc.color.alert-warning-background}" },
|
|
16
|
+
"color": { "value": "{xxllnc.color.alert-warning}" },
|
|
17
|
+
"border-color": {},
|
|
18
|
+
"border-width": {}
|
|
19
|
+
},
|
|
20
|
+
"error": {
|
|
21
|
+
"background-color": { "value": "{xxllnc.color.alert-error-background}" },
|
|
22
|
+
"color": { "value": "{xxllnc.color.alert-error}" },
|
|
23
|
+
"border-color": {},
|
|
24
|
+
"border-width": {}
|
|
25
|
+
},
|
|
26
|
+
"ok": {
|
|
27
|
+
"background-color": { "value": "{xxllnc.color.alert-succes-background}" },
|
|
28
|
+
"color": { "value": "{xxllnc.color.alert-succes}" },
|
|
29
|
+
"border-color": {},
|
|
30
|
+
"border-width": {}
|
|
31
|
+
},
|
|
32
|
+
"icon": {
|
|
33
|
+
"color": { "value": "{xxllnc.color.alert-info}" },
|
|
34
|
+
"error": {
|
|
35
|
+
"color": { "value": "{xxllnc.color.alert-error}" }
|
|
36
|
+
},
|
|
37
|
+
"gap": { "value": "{xxllnc.size.xs}" },
|
|
38
|
+
"warning": {
|
|
39
|
+
"color": { "value": "{xxllnc.color.alert-warning}" }
|
|
40
|
+
},
|
|
41
|
+
"ok": {
|
|
42
|
+
"color": { "value": "{xxllnc.color.alert-succes}" }
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"blockquote": {
|
|
4
|
+
"background-color": {},
|
|
5
|
+
"color": {},
|
|
6
|
+
"margin-inline-start": { "value": "{xxllnc.size.xl}" },
|
|
7
|
+
"margin-inline-end": { "value": "{xxllnc.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": "{xxllnc.color.black.16}" },
|
|
23
|
+
"font-size": { "value": "{xxllnc.font-size.md}" }
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"button": {
|
|
4
|
+
"background-color": { "value": "{xxllnc.color.black.17}" },
|
|
5
|
+
"border-color": {},
|
|
6
|
+
"border-radius": { "value": "16px" },
|
|
7
|
+
"border-width": { "value": 0 },
|
|
8
|
+
"color": { "value": "{xxllnc.color.grey.90}" },
|
|
9
|
+
"font-family": { "value": "{xxllnc.typography.inter.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": "{xxllnc.size.2xs}" },
|
|
18
|
+
"padding-block-end": { "value": "{xxllnc.size.2xs}" },
|
|
19
|
+
"padding-inline-start": { "value": "{xxllnc.size.sm}" },
|
|
20
|
+
"padding-inline-end": { "value": "{xxllnc.size.sm}" },
|
|
21
|
+
"text-transform": {},
|
|
22
|
+
"active": {
|
|
23
|
+
"background-color": {},
|
|
24
|
+
"border-color": {},
|
|
25
|
+
"color": {}
|
|
26
|
+
},
|
|
27
|
+
"icon": {
|
|
28
|
+
"gap": { "value": "{xxllnc.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": "{xxllnc.color.black.17-hover}" },
|
|
44
|
+
"border-color": {},
|
|
45
|
+
"color": { "value": "{xxllnc.color.grey.90-hover}" },
|
|
46
|
+
"scale": {}
|
|
47
|
+
},
|
|
48
|
+
"pressed": {
|
|
49
|
+
"background-color": {},
|
|
50
|
+
"border-color": {},
|
|
51
|
+
"color": {}
|
|
52
|
+
},
|
|
53
|
+
"primary-action": {
|
|
54
|
+
"background-color": { "value": "{xxllnc.color.black.17}" },
|
|
55
|
+
"border-color": {},
|
|
56
|
+
"border-width": { "value": 0 },
|
|
57
|
+
"color": { "value": "{xxllnc.color.grey.90}" },
|
|
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": "{xxllnc.color.black.17}" },
|
|
71
|
+
"border-color": {},
|
|
72
|
+
"color": { "value": "{xxllnc.color.grey.90}" },
|
|
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": "{xxllnc.color.white.100}" },
|
|
88
|
+
"border-color": { "value": "{xxllnc.color.black.17}" },
|
|
89
|
+
"border-width": { "value": "{xxllnc.size.3xs}" },
|
|
90
|
+
"color": { "value": "{xxllnc.color.black.17}" },
|
|
91
|
+
"font-weight": { "value": "{xxllnc.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": "{xxllnc.color.white.100}" },
|
|
104
|
+
"border-color": { "value": "{xxllnc.color.black.17-hover}" },
|
|
105
|
+
"color": { "value": "{xxllnc.color.black.17-hover}" }
|
|
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": "{xxllnc.color.lightgrey}" },
|
|
5
|
+
"color": { "value": "{xxllnc.color.black.16}" },
|
|
6
|
+
"font-family": { "value": "{xxllnc.typography.monospace.font-family}" },
|
|
7
|
+
"font-size": { "value": "inherit" },
|
|
8
|
+
"line-height": {}
|
|
9
|
+
},
|
|
10
|
+
|
|
11
|
+
"code-block": {
|
|
12
|
+
"background-color": { "value": "{xxllnc.color.lightgrey}" },
|
|
13
|
+
"color": { "value": "{xxllnc.color.black.16}" },
|
|
14
|
+
"font-family": { "value": "{xxllnc.typography.monospace.font-family}" },
|
|
15
|
+
"font-size": { "value": "{xxllnc.font-size.md}" },
|
|
16
|
+
"line-height": { "value": "{xxllnc.size.lg}" },
|
|
17
|
+
"margin-block-start": { "value": "{xxllnc.size.md}" },
|
|
18
|
+
"margin-block-end": { "value": "{xxllnc.size.md}" },
|
|
19
|
+
"margin-inline-start": { "value": 0 },
|
|
20
|
+
"margin-inline-end": { "value": 0 },
|
|
21
|
+
"padding-block-start": { "value": "{xxllnc.size.md}" },
|
|
22
|
+
"padding-block-end": { "value": "{xxllnc.size.md}" },
|
|
23
|
+
"padding-inline-start": { "value": "{xxllnc.size.md}" },
|
|
24
|
+
"padding-inline-end": { "value": "{xxllnc.size.md}" }
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"document": {
|
|
4
|
+
"background-color": { "value": "{xxllnc.color.white.100}" },
|
|
5
|
+
"color": { "value": "{xxllnc.color.black.16}" },
|
|
6
|
+
"font-family": { "value": "{xxllnc.typography.sans-serif.font-family}" },
|
|
7
|
+
"font-size": { "value": "{xxllnc.font-size.md}" },
|
|
8
|
+
"font-weight": {},
|
|
9
|
+
"line-height": {}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"page-footer": {
|
|
4
|
+
"background-color": { "value": "{xxllnc.color.white.100}" },
|
|
5
|
+
"background-image": { "value": "unset" },
|
|
6
|
+
"color": { "value": "{xxllnc.color.primary}" },
|
|
7
|
+
"padding-inline-end": { "value": "{xxllnc.size.sm}" },
|
|
8
|
+
"padding-inline-start": { "value": "{xxllnc.size.sm}" },
|
|
9
|
+
"padding-block-end": { "value": "{xxllnc.size.2xl}" },
|
|
10
|
+
"padding-block-start": { "value": "{xxllnc.size.2xl}" }
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"form-input": {
|
|
4
|
+
"background-color": { "value": "{xxllnc.color.white.100-0t}" },
|
|
5
|
+
"border-bottom-width": {},
|
|
6
|
+
"border-color": { "value": "{xxllnc.color.black.0-22t}" },
|
|
7
|
+
"border-radius": { "value": "6px" },
|
|
8
|
+
"border-width": { "value": "{xxllnc.size.4xs}" },
|
|
9
|
+
"color": { "value": "{xxllnc.color.grey.43}" },
|
|
10
|
+
"font-family": { "value": "{xxllnc.typography.sans-serif.font-family}" },
|
|
11
|
+
"font-size": { "value": "15px" },
|
|
12
|
+
"line-height": {},
|
|
13
|
+
"max-inline-size": {},
|
|
14
|
+
"padding-block-end": { "value": "{xxllnc.size.xs}" },
|
|
15
|
+
"padding-block-start": { "value": "{xxllnc.size.xs}" },
|
|
16
|
+
"padding-inline-end": { "value": "{xxllnc.size.sm}" },
|
|
17
|
+
"padding-inline-start": { "value": "{xxllnc.size.sm}" },
|
|
18
|
+
"placeholder": {
|
|
19
|
+
"color": { "value": "{xxllnc.color.grey.43}" }
|
|
20
|
+
},
|
|
21
|
+
"disabled": {
|
|
22
|
+
"background-color": {},
|
|
23
|
+
"border-color": {},
|
|
24
|
+
"color": {}
|
|
25
|
+
},
|
|
26
|
+
"focus": {
|
|
27
|
+
"background-color": {},
|
|
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": {},
|
|
5
|
+
"font-family": { "value": "{xxllnc.typography.sans-serif.font-family}" },
|
|
6
|
+
"font-size": { "value": "{xxllnc.font-size.3xl}" },
|
|
7
|
+
"font-weight": { "value": "{xxllnc.typography.font-weight.normal}" },
|
|
8
|
+
"line-height": {},
|
|
9
|
+
"margin-block-end": { "value": "{xxllnc.size.2xl}" },
|
|
10
|
+
"margin-block-start": { "value": "{xxllnc.size.md}" }
|
|
11
|
+
},
|
|
12
|
+
|
|
13
|
+
"heading-2": {
|
|
14
|
+
"color": {},
|
|
15
|
+
"font-family": { "value": "{xxllnc.typography.sans-serif.font-family}" },
|
|
16
|
+
"font-size": { "value": "{xxllnc.font-size.2xl}" },
|
|
17
|
+
"font-weight": { "value": "{xxllnc.typography.font-weight.normal}" },
|
|
18
|
+
"line-height": {},
|
|
19
|
+
"margin-block-end": { "value": "{xxllnc.size.2xl}" },
|
|
20
|
+
"margin-block-start": { "value": "{xxllnc.size.md}" }
|
|
21
|
+
},
|
|
22
|
+
|
|
23
|
+
"heading-3": {
|
|
24
|
+
"color": {},
|
|
25
|
+
"font-family": { "value": "{xxllnc.typography.sans-serif.font-family}" },
|
|
26
|
+
"font-size": { "value": "{xxllnc.font-size.xl}" },
|
|
27
|
+
"font-weight": { "value": "{xxllnc.typography.font-weight.normal}" },
|
|
28
|
+
"line-height": {},
|
|
29
|
+
"margin-block-end": { "value": "{xxllnc.size.xl}" },
|
|
30
|
+
"margin-block-start": { "value": "{xxllnc.size.md}" }
|
|
31
|
+
},
|
|
32
|
+
|
|
33
|
+
"heading-4": {
|
|
34
|
+
"color": {},
|
|
35
|
+
"font-family": { "value": "{xxllnc.typography.sans-serif.font-family}" },
|
|
36
|
+
"font-size": { "value": "{xxllnc.font-size.lg}" },
|
|
37
|
+
"font-weight": { "value": "{xxllnc.typography.font-weight.normal}" },
|
|
38
|
+
"line-height": {},
|
|
39
|
+
"margin-block-end": { "value": "{xxllnc.size.lg}" },
|
|
40
|
+
"margin-block-start": { "value": "{xxllnc.size.md}" }
|
|
41
|
+
},
|
|
42
|
+
|
|
43
|
+
"heading-5": {
|
|
44
|
+
"color": {},
|
|
45
|
+
"font-family": { "value": "{xxllnc.typography.sans-serif.font-family}" },
|
|
46
|
+
"font-size": { "value": "{xxllnc.font-size.md}" },
|
|
47
|
+
"font-weight": { "value": "{xxllnc.typography.font-weight.light}" },
|
|
48
|
+
"line-height": {},
|
|
49
|
+
"margin-block-end": { "value": "{xxllnc.size.lg}" },
|
|
50
|
+
"margin-block-start": { "value": "{xxllnc.size.md}" }
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|