simpo-component-library 2.0.6 → 2.0.7

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 (106) hide show
  1. package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +8 -4
  2. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +3 -3
  3. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +7 -4
  4. package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +8 -5
  5. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.component.mjs +7 -4
  6. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +9 -5
  7. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +8 -5
  8. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +8 -5
  9. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +7 -4
  10. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.model.mjs +1 -1
  11. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +8 -4
  12. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +1 -1
  13. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +5 -3
  14. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +3 -3
  15. package/esm2022/lib/elements/index.mjs +6 -5
  16. package/esm2022/lib/elements/svg-divider/svg-divider.component.mjs +29 -0
  17. package/esm2022/lib/elements/text/text.component.mjs +3 -3
  18. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +15 -12
  19. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +9 -6
  20. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +7 -4
  21. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +10 -6
  22. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +7 -4
  23. package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +11 -7
  24. package/esm2022/lib/sections/carousel-banner/carousel-banner.model.mjs +1 -1
  25. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +7 -4
  26. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +10 -7
  27. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +12 -7
  28. package/esm2022/lib/sections/features-section/features-section.component.mjs +7 -4
  29. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +9 -6
  30. package/esm2022/lib/sections/footer-section/footer-section.modal.mjs +1 -1
  31. package/esm2022/lib/sections/header-text/header-text.component.mjs +9 -6
  32. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +9 -6
  33. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +9 -6
  34. package/esm2022/lib/sections/image-section/image-section.component.mjs +9 -6
  35. package/esm2022/lib/sections/location-section/location-section.component.mjs +9 -6
  36. package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +7 -4
  37. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +9 -6
  38. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +7 -4
  39. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +9 -6
  40. package/esm2022/lib/sections/process-section/process-section.component.mjs +9 -6
  41. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +7 -4
  42. package/esm2022/lib/sections/service-section/service-section.component.mjs +9 -6
  43. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +9 -6
  44. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +9 -6
  45. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +9 -6
  46. package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +9 -6
  47. package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +9 -6
  48. package/esm2022/lib/sections/text-section/text-section.component.mjs +8 -5
  49. package/esm2022/lib/sections/video-section/video-section.component.mjs +9 -6
  50. package/esm2022/lib/services/rest.service.mjs +3 -3
  51. package/esm2022/lib/styles/index.mjs +22 -1
  52. package/esm2022/lib/styles/style.model.mjs +1 -1
  53. package/fesm2022/simpo-component-library.mjs +318 -187
  54. package/fesm2022/simpo-component-library.mjs.map +1 -1
  55. package/lib/ecommerce/sections/authenticate-user/authenticate-user.component.d.ts +3 -2
  56. package/lib/ecommerce/sections/category-product/category-product.component.d.ts +3 -2
  57. package/lib/ecommerce/sections/checkout/checkout.component.d.ts +4 -2
  58. package/lib/ecommerce/sections/customer-review/customer-review.component.d.ts +3 -1
  59. package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +3 -2
  60. package/lib/ecommerce/sections/featured-category/featured-collection.component.d.ts +3 -2
  61. package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +3 -2
  62. package/lib/ecommerce/sections/product-category-list/product-category-list.component.d.ts +3 -2
  63. package/lib/ecommerce/sections/product-category-list/product-category-list.model.d.ts +2 -1
  64. package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +3 -2
  65. package/lib/ecommerce/sections/product-desc/product-desc.modal.d.ts +2 -1
  66. package/lib/ecommerce/sections/product-list/product-list.component.d.ts +3 -2
  67. package/lib/elements/index.d.ts +2 -1
  68. package/lib/elements/svg-divider/svg-divider.component.d.ts +54 -0
  69. package/lib/sections/appointment-form/appointment-form.component.d.ts +3 -2
  70. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +5 -4
  71. package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +3 -1
  72. package/lib/sections/banner-section/banner-section.component.d.ts +3 -2
  73. package/lib/sections/blog-list/blog-list.component.d.ts +3 -1
  74. package/lib/sections/carousel-banner/carousel-banner.component.d.ts +4 -3
  75. package/lib/sections/carousel-banner/carousel-banner.model.d.ts +2 -1
  76. package/lib/sections/choose-us-section/choose-us-section.component.d.ts +3 -1
  77. package/lib/sections/contact-us/contact-us.component.d.ts +3 -2
  78. package/lib/sections/faq-section/faq-section.component.d.ts +3 -2
  79. package/lib/sections/features-section/features-section.component.d.ts +3 -1
  80. package/lib/sections/footer-section/footer-section.component.d.ts +3 -1
  81. package/lib/sections/footer-section/footer-section.modal.d.ts +2 -1
  82. package/lib/sections/header-text/header-text.component.d.ts +3 -2
  83. package/lib/sections/image-carousel-section/image-carousel-section.component.d.ts +5 -3
  84. package/lib/sections/image-grid-section/image-grid-section.component.d.ts +3 -1
  85. package/lib/sections/image-section/image-section.component.d.ts +5 -3
  86. package/lib/sections/location-section/location-section.component.d.ts +3 -1
  87. package/lib/sections/logo-gallery/logo-gallery.component.d.ts +3 -1
  88. package/lib/sections/logo-showcase/logo-showcase.component.d.ts +3 -2
  89. package/lib/sections/pricing-section/pricing-section.component.d.ts +3 -2
  90. package/lib/sections/process-modern/process-modern.component.d.ts +3 -2
  91. package/lib/sections/process-section/process-section.component.d.ts +3 -2
  92. package/lib/sections/recent-blog-post-section/recent-blog-post-section.component.d.ts +3 -2
  93. package/lib/sections/service-section/service-section.component.d.ts +3 -2
  94. package/lib/sections/team-member-section/team-member-section.component.d.ts +3 -2
  95. package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.d.ts +3 -1
  96. package/lib/sections/testimonial-section/testimonial-section.component.d.ts +3 -2
  97. package/lib/sections/testimonial-video/testimonial-video.component.d.ts +3 -1
  98. package/lib/sections/text-image-section/text-image-section.component.d.ts +3 -2
  99. package/lib/sections/text-section/text-section.component.d.ts +3 -2
  100. package/lib/sections/video-section/video-section.component.d.ts +3 -1
  101. package/lib/styles/index.d.ts +17 -0
  102. package/lib/styles/style.model.d.ts +2 -1
  103. package/package.json +1 -1
  104. package/simpo-component-library-2.0.7.tgz +0 -0
  105. package/src/lib/styles/global-styles.css +86 -0
  106. package/simpo-component-library-2.0.6.tgz +0 -0
