@abgov/design-tokens 1.5.3 → 1.5.4
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 Thu, 30 Jan 2025 19:15:09 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -262,6 +262,7 @@
|
|
|
262
262
|
--goa-side-menu-icon-size: var(--goa-icon-size-l);
|
|
263
263
|
--goa-side-menu-heading-padding: var(--goa-space-s) var(--goa-space-s) var(--goa-space-xs) var(--goa-space-l);
|
|
264
264
|
--goa-side-menu-heading-margin: var(--goa-space-none) 0 0 0;
|
|
265
|
+
--goa-side-menu-child-margin: var(--goa-space-m);
|
|
265
266
|
--goa-side-menu-heading-icon-gap: var(--goa-space-xs);
|
|
266
267
|
--goa-side-menu-heading-color-bg: var(--goa-color-greyscale-100);
|
|
267
268
|
--goa-side-menu-heading-border: var(--goa-border-width-m) solid var(--goa-color-greyscale-200);
|
|
@@ -694,8 +695,9 @@
|
|
|
694
695
|
--goa-app-header-typography-menu-button-mobile: var(--goa-typography-body-s);
|
|
695
696
|
--goa-app-header-typography-menu-button: var(--goa-typography-body-m);
|
|
696
697
|
--goa-app-header-color-text-nav-item-current: var(--goa-color-text-default);
|
|
697
|
-
--goa-app-header-color-service-name: var(--goa-color-text-default);
|
|
698
698
|
--goa-app-header-color-text-nav-item: var(--goa-color-text-default);
|
|
699
|
+
--goa-app-header-color-service-name: var(--goa-color-text-default);
|
|
700
|
+
--goa-app-header-color-menu-button: var(--goa-color-text-default);
|
|
699
701
|
--goa-step-typography-sublabel: var(--goa-typography-body-xs);
|
|
700
702
|
--goa-step-typography-step-number: var(--goa-typography-heading-xs);
|
|
701
703
|
--goa-step-typography-label-active: var(--goa-typography-heading-xs);
|
package/dist/tokens.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 30 Jan 2025 19:15:09 GMT
|
|
4
4
|
|
|
5
5
|
$goa-font-weight-bold: 700;
|
|
6
6
|
$goa-font-weight-medium: 500;
|
|
@@ -260,6 +260,7 @@ $goa-side-menu-items-gap: $goa-space-none;
|
|
|
260
260
|
$goa-side-menu-icon-size: $goa-icon-size-l;
|
|
261
261
|
$goa-side-menu-heading-padding: $goa-space-s $goa-space-s $goa-space-xs $goa-space-l;
|
|
262
262
|
$goa-side-menu-heading-margin: $goa-space-none 0 0 0;
|
|
263
|
+
$goa-side-menu-child-margin: $goa-space-m;
|
|
263
264
|
$goa-side-menu-heading-icon-gap: $goa-space-xs;
|
|
264
265
|
$goa-side-menu-heading-color-bg: $goa-color-greyscale-100;
|
|
265
266
|
$goa-side-menu-heading-border: $goa-border-width-m solid $goa-color-greyscale-200;
|
|
@@ -692,8 +693,9 @@ $goa-app-header-typography-nav-item: $goa-typography-heading-s;
|
|
|
692
693
|
$goa-app-header-typography-menu-button-mobile: $goa-typography-body-s;
|
|
693
694
|
$goa-app-header-typography-menu-button: $goa-typography-body-m;
|
|
694
695
|
$goa-app-header-color-text-nav-item-current: $goa-color-text-default;
|
|
695
|
-
$goa-app-header-color-service-name: $goa-color-text-default;
|
|
696
696
|
$goa-app-header-color-text-nav-item: $goa-color-text-default;
|
|
697
|
+
$goa-app-header-color-service-name: $goa-color-text-default;
|
|
698
|
+
$goa-app-header-color-menu-button: $goa-color-text-default;
|
|
697
699
|
$goa-step-typography-sublabel: $goa-typography-body-xs;
|
|
698
700
|
$goa-step-typography-step-number: $goa-typography-heading-xs;
|
|
699
701
|
$goa-step-typography-label-active: $goa-typography-heading-xs;
|