@descope/sdk-mixins
Version:
Descope JavaScript SDK mixins
15 lines (11 loc) • 585 B
JavaScript
;
var constants = require('../../constants.js');
const UI_COMPONENTS_URL_KEY = 'base.ui.components.url';
const LOCAL_STORAGE_OVERRIDE = constants.IS_LOCAL_STORAGE && localStorage.getItem(UI_COMPONENTS_URL_KEY);
const JS_FILE_PATH = 'dist/umd/index.js';
const WEB_COMPONENTS_UI_LIB_NAME = '@descope/web-components-ui';
exports.JS_FILE_PATH = JS_FILE_PATH;
exports.LOCAL_STORAGE_OVERRIDE = LOCAL_STORAGE_OVERRIDE;
exports.UI_COMPONENTS_URL_KEY = UI_COMPONENTS_URL_KEY;
exports.WEB_COMPONENTS_UI_LIB_NAME = WEB_COMPONENTS_UI_LIB_NAME;
//# sourceMappingURL=constants.js.map