@oliasoft-open-source/charts-library 5.18.4 → 6.0.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 (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -20264,7 +20264,6 @@ var AxesOptionsPopover = (optionsPopover) => {
20264
20264
  var AxesOptions = (optionsPopover) => {
20265
20265
  return /* @__PURE__ */ jsx(Popover, {
20266
20266
  placement: "bottom-start",
20267
- overflowContainer: true,
20268
20267
  content: /* @__PURE__ */ jsx(AxesOptionsPopover, { ...optionsPopover }),
20269
20268
  children: /* @__PURE__ */ jsx(Tooltip, {
20270
20269
  text: optionsPopover.translations.axesOptions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "5.18.4",
3
+ "version": "6.0.0",
4
4
  "description": "React Chart Library (based on Chart.js and react-chart-js-2)",
5
5
  "homepage": "https://gitlab.com/oliasoft-open-source/charts-library",
6
6
  "bugs": {
@@ -41,8 +41,8 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@dnd-kit/sortable": "^10.0.0",
44
- "@oliasoft-open-source/react-ui-library": "^6.0.0",
45
- "@oliasoft-open-source/units": "^5.0.0",
44
+ "@oliasoft-open-source/react-ui-library": "^7.2.0",
45
+ "@oliasoft-open-source/units": "^5.6.0",
46
46
  "@storybook/addon-docs": "^10.4.0",
47
47
  "@storybook/addon-themes": "^10.4.0",
48
48
  "@storybook/react-vite": "^10.4.0",
@@ -72,10 +72,10 @@
72
72
  "vite-plugin-dts": "^5.0.1",
73
73
  "vite-plugin-svgr": "^5.2.0",
74
74
  "vitest": "^4.1.7",
75
- "node": "runtime:26.3.0"
75
+ "node": "runtime:26.6.0"
76
76
  },
77
77
  "peerDependencies": {
78
- "@oliasoft-open-source/react-ui-library": "^6",
78
+ "@oliasoft-open-source/react-ui-library": "^7",
79
79
  "@oliasoft-open-source/units": "^5",
80
80
  "classnames": "^2.5.1",
81
81
  "es-toolkit": "^1",
@@ -86,18 +86,18 @@
86
86
  "lint-staged": {
87
87
  "*": [
88
88
  "oxlint -c .oxlintrc.json --fix",
89
- "oxfmt"
89
+ "oxfmt --no-error-on-unmatched-pattern"
90
90
  ]
91
91
  },
92
92
  "devEngines": {
93
93
  "packageManager": {
94
94
  "name": "pnpm",
95
- "version": "11.3.0",
95
+ "version": "11.9.0",
96
96
  "onFail": "download"
97
97
  },
98
98
  "runtime": {
99
99
  "name": "node",
100
- "version": "26.3.0",
100
+ "version": "26.6.0",
101
101
  "onFail": "download"
102
102
  }
103
103
  },