elseware-ui 2.36.0 → 2.36.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/dist/index.d.mts CHANGED
@@ -1636,17 +1636,17 @@ declare const euiToast: {
1636
1636
  };
1637
1637
  declare function sendToast(data?: SendToastOptions): string;
1638
1638
 
1639
- interface TransitionDropdownProps$1 {
1640
- visibility: any;
1639
+ interface TransitionDropdownProps {
1640
+ visibility: boolean;
1641
1641
  children?: ReactNode;
1642
1642
  }
1643
- declare function TransitionDropdown({ visibility, children }: TransitionDropdownProps$1): React__default.JSX.Element;
1643
+ declare function TransitionDropdown({ visibility, children }: TransitionDropdownProps): React__default.JSX.Element;
1644
1644
 
1645
- interface TransitionDropdownProps {
1646
- visibility: any;
1645
+ interface TransitionFadeInProps {
1646
+ visibility: boolean;
1647
1647
  children?: ReactNode;
1648
1648
  }
1649
- declare function TransitionFadeIn({ visibility, children }: TransitionDropdownProps): React__default.JSX.Element;
1649
+ declare function TransitionFadeIn({ visibility, children }: TransitionFadeInProps): React__default.JSX.Element;
1650
1650
 
1651
1651
  declare const Transition: {
1652
1652
  TransitionDropdown: typeof TransitionDropdown;
package/dist/index.d.ts CHANGED
@@ -1636,17 +1636,17 @@ declare const euiToast: {
1636
1636
  };
1637
1637
  declare function sendToast(data?: SendToastOptions): string;
1638
1638
 
1639
- interface TransitionDropdownProps$1 {
1640
- visibility: any;
1639
+ interface TransitionDropdownProps {
1640
+ visibility: boolean;
1641
1641
  children?: ReactNode;
1642
1642
  }
1643
- declare function TransitionDropdown({ visibility, children }: TransitionDropdownProps$1): React__default.JSX.Element;
1643
+ declare function TransitionDropdown({ visibility, children }: TransitionDropdownProps): React__default.JSX.Element;
1644
1644
 
1645
- interface TransitionDropdownProps {
1646
- visibility: any;
1645
+ interface TransitionFadeInProps {
1646
+ visibility: boolean;
1647
1647
  children?: ReactNode;
1648
1648
  }
1649
- declare function TransitionFadeIn({ visibility, children }: TransitionDropdownProps): React__default.JSX.Element;
1649
+ declare function TransitionFadeIn({ visibility, children }: TransitionFadeInProps): React__default.JSX.Element;
1650
1650
 
1651
1651
  declare const Transition: {
1652
1652
  TransitionDropdown: typeof TransitionDropdown;