@htmlbricks/hb-input-select 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/main.iife.js +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -39
- package/package.json +1 -1
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",
|
|
@@ -293,5 +256,5 @@
|
|
|
293
256
|
"size": {},
|
|
294
257
|
"iifePath": "main.iife.js",
|
|
295
258
|
"repoName": "@htmlbricks/hb-input-select",
|
|
296
|
-
"version": "0.
|
|
259
|
+
"version": "0.66.1"
|
|
297
260
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-select",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.1",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Native `<select>` bound to `schemaentry` options from `params.options` (each option has `id`, `value`, and optional `label`). Supports JSON string or object `schemaentry`, optional required state, and `show_validation` for Bootstrap `is-valid` / `is-invalid` classes plus `validationTip`. Dispatches `setVal` with `{ value, valid, id }` on every change.",
|
|
6
6
|
"licenses": [
|