genesys-spark 4.137.0 → 4.137.1
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.d.ts +6 -1
- package/dist/index.js +2 -2
- package/package.json +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -34,7 +34,12 @@ declare const intl_determineDisplayLocale: typeof determineDisplayLocale;
|
|
|
34
34
|
declare const intl_getFormat: typeof getFormat;
|
|
35
35
|
declare const intl_relativeTimeFormat: typeof relativeTimeFormat;
|
|
36
36
|
declare namespace intl {
|
|
37
|
-
export {
|
|
37
|
+
export {
|
|
38
|
+
intl_dateTimeFormat as dateTimeFormat,
|
|
39
|
+
intl_determineDisplayLocale as determineDisplayLocale,
|
|
40
|
+
intl_getFormat as getFormat,
|
|
41
|
+
intl_relativeTimeFormat as relativeTimeFormat,
|
|
42
|
+
};
|
|
38
43
|
}
|
|
39
44
|
|
|
40
45
|
interface registerOptions {
|
package/dist/index.js
CHANGED
|
@@ -215,8 +215,8 @@ var intl = /*#__PURE__*/Object.freeze({
|
|
|
215
215
|
relativeTimeFormat: relativeTimeFormat
|
|
216
216
|
});
|
|
217
217
|
|
|
218
|
-
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.137.
|
|
219
|
-
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.137.
|
|
218
|
+
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.137.1-597/genesys-webcomponents/";
|
|
219
|
+
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.137.1-597/chart/genesys-chart-webcomponents/";
|
|
220
220
|
function loadSparkFonts(opts) {
|
|
221
221
|
const fontOrigin = getFontOrigin();
|
|
222
222
|
const flareFonts = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark",
|
|
3
|
-
"version": "4.137.
|
|
3
|
+
"version": "4.137.1",
|
|
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.5",
|
|
43
43
|
"dir-compare": "^5.0.0",
|
|
44
|
-
"eslint": "^9.
|
|
44
|
+
"eslint": "^9.23.0",
|
|
45
45
|
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
|
|
46
46
|
"glob": "^11.0.1",
|
|
47
47
|
"globals": "^16.0.0",
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
"jest-environment-jsdom": "^29.7.0",
|
|
50
50
|
"npm-run-all": "^4.1.5",
|
|
51
51
|
"prettier-package-json": "^2.8.0",
|
|
52
|
-
"rollup": "^4.
|
|
53
|
-
"rollup-plugin-dts": "^6.
|
|
52
|
+
"rollup": "^4.38.0",
|
|
53
|
+
"rollup-plugin-dts": "^6.2.1",
|
|
54
54
|
"rollup-plugin-esbuild": "^6.2.1",
|
|
55
|
-
"sass": "^1.
|
|
55
|
+
"sass": "^1.86.0",
|
|
56
56
|
"smob": "^1.5.0",
|
|
57
|
-
"stylelint": "^16.
|
|
57
|
+
"stylelint": "^16.17.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": "^6.0.0",
|
|
61
61
|
"stylelint-config-standard": "^36.0.1",
|
|
62
62
|
"stylelint-scss": "^6.11.1",
|
|
63
|
-
"ts-jest": "^29.
|
|
63
|
+
"ts-jest": "^29.3.0"
|
|
64
64
|
}
|
|
65
65
|
}
|