@htmlbricks/hb-input-area 0.65.22 → 0.65.23
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/manifest.json +4 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
|
-
"description": "",
|
|
136
|
+
"description": "Multi-line `<textarea>` controlled by `schemaentry` with the same validation ideas as text: optional `validationRegex` and `params` min/max length, required handling, and `show_validation` / `validationTip`. Dispatches `setVal` with `{ value, valid, id }` and `clickEnter` when Enter is pressed without Shift (Shift+Enter still inserts a newline).",
|
|
137
137
|
"storybookArgs": {
|
|
138
138
|
"schemaentry": {
|
|
139
139
|
"control": {
|
|
@@ -241,12 +241,12 @@
|
|
|
241
241
|
],
|
|
242
242
|
"readmePath": "README.md",
|
|
243
243
|
"name": "hb-input-area",
|
|
244
|
-
"category": "
|
|
244
|
+
"category": "inputs",
|
|
245
245
|
"tags": [
|
|
246
|
-
"
|
|
246
|
+
"inputs"
|
|
247
247
|
],
|
|
248
248
|
"size": {},
|
|
249
249
|
"iifePath": "main.iife.js",
|
|
250
250
|
"repoName": "@htmlbricks/hb-input-area",
|
|
251
|
-
"version": "0.65.
|
|
251
|
+
"version": "0.65.23"
|
|
252
252
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-area",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Multi-line `<textarea>` controlled by `schemaentry` with the same validation ideas as text: optional `validationRegex` and `params` min/max length, required handling, and `show_validation` / `validationTip`. Dispatches `setVal` with `{ value, valid, id }` and `clickEnter` when Enter is pressed without Shift (Shift+Enter still inserts a newline).",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|