@liquidcommerce/elements-sdk 2.5.5 → 2.5.6-beta.10

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.
Files changed (62) hide show
  1. package/README.md +99 -25
  2. package/dist/index.esm.js +11887 -11010
  3. package/dist/types/constants/core.constant.d.ts +1 -0
  4. package/dist/types/core/auth.service.d.ts +0 -1
  5. package/dist/types/core/client/client-action.service.d.ts +0 -4
  6. package/dist/types/core/google-tag-manager.service.d.ts +0 -19
  7. package/dist/types/core/logger/logger.service.d.ts +0 -2
  8. package/dist/types/core/pubsub/interfaces/cart.interface.d.ts +0 -2
  9. package/dist/types/core/pubsub/interfaces/checkout.interface.d.ts +0 -10
  10. package/dist/types/core/pubsub/interfaces/core.interface.d.ts +14 -8
  11. package/dist/types/core/pubsub/interfaces/product.interface.d.ts +0 -6
  12. package/dist/types/core/sdk-error-handler.d.ts +5 -0
  13. package/dist/types/core/singleton-manager.service.d.ts +6 -1
  14. package/dist/types/core/store/interfaces/checkout.interface.d.ts +72 -80
  15. package/dist/types/core/store/interfaces/core.interface.d.ts +4 -4
  16. package/dist/types/core/telemetry/telemetry.interface.d.ts +1 -1
  17. package/dist/types/core/telemetry/telemetry.service.d.ts +1 -0
  18. package/dist/types/enums/core.enum.d.ts +15 -10
  19. package/dist/types/index.d.ts +1 -0
  20. package/dist/types/interfaces/cloud/checkout.interface.d.ts +1 -1
  21. package/dist/types/interfaces/configs/checkout.interface.d.ts +0 -1
  22. package/dist/types/interfaces/core.interface.d.ts +3 -1
  23. package/dist/types/modules/cart/components/cart-retailer.component.d.ts +0 -2
  24. package/dist/types/modules/checkout/checkout.commands.d.ts +25 -23
  25. package/dist/types/modules/checkout/components/checkout-billing.component.d.ts +14 -0
  26. package/dist/types/modules/checkout/components/checkout-buyer-summary.component.d.ts +7 -0
  27. package/dist/types/modules/checkout/components/{checkout-information-section.component.d.ts → checkout-buyer.component.d.ts} +5 -5
  28. package/dist/types/modules/checkout/components/checkout-deliver-to-summary.component.d.ts +7 -0
  29. package/dist/types/modules/checkout/components/checkout-deliver-to.component.d.ts +13 -0
  30. package/dist/types/modules/checkout/components/checkout-information.component.d.ts +17 -0
  31. package/dist/types/modules/checkout/components/{checkout-summary-section.component.d.ts → checkout-order-summary.component.d.ts} +1 -1
  32. package/dist/types/modules/checkout/components/checkout-payment-summary.component.d.ts +7 -0
  33. package/dist/types/modules/checkout/components/checkout-payment.component.d.ts +47 -0
  34. package/dist/types/modules/checkout/components/{summary/checkout-place-order-button.component.d.ts → checkout-place-order-button.component.d.ts} +1 -5
  35. package/dist/types/modules/checkout/components/checkout-send-as-gift.component.d.ts +7 -0
  36. package/dist/types/modules/checkout/components/{information/checkout-stripe-form.component.d.ts → checkout-stripe-form.component.d.ts} +5 -3
  37. package/dist/types/modules/checkout/components/index.d.ts +22 -18
  38. package/dist/types/modules/checkout/constant.d.ts +0 -1
  39. package/dist/types/modules/product/utils/helpers.d.ts +0 -7
  40. package/dist/types/modules/ui-components/input/birthdate-input.component.d.ts +4 -4
  41. package/dist/types/modules/ui-components/input/input.component.d.ts +4 -4
  42. package/docs/ACTIONS.md +29 -29
  43. package/docs/CONFIGURATION.md +20 -1
  44. package/docs/EVENTS.md +62 -29
  45. package/docs/THEMING.md +2 -5
  46. package/package.json +7 -7
  47. package/umd/elements.js +1 -1
  48. package/dist/types/modules/checkout/checkout.commands.helper.d.ts +0 -13
  49. package/dist/types/modules/checkout/components/information/checkout-billing-form.component.d.ts +0 -18
  50. package/dist/types/modules/checkout/components/information/checkout-buyer-information-form.component.d.ts +0 -12
  51. package/dist/types/modules/checkout/components/information/checkout-delivery-information-form.component.d.ts +0 -17
  52. package/dist/types/modules/checkout/components/information/checkout-payment-form.component.d.ts +0 -21
  53. /package/dist/types/modules/checkout/components/{summary/checkout-amounts.component.d.ts → checkout-amounts.component.d.ts} +0 -0
  54. /package/dist/types/modules/checkout/components/{summary/checkout-completed.component.d.ts → checkout-completed.component.d.ts} +0 -0
  55. /package/dist/types/modules/checkout/components/{summary/checkout-gift-cards.component.d.ts → checkout-gift-cards.component.d.ts} +0 -0
  56. /package/dist/types/modules/checkout/components/{summary/checkout-item-quantity.component.d.ts → checkout-item-quantity.component.d.ts} +0 -0
  57. /package/dist/types/modules/checkout/components/{summary/checkout-item.component.d.ts → checkout-item.component.d.ts} +0 -0
  58. /package/dist/types/modules/checkout/components/{summary/checkout-items.component.d.ts → checkout-items.component.d.ts} +0 -0
  59. /package/dist/types/modules/checkout/components/{summary/checkout-presale-expired.component.d.ts → checkout-presale-expired.component.d.ts} +0 -0
  60. /package/dist/types/modules/checkout/components/{summary/checkout-promo-code.component.d.ts → checkout-promo-code.component.d.ts} +0 -0
  61. /package/dist/types/modules/checkout/components/{summary/checkout-tips.component.d.ts → checkout-tips.component.d.ts} +0 -0
  62. /package/dist/types/modules/checkout/components/{summary/promo-pc-gc.component.d.ts → promo-pc-gc.component.d.ts} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.