@sarasanalytics-com/design-system 0.0.99 → 0.0.101

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.
@@ -1,4 +1,4 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, SimpleChanges } from '@angular/core';
2
2
  import { FieldType } from '@ngx-formly/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class MenuCardComponent extends FieldType {
@@ -11,7 +11,7 @@ export declare class MenuCardComponent extends FieldType {
11
11
  selectedStep: any;
12
12
  selectedGuideStep: any | null;
13
13
  customClassWrapper: string;
14
- ngOnInit(): void;
14
+ ngOnChanges(changes: SimpleChanges): void;
15
15
  onStepChanged(event: any): void;
16
16
  onCardClick(source: any, button: any, event: Event): void;
17
17
  onAdvancedFeaturesOpened(): void;
@@ -29,10 +29,6 @@ export declare class ThumbnailCardComponent {
29
29
  * @param changes SimpleChanges object containing changed properties
30
30
  */
31
31
  ngOnChanges(changes: SimpleChanges): void;
32
- /**
33
- * Initializes the component
34
- */
35
- ngOnInit(): void;
36
32
  /**
37
33
  * Updates the description tooltip if it exists
38
34
  * @private
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sarasanalytics-com/design-system",
3
- "version": "0.0.99",
3
+ "version": "0.0.101",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"