genesys-spark 4.179.2 → 4.180.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 +2 -2
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -222,8 +222,8 @@ var intl = /*#__PURE__*/Object.freeze({
222
222
  relativeTimeFormat: relativeTimeFormat
223
223
  });
224
224
 
225
- const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.179.2-815/genesys-webcomponents/";
226
- const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.179.2-815/chart/genesys-chart-webcomponents/";
225
+ const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.180.0-819/genesys-webcomponents/";
226
+ const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.180.0-819/chart/genesys-chart-webcomponents/";
227
227
  function loadSparkFonts(opts) {
228
228
  const fontOrigin = getFontOrigin();
229
229
  const flareFonts = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark",
3
- "version": "4.179.2",
3
+ "version": "4.180.0",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -41,7 +41,7 @@
41
41
  "@rollup/plugin-replace": "^6.0.2",
42
42
  "@tsconfig/strictest": "^2.0.6",
43
43
  "dir-compare": "^5.0.0",
44
- "eslint": "^9.36.0",
44
+ "eslint": "^9.37.0",
45
45
  "eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
46
46
  "glob": "^11.0.3",
47
47
  "globals": "^16.4.0",
@@ -49,16 +49,16 @@
49
49
  "jest-environment-jsdom": "^30.2.0",
50
50
  "npm-run-all": "^4.1.5",
51
51
  "prettier-package-json": "^2.8.0",
52
- "rollup": "^4.52.3",
52
+ "rollup": "^4.52.4",
53
53
  "rollup-plugin-dts": "^6.2.3",
54
54
  "rollup-plugin-esbuild": "^6.2.1",
55
55
  "sass": "^1.89.2",
56
56
  "smob": "^1.5.0",
57
- "stylelint": "^16.24.0",
57
+ "stylelint": "^16.25.0",
58
58
  "stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
59
59
  "stylelint-config-html": "^1.1.0",
60
60
  "stylelint-config-recess-order": "^7.3.0",
61
- "stylelint-config-standard": "^39.0.0",
61
+ "stylelint-config-standard": "^39.0.1",
62
62
  "stylelint-order": "^7.0.0",
63
63
  "stylelint-scss": "^6.12.1",
64
64
  "ts-jest": "^29.4.4",