@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
package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"breadcrumb": {
|
|
4
|
+
"background-color": { "value": "{epe.color.blue.31}" },
|
|
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": "{epe.color.white.100}" }
|
|
13
|
+
},
|
|
14
|
+
"hover": {
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"color": { "value": "{epe.color.white.100}" }
|
|
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:52:43 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.leiden-theme {
|
|
@@ -64,6 +64,12 @@
|
|
|
64
64
|
--utrecht-button-primary-action-font-weight: inherit;
|
|
65
65
|
--utrecht-button-font-weight: inherit;
|
|
66
66
|
--utrecht-button-font-size: inherit;
|
|
67
|
+
--utrecht-breadcrumb-padding-block-end: 17px;
|
|
68
|
+
--utrecht-breadcrumb-padding-block-start: 17px;
|
|
69
|
+
--utrecht-breadcrumb-padding-inline-end: 30px;
|
|
70
|
+
--utrecht-breadcrumb-padding-inline-start: 30px;
|
|
71
|
+
--utrecht-breadcrumb-separator-icon-size: 9px;
|
|
72
|
+
--utrecht-breadcrumb-font-size: 15px;
|
|
67
73
|
--utrecht-badge-counter-text-decoration: none;
|
|
68
74
|
--utrecht-badge-counter-border-radius: 50%;
|
|
69
75
|
--utrecht-action-submit-cursor: pointer;
|
|
@@ -321,6 +327,12 @@
|
|
|
321
327
|
--utrecht-button-border-radius: var(--leiden-size-2xs);
|
|
322
328
|
--utrecht-button-border-color: var(--leiden-color-primary);
|
|
323
329
|
--utrecht-button-background-color: var(--leiden-color-primary);
|
|
330
|
+
--utrecht-breadcrumb-background-color: var(--leiden-color-lightgrey-89);
|
|
331
|
+
--utrecht-breadcrumb-separator-icon-color: var(--leiden-color-black-9);
|
|
332
|
+
--utrecht-breadcrumb-link-hover-color: var(--leiden-color-black-9);
|
|
333
|
+
--utrecht-breadcrumb-link-disabled-color: var(--leiden-color-black-9);
|
|
334
|
+
--utrecht-breadcrumb-link-current-color: var(--leiden-color-black-9);
|
|
335
|
+
--utrecht-breadcrumb-link-color: var(--leiden-color-black-9);
|
|
324
336
|
--utrecht-blockquote-content-font-size: var(--leiden-font-size-md);
|
|
325
337
|
--utrecht-blockquote-content-color: var(--leiden-color-black-9);
|
|
326
338
|
--utrecht-blockquote-margin-inline-end: var(--leiden-size-xl);
|
|
@@ -392,6 +404,7 @@
|
|
|
392
404
|
--utrecht-table-font-size: var(--utrecht-document-font-size);
|
|
393
405
|
--utrecht-table-font-family: var(--utrecht-document-font-family);
|
|
394
406
|
--utrecht-table-header-color: var(--utrecht-document-color);
|
|
407
|
+
--utrecht-breadcrumb-font-family: var(--utrecht-document-font-family);
|
|
395
408
|
--utrecht-badge-counter-font-family: var(--utrecht-document-font-family);
|
|
396
409
|
--utrecht-badge-counter-font-size: var(--utrecht-document-font-size);
|
|
397
410
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 28 Sep 2023 18:52:43 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const leidenColorPrimary = "#d62410";
|
|
@@ -116,6 +116,19 @@ export const utrechtBlockquoteMarginInlineStart = "32px";
|
|
|
116
116
|
export const utrechtBlockquoteMarginInlineEnd = "32px";
|
|
117
117
|
export const utrechtBlockquoteContentColor = "#0d1921";
|
|
118
118
|
export const utrechtBlockquoteContentFontSize = "18px";
|
|
119
|
+
export const utrechtBreadcrumbFontFamily = "\"Open Sans\", Monospace, Arial, sans-serif";
|
|
120
|
+
export const utrechtBreadcrumbFontSize = "15px";
|
|
121
|
+
export const utrechtBreadcrumbLinkColor = "#0d1921";
|
|
122
|
+
export const utrechtBreadcrumbLinkCurrentColor = "#0d1921";
|
|
123
|
+
export const utrechtBreadcrumbLinkDisabledColor = "#0d1921";
|
|
124
|
+
export const utrechtBreadcrumbLinkHoverColor = "#0d1921";
|
|
125
|
+
export const utrechtBreadcrumbSeparatorIconColor = "#0d1921";
|
|
126
|
+
export const utrechtBreadcrumbSeparatorIconSize = "9px";
|
|
127
|
+
export const utrechtBreadcrumbBackgroundColor = "#e4e4e4";
|
|
128
|
+
export const utrechtBreadcrumbPaddingInlineStart = "30px";
|
|
129
|
+
export const utrechtBreadcrumbPaddingInlineEnd = "30px";
|
|
130
|
+
export const utrechtBreadcrumbPaddingBlockStart = "17px";
|
|
131
|
+
export const utrechtBreadcrumbPaddingBlockEnd = "17px";
|
|
119
132
|
export const utrechtButtonBackgroundColor = "#d62410";
|
|
120
133
|
export const utrechtButtonBorderColor = "#d62410";
|
|
121
134
|
export const utrechtButtonBorderRadius = "4px";
|
|
@@ -4131,6 +4131,275 @@
|
|
|
4131
4131
|
"margin-inline-start"
|
|
4132
4132
|
]
|
|
4133
4133
|
},
|
|
4134
|
+
{
|
|
4135
|
+
"value": "#e4e4e4",
|
|
4136
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
4137
|
+
"isSource": true,
|
|
4138
|
+
"original": {
|
|
4139
|
+
"value": "{leiden.color.lightgrey.89}"
|
|
4140
|
+
},
|
|
4141
|
+
"name": "utrechtBreadcrumbBackgroundColor",
|
|
4142
|
+
"attributes": {
|
|
4143
|
+
"category": "utrecht",
|
|
4144
|
+
"type": "breadcrumb",
|
|
4145
|
+
"item": "background-color"
|
|
4146
|
+
},
|
|
4147
|
+
"path": [
|
|
4148
|
+
"utrecht",
|
|
4149
|
+
"breadcrumb",
|
|
4150
|
+
"background-color"
|
|
4151
|
+
]
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
4155
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
4156
|
+
"isSource": true,
|
|
4157
|
+
"original": {
|
|
4158
|
+
"value": "{utrecht.document.font-family}"
|
|
4159
|
+
},
|
|
4160
|
+
"name": "utrechtBreadcrumbFontFamily",
|
|
4161
|
+
"attributes": {
|
|
4162
|
+
"category": "utrecht",
|
|
4163
|
+
"type": "breadcrumb",
|
|
4164
|
+
"item": "font-family"
|
|
4165
|
+
},
|
|
4166
|
+
"path": [
|
|
4167
|
+
"utrecht",
|
|
4168
|
+
"breadcrumb",
|
|
4169
|
+
"font-family"
|
|
4170
|
+
]
|
|
4171
|
+
},
|
|
4172
|
+
{
|
|
4173
|
+
"value": "15px",
|
|
4174
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
4175
|
+
"isSource": true,
|
|
4176
|
+
"original": {
|
|
4177
|
+
"value": "15px"
|
|
4178
|
+
},
|
|
4179
|
+
"name": "utrechtBreadcrumbFontSize",
|
|
4180
|
+
"attributes": {
|
|
4181
|
+
"category": "utrecht",
|
|
4182
|
+
"type": "breadcrumb",
|
|
4183
|
+
"item": "font-size"
|
|
4184
|
+
},
|
|
4185
|
+
"path": [
|
|
4186
|
+
"utrecht",
|
|
4187
|
+
"breadcrumb",
|
|
4188
|
+
"font-size"
|
|
4189
|
+
]
|
|
4190
|
+
},
|
|
4191
|
+
{
|
|
4192
|
+
"value": "#0d1921",
|
|
4193
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
4194
|
+
"isSource": true,
|
|
4195
|
+
"original": {
|
|
4196
|
+
"value": "{leiden.color.black.9}"
|
|
4197
|
+
},
|
|
4198
|
+
"name": "utrechtBreadcrumbLinkColor",
|
|
4199
|
+
"attributes": {
|
|
4200
|
+
"category": "utrecht",
|
|
4201
|
+
"type": "breadcrumb",
|
|
4202
|
+
"item": "link",
|
|
4203
|
+
"subitem": "color"
|
|
4204
|
+
},
|
|
4205
|
+
"path": [
|
|
4206
|
+
"utrecht",
|
|
4207
|
+
"breadcrumb",
|
|
4208
|
+
"link",
|
|
4209
|
+
"color"
|
|
4210
|
+
]
|
|
4211
|
+
},
|
|
4212
|
+
{
|
|
4213
|
+
"value": "#0d1921",
|
|
4214
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
4215
|
+
"isSource": true,
|
|
4216
|
+
"original": {
|
|
4217
|
+
"value": "{leiden.color.black.9}"
|
|
4218
|
+
},
|
|
4219
|
+
"name": "utrechtBreadcrumbLinkCurrentColor",
|
|
4220
|
+
"attributes": {
|
|
4221
|
+
"category": "utrecht",
|
|
4222
|
+
"type": "breadcrumb",
|
|
4223
|
+
"item": "link",
|
|
4224
|
+
"subitem": "current",
|
|
4225
|
+
"state": "color"
|
|
4226
|
+
},
|
|
4227
|
+
"path": [
|
|
4228
|
+
"utrecht",
|
|
4229
|
+
"breadcrumb",
|
|
4230
|
+
"link",
|
|
4231
|
+
"current",
|
|
4232
|
+
"color"
|
|
4233
|
+
]
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"value": "#0d1921",
|
|
4237
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
4238
|
+
"isSource": true,
|
|
4239
|
+
"original": {
|
|
4240
|
+
"value": "{leiden.color.black.9}"
|
|
4241
|
+
},
|
|
4242
|
+
"name": "utrechtBreadcrumbLinkDisabledColor",
|
|
4243
|
+
"attributes": {
|
|
4244
|
+
"category": "utrecht",
|
|
4245
|
+
"type": "breadcrumb",
|
|
4246
|
+
"item": "link",
|
|
4247
|
+
"subitem": "disabled",
|
|
4248
|
+
"state": "color"
|
|
4249
|
+
},
|
|
4250
|
+
"path": [
|
|
4251
|
+
"utrecht",
|
|
4252
|
+
"breadcrumb",
|
|
4253
|
+
"link",
|
|
4254
|
+
"disabled",
|
|
4255
|
+
"color"
|
|
4256
|
+
]
|
|
4257
|
+
},
|
|
4258
|
+
{
|
|
4259
|
+
"value": "#0d1921",
|
|
4260
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
4261
|
+
"isSource": true,
|
|
4262
|
+
"original": {
|
|
4263
|
+
"value": "{leiden.color.black.9}"
|
|
4264
|
+
},
|
|
4265
|
+
"name": "utrechtBreadcrumbLinkHoverColor",
|
|
4266
|
+
"attributes": {
|
|
4267
|
+
"category": "utrecht",
|
|
4268
|
+
"type": "breadcrumb",
|
|
4269
|
+
"item": "link",
|
|
4270
|
+
"subitem": "hover",
|
|
4271
|
+
"state": "color"
|
|
4272
|
+
},
|
|
4273
|
+
"path": [
|
|
4274
|
+
"utrecht",
|
|
4275
|
+
"breadcrumb",
|
|
4276
|
+
"link",
|
|
4277
|
+
"hover",
|
|
4278
|
+
"color"
|
|
4279
|
+
]
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"value": "17px",
|
|
4283
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
4284
|
+
"isSource": true,
|
|
4285
|
+
"original": {
|
|
4286
|
+
"value": "17px"
|
|
4287
|
+
},
|
|
4288
|
+
"name": "utrechtBreadcrumbPaddingBlockEnd",
|
|
4289
|
+
"attributes": {
|
|
4290
|
+
"category": "utrecht",
|
|
4291
|
+
"type": "breadcrumb",
|
|
4292
|
+
"item": "padding-block-end"
|
|
4293
|
+
},
|
|
4294
|
+
"path": [
|
|
4295
|
+
"utrecht",
|
|
4296
|
+
"breadcrumb",
|
|
4297
|
+
"padding-block-end"
|
|
4298
|
+
]
|
|
4299
|
+
},
|
|
4300
|
+
{
|
|
4301
|
+
"value": "17px",
|
|
4302
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
4303
|
+
"isSource": true,
|
|
4304
|
+
"original": {
|
|
4305
|
+
"value": "17px"
|
|
4306
|
+
},
|
|
4307
|
+
"name": "utrechtBreadcrumbPaddingBlockStart",
|
|
4308
|
+
"attributes": {
|
|
4309
|
+
"category": "utrecht",
|
|
4310
|
+
"type": "breadcrumb",
|
|
4311
|
+
"item": "padding-block-start"
|
|
4312
|
+
},
|
|
4313
|
+
"path": [
|
|
4314
|
+
"utrecht",
|
|
4315
|
+
"breadcrumb",
|
|
4316
|
+
"padding-block-start"
|
|
4317
|
+
]
|
|
4318
|
+
},
|
|
4319
|
+
{
|
|
4320
|
+
"value": "30px",
|
|
4321
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
4322
|
+
"isSource": true,
|
|
4323
|
+
"original": {
|
|
4324
|
+
"value": "30px"
|
|
4325
|
+
},
|
|
4326
|
+
"name": "utrechtBreadcrumbPaddingInlineEnd",
|
|
4327
|
+
"attributes": {
|
|
4328
|
+
"category": "utrecht",
|
|
4329
|
+
"type": "breadcrumb",
|
|
4330
|
+
"item": "padding-inline-end"
|
|
4331
|
+
},
|
|
4332
|
+
"path": [
|
|
4333
|
+
"utrecht",
|
|
4334
|
+
"breadcrumb",
|
|
4335
|
+
"padding-inline-end"
|
|
4336
|
+
]
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"value": "30px",
|
|
4340
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
4341
|
+
"isSource": true,
|
|
4342
|
+
"original": {
|
|
4343
|
+
"value": "30px"
|
|
4344
|
+
},
|
|
4345
|
+
"name": "utrechtBreadcrumbPaddingInlineStart",
|
|
4346
|
+
"attributes": {
|
|
4347
|
+
"category": "utrecht",
|
|
4348
|
+
"type": "breadcrumb",
|
|
4349
|
+
"item": "padding-inline-start"
|
|
4350
|
+
},
|
|
4351
|
+
"path": [
|
|
4352
|
+
"utrecht",
|
|
4353
|
+
"breadcrumb",
|
|
4354
|
+
"padding-inline-start"
|
|
4355
|
+
]
|
|
4356
|
+
},
|
|
4357
|
+
{
|
|
4358
|
+
"value": "#0d1921",
|
|
4359
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
4360
|
+
"isSource": true,
|
|
4361
|
+
"original": {
|
|
4362
|
+
"value": "{leiden.color.black.9}"
|
|
4363
|
+
},
|
|
4364
|
+
"name": "utrechtBreadcrumbSeparatorIconColor",
|
|
4365
|
+
"attributes": {
|
|
4366
|
+
"category": "utrecht",
|
|
4367
|
+
"type": "breadcrumb",
|
|
4368
|
+
"item": "separator",
|
|
4369
|
+
"subitem": "icon",
|
|
4370
|
+
"state": "color"
|
|
4371
|
+
},
|
|
4372
|
+
"path": [
|
|
4373
|
+
"utrecht",
|
|
4374
|
+
"breadcrumb",
|
|
4375
|
+
"separator",
|
|
4376
|
+
"icon",
|
|
4377
|
+
"color"
|
|
4378
|
+
]
|
|
4379
|
+
},
|
|
4380
|
+
{
|
|
4381
|
+
"value": "9px",
|
|
4382
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
4383
|
+
"isSource": true,
|
|
4384
|
+
"original": {
|
|
4385
|
+
"value": "9px"
|
|
4386
|
+
},
|
|
4387
|
+
"name": "utrechtBreadcrumbSeparatorIconSize",
|
|
4388
|
+
"attributes": {
|
|
4389
|
+
"category": "utrecht",
|
|
4390
|
+
"type": "breadcrumb",
|
|
4391
|
+
"item": "separator",
|
|
4392
|
+
"subitem": "icon",
|
|
4393
|
+
"state": "size"
|
|
4394
|
+
},
|
|
4395
|
+
"path": [
|
|
4396
|
+
"utrecht",
|
|
4397
|
+
"breadcrumb",
|
|
4398
|
+
"separator",
|
|
4399
|
+
"icon",
|
|
4400
|
+
"size"
|
|
4401
|
+
]
|
|
4402
|
+
},
|
|
4134
4403
|
{
|
|
4135
4404
|
"value": "#d62410",
|
|
4136
4405
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 28 Sep 2023 18:52:43 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-tabs-tab-list-border-bottom-width: 0px;
|
|
6
6
|
@conduction-tabs-tab-list-margin-block-end: 0px;
|
|
@@ -62,6 +62,12 @@
|
|
|
62
62
|
@utrecht-button-primary-action-font-weight: inherit;
|
|
63
63
|
@utrecht-button-font-weight: inherit;
|
|
64
64
|
@utrecht-button-font-size: inherit;
|
|
65
|
+
@utrecht-breadcrumb-padding-block-end: 17px;
|
|
66
|
+
@utrecht-breadcrumb-padding-block-start: 17px;
|
|
67
|
+
@utrecht-breadcrumb-padding-inline-end: 30px;
|
|
68
|
+
@utrecht-breadcrumb-padding-inline-start: 30px;
|
|
69
|
+
@utrecht-breadcrumb-separator-icon-size: 9px;
|
|
70
|
+
@utrecht-breadcrumb-font-size: 15px;
|
|
65
71
|
@utrecht-badge-counter-text-decoration: none;
|
|
66
72
|
@utrecht-badge-counter-border-radius: 50%;
|
|
67
73
|
@utrecht-action-submit-cursor: pointer;
|
|
@@ -319,6 +325,12 @@
|
|
|
319
325
|
@utrecht-button-border-radius: @leiden-size-2xs;
|
|
320
326
|
@utrecht-button-border-color: @leiden-color-primary;
|
|
321
327
|
@utrecht-button-background-color: @leiden-color-primary;
|
|
328
|
+
@utrecht-breadcrumb-background-color: @leiden-color-lightgrey-89;
|
|
329
|
+
@utrecht-breadcrumb-separator-icon-color: @leiden-color-black-9;
|
|
330
|
+
@utrecht-breadcrumb-link-hover-color: @leiden-color-black-9;
|
|
331
|
+
@utrecht-breadcrumb-link-disabled-color: @leiden-color-black-9;
|
|
332
|
+
@utrecht-breadcrumb-link-current-color: @leiden-color-black-9;
|
|
333
|
+
@utrecht-breadcrumb-link-color: @leiden-color-black-9;
|
|
322
334
|
@utrecht-blockquote-content-font-size: @leiden-font-size-md;
|
|
323
335
|
@utrecht-blockquote-content-color: @leiden-color-black-9;
|
|
324
336
|
@utrecht-blockquote-margin-inline-end: @leiden-size-xl;
|
|
@@ -390,5 +402,6 @@
|
|
|
390
402
|
@utrecht-table-font-size: @utrecht-document-font-size;
|
|
391
403
|
@utrecht-table-font-family: @utrecht-document-font-family;
|
|
392
404
|
@utrecht-table-header-color: @utrecht-document-color;
|
|
405
|
+
@utrecht-breadcrumb-font-family: @utrecht-document-font-family;
|
|
393
406
|
@utrecht-badge-counter-font-family: @utrecht-document-font-family;
|
|
394
407
|
@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:52:43 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-tabs-tab-list-border-bottom-width: 0px;
|
|
6
6
|
$conduction-tabs-tab-list-margin-block-end: 0px;
|
|
@@ -62,6 +62,12 @@ $utrecht-code-font-size: inherit;
|
|
|
62
62
|
$utrecht-button-primary-action-font-weight: inherit;
|
|
63
63
|
$utrecht-button-font-weight: inherit;
|
|
64
64
|
$utrecht-button-font-size: inherit;
|
|
65
|
+
$utrecht-breadcrumb-padding-block-end: 17px;
|
|
66
|
+
$utrecht-breadcrumb-padding-block-start: 17px;
|
|
67
|
+
$utrecht-breadcrumb-padding-inline-end: 30px;
|
|
68
|
+
$utrecht-breadcrumb-padding-inline-start: 30px;
|
|
69
|
+
$utrecht-breadcrumb-separator-icon-size: 9px;
|
|
70
|
+
$utrecht-breadcrumb-font-size: 15px;
|
|
65
71
|
$utrecht-badge-counter-text-decoration: none;
|
|
66
72
|
$utrecht-badge-counter-border-radius: 50%;
|
|
67
73
|
$utrecht-action-submit-cursor: pointer;
|
|
@@ -319,6 +325,12 @@ $utrecht-button-border-width: $leiden-size-3xs;
|
|
|
319
325
|
$utrecht-button-border-radius: $leiden-size-2xs;
|
|
320
326
|
$utrecht-button-border-color: $leiden-color-primary;
|
|
321
327
|
$utrecht-button-background-color: $leiden-color-primary;
|
|
328
|
+
$utrecht-breadcrumb-background-color: $leiden-color-lightgrey-89;
|
|
329
|
+
$utrecht-breadcrumb-separator-icon-color: $leiden-color-black-9;
|
|
330
|
+
$utrecht-breadcrumb-link-hover-color: $leiden-color-black-9;
|
|
331
|
+
$utrecht-breadcrumb-link-disabled-color: $leiden-color-black-9;
|
|
332
|
+
$utrecht-breadcrumb-link-current-color: $leiden-color-black-9;
|
|
333
|
+
$utrecht-breadcrumb-link-color: $leiden-color-black-9;
|
|
322
334
|
$utrecht-blockquote-content-font-size: $leiden-font-size-md;
|
|
323
335
|
$utrecht-blockquote-content-color: $leiden-color-black-9;
|
|
324
336
|
$utrecht-blockquote-margin-inline-end: $leiden-size-xl;
|
|
@@ -390,5 +402,6 @@ $utrecht-table-header-cell-font-size: $utrecht-document-font-size;
|
|
|
390
402
|
$utrecht-table-font-size: $utrecht-document-font-size;
|
|
391
403
|
$utrecht-table-font-family: $utrecht-document-font-family;
|
|
392
404
|
$utrecht-table-header-color: $utrecht-document-color;
|
|
405
|
+
$utrecht-breadcrumb-font-family: $utrecht-document-font-family;
|
|
393
406
|
$utrecht-badge-counter-font-family: $utrecht-document-font-family;
|
|
394
407
|
$utrecht-badge-counter-font-size: $utrecht-document-font-size;
|