@wavv/ui 1.8.0 → 1.8.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.
package/build/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
- import * as React from 'react';
4
- import React__default, { ElementType, FocusEvent, ReactNode, ChangeEvent, HTMLProps, ReactElement, MouseEvent as MouseEvent$1, KeyboardEvent as KeyboardEvent$1, CSSProperties, MutableRefObject, RefObject, FormEvent } from 'react';
3
+ import * as react from 'react';
4
+ import react__default, { ElementType, FocusEvent, ReactNode, ChangeEvent, HTMLProps, ReactElement, MouseEvent as MouseEvent$1, KeyboardEvent as KeyboardEvent$1, CSSProperties, MutableRefObject, RefObject, FormEvent } from 'react';
5
5
  import * as _emotion_styled from '@emotion/styled';
6
6
  import { StyledComponent } from '@emotion/styled';
7
7
  import * as _emotion_react from '@emotion/react';
@@ -645,7 +645,7 @@ type AudioProps = {
645
645
  onPause?: (event: ChangeEvent<HTMLAudioElement>) => void;
646
646
  onStop?: (event: ChangeEvent<HTMLAudioElement>) => void;
647
647
  } & Margin & Width & As & HTMLProps<HTMLDivElement>;
648
- declare const Audio: React.ForwardRefExoticComponent<Omit<AudioProps, "ref"> & React.RefAttributes<AudioRef>>;
648
+ declare const Audio: react.ForwardRefExoticComponent<Omit<AudioProps, "ref"> & react.RefAttributes<AudioRef>>;
649
649
 
