@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
|
@@ -666,6 +666,27 @@
|
|
|
666
666
|
}
|
|
667
667
|
},
|
|
668
668
|
"grey": {
|
|
669
|
+
"38": {
|
|
670
|
+
"value": "#5c6066",
|
|
671
|
+
"filePath": "src/brand/tubbergen/color.tokens.json",
|
|
672
|
+
"isSource": true,
|
|
673
|
+
"original": {
|
|
674
|
+
"value": "#5c6066"
|
|
675
|
+
},
|
|
676
|
+
"name": "tubbergenColorGrey38",
|
|
677
|
+
"attributes": {
|
|
678
|
+
"category": "tubbergen",
|
|
679
|
+
"type": "color",
|
|
680
|
+
"item": "grey",
|
|
681
|
+
"subitem": "38"
|
|
682
|
+
},
|
|
683
|
+
"path": [
|
|
684
|
+
"tubbergen",
|
|
685
|
+
"color",
|
|
686
|
+
"grey",
|
|
687
|
+
"38"
|
|
688
|
+
]
|
|
689
|
+
},
|
|
669
690
|
"42": {
|
|
670
691
|
"value": "#6b6b6b",
|
|
671
692
|
"filePath": "src/brand/tubbergen/color.tokens.json",
|
|
@@ -730,6 +751,27 @@
|
|
|
730
751
|
"grey",
|
|
731
752
|
"64"
|
|
732
753
|
]
|
|
754
|
+
},
|
|
755
|
+
"72": {
|
|
756
|
+
"value": "#AEB6C2",
|
|
757
|
+
"filePath": "src/brand/tubbergen/color.tokens.json",
|
|
758
|
+
"isSource": true,
|
|
759
|
+
"original": {
|
|
760
|
+
"value": "#AEB6C2"
|
|
761
|
+
},
|
|
762
|
+
"name": "tubbergenColorGrey72",
|
|
763
|
+
"attributes": {
|
|
764
|
+
"category": "tubbergen",
|
|
765
|
+
"type": "color",
|
|
766
|
+
"item": "grey",
|
|
767
|
+
"subitem": "72"
|
|
768
|
+
},
|
|
769
|
+
"path": [
|
|
770
|
+
"tubbergen",
|
|
771
|
+
"color",
|
|
772
|
+
"grey",
|
|
773
|
+
"72"
|
|
774
|
+
]
|
|
733
775
|
}
|
|
734
776
|
},
|
|
735
777
|
"lightgrey": {
|
|
@@ -2404,6 +2446,182 @@
|
|
|
2404
2446
|
}
|
|
2405
2447
|
}
|
|
2406
2448
|
},
|
|
2449
|
+
"badge-counter": {
|
|
2450
|
+
"background-color": {
|
|
2451
|
+
"value": "#0b612d",
|
|
2452
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2453
|
+
"isSource": true,
|
|
2454
|
+
"original": {
|
|
2455
|
+
"value": "{tubbergen.color.primary}"
|
|
2456
|
+
},
|
|
2457
|
+
"name": "utrechtBadgeCounterBackgroundColor",
|
|
2458
|
+
"attributes": {
|
|
2459
|
+
"category": "utrecht",
|
|
2460
|
+
"type": "badge-counter",
|
|
2461
|
+
"item": "background-color"
|
|
2462
|
+
},
|
|
2463
|
+
"path": [
|
|
2464
|
+
"utrecht",
|
|
2465
|
+
"badge-counter",
|
|
2466
|
+
"background-color"
|
|
2467
|
+
]
|
|
2468
|
+
},
|
|
2469
|
+
"border-radius": {
|
|
2470
|
+
"value": "50%",
|
|
2471
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2472
|
+
"isSource": true,
|
|
2473
|
+
"original": {
|
|
2474
|
+
"value": "50%"
|
|
2475
|
+
},
|
|
2476
|
+
"name": "utrechtBadgeCounterBorderRadius",
|
|
2477
|
+
"attributes": {
|
|
2478
|
+
"category": "utrecht",
|
|
2479
|
+
"type": "badge-counter",
|
|
2480
|
+
"item": "border-radius"
|
|
2481
|
+
},
|
|
2482
|
+
"path": [
|
|
2483
|
+
"utrecht",
|
|
2484
|
+
"badge-counter",
|
|
2485
|
+
"border-radius"
|
|
2486
|
+
]
|
|
2487
|
+
},
|
|
2488
|
+
"color": {
|
|
2489
|
+
"value": "#ffffff",
|
|
2490
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2491
|
+
"isSource": true,
|
|
2492
|
+
"original": {
|
|
2493
|
+
"value": "{tubbergen.color.white.100}"
|
|
2494
|
+
},
|
|
2495
|
+
"name": "utrechtBadgeCounterColor",
|
|
2496
|
+
"attributes": {
|
|
2497
|
+
"category": "utrecht",
|
|
2498
|
+
"type": "badge-counter",
|
|
2499
|
+
"item": "color"
|
|
2500
|
+
},
|
|
2501
|
+
"path": [
|
|
2502
|
+
"utrecht",
|
|
2503
|
+
"badge-counter",
|
|
2504
|
+
"color"
|
|
2505
|
+
]
|
|
2506
|
+
},
|
|
2507
|
+
"font-size": {
|
|
2508
|
+
"value": "16px",
|
|
2509
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2510
|
+
"isSource": true,
|
|
2511
|
+
"original": {
|
|
2512
|
+
"value": "{utrecht.document.font-size}"
|
|
2513
|
+
},
|
|
2514
|
+
"name": "utrechtBadgeCounterFontSize",
|
|
2515
|
+
"attributes": {
|
|
2516
|
+
"category": "utrecht",
|
|
2517
|
+
"type": "badge-counter",
|
|
2518
|
+
"item": "font-size"
|
|
2519
|
+
},
|
|
2520
|
+
"path": [
|
|
2521
|
+
"utrecht",
|
|
2522
|
+
"badge-counter",
|
|
2523
|
+
"font-size"
|
|
2524
|
+
]
|
|
2525
|
+
},
|
|
2526
|
+
"font-weight": {
|
|
2527
|
+
"value": "400",
|
|
2528
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2529
|
+
"isSource": true,
|
|
2530
|
+
"original": {
|
|
2531
|
+
"value": "{tubbergen.typography.font-weight.normal}"
|
|
2532
|
+
},
|
|
2533
|
+
"name": "utrechtBadgeCounterFontWeight",
|
|
2534
|
+
"attributes": {
|
|
2535
|
+
"category": "utrecht",
|
|
2536
|
+
"type": "badge-counter",
|
|
2537
|
+
"item": "font-weight"
|
|
2538
|
+
},
|
|
2539
|
+
"path": [
|
|
2540
|
+
"utrecht",
|
|
2541
|
+
"badge-counter",
|
|
2542
|
+
"font-weight"
|
|
2543
|
+
]
|
|
2544
|
+
},
|
|
2545
|
+
"padding-block": {
|
|
2546
|
+
"value": "4px",
|
|
2547
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2548
|
+
"isSource": true,
|
|
2549
|
+
"original": {
|
|
2550
|
+
"value": "{tubbergen.size.2xs}"
|
|
2551
|
+
},
|
|
2552
|
+
"name": "utrechtBadgeCounterPaddingBlock",
|
|
2553
|
+
"attributes": {
|
|
2554
|
+
"category": "utrecht",
|
|
2555
|
+
"type": "badge-counter",
|
|
2556
|
+
"item": "padding-block"
|
|
2557
|
+
},
|
|
2558
|
+
"path": [
|
|
2559
|
+
"utrecht",
|
|
2560
|
+
"badge-counter",
|
|
2561
|
+
"padding-block"
|
|
2562
|
+
]
|
|
2563
|
+
},
|
|
2564
|
+
"padding-inline": {
|
|
2565
|
+
"value": "4px",
|
|
2566
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
2567
|
+
"isSource": true,
|
|
2568
|
+
"original": {
|
|
2569
|
+
"value": "{tubbergen.size.2xs}"
|
|
2570
|
+
},
|
|
2571
|
+
"name": "utrechtBadgeCounterPaddingInline",
|
|
2572
|
+
"attributes": {
|
|
2573
|
+
"category": "utrecht",
|
|
2574
|
+
"type": "badge-counter",
|
|
2575
|
+
"item": "padding-inline"
|
|
2576
|
+
},
|
|
2577
|
+
"path": [
|
|
2578
|
+
"utrecht",
|
|
2579
|
+
"badge-counter",
|
|
2580
|
+
"padding-inline"
|
|
2581
|
+
]
|
|
2582
|
+
},
|
|
2583
|
+
"font-family": {
|
|
2584
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
2585
|
+
"filePath": "src/component/utrecht/extra-tokens/badge-counter.tokens.json",
|
|
2586
|
+
"isSource": true,
|
|
2587
|
+
"original": {
|
|
2588
|
+
"value": "{utrecht.document.font-family}"
|
|
2589
|
+
},
|
|
2590
|
+
"name": "utrechtBadgeCounterFontFamily",
|
|
2591
|
+
"attributes": {
|
|
2592
|
+
"category": "utrecht",
|
|
2593
|
+
"type": "badge-counter",
|
|
2594
|
+
"item": "font-family"
|
|
2595
|
+
},
|
|
2596
|
+
"path": [
|
|
2597
|
+
"utrecht",
|
|
2598
|
+
"badge-counter",
|
|
2599
|
+
"font-family"
|
|
2600
|
+
]
|
|
2601
|
+
},
|
|
2602
|
+
"font-style": {},
|
|
2603
|
+
"text-decoration": {
|
|
2604
|
+
"value": "none",
|
|
2605
|
+
"filePath": "src/component/utrecht/extra-tokens/badge-counter.tokens.json",
|
|
2606
|
+
"isSource": true,
|
|
2607
|
+
"original": {
|
|
2608
|
+
"value": "none"
|
|
2609
|
+
},
|
|
2610
|
+
"name": "utrechtBadgeCounterTextDecoration",
|
|
2611
|
+
"attributes": {
|
|
2612
|
+
"category": "utrecht",
|
|
2613
|
+
"type": "badge-counter",
|
|
2614
|
+
"item": "text-decoration"
|
|
2615
|
+
},
|
|
2616
|
+
"path": [
|
|
2617
|
+
"utrecht",
|
|
2618
|
+
"badge-counter",
|
|
2619
|
+
"text-decoration"
|
|
2620
|
+
]
|
|
2621
|
+
},
|
|
2622
|
+
"min-block-size": {},
|
|
2623
|
+
"min-inline-size": {}
|
|
2624
|
+
},
|
|
2407
2625
|
"blockquote": {
|
|
2408
2626
|
"background-color": {
|
|
2409
2627
|
"value": "#9aa1ab",
|
|
@@ -3941,10 +4159,75 @@
|
|
|
3941
4159
|
"background-color"
|
|
3942
4160
|
]
|
|
3943
4161
|
},
|
|
4162
|
+
"line-height": {},
|
|
4163
|
+
"placeholder": {
|
|
4164
|
+
"color": {
|
|
4165
|
+
"value": "#6b6b6b",
|
|
4166
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
4167
|
+
"isSource": true,
|
|
4168
|
+
"original": {
|
|
4169
|
+
"value": "{tubbergen.color.grey.42}"
|
|
4170
|
+
},
|
|
4171
|
+
"name": "utrechtFormInputPlaceholderColor",
|
|
4172
|
+
"attributes": {
|
|
4173
|
+
"category": "utrecht",
|
|
4174
|
+
"type": "form-input",
|
|
4175
|
+
"item": "placeholder",
|
|
4176
|
+
"subitem": "color"
|
|
4177
|
+
},
|
|
4178
|
+
"path": [
|
|
4179
|
+
"utrecht",
|
|
4180
|
+
"form-input",
|
|
4181
|
+
"placeholder",
|
|
4182
|
+
"color"
|
|
4183
|
+
]
|
|
4184
|
+
}
|
|
4185
|
+
},
|
|
4186
|
+
"disabled": {
|
|
4187
|
+
"background-color": {},
|
|
4188
|
+
"border-color": {},
|
|
4189
|
+
"color": {}
|
|
4190
|
+
},
|
|
4191
|
+
"focus": {
|
|
4192
|
+
"background-color": {},
|
|
4193
|
+
"border-color": {
|
|
4194
|
+
"value": "#2e79c6",
|
|
4195
|
+
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
4196
|
+
"isSource": true,
|
|
4197
|
+
"original": {
|
|
4198
|
+
"value": "{tubbergen.color.blue.48}"
|
|
4199
|
+
},
|
|
4200
|
+
"name": "utrechtFormInputFocusBorderColor",
|
|
4201
|
+
"attributes": {
|
|
4202
|
+
"category": "utrecht",
|
|
4203
|
+
"type": "form-input",
|
|
4204
|
+
"item": "focus",
|
|
4205
|
+
"subitem": "border-color"
|
|
4206
|
+
},
|
|
4207
|
+
"path": [
|
|
4208
|
+
"utrecht",
|
|
4209
|
+
"form-input",
|
|
4210
|
+
"focus",
|
|
4211
|
+
"border-color"
|
|
4212
|
+
]
|
|
4213
|
+
},
|
|
4214
|
+
"color": {}
|
|
4215
|
+
},
|
|
4216
|
+
"invalid": {
|
|
4217
|
+
"background-color": {},
|
|
4218
|
+
"color": {},
|
|
4219
|
+
"border-color": {},
|
|
4220
|
+
"border-width": {}
|
|
4221
|
+
},
|
|
4222
|
+
"read-only": {
|
|
4223
|
+
"background-color": {},
|
|
4224
|
+
"border-color": {},
|
|
4225
|
+
"color": {}
|
|
4226
|
+
},
|
|
3944
4227
|
"border-bottom-width": {},
|
|
3945
4228
|
"border-color": {
|
|
3946
4229
|
"value": "#767676",
|
|
3947
|
-
"filePath": "src/component/utrecht/
|
|
4230
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3948
4231
|
"isSource": true,
|
|
3949
4232
|
"original": {
|
|
3950
4233
|
"value": "{tubbergen.color.grey.46}"
|
|
@@ -3963,7 +4246,7 @@
|
|
|
3963
4246
|
},
|
|
3964
4247
|
"border-radius": {
|
|
3965
4248
|
"value": "0px",
|
|
3966
|
-
"filePath": "src/component/utrecht/
|
|
4249
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3967
4250
|
"isSource": true,
|
|
3968
4251
|
"original": {
|
|
3969
4252
|
"value": "0px"
|
|
@@ -3982,7 +4265,7 @@
|
|
|
3982
4265
|
},
|
|
3983
4266
|
"border-width": {
|
|
3984
4267
|
"value": "1px",
|
|
3985
|
-
"filePath": "src/component/utrecht/
|
|
4268
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3986
4269
|
"isSource": true,
|
|
3987
4270
|
"original": {
|
|
3988
4271
|
"value": "{tubbergen.size.4xs}"
|
|
@@ -4001,7 +4284,7 @@
|
|
|
4001
4284
|
},
|
|
4002
4285
|
"color": {
|
|
4003
4286
|
"value": "#555555",
|
|
4004
|
-
"filePath": "src/component/utrecht/
|
|
4287
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
4005
4288
|
"isSource": true,
|
|
4006
4289
|
"original": {
|
|
4007
4290
|
"value": "{tubbergen.color.black.33}"
|
|
@@ -4020,7 +4303,7 @@
|
|
|
4020
4303
|
},
|
|
4021
4304
|
"font-family": {
|
|
4022
4305
|
"value": "\"Lato\", Arial, sans-serif",
|
|
4023
|
-
"filePath": "src/component/utrecht/
|
|
4306
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
4024
4307
|
"isSource": true,
|
|
4025
4308
|
"original": {
|
|
4026
4309
|
"value": "{tubbergen.typography.lato.font-family}"
|
|
@@ -4039,7 +4322,7 @@
|
|
|
4039
4322
|
},
|
|
4040
4323
|
"font-size": {
|
|
4041
4324
|
"value": "15px",
|
|
4042
|
-
"filePath": "src/component/utrecht/
|
|
4325
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
4043
4326
|
"isSource": true,
|
|
4044
4327
|
"original": {
|
|
4045
4328
|
"value": "15px"
|
|
@@ -4056,11 +4339,11 @@
|
|
|
4056
4339
|
"font-size"
|
|
4057
4340
|
]
|
|
4058
4341
|
},
|
|
4059
|
-
"
|
|
4342
|
+
"min-inline-height": {},
|
|
4060
4343
|
"max-inline-size": {},
|
|
4061
4344
|
"padding-block-end": {
|
|
4062
4345
|
"value": "8px",
|
|
4063
|
-
"filePath": "src/component/utrecht/
|
|
4346
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
4064
4347
|
"isSource": true,
|
|
4065
4348
|
"original": {
|
|
4066
4349
|
"value": "{tubbergen.size.xs}"
|
|
@@ -4079,7 +4362,7 @@
|
|
|
4079
4362
|
},
|
|
4080
4363
|
"padding-block-start": {
|
|
4081
4364
|
"value": "8px",
|
|
4082
|
-
"filePath": "src/component/utrecht/
|
|
4365
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
4083
4366
|
"isSource": true,
|
|
4084
4367
|
"original": {
|
|
4085
4368
|
"value": "{tubbergen.size.xs}"
|
|
@@ -4098,7 +4381,7 @@
|
|
|
4098
4381
|
},
|
|
4099
4382
|
"padding-inline-end": {
|
|
4100
4383
|
"value": "14px",
|
|
4101
|
-
"filePath": "src/component/utrecht/
|
|
4384
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
4102
4385
|
"isSource": true,
|
|
4103
4386
|
"original": {
|
|
4104
4387
|
"value": "{tubbergen.size.sm}"
|
|
@@ -4117,7 +4400,7 @@
|
|
|
4117
4400
|
},
|
|
4118
4401
|
"padding-inline-start": {
|
|
4119
4402
|
"value": "14px",
|
|
4120
|
-
"filePath": "src/component/utrecht/
|
|
4403
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
4121
4404
|
"isSource": true,
|
|
4122
4405
|
"original": {
|
|
4123
4406
|
"value": "{tubbergen.size.sm}"
|
|
@@ -4133,70 +4416,6 @@
|
|
|
4133
4416
|
"form-input",
|
|
4134
4417
|
"padding-inline-start"
|
|
4135
4418
|
]
|
|
4136
|
-
},
|
|
4137
|
-
"placeholder": {
|
|
4138
|
-
"color": {
|
|
4139
|
-
"value": "#6b6b6b",
|
|
4140
|
-
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
4141
|
-
"isSource": true,
|
|
4142
|
-
"original": {
|
|
4143
|
-
"value": "{tubbergen.color.grey.42}"
|
|
4144
|
-
},
|
|
4145
|
-
"name": "utrechtFormInputPlaceholderColor",
|
|
4146
|
-
"attributes": {
|
|
4147
|
-
"category": "utrecht",
|
|
4148
|
-
"type": "form-input",
|
|
4149
|
-
"item": "placeholder",
|
|
4150
|
-
"subitem": "color"
|
|
4151
|
-
},
|
|
4152
|
-
"path": [
|
|
4153
|
-
"utrecht",
|
|
4154
|
-
"form-input",
|
|
4155
|
-
"placeholder",
|
|
4156
|
-
"color"
|
|
4157
|
-
]
|
|
4158
|
-
}
|
|
4159
|
-
},
|
|
4160
|
-
"disabled": {
|
|
4161
|
-
"background-color": {},
|
|
4162
|
-
"border-color": {},
|
|
4163
|
-
"color": {}
|
|
4164
|
-
},
|
|
4165
|
-
"focus": {
|
|
4166
|
-
"background-color": {},
|
|
4167
|
-
"border-color": {
|
|
4168
|
-
"value": "#2e79c6",
|
|
4169
|
-
"filePath": "src/component/utrecht/extra-tokens/form-input.tokens.json",
|
|
4170
|
-
"isSource": true,
|
|
4171
|
-
"original": {
|
|
4172
|
-
"value": "{tubbergen.color.blue.48}"
|
|
4173
|
-
},
|
|
4174
|
-
"name": "utrechtFormInputFocusBorderColor",
|
|
4175
|
-
"attributes": {
|
|
4176
|
-
"category": "utrecht",
|
|
4177
|
-
"type": "form-input",
|
|
4178
|
-
"item": "focus",
|
|
4179
|
-
"subitem": "border-color"
|
|
4180
|
-
},
|
|
4181
|
-
"path": [
|
|
4182
|
-
"utrecht",
|
|
4183
|
-
"form-input",
|
|
4184
|
-
"focus",
|
|
4185
|
-
"border-color"
|
|
4186
|
-
]
|
|
4187
|
-
},
|
|
4188
|
-
"color": {}
|
|
4189
|
-
},
|
|
4190
|
-
"invalid": {
|
|
4191
|
-
"background-color": {},
|
|
4192
|
-
"border-color": {},
|
|
4193
|
-
"border-width": {},
|
|
4194
|
-
"color": {}
|
|
4195
|
-
},
|
|
4196
|
-
"read-only": {
|
|
4197
|
-
"background-color": {},
|
|
4198
|
-
"border-color": {},
|
|
4199
|
-
"color": {}
|
|
4200
4419
|
}
|
|
4201
4420
|
},
|
|
4202
4421
|
"icon": {
|
|
@@ -5131,10 +5350,75 @@
|
|
|
5131
5350
|
"background-color"
|
|
5132
5351
|
]
|
|
5133
5352
|
},
|
|
5353
|
+
"line-height": {},
|
|
5354
|
+
"placeholder": {
|
|
5355
|
+
"color": {
|
|
5356
|
+
"value": "#6b6b6b",
|
|
5357
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5358
|
+
"isSource": true,
|
|
5359
|
+
"original": {
|
|
5360
|
+
"value": "{tubbergen.color.grey.42}"
|
|
5361
|
+
},
|
|
5362
|
+
"name": "utrechtTextboxPlaceholderColor",
|
|
5363
|
+
"attributes": {
|
|
5364
|
+
"category": "utrecht",
|
|
5365
|
+
"type": "textbox",
|
|
5366
|
+
"item": "placeholder",
|
|
5367
|
+
"subitem": "color"
|
|
5368
|
+
},
|
|
5369
|
+
"path": [
|
|
5370
|
+
"utrecht",
|
|
5371
|
+
"textbox",
|
|
5372
|
+
"placeholder",
|
|
5373
|
+
"color"
|
|
5374
|
+
]
|
|
5375
|
+
}
|
|
5376
|
+
},
|
|
5377
|
+
"disabled": {
|
|
5378
|
+
"background-color": {},
|
|
5379
|
+
"border-color": {},
|
|
5380
|
+
"color": {}
|
|
5381
|
+
},
|
|
5382
|
+
"focus": {
|
|
5383
|
+
"background-color": {},
|
|
5384
|
+
"border-color": {
|
|
5385
|
+
"value": "#2e79c6",
|
|
5386
|
+
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5387
|
+
"isSource": true,
|
|
5388
|
+
"original": {
|
|
5389
|
+
"value": "{tubbergen.color.blue.48}"
|
|
5390
|
+
},
|
|
5391
|
+
"name": "utrechtTextboxFocusBorderColor",
|
|
5392
|
+
"attributes": {
|
|
5393
|
+
"category": "utrecht",
|
|
5394
|
+
"type": "textbox",
|
|
5395
|
+
"item": "focus",
|
|
5396
|
+
"subitem": "border-color"
|
|
5397
|
+
},
|
|
5398
|
+
"path": [
|
|
5399
|
+
"utrecht",
|
|
5400
|
+
"textbox",
|
|
5401
|
+
"focus",
|
|
5402
|
+
"border-color"
|
|
5403
|
+
]
|
|
5404
|
+
},
|
|
5405
|
+
"color": {}
|
|
5406
|
+
},
|
|
5407
|
+
"invalid": {
|
|
5408
|
+
"background-color": {},
|
|
5409
|
+
"color": {},
|
|
5410
|
+
"border-color": {},
|
|
5411
|
+
"border-width": {}
|
|
5412
|
+
},
|
|
5413
|
+
"read-only": {
|
|
5414
|
+
"background-color": {},
|
|
5415
|
+
"border-color": {},
|
|
5416
|
+
"color": {}
|
|
5417
|
+
},
|
|
5134
5418
|
"border-bottom-width": {},
|
|
5135
5419
|
"border-color": {
|
|
5136
5420
|
"value": "#767676",
|
|
5137
|
-
"filePath": "src/component/utrecht/
|
|
5421
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5138
5422
|
"isSource": true,
|
|
5139
5423
|
"original": {
|
|
5140
5424
|
"value": "{tubbergen.color.grey.46}"
|
|
@@ -5153,7 +5437,7 @@
|
|
|
5153
5437
|
},
|
|
5154
5438
|
"border-radius": {
|
|
5155
5439
|
"value": "0px",
|
|
5156
|
-
"filePath": "src/component/utrecht/
|
|
5440
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5157
5441
|
"isSource": true,
|
|
5158
5442
|
"original": {
|
|
5159
5443
|
"value": "0px"
|
|
@@ -5172,7 +5456,7 @@
|
|
|
5172
5456
|
},
|
|
5173
5457
|
"border-width": {
|
|
5174
5458
|
"value": "1px",
|
|
5175
|
-
"filePath": "src/component/utrecht/
|
|
5459
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5176
5460
|
"isSource": true,
|
|
5177
5461
|
"original": {
|
|
5178
5462
|
"value": "{tubbergen.size.4xs}"
|
|
@@ -5191,7 +5475,7 @@
|
|
|
5191
5475
|
},
|
|
5192
5476
|
"color": {
|
|
5193
5477
|
"value": "#555555",
|
|
5194
|
-
"filePath": "src/component/utrecht/
|
|
5478
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5195
5479
|
"isSource": true,
|
|
5196
5480
|
"original": {
|
|
5197
5481
|
"value": "{tubbergen.color.black.33}"
|
|
@@ -5210,7 +5494,7 @@
|
|
|
5210
5494
|
},
|
|
5211
5495
|
"font-family": {
|
|
5212
5496
|
"value": "\"Lato\", Arial, sans-serif",
|
|
5213
|
-
"filePath": "src/component/utrecht/
|
|
5497
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5214
5498
|
"isSource": true,
|
|
5215
5499
|
"original": {
|
|
5216
5500
|
"value": "{tubbergen.typography.lato.font-family}"
|
|
@@ -5229,7 +5513,7 @@
|
|
|
5229
5513
|
},
|
|
5230
5514
|
"font-size": {
|
|
5231
5515
|
"value": "15px",
|
|
5232
|
-
"filePath": "src/component/utrecht/
|
|
5516
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5233
5517
|
"isSource": true,
|
|
5234
5518
|
"original": {
|
|
5235
5519
|
"value": "15px"
|
|
@@ -5246,11 +5530,11 @@
|
|
|
5246
5530
|
"font-size"
|
|
5247
5531
|
]
|
|
5248
5532
|
},
|
|
5249
|
-
"
|
|
5533
|
+
"min-inline-height": {},
|
|
5250
5534
|
"max-inline-size": {},
|
|
5251
5535
|
"padding-block-end": {
|
|
5252
5536
|
"value": "8px",
|
|
5253
|
-
"filePath": "src/component/utrecht/
|
|
5537
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5254
5538
|
"isSource": true,
|
|
5255
5539
|
"original": {
|
|
5256
5540
|
"value": "{tubbergen.size.xs}"
|
|
@@ -5269,7 +5553,7 @@
|
|
|
5269
5553
|
},
|
|
5270
5554
|
"padding-block-start": {
|
|
5271
5555
|
"value": "8px",
|
|
5272
|
-
"filePath": "src/component/utrecht/
|
|
5556
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5273
5557
|
"isSource": true,
|
|
5274
5558
|
"original": {
|
|
5275
5559
|
"value": "{tubbergen.size.xs}"
|
|
@@ -5288,7 +5572,7 @@
|
|
|
5288
5572
|
},
|
|
5289
5573
|
"padding-inline-end": {
|
|
5290
5574
|
"value": "14px",
|
|
5291
|
-
"filePath": "src/component/utrecht/
|
|
5575
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5292
5576
|
"isSource": true,
|
|
5293
5577
|
"original": {
|
|
5294
5578
|
"value": "{tubbergen.size.sm}"
|
|
@@ -5307,7 +5591,7 @@
|
|
|
5307
5591
|
},
|
|
5308
5592
|
"padding-inline-start": {
|
|
5309
5593
|
"value": "14px",
|
|
5310
|
-
"filePath": "src/component/utrecht/
|
|
5594
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
5311
5595
|
"isSource": true,
|
|
5312
5596
|
"original": {
|
|
5313
5597
|
"value": "{tubbergen.size.sm}"
|
|
@@ -5323,70 +5607,6 @@
|
|
|
5323
5607
|
"textbox",
|
|
5324
5608
|
"padding-inline-start"
|
|
5325
5609
|
]
|
|
5326
|
-
},
|
|
5327
|
-
"placeholder": {
|
|
5328
|
-
"color": {
|
|
5329
|
-
"value": "#6b6b6b",
|
|
5330
|
-
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5331
|
-
"isSource": true,
|
|
5332
|
-
"original": {
|
|
5333
|
-
"value": "{tubbergen.color.grey.42}"
|
|
5334
|
-
},
|
|
5335
|
-
"name": "utrechtTextboxPlaceholderColor",
|
|
5336
|
-
"attributes": {
|
|
5337
|
-
"category": "utrecht",
|
|
5338
|
-
"type": "textbox",
|
|
5339
|
-
"item": "placeholder",
|
|
5340
|
-
"subitem": "color"
|
|
5341
|
-
},
|
|
5342
|
-
"path": [
|
|
5343
|
-
"utrecht",
|
|
5344
|
-
"textbox",
|
|
5345
|
-
"placeholder",
|
|
5346
|
-
"color"
|
|
5347
|
-
]
|
|
5348
|
-
}
|
|
5349
|
-
},
|
|
5350
|
-
"disabled": {
|
|
5351
|
-
"background-color": {},
|
|
5352
|
-
"border-color": {},
|
|
5353
|
-
"color": {}
|
|
5354
|
-
},
|
|
5355
|
-
"focus": {
|
|
5356
|
-
"background-color": {},
|
|
5357
|
-
"border-color": {
|
|
5358
|
-
"value": "#2e79c6",
|
|
5359
|
-
"filePath": "src/component/utrecht/extra-tokens/textbox.tokens.json",
|
|
5360
|
-
"isSource": true,
|
|
5361
|
-
"original": {
|
|
5362
|
-
"value": "{tubbergen.color.blue.48}"
|
|
5363
|
-
},
|
|
5364
|
-
"name": "utrechtTextboxFocusBorderColor",
|
|
5365
|
-
"attributes": {
|
|
5366
|
-
"category": "utrecht",
|
|
5367
|
-
"type": "textbox",
|
|
5368
|
-
"item": "focus",
|
|
5369
|
-
"subitem": "border-color"
|
|
5370
|
-
},
|
|
5371
|
-
"path": [
|
|
5372
|
-
"utrecht",
|
|
5373
|
-
"textbox",
|
|
5374
|
-
"focus",
|
|
5375
|
-
"border-color"
|
|
5376
|
-
]
|
|
5377
|
-
},
|
|
5378
|
-
"color": {}
|
|
5379
|
-
},
|
|
5380
|
-
"invalid": {
|
|
5381
|
-
"background-color": {},
|
|
5382
|
-
"border-color": {},
|
|
5383
|
-
"border-width": {},
|
|
5384
|
-
"color": {}
|
|
5385
|
-
},
|
|
5386
|
-
"read-only": {
|
|
5387
|
-
"background-color": {},
|
|
5388
|
-
"border-color": {},
|
|
5389
|
-
"color": {}
|
|
5390
5610
|
}
|
|
5391
5611
|
},
|
|
5392
5612
|
"heading-1": {
|
|
@@ -7853,6 +8073,1394 @@
|
|
|
7853
8073
|
]
|
|
7854
8074
|
}
|
|
7855
8075
|
}
|
|
8076
|
+
},
|
|
8077
|
+
"table-wrapper": {
|
|
8078
|
+
"scroll-button": {
|
|
8079
|
+
"background-color": {
|
|
8080
|
+
"value": "#f2f4f7",
|
|
8081
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
8082
|
+
"isSource": true,
|
|
8083
|
+
"original": {
|
|
8084
|
+
"value": "{tubbergen.color.blue.96}"
|
|
8085
|
+
},
|
|
8086
|
+
"name": "conductionTableWrapperScrollButtonBackgroundColor",
|
|
8087
|
+
"attributes": {
|
|
8088
|
+
"category": "conduction",
|
|
8089
|
+
"type": "table-wrapper",
|
|
8090
|
+
"item": "scroll-button",
|
|
8091
|
+
"subitem": "background-color"
|
|
8092
|
+
},
|
|
8093
|
+
"path": [
|
|
8094
|
+
"conduction",
|
|
8095
|
+
"table-wrapper",
|
|
8096
|
+
"scroll-button",
|
|
8097
|
+
"background-color"
|
|
8098
|
+
]
|
|
8099
|
+
},
|
|
8100
|
+
"color": {
|
|
8101
|
+
"value": "#333333",
|
|
8102
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
8103
|
+
"isSource": true,
|
|
8104
|
+
"original": {
|
|
8105
|
+
"value": "{tubbergen.color.black.20}"
|
|
8106
|
+
},
|
|
8107
|
+
"name": "conductionTableWrapperScrollButtonColor",
|
|
8108
|
+
"attributes": {
|
|
8109
|
+
"category": "conduction",
|
|
8110
|
+
"type": "table-wrapper",
|
|
8111
|
+
"item": "scroll-button",
|
|
8112
|
+
"subitem": "color"
|
|
8113
|
+
},
|
|
8114
|
+
"path": [
|
|
8115
|
+
"conduction",
|
|
8116
|
+
"table-wrapper",
|
|
8117
|
+
"scroll-button",
|
|
8118
|
+
"color"
|
|
8119
|
+
]
|
|
8120
|
+
},
|
|
8121
|
+
"padding-inline-start": {
|
|
8122
|
+
"value": "14px",
|
|
8123
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
8124
|
+
"isSource": true,
|
|
8125
|
+
"original": {
|
|
8126
|
+
"value": "{tubbergen.size.sm}"
|
|
8127
|
+
},
|
|
8128
|
+
"name": "conductionTableWrapperScrollButtonPaddingInlineStart",
|
|
8129
|
+
"attributes": {
|
|
8130
|
+
"category": "conduction",
|
|
8131
|
+
"type": "table-wrapper",
|
|
8132
|
+
"item": "scroll-button",
|
|
8133
|
+
"subitem": "padding-inline-start"
|
|
8134
|
+
},
|
|
8135
|
+
"path": [
|
|
8136
|
+
"conduction",
|
|
8137
|
+
"table-wrapper",
|
|
8138
|
+
"scroll-button",
|
|
8139
|
+
"padding-inline-start"
|
|
8140
|
+
]
|
|
8141
|
+
},
|
|
8142
|
+
"padding-inline-end": {
|
|
8143
|
+
"value": "14px",
|
|
8144
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
8145
|
+
"isSource": true,
|
|
8146
|
+
"original": {
|
|
8147
|
+
"value": "{tubbergen.size.sm}"
|
|
8148
|
+
},
|
|
8149
|
+
"name": "conductionTableWrapperScrollButtonPaddingInlineEnd",
|
|
8150
|
+
"attributes": {
|
|
8151
|
+
"category": "conduction",
|
|
8152
|
+
"type": "table-wrapper",
|
|
8153
|
+
"item": "scroll-button",
|
|
8154
|
+
"subitem": "padding-inline-end"
|
|
8155
|
+
},
|
|
8156
|
+
"path": [
|
|
8157
|
+
"conduction",
|
|
8158
|
+
"table-wrapper",
|
|
8159
|
+
"scroll-button",
|
|
8160
|
+
"padding-inline-end"
|
|
8161
|
+
]
|
|
8162
|
+
},
|
|
8163
|
+
"padding-block-start": {},
|
|
8164
|
+
"padding-block-end": {},
|
|
8165
|
+
"border-width": {},
|
|
8166
|
+
"border-style": {},
|
|
8167
|
+
"border-color": {},
|
|
8168
|
+
"hover": {
|
|
8169
|
+
"background-color": {
|
|
8170
|
+
"value": "#f2f4f7",
|
|
8171
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
8172
|
+
"isSource": true,
|
|
8173
|
+
"original": {
|
|
8174
|
+
"value": "{tubbergen.color.blue.96}"
|
|
8175
|
+
},
|
|
8176
|
+
"name": "conductionTableWrapperScrollButtonHoverBackgroundColor",
|
|
8177
|
+
"attributes": {
|
|
8178
|
+
"category": "conduction",
|
|
8179
|
+
"type": "table-wrapper",
|
|
8180
|
+
"item": "scroll-button",
|
|
8181
|
+
"subitem": "hover",
|
|
8182
|
+
"state": "background-color"
|
|
8183
|
+
},
|
|
8184
|
+
"path": [
|
|
8185
|
+
"conduction",
|
|
8186
|
+
"table-wrapper",
|
|
8187
|
+
"scroll-button",
|
|
8188
|
+
"hover",
|
|
8189
|
+
"background-color"
|
|
8190
|
+
]
|
|
8191
|
+
},
|
|
8192
|
+
"color": {
|
|
8193
|
+
"value": "#067432",
|
|
8194
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
8195
|
+
"isSource": true,
|
|
8196
|
+
"original": {
|
|
8197
|
+
"value": "{tubbergen.color.green.24}"
|
|
8198
|
+
},
|
|
8199
|
+
"name": "conductionTableWrapperScrollButtonHoverColor",
|
|
8200
|
+
"attributes": {
|
|
8201
|
+
"category": "conduction",
|
|
8202
|
+
"type": "table-wrapper",
|
|
8203
|
+
"item": "scroll-button",
|
|
8204
|
+
"subitem": "hover",
|
|
8205
|
+
"state": "color"
|
|
8206
|
+
},
|
|
8207
|
+
"path": [
|
|
8208
|
+
"conduction",
|
|
8209
|
+
"table-wrapper",
|
|
8210
|
+
"scroll-button",
|
|
8211
|
+
"hover",
|
|
8212
|
+
"color"
|
|
8213
|
+
]
|
|
8214
|
+
}
|
|
8215
|
+
}
|
|
8216
|
+
}
|
|
8217
|
+
},
|
|
8218
|
+
"tabs": {
|
|
8219
|
+
"tab": {
|
|
8220
|
+
"background-color": {
|
|
8221
|
+
"value": "#f2f4f7",
|
|
8222
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8223
|
+
"isSource": true,
|
|
8224
|
+
"original": {
|
|
8225
|
+
"value": "{tubbergen.color.blue.96}"
|
|
8226
|
+
},
|
|
8227
|
+
"name": "conductionTabsTabBackgroundColor",
|
|
8228
|
+
"attributes": {
|
|
8229
|
+
"category": "conduction",
|
|
8230
|
+
"type": "tabs",
|
|
8231
|
+
"item": "tab",
|
|
8232
|
+
"subitem": "background-color"
|
|
8233
|
+
},
|
|
8234
|
+
"path": [
|
|
8235
|
+
"conduction",
|
|
8236
|
+
"tabs",
|
|
8237
|
+
"tab",
|
|
8238
|
+
"background-color"
|
|
8239
|
+
]
|
|
8240
|
+
},
|
|
8241
|
+
"color": {
|
|
8242
|
+
"value": "#5c6066",
|
|
8243
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8244
|
+
"isSource": true,
|
|
8245
|
+
"original": {
|
|
8246
|
+
"value": "{tubbergen.color.grey.38}"
|
|
8247
|
+
},
|
|
8248
|
+
"name": "conductionTabsTabColor",
|
|
8249
|
+
"attributes": {
|
|
8250
|
+
"category": "conduction",
|
|
8251
|
+
"type": "tabs",
|
|
8252
|
+
"item": "tab",
|
|
8253
|
+
"subitem": "color"
|
|
8254
|
+
},
|
|
8255
|
+
"path": [
|
|
8256
|
+
"conduction",
|
|
8257
|
+
"tabs",
|
|
8258
|
+
"tab",
|
|
8259
|
+
"color"
|
|
8260
|
+
]
|
|
8261
|
+
},
|
|
8262
|
+
"border-width": {
|
|
8263
|
+
"value": "1px",
|
|
8264
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8265
|
+
"isSource": true,
|
|
8266
|
+
"original": {
|
|
8267
|
+
"value": "{tubbergen.size.4xs}"
|
|
8268
|
+
},
|
|
8269
|
+
"name": "conductionTabsTabBorderWidth",
|
|
8270
|
+
"attributes": {
|
|
8271
|
+
"category": "conduction",
|
|
8272
|
+
"type": "tabs",
|
|
8273
|
+
"item": "tab",
|
|
8274
|
+
"subitem": "border-width"
|
|
8275
|
+
},
|
|
8276
|
+
"path": [
|
|
8277
|
+
"conduction",
|
|
8278
|
+
"tabs",
|
|
8279
|
+
"tab",
|
|
8280
|
+
"border-width"
|
|
8281
|
+
]
|
|
8282
|
+
},
|
|
8283
|
+
"border-style": {
|
|
8284
|
+
"value": "solid",
|
|
8285
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8286
|
+
"isSource": true,
|
|
8287
|
+
"original": {
|
|
8288
|
+
"value": "solid"
|
|
8289
|
+
},
|
|
8290
|
+
"name": "conductionTabsTabBorderStyle",
|
|
8291
|
+
"attributes": {
|
|
8292
|
+
"category": "conduction",
|
|
8293
|
+
"type": "tabs",
|
|
8294
|
+
"item": "tab",
|
|
8295
|
+
"subitem": "border-style"
|
|
8296
|
+
},
|
|
8297
|
+
"path": [
|
|
8298
|
+
"conduction",
|
|
8299
|
+
"tabs",
|
|
8300
|
+
"tab",
|
|
8301
|
+
"border-style"
|
|
8302
|
+
]
|
|
8303
|
+
},
|
|
8304
|
+
"border-color": {
|
|
8305
|
+
"value": "#f2f4f7",
|
|
8306
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8307
|
+
"isSource": true,
|
|
8308
|
+
"original": {
|
|
8309
|
+
"value": "{tubbergen.color.blue.96}"
|
|
8310
|
+
},
|
|
8311
|
+
"name": "conductionTabsTabBorderColor",
|
|
8312
|
+
"attributes": {
|
|
8313
|
+
"category": "conduction",
|
|
8314
|
+
"type": "tabs",
|
|
8315
|
+
"item": "tab",
|
|
8316
|
+
"subitem": "border-color"
|
|
8317
|
+
},
|
|
8318
|
+
"path": [
|
|
8319
|
+
"conduction",
|
|
8320
|
+
"tabs",
|
|
8321
|
+
"tab",
|
|
8322
|
+
"border-color"
|
|
8323
|
+
]
|
|
8324
|
+
},
|
|
8325
|
+
"border-bottom": {
|
|
8326
|
+
"value": "0",
|
|
8327
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8328
|
+
"isSource": true,
|
|
8329
|
+
"original": {
|
|
8330
|
+
"value": "0"
|
|
8331
|
+
},
|
|
8332
|
+
"name": "conductionTabsTabBorderBottom",
|
|
8333
|
+
"attributes": {
|
|
8334
|
+
"category": "conduction",
|
|
8335
|
+
"type": "tabs",
|
|
8336
|
+
"item": "tab",
|
|
8337
|
+
"subitem": "border-bottom"
|
|
8338
|
+
},
|
|
8339
|
+
"path": [
|
|
8340
|
+
"conduction",
|
|
8341
|
+
"tabs",
|
|
8342
|
+
"tab",
|
|
8343
|
+
"border-bottom"
|
|
8344
|
+
]
|
|
8345
|
+
},
|
|
8346
|
+
"border-bottom-width": {},
|
|
8347
|
+
"border-bottom-style": {},
|
|
8348
|
+
"border-bottom-color": {},
|
|
8349
|
+
"bottom": {
|
|
8350
|
+
"value": "0px",
|
|
8351
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8352
|
+
"isSource": true,
|
|
8353
|
+
"original": {
|
|
8354
|
+
"value": "0px"
|
|
8355
|
+
},
|
|
8356
|
+
"name": "conductionTabsTabBottom",
|
|
8357
|
+
"attributes": {
|
|
8358
|
+
"category": "conduction",
|
|
8359
|
+
"type": "tabs",
|
|
8360
|
+
"item": "tab",
|
|
8361
|
+
"subitem": "bottom"
|
|
8362
|
+
},
|
|
8363
|
+
"path": [
|
|
8364
|
+
"conduction",
|
|
8365
|
+
"tabs",
|
|
8366
|
+
"tab",
|
|
8367
|
+
"bottom"
|
|
8368
|
+
]
|
|
8369
|
+
},
|
|
8370
|
+
"padding-block-start": {
|
|
8371
|
+
"value": "8px",
|
|
8372
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8373
|
+
"isSource": true,
|
|
8374
|
+
"original": {
|
|
8375
|
+
"value": "{tubbergen.size.xs}"
|
|
8376
|
+
},
|
|
8377
|
+
"name": "conductionTabsTabPaddingBlockStart",
|
|
8378
|
+
"attributes": {
|
|
8379
|
+
"category": "conduction",
|
|
8380
|
+
"type": "tabs",
|
|
8381
|
+
"item": "tab",
|
|
8382
|
+
"subitem": "padding-block-start"
|
|
8383
|
+
},
|
|
8384
|
+
"path": [
|
|
8385
|
+
"conduction",
|
|
8386
|
+
"tabs",
|
|
8387
|
+
"tab",
|
|
8388
|
+
"padding-block-start"
|
|
8389
|
+
]
|
|
8390
|
+
},
|
|
8391
|
+
"padding-block-end": {
|
|
8392
|
+
"value": "8px",
|
|
8393
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8394
|
+
"isSource": true,
|
|
8395
|
+
"original": {
|
|
8396
|
+
"value": "{tubbergen.size.xs}"
|
|
8397
|
+
},
|
|
8398
|
+
"name": "conductionTabsTabPaddingBlockEnd",
|
|
8399
|
+
"attributes": {
|
|
8400
|
+
"category": "conduction",
|
|
8401
|
+
"type": "tabs",
|
|
8402
|
+
"item": "tab",
|
|
8403
|
+
"subitem": "padding-block-end"
|
|
8404
|
+
},
|
|
8405
|
+
"path": [
|
|
8406
|
+
"conduction",
|
|
8407
|
+
"tabs",
|
|
8408
|
+
"tab",
|
|
8409
|
+
"padding-block-end"
|
|
8410
|
+
]
|
|
8411
|
+
},
|
|
8412
|
+
"padding-inline-start": {
|
|
8413
|
+
"value": "14px",
|
|
8414
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8415
|
+
"isSource": true,
|
|
8416
|
+
"original": {
|
|
8417
|
+
"value": "{tubbergen.size.sm}"
|
|
8418
|
+
},
|
|
8419
|
+
"name": "conductionTabsTabPaddingInlineStart",
|
|
8420
|
+
"attributes": {
|
|
8421
|
+
"category": "conduction",
|
|
8422
|
+
"type": "tabs",
|
|
8423
|
+
"item": "tab",
|
|
8424
|
+
"subitem": "padding-inline-start"
|
|
8425
|
+
},
|
|
8426
|
+
"path": [
|
|
8427
|
+
"conduction",
|
|
8428
|
+
"tabs",
|
|
8429
|
+
"tab",
|
|
8430
|
+
"padding-inline-start"
|
|
8431
|
+
]
|
|
8432
|
+
},
|
|
8433
|
+
"padding-inline-end": {
|
|
8434
|
+
"value": "14px",
|
|
8435
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8436
|
+
"isSource": true,
|
|
8437
|
+
"original": {
|
|
8438
|
+
"value": "{tubbergen.size.sm}"
|
|
8439
|
+
},
|
|
8440
|
+
"name": "conductionTabsTabPaddingInlineEnd",
|
|
8441
|
+
"attributes": {
|
|
8442
|
+
"category": "conduction",
|
|
8443
|
+
"type": "tabs",
|
|
8444
|
+
"item": "tab",
|
|
8445
|
+
"subitem": "padding-inline-end"
|
|
8446
|
+
},
|
|
8447
|
+
"path": [
|
|
8448
|
+
"conduction",
|
|
8449
|
+
"tabs",
|
|
8450
|
+
"tab",
|
|
8451
|
+
"padding-inline-end"
|
|
8452
|
+
]
|
|
8453
|
+
},
|
|
8454
|
+
"margin-inline-end": {
|
|
8455
|
+
"value": "8px",
|
|
8456
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8457
|
+
"isSource": true,
|
|
8458
|
+
"original": {
|
|
8459
|
+
"value": "{tubbergen.size.xs}"
|
|
8460
|
+
},
|
|
8461
|
+
"name": "conductionTabsTabMarginInlineEnd",
|
|
8462
|
+
"attributes": {
|
|
8463
|
+
"category": "conduction",
|
|
8464
|
+
"type": "tabs",
|
|
8465
|
+
"item": "tab",
|
|
8466
|
+
"subitem": "margin-inline-end"
|
|
8467
|
+
},
|
|
8468
|
+
"path": [
|
|
8469
|
+
"conduction",
|
|
8470
|
+
"tabs",
|
|
8471
|
+
"tab",
|
|
8472
|
+
"margin-inline-end"
|
|
8473
|
+
]
|
|
8474
|
+
},
|
|
8475
|
+
"font-size": {
|
|
8476
|
+
"value": "16px",
|
|
8477
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8478
|
+
"isSource": true,
|
|
8479
|
+
"original": {
|
|
8480
|
+
"value": "{tubbergen.font-size.md}"
|
|
8481
|
+
},
|
|
8482
|
+
"name": "conductionTabsTabFontSize",
|
|
8483
|
+
"attributes": {
|
|
8484
|
+
"category": "conduction",
|
|
8485
|
+
"type": "tabs",
|
|
8486
|
+
"item": "tab",
|
|
8487
|
+
"subitem": "font-size"
|
|
8488
|
+
},
|
|
8489
|
+
"path": [
|
|
8490
|
+
"conduction",
|
|
8491
|
+
"tabs",
|
|
8492
|
+
"tab",
|
|
8493
|
+
"font-size"
|
|
8494
|
+
]
|
|
8495
|
+
},
|
|
8496
|
+
"font-weight": {
|
|
8497
|
+
"value": "400",
|
|
8498
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8499
|
+
"isSource": true,
|
|
8500
|
+
"original": {
|
|
8501
|
+
"value": "{tubbergen.typography.font-weight.normal}"
|
|
8502
|
+
},
|
|
8503
|
+
"name": "conductionTabsTabFontWeight",
|
|
8504
|
+
"attributes": {
|
|
8505
|
+
"category": "conduction",
|
|
8506
|
+
"type": "tabs",
|
|
8507
|
+
"item": "tab",
|
|
8508
|
+
"subitem": "font-weight"
|
|
8509
|
+
},
|
|
8510
|
+
"path": [
|
|
8511
|
+
"conduction",
|
|
8512
|
+
"tabs",
|
|
8513
|
+
"tab",
|
|
8514
|
+
"font-weight"
|
|
8515
|
+
]
|
|
8516
|
+
},
|
|
8517
|
+
"font-family": {
|
|
8518
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
8519
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8520
|
+
"isSource": true,
|
|
8521
|
+
"original": {
|
|
8522
|
+
"value": "{utrecht.document.font-family}"
|
|
8523
|
+
},
|
|
8524
|
+
"name": "conductionTabsTabFontFamily",
|
|
8525
|
+
"attributes": {
|
|
8526
|
+
"category": "conduction",
|
|
8527
|
+
"type": "tabs",
|
|
8528
|
+
"item": "tab",
|
|
8529
|
+
"subitem": "font-family"
|
|
8530
|
+
},
|
|
8531
|
+
"path": [
|
|
8532
|
+
"conduction",
|
|
8533
|
+
"tabs",
|
|
8534
|
+
"tab",
|
|
8535
|
+
"font-family"
|
|
8536
|
+
]
|
|
8537
|
+
},
|
|
8538
|
+
"max-width": {
|
|
8539
|
+
"value": "unset",
|
|
8540
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8541
|
+
"isSource": true,
|
|
8542
|
+
"original": {
|
|
8543
|
+
"value": "unset"
|
|
8544
|
+
},
|
|
8545
|
+
"name": "conductionTabsTabMaxWidth",
|
|
8546
|
+
"attributes": {
|
|
8547
|
+
"category": "conduction",
|
|
8548
|
+
"type": "tabs",
|
|
8549
|
+
"item": "tab",
|
|
8550
|
+
"subitem": "max-width"
|
|
8551
|
+
},
|
|
8552
|
+
"path": [
|
|
8553
|
+
"conduction",
|
|
8554
|
+
"tabs",
|
|
8555
|
+
"tab",
|
|
8556
|
+
"max-width"
|
|
8557
|
+
]
|
|
8558
|
+
},
|
|
8559
|
+
"min-width": {
|
|
8560
|
+
"value": "160px",
|
|
8561
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8562
|
+
"isSource": true,
|
|
8563
|
+
"original": {
|
|
8564
|
+
"value": "160px"
|
|
8565
|
+
},
|
|
8566
|
+
"name": "conductionTabsTabMinWidth",
|
|
8567
|
+
"attributes": {
|
|
8568
|
+
"category": "conduction",
|
|
8569
|
+
"type": "tabs",
|
|
8570
|
+
"item": "tab",
|
|
8571
|
+
"subitem": "min-width"
|
|
8572
|
+
},
|
|
8573
|
+
"path": [
|
|
8574
|
+
"conduction",
|
|
8575
|
+
"tabs",
|
|
8576
|
+
"tab",
|
|
8577
|
+
"min-width"
|
|
8578
|
+
]
|
|
8579
|
+
},
|
|
8580
|
+
"min-height": {
|
|
8581
|
+
"value": "61px",
|
|
8582
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8583
|
+
"isSource": true,
|
|
8584
|
+
"original": {
|
|
8585
|
+
"value": "61px"
|
|
8586
|
+
},
|
|
8587
|
+
"name": "conductionTabsTabMinHeight",
|
|
8588
|
+
"attributes": {
|
|
8589
|
+
"category": "conduction",
|
|
8590
|
+
"type": "tabs",
|
|
8591
|
+
"item": "tab",
|
|
8592
|
+
"subitem": "min-height"
|
|
8593
|
+
},
|
|
8594
|
+
"path": [
|
|
8595
|
+
"conduction",
|
|
8596
|
+
"tabs",
|
|
8597
|
+
"tab",
|
|
8598
|
+
"min-height"
|
|
8599
|
+
]
|
|
8600
|
+
},
|
|
8601
|
+
"letter-spacing": {},
|
|
8602
|
+
"text-transform": {},
|
|
8603
|
+
"selected": {
|
|
8604
|
+
"background-color": {
|
|
8605
|
+
"value": "transparent",
|
|
8606
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8607
|
+
"isSource": true,
|
|
8608
|
+
"original": {
|
|
8609
|
+
"value": "transparent"
|
|
8610
|
+
},
|
|
8611
|
+
"name": "conductionTabsTabSelectedBackgroundColor",
|
|
8612
|
+
"attributes": {
|
|
8613
|
+
"category": "conduction",
|
|
8614
|
+
"type": "tabs",
|
|
8615
|
+
"item": "tab",
|
|
8616
|
+
"subitem": "selected",
|
|
8617
|
+
"state": "background-color"
|
|
8618
|
+
},
|
|
8619
|
+
"path": [
|
|
8620
|
+
"conduction",
|
|
8621
|
+
"tabs",
|
|
8622
|
+
"tab",
|
|
8623
|
+
"selected",
|
|
8624
|
+
"background-color"
|
|
8625
|
+
]
|
|
8626
|
+
},
|
|
8627
|
+
"color": {
|
|
8628
|
+
"value": "#0b612d",
|
|
8629
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8630
|
+
"isSource": true,
|
|
8631
|
+
"original": {
|
|
8632
|
+
"value": "{tubbergen.color.primary}"
|
|
8633
|
+
},
|
|
8634
|
+
"name": "conductionTabsTabSelectedColor",
|
|
8635
|
+
"attributes": {
|
|
8636
|
+
"category": "conduction",
|
|
8637
|
+
"type": "tabs",
|
|
8638
|
+
"item": "tab",
|
|
8639
|
+
"subitem": "selected",
|
|
8640
|
+
"state": "color"
|
|
8641
|
+
},
|
|
8642
|
+
"path": [
|
|
8643
|
+
"conduction",
|
|
8644
|
+
"tabs",
|
|
8645
|
+
"tab",
|
|
8646
|
+
"selected",
|
|
8647
|
+
"color"
|
|
8648
|
+
]
|
|
8649
|
+
},
|
|
8650
|
+
"box-shadow": {
|
|
8651
|
+
"value": "0px 1px 0px 0px #ffffff",
|
|
8652
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8653
|
+
"isSource": true,
|
|
8654
|
+
"original": {
|
|
8655
|
+
"value": "0px 1px 0px 0px {tubbergen.color.white.100}"
|
|
8656
|
+
},
|
|
8657
|
+
"name": "conductionTabsTabSelectedBoxShadow",
|
|
8658
|
+
"attributes": {
|
|
8659
|
+
"category": "conduction",
|
|
8660
|
+
"type": "tabs",
|
|
8661
|
+
"item": "tab",
|
|
8662
|
+
"subitem": "selected",
|
|
8663
|
+
"state": "box-shadow"
|
|
8664
|
+
},
|
|
8665
|
+
"path": [
|
|
8666
|
+
"conduction",
|
|
8667
|
+
"tabs",
|
|
8668
|
+
"tab",
|
|
8669
|
+
"selected",
|
|
8670
|
+
"box-shadow"
|
|
8671
|
+
]
|
|
8672
|
+
},
|
|
8673
|
+
"border-width": {
|
|
8674
|
+
"value": "1px",
|
|
8675
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8676
|
+
"isSource": true,
|
|
8677
|
+
"original": {
|
|
8678
|
+
"value": "{tubbergen.size.4xs}"
|
|
8679
|
+
},
|
|
8680
|
+
"name": "conductionTabsTabSelectedBorderWidth",
|
|
8681
|
+
"attributes": {
|
|
8682
|
+
"category": "conduction",
|
|
8683
|
+
"type": "tabs",
|
|
8684
|
+
"item": "tab",
|
|
8685
|
+
"subitem": "selected",
|
|
8686
|
+
"state": "border-width"
|
|
8687
|
+
},
|
|
8688
|
+
"path": [
|
|
8689
|
+
"conduction",
|
|
8690
|
+
"tabs",
|
|
8691
|
+
"tab",
|
|
8692
|
+
"selected",
|
|
8693
|
+
"border-width"
|
|
8694
|
+
]
|
|
8695
|
+
},
|
|
8696
|
+
"border-style": {
|
|
8697
|
+
"value": "solid",
|
|
8698
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8699
|
+
"isSource": true,
|
|
8700
|
+
"original": {
|
|
8701
|
+
"value": "solid"
|
|
8702
|
+
},
|
|
8703
|
+
"name": "conductionTabsTabSelectedBorderStyle",
|
|
8704
|
+
"attributes": {
|
|
8705
|
+
"category": "conduction",
|
|
8706
|
+
"type": "tabs",
|
|
8707
|
+
"item": "tab",
|
|
8708
|
+
"subitem": "selected",
|
|
8709
|
+
"state": "border-style"
|
|
8710
|
+
},
|
|
8711
|
+
"path": [
|
|
8712
|
+
"conduction",
|
|
8713
|
+
"tabs",
|
|
8714
|
+
"tab",
|
|
8715
|
+
"selected",
|
|
8716
|
+
"border-style"
|
|
8717
|
+
]
|
|
8718
|
+
},
|
|
8719
|
+
"border-color": {
|
|
8720
|
+
"value": "#AEB6C2",
|
|
8721
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8722
|
+
"isSource": true,
|
|
8723
|
+
"original": {
|
|
8724
|
+
"value": "{tubbergen.color.grey.72}"
|
|
8725
|
+
},
|
|
8726
|
+
"name": "conductionTabsTabSelectedBorderColor",
|
|
8727
|
+
"attributes": {
|
|
8728
|
+
"category": "conduction",
|
|
8729
|
+
"type": "tabs",
|
|
8730
|
+
"item": "tab",
|
|
8731
|
+
"subitem": "selected",
|
|
8732
|
+
"state": "border-color"
|
|
8733
|
+
},
|
|
8734
|
+
"path": [
|
|
8735
|
+
"conduction",
|
|
8736
|
+
"tabs",
|
|
8737
|
+
"tab",
|
|
8738
|
+
"selected",
|
|
8739
|
+
"border-color"
|
|
8740
|
+
]
|
|
8741
|
+
},
|
|
8742
|
+
"border-bottom": {
|
|
8743
|
+
"value": "0",
|
|
8744
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8745
|
+
"isSource": true,
|
|
8746
|
+
"original": {
|
|
8747
|
+
"value": "0"
|
|
8748
|
+
},
|
|
8749
|
+
"name": "conductionTabsTabSelectedBorderBottom",
|
|
8750
|
+
"attributes": {
|
|
8751
|
+
"category": "conduction",
|
|
8752
|
+
"type": "tabs",
|
|
8753
|
+
"item": "tab",
|
|
8754
|
+
"subitem": "selected",
|
|
8755
|
+
"state": "border-bottom"
|
|
8756
|
+
},
|
|
8757
|
+
"path": [
|
|
8758
|
+
"conduction",
|
|
8759
|
+
"tabs",
|
|
8760
|
+
"tab",
|
|
8761
|
+
"selected",
|
|
8762
|
+
"border-bottom"
|
|
8763
|
+
]
|
|
8764
|
+
},
|
|
8765
|
+
"border-bottom-width": {
|
|
8766
|
+
"value": "0px",
|
|
8767
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8768
|
+
"isSource": true,
|
|
8769
|
+
"original": {
|
|
8770
|
+
"value": "0px"
|
|
8771
|
+
},
|
|
8772
|
+
"name": "conductionTabsTabSelectedBorderBottomWidth",
|
|
8773
|
+
"attributes": {
|
|
8774
|
+
"category": "conduction",
|
|
8775
|
+
"type": "tabs",
|
|
8776
|
+
"item": "tab",
|
|
8777
|
+
"subitem": "selected",
|
|
8778
|
+
"state": "border-bottom-width"
|
|
8779
|
+
},
|
|
8780
|
+
"path": [
|
|
8781
|
+
"conduction",
|
|
8782
|
+
"tabs",
|
|
8783
|
+
"tab",
|
|
8784
|
+
"selected",
|
|
8785
|
+
"border-bottom-width"
|
|
8786
|
+
]
|
|
8787
|
+
},
|
|
8788
|
+
"border-bottom-style": {
|
|
8789
|
+
"value": "unset",
|
|
8790
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8791
|
+
"isSource": true,
|
|
8792
|
+
"original": {
|
|
8793
|
+
"value": "unset"
|
|
8794
|
+
},
|
|
8795
|
+
"name": "conductionTabsTabSelectedBorderBottomStyle",
|
|
8796
|
+
"attributes": {
|
|
8797
|
+
"category": "conduction",
|
|
8798
|
+
"type": "tabs",
|
|
8799
|
+
"item": "tab",
|
|
8800
|
+
"subitem": "selected",
|
|
8801
|
+
"state": "border-bottom-style"
|
|
8802
|
+
},
|
|
8803
|
+
"path": [
|
|
8804
|
+
"conduction",
|
|
8805
|
+
"tabs",
|
|
8806
|
+
"tab",
|
|
8807
|
+
"selected",
|
|
8808
|
+
"border-bottom-style"
|
|
8809
|
+
]
|
|
8810
|
+
},
|
|
8811
|
+
"border-bottom-color": {
|
|
8812
|
+
"value": "unset",
|
|
8813
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8814
|
+
"isSource": true,
|
|
8815
|
+
"original": {
|
|
8816
|
+
"value": "unset"
|
|
8817
|
+
},
|
|
8818
|
+
"name": "conductionTabsTabSelectedBorderBottomColor",
|
|
8819
|
+
"attributes": {
|
|
8820
|
+
"category": "conduction",
|
|
8821
|
+
"type": "tabs",
|
|
8822
|
+
"item": "tab",
|
|
8823
|
+
"subitem": "selected",
|
|
8824
|
+
"state": "border-bottom-color"
|
|
8825
|
+
},
|
|
8826
|
+
"path": [
|
|
8827
|
+
"conduction",
|
|
8828
|
+
"tabs",
|
|
8829
|
+
"tab",
|
|
8830
|
+
"selected",
|
|
8831
|
+
"border-bottom-color"
|
|
8832
|
+
]
|
|
8833
|
+
},
|
|
8834
|
+
"font-weight": {
|
|
8835
|
+
"value": "400",
|
|
8836
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8837
|
+
"isSource": true,
|
|
8838
|
+
"original": {
|
|
8839
|
+
"value": "{tubbergen.typography.font-weight.normal}"
|
|
8840
|
+
},
|
|
8841
|
+
"name": "conductionTabsTabSelectedFontWeight",
|
|
8842
|
+
"attributes": {
|
|
8843
|
+
"category": "conduction",
|
|
8844
|
+
"type": "tabs",
|
|
8845
|
+
"item": "tab",
|
|
8846
|
+
"subitem": "selected",
|
|
8847
|
+
"state": "font-weight"
|
|
8848
|
+
},
|
|
8849
|
+
"path": [
|
|
8850
|
+
"conduction",
|
|
8851
|
+
"tabs",
|
|
8852
|
+
"tab",
|
|
8853
|
+
"selected",
|
|
8854
|
+
"font-weight"
|
|
8855
|
+
]
|
|
8856
|
+
},
|
|
8857
|
+
"font-family": {
|
|
8858
|
+
"value": "\"Lato\", Arial, sans-serif",
|
|
8859
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8860
|
+
"isSource": true,
|
|
8861
|
+
"original": {
|
|
8862
|
+
"value": "{utrecht.document.font-family}"
|
|
8863
|
+
},
|
|
8864
|
+
"name": "conductionTabsTabSelectedFontFamily",
|
|
8865
|
+
"attributes": {
|
|
8866
|
+
"category": "conduction",
|
|
8867
|
+
"type": "tabs",
|
|
8868
|
+
"item": "tab",
|
|
8869
|
+
"subitem": "selected",
|
|
8870
|
+
"state": "font-family"
|
|
8871
|
+
},
|
|
8872
|
+
"path": [
|
|
8873
|
+
"conduction",
|
|
8874
|
+
"tabs",
|
|
8875
|
+
"tab",
|
|
8876
|
+
"selected",
|
|
8877
|
+
"font-family"
|
|
8878
|
+
]
|
|
8879
|
+
},
|
|
8880
|
+
"hover": {
|
|
8881
|
+
"background-color": {
|
|
8882
|
+
"value": "transparent",
|
|
8883
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8884
|
+
"isSource": true,
|
|
8885
|
+
"original": {
|
|
8886
|
+
"value": "transparent"
|
|
8887
|
+
},
|
|
8888
|
+
"name": "conductionTabsTabSelectedHoverBackgroundColor",
|
|
8889
|
+
"attributes": {
|
|
8890
|
+
"category": "conduction",
|
|
8891
|
+
"type": "tabs",
|
|
8892
|
+
"item": "tab",
|
|
8893
|
+
"subitem": "selected",
|
|
8894
|
+
"state": "hover"
|
|
8895
|
+
},
|
|
8896
|
+
"path": [
|
|
8897
|
+
"conduction",
|
|
8898
|
+
"tabs",
|
|
8899
|
+
"tab",
|
|
8900
|
+
"selected",
|
|
8901
|
+
"hover",
|
|
8902
|
+
"background-color"
|
|
8903
|
+
]
|
|
8904
|
+
},
|
|
8905
|
+
"color": {
|
|
8906
|
+
"value": "#0b612d",
|
|
8907
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8908
|
+
"isSource": true,
|
|
8909
|
+
"original": {
|
|
8910
|
+
"value": "{tubbergen.color.primary}"
|
|
8911
|
+
},
|
|
8912
|
+
"name": "conductionTabsTabSelectedHoverColor",
|
|
8913
|
+
"attributes": {
|
|
8914
|
+
"category": "conduction",
|
|
8915
|
+
"type": "tabs",
|
|
8916
|
+
"item": "tab",
|
|
8917
|
+
"subitem": "selected",
|
|
8918
|
+
"state": "hover"
|
|
8919
|
+
},
|
|
8920
|
+
"path": [
|
|
8921
|
+
"conduction",
|
|
8922
|
+
"tabs",
|
|
8923
|
+
"tab",
|
|
8924
|
+
"selected",
|
|
8925
|
+
"hover",
|
|
8926
|
+
"color"
|
|
8927
|
+
]
|
|
8928
|
+
},
|
|
8929
|
+
"text-decoration": {
|
|
8930
|
+
"value": "underline",
|
|
8931
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8932
|
+
"isSource": true,
|
|
8933
|
+
"original": {
|
|
8934
|
+
"value": "underline"
|
|
8935
|
+
},
|
|
8936
|
+
"name": "conductionTabsTabSelectedHoverTextDecoration",
|
|
8937
|
+
"attributes": {
|
|
8938
|
+
"category": "conduction",
|
|
8939
|
+
"type": "tabs",
|
|
8940
|
+
"item": "tab",
|
|
8941
|
+
"subitem": "selected",
|
|
8942
|
+
"state": "hover"
|
|
8943
|
+
},
|
|
8944
|
+
"path": [
|
|
8945
|
+
"conduction",
|
|
8946
|
+
"tabs",
|
|
8947
|
+
"tab",
|
|
8948
|
+
"selected",
|
|
8949
|
+
"hover",
|
|
8950
|
+
"text-decoration"
|
|
8951
|
+
]
|
|
8952
|
+
}
|
|
8953
|
+
}
|
|
8954
|
+
},
|
|
8955
|
+
"hover": {
|
|
8956
|
+
"background-color": {
|
|
8957
|
+
"value": "#f2f4f7",
|
|
8958
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8959
|
+
"isSource": true,
|
|
8960
|
+
"original": {
|
|
8961
|
+
"value": "{tubbergen.color.blue.96}"
|
|
8962
|
+
},
|
|
8963
|
+
"name": "conductionTabsTabHoverBackgroundColor",
|
|
8964
|
+
"attributes": {
|
|
8965
|
+
"category": "conduction",
|
|
8966
|
+
"type": "tabs",
|
|
8967
|
+
"item": "tab",
|
|
8968
|
+
"subitem": "hover",
|
|
8969
|
+
"state": "background-color"
|
|
8970
|
+
},
|
|
8971
|
+
"path": [
|
|
8972
|
+
"conduction",
|
|
8973
|
+
"tabs",
|
|
8974
|
+
"tab",
|
|
8975
|
+
"hover",
|
|
8976
|
+
"background-color"
|
|
8977
|
+
]
|
|
8978
|
+
},
|
|
8979
|
+
"color": {
|
|
8980
|
+
"value": "#0b612d",
|
|
8981
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
8982
|
+
"isSource": true,
|
|
8983
|
+
"original": {
|
|
8984
|
+
"value": "{tubbergen.color.primary}"
|
|
8985
|
+
},
|
|
8986
|
+
"name": "conductionTabsTabHoverColor",
|
|
8987
|
+
"attributes": {
|
|
8988
|
+
"category": "conduction",
|
|
8989
|
+
"type": "tabs",
|
|
8990
|
+
"item": "tab",
|
|
8991
|
+
"subitem": "hover",
|
|
8992
|
+
"state": "color"
|
|
8993
|
+
},
|
|
8994
|
+
"path": [
|
|
8995
|
+
"conduction",
|
|
8996
|
+
"tabs",
|
|
8997
|
+
"tab",
|
|
8998
|
+
"hover",
|
|
8999
|
+
"color"
|
|
9000
|
+
]
|
|
9001
|
+
},
|
|
9002
|
+
"text-decoration": {
|
|
9003
|
+
"value": "underline",
|
|
9004
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9005
|
+
"isSource": true,
|
|
9006
|
+
"original": {
|
|
9007
|
+
"value": "underline"
|
|
9008
|
+
},
|
|
9009
|
+
"name": "conductionTabsTabHoverTextDecoration",
|
|
9010
|
+
"attributes": {
|
|
9011
|
+
"category": "conduction",
|
|
9012
|
+
"type": "tabs",
|
|
9013
|
+
"item": "tab",
|
|
9014
|
+
"subitem": "hover",
|
|
9015
|
+
"state": "text-decoration"
|
|
9016
|
+
},
|
|
9017
|
+
"path": [
|
|
9018
|
+
"conduction",
|
|
9019
|
+
"tabs",
|
|
9020
|
+
"tab",
|
|
9021
|
+
"hover",
|
|
9022
|
+
"text-decoration"
|
|
9023
|
+
]
|
|
9024
|
+
}
|
|
9025
|
+
},
|
|
9026
|
+
"list": {
|
|
9027
|
+
"padding-inline-start": {},
|
|
9028
|
+
"margin-block-end": {
|
|
9029
|
+
"value": "0px",
|
|
9030
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9031
|
+
"isSource": true,
|
|
9032
|
+
"original": {
|
|
9033
|
+
"value": "0px"
|
|
9034
|
+
},
|
|
9035
|
+
"name": "conductionTabsTabListMarginBlockEnd",
|
|
9036
|
+
"attributes": {
|
|
9037
|
+
"category": "conduction",
|
|
9038
|
+
"type": "tabs",
|
|
9039
|
+
"item": "tab",
|
|
9040
|
+
"subitem": "list",
|
|
9041
|
+
"state": "margin-block-end"
|
|
9042
|
+
},
|
|
9043
|
+
"path": [
|
|
9044
|
+
"conduction",
|
|
9045
|
+
"tabs",
|
|
9046
|
+
"tab",
|
|
9047
|
+
"list",
|
|
9048
|
+
"margin-block-end"
|
|
9049
|
+
]
|
|
9050
|
+
},
|
|
9051
|
+
"border-bottom-width": {
|
|
9052
|
+
"value": "1px",
|
|
9053
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9054
|
+
"isSource": true,
|
|
9055
|
+
"original": {
|
|
9056
|
+
"value": "1px"
|
|
9057
|
+
},
|
|
9058
|
+
"name": "conductionTabsTabListBorderBottomWidth",
|
|
9059
|
+
"attributes": {
|
|
9060
|
+
"category": "conduction",
|
|
9061
|
+
"type": "tabs",
|
|
9062
|
+
"item": "tab",
|
|
9063
|
+
"subitem": "list",
|
|
9064
|
+
"state": "border-bottom-width"
|
|
9065
|
+
},
|
|
9066
|
+
"path": [
|
|
9067
|
+
"conduction",
|
|
9068
|
+
"tabs",
|
|
9069
|
+
"tab",
|
|
9070
|
+
"list",
|
|
9071
|
+
"border-bottom-width"
|
|
9072
|
+
]
|
|
9073
|
+
},
|
|
9074
|
+
"border-bottom-style": {
|
|
9075
|
+
"value": "solid",
|
|
9076
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9077
|
+
"isSource": true,
|
|
9078
|
+
"original": {
|
|
9079
|
+
"value": "solid"
|
|
9080
|
+
},
|
|
9081
|
+
"name": "conductionTabsTabListBorderBottomStyle",
|
|
9082
|
+
"attributes": {
|
|
9083
|
+
"category": "conduction",
|
|
9084
|
+
"type": "tabs",
|
|
9085
|
+
"item": "tab",
|
|
9086
|
+
"subitem": "list",
|
|
9087
|
+
"state": "border-bottom-style"
|
|
9088
|
+
},
|
|
9089
|
+
"path": [
|
|
9090
|
+
"conduction",
|
|
9091
|
+
"tabs",
|
|
9092
|
+
"tab",
|
|
9093
|
+
"list",
|
|
9094
|
+
"border-bottom-style"
|
|
9095
|
+
]
|
|
9096
|
+
},
|
|
9097
|
+
"border-bottom-color": {
|
|
9098
|
+
"value": "#AEB6C2",
|
|
9099
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9100
|
+
"isSource": true,
|
|
9101
|
+
"original": {
|
|
9102
|
+
"value": "{tubbergen.color.grey.72}"
|
|
9103
|
+
},
|
|
9104
|
+
"name": "conductionTabsTabListBorderBottomColor",
|
|
9105
|
+
"attributes": {
|
|
9106
|
+
"category": "conduction",
|
|
9107
|
+
"type": "tabs",
|
|
9108
|
+
"item": "tab",
|
|
9109
|
+
"subitem": "list",
|
|
9110
|
+
"state": "border-bottom-color"
|
|
9111
|
+
},
|
|
9112
|
+
"path": [
|
|
9113
|
+
"conduction",
|
|
9114
|
+
"tabs",
|
|
9115
|
+
"tab",
|
|
9116
|
+
"list",
|
|
9117
|
+
"border-bottom-color"
|
|
9118
|
+
]
|
|
9119
|
+
}
|
|
9120
|
+
},
|
|
9121
|
+
"panel": {
|
|
9122
|
+
"background-color": {},
|
|
9123
|
+
"padding-block-start": {
|
|
9124
|
+
"value": "24px",
|
|
9125
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9126
|
+
"isSource": true,
|
|
9127
|
+
"original": {
|
|
9128
|
+
"value": "{tubbergen.size.lg}"
|
|
9129
|
+
},
|
|
9130
|
+
"name": "conductionTabsTabPanelPaddingBlockStart",
|
|
9131
|
+
"attributes": {
|
|
9132
|
+
"category": "conduction",
|
|
9133
|
+
"type": "tabs",
|
|
9134
|
+
"item": "tab",
|
|
9135
|
+
"subitem": "panel",
|
|
9136
|
+
"state": "padding-block-start"
|
|
9137
|
+
},
|
|
9138
|
+
"path": [
|
|
9139
|
+
"conduction",
|
|
9140
|
+
"tabs",
|
|
9141
|
+
"tab",
|
|
9142
|
+
"panel",
|
|
9143
|
+
"padding-block-start"
|
|
9144
|
+
]
|
|
9145
|
+
},
|
|
9146
|
+
"padding-block-end": {
|
|
9147
|
+
"value": "24px",
|
|
9148
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9149
|
+
"isSource": true,
|
|
9150
|
+
"original": {
|
|
9151
|
+
"value": "{tubbergen.size.lg}"
|
|
9152
|
+
},
|
|
9153
|
+
"name": "conductionTabsTabPanelPaddingBlockEnd",
|
|
9154
|
+
"attributes": {
|
|
9155
|
+
"category": "conduction",
|
|
9156
|
+
"type": "tabs",
|
|
9157
|
+
"item": "tab",
|
|
9158
|
+
"subitem": "panel",
|
|
9159
|
+
"state": "padding-block-end"
|
|
9160
|
+
},
|
|
9161
|
+
"path": [
|
|
9162
|
+
"conduction",
|
|
9163
|
+
"tabs",
|
|
9164
|
+
"tab",
|
|
9165
|
+
"panel",
|
|
9166
|
+
"padding-block-end"
|
|
9167
|
+
]
|
|
9168
|
+
},
|
|
9169
|
+
"padding-inline-start": {
|
|
9170
|
+
"value": "24px",
|
|
9171
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9172
|
+
"isSource": true,
|
|
9173
|
+
"original": {
|
|
9174
|
+
"value": "{tubbergen.size.lg}"
|
|
9175
|
+
},
|
|
9176
|
+
"name": "conductionTabsTabPanelPaddingInlineStart",
|
|
9177
|
+
"attributes": {
|
|
9178
|
+
"category": "conduction",
|
|
9179
|
+
"type": "tabs",
|
|
9180
|
+
"item": "tab",
|
|
9181
|
+
"subitem": "panel",
|
|
9182
|
+
"state": "padding-inline-start"
|
|
9183
|
+
},
|
|
9184
|
+
"path": [
|
|
9185
|
+
"conduction",
|
|
9186
|
+
"tabs",
|
|
9187
|
+
"tab",
|
|
9188
|
+
"panel",
|
|
9189
|
+
"padding-inline-start"
|
|
9190
|
+
]
|
|
9191
|
+
},
|
|
9192
|
+
"padding-inline-end": {
|
|
9193
|
+
"value": "24px",
|
|
9194
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9195
|
+
"isSource": true,
|
|
9196
|
+
"original": {
|
|
9197
|
+
"value": "{tubbergen.size.lg}"
|
|
9198
|
+
},
|
|
9199
|
+
"name": "conductionTabsTabPanelPaddingInlineEnd",
|
|
9200
|
+
"attributes": {
|
|
9201
|
+
"category": "conduction",
|
|
9202
|
+
"type": "tabs",
|
|
9203
|
+
"item": "tab",
|
|
9204
|
+
"subitem": "panel",
|
|
9205
|
+
"state": "padding-inline-end"
|
|
9206
|
+
},
|
|
9207
|
+
"path": [
|
|
9208
|
+
"conduction",
|
|
9209
|
+
"tabs",
|
|
9210
|
+
"tab",
|
|
9211
|
+
"panel",
|
|
9212
|
+
"padding-inline-end"
|
|
9213
|
+
]
|
|
9214
|
+
},
|
|
9215
|
+
"border-width": {
|
|
9216
|
+
"value": "1px",
|
|
9217
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9218
|
+
"isSource": true,
|
|
9219
|
+
"original": {
|
|
9220
|
+
"value": "{tubbergen.size.4xs}"
|
|
9221
|
+
},
|
|
9222
|
+
"name": "conductionTabsTabPanelBorderWidth",
|
|
9223
|
+
"attributes": {
|
|
9224
|
+
"category": "conduction",
|
|
9225
|
+
"type": "tabs",
|
|
9226
|
+
"item": "tab",
|
|
9227
|
+
"subitem": "panel",
|
|
9228
|
+
"state": "border-width"
|
|
9229
|
+
},
|
|
9230
|
+
"path": [
|
|
9231
|
+
"conduction",
|
|
9232
|
+
"tabs",
|
|
9233
|
+
"tab",
|
|
9234
|
+
"panel",
|
|
9235
|
+
"border-width"
|
|
9236
|
+
]
|
|
9237
|
+
},
|
|
9238
|
+
"border-style": {
|
|
9239
|
+
"value": "solid",
|
|
9240
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9241
|
+
"isSource": true,
|
|
9242
|
+
"original": {
|
|
9243
|
+
"value": "solid"
|
|
9244
|
+
},
|
|
9245
|
+
"name": "conductionTabsTabPanelBorderStyle",
|
|
9246
|
+
"attributes": {
|
|
9247
|
+
"category": "conduction",
|
|
9248
|
+
"type": "tabs",
|
|
9249
|
+
"item": "tab",
|
|
9250
|
+
"subitem": "panel",
|
|
9251
|
+
"state": "border-style"
|
|
9252
|
+
},
|
|
9253
|
+
"path": [
|
|
9254
|
+
"conduction",
|
|
9255
|
+
"tabs",
|
|
9256
|
+
"tab",
|
|
9257
|
+
"panel",
|
|
9258
|
+
"border-style"
|
|
9259
|
+
]
|
|
9260
|
+
},
|
|
9261
|
+
"border-color": {
|
|
9262
|
+
"value": "#AEB6C2",
|
|
9263
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9264
|
+
"isSource": true,
|
|
9265
|
+
"original": {
|
|
9266
|
+
"value": "{tubbergen.color.grey.72}"
|
|
9267
|
+
},
|
|
9268
|
+
"name": "conductionTabsTabPanelBorderColor",
|
|
9269
|
+
"attributes": {
|
|
9270
|
+
"category": "conduction",
|
|
9271
|
+
"type": "tabs",
|
|
9272
|
+
"item": "tab",
|
|
9273
|
+
"subitem": "panel",
|
|
9274
|
+
"state": "border-color"
|
|
9275
|
+
},
|
|
9276
|
+
"path": [
|
|
9277
|
+
"conduction",
|
|
9278
|
+
"tabs",
|
|
9279
|
+
"tab",
|
|
9280
|
+
"panel",
|
|
9281
|
+
"border-color"
|
|
9282
|
+
]
|
|
9283
|
+
},
|
|
9284
|
+
"border-top": {
|
|
9285
|
+
"value": "0",
|
|
9286
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9287
|
+
"isSource": true,
|
|
9288
|
+
"original": {
|
|
9289
|
+
"value": "0"
|
|
9290
|
+
},
|
|
9291
|
+
"name": "conductionTabsTabPanelBorderTop",
|
|
9292
|
+
"attributes": {
|
|
9293
|
+
"category": "conduction",
|
|
9294
|
+
"type": "tabs",
|
|
9295
|
+
"item": "tab",
|
|
9296
|
+
"subitem": "panel",
|
|
9297
|
+
"state": "border-top"
|
|
9298
|
+
},
|
|
9299
|
+
"path": [
|
|
9300
|
+
"conduction",
|
|
9301
|
+
"tabs",
|
|
9302
|
+
"tab",
|
|
9303
|
+
"panel",
|
|
9304
|
+
"border-top"
|
|
9305
|
+
]
|
|
9306
|
+
}
|
|
9307
|
+
}
|
|
9308
|
+
},
|
|
9309
|
+
"scroll-button": {
|
|
9310
|
+
"background-color": {
|
|
9311
|
+
"value": "#f2f4f7",
|
|
9312
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9313
|
+
"isSource": true,
|
|
9314
|
+
"original": {
|
|
9315
|
+
"value": "{tubbergen.color.blue.96}"
|
|
9316
|
+
},
|
|
9317
|
+
"name": "conductionTabsScrollButtonBackgroundColor",
|
|
9318
|
+
"attributes": {
|
|
9319
|
+
"category": "conduction",
|
|
9320
|
+
"type": "tabs",
|
|
9321
|
+
"item": "scroll-button",
|
|
9322
|
+
"subitem": "background-color"
|
|
9323
|
+
},
|
|
9324
|
+
"path": [
|
|
9325
|
+
"conduction",
|
|
9326
|
+
"tabs",
|
|
9327
|
+
"scroll-button",
|
|
9328
|
+
"background-color"
|
|
9329
|
+
]
|
|
9330
|
+
},
|
|
9331
|
+
"color": {
|
|
9332
|
+
"value": "#5c6066",
|
|
9333
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9334
|
+
"isSource": true,
|
|
9335
|
+
"original": {
|
|
9336
|
+
"value": "{tubbergen.color.grey.38}"
|
|
9337
|
+
},
|
|
9338
|
+
"name": "conductionTabsScrollButtonColor",
|
|
9339
|
+
"attributes": {
|
|
9340
|
+
"category": "conduction",
|
|
9341
|
+
"type": "tabs",
|
|
9342
|
+
"item": "scroll-button",
|
|
9343
|
+
"subitem": "color"
|
|
9344
|
+
},
|
|
9345
|
+
"path": [
|
|
9346
|
+
"conduction",
|
|
9347
|
+
"tabs",
|
|
9348
|
+
"scroll-button",
|
|
9349
|
+
"color"
|
|
9350
|
+
]
|
|
9351
|
+
},
|
|
9352
|
+
"border-width": {
|
|
9353
|
+
"value": "1px",
|
|
9354
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9355
|
+
"isSource": true,
|
|
9356
|
+
"original": {
|
|
9357
|
+
"value": "{tubbergen.size.4xs}"
|
|
9358
|
+
},
|
|
9359
|
+
"name": "conductionTabsScrollButtonBorderWidth",
|
|
9360
|
+
"attributes": {
|
|
9361
|
+
"category": "conduction",
|
|
9362
|
+
"type": "tabs",
|
|
9363
|
+
"item": "scroll-button",
|
|
9364
|
+
"subitem": "border-width"
|
|
9365
|
+
},
|
|
9366
|
+
"path": [
|
|
9367
|
+
"conduction",
|
|
9368
|
+
"tabs",
|
|
9369
|
+
"scroll-button",
|
|
9370
|
+
"border-width"
|
|
9371
|
+
]
|
|
9372
|
+
},
|
|
9373
|
+
"border-style": {
|
|
9374
|
+
"value": "solid",
|
|
9375
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9376
|
+
"isSource": true,
|
|
9377
|
+
"original": {
|
|
9378
|
+
"value": "solid"
|
|
9379
|
+
},
|
|
9380
|
+
"name": "conductionTabsScrollButtonBorderStyle",
|
|
9381
|
+
"attributes": {
|
|
9382
|
+
"category": "conduction",
|
|
9383
|
+
"type": "tabs",
|
|
9384
|
+
"item": "scroll-button",
|
|
9385
|
+
"subitem": "border-style"
|
|
9386
|
+
},
|
|
9387
|
+
"path": [
|
|
9388
|
+
"conduction",
|
|
9389
|
+
"tabs",
|
|
9390
|
+
"scroll-button",
|
|
9391
|
+
"border-style"
|
|
9392
|
+
]
|
|
9393
|
+
},
|
|
9394
|
+
"border-color": {
|
|
9395
|
+
"value": "#AEB6C2",
|
|
9396
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9397
|
+
"isSource": true,
|
|
9398
|
+
"original": {
|
|
9399
|
+
"value": "{tubbergen.color.grey.72}"
|
|
9400
|
+
},
|
|
9401
|
+
"name": "conductionTabsScrollButtonBorderColor",
|
|
9402
|
+
"attributes": {
|
|
9403
|
+
"category": "conduction",
|
|
9404
|
+
"type": "tabs",
|
|
9405
|
+
"item": "scroll-button",
|
|
9406
|
+
"subitem": "border-color"
|
|
9407
|
+
},
|
|
9408
|
+
"path": [
|
|
9409
|
+
"conduction",
|
|
9410
|
+
"tabs",
|
|
9411
|
+
"scroll-button",
|
|
9412
|
+
"border-color"
|
|
9413
|
+
]
|
|
9414
|
+
},
|
|
9415
|
+
"hover": {
|
|
9416
|
+
"background-color": {
|
|
9417
|
+
"value": "#f2f4f7",
|
|
9418
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9419
|
+
"isSource": true,
|
|
9420
|
+
"original": {
|
|
9421
|
+
"value": "{tubbergen.color.blue.96}"
|
|
9422
|
+
},
|
|
9423
|
+
"name": "conductionTabsScrollButtonHoverBackgroundColor",
|
|
9424
|
+
"attributes": {
|
|
9425
|
+
"category": "conduction",
|
|
9426
|
+
"type": "tabs",
|
|
9427
|
+
"item": "scroll-button",
|
|
9428
|
+
"subitem": "hover",
|
|
9429
|
+
"state": "background-color"
|
|
9430
|
+
},
|
|
9431
|
+
"path": [
|
|
9432
|
+
"conduction",
|
|
9433
|
+
"tabs",
|
|
9434
|
+
"scroll-button",
|
|
9435
|
+
"hover",
|
|
9436
|
+
"background-color"
|
|
9437
|
+
]
|
|
9438
|
+
},
|
|
9439
|
+
"color": {
|
|
9440
|
+
"value": "#0b612d",
|
|
9441
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
9442
|
+
"isSource": true,
|
|
9443
|
+
"original": {
|
|
9444
|
+
"value": "{tubbergen.color.primary}"
|
|
9445
|
+
},
|
|
9446
|
+
"name": "conductionTabsScrollButtonHoverColor",
|
|
9447
|
+
"attributes": {
|
|
9448
|
+
"category": "conduction",
|
|
9449
|
+
"type": "tabs",
|
|
9450
|
+
"item": "scroll-button",
|
|
9451
|
+
"subitem": "hover",
|
|
9452
|
+
"state": "color"
|
|
9453
|
+
},
|
|
9454
|
+
"path": [
|
|
9455
|
+
"conduction",
|
|
9456
|
+
"tabs",
|
|
9457
|
+
"scroll-button",
|
|
9458
|
+
"hover",
|
|
9459
|
+
"color"
|
|
9460
|
+
]
|
|
9461
|
+
}
|
|
9462
|
+
}
|
|
9463
|
+
}
|
|
7856
9464
|
}
|
|
7857
9465
|
}
|
|
7858
9466
|
}
|