@abgov/design-tokens 1.5.4 → 1.5.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.
@@ -51,6 +51,14 @@
51
51
  },
52
52
  "type": "border"
53
53
  },
54
+ "app-header-color-text-nav-item-in-menu-current": {
55
+ "value": "{color.text.light}",
56
+ "type": "color"
57
+ },
58
+ "app-header-color-text-nav-item-in-menu-current-hover": {
59
+ "value": "{color.text.light}",
60
+ "type": "color"
61
+ },
54
62
  "app-header-border-nav-item-default": {
55
63
  "value": {
56
64
  "width": "{space.2xs}",
@@ -71,6 +71,10 @@
71
71
  "value": "{space.none}",
72
72
  "type": "spacing"
73
73
  },
74
+ "side-menu-heading-gap": {
75
+ "value": "{space.xs}",
76
+ "type": "spacing"
77
+ },
74
78
  "side-menu-item-focus-border": {
75
79
  "value": {
76
80
  "width": "{borderWidth.l}",
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 30 Jan 2025 19:15:09 GMT
3
+ * Generated on Fri, 31 Jan 2025 19:03:31 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -258,6 +258,7 @@
258
258
  --goa-side-menu-padding-item: var(--goa-space-xs) var(--goa-space-s) 10px var(--goa-space-xl);
259
259
  --goa-side-menu-padding: var(--goa-space-m) var(--goa-space-none) var(--goa-space-l) var(--goa-space-none);
260
260
  --goa-side-menu-item-focus-border: var(--goa-border-width-l) solid var(--goa-color-interactive-focus);
261
+ --goa-side-menu-heading-gap: var(--goa-space-xs);
261
262
  --goa-side-menu-items-gap: var(--goa-space-none);
262
263
  --goa-side-menu-icon-size: var(--goa-icon-size-l);
263
264
  --goa-side-menu-heading-padding: var(--goa-space-s) var(--goa-space-s) var(--goa-space-xs) var(--goa-space-l);
@@ -698,6 +699,8 @@
698
699
  --goa-app-header-color-text-nav-item: var(--goa-color-text-default);
699
700
  --goa-app-header-color-service-name: var(--goa-color-text-default);
700
701
  --goa-app-header-color-menu-button: var(--goa-color-text-default);
702
+ --goa-app-header-color-text-nav-item-in-menu-current-hover: var(--goa-color-text-light);
703
+ --goa-app-header-color-text-nav-item-in-menu-current: var(--goa-color-text-light);
701
704
  --goa-step-typography-sublabel: var(--goa-typography-body-xs);
702
705
  --goa-step-typography-step-number: var(--goa-typography-heading-xs);
703
706
  --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 Thu, 30 Jan 2025 19:15:09 GMT
3
+ // Generated on Fri, 31 Jan 2025 19:03:31 GMT
4
4
 
5
5
  $goa-font-weight-bold: 700;
6
6
  $goa-font-weight-medium: 500;
@@ -256,6 +256,7 @@ $goa-side-menu-padding-child: $goa-space-xs $goa-space-s 10px $goa-space-m;
256
256
  $goa-side-menu-padding-item: $goa-space-xs $goa-space-s 10px $goa-space-xl;
257
257
  $goa-side-menu-padding: $goa-space-m $goa-space-none $goa-space-l $goa-space-none;
258
258
  $goa-side-menu-item-focus-border: $goa-border-width-l solid $goa-color-interactive-focus;
259
+ $goa-side-menu-heading-gap: $goa-space-xs;
259
260
  $goa-side-menu-items-gap: $goa-space-none;
260
261
  $goa-side-menu-icon-size: $goa-icon-size-l;
261
262
  $goa-side-menu-heading-padding: $goa-space-s $goa-space-s $goa-space-xs $goa-space-l;
@@ -696,6 +697,8 @@ $goa-app-header-color-text-nav-item-current: $goa-color-text-default;
696
697
  $goa-app-header-color-text-nav-item: $goa-color-text-default;
697
698
  $goa-app-header-color-service-name: $goa-color-text-default;
698
699
  $goa-app-header-color-menu-button: $goa-color-text-default;
700
+ $goa-app-header-color-text-nav-item-in-menu-current-hover: $goa-color-text-light;
701
+ $goa-app-header-color-text-nav-item-in-menu-current: $goa-color-text-light;
699
702
  $goa-step-typography-sublabel: $goa-typography-body-xs;
700
703
  $goa-step-typography-step-number: $goa-typography-heading-xs;
701
704
  $goa-step-typography-label-active: $goa-typography-heading-xs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/design-tokens",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "main": "./index.js",
5
5
  "repository": {
6
6
  "type": "git",