genesys-spark-chart-components 4.108.2 → 4.109.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-02eb47c8.js → color-palette-ca2a553b.js} +6 -6
- package/dist/cjs/genesys-chart-webcomponents.cjs.js +1 -1
- package/dist/cjs/gux-chart-column-beta.cjs.entry.js +2 -2
- package/dist/cjs/gux-chart-donut-beta.cjs.entry.js +2 -2
- package/dist/cjs/gux-chart-line-beta.cjs.entry.js +2 -2
- package/dist/cjs/gux-chart-pie-beta.cjs.entry.js +2 -2
- package/dist/cjs/gux-chart-scatter-plot-beta.cjs.entry.js +2 -2
- package/dist/cjs/gux-visualization-beta.cjs.entry.js +2049 -547
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/esm/{color-palette-c7f91456.js → color-palette-d16903f5.js} +6 -6
- package/dist/esm/genesys-chart-webcomponents.js +2 -2
- package/dist/esm/gux-chart-column-beta.entry.js +2 -2
- package/dist/esm/gux-chart-donut-beta.entry.js +2 -2
- package/dist/esm/gux-chart-line-beta.entry.js +2 -2
- package/dist/esm/gux-chart-pie-beta.entry.js +2 -2
- package/dist/esm/gux-chart-scatter-plot-beta.entry.js +2 -2
- package/dist/esm/gux-visualization-beta.entry.js +2049 -547
- package/dist/esm/loader.js +2 -2
- package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -1
- package/dist/genesys-chart-webcomponents/{p-55d86175.entry.js → p-0e44fc37.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-609a57c9.js → p-2139b44b.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-e1c79370.entry.js → p-2b7f0953.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/p-30ca717e.entry.js +11 -0
- package/dist/genesys-chart-webcomponents/{p-9a3ecf19.entry.js → p-59c0c849.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-19125a6b.entry.js → p-8e5c7496.entry.js} +1 -1
- package/dist/genesys-chart-webcomponents/{p-37ad274a.entry.js → p-e8f0c960.entry.js} +1 -1
- package/dist/stencil-wrapper.js +1 -1
- package/dist/types/stencil-wrapper.d.ts +1 -1
- package/package.json +6 -6
- package/dist/genesys-chart-webcomponents/p-504fcbd8.entry.js +0 -11
- /package/dist/cjs/{index-ff3dd910.js → index-bb73bd35.js} +0 -0
- /package/dist/esm/{index-758376aa.js → index-d8134161.js} +0 -0
- /package/dist/genesys-chart-webcomponents/{p-9a26d1f6.js → p-3f79bb4f.js} +0 -0
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-bb73bd35.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
const defineCustomElements = async (win, options) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const name = "genesys-spark-chart-components";
|
|
2
|
-
const version = "4.
|
|
2
|
+
const version = "4.109.0";
|
|
3
3
|
const description = "Common chart webcomponents";
|
|
4
4
|
const license = "MIT";
|
|
5
5
|
const main = "dist/stencil-wrapper.js";
|
|
@@ -67,14 +67,14 @@ const devDependencies = {
|
|
|
67
67
|
"@types/puppeteer": "^5.4.7",
|
|
68
68
|
"axe-core": "^4.10.2",
|
|
69
69
|
"axe-live": "^1.0.1",
|
|
70
|
-
eslint: "^9.
|
|
70
|
+
eslint: "^9.17.0",
|
|
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
74
|
glob: "^11.0.0",
|
|
75
|
-
globals: "^15.
|
|
75
|
+
globals: "^15.14.0",
|
|
76
76
|
handlebars: "^4.7.8",
|
|
77
|
-
inquirer: "^12.
|
|
77
|
+
inquirer: "^12.3.0",
|
|
78
78
|
jest: "^29.7.0",
|
|
79
79
|
"jest-cli": "^29.7.0",
|
|
80
80
|
"jest-config": "^29.7.0",
|
|
@@ -82,7 +82,7 @@ const devDependencies = {
|
|
|
82
82
|
"jest-junit": "^16.0.0",
|
|
83
83
|
"jest-silent-reporter": "^0.6.0",
|
|
84
84
|
jsdom: "^25.0.1",
|
|
85
|
-
"lint-staged": "^15.
|
|
85
|
+
"lint-staged": "^15.3.0",
|
|
86
86
|
marked: "^14.1.4",
|
|
87
87
|
"node-fetch": "^3.3.2",
|
|
88
88
|
"npm-run-all": "^4.1.5",
|
|
@@ -96,7 +96,7 @@ const devDependencies = {
|
|
|
96
96
|
"rollup-plugin-copy": "^3.5.0",
|
|
97
97
|
"semver-sort": "^1.0.0",
|
|
98
98
|
smob: "^1.5.0",
|
|
99
|
-
stylelint: "^16.
|
|
99
|
+
stylelint: "^16.12.0",
|
|
100
100
|
"stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
|
|
101
101
|
"stylelint-config-html": "^1.1.0",
|
|
102
102
|
"stylelint-config-recess-order": "^5.1.1",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as promiseResolve, b as bootstrapLazy } from './index-
|
|
2
|
-
export { s as setNonce } from './index-
|
|
1
|
+
import { p as promiseResolve, b as bootstrapLazy } from './index-d8134161.js';
|
|
2
|
+
export { s as setNonce } from './index-d8134161.js';
|
|
3
3
|
import { g as globalScripts } from './app-globals-0f993ce5.js';
|
|
4
4
|
|
|
5
5
|
/*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as registerInstance, h, g as getElement } from './index-
|
|
2
|
-
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-
|
|
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-d16903f5.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
|
-
import { r as registerInstance, h, g as getElement } from './index-
|
|
2
|
-
import { V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-
|
|
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-d16903f5.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
|
-
import { r as registerInstance, h, g as getElement } from './index-
|
|
2
|
-
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-
|
|
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-d16903f5.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
|
-
import { r as registerInstance, h, g as getElement } from './index-
|
|
2
|
-
import { V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-
|
|
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-d16903f5.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
|
-
import { r as registerInstance, h, g as getElement } from './index-
|
|
2
|
-
import { D as DEFAULT_LABEL_COLOR, a as DEFAULT_DOMAIN_COLOR, V as VISUALIZATION_COLORS, t as trackComponent } from './color-palette-
|
|
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-d16903f5.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}";
|