@htmlbricks/hb-input-checkbox 0.65.22 → 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
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
|
-
"description": "",
|
|
116
|
+
"description": "Checkbox or, when `schemaentry.params.type` is `switch`, a Bootstrap switch, labeled from `schemaentry.label` with a required asterisk when needed. Boolean `value` is parsed from stringified `schemaentry`; required fields must be checked to be valid. Dispatches `setVal` with `{ value, valid, id }` and can show `validationTip` under `show_validation`.",
|
|
117
117
|
"storybookArgs": {
|
|
118
118
|
"schemaentry": {
|
|
119
119
|
"control": {
|
|
@@ -232,12 +232,12 @@
|
|
|
232
232
|
],
|
|
233
233
|
"readmePath": "README.md",
|
|
234
234
|
"name": "hb-input-checkbox",
|
|
235
|
-
"category": "
|
|
235
|
+
"category": "inputs",
|
|
236
236
|
"tags": [
|
|
237
|
-
"
|
|
237
|
+
"inputs"
|
|
238
238
|
],
|
|
239
239
|
"size": {},
|
|
240
240
|
"iifePath": "main.iife.js",
|
|
241
241
|
"repoName": "@htmlbricks/hb-input-checkbox",
|
|
242
|
-
"version": "0.65.
|
|
242
|
+
"version": "0.65.23"
|
|
243
243
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-checkbox",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Checkbox or, when `schemaentry.params.type` is `switch`, a Bootstrap switch, labeled from `schemaentry.label` with a required asterisk when needed. Boolean `value` is parsed from stringified `schemaentry`; required fields must be checked to be valid. Dispatches `setVal` with `{ value, valid, id }` and can show `validationTip` under `show_validation`.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|