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.
- package/esm2022/lib/directive/content-fit-directive.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +61 -0
- package/esm2022/lib/ecommerce/sections/cart/cart.modal.mjs +2 -0
- package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +57 -0
- package/esm2022/lib/ecommerce/sections/checkout/checkout.modal.mjs +2 -0
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +70 -0
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.modal.mjs +2 -0
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +85 -0
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.modal.mjs +2 -0
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +94 -0
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +2 -0
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +81 -0
- package/esm2022/lib/ecommerce/sections/product-list/product-list.modal.mjs +2 -0
- package/esm2022/lib/ecommerce/styles/cart.modal.mjs +2 -0
- package/esm2022/lib/ecommerce/styles/category.modal.mjs +8 -0
- package/esm2022/lib/ecommerce/styles/product.modal.mjs +2 -0
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +3 -3
- package/esm2022/lib/sections/video-section/video-section.component.mjs +3 -3
- package/esm2022/lib/services/events.service.mjs +5 -1
- package/esm2022/public-api.mjs +11 -1
- package/fesm2022/simpo-component-library.mjs +366 -6
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/directive/background-directive.d.ts +1 -1
- package/lib/directive/button-directive.directive.d.ts +1 -1
- package/lib/directive/color.directive.d.ts +1 -1
- package/lib/ecommerce/sections/cart/cart.component.d.ts +20 -0
- package/lib/ecommerce/sections/cart/cart.modal.d.ts +14 -0
- package/lib/ecommerce/sections/checkout/checkout.component.d.ts +22 -0
- package/lib/ecommerce/sections/checkout/checkout.modal.d.ts +18 -0
- package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +22 -0
- package/lib/ecommerce/sections/featured-category/featured-category.modal.d.ts +14 -0
- package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +27 -0
- package/lib/ecommerce/sections/featured-products/featured-products.modal.d.ts +27 -0
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +32 -0
- package/lib/ecommerce/sections/product-desc/product-desc.modal.d.ts +18 -0
- package/lib/ecommerce/sections/product-list/product-list.component.d.ts +29 -0
- package/lib/ecommerce/sections/product-list/product-list.modal.d.ts +23 -0
- package/lib/ecommerce/styles/cart.modal.d.ts +71 -0
- package/lib/ecommerce/styles/category.modal.d.ts +14 -0
- package/lib/ecommerce/styles/product.modal.d.ts +204 -0
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -2
- package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
- package/lib/services/events.service.d.ts +3 -0
- package/package.json +1 -1
- package/public-api.d.ts +9 -0
- package/simpo-component-library-1.2.2.tgz +0 -0
- package/simpo-component-library-1.2.0.tgz +0 -0
|
Binary file
|
|
Binary file
|