@m4l/components 0.0.55 → 0.0.56

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.
@@ -625,7 +625,7 @@ function Settings() {
625
625
  const onClickSettings = useCallback(() => {
626
626
  openModal({
627
627
  onQueryClose: () => closeModal(),
628
- title: "data_grid.settings_title",
628
+ title: getLabel("data_grid.settings_title"),
629
629
  initialWidth: 500,
630
630
  initialHeigth: 680,
631
631
  contentComponent: /* @__PURE__ */ jsx(ColumnsConfig, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
3
  "private": false,
4
- "version": "0.0.55",
4
+ "version": "0.0.56",
5
5
  "license": "UNLICENSED",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -14,7 +14,7 @@
14
14
  "format": "npm run prettier:fix && npm run lint:fix"
15
15
  },
16
16
  "dependencies": {
17
- "@m4l/graphics": "^0.0.34",
17
+ "@m4l/graphics": "^0.0.36",
18
18
  "react": "^17.0.0 || 18.x",
19
19
  "react-dom": "^18.0.0",
20
20
  "react-draggable": "^4.4.5"