@abgov/design-tokens 2.5.0 → 2.6.0
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/dist/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 05 May 2026 15:27:11 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -423,6 +423,7 @@
|
|
|
423
423
|
--goa-work-side-menu-transition-duration-medium: var(--goa-motion-duration-medium-2);
|
|
424
424
|
--goa-work-side-menu-mobile-bg: var(--goa-color-greyscale-50);
|
|
425
425
|
--goa-work-side-menu-text-color: var(--goa-color-greyscale-600);
|
|
426
|
+
--goa-work-side-menu-account-bg: var(--goa-color-greyscale-white);
|
|
426
427
|
--goa-work-side-menu-account-shadow: var(--goa-shadow-500);
|
|
427
428
|
--goa-work-side-menu-border: var(--goa-border-width-s) solid var(--goa-color-greyscale-200);
|
|
428
429
|
--goa-work-side-menu-border-radius: var(--goa-border-radius-m);
|
package/dist/tokens.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 05 May 2026 15:27:11 GMT
|
|
4
4
|
|
|
5
5
|
$goa-accordion-color-bg-heading: #ffffff;
|
|
6
6
|
$goa-accordion-color-filled-bg-heading: #f2f0f0;
|
|
@@ -979,6 +979,7 @@ $goa-work-side-menu-color-bg: transparent;
|
|
|
979
979
|
$goa-work-side-menu-border-radius: 0.5rem;
|
|
980
980
|
$goa-work-side-menu-border: 1px solid #cdcdcd;
|
|
981
981
|
$goa-work-side-menu-account-shadow: 0px 12px 20px -8px #1a1a1a3d;
|
|
982
|
+
$goa-work-side-menu-account-bg: #ffffff;
|
|
982
983
|
$goa-work-side-menu-text-color: #6f6f6f;
|
|
983
984
|
$goa-work-side-menu-mobile-bg: #f8f8f8;
|
|
984
985
|
$goa-work-side-menu-transition-duration-medium: 300ms;
|