genesys-spark-chart-components 4.141.0 → 4.141.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/cjs/{color-palette-1ecff0fc.js → color-palette-7df53fed.js} +5 -5
- package/dist/cjs/gux-chart-column-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-donut-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-line-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-pie-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-chart-scatter-plot-beta.cjs.entry.js +1 -1
- package/dist/cjs/gux-visualization-beta.cjs.entry.js +129 -66
- package/dist/esm/{color-palette-9c1c33b3.js → color-palette-27e803d3.js} +5 -5
- package/dist/esm/gux-chart-column-beta.entry.js +1 -1
- package/dist/esm/gux-chart-donut-beta.entry.js +1 -1
- package/dist/esm/gux-chart-line-beta.entry.js +1 -1
- package/dist/esm/gux-chart-pie-beta.entry.js +1 -1
- package/dist/esm/gux-chart-scatter-plot-beta.entry.js +1 -1
- package/dist/esm/gux-visualization-beta.entry.js +129 -66
- package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -1
- package/dist/genesys-chart-webcomponents/{p-b0b3cd30.js → p-06eaaf70.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-7c060922.entry.js → p-07c83f5a.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-766bdd8d.entry.js → p-09e72f83.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-7de37572.entry.js → p-21c39087.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-14527c69.entry.js → p-39846a2a.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-bce7e7d2.entry.js → p-759843fb.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-2976cf1e.entry.js → p-d7821e5e.entry.js} +3 -3
- package/dist/stencil-wrapper.js +1 -1
- package/dist/types/stencil-wrapper.d.ts +1 -1
- package/package.json +5 -5
package/dist/stencil-wrapper.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { defineCustomElements } from '../dist/loader';
|
|
9
9
|
// Value templated out during build process (see scripts/wrap-stencil.js)
|
|
10
|
-
export const CHART_COMPONENT_ASSETS_PATH = '/spark-components/build-assets/4.141.
|
|
10
|
+
export const CHART_COMPONENT_ASSETS_PATH = '/spark-components/build-assets/4.141.1-621/chart/genesys-chart-webcomponents/';
|
|
11
11
|
// Default domain to load assets from
|
|
12
12
|
const DEFAULT_DOMAIN = 'app.mypurecloud.com';
|
|
13
13
|
// List of Genesys UI domains
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const CHART_COMPONENT_ASSETS_PATH = "/spark-components/build-assets/4.141.
|
|
1
|
+
export declare const CHART_COMPONENT_ASSETS_PATH = "/spark-components/build-assets/4.141.1-621/chart/genesys-chart-webcomponents/";
|
|
2
2
|
export declare function registerElements(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-chart-components",
|
|
3
|
-
"version": "4.141.
|
|
3
|
+
"version": "4.141.1",
|
|
4
4
|
"description": "Common chart webcomponents",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/stencil-wrapper.js",
|
|
@@ -67,14 +67,14 @@
|
|
|
67
67
|
"@types/puppeteer": "^5.4.7",
|
|
68
68
|
"axe-core": "^4.10.3",
|
|
69
69
|
"axe-live": "^1.0.1",
|
|
70
|
-
"eslint": "^9.
|
|
70
|
+
"eslint": "^9.25.1",
|
|
71
71
|
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
|
|
72
72
|
"file-loader": "^6.2.0",
|
|
73
73
|
"genesys-spark-tokens": "file:../genesys-spark-tokens",
|
|
74
|
-
"glob": "^11.0.
|
|
74
|
+
"glob": "^11.0.2",
|
|
75
75
|
"globals": "^16.0.0",
|
|
76
76
|
"handlebars": "^4.7.8",
|
|
77
|
-
"inquirer": "^12.
|
|
77
|
+
"inquirer": "^12.6.0",
|
|
78
78
|
"jest": "^29.7.0",
|
|
79
79
|
"jest-cli": "^29.7.0",
|
|
80
80
|
"jest-config": "^29.7.0",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"rollup-plugin-copy": "^3.5.0",
|
|
95
95
|
"semver-sort": "^1.0.0",
|
|
96
96
|
"smob": "^1.5.0",
|
|
97
|
-
"stylelint": "^16.
|
|
97
|
+
"stylelint": "^16.19.0",
|
|
98
98
|
"stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
|
|
99
99
|
"stylelint-config-html": "^1.1.0",
|
|
100
100
|
"stylelint-config-recess-order": "^6.0.0",
|