@turquoisehealth/pit-viper 2.199.1 → 2.199.2-dev.1

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.
@@ -56,6 +56,8 @@ export interface TableOverlayOption {
56
56
  title: string;
57
57
  icon: string;
58
58
  field: string;
59
+ /** Whether this overlay is selected on mount. Defaults to true when omitted. */
60
+ defaultSelected?: boolean;
59
61
  }
60
62
  export interface TableConfigOptions {
61
63
  /** Overlay options that appear as expandable checkboxes under "Table Overlay". */