@refinitiv-ui/elements 7.0.0-next.1 → 7.0.0-next.2

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.
@@ -1,5 +1,5 @@
1
1
  // eslint-disable-next-line import/extensions
2
- import { Chart } from 'chart.js/auto';
2
+ import { Chart } from 'chart.js/auto/auto.js';
3
3
  import { doughnutCenterLabelPlugin } from './plugins/index.js';
4
4
  Chart.register(doughnutCenterLabelPlugin);
5
5
  export * from './elements/chart.js';
@@ -1,6 +1,6 @@
1
1
  import { Chart as ChartJS } from 'chart.js';
2
2
  // eslint-disable-next-line import/extensions
3
- import { getHoverColor } from 'chart.js/helpers';
3
+ import { getHoverColor } from 'chart.js/helpers/helpers.js';
4
4
  const getPluginConfig = (chart) => {
5
5
  return chart.config.options?.plugins?.centerLabel;
6
6
  };
package/lib/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = '7.0.0-next.1';
1
+ export const VERSION = '7.0.0-next.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/elements",
3
- "version": "7.0.0-next.1",
3
+ "version": "7.0.0-next.2",
4
4
  "description": "Element Framework Elements",
5
5
  "author": "LSEG",
6
6
  "license": "Apache-2.0",
@@ -368,5 +368,5 @@
368
368
  "publishConfig": {
369
369
  "access": "public"
370
370
  },
371
- "gitHead": "0516857fd4a54aeb2271ff72cfe2122da7ebe66e"
371
+ "gitHead": "11137410c8e0476d79cfa12450c066a425d91770"
372
372
  }