@abgov/design-tokens 1.4.2 → 1.4.3

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.
@@ -27,6 +27,10 @@
27
27
  "value": "#CEDFEE",
28
28
  "type": "color"
29
29
  },
30
+ "side-menu-parent-color-bg-selected": {
31
+ "value": "#CEDFEE",
32
+ "type": "color"
33
+ },
30
34
  "side-menu-child-color-bg-hover": {
31
35
  "value": "{color.info.background}",
32
36
  "type": "color"
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 29 Oct 2024 18:32:11 GMT
3
+ * Generated on Tue, 12 Nov 2024 22:14:51 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -121,6 +121,7 @@
121
121
  --goa-color-interactive-disabled: #80b7e1;
122
122
  --goa-color-interactive-hover: #004f84;
123
123
  --goa-color-interactive-default: #0070c4;
124
+ --goa-side-menu-parent-color-bg-selected: #CEDFEE;
124
125
  --goa-side-menu-parent-color-bg-hover: #CEDFEE;
125
126
  --goa-side-menu-child-border-width: 4px;
126
127
  --goa-drawer-transition-time: 200ms;
package/dist/tokens.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 29 Oct 2024 18:32:11 GMT
3
+ // Generated on Tue, 12 Nov 2024 22:14:51 GMT
4
4
 
5
5
  $goa-letter-spacing-button: 0.0125rem;
6
6
  $goa-font-weight-bold: 700;
@@ -119,6 +119,7 @@ $goa-color-interactive-error: #ec040b;
119
119
  $goa-color-interactive-disabled: #80b7e1;
120
120
  $goa-color-interactive-hover: #004f84;
121
121
  $goa-color-interactive-default: #0070c4;
122
+ $goa-side-menu-parent-color-bg-selected: #CEDFEE;
122
123
  $goa-side-menu-parent-color-bg-hover: #CEDFEE;
123
124
  $goa-side-menu-child-border-width: 4px;
124
125
  $goa-drawer-transition-time: 200ms;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/design-tokens",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "main": "./index.js",
5
5
  "repository": {
6
6
  "type": "git",