genesys-spark-chart-components 4.81.3 → 4.83.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.
Files changed (58) hide show
  1. package/dist/cjs/{color-palette-313d94f7.js → color-palette-7ff76714.js} +6 -7
  2. package/dist/cjs/genesys-chart-webcomponents.cjs.js +9 -9
  3. package/dist/cjs/gux-chart-column-beta.cjs.entry.js +2 -2
  4. package/dist/cjs/gux-chart-donut-beta.cjs.entry.js +2 -2
  5. package/dist/cjs/gux-chart-line-beta.cjs.entry.js +2 -2
  6. package/dist/cjs/gux-chart-pie-beta.cjs.entry.js +2 -2
  7. package/dist/cjs/gux-chart-scatter-plot-beta.cjs.entry.js +2 -2
  8. package/dist/cjs/gux-visualization-beta.cjs.entry.js +4 -4
  9. package/dist/cjs/index-817704d9.js +1198 -0
  10. package/dist/cjs/loader.cjs.js +1 -1
  11. package/dist/collection/collection-manifest.json +2 -2
  12. package/dist/collection/components/beta/gux-visualization/gux-visualization.js +2 -2
  13. package/dist/collection/test/setupAxeTests.js +3 -11
  14. package/dist/esm/{color-palette-686ee197.js → color-palette-883bdc64.js} +6 -7
  15. package/dist/esm/genesys-chart-webcomponents.js +10 -10
  16. package/dist/esm/gux-chart-column-beta.entry.js +2 -2
  17. package/dist/esm/gux-chart-donut-beta.entry.js +2 -2
  18. package/dist/esm/gux-chart-line-beta.entry.js +2 -2
  19. package/dist/esm/gux-chart-pie-beta.entry.js +2 -2
  20. package/dist/esm/gux-chart-scatter-plot-beta.entry.js +2 -2
  21. package/dist/esm/gux-visualization-beta.entry.js +4 -4
  22. package/dist/esm/index-e1e997ee.js +1170 -0
  23. package/dist/esm/loader.js +2 -2
  24. package/dist/genesys-chart-webcomponents/genesys-chart-webcomponents.esm.js +1 -1
  25. package/dist/genesys-chart-webcomponents/{p-e8cc490f.entry.js → p-2ec9eae2.entry.js} +1 -1
  26. package/dist/genesys-chart-webcomponents/{p-32c90b8d.entry.js → p-3e724248.entry.js} +1 -1
  27. package/dist/genesys-chart-webcomponents/{p-13e52c23.entry.js → p-58f41069.entry.js} +2 -2
  28. package/dist/genesys-chart-webcomponents/{p-4cf542a9.entry.js → p-776540fb.entry.js} +1 -1
  29. package/dist/genesys-chart-webcomponents/p-7f2ebcdb.js +2 -0
  30. package/dist/genesys-chart-webcomponents/{p-dafef2fd.js → p-b836a7d3.js} +1 -1
  31. package/dist/genesys-chart-webcomponents/{p-984c750e.entry.js → p-c690f202.entry.js} +1 -1
  32. package/dist/genesys-chart-webcomponents/{p-028de4aa.entry.js → p-ff2fd38a.entry.js} +1 -1
  33. package/dist/loader/cdn.js +1 -3
  34. package/dist/loader/index.cjs.js +1 -3
  35. package/dist/loader/index.d.ts +3 -0
  36. package/dist/loader/index.es2017.js +1 -3
  37. package/dist/loader/index.js +1 -3
  38. package/dist/stencil-wrapper.js +1 -1
  39. package/dist/types/stencil-public-runtime.d.ts +3 -10
  40. package/dist/types/stencil-wrapper.d.ts +1 -1
  41. package/package.json +6 -7
  42. package/dist/cjs/index-95713c33.js +0 -1795
  43. package/dist/collection/components/beta/gux-chart-column/tests/gux-column-chart.spec.js +0 -22
  44. package/dist/collection/components/beta/gux-chart-donut/tests/gux-chart-donut.spec.js +0 -11
  45. package/dist/collection/components/beta/gux-chart-line/tests/gux-chart-line.e2e.js +0 -17
  46. package/dist/collection/components/beta/gux-chart-line/tests/gux-chart-line.spec.js +0 -22
  47. package/dist/collection/components/beta/gux-chart-pie/tests/gux-chart-pie.spec.js +0 -11
  48. package/dist/collection/components/beta/gux-chart-scatter-plot/tests/gux-chart-scatter-plot.spec.js +0 -33
  49. package/dist/collection/components/beta/gux-visualization/tests/gux-visualization.e2e.js +0 -31
  50. package/dist/collection/components/beta/gux-visualization/tests/gux-visualization.spec.js +0 -35
  51. package/dist/collection/utils/tracking/usage.spec.js +0 -121
  52. package/dist/esm/index-e4944b0d.js +0 -1767
  53. package/dist/esm/polyfills/core-js.js +0 -11
  54. package/dist/esm/polyfills/dom.js +0 -79
  55. package/dist/esm/polyfills/es5-html-element.js +0 -1
  56. package/dist/esm/polyfills/index.js +0 -34
  57. package/dist/esm/polyfills/system.js +0 -6
  58. package/dist/genesys-chart-webcomponents/p-e068d41d.js +0 -2
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const name = "genesys-spark-chart-components";
4
- const version = "4.81.3";
4
+ const version = "4.83.0";
5
5
  const description = "Common chart webcomponents";
