@conduction/theme 1.0.15 → 1.0.17

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.
Files changed (60) hide show
  1. package/README.md +7 -3
  2. package/conduction-design-tokens/dist/design-tokens.css +7 -3
  3. package/conduction-design-tokens/dist/index.js +7 -3
  4. package/conduction-design-tokens/dist/index.json +88 -4
  5. package/conduction-design-tokens/dist/index.less +7 -3
  6. package/conduction-design-tokens/dist/index.scss +7 -3
  7. package/conduction-design-tokens/dist/tokens.json +88 -8
  8. package/conduction-design-tokens/src/component/utrecht/button.tokens.json +6 -6
  9. package/conduction-design-tokens/src/config.json +1 -1
  10. package/municipalities/leiden-design-tokens/LICENSE.md +17 -0
  11. package/municipalities/leiden-design-tokens/dist/design-tokens.css +283 -0
  12. package/municipalities/leiden-design-tokens/dist/font.css +1 -0
  13. package/municipalities/leiden-design-tokens/dist/index.css +7 -0
  14. package/municipalities/leiden-design-tokens/dist/index.js +281 -0
  15. package/municipalities/leiden-design-tokens/dist/index.json +5470 -0
  16. package/municipalities/leiden-design-tokens/dist/index.less +280 -0
  17. package/municipalities/leiden-design-tokens/dist/index.scss +280 -0
  18. package/municipalities/leiden-design-tokens/dist/tokens.json +5852 -0
  19. package/municipalities/leiden-design-tokens/package.json +40 -0
  20. package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +63 -0
  21. package/municipalities/leiden-design-tokens/src/brand/leiden/font-size.tokens.json +17 -0
  22. package/municipalities/leiden-design-tokens/src/brand/leiden/size.tokens.json +17 -0
  23. package/municipalities/leiden-design-tokens/src/brand/leiden/typography.tokens.json +42 -0
  24. package/municipalities/leiden-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  25. package/municipalities/leiden-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  26. package/municipalities/leiden-design-tokens/src/component/conduction/card.tokens.json +15 -0
  27. package/municipalities/leiden-design-tokens/src/component/conduction/select.tokens.json +15 -0
  28. package/municipalities/leiden-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
  29. package/municipalities/leiden-design-tokens/src/component/utrecht/blockquote.tokes.json +27 -0
  30. package/municipalities/leiden-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  31. package/municipalities/leiden-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  32. package/municipalities/leiden-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  33. package/municipalities/leiden-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
  34. package/municipalities/leiden-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  35. package/municipalities/leiden-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
  36. package/municipalities/leiden-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  37. package/municipalities/leiden-design-tokens/src/component/utrecht/list.tokens.json +32 -0
  38. package/municipalities/leiden-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  39. package/municipalities/leiden-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  40. package/municipalities/leiden-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  41. package/municipalities/leiden-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  42. package/municipalities/leiden-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  43. package/municipalities/leiden-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
  44. package/municipalities/leiden-design-tokens/src/config.json +7 -0
  45. package/municipalities/leiden-design-tokens/src/font.scss +1 -0
  46. package/municipalities/leiden-design-tokens/src/index.scss +11 -0
  47. package/municipalities/leiden-design-tokens/style-dictionary.config.js +6 -0
  48. package/municipalities/leiden.css +61 -40
  49. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +16 -15
  50. package/municipalities/xxllnc-design-tokens/dist/index.js +17 -16
  51. package/municipalities/xxllnc-design-tokens/dist/index.json +55 -38
  52. package/municipalities/xxllnc-design-tokens/dist/index.less +16 -15
  53. package/municipalities/xxllnc-design-tokens/dist/index.scss +16 -15
  54. package/municipalities/xxllnc-design-tokens/dist/tokens.json +184 -170
  55. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -3
  56. package/municipalities/xxllnc-design-tokens/src/component/utrecht/paragraph.tokens.json +2 -2
  57. package/municipalities/xxllnc.css +1 -1
  58. package/package.json +1 -1
  59. package/theme.css +4 -4
  60. /package/municipalities/xxllnc-design-tokens/src/component/utrecht/{footer.tokens.json → page-footer.tokens.json} +0 -0
