tent-lib 1.0.13 → 1.0.14

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.
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class LoyaltyFormComponent {
3
+ title?: string;
4
+ description?: string;
5
+ frameUrl?: string;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<LoyaltyFormComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoyaltyFormComponent, "tent-loyalty-form", never, { "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "frameUrl": { "alias": "frameUrl"; "required": false; }; }, {}, never, never, true, never>;
8
+ }
@@ -0,0 +1,5 @@
1
+ export interface LoyaltyFormI {
2
+ title?: string;
3
+ description?: string;
4
+ frameUrl?: string;
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tent-lib",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
package/public-api.d.ts CHANGED
@@ -37,6 +37,7 @@ export * from './lib/components/core/info-slider/info-slider.component';
37
37
  export * from './lib/components/core/location-beach/location-beach.component';
38
38
  export * from './lib/components/core/location-how/location-how.component';
39
39
  export * from './lib/components/core/location-map/location-map.component';
40
+ export * from './lib/components/core/loyalty-form/loyalty-form.component';
40
41
  export * from './lib/components/core/modals/books-modal/books-modal.component';
41
42
  export * from './lib/components/core/modals/checkin-modal/checkin-modal.component';
42
43
  export * from './lib/components/core/modals/gallery-category/gallery-category.component';
@@ -109,6 +110,7 @@ export * from './lib/interfaces/core/languages-modal.interface';
109
110
  export * from './lib/interfaces/core/location-beach.interface';
110
111
  export * from './lib/interfaces/core/location-how.interface';
111
112
  export * from './lib/interfaces/core/location-map.interface';
113
+ export * from './lib/interfaces/core/loyalty-form.interface';
112
114
  export * from './lib/interfaces/core/loyalty-modal.interface';
113
115
  export * from './lib/interfaces/core/menu-modal.interface';
114
116
  export * from './lib/interfaces/core/module-404.interface';