@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
34 lines (30 loc) • 873 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
import { L as Log, d as de, w } from './common-Cx_AGO_M.js';
import { a as setMode } from './index-BQlHOxik.js';
var appGlobalScript = () => {
setMode((elm) => {
try {
if (elm.shadowRoot instanceof ShadowRoot) {
de(elm, w(elm));
}
}
catch (_a) {
}
return 'default';
});
import('./devtools-CTlVZVnW.js')
.then((devTools) => {
if (typeof devTools === 'object' && devTools !== null && typeof devTools.initialize === 'function') {
devTools.initialize();
}
})
.catch((error) => {
Log.error(error);
});
};
const globalScripts = appGlobalScript;
export { globalScripts as g };
//# sourceMappingURL=app-globals-UWioL0AL.js.map
//# sourceMappingURL=app-globals-UWioL0AL.js.map