@htmlbricks/hb-input-file 0.66.4 → 0.66.6
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 +1 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -176,7 +176,6 @@
|
|
|
176
176
|
}
|
|
177
177
|
],
|
|
178
178
|
"iifeIntegrity": "sha384-JAEhovspXOmB2yADfmUWKPzmc0dzDpDrNXIMtOjZcvXgtVt8zkXJff1+SntndSuV",
|
|
179
|
-
"iifeIntegrityType": "sha384",
|
|
180
179
|
"screenshots": [],
|
|
181
180
|
"licenses": [
|
|
182
181
|
{
|
|
@@ -195,5 +194,5 @@
|
|
|
195
194
|
"size": {},
|
|
196
195
|
"iifePath": "main.iife.js",
|
|
197
196
|
"repoName": "@htmlbricks/hb-input-file",
|
|
198
|
-
"version": "0.66.
|
|
197
|
+
"version": "0.66.6"
|
|
199
198
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-file",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.6",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "File picker with `accept` from `schemaentry.params.accept` (defaults to any file), optional image preview or Bootstrap Icons by MIME type, and an optional clickable `placeHolderImage` that opens the hidden input. Clears selection with the remove control; validates required fields against an actual chosen file. Dispatches `setVal` with `{ value, valid, id }`.",
|
|
6
6
|
"licenses": [
|