@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/README.md +2 -2
- package/main.iife.js +28 -18
- package/main.iife.js.map +1 -1
- package/manifest.json +9 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
|
-
"description": "
|
|
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-
|
|
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.
|
|
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.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "
|
|
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",
|