genesys-spark 4.88.1 → 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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +6 -6
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.88.1-378/genesys-webcomponents/";
211
- const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.88.1-378/chart/genesys-chart-webcomponents/";
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.88.1",
3
+ "version": "4.89.0",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -33,20 +33,20 @@
33
33
  "@rollup/rollup-linux-x64-gnu": "^4.21.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@rollup/plugin-replace": "^5.0.7",
36
+ "@rollup/plugin-replace": "^6.0.1",
37
37
  "@tsconfig/strictest": "^2.0.5",
38
- "eslint": "^9.11.1",
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.9.0",
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",
45
45
  "prettier-package-json": "^2.8.0",
46
- "rollup": "^4.22.4",
46
+ "rollup": "^4.24.0",
47
47
  "rollup-plugin-dts": "^6.1.1",
48
48
  "rollup-plugin-esbuild": "^6.1.1",
49
- "sass": "^1.79.3",
49
+ "sass": "^1.79.4",
50
50
  "smob": "^1.5.0",
51
51
  "stylelint": "^16.9.0",
52
52
  "stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",