@htmlbricks/hb-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/README.md +327 -30
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +92 -15
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
"name": "--bulma-text",
|
|
390
390
|
"valueType": "color",
|
|
391
391
|
"defaultValue": "#363636",
|
|
392
|
-
"description": "
|
|
392
|
+
"description": "Sets the default foreground color for checkout body copy and section headings so the flow stays readable against your page background."
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
395
|
"name": "--bulma-border",
|
|
@@ -397,17 +397,89 @@
|
|
|
397
397
|
"defaultValue": "#dbdbdb",
|
|
398
398
|
"description": "Separators and rules."
|
|
399
399
|
},
|
|
400
|
+
{
|
|
401
|
+
"name": "--bulma-border-weak",
|
|
402
|
+
"valueType": "color",
|
|
403
|
+
"defaultValue": "(theme)",
|
|
404
|
+
"description": "Softer border for the payment terms notice panel."
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "--bulma-background",
|
|
408
|
+
"valueType": "color",
|
|
409
|
+
"defaultValue": "(theme)",
|
|
410
|
+
"description": "Mixed into the terms notice panel background (`color-mix` with border)."
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"name": "--bulma-text-weak",
|
|
414
|
+
"valueType": "color",
|
|
415
|
+
"defaultValue": "(theme)",
|
|
416
|
+
"description": "Muted copy inside the default payment terms notice."
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"name": "--bulma-title-size",
|
|
420
|
+
"valueType": "other",
|
|
421
|
+
"defaultValue": "(theme)",
|
|
422
|
+
"description": "Checkout uses a larger title scale on `:host` (mapped to `--bulma-size-2` in styles)."
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "--bulma-subtitle-size",
|
|
426
|
+
"valueType": "other",
|
|
427
|
+
"defaultValue": "(theme)",
|
|
428
|
+
"description": "Subtitle scale on `:host` (mapped to `--bulma-size-4` in styles)."
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"name": "--bulma-subtitle-weight",
|
|
432
|
+
"valueType": "other",
|
|
433
|
+
"defaultValue": "(theme)",
|
|
434
|
+
"description": "Font weight for the subtitle row (defaults to bold in checkout)."
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "--bulma-size-medium",
|
|
438
|
+
"valueType": "other",
|
|
439
|
+
"defaultValue": "(theme)",
|
|
440
|
+
"description": "Base `font-size` on `:host` for the flow."
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "--bulma-size-small",
|
|
444
|
+
"valueType": "other",
|
|
445
|
+
"defaultValue": "(theme)",
|
|
446
|
+
"description": "Smaller text in the default terms notice."
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"name": "--bulma-block-spacing",
|
|
450
|
+
"valueType": "other",
|
|
451
|
+
"defaultValue": "(theme)",
|
|
452
|
+
"description": "Line height spacing for definition-list style rows."
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"name": "--bulma-weight-bold",
|
|
456
|
+
"valueType": "other",
|
|
457
|
+
"defaultValue": "(theme)",
|
|
458
|
+
"description": "Bold labels on “edit” controls."
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"name": "--bulma-weight-semibold",
|
|
462
|
+
"valueType": "other",
|
|
463
|
+
"defaultValue": "(theme)",
|
|
464
|
+
"description": "Semibold weight for inline terms links."
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "--bulma-radius",
|
|
468
|
+
"valueType": "number",
|
|
469
|
+
"defaultValue": "0.375rem",
|
|
470
|
+
"description": "Corner radius for the terms notice panel and links."
|
|
471
|
+
},
|
|
400
472
|
{
|
|
401
473
|
"name": "--edit-color",
|
|
402
474
|
"valueType": "color",
|
|
403
|
-
"defaultValue": "",
|
|
404
|
-
"description": "
|
|
475
|
+
"defaultValue": "(from `--bulma-link`)",
|
|
476
|
+
"description": "Color for “edit” links beside profile rows; `:host` defaults it to `--bulma-link`."
|
|
405
477
|
},
|
|
406
478
|
{
|
|
407
479
|
"name": "--hb-checkout-border",
|
|
408
|
-
"valueType": "
|
|
409
|
-
"defaultValue": "",
|
|
410
|
-
"description": "
|
|
480
|
+
"valueType": "other",
|
|
481
|
+
"defaultValue": "1px solid + `--bulma-border`",
|
|
482
|
+
"description": "Border shorthand under the main title and above the payment section; override for custom divider weight or color."
|
|
411
483
|
},
|
|
412
484
|
{
|
|
413
485
|
"name": "--paypal-button-color",
|
|
@@ -418,14 +490,16 @@
|
|
|
418
490
|
],
|
|
419
491
|
"parts": [
|
|
420
492
|
{
|
|
421
|
-
"name": "title"
|
|
493
|
+
"name": "title",
|
|
494
|
+
"description": "Centered main checkout title (bottom border uses `--hb-checkout-border`)."
|
|
422
495
|
},
|
|
423
496
|
{
|
|
424
|
-
"name": "subtitle"
|
|
497
|
+
"name": "subtitle",
|
|
498
|
+
"description": "Section subtitle row below the main title."
|
|
425
499
|
},
|
|
426
500
|
{
|
|
427
501
|
"name": "payment_terms_note",
|
|
428
|
-
"description": "
|
|
502
|
+
"description": "Box around the `payment_terms` slot (default legal copy, border, and background). Style with `hb-checkout::part(payment_terms_note)`."
|
|
429
503
|
}
|
|
430
504
|
]
|
|
431
505
|
},
|
|
@@ -433,16 +507,19 @@
|
|
|
433
507
|
"htmlSlots": [
|
|
434
508
|
{
|
|
435
509
|
"name": "payment_terms",
|
|
436
|
-
"description": "
|
|
510
|
+
"description": "Replace or extend the default terms / privacy line above payment (still wrapped by `payment_terms_note` styling unless you override it)."
|
|
437
511
|
},
|
|
438
512
|
{
|
|
439
|
-
"name": "payment_completed"
|
|
513
|
+
"name": "payment_completed",
|
|
514
|
+
"description": "Custom content in the read-only confirmation state when `completed` is enabled; shown instead of the editable payment block."
|
|
440
515
|
},
|
|
441
516
|
{
|
|
442
|
-
"name": "userinfo"
|
|
517
|
+
"name": "userinfo",
|
|
518
|
+
"description": "Custom markup inside the billing / shipping profile area around the embedded `hb-form` (when you need extra fields or layout)."
|
|
443
519
|
},
|
|
444
520
|
{
|
|
445
|
-
"name": "title"
|
|
521
|
+
"name": "title",
|
|
522
|
+
"description": "Optional content inside the title region next to or around the default heading (advanced layout only)."
|
|
446
523
|
}
|
|
447
524
|
],
|
|
448
525
|
"i18n": [],
|
|
@@ -583,7 +660,7 @@
|
|
|
583
660
|
}
|
|
584
661
|
}
|
|
585
662
|
],
|
|
586
|
-
"iifeIntegrity": "sha384-
|
|
663
|
+
"iifeIntegrity": "sha384-g/keDz9ZT93oOUhRaWC3C9fW0Pngaej5P7BQH0qye426OhIFvEExSP3SgtBtbhO2",
|
|
587
664
|
"dependencies": [
|
|
588
665
|
{
|
|
589
666
|
"name": "hb-form",
|
|
@@ -736,5 +813,5 @@
|
|
|
736
813
|
"size": {},
|
|
737
814
|
"iifePath": "main.iife.js",
|
|
738
815
|
"repoName": "@htmlbricks/hb-checkout",
|
|
739
|
-
"version": "0.71.
|
|
816
|
+
"version": "0.71.36"
|
|
740
817
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-checkout",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.36",
|
|
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": [
|