@symply.io/basic-components 1.1.0-beta.1 → 1.1.0

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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -258,6 +258,7 @@ import BasicTable, { useTable } from '@symply.io/basic-components/BasicTable';
258
258
  | footers | Array\<FooterProps> | [] | false | The cells for the footer. (from the hook) |
259
259
  | onRowClick | func | | false | The function for row clicking. |
260
260
  | noDataText | string | 'No Data!' | false | The text when no data rendered. |
261
+ | rowHeight | string \| number | 60 | false | The height of each row. |
261
262
  | rows | Array<RowProps\> | | true | The rows for the table. (from the hook) |
262
263
 
263
264
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symply.io/basic-components",
3
- "version": "1.1.0-beta.1",
3
+ "version": "1.1.0",
4
4
  "description": "Basic and reusable components for all frontend of Symply apps",
5
5
  "keywords": [
6
6
  "react",