@htmlbricks/hb-input-radio 0.66.3 → 0.66.5

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 +2 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -164,6 +164,7 @@
164
164
  }
165
165
  }
166
166
  ],
167
+ "iifeIntegrity": "sha384-DsBH3NLcSgCxGwhElFMxrqB238CPfzKjU327F0x+U4cGKA2GZDcJ/djm+gVGOLMb",
167
168
  "screenshots": [],
168
169
  "licenses": [
169
170
  {
@@ -182,5 +183,5 @@
182
183
  "size": {},
183
184
  "iifePath": "main.iife.js",
184
185
  "repoName": "@htmlbricks/hb-input-radio",
185
- "version": "0.66.3"
186
+ "version": "0.66.5"
186
187
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-radio",
3
- "version": "0.66.3",
3
+ "version": "0.66.5",
4
4
  "contributors": [],
5
5
  "description": "Radio group built from `schemaentry.params.options` with a shared `name` derived from the field id. Parses JSON `schemaentry` for initial `value` and supports required validation with optional Bootstrap feedback via `show_validation` and `validationTip`. Dispatches `setVal` with the selected string `value`, `valid`, and `id` whenever the choice changes.",
6
6
  "licenses": [