adopted-style-sheets
Advanced tools
Comparing version 1.1.6-rc.0 to 1.1.6-rc.1
@@ -106,2 +106,5 @@ declare namespace Common { | ||
declare const getTheme: (element: HTMLElement | ParentNode | null) => string | null; | ||
declare const getRegisteredThemeNames: () => string[]; | ||
declare const getRegisteredThemes: () => Record<string, unknown>; | ||
declare const getRegisteredThemeByName: (themeName: string) => unknown; | ||
declare const register: (themes: Generic.Theming.RegisterPatch<string, string, string> | Generic.Theming.RegisterPatch<string, string, string>[] | Set<Generic.Theming.RegisterPatch<string, string, string>>, loaders: LoaderCallback | LoaderCallback[] | Set<LoaderCallback>, options?: RegisterOptions) => Promise<void[]>; | ||
@@ -164,2 +167,2 @@ | ||
export { Generic, LoaderCallback, RegisterOptions, RobustStore, STORE, Theme, ThemeDetails, getCssStyle, getTheme, getThemeDetails, patchTheme, patchThemeTag, register, setTheme, setThemeStyle, setThemeTag }; | ||
export { Generic, LoaderCallback, RegisterOptions, RobustStore, STORE, Theme, ThemeDetails, getCssStyle, getRegisteredThemeByName, getRegisteredThemeNames, getRegisteredThemes, getTheme, getThemeDetails, patchTheme, patchThemeTag, register, setTheme, setThemeStyle, setThemeTag }; |
{ | ||
"name": "adopted-style-sheets", | ||
"version": "1.1.6-rc.0", | ||
"version": "1.1.6-rc.1", | ||
"license": "EUPL-1.2", | ||
@@ -5,0 +5,0 @@ "description": "This library implements functions to use the adopted style of web components for multiple themes.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46136
251