@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
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
]
|
|
372
372
|
},
|
|
373
373
|
{
|
|
374
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
374
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
375
375
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
376
376
|
"isSource": true,
|
|
377
377
|
"original": {
|
|
@@ -392,7 +392,7 @@
|
|
|
392
392
|
]
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
395
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
396
396
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
397
397
|
"isSource": true,
|
|
398
398
|
"original": {
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
]
|
|
475
475
|
},
|
|
476
476
|
{
|
|
477
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
477
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
478
478
|
"filePath": "src/component/conduction/select.tokens.json",
|
|
479
479
|
"isSource": true,
|
|
480
480
|
"original": {
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
]
|
|
762
762
|
},
|
|
763
763
|
{
|
|
764
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
764
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
765
765
|
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
766
766
|
"isSource": true,
|
|
767
767
|
"original": {
|
|
@@ -1064,6 +1064,1168 @@
|
|
|
1064
1064
|
"page-hover-text-decoration-thickness"
|
|
1065
1065
|
]
|
|
1066
1066
|
},
|
|
1067
|
+
{
|
|
1068
|
+
"value": "#ffffff",
|
|
1069
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
1070
|
+
"isSource": true,
|
|
1071
|
+
"original": {
|
|
1072
|
+
"value": "{leiden.color.white.100}"
|
|
1073
|
+
},
|
|
1074
|
+
"name": "conductionTableWrapperScrollButtonBackgroundColor",
|
|
1075
|
+
"attributes": {
|
|
1076
|
+
"category": "conduction",
|
|
1077
|
+
"type": "table-wrapper",
|
|
1078
|
+
"item": "scroll-button",
|
|
1079
|
+
"subitem": "background-color"
|
|
1080
|
+
},
|
|
1081
|
+
"path": [
|
|
1082
|
+
"conduction",
|
|
1083
|
+
"table-wrapper",
|
|
1084
|
+
"scroll-button",
|
|
1085
|
+
"background-color"
|
|
1086
|
+
]
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"value": "#e4e4e4",
|
|
1090
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
1091
|
+
"isSource": true,
|
|
1092
|
+
"original": {
|
|
1093
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
1094
|
+
},
|
|
1095
|
+
"name": "conductionTableWrapperScrollButtonBorderColor",
|
|
1096
|
+
"attributes": {
|
|
1097
|
+
"category": "conduction",
|
|
1098
|
+
"type": "table-wrapper",
|
|
1099
|
+
"item": "scroll-button",
|
|
1100
|
+
"subitem": "border-color"
|
|
1101
|
+
},
|
|
1102
|
+
"path": [
|
|
1103
|
+
"conduction",
|
|
1104
|
+
"table-wrapper",
|
|
1105
|
+
"scroll-button",
|
|
1106
|
+
"border-color"
|
|
1107
|
+
]
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"value": "solid",
|
|
1111
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
1112
|
+
"isSource": true,
|
|
1113
|
+
"original": {
|
|
1114
|
+
"value": "solid"
|
|
1115
|
+
},
|
|
1116
|
+
"name": "conductionTableWrapperScrollButtonBorderStyle",
|
|
1117
|
+
"attributes": {
|
|
1118
|
+
"category": "conduction",
|
|
1119
|
+
"type": "table-wrapper",
|
|
1120
|
+
"item": "scroll-button",
|
|
1121
|
+
"subitem": "border-style"
|
|
1122
|
+
},
|
|
1123
|
+
"path": [
|
|
1124
|
+
"conduction",
|
|
1125
|
+
"table-wrapper",
|
|
1126
|
+
"scroll-button",
|
|
1127
|
+
"border-style"
|
|
1128
|
+
]
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"value": "1px",
|
|
1132
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
1133
|
+
"isSource": true,
|
|
1134
|
+
"original": {
|
|
1135
|
+
"value": "{leiden.size.4xs}"
|
|
1136
|
+
},
|
|
1137
|
+
"name": "conductionTableWrapperScrollButtonBorderWidth",
|
|
1138
|
+
"attributes": {
|
|
1139
|
+
"category": "conduction",
|
|
1140
|
+
"type": "table-wrapper",
|
|
1141
|
+
"item": "scroll-button",
|
|
1142
|
+
"subitem": "border-width"
|
|
1143
|
+
},
|
|
1144
|
+
"path": [
|
|
1145
|
+
"conduction",
|
|
1146
|
+
"table-wrapper",
|
|
1147
|
+
"scroll-button",
|
|
1148
|
+
"border-width"
|
|
1149
|
+
]
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"value": "#0d1921",
|
|
1153
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
1154
|
+
"isSource": true,
|
|
1155
|
+
"original": {
|
|
1156
|
+
"value": "{leiden.color.black.9}"
|
|
1157
|
+
},
|
|
1158
|
+
"name": "conductionTableWrapperScrollButtonColor",
|
|
1159
|
+
"attributes": {
|
|
1160
|
+
"category": "conduction",
|
|
1161
|
+
"type": "table-wrapper",
|
|
1162
|
+
"item": "scroll-button",
|
|
1163
|
+
"subitem": "color"
|
|
1164
|
+
},
|
|
1165
|
+
"path": [
|
|
1166
|
+
"conduction",
|
|
1167
|
+
"table-wrapper",
|
|
1168
|
+
"scroll-button",
|
|
1169
|
+
"color"
|
|
1170
|
+
]
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"value": "#ffffff",
|
|
1174
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
1175
|
+
"isSource": true,
|
|
1176
|
+
"original": {
|
|
1177
|
+
"value": "{leiden.color.white.100}"
|
|
1178
|
+
},
|
|
1179
|
+
"name": "conductionTableWrapperScrollButtonHoverBackgroundColor",
|
|
1180
|
+
"attributes": {
|
|
1181
|
+
"category": "conduction",
|
|
1182
|
+
"type": "table-wrapper",
|
|
1183
|
+
"item": "scroll-button",
|
|
1184
|
+
"subitem": "hover",
|
|
1185
|
+
"state": "background-color"
|
|
1186
|
+
},
|
|
1187
|
+
"path": [
|
|
1188
|
+
"conduction",
|
|
1189
|
+
"table-wrapper",
|
|
1190
|
+
"scroll-button",
|
|
1191
|
+
"hover",
|
|
1192
|
+
"background-color"
|
|
1193
|
+
]
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"value": "#d62410",
|
|
1197
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
1198
|
+
"isSource": true,
|
|
1199
|
+
"original": {
|
|
1200
|
+
"value": "{leiden.color.primary}"
|
|
1201
|
+
},
|
|
1202
|
+
"name": "conductionTableWrapperScrollButtonHoverColor",
|
|
1203
|
+
"attributes": {
|
|
1204
|
+
"category": "conduction",
|
|
1205
|
+
"type": "table-wrapper",
|
|
1206
|
+
"item": "scroll-button",
|
|
1207
|
+
"subitem": "hover",
|
|
1208
|
+
"state": "color"
|
|
1209
|
+
},
|
|
1210
|
+
"path": [
|
|
1211
|
+
"conduction",
|
|
1212
|
+
"table-wrapper",
|
|
1213
|
+
"scroll-button",
|
|
1214
|
+
"hover",
|
|
1215
|
+
"color"
|
|
1216
|
+
]
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"value": "14px",
|
|
1220
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
1221
|
+
"isSource": true,
|
|
1222
|
+
"original": {
|
|
1223
|
+
"value": "{leiden.size.sm}"
|
|
1224
|
+
},
|
|
1225
|
+
"name": "conductionTableWrapperScrollButtonPaddingInlineEnd",
|
|
1226
|
+
"attributes": {
|
|
1227
|
+
"category": "conduction",
|
|
1228
|
+
"type": "table-wrapper",
|
|
1229
|
+
"item": "scroll-button",
|
|
1230
|
+
"subitem": "padding-inline-end"
|
|
1231
|
+
},
|
|
1232
|
+
"path": [
|
|
1233
|
+
"conduction",
|
|
1234
|
+
"table-wrapper",
|
|
1235
|
+
"scroll-button",
|
|
1236
|
+
"padding-inline-end"
|
|
1237
|
+
]
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"value": "14px",
|
|
1241
|
+
"filePath": "src/component/conduction/table-wrapper.tokens.json",
|
|
1242
|
+
"isSource": true,
|
|
1243
|
+
"original": {
|
|
1244
|
+
"value": "{leiden.size.sm}"
|
|
1245
|
+
},
|
|
1246
|
+
"name": "conductionTableWrapperScrollButtonPaddingInlineStart",
|
|
1247
|
+
"attributes": {
|
|
1248
|
+
"category": "conduction",
|
|
1249
|
+
"type": "table-wrapper",
|
|
1250
|
+
"item": "scroll-button",
|
|
1251
|
+
"subitem": "padding-inline-start"
|
|
1252
|
+
},
|
|
1253
|
+
"path": [
|
|
1254
|
+
"conduction",
|
|
1255
|
+
"table-wrapper",
|
|
1256
|
+
"scroll-button",
|
|
1257
|
+
"padding-inline-start"
|
|
1258
|
+
]
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"value": "#ffffff",
|
|
1262
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1263
|
+
"isSource": true,
|
|
1264
|
+
"original": {
|
|
1265
|
+
"value": "{leiden.color.white.100}"
|
|
1266
|
+
},
|
|
1267
|
+
"name": "conductionTabsScrollButtonBackgroundColor",
|
|
1268
|
+
"attributes": {
|
|
1269
|
+
"category": "conduction",
|
|
1270
|
+
"type": "tabs",
|
|
1271
|
+
"item": "scroll-button",
|
|
1272
|
+
"subitem": "background-color"
|
|
1273
|
+
},
|
|
1274
|
+
"path": [
|
|
1275
|
+
"conduction",
|
|
1276
|
+
"tabs",
|
|
1277
|
+
"scroll-button",
|
|
1278
|
+
"background-color"
|
|
1279
|
+
]
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"value": "#0d1921",
|
|
1283
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1284
|
+
"isSource": true,
|
|
1285
|
+
"original": {
|
|
1286
|
+
"value": "{leiden.color.black.9}"
|
|
1287
|
+
},
|
|
1288
|
+
"name": "conductionTabsScrollButtonColor",
|
|
1289
|
+
"attributes": {
|
|
1290
|
+
"category": "conduction",
|
|
1291
|
+
"type": "tabs",
|
|
1292
|
+
"item": "scroll-button",
|
|
1293
|
+
"subitem": "color"
|
|
1294
|
+
},
|
|
1295
|
+
"path": [
|
|
1296
|
+
"conduction",
|
|
1297
|
+
"tabs",
|
|
1298
|
+
"scroll-button",
|
|
1299
|
+
"color"
|
|
1300
|
+
]
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"value": "#fbfbfb",
|
|
1304
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1305
|
+
"isSource": true,
|
|
1306
|
+
"original": {
|
|
1307
|
+
"value": "{leiden.color.lightgrey.98}"
|
|
1308
|
+
},
|
|
1309
|
+
"name": "conductionTabsScrollButtonHoverBackgroundColor",
|
|
1310
|
+
"attributes": {
|
|
1311
|
+
"category": "conduction",
|
|
1312
|
+
"type": "tabs",
|
|
1313
|
+
"item": "scroll-button",
|
|
1314
|
+
"subitem": "hover",
|
|
1315
|
+
"state": "background-color"
|
|
1316
|
+
},
|
|
1317
|
+
"path": [
|
|
1318
|
+
"conduction",
|
|
1319
|
+
"tabs",
|
|
1320
|
+
"scroll-button",
|
|
1321
|
+
"hover",
|
|
1322
|
+
"background-color"
|
|
1323
|
+
]
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"value": "#0d1921",
|
|
1327
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1328
|
+
"isSource": true,
|
|
1329
|
+
"original": {
|
|
1330
|
+
"value": "{leiden.color.black.9}"
|
|
1331
|
+
},
|
|
1332
|
+
"name": "conductionTabsScrollButtonHoverColor",
|
|
1333
|
+
"attributes": {
|
|
1334
|
+
"category": "conduction",
|
|
1335
|
+
"type": "tabs",
|
|
1336
|
+
"item": "scroll-button",
|
|
1337
|
+
"subitem": "hover",
|
|
1338
|
+
"state": "color"
|
|
1339
|
+
},
|
|
1340
|
+
"path": [
|
|
1341
|
+
"conduction",
|
|
1342
|
+
"tabs",
|
|
1343
|
+
"scroll-button",
|
|
1344
|
+
"hover",
|
|
1345
|
+
"color"
|
|
1346
|
+
]
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"value": "transparent",
|
|
1350
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1351
|
+
"isSource": true,
|
|
1352
|
+
"original": {
|
|
1353
|
+
"value": "transparent"
|
|
1354
|
+
},
|
|
1355
|
+
"name": "conductionTabsTabBackgroundColor",
|
|
1356
|
+
"attributes": {
|
|
1357
|
+
"category": "conduction",
|
|
1358
|
+
"type": "tabs",
|
|
1359
|
+
"item": "tab",
|
|
1360
|
+
"subitem": "background-color"
|
|
1361
|
+
},
|
|
1362
|
+
"path": [
|
|
1363
|
+
"conduction",
|
|
1364
|
+
"tabs",
|
|
1365
|
+
"tab",
|
|
1366
|
+
"background-color"
|
|
1367
|
+
]
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"value": "0px",
|
|
1371
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1372
|
+
"isSource": true,
|
|
1373
|
+
"original": {
|
|
1374
|
+
"value": "0px"
|
|
1375
|
+
},
|
|
1376
|
+
"name": "conductionTabsTabBorderBottom",
|
|
1377
|
+
"attributes": {
|
|
1378
|
+
"category": "conduction",
|
|
1379
|
+
"type": "tabs",
|
|
1380
|
+
"item": "tab",
|
|
1381
|
+
"subitem": "border-bottom"
|
|
1382
|
+
},
|
|
1383
|
+
"path": [
|
|
1384
|
+
"conduction",
|
|
1385
|
+
"tabs",
|
|
1386
|
+
"tab",
|
|
1387
|
+
"border-bottom"
|
|
1388
|
+
]
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"value": "#e4e4e4",
|
|
1392
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1393
|
+
"isSource": true,
|
|
1394
|
+
"original": {
|
|
1395
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
1396
|
+
},
|
|
1397
|
+
"name": "conductionTabsTabBorderBottomColor",
|
|
1398
|
+
"attributes": {
|
|
1399
|
+
"category": "conduction",
|
|
1400
|
+
"type": "tabs",
|
|
1401
|
+
"item": "tab",
|
|
1402
|
+
"subitem": "border-bottom-color"
|
|
1403
|
+
},
|
|
1404
|
+
"path": [
|
|
1405
|
+
"conduction",
|
|
1406
|
+
"tabs",
|
|
1407
|
+
"tab",
|
|
1408
|
+
"border-bottom-color"
|
|
1409
|
+
]
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"value": "solid",
|
|
1413
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1414
|
+
"isSource": true,
|
|
1415
|
+
"original": {
|
|
1416
|
+
"value": "solid"
|
|
1417
|
+
},
|
|
1418
|
+
"name": "conductionTabsTabBorderBottomStyle",
|
|
1419
|
+
"attributes": {
|
|
1420
|
+
"category": "conduction",
|
|
1421
|
+
"type": "tabs",
|
|
1422
|
+
"item": "tab",
|
|
1423
|
+
"subitem": "border-bottom-style"
|
|
1424
|
+
},
|
|
1425
|
+
"path": [
|
|
1426
|
+
"conduction",
|
|
1427
|
+
"tabs",
|
|
1428
|
+
"tab",
|
|
1429
|
+
"border-bottom-style"
|
|
1430
|
+
]
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"value": "1px",
|
|
1434
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1435
|
+
"isSource": true,
|
|
1436
|
+
"original": {
|
|
1437
|
+
"value": "{leiden.size.4xs}"
|
|
1438
|
+
},
|
|
1439
|
+
"name": "conductionTabsTabBorderBottomWidth",
|
|
1440
|
+
"attributes": {
|
|
1441
|
+
"category": "conduction",
|
|
1442
|
+
"type": "tabs",
|
|
1443
|
+
"item": "tab",
|
|
1444
|
+
"subitem": "border-bottom-width"
|
|
1445
|
+
},
|
|
1446
|
+
"path": [
|
|
1447
|
+
"conduction",
|
|
1448
|
+
"tabs",
|
|
1449
|
+
"tab",
|
|
1450
|
+
"border-bottom-width"
|
|
1451
|
+
]
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"value": "#e4e4e4",
|
|
1455
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1456
|
+
"isSource": true,
|
|
1457
|
+
"original": {
|
|
1458
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
1459
|
+
},
|
|
1460
|
+
"name": "conductionTabsTabBorderColor",
|
|
1461
|
+
"attributes": {
|
|
1462
|
+
"category": "conduction",
|
|
1463
|
+
"type": "tabs",
|
|
1464
|
+
"item": "tab",
|
|
1465
|
+
"subitem": "border-color"
|
|
1466
|
+
},
|
|
1467
|
+
"path": [
|
|
1468
|
+
"conduction",
|
|
1469
|
+
"tabs",
|
|
1470
|
+
"tab",
|
|
1471
|
+
"border-color"
|
|
1472
|
+
]
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"value": "solid",
|
|
1476
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1477
|
+
"isSource": true,
|
|
1478
|
+
"original": {
|
|
1479
|
+
"value": "solid"
|
|
1480
|
+
},
|
|
1481
|
+
"name": "conductionTabsTabBorderStyle",
|
|
1482
|
+
"attributes": {
|
|
1483
|
+
"category": "conduction",
|
|
1484
|
+
"type": "tabs",
|
|
1485
|
+
"item": "tab",
|
|
1486
|
+
"subitem": "border-style"
|
|
1487
|
+
},
|
|
1488
|
+
"path": [
|
|
1489
|
+
"conduction",
|
|
1490
|
+
"tabs",
|
|
1491
|
+
"tab",
|
|
1492
|
+
"border-style"
|
|
1493
|
+
]
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"value": "1px",
|
|
1497
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1498
|
+
"isSource": true,
|
|
1499
|
+
"original": {
|
|
1500
|
+
"value": "{leiden.size.4xs}"
|
|
1501
|
+
},
|
|
1502
|
+
"name": "conductionTabsTabBorderWidth",
|
|
1503
|
+
"attributes": {
|
|
1504
|
+
"category": "conduction",
|
|
1505
|
+
"type": "tabs",
|
|
1506
|
+
"item": "tab",
|
|
1507
|
+
"subitem": "border-width"
|
|
1508
|
+
},
|
|
1509
|
+
"path": [
|
|
1510
|
+
"conduction",
|
|
1511
|
+
"tabs",
|
|
1512
|
+
"tab",
|
|
1513
|
+
"border-width"
|
|
1514
|
+
]
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"value": "0px",
|
|
1518
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1519
|
+
"isSource": true,
|
|
1520
|
+
"original": {
|
|
1521
|
+
"value": "0px"
|
|
1522
|
+
},
|
|
1523
|
+
"name": "conductionTabsTabBottom",
|
|
1524
|
+
"attributes": {
|
|
1525
|
+
"category": "conduction",
|
|
1526
|
+
"type": "tabs",
|
|
1527
|
+
"item": "tab",
|
|
1528
|
+
"subitem": "bottom"
|
|
1529
|
+
},
|
|
1530
|
+
"path": [
|
|
1531
|
+
"conduction",
|
|
1532
|
+
"tabs",
|
|
1533
|
+
"tab",
|
|
1534
|
+
"bottom"
|
|
1535
|
+
]
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"value": "#0d1921",
|
|
1539
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1540
|
+
"isSource": true,
|
|
1541
|
+
"original": {
|
|
1542
|
+
"value": "{leiden.color.black.9}"
|
|
1543
|
+
},
|
|
1544
|
+
"name": "conductionTabsTabColor",
|
|
1545
|
+
"attributes": {
|
|
1546
|
+
"category": "conduction",
|
|
1547
|
+
"type": "tabs",
|
|
1548
|
+
"item": "tab",
|
|
1549
|
+
"subitem": "color"
|
|
1550
|
+
},
|
|
1551
|
+
"path": [
|
|
1552
|
+
"conduction",
|
|
1553
|
+
"tabs",
|
|
1554
|
+
"tab",
|
|
1555
|
+
"color"
|
|
1556
|
+
]
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
1560
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1561
|
+
"isSource": true,
|
|
1562
|
+
"original": {
|
|
1563
|
+
"value": "{utrecht.document.font-family}"
|
|
1564
|
+
},
|
|
1565
|
+
"name": "conductionTabsTabFontFamily",
|
|
1566
|
+
"attributes": {
|
|
1567
|
+
"category": "conduction",
|
|
1568
|
+
"type": "tabs",
|
|
1569
|
+
"item": "tab",
|
|
1570
|
+
"subitem": "font-family"
|
|
1571
|
+
},
|
|
1572
|
+
"path": [
|
|
1573
|
+
"conduction",
|
|
1574
|
+
"tabs",
|
|
1575
|
+
"tab",
|
|
1576
|
+
"font-family"
|
|
1577
|
+
]
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"value": "18px",
|
|
1581
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1582
|
+
"isSource": true,
|
|
1583
|
+
"original": {
|
|
1584
|
+
"value": "{leiden.font-size.md}"
|
|
1585
|
+
},
|
|
1586
|
+
"name": "conductionTabsTabFontSize",
|
|
1587
|
+
"attributes": {
|
|
1588
|
+
"category": "conduction",
|
|
1589
|
+
"type": "tabs",
|
|
1590
|
+
"item": "tab",
|
|
1591
|
+
"subitem": "font-size"
|
|
1592
|
+
},
|
|
1593
|
+
"path": [
|
|
1594
|
+
"conduction",
|
|
1595
|
+
"tabs",
|
|
1596
|
+
"tab",
|
|
1597
|
+
"font-size"
|
|
1598
|
+
]
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"value": "700",
|
|
1602
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1603
|
+
"isSource": true,
|
|
1604
|
+
"original": {
|
|
1605
|
+
"value": "{leiden.typography.font-weight.bold}"
|
|
1606
|
+
},
|
|
1607
|
+
"name": "conductionTabsTabFontWeight",
|
|
1608
|
+
"attributes": {
|
|
1609
|
+
"category": "conduction",
|
|
1610
|
+
"type": "tabs",
|
|
1611
|
+
"item": "tab",
|
|
1612
|
+
"subitem": "font-weight"
|
|
1613
|
+
},
|
|
1614
|
+
"path": [
|
|
1615
|
+
"conduction",
|
|
1616
|
+
"tabs",
|
|
1617
|
+
"tab",
|
|
1618
|
+
"font-weight"
|
|
1619
|
+
]
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"value": "#fbfbfb",
|
|
1623
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1624
|
+
"isSource": true,
|
|
1625
|
+
"original": {
|
|
1626
|
+
"value": "{leiden.color.lightgrey.98}"
|
|
1627
|
+
},
|
|
1628
|
+
"name": "conductionTabsTabHoverBackgroundColor",
|
|
1629
|
+
"attributes": {
|
|
1630
|
+
"category": "conduction",
|
|
1631
|
+
"type": "tabs",
|
|
1632
|
+
"item": "tab",
|
|
1633
|
+
"subitem": "hover",
|
|
1634
|
+
"state": "background-color"
|
|
1635
|
+
},
|
|
1636
|
+
"path": [
|
|
1637
|
+
"conduction",
|
|
1638
|
+
"tabs",
|
|
1639
|
+
"tab",
|
|
1640
|
+
"hover",
|
|
1641
|
+
"background-color"
|
|
1642
|
+
]
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"value": "0px",
|
|
1646
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1647
|
+
"isSource": true,
|
|
1648
|
+
"original": {
|
|
1649
|
+
"value": "0px"
|
|
1650
|
+
},
|
|
1651
|
+
"name": "conductionTabsTabListBorderBottomWidth",
|
|
1652
|
+
"attributes": {
|
|
1653
|
+
"category": "conduction",
|
|
1654
|
+
"type": "tabs",
|
|
1655
|
+
"item": "tab",
|
|
1656
|
+
"subitem": "list",
|
|
1657
|
+
"state": "border-bottom-width"
|
|
1658
|
+
},
|
|
1659
|
+
"path": [
|
|
1660
|
+
"conduction",
|
|
1661
|
+
"tabs",
|
|
1662
|
+
"tab",
|
|
1663
|
+
"list",
|
|
1664
|
+
"border-bottom-width"
|
|
1665
|
+
]
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"value": "0px",
|
|
1669
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1670
|
+
"isSource": true,
|
|
1671
|
+
"original": {
|
|
1672
|
+
"value": "0px"
|
|
1673
|
+
},
|
|
1674
|
+
"name": "conductionTabsTabListMarginBlockEnd",
|
|
1675
|
+
"attributes": {
|
|
1676
|
+
"category": "conduction",
|
|
1677
|
+
"type": "tabs",
|
|
1678
|
+
"item": "tab",
|
|
1679
|
+
"subitem": "list",
|
|
1680
|
+
"state": "margin-block-end"
|
|
1681
|
+
},
|
|
1682
|
+
"path": [
|
|
1683
|
+
"conduction",
|
|
1684
|
+
"tabs",
|
|
1685
|
+
"tab",
|
|
1686
|
+
"list",
|
|
1687
|
+
"margin-block-end"
|
|
1688
|
+
]
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"value": "0px",
|
|
1692
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1693
|
+
"isSource": true,
|
|
1694
|
+
"original": {
|
|
1695
|
+
"value": "0px"
|
|
1696
|
+
},
|
|
1697
|
+
"name": "conductionTabsTabListPaddingInlineStart",
|
|
1698
|
+
"attributes": {
|
|
1699
|
+
"category": "conduction",
|
|
1700
|
+
"type": "tabs",
|
|
1701
|
+
"item": "tab",
|
|
1702
|
+
"subitem": "list",
|
|
1703
|
+
"state": "padding-inline-start"
|
|
1704
|
+
},
|
|
1705
|
+
"path": [
|
|
1706
|
+
"conduction",
|
|
1707
|
+
"tabs",
|
|
1708
|
+
"tab",
|
|
1709
|
+
"list",
|
|
1710
|
+
"padding-inline-start"
|
|
1711
|
+
]
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"value": "unset",
|
|
1715
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1716
|
+
"isSource": true,
|
|
1717
|
+
"original": {
|
|
1718
|
+
"value": "unset"
|
|
1719
|
+
},
|
|
1720
|
+
"name": "conductionTabsTabMaxWidth",
|
|
1721
|
+
"attributes": {
|
|
1722
|
+
"category": "conduction",
|
|
1723
|
+
"type": "tabs",
|
|
1724
|
+
"item": "tab",
|
|
1725
|
+
"subitem": "max-width"
|
|
1726
|
+
},
|
|
1727
|
+
"path": [
|
|
1728
|
+
"conduction",
|
|
1729
|
+
"tabs",
|
|
1730
|
+
"tab",
|
|
1731
|
+
"max-width"
|
|
1732
|
+
]
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"value": "61px",
|
|
1736
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1737
|
+
"isSource": true,
|
|
1738
|
+
"original": {
|
|
1739
|
+
"value": "61px"
|
|
1740
|
+
},
|
|
1741
|
+
"name": "conductionTabsTabMinHeight",
|
|
1742
|
+
"attributes": {
|
|
1743
|
+
"category": "conduction",
|
|
1744
|
+
"type": "tabs",
|
|
1745
|
+
"item": "tab",
|
|
1746
|
+
"subitem": "min-height"
|
|
1747
|
+
},
|
|
1748
|
+
"path": [
|
|
1749
|
+
"conduction",
|
|
1750
|
+
"tabs",
|
|
1751
|
+
"tab",
|
|
1752
|
+
"min-height"
|
|
1753
|
+
]
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"value": "160px",
|
|
1757
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1758
|
+
"isSource": true,
|
|
1759
|
+
"original": {
|
|
1760
|
+
"value": "160px"
|
|
1761
|
+
},
|
|
1762
|
+
"name": "conductionTabsTabMinWidth",
|
|
1763
|
+
"attributes": {
|
|
1764
|
+
"category": "conduction",
|
|
1765
|
+
"type": "tabs",
|
|
1766
|
+
"item": "tab",
|
|
1767
|
+
"subitem": "min-width"
|
|
1768
|
+
},
|
|
1769
|
+
"path": [
|
|
1770
|
+
"conduction",
|
|
1771
|
+
"tabs",
|
|
1772
|
+
"tab",
|
|
1773
|
+
"min-width"
|
|
1774
|
+
]
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"value": "8px",
|
|
1778
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1779
|
+
"isSource": true,
|
|
1780
|
+
"original": {
|
|
1781
|
+
"value": "{leiden.size.xs}"
|
|
1782
|
+
},
|
|
1783
|
+
"name": "conductionTabsTabPaddingBlockEnd",
|
|
1784
|
+
"attributes": {
|
|
1785
|
+
"category": "conduction",
|
|
1786
|
+
"type": "tabs",
|
|
1787
|
+
"item": "tab",
|
|
1788
|
+
"subitem": "padding-block-end"
|
|
1789
|
+
},
|
|
1790
|
+
"path": [
|
|
1791
|
+
"conduction",
|
|
1792
|
+
"tabs",
|
|
1793
|
+
"tab",
|
|
1794
|
+
"padding-block-end"
|
|
1795
|
+
]
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
"value": "8px",
|
|
1799
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1800
|
+
"isSource": true,
|
|
1801
|
+
"original": {
|
|
1802
|
+
"value": "{leiden.size.xs}"
|
|
1803
|
+
},
|
|
1804
|
+
"name": "conductionTabsTabPaddingBlockStart",
|
|
1805
|
+
"attributes": {
|
|
1806
|
+
"category": "conduction",
|
|
1807
|
+
"type": "tabs",
|
|
1808
|
+
"item": "tab",
|
|
1809
|
+
"subitem": "padding-block-start"
|
|
1810
|
+
},
|
|
1811
|
+
"path": [
|
|
1812
|
+
"conduction",
|
|
1813
|
+
"tabs",
|
|
1814
|
+
"tab",
|
|
1815
|
+
"padding-block-start"
|
|
1816
|
+
]
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"value": "32px",
|
|
1820
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1821
|
+
"isSource": true,
|
|
1822
|
+
"original": {
|
|
1823
|
+
"value": "{leiden.size.xl}"
|
|
1824
|
+
},
|
|
1825
|
+
"name": "conductionTabsTabPaddingInlineEnd",
|
|
1826
|
+
"attributes": {
|
|
1827
|
+
"category": "conduction",
|
|
1828
|
+
"type": "tabs",
|
|
1829
|
+
"item": "tab",
|
|
1830
|
+
"subitem": "padding-inline-end"
|
|
1831
|
+
},
|
|
1832
|
+
"path": [
|
|
1833
|
+
"conduction",
|
|
1834
|
+
"tabs",
|
|
1835
|
+
"tab",
|
|
1836
|
+
"padding-inline-end"
|
|
1837
|
+
]
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"value": "32px",
|
|
1841
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1842
|
+
"isSource": true,
|
|
1843
|
+
"original": {
|
|
1844
|
+
"value": "{leiden.size.xl}"
|
|
1845
|
+
},
|
|
1846
|
+
"name": "conductionTabsTabPaddingInlineStart",
|
|
1847
|
+
"attributes": {
|
|
1848
|
+
"category": "conduction",
|
|
1849
|
+
"type": "tabs",
|
|
1850
|
+
"item": "tab",
|
|
1851
|
+
"subitem": "padding-inline-start"
|
|
1852
|
+
},
|
|
1853
|
+
"path": [
|
|
1854
|
+
"conduction",
|
|
1855
|
+
"tabs",
|
|
1856
|
+
"tab",
|
|
1857
|
+
"padding-inline-start"
|
|
1858
|
+
]
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"value": "#f1f1f1",
|
|
1862
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1863
|
+
"isSource": true,
|
|
1864
|
+
"original": {
|
|
1865
|
+
"value": "{leiden.color.lightgrey.95}"
|
|
1866
|
+
},
|
|
1867
|
+
"name": "conductionTabsTabPanelBackgroundColor",
|
|
1868
|
+
"attributes": {
|
|
1869
|
+
"category": "conduction",
|
|
1870
|
+
"type": "tabs",
|
|
1871
|
+
"item": "tab",
|
|
1872
|
+
"subitem": "panel",
|
|
1873
|
+
"state": "background-color"
|
|
1874
|
+
},
|
|
1875
|
+
"path": [
|
|
1876
|
+
"conduction",
|
|
1877
|
+
"tabs",
|
|
1878
|
+
"tab",
|
|
1879
|
+
"panel",
|
|
1880
|
+
"background-color"
|
|
1881
|
+
]
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"value": "24px",
|
|
1885
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1886
|
+
"isSource": true,
|
|
1887
|
+
"original": {
|
|
1888
|
+
"value": "{leiden.size.lg}"
|
|
1889
|
+
},
|
|
1890
|
+
"name": "conductionTabsTabPanelPaddingBlockEnd",
|
|
1891
|
+
"attributes": {
|
|
1892
|
+
"category": "conduction",
|
|
1893
|
+
"type": "tabs",
|
|
1894
|
+
"item": "tab",
|
|
1895
|
+
"subitem": "panel",
|
|
1896
|
+
"state": "padding-block-end"
|
|
1897
|
+
},
|
|
1898
|
+
"path": [
|
|
1899
|
+
"conduction",
|
|
1900
|
+
"tabs",
|
|
1901
|
+
"tab",
|
|
1902
|
+
"panel",
|
|
1903
|
+
"padding-block-end"
|
|
1904
|
+
]
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"value": "24px",
|
|
1908
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1909
|
+
"isSource": true,
|
|
1910
|
+
"original": {
|
|
1911
|
+
"value": "{leiden.size.lg}"
|
|
1912
|
+
},
|
|
1913
|
+
"name": "conductionTabsTabPanelPaddingBlockStart",
|
|
1914
|
+
"attributes": {
|
|
1915
|
+
"category": "conduction",
|
|
1916
|
+
"type": "tabs",
|
|
1917
|
+
"item": "tab",
|
|
1918
|
+
"subitem": "panel",
|
|
1919
|
+
"state": "padding-block-start"
|
|
1920
|
+
},
|
|
1921
|
+
"path": [
|
|
1922
|
+
"conduction",
|
|
1923
|
+
"tabs",
|
|
1924
|
+
"tab",
|
|
1925
|
+
"panel",
|
|
1926
|
+
"padding-block-start"
|
|
1927
|
+
]
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"value": "24px",
|
|
1931
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1932
|
+
"isSource": true,
|
|
1933
|
+
"original": {
|
|
1934
|
+
"value": "{leiden.size.lg}"
|
|
1935
|
+
},
|
|
1936
|
+
"name": "conductionTabsTabPanelPaddingInlineEnd",
|
|
1937
|
+
"attributes": {
|
|
1938
|
+
"category": "conduction",
|
|
1939
|
+
"type": "tabs",
|
|
1940
|
+
"item": "tab",
|
|
1941
|
+
"subitem": "panel",
|
|
1942
|
+
"state": "padding-inline-end"
|
|
1943
|
+
},
|
|
1944
|
+
"path": [
|
|
1945
|
+
"conduction",
|
|
1946
|
+
"tabs",
|
|
1947
|
+
"tab",
|
|
1948
|
+
"panel",
|
|
1949
|
+
"padding-inline-end"
|
|
1950
|
+
]
|
|
1951
|
+
},
|
|
1952
|
+
{
|
|
1953
|
+
"value": "24px",
|
|
1954
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1955
|
+
"isSource": true,
|
|
1956
|
+
"original": {
|
|
1957
|
+
"value": "{leiden.size.lg}"
|
|
1958
|
+
},
|
|
1959
|
+
"name": "conductionTabsTabPanelPaddingInlineStart",
|
|
1960
|
+
"attributes": {
|
|
1961
|
+
"category": "conduction",
|
|
1962
|
+
"type": "tabs",
|
|
1963
|
+
"item": "tab",
|
|
1964
|
+
"subitem": "panel",
|
|
1965
|
+
"state": "padding-inline-start"
|
|
1966
|
+
},
|
|
1967
|
+
"path": [
|
|
1968
|
+
"conduction",
|
|
1969
|
+
"tabs",
|
|
1970
|
+
"tab",
|
|
1971
|
+
"panel",
|
|
1972
|
+
"padding-inline-start"
|
|
1973
|
+
]
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"value": "#e4e4e4",
|
|
1977
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
1978
|
+
"isSource": true,
|
|
1979
|
+
"original": {
|
|
1980
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
1981
|
+
},
|
|
1982
|
+
"name": "conductionTabsTabSelectedBackgroundColor",
|
|
1983
|
+
"attributes": {
|
|
1984
|
+
"category": "conduction",
|
|
1985
|
+
"type": "tabs",
|
|
1986
|
+
"item": "tab",
|
|
1987
|
+
"subitem": "selected",
|
|
1988
|
+
"state": "background-color"
|
|
1989
|
+
},
|
|
1990
|
+
"path": [
|
|
1991
|
+
"conduction",
|
|
1992
|
+
"tabs",
|
|
1993
|
+
"tab",
|
|
1994
|
+
"selected",
|
|
1995
|
+
"background-color"
|
|
1996
|
+
]
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
"value": "#e4e4e4",
|
|
2000
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
2001
|
+
"isSource": true,
|
|
2002
|
+
"original": {
|
|
2003
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
2004
|
+
},
|
|
2005
|
+
"name": "conductionTabsTabSelectedBorderBottomColor",
|
|
2006
|
+
"attributes": {
|
|
2007
|
+
"category": "conduction",
|
|
2008
|
+
"type": "tabs",
|
|
2009
|
+
"item": "tab",
|
|
2010
|
+
"subitem": "selected",
|
|
2011
|
+
"state": "border-bottom-color"
|
|
2012
|
+
},
|
|
2013
|
+
"path": [
|
|
2014
|
+
"conduction",
|
|
2015
|
+
"tabs",
|
|
2016
|
+
"tab",
|
|
2017
|
+
"selected",
|
|
2018
|
+
"border-bottom-color"
|
|
2019
|
+
]
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"value": "solid",
|
|
2023
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
2024
|
+
"isSource": true,
|
|
2025
|
+
"original": {
|
|
2026
|
+
"value": "solid"
|
|
2027
|
+
},
|
|
2028
|
+
"name": "conductionTabsTabSelectedBorderBottomStyle",
|
|
2029
|
+
"attributes": {
|
|
2030
|
+
"category": "conduction",
|
|
2031
|
+
"type": "tabs",
|
|
2032
|
+
"item": "tab",
|
|
2033
|
+
"subitem": "selected",
|
|
2034
|
+
"state": "border-bottom-style"
|
|
2035
|
+
},
|
|
2036
|
+
"path": [
|
|
2037
|
+
"conduction",
|
|
2038
|
+
"tabs",
|
|
2039
|
+
"tab",
|
|
2040
|
+
"selected",
|
|
2041
|
+
"border-bottom-style"
|
|
2042
|
+
]
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"value": "1px",
|
|
2046
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
2047
|
+
"isSource": true,
|
|
2048
|
+
"original": {
|
|
2049
|
+
"value": "{leiden.size.4xs}"
|
|
2050
|
+
},
|
|
2051
|
+
"name": "conductionTabsTabSelectedBorderBottomWidth",
|
|
2052
|
+
"attributes": {
|
|
2053
|
+
"category": "conduction",
|
|
2054
|
+
"type": "tabs",
|
|
2055
|
+
"item": "tab",
|
|
2056
|
+
"subitem": "selected",
|
|
2057
|
+
"state": "border-bottom-width"
|
|
2058
|
+
},
|
|
2059
|
+
"path": [
|
|
2060
|
+
"conduction",
|
|
2061
|
+
"tabs",
|
|
2062
|
+
"tab",
|
|
2063
|
+
"selected",
|
|
2064
|
+
"border-bottom-width"
|
|
2065
|
+
]
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
"value": "#e4e4e4",
|
|
2069
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
2070
|
+
"isSource": true,
|
|
2071
|
+
"original": {
|
|
2072
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
2073
|
+
},
|
|
2074
|
+
"name": "conductionTabsTabSelectedBorderColor",
|
|
2075
|
+
"attributes": {
|
|
2076
|
+
"category": "conduction",
|
|
2077
|
+
"type": "tabs",
|
|
2078
|
+
"item": "tab",
|
|
2079
|
+
"subitem": "selected",
|
|
2080
|
+
"state": "border-color"
|
|
2081
|
+
},
|
|
2082
|
+
"path": [
|
|
2083
|
+
"conduction",
|
|
2084
|
+
"tabs",
|
|
2085
|
+
"tab",
|
|
2086
|
+
"selected",
|
|
2087
|
+
"border-color"
|
|
2088
|
+
]
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"value": "solid",
|
|
2092
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
2093
|
+
"isSource": true,
|
|
2094
|
+
"original": {
|
|
2095
|
+
"value": "solid"
|
|
2096
|
+
},
|
|
2097
|
+
"name": "conductionTabsTabSelectedBorderStyle",
|
|
2098
|
+
"attributes": {
|
|
2099
|
+
"category": "conduction",
|
|
2100
|
+
"type": "tabs",
|
|
2101
|
+
"item": "tab",
|
|
2102
|
+
"subitem": "selected",
|
|
2103
|
+
"state": "border-style"
|
|
2104
|
+
},
|
|
2105
|
+
"path": [
|
|
2106
|
+
"conduction",
|
|
2107
|
+
"tabs",
|
|
2108
|
+
"tab",
|
|
2109
|
+
"selected",
|
|
2110
|
+
"border-style"
|
|
2111
|
+
]
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"value": "1px",
|
|
2115
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
2116
|
+
"isSource": true,
|
|
2117
|
+
"original": {
|
|
2118
|
+
"value": "{leiden.size.4xs}"
|
|
2119
|
+
},
|
|
2120
|
+
"name": "conductionTabsTabSelectedBorderWidth",
|
|
2121
|
+
"attributes": {
|
|
2122
|
+
"category": "conduction",
|
|
2123
|
+
"type": "tabs",
|
|
2124
|
+
"item": "tab",
|
|
2125
|
+
"subitem": "selected",
|
|
2126
|
+
"state": "border-width"
|
|
2127
|
+
},
|
|
2128
|
+
"path": [
|
|
2129
|
+
"conduction",
|
|
2130
|
+
"tabs",
|
|
2131
|
+
"tab",
|
|
2132
|
+
"selected",
|
|
2133
|
+
"border-width"
|
|
2134
|
+
]
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"value": "#0d1921",
|
|
2138
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
2139
|
+
"isSource": true,
|
|
2140
|
+
"original": {
|
|
2141
|
+
"value": "{leiden.color.black.9}"
|
|
2142
|
+
},
|
|
2143
|
+
"name": "conductionTabsTabSelectedColor",
|
|
2144
|
+
"attributes": {
|
|
2145
|
+
"category": "conduction",
|
|
2146
|
+
"type": "tabs",
|
|
2147
|
+
"item": "tab",
|
|
2148
|
+
"subitem": "selected",
|
|
2149
|
+
"state": "color"
|
|
2150
|
+
},
|
|
2151
|
+
"path": [
|
|
2152
|
+
"conduction",
|
|
2153
|
+
"tabs",
|
|
2154
|
+
"tab",
|
|
2155
|
+
"selected",
|
|
2156
|
+
"color"
|
|
2157
|
+
]
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
2161
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
2162
|
+
"isSource": true,
|
|
2163
|
+
"original": {
|
|
2164
|
+
"value": "{utrecht.document.font-family}"
|
|
2165
|
+
},
|
|
2166
|
+
"name": "conductionTabsTabSelectedFontFamily",
|
|
2167
|
+
"attributes": {
|
|
2168
|
+
"category": "conduction",
|
|
2169
|
+
"type": "tabs",
|
|
2170
|
+
"item": "tab",
|
|
2171
|
+
"subitem": "selected",
|
|
2172
|
+
"state": "font-family"
|
|
2173
|
+
},
|
|
2174
|
+
"path": [
|
|
2175
|
+
"conduction",
|
|
2176
|
+
"tabs",
|
|
2177
|
+
"tab",
|
|
2178
|
+
"selected",
|
|
2179
|
+
"font-family"
|
|
2180
|
+
]
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"value": "700",
|
|
2184
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
2185
|
+
"isSource": true,
|
|
2186
|
+
"original": {
|
|
2187
|
+
"value": "{leiden.typography.font-weight.bold}"
|
|
2188
|
+
},
|
|
2189
|
+
"name": "conductionTabsTabSelectedFontWeight",
|
|
2190
|
+
"attributes": {
|
|
2191
|
+
"category": "conduction",
|
|
2192
|
+
"type": "tabs",
|
|
2193
|
+
"item": "tab",
|
|
2194
|
+
"subitem": "selected",
|
|
2195
|
+
"state": "font-weight"
|
|
2196
|
+
},
|
|
2197
|
+
"path": [
|
|
2198
|
+
"conduction",
|
|
2199
|
+
"tabs",
|
|
2200
|
+
"tab",
|
|
2201
|
+
"selected",
|
|
2202
|
+
"font-weight"
|
|
2203
|
+
]
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"value": "#e4e4e4",
|
|
2207
|
+
"filePath": "src/component/conduction/tabs.tokens.json",
|
|
2208
|
+
"isSource": true,
|
|
2209
|
+
"original": {
|
|
2210
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
2211
|
+
},
|
|
2212
|
+
"name": "conductionTabsTabSelectedHoverBackgroundColor",
|
|
2213
|
+
"attributes": {
|
|
2214
|
+
"category": "conduction",
|
|
2215
|
+
"type": "tabs",
|
|
2216
|
+
"item": "tab",
|
|
2217
|
+
"subitem": "selected",
|
|
2218
|
+
"state": "hover"
|
|
2219
|
+
},
|
|
2220
|
+
"path": [
|
|
2221
|
+
"conduction",
|
|
2222
|
+
"tabs",
|
|
2223
|
+
"tab",
|
|
2224
|
+
"selected",
|
|
2225
|
+
"hover",
|
|
2226
|
+
"background-color"
|
|
2227
|
+
]
|
|
2228
|
+
},
|
|
1067
2229
|
{
|
|
1068
2230
|
"value": "#721c24",
|
|
1069
2231
|
"filePath": "src/brand/leiden/color.tokens.json",
|
|
@@ -1409,6 +2571,48 @@
|
|
|
1409
2571
|
"89"
|
|
1410
2572
|
]
|
|
1411
2573
|
},
|
|
2574
|
+
{
|
|
2575
|
+
"value": "#f1f1f1",
|
|
2576
|
+
"filePath": "src/brand/leiden/color.tokens.json",
|
|
2577
|
+
"isSource": true,
|
|
2578
|
+
"original": {
|
|
2579
|
+
"value": "#f1f1f1"
|
|
2580
|
+
},
|
|
2581
|
+
"name": "leidenColorLightgrey95",
|
|
2582
|
+
"attributes": {
|
|
2583
|
+
"category": "leiden",
|
|
2584
|
+
"type": "color",
|
|
2585
|
+
"item": "lightgrey",
|
|
2586
|
+
"subitem": "95"
|
|
2587
|
+
},
|
|
2588
|
+
"path": [
|
|
2589
|
+
"leiden",
|
|
2590
|
+
"color",
|
|
2591
|
+
"lightgrey",
|
|
2592
|
+
"95"
|
|
2593
|
+
]
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"value": "#fbfbfb",
|
|
2597
|
+
"filePath": "src/brand/leiden/color.tokens.json",
|
|
2598
|
+
"isSource": true,
|
|
2599
|
+
"original": {
|
|
2600
|
+
"value": "#fbfbfb"
|
|
2601
|
+
},
|
|
2602
|
+
"name": "leidenColorLightgrey98",
|
|
2603
|
+
"attributes": {
|
|
2604
|
+
"category": "leiden",
|
|
2605
|
+
"type": "color",
|
|
2606
|
+
"item": "lightgrey",
|
|
2607
|
+
"subitem": "98"
|
|
2608
|
+
},
|
|
2609
|
+
"path": [
|
|
2610
|
+
"leiden",
|
|
2611
|
+
"color",
|
|
2612
|
+
"lightgrey",
|
|
2613
|
+
"98"
|
|
2614
|
+
]
|
|
2615
|
+
},
|
|
1412
2616
|
{
|
|
1413
2617
|
"value": "#d62410",
|
|
1414
2618
|
"filePath": "src/brand/leiden/color.tokens.json",
|
|
@@ -2011,11 +3215,11 @@
|
|
|
2011
3215
|
]
|
|
2012
3216
|
},
|
|
2013
3217
|
{
|
|
2014
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
3218
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
2015
3219
|
"filePath": "src/brand/leiden/typography.tokens.json",
|
|
2016
3220
|
"isSource": true,
|
|
2017
3221
|
"original": {
|
|
2018
|
-
"value": "\"Open Sans\", Arial, sans-serif"
|
|
3222
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif"
|
|
2019
3223
|
},
|
|
2020
3224
|
"name": "leidenTypographySansSerifFontFamily",
|
|
2021
3225
|
"attributes": {
|
|
@@ -2676,6 +3880,177 @@
|
|
|
2676
3880
|
"color"
|
|
2677
3881
|
]
|
|
2678
3882
|
},
|
|
3883
|
+
{
|
|
3884
|
+
"value": "#d62410",
|
|
3885
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
3886
|
+
"isSource": true,
|
|
3887
|
+
"original": {
|
|
3888
|
+
"value": "{leiden.color.primary}"
|
|
3889
|
+
},
|
|
3890
|
+
"name": "utrechtBadgeCounterBackgroundColor",
|
|
3891
|
+
"attributes": {
|
|
3892
|
+
"category": "utrecht",
|
|
3893
|
+
"type": "badge-counter",
|
|
3894
|
+
"item": "background-color"
|
|
3895
|
+
},
|
|
3896
|
+
"path": [
|
|
3897
|
+
"utrecht",
|
|
3898
|
+
"badge-counter",
|
|
3899
|
+
"background-color"
|
|
3900
|
+
]
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"value": "50%",
|
|
3904
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
3905
|
+
"isSource": true,
|
|
3906
|
+
"original": {
|
|
3907
|
+
"value": "50%"
|
|
3908
|
+
},
|
|
3909
|
+
"name": "utrechtBadgeCounterBorderRadius",
|
|
3910
|
+
"attributes": {
|
|
3911
|
+
"category": "utrecht",
|
|
3912
|
+
"type": "badge-counter",
|
|
3913
|
+
"item": "border-radius"
|
|
3914
|
+
},
|
|
3915
|
+
"path": [
|
|
3916
|
+
"utrecht",
|
|
3917
|
+
"badge-counter",
|
|
3918
|
+
"border-radius"
|
|
3919
|
+
]
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"value": "#ffffff",
|
|
3923
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
3924
|
+
"isSource": true,
|
|
3925
|
+
"original": {
|
|
3926
|
+
"value": "{leiden.color.white.100}"
|
|
3927
|
+
},
|
|
3928
|
+
"name": "utrechtBadgeCounterColor",
|
|
3929
|
+
"attributes": {
|
|
3930
|
+
"category": "utrecht",
|
|
3931
|
+
"type": "badge-counter",
|
|
3932
|
+
"item": "color"
|
|
3933
|
+
},
|
|
3934
|
+
"path": [
|
|
3935
|
+
"utrecht",
|
|
3936
|
+
"badge-counter",
|
|
3937
|
+
"color"
|
|
3938
|
+
]
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
3942
|
+
"filePath": "src/component/utrecht/extra-tokens/badge-counter.tokens.json",
|
|
3943
|
+
"isSource": true,
|
|
3944
|
+
"original": {
|
|
3945
|
+
"value": "{utrecht.document.font-family}"
|
|
3946
|
+
},
|
|
3947
|
+
"name": "utrechtBadgeCounterFontFamily",
|
|
3948
|
+
"attributes": {
|
|
3949
|
+
"category": "utrecht",
|
|
3950
|
+
"type": "badge-counter",
|
|
3951
|
+
"item": "font-family"
|
|
3952
|
+
},
|
|
3953
|
+
"path": [
|
|
3954
|
+
"utrecht",
|
|
3955
|
+
"badge-counter",
|
|
3956
|
+
"font-family"
|
|
3957
|
+
]
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"value": "18px",
|
|
3961
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
3962
|
+
"isSource": true,
|
|
3963
|
+
"original": {
|
|
3964
|
+
"value": "{utrecht.document.font-size}"
|
|
3965
|
+
},
|
|
3966
|
+
"name": "utrechtBadgeCounterFontSize",
|
|
3967
|
+
"attributes": {
|
|
3968
|
+
"category": "utrecht",
|
|
3969
|
+
"type": "badge-counter",
|
|
3970
|
+
"item": "font-size"
|
|
3971
|
+
},
|
|
3972
|
+
"path": [
|
|
3973
|
+
"utrecht",
|
|
3974
|
+
"badge-counter",
|
|
3975
|
+
"font-size"
|
|
3976
|
+
]
|
|
3977
|
+
},
|
|
3978
|
+
{
|
|
3979
|
+
"value": "400",
|
|
3980
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
3981
|
+
"isSource": true,
|
|
3982
|
+
"original": {
|
|
3983
|
+
"value": "{leiden.typography.font-weight.normal}"
|
|
3984
|
+
},
|
|
3985
|
+
"name": "utrechtBadgeCounterFontWeight",
|
|
3986
|
+
"attributes": {
|
|
3987
|
+
"category": "utrecht",
|
|
3988
|
+
"type": "badge-counter",
|
|
3989
|
+
"item": "font-weight"
|
|
3990
|
+
},
|
|
3991
|
+
"path": [
|
|
3992
|
+
"utrecht",
|
|
3993
|
+
"badge-counter",
|
|
3994
|
+
"font-weight"
|
|
3995
|
+
]
|
|
3996
|
+
},
|
|
3997
|
+
{
|
|
3998
|
+
"value": "4px",
|
|
3999
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
4000
|
+
"isSource": true,
|
|
4001
|
+
"original": {
|
|
4002
|
+
"value": "{leiden.size.2xs}"
|
|
4003
|
+
},
|
|
4004
|
+
"name": "utrechtBadgeCounterPaddingBlock",
|
|
4005
|
+
"attributes": {
|
|
4006
|
+
"category": "utrecht",
|
|
4007
|
+
"type": "badge-counter",
|
|
4008
|
+
"item": "padding-block"
|
|
4009
|
+
},
|
|
4010
|
+
"path": [
|
|
4011
|
+
"utrecht",
|
|
4012
|
+
"badge-counter",
|
|
4013
|
+
"padding-block"
|
|
4014
|
+
]
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
"value": "4px",
|
|
4018
|
+
"filePath": "src/component/utrecht/badge-counter.tokens.json",
|
|
4019
|
+
"isSource": true,
|
|
4020
|
+
"original": {
|
|
4021
|
+
"value": "{leiden.size.2xs}"
|
|
4022
|
+
},
|
|
4023
|
+
"name": "utrechtBadgeCounterPaddingInline",
|
|
4024
|
+
"attributes": {
|
|
4025
|
+
"category": "utrecht",
|
|
4026
|
+
"type": "badge-counter",
|
|
4027
|
+
"item": "padding-inline"
|
|
4028
|
+
},
|
|
4029
|
+
"path": [
|
|
4030
|
+
"utrecht",
|
|
4031
|
+
"badge-counter",
|
|
4032
|
+
"padding-inline"
|
|
4033
|
+
]
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"value": "none",
|
|
4037
|
+
"filePath": "src/component/utrecht/extra-tokens/badge-counter.tokens.json",
|
|
4038
|
+
"isSource": true,
|
|
4039
|
+
"original": {
|
|
4040
|
+
"value": "none"
|
|
4041
|
+
},
|
|
4042
|
+
"name": "utrechtBadgeCounterTextDecoration",
|
|
4043
|
+
"attributes": {
|
|
4044
|
+
"category": "utrecht",
|
|
4045
|
+
"type": "badge-counter",
|
|
4046
|
+
"item": "text-decoration"
|
|
4047
|
+
},
|
|
4048
|
+
"path": [
|
|
4049
|
+
"utrecht",
|
|
4050
|
+
"badge-counter",
|
|
4051
|
+
"text-decoration"
|
|
4052
|
+
]
|
|
4053
|
+
},
|
|
2679
4054
|
{
|
|
2680
4055
|
"value": "#0d1921",
|
|
2681
4056
|
"filePath": "src/component/utrecht/blockquote.tokens.json",
|
|
@@ -2852,7 +4227,7 @@
|
|
|
2852
4227
|
]
|
|
2853
4228
|
},
|
|
2854
4229
|
{
|
|
2855
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
4230
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
2856
4231
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
2857
4232
|
"isSource": true,
|
|
2858
4233
|
"original": {
|
|
@@ -3713,7 +5088,7 @@
|
|
|
3713
5088
|
]
|
|
3714
5089
|
},
|
|
3715
5090
|
{
|
|
3716
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
5091
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
3717
5092
|
"filePath": "src/component/utrecht/document.tokens.json",
|
|
3718
5093
|
"isSource": true,
|
|
3719
5094
|
"original": {
|
|
@@ -3771,7 +5146,7 @@
|
|
|
3771
5146
|
},
|
|
3772
5147
|
{
|
|
3773
5148
|
"value": "#5f594a",
|
|
3774
|
-
"filePath": "src/component/utrecht/
|
|
5149
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3775
5150
|
"isSource": true,
|
|
3776
5151
|
"original": {
|
|
3777
5152
|
"value": "{leiden.color.grey.33}"
|
|
@@ -3790,7 +5165,7 @@
|
|
|
3790
5165
|
},
|
|
3791
5166
|
{
|
|
3792
5167
|
"value": "0px",
|
|
3793
|
-
"filePath": "src/component/utrecht/
|
|
5168
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3794
5169
|
"isSource": true,
|
|
3795
5170
|
"original": {
|
|
3796
5171
|
"value": "0px"
|
|
@@ -3809,7 +5184,7 @@
|
|
|
3809
5184
|
},
|
|
3810
5185
|
{
|
|
3811
5186
|
"value": "1px",
|
|
3812
|
-
"filePath": "src/component/utrecht/
|
|
5187
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3813
5188
|
"isSource": true,
|
|
3814
5189
|
"original": {
|
|
3815
5190
|
"value": "{leiden.size.4xs}"
|
|
@@ -3828,7 +5203,7 @@
|
|
|
3828
5203
|
},
|
|
3829
5204
|
{
|
|
3830
5205
|
"value": "#1d1d1b",
|
|
3831
|
-
"filePath": "src/component/utrecht/
|
|
5206
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3832
5207
|
"isSource": true,
|
|
3833
5208
|
"original": {
|
|
3834
5209
|
"value": "{leiden.color.grey.11}"
|
|
@@ -3846,8 +5221,8 @@
|
|
|
3846
5221
|
]
|
|
3847
5222
|
},
|
|
3848
5223
|
{
|
|
3849
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
3850
|
-
"filePath": "src/component/utrecht/
|
|
5224
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
5225
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3851
5226
|
"isSource": true,
|
|
3852
5227
|
"original": {
|
|
3853
5228
|
"value": "{leiden.typography.sans-serif.font-family}"
|
|
@@ -3866,7 +5241,7 @@
|
|
|
3866
5241
|
},
|
|
3867
5242
|
{
|
|
3868
5243
|
"value": "15px",
|
|
3869
|
-
"filePath": "src/component/utrecht/
|
|
5244
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3870
5245
|
"isSource": true,
|
|
3871
5246
|
"original": {
|
|
3872
5247
|
"value": "15px"
|
|
@@ -3885,7 +5260,7 @@
|
|
|
3885
5260
|
},
|
|
3886
5261
|
{
|
|
3887
5262
|
"value": "8px",
|
|
3888
|
-
"filePath": "src/component/utrecht/
|
|
5263
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3889
5264
|
"isSource": true,
|
|
3890
5265
|
"original": {
|
|
3891
5266
|
"value": "{leiden.size.xs}"
|
|
@@ -3904,7 +5279,7 @@
|
|
|
3904
5279
|
},
|
|
3905
5280
|
{
|
|
3906
5281
|
"value": "8px",
|
|
3907
|
-
"filePath": "src/component/utrecht/
|
|
5282
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3908
5283
|
"isSource": true,
|
|
3909
5284
|
"original": {
|
|
3910
5285
|
"value": "{leiden.size.xs}"
|
|
@@ -3923,7 +5298,7 @@
|
|
|
3923
5298
|
},
|
|
3924
5299
|
{
|
|
3925
5300
|
"value": "14px",
|
|
3926
|
-
"filePath": "src/component/utrecht/
|
|
5301
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3927
5302
|
"isSource": true,
|
|
3928
5303
|
"original": {
|
|
3929
5304
|
"value": "{leiden.size.sm}"
|
|
@@ -3942,7 +5317,7 @@
|
|
|
3942
5317
|
},
|
|
3943
5318
|
{
|
|
3944
5319
|
"value": "14px",
|
|
3945
|
-
"filePath": "src/component/utrecht/
|
|
5320
|
+
"filePath": "src/component/utrecht/form-input.tokens.json",
|
|
3946
5321
|
"isSource": true,
|
|
3947
5322
|
"original": {
|
|
3948
5323
|
"value": "{leiden.size.sm}"
|
|
@@ -3981,7 +5356,7 @@
|
|
|
3981
5356
|
]
|
|
3982
5357
|
},
|
|
3983
5358
|
{
|
|
3984
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
5359
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
3985
5360
|
"filePath": "src/component/utrecht/heading.tokens.json",
|
|
3986
5361
|
"isSource": true,
|
|
3987
5362
|
"original": {
|
|
@@ -4076,7 +5451,7 @@
|
|
|
4076
5451
|
]
|
|
4077
5452
|
},
|
|
4078
5453
|
{
|
|
4079
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
5454
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
4080
5455
|
"filePath": "src/component/utrecht/heading.tokens.json",
|
|
4081
5456
|
"isSource": true,
|
|
4082
5457
|
"original": {
|
|
@@ -4171,7 +5546,7 @@
|
|
|
4171
5546
|
]
|
|
4172
5547
|
},
|
|
4173
5548
|
{
|
|
4174
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
5549
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
4175
5550
|
"filePath": "src/component/utrecht/heading.tokens.json",
|
|
4176
5551
|
"isSource": true,
|
|
4177
5552
|
"original": {
|
|
@@ -4266,7 +5641,7 @@
|
|
|
4266
5641
|
]
|
|
4267
5642
|
},
|
|
4268
5643
|
{
|
|
4269
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
5644
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
4270
5645
|
"filePath": "src/component/utrecht/heading.tokens.json",
|
|
4271
5646
|
"isSource": true,
|
|
4272
5647
|
"original": {
|
|
@@ -4361,7 +5736,7 @@
|
|
|
4361
5736
|
]
|
|
4362
5737
|
},
|
|
4363
5738
|
{
|
|
4364
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
5739
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
4365
5740
|
"filePath": "src/component/utrecht/heading.tokens.json",
|
|
4366
5741
|
"isSource": true,
|
|
4367
5742
|
"original": {
|
|
@@ -5162,7 +6537,7 @@
|
|
|
5162
6537
|
]
|
|
5163
6538
|
},
|
|
5164
6539
|
{
|
|
5165
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
6540
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
5166
6541
|
"filePath": "src/component/utrecht/paragraph.tokens.json",
|
|
5167
6542
|
"isSource": true,
|
|
5168
6543
|
"original": {
|
|
@@ -5795,7 +7170,7 @@
|
|
|
5795
7170
|
]
|
|
5796
7171
|
},
|
|
5797
7172
|
{
|
|
5798
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
7173
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
5799
7174
|
"filePath": "src/component/utrecht/table.tokens.json",
|
|
5800
7175
|
"isSource": true,
|
|
5801
7176
|
"original": {
|
|
@@ -6080,7 +7455,7 @@
|
|
|
6080
7455
|
},
|
|
6081
7456
|
{
|
|
6082
7457
|
"value": "#5f594a",
|
|
6083
|
-
"filePath": "src/component/utrecht/
|
|
7458
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
6084
7459
|
"isSource": true,
|
|
6085
7460
|
"original": {
|
|
6086
7461
|
"value": "{leiden.color.grey.33}"
|
|
@@ -6099,7 +7474,7 @@
|
|
|
6099
7474
|
},
|
|
6100
7475
|
{
|
|
6101
7476
|
"value": "0px",
|
|
6102
|
-
"filePath": "src/component/utrecht/
|
|
7477
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
6103
7478
|
"isSource": true,
|
|
6104
7479
|
"original": {
|
|
6105
7480
|
"value": "0px"
|
|
@@ -6118,7 +7493,7 @@
|
|
|
6118
7493
|
},
|
|
6119
7494
|
{
|
|
6120
7495
|
"value": "1px",
|
|
6121
|
-
"filePath": "src/component/utrecht/
|
|
7496
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
6122
7497
|
"isSource": true,
|
|
6123
7498
|
"original": {
|
|
6124
7499
|
"value": "{leiden.size.4xs}"
|
|
@@ -6137,7 +7512,7 @@
|
|
|
6137
7512
|
},
|
|
6138
7513
|
{
|
|
6139
7514
|
"value": "#1d1d1b",
|
|
6140
|
-
"filePath": "src/component/utrecht/
|
|
7515
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
6141
7516
|
"isSource": true,
|
|
6142
7517
|
"original": {
|
|
6143
7518
|
"value": "{leiden.color.grey.11}"
|
|
@@ -6155,8 +7530,8 @@
|
|
|
6155
7530
|
]
|
|
6156
7531
|
},
|
|
6157
7532
|
{
|
|
6158
|
-
"value": "\"Open Sans\", Arial, sans-serif",
|
|
6159
|
-
"filePath": "src/component/utrecht/
|
|
7533
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
7534
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
6160
7535
|
"isSource": true,
|
|
6161
7536
|
"original": {
|
|
6162
7537
|
"value": "{leiden.typography.sans-serif.font-family}"
|
|
@@ -6175,7 +7550,7 @@
|
|
|
6175
7550
|
},
|
|
6176
7551
|
{
|
|
6177
7552
|
"value": "15px",
|
|
6178
|
-
"filePath": "src/component/utrecht/
|
|
7553
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
6179
7554
|
"isSource": true,
|
|
6180
7555
|
"original": {
|
|
6181
7556
|
"value": "15px"
|
|
@@ -6194,7 +7569,7 @@
|
|
|
6194
7569
|
},
|
|
6195
7570
|
{
|
|
6196
7571
|
"value": "8px",
|
|
6197
|
-
"filePath": "src/component/utrecht/
|
|
7572
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
6198
7573
|
"isSource": true,
|
|
6199
7574
|
"original": {
|
|
6200
7575
|
"value": "{leiden.size.xs}"
|
|
@@ -6213,7 +7588,7 @@
|
|
|
6213
7588
|
},
|
|
6214
7589
|
{
|
|
6215
7590
|
"value": "8px",
|
|
6216
|
-
"filePath": "src/component/utrecht/
|
|
7591
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
6217
7592
|
"isSource": true,
|
|
6218
7593
|
"original": {
|
|
6219
7594
|
"value": "{leiden.size.xs}"
|
|
@@ -6232,7 +7607,7 @@
|
|
|
6232
7607
|
},
|
|
6233
7608
|
{
|
|
6234
7609
|
"value": "14px",
|
|
6235
|
-
"filePath": "src/component/utrecht/
|
|
7610
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
6236
7611
|
"isSource": true,
|
|
6237
7612
|
"original": {
|
|
6238
7613
|
"value": "{leiden.size.sm}"
|
|
@@ -6251,7 +7626,7 @@
|
|
|
6251
7626
|
},
|
|
6252
7627
|
{
|
|
6253
7628
|
"value": "14px",
|
|
6254
|
-
"filePath": "src/component/utrecht/
|
|
7629
|
+
"filePath": "src/component/utrecht/textbox.tokens.json",
|
|
6255
7630
|
"isSource": true,
|
|
6256
7631
|
"original": {
|
|
6257
7632
|
"value": "{leiden.size.sm}"
|