@htmlbricks/hb-input-color 0.66.3 → 0.66.4

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