@turquoisehealth/pit-viper 2.66.1-dev.2 → 2.66.1-dev.4

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.66.1-dev.2",
3
+ "version": "2.66.1-dev.4",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {
@@ -370,6 +370,7 @@ declare interface PvDataTableWithChartProps<T> extends PvDataTableProps<T> {
370
370
  chartFilter?: ChartFilter;
371
371
  chartType?: supportedChartType;
372
372
  yKey?: string;
373
+ initialSort?: string;
373
374
  hideChart?: boolean;
374
375
  hideTable?: boolean;
375
376
  filterPanelAboveChart?: boolean;