@nysds/nys-textarea 1.17.0 → 1.18.0

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.
@@ -6,7 +6,7 @@ import { ifDefined as o } from "lit/directives/if-defined.js";
6
6
  * █ █ █ █▄▄▄█ ▀▀▀▄▄ █ █ ▀▀▀▄▄
7
7
  * █ ▀█ █ █▄▄▄█ █▄▄▀ █▄▄▄█
8
8
  *
9
- * Textarea Component v1.17.0
9
+ * Textarea Component v1.18.0
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-textarea",
3
- "version": "1.17.0",
3
+ "version": "1.18.0",
4
4
  "description": "The Textarea component from the NYS Design System.",
5
5
  "module": "dist/nys-textarea.js",
6
6
  "types": "dist/index.d.ts",
@@ -23,9 +23,9 @@
23
23
  "lit-analyze": "lit-analyzer '**/*.ts'"
24
24
  },
25
25
  "dependencies": {
26
- "@nysds/nys-icon": "^1.17.0",
27
- "@nysds/nys-label": "^1.17.0",
28
- "@nysds/nys-errormessage": "^1.17.0"
26
+ "@nysds/nys-icon": "^1.18.0",
27
+ "@nysds/nys-label": "^1.18.0",
28
+ "@nysds/nys-errormessage": "^1.18.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "lit": "^3.3.1",