simpo-component-library 3.6.81 → 3.6.83

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 (70) hide show
  1. package/esm2022/lib/components/hover-elements/hover-elements.component.mjs +3 -3
  2. package/esm2022/lib/directive/alignment.directive.mjs +23 -0
  3. package/esm2022/lib/directive/border-directive.mjs +2 -2
  4. package/esm2022/lib/directive/borderlessImage.directive.mjs +4 -1
  5. package/esm2022/lib/directive/button-directive.directive.mjs +2 -2
  6. package/esm2022/lib/directive/content-title-spacing.directive.mjs +4 -4
  7. package/esm2022/lib/directive/height.directive.mjs +29 -0
  8. package/esm2022/lib/directive/hover-animation.directive.mjs +8 -1
  9. package/esm2022/lib/directive/image-editor.directive.mjs +5 -2
  10. package/esm2022/lib/directive/spacing.directive.mjs +29 -0
  11. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +9 -4
  12. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +8 -4
  13. package/esm2022/lib/elements/editor-service.service.mjs +2 -2
  14. package/esm2022/lib/elements/pricing-s1/pricing-s1.component.mjs +3 -3
  15. package/esm2022/lib/elements/text-editor/text-editor.component.mjs +3 -3
  16. package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
  17. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +12 -7
  18. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +6 -7
  19. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +41 -6
  20. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +3 -3
  21. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +6 -4
  22. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +3 -3
  23. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +4 -4
  24. package/esm2022/lib/sections/header-section/header-section.component.mjs +3 -3
  25. package/esm2022/lib/sections/header-text/header-text.component.mjs +3 -3
  26. package/esm2022/lib/sections/header-text/header-text.model.mjs +1 -1
  27. package/esm2022/lib/sections/image-section/image-section.component.mjs +9 -4
  28. package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +9 -4
  29. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +3 -3
  30. package/esm2022/lib/sections/moving-text/moving-text.component.mjs +50 -52
  31. package/esm2022/lib/sections/new-services/new-services.component.mjs +3 -3
  32. package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +11 -4
  33. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +3 -3
  34. package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -3
  35. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +6 -4
  36. package/esm2022/lib/sections/registration-form/registration-form.component.mjs +4 -4
  37. package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -3
  38. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +6 -3
  39. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +18 -3
  40. package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +3 -3
  41. package/esm2022/lib/styles/index.mjs +8 -7
  42. package/esm2022/lib/styles/style.model.mjs +3 -2
  43. package/esm2022/lib/styles/types.mjs +1 -1
  44. package/esm2022/public-api.mjs +4 -1
  45. package/fesm2022/simpo-component-library.mjs +564 -403
  46. package/fesm2022/simpo-component-library.mjs.map +1 -1
  47. package/lib/directive/alignment.directive.d.ts +11 -0
  48. package/lib/directive/height.directive.d.ts +11 -0
  49. package/lib/directive/spacing.directive.d.ts +12 -0
  50. package/lib/elements/below-image-card/below-image-card.component.d.ts +3 -0
  51. package/lib/elements/covering-image-card/covering-image-card.component.d.ts +3 -0
  52. package/lib/elements/link-editor/link-editor.component.d.ts +1 -1
  53. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -2
  54. package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +7 -1
  55. package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
  56. package/lib/sections/header-text/header-text.model.d.ts +2 -1
  57. package/lib/sections/image-section/image-section.component.d.ts +4 -3
  58. package/lib/sections/logo-gallery/logo-gallery.component.d.ts +2 -1
  59. package/lib/sections/logo-showcase/logo-showcase.component.d.ts +1 -1
  60. package/lib/sections/moving-text/moving-text.component.d.ts +11 -10
  61. package/lib/sections/new-testimonials/new-testimonials.component.d.ts +2 -1
  62. package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.d.ts +1 -0
  63. package/lib/sections/testimonial-section/testimonial-section.component.d.ts +1 -0
  64. package/lib/styles/index.d.ts +2 -7
  65. package/lib/styles/style.model.d.ts +1 -0
  66. package/lib/styles/types.d.ts +1 -1
  67. package/package.json +1 -1
  68. package/public-api.d.ts +3 -0
  69. package/simpo-component-library-3.6.83.tgz +0 -0
  70. package/simpo-component-library-3.6.81.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.