@nysds/nys-unavheader 1.1.2 → 1.1.5

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.
@@ -8,7 +8,7 @@ import "@nysds/nys-button";
8
8
  * ▒█▒█▒█ ▒█▄▄▄█ ░▀▀▀▄▄ ▒█░▒█ ░▀▀▀▄▄
9
9
  * ▒█░░▀█ ░░▒█░░ ▒█▄▄▄█ ▒█▄▄▀ ▒█▄▄▄█
10
10
  *
11
- * Universal Navigation Header Component v1.1.2
11
+ * Universal Navigation Header Component
12
12
  * Part of the New York State Design System
13
13
  * A design system for New York State's digital products.
14
14
  * Repository: https://github.com/its-hcd/nysds
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nysds/nys-unavheader",
3
- "version": "1.1.2",
3
+ "version": "1.1.5",
4
4
  "description": "The Unavheader component from the NYS Design System.",
5
5
  "module": "dist/nys-unavheader.js",
6
6
  "types": "dist/index.d.ts",
@@ -22,15 +22,15 @@
22
22
  },
23
23
  "peerDependencies": {
24
24
  "lit": "^3.2.1",
25
- "@nysds/nys-icon": "^1.1.2",
26
- "@nysds/nys-button": "^1.1.2",
27
- "@nysds/nys-textinput": "^1.1.2"
25
+ "@nysds/nys-icon": "^1.1.5",
26
+ "@nysds/nys-button": "^1.1.5",
27
+ "@nysds/nys-textinput": "^1.1.5"
28
28
  },
29
29
  "devDependencies": {
30
30
  "lit": "^3.2.1",
31
- "@nysds/nys-icon": "^1.1.2",
32
- "@nysds/nys-button": "^1.1.2",
33
- "@nysds/nys-textinput": "^1.1.2",
31
+ "@nysds/nys-icon": "^1.1.5",
32
+ "@nysds/nys-button": "^1.1.5",
33
+ "@nysds/nys-textinput": "^1.1.5",
34
34
  "typescript": "^5.7.2",
35
35
  "vite": "^6.2.4"
36
36
  },