@htmlbricks/hb-toast 0.65.23 → 0.66.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/main.iife.js +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +25 -13
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -254,40 +254,52 @@
|
|
|
254
254
|
"styleSetup": {
|
|
255
255
|
"vars": [
|
|
256
256
|
{
|
|
257
|
-
"name": "--bs-
|
|
257
|
+
"name": "--bs-danger-rgb",
|
|
258
258
|
"valueType": "color",
|
|
259
259
|
"theme": "bootstrap",
|
|
260
|
-
"defaultValue": "
|
|
260
|
+
"defaultValue": ""
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
|
-
"name": "--bs-
|
|
263
|
+
"name": "--bs-dark-rgb",
|
|
264
264
|
"valueType": "color",
|
|
265
265
|
"theme": "bootstrap",
|
|
266
|
-
"defaultValue": "
|
|
266
|
+
"defaultValue": ""
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
|
-
"name": "--bs-
|
|
269
|
+
"name": "--bs-info-rgb",
|
|
270
270
|
"valueType": "color",
|
|
271
271
|
"theme": "bootstrap",
|
|
272
|
-
"defaultValue": "
|
|
272
|
+
"defaultValue": ""
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
|
-
"name": "--bs-
|
|
275
|
+
"name": "--bs-light-rgb",
|
|
276
276
|
"valueType": "color",
|
|
277
277
|
"theme": "bootstrap",
|
|
278
|
-
"defaultValue": "
|
|
278
|
+
"defaultValue": ""
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
|
-
"name": "--bs-
|
|
281
|
+
"name": "--bs-primary-rgb",
|
|
282
282
|
"valueType": "color",
|
|
283
283
|
"theme": "bootstrap",
|
|
284
|
-
"defaultValue": "
|
|
284
|
+
"defaultValue": ""
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
|
-
"name": "--bs-
|
|
287
|
+
"name": "--bs-secondary-rgb",
|
|
288
288
|
"valueType": "color",
|
|
289
289
|
"theme": "bootstrap",
|
|
290
|
-
"defaultValue": "
|
|
290
|
+
"defaultValue": ""
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "--bs-success-rgb",
|
|
294
|
+
"valueType": "color",
|
|
295
|
+
"theme": "bootstrap",
|
|
296
|
+
"defaultValue": ""
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"name": "--bs-warning-rgb",
|
|
300
|
+
"valueType": "color",
|
|
301
|
+
"theme": "bootstrap",
|
|
302
|
+
"defaultValue": ""
|
|
291
303
|
}
|
|
292
304
|
],
|
|
293
305
|
"parts": []
|
|
@@ -437,5 +449,5 @@
|
|
|
437
449
|
"size": {},
|
|
438
450
|
"iifePath": "main.iife.js",
|
|
439
451
|
"repoName": "@htmlbricks/hb-toast",
|
|
440
|
-
"version": "0.
|
|
452
|
+
"version": "0.66.1"
|
|
441
453
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-toast",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.1",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Bootstrap-styled toast: `show`, `title`, `content`, optional `img`, `small`, `level`, `position`, `timeout`, string `progress` for a bar, and `buttons` for actions. Slots customize header and body; dispatches visibility and button `action` events.",
|
|
6
6
|
"licenses": [
|