@turquoisehealth/pit-viper 2.56.0 → 2.56.2

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.56.0",
3
+ "version": "2.56.2",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {
@@ -300,6 +300,10 @@ declare interface PvDataTableWithChartProps<T> extends PvDataTableProps<T> {
300
300
  focusCategory?: string;
301
301
  hideChart?: boolean;
302
302
  hideTable?: boolean;
303
+ initialFocusData?: {
304
+ focuses: string[];
305
+ focusType: string | null;
306
+ };
303
307
  }
304
308
 
305
309
  export declare const PvMapChart: DefineComponent< {