@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/manifest.json CHANGED
@@ -133,7 +133,7 @@
133
133
  }
134
134
  }
135
135
  },
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).",
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-NvuCr49O5C1g73DH412A9N2JEiXrl6MiHXGGBa7Kr44tUF4XL033SQjtTckfWuo1",
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.66.27"
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.66.27",
3
+ "version": "0.67.1",
4
4
  "contributors": [],
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).",
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",