genesys-spark 4.0.0-beta.52 → 4.0.0-beta.53
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -154,7 +154,7 @@ function checkAndLoadFonts(fonts) {
|
|
|
154
154
|
})).then(function () { }); // flatten the promise array
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
var ASSET_PREFIX = "/spark-components/build-assets/4.0.0-beta.
|
|
157
|
+
var ASSET_PREFIX = "/spark-components/build-assets/4.0.0-beta.53-79/genesys-webcomponents/";
|
|
158
158
|
var SCRIPT_PATH = "genesys-webcomponents.esm.js";
|
|
159
159
|
var STYLE_PATH = "genesys-webcomponents.css";
|
|
160
160
|
var assetsOrigin = getAssetsOrigin();
|