@dataloop-ai/components 0.18.127 → 0.18.128

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": "@dataloop-ai/components",
3
- "version": "0.18.127",
3
+ "version": "0.18.128",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -16,6 +16,7 @@ export type TablePagination = {
16
16
  page?: number
17
17
  rowsPerPage?: number
18
18
  rowsNumber?: number
19
+ /** The maximum range to display before truncating */
19
20
  maxDisplayRange?: number
20
21
  }
21
22