@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
|
@@ -2085,6 +2085,182 @@
|
|
|
2085
2085
|
}
|
|
2086
2086
|
}
|
|
2087
2087
|
},
|
|
2088
|
+
"badge-counter": {
|
|
2089
|
+
"background-color": {
|
|
2090
|
+
"value": "#f0b800",
|
|
2091
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2092
|
+
"isSource": true,
|
|
2093
|
+
"original": {
|
|
2094
|
+
"value": "{noaberkracht.color.yellow.47}"
|
|
2095
|
+
},
|
|
2096
|
+
"name": "utrechtBadgeCounterBackgroundColor",
|
|
2097
|
+
"attributes": {
|
|
2098
|
+
"category": "utrecht",
|
|
2099
|
+
"type": "badge-counter",
|
|
2100
|
+
"item": "background-color"
|
|
2101
|
+
},
|
|
2102
|
+
"path": [
|
|
2103
|
+
"utrecht",
|
|
2104
|
+
"badge-counter",
|
|
2105
|
+
"background-color"
|
|
2106
|
+
]
|
|
2107
|
+
},
|
|
2108
|
+
"border-radius": {
|
|
2109
|
+
"value": "50%",
|
|
2110
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2111
|
+
"isSource": true,
|
|
2112
|
+
"original": {
|
|
2113
|
+
"value": "50%"
|
|
2114
|
+
},
|
|
2115
|
+
"name": "utrechtBadgeCounterBorderRadius",
|
|
2116
|
+
"attributes": {
|
|
2117
|
+
"category": "utrecht",
|
|
2118
|
+
"type": "badge-counter",
|
|
2119
|
+
"item": "border-radius"
|
|
2120
|
+
},
|
|
2121
|
+
"path": [
|
|
2122
|
+
"utrecht",
|
|
2123
|
+
"badge-counter",
|
|
2124
|
+
"border-radius"
|
|
2125
|
+
]
|
|
2126
|
+
},
|
|
2127
|
+
"color": {
|
|
2128
|
+
"value": "#003790",
|
|
2129
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2130
|
+
"isSource": true,
|
|
2131
|
+
"original": {
|
|
2132
|
+
"value": "{noaberkracht.color.blue.22}"
|
|
2133
|
+
},
|
|
2134
|
+
"name": "utrechtBadgeCounterColor",
|
|
2135
|
+
"attributes": {
|
|
2136
|
+
"category": "utrecht",
|
|
2137
|
+
"type": "badge-counter",
|
|
2138
|
+
"item": "color"
|
|
2139
|
+
},
|
|
2140
|
+
"path": [
|
|
2141
|
+
"utrecht",
|
|
2142
|
+
"badge-counter",
|
|
2143
|
+
"color"
|
|
2144
|
+
]
|
|
2145
|
+
},
|
|
2146
|
+
"font-size": {
|
|
2147
|
+
"value": "18px",
|
|
2148
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2149
|
+
"isSource": true,
|
|
2150
|
+
"original": {
|
|
2151
|
+
"value": "{utrecht.document.font-size}"
|
|
2152
|
+
},
|
|
2153
|
+
"name": "utrechtBadgeCounterFontSize",
|
|
2154
|
+
"attributes": {
|
|
2155
|
+
"category": "utrecht",
|
|
2156
|
+
"type": "badge-counter",
|
|
2157
|
+
"item": "font-size"
|
|
2158
|
+
},
|
|
2159
|
+
"path": [
|
|
2160
|
+
"utrecht",
|
|
2161
|
+
"badge-counter",
|
|
2162
|
+
"font-size"
|
|
2163
|
+
]
|
|
2164
|
+
},
|
|
2165
|
+
"font-weight": {
|
|
2166
|
+
"value": "400",
|
|
2167
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2168
|
+
"isSource": true,
|
|
2169
|
+
"original": {
|
|
2170
|
+
"value": "{noaberkracht.typography.font-weight.normal}"
|
|
2171
|
+
},
|
|
2172
|
+
"name": "utrechtBadgeCounterFontWeight",
|
|
2173
|
+
"attributes": {
|
|
2174
|
+
"category": "utrecht",
|
|
2175
|
+
"type": "badge-counter",
|
|
2176
|
+
"item": "font-weight"
|
|
2177
|
+
},
|
|
2178
|
+
"path": [
|
|
2179
|
+
"utrecht",
|
|
2180
|
+
"badge-counter",
|
|
2181
|
+
"font-weight"
|
|
2182
|
+
]
|
|
2183
|
+
},
|
|
2184
|
+
"padding-block": {
|
|
2185
|
+
"value": "4px",
|
|
2186
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2187
|
+
"isSource": true,
|
|
2188
|
+
"original": {
|
|
2189
|
+
"value": "{noaberkracht.size.2xs}"
|
|
2190
|
+
},
|
|
2191
|
+
"name": "utrechtBadgeCounterPaddingBlock",
|
|
2192
|
+
"attributes": {
|
|
2193
|
+
"category": "utrecht",
|
|
2194
|
+
"type": "badge-counter",
|
|
2195
|
+
"item": "padding-block"
|
|
2196
|
+
},
|
|
2197
|
+
"path": [
|
|
2198
|
+
"utrecht",
|
|
2199
|
+
"badge-counter",
|
|
2200
|
+
"padding-block"
|
|
2201
|
+
]
|
|
2202
|
+
},
|
|
2203
|
+
"padding-inline": {
|
|
2204
|
+
"value": "4px",
|
|
2205
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2206
|
+
"isSource": true,
|
|
2207
|
+
"original": {
|
|
2208
|
+
"value": "{noaberkracht.size.2xs}"
|
|
2209
|
+
},
|
|
2210
|
+
"name": "utrechtBadgeCounterPaddingInline",
|
|
2211
|
+
"attributes": {
|
|
2212
|
+
"category": "utrecht",
|
|
2213
|
+
"type": "badge-counter",
|
|
2214
|
+
"item": "padding-inline"
|
|
2215
|
+
},
|
|
2216
|
+
"path": [
|
|
2217
|
+
"utrecht",
|
|
2218
|
+
"badge-counter",
|
|
2219
|
+
"padding-inline"
|
|
2220
|
+
]
|
|
2221
|
+
},
|
|
2222
|
+
"font-family": {
|
|
2223
|
+
"value": "Oceanwide,ui-serif,Georgia,Cambria,Times New Roman,Times,serif",
|
|
2224
|
+
"filePath": "src/component/utrecht/extra-tokens/badge-counter.tokens.json",
|
|
2225
|
+
"isSource": true,
|
|
2226
|
+
"original": {
|
|
2227
|
+
"value": "{noaberkracht.typography.oceanwide.font-family}"
|
|
2228
|
+
},
|
|
2229
|
+
"name": "utrechtBadgeCounterFontFamily",
|
|
2230
|
+
"attributes": {
|
|
2231
|
+
"category": "utrecht",
|
|
2232
|
+
"type": "badge-counter",
|
|
2233
|
+
"item": "font-family"
|
|
2234
|
+
},
|
|
2235
|
+
"path": [
|
|
2236
|
+
"utrecht",
|
|
2237
|
+
"badge-counter",
|
|
2238
|
+
"font-family"
|
|
2239
|
+
]
|
|
2240
|
+
},
|
|
2241
|
+
"font-style": {},
|
|
2242
|
+
"text-decoration": {
|
|
2243
|
+
"value": "none",
|
|
2244
|
+
"filePath": "src/component/utrecht/extra-tokens/badge-counter.tokens.json",
|
|
2245
|
+
"isSource": true,
|
|
2246
|
+
"original": {
|
|
2247
|
+
"value": "none"
|
|
2248
|
+
},
|
|
2249
|
+
"name": "utrechtBadgeCounterTextDecoration",
|
|
2250
|
+
"attributes": {
|
|
2251
|
+
"category": "utrecht",
|
|
2252
|
+
"type": "badge-counter",
|
|
2253
|
+
"item": "text-decoration"
|
|
2254
|
+
},
|
|
2255
|
+
"path": [
|
|
2256
|
+
"utrecht",
|
|
2257
|
+
"badge-counter",
|
|
2258
|
+
"text-decoration"
|
|
2259
|
+
]
|
|
2260
|
+
},
|
|
2261
|
+
"min-block-size": {},
|
|
2262
|
+
"min-inline-size": {}
|
|
2263
|
+
},
|
|
2088
2264
|
"blockquote": {
|
|
2089
2265
|
"background-color": {},
|
|
2090
2266
|
"color": {},
|
|
@@ -3388,10 +3564,75 @@
|
|
|
3388
3564
|
"background-color"
|
|
3389
3565
|
]
|
|
3390
3566
|
},
|
|
3567
|
+
"line-height": {},
|
|
3568
|
+
"placeholder": {
|
|
3569
|
+
"color": {
|
|
3570
|
+
"value": "#003790",
|
|
3571
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3572
|
+
"isSource": true,
|
|
3573
|
+
"original": {
|
|
3574
|
+
"value": "{noaberkracht.color.blue.22}"
|
|
3575
|
+
},
|
|
3576
|
+
"name": "utrechtFormInputPlaceholderColor",
|
|
3577
|
+
"attributes": {
|
|
3578
|
+
"category": "utrecht",
|
|
3579
|
+
"type": "form-input",
|
|
3580
|
+
"item": "placeholder",
|
|
3581
|
+
"subitem": "color"
|
|
3582
|
+
},
|
|
3583
|
+
"path": [
|
|
3584
|
+
"utrecht",
|
|
3585
|
+
"form-input",
|
|
3586
|
+
"placeholder",
|
|
3587
|
+
"color"
|
|
3588
|
+
]
|
|
3589
|
+
}
|
|
3590
|
+
},
|
|
3591
|
+
"disabled": {
|
|
3592
|
+
"background-color": {},
|
|
3593
|
+
"border-color": {},
|
|
3594
|
+
"color": {}
|
|
3595
|
+
},
|
|
3596
|
+
"focus": {
|
|
3597
|
+
"background-color": {
|
|
3598
|
+
"value": "#ffffff",
|
|
3599
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3600
|
+
"isSource": true,
|
|
3601
|
+
"original": {
|
|
3602
|
+
"value": "{noaberkracht.color.white.100}"
|
|
3603
|
+
},
|
|
3604
|
+
"name": "utrechtFormInputFocusBackgroundColor",
|
|
3605
|
+
"attributes": {
|
|
3606
|
+
"category": "utrecht",
|
|
3607
|
+
"type": "form-input",
|
|
3608
|
+
"item": "focus",
|
|
3609
|
+
"subitem": "background-color"
|
|
3610
|
+
},
|
|
3611
|
+
"path": [
|
|
3612
|
+
"utrecht",
|
|
3613
|
+
"form-input",
|
|
3614
|
+
"focus",
|
|
3615
|
+
"background-color"
|
|
3616
|
+
]
|
|
3617
|
+
},
|
|
3618
|
+
"border-color": {},
|
|
3619
|
+
"color": {}
|
|
3620
|
+
},
|
|
3621
|
+
"invalid": {
|
|
3622
|
+
"background-color": {},
|
|
3623
|
+
"color": {},
|
|
3624
|
+
"border-color": {},
|
|
3625
|
+
"border-width": {}
|
|
3626
|
+
},
|
|
3627
|
+
"read-only": {
|
|
3628
|
+
"background-color": {},
|
|
3629
|
+
"border-color": {},
|
|
3630
|
+
"color": {}
|
|
3631
|
+
},
|
|
3391
3632
|
"border-bottom-width": {},
|
|
3392
3633
|
"border-color": {
|
|
3393
3634
|
"value": "#003790",
|
|
3394
|
-
"filePath": "src/component/utrecht/
|
|
3635
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3395
3636
|
"isSource": true,
|
|
3396
3637
|
"original": {
|
|
3397
3638
|
"value": "{noaberkracht.color.blue.22}"
|
|
@@ -3410,7 +3651,7 @@
|
|
|
3410
3651
|
},
|
|
3411
3652
|
"border-radius": {
|
|
3412
3653
|
"value": "9999px",
|
|
3413
|
-
"filePath": "src/component/utrecht/
|
|
3654
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3414
3655
|
"isSource": true,
|
|
3415
3656
|
"original": {
|
|
3416
3657
|
"value": "9999px"
|
|
@@ -3429,7 +3670,7 @@
|
|
|
3429
3670
|
},
|
|
3430
3671
|
"border-width": {
|
|
3431
3672
|
"value": "1px",
|
|
3432
|
-
"filePath": "src/component/utrecht/
|
|
3673
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3433
3674
|
"isSource": true,
|
|
3434
3675
|
"original": {
|
|
3435
3676
|
"value": "{noaberkracht.size.4xs}"
|
|
@@ -3448,7 +3689,7 @@
|
|
|
3448
3689
|
},
|
|
3449
3690
|
"color": {
|
|
3450
3691
|
"value": "#003790",
|
|
3451
|
-
"filePath": "src/component/utrecht/
|
|
3692
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3452
3693
|
"isSource": true,
|
|
3453
3694
|
"original": {
|
|
3454
3695
|
"value": "{noaberkracht.color.blue.22}"
|
|
@@ -3467,7 +3708,7 @@
|
|
|
3467
3708
|
},
|
|
3468
3709
|
"font-family": {
|
|
3469
3710
|
"value": "greycliff-cf,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",Segoe UI Symbol,\"Noto Color Emoji\"",
|
|
3470
|
-
"filePath": "src/component/utrecht/
|
|
3711
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3471
3712
|
"isSource": true,
|
|
3472
3713
|
"original": {
|
|
3473
3714
|
"value": "{noaberkracht.typography.greycliff-cf.font-family}"
|
|
@@ -3486,7 +3727,7 @@
|
|
|
3486
3727
|
},
|
|
3487
3728
|
"font-size": {
|
|
3488
3729
|
"value": "14px",
|
|
3489
|
-
"filePath": "src/component/utrecht/
|
|
3730
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3490
3731
|
"isSource": true,
|
|
3491
3732
|
"original": {
|
|
3492
3733
|
"value": "14px"
|
|
@@ -3503,11 +3744,11 @@
|
|
|
3503
3744
|
"font-size"
|
|
3504
3745
|
]
|
|
3505
3746
|
},
|
|
3506
|
-
"
|
|
3747
|
+
"min-inline-height": {},
|
|
3507
3748
|
"max-inline-size": {},
|
|
3508
3749
|
"padding-block-end": {
|
|
3509
3750
|
"value": "8px",
|
|
3510
|
-
"filePath": "src/component/utrecht/
|
|
3751
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3511
3752
|
"isSource": true,
|
|
3512
3753
|
"original": {
|
|
3513
3754
|
"value": "{noaberkracht.size.xs}"
|
|
@@ -3526,7 +3767,7 @@
|
|
|
3526
3767
|
},
|
|
3527
3768
|
"padding-block-start": {
|
|
3528
3769
|
"value": "8px",
|
|
3529
|
-
"filePath": "src/component/utrecht/
|
|
3770
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3530
3771
|
"isSource": true,
|
|
3531
3772
|
"original": {
|
|
3532
3773
|
"value": "{noaberkracht.size.xs}"
|
|
@@ -3545,7 +3786,7 @@
|
|
|
3545
3786
|
},
|
|
3546
3787
|
"padding-inline-end": {
|
|
3547
3788
|
"value": "18px",
|
|
3548
|
-
"filePath": "src/component/utrecht/
|
|
3789
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3549
3790
|
"isSource": true,
|
|
3550
3791
|
"original": {
|
|
3551
3792
|
"value": "{noaberkracht.size.md}"
|
|
@@ -3564,7 +3805,7 @@
|
|
|
3564
3805
|
},
|
|
3565
3806
|
"padding-inline-start": {
|
|
3566
3807
|
"value": "18px",
|
|
3567
|
-
"filePath": "src/component/utrecht/
|
|
3808
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3568
3809
|
"isSource": true,
|
|
3569
3810
|
"original": {
|
|
3570
3811
|
"value": "{noaberkracht.size.md}"
|
|
@@ -3580,116 +3821,52 @@
|
|
|
3580
3821
|
"form-input",
|
|
3581
3822
|
"padding-inline-start"
|
|
3582
3823
|
]
|
|
3824
|
+
}
|
|
3825
|
+
},
|
|
3826
|
+
"icon": {
|
|
3827
|
+
"gap": {
|
|
3828
|
+
"value": "8px",
|
|
3829
|
+
"filePath": "src/component/utrecht/extra-tokens/icon.tokens.json",
|
|
3830
|
+
"isSource": true,
|
|
3831
|
+
"original": {
|
|
3832
|
+
"value": "{noaberkracht.size.xs}"
|
|
3833
|
+
},
|
|
3834
|
+
"name": "utrechtIconGap",
|
|
3835
|
+
"attributes": {
|
|
3836
|
+
"category": "utrecht",
|
|
3837
|
+
"type": "icon",
|
|
3838
|
+
"item": "gap"
|
|
3839
|
+
},
|
|
3840
|
+
"path": [
|
|
3841
|
+
"utrecht",
|
|
3842
|
+
"icon",
|
|
3843
|
+
"gap"
|
|
3844
|
+
]
|
|
3583
3845
|
},
|
|
3584
|
-
"
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3846
|
+
"color": {},
|
|
3847
|
+
"size": {},
|
|
3848
|
+
"inset-block-start": {},
|
|
3849
|
+
"baseline": {
|
|
3850
|
+
"inset-block-start": {}
|
|
3851
|
+
}
|
|
3852
|
+
},
|
|
3853
|
+
"page-footer": {
|
|
3854
|
+
"min-height": {},
|
|
3855
|
+
"logo": {
|
|
3856
|
+
"max-height": {},
|
|
3857
|
+
"max-width": {
|
|
3858
|
+
"value": "150px",
|
|
3859
|
+
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
3588
3860
|
"isSource": true,
|
|
3589
3861
|
"original": {
|
|
3590
|
-
"value": "
|
|
3862
|
+
"value": "150px"
|
|
3591
3863
|
},
|
|
3592
|
-
"name": "
|
|
3864
|
+
"name": "utrechtPageFooterLogoMaxWidth",
|
|
3593
3865
|
"attributes": {
|
|
3594
3866
|
"category": "utrecht",
|
|
3595
|
-
"type": "
|
|
3596
|
-
"item": "
|
|
3597
|
-
"subitem": "
|
|
3598
|
-
},
|
|
3599
|
-
"path": [
|
|
3600
|
-
"utrecht",
|
|
3601
|
-
"form-input",
|
|
3602
|
-
"placeholder",
|
|
3603
|
-
"color"
|
|
3604
|
-
]
|
|
3605
|
-
}
|
|
3606
|
-
},
|
|
3607
|
-
"disabled": {
|
|
3608
|
-
"background-color": {},
|
|
3609
|
-
"border-color": {},
|
|
3610
|
-
"color": {}
|
|
3611
|
-
},
|
|
3612
|
-
"focus": {
|
|
3613
|
-
"background-color": {
|
|
3614
|
-
"value": "#ffffff",
|
|
3615
|
-
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
3616
|
-
"isSource": true,
|
|
3617
|
-
"original": {
|
|
3618
|
-
"value": "{noaberkracht.color.white.100}"
|
|
3619
|
-
},
|
|
3620
|
-
"name": "utrechtFormInputFocusBackgroundColor",
|
|
3621
|
-
"attributes": {
|
|
3622
|
-
"category": "utrecht",
|
|
3623
|
-
"type": "form-input",
|
|
3624
|
-
"item": "focus",
|
|
3625
|
-
"subitem": "background-color"
|
|
3626
|
-
},
|
|
3627
|
-
"path": [
|
|
3628
|
-
"utrecht",
|
|
3629
|
-
"form-input",
|
|
3630
|
-
"focus",
|
|
3631
|
-
"background-color"
|
|
3632
|
-
]
|
|
3633
|
-
},
|
|
3634
|
-
"border-color": {},
|
|
3635
|
-
"color": {}
|
|
3636
|
-
},
|
|
3637
|
-
"invalid": {
|
|
3638
|
-
"background-color": {},
|
|
3639
|
-
"border-color": {},
|
|
3640
|
-
"border-width": {},
|
|
3641
|
-
"color": {}
|
|
3642
|
-
},
|
|
3643
|
-
"read-only": {
|
|
3644
|
-
"background-color": {},
|
|
3645
|
-
"border-color": {},
|
|
3646
|
-
"color": {}
|
|
3647
|
-
}
|
|
3648
|
-
},
|
|
3649
|
-
"icon": {
|
|
3650
|
-
"gap": {
|
|
3651
|
-
"value": "8px",
|
|
3652
|
-
"filePath": "src/component/utrecht/extra-tokens/icon.tokens.json",
|
|
3653
|
-
"isSource": true,
|
|
3654
|
-
"original": {
|
|
3655
|
-
"value": "{noaberkracht.size.xs}"
|
|
3656
|
-
},
|
|
3657
|
-
"name": "utrechtIconGap",
|
|
3658
|
-
"attributes": {
|
|
3659
|
-
"category": "utrecht",
|
|
3660
|
-
"type": "icon",
|
|
3661
|
-
"item": "gap"
|
|
3662
|
-
},
|
|
3663
|
-
"path": [
|
|
3664
|
-
"utrecht",
|
|
3665
|
-
"icon",
|
|
3666
|
-
"gap"
|
|
3667
|
-
]
|
|
3668
|
-
},
|
|
3669
|
-
"color": {},
|
|
3670
|
-
"size": {},
|
|
3671
|
-
"inset-block-start": {},
|
|
3672
|
-
"baseline": {
|
|
3673
|
-
"inset-block-start": {}
|
|
3674
|
-
}
|
|
3675
|
-
},
|
|
3676
|
-
"page-footer": {
|
|
3677
|
-
"min-height": {},
|
|
3678
|
-
"logo": {
|
|
3679
|
-
"max-height": {},
|
|
3680
|
-
"max-width": {
|
|
3681
|
-
"value": "150px",
|
|
3682
|
-
"filePath": "src/component/utrecht/extra-tokens/page-footer.tokens.json",
|
|
3683
|
-
"isSource": true,
|
|
3684
|
-
"original": {
|
|
3685
|
-
"value": "150px"
|
|
3686
|
-
},
|
|
3687
|
-
"name": "utrechtPageFooterLogoMaxWidth",
|
|
3688
|
-
"attributes": {
|
|
3689
|
-
"category": "utrecht",
|
|
3690
|
-
"type": "page-footer",
|
|
3691
|
-
"item": "logo",
|
|
3692
|
-
"subitem": "max-width"
|
|
3867
|
+
"type": "page-footer",
|
|
3868
|
+
"item": "logo",
|
|
3869
|
+
"subitem": "max-width"
|
|
3693
3870
|
},
|
|
3694
3871
|
"path": [
|
|
3695
3872
|
"utrecht",
|
|
@@ -3937,7 +4114,25 @@
|
|
|
3937
4114
|
}
|
|
3938
4115
|
},
|
|
3939
4116
|
"table": {
|
|
3940
|
-
"background-color": {
|
|
4117
|
+
"background-color": {
|
|
4118
|
+
"value": "#ffffff",
|
|
4119
|
+
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|
|
4120
|
+
"isSource": true,
|
|
4121
|
+
"original": {
|
|
4122
|
+
"value": "{noaberkracht.color.white.100}"
|
|
4123
|
+
},
|
|
4124
|
+
"name": "utrechtTableBackgroundColor",
|
|
4125
|
+
"attributes": {
|
|
4126
|
+
"category": "utrecht",
|
|
4127
|
+
"type": "table",
|
|
4128
|
+
"item": "background-color"
|
|
4129
|
+
},
|
|
4130
|
+
"path": [
|
|
4131
|
+
"utrecht",
|
|
4132
|
+
"table",
|
|
4133
|
+
"background-color"
|
|
4134
|
+
]
|
|
4135
|
+
},
|
|
3941
4136
|
"header": {
|
|
3942
4137
|
"border-block-end-color": {},
|
|
3943
4138
|
"border-block-end-width": {},
|
|
@@ -4390,10 +4585,75 @@
|
|
|
4390
4585
|
"background-color"
|
|
4391
4586
|
]
|
|
4392
4587
|
},
|
|
4588
|
+
"line-height": {},
|
|
4589
|
+
"placeholder": {
|
|
4590
|
+
"color": {
|
|
4591
|
+
"value": "#003790",
|
|
4592
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4593
|
+
"isSource": true,
|
|
4594
|
+
"original": {
|
|
4595
|
+
"value": "{noaberkracht.color.blue.22}"
|
|
4596
|
+
},
|
|
4597
|
+
"name": "utrechtTextboxPlaceholderColor",
|
|
4598
|
+
"attributes": {
|
|
4599
|
+
"category": "utrecht",
|
|
4600
|
+
"type": "textbox",
|
|
4601
|
+
"item": "placeholder",
|
|
4602
|
+
"subitem": "color"
|
|
4603
|
+
},
|
|
4604
|
+
"path": [
|
|
4605
|
+
"utrecht",
|
|
4606
|
+
"textbox",
|
|
4607
|
+
"placeholder",
|
|
4608
|
+
"color"
|
|
4609
|
+
]
|
|
4610
|
+
}
|
|
4611
|
+
},
|
|
4612
|
+
"disabled": {
|
|
4613
|
+
"background-color": {},
|
|
4614
|
+
"border-color": {},
|
|
4615
|
+
"color": {}
|
|
4616
|
+
},
|
|
4617
|
+
"focus": {
|
|
4618
|
+
"background-color": {
|
|
4619
|
+
"value": "#ffffff",
|
|
4620
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4621
|
+
"isSource": true,
|
|
4622
|
+
"original": {
|
|
4623
|
+
"value": "{noaberkracht.color.white.100}"
|
|
4624
|
+
},
|
|
4625
|
+
"name": "utrechtTextboxFocusBackgroundColor",
|
|
4626
|
+
"attributes": {
|
|
4627
|
+
"category": "utrecht",
|
|
4628
|
+
"type": "textbox",
|
|
4629
|
+
"item": "focus",
|
|
4630
|
+
"subitem": "background-color"
|
|
4631
|
+
},
|
|
4632
|
+
"path": [
|
|
4633
|
+
"utrecht",
|
|
4634
|
+
"textbox",
|
|
4635
|
+
"focus",
|
|
4636
|
+
"background-color"
|
|
4637
|
+
]
|
|
4638
|
+
},
|
|
4639
|
+
"border-color": {},
|
|
4640
|
+
"color": {}
|
|
4641
|
+
},
|
|
4642
|
+
"invalid": {
|
|
4643
|
+
"background-color": {},
|
|
4644
|
+
"color": {},
|
|
4645
|
+
"border-color": {},
|
|
4646
|
+
"border-width": {}
|
|
4647
|
+
},
|
|
4648
|
+
"read-only": {
|
|
4649
|
+
"background-color": {},
|
|
4650
|
+
"border-color": {},
|
|
4651
|
+
"color": {}
|
|
4652
|
+
},
|
|
4393
4653
|
"border-bottom-width": {},
|
|
4394
4654
|
"border-color": {
|
|
4395
4655
|
"value": "#003790",
|
|
4396
|
-
"filePath": "src/component/utrecht/
|
|
4656
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4397
4657
|
"isSource": true,
|
|
4398
4658
|
"original": {
|
|
4399
4659
|
"value": "{noaberkracht.color.blue.22}"
|
|
@@ -4412,7 +4672,7 @@
|
|
|
4412
4672
|
},
|
|
4413
4673
|
"border-radius": {
|
|
4414
4674
|
"value": "9999px",
|
|
4415
|
-
"filePath": "src/component/utrecht/
|
|
4675
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4416
4676
|
"isSource": true,
|
|
4417
4677
|
"original": {
|
|
4418
4678
|
"value": "9999px"
|
|
@@ -4431,7 +4691,7 @@
|
|
|
4431
4691
|
},
|
|
4432
4692
|
"border-width": {
|
|
4433
4693
|
"value": "1px",
|
|
4434
|
-
"filePath": "src/component/utrecht/
|
|
4694
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4435
4695
|
"isSource": true,
|
|
4436
4696
|
"original": {
|
|
4437
4697
|
"value": "{noaberkracht.size.4xs}"
|
|
@@ -4450,7 +4710,7 @@
|
|
|
4450
4710
|
},
|
|
4451
4711
|
"color": {
|
|
4452
4712
|
"value": "#003790",
|
|
4453
|
-
"filePath": "src/component/utrecht/
|
|
4713
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4454
4714
|
"isSource": true,
|
|
4455
4715
|
"original": {
|
|
4456
4716
|
"value": "{noaberkracht.color.blue.22}"
|
|
@@ -4469,7 +4729,7 @@
|
|
|
4469
4729
|
},
|
|
4470
4730
|
"font-family": {
|
|
4471
4731
|
"value": "greycliff-cf,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",Segoe UI Symbol,\"Noto Color Emoji\"",
|
|
4472
|
-
"filePath": "src/component/utrecht/
|
|
4732
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4473
4733
|
"isSource": true,
|
|
4474
4734
|
"original": {
|
|
4475
4735
|
"value": "{noaberkracht.typography.greycliff-cf.font-family}"
|
|
@@ -4488,7 +4748,7 @@
|
|
|
4488
4748
|
},
|
|
4489
4749
|
"font-size": {
|
|
4490
4750
|
"value": "14px",
|
|
4491
|
-
"filePath": "src/component/utrecht/
|
|
4751
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4492
4752
|
"isSource": true,
|
|
4493
4753
|
"original": {
|
|
4494
4754
|
"value": "14px"
|
|
@@ -4505,11 +4765,11 @@
|
|
|
4505
4765
|
"font-size"
|
|
4506
4766
|
]
|
|
4507
4767
|
},
|
|
4508
|
-
"
|
|
4768
|
+
"min-inline-height": {},
|
|
4509
4769
|
"max-inline-size": {},
|
|
4510
4770
|
"padding-block-end": {
|
|
4511
4771
|
"value": "8px",
|
|
4512
|
-
"filePath": "src/component/utrecht/
|
|
4772
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4513
4773
|
"isSource": true,
|
|
4514
4774
|
"original": {
|
|
4515
4775
|
"value": "{noaberkracht.size.xs}"
|
|
@@ -4528,7 +4788,7 @@
|
|
|
4528
4788
|
},
|
|
4529
4789
|
"padding-block-start": {
|
|
4530
4790
|
"value": "8px",
|
|
4531
|
-
"filePath": "src/component/utrecht/
|
|
4791
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4532
4792
|
"isSource": true,
|
|
4533
4793
|
"original": {
|
|
4534
4794
|
"value": "{noaberkracht.size.xs}"
|
|
@@ -4547,7 +4807,7 @@
|
|
|
4547
4807
|
},
|
|
4548
4808
|
"padding-inline-end": {
|
|
4549
4809
|
"value": "18px",
|
|
4550
|
-
"filePath": "src/component/utrecht/
|
|
4810
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4551
4811
|
"isSource": true,
|
|
4552
4812
|
"original": {
|
|
4553
4813
|
"value": "{noaberkracht.size.md}"
|
|
@@ -4566,7 +4826,7 @@
|
|
|
4566
4826
|
},
|
|
4567
4827
|
"padding-inline-start": {
|
|
4568
4828
|
"value": "18px",
|
|
4569
|
-
"filePath": "src/component/utrecht/
|
|
4829
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
4570
4830
|
"isSource": true,
|
|
4571
4831
|
"original": {
|
|
4572
4832
|
"value": "{noaberkracht.size.md}"
|
|
@@ -4582,70 +4842,6 @@
|
|
|
4582
4842
|
"textbox",
|
|
4583
4843
|
"padding-inline-start"
|
|
4584
4844
|
]
|
|
4585
|
-
},
|
|
4586
|
-
"placeholder": {
|
|
4587
|
-
"color": {
|
|
4588
|
-
"value": "#003790",
|
|
4589
|
-
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4590
|
-
"isSource": true,
|
|
4591
|
-
"original": {
|
|
4592
|
-
"value": "{noaberkracht.color.blue.22}"
|
|
4593
|
-
},
|
|
4594
|
-
"name": "utrechtTextboxPlaceholderColor",
|
|
4595
|
-
"attributes": {
|
|
4596
|
-
"category": "utrecht",
|
|
4597
|
-
"type": "textbox",
|
|
4598
|
-
"item": "placeholder",
|
|
4599
|
-
"subitem": "color"
|
|
4600
|
-
},
|
|
4601
|
-
"path": [
|
|
4602
|
-
"utrecht",
|
|
4603
|
-
"textbox",
|
|
4604
|
-
"placeholder",
|
|
4605
|
-
"color"
|
|
4606
|
-
]
|
|
4607
|
-
}
|
|
4608
|
-
},
|
|
4609
|
-
"disabled": {
|
|
4610
|
-
"background-color": {},
|
|
4611
|
-
"border-color": {},
|
|
4612
|
-
"color": {}
|
|
4613
|
-
},
|
|
4614
|
-
"focus": {
|
|
4615
|
-
"background-color": {
|
|
4616
|
-
"value": "#ffffff",
|
|
4617
|
-
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
4618
|
-
"isSource": true,
|
|
4619
|
-
"original": {
|
|
4620
|
-
"value": "{noaberkracht.color.white.100}"
|
|
4621
|
-
},
|
|
4622
|
-
"name": "utrechtTextboxFocusBackgroundColor",
|
|
4623
|
-
"attributes": {
|
|
4624
|
-
"category": "utrecht",
|
|
4625
|
-
"type": "textbox",
|
|
4626
|
-
"item": "focus",
|
|
4627
|
-
"subitem": "background-color"
|
|
4628
|
-
},
|
|
4629
|
-
"path": [
|
|
4630
|
-
"utrecht",
|
|
4631
|
-
"textbox",
|
|
4632
|
-
"focus",
|
|
4633
|
-
"background-color"
|
|
4634
|
-
]
|
|
4635
|
-
},
|
|
4636
|
-
"border-color": {},
|
|
4637
|
-
"color": {}
|
|
4638
|
-
},
|
|
4639
|
-
"invalid": {
|
|
4640
|
-
"background-color": {},
|
|
4641
|
-
"border-color": {},
|
|
4642
|
-
"border-width": {},
|
|
4643
|
-
"color": {}
|
|
4644
|
-
},
|
|
4645
|
-
"read-only": {
|
|
4646
|
-
"background-color": {},
|
|
4647
|
-
"border-color": {},
|
|
4648
|
-
"color": {}
|
|
4649
4845
|
}
|
|
4650
4846
|
},
|
|
4651
4847
|
"heading-1": {
|
|
@@ -5953,11 +6149,11 @@
|
|
|
5953
6149
|
},
|
|
5954
6150
|
"surface": {
|
|
5955
6151
|
"background-color": {
|
|
5956
|
-
"value": "#
|
|
6152
|
+
"value": "#ffffff",
|
|
5957
6153
|
"filePath": "src/component/utrecht/surface.tokens.json",
|
|
5958
6154
|
"isSource": true,
|
|
5959
6155
|
"original": {
|
|
5960
|
-
"value": "{noaberkracht.color.white.
|
|
6156
|
+
"value": "{noaberkracht.color.white.100}"
|
|
5961
6157
|
},
|
|
5962
6158
|
"name": "utrechtSurfaceBackgroundColor",
|
|
5963
6159
|
"attributes": {
|
|
@@ -7110,6 +7306,983 @@
|
|
|
7110
7306
|
]
|
|
7111
7307
|
}
|
|
7112
7308
|
}
|
|
7309
|
+
},
|
|
7310
|
+
"table-wrapper": {
|
|
7311
|
+
"scroll-button": {
|
|
7312
|
+
"background-color": {
|
|
7313
|
+
"value": "#ffffff",
|
|
7314
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7315
|
+
"isSource": true,
|
|
7316
|
+
"original": {
|
|
7317
|
+
"value": "{noaberkracht.color.white.100}"
|
|
7318
|
+
},
|
|
7319
|
+
"name": "conductionTableWrapperScrollButtonBackgroundColor",
|
|
7320
|
+
"attributes": {
|
|
7321
|
+
"category": "conduction",
|
|
7322
|
+
"type": "table-wrapper",
|
|
7323
|
+
"item": "scroll-button",
|
|
7324
|
+
"subitem": "background-color"
|
|
7325
|
+
},
|
|
7326
|
+
"path": [
|
|
7327
|
+
"conduction",
|
|
7328
|
+
"table-wrapper",
|
|
7329
|
+
"scroll-button",
|
|
7330
|
+
"background-color"
|
|
7331
|
+
]
|
|
7332
|
+
},
|
|
7333
|
+
"color": {
|
|
7334
|
+
"value": "#003790",
|
|
7335
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7336
|
+
"isSource": true,
|
|
7337
|
+
"original": {
|
|
7338
|
+
"value": "{utrecht.document.color}"
|
|
7339
|
+
},
|
|
7340
|
+
"name": "conductionTableWrapperScrollButtonColor",
|
|
7341
|
+
"attributes": {
|
|
7342
|
+
"category": "conduction",
|
|
7343
|
+
"type": "table-wrapper",
|
|
7344
|
+
"item": "scroll-button",
|
|
7345
|
+
"subitem": "color"
|
|
7346
|
+
},
|
|
7347
|
+
"path": [
|
|
7348
|
+
"conduction",
|
|
7349
|
+
"table-wrapper",
|
|
7350
|
+
"scroll-button",
|
|
7351
|
+
"color"
|
|
7352
|
+
]
|
|
7353
|
+
},
|
|
7354
|
+
"padding-inline-start": {
|
|
7355
|
+
"value": "14px",
|
|
7356
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7357
|
+
"isSource": true,
|
|
7358
|
+
"original": {
|
|
7359
|
+
"value": "{noaberkracht.size.sm}"
|
|
7360
|
+
},
|
|
7361
|
+
"name": "conductionTableWrapperScrollButtonPaddingInlineStart",
|
|
7362
|
+
"attributes": {
|
|
7363
|
+
"category": "conduction",
|
|
7364
|
+
"type": "table-wrapper",
|
|
7365
|
+
"item": "scroll-button",
|
|
7366
|
+
"subitem": "padding-inline-start"
|
|
7367
|
+
},
|
|
7368
|
+
"path": [
|
|
7369
|
+
"conduction",
|
|
7370
|
+
"table-wrapper",
|
|
7371
|
+
"scroll-button",
|
|
7372
|
+
"padding-inline-start"
|
|
7373
|
+
]
|
|
7374
|
+
},
|
|
7375
|
+
"padding-inline-end": {
|
|
7376
|
+
"value": "14px",
|
|
7377
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7378
|
+
"isSource": true,
|
|
7379
|
+
"original": {
|
|
7380
|
+
"value": "{noaberkracht.size.sm}"
|
|
7381
|
+
},
|
|
7382
|
+
"name": "conductionTableWrapperScrollButtonPaddingInlineEnd",
|
|
7383
|
+
"attributes": {
|
|
7384
|
+
"category": "conduction",
|
|
7385
|
+
"type": "table-wrapper",
|
|
7386
|
+
"item": "scroll-button",
|
|
7387
|
+
"subitem": "padding-inline-end"
|
|
7388
|
+
},
|
|
7389
|
+
"path": [
|
|
7390
|
+
"conduction",
|
|
7391
|
+
"table-wrapper",
|
|
7392
|
+
"scroll-button",
|
|
7393
|
+
"padding-inline-end"
|
|
7394
|
+
]
|
|
7395
|
+
},
|
|
7396
|
+
"padding-block-start": {},
|
|
7397
|
+
"padding-block-end": {},
|
|
7398
|
+
"border-width": {
|
|
7399
|
+
"value": "1px",
|
|
7400
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7401
|
+
"isSource": true,
|
|
7402
|
+
"original": {
|
|
7403
|
+
"value": "{noaberkracht.size.4xs}"
|
|
7404
|
+
},
|
|
7405
|
+
"name": "conductionTableWrapperScrollButtonBorderWidth",
|
|
7406
|
+
"attributes": {
|
|
7407
|
+
"category": "conduction",
|
|
7408
|
+
"type": "table-wrapper",
|
|
7409
|
+
"item": "scroll-button",
|
|
7410
|
+
"subitem": "border-width"
|
|
7411
|
+
},
|
|
7412
|
+
"path": [
|
|
7413
|
+
"conduction",
|
|
7414
|
+
"table-wrapper",
|
|
7415
|
+
"scroll-button",
|
|
7416
|
+
"border-width"
|
|
7417
|
+
]
|
|
7418
|
+
},
|
|
7419
|
+
"border-style": {
|
|
7420
|
+
"value": "solid",
|
|
7421
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7422
|
+
"isSource": true,
|
|
7423
|
+
"original": {
|
|
7424
|
+
"value": "solid"
|
|
7425
|
+
},
|
|
7426
|
+
"name": "conductionTableWrapperScrollButtonBorderStyle",
|
|
7427
|
+
"attributes": {
|
|
7428
|
+
"category": "conduction",
|
|
7429
|
+
"type": "table-wrapper",
|
|
7430
|
+
"item": "scroll-button",
|
|
7431
|
+
"subitem": "border-style"
|
|
7432
|
+
},
|
|
7433
|
+
"path": [
|
|
7434
|
+
"conduction",
|
|
7435
|
+
"table-wrapper",
|
|
7436
|
+
"scroll-button",
|
|
7437
|
+
"border-style"
|
|
7438
|
+
]
|
|
7439
|
+
},
|
|
7440
|
+
"border-color": {
|
|
7441
|
+
"value": "#f5f5f5",
|
|
7442
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7443
|
+
"isSource": true,
|
|
7444
|
+
"original": {
|
|
7445
|
+
"value": "{noaberkracht.color.lightgrey.96}"
|
|
7446
|
+
},
|
|
7447
|
+
"name": "conductionTableWrapperScrollButtonBorderColor",
|
|
7448
|
+
"attributes": {
|
|
7449
|
+
"category": "conduction",
|
|
7450
|
+
"type": "table-wrapper",
|
|
7451
|
+
"item": "scroll-button",
|
|
7452
|
+
"subitem": "border-color"
|
|
7453
|
+
},
|
|
7454
|
+
"path": [
|
|
7455
|
+
"conduction",
|
|
7456
|
+
"table-wrapper",
|
|
7457
|
+
"scroll-button",
|
|
7458
|
+
"border-color"
|
|
7459
|
+
]
|
|
7460
|
+
},
|
|
7461
|
+
"hover": {
|
|
7462
|
+
"background-color": {
|
|
7463
|
+
"value": "#ffffff",
|
|
7464
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7465
|
+
"isSource": true,
|
|
7466
|
+
"original": {
|
|
7467
|
+
"value": "{noaberkracht.color.white.100}"
|
|
7468
|
+
},
|
|
7469
|
+
"name": "conductionTableWrapperScrollButtonHoverBackgroundColor",
|
|
7470
|
+
"attributes": {
|
|
7471
|
+
"category": "conduction",
|
|
7472
|
+
"type": "table-wrapper",
|
|
7473
|
+
"item": "scroll-button",
|
|
7474
|
+
"subitem": "hover",
|
|
7475
|
+
"state": "background-color"
|
|
7476
|
+
},
|
|
7477
|
+
"path": [
|
|
7478
|
+
"conduction",
|
|
7479
|
+
"table-wrapper",
|
|
7480
|
+
"scroll-button",
|
|
7481
|
+
"hover",
|
|
7482
|
+
"background-color"
|
|
7483
|
+
]
|
|
7484
|
+
},
|
|
7485
|
+
"color": {
|
|
7486
|
+
"value": "#f0b800",
|
|
7487
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
7488
|
+
"isSource": true,
|
|
7489
|
+
"original": {
|
|
7490
|
+
"value": "{noaberkracht.color.yellow.47}"
|
|
7491
|
+
},
|
|
7492
|
+
"name": "conductionTableWrapperScrollButtonHoverColor",
|
|
7493
|
+
"attributes": {
|
|
7494
|
+
"category": "conduction",
|
|
7495
|
+
"type": "table-wrapper",
|
|
7496
|
+
"item": "scroll-button",
|
|
7497
|
+
"subitem": "hover",
|
|
7498
|
+
"state": "color"
|
|
7499
|
+
},
|
|
7500
|
+
"path": [
|
|
7501
|
+
"conduction",
|
|
7502
|
+
"table-wrapper",
|
|
7503
|
+
"scroll-button",
|
|
7504
|
+
"hover",
|
|
7505
|
+
"color"
|
|
7506
|
+
]
|
|
7507
|
+
}
|
|
7508
|
+
}
|
|
7509
|
+
}
|
|
7510
|
+
},
|
|
7511
|
+
"tabs": {
|
|
7512
|
+
"tab": {
|
|
7513
|
+
"background-color": {
|
|
7514
|
+
"value": "transparent",
|
|
7515
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7516
|
+
"isSource": true,
|
|
7517
|
+
"original": {
|
|
7518
|
+
"value": "transparent"
|
|
7519
|
+
},
|
|
7520
|
+
"name": "conductionTabsTabBackgroundColor",
|
|
7521
|
+
"attributes": {
|
|
7522
|
+
"category": "conduction",
|
|
7523
|
+
"type": "tabs",
|
|
7524
|
+
"item": "tab",
|
|
7525
|
+
"subitem": "background-color"
|
|
7526
|
+
},
|
|
7527
|
+
"path": [
|
|
7528
|
+
"conduction",
|
|
7529
|
+
"tabs",
|
|
7530
|
+
"tab",
|
|
7531
|
+
"background-color"
|
|
7532
|
+
]
|
|
7533
|
+
},
|
|
7534
|
+
"color": {
|
|
7535
|
+
"value": "#003790",
|
|
7536
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7537
|
+
"isSource": true,
|
|
7538
|
+
"original": {
|
|
7539
|
+
"value": "{noaberkracht.color.blue.22}"
|
|
7540
|
+
},
|
|
7541
|
+
"name": "conductionTabsTabColor",
|
|
7542
|
+
"attributes": {
|
|
7543
|
+
"category": "conduction",
|
|
7544
|
+
"type": "tabs",
|
|
7545
|
+
"item": "tab",
|
|
7546
|
+
"subitem": "color"
|
|
7547
|
+
},
|
|
7548
|
+
"path": [
|
|
7549
|
+
"conduction",
|
|
7550
|
+
"tabs",
|
|
7551
|
+
"tab",
|
|
7552
|
+
"color"
|
|
7553
|
+
]
|
|
7554
|
+
},
|
|
7555
|
+
"border-width": {},
|
|
7556
|
+
"border-style": {},
|
|
7557
|
+
"border-color": {},
|
|
7558
|
+
"border-bottom": {},
|
|
7559
|
+
"border-bottom-width": {},
|
|
7560
|
+
"border-bottom-style": {},
|
|
7561
|
+
"border-bottom-color": {},
|
|
7562
|
+
"bottom": {
|
|
7563
|
+
"value": "-2px",
|
|
7564
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7565
|
+
"isSource": true,
|
|
7566
|
+
"original": {
|
|
7567
|
+
"value": "-2px"
|
|
7568
|
+
},
|
|
7569
|
+
"name": "conductionTabsTabBottom",
|
|
7570
|
+
"attributes": {
|
|
7571
|
+
"category": "conduction",
|
|
7572
|
+
"type": "tabs",
|
|
7573
|
+
"item": "tab",
|
|
7574
|
+
"subitem": "bottom"
|
|
7575
|
+
},
|
|
7576
|
+
"path": [
|
|
7577
|
+
"conduction",
|
|
7578
|
+
"tabs",
|
|
7579
|
+
"tab",
|
|
7580
|
+
"bottom"
|
|
7581
|
+
]
|
|
7582
|
+
},
|
|
7583
|
+
"padding-block-start": {
|
|
7584
|
+
"value": "8px",
|
|
7585
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7586
|
+
"isSource": true,
|
|
7587
|
+
"original": {
|
|
7588
|
+
"value": "{noaberkracht.size.xs}"
|
|
7589
|
+
},
|
|
7590
|
+
"name": "conductionTabsTabPaddingBlockStart",
|
|
7591
|
+
"attributes": {
|
|
7592
|
+
"category": "conduction",
|
|
7593
|
+
"type": "tabs",
|
|
7594
|
+
"item": "tab",
|
|
7595
|
+
"subitem": "padding-block-start"
|
|
7596
|
+
},
|
|
7597
|
+
"path": [
|
|
7598
|
+
"conduction",
|
|
7599
|
+
"tabs",
|
|
7600
|
+
"tab",
|
|
7601
|
+
"padding-block-start"
|
|
7602
|
+
]
|
|
7603
|
+
},
|
|
7604
|
+
"padding-block-end": {
|
|
7605
|
+
"value": "8px",
|
|
7606
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7607
|
+
"isSource": true,
|
|
7608
|
+
"original": {
|
|
7609
|
+
"value": "{noaberkracht.size.xs}"
|
|
7610
|
+
},
|
|
7611
|
+
"name": "conductionTabsTabPaddingBlockEnd",
|
|
7612
|
+
"attributes": {
|
|
7613
|
+
"category": "conduction",
|
|
7614
|
+
"type": "tabs",
|
|
7615
|
+
"item": "tab",
|
|
7616
|
+
"subitem": "padding-block-end"
|
|
7617
|
+
},
|
|
7618
|
+
"path": [
|
|
7619
|
+
"conduction",
|
|
7620
|
+
"tabs",
|
|
7621
|
+
"tab",
|
|
7622
|
+
"padding-block-end"
|
|
7623
|
+
]
|
|
7624
|
+
},
|
|
7625
|
+
"padding-inline-start": {
|
|
7626
|
+
"value": "14px",
|
|
7627
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7628
|
+
"isSource": true,
|
|
7629
|
+
"original": {
|
|
7630
|
+
"value": "{noaberkracht.size.sm}"
|
|
7631
|
+
},
|
|
7632
|
+
"name": "conductionTabsTabPaddingInlineStart",
|
|
7633
|
+
"attributes": {
|
|
7634
|
+
"category": "conduction",
|
|
7635
|
+
"type": "tabs",
|
|
7636
|
+
"item": "tab",
|
|
7637
|
+
"subitem": "padding-inline-start"
|
|
7638
|
+
},
|
|
7639
|
+
"path": [
|
|
7640
|
+
"conduction",
|
|
7641
|
+
"tabs",
|
|
7642
|
+
"tab",
|
|
7643
|
+
"padding-inline-start"
|
|
7644
|
+
]
|
|
7645
|
+
},
|
|
7646
|
+
"padding-inline-end": {
|
|
7647
|
+
"value": "14px",
|
|
7648
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7649
|
+
"isSource": true,
|
|
7650
|
+
"original": {
|
|
7651
|
+
"value": "{noaberkracht.size.sm}"
|
|
7652
|
+
},
|
|
7653
|
+
"name": "conductionTabsTabPaddingInlineEnd",
|
|
7654
|
+
"attributes": {
|
|
7655
|
+
"category": "conduction",
|
|
7656
|
+
"type": "tabs",
|
|
7657
|
+
"item": "tab",
|
|
7658
|
+
"subitem": "padding-inline-end"
|
|
7659
|
+
},
|
|
7660
|
+
"path": [
|
|
7661
|
+
"conduction",
|
|
7662
|
+
"tabs",
|
|
7663
|
+
"tab",
|
|
7664
|
+
"padding-inline-end"
|
|
7665
|
+
]
|
|
7666
|
+
},
|
|
7667
|
+
"margin-inline-end": {},
|
|
7668
|
+
"font-size": {
|
|
7669
|
+
"value": "18px",
|
|
7670
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7671
|
+
"isSource": true,
|
|
7672
|
+
"original": {
|
|
7673
|
+
"value": "{noaberkracht.font-size.sm}"
|
|
7674
|
+
},
|
|
7675
|
+
"name": "conductionTabsTabFontSize",
|
|
7676
|
+
"attributes": {
|
|
7677
|
+
"category": "conduction",
|
|
7678
|
+
"type": "tabs",
|
|
7679
|
+
"item": "tab",
|
|
7680
|
+
"subitem": "font-size"
|
|
7681
|
+
},
|
|
7682
|
+
"path": [
|
|
7683
|
+
"conduction",
|
|
7684
|
+
"tabs",
|
|
7685
|
+
"tab",
|
|
7686
|
+
"font-size"
|
|
7687
|
+
]
|
|
7688
|
+
},
|
|
7689
|
+
"font-weight": {
|
|
7690
|
+
"value": "400",
|
|
7691
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7692
|
+
"isSource": true,
|
|
7693
|
+
"original": {
|
|
7694
|
+
"value": "{noaberkracht.typography.font-weight.normal}"
|
|
7695
|
+
},
|
|
7696
|
+
"name": "conductionTabsTabFontWeight",
|
|
7697
|
+
"attributes": {
|
|
7698
|
+
"category": "conduction",
|
|
7699
|
+
"type": "tabs",
|
|
7700
|
+
"item": "tab",
|
|
7701
|
+
"subitem": "font-weight"
|
|
7702
|
+
},
|
|
7703
|
+
"path": [
|
|
7704
|
+
"conduction",
|
|
7705
|
+
"tabs",
|
|
7706
|
+
"tab",
|
|
7707
|
+
"font-weight"
|
|
7708
|
+
]
|
|
7709
|
+
},
|
|
7710
|
+
"font-family": {
|
|
7711
|
+
"value": "Oceanwide,ui-serif,Georgia,Cambria,Times New Roman,Times,serif",
|
|
7712
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7713
|
+
"isSource": true,
|
|
7714
|
+
"original": {
|
|
7715
|
+
"value": "{noaberkracht.typography.oceanwide.font-family}"
|
|
7716
|
+
},
|
|
7717
|
+
"name": "conductionTabsTabFontFamily",
|
|
7718
|
+
"attributes": {
|
|
7719
|
+
"category": "conduction",
|
|
7720
|
+
"type": "tabs",
|
|
7721
|
+
"item": "tab",
|
|
7722
|
+
"subitem": "font-family"
|
|
7723
|
+
},
|
|
7724
|
+
"path": [
|
|
7725
|
+
"conduction",
|
|
7726
|
+
"tabs",
|
|
7727
|
+
"tab",
|
|
7728
|
+
"font-family"
|
|
7729
|
+
]
|
|
7730
|
+
},
|
|
7731
|
+
"max-width": {
|
|
7732
|
+
"value": "unset",
|
|
7733
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7734
|
+
"isSource": true,
|
|
7735
|
+
"original": {
|
|
7736
|
+
"value": "unset"
|
|
7737
|
+
},
|
|
7738
|
+
"name": "conductionTabsTabMaxWidth",
|
|
7739
|
+
"attributes": {
|
|
7740
|
+
"category": "conduction",
|
|
7741
|
+
"type": "tabs",
|
|
7742
|
+
"item": "tab",
|
|
7743
|
+
"subitem": "max-width"
|
|
7744
|
+
},
|
|
7745
|
+
"path": [
|
|
7746
|
+
"conduction",
|
|
7747
|
+
"tabs",
|
|
7748
|
+
"tab",
|
|
7749
|
+
"max-width"
|
|
7750
|
+
]
|
|
7751
|
+
},
|
|
7752
|
+
"min-width": {
|
|
7753
|
+
"value": "160px",
|
|
7754
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7755
|
+
"isSource": true,
|
|
7756
|
+
"original": {
|
|
7757
|
+
"value": "160px"
|
|
7758
|
+
},
|
|
7759
|
+
"name": "conductionTabsTabMinWidth",
|
|
7760
|
+
"attributes": {
|
|
7761
|
+
"category": "conduction",
|
|
7762
|
+
"type": "tabs",
|
|
7763
|
+
"item": "tab",
|
|
7764
|
+
"subitem": "min-width"
|
|
7765
|
+
},
|
|
7766
|
+
"path": [
|
|
7767
|
+
"conduction",
|
|
7768
|
+
"tabs",
|
|
7769
|
+
"tab",
|
|
7770
|
+
"min-width"
|
|
7771
|
+
]
|
|
7772
|
+
},
|
|
7773
|
+
"min-height": {
|
|
7774
|
+
"value": "61px",
|
|
7775
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7776
|
+
"isSource": true,
|
|
7777
|
+
"original": {
|
|
7778
|
+
"value": "61px"
|
|
7779
|
+
},
|
|
7780
|
+
"name": "conductionTabsTabMinHeight",
|
|
7781
|
+
"attributes": {
|
|
7782
|
+
"category": "conduction",
|
|
7783
|
+
"type": "tabs",
|
|
7784
|
+
"item": "tab",
|
|
7785
|
+
"subitem": "min-height"
|
|
7786
|
+
},
|
|
7787
|
+
"path": [
|
|
7788
|
+
"conduction",
|
|
7789
|
+
"tabs",
|
|
7790
|
+
"tab",
|
|
7791
|
+
"min-height"
|
|
7792
|
+
]
|
|
7793
|
+
},
|
|
7794
|
+
"letter-spacing": {},
|
|
7795
|
+
"text-transform": {},
|
|
7796
|
+
"selected": {
|
|
7797
|
+
"background-color": {
|
|
7798
|
+
"value": "transparent",
|
|
7799
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7800
|
+
"isSource": true,
|
|
7801
|
+
"original": {
|
|
7802
|
+
"value": "transparent"
|
|
7803
|
+
},
|
|
7804
|
+
"name": "conductionTabsTabSelectedBackgroundColor",
|
|
7805
|
+
"attributes": {
|
|
7806
|
+
"category": "conduction",
|
|
7807
|
+
"type": "tabs",
|
|
7808
|
+
"item": "tab",
|
|
7809
|
+
"subitem": "selected",
|
|
7810
|
+
"state": "background-color"
|
|
7811
|
+
},
|
|
7812
|
+
"path": [
|
|
7813
|
+
"conduction",
|
|
7814
|
+
"tabs",
|
|
7815
|
+
"tab",
|
|
7816
|
+
"selected",
|
|
7817
|
+
"background-color"
|
|
7818
|
+
]
|
|
7819
|
+
},
|
|
7820
|
+
"color": {
|
|
7821
|
+
"value": "#003790",
|
|
7822
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7823
|
+
"isSource": true,
|
|
7824
|
+
"original": {
|
|
7825
|
+
"value": "{noaberkracht.color.blue.22}"
|
|
7826
|
+
},
|
|
7827
|
+
"name": "conductionTabsTabSelectedColor",
|
|
7828
|
+
"attributes": {
|
|
7829
|
+
"category": "conduction",
|
|
7830
|
+
"type": "tabs",
|
|
7831
|
+
"item": "tab",
|
|
7832
|
+
"subitem": "selected",
|
|
7833
|
+
"state": "color"
|
|
7834
|
+
},
|
|
7835
|
+
"path": [
|
|
7836
|
+
"conduction",
|
|
7837
|
+
"tabs",
|
|
7838
|
+
"tab",
|
|
7839
|
+
"selected",
|
|
7840
|
+
"color"
|
|
7841
|
+
]
|
|
7842
|
+
},
|
|
7843
|
+
"box-shadow": {},
|
|
7844
|
+
"border-width": {},
|
|
7845
|
+
"border-style": {},
|
|
7846
|
+
"border-color": {},
|
|
7847
|
+
"border-bottom": {},
|
|
7848
|
+
"border-bottom-width": {
|
|
7849
|
+
"value": "2px",
|
|
7850
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7851
|
+
"isSource": true,
|
|
7852
|
+
"original": {
|
|
7853
|
+
"value": "{noaberkracht.size.3xs}"
|
|
7854
|
+
},
|
|
7855
|
+
"name": "conductionTabsTabSelectedBorderBottomWidth",
|
|
7856
|
+
"attributes": {
|
|
7857
|
+
"category": "conduction",
|
|
7858
|
+
"type": "tabs",
|
|
7859
|
+
"item": "tab",
|
|
7860
|
+
"subitem": "selected",
|
|
7861
|
+
"state": "border-bottom-width"
|
|
7862
|
+
},
|
|
7863
|
+
"path": [
|
|
7864
|
+
"conduction",
|
|
7865
|
+
"tabs",
|
|
7866
|
+
"tab",
|
|
7867
|
+
"selected",
|
|
7868
|
+
"border-bottom-width"
|
|
7869
|
+
]
|
|
7870
|
+
},
|
|
7871
|
+
"border-bottom-style": {
|
|
7872
|
+
"value": "solid",
|
|
7873
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7874
|
+
"isSource": true,
|
|
7875
|
+
"original": {
|
|
7876
|
+
"value": "solid"
|
|
7877
|
+
},
|
|
7878
|
+
"name": "conductionTabsTabSelectedBorderBottomStyle",
|
|
7879
|
+
"attributes": {
|
|
7880
|
+
"category": "conduction",
|
|
7881
|
+
"type": "tabs",
|
|
7882
|
+
"item": "tab",
|
|
7883
|
+
"subitem": "selected",
|
|
7884
|
+
"state": "border-bottom-style"
|
|
7885
|
+
},
|
|
7886
|
+
"path": [
|
|
7887
|
+
"conduction",
|
|
7888
|
+
"tabs",
|
|
7889
|
+
"tab",
|
|
7890
|
+
"selected",
|
|
7891
|
+
"border-bottom-style"
|
|
7892
|
+
]
|
|
7893
|
+
},
|
|
7894
|
+
"border-bottom-color": {
|
|
7895
|
+
"value": "#003790",
|
|
7896
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7897
|
+
"isSource": true,
|
|
7898
|
+
"original": {
|
|
7899
|
+
"value": "{noaberkracht.color.blue.22}"
|
|
7900
|
+
},
|
|
7901
|
+
"name": "conductionTabsTabSelectedBorderBottomColor",
|
|
7902
|
+
"attributes": {
|
|
7903
|
+
"category": "conduction",
|
|
7904
|
+
"type": "tabs",
|
|
7905
|
+
"item": "tab",
|
|
7906
|
+
"subitem": "selected",
|
|
7907
|
+
"state": "border-bottom-color"
|
|
7908
|
+
},
|
|
7909
|
+
"path": [
|
|
7910
|
+
"conduction",
|
|
7911
|
+
"tabs",
|
|
7912
|
+
"tab",
|
|
7913
|
+
"selected",
|
|
7914
|
+
"border-bottom-color"
|
|
7915
|
+
]
|
|
7916
|
+
},
|
|
7917
|
+
"font-weight": {
|
|
7918
|
+
"value": "700",
|
|
7919
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7920
|
+
"isSource": true,
|
|
7921
|
+
"original": {
|
|
7922
|
+
"value": "{noaberkracht.typography.font-weight.bold}"
|
|
7923
|
+
},
|
|
7924
|
+
"name": "conductionTabsTabSelectedFontWeight",
|
|
7925
|
+
"attributes": {
|
|
7926
|
+
"category": "conduction",
|
|
7927
|
+
"type": "tabs",
|
|
7928
|
+
"item": "tab",
|
|
7929
|
+
"subitem": "selected",
|
|
7930
|
+
"state": "font-weight"
|
|
7931
|
+
},
|
|
7932
|
+
"path": [
|
|
7933
|
+
"conduction",
|
|
7934
|
+
"tabs",
|
|
7935
|
+
"tab",
|
|
7936
|
+
"selected",
|
|
7937
|
+
"font-weight"
|
|
7938
|
+
]
|
|
7939
|
+
},
|
|
7940
|
+
"font-family": {
|
|
7941
|
+
"value": "Oceanwide,ui-serif,Georgia,Cambria,Times New Roman,Times,serif",
|
|
7942
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7943
|
+
"isSource": true,
|
|
7944
|
+
"original": {
|
|
7945
|
+
"value": "{noaberkracht.typography.oceanwide.font-family}"
|
|
7946
|
+
},
|
|
7947
|
+
"name": "conductionTabsTabSelectedFontFamily",
|
|
7948
|
+
"attributes": {
|
|
7949
|
+
"category": "conduction",
|
|
7950
|
+
"type": "tabs",
|
|
7951
|
+
"item": "tab",
|
|
7952
|
+
"subitem": "selected",
|
|
7953
|
+
"state": "font-family"
|
|
7954
|
+
},
|
|
7955
|
+
"path": [
|
|
7956
|
+
"conduction",
|
|
7957
|
+
"tabs",
|
|
7958
|
+
"tab",
|
|
7959
|
+
"selected",
|
|
7960
|
+
"font-family"
|
|
7961
|
+
]
|
|
7962
|
+
},
|
|
7963
|
+
"hover": {
|
|
7964
|
+
"background-color": {},
|
|
7965
|
+
"color": {},
|
|
7966
|
+
"text-decoration": {}
|
|
7967
|
+
}
|
|
7968
|
+
},
|
|
7969
|
+
"hover": {
|
|
7970
|
+
"background-color": {},
|
|
7971
|
+
"color": {},
|
|
7972
|
+
"text-decoration": {}
|
|
7973
|
+
},
|
|
7974
|
+
"list": {
|
|
7975
|
+
"padding-inline-start": {
|
|
7976
|
+
"value": "0px",
|
|
7977
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
7978
|
+
"isSource": true,
|
|
7979
|
+
"original": {
|
|
7980
|
+
"value": "0px"
|
|
7981
|
+
},
|
|
7982
|
+
"name": "conductionTabsTabListPaddingInlineStart",
|
|
7983
|
+
"attributes": {
|
|
7984
|
+
"category": "conduction",
|
|
7985
|
+
"type": "tabs",
|
|
7986
|
+
"item": "tab",
|
|
7987
|
+
"subitem": "list",
|
|
7988
|
+
"state": "padding-inline-start"
|
|
7989
|
+
},
|
|
7990
|
+
"path": [
|
|
7991
|
+
"conduction",
|
|
7992
|
+
"tabs",
|
|
7993
|
+
"tab",
|
|
7994
|
+
"list",
|
|
7995
|
+
"padding-inline-start"
|
|
7996
|
+
]
|
|
7997
|
+
},
|
|
7998
|
+
"margin-block-end": {
|
|
7999
|
+
"value": "0px",
|
|
8000
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8001
|
+
"isSource": true,
|
|
8002
|
+
"original": {
|
|
8003
|
+
"value": "0px"
|
|
8004
|
+
},
|
|
8005
|
+
"name": "conductionTabsTabListMarginBlockEnd",
|
|
8006
|
+
"attributes": {
|
|
8007
|
+
"category": "conduction",
|
|
8008
|
+
"type": "tabs",
|
|
8009
|
+
"item": "tab",
|
|
8010
|
+
"subitem": "list",
|
|
8011
|
+
"state": "margin-block-end"
|
|
8012
|
+
},
|
|
8013
|
+
"path": [
|
|
8014
|
+
"conduction",
|
|
8015
|
+
"tabs",
|
|
8016
|
+
"tab",
|
|
8017
|
+
"list",
|
|
8018
|
+
"margin-block-end"
|
|
8019
|
+
]
|
|
8020
|
+
},
|
|
8021
|
+
"border-bottom-width": {
|
|
8022
|
+
"value": "2px",
|
|
8023
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8024
|
+
"isSource": true,
|
|
8025
|
+
"original": {
|
|
8026
|
+
"value": "{noaberkracht.size.3xs}"
|
|
8027
|
+
},
|
|
8028
|
+
"name": "conductionTabsTabListBorderBottomWidth",
|
|
8029
|
+
"attributes": {
|
|
8030
|
+
"category": "conduction",
|
|
8031
|
+
"type": "tabs",
|
|
8032
|
+
"item": "tab",
|
|
8033
|
+
"subitem": "list",
|
|
8034
|
+
"state": "border-bottom-width"
|
|
8035
|
+
},
|
|
8036
|
+
"path": [
|
|
8037
|
+
"conduction",
|
|
8038
|
+
"tabs",
|
|
8039
|
+
"tab",
|
|
8040
|
+
"list",
|
|
8041
|
+
"border-bottom-width"
|
|
8042
|
+
]
|
|
8043
|
+
},
|
|
8044
|
+
"border-bottom-style": {
|
|
8045
|
+
"value": "solid",
|
|
8046
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8047
|
+
"isSource": true,
|
|
8048
|
+
"original": {
|
|
8049
|
+
"value": "solid"
|
|
8050
|
+
},
|
|
8051
|
+
"name": "conductionTabsTabListBorderBottomStyle",
|
|
8052
|
+
"attributes": {
|
|
8053
|
+
"category": "conduction",
|
|
8054
|
+
"type": "tabs",
|
|
8055
|
+
"item": "tab",
|
|
8056
|
+
"subitem": "list",
|
|
8057
|
+
"state": "border-bottom-style"
|
|
8058
|
+
},
|
|
8059
|
+
"path": [
|
|
8060
|
+
"conduction",
|
|
8061
|
+
"tabs",
|
|
8062
|
+
"tab",
|
|
8063
|
+
"list",
|
|
8064
|
+
"border-bottom-style"
|
|
8065
|
+
]
|
|
8066
|
+
},
|
|
8067
|
+
"border-bottom-color": {
|
|
8068
|
+
"value": "#f0b800",
|
|
8069
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8070
|
+
"isSource": true,
|
|
8071
|
+
"original": {
|
|
8072
|
+
"value": "{noaberkracht.color.yellow.47}"
|
|
8073
|
+
},
|
|
8074
|
+
"name": "conductionTabsTabListBorderBottomColor",
|
|
8075
|
+
"attributes": {
|
|
8076
|
+
"category": "conduction",
|
|
8077
|
+
"type": "tabs",
|
|
8078
|
+
"item": "tab",
|
|
8079
|
+
"subitem": "list",
|
|
8080
|
+
"state": "border-bottom-color"
|
|
8081
|
+
},
|
|
8082
|
+
"path": [
|
|
8083
|
+
"conduction",
|
|
8084
|
+
"tabs",
|
|
8085
|
+
"tab",
|
|
8086
|
+
"list",
|
|
8087
|
+
"border-bottom-color"
|
|
8088
|
+
]
|
|
8089
|
+
}
|
|
8090
|
+
},
|
|
8091
|
+
"panel": {
|
|
8092
|
+
"background-color": {},
|
|
8093
|
+
"padding-block-start": {
|
|
8094
|
+
"value": "24px",
|
|
8095
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8096
|
+
"isSource": true,
|
|
8097
|
+
"original": {
|
|
8098
|
+
"value": "{noaberkracht.size.lg}"
|
|
8099
|
+
},
|
|
8100
|
+
"name": "conductionTabsTabPanelPaddingBlockStart",
|
|
8101
|
+
"attributes": {
|
|
8102
|
+
"category": "conduction",
|
|
8103
|
+
"type": "tabs",
|
|
8104
|
+
"item": "tab",
|
|
8105
|
+
"subitem": "panel",
|
|
8106
|
+
"state": "padding-block-start"
|
|
8107
|
+
},
|
|
8108
|
+
"path": [
|
|
8109
|
+
"conduction",
|
|
8110
|
+
"tabs",
|
|
8111
|
+
"tab",
|
|
8112
|
+
"panel",
|
|
8113
|
+
"padding-block-start"
|
|
8114
|
+
]
|
|
8115
|
+
},
|
|
8116
|
+
"padding-block-end": {
|
|
8117
|
+
"value": "24px",
|
|
8118
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8119
|
+
"isSource": true,
|
|
8120
|
+
"original": {
|
|
8121
|
+
"value": "{noaberkracht.size.lg}"
|
|
8122
|
+
},
|
|
8123
|
+
"name": "conductionTabsTabPanelPaddingBlockEnd",
|
|
8124
|
+
"attributes": {
|
|
8125
|
+
"category": "conduction",
|
|
8126
|
+
"type": "tabs",
|
|
8127
|
+
"item": "tab",
|
|
8128
|
+
"subitem": "panel",
|
|
8129
|
+
"state": "padding-block-end"
|
|
8130
|
+
},
|
|
8131
|
+
"path": [
|
|
8132
|
+
"conduction",
|
|
8133
|
+
"tabs",
|
|
8134
|
+
"tab",
|
|
8135
|
+
"panel",
|
|
8136
|
+
"padding-block-end"
|
|
8137
|
+
]
|
|
8138
|
+
},
|
|
8139
|
+
"padding-inline-start": {
|
|
8140
|
+
"value": "24px",
|
|
8141
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8142
|
+
"isSource": true,
|
|
8143
|
+
"original": {
|
|
8144
|
+
"value": "{noaberkracht.size.lg}"
|
|
8145
|
+
},
|
|
8146
|
+
"name": "conductionTabsTabPanelPaddingInlineStart",
|
|
8147
|
+
"attributes": {
|
|
8148
|
+
"category": "conduction",
|
|
8149
|
+
"type": "tabs",
|
|
8150
|
+
"item": "tab",
|
|
8151
|
+
"subitem": "panel",
|
|
8152
|
+
"state": "padding-inline-start"
|
|
8153
|
+
},
|
|
8154
|
+
"path": [
|
|
8155
|
+
"conduction",
|
|
8156
|
+
"tabs",
|
|
8157
|
+
"tab",
|
|
8158
|
+
"panel",
|
|
8159
|
+
"padding-inline-start"
|
|
8160
|
+
]
|
|
8161
|
+
},
|
|
8162
|
+
"padding-inline-end": {
|
|
8163
|
+
"value": "24px",
|
|
8164
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8165
|
+
"isSource": true,
|
|
8166
|
+
"original": {
|
|
8167
|
+
"value": "{noaberkracht.size.lg}"
|
|
8168
|
+
},
|
|
8169
|
+
"name": "conductionTabsTabPanelPaddingInlineEnd",
|
|
8170
|
+
"attributes": {
|
|
8171
|
+
"category": "conduction",
|
|
8172
|
+
"type": "tabs",
|
|
8173
|
+
"item": "tab",
|
|
8174
|
+
"subitem": "panel",
|
|
8175
|
+
"state": "padding-inline-end"
|
|
8176
|
+
},
|
|
8177
|
+
"path": [
|
|
8178
|
+
"conduction",
|
|
8179
|
+
"tabs",
|
|
8180
|
+
"tab",
|
|
8181
|
+
"panel",
|
|
8182
|
+
"padding-inline-end"
|
|
8183
|
+
]
|
|
8184
|
+
},
|
|
8185
|
+
"border-width": {},
|
|
8186
|
+
"border-style": {},
|
|
8187
|
+
"border-color": {},
|
|
8188
|
+
"border-top": {}
|
|
8189
|
+
}
|
|
8190
|
+
},
|
|
8191
|
+
"scroll-button": {
|
|
8192
|
+
"background-color": {
|
|
8193
|
+
"value": "#ffffff",
|
|
8194
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8195
|
+
"isSource": true,
|
|
8196
|
+
"original": {
|
|
8197
|
+
"value": "{noaberkracht.color.white.100}"
|
|
8198
|
+
},
|
|
8199
|
+
"name": "conductionTabsScrollButtonBackgroundColor",
|
|
8200
|
+
"attributes": {
|
|
8201
|
+
"category": "conduction",
|
|
8202
|
+
"type": "tabs",
|
|
8203
|
+
"item": "scroll-button",
|
|
8204
|
+
"subitem": "background-color"
|
|
8205
|
+
},
|
|
8206
|
+
"path": [
|
|
8207
|
+
"conduction",
|
|
8208
|
+
"tabs",
|
|
8209
|
+
"scroll-button",
|
|
8210
|
+
"background-color"
|
|
8211
|
+
]
|
|
8212
|
+
},
|
|
8213
|
+
"color": {
|
|
8214
|
+
"value": "#003790",
|
|
8215
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8216
|
+
"isSource": true,
|
|
8217
|
+
"original": {
|
|
8218
|
+
"value": "{utrecht.document.color}"
|
|
8219
|
+
},
|
|
8220
|
+
"name": "conductionTabsScrollButtonColor",
|
|
8221
|
+
"attributes": {
|
|
8222
|
+
"category": "conduction",
|
|
8223
|
+
"type": "tabs",
|
|
8224
|
+
"item": "scroll-button",
|
|
8225
|
+
"subitem": "color"
|
|
8226
|
+
},
|
|
8227
|
+
"path": [
|
|
8228
|
+
"conduction",
|
|
8229
|
+
"tabs",
|
|
8230
|
+
"scroll-button",
|
|
8231
|
+
"color"
|
|
8232
|
+
]
|
|
8233
|
+
},
|
|
8234
|
+
"border-width": {},
|
|
8235
|
+
"border-style": {},
|
|
8236
|
+
"border-color": {},
|
|
8237
|
+
"hover": {
|
|
8238
|
+
"background-color": {
|
|
8239
|
+
"value": "#ffffff",
|
|
8240
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8241
|
+
"isSource": true,
|
|
8242
|
+
"original": {
|
|
8243
|
+
"value": "{noaberkracht.color.white.100}"
|
|
8244
|
+
},
|
|
8245
|
+
"name": "conductionTabsScrollButtonHoverBackgroundColor",
|
|
8246
|
+
"attributes": {
|
|
8247
|
+
"category": "conduction",
|
|
8248
|
+
"type": "tabs",
|
|
8249
|
+
"item": "scroll-button",
|
|
8250
|
+
"subitem": "hover",
|
|
8251
|
+
"state": "background-color"
|
|
8252
|
+
},
|
|
8253
|
+
"path": [
|
|
8254
|
+
"conduction",
|
|
8255
|
+
"tabs",
|
|
8256
|
+
"scroll-button",
|
|
8257
|
+
"hover",
|
|
8258
|
+
"background-color"
|
|
8259
|
+
]
|
|
8260
|
+
},
|
|
8261
|
+
"color": {
|
|
8262
|
+
"value": "#f0b800",
|
|
8263
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8264
|
+
"isSource": true,
|
|
8265
|
+
"original": {
|
|
8266
|
+
"value": "{noaberkracht.color.yellow.47}"
|
|
8267
|
+
},
|
|
8268
|
+
"name": "conductionTabsScrollButtonHoverColor",
|
|
8269
|
+
"attributes": {
|
|
8270
|
+
"category": "conduction",
|
|
8271
|
+
"type": "tabs",
|
|
8272
|
+
"item": "scroll-button",
|
|
8273
|
+
"subitem": "hover",
|
|
8274
|
+
"state": "color"
|
|
8275
|
+
},
|
|
8276
|
+
"path": [
|
|
8277
|
+
"conduction",
|
|
8278
|
+
"tabs",
|
|
8279
|
+
"scroll-button",
|
|
8280
|
+
"hover",
|
|
8281
|
+
"color"
|
|
8282
|
+
]
|
|
8283
|
+
}
|
|
8284
|
+
}
|
|
8285
|
+
}
|
|
7113
8286
|
}
|
|
7114
8287
|
}
|
|
7115
8288
|
}
|