@htmlbricks/hb-input-radio 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.
- package/manifest.json +4 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
|
-
"description": "",
|
|
113
|
+
"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.",
|
|
114
114
|
"storybookArgs": {
|
|
115
115
|
"schemaentry": {
|
|
116
116
|
"control": {
|
|
@@ -212,12 +212,12 @@
|
|
|
212
212
|
],
|
|
213
213
|
"readmePath": "README.md",
|
|
214
214
|
"name": "hb-input-radio",
|
|
215
|
-
"category": "
|
|
215
|
+
"category": "inputs",
|
|
216
216
|
"tags": [
|
|
217
|
-
"
|
|
217
|
+
"inputs"
|
|
218
218
|
],
|
|
219
219
|
"size": {},
|
|
220
220
|
"iifePath": "main.iife.js",
|
|
221
221
|
"repoName": "@htmlbricks/hb-input-radio",
|
|
222
|
-
"version": "0.65.
|
|
222
|
+
"version": "0.65.23"
|
|
223
223
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-radio",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|