@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
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"utrecht": {
|
|
3
|
+
"breadcrumb": {
|
|
4
|
+
"background-color": { "value": "{tubbergen.color.green.21}" },
|
|
5
|
+
"padding-inline-start": { "value": "7.5px" },
|
|
6
|
+
"padding-inline-end": { "value": "7.5px" },
|
|
7
|
+
"padding-block-start": { "value": "15px" },
|
|
8
|
+
"padding-block-end": { "value": "15px" },
|
|
9
|
+
"link": {
|
|
10
|
+
"disabled": {
|
|
11
|
+
"background-color": {},
|
|
12
|
+
"color": { "value": "{tubbergen.color.white.100}" }
|
|
13
|
+
},
|
|
14
|
+
"hover": {
|
|
15
|
+
"background-color": {},
|
|
16
|
+
"color": { "value": "{tubbergen.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:58 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.xxllnc-theme {
|
|
@@ -67,6 +67,10 @@
|
|
|
67
67
|
--utrecht-button-font-size: inherit;
|
|
68
68
|
--utrecht-button-border-width: 0;
|
|
69
69
|
--utrecht-button-border-radius: 16px;
|
|
70
|
+
--utrecht-breadcrumb-padding-block-end: 12px;
|
|
71
|
+
--utrecht-breadcrumb-padding-block-start: 12px;
|
|
72
|
+
--utrecht-breadcrumb-padding-inline-end: 0;
|
|
73
|
+
--utrecht-breadcrumb-padding-inline-start: 0;
|
|
70
74
|
--utrecht-badge-counter-text-decoration: none;
|
|
71
75
|
--utrecht-badge-counter-border-radius: 50%;
|
|
72
76
|
--utrecht-action-submit-cursor: pointer;
|
|
@@ -110,6 +114,7 @@
|
|
|
110
114
|
--xxllnc-color-black-21: #333338;
|
|
111
115
|
--xxllnc-color-black-17: #2b2b2b;
|
|
112
116
|
--xxllnc-color-black-16: #28282c; /* Base/Black */
|
|
117
|
+
--xxllnc-color-black-14: #202125;
|
|
113
118
|
--xxllnc-color-white-100-0t: #ffffff; /* White with 0% transparency */
|
|
114
119
|
--xxllnc-color-white-100: #ffffff; /* Base/White */
|
|
115
120
|
--xxllnc-color-white-95: #f1f1f1;
|
|
@@ -315,6 +320,12 @@
|
|
|
315
320
|
--utrecht-button-font-family: var(--xxllnc-typography-inter-font-family);
|
|
316
321
|
--utrecht-button-color: var(--xxllnc-color-grey-90);
|
|
317
322
|
--utrecht-button-background-color: var(--xxllnc-color-black-17);
|
|
323
|
+
--utrecht-breadcrumb-separator-icon-size: var(--xxllnc-font-size-sm);
|
|
324
|
+
--utrecht-breadcrumb-separator-icon-color: var(--xxllnc-color-black-14);
|
|
325
|
+
--utrecht-breadcrumb-link-hover-color: var(--xxllnc-color-black-14);
|
|
326
|
+
--utrecht-breadcrumb-link-disabled-color: var(--xxllnc-color-black-14);
|
|
327
|
+
--utrecht-breadcrumb-link-current-color: var(--xxllnc-color-black-14);
|
|
328
|
+
--utrecht-breadcrumb-link-color: var(--xxllnc-color-black-14);
|
|
318
329
|
--utrecht-blockquote-content-font-size: var(--xxllnc-font-size-md);
|
|
319
330
|
--utrecht-blockquote-content-color: var(--xxllnc-color-black-16);
|
|
320
331
|
--utrecht-blockquote-margin-inline-end: var(--xxllnc-size-xl);
|
|
@@ -383,6 +394,7 @@
|
|
|
383
394
|
--utrecht-table-font-size: var(--utrecht-document-font-size);
|
|
384
395
|
--utrecht-table-font-family: var(--utrecht-document-font-family);
|
|
385
396
|
--utrecht-table-header-color: var(--utrecht-document-color);
|
|
397
|
+
--utrecht-breadcrumb-font-family: var(--utrecht-document-font-family);
|
|
386
398
|
--utrecht-badge-counter-font-family: var(--utrecht-document-font-family);
|
|
387
399
|
--utrecht-badge-counter-font-size: var(--utrecht-document-font-size);
|
|
388
400
|
--utrecht-alert-icon-color: var(--xxllnc-color-alert-info);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 28 Sep 2023 18:52:58 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
|
|
@@ -20,6 +20,7 @@ export const xxllncColorAlertInfoBackground = "#eaeaea";
|
|
|
20
20
|
export const xxllncColorWhite95 = "#f1f1f1";
|
|
21
21
|
export const xxllncColorWhite100 = "#ffffff"; // Base/White
|
|
22
22
|
export const xxllncColorWhite1000t = "#ffffff"; // White with 0% transparency
|
|
23
|
+
export const xxllncColorBlack14 = "#202125";
|
|
23
24
|
export const xxllncColorBlack16 = "#28282c"; // Base/Black
|
|
24
25
|
export const xxllncColorBlack17 = "#2b2b2b";
|
|
25
26
|
export const xxllncColorBlack21 = "#333338";
|
|
@@ -120,6 +121,17 @@ export const utrechtBlockquoteMarginInlineStart = "32px";
|
|
|
120
121
|
export const utrechtBlockquoteMarginInlineEnd = "32px";
|
|
121
122
|
export const utrechtBlockquoteContentColor = "#28282c";
|
|
122
123
|
export const utrechtBlockquoteContentFontSize = "16px";
|
|
124
|
+
export const utrechtBreadcrumbFontFamily = "neue-haas-grotesk-text, sans-serif";
|
|
125
|
+
export const utrechtBreadcrumbLinkColor = "#202125";
|
|
126
|
+
export const utrechtBreadcrumbLinkCurrentColor = "#202125";
|
|
127
|
+
export const utrechtBreadcrumbLinkDisabledColor = "#202125";
|
|
128
|
+
export const utrechtBreadcrumbLinkHoverColor = "#202125";
|
|
129
|
+
export const utrechtBreadcrumbSeparatorIconColor = "#202125";
|
|
130
|
+
export const utrechtBreadcrumbSeparatorIconSize = "14px";
|
|
131
|
+
export const utrechtBreadcrumbPaddingInlineStart = "0";
|
|
132
|
+
export const utrechtBreadcrumbPaddingInlineEnd = "0";
|
|
133
|
+
export const utrechtBreadcrumbPaddingBlockStart = "12px";
|
|
134
|
+
export const utrechtBreadcrumbPaddingBlockEnd = "12px";
|
|
123
135
|
export const utrechtButtonBackgroundColor = "#2b2b2b";
|
|
124
136
|
export const utrechtButtonBorderRadius = "16px";
|
|
125
137
|
export const utrechtButtonBorderWidth = 0;
|
|
@@ -2698,6 +2698,237 @@
|
|
|
2698
2698
|
"margin-inline-start"
|
|
2699
2699
|
]
|
|
2700
2700
|
},
|
|
2701
|
+
{
|
|
2702
|
+
"value": "neue-haas-grotesk-text, sans-serif",
|
|
2703
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2704
|
+
"isSource": true,
|
|
2705
|
+
"original": {
|
|
2706
|
+
"value": "{utrecht.document.font-family}"
|
|
2707
|
+
},
|
|
2708
|
+
"name": "utrechtBreadcrumbFontFamily",
|
|
2709
|
+
"attributes": {
|
|
2710
|
+
"category": "utrecht",
|
|
2711
|
+
"type": "breadcrumb",
|
|
2712
|
+
"item": "font-family"
|
|
2713
|
+
},
|
|
2714
|
+
"path": [
|
|
2715
|
+
"utrecht",
|
|
2716
|
+
"breadcrumb",
|
|
2717
|
+
"font-family"
|
|
2718
|
+
]
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"value": "#202125",
|
|
2722
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2723
|
+
"isSource": true,
|
|
2724
|
+
"original": {
|
|
2725
|
+
"value": "{xxllnc.color.black.14}"
|
|
2726
|
+
},
|
|
2727
|
+
"name": "utrechtBreadcrumbLinkColor",
|
|
2728
|
+
"attributes": {
|
|
2729
|
+
"category": "utrecht",
|
|
2730
|
+
"type": "breadcrumb",
|
|
2731
|
+
"item": "link",
|
|
2732
|
+
"subitem": "color"
|
|
2733
|
+
},
|
|
2734
|
+
"path": [
|
|
2735
|
+
"utrecht",
|
|
2736
|
+
"breadcrumb",
|
|
2737
|
+
"link",
|
|
2738
|
+
"color"
|
|
2739
|
+
]
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"value": "#202125",
|
|
2743
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2744
|
+
"isSource": true,
|
|
2745
|
+
"original": {
|
|
2746
|
+
"value": "{xxllnc.color.black.14}"
|
|
2747
|
+
},
|
|
2748
|
+
"name": "utrechtBreadcrumbLinkCurrentColor",
|
|
2749
|
+
"attributes": {
|
|
2750
|
+
"category": "utrecht",
|
|
2751
|
+
"type": "breadcrumb",
|
|
2752
|
+
"item": "link",
|
|
2753
|
+
"subitem": "current",
|
|
2754
|
+
"state": "color"
|
|
2755
|
+
},
|
|
2756
|
+
"path": [
|
|
2757
|
+
"utrecht",
|
|
2758
|
+
"breadcrumb",
|
|
2759
|
+
"link",
|
|
2760
|
+
"current",
|
|
2761
|
+
"color"
|
|
2762
|
+
]
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"value": "#202125",
|
|
2766
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2767
|
+
"isSource": true,
|
|
2768
|
+
"original": {
|
|
2769
|
+
"value": "{xxllnc.color.black.14}"
|
|
2770
|
+
},
|
|
2771
|
+
"name": "utrechtBreadcrumbLinkDisabledColor",
|
|
2772
|
+
"attributes": {
|
|
2773
|
+
"category": "utrecht",
|
|
2774
|
+
"type": "breadcrumb",
|
|
2775
|
+
"item": "link",
|
|
2776
|
+
"subitem": "disabled",
|
|
2777
|
+
"state": "color"
|
|
2778
|
+
},
|
|
2779
|
+
"path": [
|
|
2780
|
+
"utrecht",
|
|
2781
|
+
"breadcrumb",
|
|
2782
|
+
"link",
|
|
2783
|
+
"disabled",
|
|
2784
|
+
"color"
|
|
2785
|
+
]
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"value": "#202125",
|
|
2789
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2790
|
+
"isSource": true,
|
|
2791
|
+
"original": {
|
|
2792
|
+
"value": "{xxllnc.color.black.14}"
|
|
2793
|
+
},
|
|
2794
|
+
"name": "utrechtBreadcrumbLinkHoverColor",
|
|
2795
|
+
"attributes": {
|
|
2796
|
+
"category": "utrecht",
|
|
2797
|
+
"type": "breadcrumb",
|
|
2798
|
+
"item": "link",
|
|
2799
|
+
"subitem": "hover",
|
|
2800
|
+
"state": "color"
|
|
2801
|
+
},
|
|
2802
|
+
"path": [
|
|
2803
|
+
"utrecht",
|
|
2804
|
+
"breadcrumb",
|
|
2805
|
+
"link",
|
|
2806
|
+
"hover",
|
|
2807
|
+
"color"
|
|
2808
|
+
]
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"value": "12px",
|
|
2812
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2813
|
+
"isSource": true,
|
|
2814
|
+
"original": {
|
|
2815
|
+
"value": "12px"
|
|
2816
|
+
},
|
|
2817
|
+
"name": "utrechtBreadcrumbPaddingBlockEnd",
|
|
2818
|
+
"attributes": {
|
|
2819
|
+
"category": "utrecht",
|
|
2820
|
+
"type": "breadcrumb",
|
|
2821
|
+
"item": "padding-block-end"
|
|
2822
|
+
},
|
|
2823
|
+
"path": [
|
|
2824
|
+
"utrecht",
|
|
2825
|
+
"breadcrumb",
|
|
2826
|
+
"padding-block-end"
|
|
2827
|
+
]
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"value": "12px",
|
|
2831
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2832
|
+
"isSource": true,
|
|
2833
|
+
"original": {
|
|
2834
|
+
"value": "12px"
|
|
2835
|
+
},
|
|
2836
|
+
"name": "utrechtBreadcrumbPaddingBlockStart",
|
|
2837
|
+
"attributes": {
|
|
2838
|
+
"category": "utrecht",
|
|
2839
|
+
"type": "breadcrumb",
|
|
2840
|
+
"item": "padding-block-start"
|
|
2841
|
+
},
|
|
2842
|
+
"path": [
|
|
2843
|
+
"utrecht",
|
|
2844
|
+
"breadcrumb",
|
|
2845
|
+
"padding-block-start"
|
|
2846
|
+
]
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"value": "0",
|
|
2850
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2851
|
+
"isSource": true,
|
|
2852
|
+
"original": {
|
|
2853
|
+
"value": "0"
|
|
2854
|
+
},
|
|
2855
|
+
"name": "utrechtBreadcrumbPaddingInlineEnd",
|
|
2856
|
+
"attributes": {
|
|
2857
|
+
"category": "utrecht",
|
|
2858
|
+
"type": "breadcrumb",
|
|
2859
|
+
"item": "padding-inline-end"
|
|
2860
|
+
},
|
|
2861
|
+
"path": [
|
|
2862
|
+
"utrecht",
|
|
2863
|
+
"breadcrumb",
|
|
2864
|
+
"padding-inline-end"
|
|
2865
|
+
]
|
|
2866
|
+
},
|
|
2867
|
+
{
|
|
2868
|
+
"value": "0",
|
|
2869
|
+
"filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
|
|
2870
|
+
"isSource": true,
|
|
2871
|
+
"original": {
|
|
2872
|
+
"value": "0"
|
|
2873
|
+
},
|
|
2874
|
+
"name": "utrechtBreadcrumbPaddingInlineStart",
|
|
2875
|
+
"attributes": {
|
|
2876
|
+
"category": "utrecht",
|
|
2877
|
+
"type": "breadcrumb",
|
|
2878
|
+
"item": "padding-inline-start"
|
|
2879
|
+
},
|
|
2880
|
+
"path": [
|
|
2881
|
+
"utrecht",
|
|
2882
|
+
"breadcrumb",
|
|
2883
|
+
"padding-inline-start"
|
|
2884
|
+
]
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"value": "#202125",
|
|
2888
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2889
|
+
"isSource": true,
|
|
2890
|
+
"original": {
|
|
2891
|
+
"value": "{xxllnc.color.black.14}"
|
|
2892
|
+
},
|
|
2893
|
+
"name": "utrechtBreadcrumbSeparatorIconColor",
|
|
2894
|
+
"attributes": {
|
|
2895
|
+
"category": "utrecht",
|
|
2896
|
+
"type": "breadcrumb",
|
|
2897
|
+
"item": "separator",
|
|
2898
|
+
"subitem": "icon",
|
|
2899
|
+
"state": "color"
|
|
2900
|
+
},
|
|
2901
|
+
"path": [
|
|
2902
|
+
"utrecht",
|
|
2903
|
+
"breadcrumb",
|
|
2904
|
+
"separator",
|
|
2905
|
+
"icon",
|
|
2906
|
+
"color"
|
|
2907
|
+
]
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"value": "14px",
|
|
2911
|
+
"filePath": "src/component/utrecht/breadcrumb.tokens.json",
|
|
2912
|
+
"isSource": true,
|
|
2913
|
+
"original": {
|
|
2914
|
+
"value": "{xxllnc.font-size.sm}"
|
|
2915
|
+
},
|
|
2916
|
+
"name": "utrechtBreadcrumbSeparatorIconSize",
|
|
2917
|
+
"attributes": {
|
|
2918
|
+
"category": "utrecht",
|
|
2919
|
+
"type": "breadcrumb",
|
|
2920
|
+
"item": "separator",
|
|
2921
|
+
"subitem": "icon",
|
|
2922
|
+
"state": "size"
|
|
2923
|
+
},
|
|
2924
|
+
"path": [
|
|
2925
|
+
"utrecht",
|
|
2926
|
+
"breadcrumb",
|
|
2927
|
+
"separator",
|
|
2928
|
+
"icon",
|
|
2929
|
+
"size"
|
|
2930
|
+
]
|
|
2931
|
+
},
|
|
2701
2932
|
{
|
|
2702
2933
|
"value": "#2b2b2b",
|
|
2703
2934
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -6547,6 +6778,27 @@
|
|
|
6547
6778
|
"0-22t"
|
|
6548
6779
|
]
|
|
6549
6780
|
},
|
|
6781
|
+
{
|
|
6782
|
+
"value": "#202125",
|
|
6783
|
+
"filePath": "src/brand/xxllnc/color.tokens.json",
|
|
6784
|
+
"isSource": true,
|
|
6785
|
+
"original": {
|
|
6786
|
+
"value": "#202125"
|
|
6787
|
+
},
|
|
6788
|
+
"name": "xxllncColorBlack14",
|
|
6789
|
+
"attributes": {
|
|
6790
|
+
"category": "xxllnc",
|
|
6791
|
+
"type": "color",
|
|
6792
|
+
"item": "black",
|
|
6793
|
+
"subitem": "14"
|
|
6794
|
+
},
|
|
6795
|
+
"path": [
|
|
6796
|
+
"xxllnc",
|
|
6797
|
+
"color",
|
|
6798
|
+
"black",
|
|
6799
|
+
"14"
|
|
6800
|
+
]
|
|
6801
|
+
},
|
|
6550
6802
|
{
|
|
6551
6803
|
"value": "#28282c",
|
|
6552
6804
|
"comment": "Base/Black",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 28 Sep 2023 18:52:58 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-tabs-tab-list-border-bottom-style: solid;
|
|
6
6
|
@conduction-tabs-tab-list-margin-block-end: 0px;
|
|
@@ -65,6 +65,10 @@
|
|
|
65
65
|
@utrecht-button-font-size: inherit;
|
|
66
66
|
@utrecht-button-border-width: 0;
|
|
67
67
|
@utrecht-button-border-radius: 16px;
|
|
68
|
+
@utrecht-breadcrumb-padding-block-end: 12px;
|
|
69
|
+
@utrecht-breadcrumb-padding-block-start: 12px;
|
|
70
|
+
@utrecht-breadcrumb-padding-inline-end: 0;
|
|
71
|
+
@utrecht-breadcrumb-padding-inline-start: 0;
|
|
68
72
|
@utrecht-badge-counter-text-decoration: none;
|
|
69
73
|
@utrecht-badge-counter-border-radius: 50%;
|
|
70
74
|
@utrecht-action-submit-cursor: pointer;
|
|
@@ -108,6 +112,7 @@
|
|
|
108
112
|
@xxllnc-color-black-21: #333338;
|
|
109
113
|
@xxllnc-color-black-17: #2b2b2b;
|
|
110
114
|
@xxllnc-color-black-16: #28282c; // Base/Black
|
|
115
|
+
@xxllnc-color-black-14: #202125;
|
|
111
116
|
@xxllnc-color-white-100-0t: #ffffff; // White with 0% transparency
|
|
112
117
|
@xxllnc-color-white-100: #ffffff; // Base/White
|
|
113
118
|
@xxllnc-color-white-95: #f1f1f1;
|
|
@@ -313,6 +318,12 @@
|
|
|
313
318
|
@utrecht-button-font-family: @xxllnc-typography-inter-font-family;
|
|
314
319
|
@utrecht-button-color: @xxllnc-color-grey-90;
|
|
315
320
|
@utrecht-button-background-color: @xxllnc-color-black-17;
|
|
321
|
+
@utrecht-breadcrumb-separator-icon-size: @xxllnc-font-size-sm;
|
|
322
|
+
@utrecht-breadcrumb-separator-icon-color: @xxllnc-color-black-14;
|
|
323
|
+
@utrecht-breadcrumb-link-hover-color: @xxllnc-color-black-14;
|
|
324
|
+
@utrecht-breadcrumb-link-disabled-color: @xxllnc-color-black-14;
|
|
325
|
+
@utrecht-breadcrumb-link-current-color: @xxllnc-color-black-14;
|
|
326
|
+
@utrecht-breadcrumb-link-color: @xxllnc-color-black-14;
|
|
316
327
|
@utrecht-blockquote-content-font-size: @xxllnc-font-size-md;
|
|
317
328
|
@utrecht-blockquote-content-color: @xxllnc-color-black-16;
|
|
318
329
|
@utrecht-blockquote-margin-inline-end: @xxllnc-size-xl;
|
|
@@ -381,6 +392,7 @@
|
|
|
381
392
|
@utrecht-table-font-size: @utrecht-document-font-size;
|
|
382
393
|
@utrecht-table-font-family: @utrecht-document-font-family;
|
|
383
394
|
@utrecht-table-header-color: @utrecht-document-color;
|
|
395
|
+
@utrecht-breadcrumb-font-family: @utrecht-document-font-family;
|
|
384
396
|
@utrecht-badge-counter-font-family: @utrecht-document-font-family;
|
|
385
397
|
@utrecht-badge-counter-font-size: @utrecht-document-font-size;
|
|
386
398
|
@utrecht-alert-icon-color: @xxllnc-color-alert-info;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 28 Sep 2023 18:52:58 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-tabs-tab-list-border-bottom-style: solid;
|
|
6
6
|
$conduction-tabs-tab-list-margin-block-end: 0px;
|
|
@@ -65,6 +65,10 @@ $utrecht-button-font-weight: inherit;
|
|
|
65
65
|
$utrecht-button-font-size: inherit;
|
|
66
66
|
$utrecht-button-border-width: 0;
|
|
67
67
|
$utrecht-button-border-radius: 16px;
|
|
68
|
+
$utrecht-breadcrumb-padding-block-end: 12px;
|
|
69
|
+
$utrecht-breadcrumb-padding-block-start: 12px;
|
|
70
|
+
$utrecht-breadcrumb-padding-inline-end: 0;
|
|
71
|
+
$utrecht-breadcrumb-padding-inline-start: 0;
|
|
68
72
|
$utrecht-badge-counter-text-decoration: none;
|
|
69
73
|
$utrecht-badge-counter-border-radius: 50%;
|
|
70
74
|
$utrecht-action-submit-cursor: pointer;
|
|
@@ -108,6 +112,7 @@ $xxllnc-color-black-0-22t: #00000038; // Black with 22% transparency
|
|
|
108
112
|
$xxllnc-color-black-21: #333338;
|
|
109
113
|
$xxllnc-color-black-17: #2b2b2b;
|
|
110
114
|
$xxllnc-color-black-16: #28282c; // Base/Black
|
|
115
|
+
$xxllnc-color-black-14: #202125;
|
|
111
116
|
$xxllnc-color-white-100-0t: #ffffff; // White with 0% transparency
|
|
112
117
|
$xxllnc-color-white-100: #ffffff; // Base/White
|
|
113
118
|
$xxllnc-color-white-95: #f1f1f1;
|
|
@@ -313,6 +318,12 @@ $utrecht-button-padding-block-start: $xxllnc-size-2xs;
|
|
|
313
318
|
$utrecht-button-font-family: $xxllnc-typography-inter-font-family;
|
|
314
319
|
$utrecht-button-color: $xxllnc-color-grey-90;
|
|
315
320
|
$utrecht-button-background-color: $xxllnc-color-black-17;
|
|
321
|
+
$utrecht-breadcrumb-separator-icon-size: $xxllnc-font-size-sm;
|
|
322
|
+
$utrecht-breadcrumb-separator-icon-color: $xxllnc-color-black-14;
|
|
323
|
+
$utrecht-breadcrumb-link-hover-color: $xxllnc-color-black-14;
|
|
324
|
+
$utrecht-breadcrumb-link-disabled-color: $xxllnc-color-black-14;
|
|
325
|
+
$utrecht-breadcrumb-link-current-color: $xxllnc-color-black-14;
|
|
326
|
+
$utrecht-breadcrumb-link-color: $xxllnc-color-black-14;
|
|
316
327
|
$utrecht-blockquote-content-font-size: $xxllnc-font-size-md;
|
|
317
328
|
$utrecht-blockquote-content-color: $xxllnc-color-black-16;
|
|
318
329
|
$utrecht-blockquote-margin-inline-end: $xxllnc-size-xl;
|
|
@@ -381,6 +392,7 @@ $utrecht-table-header-cell-font-size: $utrecht-document-font-size;
|
|
|
381
392
|
$utrecht-table-font-size: $utrecht-document-font-size;
|
|
382
393
|
$utrecht-table-font-family: $utrecht-document-font-family;
|
|
383
394
|
$utrecht-table-header-color: $utrecht-document-color;
|
|
395
|
+
$utrecht-breadcrumb-font-family: $utrecht-document-font-family;
|
|
384
396
|
$utrecht-badge-counter-font-family: $utrecht-document-font-family;
|
|
385
397
|
$utrecht-badge-counter-font-size: $utrecht-document-font-size;
|
|
386
398
|
$utrecht-alert-icon-color: $xxllnc-color-alert-info;
|