@htmlbricks/hb-input-select 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.
Files changed (2) hide show
  1. package/manifest.json +4 -4
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -110,7 +110,7 @@
110
110
  }
111
111
  }
112
112
  },
113
- "description": "",
113
+ "description": "Native `<select>` bound to `schemaentry` options from `params.options` (each option has `id`, `value`, and optional `label`). Supports JSON string or object `schemaentry`, optional required state, and `show_validation` for Bootstrap `is-valid` / `is-invalid` classes plus `validationTip`. Dispatches `setVal` with `{ value, valid, id }` on every change.",
114
114
  "storybookArgs": {
115
115
  "schemaentry": {
116
116
  "control": {
@@ -286,12 +286,12 @@
286
286
  ],
287
287
  "readmePath": "README.md",
288
288
  "name": "hb-input-select",
289
- "category": "input",
289
+ "category": "inputs",
290
290
  "tags": [
291
- "input"
291
+ "inputs"
292
292
  ],
293
293
  "size": {},
294
294
  "iifePath": "main.iife.js",
295
295
  "repoName": "@htmlbricks/hb-input-select",
296
- "version": "0.65.20"
296
+ "version": "0.65.23"
297
297
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-select",
3
- "version": "0.65.20",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Native `<select>` bound to `schemaentry` options from `params.options` (each option has `id`, `value`, and optional `label`). Supports JSON string or object `schemaentry`, optional required state, and `show_validation` for Bootstrap `is-valid` / `is-invalid` classes plus `validationTip`. Dispatches `setVal` with `{ value, valid, id }` on every change.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",