@abgov/design-tokens 1.4.0 → 1.4.1

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.
@@ -4,7 +4,7 @@
4
4
  "type": "color"
5
5
  },
6
6
  "side-menu-group-padding": {
7
- "value": "{space.m} {space.none} {space.l} {space.none}",
7
+ "value": "{space.none}",
8
8
  "type": "spacing"
9
9
  },
10
10
  "side-menu-sub-group-padding": {
@@ -12,7 +12,7 @@
12
12
  "type": "spacing"
13
13
  },
14
14
  "side-menu-parent-padding": {
15
- "value": "{space.none}",
15
+ "value": "{space.xs} {space.m} {space.xs} {space.xl}",
16
16
  "type": "spacing"
17
17
  },
18
18
  "side-menu-group-border-radius": {
@@ -47,4 +47,4 @@
47
47
  "value": "{typography.body.m}",
48
48
  "type": "other"
49
49
  }
50
- }
50
+ }
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 22 Oct 2024 19:18:06 GMT
3
+ * Generated on Wed, 23 Oct 2024 18:57:20 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -158,9 +158,9 @@
158
158
  --goa-side-menu-child-color-bg-selected: var(--goa-color-info-background);
159
159
  --goa-side-menu-child-color-bg-hover: var(--goa-color-info-background);
160
160
  --goa-side-menu-group-border-radius: var(--goa-border-radius-none);
161
- --goa-side-menu-parent-padding: var(--goa-space-none);
161
+ --goa-side-menu-parent-padding: var(--goa-space-xs) var(--goa-space-m) var(--goa-space-xs) var(--goa-space-xl);
162
162
  --goa-side-menu-sub-group-padding: var(--goa-space-none) var(--goa-space-none) var(--goa-space-none) var(--goa-space-none);
163
- --goa-side-menu-group-padding: var(--goa-space-m) var(--goa-space-none) var(--goa-space-l) var(--goa-space-none);
163
+ --goa-side-menu-group-padding: var(--goa-space-none);
164
164
  --goa-side-menu-group-color-bg: var(--goa-color-greyscale-white);
165
165
  --goa-drawer-padding: var(--goa-space-m);
166
166
  --goa-container-padding: var(--goa-space-l);
package/dist/tokens.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 22 Oct 2024 19:18:06 GMT
3
+ // Generated on Wed, 23 Oct 2024 18:57:20 GMT
4
4
 
5
5
  $goa-letter-spacing-button: 0.0125rem;
6
6
  $goa-font-weight-bold: 700;
@@ -156,9 +156,9 @@ $goa-table-color-border-heading: $goa-color-greyscale-600;
156
156
  $goa-side-menu-child-color-bg-selected: $goa-color-info-background;
157
157
  $goa-side-menu-child-color-bg-hover: $goa-color-info-background;
158
158
  $goa-side-menu-group-border-radius: $goa-border-radius-none;
159
- $goa-side-menu-parent-padding: $goa-space-none;
159
+ $goa-side-menu-parent-padding: $goa-space-xs $goa-space-m $goa-space-xs $goa-space-xl;
160
160
  $goa-side-menu-sub-group-padding: $goa-space-none $goa-space-none $goa-space-none $goa-space-none;
161
- $goa-side-menu-group-padding: $goa-space-m $goa-space-none $goa-space-l $goa-space-none;
161
+ $goa-side-menu-group-padding: $goa-space-none;
162
162
  $goa-side-menu-group-color-bg: $goa-color-greyscale-white;
163
163
  $goa-drawer-padding: $goa-space-m;
164
164
  $goa-container-padding: $goa-space-l;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/design-tokens",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "main": "./index.js",
5
5
  "repository": {
6
6
  "type": "git",