@htmlbricks/hb-input-text 0.65.20 → 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
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
|
-
"description": "",
|
|
112
|
+
"description": "Single-line text field driven by a JSON `schemaentry` (id, value, placeholder, readonly, required, optional `validationRegex`, and `params` min/max length). Toggle Bootstrap validation styling with `show_validation`. Dispatches `setVal` whenever the value or validity changes (detail includes `value`, `valid`, `id`), and `clickEnter` when the user presses Enter inside the input.",
|
|
113
113
|
"storybookArgs": {
|
|
114
114
|
"schemaentry": {
|
|
115
115
|
"control": {
|
|
@@ -269,12 +269,12 @@
|
|
|
269
269
|
],
|
|
270
270
|
"readmePath": "README.md",
|
|
271
271
|
"name": "hb-input-text",
|
|
272
|
-
"category": "
|
|
272
|
+
"category": "inputs",
|
|
273
273
|
"tags": [
|
|
274
|
-
"
|
|
274
|
+
"inputs"
|
|
275
275
|
],
|
|
276
276
|
"size": {},
|
|
277
277
|
"iifePath": "main.iife.js",
|
|
278
278
|
"repoName": "@htmlbricks/hb-input-text",
|
|
279
|
-
"version": "0.65.
|
|
279
|
+
"version": "0.65.23"
|
|
280
280
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-text",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Single-line text field driven by a JSON `schemaentry` (id, value, placeholder, readonly, required, optional `validationRegex`, and `params` min/max length). Toggle Bootstrap validation styling with `show_validation`. Dispatches `setVal` whenever the value or validity changes (detail includes `value`, `valid`, `id`), and `clickEnter` when the user presses Enter inside the input.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|