demio-ui 5.1.4 → 5.1.6
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/bundle-analysis.html +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/types.d.ts +85 -71
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -289,7 +289,7 @@ interface ModalScrollableProps {
|
|
|
289
289
|
isOpen: boolean;
|
|
290
290
|
isOpenByDefault?: boolean;
|
|
291
291
|
okBtnText?: string;
|
|
292
|
-
onCancel?: (event: MouseEvent<HTMLButtonElement>) => void;
|
|
292
|
+
onCancel?: (event: MouseEvent<HTMLButtonElement> | null) => void;
|
|
293
293
|
onOk?: (event: MouseEvent<HTMLButtonElement>) => void;
|
|
294
294
|
onOpenChange: (open: boolean) => void;
|
|
295
295
|
portalContainer?: HTMLElement;
|
|
@@ -638,10 +638,10 @@ declare const useFileValidation: ({ acceptableFileTypes, fileSizeMbLimit, isVali
|
|
|
638
638
|
isFileValid: boolean;
|
|
639
639
|
};
|
|
640
640
|
|
|
641
|
-
var _path$
|
|
642
|
-
function _extends$
|
|
641
|
+
var _path$1u, _g$q;
|
|
642
|
+
function _extends$1w() { return _extends$1w = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1w.apply(null, arguments); }
|
|
643
643
|
var SvgAdd = function SvgAdd(props) {
|
|
644
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
644
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1w({
|
|
645
645
|
xmlns: "http://www.w3.org/2000/svg",
|
|
646
646
|
width: 24,
|
|
647
647
|
height: 24,
|
|
@@ -656,7 +656,7 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
656
656
|
style: {
|
|
657
657
|
maskType: "alpha"
|
|
658
658
|
}
|
|
659
|
-
}, _path$
|
|
659
|
+
}, _path$1u || (_path$1u = /*#__PURE__*/React.createElement("path", {
|
|
660
660
|
fill: "#D9D9D9",
|
|
661
661
|
d: "M0 0h24v24H0z"
|
|
662
662
|
}))), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
|
|
@@ -667,49 +667,49 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
667
667
|
}))));
|
|
668
668
|
};
|
|
669
669
|
|
|
670
|
-
var _path$
|
|
671
|
-
function _extends$
|
|
670
|
+
var _path$1t;
|
|
671
|
+
function _extends$1v() { return _extends$1v = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1v.apply(null, arguments); }
|
|
672
672
|
var SvgArrowLeft = function SvgArrowLeft(props) {
|
|
673
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
673
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1v({
|
|
674
674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
675
675
|
fill: "none",
|
|
676
676
|
viewBox: "0 0 24 24"
|
|
677
|
-
}, props), _path$
|
|
677
|
+
}, props), _path$1t || (_path$1t = /*#__PURE__*/React.createElement("path", {
|
|
678
678
|
fill: "#2C3336",
|
|
679
679
|
d: "m12.277 22.093.928-.928a.56.56 0 0 0 0-.796l-7.272-7.271h16.005c.31 0 .562-.252.562-.563v-1.312a.563.563 0 0 0-.562-.563H5.933l7.272-7.272a.56.56 0 0 0 0-.795l-.928-.928a.563.563 0 0 0-.796 0L1.665 11.48a.563.563 0 0 0 0 .796l9.816 9.816c.22.22.576.22.796 0"
|
|
680
680
|
})));
|
|
681
681
|
};
|
|
682
682
|
|
|
683
|
-
var _path$
|
|
684
|
-
function _extends$
|
|
683
|
+
var _path$1s;
|
|
684
|
+
function _extends$1u() { return _extends$1u = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1u.apply(null, arguments); }
|
|
685
685
|
var SvgCheck = function SvgCheck(props) {
|
|
686
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
686
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1u({
|
|
687
687
|
fill: "currentColor",
|
|
688
688
|
"aria-hidden": "true",
|
|
689
689
|
"data-icon": "check",
|
|
690
690
|
viewBox: "64 64 896 896"
|
|
691
|
-
}, props), _path$
|
|
691
|
+
}, props), _path$1s || (_path$1s = /*#__PURE__*/React.createElement("path", {
|
|
692
692
|
d: "M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 0 0-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8"
|
|
693
693
|
})));
|
|
694
694
|
};
|
|
695
695
|
|
|
696
|
-
var _path$
|
|
697
|
-
function _extends$
|
|
696
|
+
var _path$1r;
|
|
697
|
+
function _extends$1t() { return _extends$1t = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1t.apply(null, arguments); }
|
|
698
698
|
var SvgClose = function SvgClose(props) {
|
|
699
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
699
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1t({
|
|
700
700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
701
701
|
fill: "none",
|
|
702
702
|
viewBox: "0 0 24 24"
|
|
703
|
-
}, props), _path$
|
|
703
|
+
}, props), _path$1r || (_path$1r = /*#__PURE__*/React.createElement("path", {
|
|
704
704
|
fill: "#5D676B",
|
|
705
705
|
d: "m12 13.4-4.9 4.9a.95.95 0 0 1-.7.276.95.95 0 0 1-.7-.275.95.95 0 0 1-.275-.7q0-.426.275-.7l4.9-4.9-4.9-4.9a.95.95 0 0 1-.275-.7q0-.426.275-.7a.95.95 0 0 1 .7-.275q.424 0 .7.275l4.9 4.9 4.9-4.9a.95.95 0 0 1 .7-.275q.424 0 .7.275a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7L13.4 12l4.9 4.9a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275z"
|
|
706
706
|
})));
|
|
707
707
|
};
|
|
708
708
|
|
|
709
|
-
var _path$
|
|
710
|
-
function _extends$
|
|
709
|
+
var _path$1q, _g$p;
|
|
710
|
+
function _extends$1s() { return _extends$1s = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1s.apply(null, arguments); }
|
|
711
711
|
var SvgDelete = function SvgDelete(props) {
|
|
712
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
712
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1s({
|
|
713
713
|
xmlns: "http://www.w3.org/2000/svg",
|
|
714
714
|
fill: "none",
|
|
715
715
|
viewBox: "0 0 24 24"
|
|
@@ -723,7 +723,7 @@ var SvgDelete = function SvgDelete(props) {
|
|
|
723
723
|
style: {
|
|
724
724
|
maskType: "alpha"
|
|
725
725
|
}
|
|
726
|
-
}, _path$
|
|
726
|
+
}, _path$1q || (_path$1q = /*#__PURE__*/React.createElement("path", {
|
|
727
727
|
fill: "#D9D9D9",
|
|
728
728
|
d: "M0 0h24v24H0z"
|
|
729
729
|
}))), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
|
|
@@ -734,23 +734,23 @@ var SvgDelete = function SvgDelete(props) {
|
|
|
734
734
|
}))));
|
|
735
735
|
};
|
|
736
736
|
|
|
737
|
-
var _path$
|
|
738
|
-
function _extends$
|
|
737
|
+
var _path$1p;
|
|
738
|
+
function _extends$1r() { return _extends$1r = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1r.apply(null, arguments); }
|
|
739
739
|
var SvgEdit = function SvgEdit(props) {
|
|
740
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
740
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1r({
|
|
741
741
|
xmlns: "http://www.w3.org/2000/svg",
|
|
742
742
|
fill: "none",
|
|
743
743
|
viewBox: "0 0 24 24"
|
|
744
|
-
}, props), _path$
|
|
744
|
+
}, props), _path$1p || (_path$1p = /*#__PURE__*/React.createElement("path", {
|
|
745
745
|
fill: "#1C1B1F",
|
|
746
746
|
d: "M4 21a.97.97 0 0 1-.712-.288A.97.97 0 0 1 3 20v-2.425a1.98 1.98 0 0 1 .575-1.4L16.2 3.575q.3-.275.663-.425.362-.15.762-.15t.775.15.65.45L20.425 5q.3.275.438.65a2.17 2.17 0 0 1 0 1.512 1.9 1.9 0 0 1-.438.663l-12.6 12.6a1.975 1.975 0 0 1-1.4.575zM17.6 7.8 19 6.4 17.6 5l-1.4 1.4z"
|
|
747
747
|
})));
|
|
748
748
|
};
|
|
749
749
|
|
|
750
|
-
var _path$
|
|
751
|
-
function _extends$
|
|
750
|
+
var _path$1o, _g$o;
|
|
751
|
+
function _extends$1q() { return _extends$1q = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1q.apply(null, arguments); }
|
|
752
752
|
var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
753
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
753
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1q({
|
|
754
754
|
xmlns: "http://www.w3.org/2000/svg",
|
|
755
755
|
fill: "none",
|
|
756
756
|
viewBox: "0 0 24 24"
|
|
@@ -764,7 +764,7 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
764
764
|
style: {
|
|
765
765
|
maskType: "alpha"
|
|
766
766
|
}
|
|
767
|
-
}, _path$
|
|
767
|
+
}, _path$1o || (_path$1o = /*#__PURE__*/React.createElement("path", {
|
|
768
768
|
fill: "#D9D9D9",
|
|
769
769
|
d: "M0 0h24v24H0z"
|
|
770
770
|
}))), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
|
|
@@ -775,40 +775,40 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
775
775
|
}))));
|
|
776
776
|
};
|
|
777
777
|
|
|
778
|
-
var _path$
|
|
779
|
-
function _extends$
|
|
778
|
+
var _path$1n;
|
|
779
|
+
function _extends$1p() { return _extends$1p = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1p.apply(null, arguments); }
|
|
780
780
|
var SvgPlus = function SvgPlus(props) {
|
|
781
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
781
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1p({
|
|
782
782
|
xmlns: "http://www.w3.org/2000/svg",
|
|
783
783
|
fill: "none",
|
|
784
784
|
viewBox: "0 0 24 24"
|
|
785
|
-
}, props), _path$
|
|
785
|
+
}, props), _path$1n || (_path$1n = /*#__PURE__*/React.createElement("path", {
|
|
786
786
|
fill: "#2C3336",
|
|
787
787
|
d: "M20.625 10.875h-7.5v-7.5A.375.375 0 0 0 12.75 3h-1.5a.375.375 0 0 0-.375.375v7.5h-7.5A.375.375 0 0 0 3 11.25v1.5c0 .207.168.375.375.375h7.5v7.5c0 .207.168.375.375.375h1.5a.375.375 0 0 0 .375-.375v-7.5h7.5A.375.375 0 0 0 21 12.75v-1.5a.375.375 0 0 0-.375-.375"
|
|
788
788
|
})));
|
|
789
789
|
};
|
|
790
790
|
|
|
791
|
-
var _path$
|
|
792
|
-
function _extends$
|
|
791
|
+
var _path$1m;
|
|
792
|
+
function _extends$1o() { return _extends$1o = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1o.apply(null, arguments); }
|
|
793
793
|
var SvgSearch = function SvgSearch(props) {
|
|
794
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
794
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1o({
|
|
795
795
|
xmlns: "http://www.w3.org/2000/svg",
|
|
796
796
|
fill: "currentColor",
|
|
797
797
|
viewBox: "0 0 24 24"
|
|
798
|
-
}, props), _path$
|
|
798
|
+
}, props), _path$1m || (_path$1m = /*#__PURE__*/React.createElement("path", {
|
|
799
799
|
fill: "#2C3336",
|
|
800
800
|
d: "m23.835 21.979-5.69-5.69a.56.56 0 0 0-.399-.165h-.619A9.72 9.72 0 0 0 19.5 9.75 9.75 9.75 0 0 0 9.749 0 9.75 9.75 0 0 0 0 9.75a9.75 9.75 0 0 0 9.75 9.749 9.72 9.72 0 0 0 6.374-2.372v.619c0 .15.061.29.164.398l5.69 5.69c.22.221.577.221.797 0l1.06-1.059a.563.563 0 0 0 0-.796M9.75 17.249a7.5 7.5 0 0 1-7.5-7.5c0-4.143 3.356-7.5 7.5-7.5 4.143 0 7.5 3.357 7.5 7.5 0 4.144-3.357 7.5-7.5 7.5"
|
|
801
801
|
})));
|
|
802
802
|
};
|
|
803
803
|
|
|
804
|
-
var _path$
|
|
805
|
-
function _extends$
|
|
804
|
+
var _path$1l, _path2$3;
|
|
805
|
+
function _extends$1n() { return _extends$1n = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1n.apply(null, arguments); }
|
|
806
806
|
var SvgArrowLeftDouble = function SvgArrowLeftDouble(props) {
|
|
807
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
807
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1n({
|
|
808
808
|
xmlns: "http://www.w3.org/2000/svg",
|
|
809
809
|
fill: "none",
|
|
810
810
|
viewBox: "0 0 24 24"
|
|
811
|
-
}, props), _path$
|
|
811
|
+
}, props), _path$1l || (_path$1l = /*#__PURE__*/React.createElement("path", {
|
|
812
812
|
fill: "#2C3336",
|
|
813
813
|
d: "m3.166 11.602 6.93-6.938a.57.57 0 0 1 .803 0l.935.928a.56.56 0 0 1 0 .797L6.24 12l5.594 5.61a.56.56 0 0 1 0 .798l-.935.928a.57.57 0 0 1-.803 0l-6.93-6.938a.56.56 0 0 1 0-.796"
|
|
814
814
|
})), _path2$3 || (_path2$3 = /*#__PURE__*/React.createElement("path", {
|
|
@@ -817,129 +817,142 @@ var SvgArrowLeftDouble = function SvgArrowLeftDouble(props) {
|
|
|
817
817
|
})));
|
|
818
818
|
};
|
|
819
819
|
|
|
820
|
-
var _path$
|
|
821
|
-
function _extends$
|
|
820
|
+
var _path$1k;
|
|
821
|
+
function _extends$1m() { return _extends$1m = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1m.apply(null, arguments); }
|
|
822
822
|
var SvgArrowLeftSingle = function SvgArrowLeftSingle(props) {
|
|
823
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
823
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1m({
|
|
824
824
|
xmlns: "http://www.w3.org/2000/svg",
|
|
825
825
|
fill: "none",
|
|
826
826
|
viewBox: "0 0 24 24"
|
|
827
|
-
}, props), _path$
|
|
827
|
+
}, props), _path$1k || (_path$1k = /*#__PURE__*/React.createElement("path", {
|
|
828
828
|
fill: "#2C3336",
|
|
829
829
|
d: "m7.697 11.602 6.881-6.938c.22-.22.577-.22.797 0l.928.928c.22.22.22.577 0 .797L10.748 12l5.555 5.61c.22.221.22.578 0 .798l-.928.928a.563.563 0 0 1-.797 0l-6.881-6.938a.563.563 0 0 1 0-.796"
|
|
830
830
|
})));
|
|
831
831
|
};
|
|
832
832
|
|
|
833
|
+
var _path$1j;
|
|
834
|
+
function _extends$1l() { return _extends$1l = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1l.apply(null, arguments); }
|
|
835
|
+
var SvgCompress = function SvgCompress(props) {
|
|
836
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1l({
|
|
837
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
838
|
+
viewBox: "0 0 24 24"
|
|
839
|
+
}, props), _path$1j || (_path$1j = /*#__PURE__*/React.createElement("path", {
|
|
840
|
+
d: "M12 10.875V6.422c0-1.003 1.212-1.505 1.92-.796l1.3 1.299 5.26-5.26a.56.56 0 0 1 .795 0l1.06 1.06c.22.22.22.576 0 .796l-5.26 5.26 1.299 1.298c.709.71.207 1.921-.796 1.921h-4.453A1.125 1.125 0 0 1 12 10.875m-8.48 11.46 5.26-5.26 1.3 1.299c.708.709 1.92.207 1.92-.796v-4.453c0-.621-.504-1.125-1.125-1.125H6.422c-1.003 0-1.505 1.212-.796 1.92l1.299 1.3-5.26 5.26a.563.563 0 0 0 0 .795l1.06 1.06c.22.22.576.22.796 0Z"
|
|
841
|
+
})));
|
|
842
|
+
};
|
|
843
|
+
|
|
833
844
|
var _path$1i;
|
|
834
845
|
function _extends$1k() { return _extends$1k = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1k.apply(null, arguments); }
|
|
835
|
-
var
|
|
846
|
+
var SvgExpand = function SvgExpand(props) {
|
|
836
847
|
return /*#__PURE__*/React.createElement("svg", _extends$1k({
|
|
837
848
|
xmlns: "http://www.w3.org/2000/svg",
|
|
838
849
|
viewBox: "0 0 24 24"
|
|
839
850
|
}, props), _path$1i || (_path$1i = /*#__PURE__*/React.createElement("path", {
|
|
840
|
-
d: "
|
|
851
|
+
d: "M22.5 2.625v4.453c0 1.003-1.212 1.505-1.92.796l-1.3-1.299-5.026 5.027a.563.563 0 0 1-.796 0l-1.06-1.06a.563.563 0 0 1 0-.796l5.027-5.027-1.299-1.299c-.709-.708-.207-1.92.796-1.92h4.453c.621 0 1.125.504 1.125 1.125M9.746 12.398 4.72 17.425l-1.3-1.299c-.708-.709-1.92-.207-1.92.796v4.453c0 .621.504 1.125 1.125 1.125h4.453c1.003 0 1.505-1.212.796-1.92l-1.299-1.3 5.027-5.026a.563.563 0 0 0 0-.796l-1.06-1.06a.563.563 0 0 0-.796 0"
|
|
841
852
|
})));
|
|
842
853
|
};
|
|
843
854
|
|
|
844
855
|
var _path$1h;
|
|
845
856
|
function _extends$1j() { return _extends$1j = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1j.apply(null, arguments); }
|
|
846
|
-
var
|
|
857
|
+
var SvgAt = function SvgAt(props) {
|
|
847
858
|
return /*#__PURE__*/React.createElement("svg", _extends$1j({
|
|
848
859
|
xmlns: "http://www.w3.org/2000/svg",
|
|
860
|
+
fill: "none",
|
|
849
861
|
viewBox: "0 0 24 24"
|
|
850
862
|
}, props), _path$1h || (_path$1h = /*#__PURE__*/React.createElement("path", {
|
|
851
|
-
|
|
863
|
+
fill: "#2C3336",
|
|
864
|
+
d: "M23.626 10.875c0-6.387-5.154-10.5-11.625-10.5C5.576.375.376 5.575.376 12s5.2 11.625 11.625 11.625c2.481 0 4.907-.8 6.895-2.265a.56.56 0 0 0 .098-.807l-.713-.872a.564.564 0 0 0-.77-.095A9.4 9.4 0 0 1 12 21.375c-5.17 0-9.375-4.206-9.375-9.375 0-5.17 4.206-9.375 9.375-9.375 5.132 0 9.375 3.048 9.375 8.25 0 2.958-1.991 4.607-3.891 4.607-.915 0-.944-.591-.768-1.474l1.342-6.964a.562.562 0 0 0-.552-.669H15.67a.56.56 0 0 0-.552.456c-.052.269-.078.391-.107.656-.559-.916-1.682-1.456-3.056-1.456-3.356 0-6.329 2.93-6.329 7.166 0 2.867 1.541 4.786 4.368 4.786 1.397 0 2.876-.789 3.738-1.98.195 1.446 1.336 1.782 2.783 1.782 4.649 0 7.111-2.982 7.111-6.91m-12.839 4.563c-1.335 0-2.131-.912-2.131-2.44 0-2.695 1.854-4.378 3.497-4.378 1.412 0 2.131 1.01 2.131 2.418 0 2.196-1.555 4.4-3.497 4.4"
|
|
852
865
|
})));
|
|
853
866
|
};
|
|
854
867
|
|
|
855
868
|
var _path$1g;
|
|
856
869
|
function _extends$1i() { return _extends$1i = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1i.apply(null, arguments); }
|
|
857
|
-
var
|
|
870
|
+
var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
858
871
|
return /*#__PURE__*/React.createElement("svg", _extends$1i({
|
|
859
872
|
xmlns: "http://www.w3.org/2000/svg",
|
|
860
873
|
fill: "none",
|
|
861
874
|
viewBox: "0 0 24 24"
|
|
862
875
|
}, props), _path$1g || (_path$1g = /*#__PURE__*/React.createElement("path", {
|
|
863
876
|
fill: "#2C3336",
|
|
864
|
-
d: "
|
|
877
|
+
d: "m10.58 14.146-2.322-2.323a.72.72 0 0 0-.522-.212.7.7 0 0 0-.532.212.72.72 0 0 0-.217.527q0 .31.217.527l2.744 2.744a.87.87 0 0 0 .633.271q.361 0 .632-.27l5.564-5.564a.73.73 0 0 0 .212-.522.7.7 0 0 0-.212-.532.72.72 0 0 0-.527-.217.72.72 0 0 0-.527.217zm1.422 7.354a9.3 9.3 0 0 1-3.705-.748 9.6 9.6 0 0 1-3.018-2.03 9.6 9.6 0 0 1-2.03-3.016 9.2 9.2 0 0 1-.749-3.704q0-1.972.748-3.705a9.6 9.6 0 0 1 2.03-3.018 9.6 9.6 0 0 1 3.016-2.03 9.2 9.2 0 0 1 3.704-.749q1.972 0 3.705.748a9.6 9.6 0 0 1 3.018 2.03 9.6 9.6 0 0 1 2.03 3.016 9.2 9.2 0 0 1 .749 3.704q0 1.972-.748 3.705a9.6 9.6 0 0 1-2.03 3.018 9.6 9.6 0 0 1-3.016 2.03 9.2 9.2 0 0 1-3.704.749"
|
|
865
878
|
})));
|
|
866
879
|
};
|
|
867
880
|
|
|
868
881
|
var _path$1f;
|
|
869
882
|
function _extends$1h() { return _extends$1h = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1h.apply(null, arguments); }
|
|
870
|
-
var
|
|
883
|
+
var SvgCheckCircleSolid = function SvgCheckCircleSolid(props) {
|
|
871
884
|
return /*#__PURE__*/React.createElement("svg", _extends$1h({
|
|
872
885
|
xmlns: "http://www.w3.org/2000/svg",
|
|
873
886
|
fill: "none",
|
|
874
887
|
viewBox: "0 0 24 24"
|
|
875
888
|
}, props), _path$1f || (_path$1f = /*#__PURE__*/React.createElement("path", {
|
|
876
889
|
fill: "#2C3336",
|
|
877
|
-
d: "
|
|
890
|
+
d: "M23.938 12c0 6.42-5.205 11.625-11.625 11.625S.688 18.42.688 12 5.892.375 12.313.375C18.733.375 23.938 5.58 23.938 12m-12.97 6.155 8.625-8.625a.75.75 0 0 0 0-1.06l-1.06-1.06a.75.75 0 0 0-1.062 0l-7.033 7.033-3.285-3.284a.75.75 0 0 0-1.06 0l-1.06 1.06a.75.75 0 0 0 0 1.061l4.874 4.875a.75.75 0 0 0 1.06 0"
|
|
878
891
|
})));
|
|
879
892
|
};
|
|
880
893
|
|
|
881
894
|
var _path$1e;
|
|
882
895
|
function _extends$1g() { return _extends$1g = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1g.apply(null, arguments); }
|
|
883
|
-
var
|
|
896
|
+
var SvgCheckbox = function SvgCheckbox(props) {
|
|
884
897
|
return /*#__PURE__*/React.createElement("svg", _extends$1g({
|
|
885
898
|
xmlns: "http://www.w3.org/2000/svg",
|
|
886
899
|
fill: "none",
|
|
887
900
|
viewBox: "0 0 24 24"
|
|
888
901
|
}, props), _path$1e || (_path$1e = /*#__PURE__*/React.createElement("path", {
|
|
889
|
-
fill: "#
|
|
890
|
-
d: "
|
|
902
|
+
fill: "#02BF6F",
|
|
903
|
+
d: "m10.6 13.4-2.15-2.15a.95.95 0 0 0-.7-.275.95.95 0 0 0-.7.275.95.95 0 0 0-.275.7q0 .425.275.7L9.9 15.5q.3.3.7.3t.7-.3l5.65-5.65a.95.95 0 0 0 .275-.7.95.95 0 0 0-.275-.7.95.95 0 0 0-.7-.275.95.95 0 0 0-.7.275zM5 21q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 19V5q0-.824.587-1.412A1.93 1.93 0 0 1 5 3h14q.824 0 1.413.587Q21 4.176 21 5v14q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21z"
|
|
891
904
|
})));
|
|
892
905
|
};
|
|
893
906
|
|
|
894
907
|
var _path$1d;
|
|
895
908
|
function _extends$1f() { return _extends$1f = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1f.apply(null, arguments); }
|
|
896
|
-
var
|
|
909
|
+
var SvgExclamation = function SvgExclamation(props) {
|
|
897
910
|
return /*#__PURE__*/React.createElement("svg", _extends$1f({
|
|
898
911
|
xmlns: "http://www.w3.org/2000/svg",
|
|
899
912
|
fill: "none",
|
|
900
913
|
viewBox: "0 0 24 24"
|
|
901
914
|
}, props), _path$1d || (_path$1d = /*#__PURE__*/React.createElement("path", {
|
|
902
|
-
fill: "#
|
|
903
|
-
d: "
|
|
915
|
+
fill: "#EDC121",
|
|
916
|
+
d: "M23.625 12c0 6.422-5.205 11.625-11.625 11.625S.375 18.422.375 12C.375 5.582 5.58.375 12 .375S23.625 5.582 23.625 12M12 14.344a2.156 2.156 0 1 0 0 4.312 2.156 2.156 0 0 0 0-4.312m-2.047-7.75.348 6.374a.563.563 0 0 0 .561.532h2.276a.563.563 0 0 0 .562-.532l.347-6.375A.563.563 0 0 0 13.485 6h-2.97c-.323 0-.58.27-.562.593Z"
|
|
904
917
|
})));
|
|
905
918
|
};
|
|
906
919
|
|
|
907
920
|
var _path$1c;
|
|
908
921
|
function _extends$1e() { return _extends$1e = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1e.apply(null, arguments); }
|
|
909
|
-
var
|
|
922
|
+
var SvgPasswordEye = function SvgPasswordEye(props) {
|
|
910
923
|
return /*#__PURE__*/React.createElement("svg", _extends$1e({
|
|
911
924
|
xmlns: "http://www.w3.org/2000/svg",
|
|
912
925
|
fill: "none",
|
|
913
|
-
viewBox: "0 0
|
|
926
|
+
viewBox: "0 0 22 16"
|
|
914
927
|
}, props), _path$1c || (_path$1c = /*#__PURE__*/React.createElement("path", {
|
|
915
|
-
fill: "#
|
|
916
|
-
d: "
|
|
928
|
+
fill: "#838B97",
|
|
929
|
+
d: "M11 2.335a9.77 9.77 0 0 1 8.82 5.5 9.76 9.76 0 0 1-8.82 5.5 9.76 9.76 0 0 1-8.82-5.5 9.77 9.77 0 0 1 8.82-5.5m0-2c-5 0-9.27 3.11-11 7.5 1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5m0 5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5m0-2c-2.48 0-4.5 2.02-4.5 4.5s2.02 4.5 4.5 4.5 4.5-2.02 4.5-4.5-2.02-4.5-4.5-4.5"
|
|
917
930
|
})));
|
|
918
931
|
};
|
|
919
932
|
|
|
920
933
|
var _path$1b;
|
|
921
934
|
function _extends$1d() { return _extends$1d = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1d.apply(null, arguments); }
|
|
922
|
-
var
|
|
935
|
+
var SvgPasswordEyeCrossed = function SvgPasswordEyeCrossed(props) {
|
|
923
936
|
return /*#__PURE__*/React.createElement("svg", _extends$1d({
|
|
924
937
|
xmlns: "http://www.w3.org/2000/svg",
|
|
925
938
|
fill: "none",
|
|
926
|
-
viewBox: "0 0
|
|
939
|
+
viewBox: "0 0 24 20"
|
|
927
940
|
}, props), _path$1b || (_path$1b = /*#__PURE__*/React.createElement("path", {
|
|
928
941
|
fill: "#838B97",
|
|
929
|
-
d: "
|
|
942
|
+
d: "M23.775 17.898 1.35.367A.6.6 0 0 0 .507.46L.132.93a.6.6 0 0 0 .093.844l22.425 17.53a.6.6 0 0 0 .843-.093l.375-.468a.6.6 0 0 0-.093-.844zM11.13 5.728l5.054 3.952a4.19 4.19 0 0 0-5.055-3.952zm1.74 8.215L7.816 9.99a4.19 4.19 0 0 0 5.054 3.952zM12 4.435c3.7 0 7.09 2.063 8.922 5.4a10.7 10.7 0 0 1-1.65 2.258l1.416 1.106a12.5 12.5 0 0 0 1.983-2.817 1.21 1.21 0 0 0 0-1.094C20.636 5.32 16.61 2.635 12 2.635c-1.376 0-2.69.263-3.924.706l1.74 1.36A10 10 0 0 1 12 4.435m0 10.8c-3.7 0-7.09-2.062-8.922-5.4.45-.821 1.004-1.58 1.651-2.257L3.314 6.472a12.5 12.5 0 0 0-1.983 2.816 1.21 1.21 0 0 0 0 1.095C3.364 14.35 7.39 17.035 12 17.035c1.376 0 2.689-.264 3.924-.705l-1.74-1.36a10 10 0 0 1-2.184.265"
|
|
930
943
|
})));
|
|
931
944
|
};
|
|
932
945
|
|
|
933
946
|
var _path$1a;
|
|
934
947
|
function _extends$1c() { return _extends$1c = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$1c.apply(null, arguments); }
|
|
935
|
-
var
|
|
948
|
+
var SvgAlert = function SvgAlert(props) {
|
|
936
949
|
return /*#__PURE__*/React.createElement("svg", _extends$1c({
|
|
937
950
|
xmlns: "http://www.w3.org/2000/svg",
|
|
938
951
|
fill: "none",
|
|
939
|
-
viewBox: "0 0
|
|
952
|
+
viewBox: "0 0 20 20"
|
|
940
953
|
}, props), _path$1a || (_path$1a = /*#__PURE__*/React.createElement("path", {
|
|
941
|
-
fill: "
|
|
942
|
-
d: "
|
|
954
|
+
fill: "currentColor",
|
|
955
|
+
d: "M9.998 2c3.149 0 5.744 2.335 5.984 5.355l.014.223.004.224-.001 3.596.925 2.222q.034.081.053.167l.016.086.008.132a1 1 0 0 1-.749.963l-.116.027-.135.01-3.501-.001-.005.161a2.5 2.5 0 0 1-4.99 0l-.005-.161H3.999a1 1 0 0 1-.26-.034l-.124-.042a1 1 0 0 1-.603-1.052l.021-.128.043-.128.923-2.219L4 7.793l.004-.225C4.127 4.451 6.771 2 9.998 2M11.5 15.004h-3l.007.141a1.5 1.5 0 0 0 1.349 1.348L10 16.5a1.5 1.5 0 0 0 1.493-1.355zM9.998 3c-2.623 0-4.77 1.924-4.98 4.385l-.014.212L5 7.802V11.5l-.038.192-.963 2.313 11.958.002.045-.002-.964-2.313L15 11.5V7.812l-.004-.204C14.891 5.035 12.695 3 9.998 3"
|
|
943
956
|
})));
|
|
944
957
|
};
|
|
945
958
|
|
|
@@ -2311,6 +2324,7 @@ var SvgChatDisabledOld = function SvgChatDisabledOld(props) {
|
|
|
2311
2324
|
declare namespace index {
|
|
2312
2325
|
export {
|
|
2313
2326
|
SvgAdd as AddIcon,
|
|
2327
|
+
SvgAlert as AlertIcon,
|
|
2314
2328
|
SvgKeyboardArrowDown as ArrowDownIcon,
|
|
2315
2329
|
SvgArrowLeftDouble as ArrowLeftDoubleIcon,
|
|
2316
2330
|
SvgArrowLeft as ArrowLeftIcon,
|
|
@@ -2452,4 +2466,4 @@ declare class ToastManager {
|
|
|
2452
2466
|
}
|
|
2453
2467
|
declare const toast: ToastManager;
|
|
2454
2468
|
|
|
2455
|
-
export { SvgAdd as AddIcon, Alert, SvgKeyboardArrowDown as ArrowDownIcon, SvgArrowLeftDouble as ArrowLeftDoubleIcon, SvgArrowLeft as ArrowLeftIcon, SvgArrowLeftSingle as ArrowLeftSingleIcon, SvgAt as AtIcon, Avatar, Badge, SvgBarChart as BarChartIcon, SvgBlock as BlockIcon, SvgBlurOn as BlurOnIcon, Button$1 as Button, Button as ButtonNew, SvgCached as CachedIcon, SvgCalendar as CalendarIcon, SvgCamera as CameraIcon, SvgCameraOutlined as CameraOutlinedIcon, Card, SvgChatDisabled as ChatDisabledIcon, SvgChatDisabledOld as ChatDisabledOldIcon, SvgChatIcon as ChatIcon, SvgCheckCircle as CheckCircleIcon, SvgCheckCircleSolid as CheckCircleSolidIcon, SvgCheck as CheckIcon, Checkbox, SvgCheckbox as CheckboxIcon, SvgClock as ClockIcon, SvgClose as CloseIcon, SvgCompress as CompressIcon, SvgCopy as CopyIcon, CopyLinkInput, Crop, SvgCustomize as CustomizeIcon, SvgDelete as DeleteIcon, DnDArea, SvgDots as DotsIcon, SvgDownload as DownloadIcon, Drawer, DropdownItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRoot, DropdownMenuSeparator, DropdownMenuTrigger, SvgEdit as EditIcon, SvgElectricBolt as ElectricBoltIcon, SvgEventDetails as EventDetailsIcon, SvgEventRepeat as EventRepeatIcon, SvgExclamation as ExclamationIcon, SvgExpand as ExpandIcon, SvgExternalLink as ExternalLinkIcon, SvgFeatureAction as FeatureActionIcon, SvgFile as FileIcon, SvgFilterList as FilterListIcon, SvgFlipCamera as FlipCameraIcon, FormGroup, SvgGear as GearIcon, SvgHelp as HelpIcon, SvgHelpSolid as HelpSolidIcon, InfoBanner, SvgInfoCircle as InfoCircleIcon, SvgInfoCircleSolid as InfoCircleSolidIcon, SvgInfo as InfoIcon, SvgInfo1 as InfoSolidIcon, Input, InputHint, SvgItems as ItemsIcon, Label, SvgList as ListIcon, Loader, SvgLocation as LocationIcon, SvgLock as LockIcon, SvgMagic as MagicIcon, SvgMail as MailIcon, SvgMaterials as MaterialsIcon, SvgMicBold as MicBoldIcon, SvgMicOff1 as MicOffIcon, SvgMicOff as MicOffSolidIcon, SvgMic1 as MicOnSolidIcon, SvgMicOutlined as MicOutlinedIcon, SvgMobileDevice as MobileDeviceIcon, Modal, ModalScrollable, MultiSelect, Note, SvgOutStage as OutStageIcon, Pagination, SvgPasswordEyeCrossed as PasswordEyeCrossedIcon, SvgPasswordEye as PasswordEyeIcon, SvgPeopleCommunity as PeopleCommunityIcon, SvgPeople as PeopleIcon, SvgPerson as Person, SvgPersonDelete as PersonDeleteIcon, SvgPerson as PersonIcon, SvgPlay as PlayIcon, SvgPlus as PlusIcon, SvgPoll as PollIcon, Popover, PopoverTooltip, SvgPresentation as PresentationIcon, Progress, SvgProgress as ProgressIcon, RadioGroup, SvgReplayDisabled as ReplayDisabledIcon, SvgRestart as RestartIcon, SvgRocket as RocketIcon, SvgScreenPerson as ScreenPersonIcon, SvgScreenSharing as ScreenShareIcon, SvgScreenScareWindows as ScreenShareWindowIcon, ModalScrollable as ScrollableModal, SvgSearch as SearchIcon, Select, SelectItem, SelectItemText, SvgSidebar as SideBarIcon, SliderDemo as Slider, SvgSmile as SmileIcon, SvgSpotlight as SpotlightIcon, SvgStackedEmail as StackedEmailIcon, SvgStage as StageIcon, Switch, SvgSync as SyncIcon, Tab, TabsContent, TabsList, TabsRoot, Tag, SvgTimesCircle as TimesCircleIcon, Toast, SvgToday as TodayIcon, Tooltip, SvgTrash as TrashIcon, SvgTrendingDown as TrendingDownIcon, SvgTrendingUp as TrendingUpIcon, Typography, SvgUndo as UndoIcon, Upload, UploadMenu, UploadProgressPreview, SvgVideocam as VideoCamOnIcon, SvgVideocam1 as VideoCamOnSolidIcon, SvgVolumeOff1 as VolumeOffIcon, SvgVolumeUp as VolumeUpSolidIcon, SvgWarning as WarningIcon, SvgWarning1 as WarningSolidIcon, createImage, getCroppedImageURL, getFileExtension, getFileMimeType, getRadianAngle, index as icons, isExtensionMatchingMimeType, isImage, isValidFileDimension, isValidFileSize, isValidFileType, isVideo, mimeTypeMap, rotateSize, toast, useCroppedImage, useFileValidation };
|
|
2469
|
+
export { SvgAdd as AddIcon, Alert, SvgAlert as AlertIcon, SvgKeyboardArrowDown as ArrowDownIcon, SvgArrowLeftDouble as ArrowLeftDoubleIcon, SvgArrowLeft as ArrowLeftIcon, SvgArrowLeftSingle as ArrowLeftSingleIcon, SvgAt as AtIcon, Avatar, Badge, SvgBarChart as BarChartIcon, SvgBlock as BlockIcon, SvgBlurOn as BlurOnIcon, Button$1 as Button, Button as ButtonNew, SvgCached as CachedIcon, SvgCalendar as CalendarIcon, SvgCamera as CameraIcon, SvgCameraOutlined as CameraOutlinedIcon, Card, SvgChatDisabled as ChatDisabledIcon, SvgChatDisabledOld as ChatDisabledOldIcon, SvgChatIcon as ChatIcon, SvgCheckCircle as CheckCircleIcon, SvgCheckCircleSolid as CheckCircleSolidIcon, SvgCheck as CheckIcon, Checkbox, SvgCheckbox as CheckboxIcon, SvgClock as ClockIcon, SvgClose as CloseIcon, SvgCompress as CompressIcon, SvgCopy as CopyIcon, CopyLinkInput, Crop, SvgCustomize as CustomizeIcon, SvgDelete as DeleteIcon, DnDArea, SvgDots as DotsIcon, SvgDownload as DownloadIcon, Drawer, DropdownItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRoot, DropdownMenuSeparator, DropdownMenuTrigger, SvgEdit as EditIcon, SvgElectricBolt as ElectricBoltIcon, SvgEventDetails as EventDetailsIcon, SvgEventRepeat as EventRepeatIcon, SvgExclamation as ExclamationIcon, SvgExpand as ExpandIcon, SvgExternalLink as ExternalLinkIcon, SvgFeatureAction as FeatureActionIcon, SvgFile as FileIcon, SvgFilterList as FilterListIcon, SvgFlipCamera as FlipCameraIcon, FormGroup, SvgGear as GearIcon, SvgHelp as HelpIcon, SvgHelpSolid as HelpSolidIcon, InfoBanner, SvgInfoCircle as InfoCircleIcon, SvgInfoCircleSolid as InfoCircleSolidIcon, SvgInfo as InfoIcon, SvgInfo1 as InfoSolidIcon, Input, InputHint, SvgItems as ItemsIcon, Label, SvgList as ListIcon, Loader, SvgLocation as LocationIcon, SvgLock as LockIcon, SvgMagic as MagicIcon, SvgMail as MailIcon, SvgMaterials as MaterialsIcon, SvgMicBold as MicBoldIcon, SvgMicOff1 as MicOffIcon, SvgMicOff as MicOffSolidIcon, SvgMic1 as MicOnSolidIcon, SvgMicOutlined as MicOutlinedIcon, SvgMobileDevice as MobileDeviceIcon, Modal, ModalScrollable, MultiSelect, Note, SvgOutStage as OutStageIcon, Pagination, SvgPasswordEyeCrossed as PasswordEyeCrossedIcon, SvgPasswordEye as PasswordEyeIcon, SvgPeopleCommunity as PeopleCommunityIcon, SvgPeople as PeopleIcon, SvgPerson as Person, SvgPersonDelete as PersonDeleteIcon, SvgPerson as PersonIcon, SvgPlay as PlayIcon, SvgPlus as PlusIcon, SvgPoll as PollIcon, Popover, PopoverTooltip, SvgPresentation as PresentationIcon, Progress, SvgProgress as ProgressIcon, RadioGroup, SvgReplayDisabled as ReplayDisabledIcon, SvgRestart as RestartIcon, SvgRocket as RocketIcon, SvgScreenPerson as ScreenPersonIcon, SvgScreenSharing as ScreenShareIcon, SvgScreenScareWindows as ScreenShareWindowIcon, ModalScrollable as ScrollableModal, SvgSearch as SearchIcon, Select, SelectItem, SelectItemText, SvgSidebar as SideBarIcon, SliderDemo as Slider, SvgSmile as SmileIcon, SvgSpotlight as SpotlightIcon, SvgStackedEmail as StackedEmailIcon, SvgStage as StageIcon, Switch, SvgSync as SyncIcon, Tab, TabsContent, TabsList, TabsRoot, Tag, SvgTimesCircle as TimesCircleIcon, Toast, SvgToday as TodayIcon, Tooltip, SvgTrash as TrashIcon, SvgTrendingDown as TrendingDownIcon, SvgTrendingUp as TrendingUpIcon, Typography, SvgUndo as UndoIcon, Upload, UploadMenu, UploadProgressPreview, SvgVideocam as VideoCamOnIcon, SvgVideocam1 as VideoCamOnSolidIcon, SvgVolumeOff1 as VolumeOffIcon, SvgVolumeUp as VolumeUpSolidIcon, SvgWarning as WarningIcon, SvgWarning1 as WarningSolidIcon, createImage, getCroppedImageURL, getFileExtension, getFileMimeType, getRadianAngle, index as icons, isExtensionMatchingMimeType, isImage, isValidFileDimension, isValidFileSize, isValidFileType, isVideo, mimeTypeMap, rotateSize, toast, useCroppedImage, useFileValidation };
|