simpo-component-library 0.9.6 → 0.9.8

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.
@@ -8,6 +8,7 @@ export declare class ButtonDirectiveDirective implements OnChanges {
8
8
  private eventService;
9
9
  buttonStyle?: ButtonStyleModel;
10
10
  color?: string;
11
+ scrollValue?: number;
11
12
  constructor(el: ElementRef, eventService: EventsService);
12
13
  ngOnChanges(): void;
13
14
  ngOnDestroy(): void;
@@ -19,5 +20,5 @@ export declare class ButtonDirectiveDirective implements OnChanges {
19
20
  buttonStyleChangeCheck(): void;
20
21
  changeButtonStyle(id: any, style: ButtonStyleModel, bgColor: string): void;
21
22
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonDirectiveDirective, never>;
22
- static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonDirectiveDirective, "[simpoButtonDirective]", never, { "buttonStyle": { "alias": "buttonStyle"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonDirectiveDirective, "[simpoButtonDirective]", never, { "buttonStyle": { "alias": "buttonStyle"; "required": false; }; "color": { "alias": "color"; "required": false; }; "scrollValue": { "alias": "scrollValue"; "required": false; }; }, {}, never, never, true, never>;
23
24
  }
@@ -27,6 +27,7 @@ export declare class NavbarSectionComponent implements OnInit {
27
27
  get isHeaderSticky(): boolean | undefined;
28
28
  get backgroundInfo(): any;
29
29
  get simpoColor(): any;
30
+ get accentColor(): any;
30
31
  get isTransparent(): any;
31
32
  redirectTo(content: any): void;
32
33
  get isComponentMerged(): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "0.9.6",
3
+ "version": "0.9.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file