@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.
- package/README.md +2 -0
- package/conduction-design-tokens/dist/design-tokens.css +31 -1
- package/conduction-design-tokens/dist/index.js +31 -1
- package/conduction-design-tokens/dist/index.json +570 -0
- package/conduction-design-tokens/dist/index.less +31 -1
- package/conduction-design-tokens/dist/index.scss +31 -1
- package/conduction-design-tokens/dist/tokens.json +589 -2
- package/conduction-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +32 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +32 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +591 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +32 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +32 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +610 -2
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +3 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +33 -1
- package/municipalities/epe-design-tokens/dist/index.js +33 -1
- package/municipalities/epe-design-tokens/dist/index.json +612 -0
- package/municipalities/epe-design-tokens/dist/index.less +33 -1
- package/municipalities/epe-design-tokens/dist/index.scss +33 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +631 -2
- package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +6 -0
- package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +32 -1
- package/municipalities/leiden-design-tokens/dist/index.js +32 -1
- package/municipalities/leiden-design-tokens/dist/index.json +591 -0
- package/municipalities/leiden-design-tokens/dist/index.less +32 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +32 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +610 -2
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +3 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +30 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +31 -2
- package/municipalities/noaberkracht-design-tokens/dist/index.json +551 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +30 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +30 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +582 -13
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +34 -5
- package/municipalities/noordwijk-design-tokens/dist/index.js +32 -3
- package/municipalities/noordwijk-design-tokens/dist/index.json +559 -8
- package/municipalities/noordwijk-design-tokens/dist/index.less +34 -5
- package/municipalities/noordwijk-design-tokens/dist/index.scss +34 -5
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +580 -11
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +1 -1
- package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/code.tokens.json +2 -2
- package/municipalities/rotterdam-design-tokens/LICENSE.md +17 -0
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +138 -2
- package/municipalities/rotterdam-design-tokens/dist/index.js +138 -2
- package/municipalities/rotterdam-design-tokens/dist/index.json +2707 -9
- package/municipalities/rotterdam-design-tokens/dist/index.less +138 -2
- package/municipalities/rotterdam-design-tokens/dist/index.scss +138 -2
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +2812 -10
- package/municipalities/rotterdam-design-tokens/package.json +33 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/select.tokens.json +30 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/code.tokens.json +11 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/button.tokens.json +10 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/list.tokens.json +33 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/table.tokens.json +19 -0
- package/municipalities/rotterdam-design-tokens/src/config.json +7 -0
- package/municipalities/rotterdam-design-tokens/src/font.scss +1 -0
- package/municipalities/rotterdam-design-tokens/src/index.scss +8 -0
- package/municipalities/rotterdam-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +33 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +33 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +612 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +33 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +33 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +631 -2
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +6 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +31 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +31 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +570 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +31 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +31 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +589 -2
- package/municipalities/xxllnc-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/package.json +3 -4
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/custom.css +0 -33
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/design-tokens.css +0 -305
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font/download.sh +0 -18
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font.css +0 -36
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.css +0 -33
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.js +0 -303
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.json +0 -6415
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.less +0 -302
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.scss +0 -302
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/tokens.json +0 -6868
|
@@ -412,6 +412,27 @@
|
|
|
412
412
|
"24"
|
|
413
413
|
]
|
|
414
414
|
},
|
|
415
|
+
"37": {
|
|
416
|
+
"value": "#057aba",
|
|
417
|
+
"filePath": "src/brand/leiden/color.tokens.json",
|
|
418
|
+
"isSource": true,
|
|
419
|
+
"original": {
|
|
420
|
+
"value": "#057aba"
|
|
421
|
+
},
|
|
422
|
+
"name": "leidenColorLightblue37",
|
|
423
|
+
"attributes": {
|
|
424
|
+
"category": "leiden",
|
|
425
|
+
"type": "color",
|
|
426
|
+
"item": "lightblue",
|
|
427
|
+
"subitem": "37"
|
|
428
|
+
},
|
|
429
|
+
"path": [
|
|
430
|
+
"leiden",
|
|
431
|
+
"color",
|
|
432
|
+
"lightblue",
|
|
433
|
+
"37"
|
|
434
|
+
]
|
|
435
|
+
},
|
|
415
436
|
"89": {
|
|
416
437
|
"value": "#dce4ec",
|
|
417
438
|
"filePath": "src/brand/leiden/color.tokens.json",
|
|
@@ -5936,6 +5957,7 @@
|
|
|
5936
5957
|
]
|
|
5937
5958
|
},
|
|
5938
5959
|
"border-color": {},
|
|
5960
|
+
"border-style": {},
|
|
5939
5961
|
"border-width": {
|
|
5940
5962
|
"value": "unset",
|
|
5941
5963
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -5955,7 +5977,9 @@
|
|
|
5955
5977
|
"border-width"
|
|
5956
5978
|
]
|
|
5957
5979
|
},
|
|
5958
|
-
"border-
|
|
5980
|
+
"border-bottom-color": {},
|
|
5981
|
+
"border-bottom-style": {},
|
|
5982
|
+
"border-bottom-width": {},
|
|
5959
5983
|
"border-radius": {
|
|
5960
5984
|
"value": "0px",
|
|
5961
5985
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -5995,7 +6019,10 @@
|
|
|
5995
6019
|
]
|
|
5996
6020
|
},
|
|
5997
6021
|
"hover": {
|
|
5998
|
-
"background-color": {}
|
|
6022
|
+
"background-color": {},
|
|
6023
|
+
"border-bottom-color": {},
|
|
6024
|
+
"border-bottom-style": {},
|
|
6025
|
+
"border-bottom-width": {}
|
|
5999
6026
|
},
|
|
6000
6027
|
"padding-inline-end": {
|
|
6001
6028
|
"value": "32px",
|
|
@@ -6074,6 +6101,587 @@
|
|
|
6074
6101
|
]
|
|
6075
6102
|
}
|
|
6076
6103
|
},
|
|
6104
|
+
"pagination": {
|
|
6105
|
+
"container-background-color": {
|
|
6106
|
+
"value": "unset",
|
|
6107
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6108
|
+
"isSource": true,
|
|
6109
|
+
"original": {
|
|
6110
|
+
"value": "unset"
|
|
6111
|
+
},
|
|
6112
|
+
"name": "conductionPaginationContainerBackgroundColor",
|
|
6113
|
+
"attributes": {
|
|
6114
|
+
"category": "conduction",
|
|
6115
|
+
"type": "pagination",
|
|
6116
|
+
"item": "container-background-color"
|
|
6117
|
+
},
|
|
6118
|
+
"path": [
|
|
6119
|
+
"conduction",
|
|
6120
|
+
"pagination",
|
|
6121
|
+
"container-background-color"
|
|
6122
|
+
]
|
|
6123
|
+
},
|
|
6124
|
+
"container-padding-inline-start": {
|
|
6125
|
+
"value": "0px",
|
|
6126
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6127
|
+
"isSource": true,
|
|
6128
|
+
"original": {
|
|
6129
|
+
"value": "0px"
|
|
6130
|
+
},
|
|
6131
|
+
"name": "conductionPaginationContainerPaddingInlineStart",
|
|
6132
|
+
"attributes": {
|
|
6133
|
+
"category": "conduction",
|
|
6134
|
+
"type": "pagination",
|
|
6135
|
+
"item": "container-padding-inline-start"
|
|
6136
|
+
},
|
|
6137
|
+
"path": [
|
|
6138
|
+
"conduction",
|
|
6139
|
+
"pagination",
|
|
6140
|
+
"container-padding-inline-start"
|
|
6141
|
+
]
|
|
6142
|
+
},
|
|
6143
|
+
"container-padding-inline-end": {
|
|
6144
|
+
"value": "0px",
|
|
6145
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6146
|
+
"isSource": true,
|
|
6147
|
+
"original": {
|
|
6148
|
+
"value": "0px"
|
|
6149
|
+
},
|
|
6150
|
+
"name": "conductionPaginationContainerPaddingInlineEnd",
|
|
6151
|
+
"attributes": {
|
|
6152
|
+
"category": "conduction",
|
|
6153
|
+
"type": "pagination",
|
|
6154
|
+
"item": "container-padding-inline-end"
|
|
6155
|
+
},
|
|
6156
|
+
"path": [
|
|
6157
|
+
"conduction",
|
|
6158
|
+
"pagination",
|
|
6159
|
+
"container-padding-inline-end"
|
|
6160
|
+
]
|
|
6161
|
+
},
|
|
6162
|
+
"container-padding-block-start": {
|
|
6163
|
+
"value": "0px",
|
|
6164
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6165
|
+
"isSource": true,
|
|
6166
|
+
"original": {
|
|
6167
|
+
"value": "0px"
|
|
6168
|
+
},
|
|
6169
|
+
"name": "conductionPaginationContainerPaddingBlockStart",
|
|
6170
|
+
"attributes": {
|
|
6171
|
+
"category": "conduction",
|
|
6172
|
+
"type": "pagination",
|
|
6173
|
+
"item": "container-padding-block-start"
|
|
6174
|
+
},
|
|
6175
|
+
"path": [
|
|
6176
|
+
"conduction",
|
|
6177
|
+
"pagination",
|
|
6178
|
+
"container-padding-block-start"
|
|
6179
|
+
]
|
|
6180
|
+
},
|
|
6181
|
+
"container-padding-block-end": {
|
|
6182
|
+
"value": "0px",
|
|
6183
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6184
|
+
"isSource": true,
|
|
6185
|
+
"original": {
|
|
6186
|
+
"value": "0px"
|
|
6187
|
+
},
|
|
6188
|
+
"name": "conductionPaginationContainerPaddingBlockEnd",
|
|
6189
|
+
"attributes": {
|
|
6190
|
+
"category": "conduction",
|
|
6191
|
+
"type": "pagination",
|
|
6192
|
+
"item": "container-padding-block-end"
|
|
6193
|
+
},
|
|
6194
|
+
"path": [
|
|
6195
|
+
"conduction",
|
|
6196
|
+
"pagination",
|
|
6197
|
+
"container-padding-block-end"
|
|
6198
|
+
]
|
|
6199
|
+
},
|
|
6200
|
+
"item-gap": {
|
|
6201
|
+
"value": "4px",
|
|
6202
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6203
|
+
"isSource": true,
|
|
6204
|
+
"original": {
|
|
6205
|
+
"value": "{leiden.size.2xs}"
|
|
6206
|
+
},
|
|
6207
|
+
"name": "conductionPaginationItemGap",
|
|
6208
|
+
"attributes": {
|
|
6209
|
+
"category": "conduction",
|
|
6210
|
+
"type": "pagination",
|
|
6211
|
+
"item": "item-gap"
|
|
6212
|
+
},
|
|
6213
|
+
"path": [
|
|
6214
|
+
"conduction",
|
|
6215
|
+
"pagination",
|
|
6216
|
+
"item-gap"
|
|
6217
|
+
]
|
|
6218
|
+
},
|
|
6219
|
+
"item-color": {
|
|
6220
|
+
"value": "#057aba",
|
|
6221
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6222
|
+
"isSource": true,
|
|
6223
|
+
"original": {
|
|
6224
|
+
"value": "{leiden.color.lightblue.37}"
|
|
6225
|
+
},
|
|
6226
|
+
"name": "conductionPaginationItemColor",
|
|
6227
|
+
"attributes": {
|
|
6228
|
+
"category": "conduction",
|
|
6229
|
+
"type": "pagination",
|
|
6230
|
+
"item": "item-color"
|
|
6231
|
+
},
|
|
6232
|
+
"path": [
|
|
6233
|
+
"conduction",
|
|
6234
|
+
"pagination",
|
|
6235
|
+
"item-color"
|
|
6236
|
+
]
|
|
6237
|
+
},
|
|
6238
|
+
"item-background-color": {
|
|
6239
|
+
"value": "#ffffff",
|
|
6240
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6241
|
+
"isSource": true,
|
|
6242
|
+
"original": {
|
|
6243
|
+
"value": "{leiden.color.white.100}"
|
|
6244
|
+
},
|
|
6245
|
+
"name": "conductionPaginationItemBackgroundColor",
|
|
6246
|
+
"attributes": {
|
|
6247
|
+
"category": "conduction",
|
|
6248
|
+
"type": "pagination",
|
|
6249
|
+
"item": "item-background-color"
|
|
6250
|
+
},
|
|
6251
|
+
"path": [
|
|
6252
|
+
"conduction",
|
|
6253
|
+
"pagination",
|
|
6254
|
+
"item-background-color"
|
|
6255
|
+
]
|
|
6256
|
+
},
|
|
6257
|
+
"item-border-radius": {
|
|
6258
|
+
"value": "0px",
|
|
6259
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6260
|
+
"isSource": true,
|
|
6261
|
+
"original": {
|
|
6262
|
+
"value": "0px"
|
|
6263
|
+
},
|
|
6264
|
+
"name": "conductionPaginationItemBorderRadius",
|
|
6265
|
+
"attributes": {
|
|
6266
|
+
"category": "conduction",
|
|
6267
|
+
"type": "pagination",
|
|
6268
|
+
"item": "item-border-radius"
|
|
6269
|
+
},
|
|
6270
|
+
"path": [
|
|
6271
|
+
"conduction",
|
|
6272
|
+
"pagination",
|
|
6273
|
+
"item-border-radius"
|
|
6274
|
+
]
|
|
6275
|
+
},
|
|
6276
|
+
"item-padding-inline-start": {
|
|
6277
|
+
"value": "8px",
|
|
6278
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6279
|
+
"isSource": true,
|
|
6280
|
+
"original": {
|
|
6281
|
+
"value": "{leiden.size.xs}"
|
|
6282
|
+
},
|
|
6283
|
+
"name": "conductionPaginationItemPaddingInlineStart",
|
|
6284
|
+
"attributes": {
|
|
6285
|
+
"category": "conduction",
|
|
6286
|
+
"type": "pagination",
|
|
6287
|
+
"item": "item-padding-inline-start"
|
|
6288
|
+
},
|
|
6289
|
+
"path": [
|
|
6290
|
+
"conduction",
|
|
6291
|
+
"pagination",
|
|
6292
|
+
"item-padding-inline-start"
|
|
6293
|
+
]
|
|
6294
|
+
},
|
|
6295
|
+
"item-padding-inline-end": {
|
|
6296
|
+
"value": "8px",
|
|
6297
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6298
|
+
"isSource": true,
|
|
6299
|
+
"original": {
|
|
6300
|
+
"value": "{leiden.size.xs}"
|
|
6301
|
+
},
|
|
6302
|
+
"name": "conductionPaginationItemPaddingInlineEnd",
|
|
6303
|
+
"attributes": {
|
|
6304
|
+
"category": "conduction",
|
|
6305
|
+
"type": "pagination",
|
|
6306
|
+
"item": "item-padding-inline-end"
|
|
6307
|
+
},
|
|
6308
|
+
"path": [
|
|
6309
|
+
"conduction",
|
|
6310
|
+
"pagination",
|
|
6311
|
+
"item-padding-inline-end"
|
|
6312
|
+
]
|
|
6313
|
+
},
|
|
6314
|
+
"item-padding-block-start": {
|
|
6315
|
+
"value": "8px",
|
|
6316
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6317
|
+
"isSource": true,
|
|
6318
|
+
"original": {
|
|
6319
|
+
"value": "{leiden.size.xs}"
|
|
6320
|
+
},
|
|
6321
|
+
"name": "conductionPaginationItemPaddingBlockStart",
|
|
6322
|
+
"attributes": {
|
|
6323
|
+
"category": "conduction",
|
|
6324
|
+
"type": "pagination",
|
|
6325
|
+
"item": "item-padding-block-start"
|
|
6326
|
+
},
|
|
6327
|
+
"path": [
|
|
6328
|
+
"conduction",
|
|
6329
|
+
"pagination",
|
|
6330
|
+
"item-padding-block-start"
|
|
6331
|
+
]
|
|
6332
|
+
},
|
|
6333
|
+
"item-padding-block-end": {
|
|
6334
|
+
"value": "8px",
|
|
6335
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6336
|
+
"isSource": true,
|
|
6337
|
+
"original": {
|
|
6338
|
+
"value": "{leiden.size.xs}"
|
|
6339
|
+
},
|
|
6340
|
+
"name": "conductionPaginationItemPaddingBlockEnd",
|
|
6341
|
+
"attributes": {
|
|
6342
|
+
"category": "conduction",
|
|
6343
|
+
"type": "pagination",
|
|
6344
|
+
"item": "item-padding-block-end"
|
|
6345
|
+
},
|
|
6346
|
+
"path": [
|
|
6347
|
+
"conduction",
|
|
6348
|
+
"pagination",
|
|
6349
|
+
"item-padding-block-end"
|
|
6350
|
+
]
|
|
6351
|
+
},
|
|
6352
|
+
"item-font-size": {
|
|
6353
|
+
"value": "15px",
|
|
6354
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6355
|
+
"isSource": true,
|
|
6356
|
+
"original": {
|
|
6357
|
+
"value": "15px"
|
|
6358
|
+
},
|
|
6359
|
+
"name": "conductionPaginationItemFontSize",
|
|
6360
|
+
"attributes": {
|
|
6361
|
+
"category": "conduction",
|
|
6362
|
+
"type": "pagination",
|
|
6363
|
+
"item": "item-font-size"
|
|
6364
|
+
},
|
|
6365
|
+
"path": [
|
|
6366
|
+
"conduction",
|
|
6367
|
+
"pagination",
|
|
6368
|
+
"item-font-size"
|
|
6369
|
+
]
|
|
6370
|
+
},
|
|
6371
|
+
"item-font-weight": {
|
|
6372
|
+
"value": "700",
|
|
6373
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6374
|
+
"isSource": true,
|
|
6375
|
+
"original": {
|
|
6376
|
+
"value": "{leiden.typography.font-weight.bold}"
|
|
6377
|
+
},
|
|
6378
|
+
"name": "conductionPaginationItemFontWeight",
|
|
6379
|
+
"attributes": {
|
|
6380
|
+
"category": "conduction",
|
|
6381
|
+
"type": "pagination",
|
|
6382
|
+
"item": "item-font-weight"
|
|
6383
|
+
},
|
|
6384
|
+
"path": [
|
|
6385
|
+
"conduction",
|
|
6386
|
+
"pagination",
|
|
6387
|
+
"item-font-weight"
|
|
6388
|
+
]
|
|
6389
|
+
},
|
|
6390
|
+
"item-font-family": {
|
|
6391
|
+
"value": "\"Open Sans\", Arial, sans-serif",
|
|
6392
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6393
|
+
"isSource": true,
|
|
6394
|
+
"original": {
|
|
6395
|
+
"value": "{utrecht.document.font-family}"
|
|
6396
|
+
},
|
|
6397
|
+
"name": "conductionPaginationItemFontFamily",
|
|
6398
|
+
"attributes": {
|
|
6399
|
+
"category": "conduction",
|
|
6400
|
+
"type": "pagination",
|
|
6401
|
+
"item": "item-font-family"
|
|
6402
|
+
},
|
|
6403
|
+
"path": [
|
|
6404
|
+
"conduction",
|
|
6405
|
+
"pagination",
|
|
6406
|
+
"item-font-family"
|
|
6407
|
+
]
|
|
6408
|
+
},
|
|
6409
|
+
"item-border-width": {},
|
|
6410
|
+
"item-border-style": {},
|
|
6411
|
+
"item-border-color": {},
|
|
6412
|
+
"navigation-button-padding-inline-start": {
|
|
6413
|
+
"value": "8px",
|
|
6414
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6415
|
+
"isSource": true,
|
|
6416
|
+
"original": {
|
|
6417
|
+
"value": "{leiden.size.xs}"
|
|
6418
|
+
},
|
|
6419
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineStart",
|
|
6420
|
+
"attributes": {
|
|
6421
|
+
"category": "conduction",
|
|
6422
|
+
"type": "pagination",
|
|
6423
|
+
"item": "navigation-button-padding-inline-start"
|
|
6424
|
+
},
|
|
6425
|
+
"path": [
|
|
6426
|
+
"conduction",
|
|
6427
|
+
"pagination",
|
|
6428
|
+
"navigation-button-padding-inline-start"
|
|
6429
|
+
]
|
|
6430
|
+
},
|
|
6431
|
+
"navigation-button-padding-inline-end": {
|
|
6432
|
+
"value": "8px",
|
|
6433
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6434
|
+
"isSource": true,
|
|
6435
|
+
"original": {
|
|
6436
|
+
"value": "{leiden.size.xs}"
|
|
6437
|
+
},
|
|
6438
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineEnd",
|
|
6439
|
+
"attributes": {
|
|
6440
|
+
"category": "conduction",
|
|
6441
|
+
"type": "pagination",
|
|
6442
|
+
"item": "navigation-button-padding-inline-end"
|
|
6443
|
+
},
|
|
6444
|
+
"path": [
|
|
6445
|
+
"conduction",
|
|
6446
|
+
"pagination",
|
|
6447
|
+
"navigation-button-padding-inline-end"
|
|
6448
|
+
]
|
|
6449
|
+
},
|
|
6450
|
+
"navigation-button-padding-block-start": {
|
|
6451
|
+
"value": "0px",
|
|
6452
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6453
|
+
"isSource": true,
|
|
6454
|
+
"original": {
|
|
6455
|
+
"value": "0px"
|
|
6456
|
+
},
|
|
6457
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockStart",
|
|
6458
|
+
"attributes": {
|
|
6459
|
+
"category": "conduction",
|
|
6460
|
+
"type": "pagination",
|
|
6461
|
+
"item": "navigation-button-padding-block-start"
|
|
6462
|
+
},
|
|
6463
|
+
"path": [
|
|
6464
|
+
"conduction",
|
|
6465
|
+
"pagination",
|
|
6466
|
+
"navigation-button-padding-block-start"
|
|
6467
|
+
]
|
|
6468
|
+
},
|
|
6469
|
+
"navigation-button-padding-block-end": {
|
|
6470
|
+
"value": "0px",
|
|
6471
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6472
|
+
"isSource": true,
|
|
6473
|
+
"original": {
|
|
6474
|
+
"value": "0px"
|
|
6475
|
+
},
|
|
6476
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockEnd",
|
|
6477
|
+
"attributes": {
|
|
6478
|
+
"category": "conduction",
|
|
6479
|
+
"type": "pagination",
|
|
6480
|
+
"item": "navigation-button-padding-block-end"
|
|
6481
|
+
},
|
|
6482
|
+
"path": [
|
|
6483
|
+
"conduction",
|
|
6484
|
+
"pagination",
|
|
6485
|
+
"navigation-button-padding-block-end"
|
|
6486
|
+
]
|
|
6487
|
+
},
|
|
6488
|
+
"disabled-color": {
|
|
6489
|
+
"value": "#e4e4e4",
|
|
6490
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6491
|
+
"isSource": true,
|
|
6492
|
+
"original": {
|
|
6493
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
6494
|
+
},
|
|
6495
|
+
"name": "conductionPaginationDisabledColor",
|
|
6496
|
+
"attributes": {
|
|
6497
|
+
"category": "conduction",
|
|
6498
|
+
"type": "pagination",
|
|
6499
|
+
"item": "disabled-color"
|
|
6500
|
+
},
|
|
6501
|
+
"path": [
|
|
6502
|
+
"conduction",
|
|
6503
|
+
"pagination",
|
|
6504
|
+
"disabled-color"
|
|
6505
|
+
]
|
|
6506
|
+
},
|
|
6507
|
+
"disabled-background-color": {
|
|
6508
|
+
"value": "#ffffff",
|
|
6509
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6510
|
+
"isSource": true,
|
|
6511
|
+
"original": {
|
|
6512
|
+
"value": "{leiden.color.white.100}"
|
|
6513
|
+
},
|
|
6514
|
+
"name": "conductionPaginationDisabledBackgroundColor",
|
|
6515
|
+
"attributes": {
|
|
6516
|
+
"category": "conduction",
|
|
6517
|
+
"type": "pagination",
|
|
6518
|
+
"item": "disabled-background-color"
|
|
6519
|
+
},
|
|
6520
|
+
"path": [
|
|
6521
|
+
"conduction",
|
|
6522
|
+
"pagination",
|
|
6523
|
+
"disabled-background-color"
|
|
6524
|
+
]
|
|
6525
|
+
},
|
|
6526
|
+
"current-page-color": {
|
|
6527
|
+
"value": "#0d1921",
|
|
6528
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6529
|
+
"isSource": true,
|
|
6530
|
+
"original": {
|
|
6531
|
+
"value": "{leiden.color.black.9}"
|
|
6532
|
+
},
|
|
6533
|
+
"name": "conductionPaginationCurrentPageColor",
|
|
6534
|
+
"attributes": {
|
|
6535
|
+
"category": "conduction",
|
|
6536
|
+
"type": "pagination",
|
|
6537
|
+
"item": "current-page-color"
|
|
6538
|
+
},
|
|
6539
|
+
"path": [
|
|
6540
|
+
"conduction",
|
|
6541
|
+
"pagination",
|
|
6542
|
+
"current-page-color"
|
|
6543
|
+
]
|
|
6544
|
+
},
|
|
6545
|
+
"current-page-background-color": {
|
|
6546
|
+
"value": "#ffffff",
|
|
6547
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6548
|
+
"isSource": true,
|
|
6549
|
+
"original": {
|
|
6550
|
+
"value": "{leiden.color.white.100}"
|
|
6551
|
+
},
|
|
6552
|
+
"name": "conductionPaginationCurrentPageBackgroundColor",
|
|
6553
|
+
"attributes": {
|
|
6554
|
+
"category": "conduction",
|
|
6555
|
+
"type": "pagination",
|
|
6556
|
+
"item": "current-page-background-color"
|
|
6557
|
+
},
|
|
6558
|
+
"path": [
|
|
6559
|
+
"conduction",
|
|
6560
|
+
"pagination",
|
|
6561
|
+
"current-page-background-color"
|
|
6562
|
+
]
|
|
6563
|
+
},
|
|
6564
|
+
"current-page-font-weight": {
|
|
6565
|
+
"value": "700",
|
|
6566
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6567
|
+
"isSource": true,
|
|
6568
|
+
"original": {
|
|
6569
|
+
"value": "{leiden.typography.font-weight.bold}"
|
|
6570
|
+
},
|
|
6571
|
+
"name": "conductionPaginationCurrentPageFontWeight",
|
|
6572
|
+
"attributes": {
|
|
6573
|
+
"category": "conduction",
|
|
6574
|
+
"type": "pagination",
|
|
6575
|
+
"item": "current-page-font-weight"
|
|
6576
|
+
},
|
|
6577
|
+
"path": [
|
|
6578
|
+
"conduction",
|
|
6579
|
+
"pagination",
|
|
6580
|
+
"current-page-font-weight"
|
|
6581
|
+
]
|
|
6582
|
+
},
|
|
6583
|
+
"current-page-text-decoration": {
|
|
6584
|
+
"value": "underline",
|
|
6585
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6586
|
+
"isSource": true,
|
|
6587
|
+
"original": {
|
|
6588
|
+
"value": "underline"
|
|
6589
|
+
},
|
|
6590
|
+
"name": "conductionPaginationCurrentPageTextDecoration",
|
|
6591
|
+
"attributes": {
|
|
6592
|
+
"category": "conduction",
|
|
6593
|
+
"type": "pagination",
|
|
6594
|
+
"item": "current-page-text-decoration"
|
|
6595
|
+
},
|
|
6596
|
+
"path": [
|
|
6597
|
+
"conduction",
|
|
6598
|
+
"pagination",
|
|
6599
|
+
"current-page-text-decoration"
|
|
6600
|
+
]
|
|
6601
|
+
},
|
|
6602
|
+
"current-page-border-width": {},
|
|
6603
|
+
"current-page-border-style": {},
|
|
6604
|
+
"current-page-border-color": {},
|
|
6605
|
+
"page-hover-color": {
|
|
6606
|
+
"value": "#057aba",
|
|
6607
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6608
|
+
"isSource": true,
|
|
6609
|
+
"original": {
|
|
6610
|
+
"value": "{leiden.color.lightblue.37}"
|
|
6611
|
+
},
|
|
6612
|
+
"name": "conductionPaginationPageHoverColor",
|
|
6613
|
+
"attributes": {
|
|
6614
|
+
"category": "conduction",
|
|
6615
|
+
"type": "pagination",
|
|
6616
|
+
"item": "page-hover-color"
|
|
6617
|
+
},
|
|
6618
|
+
"path": [
|
|
6619
|
+
"conduction",
|
|
6620
|
+
"pagination",
|
|
6621
|
+
"page-hover-color"
|
|
6622
|
+
]
|
|
6623
|
+
},
|
|
6624
|
+
"page-hover-background-color": {
|
|
6625
|
+
"value": "#ffffff",
|
|
6626
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6627
|
+
"isSource": true,
|
|
6628
|
+
"original": {
|
|
6629
|
+
"value": "{leiden.color.white.100}"
|
|
6630
|
+
},
|
|
6631
|
+
"name": "conductionPaginationPageHoverBackgroundColor",
|
|
6632
|
+
"attributes": {
|
|
6633
|
+
"category": "conduction",
|
|
6634
|
+
"type": "pagination",
|
|
6635
|
+
"item": "page-hover-background-color"
|
|
6636
|
+
},
|
|
6637
|
+
"path": [
|
|
6638
|
+
"conduction",
|
|
6639
|
+
"pagination",
|
|
6640
|
+
"page-hover-background-color"
|
|
6641
|
+
]
|
|
6642
|
+
},
|
|
6643
|
+
"page-hover-text-decoration": {
|
|
6644
|
+
"value": "underline",
|
|
6645
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6646
|
+
"isSource": true,
|
|
6647
|
+
"original": {
|
|
6648
|
+
"value": "underline"
|
|
6649
|
+
},
|
|
6650
|
+
"name": "conductionPaginationPageHoverTextDecoration",
|
|
6651
|
+
"attributes": {
|
|
6652
|
+
"category": "conduction",
|
|
6653
|
+
"type": "pagination",
|
|
6654
|
+
"item": "page-hover-text-decoration"
|
|
6655
|
+
},
|
|
6656
|
+
"path": [
|
|
6657
|
+
"conduction",
|
|
6658
|
+
"pagination",
|
|
6659
|
+
"page-hover-text-decoration"
|
|
6660
|
+
]
|
|
6661
|
+
},
|
|
6662
|
+
"page-hover-text-decoration-thickness": {
|
|
6663
|
+
"value": "1px",
|
|
6664
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6665
|
+
"isSource": true,
|
|
6666
|
+
"original": {
|
|
6667
|
+
"value": "1px"
|
|
6668
|
+
},
|
|
6669
|
+
"name": "conductionPaginationPageHoverTextDecorationThickness",
|
|
6670
|
+
"attributes": {
|
|
6671
|
+
"category": "conduction",
|
|
6672
|
+
"type": "pagination",
|
|
6673
|
+
"item": "page-hover-text-decoration-thickness"
|
|
6674
|
+
},
|
|
6675
|
+
"path": [
|
|
6676
|
+
"conduction",
|
|
6677
|
+
"pagination",
|
|
6678
|
+
"page-hover-text-decoration-thickness"
|
|
6679
|
+
]
|
|
6680
|
+
},
|
|
6681
|
+
"page-hover-border-width": {},
|
|
6682
|
+
"page-hover-border-style": {},
|
|
6683
|
+
"page-hover-border-color": {}
|
|
6684
|
+
},
|
|
6077
6685
|
"input-select": {
|
|
6078
6686
|
"background-color": {
|
|
6079
6687
|
"value": "#ffffff",
|
package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json
CHANGED
|
@@ -3,12 +3,18 @@
|
|
|
3
3
|
"card-wrapper": {
|
|
4
4
|
"background-color": { "value": "{leiden.color.lightgrey.89}" },
|
|
5
5
|
"border-color": {},
|
|
6
|
-
"border-width": { "value": "unset" },
|
|
7
6
|
"border-style": {},
|
|
7
|
+
"border-width": { "value": "unset" },
|
|
8
|
+
"border-bottom-color": {},
|
|
9
|
+
"border-bottom-style": {},
|
|
10
|
+
"border-bottom-width": {},
|
|
8
11
|
"border-radius": { "value": "0px" },
|
|
9
12
|
"color": { "value": "{utrecht.document.color}" },
|
|
10
13
|
"hover": {
|
|
11
|
-
"background-color": {}
|
|
14
|
+
"background-color": {},
|
|
15
|
+
"border-bottom-color": {},
|
|
16
|
+
"border-bottom-style": {},
|
|
17
|
+
"border-bottom-width": {}
|
|
12
18
|
},
|
|
13
19
|
"padding-inline-end": { "value": "{leiden.size.xl}" },
|
|
14
20
|
"padding-inline-start": { "value": "{leiden.size.xl}" },
|