@htmlbricks/hb-input-file 0.70.1 → 0.70.2

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 +1 -1
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -268,5 +268,5 @@
268
268
  "size": {},
269
269
  "iifePath": "main.iife.js",
270
270
  "repoName": "@htmlbricks/hb-input-file",
271
- "version": "0.70.1"
271
+ "version": "0.70.2"
272
272
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-input-file",
3
- "version": "0.70.1",
3
+ "version": "0.70.2",
4
4
  "contributors": [],
5
5
  "description": "File picker with `accept` from `schemaentry.params.accept` (defaults to any file). Standard layout uses Bulma `file has-name` plus a MIME Bootstrap Icons glyph when a file is selected, and a text × clear control. With `placeHolderImage`, a clickable placeholder opens the hidden input; after selection, preview / MIME icon, filename, and clear. When `accept` includes `image` and the chosen file is a raster/SVG image, the placeholder preview shows the filename on a semi-transparent bar over the image and an outlined clear button at the top-right. `File.type` from the browser is preferred over extension mapping. Strings come from `i18nlang` (`en` / `it`). Dispatches `setVal` with `{ value, valid, id }`.",
6
6
  "licenses": [