@conduction/theme 1.1.46 → 1.1.48

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 (67) hide show
  1. package/README.md +4 -0
  2. package/conduction-design-tokens/src/component/den-haag/process-step.tokens.json +108 -25
  3. package/conduction-design-tokens/src/component/tilburg/footer.tokens.json +1 -1
  4. package/municipalities/dimpact-design-tokens/src/component/tilburg/footer.tokens.json +1 -1
  5. package/municipalities/helmond-design-tokens/LICENSE.md +17 -0
  6. package/municipalities/helmond-design-tokens/README.md +3 -0
  7. package/municipalities/helmond-design-tokens/package.json +40 -0
  8. package/municipalities/helmond-design-tokens/src/brand/helmond/color.tokens.json +155 -0
  9. package/municipalities/helmond-design-tokens/src/brand/helmond/font-size.tokens.json +50 -0
  10. package/municipalities/helmond-design-tokens/src/brand/helmond/size.tokens.json +17 -0
  11. package/municipalities/helmond-design-tokens/src/brand/helmond/typography.tokens.json +43 -0
  12. package/municipalities/helmond-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  13. package/municipalities/helmond-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  14. package/municipalities/helmond-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
  15. package/municipalities/helmond-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  16. package/municipalities/helmond-design-tokens/src/component/conduction/logo.tokens.json +27 -0
  17. package/municipalities/helmond-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  18. package/municipalities/helmond-design-tokens/src/component/conduction/select.tokens.json +39 -0
  19. package/municipalities/helmond-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  20. package/municipalities/helmond-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  21. package/municipalities/helmond-design-tokens/src/component/utrecht/accordion.tokens.json +68 -0
  22. package/municipalities/helmond-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  23. package/municipalities/helmond-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  24. package/municipalities/helmond-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
  25. package/municipalities/helmond-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  26. package/municipalities/helmond-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -0
  27. package/municipalities/helmond-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  28. package/municipalities/helmond-design-tokens/src/component/utrecht/calendar.tokens.json +80 -0
  29. package/municipalities/helmond-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -0
  30. package/municipalities/helmond-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  31. package/municipalities/helmond-design-tokens/src/component/utrecht/data-list.tokens.json +28 -0
  32. package/municipalities/helmond-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  33. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -0
  34. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  35. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  36. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  37. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -0
  38. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  39. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  40. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  41. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
  42. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
  43. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  44. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  45. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  46. package/municipalities/helmond-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  47. package/municipalities/helmond-design-tokens/src/component/utrecht/form-field.tokens.json +17 -0
  48. package/municipalities/helmond-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  49. package/municipalities/helmond-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
  50. package/municipalities/helmond-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  51. package/municipalities/helmond-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  52. package/municipalities/helmond-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  53. package/municipalities/helmond-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  54. package/municipalities/helmond-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  55. package/municipalities/helmond-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  56. package/municipalities/helmond-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  57. package/municipalities/helmond-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  58. package/municipalities/helmond-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  59. package/municipalities/helmond-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  60. package/municipalities/helmond-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  61. package/municipalities/helmond-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  62. package/municipalities/helmond-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
  63. package/municipalities/helmond-design-tokens/src/config.json +73 -0
  64. package/municipalities/helmond-design-tokens/src/index.scss +7 -0
  65. package/municipalities/helmond-design-tokens/style-dictionary.config.js +6 -0
  66. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/footer.tokens.json +1 -1
  67. package/package.json +3 -2
package/README.md CHANGED
@@ -6,6 +6,10 @@ Conduction's design tokens theme
6
6
 
7
7
  - **Version 1.1 (breaking changes from 1.0.x)**
8
8
 
9
+ - 1.1.48:
10
+ - Updated process-step tokens in Conduction theme.
11
+ - Added Helmond theme
12
+ - 1.1.47: Updated tilburg footer icon color.
9
13
  - 1.1.46:
10
14
  - Updated dimpact-theme.
11
15
  - Added Tilburg footer and header tokens to Oude Ijsseltreek and Conduction theme
