genesys-spark 4.88.2 → 4.89.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 +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -207,8 +207,8 @@ var intl = /*#__PURE__*/Object.freeze({
|
|
|
207
207
|
relativeTimeFormat: relativeTimeFormat
|
|
208
208
|
});
|
|
209
209
|
|
|
210
|
-
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
211
|
-
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
210
|
+
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.89.0-389/genesys-webcomponents/";
|
|
211
|
+
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.89.0-389/chart/genesys-chart-webcomponents/";
|
|
212
212
|
function loadSparkFonts(opts) {
|
|
213
213
|
const fontOrigin = getFontOrigin();
|
|
214
214
|
const flareFonts = {
|
|
@@ -223,7 +223,7 @@ function loadSparkFonts(opts) {
|
|
|
223
223
|
}
|
|
224
224
|
function registerSparkComponents(opts) {
|
|
225
225
|
const SCRIPT_PATH = "genesys-webcomponents.esm.js";
|
|
226
|
-
const STYLE_PATH = (opts == null ? void 0 : opts.theme) ? `genesys-webcomponents-${opts.theme}.css` : "genesys-webcomponents.css";
|
|
226
|
+
const STYLE_PATH = (opts == null ? void 0 : opts.theme) ? `genesys-webcomponents-${opts.theme}.css` : "genesys-webcomponents-flare.css";
|
|
227
227
|
const assetsOrigin = getComponentAssetsOrigin();
|
|
228
228
|
const SCRIPT_SRC = `${assetsOrigin}${COMPONENT_ASSET_PREFIX}${SCRIPT_PATH}`;
|
|
229
229
|
const STYLE_HREF = `${assetsOrigin}${COMPONENT_ASSET_PREFIX}${STYLE_PATH}`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.89.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"@rollup/rollup-linux-x64-gnu": "^4.21.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@rollup/plugin-replace": "^
|
|
36
|
+
"@rollup/plugin-replace": "^6.0.1",
|
|
37
37
|
"@tsconfig/strictest": "^2.0.5",
|
|
38
38
|
"eslint": "^9.12.0",
|
|
39
39
|
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
|
|
40
40
|
"glob": "^11.0.0",
|
|
41
|
-
"globals": "^15.
|
|
41
|
+
"globals": "^15.11.0",
|
|
42
42
|
"jest": "^29.7.0",
|
|
43
43
|
"jest-environment-jsdom": "^29.7.0",
|
|
44
44
|
"npm-run-all": "^4.1.5",
|