@m4l/components 9.25.1-beta-feature-731-code-editor.0 → 9.25.1-beta-feature-731-code-editor.1

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.
@@ -107,7 +107,7 @@ const b = {
107
107
  return {
108
108
  flex: "1 1 auto",
109
109
  minWidth: 0,
110
- maxWidth: "100%",
110
+ maxWidth: "fit-content",
111
111
  overflow: "hidden",
112
112
  whiteSpace: "nowrap",
113
113
  textTransform: "lowercase",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "9.25.1-beta-feature-731-code-editor.0",
3
+ "version": "9.25.1-beta-feature-731-code-editor.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -53,24 +53,24 @@
53
53
  "@hookform/resolvers": "2.9.11",
54
54
  "nprogress": "0.2.0",
55
55
  "react-transition-group": "4.4.5",
56
- "react-dropzone": "14.4.1",
57
- "react-color": "2.19.3",
58
56
  "@mui/x-date-pickers": "6.20.2",
57
+ "react-color": "2.19.3",
59
58
  "react-draggable": "4.5.0",
60
59
  "react-rnd": "10.5.2",
60
+ "react-dropzone": "14.4.1",
61
61
  "react-spinners": "0.13.8",
62
62
  "date-fns": "2.30.0",
63
- "simplebar-react": "3.2.6",
64
- "react-resizable-panels": "2.1.9",
65
- "react-simple-code-editor": "0.14.1",
66
63
  "chart.js": "4.5.1",
67
64
  "chartjs-chart-error-bars": "4.4.5",
68
65
  "qrcode.react": "3.2.0",
66
+ "simplebar-react": "3.2.6",
67
+ "react-resizable-panels": "2.1.9",
68
+ "react-simple-code-editor": "0.14.1",
69
69
  "react-data-grid": "7.0.0-beta.47",
70
70
  "react-dnd": "16.0.1",
71
71
  "react-dnd-html5-backend": "16.0.1",
72
- "react-resizable": "3.1.3",
73
72
  "react-window": "1.8.11",
73
+ "react-resizable": "3.1.3",
74
74
  "@tanstack/react-virtual": "3.13.23"
75
75
  }
76
76
  }