@htmlbricks/hb-checkout 0.67.0 → 0.68.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/manifest.json CHANGED
@@ -422,13 +422,18 @@
422
422
  },
423
423
  {
424
424
  "name": "subtitle"
425
+ },
426
+ {
427
+ "name": "payment_terms_note",
428
+ "description": "Wrapper around the `payment_terms` slot (default notice + border). Style with `::part(payment_terms_note)`."
425
429
  }
426
430
  ]
427
431
  },
428
432
  "contributors": [],
429
433
  "htmlSlots": [
430
434
  {
431
- "name": "payment_terms"
435
+ "name": "payment_terms",
436
+ "description": "Optional legal / terms copy. Default: short line with a link-style control for terms and conditions."
432
437
  },
433
438
  {
434
439
  "name": "payment_completed"
@@ -480,7 +485,7 @@
480
485
  }
481
486
  }
482
487
  ],
483
- "iifeIntegrity": "sha384-QbY2n1UjB6kV+pdvoX/CPOH5Vvd78azpLVSOuUiwlrHXsn+8E2VsvXR8QnbLv/XA",
488
+ "iifeIntegrity": "sha384-wKkAqE0Bo24sLfQg3VlyJLvcjc0QSCYoX4mnHLGR9OxmCBbI23b8m9Ci0QmxikiI",
484
489
  "dependencies": [
485
490
  {
486
491
  "name": "hb-form",
@@ -633,5 +638,5 @@
633
638
  "size": {},
634
639
  "iifePath": "main.iife.js",
635
640
  "repoName": "@htmlbricks/hb-checkout",
636
- "version": "0.67.0"
641
+ "version": "0.68.1"
637
642
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-checkout",
3
- "version": "0.67.0",
3
+ "version": "0.68.1",
4
4
  "contributors": [],
5
5
  "description": "End-to-end checkout flow: editable billing/shipping user profile (`hb-form`), shipment method choice, optional card form, Google Pay (`@google-pay/button-element`), and PayPal via `hb-payment-paypal` according to `gateways` and `payment` JSON. Parses string props into objects, merges card networks defaults, and tracks `completed` to switch between editable steps and a read-only confirmation summary with events for payment and form submissions.",
6
6
  "licenses": [