@htmlbricks/hb-page-checkout 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 +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +6 -41
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
},
|
|
326
|
-
"description": "",
|
|
326
|
+
"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.",
|
|
327
327
|
"storybookArgs": {
|
|
328
328
|
"shipments": {
|
|
329
329
|
"control": {
|
|
@@ -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": []
|
|
@@ -471,12 +434,14 @@
|
|
|
471
434
|
],
|
|
472
435
|
"readmePath": "README.md",
|
|
473
436
|
"name": "hb-page-checkout",
|
|
474
|
-
"category": "
|
|
437
|
+
"category": "commerce",
|
|
475
438
|
"tags": [
|
|
439
|
+
"commerce",
|
|
440
|
+
"checkout",
|
|
476
441
|
"page"
|
|
477
442
|
],
|
|
478
443
|
"size": {},
|
|
479
444
|
"iifePath": "main.iife.js",
|
|
480
445
|
"repoName": "@htmlbricks/hb-page-checkout",
|
|
481
|
-
"version": "0.
|
|
446
|
+
"version": "0.66.0"
|
|
482
447
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-page-checkout",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|