@htmlbricks/hb-input-radio 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
@@ -127,44 +127,7 @@
127
127
  }
128
128
  },
129
129
  "styleSetup": {
130
- "vars": [
131
- {
132
- "name": "--bs-primary",
133
- "valueType": "color",
134
- "theme": "bootstrap",
135
- "defaultValue": "#07689f"
136
- },
137
- {
138
- "name": "--bs-secondary",
139
- "valueType": "color",
140
- "theme": "bootstrap",
141
- "defaultValue": "#c9d6df"
142
- },
143
- {
144
- "name": "--bs-success",
145
- "valueType": "color",
146
- "theme": "bootstrap",
147
- "defaultValue": "#11d3bc"
148
- },
149
- {
150
- "name": "--bs-info",
151
- "valueType": "color",
152
- "theme": "bootstrap",
153
- "defaultValue": "#a2d5f2"
154
- },
155
- {
156
- "name": "--bs-warning",
157
- "valueType": "color",
158
- "theme": "bootstrap",
159
- "defaultValue": "#ffc107"
160
- },
161
- {
162
- "name": "--bs-danger",
163
- "valueType": "color",
164
- "theme": "bootstrap",
165
- "defaultValue": "#f67280"
166
- }
167
- ],
130
+ "vars": [],
168
131
  "parts": [
169
132
  {
170
133
  "name": "invalid-feedback",
@@ -219,5 +182,5 @@
219
182
  "size": {},
220
183
  "iifePath": "main.iife.js",
221
184
  "repoName": "@htmlbricks/hb-input-radio",
222
- "version": "0.65.23"
185
+ "version": "0.66.1"
223
186
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-radio",
3
- "version": "0.65.23",
3
+ "version": "0.66.1",
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": [