@abgov/design-tokens 1.6.0 → 1.7.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.
@@ -406,6 +406,11 @@
406
406
  "value": "8rem",
407
407
  "type": "spacing",
408
408
  "description": "128px"
409
+ },
410
+ "fill": {
411
+ "value": "100%",
412
+ "type": "spacing",
413
+ "description": "fill the space"
409
414
  }
410
415
  },
411
416
  "iconSize": {
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 10 Apr 2025 14:47:20 GMT
3
+ * Generated on Wed, 23 Apr 2025 19:26:57 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -44,6 +44,7 @@
44
44
  --goa-icon-size-3: 1.25rem;
45
45
  --goa-icon-size-2: 1.125rem;
46
46
  --goa-icon-size-1: 1rem;
47
+ --goa-space-fill: 100%;
47
48
  --goa-space-4xl: 8rem;
48
49
  --goa-space-3xl: 4rem;
49
50
  --goa-space-2xl: 3rem;