simpo-component-library 3.6.824 → 3.6.827

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 (25) hide show
  1. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +2 -2
  2. package/fesm2022/simpo-component-library.mjs +1 -1
  3. package/fesm2022/simpo-component-library.mjs.map +1 -1
  4. package/lib/components/input-fields/input-fields.component.d.ts +1 -1
  5. package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -1
  6. package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +1 -1
  7. package/lib/ecommerce/sections/featured-category/featured-collection.component.d.ts +1 -1
  8. package/lib/ecommerce/sections/new-collection/new-collection.component.d.ts +1 -1
  9. package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +1 -1
  10. package/lib/ecommerce/sections/schemes/schemes.component.d.ts +1 -1
  11. package/lib/elements/link-editor/link-editor.component.d.ts +1 -1
  12. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -2
  13. package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
  14. package/lib/sections/contact-us/contact-us.component.d.ts +1 -1
  15. package/lib/sections/faq-columns-cards/faq-columns-cards.component.d.ts +1 -1
  16. package/lib/sections/faq-section/faq-section.component.d.ts +1 -1
  17. package/lib/sections/image-grid-hotspot/image-grid-hotspot.component.d.ts +1 -1
  18. package/lib/sections/image-grid-section/image-grid-section.component.d.ts +1 -1
  19. package/lib/sections/image-section/image-section.component.d.ts +2 -2
  20. package/lib/sections/logo-showcase/logo-showcase.component.d.ts +2 -2
  21. package/lib/sections/new-testimonials/new-testimonials.component.d.ts +1 -1
  22. package/lib/sections/pricing-section/pricing-section.component.d.ts +2 -2
  23. package/package.json +1 -1
  24. package/simpo-component-library-3.6.827.tgz +0 -0
  25. package/simpo-component-library-3.6.824.tgz +0 -0
@@ -9535,7 +9535,7 @@ class CartComponent extends BaseSection {
9535
9535
  validFrom: coupon.validFrom
9536
9536
  };
9537
9537
  });
9538
- if (!this.userDetails)
9538
+ if (this.storageService.getUser())
9539
9539
  this.couponDialogRef = this.matDialog.open(container, { panelClass: 'sidepanel-class' });
9540
9540
  else {
9541
9541
  this.messageService.add({ severity: 'info', summary: 'Login', detail: 'Please login with mobile number to apply coupon' });