simpo-component-library 3.6.100 → 3.6.103

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 (78) hide show
  1. package/esm2022/lib/directive/image-editor.directive.mjs +21 -4
  2. package/esm2022/lib/directive/spacing-around.directive.mjs +36 -2
  3. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +1 -1
  4. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +10 -5
  5. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +2 -2
  6. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +6 -4
  7. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.modal.mjs +1 -1
  8. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +6 -4
  9. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +24 -7
  10. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.modal.mjs +1 -1
  11. package/esm2022/lib/ecommerce/sections/new-collection/new-collection.component.mjs +146 -0
  12. package/esm2022/lib/ecommerce/sections/new-collection/new-collection.modal.mjs +2 -0
  13. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +2 -2
  14. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +27 -5
  15. package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +25 -3
  16. package/esm2022/lib/ecommerce/styles/Collection.modal.mjs +5 -3
  17. package/esm2022/lib/elements/editor-service.service.mjs +19 -1
  18. package/esm2022/lib/elements/image-editor/image-editor.component.mjs +147 -15
  19. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +1 -1
  20. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +4 -4
  21. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +1 -1
  22. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +2 -2
  23. package/esm2022/lib/sections/header-section/header-section.component.mjs +15 -3
  24. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +12 -5
  25. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +18 -3
  26. package/esm2022/lib/sections/image-grid-section/image-grid-section.model.mjs +1 -1
  27. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +6 -3
  28. package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
  29. package/esm2022/lib/sections/new-services/new-services.component.mjs +2 -2
  30. package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +2 -2
  31. package/esm2022/lib/sections/service-section/service-section.component.mjs +1 -1
  32. package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +2 -2
  33. package/esm2022/lib/services/rest.service.mjs +20 -20
  34. package/esm2022/lib/styles/style.model.mjs +1 -1
  35. package/esm2022/lib/styles/types.mjs +1 -1
  36. package/esm2022/public-api.mjs +2 -1
  37. package/fesm2022/simpo-component-library.mjs +574 -162
  38. package/fesm2022/simpo-component-library.mjs.map +1 -1
  39. package/lib/components/input-fields/input-fields.component.d.ts +1 -1
  40. package/lib/directive/background-directive.d.ts +1 -1
  41. package/lib/directive/button-directive.directive.d.ts +1 -1
  42. package/lib/directive/color.directive.d.ts +1 -1
  43. package/lib/directive/image-editor.directive.d.ts +6 -1
  44. package/lib/directive/spacing-around.directive.d.ts +7 -2
  45. package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -1
  46. package/lib/ecommerce/sections/cart/cart.component.d.ts +2 -0
  47. package/lib/ecommerce/sections/featured-category/featured-category.modal.d.ts +2 -0
  48. package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +2 -1
  49. package/lib/ecommerce/sections/featured-products/featured-products.modal.d.ts +6 -2
  50. package/lib/ecommerce/sections/new-collection/new-collection.component.d.ts +36 -0
  51. package/lib/ecommerce/sections/new-collection/new-collection.modal.d.ts +23 -0
  52. package/lib/ecommerce/sections/product-list/product-list.component.d.ts +3 -0
  53. package/lib/ecommerce/sections/small-product-listing/small-product-listing.component.d.ts +5 -1
  54. package/lib/ecommerce/styles/Collection.modal.d.ts +1 -0
  55. package/lib/elements/editor-service.service.d.ts +2 -0
  56. package/lib/elements/image-editor/image-editor.component.d.ts +29 -3
  57. package/lib/elements/link-editor/link-editor.component.d.ts +1 -1
  58. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -2
  59. package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
  60. package/lib/sections/contact-us/contact-us.component.d.ts +1 -1
  61. package/lib/sections/header-section/header-section.component.d.ts +1 -0
  62. package/lib/sections/image-carousel-section/image-carousel-section.component.d.ts +2 -1
  63. package/lib/sections/image-grid-section/image-grid-section.component.d.ts +4 -0
  64. package/lib/sections/image-grid-section/image-grid-section.model.d.ts +2 -1
  65. package/lib/sections/image-section/image-section.component.d.ts +2 -2
  66. package/lib/sections/logo-showcase/logo-showcase.component.d.ts +3 -2
  67. package/lib/sections/logo-showcase/logo-showcase.modal.d.ts +2 -1
  68. package/lib/sections/moving-text/moving-text.component.d.ts +1 -1
  69. package/lib/sections/new-testimonials/new-testimonials.component.d.ts +1 -1
  70. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  71. package/lib/services/rest.service.d.ts +1 -3
  72. package/lib/styles/style.model.d.ts +1 -0
  73. package/lib/styles/types.d.ts +2 -0
  74. package/package.json +1 -1
  75. package/public-api.d.ts +1 -0
  76. package/simpo-component-library-3.6.103.tgz +0 -0
  77. package/src/lib/styles/global-styles.css +5 -1
  78. package/simpo-component-library-3.6.100.tgz +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.