@turquoisehealth/pit-viper 2.72.1-dev.4 → 2.72.1-dev.5

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.72.1-dev.4",
3
+ "version": "2.72.1-dev.5",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {
@@ -328,6 +328,7 @@ declare interface PvDataTableProps<T> {
328
328
  tableSearchPlaceholder?: string;
329
329
  tableSearchStyle?: TableSearchStyle;
330
330
  maxHorizontalFilters?: number;
331
+ maintainColumnOrder?: boolean;
331
332
  }
332
333
 
333
334
  export declare const PvDataTableWithChart: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{