simpo-component-library 0.1.0 → 0.1.2
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.
- package/esm2022/lib/components/hover-elements/hover-elements.component.mjs +3 -3
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +2 -2
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +3 -3
- package/esm2022/lib/sections/image-section/image-section.component.mjs +2 -2
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
- package/esm2022/lib/sections/service-section/service-section.component.mjs +4 -4
- package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +4 -4
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +2 -2
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +4 -4
- package/esm2022/lib/sections/text-section/text-section.component.mjs +3 -3
- package/esm2022/lib/sections/video-section/video-section.component.mjs +2 -2
- package/fesm2022/simpo-component-library.mjs +729 -734
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/sections/image-grid-section/image-grid-section.component.d.ts +1 -1
- package/lib/sections/service-section/service-section.component.d.ts +3 -3
- package/lib/sections/team-member-section/team-member-section.component.d.ts +3 -3
- package/lib/sections/text-image-section/text-image-section.component.d.ts +2 -2
- package/lib/sections/text-section/text-section.component.d.ts +1 -1
- package/package.json +1 -1
- package/simpo-component-library-0.1.2.tgz +0 -0
- package/simpo-component-library-0.1.0.tgz +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { ImageGridContentModal, ImageGridSectionModel, ImageGridStylesModel } from './image-grid-section.model';
|
|
3
|
-
import { EventsService } from '
|
|
3
|
+
import { EventsService } from '../../services/events.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ImageGridSectionComponent {
|
|
6
6
|
private eventService;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ElementRef } from '@angular/core';
|
|
2
2
|
import { ServiceContentModal, ServiceSectionModal, ServiceStylesModel } from './service-section.model';
|
|
3
|
-
import { EventsService } from '
|
|
4
|
-
import { TextPosition } from '
|
|
5
|
-
import { ButtonModel } from '
|
|
3
|
+
import { EventsService } from '../../services/events.service';
|
|
4
|
+
import { TextPosition } from '../../styles/index';
|
|
5
|
+
import { ButtonModel } from '../../styles/style.model';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class ServiceSectionComponent {
|
|
8
8
|
private eventService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TeamMemberContentModal, TeamMemberSectionModal, TeamMemberStylesModel } from './team-member-section.model';
|
|
2
|
-
import { TextPosition } from '
|
|
3
|
-
import { EventsService } from '
|
|
4
|
-
import { ButtonModel } from '
|
|
2
|
+
import { TextPosition } from '../../styles/index';
|
|
3
|
+
import { EventsService } from '../../services/events.service';
|
|
4
|
+
import { ButtonModel } from '../../styles/style.model';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class TeamMemberSectionComponent {
|
|
7
7
|
private eventService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { BannerStylesModel } from '
|
|
2
|
+
import { BannerStylesModel } from '../../styles/style.model';
|
|
3
3
|
import { TextImageContentModel, TextImageSectionModel } from './text-image-section.model';
|
|
4
|
-
import { EventsService } from '
|
|
4
|
+
import { EventsService } from '../../services/events.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class TextImageSectionComponent implements OnInit {
|
|
7
7
|
private eventService;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementRef, OnInit } from '@angular/core';
|
|
2
2
|
import { TextContentModel, TextSectionModel } from './text-section.model';
|
|
3
|
-
import { StylesModel } from '
|
|
3
|
+
import { StylesModel } from '../../styles/style.model';
|
|
4
4
|
import { MatDialog } from '@angular/material/dialog';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class TextSectionComponent implements OnInit {
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|