@indigina/ui-kit 1.1.74 → 1.1.75

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,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class KitEntityTitleComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<KitEntityTitleComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<KitEntityTitleComponent, "kit-entity-title", never, {}, {}, never, ["*"], false, never>;
5
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./kit-entity-title.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class KitEntityTitleModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<KitEntityTitleModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KitEntityTitleModule, [typeof i1.KitEntityTitleComponent], [typeof i2.CommonModule], [typeof i1.KitEntityTitleComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<KitEntityTitleModule>;
8
+ }
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.74",
10
+ "version": "1.1.75",
11
11
  "peerDependencies": {
12
12
  "@angular/common": "^18.2.6",
13
13
  "@angular/core": "^18.2.6"
package/public-api.d.ts CHANGED
@@ -141,3 +141,5 @@ export { KitScrollNavigationComponent } from './lib/components/kit-scroll-naviga
141
141
  export { KitScrollNavigationSectionComponent, } from './lib/components/kit-scroll-navigation/kit-scroll-navigation-section/kit-scroll-navigation-section.component';
142
142
  export { KitEntitySectionModule } from './lib/components/kit-entity-section/kit-entity-section.module';
143
143
  export { KitEntitySectionComponent } from './lib/components/kit-entity-section/kit-entity-section.component';
144
+ export { KitEntityTitleModule } from './lib/components/kit-entity-title/kit-entity-title.module';
145
+ export { KitEntityTitleComponent } from './lib/components/kit-entity-title/kit-entity-title.component';