@osovitny/anatoly 3.16.56 → 3.16.58

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.
@@ -3,4 +3,4 @@ import { SignInPage } from "./pages/signin.page";
3
3
  import { SignOutPage } from "./pages/signout.page";
4
4
  import { SignUpPage } from "./pages/signup.page";
5
5
  export declare const IAMRouterModule: import("@angular/core").ModuleWithProviders<RouterModule>;
6
- export declare const PAGES: (typeof SignUpPage | typeof SignOutPage | typeof SignInPage)[];
6
+ export declare const PAGES: (typeof SignInPage | typeof SignOutPage | typeof SignUpPage)[];
@@ -1,7 +1,7 @@
1
+ import { BaseComponent } from "../base/base.component";
1
2
  import * as i0 from "@angular/core";
2
- export declare class SignInButtonComponent {
3
- classbtn: string;
3
+ export declare class SignInButtonComponent extends BaseComponent {
4
4
  constructor();
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SignInButtonComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<SignInButtonComponent, "anatoly-signin-button", never, { "classbtn": { "alias": "classbtn"; "required": false; }; }, {}, never, never, false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SignInButtonComponent, "anatoly-signin-button", never, {}, {}, never, never, false, never>;
7
7
  }
@@ -1,7 +1,7 @@
1
+ import { BaseComponent } from "../base/base.component";
1
2
  import * as i0 from "@angular/core";
2
- export declare class SignOutButtonComponent {
3
- classbtn: string;
3
+ export declare class SignOutButtonComponent extends BaseComponent {
4
4
  constructor();
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SignOutButtonComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<SignOutButtonComponent, "anatoly-signout-button", never, { "classbtn": { "alias": "classbtn"; "required": false; }; }, {}, never, never, false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SignOutButtonComponent, "anatoly-signout-button", never, {}, {}, never, never, false, never>;
7
7
  }
@@ -1,6 +1,7 @@
1
+ import { BaseComponent } from "../base/base.component";
1
2
  import * as i0 from "@angular/core";
2
- export declare class SignUpButtonComponent {
3
- classbtn: string;
3
+ export declare class SignUpButtonComponent extends BaseComponent {
4
+ constructor();
4
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SignUpButtonComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<SignUpButtonComponent, "anatoly-signup-button", never, { "classbtn": { "alias": "classbtn"; "required": false; }; }, {}, never, never, false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SignUpButtonComponent, "anatoly-signup-button", never, {}, {}, never, never, false, never>;
6
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.16.56",
3
+ "version": "3.16.58",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "16.2.7",
6
6
  "@angular/core": "16.2.7",