genesys-spark 4.173.2 → 4.174.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
|
@@ -222,8 +222,8 @@ var intl = /*#__PURE__*/Object.freeze({
|
|
|
222
222
|
relativeTimeFormat: relativeTimeFormat
|
|
223
223
|
});
|
|
224
224
|
|
|
225
|
-
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
226
|
-
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
225
|
+
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.174.0-798/genesys-webcomponents/";
|
|
226
|
+
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.174.0-798/chart/genesys-chart-webcomponents/";
|
|
227
227
|
function loadSparkFonts(opts) {
|
|
228
228
|
const fontOrigin = getFontOrigin();
|
|
229
229
|
const flareFonts = {
|