@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
|
@@ -289,6 +289,27 @@
|
|
|
289
289
|
"11"
|
|
290
290
|
]
|
|
291
291
|
},
|
|
292
|
+
"16": {
|
|
293
|
+
"value": "#084a22",
|
|
294
|
+
"filePath": "src/brand/tubbergen/color.tokens.json",
|
|
295
|
+
"isSource": true,
|
|
296
|
+
"original": {
|
|
297
|
+
"value": "#084a22"
|
|
298
|
+
},
|
|
299
|
+
"name": "tubbergenColorGreen16",
|
|
300
|
+
"attributes": {
|
|
301
|
+
"category": "tubbergen",
|
|
302
|
+
"type": "color",
|
|
303
|
+
"item": "green",
|
|
304
|
+
"subitem": "16"
|
|
305
|
+
},
|
|
306
|
+
"path": [
|
|
307
|
+
"tubbergen",
|
|
308
|
+
"color",
|
|
309
|
+
"green",
|
|
310
|
+
"16"
|
|
311
|
+
]
|
|
312
|
+
},
|
|
292
313
|
"21": {
|
|
293
314
|
"value": "#0b612d",
|
|
294
315
|
"comment": "Base/Green",
|
|
@@ -377,6 +398,27 @@
|
|
|
377
398
|
}
|
|
378
399
|
},
|
|
379
400
|
"blue": {
|
|
401
|
+
"36": {
|
|
402
|
+
"value": "#006cb9",
|
|
403
|
+
"filePath": "src/brand/tubbergen/color.tokens.json",
|
|
404
|
+
"isSource": true,
|
|
405
|
+
"original": {
|
|
406
|
+
"value": "#006cb9"
|
|
407
|
+
},
|
|
408
|
+
"name": "tubbergenColorBlue36",
|
|
409
|
+
"attributes": {
|
|
410
|
+
"category": "tubbergen",
|
|
411
|
+
"type": "color",
|
|
412
|
+
"item": "blue",
|
|
413
|
+
"subitem": "36"
|
|
414
|
+
},
|
|
415
|
+
"path": [
|
|
416
|
+
"tubbergen",
|
|
417
|
+
"color",
|
|
418
|
+
"blue",
|
|
419
|
+
"36"
|
|
420
|
+
]
|
|
421
|
+
},
|
|
380
422
|
"48": {
|
|
381
423
|
"value": "#2e79c6",
|
|
382
424
|
"filePath": "src/brand/tubbergen/color.tokens.json",
|
|
@@ -6855,6 +6897,7 @@
|
|
|
6855
6897
|
]
|
|
6856
6898
|
},
|
|
6857
6899
|
"border-color": {},
|
|
6900
|
+
"border-style": {},
|
|
6858
6901
|
"border-width": {
|
|
6859
6902
|
"value": "unset",
|
|
6860
6903
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -6874,7 +6917,9 @@
|
|
|
6874
6917
|
"border-width"
|
|
6875
6918
|
]
|
|
6876
6919
|
},
|
|
6877
|
-
"border-
|
|
6920
|
+
"border-bottom-color": {},
|
|
6921
|
+
"border-bottom-style": {},
|
|
6922
|
+
"border-bottom-width": {},
|
|
6878
6923
|
"border-radius": {
|
|
6879
6924
|
"value": "0px",
|
|
6880
6925
|
"filePath": "src/component/conduction/card-wrapper.tokens.json",
|
|
@@ -6914,7 +6959,10 @@
|
|
|
6914
6959
|
]
|
|
6915
6960
|
},
|
|
6916
6961
|
"hover": {
|
|
6917
|
-
"background-color": {}
|
|
6962
|
+
"background-color": {},
|
|
6963
|
+
"border-bottom-color": {},
|
|
6964
|
+
"border-bottom-style": {},
|
|
6965
|
+
"border-bottom-width": {}
|
|
6918
6966
|
},
|
|
6919
6967
|
"padding-inline-end": {
|
|
6920
6968
|
"value": "32px",
|
|
@@ -6993,6 +7041,587 @@
|
|
|
6993
7041
|
]
|
|
6994
7042
|
}
|
|
6995
7043
|
},
|
|
7044
|
+
"pagination": {
|
|
7045
|
+
"container-background-color": {
|
|
7046
|
+
"value": "unset",
|
|
7047
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7048
|
+
"isSource": true,
|
|
7049
|
+
"original": {
|
|
7050
|
+
"value": "unset"
|
|
7051
|
+
},
|
|
7052
|
+
"name": "conductionPaginationContainerBackgroundColor",
|
|
7053
|
+
"attributes": {
|
|
7054
|
+
"category": "conduction",
|
|
7055
|
+
"type": "pagination",
|
|
7056
|
+
"item": "container-background-color"
|
|
7057
|
+
},
|
|
7058
|
+
"path": [
|
|
7059
|
+
"conduction",
|
|
7060
|
+
"pagination",
|
|
7061
|
+
"container-background-color"
|
|
7062
|
+
]
|
|
7063
|
+
},
|
|
7064
|
+
"container-padding-inline-start": {
|
|
7065
|
+
"value": "0px",
|
|
7066
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7067
|
+
"isSource": true,
|
|
7068
|
+
"original": {
|
|
7069
|
+
"value": "0px"
|
|
7070
|
+
},
|
|
7071
|
+
"name": "conductionPaginationContainerPaddingInlineStart",
|
|
7072
|
+
"attributes": {
|
|
7073
|
+
"category": "conduction",
|
|
7074
|
+
"type": "pagination",
|
|
7075
|
+
"item": "container-padding-inline-start"
|
|
7076
|
+
},
|
|
7077
|
+
"path": [
|
|
7078
|
+
"conduction",
|
|
7079
|
+
"pagination",
|
|
7080
|
+
"container-padding-inline-start"
|
|
7081
|
+
]
|
|
7082
|
+
},
|
|
7083
|
+
"container-padding-inline-end": {
|
|
7084
|
+
"value": "0px",
|
|
7085
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7086
|
+
"isSource": true,
|
|
7087
|
+
"original": {
|
|
7088
|
+
"value": "0px"
|
|
7089
|
+
},
|
|
7090
|
+
"name": "conductionPaginationContainerPaddingInlineEnd",
|
|
7091
|
+
"attributes": {
|
|
7092
|
+
"category": "conduction",
|
|
7093
|
+
"type": "pagination",
|
|
7094
|
+
"item": "container-padding-inline-end"
|
|
7095
|
+
},
|
|
7096
|
+
"path": [
|
|
7097
|
+
"conduction",
|
|
7098
|
+
"pagination",
|
|
7099
|
+
"container-padding-inline-end"
|
|
7100
|
+
]
|
|
7101
|
+
},
|
|
7102
|
+
"container-padding-block-start": {
|
|
7103
|
+
"value": "0px",
|
|
7104
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7105
|
+
"isSource": true,
|
|
7106
|
+
"original": {
|
|
7107
|
+
"value": "0px"
|
|
7108
|
+
},
|
|
7109
|
+
"name": "conductionPaginationContainerPaddingBlockStart",
|
|
7110
|
+
"attributes": {
|
|
7111
|
+
"category": "conduction",
|
|
7112
|
+
"type": "pagination",
|
|
7113
|
+
"item": "container-padding-block-start"
|
|
7114
|
+
},
|
|
7115
|
+
"path": [
|
|
7116
|
+
"conduction",
|
|
7117
|
+
"pagination",
|
|
7118
|
+
"container-padding-block-start"
|
|
7119
|
+
]
|
|
7120
|
+
},
|
|
7121
|
+
"container-padding-block-end": {
|
|
7122
|
+
"value": "0px",
|
|
7123
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7124
|
+
"isSource": true,
|
|
7125
|
+
"original": {
|
|
7126
|
+
"value": "0px"
|
|
7127
|
+
},
|
|
7128
|
+
"name": "conductionPaginationContainerPaddingBlockEnd",
|
|
7129
|
+
"attributes": {
|
|
7130
|
+
"category": "conduction",
|
|
7131
|
+
"type": "pagination",
|
|
7132
|
+
"item": "container-padding-block-end"
|
|
7133
|
+
},
|
|
7134
|
+
"path": [
|
|
7135
|
+
"conduction",
|
|
7136
|
+
"pagination",
|
|
7137
|
+
"container-padding-block-end"
|
|
7138
|
+
]
|
|
7139
|
+
},
|
|
7140
|
+
"item-gap": {
|
|
7141
|
+
"value": "4px",
|
|
7142
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7143
|
+
"isSource": true,
|
|
7144
|
+
"original": {
|
|
7145
|
+
"value": "{tubbergen.size.2xs}"
|
|
7146
|
+
},
|
|
7147
|
+
"name": "conductionPaginationItemGap",
|
|
7148
|
+
"attributes": {
|
|
7149
|
+
"category": "conduction",
|
|
7150
|
+
"type": "pagination",
|
|
7151
|
+
"item": "item-gap"
|
|
7152
|
+
},
|
|
7153
|
+
"path": [
|
|
7154
|
+
"conduction",
|
|
7155
|
+
"pagination",
|
|
7156
|
+
"item-gap"
|
|
7157
|
+
]
|
|
7158
|
+
},
|
|
7159
|
+
"item-color": {
|
|
7160
|
+
"value": "#ffffff",
|
|
7161
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7162
|
+
"isSource": true,
|
|
7163
|
+
"original": {
|
|
7164
|
+
"value": "{tubbergen.color.white.100}"
|
|
7165
|
+
},
|
|
7166
|
+
"name": "conductionPaginationItemColor",
|
|
7167
|
+
"attributes": {
|
|
7168
|
+
"category": "conduction",
|
|
7169
|
+
"type": "pagination",
|
|
7170
|
+
"item": "item-color"
|
|
7171
|
+
},
|
|
7172
|
+
"path": [
|
|
7173
|
+
"conduction",
|
|
7174
|
+
"pagination",
|
|
7175
|
+
"item-color"
|
|
7176
|
+
]
|
|
7177
|
+
},
|
|
7178
|
+
"item-background-color": {
|
|
7179
|
+
"value": "#0b612d",
|
|
7180
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7181
|
+
"isSource": true,
|
|
7182
|
+
"original": {
|
|
7183
|
+
"value": "{tubbergen.color.primary}"
|
|
7184
|
+
},
|
|
7185
|
+
"name": "conductionPaginationItemBackgroundColor",
|
|
7186
|
+
"attributes": {
|
|
7187
|
+
"category": "conduction",
|
|
7188
|
+
"type": "pagination",
|
|
7189
|
+
"item": "item-background-color"
|
|
7190
|
+
},
|
|
7191
|
+
"path": [
|
|
7192
|
+
"conduction",
|
|
7193
|
+
"pagination",
|
|
7194
|
+
"item-background-color"
|
|
7195
|
+
]
|
|
7196
|
+
},
|
|
7197
|
+
"item-border-radius": {
|
|
7198
|
+
"value": "0px",
|
|
7199
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7200
|
+
"isSource": true,
|
|
7201
|
+
"original": {
|
|
7202
|
+
"value": "0px"
|
|
7203
|
+
},
|
|
7204
|
+
"name": "conductionPaginationItemBorderRadius",
|
|
7205
|
+
"attributes": {
|
|
7206
|
+
"category": "conduction",
|
|
7207
|
+
"type": "pagination",
|
|
7208
|
+
"item": "item-border-radius"
|
|
7209
|
+
},
|
|
7210
|
+
"path": [
|
|
7211
|
+
"conduction",
|
|
7212
|
+
"pagination",
|
|
7213
|
+
"item-border-radius"
|
|
7214
|
+
]
|
|
7215
|
+
},
|
|
7216
|
+
"item-padding-inline-start": {
|
|
7217
|
+
"value": "15px",
|
|
7218
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7219
|
+
"isSource": true,
|
|
7220
|
+
"original": {
|
|
7221
|
+
"value": "15px"
|
|
7222
|
+
},
|
|
7223
|
+
"name": "conductionPaginationItemPaddingInlineStart",
|
|
7224
|
+
"attributes": {
|
|
7225
|
+
"category": "conduction",
|
|
7226
|
+
"type": "pagination",
|
|
7227
|
+
"item": "item-padding-inline-start"
|
|
7228
|
+
},
|
|
7229
|
+
"path": [
|
|
7230
|
+
"conduction",
|
|
7231
|
+
"pagination",
|
|
7232
|
+
"item-padding-inline-start"
|
|
7233
|
+
]
|
|
7234
|
+
},
|
|
7235
|
+
"item-padding-inline-end": {
|
|
7236
|
+
"value": "15px",
|
|
7237
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7238
|
+
"isSource": true,
|
|
7239
|
+
"original": {
|
|
7240
|
+
"value": "15px"
|
|
7241
|
+
},
|
|
7242
|
+
"name": "conductionPaginationItemPaddingInlineEnd",
|
|
7243
|
+
"attributes": {
|
|
7244
|
+
"category": "conduction",
|
|
7245
|
+
"type": "pagination",
|
|
7246
|
+
"item": "item-padding-inline-end"
|
|
7247
|
+
},
|
|
7248
|
+
"path": [
|
|
7249
|
+
"conduction",
|
|
7250
|
+
"pagination",
|
|
7251
|
+
"item-padding-inline-end"
|
|
7252
|
+
]
|
|
7253
|
+
},
|
|
7254
|
+
"item-padding-block-start": {
|
|
7255
|
+
"value": "7.5px",
|
|
7256
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7257
|
+
"isSource": true,
|
|
7258
|
+
"original": {
|
|
7259
|
+
"value": "7.5px"
|
|
7260
|
+
},
|
|
7261
|
+
"name": "conductionPaginationItemPaddingBlockStart",
|
|
7262
|
+
"attributes": {
|
|
7263
|
+
"category": "conduction",
|
|
7264
|
+
"type": "pagination",
|
|
7265
|
+
"item": "item-padding-block-start"
|
|
7266
|
+
},
|
|
7267
|
+
"path": [
|
|
7268
|
+
"conduction",
|
|
7269
|
+
"pagination",
|
|
7270
|
+
"item-padding-block-start"
|
|
7271
|
+
]
|
|
7272
|
+
},
|
|
7273
|
+
"item-padding-block-end": {
|
|
7274
|
+
"value": "7.5px",
|
|
7275
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7276
|
+
"isSource": true,
|
|
7277
|
+
"original": {
|
|
7278
|
+
"value": "7.5px"
|
|
7279
|
+
},
|
|
7280
|
+
"name": "conductionPaginationItemPaddingBlockEnd",
|
|
7281
|
+
"attributes": {
|
|
7282
|
+
"category": "conduction",
|
|
7283
|
+
"type": "pagination",
|
|
7284
|
+
"item": "item-padding-block-end"
|
|
7285
|
+
},
|
|
7286
|
+
"path": [
|
|
7287
|
+
"conduction",
|
|
7288
|
+
"pagination",
|
|
7289
|
+
"item-padding-block-end"
|
|
7290
|
+
]
|
|
7291
|
+
},
|
|
7292
|
+
"item-font-size": {
|
|
7293
|
+
"value": "17.6px",
|
|
7294
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7295
|
+
"isSource": true,
|
|
7296
|
+
"original": {
|
|
7297
|
+
"value": "17.6px"
|
|
7298
|
+
},
|
|
7299
|
+
"name": "conductionPaginationItemFontSize",
|
|
7300
|
+
"attributes": {
|
|
7301
|
+
"category": "conduction",
|
|
7302
|
+
"type": "pagination",
|
|
7303
|
+
"item": "item-font-size"
|
|
7304
|
+
},
|
|
7305
|
+
"path": [
|
|
7306
|
+
"conduction",
|
|
7307
|
+
"pagination",
|
|
7308
|
+
"item-font-size"
|
|
7309
|
+
]
|
|
7310
|
+
},
|
|
7311
|
+
"item-font-weight": {
|
|
7312
|
+
"value": "400",
|
|
7313
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7314
|
+
"isSource": true,
|
|
7315
|
+
"original": {
|
|
7316
|
+
"value": "{tubbergen.typography.font-weight.normal}"
|
|
7317
|
+
},
|
|
7318
|
+
"name": "conductionPaginationItemFontWeight",
|
|
7319
|
+
"attributes": {
|
|
7320
|
+
"category": "conduction",
|
|
7321
|
+
"type": "pagination",
|
|
7322
|
+
"item": "item-font-weight"
|
|
7323
|
+
},
|
|
7324
|
+
"path": [
|
|
7325
|
+
"conduction",
|
|
7326
|
+
"pagination",
|
|
7327
|
+
"item-font-weight"
|
|
7328
|
+
]
|
|
7329
|
+
},
|
|
7330
|
+
"item-font-family": {
|
|
7331
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
7332
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7333
|
+
"isSource": true,
|
|
7334
|
+
"original": {
|
|
7335
|
+
"value": "{utrecht.document.font-family}"
|
|
7336
|
+
},
|
|
7337
|
+
"name": "conductionPaginationItemFontFamily",
|
|
7338
|
+
"attributes": {
|
|
7339
|
+
"category": "conduction",
|
|
7340
|
+
"type": "pagination",
|
|
7341
|
+
"item": "item-font-family"
|
|
7342
|
+
},
|
|
7343
|
+
"path": [
|
|
7344
|
+
"conduction",
|
|
7345
|
+
"pagination",
|
|
7346
|
+
"item-font-family"
|
|
7347
|
+
]
|
|
7348
|
+
},
|
|
7349
|
+
"item-border-width": {},
|
|
7350
|
+
"item-border-style": {},
|
|
7351
|
+
"item-border-color": {},
|
|
7352
|
+
"navigation-button-padding-inline-start": {
|
|
7353
|
+
"value": "8px",
|
|
7354
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7355
|
+
"isSource": true,
|
|
7356
|
+
"original": {
|
|
7357
|
+
"value": "{tubbergen.size.xs}"
|
|
7358
|
+
},
|
|
7359
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineStart",
|
|
7360
|
+
"attributes": {
|
|
7361
|
+
"category": "conduction",
|
|
7362
|
+
"type": "pagination",
|
|
7363
|
+
"item": "navigation-button-padding-inline-start"
|
|
7364
|
+
},
|
|
7365
|
+
"path": [
|
|
7366
|
+
"conduction",
|
|
7367
|
+
"pagination",
|
|
7368
|
+
"navigation-button-padding-inline-start"
|
|
7369
|
+
]
|
|
7370
|
+
},
|
|
7371
|
+
"navigation-button-padding-inline-end": {
|
|
7372
|
+
"value": "8px",
|
|
7373
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7374
|
+
"isSource": true,
|
|
7375
|
+
"original": {
|
|
7376
|
+
"value": "{tubbergen.size.xs}"
|
|
7377
|
+
},
|
|
7378
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineEnd",
|
|
7379
|
+
"attributes": {
|
|
7380
|
+
"category": "conduction",
|
|
7381
|
+
"type": "pagination",
|
|
7382
|
+
"item": "navigation-button-padding-inline-end"
|
|
7383
|
+
},
|
|
7384
|
+
"path": [
|
|
7385
|
+
"conduction",
|
|
7386
|
+
"pagination",
|
|
7387
|
+
"navigation-button-padding-inline-end"
|
|
7388
|
+
]
|
|
7389
|
+
},
|
|
7390
|
+
"navigation-button-padding-block-start": {
|
|
7391
|
+
"value": "0px",
|
|
7392
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7393
|
+
"isSource": true,
|
|
7394
|
+
"original": {
|
|
7395
|
+
"value": "0px"
|
|
7396
|
+
},
|
|
7397
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockStart",
|
|
7398
|
+
"attributes": {
|
|
7399
|
+
"category": "conduction",
|
|
7400
|
+
"type": "pagination",
|
|
7401
|
+
"item": "navigation-button-padding-block-start"
|
|
7402
|
+
},
|
|
7403
|
+
"path": [
|
|
7404
|
+
"conduction",
|
|
7405
|
+
"pagination",
|
|
7406
|
+
"navigation-button-padding-block-start"
|
|
7407
|
+
]
|
|
7408
|
+
},
|
|
7409
|
+
"navigation-button-padding-block-end": {
|
|
7410
|
+
"value": "0px",
|
|
7411
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7412
|
+
"isSource": true,
|
|
7413
|
+
"original": {
|
|
7414
|
+
"value": "0px"
|
|
7415
|
+
},
|
|
7416
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockEnd",
|
|
7417
|
+
"attributes": {
|
|
7418
|
+
"category": "conduction",
|
|
7419
|
+
"type": "pagination",
|
|
7420
|
+
"item": "navigation-button-padding-block-end"
|
|
7421
|
+
},
|
|
7422
|
+
"path": [
|
|
7423
|
+
"conduction",
|
|
7424
|
+
"pagination",
|
|
7425
|
+
"navigation-button-padding-block-end"
|
|
7426
|
+
]
|
|
7427
|
+
},
|
|
7428
|
+
"disabled-color": {
|
|
7429
|
+
"value": "#ffffff",
|
|
7430
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7431
|
+
"isSource": true,
|
|
7432
|
+
"original": {
|
|
7433
|
+
"value": "{tubbergen.color.white.100}"
|
|
7434
|
+
},
|
|
7435
|
+
"name": "conductionPaginationDisabledColor",
|
|
7436
|
+
"attributes": {
|
|
7437
|
+
"category": "conduction",
|
|
7438
|
+
"type": "pagination",
|
|
7439
|
+
"item": "disabled-color"
|
|
7440
|
+
},
|
|
7441
|
+
"path": [
|
|
7442
|
+
"conduction",
|
|
7443
|
+
"pagination",
|
|
7444
|
+
"disabled-color"
|
|
7445
|
+
]
|
|
7446
|
+
},
|
|
7447
|
+
"disabled-background-color": {
|
|
7448
|
+
"value": "#e4e4e4",
|
|
7449
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7450
|
+
"isSource": true,
|
|
7451
|
+
"original": {
|
|
7452
|
+
"value": "{tubbergen.color.lightgrey.89}"
|
|
7453
|
+
},
|
|
7454
|
+
"name": "conductionPaginationDisabledBackgroundColor",
|
|
7455
|
+
"attributes": {
|
|
7456
|
+
"category": "conduction",
|
|
7457
|
+
"type": "pagination",
|
|
7458
|
+
"item": "disabled-background-color"
|
|
7459
|
+
},
|
|
7460
|
+
"path": [
|
|
7461
|
+
"conduction",
|
|
7462
|
+
"pagination",
|
|
7463
|
+
"disabled-background-color"
|
|
7464
|
+
]
|
|
7465
|
+
},
|
|
7466
|
+
"current-page-color": {
|
|
7467
|
+
"value": "#006cb9",
|
|
7468
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7469
|
+
"isSource": true,
|
|
7470
|
+
"original": {
|
|
7471
|
+
"value": "{tubbergen.color.blue.36}"
|
|
7472
|
+
},
|
|
7473
|
+
"name": "conductionPaginationCurrentPageColor",
|
|
7474
|
+
"attributes": {
|
|
7475
|
+
"category": "conduction",
|
|
7476
|
+
"type": "pagination",
|
|
7477
|
+
"item": "current-page-color"
|
|
7478
|
+
},
|
|
7479
|
+
"path": [
|
|
7480
|
+
"conduction",
|
|
7481
|
+
"pagination",
|
|
7482
|
+
"current-page-color"
|
|
7483
|
+
]
|
|
7484
|
+
},
|
|
7485
|
+
"current-page-background-color": {
|
|
7486
|
+
"value": "#ffffff",
|
|
7487
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7488
|
+
"isSource": true,
|
|
7489
|
+
"original": {
|
|
7490
|
+
"value": "{tubbergen.color.white.100}"
|
|
7491
|
+
},
|
|
7492
|
+
"name": "conductionPaginationCurrentPageBackgroundColor",
|
|
7493
|
+
"attributes": {
|
|
7494
|
+
"category": "conduction",
|
|
7495
|
+
"type": "pagination",
|
|
7496
|
+
"item": "current-page-background-color"
|
|
7497
|
+
},
|
|
7498
|
+
"path": [
|
|
7499
|
+
"conduction",
|
|
7500
|
+
"pagination",
|
|
7501
|
+
"current-page-background-color"
|
|
7502
|
+
]
|
|
7503
|
+
},
|
|
7504
|
+
"current-page-font-weight": {
|
|
7505
|
+
"value": "400",
|
|
7506
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7507
|
+
"isSource": true,
|
|
7508
|
+
"original": {
|
|
7509
|
+
"value": "{tubbergen.typography.font-weight.normal}"
|
|
7510
|
+
},
|
|
7511
|
+
"name": "conductionPaginationCurrentPageFontWeight",
|
|
7512
|
+
"attributes": {
|
|
7513
|
+
"category": "conduction",
|
|
7514
|
+
"type": "pagination",
|
|
7515
|
+
"item": "current-page-font-weight"
|
|
7516
|
+
},
|
|
7517
|
+
"path": [
|
|
7518
|
+
"conduction",
|
|
7519
|
+
"pagination",
|
|
7520
|
+
"current-page-font-weight"
|
|
7521
|
+
]
|
|
7522
|
+
},
|
|
7523
|
+
"current-page-text-decoration": {
|
|
7524
|
+
"value": "unset",
|
|
7525
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7526
|
+
"isSource": true,
|
|
7527
|
+
"original": {
|
|
7528
|
+
"value": "unset"
|
|
7529
|
+
},
|
|
7530
|
+
"name": "conductionPaginationCurrentPageTextDecoration",
|
|
7531
|
+
"attributes": {
|
|
7532
|
+
"category": "conduction",
|
|
7533
|
+
"type": "pagination",
|
|
7534
|
+
"item": "current-page-text-decoration"
|
|
7535
|
+
},
|
|
7536
|
+
"path": [
|
|
7537
|
+
"conduction",
|
|
7538
|
+
"pagination",
|
|
7539
|
+
"current-page-text-decoration"
|
|
7540
|
+
]
|
|
7541
|
+
},
|
|
7542
|
+
"current-page-border-width": {},
|
|
7543
|
+
"current-page-border-style": {},
|
|
7544
|
+
"current-page-border-color": {},
|
|
7545
|
+
"page-hover-color": {
|
|
7546
|
+
"value": "#ffffff",
|
|
7547
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7548
|
+
"isSource": true,
|
|
7549
|
+
"original": {
|
|
7550
|
+
"value": "{tubbergen.color.white.100}"
|
|
7551
|
+
},
|
|
7552
|
+
"name": "conductionPaginationPageHoverColor",
|
|
7553
|
+
"attributes": {
|
|
7554
|
+
"category": "conduction",
|
|
7555
|
+
"type": "pagination",
|
|
7556
|
+
"item": "page-hover-color"
|
|
7557
|
+
},
|
|
7558
|
+
"path": [
|
|
7559
|
+
"conduction",
|
|
7560
|
+
"pagination",
|
|
7561
|
+
"page-hover-color"
|
|
7562
|
+
]
|
|
7563
|
+
},
|
|
7564
|
+
"page-hover-background-color": {
|
|
7565
|
+
"value": "#084a22",
|
|
7566
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7567
|
+
"isSource": true,
|
|
7568
|
+
"original": {
|
|
7569
|
+
"value": "{tubbergen.color.green.16}"
|
|
7570
|
+
},
|
|
7571
|
+
"name": "conductionPaginationPageHoverBackgroundColor",
|
|
7572
|
+
"attributes": {
|
|
7573
|
+
"category": "conduction",
|
|
7574
|
+
"type": "pagination",
|
|
7575
|
+
"item": "page-hover-background-color"
|
|
7576
|
+
},
|
|
7577
|
+
"path": [
|
|
7578
|
+
"conduction",
|
|
7579
|
+
"pagination",
|
|
7580
|
+
"page-hover-background-color"
|
|
7581
|
+
]
|
|
7582
|
+
},
|
|
7583
|
+
"page-hover-text-decoration": {
|
|
7584
|
+
"value": "unset",
|
|
7585
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7586
|
+
"isSource": true,
|
|
7587
|
+
"original": {
|
|
7588
|
+
"value": "unset"
|
|
7589
|
+
},
|
|
7590
|
+
"name": "conductionPaginationPageHoverTextDecoration",
|
|
7591
|
+
"attributes": {
|
|
7592
|
+
"category": "conduction",
|
|
7593
|
+
"type": "pagination",
|
|
7594
|
+
"item": "page-hover-text-decoration"
|
|
7595
|
+
},
|
|
7596
|
+
"path": [
|
|
7597
|
+
"conduction",
|
|
7598
|
+
"pagination",
|
|
7599
|
+
"page-hover-text-decoration"
|
|
7600
|
+
]
|
|
7601
|
+
},
|
|
7602
|
+
"page-hover-text-decoration-thickness": {
|
|
7603
|
+
"value": "0px",
|
|
7604
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7605
|
+
"isSource": true,
|
|
7606
|
+
"original": {
|
|
7607
|
+
"value": "0px"
|
|
7608
|
+
},
|
|
7609
|
+
"name": "conductionPaginationPageHoverTextDecorationThickness",
|
|
7610
|
+
"attributes": {
|
|
7611
|
+
"category": "conduction",
|
|
7612
|
+
"type": "pagination",
|
|
7613
|
+
"item": "page-hover-text-decoration-thickness"
|
|
7614
|
+
},
|
|
7615
|
+
"path": [
|
|
7616
|
+
"conduction",
|
|
7617
|
+
"pagination",
|
|
7618
|
+
"page-hover-text-decoration-thickness"
|
|
7619
|
+
]
|
|
7620
|
+
},
|
|
7621
|
+
"page-hover-border-width": {},
|
|
7622
|
+
"page-hover-border-style": {},
|
|
7623
|
+
"page-hover-border-color": {}
|
|
7624
|
+
},
|
|
6996
7625
|
"input-select": {
|
|
6997
7626
|
"background-color": {
|
|
6998
7627
|
"value": "#ffffff",
|
|
@@ -28,6 +28,9 @@
|
|
|
28
28
|
"11": {
|
|
29
29
|
"value": "#063318"
|
|
30
30
|
},
|
|
31
|
+
"16": {
|
|
32
|
+
"value": "#084a22"
|
|
33
|
+
},
|
|
31
34
|
"21": {
|
|
32
35
|
"value": "#0b612d",
|
|
33
36
|
"comment": "Base/Green"
|
|
@@ -44,6 +47,9 @@
|
|
|
44
47
|
},
|
|
45
48
|
|
|
46
49
|
"blue": {
|
|
50
|
+
"36": {
|
|
51
|
+
"value": "#006cb9"
|
|
52
|
+
},
|
|
47
53
|
"48": {
|
|
48
54
|
"value": "#2e79c6"
|
|
49
55
|
},
|