@ballistix.digital/react-components 0.4.36 → 0.4.37

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.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -258,7 +258,7 @@ type TTableListProps<TData> = {
258
258
  };
259
259
  defaultOrder?: string[];
260
260
  defaultVisibility?: string[];
261
- customControls?: ReactNode[];
261
+ customControls?: ReactNode | ReactNode[];
262
262
  children: ({ min, max, current, }: {
263
263
  min: number;
264
264
  max: number;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "email": "info@ballistix.digital",
8
8
  "url": "https://ballistix.digital"
9
9
  },
10
- "version": "0.4.36",
10
+ "version": "0.4.37",
11
11
  "private": false,
12
12
  "main": "dist/index.js",
13
13
  "module": "dist/index.esm.js",