@htmlbricks/hb-uploader 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/main.iife.js +8 -8
- package/main.iife.js.map +1 -1
- package/manifest.json +6 -42
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
|
-
"description": "",
|
|
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.",
|
|
138
138
|
"storybookArgs": {
|
|
139
139
|
"fetch_data": {
|
|
140
140
|
"control": {
|
|
@@ -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": [],
|
|
@@ -237,12 +200,13 @@
|
|
|
237
200
|
],
|
|
238
201
|
"readmePath": "README.md",
|
|
239
202
|
"name": "hb-uploader",
|
|
240
|
-
"category": "
|
|
203
|
+
"category": "utilities",
|
|
241
204
|
"tags": [
|
|
242
|
-
"
|
|
205
|
+
"utilities",
|
|
206
|
+
"files"
|
|
243
207
|
],
|
|
244
208
|
"size": {},
|
|
245
209
|
"iifePath": "main.iife.js",
|
|
246
210
|
"repoName": "@htmlbricks/hb-uploader",
|
|
247
|
-
"version": "0.
|
|
211
|
+
"version": "0.66.0"
|
|
248
212
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-uploader",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|