simpo-component-library 3.1.31 → 3.2.6

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 (88) hide show
  1. package/esm2022/lib/components/hover-elements/hover-elements.component.mjs +3 -3
  2. package/esm2022/lib/directive/button-editor.directive.mjs +79 -0
  3. package/esm2022/lib/directive/image-editor.directive.mjs +56 -26
  4. package/esm2022/lib/directive/spacing-around.directive.mjs +2 -2
  5. package/esm2022/lib/directive/sticky-directive.mjs +2 -2
  6. package/esm2022/lib/elements/add-section/add-section.component.mjs +70 -14
  7. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +10 -4
  8. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +8 -3
  9. package/esm2022/lib/elements/editor-service.service.mjs +40 -0
  10. package/esm2022/lib/elements/image-editor/image-editor.component.mjs +9 -4
  11. package/esm2022/lib/elements/link-editor/link-editor.component.mjs +9 -9
  12. package/esm2022/lib/elements/media-selector/media-selector.component.mjs +11 -11
  13. package/esm2022/lib/elements/navbar-button-element/navbar-button-element.component.mjs +6 -3
  14. package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +7 -3
  15. package/esm2022/lib/elements/text-editor/text-editor.component.mjs +89 -37
  16. package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +6 -3
  17. package/esm2022/lib/sections/add-new-section/add-new-section.component.mjs +9 -6
  18. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +6 -4
  19. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +8 -4
  20. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +10 -6
  21. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +6 -4
  22. package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +6 -4
  23. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +6 -4
  24. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +5 -3
  25. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +9 -5
  26. package/esm2022/lib/sections/features-section/features-section.component.mjs +8 -4
  27. package/esm2022/lib/sections/footer/footer.component.mjs +18 -4
  28. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +3 -3
  29. package/esm2022/lib/sections/header-section/header-section.component.mjs +277 -0
  30. package/esm2022/lib/sections/header-section/header-section.model.mjs +2 -0
  31. package/esm2022/lib/sections/header-text/header-text.component.mjs +6 -4
  32. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +9 -5
  33. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +9 -5
  34. package/esm2022/lib/sections/image-section/image-section.component.mjs +7 -5
  35. package/esm2022/lib/sections/location-section/location-section.component.mjs +6 -4
  36. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +5 -3
  37. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
  38. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +8 -4
  39. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +9 -4
  40. package/esm2022/lib/sections/process-section/process-section.component.mjs +7 -3
  41. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +6 -4
  42. package/esm2022/lib/sections/service-section/service-section.component.mjs +6 -4
  43. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +6 -4
  44. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +11 -5
  45. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +9 -5
  46. package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +6 -4
  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 +9 -8
  49. package/esm2022/lib/sections/video-section/video-section.component.mjs +5 -3
  50. package/esm2022/lib/services/rest.service.mjs +19 -7
  51. package/esm2022/lib/styles/index.mjs +8 -1
  52. package/esm2022/lib/tokens/api-token.mjs +4 -0
  53. package/esm2022/public-api.mjs +3 -1
  54. package/fesm2022/simpo-component-library.mjs +6954 -6384
  55. package/fesm2022/simpo-component-library.mjs.map +1 -1
  56. package/lib/directive/background-directive.d.ts +1 -1
  57. package/lib/directive/button-directive.directive.d.ts +1 -1
  58. package/lib/directive/button-editor.directive.d.ts +22 -0
  59. package/lib/directive/color.directive.d.ts +1 -1
  60. package/lib/directive/image-editor.directive.d.ts +12 -7
  61. package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -1
  62. package/lib/elements/add-section/add-section.component.d.ts +12 -2
  63. package/lib/elements/below-image-card/below-image-card.component.d.ts +2 -1
  64. package/lib/elements/covering-image-card/covering-image-card.component.d.ts +2 -1
  65. package/lib/elements/editor-service.service.d.ts +14 -0
  66. package/lib/elements/image-editor/image-editor.component.d.ts +1 -0
  67. package/lib/elements/link-editor/link-editor.component.d.ts +3 -3
  68. package/lib/elements/media-selector/media-selector.component.d.ts +4 -4
  69. package/lib/elements/navbar-button-element/navbar-button-element.component.d.ts +2 -1
  70. package/lib/elements/simpo-button/simpo-button.component.d.ts +2 -1
  71. package/lib/elements/text-editor/text-editor.component.d.ts +15 -4
  72. package/lib/elements/top-of-image-card/top-of-image-card.component.d.ts +2 -1
  73. package/lib/sections/add-new-section/add-new-section.component.d.ts +3 -1
  74. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +3 -3
  75. package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
  76. package/lib/sections/footer/footer.component.d.ts +1 -0
  77. package/lib/sections/header-section/header-section.component.d.ts +72 -0
  78. package/lib/sections/header-section/header-section.model.d.ts +31 -0
  79. package/lib/sections/image-section/image-section.component.d.ts +2 -2
  80. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  81. package/lib/services/rest.service.d.ts +2 -1
  82. package/lib/styles/index.d.ts +6 -0
  83. package/lib/tokens/api-token.d.ts +3 -0
  84. package/package.json +1 -1
  85. package/public-api.d.ts +2 -0
  86. package/simpo-component-library-3.2.6.tgz +0 -0
  87. package/src/lib/styles/global-styles.css +8 -0
  88. package/simpo-component-library-3.1.31.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.