@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
|
@@ -6073,6 +6073,7 @@
|
|
|
6073
6073
|
]
|
|
6074
6074
|
},
|
|
6075
6075
|
"border-color": {},
|
|
6076
|
+
"border-style": {},
|
|
6076
6077
|
"border-width": {
|
|
6077
6078
|
"value": "unset",
|
|
6078
6079
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -6092,7 +6093,9 @@
|
|
|
6092
6093
|
"border-width"
|
|
6093
6094
|
]
|
|
6094
6095
|
},
|
|
6095
|
-
"border-
|
|
6096
|
+
"border-bottom-color": {},
|
|
6097
|
+
"border-bottom-style": {},
|
|
6098
|
+
"border-bottom-width": {},
|
|
6096
6099
|
"border-radius": {
|
|
6097
6100
|
"value": "18px",
|
|
6098
6101
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -6132,7 +6135,10 @@
|
|
|
6132
6135
|
]
|
|
6133
6136
|
},
|
|
6134
6137
|
"hover": {
|
|
6135
|
-
"background-color": {}
|
|
6138
|
+
"background-color": {},
|
|
6139
|
+
"border-bottom-color": {},
|
|
6140
|
+
"border-bottom-style": {},
|
|
6141
|
+
"border-bottom-width": {}
|
|
6136
6142
|
},
|
|
6137
6143
|
"padding-inline-end": {
|
|
6138
6144
|
"value": "18px",
|
|
@@ -6211,6 +6217,587 @@
|
|
|
6211
6217
|
]
|
|
6212
6218
|
}
|
|
6213
6219
|
},
|
|
6220
|
+
"pagination": {
|
|
6221
|
+
"container-background-color": {
|
|
6222
|
+
"value": "unset",
|
|
6223
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6224
|
+
"isSource": true,
|
|
6225
|
+
"original": {
|
|
6226
|
+
"value": "unset"
|
|
6227
|
+
},
|
|
6228
|
+
"name": "conductionPaginationContainerBackgroundColor",
|
|
6229
|
+
"attributes": {
|
|
6230
|
+
"category": "conduction",
|
|
6231
|
+
"type": "pagination",
|
|
6232
|
+
"item": "container-background-color"
|
|
6233
|
+
},
|
|
6234
|
+
"path": [
|
|
6235
|
+
"conduction",
|
|
6236
|
+
"pagination",
|
|
6237
|
+
"container-background-color"
|
|
6238
|
+
]
|
|
6239
|
+
},
|
|
6240
|
+
"container-padding-inline-start": {
|
|
6241
|
+
"value": "0px",
|
|
6242
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6243
|
+
"isSource": true,
|
|
6244
|
+
"original": {
|
|
6245
|
+
"value": "0px"
|
|
6246
|
+
},
|
|
6247
|
+
"name": "conductionPaginationContainerPaddingInlineStart",
|
|
6248
|
+
"attributes": {
|
|
6249
|
+
"category": "conduction",
|
|
6250
|
+
"type": "pagination",
|
|
6251
|
+
"item": "container-padding-inline-start"
|
|
6252
|
+
},
|
|
6253
|
+
"path": [
|
|
6254
|
+
"conduction",
|
|
6255
|
+
"pagination",
|
|
6256
|
+
"container-padding-inline-start"
|
|
6257
|
+
]
|
|
6258
|
+
},
|
|
6259
|
+
"container-padding-inline-end": {
|
|
6260
|
+
"value": "0px",
|
|
6261
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6262
|
+
"isSource": true,
|
|
6263
|
+
"original": {
|
|
6264
|
+
"value": "0px"
|
|
6265
|
+
},
|
|
6266
|
+
"name": "conductionPaginationContainerPaddingInlineEnd",
|
|
6267
|
+
"attributes": {
|
|
6268
|
+
"category": "conduction",
|
|
6269
|
+
"type": "pagination",
|
|
6270
|
+
"item": "container-padding-inline-end"
|
|
6271
|
+
},
|
|
6272
|
+
"path": [
|
|
6273
|
+
"conduction",
|
|
6274
|
+
"pagination",
|
|
6275
|
+
"container-padding-inline-end"
|
|
6276
|
+
]
|
|
6277
|
+
},
|
|
6278
|
+
"container-padding-block-start": {
|
|
6279
|
+
"value": "0px",
|
|
6280
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6281
|
+
"isSource": true,
|
|
6282
|
+
"original": {
|
|
6283
|
+
"value": "0px"
|
|
6284
|
+
},
|
|
6285
|
+
"name": "conductionPaginationContainerPaddingBlockStart",
|
|
6286
|
+
"attributes": {
|
|
6287
|
+
"category": "conduction",
|
|
6288
|
+
"type": "pagination",
|
|
6289
|
+
"item": "container-padding-block-start"
|
|
6290
|
+
},
|
|
6291
|
+
"path": [
|
|
6292
|
+
"conduction",
|
|
6293
|
+
"pagination",
|
|
6294
|
+
"container-padding-block-start"
|
|
6295
|
+
]
|
|
6296
|
+
},
|
|
6297
|
+
"container-padding-block-end": {
|
|
6298
|
+
"value": "0px",
|
|
6299
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6300
|
+
"isSource": true,
|
|
6301
|
+
"original": {
|
|
6302
|
+
"value": "0px"
|
|
6303
|
+
},
|
|
6304
|
+
"name": "conductionPaginationContainerPaddingBlockEnd",
|
|
6305
|
+
"attributes": {
|
|
6306
|
+
"category": "conduction",
|
|
6307
|
+
"type": "pagination",
|
|
6308
|
+
"item": "container-padding-block-end"
|
|
6309
|
+
},
|
|
6310
|
+
"path": [
|
|
6311
|
+
"conduction",
|
|
6312
|
+
"pagination",
|
|
6313
|
+
"container-padding-block-end"
|
|
6314
|
+
]
|
|
6315
|
+
},
|
|
6316
|
+
"item-gap": {
|
|
6317
|
+
"value": "4px",
|
|
6318
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6319
|
+
"isSource": true,
|
|
6320
|
+
"original": {
|
|
6321
|
+
"value": "{xxllnc.size.2xs}"
|
|
6322
|
+
},
|
|
6323
|
+
"name": "conductionPaginationItemGap",
|
|
6324
|
+
"attributes": {
|
|
6325
|
+
"category": "conduction",
|
|
6326
|
+
"type": "pagination",
|
|
6327
|
+
"item": "item-gap"
|
|
6328
|
+
},
|
|
6329
|
+
"path": [
|
|
6330
|
+
"conduction",
|
|
6331
|
+
"pagination",
|
|
6332
|
+
"item-gap"
|
|
6333
|
+
]
|
|
6334
|
+
},
|
|
6335
|
+
"item-color": {
|
|
6336
|
+
"value": "#000000ad",
|
|
6337
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6338
|
+
"isSource": true,
|
|
6339
|
+
"original": {
|
|
6340
|
+
"value": "{xxllnc.color.primary}"
|
|
6341
|
+
},
|
|
6342
|
+
"name": "conductionPaginationItemColor",
|
|
6343
|
+
"attributes": {
|
|
6344
|
+
"category": "conduction",
|
|
6345
|
+
"type": "pagination",
|
|
6346
|
+
"item": "item-color"
|
|
6347
|
+
},
|
|
6348
|
+
"path": [
|
|
6349
|
+
"conduction",
|
|
6350
|
+
"pagination",
|
|
6351
|
+
"item-color"
|
|
6352
|
+
]
|
|
6353
|
+
},
|
|
6354
|
+
"item-background-color": {
|
|
6355
|
+
"value": "#ffffff",
|
|
6356
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6357
|
+
"isSource": true,
|
|
6358
|
+
"original": {
|
|
6359
|
+
"value": "{xxllnc.color.white.100}"
|
|
6360
|
+
},
|
|
6361
|
+
"name": "conductionPaginationItemBackgroundColor",
|
|
6362
|
+
"attributes": {
|
|
6363
|
+
"category": "conduction",
|
|
6364
|
+
"type": "pagination",
|
|
6365
|
+
"item": "item-background-color"
|
|
6366
|
+
},
|
|
6367
|
+
"path": [
|
|
6368
|
+
"conduction",
|
|
6369
|
+
"pagination",
|
|
6370
|
+
"item-background-color"
|
|
6371
|
+
]
|
|
6372
|
+
},
|
|
6373
|
+
"item-border-radius": {
|
|
6374
|
+
"value": "32px",
|
|
6375
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6376
|
+
"isSource": true,
|
|
6377
|
+
"original": {
|
|
6378
|
+
"value": "{xxllnc.size.xl}"
|
|
6379
|
+
},
|
|
6380
|
+
"name": "conductionPaginationItemBorderRadius",
|
|
6381
|
+
"attributes": {
|
|
6382
|
+
"category": "conduction",
|
|
6383
|
+
"type": "pagination",
|
|
6384
|
+
"item": "item-border-radius"
|
|
6385
|
+
},
|
|
6386
|
+
"path": [
|
|
6387
|
+
"conduction",
|
|
6388
|
+
"pagination",
|
|
6389
|
+
"item-border-radius"
|
|
6390
|
+
]
|
|
6391
|
+
},
|
|
6392
|
+
"item-padding-inline-start": {
|
|
6393
|
+
"value": "12px",
|
|
6394
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6395
|
+
"isSource": true,
|
|
6396
|
+
"original": {
|
|
6397
|
+
"value": "12px"
|
|
6398
|
+
},
|
|
6399
|
+
"name": "conductionPaginationItemPaddingInlineStart",
|
|
6400
|
+
"attributes": {
|
|
6401
|
+
"category": "conduction",
|
|
6402
|
+
"type": "pagination",
|
|
6403
|
+
"item": "item-padding-inline-start"
|
|
6404
|
+
},
|
|
6405
|
+
"path": [
|
|
6406
|
+
"conduction",
|
|
6407
|
+
"pagination",
|
|
6408
|
+
"item-padding-inline-start"
|
|
6409
|
+
]
|
|
6410
|
+
},
|
|
6411
|
+
"item-padding-inline-end": {
|
|
6412
|
+
"value": "12px",
|
|
6413
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6414
|
+
"isSource": true,
|
|
6415
|
+
"original": {
|
|
6416
|
+
"value": "12px"
|
|
6417
|
+
},
|
|
6418
|
+
"name": "conductionPaginationItemPaddingInlineEnd",
|
|
6419
|
+
"attributes": {
|
|
6420
|
+
"category": "conduction",
|
|
6421
|
+
"type": "pagination",
|
|
6422
|
+
"item": "item-padding-inline-end"
|
|
6423
|
+
},
|
|
6424
|
+
"path": [
|
|
6425
|
+
"conduction",
|
|
6426
|
+
"pagination",
|
|
6427
|
+
"item-padding-inline-end"
|
|
6428
|
+
]
|
|
6429
|
+
},
|
|
6430
|
+
"item-padding-block-start": {
|
|
6431
|
+
"value": "8px",
|
|
6432
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6433
|
+
"isSource": true,
|
|
6434
|
+
"original": {
|
|
6435
|
+
"value": "{xxllnc.size.xs}"
|
|
6436
|
+
},
|
|
6437
|
+
"name": "conductionPaginationItemPaddingBlockStart",
|
|
6438
|
+
"attributes": {
|
|
6439
|
+
"category": "conduction",
|
|
6440
|
+
"type": "pagination",
|
|
6441
|
+
"item": "item-padding-block-start"
|
|
6442
|
+
},
|
|
6443
|
+
"path": [
|
|
6444
|
+
"conduction",
|
|
6445
|
+
"pagination",
|
|
6446
|
+
"item-padding-block-start"
|
|
6447
|
+
]
|
|
6448
|
+
},
|
|
6449
|
+
"item-padding-block-end": {
|
|
6450
|
+
"value": "8px",
|
|
6451
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6452
|
+
"isSource": true,
|
|
6453
|
+
"original": {
|
|
6454
|
+
"value": "{xxllnc.size.xs}"
|
|
6455
|
+
},
|
|
6456
|
+
"name": "conductionPaginationItemPaddingBlockEnd",
|
|
6457
|
+
"attributes": {
|
|
6458
|
+
"category": "conduction",
|
|
6459
|
+
"type": "pagination",
|
|
6460
|
+
"item": "item-padding-block-end"
|
|
6461
|
+
},
|
|
6462
|
+
"path": [
|
|
6463
|
+
"conduction",
|
|
6464
|
+
"pagination",
|
|
6465
|
+
"item-padding-block-end"
|
|
6466
|
+
]
|
|
6467
|
+
},
|
|
6468
|
+
"item-font-size": {
|
|
6469
|
+
"value": "16px",
|
|
6470
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6471
|
+
"isSource": true,
|
|
6472
|
+
"original": {
|
|
6473
|
+
"value": "{utrecht.document.font-size}"
|
|
6474
|
+
},
|
|
6475
|
+
"name": "conductionPaginationItemFontSize",
|
|
6476
|
+
"attributes": {
|
|
6477
|
+
"category": "conduction",
|
|
6478
|
+
"type": "pagination",
|
|
6479
|
+
"item": "item-font-size"
|
|
6480
|
+
},
|
|
6481
|
+
"path": [
|
|
6482
|
+
"conduction",
|
|
6483
|
+
"pagination",
|
|
6484
|
+
"item-font-size"
|
|
6485
|
+
]
|
|
6486
|
+
},
|
|
6487
|
+
"item-font-weight": {
|
|
6488
|
+
"value": "400",
|
|
6489
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6490
|
+
"isSource": true,
|
|
6491
|
+
"original": {
|
|
6492
|
+
"value": "{xxllnc.typography.font-weight.normal}"
|
|
6493
|
+
},
|
|
6494
|
+
"name": "conductionPaginationItemFontWeight",
|
|
6495
|
+
"attributes": {
|
|
6496
|
+
"category": "conduction",
|
|
6497
|
+
"type": "pagination",
|
|
6498
|
+
"item": "item-font-weight"
|
|
6499
|
+
},
|
|
6500
|
+
"path": [
|
|
6501
|
+
"conduction",
|
|
6502
|
+
"pagination",
|
|
6503
|
+
"item-font-weight"
|
|
6504
|
+
]
|
|
6505
|
+
},
|
|
6506
|
+
"item-font-family": {
|
|
6507
|
+
"value": "neue-haas-grotesk-text, sans-serif",
|
|
6508
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6509
|
+
"isSource": true,
|
|
6510
|
+
"original": {
|
|
6511
|
+
"value": "{utrecht.document.font-family}"
|
|
6512
|
+
},
|
|
6513
|
+
"name": "conductionPaginationItemFontFamily",
|
|
6514
|
+
"attributes": {
|
|
6515
|
+
"category": "conduction",
|
|
6516
|
+
"type": "pagination",
|
|
6517
|
+
"item": "item-font-family"
|
|
6518
|
+
},
|
|
6519
|
+
"path": [
|
|
6520
|
+
"conduction",
|
|
6521
|
+
"pagination",
|
|
6522
|
+
"item-font-family"
|
|
6523
|
+
]
|
|
6524
|
+
},
|
|
6525
|
+
"item-border-width": {},
|
|
6526
|
+
"item-border-style": {},
|
|
6527
|
+
"item-border-color": {},
|
|
6528
|
+
"navigation-button-padding-inline-start": {
|
|
6529
|
+
"value": "",
|
|
6530
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6531
|
+
"isSource": true,
|
|
6532
|
+
"original": {
|
|
6533
|
+
"value": ""
|
|
6534
|
+
},
|
|
6535
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineStart",
|
|
6536
|
+
"attributes": {
|
|
6537
|
+
"category": "conduction",
|
|
6538
|
+
"type": "pagination",
|
|
6539
|
+
"item": "navigation-button-padding-inline-start"
|
|
6540
|
+
},
|
|
6541
|
+
"path": [
|
|
6542
|
+
"conduction",
|
|
6543
|
+
"pagination",
|
|
6544
|
+
"navigation-button-padding-inline-start"
|
|
6545
|
+
]
|
|
6546
|
+
},
|
|
6547
|
+
"navigation-button-padding-inline-end": {
|
|
6548
|
+
"value": "",
|
|
6549
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6550
|
+
"isSource": true,
|
|
6551
|
+
"original": {
|
|
6552
|
+
"value": ""
|
|
6553
|
+
},
|
|
6554
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineEnd",
|
|
6555
|
+
"attributes": {
|
|
6556
|
+
"category": "conduction",
|
|
6557
|
+
"type": "pagination",
|
|
6558
|
+
"item": "navigation-button-padding-inline-end"
|
|
6559
|
+
},
|
|
6560
|
+
"path": [
|
|
6561
|
+
"conduction",
|
|
6562
|
+
"pagination",
|
|
6563
|
+
"navigation-button-padding-inline-end"
|
|
6564
|
+
]
|
|
6565
|
+
},
|
|
6566
|
+
"navigation-button-padding-block-start": {
|
|
6567
|
+
"value": "0px",
|
|
6568
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6569
|
+
"isSource": true,
|
|
6570
|
+
"original": {
|
|
6571
|
+
"value": "0px"
|
|
6572
|
+
},
|
|
6573
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockStart",
|
|
6574
|
+
"attributes": {
|
|
6575
|
+
"category": "conduction",
|
|
6576
|
+
"type": "pagination",
|
|
6577
|
+
"item": "navigation-button-padding-block-start"
|
|
6578
|
+
},
|
|
6579
|
+
"path": [
|
|
6580
|
+
"conduction",
|
|
6581
|
+
"pagination",
|
|
6582
|
+
"navigation-button-padding-block-start"
|
|
6583
|
+
]
|
|
6584
|
+
},
|
|
6585
|
+
"navigation-button-padding-block-end": {
|
|
6586
|
+
"value": "0px",
|
|
6587
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6588
|
+
"isSource": true,
|
|
6589
|
+
"original": {
|
|
6590
|
+
"value": "0px"
|
|
6591
|
+
},
|
|
6592
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockEnd",
|
|
6593
|
+
"attributes": {
|
|
6594
|
+
"category": "conduction",
|
|
6595
|
+
"type": "pagination",
|
|
6596
|
+
"item": "navigation-button-padding-block-end"
|
|
6597
|
+
},
|
|
6598
|
+
"path": [
|
|
6599
|
+
"conduction",
|
|
6600
|
+
"pagination",
|
|
6601
|
+
"navigation-button-padding-block-end"
|
|
6602
|
+
]
|
|
6603
|
+
},
|
|
6604
|
+
"disabled-color": {
|
|
6605
|
+
"value": "#e5e5e5",
|
|
6606
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6607
|
+
"isSource": true,
|
|
6608
|
+
"original": {
|
|
6609
|
+
"value": "{xxllnc.color.grey.90}"
|
|
6610
|
+
},
|
|
6611
|
+
"name": "conductionPaginationDisabledColor",
|
|
6612
|
+
"attributes": {
|
|
6613
|
+
"category": "conduction",
|
|
6614
|
+
"type": "pagination",
|
|
6615
|
+
"item": "disabled-color"
|
|
6616
|
+
},
|
|
6617
|
+
"path": [
|
|
6618
|
+
"conduction",
|
|
6619
|
+
"pagination",
|
|
6620
|
+
"disabled-color"
|
|
6621
|
+
]
|
|
6622
|
+
},
|
|
6623
|
+
"disabled-background-color": {
|
|
6624
|
+
"value": "unset",
|
|
6625
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6626
|
+
"isSource": true,
|
|
6627
|
+
"original": {
|
|
6628
|
+
"value": "unset"
|
|
6629
|
+
},
|
|
6630
|
+
"name": "conductionPaginationDisabledBackgroundColor",
|
|
6631
|
+
"attributes": {
|
|
6632
|
+
"category": "conduction",
|
|
6633
|
+
"type": "pagination",
|
|
6634
|
+
"item": "disabled-background-color"
|
|
6635
|
+
},
|
|
6636
|
+
"path": [
|
|
6637
|
+
"conduction",
|
|
6638
|
+
"pagination",
|
|
6639
|
+
"disabled-background-color"
|
|
6640
|
+
]
|
|
6641
|
+
},
|
|
6642
|
+
"current-page-color": {
|
|
6643
|
+
"value": "#ffffff",
|
|
6644
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6645
|
+
"isSource": true,
|
|
6646
|
+
"original": {
|
|
6647
|
+
"value": "{xxllnc.color.white.100}"
|
|
6648
|
+
},
|
|
6649
|
+
"name": "conductionPaginationCurrentPageColor",
|
|
6650
|
+
"attributes": {
|
|
6651
|
+
"category": "conduction",
|
|
6652
|
+
"type": "pagination",
|
|
6653
|
+
"item": "current-page-color"
|
|
6654
|
+
},
|
|
6655
|
+
"path": [
|
|
6656
|
+
"conduction",
|
|
6657
|
+
"pagination",
|
|
6658
|
+
"current-page-color"
|
|
6659
|
+
]
|
|
6660
|
+
},
|
|
6661
|
+
"current-page-background-color": {
|
|
6662
|
+
"value": "#333338",
|
|
6663
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6664
|
+
"isSource": true,
|
|
6665
|
+
"original": {
|
|
6666
|
+
"value": "{xxllnc.color.black.21}"
|
|
6667
|
+
},
|
|
6668
|
+
"name": "conductionPaginationCurrentPageBackgroundColor",
|
|
6669
|
+
"attributes": {
|
|
6670
|
+
"category": "conduction",
|
|
6671
|
+
"type": "pagination",
|
|
6672
|
+
"item": "current-page-background-color"
|
|
6673
|
+
},
|
|
6674
|
+
"path": [
|
|
6675
|
+
"conduction",
|
|
6676
|
+
"pagination",
|
|
6677
|
+
"current-page-background-color"
|
|
6678
|
+
]
|
|
6679
|
+
},
|
|
6680
|
+
"current-page-font-weight": {
|
|
6681
|
+
"value": "700",
|
|
6682
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6683
|
+
"isSource": true,
|
|
6684
|
+
"original": {
|
|
6685
|
+
"value": "{xxllnc.typography.font-weight.bold}"
|
|
6686
|
+
},
|
|
6687
|
+
"name": "conductionPaginationCurrentPageFontWeight",
|
|
6688
|
+
"attributes": {
|
|
6689
|
+
"category": "conduction",
|
|
6690
|
+
"type": "pagination",
|
|
6691
|
+
"item": "current-page-font-weight"
|
|
6692
|
+
},
|
|
6693
|
+
"path": [
|
|
6694
|
+
"conduction",
|
|
6695
|
+
"pagination",
|
|
6696
|
+
"current-page-font-weight"
|
|
6697
|
+
]
|
|
6698
|
+
},
|
|
6699
|
+
"current-page-text-decoration": {
|
|
6700
|
+
"value": "unset",
|
|
6701
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6702
|
+
"isSource": true,
|
|
6703
|
+
"original": {
|
|
6704
|
+
"value": "unset"
|
|
6705
|
+
},
|
|
6706
|
+
"name": "conductionPaginationCurrentPageTextDecoration",
|
|
6707
|
+
"attributes": {
|
|
6708
|
+
"category": "conduction",
|
|
6709
|
+
"type": "pagination",
|
|
6710
|
+
"item": "current-page-text-decoration"
|
|
6711
|
+
},
|
|
6712
|
+
"path": [
|
|
6713
|
+
"conduction",
|
|
6714
|
+
"pagination",
|
|
6715
|
+
"current-page-text-decoration"
|
|
6716
|
+
]
|
|
6717
|
+
},
|
|
6718
|
+
"current-page-border-width": {},
|
|
6719
|
+
"current-page-border-style": {},
|
|
6720
|
+
"current-page-border-color": {},
|
|
6721
|
+
"page-hover-color": {
|
|
6722
|
+
"value": "#000000ad",
|
|
6723
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6724
|
+
"isSource": true,
|
|
6725
|
+
"original": {
|
|
6726
|
+
"value": "{xxllnc.color.primary}"
|
|
6727
|
+
},
|
|
6728
|
+
"name": "conductionPaginationPageHoverColor",
|
|
6729
|
+
"attributes": {
|
|
6730
|
+
"category": "conduction",
|
|
6731
|
+
"type": "pagination",
|
|
6732
|
+
"item": "page-hover-color"
|
|
6733
|
+
},
|
|
6734
|
+
"path": [
|
|
6735
|
+
"conduction",
|
|
6736
|
+
"pagination",
|
|
6737
|
+
"page-hover-color"
|
|
6738
|
+
]
|
|
6739
|
+
},
|
|
6740
|
+
"page-hover-background-color": {
|
|
6741
|
+
"value": "#ffffff",
|
|
6742
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6743
|
+
"isSource": true,
|
|
6744
|
+
"original": {
|
|
6745
|
+
"value": "{xxllnc.color.white.100}"
|
|
6746
|
+
},
|
|
6747
|
+
"name": "conductionPaginationPageHoverBackgroundColor",
|
|
6748
|
+
"attributes": {
|
|
6749
|
+
"category": "conduction",
|
|
6750
|
+
"type": "pagination",
|
|
6751
|
+
"item": "page-hover-background-color"
|
|
6752
|
+
},
|
|
6753
|
+
"path": [
|
|
6754
|
+
"conduction",
|
|
6755
|
+
"pagination",
|
|
6756
|
+
"page-hover-background-color"
|
|
6757
|
+
]
|
|
6758
|
+
},
|
|
6759
|
+
"page-hover-text-decoration": {
|
|
6760
|
+
"value": "unset",
|
|
6761
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6762
|
+
"isSource": true,
|
|
6763
|
+
"original": {
|
|
6764
|
+
"value": "unset"
|
|
6765
|
+
},
|
|
6766
|
+
"name": "conductionPaginationPageHoverTextDecoration",
|
|
6767
|
+
"attributes": {
|
|
6768
|
+
"category": "conduction",
|
|
6769
|
+
"type": "pagination",
|
|
6770
|
+
"item": "page-hover-text-decoration"
|
|
6771
|
+
},
|
|
6772
|
+
"path": [
|
|
6773
|
+
"conduction",
|
|
6774
|
+
"pagination",
|
|
6775
|
+
"page-hover-text-decoration"
|
|
6776
|
+
]
|
|
6777
|
+
},
|
|
6778
|
+
"page-hover-text-decoration-thickness": {
|
|
6779
|
+
"value": "0px",
|
|
6780
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6781
|
+
"isSource": true,
|
|
6782
|
+
"original": {
|
|
6783
|
+
"value": "0px"
|
|
6784
|
+
},
|
|
6785
|
+
"name": "conductionPaginationPageHoverTextDecorationThickness",
|
|
6786
|
+
"attributes": {
|
|
6787
|
+
"category": "conduction",
|
|
6788
|
+
"type": "pagination",
|
|
6789
|
+
"item": "page-hover-text-decoration-thickness"
|
|
6790
|
+
},
|
|
6791
|
+
"path": [
|
|
6792
|
+
"conduction",
|
|
6793
|
+
"pagination",
|
|
6794
|
+
"page-hover-text-decoration-thickness"
|
|
6795
|
+
]
|
|
6796
|
+
},
|
|
6797
|
+
"page-hover-border-width": {},
|
|
6798
|
+
"page-hover-border-style": {},
|
|
6799
|
+
"page-hover-border-color": {}
|
|
6800
|
+
},
|
|
6214
6801
|
"input-select": {
|
|
6215
6802
|
"background-color": {
|
|
6216
6803
|
"value": "#ffffff",
|
package/municipalities/xxllnc-design-tokens/src/component/conduction/card-wrapper.tokens.json
CHANGED
|
@@ -3,12 +3,18 @@
|
|
|
3
3
|
"card-wrapper": {
|
|
4
4
|
"background-color": { "value": "{xxllnc.color.black.21}" },
|
|
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": "{xxllnc.size.md}" },
|
|
9
12
|
"color": { "value": "{xxllnc.color.white.95}" },
|
|
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": "{xxllnc.size.md}" },
|
|
14
20
|
"padding-inline-start": { "value": "{xxllnc.size.md}" },
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"conduction": {
|
|
3
|
+
"pagination": {
|
|
4
|
+
"container-background-color": { "value": "unset" },
|
|
5
|
+
"container-padding-inline-start": { "value": "0px" },
|
|
6
|
+
"container-padding-inline-end": { "value": "0px" },
|
|
7
|
+
"container-padding-block-start": { "value": "0px" },
|
|
8
|
+
"container-padding-block-end": { "value": "0px" },
|
|
9
|
+
|
|
10
|
+
"item-gap": { "value": "{xxllnc.size.2xs}" },
|
|
11
|
+
"item-color": { "value": "{xxllnc.color.primary}" },
|
|
12
|
+
"item-background-color": { "value": "{xxllnc.color.white.100}" },
|
|
13
|
+
"item-border-radius": { "value": "{xxllnc.size.xl}" },
|
|
14
|
+
"item-padding-inline-start": { "value": "12px" },
|
|
15
|
+
"item-padding-inline-end": { "value": "12px" },
|
|
16
|
+
"item-padding-block-start": { "value": "{xxllnc.size.xs}" },
|
|
17
|
+
"item-padding-block-end": { "value": "{xxllnc.size.xs}" },
|
|
18
|
+
"item-font-size": { "value": "{utrecht.document.font-size}" },
|
|
19
|
+
"item-font-weight": { "value": "{xxllnc.typography.font-weight.normal}" },
|
|
20
|
+
"item-font-family": { "value": "{utrecht.document.font-family}" },
|
|
21
|
+
"item-border-width": {},
|
|
22
|
+
"item-border-style": {},
|
|
23
|
+
"item-border-color": {},
|
|
24
|
+
|
|
25
|
+
"navigation-button-padding-inline-start": { "value": "" },
|
|
26
|
+
"navigation-button-padding-inline-end": { "value": "" },
|
|
27
|
+
"navigation-button-padding-block-start": { "value": "0px" },
|
|
28
|
+
"navigation-button-padding-block-end": { "value": "0px" },
|
|
29
|
+
|
|
30
|
+
"disabled-color": { "value": "{xxllnc.color.grey.90}" },
|
|
31
|
+
"disabled-background-color": { "value": "unset" },
|
|
32
|
+
|
|
33
|
+
"current-page-color": { "value": "{xxllnc.color.white.100}" },
|
|
34
|
+
"current-page-background-color": { "value": "{xxllnc.color.black.21}" },
|
|
35
|
+
"current-page-font-weight": { "value": "{xxllnc.typography.font-weight.bold}" },
|
|
36
|
+
"current-page-text-decoration": { "value": "unset" },
|
|
37
|
+
"current-page-border-width": {},
|
|
38
|
+
"current-page-border-style": {},
|
|
39
|
+
"current-page-border-color": {},
|
|
40
|
+
|
|
41
|
+
"page-hover-color": { "value": "{xxllnc.color.primary}" },
|
|
42
|
+
"page-hover-background-color": { "value": "{xxllnc.color.white.100}" },
|
|
43
|
+
"page-hover-text-decoration": { "value": "unset" },
|
|
44
|
+
"page-hover-text-decoration-thickness": { "value": "0px" },
|
|
45
|
+
"page-hover-border-width": {},
|
|
46
|
+
"page-hover-border-style": {},
|
|
47
|
+
"page-hover-border-color": {}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|