@conduction/theme 1.1.3 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/conduction-design-tokens/dist/design-tokens.css +17 -1
- package/conduction-design-tokens/dist/index.js +17 -1
- package/conduction-design-tokens/dist/index.json +367 -0
- package/conduction-design-tokens/dist/index.less +17 -1
- package/conduction-design-tokens/dist/index.scss +17 -1
- package/conduction-design-tokens/dist/tokens.json +378 -15
- package/conduction-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/conduction-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/commonground-design-tokens/dist/design-tokens.css +17 -1
- package/municipalities/commonground-design-tokens/dist/index.js +17 -1
- package/municipalities/commonground-design-tokens/dist/index.json +367 -0
- package/municipalities/commonground-design-tokens/dist/index.less +17 -1
- package/municipalities/commonground-design-tokens/dist/index.scss +17 -1
- package/municipalities/commonground-design-tokens/dist/tokens.json +378 -15
- package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/commonground-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/dimpact-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/dimpact-design-tokens/dist/index.js +18 -1
- package/municipalities/dimpact-design-tokens/dist/index.json +388 -0
- package/municipalities/dimpact-design-tokens/dist/index.less +18 -1
- package/municipalities/dimpact-design-tokens/dist/index.scss +18 -1
- package/municipalities/dimpact-design-tokens/dist/tokens.json +399 -15
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +3 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/dimpact-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +18 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +388 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +18 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +18 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +399 -15
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +3 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/button.tokens.json +18 -18
- package/municipalities/epe-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/epe-design-tokens/dist/index.js +18 -1
- package/municipalities/epe-design-tokens/dist/index.json +388 -0
- package/municipalities/epe-design-tokens/dist/index.less +18 -1
- package/municipalities/epe-design-tokens/dist/index.scss +18 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +399 -15
- package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +3 -0
- package/municipalities/epe-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/epe-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/gouda-design-tokens/LICENSE.md +17 -0
- package/municipalities/gouda-design-tokens/README.md +3 -0
- package/municipalities/gouda-design-tokens/dist/design-tokens.css +622 -0
- package/municipalities/gouda-design-tokens/dist/font.css +8 -0
- package/municipalities/gouda-design-tokens/dist/index.css +7 -0
- package/municipalities/gouda-design-tokens/dist/index.js +620 -0
- package/municipalities/gouda-design-tokens/dist/index.json +12657 -0
- package/municipalities/gouda-design-tokens/dist/index.less +619 -0
- package/municipalities/gouda-design-tokens/dist/index.scss +619 -0
- package/municipalities/gouda-design-tokens/dist/tokens.json +13396 -0
- package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/gouda-design-tokens/package.json +41 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/color.tokens.json +96 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/font-size.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/size.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/typography.tokens.json +45 -0
- package/municipalities/gouda-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/gouda-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/card-wrapper.tokens.json +30 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/navigation.tokens.json +79 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +37 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/config.json +58 -0
- package/municipalities/gouda-design-tokens/src/font.js +4 -0
- package/municipalities/gouda-design-tokens/src/font.scss +10 -0
- package/municipalities/gouda-design-tokens/src/index.scss +8 -0
- package/municipalities/gouda-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +16 -1
- package/municipalities/leiden-design-tokens/dist/index.js +16 -1
- package/municipalities/leiden-design-tokens/dist/index.json +339 -0
- package/municipalities/leiden-design-tokens/dist/index.less +16 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +16 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +352 -15
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +3 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/leiden-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.json +388 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +399 -15
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +3 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +17 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +17 -1
- package/municipalities/noordwijk-design-tokens/dist/index.json +367 -0
- package/municipalities/noordwijk-design-tokens/dist/index.less +17 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +17 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +378 -15
- package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.js +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.json +367 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.less +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.scss +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/tokens.json +378 -15
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/opencatalogi-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.js +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.json +97 -0
- package/municipalities/opencatalogi-design-tokens/dist/index.less +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.scss +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/tokens.json +108 -3
- package/municipalities/opencatalogi-design-tokens/src/components/conduction/navigation.tokens.json +15 -3
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/rotterdam-design-tokens/dist/index.js +5 -1
- package/municipalities/rotterdam-design-tokens/dist/index.json +97 -0
- package/municipalities/rotterdam-design-tokens/dist/index.less +5 -1
- package/municipalities/rotterdam-design-tokens/dist/index.scss +5 -1
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +108 -3
- package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/sloterburg-design-tokens/dist/design-tokens.css +13 -1
- package/municipalities/sloterburg-design-tokens/dist/index.js +13 -1
- package/municipalities/sloterburg-design-tokens/dist/index.json +270 -0
- package/municipalities/sloterburg-design-tokens/dist/index.less +13 -1
- package/municipalities/sloterburg-design-tokens/dist/index.scss +13 -1
- package/municipalities/sloterburg-design-tokens/dist/tokens.json +278 -16
- package/municipalities/sloterburg-design-tokens/src/brand/sloterburg/color.tokens.json +3 -3
- package/municipalities/sloterburg-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +18 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +388 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +18 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +18 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +399 -15
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +3 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +22 -7
- package/municipalities/xxllnc-design-tokens/dist/index.js +22 -7
- package/municipalities/xxllnc-design-tokens/dist/index.json +351 -12
- package/municipalities/xxllnc-design-tokens/dist/index.less +22 -7
- package/municipalities/xxllnc-design-tokens/dist/index.scss +22 -7
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +364 -27
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +2 -2
- package/municipalities/xxllnc-design-tokens/src/component/conduction/navigation.tokens.json +19 -7
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/zutphen-design-tokens/dist/design-tokens.css +17 -3
- package/municipalities/zutphen-design-tokens/dist/index.js +17 -3
- package/municipalities/zutphen-design-tokens/dist/index.json +329 -4
- package/municipalities/zutphen-design-tokens/dist/index.less +17 -3
- package/municipalities/zutphen-design-tokens/dist/index.scss +17 -3
- package/municipalities/zutphen-design-tokens/dist/tokens.json +340 -17
- package/municipalities/zutphen-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/zutphen-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/package.json +3 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Dec 2023 15:38:22 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.leiden-theme {
|
|
@@ -173,6 +173,7 @@
|
|
|
173
173
|
--leiden-color-lightgrey-79: #c9c9c9;
|
|
174
174
|
--leiden-color-grey-97: #f7f7f7;
|
|
175
175
|
--leiden-color-grey-82: #d1d1d1;
|
|
176
|
+
--leiden-color-grey-50: #808080;
|
|
176
177
|
--leiden-color-grey-46: #767676;
|
|
177
178
|
--leiden-color-grey-33: #5f594a; /* Base/Grey */
|
|
178
179
|
--leiden-color-grey-31: #4f4f4f;
|
|
@@ -273,6 +274,8 @@
|
|
|
273
274
|
--conduction-secondary-top-nav-current-color: var(--leiden-color-white-100);
|
|
274
275
|
--conduction-secondary-top-nav-hover-color: var(--leiden-color-white-100);
|
|
275
276
|
--conduction-secondary-top-nav-color: var(--leiden-color-white-100);
|
|
277
|
+
--conduction-primary-top-nav-dropdown-current-background-color: var(--leiden-color-white-100);
|
|
278
|
+
--conduction-primary-top-nav-dropdown-current-color: var(--leiden-color-primary);
|
|
276
279
|
--conduction-primary-top-nav-dropdown-hover-background-color: var(--leiden-color-white-100);
|
|
277
280
|
--conduction-primary-top-nav-dropdown-hover-color: var(--leiden-color-black-9);
|
|
278
281
|
--conduction-primary-top-nav-dropdown-background-color: var(--leiden-color-white-100);
|
|
@@ -474,9 +477,15 @@
|
|
|
474
477
|
--utrecht-code-font-family: var(--leiden-typography-monospace-font-family);
|
|
475
478
|
--utrecht-code-color: var(--leiden-color-black-9);
|
|
476
479
|
--utrecht-code-background-color: var(--leiden-color-lightgrey-89);
|
|
480
|
+
--utrecht-button-subtle-disabled-color: var(--leiden-color-grey-50);
|
|
481
|
+
--utrecht-button-subtle-disabled-border-color: var(--leiden-color-grey-82);
|
|
482
|
+
--utrecht-button-subtle-disabled-background-color: var(--leiden-color-grey-82);
|
|
477
483
|
--utrecht-button-secondary-action-hover-color: var(--leiden-color-primary-hover);
|
|
478
484
|
--utrecht-button-secondary-action-hover-border-color: var(--leiden-color-primary-hover);
|
|
479
485
|
--utrecht-button-secondary-action-hover-background-color: var(--leiden-color-white-100);
|
|
486
|
+
--utrecht-button-secondary-action-disabled-color: var(--leiden-color-grey-50);
|
|
487
|
+
--utrecht-button-secondary-action-disabled-border-color: var(--leiden-color-grey-82);
|
|
488
|
+
--utrecht-button-secondary-action-disabled-background-color: var(--leiden-color-grey-82);
|
|
480
489
|
--utrecht-button-secondary-action-font-weight: var(--leiden-typography-font-weight-normal);
|
|
481
490
|
--utrecht-button-secondary-action-color: var(--leiden-color-primary);
|
|
482
491
|
--utrecht-button-secondary-action-border-width: var(--leiden-size-3xs);
|
|
@@ -484,11 +493,17 @@
|
|
|
484
493
|
--utrecht-button-secondary-action-background-color: var(--leiden-color-white-100);
|
|
485
494
|
--utrecht-button-primary-action-hover-color: var(--leiden-color-white-100);
|
|
486
495
|
--utrecht-button-primary-action-hover-background-color: var(--leiden-color-primary);
|
|
496
|
+
--utrecht-button-primary-action-disabled-color: var(--leiden-color-grey-50);
|
|
497
|
+
--utrecht-button-primary-action-disabled-border-color: var(--leiden-color-grey-82);
|
|
498
|
+
--utrecht-button-primary-action-disabled-background-color: var(--leiden-color-grey-82);
|
|
487
499
|
--utrecht-button-primary-action-color: var(--leiden-color-white-100);
|
|
488
500
|
--utrecht-button-primary-action-border-width: var(--leiden-size-3xs);
|
|
489
501
|
--utrecht-button-primary-action-background-color: var(--leiden-color-primary);
|
|
490
502
|
--utrecht-button-hover-color: var(--leiden-color-primary-hover);
|
|
491
503
|
--utrecht-button-hover-background-color: var(--leiden-color-white-100);
|
|
504
|
+
--utrecht-button-disabled-color: var(--leiden-color-grey-50);
|
|
505
|
+
--utrecht-button-disabled-border-color: var(--leiden-color-grey-82);
|
|
506
|
+
--utrecht-button-disabled-background-color: var(--leiden-color-grey-82);
|
|
492
507
|
--utrecht-button-icon-gap: var(--leiden-size-xs);
|
|
493
508
|
--utrecht-button-padding-inline-end: var(--leiden-size-xs);
|
|
494
509
|
--utrecht-button-padding-inline-start: var(--leiden-size-xs);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Dec 2023 15:38:22 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const leidenColorPrimary = "#d62410";
|
|
@@ -21,6 +21,7 @@ export const leidenColorGrey11 = "#1d1d1b";
|
|
|
21
21
|
export const leidenColorGrey31 = "#4f4f4f";
|
|
22
22
|
export const leidenColorGrey33 = "#5f594a"; // Base/Grey
|
|
23
23
|
export const leidenColorGrey46 = "#767676";
|
|
24
|
+
export const leidenColorGrey50 = "#808080";
|
|
24
25
|
export const leidenColorGrey82 = "#d1d1d1";
|
|
25
26
|
export const leidenColorGrey97 = "#f7f7f7";
|
|
26
27
|
export const leidenColorLightgrey79 = "#c9c9c9";
|
|
@@ -156,12 +157,18 @@ export const utrechtButtonPaddingBlockEnd = "8px";
|
|
|
156
157
|
export const utrechtButtonPaddingInlineStart = "8px";
|
|
157
158
|
export const utrechtButtonPaddingInlineEnd = "8px";
|
|
158
159
|
export const utrechtButtonIconGap = "8px";
|
|
160
|
+
export const utrechtButtonDisabledBackgroundColor = "#d1d1d1";
|
|
161
|
+
export const utrechtButtonDisabledBorderColor = "#d1d1d1";
|
|
162
|
+
export const utrechtButtonDisabledColor = "#808080";
|
|
159
163
|
export const utrechtButtonHoverBackgroundColor = "#ffffff";
|
|
160
164
|
export const utrechtButtonHoverColor = "#b81f0e";
|
|
161
165
|
export const utrechtButtonPrimaryActionBackgroundColor = "#d62410";
|
|
162
166
|
export const utrechtButtonPrimaryActionBorderWidth = "2px";
|
|
163
167
|
export const utrechtButtonPrimaryActionColor = "#ffffff";
|
|
164
168
|
export const utrechtButtonPrimaryActionFontWeight = "inherit";
|
|
169
|
+
export const utrechtButtonPrimaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
170
|
+
export const utrechtButtonPrimaryActionDisabledBorderColor = "#d1d1d1";
|
|
171
|
+
export const utrechtButtonPrimaryActionDisabledColor = "#808080";
|
|
165
172
|
export const utrechtButtonPrimaryActionHoverBackgroundColor = "#d62410";
|
|
166
173
|
export const utrechtButtonPrimaryActionHoverColor = "#ffffff";
|
|
167
174
|
export const utrechtButtonSecondaryActionBackgroundColor = "#ffffff";
|
|
@@ -169,9 +176,15 @@ export const utrechtButtonSecondaryActionBorderColor = "#d62410";
|
|
|
169
176
|
export const utrechtButtonSecondaryActionBorderWidth = "2px";
|
|
170
177
|
export const utrechtButtonSecondaryActionColor = "#d62410";
|
|
171
178
|
export const utrechtButtonSecondaryActionFontWeight = "400";
|
|
179
|
+
export const utrechtButtonSecondaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
180
|
+
export const utrechtButtonSecondaryActionDisabledBorderColor = "#d1d1d1";
|
|
181
|
+
export const utrechtButtonSecondaryActionDisabledColor = "#808080";
|
|
172
182
|
export const utrechtButtonSecondaryActionHoverBackgroundColor = "#ffffff";
|
|
173
183
|
export const utrechtButtonSecondaryActionHoverBorderColor = "#b81f0e";
|
|
174
184
|
export const utrechtButtonSecondaryActionHoverColor = "#b81f0e";
|
|
185
|
+
export const utrechtButtonSubtleDisabledBackgroundColor = "#d1d1d1";
|
|
186
|
+
export const utrechtButtonSubtleDisabledBorderColor = "#d1d1d1";
|
|
187
|
+
export const utrechtButtonSubtleDisabledColor = "#808080";
|
|
175
188
|
export const utrechtCodeBackgroundColor = "#e4e4e4";
|
|
176
189
|
export const utrechtCodeColor = "#0d1921";
|
|
177
190
|
export const utrechtCodeFontFamily = "Monospace, \"Lucida Console\"";
|
|
@@ -452,6 +465,8 @@ export const conductionPrimaryTopNavDropdownColor = "#035688";
|
|
|
452
465
|
export const conductionPrimaryTopNavDropdownBackgroundColor = "#ffffff";
|
|
453
466
|
export const conductionPrimaryTopNavDropdownHoverColor = "#0d1921";
|
|
454
467
|
export const conductionPrimaryTopNavDropdownHoverBackgroundColor = "#ffffff";
|
|
468
|
+
export const conductionPrimaryTopNavDropdownCurrentColor = "#d62410";
|
|
469
|
+
export const conductionPrimaryTopNavDropdownCurrentBackgroundColor = "#ffffff";
|
|
455
470
|
export const conductionPrimaryTopNavItemPadding = "18px";
|
|
456
471
|
export const conductionPrimaryTopNavPaddingInlineEnd = "16px";
|
|
457
472
|
export const conductionPrimaryTopNavPaddingInlineStart = "16px";
|
|
@@ -2885,6 +2885,54 @@
|
|
|
2885
2885
|
"color"
|
|
2886
2886
|
]
|
|
2887
2887
|
},
|
|
2888
|
+
{
|
|
2889
|
+
"value": "#ffffff",
|
|
2890
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2891
|
+
"isSource": true,
|
|
2892
|
+
"original": {
|
|
2893
|
+
"value": "{leiden.color.white.100}"
|
|
2894
|
+
},
|
|
2895
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
2896
|
+
"attributes": {
|
|
2897
|
+
"category": "conduction",
|
|
2898
|
+
"type": "primary",
|
|
2899
|
+
"item": "top-nav",
|
|
2900
|
+
"subitem": "dropdown",
|
|
2901
|
+
"state": "current"
|
|
2902
|
+
},
|
|
2903
|
+
"path": [
|
|
2904
|
+
"conduction",
|
|
2905
|
+
"primary",
|
|
2906
|
+
"top-nav",
|
|
2907
|
+
"dropdown",
|
|
2908
|
+
"current",
|
|
2909
|
+
"background-color"
|
|
2910
|
+
]
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"value": "#d62410",
|
|
2914
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2915
|
+
"isSource": true,
|
|
2916
|
+
"original": {
|
|
2917
|
+
"value": "{leiden.color.primary}"
|
|
2918
|
+
},
|
|
2919
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
2920
|
+
"attributes": {
|
|
2921
|
+
"category": "conduction",
|
|
2922
|
+
"type": "primary",
|
|
2923
|
+
"item": "top-nav",
|
|
2924
|
+
"subitem": "dropdown",
|
|
2925
|
+
"state": "current"
|
|
2926
|
+
},
|
|
2927
|
+
"path": [
|
|
2928
|
+
"conduction",
|
|
2929
|
+
"primary",
|
|
2930
|
+
"top-nav",
|
|
2931
|
+
"dropdown",
|
|
2932
|
+
"current",
|
|
2933
|
+
"color"
|
|
2934
|
+
]
|
|
2935
|
+
},
|
|
2888
2936
|
{
|
|
2889
2937
|
"value": "#ffffff",
|
|
2890
2938
|
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
@@ -5085,6 +5133,27 @@
|
|
|
5085
5133
|
"46"
|
|
5086
5134
|
]
|
|
5087
5135
|
},
|
|
5136
|
+
{
|
|
5137
|
+
"value": "#808080",
|
|
5138
|
+
"filePath": "src/brand/leiden/color.tokens.json",
|
|
5139
|
+
"isSource": true,
|
|
5140
|
+
"original": {
|
|
5141
|
+
"value": "#808080"
|
|
5142
|
+
},
|
|
5143
|
+
"name": "leidenColorGrey50",
|
|
5144
|
+
"attributes": {
|
|
5145
|
+
"category": "leiden",
|
|
5146
|
+
"type": "color",
|
|
5147
|
+
"item": "grey",
|
|
5148
|
+
"subitem": "50"
|
|
5149
|
+
},
|
|
5150
|
+
"path": [
|
|
5151
|
+
"leiden",
|
|
5152
|
+
"color",
|
|
5153
|
+
"grey",
|
|
5154
|
+
"50"
|
|
5155
|
+
]
|
|
5156
|
+
},
|
|
5088
5157
|
{
|
|
5089
5158
|
"value": "#d1d1d1",
|
|
5090
5159
|
"filePath": "src/brand/leiden/color.tokens.json",
|
|
@@ -7369,6 +7438,69 @@
|
|
|
7369
7438
|
"color"
|
|
7370
7439
|
]
|
|
7371
7440
|
},
|
|
7441
|
+
{
|
|
7442
|
+
"value": "#d1d1d1",
|
|
7443
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7444
|
+
"isSource": true,
|
|
7445
|
+
"original": {
|
|
7446
|
+
"value": "{leiden.color.grey.82}"
|
|
7447
|
+
},
|
|
7448
|
+
"name": "utrechtButtonDisabledBackgroundColor",
|
|
7449
|
+
"attributes": {
|
|
7450
|
+
"category": "utrecht",
|
|
7451
|
+
"type": "button",
|
|
7452
|
+
"item": "disabled",
|
|
7453
|
+
"subitem": "background-color"
|
|
7454
|
+
},
|
|
7455
|
+
"path": [
|
|
7456
|
+
"utrecht",
|
|
7457
|
+
"button",
|
|
7458
|
+
"disabled",
|
|
7459
|
+
"background-color"
|
|
7460
|
+
]
|
|
7461
|
+
},
|
|
7462
|
+
{
|
|
7463
|
+
"value": "#d1d1d1",
|
|
7464
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7465
|
+
"isSource": true,
|
|
7466
|
+
"original": {
|
|
7467
|
+
"value": "{leiden.color.grey.82}"
|
|
7468
|
+
},
|
|
7469
|
+
"name": "utrechtButtonDisabledBorderColor",
|
|
7470
|
+
"attributes": {
|
|
7471
|
+
"category": "utrecht",
|
|
7472
|
+
"type": "button",
|
|
7473
|
+
"item": "disabled",
|
|
7474
|
+
"subitem": "border-color"
|
|
7475
|
+
},
|
|
7476
|
+
"path": [
|
|
7477
|
+
"utrecht",
|
|
7478
|
+
"button",
|
|
7479
|
+
"disabled",
|
|
7480
|
+
"border-color"
|
|
7481
|
+
]
|
|
7482
|
+
},
|
|
7483
|
+
{
|
|
7484
|
+
"value": "#808080",
|
|
7485
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7486
|
+
"isSource": true,
|
|
7487
|
+
"original": {
|
|
7488
|
+
"value": "{leiden.color.grey.50}"
|
|
7489
|
+
},
|
|
7490
|
+
"name": "utrechtButtonDisabledColor",
|
|
7491
|
+
"attributes": {
|
|
7492
|
+
"category": "utrecht",
|
|
7493
|
+
"type": "button",
|
|
7494
|
+
"item": "disabled",
|
|
7495
|
+
"subitem": "color"
|
|
7496
|
+
},
|
|
7497
|
+
"path": [
|
|
7498
|
+
"utrecht",
|
|
7499
|
+
"button",
|
|
7500
|
+
"disabled",
|
|
7501
|
+
"color"
|
|
7502
|
+
]
|
|
7503
|
+
},
|
|
7372
7504
|
{
|
|
7373
7505
|
"value": "\"Open Sans\", Monospace, Arial, sans-serif",
|
|
7374
7506
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -7628,6 +7760,75 @@
|
|
|
7628
7760
|
"color"
|
|
7629
7761
|
]
|
|
7630
7762
|
},
|
|
7763
|
+
{
|
|
7764
|
+
"value": "#d1d1d1",
|
|
7765
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7766
|
+
"isSource": true,
|
|
7767
|
+
"original": {
|
|
7768
|
+
"value": "{leiden.color.grey.82}"
|
|
7769
|
+
},
|
|
7770
|
+
"name": "utrechtButtonPrimaryActionDisabledBackgroundColor",
|
|
7771
|
+
"attributes": {
|
|
7772
|
+
"category": "utrecht",
|
|
7773
|
+
"type": "button",
|
|
7774
|
+
"item": "primary-action",
|
|
7775
|
+
"subitem": "disabled",
|
|
7776
|
+
"state": "background-color"
|
|
7777
|
+
},
|
|
7778
|
+
"path": [
|
|
7779
|
+
"utrecht",
|
|
7780
|
+
"button",
|
|
7781
|
+
"primary-action",
|
|
7782
|
+
"disabled",
|
|
7783
|
+
"background-color"
|
|
7784
|
+
]
|
|
7785
|
+
},
|
|
7786
|
+
{
|
|
7787
|
+
"value": "#d1d1d1",
|
|
7788
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7789
|
+
"isSource": true,
|
|
7790
|
+
"original": {
|
|
7791
|
+
"value": "{leiden.color.grey.82}"
|
|
7792
|
+
},
|
|
7793
|
+
"name": "utrechtButtonPrimaryActionDisabledBorderColor",
|
|
7794
|
+
"attributes": {
|
|
7795
|
+
"category": "utrecht",
|
|
7796
|
+
"type": "button",
|
|
7797
|
+
"item": "primary-action",
|
|
7798
|
+
"subitem": "disabled",
|
|
7799
|
+
"state": "border-color"
|
|
7800
|
+
},
|
|
7801
|
+
"path": [
|
|
7802
|
+
"utrecht",
|
|
7803
|
+
"button",
|
|
7804
|
+
"primary-action",
|
|
7805
|
+
"disabled",
|
|
7806
|
+
"border-color"
|
|
7807
|
+
]
|
|
7808
|
+
},
|
|
7809
|
+
{
|
|
7810
|
+
"value": "#808080",
|
|
7811
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7812
|
+
"isSource": true,
|
|
7813
|
+
"original": {
|
|
7814
|
+
"value": "{leiden.color.grey.50}"
|
|
7815
|
+
},
|
|
7816
|
+
"name": "utrechtButtonPrimaryActionDisabledColor",
|
|
7817
|
+
"attributes": {
|
|
7818
|
+
"category": "utrecht",
|
|
7819
|
+
"type": "button",
|
|
7820
|
+
"item": "primary-action",
|
|
7821
|
+
"subitem": "disabled",
|
|
7822
|
+
"state": "color"
|
|
7823
|
+
},
|
|
7824
|
+
"path": [
|
|
7825
|
+
"utrecht",
|
|
7826
|
+
"button",
|
|
7827
|
+
"primary-action",
|
|
7828
|
+
"disabled",
|
|
7829
|
+
"color"
|
|
7830
|
+
]
|
|
7831
|
+
},
|
|
7631
7832
|
{
|
|
7632
7833
|
"value": "inherit",
|
|
7633
7834
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -7779,6 +7980,75 @@
|
|
|
7779
7980
|
"color"
|
|
7780
7981
|
]
|
|
7781
7982
|
},
|
|
7983
|
+
{
|
|
7984
|
+
"value": "#d1d1d1",
|
|
7985
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7986
|
+
"isSource": true,
|
|
7987
|
+
"original": {
|
|
7988
|
+
"value": "{leiden.color.grey.82}"
|
|
7989
|
+
},
|
|
7990
|
+
"name": "utrechtButtonSecondaryActionDisabledBackgroundColor",
|
|
7991
|
+
"attributes": {
|
|
7992
|
+
"category": "utrecht",
|
|
7993
|
+
"type": "button",
|
|
7994
|
+
"item": "secondary-action",
|
|
7995
|
+
"subitem": "disabled",
|
|
7996
|
+
"state": "background-color"
|
|
7997
|
+
},
|
|
7998
|
+
"path": [
|
|
7999
|
+
"utrecht",
|
|
8000
|
+
"button",
|
|
8001
|
+
"secondary-action",
|
|
8002
|
+
"disabled",
|
|
8003
|
+
"background-color"
|
|
8004
|
+
]
|
|
8005
|
+
},
|
|
8006
|
+
{
|
|
8007
|
+
"value": "#d1d1d1",
|
|
8008
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8009
|
+
"isSource": true,
|
|
8010
|
+
"original": {
|
|
8011
|
+
"value": "{leiden.color.grey.82}"
|
|
8012
|
+
},
|
|
8013
|
+
"name": "utrechtButtonSecondaryActionDisabledBorderColor",
|
|
8014
|
+
"attributes": {
|
|
8015
|
+
"category": "utrecht",
|
|
8016
|
+
"type": "button",
|
|
8017
|
+
"item": "secondary-action",
|
|
8018
|
+
"subitem": "disabled",
|
|
8019
|
+
"state": "border-color"
|
|
8020
|
+
},
|
|
8021
|
+
"path": [
|
|
8022
|
+
"utrecht",
|
|
8023
|
+
"button",
|
|
8024
|
+
"secondary-action",
|
|
8025
|
+
"disabled",
|
|
8026
|
+
"border-color"
|
|
8027
|
+
]
|
|
8028
|
+
},
|
|
8029
|
+
{
|
|
8030
|
+
"value": "#808080",
|
|
8031
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8032
|
+
"isSource": true,
|
|
8033
|
+
"original": {
|
|
8034
|
+
"value": "{leiden.color.grey.50}"
|
|
8035
|
+
},
|
|
8036
|
+
"name": "utrechtButtonSecondaryActionDisabledColor",
|
|
8037
|
+
"attributes": {
|
|
8038
|
+
"category": "utrecht",
|
|
8039
|
+
"type": "button",
|
|
8040
|
+
"item": "secondary-action",
|
|
8041
|
+
"subitem": "disabled",
|
|
8042
|
+
"state": "color"
|
|
8043
|
+
},
|
|
8044
|
+
"path": [
|
|
8045
|
+
"utrecht",
|
|
8046
|
+
"button",
|
|
8047
|
+
"secondary-action",
|
|
8048
|
+
"disabled",
|
|
8049
|
+
"color"
|
|
8050
|
+
]
|
|
8051
|
+
},
|
|
7782
8052
|
{
|
|
7783
8053
|
"value": "400",
|
|
7784
8054
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -7869,6 +8139,75 @@
|
|
|
7869
8139
|
"color"
|
|
7870
8140
|
]
|
|
7871
8141
|
},
|
|
8142
|
+
{
|
|
8143
|
+
"value": "#d1d1d1",
|
|
8144
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8145
|
+
"isSource": true,
|
|
8146
|
+
"original": {
|
|
8147
|
+
"value": "{leiden.color.grey.82}"
|
|
8148
|
+
},
|
|
8149
|
+
"name": "utrechtButtonSubtleDisabledBackgroundColor",
|
|
8150
|
+
"attributes": {
|
|
8151
|
+
"category": "utrecht",
|
|
8152
|
+
"type": "button",
|
|
8153
|
+
"item": "subtle",
|
|
8154
|
+
"subitem": "disabled",
|
|
8155
|
+
"state": "background-color"
|
|
8156
|
+
},
|
|
8157
|
+
"path": [
|
|
8158
|
+
"utrecht",
|
|
8159
|
+
"button",
|
|
8160
|
+
"subtle",
|
|
8161
|
+
"disabled",
|
|
8162
|
+
"background-color"
|
|
8163
|
+
]
|
|
8164
|
+
},
|
|
8165
|
+
{
|
|
8166
|
+
"value": "#d1d1d1",
|
|
8167
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8168
|
+
"isSource": true,
|
|
8169
|
+
"original": {
|
|
8170
|
+
"value": "{leiden.color.grey.82}"
|
|
8171
|
+
},
|
|
8172
|
+
"name": "utrechtButtonSubtleDisabledBorderColor",
|
|
8173
|
+
"attributes": {
|
|
8174
|
+
"category": "utrecht",
|
|
8175
|
+
"type": "button",
|
|
8176
|
+
"item": "subtle",
|
|
8177
|
+
"subitem": "disabled",
|
|
8178
|
+
"state": "border-color"
|
|
8179
|
+
},
|
|
8180
|
+
"path": [
|
|
8181
|
+
"utrecht",
|
|
8182
|
+
"button",
|
|
8183
|
+
"subtle",
|
|
8184
|
+
"disabled",
|
|
8185
|
+
"border-color"
|
|
8186
|
+
]
|
|
8187
|
+
},
|
|
8188
|
+
{
|
|
8189
|
+
"value": "#808080",
|
|
8190
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8191
|
+
"isSource": true,
|
|
8192
|
+
"original": {
|
|
8193
|
+
"value": "{leiden.color.grey.50}"
|
|
8194
|
+
},
|
|
8195
|
+
"name": "utrechtButtonSubtleDisabledColor",
|
|
8196
|
+
"attributes": {
|
|
8197
|
+
"category": "utrecht",
|
|
8198
|
+
"type": "button",
|
|
8199
|
+
"item": "subtle",
|
|
8200
|
+
"subitem": "disabled",
|
|
8201
|
+
"state": "color"
|
|
8202
|
+
},
|
|
8203
|
+
"path": [
|
|
8204
|
+
"utrecht",
|
|
8205
|
+
"button",
|
|
8206
|
+
"subtle",
|
|
8207
|
+
"disabled",
|
|
8208
|
+
"color"
|
|
8209
|
+
]
|
|
8210
|
+
},
|
|
7872
8211
|
{
|
|
7873
8212
|
"value": "#e4e4e4",
|
|
7874
8213
|
"filePath": "src/component/utrecht/code.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 20 Dec 2023 15:38:22 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-tooltip-z-index: 9999;
|
|
6
6
|
@conduction-tooltip-border-radius: 0px;
|
|
@@ -171,6 +171,7 @@
|
|
|
171
171
|
@leiden-color-lightgrey-79: #c9c9c9;
|
|
172
172
|
@leiden-color-grey-97: #f7f7f7;
|
|
173
173
|
@leiden-color-grey-82: #d1d1d1;
|
|
174
|
+
@leiden-color-grey-50: #808080;
|
|
174
175
|
@leiden-color-grey-46: #767676;
|
|
175
176
|
@leiden-color-grey-33: #5f594a; // Base/Grey
|
|
176
177
|
@leiden-color-grey-31: #4f4f4f;
|
|
@@ -271,6 +272,8 @@
|
|
|
271
272
|
@conduction-secondary-top-nav-current-color: @leiden-color-white-100;
|
|
272
273
|
@conduction-secondary-top-nav-hover-color: @leiden-color-white-100;
|
|
273
274
|
@conduction-secondary-top-nav-color: @leiden-color-white-100;
|
|
275
|
+
@conduction-primary-top-nav-dropdown-current-background-color: @leiden-color-white-100;
|
|
276
|
+
@conduction-primary-top-nav-dropdown-current-color: @leiden-color-primary;
|
|
274
277
|
@conduction-primary-top-nav-dropdown-hover-background-color: @leiden-color-white-100;
|
|
275
278
|
@conduction-primary-top-nav-dropdown-hover-color: @leiden-color-black-9;
|
|
276
279
|
@conduction-primary-top-nav-dropdown-background-color: @leiden-color-white-100;
|
|
@@ -472,9 +475,15 @@
|
|
|
472
475
|
@utrecht-code-font-family: @leiden-typography-monospace-font-family;
|
|
473
476
|
@utrecht-code-color: @leiden-color-black-9;
|
|
474
477
|
@utrecht-code-background-color: @leiden-color-lightgrey-89;
|
|
478
|
+
@utrecht-button-subtle-disabled-color: @leiden-color-grey-50;
|
|
479
|
+
@utrecht-button-subtle-disabled-border-color: @leiden-color-grey-82;
|
|
480
|
+
@utrecht-button-subtle-disabled-background-color: @leiden-color-grey-82;
|
|
475
481
|
@utrecht-button-secondary-action-hover-color: @leiden-color-primary-hover;
|
|
476
482
|
@utrecht-button-secondary-action-hover-border-color: @leiden-color-primary-hover;
|
|
477
483
|
@utrecht-button-secondary-action-hover-background-color: @leiden-color-white-100;
|
|
484
|
+
@utrecht-button-secondary-action-disabled-color: @leiden-color-grey-50;
|
|
485
|
+
@utrecht-button-secondary-action-disabled-border-color: @leiden-color-grey-82;
|
|
486
|
+
@utrecht-button-secondary-action-disabled-background-color: @leiden-color-grey-82;
|
|
478
487
|
@utrecht-button-secondary-action-font-weight: @leiden-typography-font-weight-normal;
|
|
479
488
|
@utrecht-button-secondary-action-color: @leiden-color-primary;
|
|
480
489
|
@utrecht-button-secondary-action-border-width: @leiden-size-3xs;
|
|
@@ -482,11 +491,17 @@
|
|
|
482
491
|
@utrecht-button-secondary-action-background-color: @leiden-color-white-100;
|
|
483
492
|
@utrecht-button-primary-action-hover-color: @leiden-color-white-100;
|
|
484
493
|
@utrecht-button-primary-action-hover-background-color: @leiden-color-primary;
|
|
494
|
+
@utrecht-button-primary-action-disabled-color: @leiden-color-grey-50;
|
|
495
|
+
@utrecht-button-primary-action-disabled-border-color: @leiden-color-grey-82;
|
|
496
|
+
@utrecht-button-primary-action-disabled-background-color: @leiden-color-grey-82;
|
|
485
497
|
@utrecht-button-primary-action-color: @leiden-color-white-100;
|
|
486
498
|
@utrecht-button-primary-action-border-width: @leiden-size-3xs;
|
|
487
499
|
@utrecht-button-primary-action-background-color: @leiden-color-primary;
|
|
488
500
|
@utrecht-button-hover-color: @leiden-color-primary-hover;
|
|
489
501
|
@utrecht-button-hover-background-color: @leiden-color-white-100;
|
|
502
|
+
@utrecht-button-disabled-color: @leiden-color-grey-50;
|
|
503
|
+
@utrecht-button-disabled-border-color: @leiden-color-grey-82;
|
|
504
|
+
@utrecht-button-disabled-background-color: @leiden-color-grey-82;
|
|
490
505
|
@utrecht-button-icon-gap: @leiden-size-xs;
|
|
491
506
|
@utrecht-button-padding-inline-end: @leiden-size-xs;
|
|
492
507
|
@utrecht-button-padding-inline-start: @leiden-size-xs;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 20 Dec 2023 15:38:22 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-tooltip-z-index: 9999;
|
|
6
6
|
$conduction-tooltip-border-radius: 0px;
|
|
@@ -171,6 +171,7 @@ $leiden-color-lightgrey-89: #e4e4e4; // Base/LightGrey
|
|
|
171
171
|
$leiden-color-lightgrey-79: #c9c9c9;
|
|
172
172
|
$leiden-color-grey-97: #f7f7f7;
|
|
173
173
|
$leiden-color-grey-82: #d1d1d1;
|
|
174
|
+
$leiden-color-grey-50: #808080;
|
|
174
175
|
$leiden-color-grey-46: #767676;
|
|
175
176
|
$leiden-color-grey-33: #5f594a; // Base/Grey
|
|
176
177
|
$leiden-color-grey-31: #4f4f4f;
|
|
@@ -271,6 +272,8 @@ $conduction-secondary-top-nav-font-size: $leiden-font-size-md;
|
|
|
271
272
|
$conduction-secondary-top-nav-current-color: $leiden-color-white-100;
|
|
272
273
|
$conduction-secondary-top-nav-hover-color: $leiden-color-white-100;
|
|
273
274
|
$conduction-secondary-top-nav-color: $leiden-color-white-100;
|
|
275
|
+
$conduction-primary-top-nav-dropdown-current-background-color: $leiden-color-white-100;
|
|
276
|
+
$conduction-primary-top-nav-dropdown-current-color: $leiden-color-primary;
|
|
274
277
|
$conduction-primary-top-nav-dropdown-hover-background-color: $leiden-color-white-100;
|
|
275
278
|
$conduction-primary-top-nav-dropdown-hover-color: $leiden-color-black-9;
|
|
276
279
|
$conduction-primary-top-nav-dropdown-background-color: $leiden-color-white-100;
|
|
@@ -472,9 +475,15 @@ $utrecht-code-block-background-color: $leiden-color-lightgrey-89;
|
|
|
472
475
|
$utrecht-code-font-family: $leiden-typography-monospace-font-family;
|
|
473
476
|
$utrecht-code-color: $leiden-color-black-9;
|
|
474
477
|
$utrecht-code-background-color: $leiden-color-lightgrey-89;
|
|
478
|
+
$utrecht-button-subtle-disabled-color: $leiden-color-grey-50;
|
|
479
|
+
$utrecht-button-subtle-disabled-border-color: $leiden-color-grey-82;
|
|
480
|
+
$utrecht-button-subtle-disabled-background-color: $leiden-color-grey-82;
|
|
475
481
|
$utrecht-button-secondary-action-hover-color: $leiden-color-primary-hover;
|
|
476
482
|
$utrecht-button-secondary-action-hover-border-color: $leiden-color-primary-hover;
|
|
477
483
|
$utrecht-button-secondary-action-hover-background-color: $leiden-color-white-100;
|
|
484
|
+
$utrecht-button-secondary-action-disabled-color: $leiden-color-grey-50;
|
|
485
|
+
$utrecht-button-secondary-action-disabled-border-color: $leiden-color-grey-82;
|
|
486
|
+
$utrecht-button-secondary-action-disabled-background-color: $leiden-color-grey-82;
|
|
478
487
|
$utrecht-button-secondary-action-font-weight: $leiden-typography-font-weight-normal;
|
|
479
488
|
$utrecht-button-secondary-action-color: $leiden-color-primary;
|
|
480
489
|
$utrecht-button-secondary-action-border-width: $leiden-size-3xs;
|
|
@@ -482,11 +491,17 @@ $utrecht-button-secondary-action-border-color: $leiden-color-primary;
|
|
|
482
491
|
$utrecht-button-secondary-action-background-color: $leiden-color-white-100;
|
|
483
492
|
$utrecht-button-primary-action-hover-color: $leiden-color-white-100;
|
|
484
493
|
$utrecht-button-primary-action-hover-background-color: $leiden-color-primary;
|
|
494
|
+
$utrecht-button-primary-action-disabled-color: $leiden-color-grey-50;
|
|
495
|
+
$utrecht-button-primary-action-disabled-border-color: $leiden-color-grey-82;
|
|
496
|
+
$utrecht-button-primary-action-disabled-background-color: $leiden-color-grey-82;
|
|
485
497
|
$utrecht-button-primary-action-color: $leiden-color-white-100;
|
|
486
498
|
$utrecht-button-primary-action-border-width: $leiden-size-3xs;
|
|
487
499
|
$utrecht-button-primary-action-background-color: $leiden-color-primary;
|
|
488
500
|
$utrecht-button-hover-color: $leiden-color-primary-hover;
|
|
489
501
|
$utrecht-button-hover-background-color: $leiden-color-white-100;
|
|
502
|
+
$utrecht-button-disabled-color: $leiden-color-grey-50;
|
|
503
|
+
$utrecht-button-disabled-border-color: $leiden-color-grey-82;
|
|
504
|
+
$utrecht-button-disabled-background-color: $leiden-color-grey-82;
|
|
490
505
|
$utrecht-button-icon-gap: $leiden-size-xs;
|
|
491
506
|
$utrecht-button-padding-inline-end: $leiden-size-xs;
|
|
492
507
|
$utrecht-button-padding-inline-start: $leiden-size-xs;
|