@htmlbricks/hb-input-file 0.65.22 → 0.65.23
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 +4 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
|
-
"description": "",
|
|
116
|
+
"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 }`.",
|
|
117
117
|
"storybookArgs": {
|
|
118
118
|
"schemaentry": {
|
|
119
119
|
"control": {
|
|
@@ -223,12 +223,12 @@
|
|
|
223
223
|
],
|
|
224
224
|
"readmePath": "README.md",
|
|
225
225
|
"name": "hb-input-file",
|
|
226
|
-
"category": "
|
|
226
|
+
"category": "inputs",
|
|
227
227
|
"tags": [
|
|
228
|
-
"
|
|
228
|
+
"inputs"
|
|
229
229
|
],
|
|
230
230
|
"size": {},
|
|
231
231
|
"iifePath": "main.iife.js",
|
|
232
232
|
"repoName": "@htmlbricks/hb-input-file",
|
|
233
|
-
"version": "0.65.
|
|
233
|
+
"version": "0.65.23"
|
|
234
234
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-input-file",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|