@conduction/theme 1.0.38 → 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/conduction-design-tokens/dist/design-tokens.css +13 -1
- package/conduction-design-tokens/dist/index.js +13 -1
- package/conduction-design-tokens/dist/index.json +250 -0
- package/conduction-design-tokens/dist/index.less +13 -1
- package/conduction-design-tokens/dist/index.scss +13 -1
- package/conduction-design-tokens/dist/tokens.json +282 -0
- package/conduction-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/conduction-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/dimpact-design-tokens/LICENSE.md +17 -0
- package/municipalities/dimpact-design-tokens/README.md +3 -0
- package/municipalities/dimpact-design-tokens/dist/design-tokens.css +423 -0
- package/municipalities/dimpact-design-tokens/dist/font.css +5 -0
- package/municipalities/dimpact-design-tokens/dist/index.css +7 -0
- package/municipalities/dimpact-design-tokens/dist/index.js +421 -0
- package/municipalities/dimpact-design-tokens/dist/index.json +8379 -0
- package/municipalities/dimpact-design-tokens/dist/index.less +420 -0
- package/municipalities/dimpact-design-tokens/dist/index.scss +420 -0
- package/municipalities/dimpact-design-tokens/dist/tokens.json +8931 -0
- package/municipalities/dimpact-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/dimpact-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/dimpact-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/dimpact-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/dimpact-design-tokens/package.json +37 -0
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +75 -0
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/font-size.tokens.json +17 -0
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/size.tokens.json +17 -0
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/typography.tokens.json +40 -0
- package/municipalities/dimpact-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/dimpact-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +39 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +45 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/select.tokens.json +30 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/dimpact-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/dimpact-design-tokens/src/config.json +47 -0
- package/municipalities/dimpact-design-tokens/src/font/TisaSansPro-Regular.woff2 +0 -0
- package/municipalities/dimpact-design-tokens/src/font.scss +6 -0
- package/municipalities/dimpact-design-tokens/src/index.scss +8 -0
- package/municipalities/dimpact-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +14 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +14 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +269 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +14 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +14 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +300 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +14 -1
- package/municipalities/epe-design-tokens/dist/index.js +14 -1
- package/municipalities/epe-design-tokens/dist/index.json +269 -0
- package/municipalities/epe-design-tokens/dist/index.less +14 -1
- package/municipalities/epe-design-tokens/dist/index.scss +14 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +300 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +14 -1
- package/municipalities/leiden-design-tokens/dist/index.js +14 -1
- package/municipalities/leiden-design-tokens/dist/index.json +269 -0
- package/municipalities/leiden-design-tokens/dist/index.less +14 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +14 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +300 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +13 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +13 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.json +250 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +13 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +13 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +282 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +15 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +15 -1
- package/municipalities/noordwijk-design-tokens/dist/index.json +290 -0
- package/municipalities/noordwijk-design-tokens/dist/index.less +15 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +15 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +321 -0
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +3 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/open-webconcept-design-tokens/LICENSE.md +17 -0
- package/municipalities/open-webconcept-design-tokens/README.md +3 -0
- package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +437 -0
- package/municipalities/open-webconcept-design-tokens/dist/font.css +361 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.css +7 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.js +435 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.json +8655 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.less +434 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.scss +434 -0
- package/municipalities/open-webconcept-design-tokens/dist/tokens.json +9214 -0
- package/municipalities/open-webconcept-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/open-webconcept-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/open-webconcept-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/open-webconcept-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/open-webconcept-design-tokens/package.json +38 -0
- package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +89 -0
- package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/font-size.tokens.json +17 -0
- package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/size.tokens.json +17 -0
- package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/typography.tokens.json +40 -0
- package/municipalities/open-webconcept-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/open-webconcept-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +39 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +45 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/select.tokens.json +30 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/open-webconcept-design-tokens/src/config.json +47 -0
- package/municipalities/open-webconcept-design-tokens/src/font.js +6 -0
- package/municipalities/open-webconcept-design-tokens/src/font.scss +363 -0
- package/municipalities/open-webconcept-design-tokens/src/index.scss +8 -0
- package/municipalities/open-webconcept-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +8 -1
- package/municipalities/rotterdam-design-tokens/dist/index.js +8 -1
- package/municipalities/rotterdam-design-tokens/dist/index.json +155 -0
- package/municipalities/rotterdam-design-tokens/dist/index.less +8 -1
- package/municipalities/rotterdam-design-tokens/dist/index.scss +8 -1
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +192 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +14 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +14 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +269 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +14 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +14 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +300 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +13 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +13 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +252 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +13 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +13 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +285 -0
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
- package/package.json +4 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 28 Sep 2023 18:54:05 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-tabs-tab-list-border-bottom-style: solid;
|
|
6
6
|
@conduction-tabs-tab-list-margin-block-end: 0px;
|
|
@@ -54,6 +54,10 @@
|
|
|
54
54
|
@utrecht-button-font-weight: inherit;
|
|
55
55
|
@utrecht-button-font-size: inherit;
|
|
56
56
|
@utrecht-button-border-radius: 9999px;
|
|
57
|
+
@utrecht-breadcrumb-padding-block-end: 12px;
|
|
58
|
+
@utrecht-breadcrumb-padding-block-start: 12px;
|
|
59
|
+
@utrecht-breadcrumb-padding-inline-end: 0;
|
|
60
|
+
@utrecht-breadcrumb-padding-inline-start: 0;
|
|
57
61
|
@utrecht-badge-counter-text-decoration: none;
|
|
58
62
|
@utrecht-badge-counter-border-radius: 50%;
|
|
59
63
|
@utrecht-action-submit-cursor: pointer;
|
|
@@ -318,6 +322,13 @@
|
|
|
318
322
|
@utrecht-button-border-width: @noaberkracht-size-3xs;
|
|
319
323
|
@utrecht-button-border-color: @noaberkracht-color-yellow-47;
|
|
320
324
|
@utrecht-button-background-color: @noaberkracht-color-yellow-47;
|
|
325
|
+
@utrecht-breadcrumb-background-color: @noaberkracht-color-white-100;
|
|
326
|
+
@utrecht-breadcrumb-separator-icon-size: @noaberkracht-font-size-sm;
|
|
327
|
+
@utrecht-breadcrumb-separator-icon-color: @noaberkracht-color-black-0;
|
|
328
|
+
@utrecht-breadcrumb-link-hover-color: @noaberkracht-color-yellow-47;
|
|
329
|
+
@utrecht-breadcrumb-link-disabled-color: @noaberkracht-color-blue-22;
|
|
330
|
+
@utrecht-breadcrumb-link-current-color: @noaberkracht-color-blue-22;
|
|
331
|
+
@utrecht-breadcrumb-link-color: @noaberkracht-color-yellow-47;
|
|
321
332
|
@utrecht-blockquote-content-font-size: @noaberkracht-font-size-md;
|
|
322
333
|
@utrecht-blockquote-content-color: @noaberkracht-color-black-0;
|
|
323
334
|
@utrecht-blockquote-margin-inline-end: @noaberkracht-size-xl;
|
|
@@ -389,4 +400,5 @@
|
|
|
389
400
|
@utrecht-table-font-size: @utrecht-document-font-size;
|
|
390
401
|
@utrecht-table-font-family: @utrecht-document-font-family;
|
|
391
402
|
@utrecht-table-header-color: @utrecht-document-color;
|
|
403
|
+
@utrecht-breadcrumb-font-family: @utrecht-document-font-family;
|
|
392
404
|
@utrecht-badge-counter-font-size: @utrecht-document-font-size;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 28 Sep 2023 18:54:05 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-tabs-tab-list-border-bottom-style: solid;
|
|
6
6
|
$conduction-tabs-tab-list-margin-block-end: 0px;
|
|
@@ -54,6 +54,10 @@ $utrecht-button-primary-action-font-weight: inherit;
|
|
|
54
54
|
$utrecht-button-font-weight: inherit;
|
|
55
55
|
$utrecht-button-font-size: inherit;
|
|
56
56
|
$utrecht-button-border-radius: 9999px;
|
|
57
|
+
$utrecht-breadcrumb-padding-block-end: 12px;
|
|
58
|
+
$utrecht-breadcrumb-padding-block-start: 12px;
|
|
59
|
+
$utrecht-breadcrumb-padding-inline-end: 0;
|
|
60
|
+
$utrecht-breadcrumb-padding-inline-start: 0;
|
|
57
61
|
$utrecht-badge-counter-text-decoration: none;
|
|
58
62
|
$utrecht-badge-counter-border-radius: 50%;
|
|
59
63
|
$utrecht-action-submit-cursor: pointer;
|
|
@@ -318,6 +322,13 @@ $utrecht-button-color: $noaberkracht-color-white-100;
|
|
|
318
322
|
$utrecht-button-border-width: $noaberkracht-size-3xs;
|
|
319
323
|
$utrecht-button-border-color: $noaberkracht-color-yellow-47;
|
|
320
324
|
$utrecht-button-background-color: $noaberkracht-color-yellow-47;
|
|
325
|
+
$utrecht-breadcrumb-background-color: $noaberkracht-color-white-100;
|
|
326
|
+
$utrecht-breadcrumb-separator-icon-size: $noaberkracht-font-size-sm;
|
|
327
|
+
$utrecht-breadcrumb-separator-icon-color: $noaberkracht-color-black-0;
|
|
328
|
+
$utrecht-breadcrumb-link-hover-color: $noaberkracht-color-yellow-47;
|
|
329
|
+
$utrecht-breadcrumb-link-disabled-color: $noaberkracht-color-blue-22;
|
|
330
|
+
$utrecht-breadcrumb-link-current-color: $noaberkracht-color-blue-22;
|
|
331
|
+
$utrecht-breadcrumb-link-color: $noaberkracht-color-yellow-47;
|
|
321
332
|
$utrecht-blockquote-content-font-size: $noaberkracht-font-size-md;
|
|
322
333
|
$utrecht-blockquote-content-color: $noaberkracht-color-black-0;
|
|
323
334
|
$utrecht-blockquote-margin-inline-end: $noaberkracht-size-xl;
|
|
@@ -389,4 +400,5 @@ $utrecht-table-header-cell-font-size: $utrecht-document-font-size;
|
|
|
389
400
|
$utrecht-table-font-size: $utrecht-document-font-size;
|
|
390
401
|
$utrecht-table-font-family: $utrecht-document-font-family;
|
|
391
402
|
$utrecht-table-header-color: $utrecht-document-color;
|
|
403
|
+
$utrecht-breadcrumb-font-family: $utrecht-document-font-family;
|
|
392
404
|
$utrecht-badge-counter-font-size: $utrecht-document-font-size;
|
|
@@ -2360,6 +2360,288 @@
|
|
|
2360
2360
|
}
|
|
2361
2361
|
}
|
|
2362
2362
|
},
|
|
2363
|
+
"breadcrumb": {
|
|
2364
|
+
"block-size": {},
|
|
2365
|
+
"font-family": {
|
|
2366
|
+
"value": "greycliff-cf,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",Segoe UI Symbol,\"Noto Color Emoji\"",
|
|
2367
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2368
|
+
"isSource": true,
|
|
2369
|
+
"original": {
|
|
2370
|
+
"value": "{utrecht.document.font-family}"
|
|
2371
|
+
},
|
|
2372
|
+
"name": "utrechtBreadcrumbFontFamily",
|
|
2373
|
+
"attributes": {
|
|
2374
|
+
"category": "utrecht",
|
|
2375
|
+
"type": "breadcrumb",
|
|
2376
|
+
"item": "font-family"
|
|
2377
|
+
},
|
|
2378
|
+
"path": [
|
|
2379
|
+
"utrecht",
|
|
2380
|
+
"breadcrumb",
|
|
2381
|
+
"font-family"
|
|
2382
|
+
]
|
|
2383
|
+
},
|
|
2384
|
+
"font-size": {},
|
|
2385
|
+
"text-transform": {},
|
|
2386
|
+
"item": {
|
|
2387
|
+
"padding-block-start": {},
|
|
2388
|
+
"padding-block-end": {},
|
|
2389
|
+
"padding-inline-end": {},
|
|
2390
|
+
"padding-inline-start": {}
|
|
2391
|
+
},
|
|
2392
|
+
"link": {
|
|
2393
|
+
"background-color": {},
|
|
2394
|
+
"color": {
|
|
2395
|
+
"value": "#f0b800",
|
|
2396
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2397
|
+
"isSource": true,
|
|
2398
|
+
"original": {
|
|
2399
|
+
"value": "{noaberkracht.color.yellow.47}"
|
|
2400
|
+
},
|
|
2401
|
+
"name": "utrechtBreadcrumbLinkColor",
|
|
2402
|
+
"attributes": {
|
|
2403
|
+
"category": "utrecht",
|
|
2404
|
+
"type": "breadcrumb",
|
|
2405
|
+
"item": "link",
|
|
2406
|
+
"subitem": "color"
|
|
2407
|
+
},
|
|
2408
|
+
"path": [
|
|
2409
|
+
"utrecht",
|
|
2410
|
+
"breadcrumb",
|
|
2411
|
+
"link",
|
|
2412
|
+
"color"
|
|
2413
|
+
]
|
|
2414
|
+
},
|
|
2415
|
+
"focus": {
|
|
2416
|
+
"background-color": {},
|
|
2417
|
+
"color": {}
|
|
2418
|
+
},
|
|
2419
|
+
"current": {
|
|
2420
|
+
"background-color": {},
|
|
2421
|
+
"color": {
|
|
2422
|
+
"value": "#003790",
|
|
2423
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2424
|
+
"isSource": true,
|
|
2425
|
+
"original": {
|
|
2426
|
+
"value": "{noaberkracht.color.blue.22}"
|
|
2427
|
+
},
|
|
2428
|
+
"name": "utrechtBreadcrumbLinkCurrentColor",
|
|
2429
|
+
"attributes": {
|
|
2430
|
+
"category": "utrecht",
|
|
2431
|
+
"type": "breadcrumb",
|
|
2432
|
+
"item": "link",
|
|
2433
|
+
"subitem": "current",
|
|
2434
|
+
"state": "color"
|
|
2435
|
+
},
|
|
2436
|
+
"path": [
|
|
2437
|
+
"utrecht",
|
|
2438
|
+
"breadcrumb",
|
|
2439
|
+
"link",
|
|
2440
|
+
"current",
|
|
2441
|
+
"color"
|
|
2442
|
+
]
|
|
2443
|
+
}
|
|
2444
|
+
},
|
|
2445
|
+
"disabled": {
|
|
2446
|
+
"background-color": {},
|
|
2447
|
+
"color": {
|
|
2448
|
+
"value": "#003790",
|
|
2449
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2450
|
+
"isSource": true,
|
|
2451
|
+
"original": {
|
|
2452
|
+
"value": "{noaberkracht.color.blue.22}"
|
|
2453
|
+
},
|
|
2454
|
+
"name": "utrechtBreadcrumbLinkDisabledColor",
|
|
2455
|
+
"attributes": {
|
|
2456
|
+
"category": "utrecht",
|
|
2457
|
+
"type": "breadcrumb",
|
|
2458
|
+
"item": "link",
|
|
2459
|
+
"subitem": "disabled",
|
|
2460
|
+
"state": "color"
|
|
2461
|
+
},
|
|
2462
|
+
"path": [
|
|
2463
|
+
"utrecht",
|
|
2464
|
+
"breadcrumb",
|
|
2465
|
+
"link",
|
|
2466
|
+
"disabled",
|
|
2467
|
+
"color"
|
|
2468
|
+
]
|
|
2469
|
+
}
|
|
2470
|
+
},
|
|
2471
|
+
"hover": {
|
|
2472
|
+
"background-color": {},
|
|
2473
|
+
"color": {
|
|
2474
|
+
"value": "#f0b800",
|
|
2475
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2476
|
+
"isSource": true,
|
|
2477
|
+
"original": {
|
|
2478
|
+
"value": "{noaberkracht.color.yellow.47}"
|
|
2479
|
+
},
|
|
2480
|
+
"name": "utrechtBreadcrumbLinkHoverColor",
|
|
2481
|
+
"attributes": {
|
|
2482
|
+
"category": "utrecht",
|
|
2483
|
+
"type": "breadcrumb",
|
|
2484
|
+
"item": "link",
|
|
2485
|
+
"subitem": "hover",
|
|
2486
|
+
"state": "color"
|
|
2487
|
+
},
|
|
2488
|
+
"path": [
|
|
2489
|
+
"utrecht",
|
|
2490
|
+
"breadcrumb",
|
|
2491
|
+
"link",
|
|
2492
|
+
"hover",
|
|
2493
|
+
"color"
|
|
2494
|
+
]
|
|
2495
|
+
}
|
|
2496
|
+
}
|
|
2497
|
+
},
|
|
2498
|
+
"separator": {
|
|
2499
|
+
"inline-size": {},
|
|
2500
|
+
"icon": {
|
|
2501
|
+
"color": {
|
|
2502
|
+
"value": "#000000",
|
|
2503
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2504
|
+
"isSource": true,
|
|
2505
|
+
"original": {
|
|
2506
|
+
"value": "{noaberkracht.color.black.0}"
|
|
2507
|
+
},
|
|
2508
|
+
"name": "utrechtBreadcrumbSeparatorIconColor",
|
|
2509
|
+
"attributes": {
|
|
2510
|
+
"category": "utrecht",
|
|
2511
|
+
"type": "breadcrumb",
|
|
2512
|
+
"item": "separator",
|
|
2513
|
+
"subitem": "icon",
|
|
2514
|
+
"state": "color"
|
|
2515
|
+
},
|
|
2516
|
+
"path": [
|
|
2517
|
+
"utrecht",
|
|
2518
|
+
"breadcrumb",
|
|
2519
|
+
"separator",
|
|
2520
|
+
"icon",
|
|
2521
|
+
"color"
|
|
2522
|
+
]
|
|
2523
|
+
},
|
|
2524
|
+
"size": {
|
|
2525
|
+
"value": "18px",
|
|
2526
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2527
|
+
"isSource": true,
|
|
2528
|
+
"original": {
|
|
2529
|
+
"value": "{noaberkracht.font-size.sm}"
|
|
2530
|
+
},
|
|
2531
|
+
"name": "utrechtBreadcrumbSeparatorIconSize",
|
|
2532
|
+
"attributes": {
|
|
2533
|
+
"category": "utrecht",
|
|
2534
|
+
"type": "breadcrumb",
|
|
2535
|
+
"item": "separator",
|
|
2536
|
+
"subitem": "icon",
|
|
2537
|
+
"state": "size"
|
|
2538
|
+
},
|
|
2539
|
+
"path": [
|
|
2540
|
+
"utrecht",
|
|
2541
|
+
"breadcrumb",
|
|
2542
|
+
"separator",
|
|
2543
|
+
"icon",
|
|
2544
|
+
"size"
|
|
2545
|
+
]
|
|
2546
|
+
}
|
|
2547
|
+
}
|
|
2548
|
+
},
|
|
2549
|
+
"background-color": {
|
|
2550
|
+
"value": "#ffffff",
|
|
2551
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2552
|
+
"isSource": true,
|
|
2553
|
+
"original": {
|
|
2554
|
+
"value": "{noaberkracht.color.white.100}"
|
|
2555
|
+
},
|
|
2556
|
+
"name": "utrechtBreadcrumbBackgroundColor",
|
|
2557
|
+
"attributes": {
|
|
2558
|
+
"category": "utrecht",
|
|
2559
|
+
"type": "breadcrumb",
|
|
2560
|
+
"item": "background-color"
|
|
2561
|
+
},
|
|
2562
|
+
"path": [
|
|
2563
|
+
"utrecht",
|
|
2564
|
+
"breadcrumb",
|
|
2565
|
+
"background-color"
|
|
2566
|
+
]
|
|
2567
|
+
},
|
|
2568
|
+
"padding-inline-start": {
|
|
2569
|
+
"value": "0",
|
|
2570
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2571
|
+
"isSource": true,
|
|
2572
|
+
"original": {
|
|
2573
|
+
"value": "0"
|
|
2574
|
+
},
|
|
2575
|
+
"name": "utrechtBreadcrumbPaddingInlineStart",
|
|
2576
|
+
"attributes": {
|
|
2577
|
+
"category": "utrecht",
|
|
2578
|
+
"type": "breadcrumb",
|
|
2579
|
+
"item": "padding-inline-start"
|
|
2580
|
+
},
|
|
2581
|
+
"path": [
|
|
2582
|
+
"utrecht",
|
|
2583
|
+
"breadcrumb",
|
|
2584
|
+
"padding-inline-start"
|
|
2585
|
+
]
|
|
2586
|
+
},
|
|
2587
|
+
"padding-inline-end": {
|
|
2588
|
+
"value": "0",
|
|
2589
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2590
|
+
"isSource": true,
|
|
2591
|
+
"original": {
|
|
2592
|
+
"value": "0"
|
|
2593
|
+
},
|
|
2594
|
+
"name": "utrechtBreadcrumbPaddingInlineEnd",
|
|
2595
|
+
"attributes": {
|
|
2596
|
+
"category": "utrecht",
|
|
2597
|
+
"type": "breadcrumb",
|
|
2598
|
+
"item": "padding-inline-end"
|
|
2599
|
+
},
|
|
2600
|
+
"path": [
|
|
2601
|
+
"utrecht",
|
|
2602
|
+
"breadcrumb",
|
|
2603
|
+
"padding-inline-end"
|
|
2604
|
+
]
|
|
2605
|
+
},
|
|
2606
|
+
"padding-block-start": {
|
|
2607
|
+
"value": "12px",
|
|
2608
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2609
|
+
"isSource": true,
|
|
2610
|
+
"original": {
|
|
2611
|
+
"value": "12px"
|
|
2612
|
+
},
|
|
2613
|
+
"name": "utrechtBreadcrumbPaddingBlockStart",
|
|
2614
|
+
"attributes": {
|
|
2615
|
+
"category": "utrecht",
|
|
2616
|
+
"type": "breadcrumb",
|
|
2617
|
+
"item": "padding-block-start"
|
|
2618
|
+
},
|
|
2619
|
+
"path": [
|
|
2620
|
+
"utrecht",
|
|
2621
|
+
"breadcrumb",
|
|
2622
|
+
"padding-block-start"
|
|
2623
|
+
]
|
|
2624
|
+
},
|
|
2625
|
+
"padding-block-end": {
|
|
2626
|
+
"value": "12px",
|
|
2627
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2628
|
+
"isSource": true,
|
|
2629
|
+
"original": {
|
|
2630
|
+
"value": "12px"
|
|
2631
|
+
},
|
|
2632
|
+
"name": "utrechtBreadcrumbPaddingBlockEnd",
|
|
2633
|
+
"attributes": {
|
|
2634
|
+
"category": "utrecht",
|
|
2635
|
+
"type": "breadcrumb",
|
|
2636
|
+
"item": "padding-block-end"
|
|
2637
|
+
},
|
|
2638
|
+
"path": [
|
|
2639
|
+
"utrecht",
|
|
2640
|
+
"breadcrumb",
|
|
2641
|
+
"padding-block-end"
|
|
2642
|
+
]
|
|
2643
|
+
}
|
|
2644
|
+
},
|
|
2363
2645
|
"button": {
|
|
2364
2646
|
"background-color": {
|
|
2365
2647
|
"value": "#f0b800",
|
package/municipalities/noaberkracht-design-tokens/src/component/utrecht/breadcrumb.tokens.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"breadcrumb": {
|
|
4
|
+
"block-size": {},
|
|
5
|
+
"font-family": { "value": "{utrecht.document.font-family}" },
|
|
6
|
+
"font-size": {},
|
|
7
|
+
"text-transform": {},
|
|
8
|
+
"item": {
|
|
9
|
+
"padding-block-start": {},
|
|
10
|
+
"padding-block-end": {},
|
|
11
|
+
"padding-inline-end": {},
|
|
12
|
+
"padding-inline-start": {}
|
|
13
|
+
},
|
|
14
|
+
"link": {
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"color": { "value": "{noaberkracht.color.yellow.47}" },
|
|
17
|
+
"focus": {
|
|
18
|
+
"background-color": {},
|
|
19
|
+
"color": {}
|
|
20
|
+
},
|
|
21
|
+
"current": {
|
|
22
|
+
"background-color": {},
|
|
23
|
+
"color": { "value": "{noaberkracht.color.blue.22}" }
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"separator": {
|
|
27
|
+
"inline-size": {},
|
|
28
|
+
"icon": {
|
|
29
|
+
"color": { "value": "{noaberkracht.color.black.0}" },
|
|
30
|
+
"size": { "value": "{noaberkracht.font-size.sm}" }
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"breadcrumb": {
|
|
4
|
+
"background-color": { "value": "{noaberkracht.color.white.100}" },
|
|
5
|
+
"padding-inline-start": { "value": "0" },
|
|
6
|
+
"padding-inline-end": { "value": "0" },
|
|
7
|
+
"padding-block-start": { "value": "12px" },
|
|
8
|
+
"padding-block-end": { "value": "12px" },
|
|
9
|
+
"link": {
|
|
10
|
+
"disabled": {
|
|
11
|
+
"background-color": {},
|
|
12
|
+
"color": { "value": "{noaberkracht.color.blue.22}" }
|
|
13
|
+
},
|
|
14
|
+
"hover": {
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"color": { "value": "{noaberkracht.color.yellow.47}" }
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 28 Sep 2023 18:53:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.noordwijk-theme {
|
|
@@ -57,6 +57,10 @@
|
|
|
57
57
|
--utrecht-button-font-weight: 500;
|
|
58
58
|
--utrecht-button-font-size: inherit;
|
|
59
59
|
--utrecht-button-border-radius: 5px;
|
|
60
|
+
--utrecht-breadcrumb-padding-block-end: 12px;
|
|
61
|
+
--utrecht-breadcrumb-padding-block-start: 12px;
|
|
62
|
+
--utrecht-breadcrumb-padding-inline-end: 0;
|
|
63
|
+
--utrecht-breadcrumb-padding-inline-start: 0;
|
|
60
64
|
--utrecht-badge-counter-text-decoration: none;
|
|
61
65
|
--utrecht-badge-counter-border-radius: 50%;
|
|
62
66
|
--utrecht-action-submit-cursor: pointer;
|
|
@@ -98,6 +102,7 @@
|
|
|
98
102
|
--noordwijk-color-light-blue-96: #f2f7fa;
|
|
99
103
|
--noordwijk-color-light-blue-58: #6096c7;
|
|
100
104
|
--noordwijk-color-light-blue-51: #4685be;
|
|
105
|
+
--noordwijk-color-light-blue-46: #417aa9;
|
|
101
106
|
--noordwijk-color-lightgrey-96: #f5f5f5; /* Base/LightGrey */
|
|
102
107
|
--noordwijk-color-lightgrey-92: #ebebeb;
|
|
103
108
|
--noordwijk-color-grey-97: #f7f7f7;
|
|
@@ -299,6 +304,15 @@
|
|
|
299
304
|
--utrecht-button-border-width: var(--noordwijk-size-3xs);
|
|
300
305
|
--utrecht-button-border-color: var(--noordwijk-color-light-blue-58);
|
|
301
306
|
--utrecht-button-background-color: var(--noordwijk-color-light-blue-58);
|
|
307
|
+
--utrecht-breadcrumb-background-color: var(--noordwijk-color-light-blue-46);
|
|
308
|
+
--utrecht-breadcrumb-separator-icon-size: var(--noordwijk-font-size-sm);
|
|
309
|
+
--utrecht-breadcrumb-separator-icon-color: var(--noordwijk-color-white-100);
|
|
310
|
+
--utrecht-breadcrumb-link-hover-color: var(--noordwijk-color-white-100);
|
|
311
|
+
--utrecht-breadcrumb-link-disabled-color: var(--noordwijk-color-white-100);
|
|
312
|
+
--utrecht-breadcrumb-link-current-color: var(--noordwijk-color-white-100);
|
|
313
|
+
--utrecht-breadcrumb-link-color: var(--noordwijk-color-white-100);
|
|
314
|
+
--utrecht-breadcrumb-font-size: var(--noordwijk-font-size-sm);
|
|
315
|
+
--utrecht-breadcrumb-font-family: var(--noordwijk-typography-roboto-slab-font-family);
|
|
302
316
|
--utrecht-blockquote-content-font-size: var(--noordwijk-font-size-md);
|
|
303
317
|
--utrecht-blockquote-content-color: var(--noordwijk-color-black-0);
|
|
304
318
|
--utrecht-blockquote-margin-inline-end: var(--noordwijk-size-xl);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 28 Sep 2023 18:53:50 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const noordwijkColorPrimary = "#2c2276";
|
|
@@ -26,6 +26,7 @@ export const noordwijkColorGrey82 = "#d1d1d1";
|
|
|
26
26
|
export const noordwijkColorGrey97 = "#f7f7f7";
|
|
27
27
|
export const noordwijkColorLightgrey92 = "#ebebeb";
|
|
28
28
|
export const noordwijkColorLightgrey96 = "#f5f5f5"; // Base/LightGrey
|
|
29
|
+
export const noordwijkColorLightBlue46 = "#417aa9";
|
|
29
30
|
export const noordwijkColorLightBlue51 = "#4685be";
|
|
30
31
|
export const noordwijkColorLightBlue58 = "#6096c7";
|
|
31
32
|
export const noordwijkColorLightBlue96 = "#f2f7fa";
|
|
@@ -124,6 +125,19 @@ export const utrechtBlockquoteMarginInlineStart = "32px";
|
|
|
124
125
|
export const utrechtBlockquoteMarginInlineEnd = "32px";
|
|
125
126
|
export const utrechtBlockquoteContentColor = "#000000";
|
|
126
127
|
export const utrechtBlockquoteContentFontSize = "16px";
|
|
128
|
+
export const utrechtBreadcrumbFontFamily = "\"Roboto Slab\", Monospace, Arial, sans-serif";
|
|
129
|
+
export const utrechtBreadcrumbFontSize = "14px";
|
|
130
|
+
export const utrechtBreadcrumbLinkColor = "#ffffff";
|
|
131
|
+
export const utrechtBreadcrumbLinkCurrentColor = "#ffffff";
|
|
132
|
+
export const utrechtBreadcrumbLinkDisabledColor = "#ffffff";
|
|
133
|
+
export const utrechtBreadcrumbLinkHoverColor = "#ffffff";
|
|
134
|
+
export const utrechtBreadcrumbSeparatorIconColor = "#ffffff";
|
|
135
|
+
export const utrechtBreadcrumbSeparatorIconSize = "14px";
|
|
136
|
+
export const utrechtBreadcrumbBackgroundColor = "#417aa9";
|
|
137
|
+
export const utrechtBreadcrumbPaddingInlineStart = "0";
|
|
138
|
+
export const utrechtBreadcrumbPaddingInlineEnd = "0";
|
|
139
|
+
export const utrechtBreadcrumbPaddingBlockStart = "12px";
|
|
140
|
+
export const utrechtBreadcrumbPaddingBlockEnd = "12px";
|
|
127
141
|
export const utrechtButtonBackgroundColor = "#6096c7";
|
|
128
142
|
export const utrechtButtonBorderColor = "#6096c7";
|
|
129
143
|
export const utrechtButtonBorderRadius = "5px";
|