genesys-spark 4.154.4 → 4.154.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -222,16 +222,18 @@ var intl = /*#__PURE__*/Object.freeze({
|
|
|
222
222
|
relativeTimeFormat: relativeTimeFormat
|
|
223
223
|
});
|
|
224
224
|
|
|
225
|
-
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.154.
|
|
226
|
-
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.154.
|
|
225
|
+
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.154.6-690/genesys-webcomponents/";
|
|
226
|
+
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.154.6-690/chart/genesys-chart-webcomponents/";
|
|
227
227
|
function loadSparkFonts(opts) {
|
|
228
228
|
const fontOrigin = getFontOrigin();
|
|
229
229
|
const flareFonts = {
|
|
230
230
|
Urbanist: `${fontOrigin}/webfonts/urbanist.css`,
|
|
231
|
-
"Noto Sans": `${fontOrigin}/webfonts/noto-sans.css
|
|
231
|
+
"Noto Sans": `${fontOrigin}/webfonts/noto-sans.css`,
|
|
232
|
+
"Noto Sans Mono": `${fontOrigin}/webfonts/noto-sans-mono.css`
|
|
232
233
|
};
|
|
233
234
|
const legacyFonts = {
|
|
234
|
-
Roboto: `${fontOrigin}/webfonts/roboto.css
|
|
235
|
+
Roboto: `${fontOrigin}/webfonts/roboto.css`,
|
|
236
|
+
"Noto Sans Mono": `${fontOrigin}/webfonts/noto-sans-mono.css`
|
|
235
237
|
};
|
|
236
238
|
const FONTS = (opts == null ? void 0 : opts.theme) === "legacy" ? legacyFonts : flareFonts;
|
|
237
239
|
return checkAndLoadFonts(FONTS);
|