genesys-spark 4.258.1 → 4.259.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 +4 -4
package/dist/index.js
CHANGED
|
@@ -230,8 +230,8 @@ var sparkIntl = /*#__PURE__*/Object.freeze({
|
|
|
230
230
|
relativeTimeFormat: relativeTimeFormat
|
|
231
231
|
});
|
|
232
232
|
|
|
233
|
-
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
234
|
-
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
233
|
+
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.259.0-1094/genesys-webcomponents/";
|
|
234
|
+
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.259.0-1094/chart/genesys-chart-webcomponents/";
|
|
235
235
|
function loadSparkFonts(opts) {
|
|
236
236
|
const fontOrigin = getFontOrigin();
|
|
237
237
|
const flareFonts = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.259.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "",
|
|
@@ -47,17 +47,17 @@
|
|
|
47
47
|
"esbuild": "^0.28.1",
|
|
48
48
|
"eslint": "^9.39.4",
|
|
49
49
|
"glob": "^13.0.6",
|
|
50
|
-
"globals": "^17.
|
|
50
|
+
"globals": "^17.7.0",
|
|
51
51
|
"jest": "^30.4.2",
|
|
52
52
|
"jest-environment-jsdom": "^30.4.1",
|
|
53
53
|
"npm-run-all": "^4.1.5",
|
|
54
54
|
"prettier-package-json": "^2.8.0",
|
|
55
|
-
"rollup": "^4.62.
|
|
55
|
+
"rollup": "^4.62.2",
|
|
56
56
|
"rollup-plugin-dts": "^6.4.1",
|
|
57
57
|
"rollup-plugin-esbuild": "^6.2.1",
|
|
58
58
|
"sass": "^1.101.0",
|
|
59
59
|
"smob": "^1.6.2",
|
|
60
|
-
"stylelint": "^17.
|
|
60
|
+
"stylelint": "^17.14.0",
|
|
61
61
|
"stylelint-config-html": "^1.1.0",
|
|
62
62
|
"stylelint-config-recess-order": "^7.7.0",
|
|
63
63
|
"stylelint-config-standard": "^40.0.0",
|