genesys-spark 4.81.3 → 4.82.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
|
@@ -196,8 +196,8 @@ var intl = /*#__PURE__*/Object.freeze({
|
|
|
196
196
|
relativeTimeFormat: relativeTimeFormat
|
|
197
197
|
});
|
|
198
198
|
|
|
199
|
-
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
200
|
-
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
199
|
+
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.82.0-345/genesys-webcomponents/";
|
|
200
|
+
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.82.0-345/chart/genesys-chart-webcomponents/";
|
|
201
201
|
function loadSparkFonts() {
|
|
202
202
|
const fontOrigin = getFontOrigin();
|
|
203
203
|
const FONTS = {
|