@htmlbricks/hb-downloader 0.65.22 → 0.66.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
@@ -126,7 +126,7 @@
126
126
  }
127
127
  }
128
128
  },
129
- "description": "",
129
+ "description": "Opens `hb-dialog` while `uri` is set and downloads the resource with `XMLHttpRequest` as a blob: optional JSON `headers`, inferred or explicit `targetfilename`, `Content-Disposition` parsing when exposed by CORS, progress bar from `onprogress`, then triggers a browser file save. Dispatches `downloadComplete` or `downloadError` (with `downloadid`) and propagates `modalShow`; clears/aborts when the dialog closes.",
130
130
  "storybookArgs": {
131
131
  "uri": {
132
132
  "control": {
@@ -159,44 +159,7 @@
159
159
  }
160
160
  },
161
161
  "styleSetup": {
162
- "vars": [
163
- {
164
- "name": "--bs-primary",
165
- "valueType": "color",
166
- "theme": "bootstrap",
167
- "defaultValue": "#07689f"
168
- },
169
- {
170
- "name": "--bs-secondary",
171
- "valueType": "color",
172
- "theme": "bootstrap",
173
- "defaultValue": "#c9d6df"
174
- },
175
- {
176
- "name": "--bs-success",
177
- "valueType": "color",
178
- "theme": "bootstrap",
179
- "defaultValue": "#11d3bc"
180
- },
181
- {
182
- "name": "--bs-info",
183
- "valueType": "color",
184
- "theme": "bootstrap",
185
- "defaultValue": "#a2d5f2"
186
- },
187
- {
188
- "name": "--bs-warning",
189
- "valueType": "color",
190
- "theme": "bootstrap",
191
- "defaultValue": "#ffc107"
192
- },
193
- {
194
- "name": "--bs-danger",
195
- "valueType": "color",
196
- "theme": "bootstrap",
197
- "defaultValue": "#f67280"
198
- }
199
- ],
162
+ "vars": [],
200
163
  "parts": []
201
164
  },
202
165
  "contributors": [],
@@ -226,12 +189,13 @@
226
189
  ],
227
190
  "readmePath": "README.md",
228
191
  "name": "hb-downloader",
229
- "category": "basic",
192
+ "category": "utilities",
230
193
  "tags": [
231
- "basic"
194
+ "utilities",
195
+ "files"
232
196
  ],
233
197
  "size": {},
234
198
  "iifePath": "main.iife.js",
235
199
  "repoName": "@htmlbricks/hb-downloader",
236
- "version": "0.65.22"
200
+ "version": "0.66.0"
237
201
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-downloader",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Opens `hb-dialog` while `uri` is set and downloads the resource with `XMLHttpRequest` as a blob: optional JSON `headers`, inferred or explicit `targetfilename`, `Content-Disposition` parsing when exposed by CORS, progress bar from `onprogress`, then triggers a browser file save. Dispatches `downloadComplete` or `downloadError` (with `downloadid`) and propagates `modalShow`; clears/aborts when the dialog closes.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",