@mailstep/design-system 0.7.47-beta.17 → 0.7.47-beta.18

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailstep/design-system",
3
- "version": "0.7.47-beta.17",
3
+ "version": "0.7.47-beta.18",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "main": "./ui/index.js",
@@ -164,7 +164,7 @@ export type DataCellProps<T> = {
164
164
  onRowAction?: (id: string, field: string, value: any, rowData?: T) => void | Promise<any>;
165
165
  column: ColumnDefinition;
166
166
  children?: React.ReactNode;
167
- rowIndex: number;
167
+ rowIndex?: number;
168
168
  };
169
169
  type SingleColumnConfig = {
170
170
  isHidden?: boolean;