@noraent/nora-datagrid 0.0.282 → 0.0.283

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@noraent/nora-datagrid",
3
- "version": "0.0.282",
3
+ "version": "0.0.283",
4
4
  "module": "./dist/nora_datagrid.es.js",
5
5
  "main": "./dist/nora_datagrid.cjs.js",
6
6
  "private": false,
@@ -9903,8 +9903,8 @@ const DataGridMaster = React.forwardRef((props, _ref) => {
9903
9903
  const apiRef = useGridInitialization(gridRef, props);
9904
9904
  const containerRef = React.useRef(null);
9905
9905
  const themeContext = useThemeContext();
9906
- console.log("!!!", themeContext);
9907
9906
  const theme = themeContext ? themeContext : createTheme("light");
9907
+ console.log("!!!", themeContext, theme);
9908
9908
  React.useEffect(() => {
9909
9909
  apiRef.current.setGridContainer(containerRef);
9910
9910
  }, []);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noraent/nora-datagrid",
3
- "version": "0.0.282",
3
+ "version": "0.0.283",
4
4
  "module": "./dist/nora_datagrid.es.js",
5
5
  "main": "./dist/nora_datagrid.cjs.js",
6
6
  "private": false,