@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,22 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 30 Aug 2023 11:44:47 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: 1px;
|
|
9
|
+
$conduction-pagination-page-hover-text-decoration: underline;
|
|
10
|
+
$conduction-pagination-current-page-text-decoration: underline;
|
|
11
|
+
$conduction-pagination-navigation-button-padding-block-end: 0px;
|
|
12
|
+
$conduction-pagination-navigation-button-padding-block-start: 0px;
|
|
13
|
+
$conduction-pagination-item-font-size: 15px;
|
|
14
|
+
$conduction-pagination-item-border-radius: 0px;
|
|
15
|
+
$conduction-pagination-container-padding-block-end: 0px;
|
|
16
|
+
$conduction-pagination-container-padding-block-start: 0px;
|
|
17
|
+
$conduction-pagination-container-padding-inline-end: 0px;
|
|
18
|
+
$conduction-pagination-container-padding-inline-start: 0px;
|
|
19
|
+
$conduction-pagination-container-background-color: unset;
|
|
8
20
|
$conduction-card-wrapper-border-radius: 0px;
|
|
9
21
|
$conduction-card-wrapper-border-width: unset;
|
|
10
22
|
$utrecht-paragraph-margin-block-end: 0;
|
|
@@ -67,6 +79,7 @@ $leiden-font-size-2xs: 10px;
|
|
|
67
79
|
$leiden-font-size-3xs: 8px;
|
|
68
80
|
$leiden-font-size-4xs: 5px;
|
|
69
81
|
$leiden-color-lightblue-89: #dce4ec;
|
|
82
|
+
$leiden-color-lightblue-37: #057aba;
|
|
70
83
|
$leiden-color-lightblue-24: #2c3e50; // Base/LightBlue
|
|
71
84
|
$leiden-color-black-9: #0d1921; // Base/Black
|
|
72
85
|
$leiden-color-white-100: #ffffff; // Base/White
|
|
@@ -92,6 +105,23 @@ $conduction-input-select-list-option-font-family: $leiden-typography-sans-serif-
|
|
|
92
105
|
$conduction-input-select-invalid-border-color: $leiden-color-error;
|
|
93
106
|
$conduction-input-select-border-radius: $utrecht-form-input-border-radius;
|
|
94
107
|
$conduction-input-select-background-color: $leiden-color-white-100;
|
|
108
|
+
$conduction-pagination-page-hover-background-color: $leiden-color-white-100;
|
|
109
|
+
$conduction-pagination-page-hover-color: $leiden-color-lightblue-37;
|
|
110
|
+
$conduction-pagination-current-page-font-weight: $leiden-typography-font-weight-bold;
|
|
111
|
+
$conduction-pagination-current-page-background-color: $leiden-color-white-100;
|
|
112
|
+
$conduction-pagination-current-page-color: $leiden-color-black-9;
|
|
113
|
+
$conduction-pagination-disabled-background-color: $leiden-color-white-100;
|
|
114
|
+
$conduction-pagination-disabled-color: $leiden-color-lightgrey-89;
|
|
115
|
+
$conduction-pagination-navigation-button-padding-inline-end: $leiden-size-xs;
|
|
116
|
+
$conduction-pagination-navigation-button-padding-inline-start: $leiden-size-xs;
|
|
117
|
+
$conduction-pagination-item-font-weight: $leiden-typography-font-weight-bold;
|
|
118
|
+
$conduction-pagination-item-padding-block-end: $leiden-size-xs;
|
|
119
|
+
$conduction-pagination-item-padding-block-start: $leiden-size-xs;
|
|
120
|
+
$conduction-pagination-item-padding-inline-end: $leiden-size-xs;
|
|
121
|
+
$conduction-pagination-item-padding-inline-start: $leiden-size-xs;
|
|
122
|
+
$conduction-pagination-item-background-color: $leiden-color-white-100;
|
|
123
|
+
$conduction-pagination-item-color: $leiden-color-lightblue-37;
|
|
124
|
+
$conduction-pagination-item-gap: $leiden-size-2xs;
|
|
95
125
|
$conduction-card-wrapper-padding-block-start: $leiden-size-sm;
|
|
96
126
|
$conduction-card-wrapper-padding-block-end: $leiden-size-sm;
|
|
97
127
|
$conduction-card-wrapper-padding-inline-start: $leiden-size-xl;
|
|
@@ -287,6 +317,7 @@ $leiden-typography-scale-4xs: $leiden-font-size-4xs;
|
|
|
287
317
|
$leiden-color-info: $leiden-color-primary;
|
|
288
318
|
$conduction-input-select-placeholder-color: $utrecht-form-input-placeholder-color;
|
|
289
319
|
$conduction-input-select-border: 1px solid $utrecht-form-input-border-color;
|
|
320
|
+
$conduction-pagination-item-font-family: $utrecht-document-font-family;
|
|
290
321
|
$conduction-card-wrapper-color: $utrecht-document-color;
|
|
291
322
|
$conduction-card-header-color: $utrecht-document-color;
|
|
292
323
|
$utrecht-paragraph-color: $utrecht-document-color;
|
|
@@ -412,6 +412,27 @@
|
|
|
412
412
|
"24"
|
|
413
413
|
]
|
|
414
414
|
},
|
|
415
|
+
"37": {
|
|
416
|
+
"value": "#057aba",
|
|
417
|
+
"filePath": "src/brand/leiden/color.tokens.json",
|
|
418
|
+
"isSource": true,
|
|
419
|
+
"original": {
|
|
420
|
+
"value": "#057aba"
|
|
421
|
+
},
|
|
422
|
+
"name": "leidenColorLightblue37",
|
|
423
|
+
"attributes": {
|
|
424
|
+
"category": "leiden",
|
|
425
|
+
"type": "color",
|
|
426
|
+
"item": "lightblue",
|
|
427
|
+
"subitem": "37"
|
|
428
|
+
},
|
|
429
|
+
"path": [
|
|
430
|
+
"leiden",
|
|
431
|
+
"color",
|
|
432
|
+
"lightblue",
|
|
433
|
+
"37"
|
|
434
|
+
]
|
|
435
|
+
},
|
|
415
436
|
"89": {
|
|
416
437
|
"value": "#dce4ec",
|
|
417
438
|
"filePath": "src/brand/leiden/color.tokens.json",
|
|
@@ -6074,6 +6095,578 @@
|
|
|
6074
6095
|
]
|
|
6075
6096
|
}
|
|
6076
6097
|
},
|
|
6098
|
+
"pagination": {
|
|
6099
|
+
"container-background-color": {
|
|
6100
|
+
"value": "unset",
|
|
6101
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6102
|
+
"isSource": true,
|
|
6103
|
+
"original": {
|
|
6104
|
+
"value": "unset"
|
|
6105
|
+
},
|
|
6106
|
+
"name": "conductionPaginationContainerBackgroundColor",
|
|
6107
|
+
"attributes": {
|
|
6108
|
+
"category": "conduction",
|
|
6109
|
+
"type": "pagination",
|
|
6110
|
+
"item": "container-background-color"
|
|
6111
|
+
},
|
|
6112
|
+
"path": [
|
|
6113
|
+
"conduction",
|
|
6114
|
+
"pagination",
|
|
6115
|
+
"container-background-color"
|
|
6116
|
+
]
|
|
6117
|
+
},
|
|
6118
|
+
"container-padding-inline-start": {
|
|
6119
|
+
"value": "0px",
|
|
6120
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6121
|
+
"isSource": true,
|
|
6122
|
+
"original": {
|
|
6123
|
+
"value": "0px"
|
|
6124
|
+
},
|
|
6125
|
+
"name": "conductionPaginationContainerPaddingInlineStart",
|
|
6126
|
+
"attributes": {
|
|
6127
|
+
"category": "conduction",
|
|
6128
|
+
"type": "pagination",
|
|
6129
|
+
"item": "container-padding-inline-start"
|
|
6130
|
+
},
|
|
6131
|
+
"path": [
|
|
6132
|
+
"conduction",
|
|
6133
|
+
"pagination",
|
|
6134
|
+
"container-padding-inline-start"
|
|
6135
|
+
]
|
|
6136
|
+
},
|
|
6137
|
+
"container-padding-inline-end": {
|
|
6138
|
+
"value": "0px",
|
|
6139
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6140
|
+
"isSource": true,
|
|
6141
|
+
"original": {
|
|
6142
|
+
"value": "0px"
|
|
6143
|
+
},
|
|
6144
|
+
"name": "conductionPaginationContainerPaddingInlineEnd",
|
|
6145
|
+
"attributes": {
|
|
6146
|
+
"category": "conduction",
|
|
6147
|
+
"type": "pagination",
|
|
6148
|
+
"item": "container-padding-inline-end"
|
|
6149
|
+
},
|
|
6150
|
+
"path": [
|
|
6151
|
+
"conduction",
|
|
6152
|
+
"pagination",
|
|
6153
|
+
"container-padding-inline-end"
|
|
6154
|
+
]
|
|
6155
|
+
},
|
|
6156
|
+
"container-padding-block-start": {
|
|
6157
|
+
"value": "0px",
|
|
6158
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6159
|
+
"isSource": true,
|
|
6160
|
+
"original": {
|
|
6161
|
+
"value": "0px"
|
|
6162
|
+
},
|
|
6163
|
+
"name": "conductionPaginationContainerPaddingBlockStart",
|
|
6164
|
+
"attributes": {
|
|
6165
|
+
"category": "conduction",
|
|
6166
|
+
"type": "pagination",
|
|
6167
|
+
"item": "container-padding-block-start"
|
|
6168
|
+
},
|
|
6169
|
+
"path": [
|
|
6170
|
+
"conduction",
|
|
6171
|
+
"pagination",
|
|
6172
|
+
"container-padding-block-start"
|
|
6173
|
+
]
|
|
6174
|
+
},
|
|
6175
|
+
"container-padding-block-end": {
|
|
6176
|
+
"value": "0px",
|
|
6177
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6178
|
+
"isSource": true,
|
|
6179
|
+
"original": {
|
|
6180
|
+
"value": "0px"
|
|
6181
|
+
},
|
|
6182
|
+
"name": "conductionPaginationContainerPaddingBlockEnd",
|
|
6183
|
+
"attributes": {
|
|
6184
|
+
"category": "conduction",
|
|
6185
|
+
"type": "pagination",
|
|
6186
|
+
"item": "container-padding-block-end"
|
|
6187
|
+
},
|
|
6188
|
+
"path": [
|
|
6189
|
+
"conduction",
|
|
6190
|
+
"pagination",
|
|
6191
|
+
"container-padding-block-end"
|
|
6192
|
+
]
|
|
6193
|
+
},
|
|
6194
|
+
"item-gap": {
|
|
6195
|
+
"value": "4px",
|
|
6196
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6197
|
+
"isSource": true,
|
|
6198
|
+
"original": {
|
|
6199
|
+
"value": "{leiden.size.2xs}"
|
|
6200
|
+
},
|
|
6201
|
+
"name": "conductionPaginationItemGap",
|
|
6202
|
+
"attributes": {
|
|
6203
|
+
"category": "conduction",
|
|
6204
|
+
"type": "pagination",
|
|
6205
|
+
"item": "item-gap"
|
|
6206
|
+
},
|
|
6207
|
+
"path": [
|
|
6208
|
+
"conduction",
|
|
6209
|
+
"pagination",
|
|
6210
|
+
"item-gap"
|
|
6211
|
+
]
|
|
6212
|
+
},
|
|
6213
|
+
"item-color": {
|
|
6214
|
+
"value": "#057aba",
|
|
6215
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6216
|
+
"isSource": true,
|
|
6217
|
+
"original": {
|
|
6218
|
+
"value": "{leiden.color.lightblue.37}"
|
|
6219
|
+
},
|
|
6220
|
+
"name": "conductionPaginationItemColor",
|
|
6221
|
+
"attributes": {
|
|
6222
|
+
"category": "conduction",
|
|
6223
|
+
"type": "pagination",
|
|
6224
|
+
"item": "item-color"
|
|
6225
|
+
},
|
|
6226
|
+
"path": [
|
|
6227
|
+
"conduction",
|
|
6228
|
+
"pagination",
|
|
6229
|
+
"item-color"
|
|
6230
|
+
]
|
|
6231
|
+
},
|
|
6232
|
+
"item-background-color": {
|
|
6233
|
+
"value": "#ffffff",
|
|
6234
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6235
|
+
"isSource": true,
|
|
6236
|
+
"original": {
|
|
6237
|
+
"value": "{leiden.color.white.100}"
|
|
6238
|
+
},
|
|
6239
|
+
"name": "conductionPaginationItemBackgroundColor",
|
|
6240
|
+
"attributes": {
|
|
6241
|
+
"category": "conduction",
|
|
6242
|
+
"type": "pagination",
|
|
6243
|
+
"item": "item-background-color"
|
|
6244
|
+
},
|
|
6245
|
+
"path": [
|
|
6246
|
+
"conduction",
|
|
6247
|
+
"pagination",
|
|
6248
|
+
"item-background-color"
|
|
6249
|
+
]
|
|
6250
|
+
},
|
|
6251
|
+
"item-border-radius": {
|
|
6252
|
+
"value": "0px",
|
|
6253
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6254
|
+
"isSource": true,
|
|
6255
|
+
"original": {
|
|
6256
|
+
"value": "0px"
|
|
6257
|
+
},
|
|
6258
|
+
"name": "conductionPaginationItemBorderRadius",
|
|
6259
|
+
"attributes": {
|
|
6260
|
+
"category": "conduction",
|
|
6261
|
+
"type": "pagination",
|
|
6262
|
+
"item": "item-border-radius"
|
|
6263
|
+
},
|
|
6264
|
+
"path": [
|
|
6265
|
+
"conduction",
|
|
6266
|
+
"pagination",
|
|
6267
|
+
"item-border-radius"
|
|
6268
|
+
]
|
|
6269
|
+
},
|
|
6270
|
+
"item-padding-inline-start": {
|
|
6271
|
+
"value": "8px",
|
|
6272
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6273
|
+
"isSource": true,
|
|
6274
|
+
"original": {
|
|
6275
|
+
"value": "{leiden.size.xs}"
|
|
6276
|
+
},
|
|
6277
|
+
"name": "conductionPaginationItemPaddingInlineStart",
|
|
6278
|
+
"attributes": {
|
|
6279
|
+
"category": "conduction",
|
|
6280
|
+
"type": "pagination",
|
|
6281
|
+
"item": "item-padding-inline-start"
|
|
6282
|
+
},
|
|
6283
|
+
"path": [
|
|
6284
|
+
"conduction",
|
|
6285
|
+
"pagination",
|
|
6286
|
+
"item-padding-inline-start"
|
|
6287
|
+
]
|
|
6288
|
+
},
|
|
6289
|
+
"item-padding-inline-end": {
|
|
6290
|
+
"value": "8px",
|
|
6291
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6292
|
+
"isSource": true,
|
|
6293
|
+
"original": {
|
|
6294
|
+
"value": "{leiden.size.xs}"
|
|
6295
|
+
},
|
|
6296
|
+
"name": "conductionPaginationItemPaddingInlineEnd",
|
|
6297
|
+
"attributes": {
|
|
6298
|
+
"category": "conduction",
|
|
6299
|
+
"type": "pagination",
|
|
6300
|
+
"item": "item-padding-inline-end"
|
|
6301
|
+
},
|
|
6302
|
+
"path": [
|
|
6303
|
+
"conduction",
|
|
6304
|
+
"pagination",
|
|
6305
|
+
"item-padding-inline-end"
|
|
6306
|
+
]
|
|
6307
|
+
},
|
|
6308
|
+
"item-padding-block-start": {
|
|
6309
|
+
"value": "8px",
|
|
6310
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6311
|
+
"isSource": true,
|
|
6312
|
+
"original": {
|
|
6313
|
+
"value": "{leiden.size.xs}"
|
|
6314
|
+
},
|
|
6315
|
+
"name": "conductionPaginationItemPaddingBlockStart",
|
|
6316
|
+
"attributes": {
|
|
6317
|
+
"category": "conduction",
|
|
6318
|
+
"type": "pagination",
|
|
6319
|
+
"item": "item-padding-block-start"
|
|
6320
|
+
},
|
|
6321
|
+
"path": [
|
|
6322
|
+
"conduction",
|
|
6323
|
+
"pagination",
|
|
6324
|
+
"item-padding-block-start"
|
|
6325
|
+
]
|
|
6326
|
+
},
|
|
6327
|
+
"item-padding-block-end": {
|
|
6328
|
+
"value": "8px",
|
|
6329
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6330
|
+
"isSource": true,
|
|
6331
|
+
"original": {
|
|
6332
|
+
"value": "{leiden.size.xs}"
|
|
6333
|
+
},
|
|
6334
|
+
"name": "conductionPaginationItemPaddingBlockEnd",
|
|
6335
|
+
"attributes": {
|
|
6336
|
+
"category": "conduction",
|
|
6337
|
+
"type": "pagination",
|
|
6338
|
+
"item": "item-padding-block-end"
|
|
6339
|
+
},
|
|
6340
|
+
"path": [
|
|
6341
|
+
"conduction",
|
|
6342
|
+
"pagination",
|
|
6343
|
+
"item-padding-block-end"
|
|
6344
|
+
]
|
|
6345
|
+
},
|
|
6346
|
+
"item-font-size": {
|
|
6347
|
+
"value": "15px",
|
|
6348
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6349
|
+
"isSource": true,
|
|
6350
|
+
"original": {
|
|
6351
|
+
"value": "15px"
|
|
6352
|
+
},
|
|
6353
|
+
"name": "conductionPaginationItemFontSize",
|
|
6354
|
+
"attributes": {
|
|
6355
|
+
"category": "conduction",
|
|
6356
|
+
"type": "pagination",
|
|
6357
|
+
"item": "item-font-size"
|
|
6358
|
+
},
|
|
6359
|
+
"path": [
|
|
6360
|
+
"conduction",
|
|
6361
|
+
"pagination",
|
|
6362
|
+
"item-font-size"
|
|
6363
|
+
]
|
|
6364
|
+
},
|
|
6365
|
+
"item-font-weight": {
|
|
6366
|
+
"value": "700",
|
|
6367
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6368
|
+
"isSource": true,
|
|
6369
|
+
"original": {
|
|
6370
|
+
"value": "{leiden.typography.font-weight.bold}"
|
|
6371
|
+
},
|
|
6372
|
+
"name": "conductionPaginationItemFontWeight",
|
|
6373
|
+
"attributes": {
|
|
6374
|
+
"category": "conduction",
|
|
6375
|
+
"type": "pagination",
|
|
6376
|
+
"item": "item-font-weight"
|
|
6377
|
+
},
|
|
6378
|
+
"path": [
|
|
6379
|
+
"conduction",
|
|
6380
|
+
"pagination",
|
|
6381
|
+
"item-font-weight"
|
|
6382
|
+
]
|
|
6383
|
+
},
|
|
6384
|
+
"item-font-family": {
|
|
6385
|
+
"value": "\"Open Sans\", Arial, sans-serif",
|
|
6386
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6387
|
+
"isSource": true,
|
|
6388
|
+
"original": {
|
|
6389
|
+
"value": "{utrecht.document.font-family}"
|
|
6390
|
+
},
|
|
6391
|
+
"name": "conductionPaginationItemFontFamily",
|
|
6392
|
+
"attributes": {
|
|
6393
|
+
"category": "conduction",
|
|
6394
|
+
"type": "pagination",
|
|
6395
|
+
"item": "item-font-family"
|
|
6396
|
+
},
|
|
6397
|
+
"path": [
|
|
6398
|
+
"conduction",
|
|
6399
|
+
"pagination",
|
|
6400
|
+
"item-font-family"
|
|
6401
|
+
]
|
|
6402
|
+
},
|
|
6403
|
+
"navigation-button-padding-inline-start": {
|
|
6404
|
+
"value": "8px",
|
|
6405
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6406
|
+
"isSource": true,
|
|
6407
|
+
"original": {
|
|
6408
|
+
"value": "{leiden.size.xs}"
|
|
6409
|
+
},
|
|
6410
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineStart",
|
|
6411
|
+
"attributes": {
|
|
6412
|
+
"category": "conduction",
|
|
6413
|
+
"type": "pagination",
|
|
6414
|
+
"item": "navigation-button-padding-inline-start"
|
|
6415
|
+
},
|
|
6416
|
+
"path": [
|
|
6417
|
+
"conduction",
|
|
6418
|
+
"pagination",
|
|
6419
|
+
"navigation-button-padding-inline-start"
|
|
6420
|
+
]
|
|
6421
|
+
},
|
|
6422
|
+
"navigation-button-padding-inline-end": {
|
|
6423
|
+
"value": "8px",
|
|
6424
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6425
|
+
"isSource": true,
|
|
6426
|
+
"original": {
|
|
6427
|
+
"value": "{leiden.size.xs}"
|
|
6428
|
+
},
|
|
6429
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineEnd",
|
|
6430
|
+
"attributes": {
|
|
6431
|
+
"category": "conduction",
|
|
6432
|
+
"type": "pagination",
|
|
6433
|
+
"item": "navigation-button-padding-inline-end"
|
|
6434
|
+
},
|
|
6435
|
+
"path": [
|
|
6436
|
+
"conduction",
|
|
6437
|
+
"pagination",
|
|
6438
|
+
"navigation-button-padding-inline-end"
|
|
6439
|
+
]
|
|
6440
|
+
},
|
|
6441
|
+
"navigation-button-padding-block-start": {
|
|
6442
|
+
"value": "0px",
|
|
6443
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6444
|
+
"isSource": true,
|
|
6445
|
+
"original": {
|
|
6446
|
+
"value": "0px"
|
|
6447
|
+
},
|
|
6448
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockStart",
|
|
6449
|
+
"attributes": {
|
|
6450
|
+
"category": "conduction",
|
|
6451
|
+
"type": "pagination",
|
|
6452
|
+
"item": "navigation-button-padding-block-start"
|
|
6453
|
+
},
|
|
6454
|
+
"path": [
|
|
6455
|
+
"conduction",
|
|
6456
|
+
"pagination",
|
|
6457
|
+
"navigation-button-padding-block-start"
|
|
6458
|
+
]
|
|
6459
|
+
},
|
|
6460
|
+
"navigation-button-padding-block-end": {
|
|
6461
|
+
"value": "0px",
|
|
6462
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6463
|
+
"isSource": true,
|
|
6464
|
+
"original": {
|
|
6465
|
+
"value": "0px"
|
|
6466
|
+
},
|
|
6467
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockEnd",
|
|
6468
|
+
"attributes": {
|
|
6469
|
+
"category": "conduction",
|
|
6470
|
+
"type": "pagination",
|
|
6471
|
+
"item": "navigation-button-padding-block-end"
|
|
6472
|
+
},
|
|
6473
|
+
"path": [
|
|
6474
|
+
"conduction",
|
|
6475
|
+
"pagination",
|
|
6476
|
+
"navigation-button-padding-block-end"
|
|
6477
|
+
]
|
|
6478
|
+
},
|
|
6479
|
+
"disabled-color": {
|
|
6480
|
+
"value": "#e4e4e4",
|
|
6481
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6482
|
+
"isSource": true,
|
|
6483
|
+
"original": {
|
|
6484
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
6485
|
+
},
|
|
6486
|
+
"name": "conductionPaginationDisabledColor",
|
|
6487
|
+
"attributes": {
|
|
6488
|
+
"category": "conduction",
|
|
6489
|
+
"type": "pagination",
|
|
6490
|
+
"item": "disabled-color"
|
|
6491
|
+
},
|
|
6492
|
+
"path": [
|
|
6493
|
+
"conduction",
|
|
6494
|
+
"pagination",
|
|
6495
|
+
"disabled-color"
|
|
6496
|
+
]
|
|
6497
|
+
},
|
|
6498
|
+
"disabled-background-color": {
|
|
6499
|
+
"value": "#ffffff",
|
|
6500
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6501
|
+
"isSource": true,
|
|
6502
|
+
"original": {
|
|
6503
|
+
"value": "{leiden.color.white.100}"
|
|
6504
|
+
},
|
|
6505
|
+
"name": "conductionPaginationDisabledBackgroundColor",
|
|
6506
|
+
"attributes": {
|
|
6507
|
+
"category": "conduction",
|
|
6508
|
+
"type": "pagination",
|
|
6509
|
+
"item": "disabled-background-color"
|
|
6510
|
+
},
|
|
6511
|
+
"path": [
|
|
6512
|
+
"conduction",
|
|
6513
|
+
"pagination",
|
|
6514
|
+
"disabled-background-color"
|
|
6515
|
+
]
|
|
6516
|
+
},
|
|
6517
|
+
"current-page-color": {
|
|
6518
|
+
"value": "#0d1921",
|
|
6519
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6520
|
+
"isSource": true,
|
|
6521
|
+
"original": {
|
|
6522
|
+
"value": "{leiden.color.black.9}"
|
|
6523
|
+
},
|
|
6524
|
+
"name": "conductionPaginationCurrentPageColor",
|
|
6525
|
+
"attributes": {
|
|
6526
|
+
"category": "conduction",
|
|
6527
|
+
"type": "pagination",
|
|
6528
|
+
"item": "current-page-color"
|
|
6529
|
+
},
|
|
6530
|
+
"path": [
|
|
6531
|
+
"conduction",
|
|
6532
|
+
"pagination",
|
|
6533
|
+
"current-page-color"
|
|
6534
|
+
]
|
|
6535
|
+
},
|
|
6536
|
+
"current-page-background-color": {
|
|
6537
|
+
"value": "#ffffff",
|
|
6538
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6539
|
+
"isSource": true,
|
|
6540
|
+
"original": {
|
|
6541
|
+
"value": "{leiden.color.white.100}"
|
|
6542
|
+
},
|
|
6543
|
+
"name": "conductionPaginationCurrentPageBackgroundColor",
|
|
6544
|
+
"attributes": {
|
|
6545
|
+
"category": "conduction",
|
|
6546
|
+
"type": "pagination",
|
|
6547
|
+
"item": "current-page-background-color"
|
|
6548
|
+
},
|
|
6549
|
+
"path": [
|
|
6550
|
+
"conduction",
|
|
6551
|
+
"pagination",
|
|
6552
|
+
"current-page-background-color"
|
|
6553
|
+
]
|
|
6554
|
+
},
|
|
6555
|
+
"current-page-font-weight": {
|
|
6556
|
+
"value": "700",
|
|
6557
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6558
|
+
"isSource": true,
|
|
6559
|
+
"original": {
|
|
6560
|
+
"value": "{leiden.typography.font-weight.bold}"
|
|
6561
|
+
},
|
|
6562
|
+
"name": "conductionPaginationCurrentPageFontWeight",
|
|
6563
|
+
"attributes": {
|
|
6564
|
+
"category": "conduction",
|
|
6565
|
+
"type": "pagination",
|
|
6566
|
+
"item": "current-page-font-weight"
|
|
6567
|
+
},
|
|
6568
|
+
"path": [
|
|
6569
|
+
"conduction",
|
|
6570
|
+
"pagination",
|
|
6571
|
+
"current-page-font-weight"
|
|
6572
|
+
]
|
|
6573
|
+
},
|
|
6574
|
+
"current-page-text-decoration": {
|
|
6575
|
+
"value": "underline",
|
|
6576
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6577
|
+
"isSource": true,
|
|
6578
|
+
"original": {
|
|
6579
|
+
"value": "underline"
|
|
6580
|
+
},
|
|
6581
|
+
"name": "conductionPaginationCurrentPageTextDecoration",
|
|
6582
|
+
"attributes": {
|
|
6583
|
+
"category": "conduction",
|
|
6584
|
+
"type": "pagination",
|
|
6585
|
+
"item": "current-page-text-decoration"
|
|
6586
|
+
},
|
|
6587
|
+
"path": [
|
|
6588
|
+
"conduction",
|
|
6589
|
+
"pagination",
|
|
6590
|
+
"current-page-text-decoration"
|
|
6591
|
+
]
|
|
6592
|
+
},
|
|
6593
|
+
"page-hover-color": {
|
|
6594
|
+
"value": "#057aba",
|
|
6595
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6596
|
+
"isSource": true,
|
|
6597
|
+
"original": {
|
|
6598
|
+
"value": "{leiden.color.lightblue.37}"
|
|
6599
|
+
},
|
|
6600
|
+
"name": "conductionPaginationPageHoverColor",
|
|
6601
|
+
"attributes": {
|
|
6602
|
+
"category": "conduction",
|
|
6603
|
+
"type": "pagination",
|
|
6604
|
+
"item": "page-hover-color"
|
|
6605
|
+
},
|
|
6606
|
+
"path": [
|
|
6607
|
+
"conduction",
|
|
6608
|
+
"pagination",
|
|
6609
|
+
"page-hover-color"
|
|
6610
|
+
]
|
|
6611
|
+
},
|
|
6612
|
+
"page-hover-background-color": {
|
|
6613
|
+
"value": "#ffffff",
|
|
6614
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6615
|
+
"isSource": true,
|
|
6616
|
+
"original": {
|
|
6617
|
+
"value": "{leiden.color.white.100}"
|
|
6618
|
+
},
|
|
6619
|
+
"name": "conductionPaginationPageHoverBackgroundColor",
|
|
6620
|
+
"attributes": {
|
|
6621
|
+
"category": "conduction",
|
|
6622
|
+
"type": "pagination",
|
|
6623
|
+
"item": "page-hover-background-color"
|
|
6624
|
+
},
|
|
6625
|
+
"path": [
|
|
6626
|
+
"conduction",
|
|
6627
|
+
"pagination",
|
|
6628
|
+
"page-hover-background-color"
|
|
6629
|
+
]
|
|
6630
|
+
},
|
|
6631
|
+
"page-hover-text-decoration": {
|
|
6632
|
+
"value": "underline",
|
|
6633
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6634
|
+
"isSource": true,
|
|
6635
|
+
"original": {
|
|
6636
|
+
"value": "underline"
|
|
6637
|
+
},
|
|
6638
|
+
"name": "conductionPaginationPageHoverTextDecoration",
|
|
6639
|
+
"attributes": {
|
|
6640
|
+
"category": "conduction",
|
|
6641
|
+
"type": "pagination",
|
|
6642
|
+
"item": "page-hover-text-decoration"
|
|
6643
|
+
},
|
|
6644
|
+
"path": [
|
|
6645
|
+
"conduction",
|
|
6646
|
+
"pagination",
|
|
6647
|
+
"page-hover-text-decoration"
|
|
6648
|
+
]
|
|
6649
|
+
},
|
|
6650
|
+
"page-hover-text-decoration-thickness": {
|
|
6651
|
+
"value": "1px",
|
|
6652
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6653
|
+
"isSource": true,
|
|
6654
|
+
"original": {
|
|
6655
|
+
"value": "1px"
|
|
6656
|
+
},
|
|
6657
|
+
"name": "conductionPaginationPageHoverTextDecorationThickness",
|
|
6658
|
+
"attributes": {
|
|
6659
|
+
"category": "conduction",
|
|
6660
|
+
"type": "pagination",
|
|
6661
|
+
"item": "page-hover-text-decoration-thickness"
|
|
6662
|
+
},
|
|
6663
|
+
"path": [
|
|
6664
|
+
"conduction",
|
|
6665
|
+
"pagination",
|
|
6666
|
+
"page-hover-text-decoration-thickness"
|
|
6667
|
+
]
|
|
6668
|
+
}
|
|
6669
|
+
},
|
|
6077
6670
|
"input-select": {
|
|
6078
6671
|
"background-color": {
|
|
6079
6672
|
"value": "#ffffff",
|