@liquidcommerce/elements-sdk 2.7.25 → 2.7.26

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 (81) hide show
  1. package/README.md +20 -4
  2. package/dist/index.checkout.esm.js +8410 -7130
  3. package/dist/index.esm.js +13783 -11655
  4. package/dist/types/core/a11y/announcer.service.d.ts +16 -0
  5. package/dist/types/core/a11y/focus-manager.service.d.ts +21 -0
  6. package/dist/types/core/a11y/focusable.d.ts +5 -0
  7. package/dist/types/core/a11y/glyph-button.d.ts +8 -0
  8. package/dist/types/core/a11y/index.d.ts +5 -0
  9. package/dist/types/core/a11y/single-select.d.ts +16 -0
  10. package/dist/types/core/base-component.service.d.ts +2 -0
  11. package/dist/types/interfaces/configs/global.interface.d.ts +2 -0
  12. package/dist/types/modules/address/address-display.component.d.ts +3 -1
  13. package/dist/types/modules/address/address-input.component.d.ts +10 -1
  14. package/dist/types/modules/cart/components/cart-body.component.d.ts +1 -0
  15. package/dist/types/modules/cart/components/cart-item-quantity-price.component.d.ts +5 -0
  16. package/dist/types/modules/cart/components/cart-item.component.d.ts +6 -0
  17. package/dist/types/modules/checkout/components/checkout-completed.component.d.ts +2 -0
  18. package/dist/types/modules/checkout/components/checkout-item-quantity.component.d.ts +1 -0
  19. package/dist/types/modules/checkout/components/checkout-payment.component.d.ts +1 -0
  20. package/dist/types/modules/checkout/components/checkout-place-order-button.component.d.ts +2 -0
  21. package/dist/types/modules/product/components/components.d.ts +6 -1
  22. package/dist/types/modules/product/components/product-add-to-cart-section.component.d.ts +6 -1
  23. package/dist/types/modules/product/components/product-drawer.component.d.ts +6 -0
  24. package/dist/types/modules/product/components/product-image-carousel.component.d.ts +1 -0
  25. package/dist/types/modules/product/components/product-retailers-carousel.component.d.ts +1 -0
  26. package/dist/types/modules/product/components/product-retailers-popup-list.component.d.ts +5 -0
  27. package/dist/types/modules/product/product.commands.d.ts +2 -2
  28. package/dist/types/modules/product-list/components/card-components/product-price-and-personalization.d.ts +2 -1
  29. package/dist/types/modules/product-list/components/card-components/product-quantity-selector.d.ts +2 -1
  30. package/dist/types/modules/product-list/components/card-components/product-sizes-list.d.ts +1 -0
  31. package/dist/types/modules/product-list/components/filter-components/product-list-fulfillment-filter.d.ts +1 -0
  32. package/dist/types/modules/product-list/components/product-list-filters.component.d.ts +1 -0
  33. package/dist/types/modules/product-list/components/product-list-product-pre-cart.component.d.ts +2 -0
  34. package/dist/types/modules/product-list/product-list.commands.d.ts +1 -1
  35. package/dist/types/modules/product-list/product-list.component.d.ts +3 -0
  36. package/dist/types/modules/theme-provider/services/contrast-guard.service.d.ts +19 -0
  37. package/dist/types/modules/ui-components/alert/alert.component.d.ts +1 -1
  38. package/dist/types/modules/ui-components/buttons/buttons-open-cart.component.d.ts +5 -0
  39. package/dist/types/modules/ui-components/drawer/drawer.component.d.ts +14 -0
  40. package/dist/types/modules/ui-components/engraving/engraving-form.component.d.ts +2 -0
  41. package/dist/types/modules/ui-components/engraving/engraving-view.component.d.ts +1 -0
  42. package/dist/types/modules/ui-components/input/input.component.d.ts +5 -0
  43. package/dist/types/modules/ui-components/lce-element/lce-element.component.d.ts +9 -1
  44. package/dist/types/modules/ui-components/ui.commands.d.ts +3 -1
  45. package/dist/types/static/icon/arrow-right.icon.d.ts +1 -1
  46. package/dist/types/static/icon/bag.icon.d.ts +1 -1
  47. package/dist/types/static/icon/check.icon.d.ts +1 -1
  48. package/dist/types/static/icon/checkbox.icon.d.ts +1 -1
  49. package/dist/types/static/icon/chevron-down.icon.d.ts +1 -1
  50. package/dist/types/static/icon/chevron-left.icon.d.ts +1 -1
  51. package/dist/types/static/icon/chevron-up.icon.d.ts +1 -1
  52. package/dist/types/static/icon/close.icon.d.ts +1 -1
  53. package/dist/types/static/icon/error-info.icon.d.ts +1 -1
  54. package/dist/types/static/icon/filter.icon.d.ts +1 -1
  55. package/dist/types/static/icon/icon.a11y.d.ts +1 -0
  56. package/dist/types/static/icon/icon.types.d.ts +1 -0
  57. package/dist/types/static/icon/index.d.ts +1 -0
  58. package/dist/types/static/icon/info.icon.d.ts +1 -1
  59. package/dist/types/static/icon/loading-spinner.icon.d.ts +1 -1
  60. package/dist/types/static/icon/search.icon.d.ts +1 -1
  61. package/dist/types/static/icon/success.icon.d.ts +1 -1
  62. package/dist/types/static/icon/trash.icon.d.ts +1 -1
  63. package/dist/types/static/icon/warning.icon.d.ts +1 -1
  64. package/dist/types/utils/color-contrast.d.ts +16 -0
  65. package/docs/v1/README.md +3 -0
  66. package/docs/v1/api/actions/address-actions.md +1 -1
  67. package/docs/v1/api/client.md +4 -3
  68. package/docs/v1/api/configuration.md +13 -0
  69. package/docs/v1/api/ui-helpers.md +2 -2
  70. package/docs/v1/getting-started/concepts.md +24 -7
  71. package/docs/v1/getting-started/installation.md +2 -2
  72. package/docs/v1/getting-started/quick-start.md +8 -3
  73. package/docs/v1/guides/accessibility.md +190 -0
  74. package/docs/v1/guides/address-component.md +3 -3
  75. package/docs/v1/guides/best-practices.md +1 -1
  76. package/docs/v1/guides/cart-component.md +3 -3
  77. package/docs/v1/guides/events.md +18 -5
  78. package/docs/v1/guides/theming.md +6 -1
  79. package/docs/v1/integration/vanilla-js.md +1 -1
  80. package/docs/v1/reference/error-handling.md +1 -1
  81. package/package.json +43 -14

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.