@htmlbricks/hb-downloader 0.66.27 → 0.67.1

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
@@ -159,7 +159,20 @@
159
159
  }
160
160
  },
161
161
  "styleSetup": {
162
- "vars": [],
162
+ "vars": [
163
+ {
164
+ "name": "--bulma-primary",
165
+ "valueType": "color",
166
+ "defaultValue": "#00d1b2",
167
+ "description": "Progress value color."
168
+ },
169
+ {
170
+ "name": "--bulma-border-weak",
171
+ "valueType": "color",
172
+ "defaultValue": "#ededed",
173
+ "description": "Progress track background."
174
+ }
175
+ ],
163
176
  "parts": []
164
177
  },
165
178
  "contributors": [],
@@ -178,7 +191,13 @@
178
191
  }
179
192
  }
180
193
  ],
181
- "iifeIntegrity": "sha384-eSTvOdJjv6NGQ3E6dodJArgpsh43bBG0kZWmJvy84OdMGLa+6sfmgtll+szFrlOS",
194
+ "iifeIntegrity": "sha384-Bjl09v7NXfj9EJmL0aAQDQE+19AydYcVOVJKPkAWgZZKP6Lfxh08ISJzs0Ut4AnP",
195
+ "dependencies": [
196
+ {
197
+ "name": "hb-dialog",
198
+ "dependencies": []
199
+ }
200
+ ],
182
201
  "screenshots": [],
183
202
  "licenses": [
184
203
  {
@@ -198,5 +217,5 @@
198
217
  "size": {},
199
218
  "iifePath": "main.iife.js",
200
219
  "repoName": "@htmlbricks/hb-downloader",
201
- "version": "0.66.27"
220
+ "version": "0.67.1"
202
221
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-downloader",
3
- "version": "0.66.27",
3
+ "version": "0.67.1",
4
4
  "contributors": [],
5
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": [