@conduction/theme 1.0.30 → 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 +3 -1
- package/conduction-design-tokens/dist/design-tokens.css +32 -1
- package/conduction-design-tokens/dist/index.js +32 -1
- package/conduction-design-tokens/dist/index.json +589 -0
- package/conduction-design-tokens/dist/index.less +32 -1
- package/conduction-design-tokens/dist/index.scss +32 -1
- package/conduction-design-tokens/dist/tokens.json +594 -0
- package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/conduction-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +33 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +33 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +610 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +33 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +33 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +615 -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/dinkelland-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +34 -1
- package/municipalities/epe-design-tokens/dist/index.js +34 -1
- package/municipalities/epe-design-tokens/dist/index.json +631 -0
- package/municipalities/epe-design-tokens/dist/index.less +34 -1
- package/municipalities/epe-design-tokens/dist/index.scss +34 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +636 -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/epe-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +33 -1
- package/municipalities/leiden-design-tokens/dist/index.js +33 -1
- package/municipalities/leiden-design-tokens/dist/index.json +610 -0
- package/municipalities/leiden-design-tokens/dist/index.less +33 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +33 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +615 -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/leiden-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +31 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +31 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.json +570 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +31 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +31 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +576 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +35 -5
- package/municipalities/noordwijk-design-tokens/dist/index.js +33 -3
- package/municipalities/noordwijk-design-tokens/dist/index.json +578 -8
- package/municipalities/noordwijk-design-tokens/dist/index.less +35 -5
- package/municipalities/noordwijk-design-tokens/dist/index.scss +35 -5
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +585 -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/noordwijk-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- 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 +34 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +34 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +631 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +34 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +34 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +636 -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/tubbergen-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +32 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +32 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +589 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +32 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +32 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +594 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/package.json +1 -3
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 30 Aug 2023 11:45:33 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.noaberkracht-theme {
|
|
7
7
|
--conduction-input-select-padding-block-start: 0;
|
|
8
8
|
--conduction-input-select-padding-block-end: 0;
|
|
9
9
|
--conduction-input-select-border-focus: unset;
|
|
10
|
+
--conduction-pagination-page-hover-text-decoration-thickness: 0px;
|
|
11
|
+
--conduction-pagination-page-hover-text-decoration: unset;
|
|
12
|
+
--conduction-pagination-current-page-text-decoration: unset;
|
|
13
|
+
--conduction-pagination-navigation-button-padding-block-end: 0px;
|
|
14
|
+
--conduction-pagination-navigation-button-padding-block-start: 0px;
|
|
15
|
+
--conduction-pagination-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;
|
|
10
20
|
--conduction-card-wrapper-border-radius: 22px;
|
|
11
21
|
--conduction-card-wrapper-border-style: solid;
|
|
12
22
|
--utrecht-paragraph-margin-block-end: 0;
|
|
@@ -94,6 +104,23 @@
|
|
|
94
104
|
--conduction-input-select-border-radius: var(--utrecht-form-input-border-radius);
|
|
95
105
|
--conduction-input-select-border: var(--noaberkracht-size-4xs) solid var(--noaberkracht-color-blue-22);
|
|
96
106
|
--conduction-input-select-background-color: var(--noaberkracht-color-white-100);
|
|
107
|
+
--conduction-pagination-page-hover-background-color: var(--noaberkracht-color-white-100);
|
|
108
|
+
--conduction-pagination-page-hover-color: var(--noaberkracht-color-yellow-47);
|
|
109
|
+
--conduction-pagination-current-page-font-weight: var(--noaberkracht-typography-font-weight-bold);
|
|
110
|
+
--conduction-pagination-current-page-background-color: var(--noaberkracht-color-yellow-47);
|
|
111
|
+
--conduction-pagination-current-page-color: var(--noaberkracht-color-white-100);
|
|
112
|
+
--conduction-pagination-disabled-background-color: var(--noaberkracht-color-lightgrey-96);
|
|
113
|
+
--conduction-pagination-navigation-button-padding-inline-end: var(--noaberkracht-size-xs);
|
|
114
|
+
--conduction-pagination-navigation-button-padding-inline-start: var(--noaberkracht-size-xs);
|
|
115
|
+
--conduction-pagination-item-font-weight: var(--noaberkracht-typography-font-weight-normal);
|
|
116
|
+
--conduction-pagination-item-padding-block-end: var(--noaberkracht-size-xs);
|
|
117
|
+
--conduction-pagination-item-padding-block-start: var(--noaberkracht-size-xs);
|
|
118
|
+
--conduction-pagination-item-padding-inline-end: var(--noaberkracht-size-sm);
|
|
119
|
+
--conduction-pagination-item-padding-inline-start: var(--noaberkracht-size-sm);
|
|
120
|
+
--conduction-pagination-item-border-radius: var(--noaberkracht-size-md);
|
|
121
|
+
--conduction-pagination-item-background-color: var(--noaberkracht-color-white-100);
|
|
122
|
+
--conduction-pagination-item-color: var(--noaberkracht-color-black-0);
|
|
123
|
+
--conduction-pagination-item-gap: var(--noaberkracht-size-2xs);
|
|
97
124
|
--conduction-card-wrapper-padding-block-start: var(--noaberkracht-size-md);
|
|
98
125
|
--conduction-card-wrapper-padding-block-end: var(--noaberkracht-size-md);
|
|
99
126
|
--conduction-card-wrapper-padding-inline-start: var(--noaberkracht-size-md);
|
|
@@ -107,6 +134,7 @@
|
|
|
107
134
|
--conduction-card-header-date-font-size: var(--noaberkracht-font-size-xs);
|
|
108
135
|
--conduction-card-header-date-color: var(--noaberkracht-color-blue-22);
|
|
109
136
|
--conduction-card-header-title-color: var(--noaberkracht-color-blue-22);
|
|
137
|
+
--utrecht-surface-background-color: var(--noaberkracht-color-white-98);
|
|
110
138
|
--utrecht-paragraph-font-weight: var(--noaberkracht-typography-font-weight-normal);
|
|
111
139
|
--utrecht-paragraph-font-size: var(--noaberkracht-font-size-sm);
|
|
112
140
|
--utrecht-paragraph-font-family: var(--noaberkracht-typography-greycliff-cf-font-family);
|
|
@@ -301,6 +329,8 @@
|
|
|
301
329
|
--noaberkracht-typography-scale-4xs: var(--noaberkracht-font-size-4xs);
|
|
302
330
|
--noaberkracht-color-info: var(--noaberkracht-color-primary);
|
|
303
331
|
--conduction-input-select-placeholder-color: var(--utrecht-form-input-placeholder-color);
|
|
332
|
+
--conduction-pagination-item-font-family: var(--utrecht-document-font-family);
|
|
333
|
+
--conduction-pagination-item-font-size: var(--utrecht-document-font-size);
|
|
304
334
|
--conduction-card-header-color: var(--utrecht-document-color);
|
|
305
335
|
--utrecht-paragraph-color: var(--utrecht-document-color);
|
|
306
336
|
--utrecht-unordered-list-font-size: var(--utrecht-document-font-size);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 30 Aug 2023 11:45:33 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const noaberkrachtColorPrimary = "#4376fc";
|
|
@@ -282,6 +282,7 @@ export const utrechtParagraphFontWeight = "400";
|
|
|
282
282
|
export const utrechtParagraphLineHeight = "1.5em";
|
|
283
283
|
export const utrechtParagraphMarginBlockStart = 0;
|
|
284
284
|
export const utrechtParagraphMarginBlockEnd = 0;
|
|
285
|
+
export const utrechtSurfaceBackgroundColor = "#fafafa";
|
|
285
286
|
export const conductionCardHeaderColor = "#003790";
|
|
286
287
|
export const conductionCardHeaderTitleColor = "#003790";
|
|
287
288
|
export const conductionCardHeaderDateColor = "#003790";
|
|
@@ -298,6 +299,35 @@ export const conductionCardWrapperPaddingInlineEnd = "18px";
|
|
|
298
299
|
export const conductionCardWrapperPaddingInlineStart = "18px";
|
|
299
300
|
export const conductionCardWrapperPaddingBlockEnd = "18px";
|
|
300
301
|
export const conductionCardWrapperPaddingBlockStart = "18px";
|
|
302
|
+
export const conductionPaginationContainerBackgroundColor = "unset";
|
|
303
|
+
export const conductionPaginationContainerPaddingInlineStart = "0px";
|
|
304
|
+
export const conductionPaginationContainerPaddingInlineEnd = "0px";
|
|
305
|
+
export const conductionPaginationContainerPaddingBlockStart = "0px";
|
|
306
|
+
export const conductionPaginationContainerPaddingBlockEnd = "0px";
|
|
307
|
+
export const conductionPaginationItemGap = "4px";
|
|
308
|
+
export const conductionPaginationItemColor = "#000000";
|
|
309
|
+
export const conductionPaginationItemBackgroundColor = "#ffffff";
|
|
310
|
+
export const conductionPaginationItemBorderRadius = "18px";
|
|
311
|
+
export const conductionPaginationItemPaddingInlineStart = "14px";
|
|
312
|
+
export const conductionPaginationItemPaddingInlineEnd = "14px";
|
|
313
|
+
export const conductionPaginationItemPaddingBlockStart = "8px";
|
|
314
|
+
export const conductionPaginationItemPaddingBlockEnd = "8px";
|
|
315
|
+
export const conductionPaginationItemFontSize = "18px";
|
|
316
|
+
export const conductionPaginationItemFontWeight = "400";
|
|
317
|
+
export const conductionPaginationItemFontFamily = "greycliff-cf,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",Segoe UI Symbol,\"Noto Color Emoji\"";
|
|
318
|
+
export const conductionPaginationNavigationButtonPaddingInlineStart = "8px";
|
|
319
|
+
export const conductionPaginationNavigationButtonPaddingInlineEnd = "8px";
|
|
320
|
+
export const conductionPaginationNavigationButtonPaddingBlockStart = "0px";
|
|
321
|
+
export const conductionPaginationNavigationButtonPaddingBlockEnd = "0px";
|
|
322
|
+
export const conductionPaginationDisabledBackgroundColor = "#f5f5f5";
|
|
323
|
+
export const conductionPaginationCurrentPageColor = "#ffffff";
|
|
324
|
+
export const conductionPaginationCurrentPageBackgroundColor = "#f0b800";
|
|
325
|
+
export const conductionPaginationCurrentPageFontWeight = "700";
|
|
326
|
+
export const conductionPaginationCurrentPageTextDecoration = "unset";
|
|
327
|
+
export const conductionPaginationPageHoverColor = "#f0b800";
|
|
328
|
+
export const conductionPaginationPageHoverBackgroundColor = "#ffffff";
|
|
329
|
+
export const conductionPaginationPageHoverTextDecoration = "unset";
|
|
330
|
+
export const conductionPaginationPageHoverTextDecorationThickness = "0px";
|
|
301
331
|
export const conductionInputSelectBackgroundColor = "#ffffff";
|
|
302
332
|
export const conductionInputSelectBorder = "1px solid #003790";
|
|
303
333
|
export const conductionInputSelectBorderFocus = "unset";
|
|
@@ -532,6 +532,557 @@
|
|
|
532
532
|
"font-family"
|
|
533
533
|
]
|
|
534
534
|
},
|
|
535
|
+
{
|
|
536
|
+
"value": "unset",
|
|
537
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
538
|
+
"isSource": true,
|
|
539
|
+
"original": {
|
|
540
|
+
"value": "unset"
|
|
541
|
+
},
|
|
542
|
+
"name": "conductionPaginationContainerBackgroundColor",
|
|
543
|
+
"attributes": {
|
|
544
|
+
"category": "conduction",
|
|
545
|
+
"type": "pagination",
|
|
546
|
+
"item": "container-background-color"
|
|
547
|
+
},
|
|
548
|
+
"path": [
|
|
549
|
+
"conduction",
|
|
550
|
+
"pagination",
|
|
551
|
+
"container-background-color"
|
|
552
|
+
]
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"value": "0px",
|
|
556
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
557
|
+
"isSource": true,
|
|
558
|
+
"original": {
|
|
559
|
+
"value": "0px"
|
|
560
|
+
},
|
|
561
|
+
"name": "conductionPaginationContainerPaddingBlockEnd",
|
|
562
|
+
"attributes": {
|
|
563
|
+
"category": "conduction",
|
|
564
|
+
"type": "pagination",
|
|
565
|
+
"item": "container-padding-block-end"
|
|
566
|
+
},
|
|
567
|
+
"path": [
|
|
568
|
+
"conduction",
|
|
569
|
+
"pagination",
|
|
570
|
+
"container-padding-block-end"
|
|
571
|
+
]
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"value": "0px",
|
|
575
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
576
|
+
"isSource": true,
|
|
577
|
+
"original": {
|
|
578
|
+
"value": "0px"
|
|
579
|
+
},
|
|
580
|
+
"name": "conductionPaginationContainerPaddingBlockStart",
|
|
581
|
+
"attributes": {
|
|
582
|
+
"category": "conduction",
|
|
583
|
+
"type": "pagination",
|
|
584
|
+
"item": "container-padding-block-start"
|
|
585
|
+
},
|
|
586
|
+
"path": [
|
|
587
|
+
"conduction",
|
|
588
|
+
"pagination",
|
|
589
|
+
"container-padding-block-start"
|
|
590
|
+
]
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"value": "0px",
|
|
594
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
595
|
+
"isSource": true,
|
|
596
|
+
"original": {
|
|
597
|
+
"value": "0px"
|
|
598
|
+
},
|
|
599
|
+
"name": "conductionPaginationContainerPaddingInlineEnd",
|
|
600
|
+
"attributes": {
|
|
601
|
+
"category": "conduction",
|
|
602
|
+
"type": "pagination",
|
|
603
|
+
"item": "container-padding-inline-end"
|
|
604
|
+
},
|
|
605
|
+
"path": [
|
|
606
|
+
"conduction",
|
|
607
|
+
"pagination",
|
|
608
|
+
"container-padding-inline-end"
|
|
609
|
+
]
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"value": "0px",
|
|
613
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
614
|
+
"isSource": true,
|
|
615
|
+
"original": {
|
|
616
|
+
"value": "0px"
|
|
617
|
+
},
|
|
618
|
+
"name": "conductionPaginationContainerPaddingInlineStart",
|
|
619
|
+
"attributes": {
|
|
620
|
+
"category": "conduction",
|
|
621
|
+
"type": "pagination",
|
|
622
|
+
"item": "container-padding-inline-start"
|
|
623
|
+
},
|
|
624
|
+
"path": [
|
|
625
|
+
"conduction",
|
|
626
|
+
"pagination",
|
|
627
|
+
"container-padding-inline-start"
|
|
628
|
+
]
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"value": "#f0b800",
|
|
632
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
633
|
+
"isSource": true,
|
|
634
|
+
"original": {
|
|
635
|
+
"value": "{noaberkracht.color.yellow.47}"
|
|
636
|
+
},
|
|
637
|
+
"name": "conductionPaginationCurrentPageBackgroundColor",
|
|
638
|
+
"attributes": {
|
|
639
|
+
"category": "conduction",
|
|
640
|
+
"type": "pagination",
|
|
641
|
+
"item": "current-page-background-color"
|
|
642
|
+
},
|
|
643
|
+
"path": [
|
|
644
|
+
"conduction",
|
|
645
|
+
"pagination",
|
|
646
|
+
"current-page-background-color"
|
|
647
|
+
]
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"value": "#ffffff",
|
|
651
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
652
|
+
"isSource": true,
|
|
653
|
+
"original": {
|
|
654
|
+
"value": "{noaberkracht.color.white.100}"
|
|
655
|
+
},
|
|
656
|
+
"name": "conductionPaginationCurrentPageColor",
|
|
657
|
+
"attributes": {
|
|
658
|
+
"category": "conduction",
|
|
659
|
+
"type": "pagination",
|
|
660
|
+
"item": "current-page-color"
|
|
661
|
+
},
|
|
662
|
+
"path": [
|
|
663
|
+
"conduction",
|
|
664
|
+
"pagination",
|
|
665
|
+
"current-page-color"
|
|
666
|
+
]
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"value": "700",
|
|
670
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
671
|
+
"isSource": true,
|
|
672
|
+
"original": {
|
|
673
|
+
"value": "{noaberkracht.typography.font-weight.bold}"
|
|
674
|
+
},
|
|
675
|
+
"name": "conductionPaginationCurrentPageFontWeight",
|
|
676
|
+
"attributes": {
|
|
677
|
+
"category": "conduction",
|
|
678
|
+
"type": "pagination",
|
|
679
|
+
"item": "current-page-font-weight"
|
|
680
|
+
},
|
|
681
|
+
"path": [
|
|
682
|
+
"conduction",
|
|
683
|
+
"pagination",
|
|
684
|
+
"current-page-font-weight"
|
|
685
|
+
]
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"value": "unset",
|
|
689
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
690
|
+
"isSource": true,
|
|
691
|
+
"original": {
|
|
692
|
+
"value": "unset"
|
|
693
|
+
},
|
|
694
|
+
"name": "conductionPaginationCurrentPageTextDecoration",
|
|
695
|
+
"attributes": {
|
|
696
|
+
"category": "conduction",
|
|
697
|
+
"type": "pagination",
|
|
698
|
+
"item": "current-page-text-decoration"
|
|
699
|
+
},
|
|
700
|
+
"path": [
|
|
701
|
+
"conduction",
|
|
702
|
+
"pagination",
|
|
703
|
+
"current-page-text-decoration"
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"value": "#f5f5f5",
|
|
708
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
709
|
+
"isSource": true,
|
|
710
|
+
"original": {
|
|
711
|
+
"value": "{noaberkracht.color.lightgrey.96}"
|
|
712
|
+
},
|
|
713
|
+
"name": "conductionPaginationDisabledBackgroundColor",
|
|
714
|
+
"attributes": {
|
|
715
|
+
"category": "conduction",
|
|
716
|
+
"type": "pagination",
|
|
717
|
+
"item": "disabled-background-color"
|
|
718
|
+
},
|
|
719
|
+
"path": [
|
|
720
|
+
"conduction",
|
|
721
|
+
"pagination",
|
|
722
|
+
"disabled-background-color"
|
|
723
|
+
]
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"value": "#ffffff",
|
|
727
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
728
|
+
"isSource": true,
|
|
729
|
+
"original": {
|
|
730
|
+
"value": "{noaberkracht.color.white.100}"
|
|
731
|
+
},
|
|
732
|
+
"name": "conductionPaginationItemBackgroundColor",
|
|
733
|
+
"attributes": {
|
|
734
|
+
"category": "conduction",
|
|
735
|
+
"type": "pagination",
|
|
736
|
+
"item": "item-background-color"
|
|
737
|
+
},
|
|
738
|
+
"path": [
|
|
739
|
+
"conduction",
|
|
740
|
+
"pagination",
|
|
741
|
+
"item-background-color"
|
|
742
|
+
]
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"value": "18px",
|
|
746
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
747
|
+
"isSource": true,
|
|
748
|
+
"original": {
|
|
749
|
+
"value": "{noaberkracht.size.md}"
|
|
750
|
+
},
|
|
751
|
+
"name": "conductionPaginationItemBorderRadius",
|
|
752
|
+
"attributes": {
|
|
753
|
+
"category": "conduction",
|
|
754
|
+
"type": "pagination",
|
|
755
|
+
"item": "item-border-radius"
|
|
756
|
+
},
|
|
757
|
+
"path": [
|
|
758
|
+
"conduction",
|
|
759
|
+
"pagination",
|
|
760
|
+
"item-border-radius"
|
|
761
|
+
]
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"value": "#000000",
|
|
765
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
766
|
+
"isSource": true,
|
|
767
|
+
"original": {
|
|
768
|
+
"value": "{noaberkracht.color.black.0}"
|
|
769
|
+
},
|
|
770
|
+
"name": "conductionPaginationItemColor",
|
|
771
|
+
"attributes": {
|
|
772
|
+
"category": "conduction",
|
|
773
|
+
"type": "pagination",
|
|
774
|
+
"item": "item-color"
|
|
775
|
+
},
|
|
776
|
+
"path": [
|
|
777
|
+
"conduction",
|
|
778
|
+
"pagination",
|
|
779
|
+
"item-color"
|
|
780
|
+
]
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"value": "greycliff-cf,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",Segoe UI Symbol,\"Noto Color Emoji\"",
|
|
784
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
785
|
+
"isSource": true,
|
|
786
|
+
"original": {
|
|
787
|
+
"value": "{utrecht.document.font-family}"
|
|
788
|
+
},
|
|
789
|
+
"name": "conductionPaginationItemFontFamily",
|
|
790
|
+
"attributes": {
|
|
791
|
+
"category": "conduction",
|
|
792
|
+
"type": "pagination",
|
|
793
|
+
"item": "item-font-family"
|
|
794
|
+
},
|
|
795
|
+
"path": [
|
|
796
|
+
"conduction",
|
|
797
|
+
"pagination",
|
|
798
|
+
"item-font-family"
|
|
799
|
+
]
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"value": "18px",
|
|
803
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
804
|
+
"isSource": true,
|
|
805
|
+
"original": {
|
|
806
|
+
"value": "{utrecht.document.font-size}"
|
|
807
|
+
},
|
|
808
|
+
"name": "conductionPaginationItemFontSize",
|
|
809
|
+
"attributes": {
|
|
810
|
+
"category": "conduction",
|
|
811
|
+
"type": "pagination",
|
|
812
|
+
"item": "item-font-size"
|
|
813
|
+
},
|
|
814
|
+
"path": [
|
|
815
|
+
"conduction",
|
|
816
|
+
"pagination",
|
|
817
|
+
"item-font-size"
|
|
818
|
+
]
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"value": "400",
|
|
822
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
823
|
+
"isSource": true,
|
|
824
|
+
"original": {
|
|
825
|
+
"value": "{noaberkracht.typography.font-weight.normal}"
|
|
826
|
+
},
|
|
827
|
+
"name": "conductionPaginationItemFontWeight",
|
|
828
|
+
"attributes": {
|
|
829
|
+
"category": "conduction",
|
|
830
|
+
"type": "pagination",
|
|
831
|
+
"item": "item-font-weight"
|
|
832
|
+
},
|
|
833
|
+
"path": [
|
|
834
|
+
"conduction",
|
|
835
|
+
"pagination",
|
|
836
|
+
"item-font-weight"
|
|
837
|
+
]
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"value": "4px",
|
|
841
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
842
|
+
"isSource": true,
|
|
843
|
+
"original": {
|
|
844
|
+
"value": "{noaberkracht.size.2xs}"
|
|
845
|
+
},
|
|
846
|
+
"name": "conductionPaginationItemGap",
|
|
847
|
+
"attributes": {
|
|
848
|
+
"category": "conduction",
|
|
849
|
+
"type": "pagination",
|
|
850
|
+
"item": "item-gap"
|
|
851
|
+
},
|
|
852
|
+
"path": [
|
|
853
|
+
"conduction",
|
|
854
|
+
"pagination",
|
|
855
|
+
"item-gap"
|
|
856
|
+
]
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"value": "8px",
|
|
860
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
861
|
+
"isSource": true,
|
|
862
|
+
"original": {
|
|
863
|
+
"value": "{noaberkracht.size.xs}"
|
|
864
|
+
},
|
|
865
|
+
"name": "conductionPaginationItemPaddingBlockEnd",
|
|
866
|
+
"attributes": {
|
|
867
|
+
"category": "conduction",
|
|
868
|
+
"type": "pagination",
|
|
869
|
+
"item": "item-padding-block-end"
|
|
870
|
+
},
|
|
871
|
+
"path": [
|
|
872
|
+
"conduction",
|
|
873
|
+
"pagination",
|
|
874
|
+
"item-padding-block-end"
|
|
875
|
+
]
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"value": "8px",
|
|
879
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
880
|
+
"isSource": true,
|
|
881
|
+
"original": {
|
|
882
|
+
"value": "{noaberkracht.size.xs}"
|
|
883
|
+
},
|
|
884
|
+
"name": "conductionPaginationItemPaddingBlockStart",
|
|
885
|
+
"attributes": {
|
|
886
|
+
"category": "conduction",
|
|
887
|
+
"type": "pagination",
|
|
888
|
+
"item": "item-padding-block-start"
|
|
889
|
+
},
|
|
890
|
+
"path": [
|
|
891
|
+
"conduction",
|
|
892
|
+
"pagination",
|
|
893
|
+
"item-padding-block-start"
|
|
894
|
+
]
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"value": "14px",
|
|
898
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
899
|
+
"isSource": true,
|
|
900
|
+
"original": {
|
|
901
|
+
"value": "{noaberkracht.size.sm}"
|
|
902
|
+
},
|
|
903
|
+
"name": "conductionPaginationItemPaddingInlineEnd",
|
|
904
|
+
"attributes": {
|
|
905
|
+
"category": "conduction",
|
|
906
|
+
"type": "pagination",
|
|
907
|
+
"item": "item-padding-inline-end"
|
|
908
|
+
},
|
|
909
|
+
"path": [
|
|
910
|
+
"conduction",
|
|
911
|
+
"pagination",
|
|
912
|
+
"item-padding-inline-end"
|
|
913
|
+
]
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"value": "14px",
|
|
917
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
918
|
+
"isSource": true,
|
|
919
|
+
"original": {
|
|
920
|
+
"value": "{noaberkracht.size.sm}"
|
|
921
|
+
},
|
|
922
|
+
"name": "conductionPaginationItemPaddingInlineStart",
|
|
923
|
+
"attributes": {
|
|
924
|
+
"category": "conduction",
|
|
925
|
+
"type": "pagination",
|
|
926
|
+
"item": "item-padding-inline-start"
|
|
927
|
+
},
|
|
928
|
+
"path": [
|
|
929
|
+
"conduction",
|
|
930
|
+
"pagination",
|
|
931
|
+
"item-padding-inline-start"
|
|
932
|
+
]
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"value": "0px",
|
|
936
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
937
|
+
"isSource": true,
|
|
938
|
+
"original": {
|
|
939
|
+
"value": "0px"
|
|
940
|
+
},
|
|
941
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockEnd",
|
|
942
|
+
"attributes": {
|
|
943
|
+
"category": "conduction",
|
|
944
|
+
"type": "pagination",
|
|
945
|
+
"item": "navigation-button-padding-block-end"
|
|
946
|
+
},
|
|
947
|
+
"path": [
|
|
948
|
+
"conduction",
|
|
949
|
+
"pagination",
|
|
950
|
+
"navigation-button-padding-block-end"
|
|
951
|
+
]
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"value": "0px",
|
|
955
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
956
|
+
"isSource": true,
|
|
957
|
+
"original": {
|
|
958
|
+
"value": "0px"
|
|
959
|
+
},
|
|
960
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockStart",
|
|
961
|
+
"attributes": {
|
|
962
|
+
"category": "conduction",
|
|
963
|
+
"type": "pagination",
|
|
964
|
+
"item": "navigation-button-padding-block-start"
|
|
965
|
+
},
|
|
966
|
+
"path": [
|
|
967
|
+
"conduction",
|
|
968
|
+
"pagination",
|
|
969
|
+
"navigation-button-padding-block-start"
|
|
970
|
+
]
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"value": "8px",
|
|
974
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
975
|
+
"isSource": true,
|
|
976
|
+
"original": {
|
|
977
|
+
"value": "{noaberkracht.size.xs}"
|
|
978
|
+
},
|
|
979
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineEnd",
|
|
980
|
+
"attributes": {
|
|
981
|
+
"category": "conduction",
|
|
982
|
+
"type": "pagination",
|
|
983
|
+
"item": "navigation-button-padding-inline-end"
|
|
984
|
+
},
|
|
985
|
+
"path": [
|
|
986
|
+
"conduction",
|
|
987
|
+
"pagination",
|
|
988
|
+
"navigation-button-padding-inline-end"
|
|
989
|
+
]
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"value": "8px",
|
|
993
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
994
|
+
"isSource": true,
|
|
995
|
+
"original": {
|
|
996
|
+
"value": "{noaberkracht.size.xs}"
|
|
997
|
+
},
|
|
998
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineStart",
|
|
999
|
+
"attributes": {
|
|
1000
|
+
"category": "conduction",
|
|
1001
|
+
"type": "pagination",
|
|
1002
|
+
"item": "navigation-button-padding-inline-start"
|
|
1003
|
+
},
|
|
1004
|
+
"path": [
|
|
1005
|
+
"conduction",
|
|
1006
|
+
"pagination",
|
|
1007
|
+
"navigation-button-padding-inline-start"
|
|
1008
|
+
]
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"value": "#ffffff",
|
|
1012
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
1013
|
+
"isSource": true,
|
|
1014
|
+
"original": {
|
|
1015
|
+
"value": "{noaberkracht.color.white.100}"
|
|
1016
|
+
},
|
|
1017
|
+
"name": "conductionPaginationPageHoverBackgroundColor",
|
|
1018
|
+
"attributes": {
|
|
1019
|
+
"category": "conduction",
|
|
1020
|
+
"type": "pagination",
|
|
1021
|
+
"item": "page-hover-background-color"
|
|
1022
|
+
},
|
|
1023
|
+
"path": [
|
|
1024
|
+
"conduction",
|
|
1025
|
+
"pagination",
|
|
1026
|
+
"page-hover-background-color"
|
|
1027
|
+
]
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"value": "#f0b800",
|
|
1031
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
1032
|
+
"isSource": true,
|
|
1033
|
+
"original": {
|
|
1034
|
+
"value": "{noaberkracht.color.yellow.47}"
|
|
1035
|
+
},
|
|
1036
|
+
"name": "conductionPaginationPageHoverColor",
|
|
1037
|
+
"attributes": {
|
|
1038
|
+
"category": "conduction",
|
|
1039
|
+
"type": "pagination",
|
|
1040
|
+
"item": "page-hover-color"
|
|
1041
|
+
},
|
|
1042
|
+
"path": [
|
|
1043
|
+
"conduction",
|
|
1044
|
+
"pagination",
|
|
1045
|
+
"page-hover-color"
|
|
1046
|
+
]
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"value": "unset",
|
|
1050
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
1051
|
+
"isSource": true,
|
|
1052
|
+
"original": {
|
|
1053
|
+
"value": "unset"
|
|
1054
|
+
},
|
|
1055
|
+
"name": "conductionPaginationPageHoverTextDecoration",
|
|
1056
|
+
"attributes": {
|
|
1057
|
+
"category": "conduction",
|
|
1058
|
+
"type": "pagination",
|
|
1059
|
+
"item": "page-hover-text-decoration"
|
|
1060
|
+
},
|
|
1061
|
+
"path": [
|
|
1062
|
+
"conduction",
|
|
1063
|
+
"pagination",
|
|
1064
|
+
"page-hover-text-decoration"
|
|
1065
|
+
]
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"value": "0px",
|
|
1069
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
1070
|
+
"isSource": true,
|
|
1071
|
+
"original": {
|
|
1072
|
+
"value": "0px"
|
|
1073
|
+
},
|
|
1074
|
+
"name": "conductionPaginationPageHoverTextDecorationThickness",
|
|
1075
|
+
"attributes": {
|
|
1076
|
+
"category": "conduction",
|
|
1077
|
+
"type": "pagination",
|
|
1078
|
+
"item": "page-hover-text-decoration-thickness"
|
|
1079
|
+
},
|
|
1080
|
+
"path": [
|
|
1081
|
+
"conduction",
|
|
1082
|
+
"pagination",
|
|
1083
|
+
"page-hover-text-decoration-thickness"
|
|
1084
|
+
]
|
|
1085
|
+
},
|
|
535
1086
|
{
|
|
536
1087
|
"value": "#721c24",
|
|
537
1088
|
"filePath": "src/brand/noaberkracht/color.tokens.json",
|
|
@@ -5283,6 +5834,25 @@
|
|
|
5283
5834
|
"xs"
|
|
5284
5835
|
]
|
|
5285
5836
|
},
|
|
5837
|
+
{
|
|
5838
|
+
"value": "#fafafa",
|
|
5839
|
+
"filePath": "src/component/utrecht/surface.tokens.json",
|
|
5840
|
+
"isSource": true,
|
|
5841
|
+
"original": {
|
|
5842
|
+
"value": "{noaberkracht.color.white.98}"
|
|
5843
|
+
},
|
|
5844
|
+
"name": "utrechtSurfaceBackgroundColor",
|
|
5845
|
+
"attributes": {
|
|
5846
|
+
"category": "utrecht",
|
|
5847
|
+
"type": "surface",
|
|
5848
|
+
"item": "background-color"
|
|
5849
|
+
},
|
|
5850
|
+
"path": [
|
|
5851
|
+
"utrecht",
|
|
5852
|
+
"surface",
|
|
5853
|
+
"background-color"
|
|
5854
|
+
]
|
|
5855
|
+
},
|
|
5286
5856
|
{
|
|
5287
5857
|
"value": "#f5f5f5",
|
|
5288
5858
|
"filePath": "src/component/utrecht/table.tokens.json",
|