@conduction/theme 1.0.31 → 1.0.33

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 (110) hide show
  1. package/README.md +2 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +31 -1
  3. package/conduction-design-tokens/dist/index.js +31 -1
  4. package/conduction-design-tokens/dist/index.json +570 -0
  5. package/conduction-design-tokens/dist/index.less +31 -1
  6. package/conduction-design-tokens/dist/index.scss +31 -1
  7. package/conduction-design-tokens/dist/tokens.json +589 -2
  8. package/conduction-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
  9. package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
  10. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +32 -1
  11. package/municipalities/dinkelland-design-tokens/dist/index.js +32 -1
  12. package/municipalities/dinkelland-design-tokens/dist/index.json +591 -0
  13. package/municipalities/dinkelland-design-tokens/dist/index.less +32 -1
  14. package/municipalities/dinkelland-design-tokens/dist/index.scss +32 -1
  15. package/municipalities/dinkelland-design-tokens/dist/tokens.json +610 -2
  16. package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +3 -0
  17. package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
  18. package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
  19. package/municipalities/epe-design-tokens/dist/design-tokens.css +33 -1
  20. package/municipalities/epe-design-tokens/dist/index.js +33 -1
  21. package/municipalities/epe-design-tokens/dist/index.json +612 -0
  22. package/municipalities/epe-design-tokens/dist/index.less +33 -1
  23. package/municipalities/epe-design-tokens/dist/index.scss +33 -1
  24. package/municipalities/epe-design-tokens/dist/tokens.json +631 -2
  25. package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +6 -0
  26. package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
  27. package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
  28. package/municipalities/leiden-design-tokens/dist/design-tokens.css +32 -1
  29. package/municipalities/leiden-design-tokens/dist/index.js +32 -1
  30. package/municipalities/leiden-design-tokens/dist/index.json +591 -0
  31. package/municipalities/leiden-design-tokens/dist/index.less +32 -1
  32. package/municipalities/leiden-design-tokens/dist/index.scss +32 -1
  33. package/municipalities/leiden-design-tokens/dist/tokens.json +610 -2
  34. package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +3 -0
  35. package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
  36. package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
  37. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +30 -1
  38. package/municipalities/noaberkracht-design-tokens/dist/index.js +31 -2
  39. package/municipalities/noaberkracht-design-tokens/dist/index.json +551 -0
  40. package/municipalities/noaberkracht-design-tokens/dist/index.less +30 -1
  41. package/municipalities/noaberkracht-design-tokens/dist/index.scss +30 -1
  42. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +582 -13
  43. package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
  44. package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
  45. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +34 -5
  46. package/municipalities/noordwijk-design-tokens/dist/index.js +32 -3
  47. package/municipalities/noordwijk-design-tokens/dist/index.json +559 -8
  48. package/municipalities/noordwijk-design-tokens/dist/index.less +34 -5
  49. package/municipalities/noordwijk-design-tokens/dist/index.scss +34 -5
  50. package/municipalities/noordwijk-design-tokens/dist/tokens.json +580 -11
  51. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +1 -1
  52. package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
  53. package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
  54. package/municipalities/noordwijk-design-tokens/src/component/utrecht/code.tokens.json +2 -2
  55. package/municipalities/rotterdam-design-tokens/LICENSE.md +17 -0
  56. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +138 -2
  57. package/municipalities/rotterdam-design-tokens/dist/index.js +138 -2
  58. package/municipalities/rotterdam-design-tokens/dist/index.json +2707 -9
  59. package/municipalities/rotterdam-design-tokens/dist/index.less +138 -2
  60. package/municipalities/rotterdam-design-tokens/dist/index.scss +138 -2
  61. package/municipalities/rotterdam-design-tokens/dist/tokens.json +2812 -10
  62. package/municipalities/rotterdam-design-tokens/package.json +33 -0
  63. package/municipalities/rotterdam-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  64. package/municipalities/rotterdam-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
  65. package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
  66. package/municipalities/rotterdam-design-tokens/src/component/conduction/select.tokens.json +30 -0
  67. package/municipalities/rotterdam-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  68. package/municipalities/rotterdam-design-tokens/src/component/utrecht/code.tokens.json +11 -0
  69. package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  70. package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/button.tokens.json +10 -0
  71. package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  72. package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
  73. package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  74. package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
  75. package/municipalities/rotterdam-design-tokens/src/component/utrecht/list.tokens.json +33 -0
  76. package/municipalities/rotterdam-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  77. package/municipalities/rotterdam-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  78. package/municipalities/rotterdam-design-tokens/src/component/utrecht/table.tokens.json +19 -0
  79. package/municipalities/rotterdam-design-tokens/src/config.json +7 -0
  80. package/municipalities/rotterdam-design-tokens/src/font.scss +1 -0
  81. package/municipalities/rotterdam-design-tokens/src/index.scss +8 -0
  82. package/municipalities/rotterdam-design-tokens/style-dictionary.config.js +6 -0
  83. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +33 -1
  84. package/municipalities/tubbergen-design-tokens/dist/index.js +33 -1
  85. package/municipalities/tubbergen-design-tokens/dist/index.json +612 -0
  86. package/municipalities/tubbergen-design-tokens/dist/index.less +33 -1
  87. package/municipalities/tubbergen-design-tokens/dist/index.scss +33 -1
  88. package/municipalities/tubbergen-design-tokens/dist/tokens.json +631 -2
  89. package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +6 -0
  90. package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
  91. package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
  92. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +31 -1
  93. package/municipalities/xxllnc-design-tokens/dist/index.js +31 -1
  94. package/municipalities/xxllnc-design-tokens/dist/index.json +570 -0
  95. package/municipalities/xxllnc-design-tokens/dist/index.less +31 -1
  96. package/municipalities/xxllnc-design-tokens/dist/index.scss +31 -1
  97. package/municipalities/xxllnc-design-tokens/dist/tokens.json +589 -2
  98. package/municipalities/xxllnc-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
  99. package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
  100. package/package.json +3 -4
  101. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/custom.css +0 -33
  102. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/design-tokens.css +0 -305
  103. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font/download.sh +0 -18
  104. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font.css +0 -36
  105. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.css +0 -33
  106. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.js +0 -303
  107. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.json +0 -6415
  108. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.less +0 -302
  109. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.scss +0 -302
  110. package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/tokens.json +0 -6868
