@nysds/nys-icon 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.
Files changed (2) hide show
  1. package/dist/nys-icon.js +1 -1
  2. package/package.json +1 -1
package/dist/nys-icon.js CHANGED
@@ -4,7 +4,7 @@ import { css as Z, LitElement as D, html as V } from "lit";
4
4
  * ▒█▒█▒█ ▒█▄▄▄█ ░▀▀▀▄▄ ▒█░▒█ ░▀▀▀▄▄
5
5
  * ▒█░░▀█ ░░▒█░░ ▒█▄▄▄█ ▒█▄▄▀ ▒█▄▄▄█
6
6
  *
7
- * Icon Component v1.1.2
7
+ * Icon Component
8
8
  * Part of the New York State Design System
9
9
  * Repository: https://github.com/its-hcd/nysds
10
10
  * License: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nysds/nys-icon",
3
- "version": "1.1.2",
3
+ "version": "1.1.5",
4
4
  "description": "The Icon component from the NYS Design System.",
5
5
  "module": "dist/nys-icon.js",
6
6
  "types": "dist/index.d.ts",