tent-lib 0.0.697 → 0.0.699

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,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MotorMiraiComponent {
3
+ square: boolean;
4
+ lang: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MotorMiraiComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MotorMiraiComponent, "tent-motor-mirai", never, { "square": { "alias": "square"; "required": false; }; "lang": { "alias": "lang"; "required": true; }; }, {}, never, never, true, never>;
7
+ }
@@ -0,0 +1,4 @@
1
+ export interface MotorMiraiI {
2
+ square: boolean;
3
+ lang: string;
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tent-lib",
3
- "version": "0.0.697",
3
+ "version": "0.0.699",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
package/public-api.d.ts CHANGED
@@ -63,6 +63,7 @@ export * from './lib/components/core/generic-head/generic-head.component';
63
63
  export * from './lib/components/core/modals/gallery-category/gallery-category.component';
64
64
  export * from './lib/components/core/brunch/brunch.component';
65
65
  export * from './lib/components/core/brunch-gallery/brunch-gallery.component';
66
+ export * from './lib/components/core/motor-mirai/motor-mirai.component';
66
67
  export * from './lib/interfaces/atomic/button.interface';
67
68
  export * from './lib/interfaces/atomic/datepicker.interface';
68
69
  export * from './lib/interfaces/atomic/dropdown.interface';
@@ -128,5 +129,6 @@ export * from './lib/interfaces/core/offer-list.interface';
128
129
  export * from './lib/interfaces/core/offer-details.interface';
129
130
  export * from './lib/interfaces/core/webmap.interface';
130
131
  export * from './lib/interfaces/core/thanks.interface';
132
+ export * from './lib/interfaces/core/motor-mirai.interface';
131
133
  export * from './services';
132
134
  export * from './lib/pipes/currency.pipe';