@htmlbricks/hb-page-checkout 0.71.34 → 0.71.36

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
@@ -365,7 +365,7 @@
365
365
  "vars": [
366
366
  {
367
367
  "name": "--bulma-column-gap",
368
- "valueType": "number",
368
+ "valueType": "string",
369
369
  "defaultValue": "0.75rem",
370
370
  "description": "Gap between checkout and cart columns."
371
371
  },
@@ -375,10 +375,16 @@
375
375
  "defaultValue": "#363636",
376
376
  "description": "Inherited by nested checkout components."
377
377
  },
378
+ {
379
+ "name": "--bulma-scheme-main",
380
+ "valueType": "color",
381
+ "defaultValue": "#ffffff",
382
+ "description": "Page background inside the host shell."
383
+ },
378
384
  {
379
385
  "name": "--hb-checkout-border",
380
386
  "valueType": "color",
381
- "defaultValue": "",
387
+ "defaultValue": "#dbdbdb",
382
388
  "description": "Border around the cart column and shared divider tone."
383
389
  }
384
390
  ],
@@ -566,7 +572,7 @@
566
572
  }
567
573
  }
568
574
  ],
569
- "iifeIntegrity": "sha384-U8z+Qf770oia0BF+LonbdFiQwRMihhHifB1pB96OZPQ/0/wW9Qw9weNmaQ3LImsc",
575
+ "iifeIntegrity": "sha384-dFCL4HuPEOMeiG66k3ZRWFPk67wjN6gc9aOWZ9IhiptZZkiHCjVv6pDBuj+2/h0B",
570
576
  "dependencies": [
571
577
  {
572
578
  "name": "hb-checkout-shopping-cart",
@@ -857,5 +863,5 @@
857
863
  "size": {},
858
864
  "iifePath": "main.iife.js",
859
865
  "repoName": "@htmlbricks/hb-page-checkout",
860
- "version": "0.71.34"
866
+ "version": "0.71.36"
861
867
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-page-checkout",
3
- "version": "0.71.34",
3
+ "version": "0.71.36",
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": [