genesys-spark 4.185.2 → 4.185.4
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
|
@@ -220,8 +220,8 @@ var sparkIntl = /*#__PURE__*/Object.freeze({
|
|
|
220
220
|
relativeTimeFormat: relativeTimeFormat
|
|
221
221
|
});
|
|
222
222
|
|
|
223
|
-
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.185.
|
|
224
|
-
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.185.
|
|
223
|
+
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.185.4-862/genesys-webcomponents/";
|
|
224
|
+
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.185.4-862/chart/genesys-chart-webcomponents/";
|
|
225
225
|
function loadSparkFonts(opts) {
|
|
226
226
|
const fontOrigin = getFontOrigin();
|
|
227
227
|
const flareFonts = {
|