650
650
  type ChartData$1 = {
651
651
  name: string;
@@ -705,207 +705,207 @@ type DropdownItemProps<OptionType> = {
705
705
  type SetEvent = MouseEvent$1 | ChangeEvent | KeyboardEvent;
706
706
  type SetValueFunc = <OptionType extends OptionItem>(selection: OptionType | string | null, event?: SetEvent) => void;
707
707
 
708
- declare function ActivityHistory(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
708
+ declare function ActivityHistory(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
709
709
 
710
- declare function Add(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
710
+ declare function Add(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
711
711
 
712
- declare function AddCircle(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
712
+ declare function AddCircle(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
713
713
 
714
- declare function AddCircleOutline(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
714
+ declare function AddCircleOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
715
715
 
716
- declare function AddPerson(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
716
+ declare function AddPerson(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
717
717
 
718
- declare function ArrowDown(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
718
+ declare function ArrowDown(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
719
719
 
720
- declare function ArrowLeft(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
720
+ declare function ArrowLeft(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
721
721
 
722
- declare function ArrowRight(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
722
+ declare function ArrowRight(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
723
723
 
724
- declare function ArrowUp(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
724
+ declare function ArrowUp(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
725
725
 
726
- declare function Attachment(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
726
+ declare function Attachment(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
727
727
 
728
- declare function Calendar$1(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
728
+ declare function Calendar$1(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
729
729
 
730
- declare function Camera(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
730
+ declare function Camera(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
731
731
 
732
- declare function Card(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
732
+ declare function Card(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
733
733
 
734
- declare function CaretDown(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
734
+ declare function CaretDown(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
735
735
 
736
- declare function CaretUp(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
736
+ declare function CaretUp(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
737
737
 
738
- declare function CheckCircle(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
738
+ declare function CheckCircle(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
739
739
 
740
- declare function CheckCircleOutline(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
740
+ declare function CheckCircleOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
741
741
 
742
- declare function Checkbox$1(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
742
+ declare function Checkbox$1(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
743
743
 
744
- declare function CheckboxOff(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
744
+ declare function CheckboxOff(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
745
745
 
746
- declare function CheckboxPartial(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
746
+ declare function CheckboxPartial(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
747
747
 
748
- declare function ChevronDown(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
748
+ declare function ChevronDown(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
749
749
 
750
- declare function ChevronLeft(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
750
+ declare function ChevronLeft(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
751
751
 
752
- declare function ChevronRight(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
752
+ declare function ChevronRight(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
753
753
 
754
- declare function ChevronUp(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
754
+ declare function ChevronUp(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
755
755
 
756
- declare function Clapperboard(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
756
+ declare function Clapperboard(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
757
757
 
758
- declare function ClapperboardOpen(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
758
+ declare function ClapperboardOpen(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
759
759
 
760
- declare function Close(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
760
+ declare function Close(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
761
761
 
762
- declare function CloseCircle(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
762
+ declare function CloseCircle(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
763
763
 
764
- declare function CloseCircleOutline(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
764
+ declare function CloseCircleOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
765
765
 
766
- declare function Copy(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
766
+ declare function Copy(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
767
767
 
768
- declare function Devices(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
768
+ declare function Devices(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
769
769
 
770
- declare function Dialpad(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
770
+ declare function Dialpad(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
771
771
 
772
- declare function DoubleArrowLeft(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
772
+ declare function DoubleArrowLeft(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
773
773
 
774
- declare function DoubleArrowRight(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
774
+ declare function DoubleArrowRight(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
775
775
 
776
- declare function Download(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
776
+ declare function Download(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
777
777
 
778
- declare function Edit(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
778
+ declare function Edit(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
779
779
 
780
- declare function Emoji(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
780
+ declare function Emoji(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
781
781
 
782
- declare function EyeOff(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
782
+ declare function EyeOff(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
783
783
 
784
- declare function EyeOn(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
784
+ declare function EyeOn(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
785
785
 
786
- declare function Facebook(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
786
+ declare function Facebook(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
787
787
 
788
- declare function DonerMenu(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
788
+ declare function DonerMenu(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
789
789
 
790
- declare function Flask(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
790
+ declare function Flask(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
791
791
 
792
- declare function Group(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
792
+ declare function Group(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
793
793
 
794
- declare function Heart(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
794
+ declare function Heart(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
795
795
 
796
- declare function HeartOutline(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
796
+ declare function HeartOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
797
797
 
798
- declare function Help(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
798
+ declare function Help(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
799
799
 
800
- declare function Hourglass(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
800
+ declare function Hourglass(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
801
801
 
802
- declare function Info(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
802
+ declare function Info(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
803
803
 
804
- declare function Instagram(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
804
+ declare function Instagram(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
805
805
 
806
- declare function KebabMenu(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
806
+ declare function KebabMenu(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
807
807
 
808
- declare function Link(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
808
+ declare function Link(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
809
809
 
810
- declare function Linkedin(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
810
+ declare function Linkedin(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
811
811
 
812
- declare function Loading(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
812
+ declare function Loading(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
813
813
 
814
- declare function Maximize(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
814
+ declare function Maximize(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
815
815
 
816
- declare function Menu$1(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
816
+ declare function Menu$1(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
817
817
 
818
- declare function MergeField(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
818
+ declare function MergeField(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
819
819
 
820
- declare function Message$1(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
820
+ declare function Message$1(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
821
821
 
822
- declare function Mic(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
822
+ declare function Mic(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
823
823
 
824
- declare function MicOff(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
824
+ declare function MicOff(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
825
825
 
826
- declare function Minimize(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
826
+ declare function Minimize(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
827
827
 
828
- declare function Mobile(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
828
+ declare function Mobile(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
829
829
 
830
- declare function NotAllowed(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
830
+ declare function NotAllowed(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
831
831
 
832
- declare function Open(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
832
+ declare function Open(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
833
833
 
834
- declare function PauseOutline$1(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
834
+ declare function PauseOutline$1(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
835
835
 
836
- declare function PauseOutline(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
836
+ declare function PauseOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
837
837
 
838
- declare function Person(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
838
+ declare function Person(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
839
839
 
840
- declare function Phone$1(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
840
+ declare function Phone$1(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
841
841
 
842
- declare function PhoneBlocked(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
842
+ declare function PhoneBlocked(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
843
843
 
844
- declare function PhoneEnd(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
844
+ declare function PhoneEnd(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
845
845
 
846
- declare function PhoneHistory(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
846
+ declare function PhoneHistory(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
847
847
 
848
- declare function PhoneTalk(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
848
+ declare function PhoneTalk(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
849
849
 
850
- declare function Play(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
850
+ declare function Play(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
851
851
 
852
- declare function PlayOutline(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
852
+ declare function PlayOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
853
853
 
854
- declare function ProfileUser(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
854
+ declare function ProfileUser(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
855
855
 
856
- declare function RadioButton(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
856
+ declare function RadioButton(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
857
857
 
858
- declare function RadioButtonOff(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
858
+ declare function RadioButtonOff(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
859
859
 
860
- declare function Record(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
860
+ declare function Record(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
861
861
 
862
- declare function Refresh(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
862
+ declare function Refresh(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
863
863
 
864
- declare function Rocket(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
864
+ declare function Rocket(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
865
865
 
866
- declare function Schedule(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
866
+ declare function Schedule(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
867
867
 
868
- declare function ScheduleOutline(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
868
+ declare function ScheduleOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
869
869
 
870
- declare function Search(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
870
+ declare function Search(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
871
871
 
872
- declare function Settings(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
872
+ declare function Settings(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
873
873
 
874
- declare function Sort(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
874
+ declare function Sort(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
875
875
 
876
- declare function Spotify(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
876
+ declare function Spotify(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
877
877
 
878
- declare function Star(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
878
+ declare function Star(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
879
879
 
880
- declare function StarOutline(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
880
+ declare function StarOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
881
881
 
882
- declare function Stop(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
882
+ declare function Stop(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
883
883
 
884
- declare function StopOutline(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
884
+ declare function StopOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
885
885
 
886
- declare function Template(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
886
+ declare function Template(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
887
887
 
888
- declare function ToggleOff(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
888
+ declare function ToggleOff(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
889
889
 
890
- declare function ToggleOn(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
890
+ declare function ToggleOn(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
891
891
 
892
- declare function Trash(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
892
+ declare function Trash(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
893
893
 
894
- declare function Twitter(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
894
+ declare function Twitter(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
895
895
 
896
- declare function Upload(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
896
+ declare function Upload(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
897
897
 
898
- declare function Video(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
898
+ declare function Video(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
899
899
 
900
- declare function Voicemail(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
900
+ declare function Voicemail(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
901
901
 
902
- declare function VolOn(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
902
+ declare function VolOn(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
903
903
 
904
- declare function Warning(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
904
+ declare function Warning(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
905
905
 
906
- declare function WarningCircleOutline(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
906
+ declare function WarningCircleOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
907
907
 
908
- declare function Youtube(props: React.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
908
+ declare function Youtube(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
909
909
 
910
910
  declare const icons: {
911
911
  'activity-history': typeof ActivityHistory;
@@ -923,7 +923,7 @@ declare const icons: {
923
923
  card: typeof Card;
924
924
  'caret-down': typeof CaretDown;
925
925
  'caret-up': typeof CaretUp;
926
- check: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
926
+ check: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
927
927
  'check-circle': typeof CheckCircle;
928
928
  'check-circle-outline': typeof CheckCircleOutline;
929
929
  checkbox: typeof Checkbox$1;
@@ -990,12 +990,12 @@ declare const icons: {
990
990
  rocket: typeof Rocket;
991
991
  schedule: typeof Schedule;
992
992
  'schedule-outline': typeof ScheduleOutline;
993
- screenshot: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
993
+ screenshot: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
994
994
  search: typeof Search;
995
995
  settings: typeof Settings;
996
- share: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
997
- 'shield-check': (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
998
- 'shield-slash': (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
996
+ share: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
997
+ 'shield-check': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
998
+ 'shield-slash': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
999
999
  sort: typeof Sort;
1000
1000
  spotify: typeof Spotify;
1001
1001
  star: typeof Star;
@@ -1169,19 +1169,19 @@ declare const Tooltip: {
1169
1169
  ({ trigger, children, content, position, offset, zIndex, width, maxWidth, textAlign, open, disabled, id, bgColor, color, container, afterShow, afterHide, ...props }: TooltipProps): react_jsx_runtime.JSX.Element;
1170
1170
  Header: _emotion_styled.StyledComponent<{
1171
1171
  theme?: _emotion_react.Theme | undefined;
1172
- as?: React.ElementType<any> | undefined;
1173
- } & ThemeProp, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
1172
+ as?: react.ElementType<any> | undefined;
1173
+ } & ThemeProp, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
1174
1174
  Body: _emotion_styled.StyledComponent<{
1175
1175
  theme?: _emotion_react.Theme | undefined;
1176
- as?: React.ElementType<any> | undefined;
1177
- } & ThemeProp, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
1176
+ as?: react.ElementType<any> | undefined;
1177
+ } & ThemeProp, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
1178
1178
  };
1179
1179
 
1180
1180
  /** Button Component */
1181
1181
  declare const Button: {
1182
1182
  (props: ButtonComponentProps): react_jsx_runtime.JSX.Element;
1183
1183
  Group: ({ children, disabled, outline, size, small, large, secondary, negative, positive, caution, collapse, ...props }: {
1184
- children: (React.ReactElement<BasicButtonProps | ButtonComponentProps, string | React.JSXElementConstructor<any>> | React.ReactElement<TooltipProps, string | React.JSXElementConstructor<any>>) | (React.ReactElement<BasicButtonProps | ButtonComponentProps, string | React.JSXElementConstructor<any>> | React.ReactElement<TooltipProps, string | React.JSXElementConstructor<any>>)[];
1184
+ children: (react.ReactElement<BasicButtonProps | ButtonComponentProps, string | react.JSXElementConstructor<any>> | react.ReactElement<TooltipProps, string | react.JSXElementConstructor<any>>) | (react.ReactElement<BasicButtonProps | ButtonComponentProps, string | react.JSXElementConstructor<any>> | react.ReactElement<TooltipProps, string | react.JSXElementConstructor<any>>)[];
1185
1185
  disabled?: boolean | undefined;
1186
1186
  size?: "small" | "large" | "medium" | undefined;
1187
1187
  small?: boolean | undefined;
@@ -1251,10 +1251,10 @@ declare const Code: ({ children, code, className: metaData, lang: langProp, line
1251
1251
 
1252
1252
  declare const Table$1: _emotion_styled.StyledComponent<{
1253
1253
  theme?: _emotion_react.Theme | undefined;
1254
- as?: React.ElementType<any> | undefined;
1255
- } & ThemeProp, React.DetailedHTMLProps<React.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}>;
1254
+ as?: react.ElementType<any> | undefined;
1255
+ } & ThemeProp, react.DetailedHTMLProps<react.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}>;
1256
1256
 
1257
- declare const DraftEditor: React.ForwardRefExoticComponent<{
1257
+ declare const DraftEditor: react.ForwardRefExoticComponent<{
1258
1258
  /** Controlled text value of the editor */
1259
1259
  value: string;
1260
1260
  /** Function called after editor change with the text value and boolean indicating missing merge fields */
@@ -1301,7 +1301,7 @@ declare const DraftEditor: React.ForwardRefExoticComponent<{
1301
1301
  fontSize?: string | number | undefined;
1302
1302
  /** Removes the border, padding, and backgroundColor from the DraftEditor */
1303
1303
  textOnly?: boolean | undefined;
1304
- } & Margin & React.RefAttributes<DraftEditorRef>>;
1304
+ } & Margin & react.RefAttributes<DraftEditorRef>>;
1305
1305
 
1306
1306
  type Sizes = number | 'small' | 'medium' | 'large';
1307
1307
  type DivAttributes = Omit<HTMLProps<HTMLDivElement>, 'size'>;
@@ -1411,7 +1411,7 @@ type InputProps = {
1411
1411
  /** A callback function that is run upon clicking the clear icon */
1412
1412
  onClear?: OnClear;
1413
1413
  } & DefaultInputProps & InputTypes & MarginPadding;
1414
- declare const Input: React.ForwardRefExoticComponent<(Omit<{
1414
+ declare const Input: react.ForwardRefExoticComponent<(Omit<{
1415
1415
  /** The id of the input element */
1416
1416
  id?: string | undefined;
1417
1417
  /** Places a label element above the input. The value will set the text of the label */
@@ -1525,7 +1525,7 @@ declare const Input: React.ForwardRefExoticComponent<(Omit<{
1525
1525
  onClick?: ((event?: MouseEvent$1) => void) | undefined;
1526
1526
  /** A callback function that is run upon clicking the clear icon */
1527
1527
  onClear?: OnClear | undefined;
1528
- } & Omit<HTMLProps<HTMLInputElement>, "as" | "onChange"> & As & Phone & Margin & Padding, "ref">) & React.RefAttributes<InputRef>>;
1528
+ } & Omit<HTMLProps<HTMLInputElement>, "as" | "onChange"> & As & Phone & Margin & Padding, "ref">) & react.RefAttributes<InputRef>>;
1529
1529
 
1530
1530
  type RestInputProps = Omit<InputProps, 'value' | 'onChange' | 'onError'>;
1531
1531
  type DropdownProps$1<OptionType> = {
@@ -1746,7 +1746,7 @@ declare const Form: {
1746
1746
  Field({ children, inline, align, disabled }: FieldProps & {
1747
1747
  children?: ReactNode;
1748
1748
  }): react_jsx_runtime.JSX.Element;
1749
- Input: React.ForwardRefExoticComponent<(Omit<{
1749
+ Input: react.ForwardRefExoticComponent<(Omit<{
1750
1750
  id?: string | undefined;
1751
1751
  label?: string | undefined;
1752
1752
  placeholder?: string | undefined;
@@ -1763,7 +1763,7 @@ declare const Form: {
1763
1763
  fontSize?: string | number | undefined;
1764
1764
  width?: string | number | undefined;
1765
1765
  height?: string | number | undefined;
1766
- containerRef?: React.MutableRefObject<HTMLDivElement> | undefined;
1766
+ containerRef?: react.MutableRefObject<HTMLDivElement> | undefined;
1767
1767
  value?: string | number | undefined;
1768
1768
  disabled?: boolean | undefined;
1769
1769
  readOnly?: boolean | undefined;
@@ -1773,11 +1773,11 @@ declare const Form: {
1773
1773
  search?: boolean | undefined;
1774
1774
  onFocus?: ((event?: InputFocusEvent | undefined) => void) | undefined;
1775
1775
  onBlur?: ((event?: InputFocusEvent | undefined) => void) | undefined;
1776
- onClick?: ((event?: React.MouseEvent<Element, MouseEvent> | undefined) => void) | undefined;
1776
+ onClick?: ((event?: react.MouseEvent<Element, MouseEvent> | undefined) => void) | undefined;
1777
1777
  onClear?: (() => void) | undefined;
1778
1778
  } & Omit<HTMLProps<HTMLInputElement>, "as" | "onChange"> & As & {
1779
1779
  phone?: undefined;
1780
- onChange?: ((event: React.ChangeEvent<HTMLInputElement>) => void) | undefined;
1780
+ onChange?: ((event: react.ChangeEvent<HTMLInputElement>) => void) | undefined;
1781
1781
  } & Margin & Padding, "ref"> | Omit<{
1782
1782
  id?: string | undefined;
1783
1783
  label?: string | undefined;
@@ -1795,7 +1795,7 @@ declare const Form: {
1795
1795
  fontSize?: string | number | undefined;
1796
1796
  width?: string | number | undefined;
1797
1797
  height?: string | number | undefined;
1798
- containerRef?: React.MutableRefObject<HTMLDivElement> | undefined;
1798
+ containerRef?: react.MutableRefObject<HTMLDivElement> | undefined;
1799
1799
  value?: string | number | undefined;
1800
1800
  disabled?: boolean | undefined;
1801
1801
  readOnly?: boolean | undefined;
@@ -1805,12 +1805,12 @@ declare const Form: {
1805
1805
  search?: boolean | undefined;
1806
1806
  onFocus?: ((event?: InputFocusEvent | undefined) => void) | undefined;
1807
1807
  onBlur?: ((event?: InputFocusEvent | undefined) => void) | undefined;
1808
- onClick?: ((event?: React.MouseEvent<Element, MouseEvent> | undefined) => void) | undefined;
1808
+ onClick?: ((event?: react.MouseEvent<Element, MouseEvent> | undefined) => void) | undefined;
1809
1809
  onClear?: (() => void) | undefined;
1810
1810
  } & Omit<HTMLProps<HTMLInputElement>, "as" | "onChange"> & As & {
1811
1811
  phone: true;
1812
- onChange?: ((event: React.ChangeEvent<HTMLInputElement>, formatted: string, raw: string) => void) | undefined;
1813
- } & Margin & Padding, "ref">) & React.RefAttributes<InputRef>>;
1812
+ onChange?: ((event: react.ChangeEvent<HTMLInputElement>, formatted: string, raw: string) => void) | undefined;
1813
+ } & Margin & Padding, "ref">) & react.RefAttributes<InputRef>>;
1814
1814
  Dropdown: {
1815
1815
  <OptionType extends OptionItem>({ onChange, onTextChange, afterShow, afterHide, onFocus, onBlur, onError, placeholder, placeholderColor, value, options, children, borderless, borderColor, backgroundColor, hideIcon, clearOnSelect, textOnly, width, height, isLoading, margin, marginTop, marginBottom, marginRight, marginLeft, label, id, name, trigger, centerY, centerX, offsetY, offsetX, direction, fontSize, description, disabled, invalid, search, filter, restrictInput, inputRef, optionsParent, ...props }: {
1816
1816
  children?: ReactNode;
@@ -1848,7 +1848,7 @@ declare const Form: {
1848
1848
  invalid?: boolean | undefined;
1849
1849
  search?: boolean | undefined;
1850
1850
  restrictInput?: boolean | ((text: string) => boolean) | undefined;
1851
- inputRef?: React.RefObject<InputRef> | undefined;
1851
+ inputRef?: react.RefObject<InputRef> | undefined;
1852
1852
  optionsParent?: string | undefined;
1853
1853
  } & Width & Height & Margin & RestInputProps): react_jsx_runtime.JSX.Element;
1854
1854
  Item<OptionType_1 extends OptionItem>({ value, displayText, setValue, close, children, contentPosition, color, accented, onClick, id, }: DropdownItemProps<OptionType_1>): react_jsx_runtime.JSX.Element;
@@ -1921,14 +1921,14 @@ declare const ImageViewer: ({ visible, close, images, startIndex, alt, maxWidth,
1921
1921
 
1922
1922
  declare const InlineCode: _emotion_styled.StyledComponent<{
1923
1923
  theme?: _emotion_react.Theme | undefined;
1924
- as?: React.ElementType<any> | undefined;
1925
- } & ThemeProp, React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
1924
+ as?: react.ElementType<any> | undefined;
1925
+ } & ThemeProp, react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
1926
1926
 
1927
1927
  type FocusCallBack = (event?: InputFocusEvent) => void;
1928
1928
  declare const _default: {
1929
1929
  Container: _emotion_styled.StyledComponent<{
1930
1930
  theme?: _emotion_react.Theme | undefined;
1931
- as?: React.ElementType<any> | undefined;
1931
+ as?: react.ElementType<any> | undefined;
1932
1932
  } & {
1933
1933
  backgroundColor?: string | undefined;
1934
1934
  borderRadius?: string | number | undefined;
@@ -1941,21 +1941,21 @@ declare const _default: {
1941
1941
  invalid?: boolean | undefined;
1942
1942
  disabled?: boolean | undefined;
1943
1943
  hasLabel?: boolean | undefined;
1944
- } & Width & Height & Margin & Padding & ThemeProp, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
1944
+ } & Width & Height & Margin & Padding & ThemeProp, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
1945
1945
  Wrapper: _emotion_styled.StyledComponent<{
1946
1946
  theme?: _emotion_react.Theme | undefined;
1947
- as?: React.ElementType<any> | undefined;
1947
+ as?: react.ElementType<any> | undefined;
1948
1948
  } & {
1949
1949
  readOnly?: boolean | undefined;
1950
- }, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
1950
+ }, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
1951
1951
  Label: _emotion_styled.StyledComponent<{
1952
1952
  theme?: _emotion_react.Theme | undefined;
1953
- as?: React.ElementType<any> | undefined;
1953
+ as?: react.ElementType<any> | undefined;
1954
1954
  } & {
1955
1955
  filled?: boolean | undefined;
1956
1956
  focused?: boolean | undefined;
1957
1957
  disabled?: boolean | undefined;
1958
- } & ThemeProp, React.DetailedHTMLProps<React.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>;
1958
+ } & ThemeProp, react.DetailedHTMLProps<react.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>;
1959
1959
  useInputFocus: (onFocus?: FocusCallBack | undefined, onBlur?: FocusCallBack | undefined, focusCondition?: boolean) => {
1960
1960
  focused: boolean;
1961
1961
  handleFocus: (event?: InputFocusEvent | undefined) => void;
@@ -2045,12 +2045,12 @@ declare const Message: {
2045
2045
  ({ type, content, closeIcon, onClose, width, margin, marginTop, marginBottom, marginRight, marginLeft, children, }: MessageProps): react_jsx_runtime.JSX.Element;
2046
2046
  Header: _emotion_styled.StyledComponent<{
2047
2047
  theme?: _emotion_react.Theme | undefined;
2048
- as?: React.ElementType<any> | undefined;
2049
- } & ThemeProp, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2048
+ as?: react.ElementType<any> | undefined;
2049
+ } & ThemeProp, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2050
2050
  Body: _emotion_styled.StyledComponent<{
2051
2051
  theme?: _emotion_react.Theme | undefined;
2052
- as?: React.ElementType<any> | undefined;
2053
- } & ThemeProp, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2052
+ as?: react.ElementType<any> | undefined;
2053
+ } & ThemeProp, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2054
2054
  };
2055
2055
 
2056
2056
  declare const MessageHr: ({ text, color, style, }: {
@@ -2098,29 +2098,29 @@ type ModalProps = {
2098
2098
  left?: number | string;
2099
2099
  } & WidthHeight & Padding;
2100
2100
  declare const Modal: {
2101
- ({ children, rootSelector, visible, width, height, onClose, closeIcon, preventOverlayClose, overlayColor, backgroundColor, small, noOverlay, centerX, centerY, top, bottom, right, left, padding, paddingTop, paddingBottom, paddingRight, paddingLeft, }: ModalProps): React.ReactPortal | null;
2101
+ ({ children, rootSelector, visible, width, height, onClose, closeIcon, preventOverlayClose, overlayColor, backgroundColor, small, noOverlay, centerX, centerY, top, bottom, right, left, padding, paddingTop, paddingBottom, paddingRight, paddingLeft, }: ModalProps): react.ReactPortal | null;
2102
2102
  Header: _emotion_styled.StyledComponent<{
2103
2103
  theme?: _emotion_react.Theme | undefined;
2104
- as?: React.ElementType<any> | undefined;
2105
- } & ThemeProp, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2104
+ as?: react.ElementType<any> | undefined;
2105
+ } & ThemeProp, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2106
2106
  Text: _emotion_styled.StyledComponent<{
2107
2107
  theme?: _emotion_react.Theme | undefined;
2108
- as?: React.ElementType<any> | undefined;
2108
+ as?: react.ElementType<any> | undefined;
2109
2109
  } & {
2110
2110
  primary?: boolean | undefined;
2111
2111
  fontSize?: string | number | undefined;
2112
- } & ThemeProp, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2112
+ } & ThemeProp, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2113
2113
  Body: _emotion_styled.StyledComponent<{
2114
2114
  theme?: _emotion_react.Theme | undefined;
2115
- as?: React.ElementType<any> | undefined;
2116
- } & Height & Margin, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2115
+ as?: react.ElementType<any> | undefined;
2116
+ } & Height & Margin, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2117
2117
  Footer: _emotion_styled.StyledComponent<{
2118
2118
  theme?: _emotion_react.Theme | undefined;
2119
- as?: React.ElementType<any> | undefined;
2119
+ as?: react.ElementType<any> | undefined;
2120
2120
  } & {
2121
2121
  justify?: FlexPosition | undefined;
2122
2122
  inline?: boolean | undefined;
2123
- } & Margin, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2123
+ } & Margin, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2124
2124
  };
2125
2125
 
2126
2126
  type DropdownProps = Omit<RestInputProps, 'children'>;
@@ -2164,11 +2164,11 @@ type MultiSelectProps = {
2164
2164
  /** The function to be called when the input is updated */
2165
2165
  onTextChange?: (text: string) => void;
2166
2166
  } & Width & Margin & DropdownProps;
2167
- declare const MultiSelect: React__default.ForwardRefExoticComponent<Omit<MultiSelectProps, "ref"> & React__default.RefAttributes<MultiSelectRef>>;
2167
+ declare const MultiSelect: react__default.ForwardRefExoticComponent<Omit<MultiSelectProps, "ref"> & react__default.RefAttributes<MultiSelectRef>>;
2168
2168
 
2169
2169
  declare const Notification: _emotion_styled.StyledComponent<{
2170
2170
  theme?: _emotion_react.Theme | undefined;
2171
- as?: React.ElementType<any> | undefined;
2171
+ as?: react.ElementType<any> | undefined;
2172
2172
  } & {
2173
2173
  /** The color of the dot */
2174
2174
  color?: string | undefined;
@@ -2176,7 +2176,7 @@ declare const Notification: _emotion_styled.StyledComponent<{
2176
2176
  size?: string | number | undefined;
2177
2177
  /** Styles the dot to accommodate containing a number */
2178
2178
  number?: boolean | undefined;
2179
- } & ThemeProp & Margin & Position, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2179
+ } & ThemeProp & Margin & Position, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2180
2180
 
2181
2181
  type OptionsProps = {
2182
2182
  children: ReactNode;
@@ -2313,8 +2313,8 @@ declare const Slider: ({ value, max, step, width, height, disabled, onChange, ..
2313
2313
 
2314
2314
  declare const Spacer: _emotion_styled.StyledComponent<{
2315
2315
  theme?: _emotion_react.Theme | undefined;
2316
- as?: React.ElementType<any> | undefined;
2317
- } & Width & Height, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2316
+ as?: react.ElementType<any> | undefined;
2317
+ } & Width & Height, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2318
2318
 
2319
2319
  type SpinnerProps = {
2320
2320
  /** The size of the loading icon */
@@ -2406,20 +2406,20 @@ declare const Table: {
2406
2406
  Header: ({ children, columns, columnStyles, alignToScrollBody, ...rest }: {
2407
2407
  alignToScrollBody?: boolean | undefined;
2408
2408
  } & {
2409
- columnStyles?: React.CSSProperties | undefined;
2409
+ columnStyles?: react.CSSProperties | undefined;
2410
2410
  } & {
2411
2411
  columns?: Columns | undefined;
2412
- } & Width & Margin & Padding & React.HTMLProps<HTMLTableRowElement>) => react_jsx_runtime.JSX.Element;
2412
+ } & Width & Margin & Padding & react.HTMLProps<HTMLTableRowElement>) => react_jsx_runtime.JSX.Element;
2413
2413
  HeaderCell: ({ children, onClick, contentPosition, sorted, sortKey }: {
2414
2414
  children?: ReactNode;
2415
2415
  contentPosition?: FlexPosition | undefined;
2416
- onClick?: ((event: React.MouseEvent<Element, MouseEvent>) => void) | undefined;
2416
+ onClick?: ((event: react.MouseEvent<Element, MouseEvent>) => void) | undefined;
2417
2417
  sorted?: SortDir | undefined;
2418
2418
  sortKey?: string | undefined;
2419
2419
  }) => react_jsx_runtime.JSX.Element;
2420
2420
  Body: ({ children, height, maxHeight, ...rest }: {
2421
2421
  children: ReactNode;
2422
- } & Height & MaxHeight & Omit<React.HTMLProps<HTMLTableSectionElement>, "as"> & As) => react_jsx_runtime.JSX.Element;
2422
+ } & Height & MaxHeight & Omit<react.HTMLProps<HTMLTableSectionElement>, "as"> & As) => react_jsx_runtime.JSX.Element;
2423
2423
  Row: ({ children, columns, onClick, columnStyles, ...rest }: TableHeaderRow) => react_jsx_runtime.JSX.Element;
2424
2424
  Column: ({ children, contentPosition, defaultValue, padding, paddingTop, paddingBottom, paddingRight, paddingLeft, }: {
2425
2425
  children?: ReactNode;
@@ -2464,7 +2464,7 @@ type UseSelectProps<OptionType> = {
2464
2464
  /** The text from a search Droppdown */
2465
2465
  searchText?: string;
2466
2466
  };
2467
- declare const useSelect: <OptionType extends OptionItem>({ options, select, close, open, searchText, isOpen, isFocused, }: UseSelectProps<OptionType>) => readonly [number, React.RefObject<HTMLDivElement>];
2467
+ declare const useSelect: <OptionType extends OptionItem>({ options, select, close, open, searchText, isOpen, isFocused, }: UseSelectProps<OptionType>) => readonly [number, react.RefObject<HTMLDivElement>];
2468
2468
 
2469
2469
  type ListItem = {
2470
2470
  id: number | string;