simpo-component-library 0.1.2 → 0.1.4

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 (44) hide show
  1. package/README.md +24 -24
  2. package/esm2022/lib/directive/button-directive.directive.mjs +1 -1
  3. package/esm2022/lib/directive/column-directive.directive.mjs +1 -1
  4. package/esm2022/lib/directive/container-fir.directive.mjs +1 -1
  5. package/esm2022/lib/directive/corner-directive.mjs +1 -1
  6. package/esm2022/lib/directive/image-directive.directive.mjs +1 -1
  7. package/esm2022/lib/directive/position-layout-directive.directive.mjs +1 -1
  8. package/esm2022/lib/directive/text-background-directive.directive.mjs +1 -1
  9. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +3 -3
  10. package/esm2022/lib/elements/button/button.component.mjs +3 -3
  11. package/esm2022/lib/elements/button/button.model.mjs +1 -1
  12. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
  13. package/esm2022/lib/elements/heading-element/heading-element.component.mjs +3 -3
  14. package/esm2022/lib/elements/index.mjs +1 -1
  15. package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +3 -3
  16. package/esm2022/lib/elements/text/text.component.mjs +3 -3
  17. package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
  18. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +3 -3
  19. package/esm2022/lib/sections/faq-section/faq-section.modal.mjs +1 -1
  20. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -3
  21. package/esm2022/lib/sections/image-carousel-section/image-carousel.model.mjs +1 -1
  22. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +3 -3
  23. package/esm2022/lib/sections/image-grid-section/image-grid-section.model.mjs +1 -1
  24. package/esm2022/lib/sections/image-section/image-section.component.mjs +3 -3
  25. package/esm2022/lib/sections/image-section/image-section.model.mjs +1 -1
  26. package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -3
  27. package/esm2022/lib/sections/service-section/service-section.model.mjs +1 -1
  28. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +3 -3
  29. package/esm2022/lib/sections/team-member-section/team-member-section.model.mjs +1 -1
  30. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -3
  31. package/esm2022/lib/sections/testimonial-section/testimonial-section.model.mjs +1 -1
  32. package/esm2022/lib/sections/text-section/text-section.model.mjs +1 -1
  33. package/esm2022/lib/sections/video-section/video-section.component.mjs +3 -3
  34. package/esm2022/lib/sections/video-section/video-section.model.mjs +1 -1
  35. package/esm2022/lib/styles/index.mjs +1 -1
  36. package/esm2022/lib/styles/style.model.mjs +1 -1
  37. package/esm2022/lib/styles/types.mjs +1 -1
  38. package/esm2022/public-api.mjs +2 -1
  39. package/fesm2022/simpo-component-library.mjs +31 -31
  40. package/fesm2022/simpo-component-library.mjs.map +1 -1
  41. package/package.json +1 -1
  42. package/public-api.d.ts +1 -0
  43. package/simpo-component-library-0.1.4.tgz +0 -0
  44. package/simpo-component-library-0.1.2.tgz +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
package/public-api.d.ts CHANGED
@@ -35,3 +35,4 @@ export * from './lib/elements/simpo-button/simpo-button.component';
35
35
  export * from './lib/elements/socia-icons/socia-icons.component';
36
36
  export * from './lib/elements/text/text.component';
37
37
  export * from './lib/elements/top-of-image-card/top-of-image-card.component';
38
+ export * from './lib/styles/index';
Binary file