@liquidcommerce/elements-sdk 2.6.0-beta.33 → 2.6.0-beta.35

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 (35) hide show
  1. package/dist/index.esm.js +10970 -10915
  2. package/dist/types/clients/base.d.ts +6 -0
  3. package/dist/types/clients/checkout.d.ts +2 -0
  4. package/dist/types/modules/address/styles/register-styles.d.ts +1 -0
  5. package/dist/types/modules/cart/styles/register-styles.d.ts +1 -0
  6. package/dist/types/modules/checkout/components/checkout-completed.component.d.ts +2 -0
  7. package/dist/types/modules/checkout/styles/register-styles.d.ts +1 -0
  8. package/dist/types/modules/product/styles/register-styles.d.ts +1 -0
  9. package/dist/types/modules/product-list/styles/register-styles.d.ts +1 -0
  10. package/dist/types/modules/theme-provider/services/style-registry.service.d.ts +16 -0
  11. package/dist/types/modules/theme-provider/services/stylesheet-generator.service.d.ts +0 -1
  12. package/dist/types/modules/theme-provider/styles/register-styles.d.ts +1 -0
  13. package/package.json +4 -3
  14. package/umd/elements-checkout.js +1 -1
  15. package/umd/elements.js +1 -1
  16. package/dist/index.checkout.esm.js +0 -16009
  17. package/dist/types/modules/theme-provider/styles/address/index.d.ts +0 -1
  18. package/dist/types/modules/theme-provider/styles/cart/index.d.ts +0 -1
  19. package/dist/types/modules/theme-provider/styles/checkout/index.d.ts +0 -1
  20. package/dist/types/modules/theme-provider/styles/product/index.d.ts +0 -3
  21. package/dist/types/modules/theme-provider/styles/product-list/index.d.ts +0 -3
  22. package/dist/types/modules/theme-provider/styles/ui/index.d.ts +0 -4
  23. /package/dist/types/modules/{theme-provider/styles/address → address/styles}/address.style.d.ts +0 -0
  24. /package/dist/types/modules/{theme-provider/styles/cart → cart/styles}/cart.style.d.ts +0 -0
  25. /package/dist/types/modules/{theme-provider/styles/checkout → checkout/styles}/checkout.style.d.ts +0 -0
  26. /package/dist/types/modules/{theme-provider/styles/product → product/styles}/image-carousel.style.d.ts +0 -0
  27. /package/dist/types/modules/{theme-provider/styles/product → product/styles}/product.style.d.ts +0 -0
  28. /package/dist/types/modules/{theme-provider/styles/product → product/styles}/retailers.style.d.ts +0 -0
  29. /package/dist/types/modules/{theme-provider/styles/product-list → product-list/styles}/product-list-card.style.d.ts +0 -0
  30. /package/dist/types/modules/{theme-provider/styles/product-list → product-list/styles}/product-list-filters.style.d.ts +0 -0
  31. /package/dist/types/modules/{theme-provider/styles/product-list → product-list/styles}/product-list.style.d.ts +0 -0
  32. /package/dist/types/modules/{theme-provider/styles/ui → ui-components/styles}/drawer.style.d.ts +0 -0
  33. /package/dist/types/modules/{theme-provider/styles/ui → ui-components/styles}/loading.style.d.ts +0 -0
  34. /package/dist/types/modules/{theme-provider/styles/ui → ui-components/styles}/modal.style.d.ts +0 -0
  35. /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,3 +0,0 @@
1
- export * from './product-list.style';
2
- export * from './product-list-card.style';
3
- export * from './product-list-filters.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';