genesys-spark-chart-components 4.81.1 → 4.81.3
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-12cd593a.js → color-palette-313d94f7.js} +21 -21
- 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 +358 -962
- package/dist/collection/i18n/index.js +1 -1
- package/dist/esm/{color-palette-5cafcce9.js → color-palette-686ee197.js} +21 -21
- 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 +358 -962
- package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -1
- package/dist/genesys-chart-webcomponents/{p-187bbca4.entry.js → p-028de4aa.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-5abce991.entry.js → p-13e52c23.entry.js} +2 -2
- package/dist/genesys-chart-webcomponents/{p-f03fb957.entry.js → p-32c90b8d.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-cb712f61.entry.js → p-4cf542a9.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-96273072.entry.js → p-984c750e.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-e4a70daa.js → p-dafef2fd.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-487f3bdf.entry.js → p-e8cc490f.entry.js} +1 -1
- package/dist/stencil-wrapper.js +1 -1
- package/dist/types/stencil-wrapper.d.ts +1 -1
- package/package.json +21 -21
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const name = "genesys-spark-chart-components";
|
|
2
|
-
const version = "4.81.
|
|
2
|
+
const version = "4.81.3";
|
|
3
3
|
const description = "Common chart webcomponents";
|
|
4
4
|
const license = "MIT";
|
|
5
5
|
const main = "dist/stencil-wrapper.js";
|
|
@@ -51,56 +51,56 @@ const config = {
|
|
|
51
51
|
const types = "dist/types/index.d.ts";
|
|
52
52
|
const dependencies = {
|
|
53
53
|
vega: "5.30.0",
|
|
54
|
-
"vega-embed": "6.
|
|
55
|
-
"vega-lite": "5.
|
|
54
|
+
"vega-embed": "6.26.0",
|
|
55
|
+
"vega-lite": "5.21.0"
|
|
56
56
|
};
|
|
57
57
|
const devDependencies = {
|
|
58
|
-
"@babel/core": "^7.
|
|
59
|
-
"@babel/preset-env": "^7.
|
|
58
|
+
"@babel/core": "^7.25.2",
|
|
59
|
+
"@babel/preset-env": "^7.25.4",
|
|
60
60
|
"@stencil/core": "4.12.6",
|
|
61
61
|
"@stencil/react-output-target": "^0.5.3",
|
|
62
|
-
"@stencil/sass": "^3.0.
|
|
62
|
+
"@stencil/sass": "^3.0.12",
|
|
63
63
|
"@types/jest": "^29.5.12",
|
|
64
64
|
"@types/new-relic-browser": "^0.1118.2",
|
|
65
65
|
"@types/puppeteer": "^5.4.7",
|
|
66
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
67
|
-
"@typescript-eslint/parser": "^
|
|
68
|
-
"axe-core": "^4.
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^8.5.0",
|
|
67
|
+
"@typescript-eslint/parser": "^8.5.0",
|
|
68
|
+
"axe-core": "^4.10.0",
|
|
69
69
|
"axe-live": "^1.0.1",
|
|
70
70
|
eslint: "^8.57.0",
|
|
71
71
|
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
|
|
72
72
|
"eslint-config-prettier": "^9.1.0",
|
|
73
73
|
"file-loader": "^6.2.0",
|
|
74
74
|
"genesys-spark-tokens": "file:../genesys-spark-tokens",
|
|
75
|
-
glob: "^
|
|
75
|
+
glob: "^11.0.0",
|
|
76
76
|
handlebars: "^4.7.8",
|
|
77
|
-
inquirer: "^
|
|
77
|
+
inquirer: "^10.2.2",
|
|
78
78
|
jest: "^29.7.0",
|
|
79
79
|
"jest-cli": "^29.7.0",
|
|
80
80
|
"jest-config": "^29.7.0",
|
|
81
81
|
"jest-environment-node": "^29.7.0",
|
|
82
82
|
"jest-junit": "^16.0.0",
|
|
83
|
-
"jest-silent-reporter": "^0.
|
|
84
|
-
jsdom: "^
|
|
85
|
-
"lint-staged": "^15.2.
|
|
86
|
-
marked: "^
|
|
83
|
+
"jest-silent-reporter": "^0.6.0",
|
|
84
|
+
jsdom: "^25.0.0",
|
|
85
|
+
"lint-staged": "^15.2.10",
|
|
86
|
+
marked: "^14.1.2",
|
|
87
87
|
"node-fetch": "^3.3.2",
|
|
88
88
|
"npm-run-all": "^4.1.5",
|
|
89
|
-
"postcss-html": "^1.
|
|
89
|
+
"postcss-html": "^1.7.0",
|
|
90
90
|
"postcss-less": "^6.0.0",
|
|
91
91
|
"postcss-scss": "^4.0.9",
|
|
92
|
-
prettier: "^3.
|
|
92
|
+
prettier: "^3.3.3",
|
|
93
93
|
"prettier-config-genesys-spark-components": "file:../../shared-configs/prettier-config-genesys-spark-components",
|
|
94
94
|
"prettier-package-json": "^2.8.0",
|
|
95
95
|
puppeteer: "^14.4.1",
|
|
96
96
|
"rollup-plugin-copy": "^3.5.0",
|
|
97
97
|
"semver-sort": "^1.0.0",
|
|
98
|
-
stylelint: "^16.
|
|
98
|
+
stylelint: "^16.9.0",
|
|
99
99
|
"stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
|
|
100
100
|
"stylelint-config-html": "^1.1.0",
|
|
101
|
-
"stylelint-config-recess-order": "^5.
|
|
102
|
-
"stylelint-config-standard": "^36.0.
|
|
103
|
-
"stylelint-scss": "^6.
|
|
101
|
+
"stylelint-config-recess-order": "^5.1.0",
|
|
102
|
+
"stylelint-config-standard": "^36.0.1",
|
|
103
|
+
"stylelint-scss": "^6.5.1",
|
|
104
104
|
"ts-loader": "^9.5.1",
|
|
105
105
|
typescript: "^4.9.5",
|
|
106
106
|
xmldom: "^0.6.0"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-e4944b0d.js';
|
|
2
|
-
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-
|
|
2
|
+
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-686ee197.js';
|
|
3
3
|
import { l as logError } from './log-error-fbbfc3ab.js';
|
|
4
4
|
|
|
5
5
|
const guxChartColumnCss = "gux-visualization-beta{height:fit-content;color:#2e394c;}gux-visualization-beta .mark-rect.layer_0_marks path{fill:url(#diagonalHatch0)}gux-visualization-beta .mark-rect.layer_1_marks path{fill:#1da8b3}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-e4944b0d.js';
|
|
2
|
-
import { V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-
|
|
2
|
+
import { V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-686ee197.js';
|
|
3
3
|
import { l as logError } from './log-error-fbbfc3ab.js';
|
|
4
4
|
|
|
5
5
|
const guxChartDonutCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-e4944b0d.js';
|
|
2
|
-
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-
|
|
2
|
+
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-686ee197.js';
|
|
3
3
|
import { l as logError } from './log-error-fbbfc3ab.js';
|
|
4
4
|
|
|
5
5
|
const guxChartLineCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-e4944b0d.js';
|
|
2
|
-
import { V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-
|
|
2
|
+
import { V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-686ee197.js';
|
|
3
3
|
import { l as logError } from './log-error-fbbfc3ab.js';
|
|
4
4
|
|
|
5
5
|
const guxChartPieCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-e4944b0d.js';
|
|
2
|
-
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-
|
|
2
|
+
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-686ee197.js';
|
|
3
3
|
import { l as logError } from './log-error-fbbfc3ab.js';
|
|
4
4
|
|
|
5
5
|
const guxChartScatterPlotCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
|