@@ -1,23 +1,2296 @@
1
1
  [
2
2
  {
3
- "value": "var(--rotterdam-space-scale-2)",
4
- "filePath": "src/component/conduction/alert.tokens.json",
3
+ "value": "var(--utrecht-document-color)",
4
+ "filePath": "src/component/conduction/card-header.tokens.json",
5
5
  "isSource": true,
6
6
  "original": {
7
- "value": "var(--rotterdam-space-scale-2)"
7
+ "value": "var(--utrecht-document-color)"
8
+ },
9
+ "name": "conductionCardHeaderColor",
10
+ "attributes": {
11
+ "category": "conduction",
12
+ "type": "card-header",
13
+ "item": "color"
14
+ },
15
+ "path": [
16
+ "conduction",
17
+ "card-header",
18
+ "color"
19
+ ]
20
+ },
21
+ {
22
+ "value": "var(--rotterdam-color-gray-tint-11)",
23
+ "filePath": "src/component/conduction/card-header.tokens.json",
24
+ "isSource": true,
25
+ "original": {
26
+ "value": "var(--rotterdam-color-gray-tint-11)"
27
+ },
28
+ "name": "conductionCardHeaderDateColor",
29
+ "attributes": {
30
+ "category": "conduction",
31
+ "type": "card-header",
32
+ "item": "date",
33
+ "subitem": "color"
34
+ },
35
+ "path": [
36
+ "conduction",
37
+ "card-header",
38
+ "date",
39
+ "color"
40
+ ]
41
+ },
42
+ {
43
+ "value": "16px",
44
+ "filePath": "src/component/conduction/card-header.tokens.json",
45
+ "isSource": true,
46
+ "original": {
47
+ "value": "16px"
48
+ },
49
+ "name": "conductionCardHeaderDateFontSize",
50
+ "attributes": {
51
+ "category": "conduction",
52
+ "type": "card-header",
53
+ "item": "date",
54
+ "subitem": "font-size"
55
+ },
56
+ "path": [
57
+ "conduction",
58
+ "card-header",
59
+ "date",
60
+ "font-size"
61
+ ]
62
+ },
63
+ {
64
+ "value": "400",
65
+ "filePath": "src/component/conduction/card-header.tokens.json",
66
+ "isSource": true,
67
+ "original": {
68
+ "value": "400"
69
+ },
70
+ "name": "conductionCardHeaderDateFontWeight",
71
+ "attributes": {
72
+ "category": "conduction",
73
+ "type": "card-header",
74
+ "item": "date",
75
+ "subitem": "font-weight"
76
+ },
77
+ "path": [
78
+ "conduction",
79
+ "card-header",
80
+ "date",
81
+ "font-weight"
82
+ ]
83
+ },
84
+ {
85
+ "value": "8px",
86
+ "filePath": "src/component/conduction/card-header.tokens.json",
87
+ "isSource": true,
88
+ "original": {
89
+ "value": "8px"
90
+ },
91
+ "name": "conductionCardHeaderDateMarginBlockEnd",
92
+ "attributes": {
93
+ "category": "conduction",
94
+ "type": "card-header",
95
+ "item": "date",
96
+ "subitem": "margin-block-end"
97
+ },
98
+ "path": [
99
+ "conduction",
100
+ "card-header",
101
+ "date",
102
+ "margin-block-end"
103
+ ]
104
+ },
105
+ {
106
+ "value": "var(--rotterdam-color-green-tint-01)",
107
+ "filePath": "src/component/conduction/card-header.tokens.json",
108
+ "isSource": true,
109
+ "original": {
110
+ "value": "var(--rotterdam-color-green-tint-01)"
111
+ },
112
+ "name": "conductionCardHeaderTitleColor",
113
+ "attributes": {
114
+ "category": "conduction",
115
+ "type": "card-header",
116
+ "item": "title",
117
+ "subitem": "color"
118
+ },
119
+ "path": [
120
+ "conduction",
121
+ "card-header",
122
+ "title",
123
+ "color"
124
+ ]
125
+ },
126
+ {
127
+ "value": "var(--rotterdam-color-base-white)",
128
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
129
+ "isSource": true,
130
+ "original": {
131
+ "value": "var(--rotterdam-color-base-white)"
132
+ },
133
+ "name": "conductionCardWrapperBackgroundColor",
134
+ "attributes": {
135
+ "category": "conduction",
136
+ "type": "card-wrapper",
137
+ "item": "background-color"
138
+ },
139
+ "path": [
140
+ "conduction",
141
+ "card-wrapper",
142
+ "background-color"
143
+ ]
144
+ },
145
+ {
146
+ "value": "var(--rotterdam-color-gray-tint-04)",
147
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
148
+ "isSource": true,
149
+ "original": {
150
+ "value": "var(--rotterdam-color-gray-tint-04)"
151
+ },
152
+ "name": "conductionCardWrapperBorderBottomColor",
153
+ "attributes": {
154
+ "category": "conduction",
155
+ "type": "card-wrapper",
156
+ "item": "border-bottom-color"
157
+ },
158
+ "path": [
159
+ "conduction",
160
+ "card-wrapper",
161
+ "border-bottom-color"
162
+ ]
163
+ },
164
+ {
165
+ "value": "solid",
166
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
167
+ "isSource": true,
168
+ "original": {
169
+ "value": "solid"
170
+ },
171
+ "name": "conductionCardWrapperBorderBottomStyle",
172
+ "attributes": {
173
+ "category": "conduction",
174
+ "type": "card-wrapper",
175
+ "item": "border-bottom-style"
176
+ },
177
+ "path": [
178
+ "conduction",
179
+ "card-wrapper",
180
+ "border-bottom-style"
181
+ ]
182
+ },
183
+ {
184
+ "value": "4px",
185
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
186
+ "isSource": true,
187
+ "original": {
188
+ "value": "4px"
189
+ },
190
+ "name": "conductionCardWrapperBorderBottomWidth",
191
+ "attributes": {
192
+ "category": "conduction",
193
+ "type": "card-wrapper",
194
+ "item": "border-bottom-width"
195
+ },
196
+ "path": [
197
+ "conduction",
198
+ "card-wrapper",
199
+ "border-bottom-width"
200
+ ]
201
+ },
202
+ {
203
+ "value": "0px",
204
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
205
+ "isSource": true,
206
+ "original": {
207
+ "value": "0px"
208
+ },
209
+ "name": "conductionCardWrapperBorderRadius",
210
+ "attributes": {
211
+ "category": "conduction",
212
+ "type": "card-wrapper",
213
+ "item": "border-radius"
214
+ },
215
+ "path": [
216
+ "conduction",
217
+ "card-wrapper",
218
+ "border-radius"
219
+ ]
220
+ },
221
+ {
222
+ "value": "var(--rotterdam-color-gray-tint-11)",
223
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
224
+ "isSource": true,
225
+ "original": {
226
+ "value": "var(--rotterdam-color-gray-tint-11)"
227
+ },
228
+ "name": "conductionCardWrapperColor",
229
+ "attributes": {
230
+ "category": "conduction",
231
+ "type": "card-wrapper",
232
+ "item": "color"
233
+ },
234
+ "path": [
235
+ "conduction",
236
+ "card-wrapper",
237
+ "color"
238
+ ]
239
+ },
240
+ {
241
+ "value": "var(--rotterdam-color-green-tint-01)",
242
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
243
+ "isSource": true,
244
+ "original": {
245
+ "value": "var(--rotterdam-color-green-tint-01)"
246
+ },
247
+ "name": "conductionCardWrapperHoverBorderBottomColor",
248
+ "attributes": {
249
+ "category": "conduction",
250
+ "type": "card-wrapper",
251
+ "item": "hover",
252
+ "subitem": "border-bottom-color"
253
+ },
254
+ "path": [
255
+ "conduction",
256
+ "card-wrapper",
257
+ "hover",
258
+ "border-bottom-color"
259
+ ]
260
+ },
261
+ {
262
+ "value": "solid",
263
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
264
+ "isSource": true,
265
+ "original": {
266
+ "value": "solid"
267
+ },
268
+ "name": "conductionCardWrapperHoverBorderBottomStyle",
269
+ "attributes": {
270
+ "category": "conduction",
271
+ "type": "card-wrapper",
272
+ "item": "hover",
273
+ "subitem": "border-bottom-style"
274
+ },
275
+ "path": [
276
+ "conduction",
277
+ "card-wrapper",
278
+ "hover",
279
+ "border-bottom-style"
280
+ ]
281
+ },
282
+ {
283
+ "value": "4px",
284
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
285
+ "isSource": true,
286
+ "original": {
287
+ "value": "4px"
288
+ },
289
+ "name": "conductionCardWrapperHoverBorderBottomWidth",
290
+ "attributes": {
291
+ "category": "conduction",
292
+ "type": "card-wrapper",
293
+ "item": "hover",
294
+ "subitem": "border-bottom-width"
295
+ },
296
+ "path": [
297
+ "conduction",
298
+ "card-wrapper",
299
+ "hover",
300
+ "border-bottom-width"
301
+ ]
302
+ },
303
+ {
304
+ "value": "16px",
305
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
306
+ "isSource": true,
307
+ "original": {
308
+ "value": "16px"
309
+ },
310
+ "name": "conductionCardWrapperPaddingBlockEnd",
311
+ "attributes": {
312
+ "category": "conduction",
313
+ "type": "card-wrapper",
314
+ "item": "padding-block-end"
315
+ },
316
+ "path": [
317
+ "conduction",
318
+ "card-wrapper",
319
+ "padding-block-end"
320
+ ]
321
+ },
322
+ {
323
+ "value": "16px",
324
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
325
+ "isSource": true,
326
+ "original": {
327
+ "value": "16px"
328
+ },
329
+ "name": "conductionCardWrapperPaddingBlockStart",
330
+ "attributes": {
331
+ "category": "conduction",
332
+ "type": "card-wrapper",
333
+ "item": "padding-block-start"
334
+ },
335
+ "path": [
336
+ "conduction",
337
+ "card-wrapper",
338
+ "padding-block-start"
339
+ ]
340
+ },
341
+ {
342
+ "value": "16px",
343
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
344
+ "isSource": true,
345
+ "original": {
346
+ "value": "16px"
347
+ },
348
+ "name": "conductionCardWrapperPaddingInlineEnd",
349
+ "attributes": {
350
+ "category": "conduction",
351
+ "type": "card-wrapper",
352
+ "item": "padding-inline-end"
353
+ },
354
+ "path": [
355
+ "conduction",
356
+ "card-wrapper",
357
+ "padding-inline-end"
358
+ ]
359
+ },
360
+ {
361
+ "value": "16px",
362
+ "filePath": "src/component/conduction/card-wrapper.tokens.json",
363
+ "isSource": true,
364
+ "original": {
365
+ "value": "16px"
366
+ },
367
+ "name": "conductionCardWrapperPaddingInlineStart",
368
+ "attributes": {
369
+ "category": "conduction",
370
+ "type": "card-wrapper",
371
+ "item": "padding-inline-start"
372
+ },
373
+ "path": [
374
+ "conduction",
375
+ "card-wrapper",
376
+ "padding-inline-start"
377
+ ]
378
+ },
379
+ {
380
+ "value": "var(--utrecht-form-select-background-color)",
381
+ "filePath": "src/component/conduction/select.tokens.json",
382
+ "isSource": true,
383
+ "original": {
384
+ "value": "var(--utrecht-form-select-background-color)"
385
+ },
386
+ "name": "conductionInputSelectBackgroundColor",
387
+ "attributes": {
388
+ "category": "conduction",
389
+ "type": "input-select",
390
+ "item": "background-color"
391
+ },
392
+ "path": [
393
+ "conduction",
394
+ "input-select",
395
+ "background-color"
396
+ ]
397
+ },
398
+ {
399
+ "value": "var(--utrecht-form-select-border-width) solid var(--rotterdam-color-gray-tint-08)",
400
+ "filePath": "src/component/conduction/select.tokens.json",
401
+ "isSource": true,
402
+ "original": {
403
+ "value": "var(--utrecht-form-select-border-width) solid var(--rotterdam-color-gray-tint-08)"
404
+ },
405
+ "name": "conductionInputSelectBorder",
406
+ "attributes": {
407
+ "category": "conduction",
408
+ "type": "input-select",
409
+ "item": "border"
410
+ },
411
+ "path": [
412
+ "conduction",
413
+ "input-select",
414
+ "border"
415
+ ]
416
+ },
417
+ {
418
+ "value": "unset",
419
+ "filePath": "src/component/conduction/select.tokens.json",
420
+ "isSource": true,
421
+ "original": {
422
+ "value": "unset"
423
+ },
424
+ "name": "conductionInputSelectBorderFocus",
425
+ "attributes": {
426
+ "category": "conduction",
427
+ "type": "input-select",
428
+ "item": "border-focus"
429
+ },
430
+ "path": [
431
+ "conduction",
432
+ "input-select",
433
+ "border-focus"
434
+ ]
435
+ },
436
+ {
437
+ "value": "var(--utrecht-form-control-border-radius)",
438
+ "filePath": "src/component/conduction/select.tokens.json",
439
+ "isSource": true,
440
+ "original": {
441
+ "value": "var(--utrecht-form-control-border-radius)"
442
+ },
443
+ "name": "conductionInputSelectBorderRadius",
444
+ "attributes": {
445
+ "category": "conduction",
446
+ "type": "input-select",
447
+ "item": "border-radius"
448
+ },
449
+ "path": [
450
+ "conduction",
451
+ "input-select",
452
+ "border-radius"
453
+ ]
454
+ },
455
+ {
456
+ "value": "var(--rotterdam-color-red-tint-01)",
457
+ "filePath": "src/component/conduction/select.tokens.json",
458
+ "isSource": true,
459
+ "original": {
460
+ "value": "var(--rotterdam-color-red-tint-01)"
461
+ },
462
+ "name": "conductionInputSelectInvalidBorderColor",
463
+ "attributes": {
464
+ "category": "conduction",
465
+ "type": "input-select",
466
+ "item": "invalid-border-color"
467
+ },
468
+ "path": [
469
+ "conduction",
470
+ "input-select",
471
+ "invalid-border-color"
472
+ ]
473
+ },
474
+ {
475
+ "value": "var(--utrecht-form-select-background-color)",
476
+ "filePath": "src/component/conduction/select.tokens.json",
477
+ "isSource": true,
478
+ "original": {
479
+ "value": "var(--utrecht-form-select-background-color)"
480
+ },
481
+ "name": "conductionInputSelectListOptionBackgroundColor",
482
+ "attributes": {
483
+ "category": "conduction",
484
+ "type": "input-select",
485
+ "item": "list-option",
486
+ "subitem": "background-color"
487
+ },
488
+ "path": [
489
+ "conduction",
490
+ "input-select",
491
+ "list-option",
492
+ "background-color"
493
+ ]
494
+ },
495
+ {
496
+ "value": "var(--utrecht-document-font-family)",
497
+ "filePath": "src/component/conduction/select.tokens.json",
498
+ "isSource": true,
499
+ "original": {
500
+ "value": "var(--utrecht-document-font-family)"
501
+ },
502
+ "name": "conductionInputSelectListOptionFontFamily",
503
+ "attributes": {
504
+ "category": "conduction",
505
+ "type": "input-select",
506
+ "item": "list-option",
507
+ "subitem": "font-family"
508
+ },
509
+ "path": [
510
+ "conduction",
511
+ "input-select",
512
+ "list-option",
513
+ "font-family"
514
+ ]
515
+ },
516
+ {
517
+ "value": "var(--rotterdam-color-green-tint-01)",
518
+ "filePath": "src/component/conduction/select.tokens.json",
519
+ "isSource": true,
520
+ "original": {
521
+ "value": "var(--rotterdam-color-green-tint-01)"
522
+ },
523
+ "name": "conductionInputSelectListOptionHoverBackgroundColor",
524
+ "attributes": {
525
+ "category": "conduction",
526
+ "type": "input-select",
527
+ "item": "list-option",
528
+ "subitem": "hover",
529
+ "state": "background-color"
530
+ },
531
+ "path": [
532
+ "conduction",
533
+ "input-select",
534
+ "list-option",
535
+ "hover",
536
+ "background-color"
537
+ ]
538
+ },
539
+ {
540
+ "value": "var(--utrecht-form-select-background-color)",
541
+ "filePath": "src/component/conduction/select.tokens.json",
542
+ "isSource": true,
543
+ "original": {
544
+ "value": "var(--utrecht-form-select-background-color)"
545
+ },
546
+ "name": "conductionInputSelectListOptionHoverColor",
547
+ "attributes": {
548
+ "category": "conduction",
549
+ "type": "input-select",
550
+ "item": "list-option",
551
+ "subitem": "hover",
552
+ "state": "color"
553
+ },
554
+ "path": [
555
+ "conduction",
556
+ "input-select",
557
+ "list-option",
558
+ "hover",
559
+ "color"
560
+ ]
561
+ },
562
+ {
563
+ "value": "var(--utrecht-document-font-family)",
564
+ "filePath": "src/component/conduction/select.tokens.json",
565
+ "isSource": true,
566
+ "original": {
567
+ "value": "var(--utrecht-document-font-family)"
568
+ },
569
+ "name": "conductionInputSelectListOptionHoverFontFamily",
570
+ "attributes": {
571
+ "category": "conduction",
572
+ "type": "input-select",
573
+ "item": "list-option",
574
+ "subitem": "hover",
575
+ "state": "font-family"
576
+ },
577
+ "path": [
578
+ "conduction",
579
+ "input-select",
580
+ "list-option",
581
+ "hover",
582
+ "font-family"
583
+ ]
584
+ },
585
+ {
586
+ "value": 0,
587
+ "filePath": "src/component/conduction/select.tokens.json",
588
+ "isSource": true,
589
+ "original": {
590
+ "value": 0
591
+ },
592
+ "name": "conductionInputSelectPaddingBlockEnd",
593
+ "attributes": {
594
+ "category": "conduction",
595
+ "type": "input-select",
596
+ "item": "padding-block-end"
597
+ },
598
+ "path": [
599
+ "conduction",
600
+ "input-select",
601
+ "padding-block-end"
602
+ ]
603
+ },
604
+ {
605
+ "value": 0,
606
+ "filePath": "src/component/conduction/select.tokens.json",
607
+ "isSource": true,
608
+ "original": {
609
+ "value": 0
610
+ },
611
+ "name": "conductionInputSelectPaddingBlockStart",
612
+ "attributes": {
613
+ "category": "conduction",
614
+ "type": "input-select",
615
+ "item": "padding-block-start"
616
+ },
617
+ "path": [
618
+ "conduction",
619
+ "input-select",
620
+ "padding-block-start"
621
+ ]
622
+ },
623
+ {
624
+ "value": "var(--rotterdam-color-gray-tint-09)",
625
+ "filePath": "src/component/conduction/select.tokens.json",
626
+ "isSource": true,
627
+ "original": {
628
+ "value": "var(--rotterdam-color-gray-tint-09)"
629
+ },
630
+ "name": "conductionInputSelectPlaceholderColor",
631
+ "attributes": {
632
+ "category": "conduction",
633
+ "type": "input-select",
634
+ "item": "placeholder",
635
+ "subitem": "color"
636
+ },
637
+ "path": [
638
+ "conduction",
639
+ "input-select",
640
+ "placeholder",
641
+ "color"
642
+ ]
643
+ },
644
+ {
645
+ "value": "var(--utrecht-document-font-family)",
646
+ "filePath": "src/component/conduction/select.tokens.json",
647
+ "isSource": true,
648
+ "original": {
649
+ "value": "var(--utrecht-document-font-family)"
650
+ },
651
+ "name": "conductionInputSelectPlaceholderFontFamily",
652
+ "attributes": {
653
+ "category": "conduction",
654
+ "type": "input-select",
655
+ "item": "placeholder",
656
+ "subitem": "font-family"
657
+ },
658
+ "path": [
659
+ "conduction",
660
+ "input-select",
661
+ "placeholder",
662
+ "font-family"
663
+ ]
664
+ },
665
+ {
666
+ "value": "unset",
667
+ "filePath": "src/component/conduction/pagination.tokens.json",
668
+ "isSource": true,
669
+ "original": {
670
+ "value": "unset"
671
+ },
672
+ "name": "conductionPaginationContainerBackgroundColor",
673
+ "attributes": {
674
+ "category": "conduction",
675
+ "type": "pagination",
676
+ "item": "container-background-color"
677
+ },
678
+ "path": [
679
+ "conduction",
680
+ "pagination",
681
+ "container-background-color"
682
+ ]
683
+ },
684
+ {
685
+ "value": "0px",
686
+ "filePath": "src/component/conduction/pagination.tokens.json",
687
+ "isSource": true,
688
+ "original": {
689
+ "value": "0px"
690
+ },
691
+ "name": "conductionPaginationContainerPaddingBlockEnd",
692
+ "attributes": {
693
+ "category": "conduction",
694
+ "type": "pagination",
695
+ "item": "container-padding-block-end"
696
+ },
697
+ "path": [
698
+ "conduction",
699
+ "pagination",
700
+ "container-padding-block-end"
701
+ ]
702
+ },
703
+ {
704
+ "value": "0px",
705
+ "filePath": "src/component/conduction/pagination.tokens.json",
706
+ "isSource": true,
707
+ "original": {
708
+ "value": "0px"
709
+ },
710
+ "name": "conductionPaginationContainerPaddingBlockStart",
711
+ "attributes": {
712
+ "category": "conduction",
713
+ "type": "pagination",
714
+ "item": "container-padding-block-start"
715
+ },
716
+ "path": [
717
+ "conduction",
718
+ "pagination",
719
+ "container-padding-block-start"
720
+ ]
721
+ },
722
+ {
723
+ "value": "0px",
724
+ "filePath": "src/component/conduction/pagination.tokens.json",
725
+ "isSource": true,
726
+ "original": {
727
+ "value": "0px"
728
+ },
729
+ "name": "conductionPaginationContainerPaddingInlineEnd",
730
+ "attributes": {
731
+ "category": "conduction",
732
+ "type": "pagination",
733
+ "item": "container-padding-inline-end"
734
+ },
735
+ "path": [
736
+ "conduction",
737
+ "pagination",
738
+ "container-padding-inline-end"
739
+ ]
740
+ },
741
+ {
742
+ "value": "0px",
743
+ "filePath": "src/component/conduction/pagination.tokens.json",
744
+ "isSource": true,
745
+ "original": {
746
+ "value": "0px"
747
+ },
748
+ "name": "conductionPaginationContainerPaddingInlineStart",
749
+ "attributes": {
750
+ "category": "conduction",
751
+ "type": "pagination",
752
+ "item": "container-padding-inline-start"
753
+ },
754
+ "path": [
755
+ "conduction",
756
+ "pagination",
757
+ "container-padding-inline-start"
758
+ ]
759
+ },
760
+ {
761
+ "value": "var(--rotterdam-color-soft-green-tint-01)",
762
+ "filePath": "src/component/conduction/pagination.tokens.json",
763
+ "isSource": true,
764
+ "original": {
765
+ "value": "var(--rotterdam-color-soft-green-tint-01)"
766
+ },
767
+ "name": "conductionPaginationCurrentPageBackgroundColor",
768
+ "attributes": {
769
+ "category": "conduction",
770
+ "type": "pagination",
771
+ "item": "current-page-background-color"
772
+ },
773
+ "path": [
774
+ "conduction",
775
+ "pagination",
776
+ "current-page-background-color"
777
+ ]
778
+ },
779
+ {
780
+ "value": "var(--rotterdam-color-green-tint-03)",
781
+ "filePath": "src/component/conduction/pagination.tokens.json",
782
+ "isSource": true,
783
+ "original": {
784
+ "value": "var(--rotterdam-color-green-tint-03)"
785
+ },
786
+ "name": "conductionPaginationCurrentPageBorderColor",
787
+ "attributes": {
788
+ "category": "conduction",
789
+ "type": "pagination",
790
+ "item": "current-page-border-color"
791
+ },
792
+ "path": [
793
+ "conduction",
794
+ "pagination",
795
+ "current-page-border-color"
796
+ ]
797
+ },
798
+ {
799
+ "value": "solid",
800
+ "filePath": "src/component/conduction/pagination.tokens.json",
801
+ "isSource": true,
802
+ "original": {
803
+ "value": "solid"
804
+ },
805
+ "name": "conductionPaginationCurrentPageBorderStyle",
806
+ "attributes": {
807
+ "category": "conduction",
808
+ "type": "pagination",
809
+ "item": "current-page-border-style"
810
+ },
811
+ "path": [
812
+ "conduction",
813
+ "pagination",
814
+ "current-page-border-style"
815
+ ]
816
+ },
817
+ {
818
+ "value": "1px",
819
+ "filePath": "src/component/conduction/pagination.tokens.json",
820
+ "isSource": true,
821
+ "original": {
822
+ "value": "1px"
823
+ },
824
+ "name": "conductionPaginationCurrentPageBorderWidth",
825
+ "attributes": {
826
+ "category": "conduction",
827
+ "type": "pagination",
828
+ "item": "current-page-border-width"
829
+ },
830
+ "path": [
831
+ "conduction",
832
+ "pagination",
833
+ "current-page-border-width"
834
+ ]
835
+ },
836
+ {
837
+ "value": "var(--rotterdam-color-green-tint-03)",
838
+ "filePath": "src/component/conduction/pagination.tokens.json",
839
+ "isSource": true,
840
+ "original": {
841
+ "value": "var(--rotterdam-color-green-tint-03)"
842
+ },
843
+ "name": "conductionPaginationCurrentPageColor",
844
+ "attributes": {
845
+ "category": "conduction",
846
+ "type": "pagination",
847
+ "item": "current-page-color"
848
+ },
849
+ "path": [
850
+ "conduction",
851
+ "pagination",
852
+ "current-page-color"
853
+ ]
854
+ },
855
+ {
856
+ "value": "var(--rotterdam-typography-weight-scale-bold-font-weight)",
857
+ "filePath": "src/component/conduction/pagination.tokens.json",
858
+ "isSource": true,
859
+ "original": {
860
+ "value": "var(--rotterdam-typography-weight-scale-bold-font-weight)"
861
+ },
862
+ "name": "conductionPaginationCurrentPageFontWeight",
863
+ "attributes": {
864
+ "category": "conduction",
865
+ "type": "pagination",
866
+ "item": "current-page-font-weight"
867
+ },
868
+ "path": [
869
+ "conduction",
870
+ "pagination",
871
+ "current-page-font-weight"
872
+ ]
873
+ },
874
+ {
875
+ "value": "unset",
876
+ "filePath": "src/component/conduction/pagination.tokens.json",
877
+ "isSource": true,
878
+ "original": {
879
+ "value": "unset"
880
+ },
881
+ "name": "conductionPaginationCurrentPageTextDecoration",
882
+ "attributes": {
883
+ "category": "conduction",
884
+ "type": "pagination",
885
+ "item": "current-page-text-decoration"
886
+ },
887
+ "path": [
888
+ "conduction",
889
+ "pagination",
890
+ "current-page-text-decoration"
891
+ ]
892
+ },
893
+ {
894
+ "value": "var(--rotterdam-color-base-white)",
895
+ "filePath": "src/component/conduction/pagination.tokens.json",
896
+ "isSource": true,
897
+ "original": {
898
+ "value": "var(--rotterdam-color-base-white)"
899
+ },
900
+ "name": "conductionPaginationDisabledBackgroundColor",
901
+ "attributes": {
902
+ "category": "conduction",
903
+ "type": "pagination",
904
+ "item": "disabled-background-color"
905
+ },
906
+ "path": [
907
+ "conduction",
908
+ "pagination",
909
+ "disabled-background-color"
910
+ ]
911
+ },
912
+ {
913
+ "value": "var(--rotterdam-color-gray-tint-07)",
914
+ "filePath": "src/component/conduction/pagination.tokens.json",
915
+ "isSource": true,
916
+ "original": {
917
+ "value": "var(--rotterdam-color-gray-tint-07)"
918
+ },
919
+ "name": "conductionPaginationDisabledColor",
920
+ "attributes": {
921
+ "category": "conduction",
922
+ "type": "pagination",
923
+ "item": "disabled-color"
924
+ },
925
+ "path": [
926
+ "conduction",
927
+ "pagination",
928
+ "disabled-color"
929
+ ]
930
+ },
931
+ {
932
+ "value": "var(--rotterdam-color-base-white)",
933
+ "filePath": "src/component/conduction/pagination.tokens.json",
934
+ "isSource": true,
935
+ "original": {
936
+ "value": "var(--rotterdam-color-base-white)"
937
+ },
938
+ "name": "conductionPaginationItemBackgroundColor",
939
+ "attributes": {
940
+ "category": "conduction",
941
+ "type": "pagination",
942
+ "item": "item-background-color"
943
+ },
944
+ "path": [
945
+ "conduction",
946
+ "pagination",
947
+ "item-background-color"
948
+ ]
949
+ },
950
+ {
951
+ "value": "var(--rotterdam-color-base-white)",
952
+ "filePath": "src/component/conduction/pagination.tokens.json",
953
+ "isSource": true,
954
+ "original": {
955
+ "value": "var(--rotterdam-color-base-white)"
956
+ },
957
+ "name": "conductionPaginationItemBorderColor",
958
+ "attributes": {
959
+ "category": "conduction",
960
+ "type": "pagination",
961
+ "item": "item-border-color"
962
+ },
963
+ "path": [
964
+ "conduction",
965
+ "pagination",
966
+ "item-border-color"
967
+ ]
968
+ },
969
+ {
970
+ "value": "0px",
971
+ "filePath": "src/component/conduction/pagination.tokens.json",
972
+ "isSource": true,
973
+ "original": {
974
+ "value": "0px"
975
+ },
976
+ "name": "conductionPaginationItemBorderRadius",
977
+ "attributes": {
978
+ "category": "conduction",
979
+ "type": "pagination",
980
+ "item": "item-border-radius"
981
+ },
982
+ "path": [
983
+ "conduction",
984
+ "pagination",
985
+ "item-border-radius"
986
+ ]
987
+ },
988
+ {
989
+ "value": "solid",
990
+ "filePath": "src/component/conduction/pagination.tokens.json",
991
+ "isSource": true,
992
+ "original": {
993
+ "value": "solid"
994
+ },
995
+ "name": "conductionPaginationItemBorderStyle",
996
+ "attributes": {
997
+ "category": "conduction",
998
+ "type": "pagination",
999
+ "item": "item-border-style"
1000
+ },
1001
+ "path": [
1002
+ "conduction",
1003
+ "pagination",
1004
+ "item-border-style"
1005
+ ]
1006
+ },
1007
+ {
1008
+ "value": "1px",
1009
+ "filePath": "src/component/conduction/pagination.tokens.json",
1010
+ "isSource": true,
1011
+ "original": {
1012
+ "value": "1px"
1013
+ },
1014
+ "name": "conductionPaginationItemBorderWidth",
1015
+ "attributes": {
1016
+ "category": "conduction",
1017
+ "type": "pagination",
1018
+ "item": "item-border-width"
1019
+ },
1020
+ "path": [
1021
+ "conduction",
1022
+ "pagination",
1023
+ "item-border-width"
1024
+ ]
1025
+ },
1026
+ {
1027
+ "value": "var(--rotterdam-color-gray-tint-11)",
1028
+ "filePath": "src/component/conduction/pagination.tokens.json",
1029
+ "isSource": true,
1030
+ "original": {
1031
+ "value": "var(--rotterdam-color-gray-tint-11)"
1032
+ },
1033
+ "name": "conductionPaginationItemColor",
1034
+ "attributes": {
1035
+ "category": "conduction",
1036
+ "type": "pagination",
1037
+ "item": "item-color"
1038
+ },
1039
+ "path": [
1040
+ "conduction",
1041
+ "pagination",
1042
+ "item-color"
1043
+ ]
1044
+ },
1045
+ {
1046
+ "value": "var(--utrecht-document-font-family)",
1047
+ "filePath": "src/component/conduction/pagination.tokens.json",
1048
+ "isSource": true,
1049
+ "original": {
1050
+ "value": "var(--utrecht-document-font-family)"
1051
+ },
1052
+ "name": "conductionPaginationItemFontFamily",
1053
+ "attributes": {
1054
+ "category": "conduction",
1055
+ "type": "pagination",
1056
+ "item": "item-font-family"
1057
+ },
1058
+ "path": [
1059
+ "conduction",
1060
+ "pagination",
1061
+ "item-font-family"
1062
+ ]
1063
+ },
1064
+ {
1065
+ "value": "var(--utrecht-document-font-size)",
1066
+ "filePath": "src/component/conduction/pagination.tokens.json",
1067
+ "isSource": true,
1068
+ "original": {
1069
+ "value": "var(--utrecht-document-font-size)"
1070
+ },
1071
+ "name": "conductionPaginationItemFontSize",
1072
+ "attributes": {
1073
+ "category": "conduction",
1074
+ "type": "pagination",
1075
+ "item": "item-font-size"
1076
+ },
1077
+ "path": [
1078
+ "conduction",
1079
+ "pagination",
1080
+ "item-font-size"
1081
+ ]
1082
+ },
1083
+ {
1084
+ "value": "var(--rotterdam-typography-weight-scale-normal-font-weight)",
1085
+ "filePath": "src/component/conduction/pagination.tokens.json",
1086
+ "isSource": true,
1087
+ "original": {
1088
+ "value": "var(--rotterdam-typography-weight-scale-normal-font-weight)"
1089
+ },
1090
+ "name": "conductionPaginationItemFontWeight",
1091
+ "attributes": {
1092
+ "category": "conduction",
1093
+ "type": "pagination",
1094
+ "item": "item-font-weight"
1095
+ },
1096
+ "path": [
1097
+ "conduction",
1098
+ "pagination",
1099
+ "item-font-weight"
1100
+ ]
1101
+ },
1102
+ {
1103
+ "value": "8px",
1104
+ "filePath": "src/component/conduction/pagination.tokens.json",
1105
+ "isSource": true,
1106
+ "original": {
1107
+ "value": "8px"
1108
+ },
1109
+ "name": "conductionPaginationItemGap",
1110
+ "attributes": {
1111
+ "category": "conduction",
1112
+ "type": "pagination",
1113
+ "item": "item-gap"
1114
+ },
1115
+ "path": [
1116
+ "conduction",
1117
+ "pagination",
1118
+ "item-gap"
1119
+ ]
1120
+ },
1121
+ {
1122
+ "value": "8px",
1123
+ "filePath": "src/component/conduction/pagination.tokens.json",
1124
+ "isSource": true,
1125
+ "original": {
1126
+ "value": "8px"
1127
+ },
1128
+ "name": "conductionPaginationItemPaddingBlockEnd",
1129
+ "attributes": {
1130
+ "category": "conduction",
1131
+ "type": "pagination",
1132
+ "item": "item-padding-block-end"
1133
+ },
1134
+ "path": [
1135
+ "conduction",
1136
+ "pagination",
1137
+ "item-padding-block-end"
1138
+ ]
1139
+ },
1140
+ {
1141
+ "value": "8px",
1142
+ "filePath": "src/component/conduction/pagination.tokens.json",
1143
+ "isSource": true,
1144
+ "original": {
1145
+ "value": "8px"
1146
+ },
1147
+ "name": "conductionPaginationItemPaddingBlockStart",
1148
+ "attributes": {
1149
+ "category": "conduction",
1150
+ "type": "pagination",
1151
+ "item": "item-padding-block-start"
1152
+ },
1153
+ "path": [
1154
+ "conduction",
1155
+ "pagination",
1156
+ "item-padding-block-start"
1157
+ ]
1158
+ },
1159
+ {
1160
+ "value": "14px",
1161
+ "filePath": "src/component/conduction/pagination.tokens.json",
1162
+ "isSource": true,
1163
+ "original": {
1164
+ "value": "14px"
1165
+ },
1166
+ "name": "conductionPaginationItemPaddingInlineEnd",
1167
+ "attributes": {
1168
+ "category": "conduction",
1169
+ "type": "pagination",
1170
+ "item": "item-padding-inline-end"
1171
+ },
1172
+ "path": [
1173
+ "conduction",
1174
+ "pagination",
1175
+ "item-padding-inline-end"
1176
+ ]
1177
+ },
1178
+ {
1179
+ "value": "14px",
1180
+ "filePath": "src/component/conduction/pagination.tokens.json",
1181
+ "isSource": true,
1182
+ "original": {
1183
+ "value": "14px"
1184
+ },
1185
+ "name": "conductionPaginationItemPaddingInlineStart",
1186
+ "attributes": {
1187
+ "category": "conduction",
1188
+ "type": "pagination",
1189
+ "item": "item-padding-inline-start"
1190
+ },
1191
+ "path": [
1192
+ "conduction",
1193
+ "pagination",
1194
+ "item-padding-inline-start"
1195
+ ]
1196
+ },
1197
+ {
1198
+ "value": "8px",
1199
+ "filePath": "src/component/conduction/pagination.tokens.json",
1200
+ "isSource": true,
1201
+ "original": {
1202
+ "value": "8px"
1203
+ },
1204
+ "name": "conductionPaginationNavigationButtonPaddingBlockEnd",
1205
+ "attributes": {
1206
+ "category": "conduction",
1207
+ "type": "pagination",
1208
+ "item": "navigation-button-padding-block-end"
1209
+ },
1210
+ "path": [
1211
+ "conduction",
1212
+ "pagination",
1213
+ "navigation-button-padding-block-end"
1214
+ ]
1215
+ },
1216
+ {
1217
+ "value": "8px",
1218
+ "filePath": "src/component/conduction/pagination.tokens.json",
1219
+ "isSource": true,
1220
+ "original": {
1221
+ "value": "8px"
1222
+ },
1223
+ "name": "conductionPaginationNavigationButtonPaddingBlockStart",
1224
+ "attributes": {
1225
+ "category": "conduction",
1226
+ "type": "pagination",
1227
+ "item": "navigation-button-padding-block-start"
1228
+ },
1229
+ "path": [
1230
+ "conduction",
1231
+ "pagination",
1232
+ "navigation-button-padding-block-start"
1233
+ ]
1234
+ },
1235
+ {
1236
+ "value": "8px",
1237
+ "filePath": "src/component/conduction/pagination.tokens.json",
1238
+ "isSource": true,
1239
+ "original": {
1240
+ "value": "8px"
1241
+ },
1242
+ "name": "conductionPaginationNavigationButtonPaddingInlineEnd",
1243
+ "attributes": {
1244
+ "category": "conduction",
1245
+ "type": "pagination",
1246
+ "item": "navigation-button-padding-inline-end"
1247
+ },
1248
+ "path": [
1249
+ "conduction",
1250
+ "pagination",
1251
+ "navigation-button-padding-inline-end"
1252
+ ]
1253
+ },
1254
+ {
1255
+ "value": "8px",
1256
+ "filePath": "src/component/conduction/pagination.tokens.json",
1257
+ "isSource": true,
1258
+ "original": {
1259
+ "value": "8px"
1260
+ },
1261
+ "name": "conductionPaginationNavigationButtonPaddingInlineStart",
1262
+ "attributes": {
1263
+ "category": "conduction",
1264
+ "type": "pagination",
1265
+ "item": "navigation-button-padding-inline-start"
1266
+ },
1267
+ "path": [
1268
+ "conduction",
1269
+ "pagination",
1270
+ "navigation-button-padding-inline-start"
1271
+ ]
1272
+ },
1273
+ {
1274
+ "value": "var(--rotterdam-color-base-white)",
1275
+ "filePath": "src/component/conduction/pagination.tokens.json",
1276
+ "isSource": true,
1277
+ "original": {
1278
+ "value": "var(--rotterdam-color-base-white)"
1279
+ },
1280
+ "name": "conductionPaginationPageHoverBackgroundColor",
1281
+ "attributes": {
1282
+ "category": "conduction",
1283
+ "type": "pagination",
1284
+ "item": "page-hover-background-color"
1285
+ },
1286
+ "path": [
1287
+ "conduction",
1288
+ "pagination",
1289
+ "page-hover-background-color"
1290
+ ]
1291
+ },
1292
+ {
1293
+ "value": "var(--rotterdam-color-green-tint-01)",
1294
+ "filePath": "src/component/conduction/pagination.tokens.json",
1295
+ "isSource": true,
1296
+ "original": {
1297
+ "value": "var(--rotterdam-color-green-tint-01)"
1298
+ },
1299
+ "name": "conductionPaginationPageHoverBorderColor",
1300
+ "attributes": {
1301
+ "category": "conduction",
1302
+ "type": "pagination",
1303
+ "item": "page-hover-border-color"
1304
+ },
1305
+ "path": [
1306
+ "conduction",
1307
+ "pagination",
1308
+ "page-hover-border-color"
1309
+ ]
1310
+ },
1311
+ {
1312
+ "value": "solid",
1313
+ "filePath": "src/component/conduction/pagination.tokens.json",
1314
+ "isSource": true,
1315
+ "original": {
1316
+ "value": "solid"
1317
+ },
1318
+ "name": "conductionPaginationPageHoverBorderStyle",
1319
+ "attributes": {
1320
+ "category": "conduction",
1321
+ "type": "pagination",
1322
+ "item": "page-hover-border-style"
1323
+ },
1324
+ "path": [
1325
+ "conduction",
1326
+ "pagination",
1327
+ "page-hover-border-style"
1328
+ ]
1329
+ },
1330
+ {
1331
+ "value": "1px",
1332
+ "filePath": "src/component/conduction/pagination.tokens.json",
1333
+ "isSource": true,
1334
+ "original": {
1335
+ "value": "1px"
1336
+ },
1337
+ "name": "conductionPaginationPageHoverBorderWidth",
1338
+ "attributes": {
1339
+ "category": "conduction",
1340
+ "type": "pagination",
1341
+ "item": "page-hover-border-width"
1342
+ },
1343
+ "path": [
1344
+ "conduction",
1345
+ "pagination",
1346
+ "page-hover-border-width"
1347
+ ]
1348
+ },
1349
+ {
1350
+ "value": "var(--rotterdam-color-green-tint-01)",
1351
+ "filePath": "src/component/conduction/pagination.tokens.json",
1352
+ "isSource": true,
1353
+ "original": {
1354
+ "value": "var(--rotterdam-color-green-tint-01)"
1355
+ },
1356
+ "name": "conductionPaginationPageHoverColor",
1357
+ "attributes": {
1358
+ "category": "conduction",
1359
+ "type": "pagination",
1360
+ "item": "page-hover-color"
1361
+ },
1362
+ "path": [
1363
+ "conduction",
1364
+ "pagination",
1365
+ "page-hover-color"
1366
+ ]
1367
+ },
1368
+ {
1369
+ "value": "unset",
1370
+ "filePath": "src/component/conduction/pagination.tokens.json",
1371
+ "isSource": true,
1372
+ "original": {
1373
+ "value": "unset"
1374
+ },
1375
+ "name": "conductionPaginationPageHoverTextDecoration",
1376
+ "attributes": {
1377
+ "category": "conduction",
1378
+ "type": "pagination",
1379
+ "item": "page-hover-text-decoration"
1380
+ },
1381
+ "path": [
1382
+ "conduction",
1383
+ "pagination",
1384
+ "page-hover-text-decoration"
1385
+ ]
1386
+ },
1387
+ {
1388
+ "value": "0px",
1389
+ "filePath": "src/component/conduction/pagination.tokens.json",
1390
+ "isSource": true,
1391
+ "original": {
1392
+ "value": "0px"
1393
+ },
1394
+ "name": "conductionPaginationPageHoverTextDecorationThickness",
1395
+ "attributes": {
1396
+ "category": "conduction",
1397
+ "type": "pagination",
1398
+ "item": "page-hover-text-decoration-thickness"
1399
+ },
1400
+ "path": [
1401
+ "conduction",
1402
+ "pagination",
1403
+ "page-hover-text-decoration-thickness"
1404
+ ]
1405
+ },
1406
+ {
1407
+ "value": "#e8f4fb",
1408
+ "filePath": "src/component/utrecht/alert.tokens.json",
1409
+ "isSource": true,
1410
+ "original": {
1411
+ "value": "#e8f4fb"
1412
+ },
1413
+ "name": "utrechtAlertBackgroundColor",
1414
+ "attributes": {
1415
+ "category": "utrecht",
1416
+ "type": "alert",
1417
+ "item": "background-color"
1418
+ },
1419
+ "path": [
1420
+ "utrecht",
1421
+ "alert",
1422
+ "background-color"
1423
+ ]
1424
+ },
1425
+ {
1426
+ "value": "#b4dbf1",
1427
+ "filePath": "src/component/utrecht/alert.tokens.json",
1428
+ "isSource": true,
1429
+ "original": {
1430
+ "value": "#b4dbf1"
1431
+ },
1432
+ "name": "utrechtAlertBorderColor",
1433
+ "attributes": {
1434
+ "category": "utrecht",
1435
+ "type": "alert",
1436
+ "item": "border-color"
1437
+ },
1438
+ "path": [
1439
+ "utrecht",
1440
+ "alert",
1441
+ "border-color"
1442
+ ]
1443
+ },
1444
+ {
1445
+ "value": "1px",
1446
+ "filePath": "src/component/utrecht/alert.tokens.json",
1447
+ "isSource": true,
1448
+ "original": {
1449
+ "value": "1px"
1450
+ },
1451
+ "name": "utrechtAlertBorderWidth",
1452
+ "attributes": {
1453
+ "category": "utrecht",
1454
+ "type": "alert",
1455
+ "item": "border-width"
1456
+ },
1457
+ "path": [
1458
+ "utrecht",
1459
+ "alert",
1460
+ "border-width"
1461
+ ]
1462
+ },
1463
+ {
1464
+ "value": "var(--utrecht-document-color)",
1465
+ "filePath": "src/component/utrecht/alert.tokens.json",
1466
+ "isSource": true,
1467
+ "original": {
1468
+ "value": "var(--utrecht-document-color)"
1469
+ },
1470
+ "name": "utrechtAlertColor",
1471
+ "attributes": {
1472
+ "category": "utrecht",
1473
+ "type": "alert",
1474
+ "item": "color"
1475
+ },
1476
+ "path": [
1477
+ "utrecht",
1478
+ "alert",
1479
+ "color"
1480
+ ]
1481
+ },
1482
+ {
1483
+ "value": "#fdf0ee",
1484
+ "filePath": "src/component/utrecht/alert.tokens.json",
1485
+ "isSource": true,
1486
+ "original": {
1487
+ "value": "#fdf0ee"
1488
+ },
1489
+ "name": "utrechtAlertErrorBackgroundColor",
1490
+ "attributes": {
1491
+ "category": "utrecht",
1492
+ "type": "alert",
1493
+ "item": "error",
1494
+ "subitem": "background-color"
1495
+ },
1496
+ "path": [
1497
+ "utrecht",
1498
+ "alert",
1499
+ "error",
1500
+ "background-color"
1501
+ ]
1502
+ },
1503
+ {
1504
+ "value": "#f7ccc5",
1505
+ "filePath": "src/component/utrecht/alert.tokens.json",
1506
+ "isSource": true,
1507
+ "original": {
1508
+ "value": "#f7ccc5"
1509
+ },
1510
+ "name": "utrechtAlertErrorBorderColor",
1511
+ "attributes": {
1512
+ "category": "utrecht",
1513
+ "type": "alert",
1514
+ "item": "error",
1515
+ "subitem": "border-color"
1516
+ },
1517
+ "path": [
1518
+ "utrecht",
1519
+ "alert",
1520
+ "error",
1521
+ "border-color"
1522
+ ]
1523
+ },
1524
+ {
1525
+ "value": "1px",
1526
+ "filePath": "src/component/utrecht/alert.tokens.json",
1527
+ "isSource": true,
1528
+ "original": {
1529
+ "value": "1px"
1530
+ },
1531
+ "name": "utrechtAlertErrorBorderWidth",
1532
+ "attributes": {
1533
+ "category": "utrecht",
1534
+ "type": "alert",
1535
+ "item": "error",
1536
+ "subitem": "border-width"
1537
+ },
1538
+ "path": [
1539
+ "utrecht",
1540
+ "alert",
1541
+ "error",
1542
+ "border-width"
1543
+ ]
1544
+ },
1545
+ {
1546
+ "value": "var(--utrecht-document-color)",
1547
+ "filePath": "src/component/utrecht/alert.tokens.json",
1548
+ "isSource": true,
1549
+ "original": {
1550
+ "value": "var(--utrecht-document-color)"
1551
+ },
1552
+ "name": "utrechtAlertErrorColor",
1553
+ "attributes": {
1554
+ "category": "utrecht",
1555
+ "type": "alert",
1556
+ "item": "error",
1557
+ "subitem": "color"
1558
+ },
1559
+ "path": [
1560
+ "utrecht",
1561
+ "alert",
1562
+ "error",
1563
+ "color"
1564
+ ]
1565
+ },
1566
+ {
1567
+ "value": "#00689e",
1568
+ "filePath": "src/component/utrecht/alert.tokens.json",
1569
+ "isSource": true,
1570
+ "original": {
1571
+ "value": "#00689e"
1572
+ },
1573
+ "name": "utrechtAlertIconColor",
1574
+ "attributes": {
1575
+ "category": "utrecht",
1576
+ "type": "alert",
1577
+ "item": "icon",
1578
+ "subitem": "color"
1579
+ },
1580
+ "path": [
1581
+ "utrecht",
1582
+ "alert",
1583
+ "icon",
1584
+ "color"
1585
+ ]
1586
+ },
1587
+ {
1588
+ "value": "var(--rotterdam-color-red-tint-02)",
1589
+ "filePath": "src/component/utrecht/alert.tokens.json",
1590
+ "isSource": true,
1591
+ "original": {
1592
+ "value": "var(--rotterdam-color-red-tint-02)"
1593
+ },
1594
+ "name": "utrechtAlertIconErrorColor",
1595
+ "attributes": {
1596
+ "category": "utrecht",
1597
+ "type": "alert",
1598
+ "item": "icon",
1599
+ "subitem": "error",
1600
+ "state": "color"
1601
+ },
1602
+ "path": [
1603
+ "utrecht",
1604
+ "alert",
1605
+ "icon",
1606
+ "error",
1607
+ "color"
1608
+ ]
1609
+ },
1610
+ {
1611
+ "value": "8px",
1612
+ "filePath": "src/component/utrecht/extra-tokens/alert.tokens.json",
1613
+ "isSource": true,
1614
+ "original": {
1615
+ "value": "8px"
8
1616
  },
9
1617
  "name": "utrechtAlertIconGap",
10
1618
  "attributes": {
11
1619
  "category": "utrecht",
12
- "type": "alert",
13
- "item": "icon",
14
- "subitem": "gap"
1620
+ "type": "alert",
1621
+ "item": "icon",
1622
+ "subitem": "gap"
1623
+ },
1624
+ "path": [
1625
+ "utrecht",
1626
+ "alert",
1627
+ "icon",
1628
+ "gap"
1629
+ ]
1630
+ },
1631
+ {
1632
+ "value": "var(--rotterdam-color-green-tint-01)",
1633
+ "filePath": "src/component/utrecht/alert.tokens.json",
1634
+ "isSource": true,
1635
+ "original": {
1636
+ "value": "var(--rotterdam-color-green-tint-01)"
1637
+ },
1638
+ "name": "utrechtAlertIconOkColor",
1639
+ "attributes": {
1640
+ "category": "utrecht",
1641
+ "type": "alert",
1642
+ "item": "icon",
1643
+ "subitem": "ok",
1644
+ "state": "color"
1645
+ },
1646
+ "path": [
1647
+ "utrecht",
1648
+ "alert",
1649
+ "icon",
1650
+ "ok",
1651
+ "color"
1652
+ ]
1653
+ },
1654
+ {
1655
+ "value": "#a65600",
1656
+ "filePath": "src/component/utrecht/alert.tokens.json",
1657
+ "isSource": true,
1658
+ "original": {
1659
+ "value": "#a65600"
1660
+ },
1661
+ "name": "utrechtAlertIconWarningColor",
1662
+ "attributes": {
1663
+ "category": "utrecht",
1664
+ "type": "alert",
1665
+ "item": "icon",
1666
+ "subitem": "warning",
1667
+ "state": "color"
1668
+ },
1669
+ "path": [
1670
+ "utrecht",
1671
+ "alert",
1672
+ "icon",
1673
+ "warning",
1674
+ "color"
1675
+ ]
1676
+ },
1677
+ {
1678
+ "value": "#e6f3e9",
1679
+ "filePath": "src/component/utrecht/alert.tokens.json",
1680
+ "isSource": true,
1681
+ "original": {
1682
+ "value": "#e6f3e9"
1683
+ },
1684
+ "name": "utrechtAlertOkBackgroundColor",
1685
+ "attributes": {
1686
+ "category": "utrecht",
1687
+ "type": "alert",
1688
+ "item": "ok",
1689
+ "subitem": "background-color"
1690
+ },
1691
+ "path": [
1692
+ "utrecht",
1693
+ "alert",
1694
+ "ok",
1695
+ "background-color"
1696
+ ]
1697
+ },
1698
+ {
1699
+ "value": "#acd6b7",
1700
+ "filePath": "src/component/utrecht/alert.tokens.json",
1701
+ "isSource": true,
1702
+ "original": {
1703
+ "value": "#acd6b7"
1704
+ },
1705
+ "name": "utrechtAlertOkBorderColor",
1706
+ "attributes": {
1707
+ "category": "utrecht",
1708
+ "type": "alert",
1709
+ "item": "ok",
1710
+ "subitem": "border-color"
1711
+ },
1712
+ "path": [
1713
+ "utrecht",
1714
+ "alert",
1715
+ "ok",
1716
+ "border-color"
1717
+ ]
1718
+ },
1719
+ {
1720
+ "value": "1px",
1721
+ "filePath": "src/component/utrecht/alert.tokens.json",
1722
+ "isSource": true,
1723
+ "original": {
1724
+ "value": "1px"
1725
+ },
1726
+ "name": "utrechtAlertOkBorderWidth",
1727
+ "attributes": {
1728
+ "category": "utrecht",
1729
+ "type": "alert",
1730
+ "item": "ok",
1731
+ "subitem": "border-width"
1732
+ },
1733
+ "path": [
1734
+ "utrecht",
1735
+ "alert",
1736
+ "ok",
1737
+ "border-width"
1738
+ ]
1739
+ },
1740
+ {
1741
+ "value": "var(--utrecht-document-color)",
1742
+ "filePath": "src/component/utrecht/alert.tokens.json",
1743
+ "isSource": true,
1744
+ "original": {
1745
+ "value": "var(--utrecht-document-color)"
1746
+ },
1747
+ "name": "utrechtAlertOkColor",
1748
+ "attributes": {
1749
+ "category": "utrecht",
1750
+ "type": "alert",
1751
+ "item": "ok",
1752
+ "subitem": "color"
1753
+ },
1754
+ "path": [
1755
+ "utrecht",
1756
+ "alert",
1757
+ "ok",
1758
+ "color"
1759
+ ]
1760
+ },
1761
+ {
1762
+ "value": "24px",
1763
+ "filePath": "src/component/utrecht/alert.tokens.json",
1764
+ "isSource": true,
1765
+ "original": {
1766
+ "value": "24px"
1767
+ },
1768
+ "name": "utrechtAlertPaddingBlockEnd",
1769
+ "attributes": {
1770
+ "category": "utrecht",
1771
+ "type": "alert",
1772
+ "item": "padding-block-end"
1773
+ },
1774
+ "path": [
1775
+ "utrecht",
1776
+ "alert",
1777
+ "padding-block-end"
1778
+ ]
1779
+ },
1780
+ {
1781
+ "value": "24px",
1782
+ "filePath": "src/component/utrecht/alert.tokens.json",
1783
+ "isSource": true,
1784
+ "original": {
1785
+ "value": "24px"
1786
+ },
1787
+ "name": "utrechtAlertPaddingBlockStart",
1788
+ "attributes": {
1789
+ "category": "utrecht",
1790
+ "type": "alert",
1791
+ "item": "padding-block-start"
1792
+ },
1793
+ "path": [
1794
+ "utrecht",
1795
+ "alert",
1796
+ "padding-block-start"
1797
+ ]
1798
+ },
1799
+ {
1800
+ "value": "24px",
1801
+ "filePath": "src/component/utrecht/alert.tokens.json",
1802
+ "isSource": true,
1803
+ "original": {
1804
+ "value": "24px"
1805
+ },
1806
+ "name": "utrechtAlertPaddingInlineEnd",
1807
+ "attributes": {
1808
+ "category": "utrecht",
1809
+ "type": "alert",
1810
+ "item": "padding-inline-end"
1811
+ },
1812
+ "path": [
1813
+ "utrecht",
1814
+ "alert",
1815
+ "padding-inline-end"
1816
+ ]
1817
+ },
1818
+ {
1819
+ "value": "24px",
1820
+ "filePath": "src/component/utrecht/alert.tokens.json",
1821
+ "isSource": true,
1822
+ "original": {
1823
+ "value": "24px"
1824
+ },
1825
+ "name": "utrechtAlertPaddingInlineStart",
1826
+ "attributes": {
1827
+ "category": "utrecht",
1828
+ "type": "alert",
1829
+ "item": "padding-inline-start"
1830
+ },
1831
+ "path": [
1832
+ "utrecht",
1833
+ "alert",
1834
+ "padding-inline-start"
1835
+ ]
1836
+ },
1837
+ {
1838
+ "value": "#fef8e6",
1839
+ "filePath": "src/component/utrecht/alert.tokens.json",
1840
+ "isSource": true,
1841
+ "original": {
1842
+ "value": "#fef8e6"
1843
+ },
1844
+ "name": "utrechtAlertWarningBackgroundColor",
1845
+ "attributes": {
1846
+ "category": "utrecht",
1847
+ "type": "alert",
1848
+ "item": "warning",
1849
+ "subitem": "background-color"
1850
+ },
1851
+ "path": [
1852
+ "utrecht",
1853
+ "alert",
1854
+ "warning",
1855
+ "background-color"
1856
+ ]
1857
+ },
1858
+ {
1859
+ "value": "#f9e7ac",
1860
+ "filePath": "src/component/utrecht/alert.tokens.json",
1861
+ "isSource": true,
1862
+ "original": {
1863
+ "value": "#f9e7ac"
1864
+ },
1865
+ "name": "utrechtAlertWarningBorderColor",
1866
+ "attributes": {
1867
+ "category": "utrecht",
1868
+ "type": "alert",
1869
+ "item": "warning",
1870
+ "subitem": "border-color"
1871
+ },
1872
+ "path": [
1873
+ "utrecht",
1874
+ "alert",
1875
+ "warning",
1876
+ "border-color"
1877
+ ]
1878
+ },
1879
+ {
1880
+ "value": "1px",
1881
+ "filePath": "src/component/utrecht/alert.tokens.json",
1882
+ "isSource": true,
1883
+ "original": {
1884
+ "value": "1px"
1885
+ },
1886
+ "name": "utrechtAlertWarningBorderWidth",
1887
+ "attributes": {
1888
+ "category": "utrecht",
1889
+ "type": "alert",
1890
+ "item": "warning",
1891
+ "subitem": "border-width"
1892
+ },
1893
+ "path": [
1894
+ "utrecht",
1895
+ "alert",
1896
+ "warning",
1897
+ "border-width"
1898
+ ]
1899
+ },
1900
+ {
1901
+ "value": "var(--utrecht-document-color)",
1902
+ "filePath": "src/component/utrecht/alert.tokens.json",
1903
+ "isSource": true,
1904
+ "original": {
1905
+ "value": "var(--utrecht-document-color)"
1906
+ },
1907
+ "name": "utrechtAlertWarningColor",
1908
+ "attributes": {
1909
+ "category": "utrecht",
1910
+ "type": "alert",
1911
+ "item": "warning",
1912
+ "subitem": "color"
1913
+ },
1914
+ "path": [
1915
+ "utrecht",
1916
+ "alert",
1917
+ "warning",
1918
+ "color"
1919
+ ]
1920
+ },
1921
+ {
1922
+ "value": "8px",
1923
+ "filePath": "src/component/utrecht/extra-tokens/button.tokens.json",
1924
+ "isSource": true,
1925
+ "original": {
1926
+ "value": "8px"
1927
+ },
1928
+ "name": "utrechtButtonIconGap",
1929
+ "attributes": {
1930
+ "category": "utrecht",
1931
+ "type": "button",
1932
+ "item": "icon",
1933
+ "subitem": "gap"
1934
+ },
1935
+ "path": [
1936
+ "utrecht",
1937
+ "button",
1938
+ "icon",
1939
+ "gap"
1940
+ ]
1941
+ },
1942
+ {
1943
+ "value": "var(--rotterdam-color-gray-tint-01)",
1944
+ "filePath": "src/component/utrecht/code.tokens.json",
1945
+ "isSource": true,
1946
+ "original": {
1947
+ "value": "var(--rotterdam-color-gray-tint-01)"
1948
+ },
1949
+ "name": "utrechtCodeBackgroundColor",
1950
+ "attributes": {
1951
+ "category": "utrecht",
1952
+ "type": "code",
1953
+ "item": "background-color"
1954
+ },
1955
+ "path": [
1956
+ "utrecht",
1957
+ "code",
1958
+ "background-color"
1959
+ ]
1960
+ },
1961
+ {
1962
+ "value": "var(--rotterdam-color-gray-tint-11)",
1963
+ "filePath": "src/component/utrecht/code.tokens.json",
1964
+ "isSource": true,
1965
+ "original": {
1966
+ "value": "var(--rotterdam-color-gray-tint-11)"
1967
+ },
1968
+ "name": "utrechtCodeColor",
1969
+ "attributes": {
1970
+ "category": "utrecht",
1971
+ "type": "code",
1972
+ "item": "color"
1973
+ },
1974
+ "path": [
1975
+ "utrecht",
1976
+ "code",
1977
+ "color"
1978
+ ]
1979
+ },
1980
+ {
1981
+ "value": "inherit",
1982
+ "filePath": "src/component/utrecht/code.tokens.json",
1983
+ "isSource": true,
1984
+ "original": {
1985
+ "value": "inherit"
1986
+ },
1987
+ "name": "utrechtCodeFontSize",
1988
+ "attributes": {
1989
+ "category": "utrecht",
1990
+ "type": "code",
1991
+ "item": "font-size"
1992
+ },
1993
+ "path": [
1994
+ "utrecht",
1995
+ "code",
1996
+ "font-size"
1997
+ ]
1998
+ },
1999
+ {
2000
+ "value": "8px",
2001
+ "filePath": "src/component/utrecht/extra-tokens/icon.tokens.json",
2002
+ "isSource": true,
2003
+ "original": {
2004
+ "value": "8px"
2005
+ },
2006
+ "name": "utrechtIconGap",
2007
+ "attributes": {
2008
+ "category": "utrecht",
2009
+ "type": "icon",
2010
+ "item": "gap"
2011
+ },
2012
+ "path": [
2013
+ "utrecht",
2014
+ "icon",
2015
+ "gap"
2016
+ ]
2017
+ },
2018
+ {
2019
+ "value": "var(--utrecht-document-font-size)",
2020
+ "filePath": "src/component/utrecht/list.tokens.json",
2021
+ "isSource": true,
2022
+ "original": {
2023
+ "value": "var(--utrecht-document-font-size)"
2024
+ },
2025
+ "name": "utrechtOrderedListFontSize",
2026
+ "attributes": {
2027
+ "category": "utrecht",
2028
+ "type": "ordered-list",
2029
+ "item": "font-size"
2030
+ },
2031
+ "path": [
2032
+ "utrecht",
2033
+ "ordered-list",
2034
+ "font-size"
2035
+ ]
2036
+ },
2037
+ {
2038
+ "value": "4px",
2039
+ "filePath": "src/component/utrecht/list.tokens.json",
2040
+ "isSource": true,
2041
+ "original": {
2042
+ "value": "4px"
2043
+ },
2044
+ "name": "utrechtOrderedListItemMarginBlockEnd",
2045
+ "attributes": {
2046
+ "category": "utrecht",
2047
+ "type": "ordered-list",
2048
+ "item": "item",
2049
+ "subitem": "margin-block-end"
2050
+ },
2051
+ "path": [
2052
+ "utrecht",
2053
+ "ordered-list",
2054
+ "item",
2055
+ "margin-block-end"
2056
+ ]
2057
+ },
2058
+ {
2059
+ "value": "4px",
2060
+ "filePath": "src/component/utrecht/list.tokens.json",
2061
+ "isSource": true,
2062
+ "original": {
2063
+ "value": "4px"
2064
+ },
2065
+ "name": "utrechtOrderedListItemMarginBlockStart",
2066
+ "attributes": {
2067
+ "category": "utrecht",
2068
+ "type": "ordered-list",
2069
+ "item": "item",
2070
+ "subitem": "margin-block-start"
2071
+ },
2072
+ "path": [
2073
+ "utrecht",
2074
+ "ordered-list",
2075
+ "item",
2076
+ "margin-block-start"
2077
+ ]
2078
+ },
2079
+ {
2080
+ "value": "1ch",
2081
+ "filePath": "src/component/utrecht/list.tokens.json",
2082
+ "isSource": true,
2083
+ "original": {
2084
+ "value": "1ch"
2085
+ },
2086
+ "name": "utrechtOrderedListItemPaddingInlineStart",
2087
+ "attributes": {
2088
+ "category": "utrecht",
2089
+ "type": "ordered-list",
2090
+ "item": "item",
2091
+ "subitem": "padding-inline-start"
2092
+ },
2093
+ "path": [
2094
+ "utrecht",
2095
+ "ordered-list",
2096
+ "item",
2097
+ "padding-inline-start"
2098
+ ]
2099
+ },
2100
+ {
2101
+ "value": "14px",
2102
+ "filePath": "src/component/utrecht/list.tokens.json",
2103
+ "isSource": true,
2104
+ "original": {
2105
+ "value": "14px"
2106
+ },
2107
+ "name": "utrechtOrderedListMarginBlockEnd",
2108
+ "attributes": {
2109
+ "category": "utrecht",
2110
+ "type": "ordered-list",
2111
+ "item": "margin-block-end"
2112
+ },
2113
+ "path": [
2114
+ "utrecht",
2115
+ "ordered-list",
2116
+ "margin-block-end"
2117
+ ]
2118
+ },
2119
+ {
2120
+ "value": "14px",
2121
+ "filePath": "src/component/utrecht/list.tokens.json",
2122
+ "isSource": true,
2123
+ "original": {
2124
+ "value": "14px"
2125
+ },
2126
+ "name": "utrechtOrderedListMarginBlockStart",
2127
+ "attributes": {
2128
+ "category": "utrecht",
2129
+ "type": "ordered-list",
2130
+ "item": "margin-block-start"
2131
+ },
2132
+ "path": [
2133
+ "utrecht",
2134
+ "ordered-list",
2135
+ "margin-block-start"
2136
+ ]
2137
+ },
2138
+ {
2139
+ "value": "32px",
2140
+ "filePath": "src/component/utrecht/list.tokens.json",
2141
+ "isSource": true,
2142
+ "original": {
2143
+ "value": "32px"
2144
+ },
2145
+ "name": "utrechtOrderedListPaddingInlineStart",
2146
+ "attributes": {
2147
+ "category": "utrecht",
2148
+ "type": "ordered-list",
2149
+ "item": "padding-inline-start"
2150
+ },
2151
+ "path": [
2152
+ "utrecht",
2153
+ "ordered-list",
2154
+ "padding-inline-start"
2155
+ ]
2156
+ },
2157
+ {
2158
+ "value": "48px",
2159
+ "filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
2160
+ "isSource": true,
2161
+ "original": {
2162
+ "value": "48px"
2163
+ },
2164
+ "name": "utrechtPageFooterLogoMaxHeight",
2165
+ "attributes": {
2166
+ "category": "utrecht",
2167
+ "type": "page-footer",
2168
+ "item": "logo",
2169
+ "subitem": "max-height"
2170
+ },
2171
+ "path": [
2172
+ "utrecht",
2173
+ "page-footer",
2174
+ "logo",
2175
+ "max-height"
2176
+ ]
2177
+ },
2178
+ {
2179
+ "value": "240px",
2180
+ "filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
2181
+ "isSource": true,
2182
+ "original": {
2183
+ "value": "240px"
2184
+ },
2185
+ "name": "utrechtPageFooterLogoMaxWidth",
2186
+ "attributes": {
2187
+ "category": "utrecht",
2188
+ "type": "page-footer",
2189
+ "item": "logo",
2190
+ "subitem": "max-width"
2191
+ },
2192
+ "path": [
2193
+ "utrecht",
2194
+ "page-footer",
2195
+ "logo",
2196
+ "max-width"
2197
+ ]
2198
+ },
2199
+ {
2200
+ "value": "var(--rotterdam-color-base-white)",
2201
+ "filePath": "src/component/utrecht/page-header.tokens.json",
2202
+ "isSource": true,
2203
+ "original": {
2204
+ "value": "var(--rotterdam-color-base-white)"
2205
+ },
2206
+ "name": "utrechtPageHeaderBackgroundColor",
2207
+ "attributes": {
2208
+ "category": "utrecht",
2209
+ "type": "page-header",
2210
+ "item": "background-color"
2211
+ },
2212
+ "path": [
2213
+ "utrecht",
2214
+ "page-header",
2215
+ "background-color"
2216
+ ]
2217
+ },
2218
+ {
2219
+ "value": "var(--rotterdam-color-gray-tint-11)",
2220
+ "filePath": "src/component/utrecht/page-header.tokens.json",
2221
+ "isSource": true,
2222
+ "original": {
2223
+ "value": "var(--rotterdam-color-gray-tint-11)"
2224
+ },
2225
+ "name": "utrechtPageHeaderColor",
2226
+ "attributes": {
2227
+ "category": "utrecht",
2228
+ "type": "page-header",
2229
+ "item": "color"
2230
+ },
2231
+ "path": [
2232
+ "utrecht",
2233
+ "page-header",
2234
+ "color"
2235
+ ]
2236
+ },
2237
+ {
2238
+ "value": "222px",
2239
+ "filePath": "src/component/utrecht/extra-tokens/page-header.tokens.json",
2240
+ "isSource": true,
2241
+ "original": {
2242
+ "value": "222px"
2243
+ },
2244
+ "name": "utrechtPageHeaderLogoMaxWidth",
2245
+ "attributes": {
2246
+ "category": "utrecht",
2247
+ "type": "page-header",
2248
+ "item": "logo",
2249
+ "subitem": "max-width"
2250
+ },
2251
+ "path": [
2252
+ "utrecht",
2253
+ "page-header",
2254
+ "logo",
2255
+ "max-width"
2256
+ ]
2257
+ },
2258
+ {
2259
+ "value": "14px",
2260
+ "filePath": "src/component/utrecht/page-header.tokens.json",
2261
+ "isSource": true,
2262
+ "original": {
2263
+ "value": "14px"
2264
+ },
2265
+ "name": "utrechtPageHeaderPaddingBlockEnd",
2266
+ "attributes": {
2267
+ "category": "utrecht",
2268
+ "type": "page-header",
2269
+ "item": "padding-block-end"
15
2270
  },
16
2271
  "path": [
17
2272
  "utrecht",
18
- "alert",
19
- "icon",
20
- "gap"
2273
+ "page-header",
2274
+ "padding-block-end"
2275
+ ]
2276
+ },
2277
+ {
2278
+ "value": "14px",
2279
+ "filePath": "src/component/utrecht/page-header.tokens.json",
2280
+ "isSource": true,
2281
+ "original": {
2282
+ "value": "14px"
2283
+ },
2284
+ "name": "utrechtPageHeaderPaddingBlockStart",
2285
+ "attributes": {
2286
+ "category": "utrecht",
2287
+ "type": "page-header",
2288
+ "item": "padding-block-start"
2289
+ },
2290
+ "path": [
2291
+ "utrecht",
2292
+ "page-header",
2293
+ "padding-block-start"
21
2294
  ]
22
2295
  },
23
2296
  {
@@ -76,5 +2349,430 @@
76
2349
  "page",
77
2350
  "max-inline-size"
78
2351
  ]
2352
+ },
2353
+ {
2354
+ "value": "var(--rotterdam-color-base-white)",
2355
+ "filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
2356
+ "isSource": true,
2357
+ "original": {
2358
+ "value": "var(--rotterdam-color-base-white)"
2359
+ },
2360
+ "name": "utrechtTableBackgroundColor",
2361
+ "attributes": {
2362
+ "category": "utrecht",
2363
+ "type": "table",
2364
+ "item": "background-color"
2365
+ },
2366
+ "path": [
2367
+ "utrecht",
2368
+ "table",
2369
+ "background-color"
2370
+ ]
2371
+ },
2372
+ {
2373
+ "value": "var(--utrecht-document-font-family)",
2374
+ "filePath": "src/component/utrecht/table.tokens.json",
2375
+ "isSource": true,
2376
+ "original": {
2377
+ "value": "var(--utrecht-document-font-family)"
2378
+ },
2379
+ "name": "utrechtTableFontFamily",
2380
+ "attributes": {
2381
+ "category": "utrecht",
2382
+ "type": "table",
2383
+ "item": "font-family"
2384
+ },
2385
+ "path": [
2386
+ "utrecht",
2387
+ "table",
2388
+ "font-family"
2389
+ ]
2390
+ },
2391
+ {
2392
+ "value": "var(--utrecht-document-font-size)",
2393
+ "filePath": "src/component/utrecht/table.tokens.json",
2394
+ "isSource": true,
2395
+ "original": {
2396
+ "value": "var(--utrecht-document-font-size)"
2397
+ },
2398
+ "name": "utrechtTableFontSize",
2399
+ "attributes": {
2400
+ "category": "utrecht",
2401
+ "type": "table",
2402
+ "item": "font-size"
2403
+ },
2404
+ "path": [
2405
+ "utrecht",
2406
+ "table",
2407
+ "font-size"
2408
+ ]
2409
+ },
2410
+ {
2411
+ "value": "var(--rotterdam-color-gray-tint-11)",
2412
+ "filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
2413
+ "isSource": true,
2414
+ "original": {
2415
+ "value": "var(--rotterdam-color-gray-tint-11)"
2416
+ },
2417
+ "name": "utrechtTableHeaderBorderBlockEndColor",
2418
+ "attributes": {
2419
+ "category": "utrecht",
2420
+ "type": "table",
2421
+ "item": "header",
2422
+ "subitem": "border-block-end-color"
2423
+ },
2424
+ "path": [
2425
+ "utrecht",
2426
+ "table",
2427
+ "header",
2428
+ "border-block-end-color"
2429
+ ]
2430
+ },
2431
+ {
2432
+ "value": "0.2rem",
2433
+ "filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
2434
+ "isSource": true,
2435
+ "original": {
2436
+ "value": "0.2rem"
2437
+ },
2438
+ "name": "utrechtTableHeaderBorderBlockEndWidth",
2439
+ "attributes": {
2440
+ "category": "utrecht",
2441
+ "type": "table",
2442
+ "item": "header",
2443
+ "subitem": "border-block-end-width"
2444
+ },
2445
+ "path": [
2446
+ "utrecht",
2447
+ "table",
2448
+ "header",
2449
+ "border-block-end-width"
2450
+ ]
2451
+ },
2452
+ {
2453
+ "value": "var(--utrecht-document-color)",
2454
+ "filePath": "src/component/utrecht/table.tokens.json",
2455
+ "isSource": true,
2456
+ "original": {
2457
+ "value": "var(--utrecht-document-color)"
2458
+ },
2459
+ "name": "utrechtTableHeaderCellColor",
2460
+ "attributes": {
2461
+ "category": "utrecht",
2462
+ "type": "table",
2463
+ "item": "header-cell",
2464
+ "subitem": "color"
2465
+ },
2466
+ "path": [
2467
+ "utrecht",
2468
+ "table",
2469
+ "header-cell",
2470
+ "color"
2471
+ ]
2472
+ },
2473
+ {
2474
+ "value": "var(--utrecht-document-font-size)",
2475
+ "filePath": "src/component/utrecht/table.tokens.json",
2476
+ "isSource": true,
2477
+ "original": {
2478
+ "value": "var(--utrecht-document-font-size)"
2479
+ },
2480
+ "name": "utrechtTableHeaderCellFontSize",
2481
+ "attributes": {
2482
+ "category": "utrecht",
2483
+ "type": "table",
2484
+ "item": "header-cell",
2485
+ "subitem": "font-size"
2486
+ },
2487
+ "path": [
2488
+ "utrecht",
2489
+ "table",
2490
+ "header-cell",
2491
+ "font-size"
2492
+ ]
2493
+ },
2494
+ {
2495
+ "value": "var(--rotterdam-typography-weight-scale-bold-font-weight)",
2496
+ "filePath": "src/component/utrecht/table.tokens.json",
2497
+ "isSource": true,
2498
+ "original": {
2499
+ "value": "var(--rotterdam-typography-weight-scale-bold-font-weight)"
2500
+ },
2501
+ "name": "utrechtTableHeaderCellFontWeight",
2502
+ "attributes": {
2503
+ "category": "utrecht",
2504
+ "type": "table",
2505
+ "item": "header-cell",
2506
+ "subitem": "font-weight"
2507
+ },
2508
+ "path": [
2509
+ "utrecht",
2510
+ "table",
2511
+ "header-cell",
2512
+ "font-weight"
2513
+ ]
2514
+ },
2515
+ {
2516
+ "value": "unset",
2517
+ "filePath": "src/component/utrecht/table.tokens.json",
2518
+ "isSource": true,
2519
+ "original": {
2520
+ "value": "unset"
2521
+ },
2522
+ "name": "utrechtTableHeaderCellTextTransform",
2523
+ "attributes": {
2524
+ "category": "utrecht",
2525
+ "type": "table",
2526
+ "item": "header-cell",
2527
+ "subitem": "text-transform"
2528
+ },
2529
+ "path": [
2530
+ "utrecht",
2531
+ "table",
2532
+ "header-cell",
2533
+ "text-transform"
2534
+ ]
2535
+ },
2536
+ {
2537
+ "value": "var(--utrecht-document-color)",
2538
+ "filePath": "src/component/utrecht/table.tokens.json",
2539
+ "isSource": true,
2540
+ "original": {
2541
+ "value": "var(--utrecht-document-color)"
2542
+ },
2543
+ "name": "utrechtTableHeaderColor",
2544
+ "attributes": {
2545
+ "category": "utrecht",
2546
+ "type": "table",
2547
+ "item": "header",
2548
+ "subitem": "color"
2549
+ },
2550
+ "path": [
2551
+ "utrecht",
2552
+ "table",
2553
+ "header",
2554
+ "color"
2555
+ ]
2556
+ },
2557
+ {
2558
+ "value": 0,
2559
+ "filePath": "src/component/utrecht/table.tokens.json",
2560
+ "isSource": true,
2561
+ "original": {
2562
+ "value": 0
2563
+ },
2564
+ "name": "utrechtTableMarginBlockEnd",
2565
+ "attributes": {
2566
+ "category": "utrecht",
2567
+ "type": "table",
2568
+ "item": "margin-block-end"
2569
+ },
2570
+ "path": [
2571
+ "utrecht",
2572
+ "table",
2573
+ "margin-block-end"
2574
+ ]
2575
+ },
2576
+ {
2577
+ "value": "18px",
2578
+ "filePath": "src/component/utrecht/table.tokens.json",
2579
+ "isSource": true,
2580
+ "original": {
2581
+ "value": "18px"
2582
+ },
2583
+ "name": "utrechtTableMarginBlockStart",
2584
+ "attributes": {
2585
+ "category": "utrecht",
2586
+ "type": "table",
2587
+ "item": "margin-block-start"
2588
+ },
2589
+ "path": [
2590
+ "utrecht",
2591
+ "table",
2592
+ "margin-block-start"
2593
+ ]
2594
+ },
2595
+ {
2596
+ "value": "var(--rotterdam-color-gray-tint-01)",
2597
+ "filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
2598
+ "isSource": true,
2599
+ "original": {
2600
+ "value": "var(--rotterdam-color-gray-tint-01)"
2601
+ },
2602
+ "name": "utrechtTableRowHoverBackgroundColor",
2603
+ "attributes": {
2604
+ "category": "utrecht",
2605
+ "type": "table",
2606
+ "item": "row",
2607
+ "subitem": "hover",
2608
+ "state": "background-color"
2609
+ },
2610
+ "path": [
2611
+ "utrecht",
2612
+ "table",
2613
+ "row",
2614
+ "hover",
2615
+ "background-color"
2616
+ ]
2617
+ },
2618
+ {
2619
+ "value": "var(--utrecht-document-font-size)",
2620
+ "filePath": "src/component/utrecht/list.tokens.json",
2621
+ "isSource": true,
2622
+ "original": {
2623
+ "value": "var(--utrecht-document-font-size)"
2624
+ },
2625
+ "name": "utrechtUnorderedListFontSize",
2626
+ "attributes": {
2627
+ "category": "utrecht",
2628
+ "type": "unordered-list",
2629
+ "item": "font-size"
2630
+ },
2631
+ "path": [
2632
+ "utrecht",
2633
+ "unordered-list",
2634
+ "font-size"
2635
+ ]
2636
+ },
2637
+ {
2638
+ "value": "8px",
2639
+ "filePath": "src/component/utrecht/list.tokens.json",
2640
+ "isSource": true,
2641
+ "original": {
2642
+ "value": "8px"
2643
+ },
2644
+ "name": "utrechtUnorderedListItemMarginBlockEnd",
2645
+ "attributes": {
2646
+ "category": "utrecht",
2647
+ "type": "unordered-list",
2648
+ "item": "item",
2649
+ "subitem": "margin-block-end"
2650
+ },
2651
+ "path": [
2652
+ "utrecht",
2653
+ "unordered-list",
2654
+ "item",
2655
+ "margin-block-end"
2656
+ ]
2657
+ },
2658
+ {
2659
+ "value": "8px",
2660
+ "filePath": "src/component/utrecht/list.tokens.json",
2661
+ "isSource": true,
2662
+ "original": {
2663
+ "value": "8px"
2664
+ },
2665
+ "name": "utrechtUnorderedListItemMarginBlockStart",
2666
+ "attributes": {
2667
+ "category": "utrecht",
2668
+ "type": "unordered-list",
2669
+ "item": "item",
2670
+ "subitem": "margin-block-start"
2671
+ },
2672
+ "path": [
2673
+ "utrecht",
2674
+ "unordered-list",
2675
+ "item",
2676
+ "margin-block-start"
2677
+ ]
2678
+ },
2679
+ {
2680
+ "value": "1ch",
2681
+ "filePath": "src/component/utrecht/list.tokens.json",
2682
+ "isSource": true,
2683
+ "original": {
2684
+ "value": "1ch"
2685
+ },
2686
+ "name": "utrechtUnorderedListItemPaddingInlineStart",
2687
+ "attributes": {
2688
+ "category": "utrecht",
2689
+ "type": "unordered-list",
2690
+ "item": "item",
2691
+ "subitem": "padding-inline-start"
2692
+ },
2693
+ "path": [
2694
+ "utrecht",
2695
+ "unordered-list",
2696
+ "item",
2697
+ "padding-inline-start"
2698
+ ]
2699
+ },
2700
+ {
2701
+ "value": 0,
2702
+ "filePath": "src/component/utrecht/list.tokens.json",
2703
+ "isSource": true,
2704
+ "original": {
2705
+ "value": 0
2706
+ },
2707
+ "name": "utrechtUnorderedListMarginBlockEnd",
2708
+ "attributes": {
2709
+ "category": "utrecht",
2710
+ "type": "unordered-list",
2711
+ "item": "margin-block-end"
2712
+ },
2713
+ "path": [
2714
+ "utrecht",
2715
+ "unordered-list",
2716
+ "margin-block-end"
2717
+ ]
2718
+ },
2719
+ {
2720
+ "value": "18px",
2721
+ "filePath": "src/component/utrecht/list.tokens.json",
2722
+ "isSource": true,
2723
+ "original": {
2724
+ "value": "18px"
2725
+ },
2726
+ "name": "utrechtUnorderedListMarginBlockStart",
2727
+ "attributes": {
2728
+ "category": "utrecht",
2729
+ "type": "unordered-list",
2730
+ "item": "margin-block-start"
2731
+ },
2732
+ "path": [
2733
+ "utrecht",
2734
+ "unordered-list",
2735
+ "margin-block-start"
2736
+ ]
2737
+ },
2738
+ {
2739
+ "value": "var(--rotterdam-color-green-tint-01)",
2740
+ "filePath": "src/component/utrecht/list.tokens.json",
2741
+ "isSource": true,
2742
+ "original": {
2743
+ "value": "var(--rotterdam-color-green-tint-01)"
2744
+ },
2745
+ "name": "utrechtUnorderedListMarkerColor",
2746
+ "attributes": {
2747
+ "category": "utrecht",
2748
+ "type": "unordered-list",
2749
+ "item": "marker",
2750
+ "subitem": "color"
2751
+ },
2752
+ "path": [
2753
+ "utrecht",
2754
+ "unordered-list",
2755
+ "marker",
2756
+ "color"
2757
+ ]
2758
+ },
2759
+ {
2760
+ "value": "2ch",
2761
+ "filePath": "src/component/utrecht/list.tokens.json",
2762
+ "isSource": true,
2763
+ "original": {
2764
+ "value": "2ch"
2765
+ },
2766
+ "name": "utrechtUnorderedListPaddingInlineStart",
2767
+ "attributes": {
2768
+ "category": "utrecht",
2769
+ "type": "unordered-list",
2770
+ "item": "padding-inline-start"
2771
+ },
2772
+ "path": [
2773
+ "utrecht",
2774
+ "unordered-list",
2775
+ "padding-inline-start"
2776
+ ]
79
2777
  }
80
2778
  ]