@bluemarble/bm-components 0.0.78 → 0.0.79

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.
@@ -6,6 +6,7 @@ export interface ColumnsProps {
6
6
  width?: number;
7
7
  sx?: SxProps;
8
8
  canSort?: boolean;
9
+ children?: ReactNode;
9
10
  }
10
11
  interface GridProps {
11
12
  columns: ColumnsProps[];
package/dist/index.d.ts CHANGED
@@ -200,6 +200,7 @@ interface ColumnsProps {
200
200
  width?: number;
201
201
  sx?: SxProps;
202
202
  canSort?: boolean;
203
+ children?: ReactNode;
203
204
  }
204
205
  interface GridProps {
205
206
  columns: ColumnsProps[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluemarble/bm-components",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "description": "BM components",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",