@@ -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 Gemeente Leiden",
5
+ "website": "https://gemeente.leiden.nl/",
6
+ "keywords": [
7
+ "nl-design-system",
8
+ "conduction"
9
+ ],
10
+ "license": "SEE LICENSE IN LICENSE.md",
11
+ "name": "@conduction/leiden-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,63 @@
1
+ {
2
+ "leiden": {
3
+ "color": {
4
+ "primary": {
5
+ "value": "#d62410"
6
+ },
7
+ "primary-hover": {
8
+ "value": "#b81f0e"
9
+ },
10
+
11
+ "error": { "value": "#d62410" },
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": "{leiden.color.primary}" },
24
+ "alert-info": { "value": "#004085" },
25
+ "alert-info-background": { "value": "#cce5ff" },
26
+
27
+ "grey": {
28
+ "33": {
29
+ "value": "#5f594a",
30
+ "comment": "Base/Grey"
31
+ },
32
+ "11": {
33
+ "value": "#1d1d1b"
34
+ }
35
+ },
36
+
37
+ "lightgrey": {
38
+ "89": { "value": "#e4e4e4", "comment": "Base/LightGrey" }
39
+ },
40
+
41
+ "white": {
42
+ "100": {
43
+ "value": "#ffffff",
44
+ "comment": "Base/White"
45
+ }
46
+ },
47
+
48
+ "black": {
49
+ "9": { "value": "#0d1921", "comment": "Base/Black" }
50
+ },
51
+
52
+ "lightblue": {
53
+ "24": {
54
+ "value": "#2c3e50",
55
+ "comment": "Base/LightBlue"
56
+ },
57
+ "89": {
58
+ "value": "#dce4ec"
59
+ }
60
+ }
61
+ }
62
+ }
63
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "leiden": {
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": "18px" },
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
+ "leiden": {
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,42 @@
1
+ {
2
+ "leiden": {
3
+ "typography": {
4
+ "sans-serif": {
5
+ "font-family": {
6
+ "value": "\"Open Sans\", Arial, sans-serif"
7
+ }
8
+ },
9
+ "monospace": {
10
+ "font-family": {
11
+ "value": "Monospace, \"Lucida Console\""
12
+ }
13
+ },
14
+
15
+ "font-weight": {
16
+ "bold": {
17
+ "value": "700"
18
+ },
19
+ "normal": {
20
+ "value": "400"
21
+ },
22
+ "light": {
23
+ "value": "100"
24
+ }
25
+ },
26
+
27
+ "scale": {
28
+ "4xs": { "value": "{leiden.font-size.4xs}" },
29
+ "3xs": { "value": "{leiden.font-size.3xs}" },
30
+ "2xs": { "value": "{leiden.font-size.2xs}" },
31
+ "xs": { "value": "{leiden.font-size.xs}" },
32
+ "sm": { "value": "{leiden.font-size.sm}" },
33
+ "md": { "value": "{leiden.font-size.md}" },
34
+ "lg": { "value": "{leiden.font-size.lg}" },
35
+ "xl": { "value": "{leiden.font-size.xl}" },
36
+ "2xl": { "value": "{leiden.font-size.2xl}" },
37
+ "3xl": { "value": "{leiden.font-size.3xl}" },
38
+ "4xl": { "value": "{leiden.font-size.4xl}" }
39
+ }
40
+ }
41
+ }
42
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "utrecht": {
3
+ "action": {
4
+ "busy": { "cursor": { "value": "wait" } },
5
+ "disabled": { "cursor": { "value": "not-allowed" } },
6
+ "submit": { "cursor": { "value": "pointer" } }
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "utrecht": {
3
+ "space": {
4
+ "block": {
5
+ "3xs": { "value": "{leiden.size.3xs}" },
6
+ "2xs": { "value": "{leiden.size.2xs}" },
7
+ "xs": { "value": "{leiden.size.xs}" },
8
+ "sm": { "value": "{leiden.size.sm}" },
9
+ "md": { "value": "{leiden.size.md}" },
10
+ "lg": { "value": "{leiden.size.lg}" },
11
+ "xl": { "value": "{leiden.size.xl}" },
12
+ "2xl": { "value": "{leiden.size.2xl}" },
13
+ "3xl": { "value": "{leiden.size.3xl}" }
14
+ },
15
+ "inline": {
16
+ "3xs": { "value": "{leiden.size.3xs}" },
17
+ "2xs": { "value": "{leiden.size.2xs}" },
18
+ "xs": { "value": "{leiden.size.xs}" },
19
+ "sm": { "value": "{leiden.size.sm}" },
20
+ "md": { "value": "{leiden.size.md}" },
21
+ "lg": { "value": "{leiden.size.lg}" },
22
+ "xl": { "value": "{leiden.size.xl}" },
23
+ "2xl": { "value": "{leiden.size.2xl}" },
24
+ "3xl": { "value": "{leiden.size.3xl}" }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "utrecht": {
3
+ "card": {
4
+ "background-color": { "value": "{leiden.color.lightgrey.89}" },
5
+ "border-color": {},
6
+ "border-radius": {},
7
+ "border-width": { "value": "unset" },
8
+ "color": { "value": "{leiden.color.black.9}" },
9
+ "padding-inline-end": { "value": "{leiden.size.xl}" },
10
+ "padding-inline-start": { "value": "{leiden.size.xl}" },
11
+ "padding-block-end": { "value": "{leiden.size.sm}" },
12
+ "padding-block-start": { "value": "{leiden.size.sm}" }
13
+ }
14
+ }
15
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "conduction": {
3
+ "input-select": {
4
+ "background-color": { "value": "{leiden.color.white.100}" },
5
+ "border": { "value": "1px solid {utrecht.form-input.border-color}" },
6
+ "border-focus": { "value": "unset" },
7
+ "border-radius": { "value": "{utrecht.form-input.border-radius}" },
8
+ "invalid-border-color": { "value": "{leiden.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": "{leiden.color.alert-info-background}" },
5
+ "border-color": {},
6
+ "border-width": {},
7
+ "color": { "value": "{leiden.color.alert-info}" },
8
+ "padding-block-start": { "value": "{leiden.size.lg}" },
9
+ "padding-block-end": { "value": "{leiden.size.lg}" },
10
+ "padding-inline-start": { "value": "{leiden.size.lg}" },
11
+ "padding-inline-end": { "value": "{leiden.size.lg}" },
12
+ "margin-block-start": {},
13
+ "margin-block-end": {},
14
+ "warning": {
15
+ "background-color": { "value": "{leiden.color.alert-warning-background}" },
16
+ "color": { "value": "{leiden.color.alert-warning}" },
17
+ "border-color": {},
18
+ "border-width": {}
19
+ },
20
+ "error": {
21
+ "background-color": { "value": "{leiden.color.alert-error-background}" },
22
+ "color": { "value": "{leiden.color.alert-error}" },
23
+ "border-color": {},
24
+ "border-width": {}
25
+ },
26
+ "ok": {
27
+ "background-color": { "value": "{leiden.color.alert-succes-background}" },
28
+ "color": { "value": "{leiden.color.alert-succes}" },
29
+ "border-color": {},
30
+ "border-width": {}
31
+ },
32
+ "icon": {
33
+ "color": { "value": "{leiden.color.alert-info}" },
34
+ "error": {
35
+ "color": { "value": "{leiden.color.alert-error}" }
36
+ },
37
+ "gap": { "value": "{leiden.size.xs}" },
38
+ "warning": {
39
+ "color": { "value": "{leiden.color.alert-warning}" }
40
+ },
41
+ "ok": {
42
+ "color": { "value": "{leiden.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": "{leiden.size.xl}" },
7
+ "margin-inline-end": { "value": "{leiden.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": "{leiden.color.black.9}" },
23
+ "font-size": { "value": "{leiden.font-size.md}" }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,152 @@
1
+ {
2
+ "utrecht": {
3
+ "button": {
4
+ "background-color": { "value": "{leiden.color.primary}" },
5
+ "border-color": { "value": "{leiden.color.primary}" },
6
+ "border-radius": { "value": "{leiden.size.2xs}" },
7
+ "border-width": { "value": "{leiden.size.3xs}" },
8
+ "color": { "value": "{leiden.color.white.100}" },
9
+ "font-family": { "value": "{leiden.typography.sans-serif.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": "{leiden.size.xs}" },
18
+ "padding-block-end": { "value": "{leiden.size.xs}" },
19
+ "padding-inline-start": { "value": "{leiden.size.xs}" },
20
+ "padding-inline-end": { "value": "{leiden.size.xs}" },
21
+ "text-transform": {},
22
+ "active": {
23
+ "background-color": {},
24
+ "border-color": {},
25
+ "color": {}
26
+ },
27
+ "icon": {
28
+ "gap": { "value": "{leiden.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": "{leiden.color.white.100}" },
44
+ "border-color": {},
45
+ "color": { "value": "{leiden.color.primary-hover}" },
46
+ "scale": {}
47
+ },
48
+ "pressed": {
49
+ "background-color": {},
50
+ "border-color": {},
51
+ "color": {}
52
+ },
53
+ "primary-action": {
54
+ "background-color": { "value": "{leiden.color.primary}" },
55
+ "border-color": {},
56
+ "border-width": { "value": "{leiden.size.3xs}" },
57
+ "color": { "value": "{leiden.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": "{leiden.color.primary}" },
71
+ "border-color": {},
72
+ "color": { "value": "{leiden.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": "{leiden.color.white.100}" },
88
+ "border-color": { "value": "{leiden.color.primary}" },
89
+ "border-width": { "value": "{leiden.size.3xs}" },
90
+ "color": { "value": "{leiden.color.primary}" },
91
+ "font-weight": { "value": "{leiden.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": "{leiden.color.white.100}" },
104
+ "border-color": { "value": "{leiden.color.primary-hover}" },
105
+ "color": { "value": "{leiden.color.primary-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": "{leiden.color.lightgrey.89}" },
5
+ "color": { "value": "{leiden.color.black.9}" },
6
+ "font-family": { "value": "{leiden.typography.monospace.font-family}" },
7
+ "font-size": { "value": "inherit" },
8
+ "line-height": {}
9
+ },
10
+
11
+ "code-block": {
12
+ "background-color": { "value": "{leiden.color.lightgrey.89}" },
13
+ "color": { "value": "{leiden.color.black.9}" },
14
+ "font-family": { "value": "{leiden.typography.monospace.font-family}" },
15
+ "font-size": { "value": "{leiden.font-size.md}" },
16
+ "line-height": { "value": "{leiden.size.lg}" },
17
+ "margin-block-start": { "value": "{leiden.size.md}" },
18
+ "margin-block-end": { "value": "{leiden.size.md}" },
19
+ "margin-inline-start": { "value": 0 },
20
+ "margin-inline-end": { "value": 0 },
21
+ "padding-block-start": { "value": "{leiden.size.md}" },
22
+ "padding-block-end": { "value": "{leiden.size.md}" },
23
+ "padding-inline-start": { "value": "{leiden.size.md}" },
24
+ "padding-inline-end": { "value": "{leiden.size.md}" }
25
+ }
26
+ }
27
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "utrecht": {
3
+ "document": {
4
+ "background-color": { "value": "{leiden.color.white.100}" },
5
+ "color": { "value": "{leiden.color.black.9}" },
6
+ "font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
7
+ "font-size": { "value": "{leiden.font-size.md}" },
8
+ "font-weight": {},
9
+ "line-height": {}
10
+ }
11
+ }
12
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "utrecht": {
3
+ "form-input": {
4
+ "background-color": { "value": "{leiden.color.white.100}" },
5
+ "border-bottom-width": {},
6
+ "border-color": { "value": "{leiden.color.grey.33}" },
7
+ "border-radius": { "value": "0px" },
8
+ "border-width": { "value": "{leiden.size.4xs}" },
9
+ "color": { "value": "{leiden.color.grey.11}" },
10
+ "font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
11
+ "font-size": { "value": "15px" },
12
+ "line-height": {},
13
+ "max-inline-size": {},
14
+ "padding-block-end": { "value": "{leiden.size.xs}" },
15
+ "padding-block-start": { "value": "{leiden.size.xs}" },
16
+ "padding-inline-end": { "value": "{leiden.size.sm}" },
17
+ "padding-inline-start": { "value": "{leiden.size.sm}" },
18
+ "placeholder": {
19
+ "color": { "value": "{leiden.color.lightblue.24}" }
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": "{leiden.typography.sans-serif.font-family}" },
6
+ "font-size": { "value": "{leiden.font-size.3xl}" },
7
+ "font-weight": { "value": "{leiden.typography.font-weight.bold}" },
8
+ "line-height": {},
9
+ "margin-block-end": { "value": "{leiden.size.2xl}" },
10
+ "margin-block-start": { "value": "{leiden.size.md}" }
11
+ },
12
+
13
+ "heading-2": {
14
+ "color": {},
15
+ "font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
16
+ "font-size": { "value": "{leiden.font-size.2xl}" },
17
+ "font-weight": { "value": "{leiden.typography.font-weight.bold}" },
18
+ "line-height": {},
19
+ "margin-block-end": { "value": "{leiden.size.2xl}" },
20
+ "margin-block-start": { "value": "{leiden.size.md}" }
21
+ },
22
+
23
+ "heading-3": {
24
+ "color": {},
25
+ "font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
26
+ "font-size": { "value": "{leiden.font-size.xl}" },
27
+ "font-weight": { "value": "{leiden.typography.font-weight.normal}" },
28
+ "line-height": {},
29
+ "margin-block-end": { "value": "{leiden.size.xl}" },
30
+ "margin-block-start": { "value": "{leiden.size.md}" }
31
+ },
32
+
33
+ "heading-4": {
34
+ "color": {},
35
+ "font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
36
+ "font-size": { "value": "{leiden.font-size.lg}" },
37
+ "font-weight": { "value": "{leiden.typography.font-weight.normal}" },
38
+ "line-height": {},
39
+ "margin-block-end": { "value": "{leiden.size.lg}" },
40
+ "margin-block-start": { "value": "{leiden.size.md}" }
41
+ },
42
+
43
+ "heading-5": {
44
+ "color": {},
45
+ "font-family": { "value": "{leiden.typography.sans-serif.font-family}" },
46
+ "font-size": { "value": "{leiden.font-size.md}" },
47
+ "font-weight": { "value": "{leiden.typography.font-weight.light}" },
48
+ "line-height": {},
49
+ "margin-block-end": { "value": "{leiden.size.lg}" },
50
+ "margin-block-start": { "value": "{leiden.size.md}" }
51
+ }
52
+ }
53
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "utrecht": {
3
+ "icon": {
4
+ "color": {},
5
+ "gap": { "value": "{leiden.size.xs}" },
6
+ "size": {},
7
+ "inset-block-start": {},
8
+ "baseline": {
9
+ "inset-block-start": {}
10
+ }
11
+ }
12
+ }
13
+ }