@htmlbricks/hb-input-select 0.71.1 → 0.71.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.
- package/main.iife.js +3 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
],
|
|
317
|
-
"iifeIntegrity": "sha384-
|
|
317
|
+
"iifeIntegrity": "sha384-pKzGsoEux2d4Kgx/us78eFvDya/zBhka3sDsYefOQUTNiXPJrdOlak/74urzJOA1",
|
|
318
318
|
"dependencies": [],
|
|
319
319
|
"screenshots": [],
|
|
320
320
|
"licenses": [
|
|
@@ -334,5 +334,5 @@
|
|
|
334
334
|
"size": {},
|
|
335
335
|
"iifePath": "main.iife.js",
|
|
336
336
|
"repoName": "@htmlbricks/hb-input-select",
|
|
337
|
-
"version": "0.71.
|
|
337
|
+
"version": "0.71.3"
|
|
338
338
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-select",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.3",
|
|
4
4
|
"contributors": [],
|
|
5
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 Bulma `select.is-success` / `select.is-danger` plus `validationTip` as `help is-danger`. Theme via inherited `--bulma-*` on `:host`. Dispatches `setVal` with `{ value, valid, id }` on every change.",
|
|
6
6
|
"licenses": [
|