@wavv/ui 1.8.0-beta.8 → 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/cjs/index.js +11 -11
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/components/Dropdown/Dropdown.d.ts +1 -1
- package/build/cjs/types/components/Dropdown/DropdownUtils.d.ts +13 -4
- package/build/cjs/types/components/DropdownMenu.d.ts +6 -5
- package/build/esm/index.js +11 -11
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/components/Dropdown/Dropdown.d.ts +1 -1
- package/build/esm/types/components/Dropdown/DropdownUtils.d.ts +13 -4
- package/build/esm/types/components/DropdownMenu.d.ts +6 -5
- package/build/index.d.ts +166 -165
- package/package.json +1 -3
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
|
|
4
|
-
import
|
|
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:
|
|
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:
|
|
708
|
+
declare function ActivityHistory(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
709
709
|
|
|
710
|
-
declare function Add(props:
|
|
710
|
+
declare function Add(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
711
711
|
|
|
712
|
-
declare function AddCircle(props:
|
|
712
|
+
declare function AddCircle(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
713
713
|
|
|
714
|
-
declare function AddCircleOutline(props:
|
|
714
|
+
declare function AddCircleOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
715
715
|
|
|
716
|
-
declare function AddPerson(props:
|
|
716
|
+
declare function AddPerson(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
717
717
|
|
|
718
|
-
declare function ArrowDown(props:
|
|
718
|
+
declare function ArrowDown(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
719
719
|
|
|
720
|
-
declare function ArrowLeft(props:
|
|
720
|
+
declare function ArrowLeft(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
721
721
|
|
|
722
|
-
declare function ArrowRight(props:
|
|
722
|
+
declare function ArrowRight(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
723
723
|
|
|
724
|
-
declare function ArrowUp(props:
|
|
724
|
+
declare function ArrowUp(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
725
725
|
|
|
726
|
-
declare function Attachment(props:
|
|
726
|
+
declare function Attachment(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
727
727
|
|
|
728
|
-
declare function Calendar$1(props:
|
|
728
|
+
declare function Calendar$1(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
729
729
|
|
|
730
|
-
declare function Camera(props:
|
|
730
|
+
declare function Camera(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
731
731
|
|
|
732
|
-
declare function Card(props:
|
|
732
|
+
declare function Card(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
733
733
|
|
|
734
|
-
declare function CaretDown(props:
|
|
734
|
+
declare function CaretDown(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
735
735
|
|
|
736
|
-
declare function CaretUp(props:
|
|
736
|
+
declare function CaretUp(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
737
737
|
|
|
738
|
-
declare function CheckCircle(props:
|
|
738
|
+
declare function CheckCircle(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
739
739
|
|
|
740
|
-
declare function CheckCircleOutline(props:
|
|
740
|
+
declare function CheckCircleOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
741
741
|
|
|
742
|
-
declare function Checkbox$1(props:
|
|
742
|
+
declare function Checkbox$1(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
743
743
|
|
|
744
|
-
declare function CheckboxOff(props:
|
|
744
|
+
declare function CheckboxOff(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
745
745
|
|
|
746
|
-
declare function CheckboxPartial(props:
|
|
746
|
+
declare function CheckboxPartial(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
747
747
|
|
|
748
|
-
declare function ChevronDown(props:
|
|
748
|
+
declare function ChevronDown(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
749
749
|
|
|
750
|
-
declare function ChevronLeft(props:
|
|
750
|
+
declare function ChevronLeft(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
751
751
|
|
|
752
|
-
declare function ChevronRight(props:
|
|
752
|
+
declare function ChevronRight(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
753
753
|
|
|
754
|
-
declare function ChevronUp(props:
|
|
754
|
+
declare function ChevronUp(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
755
755
|
|
|
756
|
-
declare function Clapperboard(props:
|
|
756
|
+
declare function Clapperboard(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
757
757
|
|
|
758
|
-
declare function ClapperboardOpen(props:
|
|
758
|
+
declare function ClapperboardOpen(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
759
759
|
|
|
760
|
-
declare function Close(props:
|
|
760
|
+
declare function Close(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
761
761
|
|
|
762
|
-
declare function CloseCircle(props:
|
|
762
|
+
declare function CloseCircle(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
763
763
|
|
|
764
|
-
declare function CloseCircleOutline(props:
|
|
764
|
+
declare function CloseCircleOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
765
765
|
|
|
766
|
-
declare function Copy(props:
|
|
766
|
+
declare function Copy(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
767
767
|
|
|
768
|
-
declare function Devices(props:
|
|
768
|
+
declare function Devices(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
769
769
|
|
|
770
|
-
declare function Dialpad(props:
|
|
770
|
+
declare function Dialpad(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
771
771
|
|
|
772
|
-
declare function DoubleArrowLeft(props:
|
|
772
|
+
declare function DoubleArrowLeft(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
773
773
|
|
|
774
|
-
declare function DoubleArrowRight(props:
|
|
774
|
+
declare function DoubleArrowRight(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
775
775
|
|
|
776
|
-
declare function Download(props:
|
|
776
|
+
declare function Download(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
777
777
|
|
|
778
|
-
declare function Edit(props:
|
|
778
|
+
declare function Edit(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
779
779
|
|
|
780
|
-
declare function Emoji(props:
|
|
780
|
+
declare function Emoji(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
781
781
|
|
|
782
|
-
declare function EyeOff(props:
|
|
782
|
+
declare function EyeOff(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
783
783
|
|
|
784
|
-
declare function EyeOn(props:
|
|
784
|
+
declare function EyeOn(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
785
785
|
|
|
786
|
-
declare function Facebook(props:
|
|
786
|
+
declare function Facebook(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
787
787
|
|
|
788
|
-
declare function DonerMenu(props:
|
|
788
|
+
declare function DonerMenu(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
789
789
|
|
|
790
|
-
declare function Flask(props:
|
|
790
|
+
declare function Flask(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
791
791
|
|
|
792
|
-
declare function Group(props:
|
|
792
|
+
declare function Group(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
793
793
|
|
|
794
|
-
declare function Heart(props:
|
|
794
|
+
declare function Heart(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
795
795
|
|
|
796
|
-
declare function HeartOutline(props:
|
|
796
|
+
declare function HeartOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
797
797
|
|
|
798
|
-
declare function Help(props:
|
|
798
|
+
declare function Help(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
799
799
|
|
|
800
|
-
declare function Hourglass(props:
|
|
800
|
+
declare function Hourglass(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
801
801
|
|
|
802
|
-
declare function Info(props:
|
|
802
|
+
declare function Info(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
803
803
|
|
|
804
|
-
declare function Instagram(props:
|
|
804
|
+
declare function Instagram(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
805
805
|
|
|
806
|
-
declare function KebabMenu(props:
|
|
806
|
+
declare function KebabMenu(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
807
807
|
|
|
808
|
-
declare function Link(props:
|
|
808
|
+
declare function Link(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
809
809
|
|
|
810
|
-
declare function Linkedin(props:
|
|
810
|
+
declare function Linkedin(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
811
811
|
|
|
812
|
-
declare function Loading(props:
|
|
812
|
+
declare function Loading(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
813
813
|
|
|
814
|
-
declare function Maximize(props:
|
|
814
|
+
declare function Maximize(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
815
815
|
|
|
816
|
-
declare function Menu$1(props:
|
|
816
|
+
declare function Menu$1(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
817
817
|
|
|
818
|
-
declare function MergeField(props:
|
|
818
|
+
declare function MergeField(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
819
819
|
|
|
820
|
-
declare function Message$1(props:
|
|
820
|
+
declare function Message$1(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
821
821
|
|
|
822
|
-
declare function Mic(props:
|
|
822
|
+
declare function Mic(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
823
823
|
|
|
824
|
-
declare function MicOff(props:
|
|
824
|
+
declare function MicOff(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
825
825
|
|
|
826
|
-
declare function Minimize(props:
|
|
826
|
+
declare function Minimize(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
827
827
|
|
|
828
|
-
declare function Mobile(props:
|
|
828
|
+
declare function Mobile(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
829
829
|
|
|
830
|
-
declare function NotAllowed(props:
|
|
830
|
+
declare function NotAllowed(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
831
831
|
|
|
832
|
-
declare function Open(props:
|
|
832
|
+
declare function Open(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
833
833
|
|
|
834
|
-
declare function PauseOutline$1(props:
|
|
834
|
+
declare function PauseOutline$1(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
835
835
|
|
|
836
|
-
declare function PauseOutline(props:
|
|
836
|
+
declare function PauseOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
837
837
|
|
|
838
|
-
declare function Person(props:
|
|
838
|
+
declare function Person(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
839
839
|
|
|
840
|
-
declare function Phone$1(props:
|
|
840
|
+
declare function Phone$1(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
841
841
|
|
|
842
|
-
declare function PhoneBlocked(props:
|
|
842
|
+
declare function PhoneBlocked(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
843
843
|
|
|
844
|
-
declare function PhoneEnd(props:
|
|
844
|
+
declare function PhoneEnd(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
845
845
|
|
|
846
|
-
declare function PhoneHistory(props:
|
|
846
|
+
declare function PhoneHistory(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
847
847
|
|
|
848
|
-
declare function PhoneTalk(props:
|
|
848
|
+
declare function PhoneTalk(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
849
849
|
|
|
850
|
-
declare function Play(props:
|
|
850
|
+
declare function Play(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
851
851
|
|
|
852
|
-
declare function PlayOutline(props:
|
|
852
|
+
declare function PlayOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
853
853
|
|
|
854
|
-
declare function ProfileUser(props:
|
|
854
|
+
declare function ProfileUser(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
855
855
|
|
|
856
|
-
declare function RadioButton(props:
|
|
856
|
+
declare function RadioButton(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
857
857
|
|
|
858
|
-
declare function RadioButtonOff(props:
|
|
858
|
+
declare function RadioButtonOff(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
859
859
|
|
|
860
|
-
declare function Record(props:
|
|
860
|
+
declare function Record(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
861
861
|
|
|
862
|
-
declare function Refresh(props:
|
|
862
|
+
declare function Refresh(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
863
863
|
|
|
864
|
-
declare function Rocket(props:
|
|
864
|
+
declare function Rocket(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
865
865
|
|
|
866
|
-
declare function Schedule(props:
|
|
866
|
+
declare function Schedule(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
867
867
|
|
|
868
|
-
declare function ScheduleOutline(props:
|
|
868
|
+
declare function ScheduleOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
869
869
|
|
|
870
|
-
declare function Search(props:
|
|
870
|
+
declare function Search(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
871
871
|
|
|
872
|
-
declare function Settings(props:
|
|
872
|
+
declare function Settings(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
873
873
|
|
|
874
|
-
declare function Sort(props:
|
|
874
|
+
declare function Sort(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
875
875
|
|
|
876
|
-
declare function Spotify(props:
|
|
876
|
+
declare function Spotify(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
877
877
|
|
|
878
|
-
declare function Star(props:
|
|
878
|
+
declare function Star(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
879
879
|
|
|
880
|
-
declare function StarOutline(props:
|
|
880
|
+
declare function StarOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
881
881
|
|
|
882
|
-
declare function Stop(props:
|
|
882
|
+
declare function Stop(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
883
883
|
|
|
884
|
-
declare function StopOutline(props:
|
|
884
|
+
declare function StopOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
885
885
|
|
|
886
|
-
declare function Template(props:
|
|
886
|
+
declare function Template(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
887
887
|
|
|
888
|
-
declare function ToggleOff(props:
|
|
888
|
+
declare function ToggleOff(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
889
889
|
|
|
890
|
-
declare function ToggleOn(props:
|
|
890
|
+
declare function ToggleOn(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
891
891
|
|
|
892
|
-
declare function Trash(props:
|
|
892
|
+
declare function Trash(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
893
893
|
|
|
894
|
-
declare function Twitter(props:
|
|
894
|
+
declare function Twitter(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
895
895
|
|
|
896
|
-
declare function Upload(props:
|
|
896
|
+
declare function Upload(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
897
897
|
|
|
898
|
-
declare function Video(props:
|
|
898
|
+
declare function Video(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
899
899
|
|
|
900
|
-
declare function Voicemail(props:
|
|
900
|
+
declare function Voicemail(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
901
901
|
|
|
902
|
-
declare function VolOn(props:
|
|
902
|
+
declare function VolOn(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
903
903
|
|
|
904
|
-
declare function Warning(props:
|
|
904
|
+
declare function Warning(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
905
905
|
|
|
906
|
-
declare function WarningCircleOutline(props:
|
|
906
|
+
declare function WarningCircleOutline(props: react.SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
907
907
|
|
|
908
|
-
declare function Youtube(props:
|
|
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:
|
|
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:
|
|
993
|
+
screenshot: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
994
994
|
search: typeof Search;
|
|
995
995
|
settings: typeof Settings;
|
|
996
|
-
share: (props:
|
|
997
|
-
'shield-check': (props:
|
|
998
|
-
'shield-slash': (props:
|
|
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?:
|
|
1173
|
-
} & ThemeProp,
|
|
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?:
|
|
1177
|
-
} & ThemeProp,
|
|
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: (
|
|
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?:
|
|
1255
|
-
} & ThemeProp,
|
|
1254
|
+
as?: react.ElementType<any> | undefined;
|
|
1255
|
+
} & ThemeProp, react.DetailedHTMLProps<react.TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}>;
|
|
1256
1256
|
|
|
1257
|
-
declare const DraftEditor:
|
|
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 &
|
|
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:
|
|
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">) &
|
|
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> = {
|
|
@@ -1574,7 +1574,7 @@ type DropdownProps$1<OptionType> = {
|
|
|
1574
1574
|
id?: string;
|
|
1575
1575
|
/** Sets the name of the Dropdown input */
|
|
1576
1576
|
name?: string;
|
|
1577
|
-
/** An HTML element/React component to trigger the opening and closing of the dropdown instead of an input */
|
|
1577
|
+
/** (DEPRECATED! Use the DropdownMenu component instead.) An HTML element/React component to trigger the opening and closing of the dropdown instead of an input */
|
|
1578
1578
|
trigger?: ReactNode;
|
|
1579
1579
|
/** Center the Dropdown options vertically with the trigger */
|
|
1580
1580
|
centerY?: boolean;
|
|
@@ -1608,12 +1608,15 @@ declare const Dropdown: {
|
|
|
1608
1608
|
Item<OptionType_1 extends OptionItem>({ value, displayText, setValue, close, children, contentPosition, color, accented, onClick, id, }: DropdownItemProps<OptionType_1>): react_jsx_runtime.JSX.Element;
|
|
1609
1609
|
};
|
|
1610
1610
|
|
|
1611
|
-
type DivProps = Omit<HTMLProps<HTMLDivElement>, 'as'> & As;
|
|
1611
|
+
type DivProps = Omit<HTMLProps<HTMLDivElement>, 'onChange' | 'as'> & As;
|
|
1612
1612
|
type WithChildren = {
|
|
1613
1613
|
children: ReactNode;
|
|
1614
|
+
onChange?: never;
|
|
1614
1615
|
};
|
|
1615
1616
|
type WithOptions<OptionType> = {
|
|
1616
1617
|
options: OptionType[];
|
|
1618
|
+
/** The function called after an option from the options array is selected */
|
|
1619
|
+
onChange?: (option: OptionType, event: Event) => void;
|
|
1617
1620
|
};
|
|
1618
1621
|
type EitherChildrenOrOptions<OptionType> = WithChildren | WithOptions<OptionType>;
|
|
1619
1622
|
type DropdownMenuProps<OptionType> = {
|
|
@@ -1642,15 +1645,13 @@ type DropdownMenuProps<OptionType> = {
|
|
|
1642
1645
|
zIndex?: number;
|
|
1643
1646
|
/** Enables the page to scroll when the menu is open */
|
|
1644
1647
|
disableScrollLock?: boolean;
|
|
1645
|
-
/** The function called after an option from the options array is selected */
|
|
1646
|
-
onOptionSelect?: (option: OptionType, event: Event) => void;
|
|
1647
1648
|
/** The function called after the menu opens */
|
|
1648
1649
|
afterShow?: () => void;
|
|
1649
1650
|
/** The function called after the menu closes */
|
|
1650
1651
|
afterHide?: () => void;
|
|
1651
1652
|
} & EitherChildrenOrOptions<OptionType> & DivProps;
|
|
1652
1653
|
declare const DropdownMenu: {
|
|
1653
|
-
<OptionType extends OptionItem>({ children, options, id, position, trigger, open, offset, arrow, width, maxHeight, container, zIndex, disableScrollLock,
|
|
1654
|
+
<OptionType extends OptionItem>({ children, options, id, position, trigger, open, offset, arrow, width, maxHeight, container, zIndex, disableScrollLock, onChange, afterShow, afterHide, ...props }: DropdownMenuProps<OptionType>): react_jsx_runtime.JSX.Element;
|
|
1654
1655
|
Item: ({ children, id, disabled, onClick, ...props }: ItemProps$1) => react_jsx_runtime.JSX.Element;
|
|
1655
1656
|
Sub({ children, id, label, zIndex, disabled, container, ...props }: SubProps): react_jsx_runtime.JSX.Element;
|
|
1656
1657
|
Separator(): react_jsx_runtime.JSX.Element;
|
|
@@ -1745,7 +1746,7 @@ declare const Form: {
|
|
|
1745
1746
|
Field({ children, inline, align, disabled }: FieldProps & {
|
|
1746
1747
|
children?: ReactNode;
|
|
1747
1748
|
}): react_jsx_runtime.JSX.Element;
|
|
1748
|
-
Input:
|
|
1749
|
+
Input: react.ForwardRefExoticComponent<(Omit<{
|
|
1749
1750
|
id?: string | undefined;
|
|
1750
1751
|
label?: string | undefined;
|
|
1751
1752
|
placeholder?: string | undefined;
|
|
@@ -1762,7 +1763,7 @@ declare const Form: {
|
|
|
1762
1763
|
fontSize?: string | number | undefined;
|
|
1763
1764
|
width?: string | number | undefined;
|
|
1764
1765
|
height?: string | number | undefined;
|
|
1765
|
-
containerRef?:
|
|
1766
|
+
containerRef?: react.MutableRefObject<HTMLDivElement> | undefined;
|
|
1766
1767
|
value?: string | number | undefined;
|
|
1767
1768
|
disabled?: boolean | undefined;
|
|
1768
1769
|
readOnly?: boolean | undefined;
|
|
@@ -1772,11 +1773,11 @@ declare const Form: {
|
|
|
1772
1773
|
search?: boolean | undefined;
|
|
1773
1774
|
onFocus?: ((event?: InputFocusEvent | undefined) => void) | undefined;
|
|
1774
1775
|
onBlur?: ((event?: InputFocusEvent | undefined) => void) | undefined;
|
|
1775
|
-
onClick?: ((event?:
|
|
1776
|
+
onClick?: ((event?: react.MouseEvent<Element, MouseEvent> | undefined) => void) | undefined;
|
|
1776
1777
|
onClear?: (() => void) | undefined;
|
|
1777
1778
|
} & Omit<HTMLProps<HTMLInputElement>, "as" | "onChange"> & As & {
|
|
1778
1779
|
phone?: undefined;
|
|
1779
|
-
onChange?: ((event:
|
|
1780
|
+
onChange?: ((event: react.ChangeEvent<HTMLInputElement>) => void) | undefined;
|
|
1780
1781
|
} & Margin & Padding, "ref"> | Omit<{
|
|
1781
1782
|
id?: string | undefined;
|
|
1782
1783
|
label?: string | undefined;
|
|
@@ -1794,7 +1795,7 @@ declare const Form: {
|
|
|
1794
1795
|
fontSize?: string | number | undefined;
|
|
1795
1796
|
width?: string | number | undefined;
|
|
1796
1797
|
height?: string | number | undefined;
|
|
1797
|
-
containerRef?:
|
|
1798
|
+
containerRef?: react.MutableRefObject<HTMLDivElement> | undefined;
|
|
1798
1799
|
value?: string | number | undefined;
|
|
1799
1800
|
disabled?: boolean | undefined;
|
|
1800
1801
|
readOnly?: boolean | undefined;
|
|
@@ -1804,12 +1805,12 @@ declare const Form: {
|
|
|
1804
1805
|
search?: boolean | undefined;
|
|
1805
1806
|
onFocus?: ((event?: InputFocusEvent | undefined) => void) | undefined;
|
|
1806
1807
|
onBlur?: ((event?: InputFocusEvent | undefined) => void) | undefined;
|
|
1807
|
-
onClick?: ((event?:
|
|
1808
|
+
onClick?: ((event?: react.MouseEvent<Element, MouseEvent> | undefined) => void) | undefined;
|
|
1808
1809
|
onClear?: (() => void) | undefined;
|
|
1809
1810
|
} & Omit<HTMLProps<HTMLInputElement>, "as" | "onChange"> & As & {
|
|
1810
1811
|
phone: true;
|
|
1811
|
-
onChange?: ((event:
|
|
1812
|
-
} & Margin & Padding, "ref">) &
|
|
1812
|
+
onChange?: ((event: react.ChangeEvent<HTMLInputElement>, formatted: string, raw: string) => void) | undefined;
|
|
1813
|
+
} & Margin & Padding, "ref">) & react.RefAttributes<InputRef>>;
|
|
1813
1814
|
Dropdown: {
|
|
1814
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 }: {
|
|
1815
1816
|
children?: ReactNode;
|
|
@@ -1847,7 +1848,7 @@ declare const Form: {
|
|
|
1847
1848
|
invalid?: boolean | undefined;
|
|
1848
1849
|
search?: boolean | undefined;
|
|
1849
1850
|
restrictInput?: boolean | ((text: string) => boolean) | undefined;
|
|
1850
|
-
inputRef?:
|
|
1851
|
+
inputRef?: react.RefObject<InputRef> | undefined;
|
|
1851
1852
|
optionsParent?: string | undefined;
|
|
1852
1853
|
} & Width & Height & Margin & RestInputProps): react_jsx_runtime.JSX.Element;
|
|
1853
1854
|
Item<OptionType_1 extends OptionItem>({ value, displayText, setValue, close, children, contentPosition, color, accented, onClick, id, }: DropdownItemProps<OptionType_1>): react_jsx_runtime.JSX.Element;
|
|
@@ -1920,14 +1921,14 @@ declare const ImageViewer: ({ visible, close, images, startIndex, alt, maxWidth,
|
|
|
1920
1921
|
|
|
1921
1922
|
declare const InlineCode: _emotion_styled.StyledComponent<{
|
|
1922
1923
|
theme?: _emotion_react.Theme | undefined;
|
|
1923
|
-
as?:
|
|
1924
|
-
} & ThemeProp,
|
|
1924
|
+
as?: react.ElementType<any> | undefined;
|
|
1925
|
+
} & ThemeProp, react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
|
|
1925
1926
|
|
|
1926
1927
|
type FocusCallBack = (event?: InputFocusEvent) => void;
|
|
1927
1928
|
declare const _default: {
|
|
1928
1929
|
Container: _emotion_styled.StyledComponent<{
|
|
1929
1930
|
theme?: _emotion_react.Theme | undefined;
|
|
1930
|
-
as?:
|
|
1931
|
+
as?: react.ElementType<any> | undefined;
|
|
1931
1932
|
} & {
|
|
1932
1933
|
backgroundColor?: string | undefined;
|
|
1933
1934
|
borderRadius?: string | number | undefined;
|
|
@@ -1940,21 +1941,21 @@ declare const _default: {
|
|
|
1940
1941
|
invalid?: boolean | undefined;
|
|
1941
1942
|
disabled?: boolean | undefined;
|
|
1942
1943
|
hasLabel?: boolean | undefined;
|
|
1943
|
-
} & Width & Height & Margin & Padding & ThemeProp,
|
|
1944
|
+
} & Width & Height & Margin & Padding & ThemeProp, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1944
1945
|
Wrapper: _emotion_styled.StyledComponent<{
|
|
1945
1946
|
theme?: _emotion_react.Theme | undefined;
|
|
1946
|
-
as?:
|
|
1947
|
+
as?: react.ElementType<any> | undefined;
|
|
1947
1948
|
} & {
|
|
1948
1949
|
readOnly?: boolean | undefined;
|
|
1949
|
-
},
|
|
1950
|
+
}, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
1950
1951
|
Label: _emotion_styled.StyledComponent<{
|
|
1951
1952
|
theme?: _emotion_react.Theme | undefined;
|
|
1952
|
-
as?:
|
|
1953
|
+
as?: react.ElementType<any> | undefined;
|
|
1953
1954
|
} & {
|
|
1954
1955
|
filled?: boolean | undefined;
|
|
1955
1956
|
focused?: boolean | undefined;
|
|
1956
1957
|
disabled?: boolean | undefined;
|
|
1957
|
-
} & ThemeProp,
|
|
1958
|
+
} & ThemeProp, react.DetailedHTMLProps<react.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>;
|
|
1958
1959
|
useInputFocus: (onFocus?: FocusCallBack | undefined, onBlur?: FocusCallBack | undefined, focusCondition?: boolean) => {
|
|
1959
1960
|
focused: boolean;
|
|
1960
1961
|
handleFocus: (event?: InputFocusEvent | undefined) => void;
|
|
@@ -2044,12 +2045,12 @@ declare const Message: {
|
|
|
2044
2045
|
({ type, content, closeIcon, onClose, width, margin, marginTop, marginBottom, marginRight, marginLeft, children, }: MessageProps): react_jsx_runtime.JSX.Element;
|
|
2045
2046
|
Header: _emotion_styled.StyledComponent<{
|
|
2046
2047
|
theme?: _emotion_react.Theme | undefined;
|
|
2047
|
-
as?:
|
|
2048
|
-
} & ThemeProp,
|
|
2048
|
+
as?: react.ElementType<any> | undefined;
|
|
2049
|
+
} & ThemeProp, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2049
2050
|
Body: _emotion_styled.StyledComponent<{
|
|
2050
2051
|
theme?: _emotion_react.Theme | undefined;
|
|
2051
|
-
as?:
|
|
2052
|
-
} & ThemeProp,
|
|
2052
|
+
as?: react.ElementType<any> | undefined;
|
|
2053
|
+
} & ThemeProp, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2053
2054
|
};
|
|
2054
2055
|
|
|
2055
2056
|
declare const MessageHr: ({ text, color, style, }: {
|
|
@@ -2097,29 +2098,29 @@ type ModalProps = {
|
|
|
2097
2098
|
left?: number | string;
|
|
2098
2099
|
} & WidthHeight & Padding;
|
|
2099
2100
|
declare const Modal: {
|
|
2100
|
-
({ children, rootSelector, visible, width, height, onClose, closeIcon, preventOverlayClose, overlayColor, backgroundColor, small, noOverlay, centerX, centerY, top, bottom, right, left, padding, paddingTop, paddingBottom, paddingRight, paddingLeft, }: ModalProps):
|
|
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
2102
|
Header: _emotion_styled.StyledComponent<{
|
|
2102
2103
|
theme?: _emotion_react.Theme | undefined;
|
|
2103
|
-
as?:
|
|
2104
|
-
} & ThemeProp,
|
|
2104
|
+
as?: react.ElementType<any> | undefined;
|
|
2105
|
+
} & ThemeProp, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2105
2106
|
Text: _emotion_styled.StyledComponent<{
|
|
2106
2107
|
theme?: _emotion_react.Theme | undefined;
|
|
2107
|
-
as?:
|
|
2108
|
+
as?: react.ElementType<any> | undefined;
|
|
2108
2109
|
} & {
|
|
2109
2110
|
primary?: boolean | undefined;
|
|
2110
2111
|
fontSize?: string | number | undefined;
|
|
2111
|
-
} & ThemeProp,
|
|
2112
|
+
} & ThemeProp, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2112
2113
|
Body: _emotion_styled.StyledComponent<{
|
|
2113
2114
|
theme?: _emotion_react.Theme | undefined;
|
|
2114
|
-
as?:
|
|
2115
|
-
} & Height & Margin,
|
|
2115
|
+
as?: react.ElementType<any> | undefined;
|
|
2116
|
+
} & Height & Margin, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2116
2117
|
Footer: _emotion_styled.StyledComponent<{
|
|
2117
2118
|
theme?: _emotion_react.Theme | undefined;
|
|
2118
|
-
as?:
|
|
2119
|
+
as?: react.ElementType<any> | undefined;
|
|
2119
2120
|
} & {
|
|
2120
2121
|
justify?: FlexPosition | undefined;
|
|
2121
2122
|
inline?: boolean | undefined;
|
|
2122
|
-
} & Margin,
|
|
2123
|
+
} & Margin, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2123
2124
|
};
|
|
2124
2125
|
|
|
2125
2126
|
type DropdownProps = Omit<RestInputProps, 'children'>;
|
|
@@ -2163,11 +2164,11 @@ type MultiSelectProps = {
|
|
|
2163
2164
|
/** The function to be called when the input is updated */
|
|
2164
2165
|
onTextChange?: (text: string) => void;
|
|
2165
2166
|
} & Width & Margin & DropdownProps;
|
|
2166
|
-
declare const MultiSelect:
|
|
2167
|
+
declare const MultiSelect: react__default.ForwardRefExoticComponent<Omit<MultiSelectProps, "ref"> & react__default.RefAttributes<MultiSelectRef>>;
|
|
2167
2168
|
|
|
2168
2169
|
declare const Notification: _emotion_styled.StyledComponent<{
|
|
2169
2170
|
theme?: _emotion_react.Theme | undefined;
|
|
2170
|
-
as?:
|
|
2171
|
+
as?: react.ElementType<any> | undefined;
|
|
2171
2172
|
} & {
|
|
2172
2173
|
/** The color of the dot */
|
|
2173
2174
|
color?: string | undefined;
|
|
@@ -2175,7 +2176,7 @@ declare const Notification: _emotion_styled.StyledComponent<{
|
|
|
2175
2176
|
size?: string | number | undefined;
|
|
2176
2177
|
/** Styles the dot to accommodate containing a number */
|
|
2177
2178
|
number?: boolean | undefined;
|
|
2178
|
-
} & ThemeProp & Margin & Position,
|
|
2179
|
+
} & ThemeProp & Margin & Position, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2179
2180
|
|
|
2180
2181
|
type OptionsProps = {
|
|
2181
2182
|
children: ReactNode;
|
|
@@ -2312,8 +2313,8 @@ declare const Slider: ({ value, max, step, width, height, disabled, onChange, ..
|
|
|
2312
2313
|
|
|
2313
2314
|
declare const Spacer: _emotion_styled.StyledComponent<{
|
|
2314
2315
|
theme?: _emotion_react.Theme | undefined;
|
|
2315
|
-
as?:
|
|
2316
|
-
} & Width & Height,
|
|
2316
|
+
as?: react.ElementType<any> | undefined;
|
|
2317
|
+
} & Width & Height, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
2317
2318
|
|
|
2318
2319
|
type SpinnerProps = {
|
|
2319
2320
|
/** The size of the loading icon */
|
|
@@ -2405,20 +2406,20 @@ declare const Table: {
|
|
|
2405
2406
|
Header: ({ children, columns, columnStyles, alignToScrollBody, ...rest }: {
|
|
2406
2407
|
alignToScrollBody?: boolean | undefined;
|
|
2407
2408
|
} & {
|
|
2408
|
-
columnStyles?:
|
|
2409
|
+
columnStyles?: react.CSSProperties | undefined;
|
|
2409
2410
|
} & {
|
|
2410
2411
|
columns?: Columns | undefined;
|
|
2411
|
-
} & Width & Margin & Padding &
|
|
2412
|
+
} & Width & Margin & Padding & react.HTMLProps<HTMLTableRowElement>) => react_jsx_runtime.JSX.Element;
|
|
2412
2413
|
HeaderCell: ({ children, onClick, contentPosition, sorted, sortKey }: {
|
|
2413
2414
|
children?: ReactNode;
|
|
2414
2415
|
contentPosition?: FlexPosition | undefined;
|
|
2415
|
-
onClick?: ((event:
|
|
2416
|
+
onClick?: ((event: react.MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
2416
2417
|
sorted?: SortDir | undefined;
|
|
2417
2418
|
sortKey?: string | undefined;
|
|
2418
2419
|
}) => react_jsx_runtime.JSX.Element;
|
|
2419
2420
|
Body: ({ children, height, maxHeight, ...rest }: {
|
|
2420
2421
|
children: ReactNode;
|
|
2421
|
-
} & Height & MaxHeight & Omit<
|
|
2422
|
+
} & Height & MaxHeight & Omit<react.HTMLProps<HTMLTableSectionElement>, "as"> & As) => react_jsx_runtime.JSX.Element;
|
|
2422
2423
|
Row: ({ children, columns, onClick, columnStyles, ...rest }: TableHeaderRow) => react_jsx_runtime.JSX.Element;
|
|
2423
2424
|
Column: ({ children, contentPosition, defaultValue, padding, paddingTop, paddingBottom, paddingRight, paddingLeft, }: {
|
|
2424
2425
|
children?: ReactNode;
|
|
@@ -2463,7 +2464,7 @@ type UseSelectProps<OptionType> = {
|
|
|
2463
2464
|
/** The text from a search Droppdown */
|
|
2464
2465
|
searchText?: string;
|
|
2465
2466
|
};
|
|
2466
|
-
declare const useSelect: <OptionType extends OptionItem>({ options, select, close, open, searchText, isOpen, isFocused, }: UseSelectProps<OptionType>) => readonly [number,
|
|
2467
|
+
declare const useSelect: <OptionType extends OptionItem>({ options, select, close, open, searchText, isOpen, isFocused, }: UseSelectProps<OptionType>) => readonly [number, react.RefObject<HTMLDivElement>];
|
|
2467
2468
|
|
|
2468
2469
|
type ListItem = {
|
|
2469
2470
|
id: number | string;
|