@inntechcorp/it-design 2.0.82 → 2.0.83

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/dist/index.d.ts CHANGED
@@ -782,6 +782,7 @@ type SelectToggleProps = {
782
782
  selected: SelectOptionProps;
783
783
  onFocus: () => void;
784
784
  onBlur: () => void;
785
+ onShow: (value: boolean) => void;
785
786
  onChange: (open: boolean) => void;
786
787
  };
787
788
  type SelectVariant = "default" | "solid" | "filled" | "outline" | "custom";