@htmlbricks/hb-input-area 0.68.1 → 0.68.3

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.
Files changed (2) hide show
  1. package/manifest.json +27 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -191,6 +191,32 @@
191
191
  "validationTip": "This field cannot be empty."
192
192
  }
193
193
  }
194
+ },
195
+ {
196
+ "name": "validationVisible",
197
+ "description": "Shows invalid state styling when validation feedback is enabled.",
198
+ "data": {
199
+ "show_validation": "yes",
200
+ "schemaentry": {
201
+ "placeholder": "Notes (required)",
202
+ "id": "notesArea",
203
+ "required": true,
204
+ "label": "Notes",
205
+ "validationTip": "Please enter at least a few characters."
206
+ }
207
+ }
208
+ },
209
+ {
210
+ "name": "optional",
211
+ "description": "Optional textarea without a required constraint.",
212
+ "data": {
213
+ "schemaentry": {
214
+ "placeholder": "Optional comments…",
215
+ "id": "comments",
216
+ "required": false,
217
+ "label": "Comments"
218
+ }
219
+ }
194
220
  }
195
221
  ],
196
222
  "iifeIntegrity": "sha384-kZ+q/qXm1E6W3wUTZN8hmPLOjIvdUE4kHiB6W6yCMew6yGy7IJLpSyNfOoDG2gxb",
@@ -213,5 +239,5 @@
213
239
  "size": {},
214
240
  "iifePath": "main.iife.js",
215
241
  "repoName": "@htmlbricks/hb-input-area",
216
- "version": "0.68.1"
242
+ "version": "0.68.3"
217
243
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-area",
3
- "version": "0.68.1",
3
+ "version": "0.68.3",
4
4
  "contributors": [],
5
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": [