@htmlbricks/hb-input-color 0.66.3 → 0.66.5
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 +2 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -150,6 +150,7 @@
|
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
],
|
|
153
|
+
"iifeIntegrity": "sha384-pdrmDCK1/6qiDMWSBOm87P40Zyep0KAnp99UNQfBs2kXOv/YTjYPGiPGgvnswtvv",
|
|
153
154
|
"screenshots": [],
|
|
154
155
|
"licenses": [
|
|
155
156
|
{
|
|
@@ -168,5 +169,5 @@
|
|
|
168
169
|
"size": {},
|
|
169
170
|
"iifePath": "main.iife.js",
|
|
170
171
|
"repoName": "@htmlbricks/hb-input-color",
|
|
171
|
-
"version": "0.66.
|
|
172
|
+
"version": "0.66.5"
|
|
172
173
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-color",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.5",
|
|
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": [
|