@htmlbricks/hb-input-color 0.66.6 → 0.66.8
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 +5 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
],
|
|
153
|
-
"iifeIntegrity": "sha384-
|
|
153
|
+
"iifeIntegrity": "sha384-r7x3qpxHXPf6A/eLgnvbzB8Lea3plarFJ0lOwAOP6mwAibT4HMm8sLj/KS9b9Tuj",
|
|
154
154
|
"screenshots": [],
|
|
155
155
|
"licenses": [
|
|
156
156
|
{
|
|
@@ -169,5 +169,5 @@
|
|
|
169
169
|
"size": {},
|
|
170
170
|
"iifePath": "main.iife.js",
|
|
171
171
|
"repoName": "@htmlbricks/hb-input-color",
|
|
172
|
-
"version": "0.66.
|
|
172
|
+
"version": "0.66.8"
|
|
173
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.8",
|
|
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": [
|