genesys-spark 4.47.0 → 4.48.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/global.css +3 -3
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -296,19 +296,19 @@
|
|
|
296
296
|
--gse-core-typography-subheadingRegular-lineHeight: 20px;
|
|
297
297
|
--gse-core-typography-subheadingRegular-fontSize: 14px;
|
|
298
298
|
--gse-core-elevation-low-x: 0;
|
|
299
|
-
--gse-core-elevation-low-y:
|
|
299
|
+
--gse-core-elevation-low-y: 0;
|
|
300
300
|
--gse-core-elevation-low-blur: 4px;
|
|
301
301
|
--gse-core-elevation-low-spread: 1px;
|
|
302
302
|
--gse-core-elevation-low-color: #23395c1a;
|
|
303
303
|
--gse-core-elevation-low-type: dropShadow;
|
|
304
304
|
--gse-core-elevation-medium-x: 0;
|
|
305
|
-
--gse-core-elevation-medium-y:
|
|
305
|
+
--gse-core-elevation-medium-y: 0;
|
|
306
306
|
--gse-core-elevation-medium-blur: 6px;
|
|
307
307
|
--gse-core-elevation-medium-spread: 1px;
|
|
308
308
|
--gse-core-elevation-medium-color: #23395c1f;
|
|
309
309
|
--gse-core-elevation-medium-type: dropShadow;
|
|
310
310
|
--gse-core-elevation-high-x: 0;
|
|
311
|
-
--gse-core-elevation-high-y:
|
|
311
|
+
--gse-core-elevation-high-y: 0;
|
|
312
312
|
--gse-core-elevation-high-blur: 8px;
|
|
313
313
|
--gse-core-elevation-high-spread: 1px;
|
|
314
314
|
--gse-core-elevation-high-color: #23395c26;
|
package/dist/index.js
CHANGED
|
@@ -198,8 +198,8 @@ var intl = /*#__PURE__*/Object.freeze({
|
|
|
198
198
|
relativeTimeFormat: relativeTimeFormat
|
|
199
199
|
});
|
|
200
200
|
|
|
201
|
-
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
202
|
-
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.
|
|
201
|
+
const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.48.1-202/genesys-webcomponents/";
|
|
202
|
+
const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.48.1-202/chart/genesys-chart-webcomponents/";
|
|
203
203
|
function loadSparkFonts() {
|
|
204
204
|
const fontOrigin = getFontOrigin();
|
|
205
205
|
const FONTS = {
|