@@ -1,2 +1,2 @@
1
1
  export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZHVjdC1kZXNjLm1vZGFsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2ltcG8tdWkvc3JjL2xpYi9lY29tbWVyY2Uvc2VjdGlvbnMvcHJvZHVjdC1kZXNjL3Byb2R1Y3QtZGVzYy5tb2RhbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRm9vdGVyU29jaWFsTGlua01vZGVsIH0gZnJvbSBcIi4uLy4uLy4uL3NlY3Rpb25zL2Zvb3Rlci1zZWN0aW9uL2Zvb3Rlci1zZWN0aW9uLm1vZGFsXCI7XHJcbmltcG9ydCB7IEFuaW1hdGlvbk1vZGVsLCBCYWNrZ3JvdW5kTW9kZWwsIElucHV0VGV4dE1vZGVsLCBMYXlPdXRNb2RlbCB9IGZyb20gXCIuLi8uLi8uLi9zdHlsZXMvc3R5bGUubW9kZWxcIjtcclxuaW1wb3J0IHtBY3Rpb25Nb2RlbH0gZnJvbSAnLi4vLi4vLi4vc3R5bGVzL3N0eWxlLm1vZGVsJ1xyXG5leHBvcnQgaW50ZXJmYWNlIFByb2R1Y3REZXNjTW9kYWwge1xyXG4gIGlkOiBzdHJpbmc7XHJcbiAgc2VjdGlvblR5cGU6IHN0cmluZztcclxuICBzZWN0aW9uTmFtZTogc3RyaW5nO1xyXG4gIGNvbnRlbnQ6IFByb2R1Y3REZXNjQ29udGVudE1vZGFsO1xyXG4gIHN0eWxlczogUHJvZHVjdERlc2NTdHlsZXNNb2RhbDtcclxuICBhY3Rpb246IEFjdGlvbk1vZGVsO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFByb2R1Y3REZXNjU3R5bGVzTW9kYWwge1xyXG4gIGxheW91dDogTGF5T3V0TW9kZWw7XHJcbiAgYmFja2dyb3VuZDogQmFja2dyb3VuZE1vZGVsO1xyXG4gIGFuaW1hdGlvbjogQW5pbWF0aW9uTW9kZWw7XHJcbiAgbWF4aW11bVByb2R1Y3Q6IG51bWJlcjtcclxuICBkaXJlY3Rpb246IFwiUk9XXCIgfCBcIkNPTFVNTlwiO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIFByb2R1Y3REZXNjQ29udGVudE1vZGFsIHtcclxuICBidXR0b246IHN0cmluZztcclxuICBzb2NpYWxMaW5rcyA6IEZvb3RlclNvY2lhbExpbmtNb2RlbCxcclxuICBpbnB1dFRleHQ6IElucHV0VGV4dE1vZGVsW11cclxufVxyXG4iXX0=
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZHVjdC1kZXNjLm1vZGFsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2ltcG8tdWkvc3JjL2xpYi9lY29tbWVyY2Uvc2VjdGlvbnMvcHJvZHVjdC1kZXNjL3Byb2R1Y3QtZGVzYy5tb2RhbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRm9vdGVyU29jaWFsTGlua01vZGVsIH0gZnJvbSBcIi4uLy4uLy4uL3NlY3Rpb25zL2Zvb3Rlci1zZWN0aW9uL2Zvb3Rlci1zZWN0aW9uLm1vZGFsXCI7XHJcbmltcG9ydCB7IEFuaW1hdGlvbk1vZGVsLCBCYWNrZ3JvdW5kTW9kZWwsIERldmlkZXJNb2RlbCwgSW5wdXRUZXh0TW9kZWwsIExheU91dE1vZGVsIH0gZnJvbSBcIi4uLy4uLy4uL3N0eWxlcy9zdHlsZS5tb2RlbFwiO1xyXG5pbXBvcnQge0FjdGlvbk1vZGVsfSBmcm9tICcuLi8uLi8uLi9zdHlsZXMvc3R5bGUubW9kZWwnXHJcbmV4cG9ydCBpbnRlcmZhY2UgUHJvZHVjdERlc2NNb2RhbCB7XHJcbiAgaWQ6IHN0cmluZztcclxuICBzZWN0aW9uVHlwZTogc3RyaW5nO1xyXG4gIHNlY3Rpb25OYW1lOiBzdHJpbmc7XHJcbiAgY29udGVudDogUHJvZHVjdERlc2NDb250ZW50TW9kYWw7XHJcbiAgc3R5bGVzOiBQcm9kdWN0RGVzY1N0eWxlc01vZGFsO1xyXG4gIGFjdGlvbjogQWN0aW9uTW9kZWw7XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgUHJvZHVjdERlc2NTdHlsZXNNb2RhbCB7XHJcbiAgbGF5b3V0OiBMYXlPdXRNb2RlbDtcclxuICBiYWNrZ3JvdW5kOiBCYWNrZ3JvdW5kTW9kZWw7XHJcbiAgYW5pbWF0aW9uOiBBbmltYXRpb25Nb2RlbDtcclxuICBtYXhpbXVtUHJvZHVjdDogbnVtYmVyO1xyXG4gIGRpcmVjdGlvbjogXCJST1dcIiB8IFwiQ09MVU1OXCI7XHJcbiAgZGV2aWRlcjogRGV2aWRlck1vZGVsXHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgUHJvZHVjdERlc2NDb250ZW50TW9kYWwge1xyXG4gIGJ1dHRvbjogc3RyaW5nO1xyXG4gIHNvY2lhbExpbmtzIDogRm9vdGVyU29jaWFsTGlua01vZGVsLFxyXG4gIGlucHV0VGV4dDogSW5wdXRUZXh0TW9kZWxbXVxyXG59XHJcbiJdfQ==