genesys-spark-chart-components 4.166.1 → 4.168.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/cjs/{color-palette-F8k-Fgtk.js → color-palette-Df-CcaZ0.js} +1 -1
- package/dist/cjs/genesys-chart-webcomponents.cjs.js +1 -1
- 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 +9 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/beta/gux-visualization/gux-visualization.js +27 -1
- package/dist/esm/{color-palette-C4gYevEn.js → color-palette-B3K1gjmB.js} +1 -1
- package/dist/esm/genesys-chart-webcomponents.js +1 -1
- 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 +9 -2
- package/dist/esm/loader.js +1 -1
- package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -1
- package/dist/genesys-chart-webcomponents/{p-e7d7a7a6.entry.js → p-40b967cc.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-57543f24.entry.js → p-5c697dd8.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-990c8635.entry.js → p-5e76d1ed.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-db732f12.entry.js → p-803cd01f.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-C4gYevEn.js → p-B3K1gjmB.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-74d58422.entry.js → p-f53ce3ac.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-5be9f256.entry.js → p-fe79877c.entry.js} +2 -2
- package/dist/types/components/beta/gux-visualization/gux-visualization.d.ts +1 -0
- package/dist/types/components.d.ts +2 -0
- package/package.json +8 -8
|
@@ -10,6 +10,7 @@ export declare class GuxVisualization {
|
|
|
10
10
|
root: HTMLElement;
|
|
11
11
|
visualizationSpec: VisualizationSpec;
|
|
12
12
|
embedOptions: EmbedOptions;
|
|
13
|
+
screenreaderDescription: string;
|
|
13
14
|
componentWillLoad(): void;
|
|
14
15
|
handleChartClick(_name: string, value: unknown): void;
|
|
15
16
|
componentDidRender(): Promise<void>;
|
|
@@ -251,6 +251,7 @@ export namespace Components {
|
|
|
251
251
|
}
|
|
252
252
|
interface GuxVisualizationBeta {
|
|
253
253
|
"embedOptions": EmbedOptions;
|
|
254
|
+
"screenreaderDescription": string;
|
|
254
255
|
"visualizationSpec": VisualizationSpec;
|
|
255
256
|
}
|
|
256
257
|
}
|
|
@@ -562,6 +563,7 @@ declare namespace LocalJSX {
|
|
|
562
563
|
"embedOptions"?: EmbedOptions;
|
|
563
564
|
"onChartClicked"?: (event: GuxVisualizationBetaCustomEvent<any>) => void;
|
|
564
565
|
"onChartComponentReady"?: (event: GuxVisualizationBetaCustomEvent<any>) => void;
|
|
566
|
+
"screenreaderDescription"?: string;
|
|
565
567
|
"visualizationSpec"?: VisualizationSpec;
|
|
566
568
|
}
|
|
567
569
|
interface IntrinsicElements {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genesys-spark-chart-components",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.168.0",
|
|
4
4
|
"description": "Common chart webcomponents",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/stencil-wrapper.js",
|
|
@@ -53,22 +53,22 @@
|
|
|
53
53
|
"vega-lite": "5.23.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@babel/core": "^7.28.
|
|
57
|
-
"@babel/preset-env": "^7.28.
|
|
56
|
+
"@babel/core": "^7.28.3",
|
|
57
|
+
"@babel/preset-env": "^7.28.3",
|
|
58
58
|
"@stencil/core": "4.36.2",
|
|
59
59
|
"@stencil/react-output-target": "^0.5.3",
|
|
60
60
|
"@stencil/sass": "^3.2.2",
|
|
61
61
|
"@types/jest": "^29.5.14",
|
|
62
62
|
"axe-core": "^4.10.3",
|
|
63
63
|
"axe-live": "^1.0.1",
|
|
64
|
-
"eslint": "^9.
|
|
64
|
+
"eslint": "^9.34.0",
|
|
65
65
|
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
|
|
66
66
|
"file-loader": "^6.2.0",
|
|
67
67
|
"genesys-spark-tokens": "file:../genesys-spark-tokens",
|
|
68
68
|
"glob": "^11.0.3",
|
|
69
69
|
"globals": "^16.3.0",
|
|
70
70
|
"handlebars": "^4.7.8",
|
|
71
|
-
"inquirer": "^12.9.
|
|
71
|
+
"inquirer": "^12.9.4",
|
|
72
72
|
"jest": "^29.7.0",
|
|
73
73
|
"jest-cli": "^29.7.0",
|
|
74
74
|
"jest-config": "^29.7.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"prettier": "^3.6.2",
|
|
85
85
|
"prettier-config-genesys-spark-components": "file:../../shared-configs/prettier-config-genesys-spark-components",
|
|
86
86
|
"prettier-package-json": "^2.8.0",
|
|
87
|
-
"puppeteer": "^24.
|
|
87
|
+
"puppeteer": "^24.17.0",
|
|
88
88
|
"rollup-plugin-copy": "^3.5.0",
|
|
89
89
|
"rollup-plugin-polyfill-node": "^0.13.0",
|
|
90
90
|
"semver-sort": "^1.0.0",
|
|
@@ -93,10 +93,10 @@
|
|
|
93
93
|
"stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
|
|
94
94
|
"stylelint-config-html": "^1.1.0",
|
|
95
95
|
"stylelint-config-recess-order": "^7.2.0",
|
|
96
|
-
"stylelint-config-standard": "^
|
|
96
|
+
"stylelint-config-standard": "^39.0.0",
|
|
97
97
|
"stylelint-order": "^7.0.0",
|
|
98
98
|
"stylelint-scss": "^6.12.1",
|
|
99
|
-
"ts-loader": "^9.5.
|
|
99
|
+
"ts-loader": "^9.5.4",
|
|
100
100
|
"typescript": "5.5.4",
|
|
101
101
|
"xmldom": "^0.6.0"
|
|
102
102
|
},
|