@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:33 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const xxllncColorPrimary = "#000000ad"; // Primary with 68% transparency
|
|
@@ -34,6 +34,7 @@ export const xxllncColorBlack17Hover = "#2b2b2bcc"; // Black with 80% transparen
|
|
|
34
34
|
export const xxllncColorGrey31 = "#4f4f4f";
|
|
35
35
|
export const xxllncColorGrey43 = "#6d6d6d";
|
|
36
36
|
export const xxllncColorGrey46 = "#767676";
|
|
37
|
+
export const xxllncColorGrey50 = "#808080";
|
|
37
38
|
export const xxllncColorGrey82 = "#d1d1d1";
|
|
38
39
|
export const xxllncColorGrey90 = "#e5e5e5";
|
|
39
40
|
export const xxllncColorGrey92 = "#eaeaea"; // Base/Grey
|
|
@@ -163,12 +164,18 @@ export const utrechtButtonPaddingBlockEnd = "4px";
|
|
|
163
164
|
export const utrechtButtonPaddingInlineStart = "14px";
|
|
164
165
|
export const utrechtButtonPaddingInlineEnd = "14px";
|
|
165
166
|
export const utrechtButtonIconGap = "8px";
|
|
167
|
+
export const utrechtButtonDisabledBackgroundColor = "#d1d1d1";
|
|
168
|
+
export const utrechtButtonDisabledBorderColor = "#d1d1d1";
|
|
169
|
+
export const utrechtButtonDisabledColor = "#808080";
|
|
166
170
|
export const utrechtButtonHoverBackgroundColor = "#2b2b2bcc";
|
|
167
171
|
export const utrechtButtonHoverColor = "#e5e5e5cc";
|
|
168
172
|
export const utrechtButtonPrimaryActionBackgroundColor = "#2b2b2b";
|
|
169
173
|
export const utrechtButtonPrimaryActionBorderWidth = 0;
|
|
170
174
|
export const utrechtButtonPrimaryActionColor = "#e5e5e5";
|
|
171
175
|
export const utrechtButtonPrimaryActionFontWeight = "inherit";
|
|
176
|
+
export const utrechtButtonPrimaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
177
|
+
export const utrechtButtonPrimaryActionDisabledBorderColor = "#d1d1d1";
|
|
178
|
+
export const utrechtButtonPrimaryActionDisabledColor = "#808080";
|
|
172
179
|
export const utrechtButtonPrimaryActionHoverBackgroundColor = "#2b2b2b";
|
|
173
180
|
export const utrechtButtonPrimaryActionHoverColor = "#e5e5e5";
|
|
174
181
|
export const utrechtButtonSecondaryActionBackgroundColor = "#ffffff";
|
|
@@ -176,9 +183,15 @@ export const utrechtButtonSecondaryActionBorderColor = "#2b2b2b";
|
|
|
176
183
|
export const utrechtButtonSecondaryActionBorderWidth = "2px";
|
|
177
184
|
export const utrechtButtonSecondaryActionColor = "#2b2b2b";
|
|
178
185
|
export const utrechtButtonSecondaryActionFontWeight = "400";
|
|
186
|
+
export const utrechtButtonSecondaryActionDisabledBackgroundColor = "#d1d1d1";
|
|
187
|
+
export const utrechtButtonSecondaryActionDisabledBorderColor = "#d1d1d1";
|
|
188
|
+
export const utrechtButtonSecondaryActionDisabledColor = "#808080";
|
|
179
189
|
export const utrechtButtonSecondaryActionHoverBackgroundColor = "#ffffff";
|
|
180
190
|
export const utrechtButtonSecondaryActionHoverBorderColor = "#2b2b2bcc";
|
|
181
191
|
export const utrechtButtonSecondaryActionHoverColor = "#2b2b2bcc";
|
|
192
|
+
export const utrechtButtonSubtleDisabledBackgroundColor = "#d1d1d1";
|
|
193
|
+
export const utrechtButtonSubtleDisabledBorderColor = "#d1d1d1";
|
|
194
|
+
export const utrechtButtonSubtleDisabledColor = "#808080";
|
|
182
195
|
export const utrechtCodeBackgroundColor = "#f5f5f5";
|
|
183
196
|
export const utrechtCodeColor = "#28282c";
|
|
184
197
|
export const utrechtCodeFontFamily = "Monospace, \"Lucida Console\"";
|
|
@@ -447,8 +460,8 @@ export const conductionLogoHeaderBackgroundImage = "url('data:image/svg+xml;base
|
|
|
447
460
|
export const conductionLogoFooterInlineSize = "120px";
|
|
448
461
|
export const conductionLogoFooterBlockSize = "100px";
|
|
449
462
|
export const conductionLogoFooterBackgroundImage = "url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNzUuNCA0Mi4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNzUuNCA0Mi4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGQ9Ik03OC4zLDQwLjdoNy4yVjAuNGgtNy4yVjQwLjd6IE05NC44LDQwLjdoNy4yVjAuNGgtNy4yVjQwLjd6IE02NC41LDkuNEw1My40LDIwLjhsLTExLTExLjRsLTQuOCw0LjlsMTEuMSwxMS40TDM3LjYsMzcuMQoJbDQuOCw0LjlsMTEuMS0xMS40bDExLDExLjRsNC44LTQuOUw1OC4yLDI1LjdsMTEuMS0xMS40TDY0LjUsOS40eiBNMjcuMiw5LjRMMTYuMSwyMC44TDUuMSw5LjRsLTQuOCw0LjlsMTEuMSwxMS40TDAuMywzNy4xTDUuMSw0MgoJbDExLjEtMTEuNGwxMSwxMS40bDQuOC00LjlMMjAuOSwyNS43TDMyLDE0LjNMMjcuMiw5LjR6IE0xMjQuOCwxMC43Yy04LjIsMC0xNC4zLDUuMi0xNC4zLDE0LjF2MTUuOWg3LjJWMjVjMC00LjgsMy03LjMsNy4xLTcuMwoJczcuMSwyLjYsNy4xLDcuM3YxNS44aDcuMnYtMTZDMTM5LjEsMTUuOCwxMzMsMTAuNywxMjQuOCwxMC43eiBNMTYwLjQsMzQuOGMtNC41LDAtOC4yLTMuOS04LjItOC44YzAtNC44LDMuNy04LjgsOC4yLTguOAoJYzMuNCwwLDYuMywyLjIsNy41LDUuM2g3LjJjLTEuMy03LTcuMS0xMS44LTE0LjYtMTEuOGMtOC44LDAtMTUuMiw2LjUtMTUuMiwxNS40YzAsOC44LDYuNCwxNS4zLDE1LjIsMTUuMwoJYzcuNSwwLDEzLjMtNC44LDE0LjYtMTEuN2gtNy4yQzE2Ni42LDMyLjYsMTYzLjcsMzQuOCwxNjAuNCwzNC44eiIvPgo8L3N2Zz4K')";
|
|
450
|
-
export const conductionLogoNavbarInlineSize = "
|
|
451
|
-
export const conductionLogoNavbarBlockSize = "
|
|
463
|
+
export const conductionLogoNavbarInlineSize = "100px";
|
|
464
|
+
export const conductionLogoNavbarBlockSize = "45px";
|
|
452
465
|
export const conductionLogoNavbarBackgroundImage = "url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNzUuNCA0Mi4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNzUuNCA0Mi4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGQ9Ik03OC4zLDQwLjdoNy4yVjAuNGgtNy4yVjQwLjd6IE05NC44LDQwLjdoNy4yVjAuNGgtNy4yVjQwLjd6IE02NC41LDkuNEw1My40LDIwLjhsLTExLTExLjRsLTQuOCw0LjlsMTEuMSwxMS40TDM3LjYsMzcuMQoJbDQuOCw0LjlsMTEuMS0xMS40bDExLDExLjRsNC44LTQuOUw1OC4yLDI1LjdsMTEuMS0xMS40TDY0LjUsOS40eiBNMjcuMiw5LjRMMTYuMSwyMC44TDUuMSw5LjRsLTQuOCw0LjlsMTEuMSwxMS40TDAuMywzNy4xTDUuMSw0MgoJbDExLjEtMTEuNGwxMSwxMS40bDQuOC00LjlMMjAuOSwyNS43TDMyLDE0LjNMMjcuMiw5LjR6IE0xMjQuOCwxMC43Yy04LjIsMC0xNC4zLDUuMi0xNC4zLDE0LjF2MTUuOWg3LjJWMjVjMC00LjgsMy03LjMsNy4xLTcuMwoJczcuMSwyLjYsNy4xLDcuM3YxNS44aDcuMnYtMTZDMTM5LjEsMTUuOCwxMzMsMTAuNywxMjQuOCwxMC43eiBNMTYwLjQsMzQuOGMtNC41LDAtOC4yLTMuOS04LjItOC44YzAtNC44LDMuNy04LjgsOC4yLTguOAoJYzMuNCwwLDYuMywyLjIsNy41LDUuM2g3LjJjLTEuMy03LTcuMS0xMS44LTE0LjYtMTEuOGMtOC44LDAtMTUuMiw2LjUtMTUuMiwxNS40YzAsOC44LDYuNCwxNS4zLDE1LjIsMTUuMwoJYzcuNSwwLDEzLjMtNC44LDE0LjYtMTEuN2gtNy4yQzE2Ni42LDMyLjYsMTYzLjcsMzQuOCwxNjAuNCwzNC44eiIvPgo8L3N2Zz4K')";
|
|
453
466
|
export const conductionPrimaryTopNavColor = "#39383f";
|
|
454
467
|
export const conductionPrimaryTopNavBackgroundColor = "#eaeaea";
|
|
@@ -456,10 +469,12 @@ export const conductionPrimaryTopNavHoverColor = "#39383f";
|
|
|
456
469
|
export const conductionPrimaryTopNavHoverBackgroundColor = "#1e1e2010";
|
|
457
470
|
export const conductionPrimaryTopNavCurrentColor = "#39383f";
|
|
458
471
|
export const conductionPrimaryTopNavCurrentBackgroundColor = "#1e1e2010";
|
|
459
|
-
export const conductionPrimaryTopNavDropdownColor = "#
|
|
460
|
-
export const conductionPrimaryTopNavDropdownBackgroundColor = "#
|
|
461
|
-
export const conductionPrimaryTopNavDropdownHoverColor = "#
|
|
462
|
-
export const conductionPrimaryTopNavDropdownHoverBackgroundColor = "#
|
|
472
|
+
export const conductionPrimaryTopNavDropdownColor = "#39383f";
|
|
473
|
+
export const conductionPrimaryTopNavDropdownBackgroundColor = "#eaeaea";
|
|
474
|
+
export const conductionPrimaryTopNavDropdownHoverColor = "#39383f";
|
|
475
|
+
export const conductionPrimaryTopNavDropdownHoverBackgroundColor = "#1e1e2010";
|
|
476
|
+
export const conductionPrimaryTopNavDropdownCurrentColor = "#39383f";
|
|
477
|
+
export const conductionPrimaryTopNavDropdownCurrentBackgroundColor = "#1e1e2010";
|
|
463
478
|
export const conductionPrimaryTopNavItemPadding = "18px";
|
|
464
479
|
export const conductionPrimaryTopNavPaddingInlineEnd = "16px";
|
|
465
480
|
export const conductionPrimaryTopNavPaddingInlineStart = "16px";
|
|
@@ -1910,11 +1910,11 @@
|
|
|
1910
1910
|
]
|
|
1911
1911
|
},
|
|
1912
1912
|
{
|
|
1913
|
-
"value": "
|
|
1913
|
+
"value": "45px",
|
|
1914
1914
|
"filePath": "src/component/conduction/logo.tokens.json",
|
|
1915
1915
|
"isSource": true,
|
|
1916
1916
|
"original": {
|
|
1917
|
-
"value": "
|
|
1917
|
+
"value": "45px"
|
|
1918
1918
|
},
|
|
1919
1919
|
"name": "conductionLogoNavbarBlockSize",
|
|
1920
1920
|
"attributes": {
|
|
@@ -1931,11 +1931,11 @@
|
|
|
1931
1931
|
]
|
|
1932
1932
|
},
|
|
1933
1933
|
{
|
|
1934
|
-
"value": "
|
|
1934
|
+
"value": "100px",
|
|
1935
1935
|
"filePath": "src/component/conduction/logo.tokens.json",
|
|
1936
1936
|
"isSource": true,
|
|
1937
1937
|
"original": {
|
|
1938
|
-
"value": "
|
|
1938
|
+
"value": "100px"
|
|
1939
1939
|
},
|
|
1940
1940
|
"name": "conductionLogoNavbarInlineSize",
|
|
1941
1941
|
"attributes": {
|
|
@@ -2837,11 +2837,11 @@
|
|
|
2837
2837
|
]
|
|
2838
2838
|
},
|
|
2839
2839
|
{
|
|
2840
|
-
"value": "#
|
|
2840
|
+
"value": "#eaeaea",
|
|
2841
2841
|
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2842
2842
|
"isSource": true,
|
|
2843
2843
|
"original": {
|
|
2844
|
-
"value": "{xxllnc.color.
|
|
2844
|
+
"value": "{xxllnc.color.grey.92}"
|
|
2845
2845
|
},
|
|
2846
2846
|
"name": "conductionPrimaryTopNavDropdownBackgroundColor",
|
|
2847
2847
|
"attributes": {
|
|
@@ -2860,11 +2860,11 @@
|
|
|
2860
2860
|
]
|
|
2861
2861
|
},
|
|
2862
2862
|
{
|
|
2863
|
-
"value": "#
|
|
2863
|
+
"value": "#39383f",
|
|
2864
2864
|
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2865
2865
|
"isSource": true,
|
|
2866
2866
|
"original": {
|
|
2867
|
-
"value": "{xxllnc.color.
|
|
2867
|
+
"value": "{xxllnc.color.black.23}"
|
|
2868
2868
|
},
|
|
2869
2869
|
"name": "conductionPrimaryTopNavDropdownColor",
|
|
2870
2870
|
"attributes": {
|
|
@@ -2883,11 +2883,59 @@
|
|
|
2883
2883
|
]
|
|
2884
2884
|
},
|
|
2885
2885
|
{
|
|
2886
|
-
"value": "#
|
|
2886
|
+
"value": "#1e1e2010",
|
|
2887
2887
|
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2888
2888
|
"isSource": true,
|
|
2889
2889
|
"original": {
|
|
2890
|
-
"value": "{xxllnc.color.black.6}"
|
|
2890
|
+
"value": "{xxllnc.color.black.12-6-7t}"
|
|
2891
|
+
},
|
|
2892
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
2893
|
+
"attributes": {
|
|
2894
|
+
"category": "conduction",
|
|
2895
|
+
"type": "primary",
|
|
2896
|
+
"item": "top-nav",
|
|
2897
|
+
"subitem": "dropdown",
|
|
2898
|
+
"state": "current"
|
|
2899
|
+
},
|
|
2900
|
+
"path": [
|
|
2901
|
+
"conduction",
|
|
2902
|
+
"primary",
|
|
2903
|
+
"top-nav",
|
|
2904
|
+
"dropdown",
|
|
2905
|
+
"current",
|
|
2906
|
+
"background-color"
|
|
2907
|
+
]
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"value": "#39383f",
|
|
2911
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2912
|
+
"isSource": true,
|
|
2913
|
+
"original": {
|
|
2914
|
+
"value": "{xxllnc.color.black.23}"
|
|
2915
|
+
},
|
|
2916
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
2917
|
+
"attributes": {
|
|
2918
|
+
"category": "conduction",
|
|
2919
|
+
"type": "primary",
|
|
2920
|
+
"item": "top-nav",
|
|
2921
|
+
"subitem": "dropdown",
|
|
2922
|
+
"state": "current"
|
|
2923
|
+
},
|
|
2924
|
+
"path": [
|
|
2925
|
+
"conduction",
|
|
2926
|
+
"primary",
|
|
2927
|
+
"top-nav",
|
|
2928
|
+
"dropdown",
|
|
2929
|
+
"current",
|
|
2930
|
+
"color"
|
|
2931
|
+
]
|
|
2932
|
+
},
|
|
2933
|
+
{
|
|
2934
|
+
"value": "#1e1e2010",
|
|
2935
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2936
|
+
"isSource": true,
|
|
2937
|
+
"original": {
|
|
2938
|
+
"value": "{xxllnc.color.black.12-6-7t}"
|
|
2891
2939
|
},
|
|
2892
2940
|
"name": "conductionPrimaryTopNavDropdownHoverBackgroundColor",
|
|
2893
2941
|
"attributes": {
|
|
@@ -2907,11 +2955,11 @@
|
|
|
2907
2955
|
]
|
|
2908
2956
|
},
|
|
2909
2957
|
{
|
|
2910
|
-
"value": "#
|
|
2958
|
+
"value": "#39383f",
|
|
2911
2959
|
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2912
2960
|
"isSource": true,
|
|
2913
2961
|
"original": {
|
|
2914
|
-
"value": "{xxllnc.color.
|
|
2962
|
+
"value": "{xxllnc.color.black.23}"
|
|
2915
2963
|
},
|
|
2916
2964
|
"name": "conductionPrimaryTopNavDropdownHoverColor",
|
|
2917
2965
|
"attributes": {
|
|
@@ -5729,6 +5777,69 @@
|
|
|
5729
5777
|
"color"
|
|
5730
5778
|
]
|
|
5731
5779
|
},
|
|
5780
|
+
{
|
|
5781
|
+
"value": "#d1d1d1",
|
|
5782
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
5783
|
+
"isSource": true,
|
|
5784
|
+
"original": {
|
|
5785
|
+
"value": "{xxllnc.color.grey.82}"
|
|
5786
|
+
},
|
|
5787
|
+
"name": "utrechtButtonDisabledBackgroundColor",
|
|
5788
|
+
"attributes": {
|
|
5789
|
+
"category": "utrecht",
|
|
5790
|
+
"type": "button",
|
|
5791
|
+
"item": "disabled",
|
|
5792
|
+
"subitem": "background-color"
|
|
5793
|
+
},
|
|
5794
|
+
"path": [
|
|
5795
|
+
"utrecht",
|
|
5796
|
+
"button",
|
|
5797
|
+
"disabled",
|
|
5798
|
+
"background-color"
|
|
5799
|
+
]
|
|
5800
|
+
},
|
|
5801
|
+
{
|
|
5802
|
+
"value": "#d1d1d1",
|
|
5803
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
5804
|
+
"isSource": true,
|
|
5805
|
+
"original": {
|
|
5806
|
+
"value": "{xxllnc.color.grey.82}"
|
|
5807
|
+
},
|
|
5808
|
+
"name": "utrechtButtonDisabledBorderColor",
|
|
5809
|
+
"attributes": {
|
|
5810
|
+
"category": "utrecht",
|
|
5811
|
+
"type": "button",
|
|
5812
|
+
"item": "disabled",
|
|
5813
|
+
"subitem": "border-color"
|
|
5814
|
+
},
|
|
5815
|
+
"path": [
|
|
5816
|
+
"utrecht",
|
|
5817
|
+
"button",
|
|
5818
|
+
"disabled",
|
|
5819
|
+
"border-color"
|
|
5820
|
+
]
|
|
5821
|
+
},
|
|
5822
|
+
{
|
|
5823
|
+
"value": "#808080",
|
|
5824
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
5825
|
+
"isSource": true,
|
|
5826
|
+
"original": {
|
|
5827
|
+
"value": "{xxllnc.color.grey.50}"
|
|
5828
|
+
},
|
|
5829
|
+
"name": "utrechtButtonDisabledColor",
|
|
5830
|
+
"attributes": {
|
|
5831
|
+
"category": "utrecht",
|
|
5832
|
+
"type": "button",
|
|
5833
|
+
"item": "disabled",
|
|
5834
|
+
"subitem": "color"
|
|
5835
|
+
},
|
|
5836
|
+
"path": [
|
|
5837
|
+
"utrecht",
|
|
5838
|
+
"button",
|
|
5839
|
+
"disabled",
|
|
5840
|
+
"color"
|
|
5841
|
+
]
|
|
5842
|
+
},
|
|
5732
5843
|
{
|
|
5733
5844
|
"value": "\"Inter\", sans-serif",
|
|
5734
5845
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -5988,6 +6099,75 @@
|
|
|
5988
6099
|
"color"
|
|
5989
6100
|
]
|
|
5990
6101
|
},
|
|
6102
|
+
{
|
|
6103
|
+
"value": "#d1d1d1",
|
|
6104
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6105
|
+
"isSource": true,
|
|
6106
|
+
"original": {
|
|
6107
|
+
"value": "{xxllnc.color.grey.82}"
|
|
6108
|
+
},
|
|
6109
|
+
"name": "utrechtButtonPrimaryActionDisabledBackgroundColor",
|
|
6110
|
+
"attributes": {
|
|
6111
|
+
"category": "utrecht",
|
|
6112
|
+
"type": "button",
|
|
6113
|
+
"item": "primary-action",
|
|
6114
|
+
"subitem": "disabled",
|
|
6115
|
+
"state": "background-color"
|
|
6116
|
+
},
|
|
6117
|
+
"path": [
|
|
6118
|
+
"utrecht",
|
|
6119
|
+
"button",
|
|
6120
|
+
"primary-action",
|
|
6121
|
+
"disabled",
|
|
6122
|
+
"background-color"
|
|
6123
|
+
]
|
|
6124
|
+
},
|
|
6125
|
+
{
|
|
6126
|
+
"value": "#d1d1d1",
|
|
6127
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6128
|
+
"isSource": true,
|
|
6129
|
+
"original": {
|
|
6130
|
+
"value": "{xxllnc.color.grey.82}"
|
|
6131
|
+
},
|
|
6132
|
+
"name": "utrechtButtonPrimaryActionDisabledBorderColor",
|
|
6133
|
+
"attributes": {
|
|
6134
|
+
"category": "utrecht",
|
|
6135
|
+
"type": "button",
|
|
6136
|
+
"item": "primary-action",
|
|
6137
|
+
"subitem": "disabled",
|
|
6138
|
+
"state": "border-color"
|
|
6139
|
+
},
|
|
6140
|
+
"path": [
|
|
6141
|
+
"utrecht",
|
|
6142
|
+
"button",
|
|
6143
|
+
"primary-action",
|
|
6144
|
+
"disabled",
|
|
6145
|
+
"border-color"
|
|
6146
|
+
]
|
|
6147
|
+
},
|
|
6148
|
+
{
|
|
6149
|
+
"value": "#808080",
|
|
6150
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6151
|
+
"isSource": true,
|
|
6152
|
+
"original": {
|
|
6153
|
+
"value": "{xxllnc.color.grey.50}"
|
|
6154
|
+
},
|
|
6155
|
+
"name": "utrechtButtonPrimaryActionDisabledColor",
|
|
6156
|
+
"attributes": {
|
|
6157
|
+
"category": "utrecht",
|
|
6158
|
+
"type": "button",
|
|
6159
|
+
"item": "primary-action",
|
|
6160
|
+
"subitem": "disabled",
|
|
6161
|
+
"state": "color"
|
|
6162
|
+
},
|
|
6163
|
+
"path": [
|
|
6164
|
+
"utrecht",
|
|
6165
|
+
"button",
|
|
6166
|
+
"primary-action",
|
|
6167
|
+
"disabled",
|
|
6168
|
+
"color"
|
|
6169
|
+
]
|
|
6170
|
+
},
|
|
5991
6171
|
{
|
|
5992
6172
|
"value": "inherit",
|
|
5993
6173
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -6139,6 +6319,75 @@
|
|
|
6139
6319
|
"color"
|
|
6140
6320
|
]
|
|
6141
6321
|
},
|
|
6322
|
+
{
|
|
6323
|
+
"value": "#d1d1d1",
|
|
6324
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6325
|
+
"isSource": true,
|
|
6326
|
+
"original": {
|
|
6327
|
+
"value": "{xxllnc.color.grey.82}"
|
|
6328
|
+
},
|
|
6329
|
+
"name": "utrechtButtonSecondaryActionDisabledBackgroundColor",
|
|
6330
|
+
"attributes": {
|
|
6331
|
+
"category": "utrecht",
|
|
6332
|
+
"type": "button",
|
|
6333
|
+
"item": "secondary-action",
|
|
6334
|
+
"subitem": "disabled",
|
|
6335
|
+
"state": "background-color"
|
|
6336
|
+
},
|
|
6337
|
+
"path": [
|
|
6338
|
+
"utrecht",
|
|
6339
|
+
"button",
|
|
6340
|
+
"secondary-action",
|
|
6341
|
+
"disabled",
|
|
6342
|
+
"background-color"
|
|
6343
|
+
]
|
|
6344
|
+
},
|
|
6345
|
+
{
|
|
6346
|
+
"value": "#d1d1d1",
|
|
6347
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6348
|
+
"isSource": true,
|
|
6349
|
+
"original": {
|
|
6350
|
+
"value": "{xxllnc.color.grey.82}"
|
|
6351
|
+
},
|
|
6352
|
+
"name": "utrechtButtonSecondaryActionDisabledBorderColor",
|
|
6353
|
+
"attributes": {
|
|
6354
|
+
"category": "utrecht",
|
|
6355
|
+
"type": "button",
|
|
6356
|
+
"item": "secondary-action",
|
|
6357
|
+
"subitem": "disabled",
|
|
6358
|
+
"state": "border-color"
|
|
6359
|
+
},
|
|
6360
|
+
"path": [
|
|
6361
|
+
"utrecht",
|
|
6362
|
+
"button",
|
|
6363
|
+
"secondary-action",
|
|
6364
|
+
"disabled",
|
|
6365
|
+
"border-color"
|
|
6366
|
+
]
|
|
6367
|
+
},
|
|
6368
|
+
{
|
|
6369
|
+
"value": "#808080",
|
|
6370
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6371
|
+
"isSource": true,
|
|
6372
|
+
"original": {
|
|
6373
|
+
"value": "{xxllnc.color.grey.50}"
|
|
6374
|
+
},
|
|
6375
|
+
"name": "utrechtButtonSecondaryActionDisabledColor",
|
|
6376
|
+
"attributes": {
|
|
6377
|
+
"category": "utrecht",
|
|
6378
|
+
"type": "button",
|
|
6379
|
+
"item": "secondary-action",
|
|
6380
|
+
"subitem": "disabled",
|
|
6381
|
+
"state": "color"
|
|
6382
|
+
},
|
|
6383
|
+
"path": [
|
|
6384
|
+
"utrecht",
|
|
6385
|
+
"button",
|
|
6386
|
+
"secondary-action",
|
|
6387
|
+
"disabled",
|
|
6388
|
+
"color"
|
|
6389
|
+
]
|
|
6390
|
+
},
|
|
6142
6391
|
{
|
|
6143
6392
|
"value": "400",
|
|
6144
6393
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -6229,6 +6478,75 @@
|
|
|
6229
6478
|
"color"
|
|
6230
6479
|
]
|
|
6231
6480
|
},
|
|
6481
|
+
{
|
|
6482
|
+
"value": "#d1d1d1",
|
|
6483
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6484
|
+
"isSource": true,
|
|
6485
|
+
"original": {
|
|
6486
|
+
"value": "{xxllnc.color.grey.82}"
|
|
6487
|
+
},
|
|
6488
|
+
"name": "utrechtButtonSubtleDisabledBackgroundColor",
|
|
6489
|
+
"attributes": {
|
|
6490
|
+
"category": "utrecht",
|
|
6491
|
+
"type": "button",
|
|
6492
|
+
"item": "subtle",
|
|
6493
|
+
"subitem": "disabled",
|
|
6494
|
+
"state": "background-color"
|
|
6495
|
+
},
|
|
6496
|
+
"path": [
|
|
6497
|
+
"utrecht",
|
|
6498
|
+
"button",
|
|
6499
|
+
"subtle",
|
|
6500
|
+
"disabled",
|
|
6501
|
+
"background-color"
|
|
6502
|
+
]
|
|
6503
|
+
},
|
|
6504
|
+
{
|
|
6505
|
+
"value": "#d1d1d1",
|
|
6506
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6507
|
+
"isSource": true,
|
|
6508
|
+
"original": {
|
|
6509
|
+
"value": "{xxllnc.color.grey.82}"
|
|
6510
|
+
},
|
|
6511
|
+
"name": "utrechtButtonSubtleDisabledBorderColor",
|
|
6512
|
+
"attributes": {
|
|
6513
|
+
"category": "utrecht",
|
|
6514
|
+
"type": "button",
|
|
6515
|
+
"item": "subtle",
|
|
6516
|
+
"subitem": "disabled",
|
|
6517
|
+
"state": "border-color"
|
|
6518
|
+
},
|
|
6519
|
+
"path": [
|
|
6520
|
+
"utrecht",
|
|
6521
|
+
"button",
|
|
6522
|
+
"subtle",
|
|
6523
|
+
"disabled",
|
|
6524
|
+
"border-color"
|
|
6525
|
+
]
|
|
6526
|
+
},
|
|
6527
|
+
{
|
|
6528
|
+
"value": "#808080",
|
|
6529
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
6530
|
+
"isSource": true,
|
|
6531
|
+
"original": {
|
|
6532
|
+
"value": "{xxllnc.color.grey.50}"
|
|
6533
|
+
},
|
|
6534
|
+
"name": "utrechtButtonSubtleDisabledColor",
|
|
6535
|
+
"attributes": {
|
|
6536
|
+
"category": "utrecht",
|
|
6537
|
+
"type": "button",
|
|
6538
|
+
"item": "subtle",
|
|
6539
|
+
"subitem": "disabled",
|
|
6540
|
+
"state": "color"
|
|
6541
|
+
},
|
|
6542
|
+
"path": [
|
|
6543
|
+
"utrecht",
|
|
6544
|
+
"button",
|
|
6545
|
+
"subtle",
|
|
6546
|
+
"disabled",
|
|
6547
|
+
"color"
|
|
6548
|
+
]
|
|
6549
|
+
},
|
|
6232
6550
|
{
|
|
6233
6551
|
"value": "#f5f5f5",
|
|
6234
6552
|
"filePath": "src/component/utrecht/code.tokens.json",
|
|
@@ -10965,6 +11283,27 @@
|
|
|
10965
11283
|
"46"
|
|
10966
11284
|
]
|
|
10967
11285
|
},
|
|
11286
|
+
{
|
|
11287
|
+
"value": "#808080",
|
|
11288
|
+
"filePath": "src/brand/xxllnc/color.tokens.json",
|
|
11289
|
+
"isSource": true,
|
|
11290
|
+
"original": {
|
|
11291
|
+
"value": "#808080"
|
|
11292
|
+
},
|
|
11293
|
+
"name": "xxllncColorGrey50",
|
|
11294
|
+
"attributes": {
|
|
11295
|
+
"category": "xxllnc",
|
|
11296
|
+
"type": "color",
|
|
11297
|
+
"item": "grey",
|
|
11298
|
+
"subitem": "50"
|
|
11299
|
+
},
|
|
11300
|
+
"path": [
|
|
11301
|
+
"xxllnc",
|
|
11302
|
+
"color",
|
|
11303
|
+
"grey",
|
|
11304
|
+
"50"
|
|
11305
|
+
]
|
|
11306
|
+
},
|
|
10968
11307
|
{
|
|
10969
11308
|
"value": "#d1d1d1",
|
|
10970
11309
|
"filePath": "src/brand/xxllnc/color.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:33 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-tooltip-z-index: 9999;
|
|
6
6
|
@conduction-tooltip-border-radius: 0px;
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
@conduction-primary-top-nav-padding-inline-end: 16px;
|
|
54
54
|
@conduction-primary-top-nav-item-padding: 18px;
|
|
55
55
|
@conduction-logo-navbar-background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNzUuNCA0Mi4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNzUuNCA0Mi4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGQ9Ik03OC4zLDQwLjdoNy4yVjAuNGgtNy4yVjQwLjd6IE05NC44LDQwLjdoNy4yVjAuNGgtNy4yVjQwLjd6IE02NC41LDkuNEw1My40LDIwLjhsLTExLTExLjRsLTQuOCw0LjlsMTEuMSwxMS40TDM3LjYsMzcuMQoJbDQuOCw0LjlsMTEuMS0xMS40bDExLDExLjRsNC44LTQuOUw1OC4yLDI1LjdsMTEuMS0xMS40TDY0LjUsOS40eiBNMjcuMiw5LjRMMTYuMSwyMC44TDUuMSw5LjRsLTQuOCw0LjlsMTEuMSwxMS40TDAuMywzNy4xTDUuMSw0MgoJbDExLjEtMTEuNGwxMSwxMS40bDQuOC00LjlMMjAuOSwyNS43TDMyLDE0LjNMMjcuMiw5LjR6IE0xMjQuOCwxMC43Yy04LjIsMC0xNC4zLDUuMi0xNC4zLDE0LjF2MTUuOWg3LjJWMjVjMC00LjgsMy03LjMsNy4xLTcuMwoJczcuMSwyLjYsNy4xLDcuM3YxNS44aDcuMnYtMTZDMTM5LjEsMTUuOCwxMzMsMTAuNywxMjQuOCwxMC43eiBNMTYwLjQsMzQuOGMtNC41LDAtOC4yLTMuOS04LjItOC44YzAtNC44LDMuNy04LjgsOC4yLTguOAoJYzMuNCwwLDYuMywyLjIsNy41LDUuM2g3LjJjLTEuMy03LTcuMS0xMS44LTE0LjYtMTEuOGMtOC44LDAtMTUuMiw2LjUtMTUuMiwxNS40YzAsOC44LDYuNCwxNS4zLDE1LjIsMTUuMwoJYzcuNSwwLDEzLjMtNC44LDE0LjYtMTEuN2gtNy4yQzE2Ni42LDMyLjYsMTYzLjcsMzQuOCwxNjAuNCwzNC44eiIvPgo8L3N2Zz4K');
|
|
56
|
-
@conduction-logo-navbar-block-size:
|
|
57
|
-
@conduction-logo-navbar-inline-size:
|
|
56
|
+
@conduction-logo-navbar-block-size: 45px;
|
|
57
|
+
@conduction-logo-navbar-inline-size: 100px;
|
|
58
58
|
@conduction-logo-footer-background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNzUuNCA0Mi4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNzUuNCA0Mi4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGQ9Ik03OC4zLDQwLjdoNy4yVjAuNGgtNy4yVjQwLjd6IE05NC44LDQwLjdoNy4yVjAuNGgtNy4yVjQwLjd6IE02NC41LDkuNEw1My40LDIwLjhsLTExLTExLjRsLTQuOCw0LjlsMTEuMSwxMS40TDM3LjYsMzcuMQoJbDQuOCw0LjlsMTEuMS0xMS40bDExLDExLjRsNC44LTQuOUw1OC4yLDI1LjdsMTEuMS0xMS40TDY0LjUsOS40eiBNMjcuMiw5LjRMMTYuMSwyMC44TDUuMSw5LjRsLTQuOCw0LjlsMTEuMSwxMS40TDAuMywzNy4xTDUuMSw0MgoJbDExLjEtMTEuNGwxMSwxMS40bDQuOC00LjlMMjAuOSwyNS43TDMyLDE0LjNMMjcuMiw5LjR6IE0xMjQuOCwxMC43Yy04LjIsMC0xNC4zLDUuMi0xNC4zLDE0LjF2MTUuOWg3LjJWMjVjMC00LjgsMy03LjMsNy4xLTcuMwoJczcuMSwyLjYsNy4xLDcuM3YxNS44aDcuMnYtMTZDMTM5LjEsMTUuOCwxMzMsMTAuNywxMjQuOCwxMC43eiBNMTYwLjQsMzQuOGMtNC41LDAtOC4yLTMuOS04LjItOC44YzAtNC44LDMuNy04LjgsOC4yLTguOAoJYzMuNCwwLDYuMywyLjIsNy41LDUuM2g3LjJjLTEuMy03LTcuMS0xMS44LTE0LjYtMTEuOGMtOC44LDAtMTUuMiw2LjUtMTUuMiwxNS40YzAsOC44LDYuNCwxNS4zLDE1LjIsMTUuMwoJYzcuNSwwLDEzLjMtNC44LDE0LjYtMTEuN2gtNy4yQzE2Ni42LDMyLjYsMTYzLjcsMzQuOCwxNjAuNCwzNC44eiIvPgo8L3N2Zz4K');
|
|
59
59
|
@conduction-logo-footer-block-size: 100px;
|
|
60
60
|
@conduction-logo-footer-inline-size: 120px;
|
|
@@ -172,6 +172,7 @@
|
|
|
172
172
|
@xxllnc-color-grey-92: #eaeaea; // Base/Grey
|
|
173
173
|
@xxllnc-color-grey-90: #e5e5e5;
|
|
174
174
|
@xxllnc-color-grey-82: #d1d1d1;
|
|
175
|
+
@xxllnc-color-grey-50: #808080;
|
|
175
176
|
@xxllnc-color-grey-46: #767676;
|
|
176
177
|
@xxllnc-color-grey-43: #6d6d6d;
|
|
177
178
|
@xxllnc-color-grey-31: #4f4f4f;
|
|
@@ -274,10 +275,12 @@
|
|
|
274
275
|
@conduction-secondary-top-nav-hover-background-color: @xxllnc-color-black-12-6-7t;
|
|
275
276
|
@conduction-secondary-top-nav-hover-color: @xxllnc-color-black-23;
|
|
276
277
|
@conduction-secondary-top-nav-color: @xxllnc-color-black-23;
|
|
277
|
-
@conduction-primary-top-nav-dropdown-
|
|
278
|
-
@conduction-primary-top-nav-dropdown-
|
|
279
|
-
@conduction-primary-top-nav-dropdown-background-color: @xxllnc-color-black-6;
|
|
280
|
-
@conduction-primary-top-nav-dropdown-color: @xxllnc-color-
|
|
278
|
+
@conduction-primary-top-nav-dropdown-current-background-color: @xxllnc-color-black-12-6-7t;
|
|
279
|
+
@conduction-primary-top-nav-dropdown-current-color: @xxllnc-color-black-23;
|
|
280
|
+
@conduction-primary-top-nav-dropdown-hover-background-color: @xxllnc-color-black-12-6-7t;
|
|
281
|
+
@conduction-primary-top-nav-dropdown-hover-color: @xxllnc-color-black-23;
|
|
282
|
+
@conduction-primary-top-nav-dropdown-background-color: @xxllnc-color-grey-92;
|
|
283
|
+
@conduction-primary-top-nav-dropdown-color: @xxllnc-color-black-23;
|
|
281
284
|
@conduction-primary-top-nav-current-background-color: @xxllnc-color-black-12-6-7t;
|
|
282
285
|
@conduction-primary-top-nav-current-color: @xxllnc-color-black-23;
|
|
283
286
|
@conduction-primary-top-nav-hover-background-color: @xxllnc-color-black-12-6-7t;
|
|
@@ -476,9 +479,15 @@
|
|
|
476
479
|
@utrecht-code-font-family: @xxllnc-typography-monospace-font-family;
|
|
477
480
|
@utrecht-code-color: @xxllnc-color-black-16;
|
|
478
481
|
@utrecht-code-background-color: @xxllnc-color-lightgrey-96;
|
|
482
|
+
@utrecht-button-subtle-disabled-color: @xxllnc-color-grey-50;
|
|
483
|
+
@utrecht-button-subtle-disabled-border-color: @xxllnc-color-grey-82;
|
|
484
|
+
@utrecht-button-subtle-disabled-background-color: @xxllnc-color-grey-82;
|
|
479
485
|
@utrecht-button-secondary-action-hover-color: @xxllnc-color-black-17-hover;
|
|
480
486
|
@utrecht-button-secondary-action-hover-border-color: @xxllnc-color-black-17-hover;
|
|
481
487
|
@utrecht-button-secondary-action-hover-background-color: @xxllnc-color-white-100;
|
|
488
|
+
@utrecht-button-secondary-action-disabled-color: @xxllnc-color-grey-50;
|
|
489
|
+
@utrecht-button-secondary-action-disabled-border-color: @xxllnc-color-grey-82;
|
|
490
|
+
@utrecht-button-secondary-action-disabled-background-color: @xxllnc-color-grey-82;
|
|
482
491
|
@utrecht-button-secondary-action-font-weight: @xxllnc-typography-font-weight-normal;
|
|
483
492
|
@utrecht-button-secondary-action-color: @xxllnc-color-black-17;
|
|
484
493
|
@utrecht-button-secondary-action-border-width: @xxllnc-size-3xs;
|
|
@@ -486,10 +495,16 @@
|
|
|
486
495
|
@utrecht-button-secondary-action-background-color: @xxllnc-color-white-100;
|
|
487
496
|
@utrecht-button-primary-action-hover-color: @xxllnc-color-grey-90;
|
|
488
497
|
@utrecht-button-primary-action-hover-background-color: @xxllnc-color-black-17;
|
|
498
|
+
@utrecht-button-primary-action-disabled-color: @xxllnc-color-grey-50;
|
|
499
|
+
@utrecht-button-primary-action-disabled-border-color: @xxllnc-color-grey-82;
|
|
500
|
+
@utrecht-button-primary-action-disabled-background-color: @xxllnc-color-grey-82;
|
|
489
501
|
@utrecht-button-primary-action-color: @xxllnc-color-grey-90;
|
|
490
502
|
@utrecht-button-primary-action-background-color: @xxllnc-color-black-17;
|
|
491
503
|
@utrecht-button-hover-color: @xxllnc-color-grey-90-hover;
|
|
492
504
|
@utrecht-button-hover-background-color: @xxllnc-color-black-17-hover;
|
|
505
|
+
@utrecht-button-disabled-color: @xxllnc-color-grey-50;
|
|
506
|
+
@utrecht-button-disabled-border-color: @xxllnc-color-grey-82;
|
|
507
|
+
@utrecht-button-disabled-background-color: @xxllnc-color-grey-82;
|
|
493
508
|
@utrecht-button-icon-gap: @xxllnc-size-xs;
|
|
494
509
|
@utrecht-button-padding-inline-end: @xxllnc-size-sm;
|
|
495
510
|
@utrecht-button-padding-inline-start: @xxllnc-size-sm;
|