@conduction/theme 1.0.35 → 1.0.38
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 +5 -0
- package/conduction-design-tokens/dist/design-tokens.css +55 -5
- package/conduction-design-tokens/dist/index.js +55 -5
- package/conduction-design-tokens/dist/index.json +1097 -20
- package/conduction-design-tokens/dist/index.less +55 -5
- package/conduction-design-tokens/dist/index.scss +55 -5
- package/conduction-design-tokens/dist/tokens.json +1317 -177
- package/conduction-design-tokens/documentation/color.stories.mdx +17 -0
- package/conduction-design-tokens/documentation/components.stories.mdx +11 -0
- package/conduction-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/conduction-design-tokens/documentation/readme.stories.mdx +7 -0
- package/conduction-design-tokens/src/brand/conduction/color.tokens.json +0 -8
- package/conduction-design-tokens/src/brand/conduction/typography.tokens.json +0 -2
- package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +0 -5
- package/conduction-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/conduction-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/conduction-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/conduction-design-tokens/src/component/utrecht/code.tokens.json +0 -1
- package/conduction-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/conduction-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +2 -20
- package/conduction-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +2 -20
- package/conduction-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/conduction-design-tokens/src/component/utrecht/heading.tokens.json +0 -4
- package/conduction-design-tokens/src/component/utrecht/list.tokens.json +0 -2
- package/conduction-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/conduction-design-tokens/src/config.json +42 -1
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +88 -16
- package/municipalities/dinkelland-design-tokens/dist/index.js +88 -16
- package/municipalities/dinkelland-design-tokens/dist/index.json +1624 -59
- package/municipalities/dinkelland-design-tokens/dist/index.less +88 -16
- package/municipalities/dinkelland-design-tokens/dist/index.scss +88 -16
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +1792 -184
- package/municipalities/dinkelland-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/dinkelland-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/dinkelland-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/dinkelland-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/dinkelland-design-tokens/package.json +5 -3
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +6 -10
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/typography.tokens.json +0 -2
- package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +0 -5
- package/municipalities/dinkelland-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/code.tokens.json +0 -1
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +2 -20
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +3 -21
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/heading.tokens.json +0 -4
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/list.tokens.json +0 -2
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/dinkelland-design-tokens/src/config.json +43 -3
- package/municipalities/dinkelland-design-tokens/src/font.js +10 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +53 -5
- package/municipalities/epe-design-tokens/dist/index.js +53 -5
- package/municipalities/epe-design-tokens/dist/index.json +1050 -20
- package/municipalities/epe-design-tokens/dist/index.less +53 -5
- package/municipalities/epe-design-tokens/dist/index.scss +53 -5
- package/municipalities/epe-design-tokens/dist/tokens.json +1266 -171
- package/municipalities/epe-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/epe-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/epe-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/epe-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/epe-design-tokens/package.json +4 -3
- package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +0 -11
- package/municipalities/epe-design-tokens/src/brand/epe/typography.tokens.json +0 -3
- package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +0 -5
- package/municipalities/epe-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/epe-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/code.tokens.json +0 -1
- package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +2 -20
- package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +2 -20
- package/municipalities/epe-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/heading.tokens.json +0 -4
- package/municipalities/epe-design-tokens/src/component/utrecht/list.tokens.json +0 -2
- package/municipalities/epe-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/epe-design-tokens/src/config.json +42 -2
- package/municipalities/epe-design-tokens/src/font.js +6 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +68 -4
- package/municipalities/leiden-design-tokens/dist/font.css +360 -0
- package/municipalities/leiden-design-tokens/dist/index.css +1 -1
- package/municipalities/leiden-design-tokens/dist/index.js +83 -19
- package/municipalities/leiden-design-tokens/dist/index.json +1412 -37
- package/municipalities/leiden-design-tokens/dist/index.less +68 -4
- package/municipalities/leiden-design-tokens/dist/index.scss +68 -4
- package/municipalities/leiden-design-tokens/dist/tokens.json +1588 -162
- package/municipalities/leiden-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/leiden-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/leiden-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/leiden-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/leiden-design-tokens/package.json +4 -3
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +6 -9
- package/municipalities/leiden-design-tokens/src/brand/leiden/typography.tokens.json +1 -3
- package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +0 -5
- package/municipalities/leiden-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/code.tokens.json +0 -1
- package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +2 -20
- package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +2 -20
- package/municipalities/leiden-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/heading.tokens.json +0 -4
- package/municipalities/leiden-design-tokens/src/component/utrecht/list.tokens.json +0 -2
- package/municipalities/leiden-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/leiden-design-tokens/src/config.json +43 -3
- package/municipalities/leiden-design-tokens/src/font.js +6 -0
- package/municipalities/leiden-design-tokens/src/font.scss +362 -0
- package/municipalities/leiden-design-tokens/src/index.scss +1 -4
- package/municipalities/noaberkracht-design-tokens/README.md +3 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +58 -6
- package/municipalities/noaberkracht-design-tokens/dist/index.js +58 -6
- package/municipalities/noaberkracht-design-tokens/dist/index.json +1134 -22
- package/municipalities/noaberkracht-design-tokens/dist/index.less +58 -6
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +58 -6
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +1366 -193
- package/municipalities/noaberkracht-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/noaberkracht-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/noaberkracht-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/noaberkracht-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/noaberkracht-design-tokens/package.json +3 -3
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +0 -9
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/typography.tokens.json +0 -2
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +0 -5
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/code.tokens.json +0 -1
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +2 -20
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +1 -1
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +2 -20
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/heading.tokens.json +0 -4
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/list.tokens.json +0 -2
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/surface.tokens.json +1 -1
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/noaberkracht-design-tokens/src/config.json +43 -3
- package/municipalities/noaberkracht-design-tokens/src/font.js +0 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +54 -7
- package/municipalities/noordwijk-design-tokens/dist/index.js +69 -22
- package/municipalities/noordwijk-design-tokens/dist/index.json +1049 -37
- package/municipalities/noordwijk-design-tokens/dist/index.less +54 -7
- package/municipalities/noordwijk-design-tokens/dist/index.scss +54 -7
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +1285 -209
- package/municipalities/noordwijk-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/noordwijk-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/noordwijk-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/noordwijk-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/100-italic.css +69 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/100.css +69 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/300-italic.css +69 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/300.css +69 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/400-italic.css +69 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/400.css +69 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/500-italic.css +69 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/500.css +69 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/700-italic.css +69 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/700.css +69 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/900-italic.css +69 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/900.css +69 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/CHANGELOG.md +2 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/LICENSE +201 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/README.md +47 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-100-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-100.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-300-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-300.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-400-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-400.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-500-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-500.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-700-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-700.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-900-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-900.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-ext-100-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-ext-100.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-ext-300-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-ext-300.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-ext-400-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-ext-400.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-ext-500-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-ext-500.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-ext-700-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-ext-700.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-ext-900-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-ext-900.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-ext-italic.css +53 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-ext.css +53 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic-italic.css +53 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/cyrillic.css +53 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-100-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-100-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-100-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-100-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-300-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-300-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-300-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-300-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-400-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-400-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-400-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-400-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-500-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-500-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-500-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-500-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-700-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-700-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-700-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-700-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-900-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-900-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-900-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-900-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-100-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-100-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-100-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-100-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-300-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-300-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-300-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-300-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-400-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-400-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-400-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-400-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-500-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-500-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-500-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-500-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-700-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-700-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-700-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-700-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-900-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-900-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-900-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-cyrillic-ext-900-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-100-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-100-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-100-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-100-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-300-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-300-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-300-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-300-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-400-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-400-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-400-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-400-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-500-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-500-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-500-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-500-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-700-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-700-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-700-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-700-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-900-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-900-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-900-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-900-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-100-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-100-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-100-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-100-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-300-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-300-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-300-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-300-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-400-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-400-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-400-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-400-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-500-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-500-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-500-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-500-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-700-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-700-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-700-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-700-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-900-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-900-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-900-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-greek-ext-900-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-100-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-100-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-100-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-100-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-300-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-300-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-300-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-300-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-400-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-400-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-400-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-400-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-500-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-500-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-500-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-500-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-700-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-700-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-700-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-700-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-900-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-900-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-900-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-900-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-100-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-100-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-100-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-100-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-300-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-300-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-300-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-300-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-400-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-400-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-400-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-400-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-500-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-500-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-500-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-500-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-700-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-700-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-700-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-700-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-900-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-900-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-900-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-latin-ext-900-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-100-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-100-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-100-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-100-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-300-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-300-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-300-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-300-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-400-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-400-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-400-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-400-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-500-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-500-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-500-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-500-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-700-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-700-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-700-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-700-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-900-italic.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-900-italic.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-900-normal.woff +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/files/roboto-vietnamese-900-normal.woff2 +0 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-100-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-100.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-300-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-300.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-400-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-400.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-500-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-500.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-700-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-700.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-900-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-900.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-ext-100-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-ext-100.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-ext-300-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-ext-300.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-ext-400-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-ext-400.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-ext-500-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-ext-500.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-ext-700-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-ext-700.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-ext-900-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-ext-900.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-ext-italic.css +53 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-ext.css +53 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek-italic.css +53 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/greek.css +53 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/index.css +69 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-100-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-100.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-300-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-300.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-400-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-400.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-500-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-500.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-700-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-700.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-900-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-900.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-ext-100-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-ext-100.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-ext-300-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-ext-300.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-ext-400-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-ext-400.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-ext-500-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-ext-500.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-ext-700-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-ext-700.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-ext-900-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-ext-900.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-ext-italic.css +53 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-ext.css +53 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin-italic.css +53 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/latin.css +53 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/metadata.json +27 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/package.json +30 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/scss/metadata.scss +22 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/scss/mixins.scss +184 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/unicode.json +9 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/vietnamese-100-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/vietnamese-100.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/vietnamese-300-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/vietnamese-300.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/vietnamese-400-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/vietnamese-400.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/vietnamese-500-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/vietnamese-500.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/vietnamese-700-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/vietnamese-700.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/vietnamese-900-italic.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/vietnamese-900.css +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/vietnamese-italic.css +53 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.ignored/@fontsource/roboto/vietnamese.css +53 -0
- package/municipalities/noordwijk-design-tokens/node_modules/.package-lock.json +18 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/LICENSE.md +17 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/README.md +3 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/custom.css +33 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/design-tokens.css +305 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font/download.sh +18 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font.css +36 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.css +33 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.js +303 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.json +6415 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.less +302 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.scss +302 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/tokens.json +6868 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/package.json +38 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/_responsive.scss +24 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/brand/rotterdam/color.tokens.json +340 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/brand/rotterdam/typography.tokens.json +97 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/rotterdam/space.tokens.json +16 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/utrecht/focus.tokens.json +13 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/utrecht/space.tokens.json +56 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/checkbox.style.dictionary.json +12 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/open-catalogi/data-badge.json +36 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/button.tokens.json +9 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/form-fieldset.tokens.json +11 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/paragraph.tokens.json +10 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/textbox.tokens.json +14 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/badge-counter.tokens.json +12 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/button.tokens.json +110 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/code-block.tokens.json +19 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/document.tokens.json +11 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/figure.tokens.json +13 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-control.tokens.json +30 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-field-description.tokens.json +18 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-field.tokens.json +8 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-fieldset.tokens.json +32 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-select.tokens.json +16 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading-1.tokens.json +13 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading-2.tokens.json +13 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading-3.tokens.json +13 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading.tokens.json +9 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/paragraph.tokens.json +24 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/table.tokens.json +52 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/textarea.tokens.json +25 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/textbox.tokens.json +47 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/config.json +34 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/custom.scss +14 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/font/download.sh +18 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/font.scss +47 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/index.scss +17 -0
- package/municipalities/noordwijk-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/noordwijk-design-tokens/package.json +6 -7
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +0 -11
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/typography.tokens.json +2 -2
- package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +0 -5
- package/municipalities/noordwijk-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/noordwijk-design-tokens/src/component/conduction/tabs.tokens.json +82 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/code.tokens.json +0 -1
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +2 -20
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +2 -20
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/heading.tokens.json +0 -4
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/list.tokens.json +0 -1
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/noordwijk-design-tokens/src/config.json +42 -2
- package/municipalities/noordwijk-design-tokens/src/font.js +8 -0
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +50 -1
- package/municipalities/rotterdam-design-tokens/dist/index.js +50 -1
- package/municipalities/rotterdam-design-tokens/dist/index.json +1055 -0
- package/municipalities/rotterdam-design-tokens/dist/index.less +50 -1
- package/municipalities/rotterdam-design-tokens/dist/index.scss +50 -1
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +1114 -0
- package/municipalities/rotterdam-design-tokens/package.json +3 -3
- package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +0 -5
- package/municipalities/rotterdam-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +15 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/list.tokens.json +0 -2
- package/municipalities/rotterdam-design-tokens/src/config.json +43 -3
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +77 -5
- package/municipalities/tubbergen-design-tokens/dist/index.js +77 -5
- package/municipalities/tubbergen-design-tokens/dist/index.json +1585 -20
- package/municipalities/tubbergen-design-tokens/dist/index.less +77 -5
- package/municipalities/tubbergen-design-tokens/dist/index.scss +77 -5
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +1758 -150
- package/municipalities/tubbergen-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/tubbergen-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/tubbergen-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/tubbergen-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/tubbergen-design-tokens/package.json +5 -3
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +6 -11
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/typography.tokens.json +0 -2
- package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +0 -5
- package/municipalities/tubbergen-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/code.tokens.json +0 -1
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +2 -20
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +2 -20
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/heading.tokens.json +0 -4
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/list.tokens.json +0 -2
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/tubbergen-design-tokens/src/config.json +43 -3
- package/municipalities/tubbergen-design-tokens/src/font.js +10 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +56 -3
- package/municipalities/xxllnc-design-tokens/dist/index.css +0 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +56 -3
- package/municipalities/xxllnc-design-tokens/dist/index.json +1160 -20
- package/municipalities/xxllnc-design-tokens/dist/index.less +56 -3
- package/municipalities/xxllnc-design-tokens/dist/index.scss +56 -3
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +1334 -134
- package/municipalities/xxllnc-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/xxllnc-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/xxllnc-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/xxllnc-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/xxllnc-design-tokens/package.json +3 -3
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +0 -8
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/typography.tokens.json +0 -2
- package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +0 -5
- package/municipalities/xxllnc-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/code.tokens.json +0 -1
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +2 -20
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +2 -20
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/heading.tokens.json +0 -4
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/list.tokens.json +0 -2
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/xxllnc-design-tokens/src/config.json +43 -3
- package/municipalities/xxllnc-design-tokens/src/index.scss +0 -4
- package/package.json +1 -1
|
@@ -336,6 +336,48 @@
|
|
|
336
336
|
"lightgrey",
|
|
337
337
|
"89"
|
|
338
338
|
]
|
|
339
|
+
},
|
|
340
|
+
"95": {
|
|
341
|
+
"value": "#f1f1f1",
|
|
342
|
+
"filePath": "src/brand/leiden/color.tokens.json",
|
|
343
|
+
"isSource": true,
|
|
344
|
+
"original": {
|
|
345
|
+
"value": "#f1f1f1"
|
|
346
|
+
},
|
|
347
|
+
"name": "leidenColorLightgrey95",
|
|
348
|
+
"attributes": {
|
|
349
|
+
"category": "leiden",
|
|
350
|
+
"type": "color",
|
|
351
|
+
"item": "lightgrey",
|
|
352
|
+
"subitem": "95"
|
|
353
|
+
},
|
|
354
|
+
"path": [
|
|
355
|
+
"leiden",
|
|
356
|
+
"color",
|
|
357
|
+
"lightgrey",
|
|
358
|
+
"95"
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
"98": {
|
|
362
|
+
"value": "#fbfbfb",
|
|
363
|
+
"filePath": "src/brand/leiden/color.tokens.json",
|
|
364
|
+
"isSource": true,
|
|
365
|
+
"original": {
|
|
366
|
+
"value": "#fbfbfb"
|
|
367
|
+
},
|
|
368
|
+
"name": "leidenColorLightgrey98",
|
|
369
|
+
"attributes": {
|
|
370
|
+
"category": "leiden",
|
|
371
|
+
"type": "color",
|
|
372
|
+
"item": "lightgrey",
|
|
373
|
+
"subitem": "98"
|
|
374
|
+
},
|
|
375
|
+
"path": [
|
|
376
|
+
"leiden",
|
|
377
|
+
"color",
|
|
378
|
+
"lightgrey",
|
|
379
|
+
"98"
|
|
380
|
+
]
|
|
339
381
|
}
|
|
340
382
|
},
|
|
341
383
|
"white": {
|
|
@@ -881,11 +923,11 @@
|
|
|
881
923
|
"typography": {
|
|
882
924
|
"sans-serif": {
|
|
883
925
|
"font-family": {
|
|
884
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
926
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
885
927
|
"filePath": "src/brand/leiden/typography.tokens.json",
|
|
886
928
|
"isSource": true,
|
|
887
929
|
"original": {
|
|
888
|
-
"value": "\"Open Sans\", Arial, sans-serif"
|
|
930
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif"
|
|
889
931
|
},
|
|
890
932
|
"name": "leidenTypographySansSerifFontFamily",
|
|
891
933
|
"attributes": {
|
|
@@ -2058,6 +2100,182 @@
|
|
|
2058
2100
|
}
|
|
2059
2101
|
}
|
|
2060
2102
|
},
|
|
2103
|
+
"badge-counter": {
|
|
2104
|
+
"background-color": {
|
|
2105
|
+
"value": "#d62410",
|
|
2106
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2107
|
+
"isSource": true,
|
|
2108
|
+
"original": {
|
|
2109
|
+
"value": "{leiden.color.primary}"
|
|
2110
|
+
},
|
|
2111
|
+
"name": "utrechtBadgeCounterBackgroundColor",
|
|
2112
|
+
"attributes": {
|
|
2113
|
+
"category": "utrecht",
|
|
2114
|
+
"type": "badge-counter",
|
|
2115
|
+
"item": "background-color"
|
|
2116
|
+
},
|
|
2117
|
+
"path": [
|
|
2118
|
+
"utrecht",
|
|
2119
|
+
"badge-counter",
|
|
2120
|
+
"background-color"
|
|
2121
|
+
]
|
|
2122
|
+
},
|
|
2123
|
+
"border-radius": {
|
|
2124
|
+
"value": "50%",
|
|
2125
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2126
|
+
"isSource": true,
|
|
2127
|
+
"original": {
|
|
2128
|
+
"value": "50%"
|
|
2129
|
+
},
|
|
2130
|
+
"name": "utrechtBadgeCounterBorderRadius",
|
|
2131
|
+
"attributes": {
|
|
2132
|
+
"category": "utrecht",
|
|
2133
|
+
"type": "badge-counter",
|
|
2134
|
+
"item": "border-radius"
|
|
2135
|
+
},
|
|
2136
|
+
"path": [
|
|
2137
|
+
"utrecht",
|
|
2138
|
+
"badge-counter",
|
|
2139
|
+
"border-radius"
|
|
2140
|
+
]
|
|
2141
|
+
},
|
|
2142
|
+
"color": {
|
|
2143
|
+
"value": "#ffffff",
|
|
2144
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2145
|
+
"isSource": true,
|
|
2146
|
+
"original": {
|
|
2147
|
+
"value": "{leiden.color.white.100}"
|
|
2148
|
+
},
|
|
2149
|
+
"name": "utrechtBadgeCounterColor",
|
|
2150
|
+
"attributes": {
|
|
2151
|
+
"category": "utrecht",
|
|
2152
|
+
"type": "badge-counter",
|
|
2153
|
+
"item": "color"
|
|
2154
|
+
},
|
|
2155
|
+
"path": [
|
|
2156
|
+
"utrecht",
|
|
2157
|
+
"badge-counter",
|
|
2158
|
+
"color"
|
|
2159
|
+
]
|
|
2160
|
+
},
|
|
2161
|
+
"font-size": {
|
|
2162
|
+
"value": "18px",
|
|
2163
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2164
|
+
"isSource": true,
|
|
2165
|
+
"original": {
|
|
2166
|
+
"value": "{utrecht.document.font-size}"
|
|
2167
|
+
},
|
|
2168
|
+
"name": "utrechtBadgeCounterFontSize",
|
|
2169
|
+
"attributes": {
|
|
2170
|
+
"category": "utrecht",
|
|
2171
|
+
"type": "badge-counter",
|
|
2172
|
+
"item": "font-size"
|
|
2173
|
+
},
|
|
2174
|
+
"path": [
|
|
2175
|
+
"utrecht",
|
|
2176
|
+
"badge-counter",
|
|
2177
|
+
"font-size"
|
|
2178
|
+
]
|
|
2179
|
+
},
|
|
2180
|
+
"font-weight": {
|
|
2181
|
+
"value": "400",
|
|
2182
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2183
|
+
"isSource": true,
|
|
2184
|
+
"original": {
|
|
2185
|
+
"value": "{leiden.typography.font-weight.normal}"
|
|
2186
|
+
},
|
|
2187
|
+
"name": "utrechtBadgeCounterFontWeight",
|
|
2188
|
+
"attributes": {
|
|
2189
|
+
"category": "utrecht",
|
|
2190
|
+
"type": "badge-counter",
|
|
2191
|
+
"item": "font-weight"
|
|
2192
|
+
},
|
|
2193
|
+
"path": [
|
|
2194
|
+
"utrecht",
|
|
2195
|
+
"badge-counter",
|
|
2196
|
+
"font-weight"
|
|
2197
|
+
]
|
|
2198
|
+
},
|
|
2199
|
+
"padding-block": {
|
|
2200
|
+
"value": "4px",
|
|
2201
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2202
|
+
"isSource": true,
|
|
2203
|
+
"original": {
|
|
2204
|
+
"value": "{leiden.size.2xs}"
|
|
2205
|
+
},
|
|
2206
|
+
"name": "utrechtBadgeCounterPaddingBlock",
|
|
2207
|
+
"attributes": {
|
|
2208
|
+
"category": "utrecht",
|
|
2209
|
+
"type": "badge-counter",
|
|
2210
|
+
"item": "padding-block"
|
|
2211
|
+
},
|
|
2212
|
+
"path": [
|
|
2213
|
+
"utrecht",
|
|
2214
|
+
"badge-counter",
|
|
2215
|
+
"padding-block"
|
|
2216
|
+
]
|
|
2217
|
+
},
|
|
2218
|
+
"padding-inline": {
|
|
2219
|
+
"value": "4px",
|
|
2220
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2221
|
+
"isSource": true,
|
|
2222
|
+
"original": {
|
|
2223
|
+
"value": "{leiden.size.2xs}"
|
|
2224
|
+
},
|
|
2225
|
+
"name": "utrechtBadgeCounterPaddingInline",
|
|
2226
|
+
"attributes": {
|
|
2227
|
+
"category": "utrecht",
|
|
2228
|
+
"type": "badge-counter",
|
|
2229
|
+
"item": "padding-inline"
|
|
2230
|
+
},
|
|
2231
|
+
"path": [
|
|
2232
|
+
"utrecht",
|
|
2233
|
+
"badge-counter",
|
|
2234
|
+
"padding-inline"
|
|
2235
|
+
]
|
|
2236
|
+
},
|
|
2237
|
+
"font-family": {
|
|
2238
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
2239
|
+
"filePath": "src/component/utrecht/extra-tokens/badge-counter.tokens.json",
|
|
2240
|
+
"isSource": true,
|
|
2241
|
+
"original": {
|
|
2242
|
+
"value": "{utrecht.document.font-family}"
|
|
2243
|
+
},
|
|
2244
|
+
"name": "utrechtBadgeCounterFontFamily",
|
|
2245
|
+
"attributes": {
|
|
2246
|
+
"category": "utrecht",
|
|
2247
|
+
"type": "badge-counter",
|
|
2248
|
+
"item": "font-family"
|
|
2249
|
+
},
|
|
2250
|
+
"path": [
|
|
2251
|
+
"utrecht",
|
|
2252
|
+
"badge-counter",
|
|
2253
|
+
"font-family"
|
|
2254
|
+
]
|
|
2255
|
+
},
|
|
2256
|
+
"font-style": {},
|
|
2257
|
+
"text-decoration": {
|
|
2258
|
+
"value": "none",
|
|
2259
|
+
"filePath": "src/component/utrecht/extra-tokens/badge-counter.tokens.json",
|
|
2260
|
+
"isSource": true,
|
|
2261
|
+
"original": {
|
|
2262
|
+
"value": "none"
|
|
2263
|
+
},
|
|
2264
|
+
"name": "utrechtBadgeCounterTextDecoration",
|
|
2265
|
+
"attributes": {
|
|
2266
|
+
"category": "utrecht",
|
|
2267
|
+
"type": "badge-counter",
|
|
2268
|
+
"item": "text-decoration"
|
|
2269
|
+
},
|
|
2270
|
+
"path": [
|
|
2271
|
+
"utrecht",
|
|
2272
|
+
"badge-counter",
|
|
2273
|
+
"text-decoration"
|
|
2274
|
+
]
|
|
2275
|
+
},
|
|
2276
|
+
"min-block-size": {},
|
|
2277
|
+
"min-inline-size": {}
|
|
2278
|
+
},
|
|
2061
2279
|
"blockquote": {
|
|
2062
2280
|
"background-color": {},
|
|
2063
2281
|
"color": {},
|
|
@@ -2254,7 +2472,7 @@
|
|
|
2254
2472
|
]
|
|
2255
2473
|
},
|
|
2256
2474
|
"font-family": {
|
|
2257
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
2475
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
2258
2476
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
2259
2477
|
"isSource": true,
|
|
2260
2478
|
"original": {
|
|
@@ -3239,7 +3457,7 @@
|
|
|
3239
3457
|
]
|
|
3240
3458
|
},
|
|
3241
3459
|
"font-family": {
|
|
3242
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
3460
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
3243
3461
|
"filePath": "src/component/utrecht/document.tokens.json",
|
|
3244
3462
|
"isSource": true,
|
|
3245
3463
|
"original": {
|
|
@@ -3299,10 +3517,55 @@
|
|
|
3299
3517
|
"background-color"
|
|
3300
3518
|
]
|
|
3301
3519
|
},
|
|
3520
|
+
"line-height": {},
|
|
3521
|
+
"placeholder": {
|
|
3522
|
+
"color": {
|
|
3523
|
+
"value": "#2c3e50",
|
|
3524
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3525
|
+
"isSource": true,
|
|
3526
|
+
"original": {
|
|
3527
|
+
"value": "{leiden.color.lightblue.24}"
|
|
3528
|
+
},
|
|
3529
|
+
"name": "utrechtFormInputPlaceholderColor",
|
|
3530
|
+
"attributes": {
|
|
3531
|
+
"category": "utrecht",
|
|
3532
|
+
"type": "form-input",
|
|
3533
|
+
"item": "placeholder",
|
|
3534
|
+
"subitem": "color"
|
|
3535
|
+
},
|
|
3536
|
+
"path": [
|
|
3537
|
+
"utrecht",
|
|
3538
|
+
"form-input",
|
|
3539
|
+
"placeholder",
|
|
3540
|
+
"color"
|
|
3541
|
+
]
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3544
|
+
"disabled": {
|
|
3545
|
+
"background-color": {},
|
|
3546
|
+
"border-color": {},
|
|
3547
|
+
"color": {}
|
|
3548
|
+
},
|
|
3549
|
+
"focus": {
|
|
3550
|
+
"background-color": {},
|
|
3551
|
+
"border-color": {},
|
|
3552
|
+
"color": {}
|
|
3553
|
+
},
|
|
3554
|
+
"invalid": {
|
|
3555
|
+
"background-color": {},
|
|
3556
|
+
"color": {},
|
|
3557
|
+
"border-color": {},
|
|
3558
|
+
"border-width": {}
|
|
3559
|
+
},
|
|
3560
|
+
"read-only": {
|
|
3561
|
+
"background-color": {},
|
|
3562
|
+
"border-color": {},
|
|
3563
|
+
"color": {}
|
|
3564
|
+
},
|
|
3302
3565
|
"border-bottom-width": {},
|
|
3303
3566
|
"border-color": {
|
|
3304
3567
|
"value": "#5f594a",
|
|
3305
|
-
"filePath": "src/component/utrecht/
|
|
3568
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3306
3569
|
"isSource": true,
|
|
3307
3570
|
"original": {
|
|
3308
3571
|
"value": "{leiden.color.grey.33}"
|
|
@@ -3321,7 +3584,7 @@
|
|
|
3321
3584
|
},
|
|
3322
3585
|
"border-radius": {
|
|
3323
3586
|
"value": "0px",
|
|
3324
|
-
"filePath": "src/component/utrecht/
|
|
3587
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3325
3588
|
"isSource": true,
|
|
3326
3589
|
"original": {
|
|
3327
3590
|
"value": "0px"
|
|
@@ -3340,7 +3603,7 @@
|
|
|
3340
3603
|
},
|
|
3341
3604
|
"border-width": {
|
|
3342
3605
|
"value": "1px",
|
|
3343
|
-
"filePath": "src/component/utrecht/
|
|
3606
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3344
3607
|
"isSource": true,
|
|
3345
3608
|
"original": {
|
|
3346
3609
|
"value": "{leiden.size.4xs}"
|
|
@@ -3359,7 +3622,7 @@
|
|
|
3359
3622
|
},
|
|
3360
3623
|
"color": {
|
|
3361
3624
|
"value": "#1d1d1b",
|
|
3362
|
-
"filePath": "src/component/utrecht/
|
|
3625
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3363
3626
|
"isSource": true,
|
|
3364
3627
|
"original": {
|
|
3365
3628
|
"value": "{leiden.color.grey.11}"
|
|
@@ -3377,8 +3640,8 @@
|
|
|
3377
3640
|
]
|
|
3378
3641
|
},
|
|
3379
3642
|
"font-family": {
|
|
3380
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
3381
|
-
"filePath": "src/component/utrecht/
|
|
3643
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
3644
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3382
3645
|
"isSource": true,
|
|
3383
3646
|
"original": {
|
|
3384
3647
|
"value": "{leiden.typography.sans-serif.font-family}"
|
|
@@ -3397,7 +3660,7 @@
|
|
|
3397
3660
|
},
|
|
3398
3661
|
"font-size": {
|
|
3399
3662
|
"value": "15px",
|
|
3400
|
-
"filePath": "src/component/utrecht/
|
|
3663
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3401
3664
|
"isSource": true,
|
|
3402
3665
|
"original": {
|
|
3403
3666
|
"value": "15px"
|
|
@@ -3414,11 +3677,11 @@
|
|
|
3414
3677
|
"font-size"
|
|
3415
3678
|
]
|
|
3416
3679
|
},
|
|
3417
|
-
"
|
|
3680
|
+
"min-inline-height": {},
|
|
3418
3681
|
"max-inline-size": {},
|
|
3419
3682
|
"padding-block-end": {
|
|
3420
3683
|
"value": "8px",
|
|
3421
|
-
"filePath": "src/component/utrecht/
|
|
3684
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3422
3685
|
"isSource": true,
|
|
3423
3686
|
"original": {
|
|
3424
3687
|
"value": "{leiden.size.xs}"
|
|
@@ -3437,7 +3700,7 @@
|
|
|
3437
3700
|
},
|
|
3438
3701
|
"padding-block-start": {
|
|
3439
3702
|
"value": "8px",
|
|
3440
|
-
"filePath": "src/component/utrecht/
|
|
3703
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3441
3704
|
"isSource": true,
|
|
3442
3705
|
"original": {
|
|
3443
3706
|
"value": "{leiden.size.xs}"
|
|
@@ -3456,7 +3719,7 @@
|
|
|
3456
3719
|
},
|
|
3457
3720
|
"padding-inline-end": {
|
|
3458
3721
|
"value": "14px",
|
|
3459
|
-
"filePath": "src/component/utrecht/
|
|
3722
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3460
3723
|
"isSource": true,
|
|
3461
3724
|
"original": {
|
|
3462
3725
|
"value": "{leiden.size.sm}"
|
|
@@ -3475,7 +3738,7 @@
|
|
|
3475
3738
|
},
|
|
3476
3739
|
"padding-inline-start": {
|
|
3477
3740
|
"value": "14px",
|
|
3478
|
-
"filePath": "src/component/utrecht/
|
|
3741
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3479
3742
|
"isSource": true,
|
|
3480
3743
|
"original": {
|
|
3481
3744
|
"value": "{leiden.size.sm}"
|
|
@@ -3491,88 +3754,44 @@
|
|
|
3491
3754
|
"form-input",
|
|
3492
3755
|
"padding-inline-start"
|
|
3493
3756
|
]
|
|
3757
|
+
}
|
|
3758
|
+
},
|
|
3759
|
+
"icon": {
|
|
3760
|
+
"gap": {
|
|
3761
|
+
"value": "8px",
|
|
3762
|
+
"filePath": "src/component/utrecht/extra-tokens/icon.tokens.json",
|
|
3763
|
+
"isSource": true,
|
|
3764
|
+
"original": {
|
|
3765
|
+
"value": "{leiden.size.xs}"
|
|
3766
|
+
},
|
|
3767
|
+
"name": "utrechtIconGap",
|
|
3768
|
+
"attributes": {
|
|
3769
|
+
"category": "utrecht",
|
|
3770
|
+
"type": "icon",
|
|
3771
|
+
"item": "gap"
|
|
3772
|
+
},
|
|
3773
|
+
"path": [
|
|
3774
|
+
"utrecht",
|
|
3775
|
+
"icon",
|
|
3776
|
+
"gap"
|
|
3777
|
+
]
|
|
3494
3778
|
},
|
|
3495
|
-
"
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3779
|
+
"color": {},
|
|
3780
|
+
"size": {},
|
|
3781
|
+
"inset-block-start": {},
|
|
3782
|
+
"baseline": {
|
|
3783
|
+
"inset-block-start": {}
|
|
3784
|
+
}
|
|
3785
|
+
},
|
|
3786
|
+
"page-footer": {
|
|
3787
|
+
"min-height": {},
|
|
3788
|
+
"logo": {
|
|
3789
|
+
"max-height": {
|
|
3790
|
+
"value": "100px",
|
|
3791
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
3499
3792
|
"isSource": true,
|
|
3500
3793
|
"original": {
|
|
3501
|
-
"value": "
|
|
3502
|
-
},
|
|
3503
|
-
"name": "utrechtFormInputPlaceholderColor",
|
|
3504
|
-
"attributes": {
|
|
3505
|
-
"category": "utrecht",
|
|
3506
|
-
"type": "form-input",
|
|
3507
|
-
"item": "placeholder",
|
|
3508
|
-
"subitem": "color"
|
|
3509
|
-
},
|
|
3510
|
-
"path": [
|
|
3511
|
-
"utrecht",
|
|
3512
|
-
"form-input",
|
|
3513
|
-
"placeholder",
|
|
3514
|
-
"color"
|
|
3515
|
-
]
|
|
3516
|
-
}
|
|
3517
|
-
},
|
|
3518
|
-
"disabled": {
|
|
3519
|
-
"background-color": {},
|
|
3520
|
-
"border-color": {},
|
|
3521
|
-
"color": {}
|
|
3522
|
-
},
|
|
3523
|
-
"focus": {
|
|
3524
|
-
"background-color": {},
|
|
3525
|
-
"border-color": {},
|
|
3526
|
-
"color": {}
|
|
3527
|
-
},
|
|
3528
|
-
"invalid": {
|
|
3529
|
-
"background-color": {},
|
|
3530
|
-
"border-color": {},
|
|
3531
|
-
"border-width": {},
|
|
3532
|
-
"color": {}
|
|
3533
|
-
},
|
|
3534
|
-
"read-only": {
|
|
3535
|
-
"background-color": {},
|
|
3536
|
-
"border-color": {},
|
|
3537
|
-
"color": {}
|
|
3538
|
-
}
|
|
3539
|
-
},
|
|
3540
|
-
"icon": {
|
|
3541
|
-
"gap": {
|
|
3542
|
-
"value": "8px",
|
|
3543
|
-
"filePath": "src/component/utrecht/extra-tokens/icon.tokens.json",
|
|
3544
|
-
"isSource": true,
|
|
3545
|
-
"original": {
|
|
3546
|
-
"value": "{leiden.size.xs}"
|
|
3547
|
-
},
|
|
3548
|
-
"name": "utrechtIconGap",
|
|
3549
|
-
"attributes": {
|
|
3550
|
-
"category": "utrecht",
|
|
3551
|
-
"type": "icon",
|
|
3552
|
-
"item": "gap"
|
|
3553
|
-
},
|
|
3554
|
-
"path": [
|
|
3555
|
-
"utrecht",
|
|
3556
|
-
"icon",
|
|
3557
|
-
"gap"
|
|
3558
|
-
]
|
|
3559
|
-
},
|
|
3560
|
-
"color": {},
|
|
3561
|
-
"size": {},
|
|
3562
|
-
"inset-block-start": {},
|
|
3563
|
-
"baseline": {
|
|
3564
|
-
"inset-block-start": {}
|
|
3565
|
-
}
|
|
3566
|
-
},
|
|
3567
|
-
"page-footer": {
|
|
3568
|
-
"min-height": {},
|
|
3569
|
-
"logo": {
|
|
3570
|
-
"max-height": {
|
|
3571
|
-
"value": "100px",
|
|
3572
|
-
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
3573
|
-
"isSource": true,
|
|
3574
|
-
"original": {
|
|
3575
|
-
"value": "100px"
|
|
3794
|
+
"value": "100px"
|
|
3576
3795
|
},
|
|
3577
3796
|
"name": "utrechtPageFooterLogoMaxHeight",
|
|
3578
3797
|
"attributes": {
|
|
@@ -4028,7 +4247,7 @@
|
|
|
4028
4247
|
]
|
|
4029
4248
|
},
|
|
4030
4249
|
"font-family": {
|
|
4031
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
4250
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
4032
4251
|
"filePath": "src/component/utrecht/table.tokens.json",
|
|
4033
4252
|
"isSource": true,
|
|
4034
4253
|
"original": {
|
|
@@ -4301,10 +4520,55 @@
|
|
|
4301
4520
|
"background-color"
|
|
4302
4521
|
]
|
|
4303
4522
|
},
|
|
4523
|
+
"line-height": {},
|
|
4524
|
+
"placeholder": {
|
|
4525
|
+
"color": {
|
|
4526
|
+
"value": "#2c3e50",
|
|
4527
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4528
|
+
"isSource": true,
|
|
4529
|
+
"original": {
|
|
4530
|
+
"value": "{leiden.color.lightblue.24}"
|
|
4531
|
+
},
|
|
4532
|
+
"name": "utrechtTextboxPlaceholderColor",
|
|
4533
|
+
"attributes": {
|
|
4534
|
+
"category": "utrecht",
|
|
4535
|
+
"type": "textbox",
|
|
4536
|
+
"item": "placeholder",
|
|
4537
|
+
"subitem": "color"
|
|
4538
|
+
},
|
|
4539
|
+
"path": [
|
|
4540
|
+
"utrecht",
|
|
4541
|
+
"textbox",
|
|
4542
|
+
"placeholder",
|
|
4543
|
+
"color"
|
|
4544
|
+
]
|
|
4545
|
+
}
|
|
4546
|
+
},
|
|
4547
|
+
"disabled": {
|
|
4548
|
+
"background-color": {},
|
|
4549
|
+
"border-color": {},
|
|
4550
|
+
"color": {}
|
|
4551
|
+
},
|
|
4552
|
+
"focus": {
|
|
4553
|
+
"background-color": {},
|
|
4554
|
+
"border-color": {},
|
|
4555
|
+
"color": {}
|
|
4556
|
+
},
|
|
4557
|
+
"invalid": {
|
|
4558
|
+
"background-color": {},
|
|
4559
|
+
"color": {},
|
|
4560
|
+
"border-color": {},
|
|
4561
|
+
"border-width": {}
|
|
4562
|
+
},
|
|
4563
|
+
"read-only": {
|
|
4564
|
+
"background-color": {},
|
|
4565
|
+
"border-color": {},
|
|
4566
|
+
"color": {}
|
|
4567
|
+
},
|
|
4304
4568
|
"border-bottom-width": {},
|
|
4305
4569
|
"border-color": {
|
|
4306
4570
|
"value": "#5f594a",
|
|
4307
|
-
"filePath": "src/component/utrecht/
|
|
4571
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4308
4572
|
"isSource": true,
|
|
4309
4573
|
"original": {
|
|
4310
4574
|
"value": "{leiden.color.grey.33}"
|
|
@@ -4323,7 +4587,7 @@
|
|
|
4323
4587
|
},
|
|
4324
4588
|
"border-radius": {
|
|
4325
4589
|
"value": "0px",
|
|
4326
|
-
"filePath": "src/component/utrecht/
|
|
4590
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4327
4591
|
"isSource": true,
|
|
4328
4592
|
"original": {
|
|
4329
4593
|
"value": "0px"
|
|
@@ -4342,7 +4606,7 @@
|
|
|
4342
4606
|
},
|
|
4343
4607
|
"border-width": {
|
|
4344
4608
|
"value": "1px",
|
|
4345
|
-
"filePath": "src/component/utrecht/
|
|
4609
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4346
4610
|
"isSource": true,
|
|
4347
4611
|
"original": {
|
|
4348
4612
|
"value": "{leiden.size.4xs}"
|
|
@@ -4361,7 +4625,7 @@
|
|
|
4361
4625
|
},
|
|
4362
4626
|
"color": {
|
|
4363
4627
|
"value": "#1d1d1b",
|
|
4364
|
-
"filePath": "src/component/utrecht/
|
|
4628
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4365
4629
|
"isSource": true,
|
|
4366
4630
|
"original": {
|
|
4367
4631
|
"value": "{leiden.color.grey.11}"
|
|
@@ -4379,8 +4643,8 @@
|
|
|
4379
4643
|
]
|
|
4380
4644
|
},
|
|
4381
4645
|
"font-family": {
|
|
4382
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
4383
|
-
"filePath": "src/component/utrecht/
|
|
4646
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
4647
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4384
4648
|
"isSource": true,
|
|
4385
4649
|
"original": {
|
|
4386
4650
|
"value": "{leiden.typography.sans-serif.font-family}"
|
|
@@ -4399,7 +4663,7 @@
|
|
|
4399
4663
|
},
|
|
4400
4664
|
"font-size": {
|
|
4401
4665
|
"value": "15px",
|
|
4402
|
-
"filePath": "src/component/utrecht/
|
|
4666
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4403
4667
|
"isSource": true,
|
|
4404
4668
|
"original": {
|
|
4405
4669
|
"value": "15px"
|
|
@@ -4416,11 +4680,11 @@
|
|
|
4416
4680
|
"font-size"
|
|
4417
4681
|
]
|
|
4418
4682
|
},
|
|
4419
|
-
"
|
|
4683
|
+
"min-inline-height": {},
|
|
4420
4684
|
"max-inline-size": {},
|
|
4421
4685
|
"padding-block-end": {
|
|
4422
4686
|
"value": "8px",
|
|
4423
|
-
"filePath": "src/component/utrecht/
|
|
4687
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4424
4688
|
"isSource": true,
|
|
4425
4689
|
"original": {
|
|
4426
4690
|
"value": "{leiden.size.xs}"
|
|
@@ -4439,7 +4703,7 @@
|
|
|
4439
4703
|
},
|
|
4440
4704
|
"padding-block-start": {
|
|
4441
4705
|
"value": "8px",
|
|
4442
|
-
"filePath": "src/component/utrecht/
|
|
4706
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4443
4707
|
"isSource": true,
|
|
4444
4708
|
"original": {
|
|
4445
4709
|
"value": "{leiden.size.xs}"
|
|
@@ -4458,7 +4722,7 @@
|
|
|
4458
4722
|
},
|
|
4459
4723
|
"padding-inline-end": {
|
|
4460
4724
|
"value": "14px",
|
|
4461
|
-
"filePath": "src/component/utrecht/
|
|
4725
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4462
4726
|
"isSource": true,
|
|
4463
4727
|
"original": {
|
|
4464
4728
|
"value": "{leiden.size.sm}"
|
|
@@ -4477,7 +4741,7 @@
|
|
|
4477
4741
|
},
|
|
4478
4742
|
"padding-inline-start": {
|
|
4479
4743
|
"value": "14px",
|
|
4480
|
-
"filePath": "src/component/utrecht/
|
|
4744
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4481
4745
|
"isSource": true,
|
|
4482
4746
|
"original": {
|
|
4483
4747
|
"value": "{leiden.size.sm}"
|
|
@@ -4493,56 +4757,12 @@
|
|
|
4493
4757
|
"textbox",
|
|
4494
4758
|
"padding-inline-start"
|
|
4495
4759
|
]
|
|
4496
|
-
},
|
|
4497
|
-
"placeholder": {
|
|
4498
|
-
"color": {
|
|
4499
|
-
"value": "#2c3e50",
|
|
4500
|
-
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4501
|
-
"isSource": true,
|
|
4502
|
-
"original": {
|
|
4503
|
-
"value": "{leiden.color.lightblue.24}"
|
|
4504
|
-
},
|
|
4505
|
-
"name": "utrechtTextboxPlaceholderColor",
|
|
4506
|
-
"attributes": {
|
|
4507
|
-
"category": "utrecht",
|
|
4508
|
-
"type": "textbox",
|
|
4509
|
-
"item": "placeholder",
|
|
4510
|
-
"subitem": "color"
|
|
4511
|
-
},
|
|
4512
|
-
"path": [
|
|
4513
|
-
"utrecht",
|
|
4514
|
-
"textbox",
|
|
4515
|
-
"placeholder",
|
|
4516
|
-
"color"
|
|
4517
|
-
]
|
|
4518
|
-
}
|
|
4519
|
-
},
|
|
4520
|
-
"disabled": {
|
|
4521
|
-
"background-color": {},
|
|
4522
|
-
"border-color": {},
|
|
4523
|
-
"color": {}
|
|
4524
|
-
},
|
|
4525
|
-
"focus": {
|
|
4526
|
-
"background-color": {},
|
|
4527
|
-
"border-color": {},
|
|
4528
|
-
"color": {}
|
|
4529
|
-
},
|
|
4530
|
-
"invalid": {
|
|
4531
|
-
"background-color": {},
|
|
4532
|
-
"border-color": {},
|
|
4533
|
-
"border-width": {},
|
|
4534
|
-
"color": {}
|
|
4535
|
-
},
|
|
4536
|
-
"read-only": {
|
|
4537
|
-
"background-color": {},
|
|
4538
|
-
"border-color": {},
|
|
4539
|
-
"color": {}
|
|
4540
4760
|
}
|
|
4541
4761
|
},
|
|
4542
4762
|
"heading-1": {
|
|
4543
4763
|
"color": {},
|
|
4544
4764
|
"font-family": {
|
|
4545
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
4765
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
4546
4766
|
"filePath": "src/component/utrecht/heading.tokens.json",
|
|
4547
4767
|
"isSource": true,
|
|
4548
4768
|
"original": {
|
|
@@ -4641,7 +4861,7 @@
|
|
|
4641
4861
|
"heading-2": {
|
|
4642
4862
|
"color": {},
|
|
4643
4863
|
"font-family": {
|
|
4644
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
4864
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
4645
4865
|
"filePath": "src/component/utrecht/heading.tokens.json",
|
|
4646
4866
|
"isSource": true,
|
|
4647
4867
|
"original": {
|
|
@@ -4740,7 +4960,7 @@
|
|
|
4740
4960
|
"heading-3": {
|
|
4741
4961
|
"color": {},
|
|
4742
4962
|
"font-family": {
|
|
4743
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
4963
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
4744
4964
|
"filePath": "src/component/utrecht/heading.tokens.json",
|
|
4745
4965
|
"isSource": true,
|
|
4746
4966
|
"original": {
|
|
@@ -4839,7 +5059,7 @@
|
|
|
4839
5059
|
"heading-4": {
|
|
4840
5060
|
"color": {},
|
|
4841
5061
|
"font-family": {
|
|
4842
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
5062
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
4843
5063
|
"filePath": "src/component/utrecht/heading.tokens.json",
|
|
4844
5064
|
"isSource": true,
|
|
4845
5065
|
"original": {
|
|
@@ -4938,7 +5158,7 @@
|
|
|
4938
5158
|
"heading-5": {
|
|
4939
5159
|
"color": {},
|
|
4940
5160
|
"font-family": {
|
|
4941
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
5161
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
4942
5162
|
"filePath": "src/component/utrecht/heading.tokens.json",
|
|
4943
5163
|
"isSource": true,
|
|
4944
5164
|
"original": {
|
|
@@ -5646,7 +5866,7 @@
|
|
|
5646
5866
|
]
|
|
5647
5867
|
},
|
|
5648
5868
|
"font-family": {
|
|
5649
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
5869
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
5650
5870
|
"filePath": "src/component/utrecht/paragraph.tokens.json",
|
|
5651
5871
|
"isSource": true,
|
|
5652
5872
|
"original": {
|
|
@@ -6388,7 +6608,7 @@
|
|
|
6388
6608
|
]
|
|
6389
6609
|
},
|
|
6390
6610
|
"item-font-family": {
|
|
6391
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
6611
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
6392
6612
|
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
6393
6613
|
"isSource": true,
|
|
6394
6614
|
"original": {
|
|
@@ -6820,7 +7040,7 @@
|
|
|
6820
7040
|
"focus": {},
|
|
6821
7041
|
"list-option": {
|
|
6822
7042
|
"font-family": {
|
|
6823
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
7043
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
6824
7044
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
6825
7045
|
"isSource": true,
|
|
6826
7046
|
"original": {
|
|
@@ -6843,7 +7063,7 @@
|
|
|
6843
7063
|
"background-color": {},
|
|
6844
7064
|
"hover": {
|
|
6845
7065
|
"font-family": {
|
|
6846
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
7066
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
6847
7067
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
6848
7068
|
"isSource": true,
|
|
6849
7069
|
"original": {
|
|
@@ -6892,7 +7112,7 @@
|
|
|
6892
7112
|
]
|
|
6893
7113
|
},
|
|
6894
7114
|
"font-family": {
|
|
6895
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
7115
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
6896
7116
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
6897
7117
|
"isSource": true,
|
|
6898
7118
|
"original": {
|
|
@@ -6913,6 +7133,1212 @@
|
|
|
6913
7133
|
]
|
|
6914
7134
|
}
|
|
6915
7135
|
}
|
|
7136
|
+
},
|
|
7137
|
+
"table-wrapper": {
|
|
7138
|
+
"scroll-button": {
|
|
7139
|
+
"background-color": {
|
|
7140
|
+
"value": "#ffffff",
|
|
7141
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7142
|
+
"isSource": true,
|
|
7143
|
+
"original": {
|
|
7144
|
+
"value": "{leiden.color.white.100}"
|
|
7145
|
+
},
|
|
7146
|
+
"name": "conductionTableWrapperScrollButtonBackgroundColor",
|
|
7147
|
+
"attributes": {
|
|
7148
|
+
"category": "conduction",
|
|
7149
|
+
"type": "table-wrapper",
|
|
7150
|
+
"item": "scroll-button",
|
|
7151
|
+
"subitem": "background-color"
|
|
7152
|
+
},
|
|
7153
|
+
"path": [
|
|
7154
|
+
"conduction",
|
|
7155
|
+
"table-wrapper",
|
|
7156
|
+
"scroll-button",
|
|
7157
|
+
"background-color"
|
|
7158
|
+
]
|
|
7159
|
+
},
|
|
7160
|
+
"color": {
|
|
7161
|
+
"value": "#0d1921",
|
|
7162
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7163
|
+
"isSource": true,
|
|
7164
|
+
"original": {
|
|
7165
|
+
"value": "{leiden.color.black.9}"
|
|
7166
|
+
},
|
|
7167
|
+
"name": "conductionTableWrapperScrollButtonColor",
|
|
7168
|
+
"attributes": {
|
|
7169
|
+
"category": "conduction",
|
|
7170
|
+
"type": "table-wrapper",
|
|
7171
|
+
"item": "scroll-button",
|
|
7172
|
+
"subitem": "color"
|
|
7173
|
+
},
|
|
7174
|
+
"path": [
|
|
7175
|
+
"conduction",
|
|
7176
|
+
"table-wrapper",
|
|
7177
|
+
"scroll-button",
|
|
7178
|
+
"color"
|
|
7179
|
+
]
|
|
7180
|
+
},
|
|
7181
|
+
"padding-inline-start": {
|
|
7182
|
+
"value": "14px",
|
|
7183
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7184
|
+
"isSource": true,
|
|
7185
|
+
"original": {
|
|
7186
|
+
"value": "{leiden.size.sm}"
|
|
7187
|
+
},
|
|
7188
|
+
"name": "conductionTableWrapperScrollButtonPaddingInlineStart",
|
|
7189
|
+
"attributes": {
|
|
7190
|
+
"category": "conduction",
|
|
7191
|
+
"type": "table-wrapper",
|
|
7192
|
+
"item": "scroll-button",
|
|
7193
|
+
"subitem": "padding-inline-start"
|
|
7194
|
+
},
|
|
7195
|
+
"path": [
|
|
7196
|
+
"conduction",
|
|
7197
|
+
"table-wrapper",
|
|
7198
|
+
"scroll-button",
|
|
7199
|
+
"padding-inline-start"
|
|
7200
|
+
]
|
|
7201
|
+
},
|
|
7202
|
+
"padding-inline-end": {
|
|
7203
|
+
"value": "14px",
|
|
7204
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7205
|
+
"isSource": true,
|
|
7206
|
+
"original": {
|
|
7207
|
+
"value": "{leiden.size.sm}"
|
|
7208
|
+
},
|
|
7209
|
+
"name": "conductionTableWrapperScrollButtonPaddingInlineEnd",
|
|
7210
|
+
"attributes": {
|
|
7211
|
+
"category": "conduction",
|
|
7212
|
+
"type": "table-wrapper",
|
|
7213
|
+
"item": "scroll-button",
|
|
7214
|
+
"subitem": "padding-inline-end"
|
|
7215
|
+
},
|
|
7216
|
+
"path": [
|
|
7217
|
+
"conduction",
|
|
7218
|
+
"table-wrapper",
|
|
7219
|
+
"scroll-button",
|
|
7220
|
+
"padding-inline-end"
|
|
7221
|
+
]
|
|
7222
|
+
},
|
|
7223
|
+
"padding-block-start": {},
|
|
7224
|
+
"padding-block-end": {},
|
|
7225
|
+
"border-width": {
|
|
7226
|
+
"value": "1px",
|
|
7227
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7228
|
+
"isSource": true,
|
|
7229
|
+
"original": {
|
|
7230
|
+
"value": "{leiden.size.4xs}"
|
|
7231
|
+
},
|
|
7232
|
+
"name": "conductionTableWrapperScrollButtonBorderWidth",
|
|
7233
|
+
"attributes": {
|
|
7234
|
+
"category": "conduction",
|
|
7235
|
+
"type": "table-wrapper",
|
|
7236
|
+
"item": "scroll-button",
|
|
7237
|
+
"subitem": "border-width"
|
|
7238
|
+
},
|
|
7239
|
+
"path": [
|
|
7240
|
+
"conduction",
|
|
7241
|
+
"table-wrapper",
|
|
7242
|
+
"scroll-button",
|
|
7243
|
+
"border-width"
|
|
7244
|
+
]
|
|
7245
|
+
},
|
|
7246
|
+
"border-style": {
|
|
7247
|
+
"value": "solid",
|
|
7248
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7249
|
+
"isSource": true,
|
|
7250
|
+
"original": {
|
|
7251
|
+
"value": "solid"
|
|
7252
|
+
},
|
|
7253
|
+
"name": "conductionTableWrapperScrollButtonBorderStyle",
|
|
7254
|
+
"attributes": {
|
|
7255
|
+
"category": "conduction",
|
|
7256
|
+
"type": "table-wrapper",
|
|
7257
|
+
"item": "scroll-button",
|
|
7258
|
+
"subitem": "border-style"
|
|
7259
|
+
},
|
|
7260
|
+
"path": [
|
|
7261
|
+
"conduction",
|
|
7262
|
+
"table-wrapper",
|
|
7263
|
+
"scroll-button",
|
|
7264
|
+
"border-style"
|
|
7265
|
+
]
|
|
7266
|
+
},
|
|
7267
|
+
"border-color": {
|
|
7268
|
+
"value": "#e4e4e4",
|
|
7269
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7270
|
+
"isSource": true,
|
|
7271
|
+
"original": {
|
|
7272
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
7273
|
+
},
|
|
7274
|
+
"name": "conductionTableWrapperScrollButtonBorderColor",
|
|
7275
|
+
"attributes": {
|
|
7276
|
+
"category": "conduction",
|
|
7277
|
+
"type": "table-wrapper",
|
|
7278
|
+
"item": "scroll-button",
|
|
7279
|
+
"subitem": "border-color"
|
|
7280
|
+
},
|
|
7281
|
+
"path": [
|
|
7282
|
+
"conduction",
|
|
7283
|
+
"table-wrapper",
|
|
7284
|
+
"scroll-button",
|
|
7285
|
+
"border-color"
|
|
7286
|
+
]
|
|
7287
|
+
},
|
|
7288
|
+
"hover": {
|
|
7289
|
+
"background-color": {
|
|
7290
|
+
"value": "#ffffff",
|
|
7291
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7292
|
+
"isSource": true,
|
|
7293
|
+
"original": {
|
|
7294
|
+
"value": "{leiden.color.white.100}"
|
|
7295
|
+
},
|
|
7296
|
+
"name": "conductionTableWrapperScrollButtonHoverBackgroundColor",
|
|
7297
|
+
"attributes": {
|
|
7298
|
+
"category": "conduction",
|
|
7299
|
+
"type": "table-wrapper",
|
|
7300
|
+
"item": "scroll-button",
|
|
7301
|
+
"subitem": "hover",
|
|
7302
|
+
"state": "background-color"
|
|
7303
|
+
},
|
|
7304
|
+
"path": [
|
|
7305
|
+
"conduction",
|
|
7306
|
+
"table-wrapper",
|
|
7307
|
+
"scroll-button",
|
|
7308
|
+
"hover",
|
|
7309
|
+
"background-color"
|
|
7310
|
+
]
|
|
7311
|
+
},
|
|
7312
|
+
"color": {
|
|
7313
|
+
"value": "#d62410",
|
|
7314
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7315
|
+
"isSource": true,
|
|
7316
|
+
"original": {
|
|
7317
|
+
"value": "{leiden.color.primary}"
|
|
7318
|
+
},
|
|
7319
|
+
"name": "conductionTableWrapperScrollButtonHoverColor",
|
|
7320
|
+
"attributes": {
|
|
7321
|
+
"category": "conduction",
|
|
7322
|
+
"type": "table-wrapper",
|
|
7323
|
+
"item": "scroll-button",
|
|
7324
|
+
"subitem": "hover",
|
|
7325
|
+
"state": "color"
|
|
7326
|
+
},
|
|
7327
|
+
"path": [
|
|
7328
|
+
"conduction",
|
|
7329
|
+
"table-wrapper",
|
|
7330
|
+
"scroll-button",
|
|
7331
|
+
"hover",
|
|
7332
|
+
"color"
|
|
7333
|
+
]
|
|
7334
|
+
}
|
|
7335
|
+
}
|
|
7336
|
+
}
|
|
7337
|
+
},
|
|
7338
|
+
"tabs": {
|
|
7339
|
+
"tab": {
|
|
7340
|
+
"background-color": {
|
|
7341
|
+
"value": "transparent",
|
|
7342
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7343
|
+
"isSource": true,
|
|
7344
|
+
"original": {
|
|
7345
|
+
"value": "transparent"
|
|
7346
|
+
},
|
|
7347
|
+
"name": "conductionTabsTabBackgroundColor",
|
|
7348
|
+
"attributes": {
|
|
7349
|
+
"category": "conduction",
|
|
7350
|
+
"type": "tabs",
|
|
7351
|
+
"item": "tab",
|
|
7352
|
+
"subitem": "background-color"
|
|
7353
|
+
},
|
|
7354
|
+
"path": [
|
|
7355
|
+
"conduction",
|
|
7356
|
+
"tabs",
|
|
7357
|
+
"tab",
|
|
7358
|
+
"background-color"
|
|
7359
|
+
]
|
|
7360
|
+
},
|
|
7361
|
+
"color": {
|
|
7362
|
+
"value": "#0d1921",
|
|
7363
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7364
|
+
"isSource": true,
|
|
7365
|
+
"original": {
|
|
7366
|
+
"value": "{leiden.color.black.9}"
|
|
7367
|
+
},
|
|
7368
|
+
"name": "conductionTabsTabColor",
|
|
7369
|
+
"attributes": {
|
|
7370
|
+
"category": "conduction",
|
|
7371
|
+
"type": "tabs",
|
|
7372
|
+
"item": "tab",
|
|
7373
|
+
"subitem": "color"
|
|
7374
|
+
},
|
|
7375
|
+
"path": [
|
|
7376
|
+
"conduction",
|
|
7377
|
+
"tabs",
|
|
7378
|
+
"tab",
|
|
7379
|
+
"color"
|
|
7380
|
+
]
|
|
7381
|
+
},
|
|
7382
|
+
"border-width": {
|
|
7383
|
+
"value": "1px",
|
|
7384
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7385
|
+
"isSource": true,
|
|
7386
|
+
"original": {
|
|
7387
|
+
"value": "{leiden.size.4xs}"
|
|
7388
|
+
},
|
|
7389
|
+
"name": "conductionTabsTabBorderWidth",
|
|
7390
|
+
"attributes": {
|
|
7391
|
+
"category": "conduction",
|
|
7392
|
+
"type": "tabs",
|
|
7393
|
+
"item": "tab",
|
|
7394
|
+
"subitem": "border-width"
|
|
7395
|
+
},
|
|
7396
|
+
"path": [
|
|
7397
|
+
"conduction",
|
|
7398
|
+
"tabs",
|
|
7399
|
+
"tab",
|
|
7400
|
+
"border-width"
|
|
7401
|
+
]
|
|
7402
|
+
},
|
|
7403
|
+
"border-style": {
|
|
7404
|
+
"value": "solid",
|
|
7405
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7406
|
+
"isSource": true,
|
|
7407
|
+
"original": {
|
|
7408
|
+
"value": "solid"
|
|
7409
|
+
},
|
|
7410
|
+
"name": "conductionTabsTabBorderStyle",
|
|
7411
|
+
"attributes": {
|
|
7412
|
+
"category": "conduction",
|
|
7413
|
+
"type": "tabs",
|
|
7414
|
+
"item": "tab",
|
|
7415
|
+
"subitem": "border-style"
|
|
7416
|
+
},
|
|
7417
|
+
"path": [
|
|
7418
|
+
"conduction",
|
|
7419
|
+
"tabs",
|
|
7420
|
+
"tab",
|
|
7421
|
+
"border-style"
|
|
7422
|
+
]
|
|
7423
|
+
},
|
|
7424
|
+
"border-color": {
|
|
7425
|
+
"value": "#e4e4e4",
|
|
7426
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7427
|
+
"isSource": true,
|
|
7428
|
+
"original": {
|
|
7429
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
7430
|
+
},
|
|
7431
|
+
"name": "conductionTabsTabBorderColor",
|
|
7432
|
+
"attributes": {
|
|
7433
|
+
"category": "conduction",
|
|
7434
|
+
"type": "tabs",
|
|
7435
|
+
"item": "tab",
|
|
7436
|
+
"subitem": "border-color"
|
|
7437
|
+
},
|
|
7438
|
+
"path": [
|
|
7439
|
+
"conduction",
|
|
7440
|
+
"tabs",
|
|
7441
|
+
"tab",
|
|
7442
|
+
"border-color"
|
|
7443
|
+
]
|
|
7444
|
+
},
|
|
7445
|
+
"border-bottom": {
|
|
7446
|
+
"value": "0px",
|
|
7447
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7448
|
+
"isSource": true,
|
|
7449
|
+
"original": {
|
|
7450
|
+
"value": "0px"
|
|
7451
|
+
},
|
|
7452
|
+
"name": "conductionTabsTabBorderBottom",
|
|
7453
|
+
"attributes": {
|
|
7454
|
+
"category": "conduction",
|
|
7455
|
+
"type": "tabs",
|
|
7456
|
+
"item": "tab",
|
|
7457
|
+
"subitem": "border-bottom"
|
|
7458
|
+
},
|
|
7459
|
+
"path": [
|
|
7460
|
+
"conduction",
|
|
7461
|
+
"tabs",
|
|
7462
|
+
"tab",
|
|
7463
|
+
"border-bottom"
|
|
7464
|
+
]
|
|
7465
|
+
},
|
|
7466
|
+
"border-bottom-width": {
|
|
7467
|
+
"value": "1px",
|
|
7468
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7469
|
+
"isSource": true,
|
|
7470
|
+
"original": {
|
|
7471
|
+
"value": "{leiden.size.4xs}"
|
|
7472
|
+
},
|
|
7473
|
+
"name": "conductionTabsTabBorderBottomWidth",
|
|
7474
|
+
"attributes": {
|
|
7475
|
+
"category": "conduction",
|
|
7476
|
+
"type": "tabs",
|
|
7477
|
+
"item": "tab",
|
|
7478
|
+
"subitem": "border-bottom-width"
|
|
7479
|
+
},
|
|
7480
|
+
"path": [
|
|
7481
|
+
"conduction",
|
|
7482
|
+
"tabs",
|
|
7483
|
+
"tab",
|
|
7484
|
+
"border-bottom-width"
|
|
7485
|
+
]
|
|
7486
|
+
},
|
|
7487
|
+
"border-bottom-style": {
|
|
7488
|
+
"value": "solid",
|
|
7489
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7490
|
+
"isSource": true,
|
|
7491
|
+
"original": {
|
|
7492
|
+
"value": "solid"
|
|
7493
|
+
},
|
|
7494
|
+
"name": "conductionTabsTabBorderBottomStyle",
|
|
7495
|
+
"attributes": {
|
|
7496
|
+
"category": "conduction",
|
|
7497
|
+
"type": "tabs",
|
|
7498
|
+
"item": "tab",
|
|
7499
|
+
"subitem": "border-bottom-style"
|
|
7500
|
+
},
|
|
7501
|
+
"path": [
|
|
7502
|
+
"conduction",
|
|
7503
|
+
"tabs",
|
|
7504
|
+
"tab",
|
|
7505
|
+
"border-bottom-style"
|
|
7506
|
+
]
|
|
7507
|
+
},
|
|
7508
|
+
"border-bottom-color": {
|
|
7509
|
+
"value": "#e4e4e4",
|
|
7510
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7511
|
+
"isSource": true,
|
|
7512
|
+
"original": {
|
|
7513
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
7514
|
+
},
|
|
7515
|
+
"name": "conductionTabsTabBorderBottomColor",
|
|
7516
|
+
"attributes": {
|
|
7517
|
+
"category": "conduction",
|
|
7518
|
+
"type": "tabs",
|
|
7519
|
+
"item": "tab",
|
|
7520
|
+
"subitem": "border-bottom-color"
|
|
7521
|
+
},
|
|
7522
|
+
"path": [
|
|
7523
|
+
"conduction",
|
|
7524
|
+
"tabs",
|
|
7525
|
+
"tab",
|
|
7526
|
+
"border-bottom-color"
|
|
7527
|
+
]
|
|
7528
|
+
},
|
|
7529
|
+
"bottom": {
|
|
7530
|
+
"value": "0px",
|
|
7531
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7532
|
+
"isSource": true,
|
|
7533
|
+
"original": {
|
|
7534
|
+
"value": "0px"
|
|
7535
|
+
},
|
|
7536
|
+
"name": "conductionTabsTabBottom",
|
|
7537
|
+
"attributes": {
|
|
7538
|
+
"category": "conduction",
|
|
7539
|
+
"type": "tabs",
|
|
7540
|
+
"item": "tab",
|
|
7541
|
+
"subitem": "bottom"
|
|
7542
|
+
},
|
|
7543
|
+
"path": [
|
|
7544
|
+
"conduction",
|
|
7545
|
+
"tabs",
|
|
7546
|
+
"tab",
|
|
7547
|
+
"bottom"
|
|
7548
|
+
]
|
|
7549
|
+
},
|
|
7550
|
+
"padding-block-start": {
|
|
7551
|
+
"value": "8px",
|
|
7552
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7553
|
+
"isSource": true,
|
|
7554
|
+
"original": {
|
|
7555
|
+
"value": "{leiden.size.xs}"
|
|
7556
|
+
},
|
|
7557
|
+
"name": "conductionTabsTabPaddingBlockStart",
|
|
7558
|
+
"attributes": {
|
|
7559
|
+
"category": "conduction",
|
|
7560
|
+
"type": "tabs",
|
|
7561
|
+
"item": "tab",
|
|
7562
|
+
"subitem": "padding-block-start"
|
|
7563
|
+
},
|
|
7564
|
+
"path": [
|
|
7565
|
+
"conduction",
|
|
7566
|
+
"tabs",
|
|
7567
|
+
"tab",
|
|
7568
|
+
"padding-block-start"
|
|
7569
|
+
]
|
|
7570
|
+
},
|
|
7571
|
+
"padding-block-end": {
|
|
7572
|
+
"value": "8px",
|
|
7573
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7574
|
+
"isSource": true,
|
|
7575
|
+
"original": {
|
|
7576
|
+
"value": "{leiden.size.xs}"
|
|
7577
|
+
},
|
|
7578
|
+
"name": "conductionTabsTabPaddingBlockEnd",
|
|
7579
|
+
"attributes": {
|
|
7580
|
+
"category": "conduction",
|
|
7581
|
+
"type": "tabs",
|
|
7582
|
+
"item": "tab",
|
|
7583
|
+
"subitem": "padding-block-end"
|
|
7584
|
+
},
|
|
7585
|
+
"path": [
|
|
7586
|
+
"conduction",
|
|
7587
|
+
"tabs",
|
|
7588
|
+
"tab",
|
|
7589
|
+
"padding-block-end"
|
|
7590
|
+
]
|
|
7591
|
+
},
|
|
7592
|
+
"padding-inline-start": {
|
|
7593
|
+
"value": "32px",
|
|
7594
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7595
|
+
"isSource": true,
|
|
7596
|
+
"original": {
|
|
7597
|
+
"value": "{leiden.size.xl}"
|
|
7598
|
+
},
|
|
7599
|
+
"name": "conductionTabsTabPaddingInlineStart",
|
|
7600
|
+
"attributes": {
|
|
7601
|
+
"category": "conduction",
|
|
7602
|
+
"type": "tabs",
|
|
7603
|
+
"item": "tab",
|
|
7604
|
+
"subitem": "padding-inline-start"
|
|
7605
|
+
},
|
|
7606
|
+
"path": [
|
|
7607
|
+
"conduction",
|
|
7608
|
+
"tabs",
|
|
7609
|
+
"tab",
|
|
7610
|
+
"padding-inline-start"
|
|
7611
|
+
]
|
|
7612
|
+
},
|
|
7613
|
+
"padding-inline-end": {
|
|
7614
|
+
"value": "32px",
|
|
7615
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7616
|
+
"isSource": true,
|
|
7617
|
+
"original": {
|
|
7618
|
+
"value": "{leiden.size.xl}"
|
|
7619
|
+
},
|
|
7620
|
+
"name": "conductionTabsTabPaddingInlineEnd",
|
|
7621
|
+
"attributes": {
|
|
7622
|
+
"category": "conduction",
|
|
7623
|
+
"type": "tabs",
|
|
7624
|
+
"item": "tab",
|
|
7625
|
+
"subitem": "padding-inline-end"
|
|
7626
|
+
},
|
|
7627
|
+
"path": [
|
|
7628
|
+
"conduction",
|
|
7629
|
+
"tabs",
|
|
7630
|
+
"tab",
|
|
7631
|
+
"padding-inline-end"
|
|
7632
|
+
]
|
|
7633
|
+
},
|
|
7634
|
+
"margin-inline-end": {},
|
|
7635
|
+
"font-size": {
|
|
7636
|
+
"value": "18px",
|
|
7637
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7638
|
+
"isSource": true,
|
|
7639
|
+
"original": {
|
|
7640
|
+
"value": "{leiden.font-size.md}"
|
|
7641
|
+
},
|
|
7642
|
+
"name": "conductionTabsTabFontSize",
|
|
7643
|
+
"attributes": {
|
|
7644
|
+
"category": "conduction",
|
|
7645
|
+
"type": "tabs",
|
|
7646
|
+
"item": "tab",
|
|
7647
|
+
"subitem": "font-size"
|
|
7648
|
+
},
|
|
7649
|
+
"path": [
|
|
7650
|
+
"conduction",
|
|
7651
|
+
"tabs",
|
|
7652
|
+
"tab",
|
|
7653
|
+
"font-size"
|
|
7654
|
+
]
|
|
7655
|
+
},
|
|
7656
|
+
"font-weight": {
|
|
7657
|
+
"value": "700",
|
|
7658
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7659
|
+
"isSource": true,
|
|
7660
|
+
"original": {
|
|
7661
|
+
"value": "{leiden.typography.font-weight.bold}"
|
|
7662
|
+
},
|
|
7663
|
+
"name": "conductionTabsTabFontWeight",
|
|
7664
|
+
"attributes": {
|
|
7665
|
+
"category": "conduction",
|
|
7666
|
+
"type": "tabs",
|
|
7667
|
+
"item": "tab",
|
|
7668
|
+
"subitem": "font-weight"
|
|
7669
|
+
},
|
|
7670
|
+
"path": [
|
|
7671
|
+
"conduction",
|
|
7672
|
+
"tabs",
|
|
7673
|
+
"tab",
|
|
7674
|
+
"font-weight"
|
|
7675
|
+
]
|
|
7676
|
+
},
|
|
7677
|
+
"font-family": {
|
|
7678
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
7679
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7680
|
+
"isSource": true,
|
|
7681
|
+
"original": {
|
|
7682
|
+
"value": "{utrecht.document.font-family}"
|
|
7683
|
+
},
|
|
7684
|
+
"name": "conductionTabsTabFontFamily",
|
|
7685
|
+
"attributes": {
|
|
7686
|
+
"category": "conduction",
|
|
7687
|
+
"type": "tabs",
|
|
7688
|
+
"item": "tab",
|
|
7689
|
+
"subitem": "font-family"
|
|
7690
|
+
},
|
|
7691
|
+
"path": [
|
|
7692
|
+
"conduction",
|
|
7693
|
+
"tabs",
|
|
7694
|
+
"tab",
|
|
7695
|
+
"font-family"
|
|
7696
|
+
]
|
|
7697
|
+
},
|
|
7698
|
+
"max-width": {
|
|
7699
|
+
"value": "unset",
|
|
7700
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7701
|
+
"isSource": true,
|
|
7702
|
+
"original": {
|
|
7703
|
+
"value": "unset"
|
|
7704
|
+
},
|
|
7705
|
+
"name": "conductionTabsTabMaxWidth",
|
|
7706
|
+
"attributes": {
|
|
7707
|
+
"category": "conduction",
|
|
7708
|
+
"type": "tabs",
|
|
7709
|
+
"item": "tab",
|
|
7710
|
+
"subitem": "max-width"
|
|
7711
|
+
},
|
|
7712
|
+
"path": [
|
|
7713
|
+
"conduction",
|
|
7714
|
+
"tabs",
|
|
7715
|
+
"tab",
|
|
7716
|
+
"max-width"
|
|
7717
|
+
]
|
|
7718
|
+
},
|
|
7719
|
+
"min-width": {
|
|
7720
|
+
"value": "160px",
|
|
7721
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7722
|
+
"isSource": true,
|
|
7723
|
+
"original": {
|
|
7724
|
+
"value": "160px"
|
|
7725
|
+
},
|
|
7726
|
+
"name": "conductionTabsTabMinWidth",
|
|
7727
|
+
"attributes": {
|
|
7728
|
+
"category": "conduction",
|
|
7729
|
+
"type": "tabs",
|
|
7730
|
+
"item": "tab",
|
|
7731
|
+
"subitem": "min-width"
|
|
7732
|
+
},
|
|
7733
|
+
"path": [
|
|
7734
|
+
"conduction",
|
|
7735
|
+
"tabs",
|
|
7736
|
+
"tab",
|
|
7737
|
+
"min-width"
|
|
7738
|
+
]
|
|
7739
|
+
},
|
|
7740
|
+
"min-height": {
|
|
7741
|
+
"value": "61px",
|
|
7742
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7743
|
+
"isSource": true,
|
|
7744
|
+
"original": {
|
|
7745
|
+
"value": "61px"
|
|
7746
|
+
},
|
|
7747
|
+
"name": "conductionTabsTabMinHeight",
|
|
7748
|
+
"attributes": {
|
|
7749
|
+
"category": "conduction",
|
|
7750
|
+
"type": "tabs",
|
|
7751
|
+
"item": "tab",
|
|
7752
|
+
"subitem": "min-height"
|
|
7753
|
+
},
|
|
7754
|
+
"path": [
|
|
7755
|
+
"conduction",
|
|
7756
|
+
"tabs",
|
|
7757
|
+
"tab",
|
|
7758
|
+
"min-height"
|
|
7759
|
+
]
|
|
7760
|
+
},
|
|
7761
|
+
"letter-spacing": {},
|
|
7762
|
+
"text-transform": {},
|
|
7763
|
+
"selected": {
|
|
7764
|
+
"background-color": {
|
|
7765
|
+
"value": "#e4e4e4",
|
|
7766
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7767
|
+
"isSource": true,
|
|
7768
|
+
"original": {
|
|
7769
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
7770
|
+
},
|
|
7771
|
+
"name": "conductionTabsTabSelectedBackgroundColor",
|
|
7772
|
+
"attributes": {
|
|
7773
|
+
"category": "conduction",
|
|
7774
|
+
"type": "tabs",
|
|
7775
|
+
"item": "tab",
|
|
7776
|
+
"subitem": "selected",
|
|
7777
|
+
"state": "background-color"
|
|
7778
|
+
},
|
|
7779
|
+
"path": [
|
|
7780
|
+
"conduction",
|
|
7781
|
+
"tabs",
|
|
7782
|
+
"tab",
|
|
7783
|
+
"selected",
|
|
7784
|
+
"background-color"
|
|
7785
|
+
]
|
|
7786
|
+
},
|
|
7787
|
+
"color": {
|
|
7788
|
+
"value": "#0d1921",
|
|
7789
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7790
|
+
"isSource": true,
|
|
7791
|
+
"original": {
|
|
7792
|
+
"value": "{leiden.color.black.9}"
|
|
7793
|
+
},
|
|
7794
|
+
"name": "conductionTabsTabSelectedColor",
|
|
7795
|
+
"attributes": {
|
|
7796
|
+
"category": "conduction",
|
|
7797
|
+
"type": "tabs",
|
|
7798
|
+
"item": "tab",
|
|
7799
|
+
"subitem": "selected",
|
|
7800
|
+
"state": "color"
|
|
7801
|
+
},
|
|
7802
|
+
"path": [
|
|
7803
|
+
"conduction",
|
|
7804
|
+
"tabs",
|
|
7805
|
+
"tab",
|
|
7806
|
+
"selected",
|
|
7807
|
+
"color"
|
|
7808
|
+
]
|
|
7809
|
+
},
|
|
7810
|
+
"box-shadow": {},
|
|
7811
|
+
"border-width": {
|
|
7812
|
+
"value": "1px",
|
|
7813
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7814
|
+
"isSource": true,
|
|
7815
|
+
"original": {
|
|
7816
|
+
"value": "{leiden.size.4xs}"
|
|
7817
|
+
},
|
|
7818
|
+
"name": "conductionTabsTabSelectedBorderWidth",
|
|
7819
|
+
"attributes": {
|
|
7820
|
+
"category": "conduction",
|
|
7821
|
+
"type": "tabs",
|
|
7822
|
+
"item": "tab",
|
|
7823
|
+
"subitem": "selected",
|
|
7824
|
+
"state": "border-width"
|
|
7825
|
+
},
|
|
7826
|
+
"path": [
|
|
7827
|
+
"conduction",
|
|
7828
|
+
"tabs",
|
|
7829
|
+
"tab",
|
|
7830
|
+
"selected",
|
|
7831
|
+
"border-width"
|
|
7832
|
+
]
|
|
7833
|
+
},
|
|
7834
|
+
"border-style": {
|
|
7835
|
+
"value": "solid",
|
|
7836
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7837
|
+
"isSource": true,
|
|
7838
|
+
"original": {
|
|
7839
|
+
"value": "solid"
|
|
7840
|
+
},
|
|
7841
|
+
"name": "conductionTabsTabSelectedBorderStyle",
|
|
7842
|
+
"attributes": {
|
|
7843
|
+
"category": "conduction",
|
|
7844
|
+
"type": "tabs",
|
|
7845
|
+
"item": "tab",
|
|
7846
|
+
"subitem": "selected",
|
|
7847
|
+
"state": "border-style"
|
|
7848
|
+
},
|
|
7849
|
+
"path": [
|
|
7850
|
+
"conduction",
|
|
7851
|
+
"tabs",
|
|
7852
|
+
"tab",
|
|
7853
|
+
"selected",
|
|
7854
|
+
"border-style"
|
|
7855
|
+
]
|
|
7856
|
+
},
|
|
7857
|
+
"border-color": {
|
|
7858
|
+
"value": "#e4e4e4",
|
|
7859
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7860
|
+
"isSource": true,
|
|
7861
|
+
"original": {
|
|
7862
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
7863
|
+
},
|
|
7864
|
+
"name": "conductionTabsTabSelectedBorderColor",
|
|
7865
|
+
"attributes": {
|
|
7866
|
+
"category": "conduction",
|
|
7867
|
+
"type": "tabs",
|
|
7868
|
+
"item": "tab",
|
|
7869
|
+
"subitem": "selected",
|
|
7870
|
+
"state": "border-color"
|
|
7871
|
+
},
|
|
7872
|
+
"path": [
|
|
7873
|
+
"conduction",
|
|
7874
|
+
"tabs",
|
|
7875
|
+
"tab",
|
|
7876
|
+
"selected",
|
|
7877
|
+
"border-color"
|
|
7878
|
+
]
|
|
7879
|
+
},
|
|
7880
|
+
"border-bottom": {},
|
|
7881
|
+
"border-bottom-width": {
|
|
7882
|
+
"value": "1px",
|
|
7883
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7884
|
+
"isSource": true,
|
|
7885
|
+
"original": {
|
|
7886
|
+
"value": "{leiden.size.4xs}"
|
|
7887
|
+
},
|
|
7888
|
+
"name": "conductionTabsTabSelectedBorderBottomWidth",
|
|
7889
|
+
"attributes": {
|
|
7890
|
+
"category": "conduction",
|
|
7891
|
+
"type": "tabs",
|
|
7892
|
+
"item": "tab",
|
|
7893
|
+
"subitem": "selected",
|
|
7894
|
+
"state": "border-bottom-width"
|
|
7895
|
+
},
|
|
7896
|
+
"path": [
|
|
7897
|
+
"conduction",
|
|
7898
|
+
"tabs",
|
|
7899
|
+
"tab",
|
|
7900
|
+
"selected",
|
|
7901
|
+
"border-bottom-width"
|
|
7902
|
+
]
|
|
7903
|
+
},
|
|
7904
|
+
"border-bottom-style": {
|
|
7905
|
+
"value": "solid",
|
|
7906
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7907
|
+
"isSource": true,
|
|
7908
|
+
"original": {
|
|
7909
|
+
"value": "solid"
|
|
7910
|
+
},
|
|
7911
|
+
"name": "conductionTabsTabSelectedBorderBottomStyle",
|
|
7912
|
+
"attributes": {
|
|
7913
|
+
"category": "conduction",
|
|
7914
|
+
"type": "tabs",
|
|
7915
|
+
"item": "tab",
|
|
7916
|
+
"subitem": "selected",
|
|
7917
|
+
"state": "border-bottom-style"
|
|
7918
|
+
},
|
|
7919
|
+
"path": [
|
|
7920
|
+
"conduction",
|
|
7921
|
+
"tabs",
|
|
7922
|
+
"tab",
|
|
7923
|
+
"selected",
|
|
7924
|
+
"border-bottom-style"
|
|
7925
|
+
]
|
|
7926
|
+
},
|
|
7927
|
+
"border-bottom-color": {
|
|
7928
|
+
"value": "#e4e4e4",
|
|
7929
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7930
|
+
"isSource": true,
|
|
7931
|
+
"original": {
|
|
7932
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
7933
|
+
},
|
|
7934
|
+
"name": "conductionTabsTabSelectedBorderBottomColor",
|
|
7935
|
+
"attributes": {
|
|
7936
|
+
"category": "conduction",
|
|
7937
|
+
"type": "tabs",
|
|
7938
|
+
"item": "tab",
|
|
7939
|
+
"subitem": "selected",
|
|
7940
|
+
"state": "border-bottom-color"
|
|
7941
|
+
},
|
|
7942
|
+
"path": [
|
|
7943
|
+
"conduction",
|
|
7944
|
+
"tabs",
|
|
7945
|
+
"tab",
|
|
7946
|
+
"selected",
|
|
7947
|
+
"border-bottom-color"
|
|
7948
|
+
]
|
|
7949
|
+
},
|
|
7950
|
+
"font-weight": {
|
|
7951
|
+
"value": "700",
|
|
7952
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7953
|
+
"isSource": true,
|
|
7954
|
+
"original": {
|
|
7955
|
+
"value": "{leiden.typography.font-weight.bold}"
|
|
7956
|
+
},
|
|
7957
|
+
"name": "conductionTabsTabSelectedFontWeight",
|
|
7958
|
+
"attributes": {
|
|
7959
|
+
"category": "conduction",
|
|
7960
|
+
"type": "tabs",
|
|
7961
|
+
"item": "tab",
|
|
7962
|
+
"subitem": "selected",
|
|
7963
|
+
"state": "font-weight"
|
|
7964
|
+
},
|
|
7965
|
+
"path": [
|
|
7966
|
+
"conduction",
|
|
7967
|
+
"tabs",
|
|
7968
|
+
"tab",
|
|
7969
|
+
"selected",
|
|
7970
|
+
"font-weight"
|
|
7971
|
+
]
|
|
7972
|
+
},
|
|
7973
|
+
"font-family": {
|
|
7974
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
7975
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7976
|
+
"isSource": true,
|
|
7977
|
+
"original": {
|
|
7978
|
+
"value": "{utrecht.document.font-family}"
|
|
7979
|
+
},
|
|
7980
|
+
"name": "conductionTabsTabSelectedFontFamily",
|
|
7981
|
+
"attributes": {
|
|
7982
|
+
"category": "conduction",
|
|
7983
|
+
"type": "tabs",
|
|
7984
|
+
"item": "tab",
|
|
7985
|
+
"subitem": "selected",
|
|
7986
|
+
"state": "font-family"
|
|
7987
|
+
},
|
|
7988
|
+
"path": [
|
|
7989
|
+
"conduction",
|
|
7990
|
+
"tabs",
|
|
7991
|
+
"tab",
|
|
7992
|
+
"selected",
|
|
7993
|
+
"font-family"
|
|
7994
|
+
]
|
|
7995
|
+
},
|
|
7996
|
+
"hover": {
|
|
7997
|
+
"background-color": {
|
|
7998
|
+
"value": "#e4e4e4",
|
|
7999
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8000
|
+
"isSource": true,
|
|
8001
|
+
"original": {
|
|
8002
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
8003
|
+
},
|
|
8004
|
+
"name": "conductionTabsTabSelectedHoverBackgroundColor",
|
|
8005
|
+
"attributes": {
|
|
8006
|
+
"category": "conduction",
|
|
8007
|
+
"type": "tabs",
|
|
8008
|
+
"item": "tab",
|
|
8009
|
+
"subitem": "selected",
|
|
8010
|
+
"state": "hover"
|
|
8011
|
+
},
|
|
8012
|
+
"path": [
|
|
8013
|
+
"conduction",
|
|
8014
|
+
"tabs",
|
|
8015
|
+
"tab",
|
|
8016
|
+
"selected",
|
|
8017
|
+
"hover",
|
|
8018
|
+
"background-color"
|
|
8019
|
+
]
|
|
8020
|
+
},
|
|
8021
|
+
"color": {},
|
|
8022
|
+
"text-decoration": {}
|
|
8023
|
+
}
|
|
8024
|
+
},
|
|
8025
|
+
"hover": {
|
|
8026
|
+
"background-color": {
|
|
8027
|
+
"value": "#fbfbfb",
|
|
8028
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8029
|
+
"isSource": true,
|
|
8030
|
+
"original": {
|
|
8031
|
+
"value": "{leiden.color.lightgrey.98}"
|
|
8032
|
+
},
|
|
8033
|
+
"name": "conductionTabsTabHoverBackgroundColor",
|
|
8034
|
+
"attributes": {
|
|
8035
|
+
"category": "conduction",
|
|
8036
|
+
"type": "tabs",
|
|
8037
|
+
"item": "tab",
|
|
8038
|
+
"subitem": "hover",
|
|
8039
|
+
"state": "background-color"
|
|
8040
|
+
},
|
|
8041
|
+
"path": [
|
|
8042
|
+
"conduction",
|
|
8043
|
+
"tabs",
|
|
8044
|
+
"tab",
|
|
8045
|
+
"hover",
|
|
8046
|
+
"background-color"
|
|
8047
|
+
]
|
|
8048
|
+
},
|
|
8049
|
+
"color": {},
|
|
8050
|
+
"text-decoration": {}
|
|
8051
|
+
},
|
|
8052
|
+
"list": {
|
|
8053
|
+
"padding-inline-start": {
|
|
8054
|
+
"value": "0px",
|
|
8055
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8056
|
+
"isSource": true,
|
|
8057
|
+
"original": {
|
|
8058
|
+
"value": "0px"
|
|
8059
|
+
},
|
|
8060
|
+
"name": "conductionTabsTabListPaddingInlineStart",
|
|
8061
|
+
"attributes": {
|
|
8062
|
+
"category": "conduction",
|
|
8063
|
+
"type": "tabs",
|
|
8064
|
+
"item": "tab",
|
|
8065
|
+
"subitem": "list",
|
|
8066
|
+
"state": "padding-inline-start"
|
|
8067
|
+
},
|
|
8068
|
+
"path": [
|
|
8069
|
+
"conduction",
|
|
8070
|
+
"tabs",
|
|
8071
|
+
"tab",
|
|
8072
|
+
"list",
|
|
8073
|
+
"padding-inline-start"
|
|
8074
|
+
]
|
|
8075
|
+
},
|
|
8076
|
+
"margin-block-end": {
|
|
8077
|
+
"value": "0px",
|
|
8078
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8079
|
+
"isSource": true,
|
|
8080
|
+
"original": {
|
|
8081
|
+
"value": "0px"
|
|
8082
|
+
},
|
|
8083
|
+
"name": "conductionTabsTabListMarginBlockEnd",
|
|
8084
|
+
"attributes": {
|
|
8085
|
+
"category": "conduction",
|
|
8086
|
+
"type": "tabs",
|
|
8087
|
+
"item": "tab",
|
|
8088
|
+
"subitem": "list",
|
|
8089
|
+
"state": "margin-block-end"
|
|
8090
|
+
},
|
|
8091
|
+
"path": [
|
|
8092
|
+
"conduction",
|
|
8093
|
+
"tabs",
|
|
8094
|
+
"tab",
|
|
8095
|
+
"list",
|
|
8096
|
+
"margin-block-end"
|
|
8097
|
+
]
|
|
8098
|
+
},
|
|
8099
|
+
"border-bottom-width": {
|
|
8100
|
+
"value": "0px",
|
|
8101
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8102
|
+
"isSource": true,
|
|
8103
|
+
"original": {
|
|
8104
|
+
"value": "0px"
|
|
8105
|
+
},
|
|
8106
|
+
"name": "conductionTabsTabListBorderBottomWidth",
|
|
8107
|
+
"attributes": {
|
|
8108
|
+
"category": "conduction",
|
|
8109
|
+
"type": "tabs",
|
|
8110
|
+
"item": "tab",
|
|
8111
|
+
"subitem": "list",
|
|
8112
|
+
"state": "border-bottom-width"
|
|
8113
|
+
},
|
|
8114
|
+
"path": [
|
|
8115
|
+
"conduction",
|
|
8116
|
+
"tabs",
|
|
8117
|
+
"tab",
|
|
8118
|
+
"list",
|
|
8119
|
+
"border-bottom-width"
|
|
8120
|
+
]
|
|
8121
|
+
},
|
|
8122
|
+
"border-bottom-style": {},
|
|
8123
|
+
"border-bottom-color": {}
|
|
8124
|
+
},
|
|
8125
|
+
"panel": {
|
|
8126
|
+
"background-color": {
|
|
8127
|
+
"value": "#f1f1f1",
|
|
8128
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8129
|
+
"isSource": true,
|
|
8130
|
+
"original": {
|
|
8131
|
+
"value": "{leiden.color.lightgrey.95}"
|
|
8132
|
+
},
|
|
8133
|
+
"name": "conductionTabsTabPanelBackgroundColor",
|
|
8134
|
+
"attributes": {
|
|
8135
|
+
"category": "conduction",
|
|
8136
|
+
"type": "tabs",
|
|
8137
|
+
"item": "tab",
|
|
8138
|
+
"subitem": "panel",
|
|
8139
|
+
"state": "background-color"
|
|
8140
|
+
},
|
|
8141
|
+
"path": [
|
|
8142
|
+
"conduction",
|
|
8143
|
+
"tabs",
|
|
8144
|
+
"tab",
|
|
8145
|
+
"panel",
|
|
8146
|
+
"background-color"
|
|
8147
|
+
]
|
|
8148
|
+
},
|
|
8149
|
+
"padding-block-start": {
|
|
8150
|
+
"value": "24px",
|
|
8151
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8152
|
+
"isSource": true,
|
|
8153
|
+
"original": {
|
|
8154
|
+
"value": "{leiden.size.lg}"
|
|
8155
|
+
},
|
|
8156
|
+
"name": "conductionTabsTabPanelPaddingBlockStart",
|
|
8157
|
+
"attributes": {
|
|
8158
|
+
"category": "conduction",
|
|
8159
|
+
"type": "tabs",
|
|
8160
|
+
"item": "tab",
|
|
8161
|
+
"subitem": "panel",
|
|
8162
|
+
"state": "padding-block-start"
|
|
8163
|
+
},
|
|
8164
|
+
"path": [
|
|
8165
|
+
"conduction",
|
|
8166
|
+
"tabs",
|
|
8167
|
+
"tab",
|
|
8168
|
+
"panel",
|
|
8169
|
+
"padding-block-start"
|
|
8170
|
+
]
|
|
8171
|
+
},
|
|
8172
|
+
"padding-block-end": {
|
|
8173
|
+
"value": "24px",
|
|
8174
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8175
|
+
"isSource": true,
|
|
8176
|
+
"original": {
|
|
8177
|
+
"value": "{leiden.size.lg}"
|
|
8178
|
+
},
|
|
8179
|
+
"name": "conductionTabsTabPanelPaddingBlockEnd",
|
|
8180
|
+
"attributes": {
|
|
8181
|
+
"category": "conduction",
|
|
8182
|
+
"type": "tabs",
|
|
8183
|
+
"item": "tab",
|
|
8184
|
+
"subitem": "panel",
|
|
8185
|
+
"state": "padding-block-end"
|
|
8186
|
+
},
|
|
8187
|
+
"path": [
|
|
8188
|
+
"conduction",
|
|
8189
|
+
"tabs",
|
|
8190
|
+
"tab",
|
|
8191
|
+
"panel",
|
|
8192
|
+
"padding-block-end"
|
|
8193
|
+
]
|
|
8194
|
+
},
|
|
8195
|
+
"padding-inline-start": {
|
|
8196
|
+
"value": "24px",
|
|
8197
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8198
|
+
"isSource": true,
|
|
8199
|
+
"original": {
|
|
8200
|
+
"value": "{leiden.size.lg}"
|
|
8201
|
+
},
|
|
8202
|
+
"name": "conductionTabsTabPanelPaddingInlineStart",
|
|
8203
|
+
"attributes": {
|
|
8204
|
+
"category": "conduction",
|
|
8205
|
+
"type": "tabs",
|
|
8206
|
+
"item": "tab",
|
|
8207
|
+
"subitem": "panel",
|
|
8208
|
+
"state": "padding-inline-start"
|
|
8209
|
+
},
|
|
8210
|
+
"path": [
|
|
8211
|
+
"conduction",
|
|
8212
|
+
"tabs",
|
|
8213
|
+
"tab",
|
|
8214
|
+
"panel",
|
|
8215
|
+
"padding-inline-start"
|
|
8216
|
+
]
|
|
8217
|
+
},
|
|
8218
|
+
"padding-inline-end": {
|
|
8219
|
+
"value": "24px",
|
|
8220
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8221
|
+
"isSource": true,
|
|
8222
|
+
"original": {
|
|
8223
|
+
"value": "{leiden.size.lg}"
|
|
8224
|
+
},
|
|
8225
|
+
"name": "conductionTabsTabPanelPaddingInlineEnd",
|
|
8226
|
+
"attributes": {
|
|
8227
|
+
"category": "conduction",
|
|
8228
|
+
"type": "tabs",
|
|
8229
|
+
"item": "tab",
|
|
8230
|
+
"subitem": "panel",
|
|
8231
|
+
"state": "padding-inline-end"
|
|
8232
|
+
},
|
|
8233
|
+
"path": [
|
|
8234
|
+
"conduction",
|
|
8235
|
+
"tabs",
|
|
8236
|
+
"tab",
|
|
8237
|
+
"panel",
|
|
8238
|
+
"padding-inline-end"
|
|
8239
|
+
]
|
|
8240
|
+
},
|
|
8241
|
+
"border-width": {},
|
|
8242
|
+
"border-style": {},
|
|
8243
|
+
"border-color": {},
|
|
8244
|
+
"border-top": {}
|
|
8245
|
+
}
|
|
8246
|
+
},
|
|
8247
|
+
"scroll-button": {
|
|
8248
|
+
"background-color": {
|
|
8249
|
+
"value": "#ffffff",
|
|
8250
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8251
|
+
"isSource": true,
|
|
8252
|
+
"original": {
|
|
8253
|
+
"value": "{leiden.color.white.100}"
|
|
8254
|
+
},
|
|
8255
|
+
"name": "conductionTabsScrollButtonBackgroundColor",
|
|
8256
|
+
"attributes": {
|
|
8257
|
+
"category": "conduction",
|
|
8258
|
+
"type": "tabs",
|
|
8259
|
+
"item": "scroll-button",
|
|
8260
|
+
"subitem": "background-color"
|
|
8261
|
+
},
|
|
8262
|
+
"path": [
|
|
8263
|
+
"conduction",
|
|
8264
|
+
"tabs",
|
|
8265
|
+
"scroll-button",
|
|
8266
|
+
"background-color"
|
|
8267
|
+
]
|
|
8268
|
+
},
|
|
8269
|
+
"color": {
|
|
8270
|
+
"value": "#0d1921",
|
|
8271
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8272
|
+
"isSource": true,
|
|
8273
|
+
"original": {
|
|
8274
|
+
"value": "{leiden.color.black.9}"
|
|
8275
|
+
},
|
|
8276
|
+
"name": "conductionTabsScrollButtonColor",
|
|
8277
|
+
"attributes": {
|
|
8278
|
+
"category": "conduction",
|
|
8279
|
+
"type": "tabs",
|
|
8280
|
+
"item": "scroll-button",
|
|
8281
|
+
"subitem": "color"
|
|
8282
|
+
},
|
|
8283
|
+
"path": [
|
|
8284
|
+
"conduction",
|
|
8285
|
+
"tabs",
|
|
8286
|
+
"scroll-button",
|
|
8287
|
+
"color"
|
|
8288
|
+
]
|
|
8289
|
+
},
|
|
8290
|
+
"border-width": {},
|
|
8291
|
+
"border-style": {},
|
|
8292
|
+
"border-color": {},
|
|
8293
|
+
"hover": {
|
|
8294
|
+
"background-color": {
|
|
8295
|
+
"value": "#fbfbfb",
|
|
8296
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8297
|
+
"isSource": true,
|
|
8298
|
+
"original": {
|
|
8299
|
+
"value": "{leiden.color.lightgrey.98}"
|
|
8300
|
+
},
|
|
8301
|
+
"name": "conductionTabsScrollButtonHoverBackgroundColor",
|
|
8302
|
+
"attributes": {
|
|
8303
|
+
"category": "conduction",
|
|
8304
|
+
"type": "tabs",
|
|
8305
|
+
"item": "scroll-button",
|
|
8306
|
+
"subitem": "hover",
|
|
8307
|
+
"state": "background-color"
|
|
8308
|
+
},
|
|
8309
|
+
"path": [
|
|
8310
|
+
"conduction",
|
|
8311
|
+
"tabs",
|
|
8312
|
+
"scroll-button",
|
|
8313
|
+
"hover",
|
|
8314
|
+
"background-color"
|
|
8315
|
+
]
|
|
8316
|
+
},
|
|
8317
|
+
"color": {
|
|
8318
|
+
"value": "#0d1921",
|
|
8319
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8320
|
+
"isSource": true,
|
|
8321
|
+
"original": {
|
|
8322
|
+
"value": "{leiden.color.black.9}"
|
|
8323
|
+
},
|
|
8324
|
+
"name": "conductionTabsScrollButtonHoverColor",
|
|
8325
|
+
"attributes": {
|
|
8326
|
+
"category": "conduction",
|
|
8327
|
+
"type": "tabs",
|
|
8328
|
+
"item": "scroll-button",
|
|
8329
|
+
"subitem": "hover",
|
|
8330
|
+
"state": "color"
|
|
8331
|
+
},
|
|
8332
|
+
"path": [
|
|
8333
|
+
"conduction",
|
|
8334
|
+
"tabs",
|
|
8335
|
+
"scroll-button",
|
|
8336
|
+
"hover",
|
|
8337
|
+
"color"
|
|
8338
|
+
]
|
|
8339
|
+
}
|
|
8340
|
+
}
|
|
8341
|
+
}
|
|
6916
8342
|
}
|
|
6917
8343
|
}
|
|
6918
8344
|
}
|