6
6
  const license = "MIT";
7
7
  const main = "dist/stencil-wrapper.js";
@@ -17,7 +17,7 @@ const scripts = {
17
17
  clean: "rm -r ./dist ./build || true",
18
18
  predev: "npm run i18n",
19
19
  dev: "npm run stencil.dev",
20
- eslint: "eslint --fix .",
20
+ eslint: "eslint . --fix",
21
21
  i18n: "npm run update-en-i18n && npm run build-i18n",
22
22
  "lint-all": "npm-run-all \"stylelint\" \"eslint\" \"prettier\" \"prettier-package-json\"",
23
23
  "lint-staged": "lint-staged --concurrent false",
@@ -59,22 +59,20 @@ const dependencies = {
59
59
  const devDependencies = {
60
60
  "@babel/core": "^7.25.2",
61
61
  "@babel/preset-env": "^7.25.4",
62
- "@stencil/core": "4.12.6",
62
+ "@stencil/core": "4.19.2",
63
63
  "@stencil/react-output-target": "^0.5.3",
64
64
  "@stencil/sass": "^3.0.12",
65
65
  "@types/jest": "^29.5.12",
66
66
  "@types/new-relic-browser": "^0.1118.2",
67
67
  "@types/puppeteer": "^5.4.7",
68
- "@typescript-eslint/eslint-plugin": "^8.5.0",
69
- "@typescript-eslint/parser": "^8.5.0",
70
68
  "axe-core": "^4.10.0",
71
69
  "axe-live": "^1.0.1",
72
- eslint: "^8.57.0",
70
+ eslint: "^9.10.0",
73
71
  "eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
74
- "eslint-config-prettier": "^9.1.0",
75
72
  "file-loader": "^6.2.0",
76
73
  "genesys-spark-tokens": "file:../genesys-spark-tokens",
77
74
  glob: "^11.0.0",
75
+ globals: "^15.9.0",
78
76
  handlebars: "^4.7.8",
79
77
  inquirer: "^10.2.2",
80
78
  jest: "^29.7.0",
@@ -97,6 +95,7 @@ const devDependencies = {
97
95
  puppeteer: "^14.4.1",
98
96
  "rollup-plugin-copy": "^3.5.0",
99
97
  "semver-sort": "^1.0.0",
98
+ smob: "^1.5.0",
100
99
  stylelint: "^16.9.0",
101
100
  "stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
102
101
  "stylelint-config-html": "^1.1.0",
@@ -2,19 +2,19 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-95713c33.js');
5
+ const index = require('./index-817704d9.js');
6
6
  const appGlobals = require('./app-globals-3a1e7e63.js');
7
7
 
8
8
  /*
9
- Stencil Client Patch Browser v4.12.6 | MIT Licensed | https://stenciljs.com
9
+ Stencil Client Patch Browser v4.19.2 | MIT Licensed | https://stenciljs.com
10
10
  */
11
- const patchBrowser = () => {
12
- const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('genesys-chart-webcomponents.cjs.js', document.baseURI).href));
13
- const opts = {};
14
- if (importMeta !== '') {
15
- opts.resourcesUrl = new URL('.', importMeta).href;
16
- }
17
- return index.promiseResolve(opts);
11
+ var patchBrowser = () => {
12
+ const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('genesys-chart-webcomponents.cjs.js', document.baseURI).href));
13
+ const opts = {};
14
+ if (importMeta !== "") {
15
+ opts.resourcesUrl = new URL(".", importMeta).href;
16
+ }
17
+ return index.promiseResolve(opts);
18
18
  };
19
19
 
20
20
  patchBrowser().then(async (options) => {
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-95713c33.js');
6
- const colorPalette = require('./color-palette-313d94f7.js');
5
+ const index = require('./index-817704d9.js');
6
+ const colorPalette = require('./color-palette-7ff76714.js');
7
7
  const logError = require('./log-error-8f448752.js');
8
8
 
9
9
  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}";
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-95713c33.js');
6
- const colorPalette = require('./color-palette-313d94f7.js');
5
+ const index = require('./index-817704d9.js');
6
+ const colorPalette = require('./color-palette-7ff76714.js');
7
7
  const logError = require('./log-error-8f448752.js');
8
8
 
9
9
  const guxChartDonutCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-95713c33.js');
6
- const colorPalette = require('./color-palette-313d94f7.js');
5
+ const index = require('./index-817704d9.js');
6
+ const colorPalette = require('./color-palette-7ff76714.js');
7
7
  const logError = require('./log-error-8f448752.js');
8
8
 
9
9
  const guxChartLineCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-95713c33.js');
6
- const colorPalette = require('./color-palette-313d94f7.js');
5
+ const index = require('./index-817704d9.js');
6
+ const colorPalette = require('./color-palette-7ff76714.js');
7
7
  const logError = require('./log-error-8f448752.js');
8
8
 
9
9
  const guxChartPieCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-95713c33.js');
6
- const colorPalette = require('./color-palette-313d94f7.js');
5
+ const index = require('./index-817704d9.js');
6
+ const colorPalette = require('./color-palette-7ff76714.js');
7
7
  const logError = require('./log-error-8f448752.js');
8
8
 
9
9
  const guxChartScatterPlotCss = "gux-visualization-beta{height:fit-content;color:#2e394c}";
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index$2 = require('./index-95713c33.js');
6
- const colorPalette = require('./color-palette-313d94f7.js');
5
+ const index$2 = require('./index-817704d9.js');
6
+ const colorPalette = require('./color-palette-7ff76714.js');
7
7
 
8
8
  /*!
9
9
  * https://github.com/Starcounter-Jack/JSON-Patch
@@ -67239,7 +67239,7 @@ const GuxVisualization = class {
67239
67239
  }
67240
67240
  };
67241
67241
  this.defaultEmbedOptions = {
67242
- actions: true,
67242
+ actions: false,
67243
67243
  renderer: 'svg'
67244
67244
  };
67245
67245
  this.visualizationSpec = undefined;
@@ -67277,7 +67277,7 @@ const GuxVisualization = class {
67277
67277
  this.chartComponentReady.emit();
67278
67278
  }
67279
67279
  render() {
67280
- return (index$2.h("div", { key: 'a65548cd5cfadfae0077c7126da2b79f1868981b', class: "gux-chart-container", ref: el => (this.chartContainer = el) }));
67280
+ return (index$2.h("div", { key: '1b36e64f47f08b140a436ff6806e33dcfcabad08', class: "gux-chart-container", ref: el => (this.chartContainer = el) }));
67281
67281
  }
67282
67282
  get root() { return index$2.getElement(this); }
67283
67283
  };