@symply.io/basic-components 1.1.2-beta.10 → 1.1.2-beta.11

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.
@@ -51,7 +51,8 @@ function DataTable(props) {
51
51
  borderColor: "#e5e5e5",
52
52
  borderStyle: "solid",
53
53
  borderRadius: "4px",
54
- borderCollapse: "unset !important"
54
+ borderCollapse: "unset !important",
55
+ transition: "all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms"
55
56
  } }, { children: _jsxs(Table, __assign({ sx: { minWidth: 600, tableLayout: "fixed" }, stickyHeader: stickyHeader, size: dense ? "small" : "medium" }, { children: [_jsx(TableHeader, { headers: headers, leftShadowVisible: leftShadowVisible, rightShadowVisible: rightShadowVisible }), _jsx(TableBody, { rows: rows, columns: columns, noDataText: noDataText, onRowClick: onRowClick, leftShadowVisible: leftShadowVisible, rightShadowVisible: rightShadowVisible }), footers.length > 0 ? (_jsx(TableFooter, { footers: footers, leftShadowVisible: leftShadowVisible, rightShadowVisible: rightShadowVisible })) : (_jsx(_Fragment, {}))] })) })) })));
56
57
  }
57
58
  export default DataTable;
@@ -17,7 +17,7 @@ export declare type ColumnProps = {
17
17
  accessor: string;
18
18
  sortable?: boolean;
19
19
  fixable?: "left" | "right";
20
- width?: number;
20
+ width: number;
21
21
  };
22
22
  export declare type UseTableBaseProps<RowProps extends KvProps> = {
23
23
  data: Array<RowProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symply.io/basic-components",
3
- "version": "1.1.2-beta.10",
3
+ "version": "1.1.2-beta.11",
4
4
  "description": "Basic and reusable components for all frontend of Symply apps",
5
5
  "keywords": [
6
6
  "react",