@htmlbricks/hb-input-checkbox 0.65.23 → 0.66.1

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 CHANGED
@@ -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",
@@ -239,5 +202,5 @@
239
202
  "size": {},
240
203
  "iifePath": "main.iife.js",
241
204
  "repoName": "@htmlbricks/hb-input-checkbox",
242
- "version": "0.65.23"
205
+ "version": "0.66.1"
243
206
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-checkbox",
3
- "version": "0.65.23",
3
+ "version": "0.66.1",
4
4
  "contributors": [],
5
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": [