MCPcopy Create free account
hub / github.com/UI5/webcomponents / deleteThemeBase

Function deleteThemeBase

packages/base/src/theming/applyTheme.ts:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34};
35
36const deleteThemeBase = () => {
37 removeStyle("data-ui5-theme-properties", BASE_THEME_PACKAGE);
38};
39
40const loadComponentPackages = async (theme: string, externalThemeName?: string) => {
41 const registeredPackages = getRegisteredPackages();

Callers 1

applyThemeFunction · 0.85

Calls 1

removeStyleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…