@turquoisehealth/pit-viper 2.148.1-dev.0 → 2.148.1-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.
@@ -43,7 +43,7 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
43
43
  disableDropdownIcon: boolean;
44
44
  disableClearIcon: boolean;
45
45
  disableSearchInput: boolean;
46
- optionsVariant: "icon" | "checkbox" | "simple" | "company" | "avatar";
46
+ optionsVariant: "simple" | "checkbox" | "company" | "avatar" | "icon";
47
47
  options: MenuOption<T>[];
48
48
  menuActionsVariant: MenuActionsVariant | null;
49
49
  highlightSearchText: boolean;
@@ -75,7 +75,7 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
75
75
  disableDropdownIcon: boolean;
76
76
  disableClearIcon: boolean;
77
77
  disableSearchInput: boolean;
78
- optionsVariant: "icon" | "checkbox" | "simple" | "company" | "avatar";
78
+ optionsVariant: "simple" | "checkbox" | "company" | "avatar" | "icon";
79
79
  options: MenuOption<T>[];
80
80
  menuActionsVariant: MenuActionsVariant | null;
81
81
  highlightSearchText: boolean;
@@ -107,7 +107,7 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
107
107
  disableDropdownIcon: boolean;
108
108
  disableClearIcon: boolean;
109
109
  disableSearchInput: boolean;
110
- optionsVariant: "icon" | "checkbox" | "simple" | "company" | "avatar";
110
+ optionsVariant: "simple" | "checkbox" | "company" | "avatar" | "icon";
111
111
  options: MenuOption<T>[];
112
112
  menuActionsVariant: MenuActionsVariant | null;
113
113
  highlightSearchText: boolean;