@nysds/nys-textinput 1.16.0-alpha4 → 1.16.0-alpha5
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/nys-textinput.js +1 -1
- package/package.json +4 -4
package/dist/nys-textinput.js
CHANGED
|
@@ -6,7 +6,7 @@ import { ifDefined as u } from "lit/directives/if-defined.js";
|
|
|
6
6
|
* █ █ █ █▄▄▄█ ▀▀▀▄▄ █ █ ▀▀▀▄▄
|
|
7
7
|
* █ ▀█ █ █▄▄▄█ █▄▄▀ █▄▄▄█
|
|
8
8
|
*
|
|
9
|
-
* Textinput Component v1.16.0-
|
|
9
|
+
* Textinput Component v1.16.0-alpha5
|
|
10
10
|
* Part of the New York State Design System
|
|
11
11
|
* Repository: https://github.com/its-hcd/nysds
|
|
12
12
|
* License: MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nysds/nys-textinput",
|
|
3
|
-
"version": "1.16.0-
|
|
3
|
+
"version": "1.16.0-alpha5",
|
|
4
4
|
"description": "The Textinput component from the NYS Design System.",
|
|
5
5
|
"module": "dist/nys-textinput.js",
|
|
6
6
|
"exports": {
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"lit-analyze": "lit-analyzer '**/*.ts'"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@nysds/nys-icon": "^1.16.0-
|
|
26
|
-
"@nysds/nys-label": "^1.16.0-
|
|
27
|
-
"@nysds/nys-errormessage": "^1.16.0-
|
|
25
|
+
"@nysds/nys-icon": "^1.16.0-alpha5",
|
|
26
|
+
"@nysds/nys-label": "^1.16.0-alpha5",
|
|
27
|
+
"@nysds/nys-errormessage": "^1.16.0-alpha5"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"lit": "^3.3.1",
|