@conduction/theme 1.0.30 → 1.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/conduction-design-tokens/dist/design-tokens.css +32 -1
- package/conduction-design-tokens/dist/index.js +32 -1
- package/conduction-design-tokens/dist/index.json +589 -0
- package/conduction-design-tokens/dist/index.less +32 -1
- package/conduction-design-tokens/dist/index.scss +32 -1
- package/conduction-design-tokens/dist/tokens.json +594 -0
- package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/conduction-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +33 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +33 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +610 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +33 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +33 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +615 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +3 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +34 -1
- package/municipalities/epe-design-tokens/dist/index.js +34 -1
- package/municipalities/epe-design-tokens/dist/index.json +631 -0
- package/municipalities/epe-design-tokens/dist/index.less +34 -1
- package/municipalities/epe-design-tokens/dist/index.scss +34 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +636 -0
- package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +6 -0
- package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +33 -1
- package/municipalities/leiden-design-tokens/dist/index.js +33 -1
- package/municipalities/leiden-design-tokens/dist/index.json +610 -0
- package/municipalities/leiden-design-tokens/dist/index.less +33 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +33 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +615 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +3 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +31 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +31 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.json +570 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +31 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +31 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +576 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +35 -5
- package/municipalities/noordwijk-design-tokens/dist/index.js +33 -3
- package/municipalities/noordwijk-design-tokens/dist/index.json +578 -8
- package/municipalities/noordwijk-design-tokens/dist/index.less +35 -5
- package/municipalities/noordwijk-design-tokens/dist/index.scss +35 -5
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +585 -9
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +1 -1
- package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/code.tokens.json +2 -2
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +17 -2
- package/municipalities/rotterdam-design-tokens/dist/index.js +17 -2
- package/municipalities/rotterdam-design-tokens/dist/index.json +309 -10
- package/municipalities/rotterdam-design-tokens/dist/index.less +17 -2
- package/municipalities/rotterdam-design-tokens/dist/index.scss +17 -2
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +347 -13
- package/municipalities/rotterdam-design-tokens/node_modules/.package-lock.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/LICENSE.md +17 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/README.md +3 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.js +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.less +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.scss +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/package.json +38 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/_responsive.scss +24 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/brand/rotterdam/color.tokens.json +340 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/brand/rotterdam/typography.tokens.json +97 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/rotterdam/space.tokens.json +16 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/utrecht/focus.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/utrecht/space.tokens.json +56 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/checkbox.style.dictionary.json +12 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/open-catalogi/data-badge.json +36 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/button.tokens.json +9 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/form-fieldset.tokens.json +11 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/paragraph.tokens.json +10 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/textbox.tokens.json +14 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/badge-counter.tokens.json +12 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/button.tokens.json +110 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/code-block.tokens.json +19 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/document.tokens.json +11 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/figure.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-control.tokens.json +30 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-field-description.tokens.json +18 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-field.tokens.json +8 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-fieldset.tokens.json +32 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-select.tokens.json +16 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading-1.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading-2.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading-3.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading.tokens.json +9 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/paragraph.tokens.json +24 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/table.tokens.json +52 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/textarea.tokens.json +25 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/textbox.tokens.json +47 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/config.json +34 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/custom.scss +14 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/font/download.sh +18 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/font.scss +47 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/index.scss +17 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/rotterdam-design-tokens/package-lock.json +21 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +34 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +34 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +631 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +34 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +34 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +636 -0
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +6 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +32 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +32 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +589 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +32 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +32 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +594 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/package.json +1 -3
|
@@ -1,30 +1,81 @@
|
|
|
1
1
|
{
|
|
2
|
+
"rotterdam": {
|
|
3
|
+
"color": {},
|
|
4
|
+
"typography": {}
|
|
5
|
+
},
|
|
2
6
|
"utrecht": {
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"value": "
|
|
7
|
-
"filePath": "src/
|
|
7
|
+
"action": {
|
|
8
|
+
"busy": {
|
|
9
|
+
"cursor": {
|
|
10
|
+
"value": "wait",
|
|
11
|
+
"filePath": "src/common/utrecht/action.tokens.json",
|
|
8
12
|
"isSource": true,
|
|
9
13
|
"original": {
|
|
10
|
-
"value": "
|
|
14
|
+
"value": "wait"
|
|
11
15
|
},
|
|
12
|
-
"name": "
|
|
16
|
+
"name": "utrechtActionBusyCursor",
|
|
13
17
|
"attributes": {
|
|
14
18
|
"category": "utrecht",
|
|
15
|
-
"type": "
|
|
16
|
-
"item": "
|
|
17
|
-
"subitem": "
|
|
19
|
+
"type": "action",
|
|
20
|
+
"item": "busy",
|
|
21
|
+
"subitem": "cursor"
|
|
18
22
|
},
|
|
19
23
|
"path": [
|
|
20
24
|
"utrecht",
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
25
|
+
"action",
|
|
26
|
+
"busy",
|
|
27
|
+
"cursor"
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"disabled": {
|
|
32
|
+
"cursor": {
|
|
33
|
+
"value": "not-allowed",
|
|
34
|
+
"filePath": "src/common/utrecht/action.tokens.json",
|
|
35
|
+
"isSource": true,
|
|
36
|
+
"original": {
|
|
37
|
+
"value": "not-allowed"
|
|
38
|
+
},
|
|
39
|
+
"name": "utrechtActionDisabledCursor",
|
|
40
|
+
"attributes": {
|
|
41
|
+
"category": "utrecht",
|
|
42
|
+
"type": "action",
|
|
43
|
+
"item": "disabled",
|
|
44
|
+
"subitem": "cursor"
|
|
45
|
+
},
|
|
46
|
+
"path": [
|
|
47
|
+
"utrecht",
|
|
48
|
+
"action",
|
|
49
|
+
"disabled",
|
|
50
|
+
"cursor"
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"submit": {
|
|
55
|
+
"cursor": {
|
|
56
|
+
"value": "pointer",
|
|
57
|
+
"filePath": "src/common/utrecht/action.tokens.json",
|
|
58
|
+
"isSource": true,
|
|
59
|
+
"original": {
|
|
60
|
+
"value": "pointer"
|
|
61
|
+
},
|
|
62
|
+
"name": "utrechtActionSubmitCursor",
|
|
63
|
+
"attributes": {
|
|
64
|
+
"category": "utrecht",
|
|
65
|
+
"type": "action",
|
|
66
|
+
"item": "submit",
|
|
67
|
+
"subitem": "cursor"
|
|
68
|
+
},
|
|
69
|
+
"path": [
|
|
70
|
+
"utrecht",
|
|
71
|
+
"action",
|
|
72
|
+
"submit",
|
|
73
|
+
"cursor"
|
|
24
74
|
]
|
|
25
75
|
}
|
|
26
76
|
}
|
|
27
77
|
},
|
|
78
|
+
"link": {},
|
|
28
79
|
"page": {
|
|
29
80
|
"background-color": {},
|
|
30
81
|
"color": {},
|
|
@@ -86,5 +137,288 @@
|
|
|
86
137
|
]
|
|
87
138
|
}
|
|
88
139
|
}
|
|
140
|
+
},
|
|
141
|
+
"conduction": {
|
|
142
|
+
"card-header": {
|
|
143
|
+
"background-color": {},
|
|
144
|
+
"border-bottom-width": {},
|
|
145
|
+
"border-bottom-style": {},
|
|
146
|
+
"border-bottom-color": {},
|
|
147
|
+
"color": {
|
|
148
|
+
"value": "var(--utrecht-document-color)",
|
|
149
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
150
|
+
"isSource": true,
|
|
151
|
+
"original": {
|
|
152
|
+
"value": "var(--utrecht-document-color)"
|
|
153
|
+
},
|
|
154
|
+
"name": "conductionCardHeaderColor",
|
|
155
|
+
"attributes": {
|
|
156
|
+
"category": "conduction",
|
|
157
|
+
"type": "card-header",
|
|
158
|
+
"item": "color"
|
|
159
|
+
},
|
|
160
|
+
"path": [
|
|
161
|
+
"conduction",
|
|
162
|
+
"card-header",
|
|
163
|
+
"color"
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
"hover": {
|
|
167
|
+
"background-color": {},
|
|
168
|
+
"border-bottom-width": {},
|
|
169
|
+
"border-bottom-style": {},
|
|
170
|
+
"border-bottom-color": {}
|
|
171
|
+
},
|
|
172
|
+
"title": {
|
|
173
|
+
"color": {
|
|
174
|
+
"value": "var(--rotterdam-color-green-tint-01)",
|
|
175
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
176
|
+
"isSource": true,
|
|
177
|
+
"original": {
|
|
178
|
+
"value": "var(--rotterdam-color-green-tint-01)"
|
|
179
|
+
},
|
|
180
|
+
"name": "conductionCardHeaderTitleColor",
|
|
181
|
+
"attributes": {
|
|
182
|
+
"category": "conduction",
|
|
183
|
+
"type": "card-header",
|
|
184
|
+
"item": "title",
|
|
185
|
+
"subitem": "color"
|
|
186
|
+
},
|
|
187
|
+
"path": [
|
|
188
|
+
"conduction",
|
|
189
|
+
"card-header",
|
|
190
|
+
"title",
|
|
191
|
+
"color"
|
|
192
|
+
]
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
"date": {
|
|
196
|
+
"color": {
|
|
197
|
+
"value": "var(--rotterdam-color-gray-tint-11)",
|
|
198
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
199
|
+
"isSource": true,
|
|
200
|
+
"original": {
|
|
201
|
+
"value": "var(--rotterdam-color-gray-tint-11)"
|
|
202
|
+
},
|
|
203
|
+
"name": "conductionCardHeaderDateColor",
|
|
204
|
+
"attributes": {
|
|
205
|
+
"category": "conduction",
|
|
206
|
+
"type": "card-header",
|
|
207
|
+
"item": "date",
|
|
208
|
+
"subitem": "color"
|
|
209
|
+
},
|
|
210
|
+
"path": [
|
|
211
|
+
"conduction",
|
|
212
|
+
"card-header",
|
|
213
|
+
"date",
|
|
214
|
+
"color"
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
"font-size": {
|
|
218
|
+
"value": "16px",
|
|
219
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
220
|
+
"isSource": true,
|
|
221
|
+
"original": {
|
|
222
|
+
"value": "16px"
|
|
223
|
+
},
|
|
224
|
+
"name": "conductionCardHeaderDateFontSize",
|
|
225
|
+
"attributes": {
|
|
226
|
+
"category": "conduction",
|
|
227
|
+
"type": "card-header",
|
|
228
|
+
"item": "date",
|
|
229
|
+
"subitem": "font-size"
|
|
230
|
+
},
|
|
231
|
+
"path": [
|
|
232
|
+
"conduction",
|
|
233
|
+
"card-header",
|
|
234
|
+
"date",
|
|
235
|
+
"font-size"
|
|
236
|
+
]
|
|
237
|
+
},
|
|
238
|
+
"font-weight": {
|
|
239
|
+
"value": "400",
|
|
240
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
241
|
+
"isSource": true,
|
|
242
|
+
"original": {
|
|
243
|
+
"value": "400"
|
|
244
|
+
},
|
|
245
|
+
"name": "conductionCardHeaderDateFontWeight",
|
|
246
|
+
"attributes": {
|
|
247
|
+
"category": "conduction",
|
|
248
|
+
"type": "card-header",
|
|
249
|
+
"item": "date",
|
|
250
|
+
"subitem": "font-weight"
|
|
251
|
+
},
|
|
252
|
+
"path": [
|
|
253
|
+
"conduction",
|
|
254
|
+
"card-header",
|
|
255
|
+
"date",
|
|
256
|
+
"font-weight"
|
|
257
|
+
]
|
|
258
|
+
},
|
|
259
|
+
"margin-block-end": {
|
|
260
|
+
"value": "8px",
|
|
261
|
+
"filePath": "src/component/conduction/card-header.tokens.json",
|
|
262
|
+
"isSource": true,
|
|
263
|
+
"original": {
|
|
264
|
+
"value": "8px"
|
|
265
|
+
},
|
|
266
|
+
"name": "conductionCardHeaderDateMarginBlockEnd",
|
|
267
|
+
"attributes": {
|
|
268
|
+
"category": "conduction",
|
|
269
|
+
"type": "card-header",
|
|
270
|
+
"item": "date",
|
|
271
|
+
"subitem": "margin-block-end"
|
|
272
|
+
},
|
|
273
|
+
"path": [
|
|
274
|
+
"conduction",
|
|
275
|
+
"card-header",
|
|
276
|
+
"date",
|
|
277
|
+
"margin-block-end"
|
|
278
|
+
]
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
"card-wrapper": {
|
|
283
|
+
"background-color": {
|
|
284
|
+
"value": "var(--rotterdam-color-base-white)",
|
|
285
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
286
|
+
"isSource": true,
|
|
287
|
+
"original": {
|
|
288
|
+
"value": "var(--rotterdam-color-base-white)"
|
|
289
|
+
},
|
|
290
|
+
"name": "conductionCardWrapperBackgroundColor",
|
|
291
|
+
"attributes": {
|
|
292
|
+
"category": "conduction",
|
|
293
|
+
"type": "card-wrapper",
|
|
294
|
+
"item": "background-color"
|
|
295
|
+
},
|
|
296
|
+
"path": [
|
|
297
|
+
"conduction",
|
|
298
|
+
"card-wrapper",
|
|
299
|
+
"background-color"
|
|
300
|
+
]
|
|
301
|
+
},
|
|
302
|
+
"border-color": {},
|
|
303
|
+
"border-width": {},
|
|
304
|
+
"border-style": {},
|
|
305
|
+
"border-radius": {
|
|
306
|
+
"value": "0px",
|
|
307
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
308
|
+
"isSource": true,
|
|
309
|
+
"original": {
|
|
310
|
+
"value": "0px"
|
|
311
|
+
},
|
|
312
|
+
"name": "conductionCardWrapperBorderRadius",
|
|
313
|
+
"attributes": {
|
|
314
|
+
"category": "conduction",
|
|
315
|
+
"type": "card-wrapper",
|
|
316
|
+
"item": "border-radius"
|
|
317
|
+
},
|
|
318
|
+
"path": [
|
|
319
|
+
"conduction",
|
|
320
|
+
"card-wrapper",
|
|
321
|
+
"border-radius"
|
|
322
|
+
]
|
|
323
|
+
},
|
|
324
|
+
"color": {
|
|
325
|
+
"value": "var(--rotterdam-color-gray-tint-11)",
|
|
326
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
327
|
+
"isSource": true,
|
|
328
|
+
"original": {
|
|
329
|
+
"value": "var(--rotterdam-color-gray-tint-11)"
|
|
330
|
+
},
|
|
331
|
+
"name": "conductionCardWrapperColor",
|
|
332
|
+
"attributes": {
|
|
333
|
+
"category": "conduction",
|
|
334
|
+
"type": "card-wrapper",
|
|
335
|
+
"item": "color"
|
|
336
|
+
},
|
|
337
|
+
"path": [
|
|
338
|
+
"conduction",
|
|
339
|
+
"card-wrapper",
|
|
340
|
+
"color"
|
|
341
|
+
]
|
|
342
|
+
},
|
|
343
|
+
"hover": {
|
|
344
|
+
"background-color": {}
|
|
345
|
+
},
|
|
346
|
+
"padding-inline-end": {
|
|
347
|
+
"value": "16px",
|
|
348
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
349
|
+
"isSource": true,
|
|
350
|
+
"original": {
|
|
351
|
+
"value": "16px"
|
|
352
|
+
},
|
|
353
|
+
"name": "conductionCardWrapperPaddingInlineEnd",
|
|
354
|
+
"attributes": {
|
|
355
|
+
"category": "conduction",
|
|
356
|
+
"type": "card-wrapper",
|
|
357
|
+
"item": "padding-inline-end"
|
|
358
|
+
},
|
|
359
|
+
"path": [
|
|
360
|
+
"conduction",
|
|
361
|
+
"card-wrapper",
|
|
362
|
+
"padding-inline-end"
|
|
363
|
+
]
|
|
364
|
+
},
|
|
365
|
+
"padding-inline-start": {
|
|
366
|
+
"value": "16px",
|
|
367
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
368
|
+
"isSource": true,
|
|
369
|
+
"original": {
|
|
370
|
+
"value": "16px"
|
|
371
|
+
},
|
|
372
|
+
"name": "conductionCardWrapperPaddingInlineStart",
|
|
373
|
+
"attributes": {
|
|
374
|
+
"category": "conduction",
|
|
375
|
+
"type": "card-wrapper",
|
|
376
|
+
"item": "padding-inline-start"
|
|
377
|
+
},
|
|
378
|
+
"path": [
|
|
379
|
+
"conduction",
|
|
380
|
+
"card-wrapper",
|
|
381
|
+
"padding-inline-start"
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
"padding-block-end": {
|
|
385
|
+
"value": "16px",
|
|
386
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
387
|
+
"isSource": true,
|
|
388
|
+
"original": {
|
|
389
|
+
"value": "16px"
|
|
390
|
+
},
|
|
391
|
+
"name": "conductionCardWrapperPaddingBlockEnd",
|
|
392
|
+
"attributes": {
|
|
393
|
+
"category": "conduction",
|
|
394
|
+
"type": "card-wrapper",
|
|
395
|
+
"item": "padding-block-end"
|
|
396
|
+
},
|
|
397
|
+
"path": [
|
|
398
|
+
"conduction",
|
|
399
|
+
"card-wrapper",
|
|
400
|
+
"padding-block-end"
|
|
401
|
+
]
|
|
402
|
+
},
|
|
403
|
+
"padding-block-start": {
|
|
404
|
+
"value": "16px",
|
|
405
|
+
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
406
|
+
"isSource": true,
|
|
407
|
+
"original": {
|
|
408
|
+
"value": "16px"
|
|
409
|
+
},
|
|
410
|
+
"name": "conductionCardWrapperPaddingBlockStart",
|
|
411
|
+
"attributes": {
|
|
412
|
+
"category": "conduction",
|
|
413
|
+
"type": "card-wrapper",
|
|
414
|
+
"item": "padding-block-start"
|
|
415
|
+
},
|
|
416
|
+
"path": [
|
|
417
|
+
"conduction",
|
|
418
|
+
"card-wrapper",
|
|
419
|
+
"padding-block-start"
|
|
420
|
+
]
|
|
421
|
+
}
|
|
422
|
+
}
|
|
89
423
|
}
|
|
90
424
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@conduction/rotterdam-design-tokens",
|
|
3
|
+
"version": "1.0.0-alpha.1",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"node_modules/@nl-design-system-unstable/rotterdam-design-tokens": {
|
|
8
|
+
"version": "1.0.0-alpha.109",
|
|
9
|
+
"resolved": "https://registry.npmjs.org/@nl-design-system-unstable/rotterdam-design-tokens/-/rotterdam-design-tokens-1.0.0-alpha.109.tgz",
|
|
10
|
+
"integrity": "sha512-tH8lY6pjwf2q1AKYJsD8UCY5TOVv5Mpn6vZd8oK/vP1JDeetoYX2T2ntuooYEX+b5iTi7JS3ya15NMLKAysNcw=="
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Auteursrecht Gemeente Rotterdam
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2021 Gemeente Rotterdam
|
|
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 Rotterdam.
|
|
8
|
+
|
|
9
|
+
Wanneer je een bewerking van de software wilt gebruiken voor andere doeleinden, mag je niet het logo van Gemeente Rotterdam 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 Rotterdam.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
|
|
2
|
+
import tokens from "../dist/tokens.json";
|
|
3
|
+
import { ColorSearch } from "@nl-design-system-unstable/theme-toolkit/src/ColorSearch";
|
|
4
|
+
import { ColorTable } from "@nl-design-system-unstable/theme-toolkit/src/ColorTable";
|
|
5
|
+
import config from "../src/config.json";
|
|
6
|
+
|
|
7
|
+
<Meta title={`${config.name}/Color`} />
|
|
8
|
+
|
|
9
|
+
# Color
|
|
10
|
+
|
|
11
|
+
## Find a color
|
|
12
|
+
|
|
13
|
+
<ColorSearch tokens={tokens[config.prefix]["color"]}></ColorSearch>
|
|
14
|
+
|
|
15
|
+
## Color palette
|
|
16
|
+
|
|
17
|
+
<ColorTable tokens={tokens[config.prefix]["color"]}></ColorTable>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Meta, Story } from "@storybook/addon-docs";
|
|
2
|
+
import { ComponentStories } from "@nl-design-system-unstable/theme-toolkit/src/ComponentStories";
|
|
3
|
+
import config from "../src/config.json";
|
|
4
|
+
|
|
5
|
+
<Meta title={`${config.name}`} />
|
|
6
|
+
|
|
7
|
+
# Components
|
|
8
|
+
|
|
9
|
+
<Story name="Components">
|
|
10
|
+
<ComponentStories config={config} />
|
|
11
|
+
</Story>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Meta, ColorPalette, ColorItem } from "@storybook/addon-docs";
|
|
2
|
+
import { DesignTokensTable } from "@nl-design-system-unstable/theme-toolkit/src/DesignTokensTable";
|
|
3
|
+
import tokens from "../dist/index.json";
|
|
4
|
+
import config from "../src/config.json";
|
|
5
|
+
|
|
6
|
+
<Meta title={`${config.name}/Design Tokens`} />
|
|
7
|
+
|
|
8
|
+
# Design Tokens
|
|
9
|
+
|
|
10
|
+
<DesignTokensTable tokens={tokens.filter((token) => token.path[0] !== config.prefix)}></DesignTokensTable>
|
|
11
|
+
|
|
12
|
+
## Proprietary Design Tokens
|
|
13
|
+
|
|
14
|
+
<DesignTokensTable tokens={tokens.filter((token) => token.path[0] === config.prefix)}></DesignTokensTable>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0-alpha.109",
|
|
3
|
+
"author": "Community for NL Design System",
|
|
4
|
+
"description": "NL Design System design tokens for Gemeente Rotterdam",
|
|
5
|
+
"website": "https://www.rotterdam.nl/",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"nl-design-system"
|
|
8
|
+
],
|
|
9
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
10
|
+
"name": "@nl-design-system-unstable/rotterdam-design-tokens",
|
|
11
|
+
"private": false,
|
|
12
|
+
"publishConfig": {
|
|
13
|
+
"access": "public"
|
|
14
|
+
},
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git+ssh",
|
|
17
|
+
"url": "git@github.com:nl-design-system/themes.git"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"clean": "rimraf -rf dist/",
|
|
21
|
+
"download": "src/font/download.sh",
|
|
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:font": "mkdir -p dist/font && cp -R src/font/* dist/font",
|
|
27
|
+
"build:scss": "sass --no-source-map src/:dist/",
|
|
28
|
+
"build:style-dictionary": "style-dictionary build --config ./style-dictionary.config.js"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"@nl-design-system-unstable/theme-toolkit": "1.0.0-alpha.0",
|
|
32
|
+
"chokidar-cli": "3.0.0",
|
|
33
|
+
"npm-run-all": "4.1.5",
|
|
34
|
+
"rimraf": "3.0.2",
|
|
35
|
+
"style-dictionary": "3.8.0"
|
|
36
|
+
},
|
|
37
|
+
"gitHead": "4e7855245e5ffc8369d18a1861cc69484e3880e2"
|
|
38
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license SEE LICENSE.md
|
|
3
|
+
* Copyright (c) 2021 NL Design System Community
|
|
4
|
+
* All rights reserved
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/* stylelint-disable no-duplicate-selectors */
|
|
8
|
+
.rotterdam-theme {
|
|
9
|
+
@media (min-width: 768px) {
|
|
10
|
+
& {
|
|
11
|
+
--utrecht-page-footer-padding-inline-start: 24px;
|
|
12
|
+
--utrecht-page-footer-padding-inline-end: 24px;
|
|
13
|
+
--utrecht-page-footer-block-end: 115px;
|
|
14
|
+
--utrecht-page-footer-block-start: 52px;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
@media (max-width: 375px) {
|
|
18
|
+
& {
|
|
19
|
+
--utrecht-page-footer-padding-inline-start: 24px;
|
|
20
|
+
--utrecht-page-footer-padding-inline-end: 24px;
|
|
21
|
+
--utrecht-page-footer-block-end: 48px;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|