@htmlbricks/hb-uploader 0.66.26 → 0.67.0

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 CHANGED
@@ -134,7 +134,7 @@
134
134
  }
135
135
  }
136
136
  },
137
- "description": "File download/upload UI driven by `fetch_data` (`url`, `data`), with optional `upload_id`, `total`, and `loaded` for progress. Title slot; fires `downloadError`, `downloadComplete`, and `modalShow` for host handling.",
137
+ "description": "Upload progress in `hb-dialog` driven by `fetch_data` (`url`, `data`, optional `method`, `headers`): Bulma `progress` (indeterminate then value) and optional `upload_id`. Forwards `modalShow`; emits `uploadComplete` / `uploadError`.",
138
138
  "storybookArgs": {
139
139
  "fetch_data": {
140
140
  "control": {
@@ -189,7 +189,13 @@
189
189
  }
190
190
  }
191
191
  ],
192
- "iifeIntegrity": "sha384-t1mQ5riRQTaWfKJ6SBdMsoWohJM8gBDlfYKCRofMPmKYWfNm0k/xSelKm322qDfk",
192
+ "iifeIntegrity": "sha384-lnuSm+vderZNN+8seQ+Hed6aVa9j0+SuMJbDhPgvYN5inbac9vLqkU3uu1aeA3UD",
193
+ "dependencies": [
194
+ {
195
+ "name": "hb-dialog",
196
+ "dependencies": []
197
+ }
198
+ ],
193
199
  "screenshots": [],
194
200
  "licenses": [
195
201
  {
@@ -209,5 +215,5 @@
209
215
  "size": {},
210
216
  "iifePath": "main.iife.js",
211
217
  "repoName": "@htmlbricks/hb-uploader",
212
- "version": "0.66.26"
218
+ "version": "0.67.0"
213
219
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-uploader",
3
- "version": "0.66.26",
3
+ "version": "0.67.0",
4
4
  "contributors": [],
5
- "description": "File download/upload UI driven by `fetch_data` (`url`, `data`), with optional `upload_id`, `total`, and `loaded` for progress. Title slot; fires `downloadError`, `downloadComplete`, and `modalShow` for host handling.",
5
+ "description": "Upload progress in `hb-dialog` driven by `fetch_data` (`url`, `data`, optional `method`, `headers`): Bulma `progress` (indeterminate then value) and optional `upload_id`. Forwards `modalShow`; emits `uploadComplete` / `uploadError`.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",