@htmlbricks/hb-input-radio 0.71.36 → 0.71.37

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # hb-input-radio
1
+ # `hb-input-radio`
2
2
 
3
3
  **Category:** inputs · **Tags:** inputs
4
4
 
@@ -17,7 +17,9 @@ The group’s accessible name comes from **`label`**, then **`id`**, then the fa
17
17
 
18
18
  ## Custom element
19
19
 
20
- `hb-input-radio`
20
+ | Name | Tag |
21
+ | --- | --- |
22
+ | `hb-input-radio` | `<hb-input-radio …></hb-input-radio>` |
21
23
 
22
24
  ---
23
25
 
package/manifest.json CHANGED
@@ -375,5 +375,5 @@
375
375
  "size": {},
376
376
  "iifePath": "main.iife.js",
377
377
  "repoName": "@htmlbricks/hb-input-radio",
378
- "version": "0.71.36"
378
+ "version": "0.71.37"
379
379
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-radio",
3
- "version": "0.71.36",
3
+ "version": "0.71.37",
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": [