@htmlbricks/hb-uploader 0.65.23 → 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
@@ -167,44 +167,7 @@
167
167
  }
168
168
  },
169
169
  "styleSetup": {
170
- "vars": [
171
- {
172
- "name": "--bs-primary",
173
- "valueType": "color",
174
- "theme": "bootstrap",
175
- "defaultValue": "#07689f"
176
- },
177
- {
178
- "name": "--bs-secondary",
179
- "valueType": "color",
180
- "theme": "bootstrap",
181
- "defaultValue": "#c9d6df"
182
- },
183
- {
184
- "name": "--bs-success",
185
- "valueType": "color",
186
- "theme": "bootstrap",
187
- "defaultValue": "#11d3bc"
188
- },
189
- {
190
- "name": "--bs-info",
191
- "valueType": "color",
192
- "theme": "bootstrap",
193
- "defaultValue": "#a2d5f2"
194
- },
195
- {
196
- "name": "--bs-warning",
197
- "valueType": "color",
198
- "theme": "bootstrap",
199
- "defaultValue": "#ffc107"
200
- },
201
- {
202
- "name": "--bs-danger",
203
- "valueType": "color",
204
- "theme": "bootstrap",
205
- "defaultValue": "#f67280"
206
- }
207
- ],
170
+ "vars": [],
208
171
  "parts": []
209
172
  },
210
173
  "contributors": [],
@@ -245,5 +208,5 @@
245
208
  "size": {},
246
209
  "iifePath": "main.iife.js",
247
210
  "repoName": "@htmlbricks/hb-uploader",
248
- "version": "0.65.23"
211
+ "version": "0.66.0"
249
212
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-uploader",
3
- "version": "0.65.23",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
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.",
6
6
  "licenses": [