genesys-spark 4.113.0 → 4.113.1
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -207,8 +207,8 @@ var intl = /*#__PURE__*/Object.freeze({
|
|
|
207
207
|
relativeTimeFormat: relativeTimeFormat
|
|
208
208
|
});
|
|
209
209
|
|
|
210
|
-
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.113.
|
|
211
|
-
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.113.
|
|
210
|
+
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.113.1-525/genesys-webcomponents/";
|
|
211
|
+
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.113.1-525/chart/genesys-chart-webcomponents/";
|
|
212
212
|
function loadSparkFonts(opts) {
|
|
213
213
|
const fontOrigin = getFontOrigin();
|
|
214
214
|
const flareFonts = {
|