@turquoisehealth/pit-viper 2.26.1 → 2.27.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.26.1",
3
+ "version": "2.27.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {
@@ -122,9 +122,13 @@ declare interface PvDataTableProps<T> {
122
122
  */
123
123
  enableColumnVisibilitySelector?: boolean;
124
124
  /**
125
- * Display button to group by columns (limited to 2 groups max)
125
+ * Display button to group by columns
126
126
  */
127
127
  enableGroupBySelector?: boolean;
128
+ /**
129
+ * Number of groups to support (defaults to 2)
130
+ */
131
+ rowGroupLimit?: number;
128
132
  /**
129
133
  * Display button to export table data as CSV
130
134
  */