genesys-spark 4.202.0 → 4.203.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 +5 -5
package/dist/index.js
CHANGED
|
@@ -221,8 +221,8 @@ var sparkIntl = /*#__PURE__*/Object.freeze({
|
|
|
221
221
|
relativeTimeFormat: relativeTimeFormat
|
|
222
222
|
});
|
|
223
223
|
|
|
224
|
-
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
225
|
-
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
224
|
+
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.203.0-932/genesys-webcomponents/";
|
|
225
|
+
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.203.0-932/chart/genesys-chart-webcomponents/";
|
|
226
226
|
function loadSparkFonts(opts) {
|
|
227
227
|
const fontOrigin = getFontOrigin();
|
|
228
228
|
const flareFonts = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.203.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "",
|
|
@@ -52,17 +52,17 @@
|
|
|
52
52
|
"jest-environment-jsdom": "^30.2.0",
|
|
53
53
|
"npm-run-all": "^4.1.5",
|
|
54
54
|
"prettier-package-json": "^2.8.0",
|
|
55
|
-
"rollup": "^4.55.
|
|
55
|
+
"rollup": "^4.55.2",
|
|
56
56
|
"rollup-plugin-dts": "^6.3.0",
|
|
57
57
|
"rollup-plugin-esbuild": "^6.2.1",
|
|
58
58
|
"sass": "^1.97.2",
|
|
59
59
|
"smob": "^1.5.0",
|
|
60
|
-
"stylelint": "^
|
|
60
|
+
"stylelint": "^17.0.0",
|
|
61
61
|
"stylelint-config-html": "^1.1.0",
|
|
62
62
|
"stylelint-config-recess-order": "^7.4.0",
|
|
63
|
-
"stylelint-config-standard": "^
|
|
63
|
+
"stylelint-config-standard": "^40.0.0",
|
|
64
64
|
"stylelint-order": "^7.0.1",
|
|
65
|
-
"stylelint-scss": "^
|
|
65
|
+
"stylelint-scss": "^7.0.0",
|
|
66
66
|
"ts-jest": "^29.4.6",
|
|
67
67
|
"ts-node": "^10.9.2"
|
|
68
68
|
}
|