@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
15 lines (14 loc) • 435 B
JavaScript
//#region src/core/consts.ts
const cdnUrl = "https://cdn.veracity.com";
const cdnStagUrl = "https://cdnstag.veracity.com";
const cdnTestUrl = "https://cdntest.veracity.com";
const cdnFontsPath = "/common/fonts";
const cdnUrls = {
Prod: cdnUrl,
Stag: cdnStagUrl,
Test: cdnTestUrl
};
//#endregion
export { cdnFontsPath, cdnStagUrl, cdnTestUrl, cdnUrl, cdnUrls };
globalThis.__vuiVersion__ = "5.3.1"
//# sourceMappingURL=consts.js.map