@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
|
@@ -1,10 +1,26 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 30 Aug 2023 11:45:10 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-input-select-padding-block-start: 0;
|
|
6
6
|
$conduction-input-select-padding-block-end: 0;
|
|
7
7
|
$conduction-input-select-border-focus: unset;
|
|
8
|
+
$conduction-pagination-page-hover-text-decoration-thickness: 0px;
|
|
9
|
+
$conduction-pagination-page-hover-text-decoration: unset;
|
|
10
|
+
$conduction-pagination-current-page-text-decoration: unset;
|
|
11
|
+
$conduction-pagination-navigation-button-padding-block-end: 0px;
|
|
12
|
+
$conduction-pagination-navigation-button-padding-block-start: 0px;
|
|
13
|
+
$conduction-pagination-item-font-size: 17.6px;
|
|
14
|
+
$conduction-pagination-item-padding-block-end: 7.5px;
|
|
15
|
+
$conduction-pagination-item-padding-block-start: 7.5px;
|
|
16
|
+
$conduction-pagination-item-padding-inline-end: 15px;
|
|
17
|
+
$conduction-pagination-item-padding-inline-start: 15px;
|
|
18
|
+
$conduction-pagination-item-border-radius: 0px;
|
|
19
|
+
$conduction-pagination-container-padding-block-end: 0px;
|
|
20
|
+
$conduction-pagination-container-padding-block-start: 0px;
|
|
21
|
+
$conduction-pagination-container-padding-inline-end: 0px;
|
|
22
|
+
$conduction-pagination-container-padding-inline-start: 0px;
|
|
23
|
+
$conduction-pagination-container-background-color: unset;
|
|
8
24
|
$conduction-card-wrapper-border-radius: 0px;
|
|
9
25
|
$conduction-card-wrapper-border-width: unset;
|
|
10
26
|
$utrecht-paragraph-margin-block-end: 0;
|
|
@@ -93,6 +109,7 @@ $dinkelland-color-blue-94: #e5f0f8;
|
|
|
93
109
|
$dinkelland-color-blue-91: #deebf4;
|
|
94
110
|
$dinkelland-color-blue-48: #2e79c6;
|
|
95
111
|
$dinkelland-color-blue-36: #006cb9; // Base/Blue
|
|
112
|
+
$dinkelland-color-blue-31: #005da0;
|
|
96
113
|
$dinkelland-color-blue-26: #004e86;
|
|
97
114
|
$dinkelland-color-green-24: #007a4d; // Base/Green
|
|
98
115
|
$dinkelland-color-alert-succes-background: #d4edda;
|
|
@@ -108,6 +125,17 @@ $conduction-input-select-invalid-border-color: $dinkelland-color-error;
|
|
|
108
125
|
$conduction-input-select-border-radius: $utrecht-form-input-border-radius;
|
|
109
126
|
$conduction-input-select-border: $dinkelland-size-4xs solid $dinkelland-color-grey-46;
|
|
110
127
|
$conduction-input-select-background-color: $dinkelland-color-white-100;
|
|
128
|
+
$conduction-pagination-page-hover-background-color: $dinkelland-color-blue-31;
|
|
129
|
+
$conduction-pagination-page-hover-color: $dinkelland-color-white-100;
|
|
130
|
+
$conduction-pagination-current-page-font-weight: $dinkelland-typography-font-weight-normal;
|
|
131
|
+
$conduction-pagination-current-page-background-color: $dinkelland-color-white-100;
|
|
132
|
+
$conduction-pagination-disabled-background-color: $dinkelland-color-lightgrey-96;
|
|
133
|
+
$conduction-pagination-disabled-color: $dinkelland-color-white-100;
|
|
134
|
+
$conduction-pagination-navigation-button-padding-inline-end: $dinkelland-size-xs;
|
|
135
|
+
$conduction-pagination-navigation-button-padding-inline-start: $dinkelland-size-xs;
|
|
136
|
+
$conduction-pagination-item-font-weight: $dinkelland-typography-font-weight-normal;
|
|
137
|
+
$conduction-pagination-item-color: $dinkelland-color-white-100;
|
|
138
|
+
$conduction-pagination-item-gap: $dinkelland-size-2xs;
|
|
111
139
|
$conduction-card-wrapper-padding-block-start: $dinkelland-size-xl;
|
|
112
140
|
$conduction-card-wrapper-padding-block-end: $dinkelland-size-xl;
|
|
113
141
|
$conduction-card-wrapper-padding-inline-start: $dinkelland-size-xl;
|
|
@@ -307,6 +335,9 @@ $dinkelland-color-alert-error: $dinkelland-color-black-20;
|
|
|
307
335
|
$dinkelland-color-primary-hover: $dinkelland-color-blue-26;
|
|
308
336
|
$dinkelland-color-primary: $dinkelland-color-blue-36;
|
|
309
337
|
$conduction-input-select-placeholder-color: $utrecht-form-input-placeholder-color;
|
|
338
|
+
$conduction-pagination-current-page-color: $dinkelland-color-primary;
|
|
339
|
+
$conduction-pagination-item-font-family: $utrecht-document-font-family;
|
|
340
|
+
$conduction-pagination-item-background-color: $dinkelland-color-primary;
|
|
310
341
|
$conduction-card-wrapper-color: $utrecht-document-color;
|
|
311
342
|
$conduction-card-header-color: $utrecht-document-color;
|
|
312
343
|
$utrecht-paragraph-color: $utrecht-document-color;
|
|
@@ -314,6 +314,27 @@
|
|
|
314
314
|
"26"
|
|
315
315
|
]
|
|
316
316
|
},
|
|
317
|
+
"31": {
|
|
318
|
+
"value": "#005da0",
|
|
319
|
+
"filePath": "src/brand/dinkelland/color.tokens.json",
|
|
320
|
+
"isSource": true,
|
|
321
|
+
"original": {
|
|
322
|
+
"value": "#005da0"
|
|
323
|
+
},
|
|
324
|
+
"name": "dinkellandColorBlue31",
|
|
325
|
+
"attributes": {
|
|
326
|
+
"category": "dinkelland",
|
|
327
|
+
"type": "color",
|
|
328
|
+
"item": "blue",
|
|
329
|
+
"subitem": "31"
|
|
330
|
+
},
|
|
331
|
+
"path": [
|
|
332
|
+
"dinkelland",
|
|
333
|
+
"color",
|
|
334
|
+
"blue",
|
|
335
|
+
"31"
|
|
336
|
+
]
|
|
337
|
+
},
|
|
317
338
|
"36": {
|
|
318
339
|
"value": "#006cb9",
|
|
319
340
|
"comment": "Base/Blue",
|
|
@@ -6947,6 +6968,578 @@
|
|
|
6947
6968
|
]
|
|
6948
6969
|
}
|
|
6949
6970
|
},
|
|
6971
|
+
"pagination": {
|
|
6972
|
+
"container-background-color": {
|
|
6973
|
+
"value": "unset",
|
|
6974
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6975
|
+
"isSource": true,
|
|
6976
|
+
"original": {
|
|
6977
|
+
"value": "unset"
|
|
6978
|
+
},
|
|
6979
|
+
"name": "conductionPaginationContainerBackgroundColor",
|
|
6980
|
+
"attributes": {
|
|
6981
|
+
"category": "conduction",
|
|
6982
|
+
"type": "pagination",
|
|
6983
|
+
"item": "container-background-color"
|
|
6984
|
+
},
|
|
6985
|
+
"path": [
|
|
6986
|
+
"conduction",
|
|
6987
|
+
"pagination",
|
|
6988
|
+
"container-background-color"
|
|
6989
|
+
]
|
|
6990
|
+
},
|
|
6991
|
+
"container-padding-inline-start": {
|
|
6992
|
+
"value": "0px",
|
|
6993
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6994
|
+
"isSource": true,
|
|
6995
|
+
"original": {
|
|
6996
|
+
"value": "0px"
|
|
6997
|
+
},
|
|
6998
|
+
"name": "conductionPaginationContainerPaddingInlineStart",
|
|
6999
|
+
"attributes": {
|
|
7000
|
+
"category": "conduction",
|
|
7001
|
+
"type": "pagination",
|
|
7002
|
+
"item": "container-padding-inline-start"
|
|
7003
|
+
},
|
|
7004
|
+
"path": [
|
|
7005
|
+
"conduction",
|
|
7006
|
+
"pagination",
|
|
7007
|
+
"container-padding-inline-start"
|
|
7008
|
+
]
|
|
7009
|
+
},
|
|
7010
|
+
"container-padding-inline-end": {
|
|
7011
|
+
"value": "0px",
|
|
7012
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7013
|
+
"isSource": true,
|
|
7014
|
+
"original": {
|
|
7015
|
+
"value": "0px"
|
|
7016
|
+
},
|
|
7017
|
+
"name": "conductionPaginationContainerPaddingInlineEnd",
|
|
7018
|
+
"attributes": {
|
|
7019
|
+
"category": "conduction",
|
|
7020
|
+
"type": "pagination",
|
|
7021
|
+
"item": "container-padding-inline-end"
|
|
7022
|
+
},
|
|
7023
|
+
"path": [
|
|
7024
|
+
"conduction",
|
|
7025
|
+
"pagination",
|
|
7026
|
+
"container-padding-inline-end"
|
|
7027
|
+
]
|
|
7028
|
+
},
|
|
7029
|
+
"container-padding-block-start": {
|
|
7030
|
+
"value": "0px",
|
|
7031
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7032
|
+
"isSource": true,
|
|
7033
|
+
"original": {
|
|
7034
|
+
"value": "0px"
|
|
7035
|
+
},
|
|
7036
|
+
"name": "conductionPaginationContainerPaddingBlockStart",
|
|
7037
|
+
"attributes": {
|
|
7038
|
+
"category": "conduction",
|
|
7039
|
+
"type": "pagination",
|
|
7040
|
+
"item": "container-padding-block-start"
|
|
7041
|
+
},
|
|
7042
|
+
"path": [
|
|
7043
|
+
"conduction",
|
|
7044
|
+
"pagination",
|
|
7045
|
+
"container-padding-block-start"
|
|
7046
|
+
]
|
|
7047
|
+
},
|
|
7048
|
+
"container-padding-block-end": {
|
|
7049
|
+
"value": "0px",
|
|
7050
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7051
|
+
"isSource": true,
|
|
7052
|
+
"original": {
|
|
7053
|
+
"value": "0px"
|
|
7054
|
+
},
|
|
7055
|
+
"name": "conductionPaginationContainerPaddingBlockEnd",
|
|
7056
|
+
"attributes": {
|
|
7057
|
+
"category": "conduction",
|
|
7058
|
+
"type": "pagination",
|
|
7059
|
+
"item": "container-padding-block-end"
|
|
7060
|
+
},
|
|
7061
|
+
"path": [
|
|
7062
|
+
"conduction",
|
|
7063
|
+
"pagination",
|
|
7064
|
+
"container-padding-block-end"
|
|
7065
|
+
]
|
|
7066
|
+
},
|
|
7067
|
+
"item-gap": {
|
|
7068
|
+
"value": "4px",
|
|
7069
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7070
|
+
"isSource": true,
|
|
7071
|
+
"original": {
|
|
7072
|
+
"value": "{dinkelland.size.2xs}"
|
|
7073
|
+
},
|
|
7074
|
+
"name": "conductionPaginationItemGap",
|
|
7075
|
+
"attributes": {
|
|
7076
|
+
"category": "conduction",
|
|
7077
|
+
"type": "pagination",
|
|
7078
|
+
"item": "item-gap"
|
|
7079
|
+
},
|
|
7080
|
+
"path": [
|
|
7081
|
+
"conduction",
|
|
7082
|
+
"pagination",
|
|
7083
|
+
"item-gap"
|
|
7084
|
+
]
|
|
7085
|
+
},
|
|
7086
|
+
"item-color": {
|
|
7087
|
+
"value": "#ffffff",
|
|
7088
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7089
|
+
"isSource": true,
|
|
7090
|
+
"original": {
|
|
7091
|
+
"value": "{dinkelland.color.white.100}"
|
|
7092
|
+
},
|
|
7093
|
+
"name": "conductionPaginationItemColor",
|
|
7094
|
+
"attributes": {
|
|
7095
|
+
"category": "conduction",
|
|
7096
|
+
"type": "pagination",
|
|
7097
|
+
"item": "item-color"
|
|
7098
|
+
},
|
|
7099
|
+
"path": [
|
|
7100
|
+
"conduction",
|
|
7101
|
+
"pagination",
|
|
7102
|
+
"item-color"
|
|
7103
|
+
]
|
|
7104
|
+
},
|
|
7105
|
+
"item-background-color": {
|
|
7106
|
+
"value": "#006cb9",
|
|
7107
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7108
|
+
"isSource": true,
|
|
7109
|
+
"original": {
|
|
7110
|
+
"value": "{dinkelland.color.primary}"
|
|
7111
|
+
},
|
|
7112
|
+
"name": "conductionPaginationItemBackgroundColor",
|
|
7113
|
+
"attributes": {
|
|
7114
|
+
"category": "conduction",
|
|
7115
|
+
"type": "pagination",
|
|
7116
|
+
"item": "item-background-color"
|
|
7117
|
+
},
|
|
7118
|
+
"path": [
|
|
7119
|
+
"conduction",
|
|
7120
|
+
"pagination",
|
|
7121
|
+
"item-background-color"
|
|
7122
|
+
]
|
|
7123
|
+
},
|
|
7124
|
+
"item-border-radius": {
|
|
7125
|
+
"value": "0px",
|
|
7126
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7127
|
+
"isSource": true,
|
|
7128
|
+
"original": {
|
|
7129
|
+
"value": "0px"
|
|
7130
|
+
},
|
|
7131
|
+
"name": "conductionPaginationItemBorderRadius",
|
|
7132
|
+
"attributes": {
|
|
7133
|
+
"category": "conduction",
|
|
7134
|
+
"type": "pagination",
|
|
7135
|
+
"item": "item-border-radius"
|
|
7136
|
+
},
|
|
7137
|
+
"path": [
|
|
7138
|
+
"conduction",
|
|
7139
|
+
"pagination",
|
|
7140
|
+
"item-border-radius"
|
|
7141
|
+
]
|
|
7142
|
+
},
|
|
7143
|
+
"item-padding-inline-start": {
|
|
7144
|
+
"value": "15px",
|
|
7145
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7146
|
+
"isSource": true,
|
|
7147
|
+
"original": {
|
|
7148
|
+
"value": "15px"
|
|
7149
|
+
},
|
|
7150
|
+
"name": "conductionPaginationItemPaddingInlineStart",
|
|
7151
|
+
"attributes": {
|
|
7152
|
+
"category": "conduction",
|
|
7153
|
+
"type": "pagination",
|
|
7154
|
+
"item": "item-padding-inline-start"
|
|
7155
|
+
},
|
|
7156
|
+
"path": [
|
|
7157
|
+
"conduction",
|
|
7158
|
+
"pagination",
|
|
7159
|
+
"item-padding-inline-start"
|
|
7160
|
+
]
|
|
7161
|
+
},
|
|
7162
|
+
"item-padding-inline-end": {
|
|
7163
|
+
"value": "15px",
|
|
7164
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7165
|
+
"isSource": true,
|
|
7166
|
+
"original": {
|
|
7167
|
+
"value": "15px"
|
|
7168
|
+
},
|
|
7169
|
+
"name": "conductionPaginationItemPaddingInlineEnd",
|
|
7170
|
+
"attributes": {
|
|
7171
|
+
"category": "conduction",
|
|
7172
|
+
"type": "pagination",
|
|
7173
|
+
"item": "item-padding-inline-end"
|
|
7174
|
+
},
|
|
7175
|
+
"path": [
|
|
7176
|
+
"conduction",
|
|
7177
|
+
"pagination",
|
|
7178
|
+
"item-padding-inline-end"
|
|
7179
|
+
]
|
|
7180
|
+
},
|
|
7181
|
+
"item-padding-block-start": {
|
|
7182
|
+
"value": "7.5px",
|
|
7183
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7184
|
+
"isSource": true,
|
|
7185
|
+
"original": {
|
|
7186
|
+
"value": "7.5px"
|
|
7187
|
+
},
|
|
7188
|
+
"name": "conductionPaginationItemPaddingBlockStart",
|
|
7189
|
+
"attributes": {
|
|
7190
|
+
"category": "conduction",
|
|
7191
|
+
"type": "pagination",
|
|
7192
|
+
"item": "item-padding-block-start"
|
|
7193
|
+
},
|
|
7194
|
+
"path": [
|
|
7195
|
+
"conduction",
|
|
7196
|
+
"pagination",
|
|
7197
|
+
"item-padding-block-start"
|
|
7198
|
+
]
|
|
7199
|
+
},
|
|
7200
|
+
"item-padding-block-end": {
|
|
7201
|
+
"value": "7.5px",
|
|
7202
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7203
|
+
"isSource": true,
|
|
7204
|
+
"original": {
|
|
7205
|
+
"value": "7.5px"
|
|
7206
|
+
},
|
|
7207
|
+
"name": "conductionPaginationItemPaddingBlockEnd",
|
|
7208
|
+
"attributes": {
|
|
7209
|
+
"category": "conduction",
|
|
7210
|
+
"type": "pagination",
|
|
7211
|
+
"item": "item-padding-block-end"
|
|
7212
|
+
},
|
|
7213
|
+
"path": [
|
|
7214
|
+
"conduction",
|
|
7215
|
+
"pagination",
|
|
7216
|
+
"item-padding-block-end"
|
|
7217
|
+
]
|
|
7218
|
+
},
|
|
7219
|
+
"item-font-size": {
|
|
7220
|
+
"value": "17.6px",
|
|
7221
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7222
|
+
"isSource": true,
|
|
7223
|
+
"original": {
|
|
7224
|
+
"value": "17.6px"
|
|
7225
|
+
},
|
|
7226
|
+
"name": "conductionPaginationItemFontSize",
|
|
7227
|
+
"attributes": {
|
|
7228
|
+
"category": "conduction",
|
|
7229
|
+
"type": "pagination",
|
|
7230
|
+
"item": "item-font-size"
|
|
7231
|
+
},
|
|
7232
|
+
"path": [
|
|
7233
|
+
"conduction",
|
|
7234
|
+
"pagination",
|
|
7235
|
+
"item-font-size"
|
|
7236
|
+
]
|
|
7237
|
+
},
|
|
7238
|
+
"item-font-weight": {
|
|
7239
|
+
"value": "400",
|
|
7240
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7241
|
+
"isSource": true,
|
|
7242
|
+
"original": {
|
|
7243
|
+
"value": "{dinkelland.typography.font-weight.normal}"
|
|
7244
|
+
},
|
|
7245
|
+
"name": "conductionPaginationItemFontWeight",
|
|
7246
|
+
"attributes": {
|
|
7247
|
+
"category": "conduction",
|
|
7248
|
+
"type": "pagination",
|
|
7249
|
+
"item": "item-font-weight"
|
|
7250
|
+
},
|
|
7251
|
+
"path": [
|
|
7252
|
+
"conduction",
|
|
7253
|
+
"pagination",
|
|
7254
|
+
"item-font-weight"
|
|
7255
|
+
]
|
|
7256
|
+
},
|
|
7257
|
+
"item-font-family": {
|
|
7258
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
7259
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7260
|
+
"isSource": true,
|
|
7261
|
+
"original": {
|
|
7262
|
+
"value": "{utrecht.document.font-family}"
|
|
7263
|
+
},
|
|
7264
|
+
"name": "conductionPaginationItemFontFamily",
|
|
7265
|
+
"attributes": {
|
|
7266
|
+
"category": "conduction",
|
|
7267
|
+
"type": "pagination",
|
|
7268
|
+
"item": "item-font-family"
|
|
7269
|
+
},
|
|
7270
|
+
"path": [
|
|
7271
|
+
"conduction",
|
|
7272
|
+
"pagination",
|
|
7273
|
+
"item-font-family"
|
|
7274
|
+
]
|
|
7275
|
+
},
|
|
7276
|
+
"navigation-button-padding-inline-start": {
|
|
7277
|
+
"value": "8px",
|
|
7278
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7279
|
+
"isSource": true,
|
|
7280
|
+
"original": {
|
|
7281
|
+
"value": "{dinkelland.size.xs}"
|
|
7282
|
+
},
|
|
7283
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineStart",
|
|
7284
|
+
"attributes": {
|
|
7285
|
+
"category": "conduction",
|
|
7286
|
+
"type": "pagination",
|
|
7287
|
+
"item": "navigation-button-padding-inline-start"
|
|
7288
|
+
},
|
|
7289
|
+
"path": [
|
|
7290
|
+
"conduction",
|
|
7291
|
+
"pagination",
|
|
7292
|
+
"navigation-button-padding-inline-start"
|
|
7293
|
+
]
|
|
7294
|
+
},
|
|
7295
|
+
"navigation-button-padding-inline-end": {
|
|
7296
|
+
"value": "8px",
|
|
7297
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7298
|
+
"isSource": true,
|
|
7299
|
+
"original": {
|
|
7300
|
+
"value": "{dinkelland.size.xs}"
|
|
7301
|
+
},
|
|
7302
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineEnd",
|
|
7303
|
+
"attributes": {
|
|
7304
|
+
"category": "conduction",
|
|
7305
|
+
"type": "pagination",
|
|
7306
|
+
"item": "navigation-button-padding-inline-end"
|
|
7307
|
+
},
|
|
7308
|
+
"path": [
|
|
7309
|
+
"conduction",
|
|
7310
|
+
"pagination",
|
|
7311
|
+
"navigation-button-padding-inline-end"
|
|
7312
|
+
]
|
|
7313
|
+
},
|
|
7314
|
+
"navigation-button-padding-block-start": {
|
|
7315
|
+
"value": "0px",
|
|
7316
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7317
|
+
"isSource": true,
|
|
7318
|
+
"original": {
|
|
7319
|
+
"value": "0px"
|
|
7320
|
+
},
|
|
7321
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockStart",
|
|
7322
|
+
"attributes": {
|
|
7323
|
+
"category": "conduction",
|
|
7324
|
+
"type": "pagination",
|
|
7325
|
+
"item": "navigation-button-padding-block-start"
|
|
7326
|
+
},
|
|
7327
|
+
"path": [
|
|
7328
|
+
"conduction",
|
|
7329
|
+
"pagination",
|
|
7330
|
+
"navigation-button-padding-block-start"
|
|
7331
|
+
]
|
|
7332
|
+
},
|
|
7333
|
+
"navigation-button-padding-block-end": {
|
|
7334
|
+
"value": "0px",
|
|
7335
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7336
|
+
"isSource": true,
|
|
7337
|
+
"original": {
|
|
7338
|
+
"value": "0px"
|
|
7339
|
+
},
|
|
7340
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockEnd",
|
|
7341
|
+
"attributes": {
|
|
7342
|
+
"category": "conduction",
|
|
7343
|
+
"type": "pagination",
|
|
7344
|
+
"item": "navigation-button-padding-block-end"
|
|
7345
|
+
},
|
|
7346
|
+
"path": [
|
|
7347
|
+
"conduction",
|
|
7348
|
+
"pagination",
|
|
7349
|
+
"navigation-button-padding-block-end"
|
|
7350
|
+
]
|
|
7351
|
+
},
|
|
7352
|
+
"disabled-color": {
|
|
7353
|
+
"value": "#ffffff",
|
|
7354
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7355
|
+
"isSource": true,
|
|
7356
|
+
"original": {
|
|
7357
|
+
"value": "{dinkelland.color.white.100}"
|
|
7358
|
+
},
|
|
7359
|
+
"name": "conductionPaginationDisabledColor",
|
|
7360
|
+
"attributes": {
|
|
7361
|
+
"category": "conduction",
|
|
7362
|
+
"type": "pagination",
|
|
7363
|
+
"item": "disabled-color"
|
|
7364
|
+
},
|
|
7365
|
+
"path": [
|
|
7366
|
+
"conduction",
|
|
7367
|
+
"pagination",
|
|
7368
|
+
"disabled-color"
|
|
7369
|
+
]
|
|
7370
|
+
},
|
|
7371
|
+
"disabled-background-color": {
|
|
7372
|
+
"value": "#f5f5f5",
|
|
7373
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7374
|
+
"isSource": true,
|
|
7375
|
+
"original": {
|
|
7376
|
+
"value": "{dinkelland.color.lightgrey.96}"
|
|
7377
|
+
},
|
|
7378
|
+
"name": "conductionPaginationDisabledBackgroundColor",
|
|
7379
|
+
"attributes": {
|
|
7380
|
+
"category": "conduction",
|
|
7381
|
+
"type": "pagination",
|
|
7382
|
+
"item": "disabled-background-color"
|
|
7383
|
+
},
|
|
7384
|
+
"path": [
|
|
7385
|
+
"conduction",
|
|
7386
|
+
"pagination",
|
|
7387
|
+
"disabled-background-color"
|
|
7388
|
+
]
|
|
7389
|
+
},
|
|
7390
|
+
"current-page-color": {
|
|
7391
|
+
"value": "#006cb9",
|
|
7392
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7393
|
+
"isSource": true,
|
|
7394
|
+
"original": {
|
|
7395
|
+
"value": "{dinkelland.color.primary}"
|
|
7396
|
+
},
|
|
7397
|
+
"name": "conductionPaginationCurrentPageColor",
|
|
7398
|
+
"attributes": {
|
|
7399
|
+
"category": "conduction",
|
|
7400
|
+
"type": "pagination",
|
|
7401
|
+
"item": "current-page-color"
|
|
7402
|
+
},
|
|
7403
|
+
"path": [
|
|
7404
|
+
"conduction",
|
|
7405
|
+
"pagination",
|
|
7406
|
+
"current-page-color"
|
|
7407
|
+
]
|
|
7408
|
+
},
|
|
7409
|
+
"current-page-background-color": {
|
|
7410
|
+
"value": "#ffffff",
|
|
7411
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7412
|
+
"isSource": true,
|
|
7413
|
+
"original": {
|
|
7414
|
+
"value": "{dinkelland.color.white.100}"
|
|
7415
|
+
},
|
|
7416
|
+
"name": "conductionPaginationCurrentPageBackgroundColor",
|
|
7417
|
+
"attributes": {
|
|
7418
|
+
"category": "conduction",
|
|
7419
|
+
"type": "pagination",
|
|
7420
|
+
"item": "current-page-background-color"
|
|
7421
|
+
},
|
|
7422
|
+
"path": [
|
|
7423
|
+
"conduction",
|
|
7424
|
+
"pagination",
|
|
7425
|
+
"current-page-background-color"
|
|
7426
|
+
]
|
|
7427
|
+
},
|
|
7428
|
+
"current-page-font-weight": {
|
|
7429
|
+
"value": "400",
|
|
7430
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7431
|
+
"isSource": true,
|
|
7432
|
+
"original": {
|
|
7433
|
+
"value": "{dinkelland.typography.font-weight.normal}"
|
|
7434
|
+
},
|
|
7435
|
+
"name": "conductionPaginationCurrentPageFontWeight",
|
|
7436
|
+
"attributes": {
|
|
7437
|
+
"category": "conduction",
|
|
7438
|
+
"type": "pagination",
|
|
7439
|
+
"item": "current-page-font-weight"
|
|
7440
|
+
},
|
|
7441
|
+
"path": [
|
|
7442
|
+
"conduction",
|
|
7443
|
+
"pagination",
|
|
7444
|
+
"current-page-font-weight"
|
|
7445
|
+
]
|
|
7446
|
+
},
|
|
7447
|
+
"current-page-text-decoration": {
|
|
7448
|
+
"value": "unset",
|
|
7449
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7450
|
+
"isSource": true,
|
|
7451
|
+
"original": {
|
|
7452
|
+
"value": "unset"
|
|
7453
|
+
},
|
|
7454
|
+
"name": "conductionPaginationCurrentPageTextDecoration",
|
|
7455
|
+
"attributes": {
|
|
7456
|
+
"category": "conduction",
|
|
7457
|
+
"type": "pagination",
|
|
7458
|
+
"item": "current-page-text-decoration"
|
|
7459
|
+
},
|
|
7460
|
+
"path": [
|
|
7461
|
+
"conduction",
|
|
7462
|
+
"pagination",
|
|
7463
|
+
"current-page-text-decoration"
|
|
7464
|
+
]
|
|
7465
|
+
},
|
|
7466
|
+
"page-hover-color": {
|
|
7467
|
+
"value": "#ffffff",
|
|
7468
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7469
|
+
"isSource": true,
|
|
7470
|
+
"original": {
|
|
7471
|
+
"value": "{dinkelland.color.white.100}"
|
|
7472
|
+
},
|
|
7473
|
+
"name": "conductionPaginationPageHoverColor",
|
|
7474
|
+
"attributes": {
|
|
7475
|
+
"category": "conduction",
|
|
7476
|
+
"type": "pagination",
|
|
7477
|
+
"item": "page-hover-color"
|
|
7478
|
+
},
|
|
7479
|
+
"path": [
|
|
7480
|
+
"conduction",
|
|
7481
|
+
"pagination",
|
|
7482
|
+
"page-hover-color"
|
|
7483
|
+
]
|
|
7484
|
+
},
|
|
7485
|
+
"page-hover-background-color": {
|
|
7486
|
+
"value": "#005da0",
|
|
7487
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7488
|
+
"isSource": true,
|
|
7489
|
+
"original": {
|
|
7490
|
+
"value": "{dinkelland.color.blue.31}"
|
|
7491
|
+
},
|
|
7492
|
+
"name": "conductionPaginationPageHoverBackgroundColor",
|
|
7493
|
+
"attributes": {
|
|
7494
|
+
"category": "conduction",
|
|
7495
|
+
"type": "pagination",
|
|
7496
|
+
"item": "page-hover-background-color"
|
|
7497
|
+
},
|
|
7498
|
+
"path": [
|
|
7499
|
+
"conduction",
|
|
7500
|
+
"pagination",
|
|
7501
|
+
"page-hover-background-color"
|
|
7502
|
+
]
|
|
7503
|
+
},
|
|
7504
|
+
"page-hover-text-decoration": {
|
|
7505
|
+
"value": "unset",
|
|
7506
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7507
|
+
"isSource": true,
|
|
7508
|
+
"original": {
|
|
7509
|
+
"value": "unset"
|
|
7510
|
+
},
|
|
7511
|
+
"name": "conductionPaginationPageHoverTextDecoration",
|
|
7512
|
+
"attributes": {
|
|
7513
|
+
"category": "conduction",
|
|
7514
|
+
"type": "pagination",
|
|
7515
|
+
"item": "page-hover-text-decoration"
|
|
7516
|
+
},
|
|
7517
|
+
"path": [
|
|
7518
|
+
"conduction",
|
|
7519
|
+
"pagination",
|
|
7520
|
+
"page-hover-text-decoration"
|
|
7521
|
+
]
|
|
7522
|
+
},
|
|
7523
|
+
"page-hover-text-decoration-thickness": {
|
|
7524
|
+
"value": "0px",
|
|
7525
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
7526
|
+
"isSource": true,
|
|
7527
|
+
"original": {
|
|
7528
|
+
"value": "0px"
|
|
7529
|
+
},
|
|
7530
|
+
"name": "conductionPaginationPageHoverTextDecorationThickness",
|
|
7531
|
+
"attributes": {
|
|
7532
|
+
"category": "conduction",
|
|
7533
|
+
"type": "pagination",
|
|
7534
|
+
"item": "page-hover-text-decoration-thickness"
|
|
7535
|
+
},
|
|
7536
|
+
"path": [
|
|
7537
|
+
"conduction",
|
|
7538
|
+
"pagination",
|
|
7539
|
+
"page-hover-text-decoration-thickness"
|
|
7540
|
+
]
|
|
7541
|
+
}
|
|
7542
|
+
},
|
|
6950
7543
|
"input-select": {
|
|
6951
7544
|
"background-color": {
|
|
6952
7545
|
"value": "#ffffff",
|