@nysds/tokens 1.19.1 → 1.19.2

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.
Files changed (2) hide show
  1. package/dist/tokens.css +1 -1
  2. package/package.json +3 -2
package/dist/tokens.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * New York State Design System v1.19.1
2
+ * New York State Design System v1.19.2
3
3
  * Description: A design system for New York State's digital products.
4
4
  * Repository: https://github.com/its-hcd/nysds
5
5
  * License: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nysds/tokens",
3
- "version": "1.19.1",
3
+ "version": "1.19.2",
4
4
  "description": "Design tokens for the New York State Design System in DTCG 2025.10 format",
5
5
  "type": "module",
6
6
  "main": "src/tokens.json",
@@ -36,5 +36,6 @@
36
36
  "type": "git",
37
37
  "url": "git+https://github.com/ITS-HCD/nysds.git",
38
38
  "directory": "packages/tokens"
39
- }
39
+ },
40
+ "sideEffects": false
40
41
  }