@htmlbricks/hb-input-checkbox 0.65.22 → 0.66.0
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 +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +5 -42
- 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": {
|
|
@@ -130,44 +130,7 @@
|
|
|
130
130
|
}
|
|
131
131
|
},
|
|
132
132
|
"styleSetup": {
|
|
133
|
-
"vars": [
|
|
134
|
-
{
|
|
135
|
-
"name": "--bs-primary",
|
|
136
|
-
"valueType": "color",
|
|
137
|
-
"theme": "bootstrap",
|
|
138
|
-
"defaultValue": "#07689f"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "--bs-secondary",
|
|
142
|
-
"valueType": "color",
|
|
143
|
-
"theme": "bootstrap",
|
|
144
|
-
"defaultValue": "#c9d6df"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"name": "--bs-success",
|
|
148
|
-
"valueType": "color",
|
|
149
|
-
"theme": "bootstrap",
|
|
150
|
-
"defaultValue": "#11d3bc"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"name": "--bs-info",
|
|
154
|
-
"valueType": "color",
|
|
155
|
-
"theme": "bootstrap",
|
|
156
|
-
"defaultValue": "#a2d5f2"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"name": "--bs-warning",
|
|
160
|
-
"valueType": "color",
|
|
161
|
-
"theme": "bootstrap",
|
|
162
|
-
"defaultValue": "#ffc107"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"name": "--bs-danger",
|
|
166
|
-
"valueType": "color",
|
|
167
|
-
"theme": "bootstrap",
|
|
168
|
-
"defaultValue": "#f67280"
|
|
169
|
-
}
|
|
170
|
-
],
|
|
133
|
+
"vars": [],
|
|
171
134
|
"parts": [
|
|
172
135
|
{
|
|
173
136
|
"name": "invalid-feedback",
|
|
@@ -232,12 +195,12 @@
|
|
|
232
195
|
],
|
|
233
196
|
"readmePath": "README.md",
|
|
234
197
|
"name": "hb-input-checkbox",
|
|
235
|
-
"category": "
|
|
198
|
+
"category": "inputs",
|
|
236
199
|
"tags": [
|
|
237
|
-
"
|
|
200
|
+
"inputs"
|
|
238
201
|
],
|
|
239
202
|
"size": {},
|
|
240
203
|
"iifePath": "main.iife.js",
|
|
241
204
|
"repoName": "@htmlbricks/hb-input-checkbox",
|
|
242
|
-
"version": "0.
|
|
205
|
+
"version": "0.66.0"
|
|
243
206
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-checkbox",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
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",
|