@htmlbricks/hb-input-text 0.66.26 → 0.67.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.
- package/README.md +5 -1
- package/main.iife.js +37 -72
- package/main.iife.js.map +1 -1
- package/manifest.json +4 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
|
-
"description": "Single-line text
|
|
112
|
+
"description": "Single-line text with Bulma `input` + optional `is-success` / `is-danger` and `help is-danger`. JSON `schemaentry` (id, value, placeholder, readonly, required, `validationRegex`, `params` min/max length). Theme via `--bulma-*` on `:host`. Dispatches `setVal` and `clickEnter` on Enter.",
|
|
113
113
|
"storybookArgs": {
|
|
114
114
|
"schemaentry": {
|
|
115
115
|
"control": {
|
|
@@ -221,7 +221,8 @@
|
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
],
|
|
224
|
-
"iifeIntegrity": "sha384-
|
|
224
|
+
"iifeIntegrity": "sha384-MUSGTzI8pVgLhW62aptTs90ClUNZqzLaX1LWBQNiJHJtW42wtt6BMhmaIgfgp/aa",
|
|
225
|
+
"dependencies": [],
|
|
225
226
|
"screenshots": [],
|
|
226
227
|
"licenses": [
|
|
227
228
|
{
|
|
@@ -240,5 +241,5 @@
|
|
|
240
241
|
"size": {},
|
|
241
242
|
"iifePath": "main.iife.js",
|
|
242
243
|
"repoName": "@htmlbricks/hb-input-text",
|
|
243
|
-
"version": "0.
|
|
244
|
+
"version": "0.67.0"
|
|
244
245
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-text",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "Single-line text
|
|
5
|
+
"description": "Single-line text with Bulma `input` + optional `is-success` / `is-danger` and `help is-danger`. JSON `schemaentry` (id, value, placeholder, readonly, required, `validationRegex`, `params` min/max length). Theme via `--bulma-*` on `:host`. Dispatches `setVal` and `clickEnter` on Enter.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|