@htmlbricks/hb-input-color 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
|
@@ -126,44 +126,7 @@
|
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
128
|
"styleSetup": {
|
|
129
|
-
"vars": [
|
|
130
|
-
{
|
|
131
|
-
"name": "--bs-primary",
|
|
132
|
-
"valueType": "color",
|
|
133
|
-
"theme": "bootstrap",
|
|
134
|
-
"defaultValue": "#07689f"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"name": "--bs-secondary",
|
|
138
|
-
"valueType": "color",
|
|
139
|
-
"theme": "bootstrap",
|
|
140
|
-
"defaultValue": "#c9d6df"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"name": "--bs-success",
|
|
144
|
-
"valueType": "color",
|
|
145
|
-
"theme": "bootstrap",
|
|
146
|
-
"defaultValue": "#11d3bc"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"name": "--bs-info",
|
|
150
|
-
"valueType": "color",
|
|
151
|
-
"theme": "bootstrap",
|
|
152
|
-
"defaultValue": "#a2d5f2"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"name": "--bs-warning",
|
|
156
|
-
"valueType": "color",
|
|
157
|
-
"theme": "bootstrap",
|
|
158
|
-
"defaultValue": "#ffc107"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"name": "--bs-danger",
|
|
162
|
-
"valueType": "color",
|
|
163
|
-
"theme": "bootstrap",
|
|
164
|
-
"defaultValue": "#f67280"
|
|
165
|
-
}
|
|
166
|
-
],
|
|
129
|
+
"vars": [],
|
|
167
130
|
"parts": [
|
|
168
131
|
{
|
|
169
132
|
"name": "invalid-feedback",
|
|
@@ -205,5 +168,5 @@
|
|
|
205
168
|
"size": {},
|
|
206
169
|
"iifePath": "main.iife.js",
|
|
207
170
|
"repoName": "@htmlbricks/hb-input-color",
|
|
208
|
-
"version": "0.
|
|
171
|
+
"version": "0.66.1"
|
|
209
172
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-color",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.1",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Color input that normalizes named HTML colors and `rgb(...)` strings into a hex value for the native picker, with debounced syncing back to the bound value. Driven by `schemaentry` (including required and optional `validationTip` with `show_validation`). Dispatches `setVal` with the string `value`, `valid`, and `id`.",
|
|
6
6
|
"licenses": [
|