@anzusystems/common-admin 0.0.25 → 0.0.26

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.
@@ -3452,7 +3452,7 @@ export declare const SubjectScopeSymbol: InjectionKey<string>;
3452
3452
 
3453
3453
  export declare const SystemScopeSymbol: InjectionKey<string>;
3454
3454
 
3455
- declare enum Theme {
3455
+ export declare enum Theme {
3456
3456
  Light = "light",
3457
3457
  Dark = "dark"
3458
3458
  }