@testgorilla/tgo-ui 3.10.7 → 3.10.8-beta.0

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.
@@ -19,7 +19,7 @@ export declare class SkeletonComponent {
19
19
  applicationTheme: ApplicationTheme;
20
20
  constructor(defaultAppTheme: ApplicationTheme);
21
21
  protected readonly theme$: BehaviorSubject<NgxSkeletonLoaderConfigTheme>;
22
- protected readonly appearance$: BehaviorSubject<"" | "circle" | "line" | "custom-content">;
22
+ protected readonly appearance$: BehaviorSubject<"" | "line" | "circle" | "custom-content">;
23
23
  protected readonly currentTheme$: import("rxjs").Observable<NgxSkeletonLoaderConfigTheme>;
24
24
  private getThemeWithDefaultValues;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonComponent, [{ optional: true; }]>;