@@ -3,25 +3,60 @@
3
3
  "process-steps": {
4
4
  "font-family": { "value": "{utrecht.document.font-family}" },
5
5
  "font-size": { "value": "{utrecht.document.font-size}" },
6
- "line-height": {},
6
+ "line-height": { "value": "{conduction.size.lg}" },
7
+ "step-header": {
8
+ "align-items": { "value": "center" }
9
+ },
10
+ "step": {
11
+ "collapse-icon": {
12
+ "size": { "value": "16px" },
13
+ "padding": { "value": "{conduction.size.2xs}" }
14
+ },
15
+ "content": {
16
+ "margin": { "value": "12px" }
17
+ },
18
+ "padding": {
19
+ "block-end": { "value": "0" },
20
+ "block-start": { "value": "0" }
21
+ }
22
+ },
23
+ "step-meta": {
24
+ "font-size": { "value": "16px" },
25
+ "date": {
26
+ "font-size": { "value": "20px" }
27
+ }
28
+ },
7
29
  "step-heading": {
8
30
  "color": { "value": "{utrecht.document.color}" },
9
31
  "font-family": { "value": "{utrecht.heading-1.font-family}" },
10
- "font-size": { "value": "{conduction.font-size.lg}" },
32
+ "font-size": { "value": "{conduction.font-size.md}" },
11
33
  "font-weight": { "value": "{conduction.typography.font-weight.bold}" },
34
+ "line-height": { "value": "{utrecht.document.line-height}" },
12
35
  "current": {
13
- "color": {}
36
+ "color": { "value": "{conduction.color.primary}" },
37
+ "font-size": { "value": "{utrecht.document.font-size}" },
38
+ "font-weight": { "value": "{conduction.typography.font-weight.bold}" },
39
+ "line-height": { "value": "{utrecht.document.line-height}" }
14
40
  },
15
41
  "checked": {
16
- "color": {}
42
+ "color": {},
43
+ "font-size": { "value": "{utrecht.document.font-size}" },
44
+ "font-weight": { "value": "{conduction.typography.font-weight.bold}" },
45
+ "line-height": { "value": "{utrecht.document.line-height}" }
17
46
  },
18
47
  "not-checked": {
19
48
  "color": {}
20
49
  },
21
50
  "warning": {
22
- "color": {}
51
+ "color": { "value": "{conduction.color.alert-warning}" }
52
+ },
53
+ "error": {
54
+ "color": { "value": "{conduction.color.alert-error}" }
23
55
  }
24
56
  },
57
+ "step-content": {
58
+ "color": {}
59
+ },
25
60
  "sub-step-marker": {
26
61
  "border-color": {},
27
62
  "current": {
@@ -67,40 +102,88 @@
67
102
  "step-marker": {
68
103
  "border-color": {},
69
104
  "background-color": { "value": "{conduction.color.white.100}" },
70
- "border-width": {},
105
+ "border-width": { "value": "{conduction.size.3xs}" },
71
106
  "color": { "value": "{conduction.color.black.0}" },
72
- "font-size": {},
73
- "font-weight": {},
74
- "size": { "value": "30px" },
107
+ "font-family": { "value": "{utrecht.heading-1.font-family}" },
108
+ "font-size": { "value": "{conduction.font-size.sm}" },
109
+ "font-weight": { "value": "400" },
110
+ "size": { "value": "{conduction.size.xl}" },
111
+ "icon": {
112
+ "size": { "value": "20px" }
113
+ },
114
+ "nested": {
115
+ "size": { "value": "16px" },
116
+ "icon-size": { "value": "10px" }
117
+ },
118
+ "margin": { "value": "0" },
119
+ "padding": { "value": "12px" },
120
+ "connector": {
121
+ "outline-width": { "value": "{conduction.size.4xs}" },
122
+ "not-checked": {
123
+ "outline-color": { "value": "{conduction.color.grey.82}" }
124
+ },
125
+ "checked": {
126
+ "outline-color": { "value": "{conduction.color.alert-succes}" }
127
+ },
128
+ "warning": {
129
+ "outline-color": { "value": "{conduction.color.alert-warning-background}" }
130
+ },
131
+ "error": {
132
+ "outline-color": { "value": "{conduction.color.alert-error}" }
133
+ },
134
+ "default": {
135
+ "outline-color": { "value": "{conduction.color.grey.82}" }
136
+ }
137
+ },
75
138
  "current": {
76
- "border-color": {},
77
- "background-color": { "value": "{conduction.color.alert-info-background}" },
78
- "border-width": { "value": "5px" },
79
- "color": { "value": "{conduction.color.alert-info}" }
139
+ "border-color": { "value": "{conduction.color.primary}" },
140
+ "background-color": { "value": "{conduction.color.primary}" },
141
+ "border-width": { "value": "{conduction.size.3xs}" },
142
+ "color": { "value": "{conduction.color.white.100}" },
143
+ "nested": {
144
+ "color": { "value": "{conduction.color.primary}" }
145
+ }
80
146
  },
81
147
  "not-checked": {
82
- "border-color": {},
148
+ "border-color": { "value": "{conduction.color.grey.82}" },
83
149
  "background-color": { "value": "{conduction.color.white.100}" },
84
- "border-width": { "value": "3px" },
85
- "color": { "value": "{conduction.color.black.0}" }
150
+ "border-width": { "value": "{conduction.size.3xs}" },
151
+ "color": { "value": "{conduction.color.grey.82}" }
86
152
  },
87
153
  "checked": {
88
- "border-color": {},
154
+ "border-color": { "value": "{conduction.color.alert-succes-background}" },
89
155
  "background-color": { "value": "{conduction.color.alert-succes-background}" },
90
- "border-width": { "value": "3px" },
91
- "color": { "value": "{conduction.color.succes}" }
156
+ "border-width": { "value": "{conduction.size.3xs}" },
157
+ "color": { "value": "{conduction.color.alert-succes}" }
92
158
  },
93
159
  "warning": {
94
- "border-color": {},
160
+ "border-color": { "value": "{conduction.color.alert-warning-background}" },
95
161
  "background-color": { "value": "{conduction.color.alert-warning-background}" },
96
- "color": { "value": "{conduction.color.warning}" },
97
- "border-width": { "value": "{conduction.size.4xs}" }
162
+ "color": { "value": "{conduction.color.alert-warning}" },
163
+ "border-width": { "value": "{conduction.size.3xs}" },
164
+ "nested": {
165
+ "background-color": {},
166
+ "border-color": { "value": "{conduction.color.alert-warning-background}" }
167
+ }
98
168
  },
99
169
  "error": {
100
- "border-color": {},
170
+ "border-color": { "value": "{conduction.color.alert-error-background}" },
101
171
  "background-color": { "value": "{conduction.color.alert-error-background}" },
102
- "color": { "value": "{conduction.color.error}" },
103
- "border-width": { "value": "{conduction.size.4xs}" }
172
+ "color": { "value": "{conduction.color.alert-error}" },
173
+ "border-width": { "value": "{conduction.size.3xs}" }
174
+ },
175
+ "default": {
176
+ "background-color": { "value": "{conduction.color.grey.82}" },
177
+ "border-color": { "value": "{conduction.color.grey.82}" },
178
+ "color": { "value": "{conduction.color.white.100}" },
179
+ "nested": {
180
+ "color": { "value": "{conduction.color.white.100}" }
181
+ }
182
+ },
183
+ "disabled": {
184
+ "background-color": { "value": "{conduction.color.grey.82}" },
185
+ "border-color": { "value": "{conduction.color.grey.82}" },
186
+ "color": { "value": "{conduction.color.white.100}" }
104
187
  }
105
188
  }
106
189
  }
@@ -9,7 +9,7 @@
9
9
  "text-decoration": { "value": "{utrecht.page-footer.link.hover.text-decoration}" }
10
10
  }
11
11
  },
