genesys-spark 4.184.1 → 4.184.2
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 +3 -2
- package/dist/scss/_mixins.scss +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -134,6 +134,7 @@ function dateTimeFormat(localeOrOptions, options) {
|
|
|
134
134
|
} else {
|
|
135
135
|
options = localeOrOptions;
|
|
136
136
|
}
|
|
137
|
+
options = Object.assign({ calendar: "gregory" }, options);
|
|
137
138
|
if (locale != void 0) {
|
|
138
139
|
return new Intl.DateTimeFormat(locale, options);
|
|
139
140
|
} else {
|
|
@@ -219,8 +220,8 @@ var sparkIntl = /*#__PURE__*/Object.freeze({
|
|
|
219
220
|
relativeTimeFormat: relativeTimeFormat
|
|
220
221
|
});
|
|
221
222
|
|
|
222
|
-
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.184.
|
|
223
|
-
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.184.
|
|
223
|
+
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.184.2-853/genesys-webcomponents/";
|
|
224
|
+
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.184.2-853/chart/genesys-chart-webcomponents/";
|
|
224
225
|
function loadSparkFonts(opts) {
|
|
225
226
|
const fontOrigin = getFontOrigin();
|
|
226
227
|
const flareFonts = {
|
package/dist/scss/_mixins.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark",
|
|
3
|
-
"version": "4.184.
|
|
3
|
+
"version": "4.184.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"@rollup/rollup-linux-x64-gnu": "^4.24.3"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
42
|
-
"@rollup/plugin-replace": "^6.0.
|
|
43
|
-
"@tsconfig/strictest": "^2.0.
|
|
41
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
42
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
43
|
+
"@tsconfig/strictest": "^2.0.7",
|
|
44
44
|
"dir-compare": "^5.0.0",
|
|
45
45
|
"eslint": "^9.38.0",
|
|
46
46
|
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
|