genesys-spark 4.242.0 → 4.243.0
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
|
@@ -233,8 +233,8 @@ var sparkIntl = /*#__PURE__*/Object.freeze({
|
|
|
233
233
|
relativeTimeFormat: relativeTimeFormat
|
|
234
234
|
});
|
|
235
235
|
|
|
236
|
-
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
237
|
-
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
236
|
+
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.243.0-1061/genesys-webcomponents/";
|
|
237
|
+
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.243.0-1061/chart/genesys-chart-webcomponents/";
|
|
238
238
|
function loadSparkFonts(opts) {
|
|
239
239
|
const fontOrigin = getFontOrigin();
|
|
240
240
|
const flareFonts = {
|