12
- "marker-color": { "value": "{utrecht.page-footer.color}" }
12
+ "icon-color": { "value": "{utrecht.page-footer.color}" }
13
13
  }
14
14
  }
15
15
  }
@@ -9,7 +9,7 @@
9
9
  "text-decoration": { "value": "{utrecht.page-footer.link.hover.text-decoration}" }
10
10
  }
11
11
  },
12
- "marker-color": { "value": "{dimpact.color.light-blue.53}" }
12
+ "icon-color": { "value": "{dimpact.color.light-blue.53}" }
13
13
  }
14
14
  }
15
15
  }
@@ -0,0 +1,17 @@
1
+ # Auteursrecht Gemeente Helmond
2
+
3
+ Copyright (c) 2023 Gemeente Helmond
4
+
5
+ ## Logo en huisstijl
6
+
7
+ Op het huisstijl en logo zijn auteursrechten van toepassing. Het gebruik van logo en huisstijl is alleen toegestaan voor gebruik door Gemeente Helmond.
8
+
9
+ Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Gemeente Helmond gebruiken en je ontwerpt een eigen huisstijl.
10
+
11
+ ## Lettertype
12
+
13
+ Lettertypes die worden gebruikt voor de huisstijl zijn niet allemaal gratis en open source. Let op dat bij gebruik van die bijgeleverde lettertypes je een (betaalde) licentie regelt. Pas anders de configuratie aan om minder of andere lettertypes te gebruiken.
14
+
15
+ ## Toestemming
16
+
17
+ Wanneer je het logo of de huisstijl wilt gebruiken kun je voor toestemming contact opnemen met Gemeente Helmond.
@@ -0,0 +1,3 @@
1
+ # NL Design System design tokens Helmond
2
+
3
+ These tokens have been obtained by analysing the [website of Helmond](https://www.helmond.nl/inwoner).
@@ -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 Helmond",
5
+ "website": "https://www.helmond.nl/inwoner",
6
+ "keywords": [
7
+ "nl-design-system",
8
+ "conduction"
9
+ ],
10
+ "license": "SEE LICENSE IN LICENSE.md",
11
+ "name": "@conduction/theme",
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,155 @@
1
+ {
2
+ "helmond": {
3
+ "color": {
4
+ "primary": {
5
+ "value": "{helmond.color.red.100}"
6
+ },
7
+ "primary-hover": {
8
+ "value": "{helmond.color.black.0}"
9
+ },
10
+ "error": { "value": "#dc3545" },
11
+ "alert-error": { "value": "#721c24" },
12
+ "alert-error-background": { "value": "#f8d7da" },
13
+ "warning": { "value": "#ffc107" },
14
+ "alert-warning": { "value": "#856404" },
15
+ "alert-warning-background": { "value": "#fff3cd" },
16
+ "succes": { "value": "#28a745" },
17
+ "alert-succes": { "value": "#155724" },
18
+ "alert-succes-background": { "value": "#d4edda" },
19
+ "info": { "value": "{helmond.color.primary}" },
20
+ "alert-info": { "value": "#004085" },
21
+ "alert-info-background": { "value": "#cce5ff" },
22
+ "blue": {
23
+ "31": {
24
+ "value": "#23527c"
25
+ },
26
+ "46": {
27
+ "value": "#337ab7"
28
+ },
29
+ "52": {
30
+ "value": "#2e5ed9"
31
+ },
32
+ "63": {
33
+ "value": "#4376fc",
34
+ "comment": "Base/Blue"
35
+ },
36
+ "95": {
37
+ "value": "#e6edff"
38
+ }
39
+ },
40
+ "taupe": {
41
+ "33": {
42
+ "value": "#5f594a"
43
+ }
44
+ },
45
+ "yellow": {
46
+ "59": {
47
+ "value": "#ffae2c"
48
+ }
49
+ },
50
+ "red": {
51
+ "100": {
52
+ "value": "#cc0000"
53
+ },
54
+ "100-80t": {
55
+ "value": "#cc0000cc"
56
+ }
57
+ },
58
+ "grey": {
59
+ "27": {
60
+ "value": "#444444"
61
+ },
62
+ "29": {
63
+ "value": "#4a4a4a"
64
+ },
65
+ "31": {
66
+ "value": "#4f4f4f"
67
+ },
68
+ "33": {
69
+ "value": "#555555"
70
+ },
71
+ "46": {
72
+ "value": "#767676"
73
+ },
74
+ "47": {
75
+ "value": "#777"
76
+ },
77
+ "48": {
78
+ "value": "#7a7a7a"
79
+ },
80
+ "50": {
81
+ "value": "#808080",
82
+ "comment": "Base/Grey"
83
+ },
84
+ "60": {
85
+ "value": "#999999"
86
+ },
87
+ "70": {
88
+ "value": "#b3b3b3"
89
+ },
90
+ "80": {
91
+ "value": "#cccccc"
92
+ },
93
+ "82": {
94
+ "value": "#d1d1d1"
95
+ },
96
+ "87": {
97
+ "value": "#dddddd"
98
+ },
99
+ "88": {
100
+ "value": "#e1e1e1"
101
+ },
102
+ "90": {
103
+ "value": "#e6e6e6"
104
+ },
105
+ "91": {
106
+ "value": "#e7e7e7"
107
+ },
108
+ "93": {
109
+ "value": "#eee"
110
+ },
111
+ "95": {
112
+ "value": "#f2f2f2"
113
+ },
114
+ "97": {
115
+ "value": "#f7f7f7"
116
+ }
117
+ },
118
+ "lightgrey": {
119
+ "96": {
120
+ "value": "#f5f5f5",
121
+ "comment": "Base/LightGrey"
122
+ }
123
+ },
124
+ "white": {
125
+ "96": {
126
+ "value": "#f5f5f5"
127
+ },
128
+ "98": {
129
+ "value": "#fafafa"
130
+ },
131
+ "100-85t": {
132
+ "value": "#ffffffd9",
133
+ "comment": "Base/White with 85% transparency"
134
+ },
135
+ "100": {
136
+ "value": "#ffffff",
137
+ "comment": "Base/White"
138
+ }
139
+ },
140
+ "black": {
141
+ "0": {
142
+ "value": "#000000",
143
+ "comment": "Base/Black"
144
+ },
145
+ "0-60t": {
146
+ "value": "#00000099",
147
+ "comment": "Black with 60% transparency"
148
+ },
149
+ "30": {
150
+ "value": "#4d4d4d"
151
+ }
152
+ }
153
+ }
154
+ }
155
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "helmond": {
3
+ "font-size": {
4
+ "4xs": {
5
+ "value": "0.313rem",
6
+ "comment": "5px"
7
+ },
8
+ "3xs": {
9
+ "value": "0.5rem",
10
+ "comment": "8px"
11
+ },
12
+ "2xs": {
13
+ "value": "0.625rem",
14
+ "comment": "10px"
15
+ },
16
+ "xs": {
17
+ "value": "0.75rem",
18
+ "comment": "12px"
19
+ },
20
+ "sm": {
21
+ "value": "0.875rem",
22
+ "comment": "14px"
23
+ },
24
+ "md": {
25
+ "value": "1rem",
26
+ "comment": "16px"
27
+ },
28
+ "lg": {
29
+ "value": "1.125rem",
30
+ "comment": "18px"
31
+ },
32
+ "xl": {
33
+ "value": "1.5rem",
34
+ "comment": "24px"
35
+ },
36
+ "2xl": {
37
+ "value": "2.25rem",
38
+ "comment": "36px"
39
+ },
40
+ "3xl": {
41
+ "value": "3rem",
42
+ "comment": "48px"
43
+ },
44
+ "4xl": {
45
+ "value": "3.625rem",
46
+ "comment": "58px"
47
+ }
48
+ }
49
+ }
50
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "helmond": {
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,43 @@
1
+ {
2
+ "helmond": {
3
+ "typography": {
4
+ "Arial": {
5
+ "font-family": {
6
+ "value": "Arial, sans-serif"
7
+ }
8
+ },
9
+ "monospace": {
10
+ "font-family": {
11
+ "value": "Monospace, \"Lucida Console\""
12
+ }
13
+ },
14
+ "font-weight": {
15
+ "bold": {
16
+ "value": "700"
17
+ },
18
+ "semibold": {
19
+ "value": "500"
20
+ },
21
+ "normal": {
22
+ "value": "300"
23
+ },
24
+ "light": {
25
+ "value": "100"
26
+ }
27
+ },
28
+ "scale": {
29
+ "4xs": { "value": "{helmond.font-size.4xs}" },
30
+ "3xs": { "value": "{helmond.font-size.3xs}" },
31
+ "2xs": { "value": "{helmond.font-size.2xs}" },
32
+ "xs": { "value": "{helmond.font-size.xs}" },
33
+ "sm": { "value": "{helmond.font-size.sm}" },
34
+ "md": { "value": "{helmond.font-size.md}" },
35
+ "lg": { "value": "{helmond.font-size.lg}" },
36
+ "xl": { "value": "{helmond.font-size.xl}" },
37
+ "2xl": { "value": "{helmond.font-size.2xl}" },
38
+ "3xl": { "value": "{helmond.font-size.3xl}" },
39
+ "4xl": { "value": "{helmond.font-size.4xl}" }
40
+ }
41
+ }
42
+ }
43
+ }
@@ -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": "{helmond.size.3xs}" },
6
+ "2xs": { "value": "{helmond.size.2xs}" },
7
+ "xs": { "value": "{helmond.size.xs}" },
8
+ "sm": { "value": "{helmond.size.sm}" },
9
+ "md": { "value": "{helmond.size.md}" },
10
+ "lg": { "value": "{helmond.size.lg}" },
11
+ "xl": { "value": "{helmond.size.xl}" },
12
+ "2xl": { "value": "{helmond.size.2xl}" },
13
+ "3xl": { "value": "{helmond.size.3xl}" }
14
+ },
15
+ "inline": {
16
+ "3xs": { "value": "{helmond.size.3xs}" },
17
+ "2xs": { "value": "{helmond.size.2xs}" },
18
+ "xs": { "value": "{helmond.size.xs}" },
19
+ "sm": { "value": "{helmond.size.sm}" },
20
+ "md": { "value": "{helmond.size.md}" },
21
+ "lg": { "value": "{helmond.size.lg}" },
22
+ "xl": { "value": "{helmond.size.xl}" },
23
+ "2xl": { "value": "{helmond.size.2xl}" },
24
+ "3xl": { "value": "{helmond.size.3xl}" }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,34 @@
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": "{helmond.color.black.0}" },
17
+ "text-decoration": { "value": "none" },
18
+ "text-underline-offset": { "value": "5px" },
19
+ "hover": {
20
+ "color": {},
21
+ "text-decoration": {},
22
+ "text-underline-offset": {}
23
+ }
24
+ },
25
+ "date": {
26
+ "color": { "value": "{helmond.color.black.0}" },
27
+ "font-size": { "value": "{helmond.font-size.sm}" },
28
+ "font-weight": { "value": "{helmond.typography.font-weight.light}" },
29
+ "font-style": {},
30
+ "margin-block-end": { "value": "{helmond.size.xs}" }
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "conduction": {
3
+ "card-wrapper": {
4
+ "background-color": { "value": "{helmond.color.white.100}" },
5
+ "border-color": {},
6
+ "border-style": {},
7
+ "border-width": {},
8
+ "border-bottom-color": {},
9
+ "border-bottom-style": {},
10
+ "border-bottom-width": {},
11
+ "border-radius": { "value": "0" },
12
+ "transition": {},
13
+ "box-shadow": {},
14
+ "color": { "value": "{helmond.color.black.0}" },
15
+ "hover": {
16
+ "background-color": {},
17
+ "color": {},
18
+ "border-color": {},
19
+ "border-style": {},
20
+ "border-width": {},
21
+ "border-bottom-color": {},
22
+ "border-bottom-style": {},
23
+ "border-bottom-width": {},
24
+ "border-radius": {},
25
+ "box-shadow": {}
26
+ },
27
+ "padding-inline-end": { "value": "{helmond.size.md}" },
28
+ "padding-inline-start": { "value": "{helmond.size.md}" },
29
+ "padding-block-end": { "value": "{helmond.size.md}" },
30
+ "padding-block-start": { "value": "{helmond.size.md}" }
31
+ }
32
+ }
33
+ }