@nysds/styles 1.16.0 → 1.16.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * New York State Design System v1.16.0
2
+ * New York State Design System v1.16.1
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
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * New York State Design System v1.16.0
2
+ * New York State Design System v1.16.1
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
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * New York State Design System v1.16.0
2
+ * New York State Design System v1.16.1
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,7 +1,7 @@
1
1
  {
2
2
  "name": "@nysds/styles",
3
3
  "type": "module",
4
- "version": "1.16.0",
4
+ "version": "1.16.1",
5
5
  "description": "CSS variables, styles, and themes for the New York State Design System",
6
6
  "main": "dist/nysds.min.css",
7
7
  "style": "dist/nysds.min.css",
@@ -21,7 +21,7 @@
21
21
  "clean": "rm -rf dist"
22
22
  },
23
23
  "dependencies": {
24
- "@nysds/tokens": "1.16.0"
24
+ "@nysds/tokens": "1.16.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "vite": "^7.3.1"