@turquoisehealth/pit-viper 2.9.0 → 2.9.3

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.9.0",
3
+ "version": "2.9.3",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {
@@ -98,6 +98,14 @@ declare interface PvDataTableProps<T> {
98
98
  * Display Row Number in the first column
99
99
  */
100
100
  displayRowNumber?: boolean;
101
+ /**
102
+ * Display Counts on Grouped Rows (requires allChildrenCount on the object)
103
+ */
104
+ displayGroupCount?: boolean;
105
+ /**
106
+ * Displays Icon on Preferences that emits handle-settings-icon event
107
+ */
108
+ displayPreferencesIcon?: boolean;
101
109
  /**
102
110
  * Display button to open the vertical filter drawer
103
111
  */