@conduction/theme 1.0.31 → 1.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -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 +572 -0
- package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +41 -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 +593 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +3 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/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 +614 -0
- package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +6 -0
- package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/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 +593 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +3 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +30 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +30 -1
- 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 +554 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +41 -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 +563 -9
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +1 -1
- package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/code.tokens.json +2 -2
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +17 -2
- package/municipalities/rotterdam-design-tokens/dist/index.js +17 -2
- package/municipalities/rotterdam-design-tokens/dist/index.json +309 -10
- package/municipalities/rotterdam-design-tokens/dist/index.less +17 -2
- package/municipalities/rotterdam-design-tokens/dist/index.scss +17 -2
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +347 -13
- package/municipalities/rotterdam-design-tokens/node_modules/.package-lock.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/LICENSE.md +17 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/README.md +3 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.js +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.less +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.scss +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/package.json +38 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/_responsive.scss +24 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/brand/rotterdam/color.tokens.json +340 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/brand/rotterdam/typography.tokens.json +97 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/rotterdam/space.tokens.json +16 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/utrecht/focus.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/utrecht/space.tokens.json +56 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/checkbox.style.dictionary.json +12 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/open-catalogi/data-badge.json +36 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/button.tokens.json +9 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/form-fieldset.tokens.json +11 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/paragraph.tokens.json +10 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/textbox.tokens.json +14 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/badge-counter.tokens.json +12 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/button.tokens.json +110 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/code-block.tokens.json +19 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/document.tokens.json +11 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/figure.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-control.tokens.json +30 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-field-description.tokens.json +18 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-field.tokens.json +8 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-fieldset.tokens.json +32 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-select.tokens.json +16 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading-1.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading-2.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading-3.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading.tokens.json +9 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/paragraph.tokens.json +24 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/table.tokens.json +52 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/textarea.tokens.json +25 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/textbox.tokens.json +47 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/config.json +34 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/custom.scss +14 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/font/download.sh +18 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/font.scss +47 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/index.scss +17 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/rotterdam-design-tokens/package-lock.json +21 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +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 +614 -0
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +6 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/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 +572 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/package.json +1 -3
|
@@ -6310,6 +6310,560 @@
|
|
|
6310
6310
|
]
|
|
6311
6311
|
}
|
|
6312
6312
|
},
|
|
6313
|
+
"pagination": {
|
|
6314
|
+
"container-background-color": {
|
|
6315
|
+
"value": "unset",
|
|
6316
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6317
|
+
"isSource": true,
|
|
6318
|
+
"original": {
|
|
6319
|
+
"value": "unset"
|
|
6320
|
+
},
|
|
6321
|
+
"name": "conductionPaginationContainerBackgroundColor",
|
|
6322
|
+
"attributes": {
|
|
6323
|
+
"category": "conduction",
|
|
6324
|
+
"type": "pagination",
|
|
6325
|
+
"item": "container-background-color"
|
|
6326
|
+
},
|
|
6327
|
+
"path": [
|
|
6328
|
+
"conduction",
|
|
6329
|
+
"pagination",
|
|
6330
|
+
"container-background-color"
|
|
6331
|
+
]
|
|
6332
|
+
},
|
|
6333
|
+
"container-padding-inline-start": {
|
|
6334
|
+
"value": "0px",
|
|
6335
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6336
|
+
"isSource": true,
|
|
6337
|
+
"original": {
|
|
6338
|
+
"value": "0px"
|
|
6339
|
+
},
|
|
6340
|
+
"name": "conductionPaginationContainerPaddingInlineStart",
|
|
6341
|
+
"attributes": {
|
|
6342
|
+
"category": "conduction",
|
|
6343
|
+
"type": "pagination",
|
|
6344
|
+
"item": "container-padding-inline-start"
|
|
6345
|
+
},
|
|
6346
|
+
"path": [
|
|
6347
|
+
"conduction",
|
|
6348
|
+
"pagination",
|
|
6349
|
+
"container-padding-inline-start"
|
|
6350
|
+
]
|
|
6351
|
+
},
|
|
6352
|
+
"container-padding-inline-end": {
|
|
6353
|
+
"value": "0px",
|
|
6354
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6355
|
+
"isSource": true,
|
|
6356
|
+
"original": {
|
|
6357
|
+
"value": "0px"
|
|
6358
|
+
},
|
|
6359
|
+
"name": "conductionPaginationContainerPaddingInlineEnd",
|
|
6360
|
+
"attributes": {
|
|
6361
|
+
"category": "conduction",
|
|
6362
|
+
"type": "pagination",
|
|
6363
|
+
"item": "container-padding-inline-end"
|
|
6364
|
+
},
|
|
6365
|
+
"path": [
|
|
6366
|
+
"conduction",
|
|
6367
|
+
"pagination",
|
|
6368
|
+
"container-padding-inline-end"
|
|
6369
|
+
]
|
|
6370
|
+
},
|
|
6371
|
+
"container-padding-block-start": {
|
|
6372
|
+
"value": "0px",
|
|
6373
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6374
|
+
"isSource": true,
|
|
6375
|
+
"original": {
|
|
6376
|
+
"value": "0px"
|
|
6377
|
+
},
|
|
6378
|
+
"name": "conductionPaginationContainerPaddingBlockStart",
|
|
6379
|
+
"attributes": {
|
|
6380
|
+
"category": "conduction",
|
|
6381
|
+
"type": "pagination",
|
|
6382
|
+
"item": "container-padding-block-start"
|
|
6383
|
+
},
|
|
6384
|
+
"path": [
|
|
6385
|
+
"conduction",
|
|
6386
|
+
"pagination",
|
|
6387
|
+
"container-padding-block-start"
|
|
6388
|
+
]
|
|
6389
|
+
},
|
|
6390
|
+
"container-padding-block-end": {
|
|
6391
|
+
"value": "0px",
|
|
6392
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6393
|
+
"isSource": true,
|
|
6394
|
+
"original": {
|
|
6395
|
+
"value": "0px"
|
|
6396
|
+
},
|
|
6397
|
+
"name": "conductionPaginationContainerPaddingBlockEnd",
|
|
6398
|
+
"attributes": {
|
|
6399
|
+
"category": "conduction",
|
|
6400
|
+
"type": "pagination",
|
|
6401
|
+
"item": "container-padding-block-end"
|
|
6402
|
+
},
|
|
6403
|
+
"path": [
|
|
6404
|
+
"conduction",
|
|
6405
|
+
"pagination",
|
|
6406
|
+
"container-padding-block-end"
|
|
6407
|
+
]
|
|
6408
|
+
},
|
|
6409
|
+
"item-gap": {
|
|
6410
|
+
"value": "4px",
|
|
6411
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6412
|
+
"isSource": true,
|
|
6413
|
+
"original": {
|
|
6414
|
+
"value": "{noaberkracht.size.2xs}"
|
|
6415
|
+
},
|
|
6416
|
+
"name": "conductionPaginationItemGap",
|
|
6417
|
+
"attributes": {
|
|
6418
|
+
"category": "conduction",
|
|
6419
|
+
"type": "pagination",
|
|
6420
|
+
"item": "item-gap"
|
|
6421
|
+
},
|
|
6422
|
+
"path": [
|
|
6423
|
+
"conduction",
|
|
6424
|
+
"pagination",
|
|
6425
|
+
"item-gap"
|
|
6426
|
+
]
|
|
6427
|
+
},
|
|
6428
|
+
"item-color": {
|
|
6429
|
+
"value": "#000000",
|
|
6430
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6431
|
+
"isSource": true,
|
|
6432
|
+
"original": {
|
|
6433
|
+
"value": "{noaberkracht.color.black.0}"
|
|
6434
|
+
},
|
|
6435
|
+
"name": "conductionPaginationItemColor",
|
|
6436
|
+
"attributes": {
|
|
6437
|
+
"category": "conduction",
|
|
6438
|
+
"type": "pagination",
|
|
6439
|
+
"item": "item-color"
|
|
6440
|
+
},
|
|
6441
|
+
"path": [
|
|
6442
|
+
"conduction",
|
|
6443
|
+
"pagination",
|
|
6444
|
+
"item-color"
|
|
6445
|
+
]
|
|
6446
|
+
},
|
|
6447
|
+
"item-background-color": {
|
|
6448
|
+
"value": "#ffffff",
|
|
6449
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6450
|
+
"isSource": true,
|
|
6451
|
+
"original": {
|
|
6452
|
+
"value": "{noaberkracht.color.white.100}"
|
|
6453
|
+
},
|
|
6454
|
+
"name": "conductionPaginationItemBackgroundColor",
|
|
6455
|
+
"attributes": {
|
|
6456
|
+
"category": "conduction",
|
|
6457
|
+
"type": "pagination",
|
|
6458
|
+
"item": "item-background-color"
|
|
6459
|
+
},
|
|
6460
|
+
"path": [
|
|
6461
|
+
"conduction",
|
|
6462
|
+
"pagination",
|
|
6463
|
+
"item-background-color"
|
|
6464
|
+
]
|
|
6465
|
+
},
|
|
6466
|
+
"item-border-radius": {
|
|
6467
|
+
"value": "18px",
|
|
6468
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6469
|
+
"isSource": true,
|
|
6470
|
+
"original": {
|
|
6471
|
+
"value": "{noaberkracht.size.md}"
|
|
6472
|
+
},
|
|
6473
|
+
"name": "conductionPaginationItemBorderRadius",
|
|
6474
|
+
"attributes": {
|
|
6475
|
+
"category": "conduction",
|
|
6476
|
+
"type": "pagination",
|
|
6477
|
+
"item": "item-border-radius"
|
|
6478
|
+
},
|
|
6479
|
+
"path": [
|
|
6480
|
+
"conduction",
|
|
6481
|
+
"pagination",
|
|
6482
|
+
"item-border-radius"
|
|
6483
|
+
]
|
|
6484
|
+
},
|
|
6485
|
+
"item-padding-inline-start": {
|
|
6486
|
+
"value": "14px",
|
|
6487
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6488
|
+
"isSource": true,
|
|
6489
|
+
"original": {
|
|
6490
|
+
"value": "{noaberkracht.size.sm}"
|
|
6491
|
+
},
|
|
6492
|
+
"name": "conductionPaginationItemPaddingInlineStart",
|
|
6493
|
+
"attributes": {
|
|
6494
|
+
"category": "conduction",
|
|
6495
|
+
"type": "pagination",
|
|
6496
|
+
"item": "item-padding-inline-start"
|
|
6497
|
+
},
|
|
6498
|
+
"path": [
|
|
6499
|
+
"conduction",
|
|
6500
|
+
"pagination",
|
|
6501
|
+
"item-padding-inline-start"
|
|
6502
|
+
]
|
|
6503
|
+
},
|
|
6504
|
+
"item-padding-inline-end": {
|
|
6505
|
+
"value": "14px",
|
|
6506
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6507
|
+
"isSource": true,
|
|
6508
|
+
"original": {
|
|
6509
|
+
"value": "{noaberkracht.size.sm}"
|
|
6510
|
+
},
|
|
6511
|
+
"name": "conductionPaginationItemPaddingInlineEnd",
|
|
6512
|
+
"attributes": {
|
|
6513
|
+
"category": "conduction",
|
|
6514
|
+
"type": "pagination",
|
|
6515
|
+
"item": "item-padding-inline-end"
|
|
6516
|
+
},
|
|
6517
|
+
"path": [
|
|
6518
|
+
"conduction",
|
|
6519
|
+
"pagination",
|
|
6520
|
+
"item-padding-inline-end"
|
|
6521
|
+
]
|
|
6522
|
+
},
|
|
6523
|
+
"item-padding-block-start": {
|
|
6524
|
+
"value": "8px",
|
|
6525
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6526
|
+
"isSource": true,
|
|
6527
|
+
"original": {
|
|
6528
|
+
"value": "{noaberkracht.size.xs}"
|
|
6529
|
+
},
|
|
6530
|
+
"name": "conductionPaginationItemPaddingBlockStart",
|
|
6531
|
+
"attributes": {
|
|
6532
|
+
"category": "conduction",
|
|
6533
|
+
"type": "pagination",
|
|
6534
|
+
"item": "item-padding-block-start"
|
|
6535
|
+
},
|
|
6536
|
+
"path": [
|
|
6537
|
+
"conduction",
|
|
6538
|
+
"pagination",
|
|
6539
|
+
"item-padding-block-start"
|
|
6540
|
+
]
|
|
6541
|
+
},
|
|
6542
|
+
"item-padding-block-end": {
|
|
6543
|
+
"value": "8px",
|
|
6544
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6545
|
+
"isSource": true,
|
|
6546
|
+
"original": {
|
|
6547
|
+
"value": "{noaberkracht.size.xs}"
|
|
6548
|
+
},
|
|
6549
|
+
"name": "conductionPaginationItemPaddingBlockEnd",
|
|
6550
|
+
"attributes": {
|
|
6551
|
+
"category": "conduction",
|
|
6552
|
+
"type": "pagination",
|
|
6553
|
+
"item": "item-padding-block-end"
|
|
6554
|
+
},
|
|
6555
|
+
"path": [
|
|
6556
|
+
"conduction",
|
|
6557
|
+
"pagination",
|
|
6558
|
+
"item-padding-block-end"
|
|
6559
|
+
]
|
|
6560
|
+
},
|
|
6561
|
+
"item-font-size": {
|
|
6562
|
+
"value": "18px",
|
|
6563
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6564
|
+
"isSource": true,
|
|
6565
|
+
"original": {
|
|
6566
|
+
"value": "{utrecht.document.font-size}"
|
|
6567
|
+
},
|
|
6568
|
+
"name": "conductionPaginationItemFontSize",
|
|
6569
|
+
"attributes": {
|
|
6570
|
+
"category": "conduction",
|
|
6571
|
+
"type": "pagination",
|
|
6572
|
+
"item": "item-font-size"
|
|
6573
|
+
},
|
|
6574
|
+
"path": [
|
|
6575
|
+
"conduction",
|
|
6576
|
+
"pagination",
|
|
6577
|
+
"item-font-size"
|
|
6578
|
+
]
|
|
6579
|
+
},
|
|
6580
|
+
"item-font-weight": {
|
|
6581
|
+
"value": "400",
|
|
6582
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6583
|
+
"isSource": true,
|
|
6584
|
+
"original": {
|
|
6585
|
+
"value": "{noaberkracht.typography.font-weight.normal}"
|
|
6586
|
+
},
|
|
6587
|
+
"name": "conductionPaginationItemFontWeight",
|
|
6588
|
+
"attributes": {
|
|
6589
|
+
"category": "conduction",
|
|
6590
|
+
"type": "pagination",
|
|
6591
|
+
"item": "item-font-weight"
|
|
6592
|
+
},
|
|
6593
|
+
"path": [
|
|
6594
|
+
"conduction",
|
|
6595
|
+
"pagination",
|
|
6596
|
+
"item-font-weight"
|
|
6597
|
+
]
|
|
6598
|
+
},
|
|
6599
|
+
"item-font-family": {
|
|
6600
|
+
"value": "greycliff-cf,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",Segoe UI Symbol,\"Noto Color Emoji\"",
|
|
6601
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6602
|
+
"isSource": true,
|
|
6603
|
+
"original": {
|
|
6604
|
+
"value": "{utrecht.document.font-family}"
|
|
6605
|
+
},
|
|
6606
|
+
"name": "conductionPaginationItemFontFamily",
|
|
6607
|
+
"attributes": {
|
|
6608
|
+
"category": "conduction",
|
|
6609
|
+
"type": "pagination",
|
|
6610
|
+
"item": "item-font-family"
|
|
6611
|
+
},
|
|
6612
|
+
"path": [
|
|
6613
|
+
"conduction",
|
|
6614
|
+
"pagination",
|
|
6615
|
+
"item-font-family"
|
|
6616
|
+
]
|
|
6617
|
+
},
|
|
6618
|
+
"navigation-button-padding-inline-start": {
|
|
6619
|
+
"value": "8px",
|
|
6620
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6621
|
+
"isSource": true,
|
|
6622
|
+
"original": {
|
|
6623
|
+
"value": "{noaberkracht.size.xs}"
|
|
6624
|
+
},
|
|
6625
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineStart",
|
|
6626
|
+
"attributes": {
|
|
6627
|
+
"category": "conduction",
|
|
6628
|
+
"type": "pagination",
|
|
6629
|
+
"item": "navigation-button-padding-inline-start"
|
|
6630
|
+
},
|
|
6631
|
+
"path": [
|
|
6632
|
+
"conduction",
|
|
6633
|
+
"pagination",
|
|
6634
|
+
"navigation-button-padding-inline-start"
|
|
6635
|
+
]
|
|
6636
|
+
},
|
|
6637
|
+
"navigation-button-padding-inline-end": {
|
|
6638
|
+
"value": "8px",
|
|
6639
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6640
|
+
"isSource": true,
|
|
6641
|
+
"original": {
|
|
6642
|
+
"value": "{noaberkracht.size.xs}"
|
|
6643
|
+
},
|
|
6644
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineEnd",
|
|
6645
|
+
"attributes": {
|
|
6646
|
+
"category": "conduction",
|
|
6647
|
+
"type": "pagination",
|
|
6648
|
+
"item": "navigation-button-padding-inline-end"
|
|
6649
|
+
},
|
|
6650
|
+
"path": [
|
|
6651
|
+
"conduction",
|
|
6652
|
+
"pagination",
|
|
6653
|
+
"navigation-button-padding-inline-end"
|
|
6654
|
+
]
|
|
6655
|
+
},
|
|
6656
|
+
"navigation-button-padding-block-start": {
|
|
6657
|
+
"value": "0px",
|
|
6658
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6659
|
+
"isSource": true,
|
|
6660
|
+
"original": {
|
|
6661
|
+
"value": "0px"
|
|
6662
|
+
},
|
|
6663
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockStart",
|
|
6664
|
+
"attributes": {
|
|
6665
|
+
"category": "conduction",
|
|
6666
|
+
"type": "pagination",
|
|
6667
|
+
"item": "navigation-button-padding-block-start"
|
|
6668
|
+
},
|
|
6669
|
+
"path": [
|
|
6670
|
+
"conduction",
|
|
6671
|
+
"pagination",
|
|
6672
|
+
"navigation-button-padding-block-start"
|
|
6673
|
+
]
|
|
6674
|
+
},
|
|
6675
|
+
"navigation-button-padding-block-end": {
|
|
6676
|
+
"value": "0px",
|
|
6677
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6678
|
+
"isSource": true,
|
|
6679
|
+
"original": {
|
|
6680
|
+
"value": "0px"
|
|
6681
|
+
},
|
|
6682
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockEnd",
|
|
6683
|
+
"attributes": {
|
|
6684
|
+
"category": "conduction",
|
|
6685
|
+
"type": "pagination",
|
|
6686
|
+
"item": "navigation-button-padding-block-end"
|
|
6687
|
+
},
|
|
6688
|
+
"path": [
|
|
6689
|
+
"conduction",
|
|
6690
|
+
"pagination",
|
|
6691
|
+
"navigation-button-padding-block-end"
|
|
6692
|
+
]
|
|
6693
|
+
},
|
|
6694
|
+
"disabled-color": {},
|
|
6695
|
+
"disabled-background-color": {
|
|
6696
|
+
"value": "#f5f5f5",
|
|
6697
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6698
|
+
"isSource": true,
|
|
6699
|
+
"original": {
|
|
6700
|
+
"value": "{noaberkracht.color.lightgrey.96}"
|
|
6701
|
+
},
|
|
6702
|
+
"name": "conductionPaginationDisabledBackgroundColor",
|
|
6703
|
+
"attributes": {
|
|
6704
|
+
"category": "conduction",
|
|
6705
|
+
"type": "pagination",
|
|
6706
|
+
"item": "disabled-background-color"
|
|
6707
|
+
},
|
|
6708
|
+
"path": [
|
|
6709
|
+
"conduction",
|
|
6710
|
+
"pagination",
|
|
6711
|
+
"disabled-background-color"
|
|
6712
|
+
]
|
|
6713
|
+
},
|
|
6714
|
+
"current-page-color": {
|
|
6715
|
+
"value": "#ffffff",
|
|
6716
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6717
|
+
"isSource": true,
|
|
6718
|
+
"original": {
|
|
6719
|
+
"value": "{noaberkracht.color.white.100}"
|
|
6720
|
+
},
|
|
6721
|
+
"name": "conductionPaginationCurrentPageColor",
|
|
6722
|
+
"attributes": {
|
|
6723
|
+
"category": "conduction",
|
|
6724
|
+
"type": "pagination",
|
|
6725
|
+
"item": "current-page-color"
|
|
6726
|
+
},
|
|
6727
|
+
"path": [
|
|
6728
|
+
"conduction",
|
|
6729
|
+
"pagination",
|
|
6730
|
+
"current-page-color"
|
|
6731
|
+
]
|
|
6732
|
+
},
|
|
6733
|
+
"current-page-background-color": {
|
|
6734
|
+
"value": "#f0b800",
|
|
6735
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6736
|
+
"isSource": true,
|
|
6737
|
+
"original": {
|
|
6738
|
+
"value": "{noaberkracht.color.yellow.47}"
|
|
6739
|
+
},
|
|
6740
|
+
"name": "conductionPaginationCurrentPageBackgroundColor",
|
|
6741
|
+
"attributes": {
|
|
6742
|
+
"category": "conduction",
|
|
6743
|
+
"type": "pagination",
|
|
6744
|
+
"item": "current-page-background-color"
|
|
6745
|
+
},
|
|
6746
|
+
"path": [
|
|
6747
|
+
"conduction",
|
|
6748
|
+
"pagination",
|
|
6749
|
+
"current-page-background-color"
|
|
6750
|
+
]
|
|
6751
|
+
},
|
|
6752
|
+
"current-page-font-weight": {
|
|
6753
|
+
"value": "700",
|
|
6754
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6755
|
+
"isSource": true,
|
|
6756
|
+
"original": {
|
|
6757
|
+
"value": "{noaberkracht.typography.font-weight.bold}"
|
|
6758
|
+
},
|
|
6759
|
+
"name": "conductionPaginationCurrentPageFontWeight",
|
|
6760
|
+
"attributes": {
|
|
6761
|
+
"category": "conduction",
|
|
6762
|
+
"type": "pagination",
|
|
6763
|
+
"item": "current-page-font-weight"
|
|
6764
|
+
},
|
|
6765
|
+
"path": [
|
|
6766
|
+
"conduction",
|
|
6767
|
+
"pagination",
|
|
6768
|
+
"current-page-font-weight"
|
|
6769
|
+
]
|
|
6770
|
+
},
|
|
6771
|
+
"current-page-text-decoration": {
|
|
6772
|
+
"value": "unset",
|
|
6773
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6774
|
+
"isSource": true,
|
|
6775
|
+
"original": {
|
|
6776
|
+
"value": "unset"
|
|
6777
|
+
},
|
|
6778
|
+
"name": "conductionPaginationCurrentPageTextDecoration",
|
|
6779
|
+
"attributes": {
|
|
6780
|
+
"category": "conduction",
|
|
6781
|
+
"type": "pagination",
|
|
6782
|
+
"item": "current-page-text-decoration"
|
|
6783
|
+
},
|
|
6784
|
+
"path": [
|
|
6785
|
+
"conduction",
|
|
6786
|
+
"pagination",
|
|
6787
|
+
"current-page-text-decoration"
|
|
6788
|
+
]
|
|
6789
|
+
},
|
|
6790
|
+
"page-hover-color": {
|
|
6791
|
+
"value": "#f0b800",
|
|
6792
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6793
|
+
"isSource": true,
|
|
6794
|
+
"original": {
|
|
6795
|
+
"value": "{noaberkracht.color.yellow.47}"
|
|
6796
|
+
},
|
|
6797
|
+
"name": "conductionPaginationPageHoverColor",
|
|
6798
|
+
"attributes": {
|
|
6799
|
+
"category": "conduction",
|
|
6800
|
+
"type": "pagination",
|
|
6801
|
+
"item": "page-hover-color"
|
|
6802
|
+
},
|
|
6803
|
+
"path": [
|
|
6804
|
+
"conduction",
|
|
6805
|
+
"pagination",
|
|
6806
|
+
"page-hover-color"
|
|
6807
|
+
]
|
|
6808
|
+
},
|
|
6809
|
+
"page-hover-background-color": {
|
|
6810
|
+
"value": "#ffffff",
|
|
6811
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6812
|
+
"isSource": true,
|
|
6813
|
+
"original": {
|
|
6814
|
+
"value": "{noaberkracht.color.white.100}"
|
|
6815
|
+
},
|
|
6816
|
+
"name": "conductionPaginationPageHoverBackgroundColor",
|
|
6817
|
+
"attributes": {
|
|
6818
|
+
"category": "conduction",
|
|
6819
|
+
"type": "pagination",
|
|
6820
|
+
"item": "page-hover-background-color"
|
|
6821
|
+
},
|
|
6822
|
+
"path": [
|
|
6823
|
+
"conduction",
|
|
6824
|
+
"pagination",
|
|
6825
|
+
"page-hover-background-color"
|
|
6826
|
+
]
|
|
6827
|
+
},
|
|
6828
|
+
"page-hover-text-decoration": {
|
|
6829
|
+
"value": "unset",
|
|
6830
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6831
|
+
"isSource": true,
|
|
6832
|
+
"original": {
|
|
6833
|
+
"value": "unset"
|
|
6834
|
+
},
|
|
6835
|
+
"name": "conductionPaginationPageHoverTextDecoration",
|
|
6836
|
+
"attributes": {
|
|
6837
|
+
"category": "conduction",
|
|
6838
|
+
"type": "pagination",
|
|
6839
|
+
"item": "page-hover-text-decoration"
|
|
6840
|
+
},
|
|
6841
|
+
"path": [
|
|
6842
|
+
"conduction",
|
|
6843
|
+
"pagination",
|
|
6844
|
+
"page-hover-text-decoration"
|
|
6845
|
+
]
|
|
6846
|
+
},
|
|
6847
|
+
"page-hover-text-decoration-thickness": {
|
|
6848
|
+
"value": "0px",
|
|
6849
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6850
|
+
"isSource": true,
|
|
6851
|
+
"original": {
|
|
6852
|
+
"value": "0px"
|
|
6853
|
+
},
|
|
6854
|
+
"name": "conductionPaginationPageHoverTextDecorationThickness",
|
|
6855
|
+
"attributes": {
|
|
6856
|
+
"category": "conduction",
|
|
6857
|
+
"type": "pagination",
|
|
6858
|
+
"item": "page-hover-text-decoration-thickness"
|
|
6859
|
+
},
|
|
6860
|
+
"path": [
|
|
6861
|
+
"conduction",
|
|
6862
|
+
"pagination",
|
|
6863
|
+
"page-hover-text-decoration-thickness"
|
|
6864
|
+
]
|
|
6865
|
+
}
|
|
6866
|
+
},
|
|
6313
6867
|
"input-select": {
|
|
6314
6868
|
"background-color": {
|
|
6315
6869
|
"value": "#ffffff",
|
package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
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": "{noaberkracht.size.2xs}" },
|
|
11
|
+
"item-color": { "value": "{noaberkracht.color.black.0}" },
|
|
12
|
+
"item-background-color": { "value": "{noaberkracht.color.white.100}" },
|
|
13
|
+
"item-border-radius": { "value": "{noaberkracht.size.md}" },
|
|
14
|
+
"item-padding-inline-start": { "value": "{noaberkracht.size.sm}" },
|
|
15
|
+
"item-padding-inline-end": { "value": "{noaberkracht.size.sm}" },
|
|
16
|
+
"item-padding-block-start": { "value": "{noaberkracht.size.xs}" },
|
|
17
|
+
"item-padding-block-end": { "value": "{noaberkracht.size.xs}" },
|
|
18
|
+
"item-font-size": { "value": "{utrecht.document.font-size}" },
|
|
19
|
+
"item-font-weight": { "value": "{noaberkracht.typography.font-weight.normal}" },
|
|
20
|
+
"item-font-family": { "value": "{utrecht.document.font-family}" },
|
|
21
|
+
|
|
22
|
+
"navigation-button-padding-inline-start": { "value": "{noaberkracht.size.xs}" },
|
|
23
|
+
"navigation-button-padding-inline-end": { "value": "{noaberkracht.size.xs}" },
|
|
24
|
+
"navigation-button-padding-block-start": { "value": "0px" },
|
|
25
|
+
"navigation-button-padding-block-end": { "value": "0px" },
|
|
26
|
+
|
|
27
|
+
"disabled-color": {},
|
|
28
|
+
"disabled-background-color": { "value": "{noaberkracht.color.lightgrey.96}" },
|
|
29
|
+
|
|
30
|
+
"current-page-color": { "value": "{noaberkracht.color.white.100}" },
|
|
31
|
+
"current-page-background-color": { "value": "{noaberkracht.color.yellow.47}" },
|
|
32
|
+
"current-page-font-weight": { "value": "{noaberkracht.typography.font-weight.bold}" },
|
|
33
|
+
"current-page-text-decoration": { "value": "unset" },
|
|
34
|
+
|
|
35
|
+
"page-hover-color": { "value": "{noaberkracht.color.yellow.47}" },
|
|
36
|
+
"page-hover-background-color": { "value": "{noaberkracht.color.white.100}" },
|
|
37
|
+
"page-hover-text-decoration": { "value": "unset" },
|
|
38
|
+
"page-hover-text-decoration-thickness": { "value": "0px" }
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -1,12 +1,23 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 30 Aug 2023 11:45:25 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.noordwijk-theme {
|
|
7
7
|
--conduction-input-select-padding-block-start: 0;
|
|
8
8
|
--conduction-input-select-padding-block-end: 0;
|
|
9
9
|
--conduction-input-select-border-focus: unset;
|
|
10
|
+
--conduction-pagination-page-hover-text-decoration-thickness: 0px;
|
|
11
|
+
--conduction-pagination-page-hover-text-decoration: unset;
|
|
12
|
+
--conduction-pagination-current-page-text-decoration: unset;
|
|
13
|
+
--conduction-pagination-navigation-button-padding-block-end: 0px;
|
|
14
|
+
--conduction-pagination-navigation-button-padding-block-start: 0px;
|
|
15
|
+
--conduction-pagination-item-border-radius: 30px;
|
|
16
|
+
--conduction-pagination-container-padding-block-end: 0px;
|
|
17
|
+
--conduction-pagination-container-padding-block-start: 0px;
|
|
18
|
+
--conduction-pagination-container-padding-inline-end: 0px;
|
|
19
|
+
--conduction-pagination-container-padding-inline-start: 0px;
|
|
20
|
+
--conduction-pagination-container-background-color: unset;
|
|
10
21
|
--conduction-card-wrapper-border-radius: 5px;
|
|
11
22
|
--conduction-card-wrapper-border-width: unset;
|
|
12
23
|
--utrecht-paragraph-margin-block-end: 0;
|
|
@@ -77,8 +88,8 @@
|
|
|
77
88
|
--noordwijk-color-light-blue-96: #f2f7fa;
|
|
78
89
|
--noordwijk-color-light-blue-58: #6096c7;
|
|
79
90
|
--noordwijk-color-light-blue-51: #4685be;
|
|
80
|
-
--noordwijk-color-
|
|
81
|
-
--noordwijk-color-
|
|
91
|
+
--noordwijk-color-lightgrey-96: #f5f5f5; /* Base/LightGrey */
|
|
92
|
+
--noordwijk-color-lightgrey-92: #ebebeb;
|
|
82
93
|
--noordwijk-color-grey-97: #f7f7f7;
|
|
83
94
|
--noordwijk-color-grey-82: #d1d1d1;
|
|
84
95
|
--noordwijk-color-grey-55: #8c8c8c;
|
|
@@ -106,6 +117,21 @@
|
|
|
106
117
|
--conduction-input-select-border-radius: [object Object];
|
|
107
118
|
--conduction-input-select-border: var(--noordwijk-size-4xs) solid var(--noordwijk-color-grey-46);
|
|
108
119
|
--conduction-input-select-background-color: var(--noordwijk-color-white-100);
|
|
120
|
+
--conduction-pagination-page-hover-color: var(--noordwijk-color-white-100);
|
|
121
|
+
--conduction-pagination-current-page-font-weight: var(--noordwijk-typography-font-weight-normal);
|
|
122
|
+
--conduction-pagination-current-page-color: var(--noordwijk-color-white-100);
|
|
123
|
+
--conduction-pagination-disabled-background-color: var(--noordwijk-color-lightgrey-96);
|
|
124
|
+
--conduction-pagination-navigation-button-padding-inline-end: var(--noordwijk-size-xs);
|
|
125
|
+
--conduction-pagination-navigation-button-padding-inline-start: var(--noordwijk-size-xs);
|
|
126
|
+
--conduction-pagination-item-font-family: var(--noordwijk-typography-roboto-slab-font-family);
|
|
127
|
+
--conduction-pagination-item-font-weight: var(--noordwijk-typography-font-weight-normal);
|
|
128
|
+
--conduction-pagination-item-padding-block-end: var(--noordwijk-size-xs);
|
|
129
|
+
--conduction-pagination-item-padding-block-start: var(--noordwijk-size-xs);
|
|
130
|
+
--conduction-pagination-item-padding-inline-end: var(--noordwijk-size-sm);
|
|
131
|
+
--conduction-pagination-item-padding-inline-start: var(--noordwijk-size-sm);
|
|
132
|
+
--conduction-pagination-item-background-color: var(--noordwijk-color-white-100);
|
|
133
|
+
--conduction-pagination-item-color: var(--noordwijk-color-black-0);
|
|
134
|
+
--conduction-pagination-item-gap: var(--noordwijk-size-xs);
|
|
109
135
|
--conduction-card-wrapper-padding-block-start: var(--noordwijk-size-md);
|
|
110
136
|
--conduction-card-wrapper-padding-block-end: var(--noordwijk-size-md);
|
|
111
137
|
--conduction-card-wrapper-padding-inline-start: var(--noordwijk-size-md);
|
|
@@ -212,10 +238,10 @@
|
|
|
212
238
|
--utrecht-code-block-font-size: var(--noordwijk-font-size-md);
|
|
213
239
|
--utrecht-code-block-font-family: var(--noordwijk-typography-monospace-font-family);
|
|
214
240
|
--utrecht-code-block-color: var(--noordwijk-color-black-0);
|
|
215
|
-
--utrecht-code-block-background-color: var(--noordwijk-color-
|
|
241
|
+
--utrecht-code-block-background-color: var(--noordwijk-color-lightgrey-92);
|
|
216
242
|
--utrecht-code-font-family: var(--noordwijk-typography-monospace-font-family);
|
|
217
243
|
--utrecht-code-color: var(--noordwijk-color-black-0);
|
|
218
|
-
--utrecht-code-background-color: var(--noordwijk-color-
|
|
244
|
+
--utrecht-code-background-color: var(--noordwijk-color-lightgrey-92);
|
|
219
245
|
--utrecht-button-secondary-action-hover-background-color: var(--noordwijk-color-white-100);
|
|
220
246
|
--utrecht-button-secondary-action-font-weight: var(--noordwijk-typography-font-weight-normal);
|
|
221
247
|
--utrecht-button-secondary-action-border-width: var(--noordwijk-size-3xs);
|
|
@@ -290,6 +316,9 @@
|
|
|
290
316
|
--noordwijk-color-primary: var(--noordwijk-color-blue-30);
|
|
291
317
|
--conduction-input-select-placeholder-color: var(--utrecht-form-input-placeholder-color);
|
|
292
318
|
--conduction-input-select-list-option-hover-color: var(--noordwijk-color-primary);
|
|
319
|
+
--conduction-pagination-page-hover-background-color: var(--noordwijk-color-primary);
|
|
320
|
+
--conduction-pagination-current-page-background-color: var(--noordwijk-color-primary);
|
|
321
|
+
--conduction-pagination-item-font-size: var(--utrecht-document-font-size);
|
|
293
322
|
--conduction-card-header-title-color: var(--noordwijk-color-primary);
|
|
294
323
|
--conduction-card-header-color: var(--utrecht-document-color);
|
|
295
324
|
--utrecht-paragraph-color: var(--utrecht-document-color);
|