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
@@ -0,0 +1,11 @@
1
+ import { ElementRef, OnChanges } from '@angular/core';
2
+ import { ALIGN } from '../styles/types';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AlignmentDirective implements OnChanges {
5
+ private el;
6
+ alignment?: ALIGN;
7
+ constructor(el: ElementRef);
8
+ ngOnChanges(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<AlignmentDirective, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AlignmentDirective, "[simpoAlignment]", never, { "alignment": { "alias": "simpoAlignment"; "required": false; }; }, {}, never, never, true, never>;
11
+ }
@@ -0,0 +1,11 @@
1
+ import { ElementRef, OnChanges } from '@angular/core';
2
+ import { FIT } from '../styles/types';
3
+ import * as i0 from "@angular/core";
4
+ export declare class HeightDirective implements OnChanges {
5
+ private el;
6
+ fit?: FIT;
7
+ constructor(el: ElementRef);
8
+ ngOnChanges(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<HeightDirective, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HeightDirective, "[simpoHeight]", never, { "fit": { "alias": "simpoHeight"; "required": false; }; }, {}, never, never, true, never>;
11
+ }
@@ -0,0 +1,12 @@
1
+ import { ElementRef, OnChanges } from '@angular/core';
2
+ import { SpacingModel } from '../styles/style.model';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SpacingDirective implements OnChanges {
5
+ private el;
6
+ spacing?: SpacingModel;
7
+ constructor(el: ElementRef);
8
+ ngOnChanges(): void;
9
+ private applySpacing;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<SpacingDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SpacingDirective, "[simpoSpacing]", never, { "spacing": { "alias": "simpoSpacing"; "required": false; }; }, {}, never, never, true, never>;
12
+ }
@@ -13,6 +13,9 @@ export declare class BelowImageCardComponent {
13
13
  ngOnInit(): void;
14
14
  redirectTo(): void;
15
15
  get getAspectRatio(): any;
16
+ getContentAnimation(): {
17
+ contentAnimation: any;
18
+ };
16
19
  static ɵfac: i0.ɵɵFactoryDeclaration<BelowImageCardComponent, never>;
17
20
  static ɵcmp: i0.ɵɵComponentDeclaration<BelowImageCardComponent, "simpo-below-image-card", never, { "data": { "alias": "data"; "required": false; }; "styles": { "alias": "styles"; "required": false; }; "content": { "alias": "content"; "required": false; }; "componentId": { "alias": "componentId"; "required": false; }; "button": { "alias": "button"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
18
21
  }
@@ -12,6 +12,9 @@ export declare class CoveringImageCardComponent {
12
12
  constructor(_eventService: EventsService);
13
13
  ngOnInit(): void;
14
14
  redirectTo(): void;
15
+ getContentAnimation(): {
16
+ contentAnimation: any;
17
+ };
15
18
  static ɵfac: i0.ɵɵFactoryDeclaration<CoveringImageCardComponent, never>;
16
19
  static ɵcmp: i0.ɵɵComponentDeclaration<CoveringImageCardComponent, "simpo-covering-image-card", never, { "data": { "alias": "data"; "required": false; }; "styles": { "alias": "styles"; "required": false; }; "content": { "alias": "content"; "required": false; }; "componentId": { "alias": "componentId"; "required": false; }; "button": { "alias": "button"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
17
20
  }
@@ -28,7 +28,7 @@ export declare class LinkEditorComponent {
28
28
  buttonStyles: any;
29
29
  changeButtonStyle(): void;
30
30
  backgroundType: string[];
31
- setBorderRadius(): "0px" | "99px" | "7px";
31
+ setBorderRadius(): "0px" | "7px" | "99px";
32
32
  setBorder(): string;
33
33
  setColor(): any;
34
34
  setBackground(): any;
@@ -25,8 +25,8 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
25
25
  get stylesLayout(): LayOutModel;
26
26
  get getBlurValue(): "NONE" | "LIGHT" | "MODERATE" | "STRONG" | "VERY_STRONG" | undefined;
27
27
  get getBackgroundColor(): BackgroundModel;
28
- get getBackgroundOpacity(): "0" | "0.7" | "0.5" | "0.3" | "0.2";
29
- opacityValue(value: OverlayValue): "0" | "0.7" | "0.5" | "0.3" | "0.2";
28
+ get getBackgroundOpacity(): "0.2" | "0.3" | "0.5" | "0.7" | "0";
29
+ opacityValue(value: OverlayValue): "0.2" | "0.3" | "0.5" | "0.7" | "0";
30
30
  editSection(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<BannerCarouselComponent, never>;
32
32
  static ɵcmp: i0.ɵɵComponentDeclaration<BannerCarouselComponent, "simpo-banner-carousel", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
@@ -2,7 +2,7 @@ import { OnInit } from '@angular/core';
2
2
  import { BannerGridSectionModel, BannerGridContentModel, BannerGridStylesModel } from './banner-grid-section.model';
3
3
  import { EventsService } from '../../services/events.service';
4
4
  import BaseSection from '../BaseSection';
5
- import { BackgroundModel, LayOutModel } from '../../styles/style.model';
5
+ import { BackgroundModel, LayOutModel, SpacingModel } from '../../styles/style.model';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class BannerGridSectionComponent extends BaseSection implements OnInit {
8
8
  private _eventService;
@@ -17,10 +17,16 @@ export declare class BannerGridSectionComponent extends BaseSection implements O
17
17
  listItems: any;
18
18
  constructor(_eventService: EventsService);
19
19
  ngOnInit(): void;
20
+ screenWidth: any;
21
+ getScreenSize(): void;
20
22
  get stylesLayout(): LayOutModel;
21
23
  get canMergeNavbar(): boolean | undefined;
22
24
  get isBorderlessImage(): boolean | undefined;
23
25
  editSection(): void;
26
+ getImageClass(index: number): string;
27
+ get spacingLayout(): SpacingModel;
28
+ get alignmentLayout(): import("simpo-component-library").ALIGN | undefined;
29
+ get fitLayout(): import("simpo-component-library").FIT | undefined;
24
30
  static ɵfac: i0.ɵɵFactoryDeclaration<BannerGridSectionComponent, never>;
25
31
  static ɵcmp: i0.ɵɵComponentDeclaration<BannerGridSectionComponent, "simpo-banner-grid-section", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "index": { "alias": "index"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
26
32
  }
@@ -25,7 +25,7 @@ export declare class CarouselBannerComponent extends BaseSection implements OnIn
25
25
  get canMergeNavbar(): boolean | undefined;
26
26
  get isBorderlessImage(): boolean | undefined;
27
27
  get getPositionLayout(): PositionLayoutModal;
28
- opacityValue(value: OverlayValue): "0" | "0.7" | "0.5" | "0.3" | "0.2";
28
+ opacityValue(value: OverlayValue): "0.2" | "0.3" | "0.5" | "0.7" | "0";
29
29
  editSection(): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<CarouselBannerComponent, never>;
31
31
  static ɵcmp: i0.ɵɵComponentDeclaration<CarouselBannerComponent, "simpo-carousel-banner", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
@@ -1,4 +1,4 @@
1
- import { ActionModel, InputTextModel, PositionLayoutModal, StylesModel } from "./../../styles/style.model";
1
+ import { ActionModel, InputTextModel, PositionLayoutModal, StylesModel, AlignContent } from "./../../styles/style.model";
2
2
  export interface HeaderTextModel {
3
3
  id: string;
4
4
  sectionType: string;
@@ -15,4 +15,5 @@ export interface textModel {
15
15
  }
16
16
  export interface HeaderTextStylesModel extends StylesModel {
17
17
  positionLayout: PositionLayoutModal;
18
+ contentAlignment: AlignContent;
18
19
  }
@@ -3,7 +3,7 @@ import { ImageContentModal, imageSectionModel, imageSectionStylesModel } from '.
3
3
  import { EventsService } from './../../services/events.service';
4
4
  import BaseSection from '../BaseSection';
5
5
  import { OverlayValue } from "../../styles/index";
6
- import { BackgroundModel, Button } from '../../styles/style.model';
6
+ import { BackgroundModel, Button, LayOutModel } from '../../styles/style.model';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class ImageSectionComponent extends BaseSection {
9
9
  private _eventService;
@@ -20,8 +20,9 @@ export declare class ImageSectionComponent extends BaseSection {
20
20
  constructor(_eventService: EventsService);
21
21
  ngOnInit(): void;
22
22
  get canMergeNavbar(): boolean | undefined;
23
- get getBackgroundOpacity(): "1" | "0.7" | "0.5" | "0.3" | "0.2";
24
- opacityValue(value: OverlayValue): "1" | "0.7" | "0.5" | "0.3" | "0.2";
23
+ get getBackgroundOpacity(): "0.2" | "0.3" | "0.5" | "0.7" | "1";
24
+ get stylesLayout(): LayOutModel;
25
+ opacityValue(value: OverlayValue): "0.2" | "0.3" | "0.5" | "0.7" | "1";
25
26
  editSection(): void;
26
27
  redirectTo(): void;
27
28
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageSectionComponent, never>;
@@ -1,7 +1,7 @@
1
1
  import { LogoGalleryContentModal, LogoGallerySectionMOdal, LogoGalleryStylesModel } from './logo-gallery.modal';
2
2
  import BaseSection from '../BaseSection';
3
3
  import { SPACING } from '../../styles/index';
4
- import { BackgroundModel } from '../../styles/style.model';
4
+ import { BackgroundModel, LayOutModel } from '../../styles/style.model';
5
5
  import { EventsService } from './../../services/events.service';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class LogoGalleryComponent extends BaseSection {
@@ -19,6 +19,7 @@ export declare class LogoGalleryComponent extends BaseSection {
19
19
  getScreenSize(): void;
20
20
  ngOnInit(): void;
21
21
  get headingSpace(): SPACING;
22
+ get stylesLayout(): LayOutModel;
22
23
  isEvenRow(index: number): boolean;
23
24
  editSection(): void;
24
25
  stopPropagation(event: any): void;
@@ -24,7 +24,7 @@ export declare class LogoShowcaseComponent extends BaseSection implements OnInit
24
24
  ngOnInit(): void;
25
25
  get stylesLayout(): LayOutModel;
26
26
  get animationDuration(): logoSpeed;
27
- get animationDirection(): logoDirection.Left | "reverse" | "normal";
27
+ get animationDirection(): "reverse" | "normal" | logoDirection.Left;
28
28
  screenWidth: number;
29
29
  getScreenSize(event?: number): void;
30
30
  editSection(): void;
@@ -8,20 +8,21 @@ export declare class MovingTextComponent extends BaseSection {
8
8
  delete?: boolean;
9
9
  customClass?: string;
10
10
  index?: number;
11
- constructor(_eventService: EventsService);
12
- ngOnInit(): void;
13
- ngOnChanges(): void;
14
- editSection(): void;
15
- stopPropagation(event: any): void;
16
- screenWidth: any;
17
- getScreenSize(): void;
18
11
  currentIndex: number;
12
+ previousIndex: number;
19
13
  isTransitioning: boolean;
20
- animationDirection: string;
14
+ animationDirection: 'left' | 'right';
21
15
  private interval;
22
- private alternateDirection;
16
+ private animationDuration;
17
+ private displayDuration;
18
+ constructor(_eventService: EventsService);
19
+ ngOnInit(): void;
20
+ ngOnDestroy(): void;
23
21
  startAnimationCycle(): void;
24
- getTextColor(bgColor: string): "#000000" | "#ffffff" | "#ffffff;";
22
+ private transitionToNext;
23
+ isItemVisible(index: number): boolean;
24
+ getItemClass(index: number): string;
25
+ getTextColor(bgColor: string): "#000000" | "#ffffff";
25
26
  static ɵfac: i0.ɵɵFactoryDeclaration<MovingTextComponent, never>;
26
27
  static ɵcmp: i0.ɵɵComponentDeclaration<MovingTextComponent, "simpo-moving-text", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
27
28
  }
@@ -15,12 +15,13 @@ export declare class NewTestimonialsComponent extends BaseSection {
15
15
  styles?: NewTestimonialsStyleModel;
16
16
  constructor(_eventService: EventsService);
17
17
  ngOnInit(): void;
18
+ ngOnChanges(): void;
18
19
  ngAfterViewInit(): void;
19
20
  get stylesLayout(): LayOutModel;
20
21
  idx: number;
21
22
  getImageData(): import("../../styles/style.model").Image | undefined;
22
23
  getImageUrl(): string | undefined;
23
- getImageType(): import("simpo-component-library").FILE_TYPE | undefined;
24
+ getImageType(): "Image" | "Video";
24
25
  editSection(): void;
25
26
  stopPropagation(event: any): void;
26
27
  screenWidth: any;
@@ -19,6 +19,7 @@ export declare class TestimonialFullwidthComponent extends BaseSection {
19
19
  ngOnInit(): void;
20
20
  get stylesLayout(): LayOutModel;
21
21
  editSection(): void;
22
+ getListItemLength(): number;
22
23
  static ɵfac: i0.ɵɵFactoryDeclaration<TestimonialFullwidthComponent, never>;
23
24
  static ɵcmp: i0.ɵɵComponentDeclaration<TestimonialFullwidthComponent, "simpo-testimonial-fullwidth", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
24
25
  }
@@ -18,6 +18,7 @@ export declare class TestimonialSectionComponent extends BaseSection {
18
18
  style?: testimonialStylesModel;
19
19
  constructor(_eventService: EventsService);
20
20
  ngOnInit(): void;
21
+ ngAfterViewInit(): void;
21
22
  get headingSpace(): SPACING;
22
23
  get getLayout(): LayOutModel;
23
24
  get stylesLayout(): LayOutModel;
@@ -11,15 +11,9 @@ export declare enum SPACING {
11
11
  remove = "0rem"
12
12
  }
13
13
  export interface Contet {
14
- display: 'flex';
15
- 'justify-content': 'center';
16
- 'align-items': 'center';
17
14
  height: '100%';
18
15
  }
19
16
  export interface Screen {
20
- display: 'flex';
21
- 'justify-content': 'center';
22
- 'align-items': 'center';
23
17
  'min-height': 'calc(95vh - 0px)';
24
18
  }
25
19
  export declare enum BANNERALIGNMENT {
@@ -32,7 +26,8 @@ export declare enum SPACINGALIGN {
32
26
  large = "8rem",
33
27
  medium = "6rem",
34
28
  small = "2rem",
35
- none = "0rem"
29
+ none = "0rem",
30
+ remove = "0rem"
36
31
  }
37
32
  export declare enum BANNERHALIGN {
38
33
  left = "justify-content-start text-start",
@@ -198,3 +198,4 @@ export interface TextSize {
198
198
  heading: TEXT_SIZE;
199
199
  desc: TEXT_SIZE;
200
200
  }
201
+ export { AlignContent };
@@ -1,5 +1,5 @@
1
1
  export type SPACING_TYPE = 'none' | 'small' | 'medium' | 'large' | 'remove';
2
- export type CONTENT_ANIMATION = 'hover' | 'grow-shadow' | 'pop-bounce' | 'hover-pop' | 'slide-in-left';
2
+ export type CONTENT_ANIMATION = 'hover' | 'grow-shadow' | 'pop-bounce' | 'hover-pop' | 'slide-in-left' | 'none';
3
3
  export type ALIGN = 'left' | 'center' | 'right';
4
4
  export type LAYOUTPOSITION = 'left' | 'right' | 'top' | 'bottom';
5
5
  export type CONTENTPOSITION = 'image center' | 'image top' | 'image bottom';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.81",
3
+ "version": "3.6.83",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
package/public-api.d.ts CHANGED
@@ -84,6 +84,9 @@ export * from './lib/directive/sticky-directive';
84
84
  export * from './lib/directive/removeCarousel-directive';
85
85
  export * from './lib/directive/spacing-around.directive';
86
86
  export * from './lib/directive/hover-animation.directive';
87
+ export * from './lib/directive/spacing.directive';
88
+ export * from './lib/directive/height.directive';
89
+ export * from './lib/directive/alignment.directive';
87
90
  export * from './lib/styles/index';
88
91
  export * from './lib/styles/style.model';
89
92
  export * from './lib/styles/types';
Binary file