simpo-component-library 1.2.0 → 1.2.2

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 (47) hide show
  1. package/esm2022/lib/directive/content-fit-directive.mjs +2 -2
  2. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +61 -0
  3. package/esm2022/lib/ecommerce/sections/cart/cart.modal.mjs +2 -0
  4. package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +57 -0
  5. package/esm2022/lib/ecommerce/sections/checkout/checkout.modal.mjs +2 -0
  6. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +70 -0
  7. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.modal.mjs +2 -0
  8. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +85 -0
  9. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.modal.mjs +2 -0
  10. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +94 -0
  11. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +2 -0
  12. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +81 -0
  13. package/esm2022/lib/ecommerce/sections/product-list/product-list.modal.mjs +2 -0
  14. package/esm2022/lib/ecommerce/styles/cart.modal.mjs +2 -0
  15. package/esm2022/lib/ecommerce/styles/category.modal.mjs +8 -0
  16. package/esm2022/lib/ecommerce/styles/product.modal.mjs +2 -0
  17. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +3 -3
  18. package/esm2022/lib/sections/video-section/video-section.component.mjs +3 -3
  19. package/esm2022/lib/services/events.service.mjs +5 -1
  20. package/esm2022/public-api.mjs +11 -1
  21. package/fesm2022/simpo-component-library.mjs +366 -6
  22. package/fesm2022/simpo-component-library.mjs.map +1 -1
  23. package/lib/directive/background-directive.d.ts +1 -1
  24. package/lib/directive/button-directive.directive.d.ts +1 -1
  25. package/lib/directive/color.directive.d.ts +1 -1
  26. package/lib/ecommerce/sections/cart/cart.component.d.ts +20 -0
  27. package/lib/ecommerce/sections/cart/cart.modal.d.ts +14 -0
  28. package/lib/ecommerce/sections/checkout/checkout.component.d.ts +22 -0
  29. package/lib/ecommerce/sections/checkout/checkout.modal.d.ts +18 -0
  30. package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +22 -0
  31. package/lib/ecommerce/sections/featured-category/featured-category.modal.d.ts +14 -0
  32. package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +27 -0
  33. package/lib/ecommerce/sections/featured-products/featured-products.modal.d.ts +27 -0
  34. package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +32 -0
  35. package/lib/ecommerce/sections/product-desc/product-desc.modal.d.ts +18 -0
  36. package/lib/ecommerce/sections/product-list/product-list.component.d.ts +29 -0
  37. package/lib/ecommerce/sections/product-list/product-list.modal.d.ts +23 -0
  38. package/lib/ecommerce/styles/cart.modal.d.ts +71 -0
  39. package/lib/ecommerce/styles/category.modal.d.ts +14 -0
  40. package/lib/ecommerce/styles/product.modal.d.ts +204 -0
  41. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -2
  42. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  43. package/lib/services/events.service.d.ts +3 -0
  44. package/package.json +1 -1
  45. package/public-api.d.ts +9 -0
  46. package/simpo-component-library-1.2.2.tgz +0 -0
  47. package/simpo-component-library-1.2.0.tgz +0 -0
Binary file