@nulogy/components 10.2.3 → 10.2.4

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,8 +1,8 @@
1
1
  import type { Key } from "react";
2
2
  import PropTypes from "prop-types";
3
- export type RowType = unknown;
3
+ export type RowType = any;
4
4
  export interface CellInfoType<ColumnMetadata> {
5
- cellData: unknown;
5
+ cellData: any;
6
6
  column: ColumnType<ColumnMetadata>;
7
7
  row: RowType;
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nulogy/components",
3
- "version": "10.2.3",
3
+ "version": "10.2.4",
4
4
  "description": "Component library for the Nulogy Design System - http://nulogy.design",
5
5
  "private": false,
6
6
  "publishConfig": {