@htmlbricks/hb-input-area 0.66.27 → 0.67.1
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 -73
- package/main.iife.js.map +1 -1
- package/manifest.json +4 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
|
-
"description": "
|
|
136
|
+
"description": "Bulma `textarea` + validation modifiers and `help is-danger`. `schemaentry` like text; `setVal` / `clickEnter` (Enter without Shift). Theme `--bulma-*` on `:host`.",
|
|
137
137
|
"storybookArgs": {
|
|
138
138
|
"schemaentry": {
|
|
139
139
|
"control": {
|
|
@@ -193,7 +193,8 @@
|
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
],
|
|
196
|
-
"iifeIntegrity": "sha384-
|
|
196
|
+
"iifeIntegrity": "sha384-kZ+q/qXm1E6W3wUTZN8hmPLOjIvdUE4kHiB6W6yCMew6yGy7IJLpSyNfOoDG2gxb",
|
|
197
|
+
"dependencies": [],
|
|
197
198
|
"screenshots": [],
|
|
198
199
|
"licenses": [
|
|
199
200
|
{
|
|
@@ -212,5 +213,5 @@
|
|
|
212
213
|
"size": {},
|
|
213
214
|
"iifePath": "main.iife.js",
|
|
214
215
|
"repoName": "@htmlbricks/hb-input-area",
|
|
215
|
-
"version": "0.
|
|
216
|
+
"version": "0.67.1"
|
|
216
217
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-area",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.1",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Bulma `textarea` + validation modifiers and `help is-danger`. `schemaentry` like text; `setVal` / `clickEnter` (Enter without Shift). Theme `--bulma-*` on `:host`.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|