@abgov/design-tokens 1.7.0 → 1.7.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.
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 23 Apr 2025 19:26:57 GMT
3
+ * Generated on Mon, 17 Nov 2025 23:04:46 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/tokens.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 23 Apr 2025 19:26:57 GMT
3
+ // Generated on Mon, 17 Nov 2025 23:04:46 GMT
4
4
 
5
5
  $goa-accordion-color-bg-heading: #f1f1f1;
6
6
  $goa-accordion-color-bg-content: #ffffff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/design-tokens",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "main": "./index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,13 +15,11 @@
15
15
  "design-tokens"
16
16
  ],
17
17
  "devDependencies": {
18
+ "style-dictionary": "^3.7.1",
18
19
  "jest": "^29.2.1",
19
20
  "rimraf": "^3.0.2",
20
21
  "semantic-release": "^24.2.3"
21
22
  },
22
- "dependencies": {
23
- "style-dictionary": "^3.7.1"
24
- },
25
23
  "scripts": {
26
24
  "build": "node index.js",
27
25
  "test": "jest && rimraf ./tmp",