@htmlbricks/hb-input-radio 0.72.1 → 0.73.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/main.iife.js +38 -2
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
}
|
|
356
356
|
}
|
|
357
357
|
],
|
|
358
|
-
"iifeIntegrity": "sha384-
|
|
358
|
+
"iifeIntegrity": "sha384-RfuiZbLqmL9MbhjYcpONGLiF+Xev5ElO4KcBtJ9R5y/j7dYl8JnYQt7ibFc2Gq5Z",
|
|
359
359
|
"dependencies": [],
|
|
360
360
|
"screenshots": [],
|
|
361
361
|
"licenses": [
|
|
@@ -375,5 +375,5 @@
|
|
|
375
375
|
"size": {},
|
|
376
376
|
"iifePath": "main.iife.js",
|
|
377
377
|
"repoName": "@htmlbricks/hb-input-radio",
|
|
378
|
-
"version": "0.
|
|
378
|
+
"version": "0.73.1"
|
|
379
379
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-radio",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.73.1",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Radio group from `schemaentry.params` as `InputRadioParams`: optional `options` array of `InputRadioOption` (`value`, optional `label`); the native `name` matches the field `id`. Initial `value` is stringified from `schemaentry`. Required + `show_validation` use Bulma `radios` / `radio` and `help is-danger`. Dispatches `setVal` `{ value, valid, id }` when the selection changes. Theme `--bulma-*` on `:host`. Typings: `InputRadioParams`, `InputRadioOption`, `FormSchemaEntry`, `Component`, `Events`.",
|
|
6
6
|
"licenses": [
|