genesys-spark 4.153.1 → 4.154.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
|
@@ -215,8 +215,8 @@ var intl = /*#__PURE__*/Object.freeze({
|
|
|
215
215
|
relativeTimeFormat: relativeTimeFormat
|
|
216
216
|
});
|
|
217
217
|
|
|
218
|
-
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
219
|
-
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
218
|
+
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.154.1-682/genesys-webcomponents/";
|
|
219
|
+
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.154.1-682/chart/genesys-chart-webcomponents/";
|
|
220
220
|
function loadSparkFonts(opts) {
|
|
221
221
|
const fontOrigin = getFontOrigin();
|
|
222
222
|
const flareFonts = {
|