genesys-spark-chart-components 4.117.1 → 4.119.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-bd94968f.js → color-palette-f6443e0c.js} +5 -7
- 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 +521 -1247
- package/dist/esm/{color-palette-2c4363f3.js → color-palette-7ac8a54e.js} +5 -7
- 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 +521 -1247
- package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -1
- package/dist/genesys-chart-webcomponents/{p-585ea609.entry.js → p-18cc7993.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-de4b7d31.entry.js → p-52c0b734.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-52ae245e.entry.js → p-6b6034dc.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-9737d797.entry.js → p-76e11cad.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-124a46e1.entry.js → p-9c4197d7.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/p-aefbcea6.entry.js +11 -0
- package/dist/genesys-chart-webcomponents/{p-eb2043dc.js → p-f652102e.js} +1 -1
- package/dist/stencil-wrapper.js +1 -1
- package/dist/types/stencil-wrapper.d.ts +1 -1
- package/dist/types/utils/tracking/usage.d.ts +6 -2
- package/package.json +5 -7
- package/dist/genesys-chart-webcomponents/p-b73c68d1.entry.js +0 -11
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const name = "genesys-spark-chart-components";
|
|
2
|
-
const version = "4.
|
|
2
|
+
const version = "4.119.0";
|
|
3
3
|
const description = "Common chart webcomponents";
|
|
4
4
|
const license = "MIT";
|
|
5
5
|
const main = "dist/stencil-wrapper.js";
|
|
@@ -52,7 +52,7 @@ const config = {
|
|
|
52
52
|
const types = "dist/types/index.d.ts";
|
|
53
53
|
const dependencies = {
|
|
54
54
|
"@redsift/d3-rs-intl": "^0.4.0",
|
|
55
|
-
vega: "5.
|
|
55
|
+
vega: "5.31.0",
|
|
56
56
|
"vega-embed": "6.29.0",
|
|
57
57
|
"vega-lite": "5.23.0"
|
|
58
58
|
};
|
|
@@ -63,16 +63,15 @@ const devDependencies = {
|
|
|
63
63
|
"@stencil/react-output-target": "^0.5.3",
|
|
64
64
|
"@stencil/sass": "^3.0.12",
|
|
65
65
|
"@types/jest": "^29.5.14",
|
|
66
|
-
"@types/new-relic-browser": "^0.1118.2",
|
|
67
66
|
"@types/puppeteer": "^5.4.7",
|
|
68
67
|
"axe-core": "^4.10.2",
|
|
69
68
|
"axe-live": "^1.0.1",
|
|
70
|
-
eslint: "^9.20.
|
|
69
|
+
eslint: "^9.20.1",
|
|
71
70
|
"eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
|
|
72
71
|
"file-loader": "^6.2.0",
|
|
73
72
|
"genesys-spark-tokens": "file:../genesys-spark-tokens",
|
|
74
73
|
glob: "^11.0.1",
|
|
75
|
-
globals: "^15.
|
|
74
|
+
globals: "^15.15.0",
|
|
76
75
|
handlebars: "^4.7.8",
|
|
77
76
|
inquirer: "^12.4.1",
|
|
78
77
|
jest: "^29.7.0",
|
|
@@ -81,7 +80,6 @@ const devDependencies = {
|
|
|
81
80
|
"jest-environment-node": "^29.7.0",
|
|
82
81
|
"jest-junit": "^16.0.0",
|
|
83
82
|
"jest-silent-reporter": "^0.6.0",
|
|
84
|
-
jsdom: "^25.0.1",
|
|
85
83
|
"lint-staged": "^15.4.3",
|
|
86
84
|
"node-fetch": "^3.3.2",
|
|
87
85
|
"npm-run-all": "^4.1.5",
|
|
@@ -98,7 +96,7 @@ const devDependencies = {
|
|
|
98
96
|
stylelint: "^16.14.1",
|
|
99
97
|
"stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
|
|
100
98
|
"stylelint-config-html": "^1.1.0",
|
|
101
|
-
"stylelint-config-recess-order": "^
|
|
99
|
+
"stylelint-config-recess-order": "^6.0.0",
|
|
102
100
|
"stylelint-config-standard": "^36.0.1",
|
|
103
101
|
"stylelint-scss": "^6.11.0",
|
|
104
102
|
"ts-loader": "^9.5.2",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as registerInstance, h, g as getElement } from './index-d8134161.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-7ac8a54e.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-d8134161.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-7ac8a54e.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-d8134161.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-7ac8a54e.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-d8134161.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-7ac8a54e.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-d8134161.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-7ac8a54e.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}";
|