@liquidcommerce/elements-sdk 2.6.0-beta.32 → 2.6.0-beta.34

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 (46) hide show
  1. package/dist/index.esm.js +11079 -10847
  2. package/dist/types/clients/base.d.ts +6 -0
  3. package/dist/types/clients/checkout.d.ts +2 -0
  4. package/dist/types/constants/core.constant.d.ts +1 -0
  5. package/dist/types/enums/core.enum.d.ts +1 -0
  6. package/dist/types/interfaces/configs/product-list.interface.d.ts +1 -0
  7. package/dist/types/modules/address/styles/register-styles.d.ts +1 -0
  8. package/dist/types/modules/cart/styles/register-styles.d.ts +1 -0
  9. package/dist/types/modules/checkout/styles/register-styles.d.ts +1 -0
  10. package/dist/types/modules/product/styles/register-styles.d.ts +1 -0
  11. package/dist/types/modules/product-list/components/card-components/product-fulfillments.d.ts +0 -3
  12. package/dist/types/modules/product-list/components/index.d.ts +2 -1
  13. package/dist/types/modules/product-list/components/product-list-engraving.component.d.ts +6 -0
  14. package/dist/types/modules/product-list/components/product-list-filters.component.d.ts +0 -1
  15. package/dist/types/modules/product-list/product-list-card.component.d.ts +2 -2
  16. package/dist/types/modules/product-list/product-list.component.d.ts +1 -1
  17. package/dist/types/modules/product-list/styles/product-list-card.style.d.ts +1 -0
  18. package/dist/types/modules/product-list/styles/product-list-filters.style.d.ts +1 -0
  19. package/dist/types/modules/product-list/styles/register-styles.d.ts +1 -0
  20. package/dist/types/modules/theme-provider/services/style-registry.service.d.ts +16 -0
  21. package/dist/types/modules/theme-provider/services/stylesheet-generator.service.d.ts +0 -1
  22. package/dist/types/modules/theme-provider/styles/register-styles.d.ts +1 -0
  23. package/dist/types/modules/ui-components/engraving/engraving-form.component.d.ts +2 -1
  24. package/dist/types/modules/ui-components/modal/modal.component.d.ts +3 -1
  25. package/package.json +4 -3
  26. package/umd/elements-checkout.js +1 -1
  27. package/umd/elements.js +1 -1
  28. package/dist/index.checkout.esm.js +0 -16000
  29. package/dist/types/modules/theme-provider/styles/address/index.d.ts +0 -1
  30. package/dist/types/modules/theme-provider/styles/cart/index.d.ts +0 -1
  31. package/dist/types/modules/theme-provider/styles/checkout/index.d.ts +0 -1
  32. package/dist/types/modules/theme-provider/styles/product/index.d.ts +0 -3
  33. package/dist/types/modules/theme-provider/styles/product-list/index.d.ts +0 -1
  34. package/dist/types/modules/theme-provider/styles/ui/index.d.ts +0 -4
  35. /package/dist/types/modules/{theme-provider/styles/address → address/styles}/address.style.d.ts +0 -0
  36. /package/dist/types/modules/{theme-provider/styles/cart → cart/styles}/cart.style.d.ts +0 -0
  37. /package/dist/types/modules/{theme-provider/styles/checkout → checkout/styles}/checkout.style.d.ts +0 -0
  38. /package/dist/types/modules/{theme-provider/styles/product → product/styles}/image-carousel.style.d.ts +0 -0
  39. /package/dist/types/modules/{theme-provider/styles/product → product/styles}/product.style.d.ts +0 -0
  40. /package/dist/types/modules/{theme-provider/styles/product → product/styles}/retailers.style.d.ts +0 -0
  41. /package/dist/types/modules/product-list/components/{product-list-retailers.d.ts → product-list-retailers.component.d.ts} +0 -0
  42. /package/dist/types/modules/{theme-provider/styles/product-list → product-list/styles}/product-list.style.d.ts +0 -0
  43. /package/dist/types/modules/{theme-provider/styles/ui → ui-components/styles}/drawer.style.d.ts +0 -0
  44. /package/dist/types/modules/{theme-provider/styles/ui → ui-components/styles}/loading.style.d.ts +0 -0
  45. /package/dist/types/modules/{theme-provider/styles/ui → ui-components/styles}/modal.style.d.ts +0 -0
  46. /package/dist/types/modules/{theme-provider/styles/ui → ui-components/styles}/promo-code-ticker.style.d.ts +0 -0
@@ -1 +0,0 @@
1
- export * from './address.style';
@@ -1 +0,0 @@
1
- export * from './cart.style';
@@ -1 +0,0 @@
1
- export * from './checkout.style';
@@ -1,3 +0,0 @@
1
- export * from './image-carousel.style';
2
- export * from './product.style';
3
- export * from './retailers.style';
@@ -1 +0,0 @@
1
- export * from './product-list.style';
@@ -1,4 +0,0 @@
1
- export * from './drawer.style';
2
- export * from './loading.style';
3
- export * from './modal.style';
4
- export * from './promo-code-ticker.style';