chore: fix issues with multiple non-layerable themes being active on color scheme change [skip e2e]
This commit is contained in:
@@ -37,6 +37,7 @@ export interface ComponentManagerInterface {
|
||||
|
||||
isThemeActive(theme: UIFeature<ThemeFeatureDescription>): boolean
|
||||
toggleTheme(theme: UIFeature<ThemeFeatureDescription>, skipEntitlementCheck?: boolean): Promise<void>
|
||||
toggleOtherNonLayerableThemes(uiFeature: UIFeature<ThemeFeatureDescription>): void
|
||||
getActiveThemes(): UIFeature<ThemeFeatureDescription>[]
|
||||
getActiveThemesIdentifiers(): { features: NativeFeatureIdentifier[]; uuids: Uuid[] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user