@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
package/README.md
CHANGED
|
@@ -6,13 +6,17 @@ Conduction's design tokens theme
|
|
|
6
6
|
|
|
7
7
|
- **Version 1.1 (breaking changes from 1.0.x)**
|
|
8
8
|
|
|
9
|
+
- 1.1.5: Added Gouda theme.
|
|
10
|
+
- 1.1.4:
|
|
11
|
+
- Added disabled Button tokens in all themes.
|
|
12
|
+
- Updated Navigation tokens in all themes.
|
|
9
13
|
- 1.1.2 / 1.1.3: Added Sloterburg theme.
|
|
10
14
|
- 1.1.1: Added Zutphen theme.
|
|
11
15
|
- 1.1.0: Removed old Conduction, Leiden and XXLLNC theme files.
|
|
12
16
|
|
|
13
17
|
- **Version 1**
|
|
14
18
|
|
|
15
|
-
- 1.0.62:
|
|
19
|
+
- 1.0.62:
|
|
16
20
|
- Updated themes to NL-Design repo.
|
|
17
21
|
- Added publiccode.
|
|
18
22
|
- 1.0.61: Updated OpenCatalogi theme tokens.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Dec 2023 15:38:09 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.conduction-theme {
|
|
@@ -95,6 +95,8 @@
|
|
|
95
95
|
--conduction-primary-top-nav-padding-inline-start: 16px;
|
|
96
96
|
--conduction-primary-top-nav-padding-inline-end: 16px;
|
|
97
97
|
--conduction-primary-top-nav-item-padding: 18px;
|
|
98
|
+
--conduction-primary-top-nav-dropdown-current-mobile-box-shadow: ;
|
|
99
|
+
--conduction-primary-top-nav-dropdown-current-box-shadow: ;
|
|
98
100
|
--conduction-primary-top-nav-current-mobile-box-shadow: ;
|
|
99
101
|
--conduction-primary-top-nav-current-box-shadow: ;
|
|
100
102
|
--conduction-logo-navbar-background-image: url('https://raw.githubusercontent.com/OpenCatalogi/web-app/df1e0533081d780c05b1d0b57ab327d97adcbdc6/pwa/src/assets/svgs/LogoConduction.svg');
|
|
@@ -332,9 +334,15 @@
|
|
|
332
334
|
--utrecht-code-font-family: var(--conduction-typography-monospace-font-family);
|
|
333
335
|
--utrecht-code-color: var(--conduction-color-black-0);
|
|
334
336
|
--utrecht-code-background-color: var(--conduction-color-lightgrey-96);
|
|
337
|
+
--utrecht-button-subtle-disabled-color: var(--conduction-color-grey-50);
|
|
338
|
+
--utrecht-button-subtle-disabled-border-color: var(--conduction-color-grey-82);
|
|
339
|
+
--utrecht-button-subtle-disabled-background-color: var(--conduction-color-grey-82);
|
|
335
340
|
--utrecht-button-secondary-action-hover-color: var(--conduction-color-primary-hover);
|
|
336
341
|
--utrecht-button-secondary-action-hover-border-color: var(--conduction-color-primary-hover);
|
|
337
342
|
--utrecht-button-secondary-action-hover-background-color: var(--conduction-color-white-100);
|
|
343
|
+
--utrecht-button-secondary-action-disabled-color: var(--conduction-color-grey-50);
|
|
344
|
+
--utrecht-button-secondary-action-disabled-border-color: var(--conduction-color-grey-82);
|
|
345
|
+
--utrecht-button-secondary-action-disabled-background-color: var(--conduction-color-grey-82);
|
|
338
346
|
--utrecht-button-secondary-action-font-weight: var(--conduction-typography-font-weight-normal);
|
|
339
347
|
--utrecht-button-secondary-action-color: var(--conduction-color-primary);
|
|
340
348
|
--utrecht-button-secondary-action-border-width: var(--conduction-size-3xs);
|
|
@@ -343,6 +351,9 @@
|
|
|
343
351
|
--utrecht-button-primary-action-hover-color: var(--conduction-color-white-100);
|
|
344
352
|
--utrecht-button-primary-action-hover-border-color: var(--conduction-color-primary);
|
|
345
353
|
--utrecht-button-primary-action-hover-background-color: var(--conduction-color-primary);
|
|
354
|
+
--utrecht-button-primary-action-disabled-color: var(--conduction-color-grey-50);
|
|
355
|
+
--utrecht-button-primary-action-disabled-border-color: var(--conduction-color-grey-82);
|
|
356
|
+
--utrecht-button-primary-action-disabled-background-color: var(--conduction-color-grey-82);
|
|
346
357
|
--utrecht-button-primary-action-color: var(--conduction-color-white-100);
|
|
347
358
|
--utrecht-button-primary-action-border-width: var(--conduction-size-3xs);
|
|
348
359
|
--utrecht-button-primary-action-border-color: var(--conduction-color-primary);
|
|
@@ -350,6 +361,9 @@
|
|
|
350
361
|
--utrecht-button-hover-color: var(--conduction-color-white-100);
|
|
351
362
|
--utrecht-button-hover-border-color: var(--conduction-color-primary-hover);
|
|
352
363
|
--utrecht-button-hover-background-color: var(--conduction-color-primary-hover);
|
|
364
|
+
--utrecht-button-disabled-color: var(--conduction-color-grey-50);
|
|
365
|
+
--utrecht-button-disabled-border-color: var(--conduction-color-grey-82);
|
|
366
|
+
--utrecht-button-disabled-background-color: var(--conduction-color-grey-82);
|
|
353
367
|
--utrecht-button-icon-gap: var(--conduction-size-xs);
|
|
354
368
|
--utrecht-button-padding-inline-end: var(--conduction-size-sm);
|
|
355
369
|
--utrecht-button-padding-inline-start: var(--conduction-size-sm);
|
|
@@ -487,6 +501,8 @@
|
|
|
487
501
|
--conduction-secondary-top-nav-hover-background-color: var(--conduction-color-white-100);
|
|
488
502
|
--conduction-secondary-top-nav-hover-color: var(--conduction-color-primary);
|
|
489
503
|
--conduction-secondary-top-nav-color: var(--conduction-color-grey-29);
|
|
504
|
+
--conduction-primary-top-nav-dropdown-current-background-color: var(--conduction-color-white-100);
|
|
505
|
+
--conduction-primary-top-nav-dropdown-current-color: var(--conduction-color-primary);
|
|
490
506
|
--conduction-primary-top-nav-dropdown-hover-background-color: var(--conduction-color-white-100);
|
|
491
507
|
--conduction-primary-top-nav-dropdown-hover-color: var(--conduction-color-primary);
|
|
492
508
|
--conduction-primary-top-nav-dropdown-background-color: var(--conduction-color-white-100);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 20 Dec 2023 15:38:09 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const conductionColorPrimary = "#4376fc";
|
|
@@ -155,6 +155,10 @@ export const conductionPrimaryTopNavDropdownColor = "#4a4a4a";
|
|
|
155
155
|
export const conductionPrimaryTopNavDropdownBackgroundColor = "#ffffff";
|
|
156
156
|
export const conductionPrimaryTopNavDropdownHoverColor = "#4376fc";
|
|
157
157
|
export const conductionPrimaryTopNavDropdownHoverBackgroundColor = "#ffffff";
|
|
158
|
+
export const conductionPrimaryTopNavDropdownCurrentColor = "#4376fc";
|
|
159
|
+
export const conductionPrimaryTopNavDropdownCurrentBackgroundColor = "#ffffff";
|
|
160
|
+
export const conductionPrimaryTopNavDropdownCurrentBoxShadow = "";
|
|
161
|
+
export const conductionPrimaryTopNavDropdownCurrentMobileBoxShadow = "";
|
|
158
162
|
export const conductionPrimaryTopNavItemPadding = "18px";
|
|
159
163
|
export const conductionPrimaryTopNavPaddingInlineEnd = "16px";
|
|
160
164
|
export const conductionPrimaryTopNavPaddingInlineStart = "16px";
|
|
@@ -355,6 +359,9 @@ export const utrechtButtonPaddingBlockEnd = "4px";
|
|
|
355
359
|
export const utrechtButtonPaddingInlineStart = "14px";
|
|
356
360
|
export const utrechtButtonPaddingInlineEnd = "14px";
|
|
357
361
|
export const utrechtButtonIconGap = "8px";
|
|
362
|
+
export const utrechtButtonDisabledBackgroundColor = "#d1d1d1";
|
|
363
|
+
export const utrechtButtonDisabledBorderColor = "#d1d1d1";
|
|
364
|
+
export const utrechtButtonDisabledColor = "#808080";
|
|
358
365
|
export const utrechtButtonHoverBackgroundColor = "#2e5ed9";
|
|
359
366
|
export const utrechtButtonHoverBorderColor = "#2e5ed9";
|
|
360
367
|
export const utrechtButtonHoverColor = "#ffffff";
|
|
@@ -363,6 +370,9 @@ export const utrechtButtonPrimaryActionBorderColor = "#4376fc";
|
|
|
363
370
|
export const utrechtButtonPrimaryActionBorderWidth = "2px";
|
|
364
371
|
export const utrechtButtonPrimaryActionColor = "#ffffff";
|
|
365
372
|
export const utrechtButtonPrimaryActionFontWeight = "inherit";
|
|
373
|
+
export const utrechtButtonPrimaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
374
|
+
export const utrechtButtonPrimaryActionDisabledBorderColor = "#d1d1d1";
|
|
375
|
+
export const utrechtButtonPrimaryActionDisabledColor = "#808080";
|
|
366
376
|
export const utrechtButtonPrimaryActionHoverBackgroundColor = "#4376fc";
|
|
367
377
|
export const utrechtButtonPrimaryActionHoverBorderColor = "#4376fc";
|
|
368
378
|
export const utrechtButtonPrimaryActionHoverColor = "#ffffff";
|
|
@@ -371,9 +381,15 @@ export const utrechtButtonSecondaryActionBorderColor = "#4376fc";
|
|
|
371
381
|
export const utrechtButtonSecondaryActionBorderWidth = "2px";
|
|
372
382
|
export const utrechtButtonSecondaryActionColor = "#4376fc";
|
|
373
383
|
export const utrechtButtonSecondaryActionFontWeight = "400";
|
|
384
|
+
export const utrechtButtonSecondaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
385
|
+
export const utrechtButtonSecondaryActionDisabledBorderColor = "#d1d1d1";
|
|
386
|
+
export const utrechtButtonSecondaryActionDisabledColor = "#808080";
|
|
374
387
|
export const utrechtButtonSecondaryActionHoverBackgroundColor = "#ffffff";
|
|
375
388
|
export const utrechtButtonSecondaryActionHoverBorderColor = "#2e5ed9";
|
|
376
389
|
export const utrechtButtonSecondaryActionHoverColor = "#2e5ed9";
|
|
390
|
+
export const utrechtButtonSubtleDisabledBackgroundColor = "#d1d1d1";
|
|
391
|
+
export const utrechtButtonSubtleDisabledBorderColor = "#d1d1d1";
|
|
392
|
+
export const utrechtButtonSubtleDisabledColor = "#808080";
|
|
377
393
|
export const utrechtCodeBackgroundColor = "#f5f5f5";
|
|
378
394
|
export const utrechtCodeColor = "#000000";
|
|
379
395
|
export const utrechtCodeFontFamily = "Monospace, \"Lucida Console\"";
|
|
@@ -3421,6 +3421,103 @@
|
|
|
3421
3421
|
"color"
|
|
3422
3422
|
]
|
|
3423
3423
|
},
|
|
3424
|
+
{
|
|
3425
|
+
"value": "#ffffff",
|
|
3426
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
3427
|
+
"isSource": true,
|
|
3428
|
+
"original": {
|
|
3429
|
+
"value": "{conduction.color.white.100}"
|
|
3430
|
+
},
|
|
3431
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
3432
|
+
"attributes": {
|
|
3433
|
+
"category": "conduction",
|
|
3434
|
+
"type": "primary",
|
|
3435
|
+
"item": "top-nav",
|
|
3436
|
+
"subitem": "dropdown",
|
|
3437
|
+
"state": "current"
|
|
3438
|
+
},
|
|
3439
|
+
"path": [
|
|
3440
|
+
"conduction",
|
|
3441
|
+
"primary",
|
|
3442
|
+
"top-nav",
|
|
3443
|
+
"dropdown",
|
|
3444
|
+
"current",
|
|
3445
|
+
"background-color"
|
|
3446
|
+
]
|
|
3447
|
+
},
|
|
3448
|
+
{
|
|
3449
|
+
"value": "",
|
|
3450
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
3451
|
+
"isSource": true,
|
|
3452
|
+
"original": {
|
|
3453
|
+
"value": ""
|
|
3454
|
+
},
|
|
3455
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBoxShadow",
|
|
3456
|
+
"attributes": {
|
|
3457
|
+
"category": "conduction",
|
|
3458
|
+
"type": "primary",
|
|
3459
|
+
"item": "top-nav",
|
|
3460
|
+
"subitem": "dropdown",
|
|
3461
|
+
"state": "current"
|
|
3462
|
+
},
|
|
3463
|
+
"path": [
|
|
3464
|
+
"conduction",
|
|
3465
|
+
"primary",
|
|
3466
|
+
"top-nav",
|
|
3467
|
+
"dropdown",
|
|
3468
|
+
"current",
|
|
3469
|
+
"box-shadow"
|
|
3470
|
+
]
|
|
3471
|
+
},
|
|
3472
|
+
{
|
|
3473
|
+
"value": "#4376fc",
|
|
3474
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
3475
|
+
"isSource": true,
|
|
3476
|
+
"original": {
|
|
3477
|
+
"value": "{conduction.color.primary}"
|
|
3478
|
+
},
|
|
3479
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
3480
|
+
"attributes": {
|
|
3481
|
+
"category": "conduction",
|
|
3482
|
+
"type": "primary",
|
|
3483
|
+
"item": "top-nav",
|
|
3484
|
+
"subitem": "dropdown",
|
|
3485
|
+
"state": "current"
|
|
3486
|
+
},
|
|
3487
|
+
"path": [
|
|
3488
|
+
"conduction",
|
|
3489
|
+
"primary",
|
|
3490
|
+
"top-nav",
|
|
3491
|
+
"dropdown",
|
|
3492
|
+
"current",
|
|
3493
|
+
"color"
|
|
3494
|
+
]
|
|
3495
|
+
},
|
|
3496
|
+
{
|
|
3497
|
+
"value": "",
|
|
3498
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
3499
|
+
"isSource": true,
|
|
3500
|
+
"original": {
|
|
3501
|
+
"value": ""
|
|
3502
|
+
},
|
|
3503
|
+
"name": "conductionPrimaryTopNavDropdownCurrentMobileBoxShadow",
|
|
3504
|
+
"attributes": {
|
|
3505
|
+
"category": "conduction",
|
|
3506
|
+
"type": "primary",
|
|
3507
|
+
"item": "top-nav",
|
|
3508
|
+
"subitem": "dropdown",
|
|
3509
|
+
"state": "current"
|
|
3510
|
+
},
|
|
3511
|
+
"path": [
|
|
3512
|
+
"conduction",
|
|
3513
|
+
"primary",
|
|
3514
|
+
"top-nav",
|
|
3515
|
+
"dropdown",
|
|
3516
|
+
"current",
|
|
3517
|
+
"mobile",
|
|
3518
|
+
"box-shadow"
|
|
3519
|
+
]
|
|
3520
|
+
},
|
|
3424
3521
|
{
|
|
3425
3522
|
"value": "#ffffff",
|
|
3426
3523
|
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
@@ -6828,6 +6925,69 @@
|
|
|
6828
6925
|
"color"
|
|
6829
6926
|
]
|
|
6830
6927
|
},
|
|
6928
|
+
{
|
|
6929
|
+
"value": "#d1d1d1",
|
|
6930
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6931
|
+
"isSource": true,
|
|
6932
|
+
"original": {
|
|
6933
|
+
"value": "{conduction.color.grey.82}"
|
|
6934
|
+
},
|
|
6935
|
+
"name": "utrechtButtonDisabledBackgroundColor",
|
|
6936
|
+
"attributes": {
|
|
6937
|
+
"category": "utrecht",
|
|
6938
|
+
"type": "button",
|
|
6939
|
+
"item": "disabled",
|
|
6940
|
+
"subitem": "background-color"
|
|
6941
|
+
},
|
|
6942
|
+
"path": [
|
|
6943
|
+
"utrecht",
|
|
6944
|
+
"button",
|
|
6945
|
+
"disabled",
|
|
6946
|
+
"background-color"
|
|
6947
|
+
]
|
|
6948
|
+
},
|
|
6949
|
+
{
|
|
6950
|
+
"value": "#d1d1d1",
|
|
6951
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6952
|
+
"isSource": true,
|
|
6953
|
+
"original": {
|
|
6954
|
+
"value": "{conduction.color.grey.82}"
|
|
6955
|
+
},
|
|
6956
|
+
"name": "utrechtButtonDisabledBorderColor",
|
|
6957
|
+
"attributes": {
|
|
6958
|
+
"category": "utrecht",
|
|
6959
|
+
"type": "button",
|
|
6960
|
+
"item": "disabled",
|
|
6961
|
+
"subitem": "border-color"
|
|
6962
|
+
},
|
|
6963
|
+
"path": [
|
|
6964
|
+
"utrecht",
|
|
6965
|
+
"button",
|
|
6966
|
+
"disabled",
|
|
6967
|
+
"border-color"
|
|
6968
|
+
]
|
|
6969
|
+
},
|
|
6970
|
+
{
|
|
6971
|
+
"value": "#808080",
|
|
6972
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6973
|
+
"isSource": true,
|
|
6974
|
+
"original": {
|
|
6975
|
+
"value": "{conduction.color.grey.50}"
|
|
6976
|
+
},
|
|
6977
|
+
"name": "utrechtButtonDisabledColor",
|
|
6978
|
+
"attributes": {
|
|
6979
|
+
"category": "utrecht",
|
|
6980
|
+
"type": "button",
|
|
6981
|
+
"item": "disabled",
|
|
6982
|
+
"subitem": "color"
|
|
6983
|
+
},
|
|
6984
|
+
"path": [
|
|
6985
|
+
"utrecht",
|
|
6986
|
+
"button",
|
|
6987
|
+
"disabled",
|
|
6988
|
+
"color"
|
|
6989
|
+
]
|
|
6990
|
+
},
|
|
6831
6991
|
{
|
|
6832
6992
|
"value": "\"Noto Sans\", Arial, sans-serif",
|
|
6833
6993
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -7129,6 +7289,75 @@
|
|
|
7129
7289
|
"color"
|
|
7130
7290
|
]
|
|
7131
7291
|
},
|
|
7292
|
+
{
|
|
7293
|
+
"value": "#d1d1d1",
|
|
7294
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7295
|
+
"isSource": true,
|
|
7296
|
+
"original": {
|
|
7297
|
+
"value": "{conduction.color.grey.82}"
|
|
7298
|
+
},
|
|
7299
|
+
"name": "utrechtButtonPrimaryActionDisabledBackgroundColor",
|
|
7300
|
+
"attributes": {
|
|
7301
|
+
"category": "utrecht",
|
|
7302
|
+
"type": "button",
|
|
7303
|
+
"item": "primary-action",
|
|
7304
|
+
"subitem": "disabled",
|
|
7305
|
+
"state": "background-color"
|
|
7306
|
+
},
|
|
7307
|
+
"path": [
|
|
7308
|
+
"utrecht",
|
|
7309
|
+
"button",
|
|
7310
|
+
"primary-action",
|
|
7311
|
+
"disabled",
|
|
7312
|
+
"background-color"
|
|
7313
|
+
]
|
|
7314
|
+
},
|
|
7315
|
+
{
|
|
7316
|
+
"value": "#d1d1d1",
|
|
7317
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7318
|
+
"isSource": true,
|
|
7319
|
+
"original": {
|
|
7320
|
+
"value": "{conduction.color.grey.82}"
|
|
7321
|
+
},
|
|
7322
|
+
"name": "utrechtButtonPrimaryActionDisabledBorderColor",
|
|
7323
|
+
"attributes": {
|
|
7324
|
+
"category": "utrecht",
|
|
7325
|
+
"type": "button",
|
|
7326
|
+
"item": "primary-action",
|
|
7327
|
+
"subitem": "disabled",
|
|
7328
|
+
"state": "border-color"
|
|
7329
|
+
},
|
|
7330
|
+
"path": [
|
|
7331
|
+
"utrecht",
|
|
7332
|
+
"button",
|
|
7333
|
+
"primary-action",
|
|
7334
|
+
"disabled",
|
|
7335
|
+
"border-color"
|
|
7336
|
+
]
|
|
7337
|
+
},
|
|
7338
|
+
{
|
|
7339
|
+
"value": "#808080",
|
|
7340
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7341
|
+
"isSource": true,
|
|
7342
|
+
"original": {
|
|
7343
|
+
"value": "{conduction.color.grey.50}"
|
|
7344
|
+
},
|
|
7345
|
+
"name": "utrechtButtonPrimaryActionDisabledColor",
|
|
7346
|
+
"attributes": {
|
|
7347
|
+
"category": "utrecht",
|
|
7348
|
+
"type": "button",
|
|
7349
|
+
"item": "primary-action",
|
|
7350
|
+
"subitem": "disabled",
|
|
7351
|
+
"state": "color"
|
|
7352
|
+
},
|
|
7353
|
+
"path": [
|
|
7354
|
+
"utrecht",
|
|
7355
|
+
"button",
|
|
7356
|
+
"primary-action",
|
|
7357
|
+
"disabled",
|
|
7358
|
+
"color"
|
|
7359
|
+
]
|
|
7360
|
+
},
|
|
7132
7361
|
{
|
|
7133
7362
|
"value": "inherit",
|
|
7134
7363
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -7303,6 +7532,75 @@
|
|
|
7303
7532
|
"color"
|
|
7304
7533
|
]
|
|
7305
7534
|
},
|
|
7535
|
+
{
|
|
7536
|
+
"value": "#d1d1d1",
|
|
7537
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7538
|
+
"isSource": true,
|
|
7539
|
+
"original": {
|
|
7540
|
+
"value": "{conduction.color.grey.82}"
|
|
7541
|
+
},
|
|
7542
|
+
"name": "utrechtButtonSecondaryActionDisabledBackgroundColor",
|
|
7543
|
+
"attributes": {
|
|
7544
|
+
"category": "utrecht",
|
|
7545
|
+
"type": "button",
|
|
7546
|
+
"item": "secondary-action",
|
|
7547
|
+
"subitem": "disabled",
|
|
7548
|
+
"state": "background-color"
|
|
7549
|
+
},
|
|
7550
|
+
"path": [
|
|
7551
|
+
"utrecht",
|
|
7552
|
+
"button",
|
|
7553
|
+
"secondary-action",
|
|
7554
|
+
"disabled",
|
|
7555
|
+
"background-color"
|
|
7556
|
+
]
|
|
7557
|
+
},
|
|
7558
|
+
{
|
|
7559
|
+
"value": "#d1d1d1",
|
|
7560
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7561
|
+
"isSource": true,
|
|
7562
|
+
"original": {
|
|
7563
|
+
"value": "{conduction.color.grey.82}"
|
|
7564
|
+
},
|
|
7565
|
+
"name": "utrechtButtonSecondaryActionDisabledBorderColor",
|
|
7566
|
+
"attributes": {
|
|
7567
|
+
"category": "utrecht",
|
|
7568
|
+
"type": "button",
|
|
7569
|
+
"item": "secondary-action",
|
|
7570
|
+
"subitem": "disabled",
|
|
7571
|
+
"state": "border-color"
|
|
7572
|
+
},
|
|
7573
|
+
"path": [
|
|
7574
|
+
"utrecht",
|
|
7575
|
+
"button",
|
|
7576
|
+
"secondary-action",
|
|
7577
|
+
"disabled",
|
|
7578
|
+
"border-color"
|
|
7579
|
+
]
|
|
7580
|
+
},
|
|
7581
|
+
{
|
|
7582
|
+
"value": "#808080",
|
|
7583
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7584
|
+
"isSource": true,
|
|
7585
|
+
"original": {
|
|
7586
|
+
"value": "{conduction.color.grey.50}"
|
|
7587
|
+
},
|
|
7588
|
+
"name": "utrechtButtonSecondaryActionDisabledColor",
|
|
7589
|
+
"attributes": {
|
|
7590
|
+
"category": "utrecht",
|
|
7591
|
+
"type": "button",
|
|
7592
|
+
"item": "secondary-action",
|
|
7593
|
+
"subitem": "disabled",
|
|
7594
|
+
"state": "color"
|
|
7595
|
+
},
|
|
7596
|
+
"path": [
|
|
7597
|
+
"utrecht",
|
|
7598
|
+
"button",
|
|
7599
|
+
"secondary-action",
|
|
7600
|
+
"disabled",
|
|
7601
|
+
"color"
|
|
7602
|
+
]
|
|
7603
|
+
},
|
|
7306
7604
|
{
|
|
7307
7605
|
"value": "400",
|
|
7308
7606
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -7393,6 +7691,75 @@
|
|
|
7393
7691
|
"color"
|
|
7394
7692
|
]
|
|
7395
7693
|
},
|
|
7694
|
+
{
|
|
7695
|
+
"value": "#d1d1d1",
|
|
7696
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7697
|
+
"isSource": true,
|
|
7698
|
+
"original": {
|
|
7699
|
+
"value": "{conduction.color.grey.82}"
|
|
7700
|
+
},
|
|
7701
|
+
"name": "utrechtButtonSubtleDisabledBackgroundColor",
|
|
7702
|
+
"attributes": {
|
|
7703
|
+
"category": "utrecht",
|
|
7704
|
+
"type": "button",
|
|
7705
|
+
"item": "subtle",
|
|
7706
|
+
"subitem": "disabled",
|
|
7707
|
+
"state": "background-color"
|
|
7708
|
+
},
|
|
7709
|
+
"path": [
|
|
7710
|
+
"utrecht",
|
|
7711
|
+
"button",
|
|
7712
|
+
"subtle",
|
|
7713
|
+
"disabled",
|
|
7714
|
+
"background-color"
|
|
7715
|
+
]
|
|
7716
|
+
},
|
|
7717
|
+
{
|
|
7718
|
+
"value": "#d1d1d1",
|
|
7719
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7720
|
+
"isSource": true,
|
|
7721
|
+
"original": {
|
|
7722
|
+
"value": "{conduction.color.grey.82}"
|
|
7723
|
+
},
|
|
7724
|
+
"name": "utrechtButtonSubtleDisabledBorderColor",
|
|
7725
|
+
"attributes": {
|
|
7726
|
+
"category": "utrecht",
|
|
7727
|
+
"type": "button",
|
|
7728
|
+
"item": "subtle",
|
|
7729
|
+
"subitem": "disabled",
|
|
7730
|
+
"state": "border-color"
|
|
7731
|
+
},
|
|
7732
|
+
"path": [
|
|
7733
|
+
"utrecht",
|
|
7734
|
+
"button",
|
|
7735
|
+
"subtle",
|
|
7736
|
+
"disabled",
|
|
7737
|
+
"border-color"
|
|
7738
|
+
]
|
|
7739
|
+
},
|
|
7740
|
+
{
|
|
7741
|
+
"value": "#808080",
|
|
7742
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7743
|
+
"isSource": true,
|
|
7744
|
+
"original": {
|
|
7745
|
+
"value": "{conduction.color.grey.50}"
|
|
7746
|
+
},
|
|
7747
|
+
"name": "utrechtButtonSubtleDisabledColor",
|
|
7748
|
+
"attributes": {
|
|
7749
|
+
"category": "utrecht",
|
|
7750
|
+
"type": "button",
|
|
7751
|
+
"item": "subtle",
|
|
7752
|
+
"subitem": "disabled",
|
|
7753
|
+
"state": "color"
|
|
7754
|
+
},
|
|
7755
|
+
"path": [
|
|
7756
|
+
"utrecht",
|
|
7757
|
+
"button",
|
|
7758
|
+
"subtle",
|
|
7759
|
+
"disabled",
|
|
7760
|
+
"color"
|
|
7761
|
+
]
|
|
7762
|
+
},
|
|
7396
7763
|
{
|
|
7397
7764
|
"value": "#f5f5f5",
|
|
7398
7765
|
"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:10 GMT
|
|
4
4
|
|
|
5
5
|
@utrecht-separator-margin-block-start: 0px;
|
|
6
6
|
@utrecht-separator-margin-block-end: 0px;
|
|
@@ -93,6 +93,8 @@
|
|
|
93
93
|
@conduction-primary-top-nav-padding-inline-start: 16px;
|
|
94
94
|
@conduction-primary-top-nav-padding-inline-end: 16px;
|
|
95
95
|
@conduction-primary-top-nav-item-padding: 18px;
|
|
96
|
+
@conduction-primary-top-nav-dropdown-current-mobile-box-shadow: ;
|
|
97
|
+
@conduction-primary-top-nav-dropdown-current-box-shadow: ;
|
|
96
98
|
@conduction-primary-top-nav-current-mobile-box-shadow: ;
|
|
97
99
|
@conduction-primary-top-nav-current-box-shadow: ;
|
|
98
100
|
@conduction-logo-navbar-background-image: url('https://raw.githubusercontent.com/OpenCatalogi/web-app/df1e0533081d780c05b1d0b57ab327d97adcbdc6/pwa/src/assets/svgs/LogoConduction.svg');
|
|
@@ -330,9 +332,15 @@
|
|
|
330
332
|
@utrecht-code-font-family: @conduction-typography-monospace-font-family;
|
|
331
333
|
@utrecht-code-color: @conduction-color-black-0;
|
|
332
334
|
@utrecht-code-background-color: @conduction-color-lightgrey-96;
|
|
335
|
+
@utrecht-button-subtle-disabled-color: @conduction-color-grey-50;
|
|
336
|
+
@utrecht-button-subtle-disabled-border-color: @conduction-color-grey-82;
|
|
337
|
+
@utrecht-button-subtle-disabled-background-color: @conduction-color-grey-82;
|
|
333
338
|
@utrecht-button-secondary-action-hover-color: @conduction-color-primary-hover;
|
|
334
339
|
@utrecht-button-secondary-action-hover-border-color: @conduction-color-primary-hover;
|
|
335
340
|
@utrecht-button-secondary-action-hover-background-color: @conduction-color-white-100;
|
|
341
|
+
@utrecht-button-secondary-action-disabled-color: @conduction-color-grey-50;
|
|
342
|
+
@utrecht-button-secondary-action-disabled-border-color: @conduction-color-grey-82;
|
|
343
|
+
@utrecht-button-secondary-action-disabled-background-color: @conduction-color-grey-82;
|
|
336
344
|
@utrecht-button-secondary-action-font-weight: @conduction-typography-font-weight-normal;
|
|
337
345
|
@utrecht-button-secondary-action-color: @conduction-color-primary;
|
|
338
346
|
@utrecht-button-secondary-action-border-width: @conduction-size-3xs;
|
|
@@ -341,6 +349,9 @@
|
|
|
341
349
|
@utrecht-button-primary-action-hover-color: @conduction-color-white-100;
|
|
342
350
|
@utrecht-button-primary-action-hover-border-color: @conduction-color-primary;
|
|
343
351
|
@utrecht-button-primary-action-hover-background-color: @conduction-color-primary;
|
|
352
|
+
@utrecht-button-primary-action-disabled-color: @conduction-color-grey-50;
|
|
353
|
+
@utrecht-button-primary-action-disabled-border-color: @conduction-color-grey-82;
|
|
354
|
+
@utrecht-button-primary-action-disabled-background-color: @conduction-color-grey-82;
|
|
344
355
|
@utrecht-button-primary-action-color: @conduction-color-white-100;
|
|
345
356
|
@utrecht-button-primary-action-border-width: @conduction-size-3xs;
|
|
346
357
|
@utrecht-button-primary-action-border-color: @conduction-color-primary;
|
|
@@ -348,6 +359,9 @@
|
|
|
348
359
|
@utrecht-button-hover-color: @conduction-color-white-100;
|
|
349
360
|
@utrecht-button-hover-border-color: @conduction-color-primary-hover;
|
|
350
361
|
@utrecht-button-hover-background-color: @conduction-color-primary-hover;
|
|
362
|
+
@utrecht-button-disabled-color: @conduction-color-grey-50;
|
|
363
|
+
@utrecht-button-disabled-border-color: @conduction-color-grey-82;
|
|
364
|
+
@utrecht-button-disabled-background-color: @conduction-color-grey-82;
|
|
351
365
|
@utrecht-button-icon-gap: @conduction-size-xs;
|
|
352
366
|
@utrecht-button-padding-inline-end: @conduction-size-sm;
|
|
353
367
|
@utrecht-button-padding-inline-start: @conduction-size-sm;
|
|
@@ -485,6 +499,8 @@
|
|
|
485
499
|
@conduction-secondary-top-nav-hover-background-color: @conduction-color-white-100;
|
|
486
500
|
@conduction-secondary-top-nav-hover-color: @conduction-color-primary;
|
|
487
501
|
@conduction-secondary-top-nav-color: @conduction-color-grey-29;
|
|
502
|
+
@conduction-primary-top-nav-dropdown-current-background-color: @conduction-color-white-100;
|
|
503
|
+
@conduction-primary-top-nav-dropdown-current-color: @conduction-color-primary;
|
|
488
504
|
@conduction-primary-top-nav-dropdown-hover-background-color: @conduction-color-white-100;
|
|
489
505
|
@conduction-primary-top-nav-dropdown-hover-color: @conduction-color-primary;
|
|
490
506
|
@conduction-primary-top-nav-dropdown-background-color: @conduction-color-white-100;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 20 Dec 2023 15:38:10 GMT
|
|
4
4
|
|
|
5
5
|
$utrecht-separator-margin-block-start: 0px;
|
|
6
6
|
$utrecht-separator-margin-block-end: 0px;
|
|
@@ -93,6 +93,8 @@ $conduction-primary-top-nav-padding-block-end: 16px;
|
|
|
93
93
|
$conduction-primary-top-nav-padding-inline-start: 16px;
|
|
94
94
|
$conduction-primary-top-nav-padding-inline-end: 16px;
|
|
95
95
|
$conduction-primary-top-nav-item-padding: 18px;
|
|
96
|
+
$conduction-primary-top-nav-dropdown-current-mobile-box-shadow: ;
|
|
97
|
+
$conduction-primary-top-nav-dropdown-current-box-shadow: ;
|
|
96
98
|
$conduction-primary-top-nav-current-mobile-box-shadow: ;
|
|
97
99
|
$conduction-primary-top-nav-current-box-shadow: ;
|
|
98
100
|
$conduction-logo-navbar-background-image: url('https://raw.githubusercontent.com/OpenCatalogi/web-app/df1e0533081d780c05b1d0b57ab327d97adcbdc6/pwa/src/assets/svgs/LogoConduction.svg');
|
|
@@ -330,9 +332,15 @@ $utrecht-code-block-background-color: $conduction-color-lightgrey-96;
|
|
|
330
332
|
$utrecht-code-font-family: $conduction-typography-monospace-font-family;
|
|
331
333
|
$utrecht-code-color: $conduction-color-black-0;
|
|
332
334
|
$utrecht-code-background-color: $conduction-color-lightgrey-96;
|
|
335
|
+
$utrecht-button-subtle-disabled-color: $conduction-color-grey-50;
|
|
336
|
+
$utrecht-button-subtle-disabled-border-color: $conduction-color-grey-82;
|
|
337
|
+
$utrecht-button-subtle-disabled-background-color: $conduction-color-grey-82;
|
|
333
338
|
$utrecht-button-secondary-action-hover-color: $conduction-color-primary-hover;
|
|
334
339
|
$utrecht-button-secondary-action-hover-border-color: $conduction-color-primary-hover;
|
|
335
340
|
$utrecht-button-secondary-action-hover-background-color: $conduction-color-white-100;
|
|
341
|
+
$utrecht-button-secondary-action-disabled-color: $conduction-color-grey-50;
|
|
342
|
+
$utrecht-button-secondary-action-disabled-border-color: $conduction-color-grey-82;
|
|
343
|
+
$utrecht-button-secondary-action-disabled-background-color: $conduction-color-grey-82;
|
|
336
344
|
$utrecht-button-secondary-action-font-weight: $conduction-typography-font-weight-normal;
|
|
337
345
|
$utrecht-button-secondary-action-color: $conduction-color-primary;
|
|
338
346
|
$utrecht-button-secondary-action-border-width: $conduction-size-3xs;
|
|
@@ -341,6 +349,9 @@ $utrecht-button-secondary-action-background-color: $conduction-color-white-100;
|
|
|
341
349
|
$utrecht-button-primary-action-hover-color: $conduction-color-white-100;
|
|
342
350
|
$utrecht-button-primary-action-hover-border-color: $conduction-color-primary;
|
|
343
351
|
$utrecht-button-primary-action-hover-background-color: $conduction-color-primary;
|
|
352
|
+
$utrecht-button-primary-action-disabled-color: $conduction-color-grey-50;
|
|
353
|
+
$utrecht-button-primary-action-disabled-border-color: $conduction-color-grey-82;
|
|
354
|
+
$utrecht-button-primary-action-disabled-background-color: $conduction-color-grey-82;
|
|
344
355
|
$utrecht-button-primary-action-color: $conduction-color-white-100;
|
|
345
356
|
$utrecht-button-primary-action-border-width: $conduction-size-3xs;
|
|
346
357
|
$utrecht-button-primary-action-border-color: $conduction-color-primary;
|
|
@@ -348,6 +359,9 @@ $utrecht-button-primary-action-background-color: $conduction-color-primary;
|
|
|
348
359
|
$utrecht-button-hover-color: $conduction-color-white-100;
|
|
349
360
|
$utrecht-button-hover-border-color: $conduction-color-primary-hover;
|
|
350
361
|
$utrecht-button-hover-background-color: $conduction-color-primary-hover;
|
|
362
|
+
$utrecht-button-disabled-color: $conduction-color-grey-50;
|
|
363
|
+
$utrecht-button-disabled-border-color: $conduction-color-grey-82;
|
|
364
|
+
$utrecht-button-disabled-background-color: $conduction-color-grey-82;
|
|
351
365
|
$utrecht-button-icon-gap: $conduction-size-xs;
|
|
352
366
|
$utrecht-button-padding-inline-end: $conduction-size-sm;
|
|
353
367
|
$utrecht-button-padding-inline-start: $conduction-size-sm;
|
|
@@ -485,6 +499,8 @@ $conduction-secondary-top-nav-current-color: $conduction-color-primary;
|
|
|
485
499
|
$conduction-secondary-top-nav-hover-background-color: $conduction-color-white-100;
|
|
486
500
|
$conduction-secondary-top-nav-hover-color: $conduction-color-primary;
|
|
487
501
|
$conduction-secondary-top-nav-color: $conduction-color-grey-29;
|
|
502
|
+
$conduction-primary-top-nav-dropdown-current-background-color: $conduction-color-white-100;
|
|
503
|
+
$conduction-primary-top-nav-dropdown-current-color: $conduction-color-primary;
|
|
488
504
|
$conduction-primary-top-nav-dropdown-hover-background-color: $conduction-color-white-100;
|
|
489
505
|
$conduction-primary-top-nav-dropdown-hover-color: $conduction-color-primary;
|
|
490
506
|
$conduction-primary-top-nav-dropdown-background-color: $conduction-color-white-100;
|