@htmlbricks/hb-page-checkout 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/main.iife.js +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -39
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -365,45 +365,8 @@
|
|
|
365
365
|
"vars": [
|
|
366
366
|
{
|
|
367
367
|
"name": "--hb-checkout-border",
|
|
368
|
-
"description": "",
|
|
369
|
-
"defaultValue": "0.5px solid rgba(197, 197, 197, 0.808)",
|
|
370
|
-
"valueType": "string"
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
"name": "--bs-primary",
|
|
374
|
-
"valueType": "color",
|
|
375
|
-
"theme": "bootstrap",
|
|
376
|
-
"defaultValue": "#07689f"
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"name": "--bs-secondary",
|
|
380
|
-
"valueType": "color",
|
|
381
|
-
"theme": "bootstrap",
|
|
382
|
-
"defaultValue": "#c9d6df"
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
"name": "--bs-success",
|
|
386
|
-
"valueType": "color",
|
|
387
|
-
"theme": "bootstrap",
|
|
388
|
-
"defaultValue": "#11d3bc"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"name": "--bs-info",
|
|
392
|
-
"valueType": "color",
|
|
393
|
-
"theme": "bootstrap",
|
|
394
|
-
"defaultValue": "#a2d5f2"
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
"name": "--bs-warning",
|
|
398
|
-
"valueType": "color",
|
|
399
|
-
"theme": "bootstrap",
|
|
400
|
-
"defaultValue": "#ffc107"
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"name": "--bs-danger",
|
|
404
368
|
"valueType": "color",
|
|
405
|
-
"
|
|
406
|
-
"defaultValue": "#f67280"
|
|
369
|
+
"defaultValue": ""
|
|
407
370
|
}
|
|
408
371
|
],
|
|
409
372
|
"parts": []
|
|
@@ -480,5 +443,5 @@
|
|
|
480
443
|
"size": {},
|
|
481
444
|
"iifePath": "main.iife.js",
|
|
482
445
|
"repoName": "@htmlbricks/hb-page-checkout",
|
|
483
|
-
"version": "0.
|
|
446
|
+
"version": "0.66.0"
|
|
484
447
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-page-checkout",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Checkout page layout that embeds the payment flow and shopping cart: left column uses hb-checkout (user, shipments, gateways, payment) and right column uses hb-checkout-shopping-cart. Recomputes line totals, tax, shipment fee, and payment total from JSON props; updates shipment selection internally and forwards paymentCompleted and saveUser to the host.",
|
|
6
6
|
"licenses": [
|