@appquality/unguess-design-system 3.1.71 → 3.1.75
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/CHANGELOG.md +55 -0
- package/build/index.js +225 -177
- package/build/stories/buttons/button/index.stories.d.ts +0 -1
- package/build/stories/buttons/utils.d.ts +36 -36
- package/build/stories/dropdowns/select/index.stories.d.ts +0 -1
- package/build/stories/editor/index.stories.d.ts +0 -1
- package/build/stories/profile-modal/_types.d.ts +16 -0
- package/build/stories/profile-modal/{UserContainer.d.ts → components/UserContainer.d.ts} +1 -1
- package/build/stories/profile-modal/{menuItem.d.ts → components/menuItem.d.ts} +1 -1
- package/build/stories/profile-modal/{previousMenuButton.d.ts → components/previousMenuButton.d.ts} +1 -1
- package/build/stories/profile-modal/{helpMenuItem.d.ts → items/helpMenuItem.d.ts} +1 -1
- package/build/stories/profile-modal/{languageMenuItem.d.ts → items/languageMenuItem.d.ts} +1 -1
- package/build/stories/profile-modal/items/settingsMenuItem.d.ts +21 -0
- package/package.json +2 -2
- package/yarn-error.log +13958 -0
- /package/build/stories/profile-modal/{menuItemIcon.d.ts → components/menuItemIcon.d.ts} +0 -0
package/build/index.js
CHANGED
|
@@ -837,48 +837,48 @@ Tag.Avatar = StyledAvatar;
|
|
|
837
837
|
Tag.Close = StyledClose;
|
|
838
838
|
Tag.SecondaryText = StyledSpan;
|
|
839
839
|
|
|
840
|
-
var _path$
|
|
841
|
-
function _extends$
|
|
842
|
-
const SvgUgSquare = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
840
|
+
var _path$z;
|
|
841
|
+
function _extends$L() { _extends$L = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$L.apply(this, arguments); }
|
|
842
|
+
const SvgUgSquare = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$L({
|
|
843
843
|
width: 24,
|
|
844
844
|
height: 24,
|
|
845
845
|
viewBox: "0 0 24 24",
|
|
846
846
|
fill: "none",
|
|
847
847
|
xmlns: "http://www.w3.org/2000/svg"
|
|
848
|
-
}, props), _path$
|
|
848
|
+
}, props), _path$z || (_path$z = /*#__PURE__*/React__namespace.createElement("path", {
|
|
849
849
|
d: "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM18 19H6C5.45 19 5 18.55 5 18V6C5 5.45 5.45 5 6 5H18C18.55 5 19 5.45 19 6V18C19 18.55 18.55 19 18 19Z",
|
|
850
850
|
fill: "#E80C7A"
|
|
851
851
|
})));
|
|
852
852
|
|
|
853
|
-
var _path$
|
|
854
|
-
function _extends$
|
|
855
|
-
const SvgUgCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
853
|
+
var _path$y;
|
|
854
|
+
function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$K.apply(this, arguments); }
|
|
855
|
+
const SvgUgCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$K({
|
|
856
856
|
width: 24,
|
|
857
857
|
height: 24,
|
|
858
858
|
viewBox: "0 0 24 24",
|
|
859
859
|
fill: "none",
|
|
860
860
|
xmlns: "http://www.w3.org/2000/svg"
|
|
861
|
-
}, props), _path$
|
|
861
|
+
}, props), _path$y || (_path$y = /*#__PURE__*/React__namespace.createElement("path", {
|
|
862
862
|
d: "M12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z",
|
|
863
863
|
fill: "#FFCD1A"
|
|
864
864
|
})));
|
|
865
865
|
|
|
866
|
-
var _path$
|
|
867
|
-
function _extends$
|
|
868
|
-
const SvgUgTriangle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
866
|
+
var _path$x;
|
|
867
|
+
function _extends$J() { _extends$J = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$J.apply(this, arguments); }
|
|
868
|
+
const SvgUgTriangle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$J({
|
|
869
869
|
width: 24,
|
|
870
870
|
height: 24,
|
|
871
871
|
viewBox: "0 0 24 24",
|
|
872
872
|
fill: "none",
|
|
873
873
|
xmlns: "http://www.w3.org/2000/svg"
|
|
874
|
-
}, props), _path$
|
|
874
|
+
}, props), _path$x || (_path$x = /*#__PURE__*/React__namespace.createElement("path", {
|
|
875
875
|
d: "M11.9993 7.32625L18.3893 17.5563H5.60929L11.9993 7.32625ZM11.1493 4.91625L2.94929 18.0262C2.53929 18.6962 3.01929 19.5563 3.79929 19.5563H20.1993C20.9893 19.5563 21.4593 18.6962 21.0493 18.0262L12.8493 4.91625C12.4593 4.28625 11.5393 4.28625 11.1493 4.91625Z",
|
|
876
876
|
fill: "#7B0DFF"
|
|
877
877
|
})));
|
|
878
878
|
|
|
879
|
-
var _rect$4, _path$
|
|
880
|
-
function _extends$
|
|
881
|
-
const SvgCampaignCompleted = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
879
|
+
var _rect$4, _path$w, _path2$b, _path3$4;
|
|
880
|
+
function _extends$I() { _extends$I = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
|
|
881
|
+
const SvgCampaignCompleted = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$I({
|
|
882
882
|
width: 24,
|
|
883
883
|
height: 24,
|
|
884
884
|
viewBox: "0 0 24 24",
|
|
@@ -889,7 +889,7 @@ const SvgCampaignCompleted = props => /*#__PURE__*/React__namespace.createElemen
|
|
|
889
889
|
height: 24,
|
|
890
890
|
rx: 12,
|
|
891
891
|
fill: "#F6F6F8"
|
|
892
|
-
})), _path$
|
|
892
|
+
})), _path$w || (_path$w = /*#__PURE__*/React__namespace.createElement("path", {
|
|
893
893
|
d: "M20.6953 5.73905C21.0148 5.41953 21.0148 4.90149 20.6953 4.58197C20.3758 4.26245 19.8577 4.26245 19.5382 4.58197L11.88 12.2402L10.0849 9.95981C9.80539 9.60476 9.29098 9.54352 8.93593 9.82303C8.58088 10.1025 8.51963 10.6169 8.79914 10.972L11.1642 13.9763C11.3089 14.16 11.5252 14.2731 11.7586 14.2869C11.9921 14.3008 12.2203 14.2141 12.3856 14.0487L20.6953 5.73905Z",
|
|
894
894
|
fill: "#50BF95"
|
|
895
895
|
})), _path2$b || (_path2$b = /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -900,9 +900,9 @@ const SvgCampaignCompleted = props => /*#__PURE__*/React__namespace.createElemen
|
|
|
900
900
|
fill: "#007345"
|
|
901
901
|
})));
|
|
902
902
|
|
|
903
|
-
var _rect$3, _path$
|
|
904
|
-
function _extends$
|
|
905
|
-
const SvgCampaignLocked = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
903
|
+
var _rect$3, _path$v, _path2$a;
|
|
904
|
+
function _extends$H() { _extends$H = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
|
|
905
|
+
const SvgCampaignLocked = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$H({
|
|
906
906
|
width: 24,
|
|
907
907
|
height: 24,
|
|
908
908
|
viewBox: "0 0 24 24",
|
|
@@ -913,7 +913,7 @@ const SvgCampaignLocked = props => /*#__PURE__*/React__namespace.createElement("
|
|
|
913
913
|
height: 24,
|
|
914
914
|
rx: 12,
|
|
915
915
|
fill: "#F6F6F8"
|
|
916
|
-
})), _path$
|
|
916
|
+
})), _path$v || (_path$v = /*#__PURE__*/React__namespace.createElement("path", {
|
|
917
917
|
fillRule: "evenodd",
|
|
918
918
|
clipRule: "evenodd",
|
|
919
919
|
d: "M13.55 19.0875C14.25 19.7875 15.1063 20.1375 16.1188 20.1375C17.1313 20.1375 17.9875 19.7875 18.6875 19.0875C19.3875 18.3875 19.7375 17.5312 19.7375 16.5187C19.7375 15.5062 19.3875 14.65 18.6875 13.95C17.9875 13.25 17.1313 12.9 16.1188 12.9C15.1063 12.9 14.25 13.25 13.55 13.95C12.85 14.65 12.5 15.5062 12.5 16.5187C12.5 17.5312 12.85 18.3875 13.55 19.0875ZM17.5062 18.2812C17.4187 18.2812 17.3375 18.25 17.2625 18.1875L15.7438 16.7812C15.6813 16.6687 15.65 16.6 15.65 16.575V14.55C15.65 14.4375 15.6875 14.3437 15.7625 14.2687C15.8375 14.1937 15.9313 14.1562 16.0438 14.1562C16.1563 14.1562 16.25 14.1937 16.325 14.2687C16.4 14.3437 16.4375 14.4375 16.4375 14.55V16.4813L17.7313 17.6625C17.8063 17.725 17.8469 17.8062 17.8531 17.9062C17.8594 18.0063 17.825 18.0938 17.75 18.1688C17.675 18.2438 17.5937 18.2812 17.5062 18.2812Z",
|
|
@@ -925,9 +925,9 @@ const SvgCampaignLocked = props => /*#__PURE__*/React__namespace.createElement("
|
|
|
925
925
|
fill: "#F4AC1A"
|
|
926
926
|
})));
|
|
927
927
|
|
|
928
|
-
var _rect$2, _path$
|
|
929
|
-
function _extends$
|
|
930
|
-
const SvgCampaignIncoming = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
928
|
+
var _rect$2, _path$u, _path2$9;
|
|
929
|
+
function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
|
|
930
|
+
const SvgCampaignIncoming = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$G({
|
|
931
931
|
width: 24,
|
|
932
932
|
height: 24,
|
|
933
933
|
viewBox: "0 0 24 24",
|
|
@@ -938,7 +938,7 @@ const SvgCampaignIncoming = props => /*#__PURE__*/React__namespace.createElement
|
|
|
938
938
|
height: 24,
|
|
939
939
|
rx: 12,
|
|
940
940
|
fill: "#F6F6F8"
|
|
941
|
-
})), _path$
|
|
941
|
+
})), _path$u || (_path$u = /*#__PURE__*/React__namespace.createElement("path", {
|
|
942
942
|
d: "M11.2266 13.0313H14.997M11.2266 9.26075V13.0313V9.26075ZM11.2266 13.0313L20.121 5.03906L11.2266 13.0313Z",
|
|
943
943
|
stroke: "#024780",
|
|
944
944
|
strokeWidth: 1.5,
|
|
@@ -952,9 +952,9 @@ const SvgCampaignIncoming = props => /*#__PURE__*/React__namespace.createElement
|
|
|
952
952
|
strokeLinejoin: "round"
|
|
953
953
|
})));
|
|
954
954
|
|
|
955
|
-
var _rect$1, _path$
|
|
956
|
-
function _extends$
|
|
957
|
-
const SvgCampaignProgress = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
955
|
+
var _rect$1, _path$t, _path2$8, _path3$3, _path4$1, _path5$1, _path6$1, _path7$1, _path8$1, _path9$1, _path10$1;
|
|
956
|
+
function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
|
|
957
|
+
const SvgCampaignProgress = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$F({
|
|
958
958
|
width: 24,
|
|
959
959
|
height: 24,
|
|
960
960
|
viewBox: "0 0 24 24",
|
|
@@ -965,7 +965,7 @@ const SvgCampaignProgress = props => /*#__PURE__*/React__namespace.createElement
|
|
|
965
965
|
height: 24,
|
|
966
966
|
rx: 12,
|
|
967
967
|
fill: "#F6F6F8"
|
|
968
|
-
})), _path$
|
|
968
|
+
})), _path$t || (_path$t = /*#__PURE__*/React__namespace.createElement("path", {
|
|
969
969
|
d: "M13.059 16.7647C13.059 16.1799 12.585 15.7059 12.0002 15.7059C11.4154 15.7059 10.9414 16.1799 10.9414 16.7647V19.9412C10.9414 20.5259 11.4154 21 12.0002 21C12.585 21 13.059 20.5259 13.059 19.9412V16.7647Z",
|
|
970
970
|
fill: "#D1820A"
|
|
971
971
|
})), _path2$8 || (_path2$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -997,9 +997,9 @@ const SvgCampaignProgress = props => /*#__PURE__*/React__namespace.createElement
|
|
|
997
997
|
fill: "#FFB65A"
|
|
998
998
|
})));
|
|
999
999
|
|
|
1000
|
-
var _g$b, _path$
|
|
1001
|
-
function _extends$
|
|
1002
|
-
const SvgCampaignExperiential = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1000
|
+
var _g$b, _path$s, _path2$7, _path3$2, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11;
|
|
1001
|
+
function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
|
|
1002
|
+
const SvgCampaignExperiential = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$E({
|
|
1003
1003
|
width: 24,
|
|
1004
1004
|
height: 24,
|
|
1005
1005
|
viewBox: "0 0 24 24",
|
|
@@ -1011,7 +1011,7 @@ const SvgCampaignExperiential = props => /*#__PURE__*/React__namespace.createEle
|
|
|
1011
1011
|
opacity: 0.3,
|
|
1012
1012
|
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
|
1013
1013
|
fill: "#50BF95"
|
|
1014
|
-
}))), _path$
|
|
1014
|
+
}))), _path$s || (_path$s = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1015
1015
|
d: "M12.487 3.19652C8.68003 3.19652 5.59895 6.27761 5.59895 10.0846C5.59895 10.2597 5.59895 10.4348 5.62438 10.5855C5.29857 11.1863 4.82307 12.013 4.24678 12.514C3.82117 12.8897 3.92096 13.2908 3.97085 13.4405C4.09609 13.7663 4.44635 14.0413 5.02265 14.2418C5.22322 14.3172 5.44825 14.3671 5.64883 14.417L5.67427 16.8464C5.67427 17.7984 6.47559 18.6251 7.45304 18.6251L8.93044 18.1496L9.08111 19.0263C9.18091 19.6026 9.68185 20.0282 10.2836 20.0282C10.3589 20.0282 10.4343 20.0282 10.5086 20.0028L15.1424 19.177C15.8185 19.0517 16.2441 18.4256 16.1443 17.7495L15.8185 16.1214C17.9974 14.9189 19.375 12.5892 19.375 10.0845C19.375 6.30279 16.2696 3.19641 12.4869 3.19641L12.487 3.19652Z",
|
|
1016
1016
|
fill: "#2B8473",
|
|
1017
1017
|
stroke: "#2B8473"
|
|
@@ -1067,9 +1067,9 @@ const SvgCampaignExperiential = props => /*#__PURE__*/React__namespace.createEle
|
|
|
1067
1067
|
fill: "#ECF4F2"
|
|
1068
1068
|
})));
|
|
1069
1069
|
|
|
1070
|
-
var _g$a, _path$
|
|
1071
|
-
function _extends$
|
|
1072
|
-
const SvgCampaignFunctional = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1070
|
+
var _g$a, _path$r;
|
|
1071
|
+
function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
|
|
1072
|
+
const SvgCampaignFunctional = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$D({
|
|
1073
1073
|
width: 24,
|
|
1074
1074
|
height: 24,
|
|
1075
1075
|
viewBox: "0 0 24 24",
|
|
@@ -1081,7 +1081,7 @@ const SvgCampaignFunctional = props => /*#__PURE__*/React__namespace.createEleme
|
|
|
1081
1081
|
opacity: 0.3,
|
|
1082
1082
|
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",
|
|
1083
1083
|
fill: "#003A57"
|
|
1084
|
-
}))), _path$
|
|
1084
|
+
}))), _path$r || (_path$r = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1085
1085
|
d: "M17.9983 7.16705C17.5188 6.58566 17.1422 6.73039 17.1422 6.73039C17.1422 6.73039 16.406 7.02453 16.0401 7.16303C15.6742 7.30153 15.2408 7.17357 15.2408 7.17357L14.7579 6.8851C14.7579 6.8851 14.4296 6.56554 14.3656 6.18067C14.3123 5.78958 14.1888 5.00269 14.1888 5.00269C14.1888 5.00269 14.1356 4.61159 13.3938 4.47257C12.652 4.33356 12.4678 4.68715 12.4678 4.68715C12.4678 4.68715 12.0932 5.38344 11.9091 5.73703C11.7249 6.09062 11.3114 6.27118 11.3114 6.27118L10.7639 6.36908C10.7639 6.36908 10.3144 6.33771 10.0176 6.07271L9.12712 5.27769C9.12712 5.27769 8.8303 5.01268 8.18313 5.38632C7.53595 5.75997 7.61705 6.14953 7.61705 6.14953L7.86033 7.3182C7.94143 7.70776 7.74381 8.11275 7.74381 8.11275L7.38528 8.53794C7.38528 8.53794 7.02217 8.80577 6.62387 8.78845C6.22557 8.77114 5.43527 8.7474 5.43527 8.7474C5.43527 8.7474 5.03697 8.73009 4.78646 9.44201C4.53595 10.1539 4.84804 10.3956 4.84804 10.3956C4.84804 10.3956 5.46774 10.896 5.77983 11.1376C6.09192 11.3793 6.19373 11.8296 6.19373 11.8296L6.20207 12.3921C6.20207 12.3921 6.09618 12.8314 5.79331 13.079C5.49043 13.3266 4.86759 13.8171 4.86759 13.8171C4.86759 13.8171 4.56471 14.0647 4.81769 14.7769C5.08144 15.4828 5.46713 15.4783 5.46713 15.4783C5.46713 15.4783 6.26012 15.4569 6.64582 15.4524C7.03152 15.4479 7.40116 15.7145 7.40116 15.7145L7.76458 16.1447C7.76458 16.1447 7.96976 16.5499 7.89441 16.9425C7.81907 17.3351 7.66208 18.1094 7.66208 18.1094C7.66208 18.1094 7.58674 18.502 8.23785 18.8824C8.88895 19.2629 9.18553 19.0044 9.18553 19.0044C9.18553 19.0044 9.7724 18.4765 10.069 18.218C10.3655 17.9595 10.8115 17.9347 10.8115 17.9347L11.3609 18.0394C11.3609 18.0394 11.77 18.225 11.9608 18.5803C12.1516 18.9356 12.5268 19.6354 12.5268 19.6354C12.5268 19.6354 12.7176 19.9907 13.4583 19.8539C14.1946 19.7343 14.2529 19.337 14.2529 19.337C14.2529 19.337 14.3586 18.5487 14.4232 18.1623C14.4814 17.765 14.8086 17.4598 14.8086 17.4598L15.2939 17.1796C15.2939 17.1796 15.7281 17.0598 16.095 17.1971C16.4682 17.3453 17.1975 17.637 17.1975 17.637C17.1975 17.637 17.5707 17.7851 18.0424 17.2073C18.5142 16.6295 18.3189 16.2913 18.3189 16.2913C18.3189 16.2913 17.9006 15.6164 17.6882 15.2736C17.4759 14.9307 17.5197 14.4836 17.5197 14.4836L17.7038 13.9555C17.7038 13.9555 17.9482 13.5816 18.3203 13.454C18.6925 13.3264 19.4431 13.0822 19.4431 13.0822C19.4431 13.0822 19.8153 12.9546 19.8113 12.2005C19.8074 11.4464 19.4297 11.3153 19.4297 11.3153C19.4297 11.3153 18.6807 11.0641 18.303 10.9331C17.9253 10.802 17.677 10.4217 17.677 10.4217L17.4861 9.8919C17.4861 9.8919 17.4293 9.4447 17.6368 9.1067C17.8443 8.7687 18.2486 8.09891 18.2486 8.09891C18.2486 8.09891 18.4778 7.74844 17.9983 7.16707L17.9983 7.16705ZM9.33902 8.38466L10.6176 10.5992C10.0433 11.149 9.82793 11.9715 10.0567 12.7413L7.86713 14.0054C6.98868 12.0106 7.60355 9.66286 9.33905 8.38457L9.33902 8.38466ZM13.9748 16.414C11.9998 17.2778 9.65918 16.6363 8.37099 14.8783L10.5605 13.6141C11.1128 14.1971 11.9329 14.4219 12.6961 14.1994L13.9748 16.414ZM12.6552 13.132C12.1159 13.4434 11.4325 13.2561 11.1176 12.7107C10.8027 12.1652 10.9822 11.4797 11.5215 11.1684C12.0608 10.857 12.7441 11.0443 13.0591 11.5897C13.374 12.1352 13.1945 12.8207 12.6552 13.132ZM14.8376 15.9158L13.5591 13.7012C14.1333 13.1515 14.3487 12.3289 14.12 11.5591L16.3095 10.295C17.188 12.2898 16.5731 14.6376 14.8376 15.9159L14.8376 15.9158ZM13.6161 10.6863C13.0638 10.1034 12.2437 9.87862 11.4805 10.1011L10.2019 7.88652C12.1769 7.02266 14.5112 7.65314 15.8057 9.42223L13.6161 10.6863Z",
|
|
1086
1086
|
fill: "#003A57"
|
|
1087
1087
|
})));
|
|
@@ -1943,8 +1943,8 @@ const WaffleChart = ({ height, width, data, total, tooltip, }) => {
|
|
|
1943
1943
|
};
|
|
1944
1944
|
|
|
1945
1945
|
var _g$9, _defs$4;
|
|
1946
|
-
function _extends$
|
|
1947
|
-
const SvgSentiment1 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1946
|
+
function _extends$C() { _extends$C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
|
|
1947
|
+
const SvgSentiment1 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$C({
|
|
1948
1948
|
width: 27,
|
|
1949
1949
|
height: 26,
|
|
1950
1950
|
viewBox: "0 0 27 26",
|
|
@@ -1967,8 +1967,8 @@ const SvgSentiment1 = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
1967
1967
|
})))));
|
|
1968
1968
|
|
|
1969
1969
|
var _g$8, _defs$3;
|
|
1970
|
-
function _extends$
|
|
1971
|
-
const SvgSentiment2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1970
|
+
function _extends$B() { _extends$B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
|
|
1971
|
+
const SvgSentiment2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$B({
|
|
1972
1972
|
width: 27,
|
|
1973
1973
|
height: 26,
|
|
1974
1974
|
viewBox: "0 0 27 26",
|
|
@@ -1991,8 +1991,8 @@ const SvgSentiment2 = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
1991
1991
|
})))));
|
|
1992
1992
|
|
|
1993
1993
|
var _g$7, _defs$2;
|
|
1994
|
-
function _extends$
|
|
1995
|
-
const SvgSentiment3 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1994
|
+
function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
|
|
1995
|
+
const SvgSentiment3 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$A({
|
|
1996
1996
|
width: 27,
|
|
1997
1997
|
height: 26,
|
|
1998
1998
|
viewBox: "0 0 27 26",
|
|
@@ -2021,8 +2021,8 @@ const SvgSentiment3 = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
2021
2021
|
})))));
|
|
2022
2022
|
|
|
2023
2023
|
var _g$6, _defs$1;
|
|
2024
|
-
function _extends$
|
|
2025
|
-
const SvgSentiment4 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2024
|
+
function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
|
|
2025
|
+
const SvgSentiment4 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$z({
|
|
2026
2026
|
width: 27,
|
|
2027
2027
|
height: 26,
|
|
2028
2028
|
viewBox: "0 0 27 26",
|
|
@@ -2051,8 +2051,8 @@ const SvgSentiment4 = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
2051
2051
|
})))));
|
|
2052
2052
|
|
|
2053
2053
|
var _g$5, _defs;
|
|
2054
|
-
function _extends$
|
|
2055
|
-
const SvgSentiment5 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2054
|
+
function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
|
|
2055
|
+
const SvgSentiment5 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$y({
|
|
2056
2056
|
width: 26,
|
|
2057
2057
|
height: 26,
|
|
2058
2058
|
viewBox: "0 0 26 26",
|
|
@@ -2671,28 +2671,28 @@ const ChatTitle = styled__default["default"](Title$1) `
|
|
|
2671
2671
|
padding: ${({ theme }) => `${theme.space.sm} ${theme.space.md}`};
|
|
2672
2672
|
`;
|
|
2673
2673
|
|
|
2674
|
-
var _path$
|
|
2675
|
-
function _extends$
|
|
2676
|
-
const SvgBoldFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2674
|
+
var _path$q;
|
|
2675
|
+
function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
|
|
2676
|
+
const SvgBoldFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$x({
|
|
2677
2677
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2678
2678
|
width: 16,
|
|
2679
2679
|
height: 16,
|
|
2680
2680
|
focusable: "false",
|
|
2681
2681
|
viewBox: "0 0 16 16"
|
|
2682
|
-
}, props), _path$
|
|
2682
|
+
}, props), _path$q || (_path$q = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2683
2683
|
fill: "currentColor",
|
|
2684
2684
|
d: "M7.5 0C9.952 0 12 2.048 12 4.5a4.483 4.483 0 01-1.27 3.108C12.078 8.39 13 9.855 13 11.5c0 2.452-2.048 4.5-4.5 4.5H4a1 1 0 01-1-1V1a1 1 0 011-1h3.5zM5 14h3.5c1.348 0 2.5-1.152 2.5-2.5S9.848 9 8.5 9H5v5zM7.5 2H5v5h2.5C8.848 7 10 5.848 10 4.5S8.848 2 7.5 2z"
|
|
2685
2685
|
})));
|
|
2686
2686
|
|
|
2687
|
-
var _path$
|
|
2688
|
-
function _extends$
|
|
2689
|
-
const SvgItalicFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2687
|
+
var _path$p;
|
|
2688
|
+
function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$w.apply(this, arguments); }
|
|
2689
|
+
const SvgItalicFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$w({
|
|
2690
2690
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2691
2691
|
width: 16,
|
|
2692
2692
|
height: 16,
|
|
2693
2693
|
focusable: "false",
|
|
2694
2694
|
viewBox: "0 0 16 16"
|
|
2695
|
-
}, props), _path$
|
|
2695
|
+
}, props), _path$p || (_path$p = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2696
2696
|
fill: "none",
|
|
2697
2697
|
stroke: "currentColor",
|
|
2698
2698
|
strokeLinecap: "round",
|
|
@@ -2700,15 +2700,15 @@ const SvgItalicFill = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
2700
2700
|
d: "M8 1h3M9.5 1l-3 14M5 15h3"
|
|
2701
2701
|
})));
|
|
2702
2702
|
|
|
2703
|
-
var _path$
|
|
2704
|
-
function _extends$
|
|
2705
|
-
const SvgQuoteFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2703
|
+
var _path$o, _path2$6;
|
|
2704
|
+
function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
|
|
2705
|
+
const SvgQuoteFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$v({
|
|
2706
2706
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2707
2707
|
width: 16,
|
|
2708
2708
|
height: 16,
|
|
2709
2709
|
focusable: "false",
|
|
2710
2710
|
viewBox: "0 0 16 16"
|
|
2711
|
-
}, props), _path$
|
|
2711
|
+
}, props), _path$o || (_path$o = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2712
2712
|
fill: "currentColor",
|
|
2713
2713
|
d: "M7 8H4c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1zm6 0h-3c-.55 0-1-.45-1-1V4c0-.55.45-1 1-1h3c.55 0 1 .45 1 1v3c0 .55-.45 1-1 1z"
|
|
2714
2714
|
})), _path2$6 || (_path2$6 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -2720,8 +2720,8 @@ const SvgQuoteFill = props => /*#__PURE__*/React__namespace.createElement("svg",
|
|
|
2720
2720
|
})));
|
|
2721
2721
|
|
|
2722
2722
|
var _g$4;
|
|
2723
|
-
function _extends$
|
|
2724
|
-
const SvgH1Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2723
|
+
function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$u.apply(this, arguments); }
|
|
2724
|
+
const SvgH1Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$u({
|
|
2725
2725
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2726
2726
|
width: 16,
|
|
2727
2727
|
height: 16,
|
|
@@ -2748,8 +2748,8 @@ const SvgH1Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _e
|
|
|
2748
2748
|
}))));
|
|
2749
2749
|
|
|
2750
2750
|
var _g$3;
|
|
2751
|
-
function _extends$
|
|
2752
|
-
const SvgH2Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2751
|
+
function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$t.apply(this, arguments); }
|
|
2752
|
+
const SvgH2Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$t({
|
|
2753
2753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2754
2754
|
width: 16,
|
|
2755
2755
|
height: 16,
|
|
@@ -2776,8 +2776,8 @@ const SvgH2Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _e
|
|
|
2776
2776
|
}))));
|
|
2777
2777
|
|
|
2778
2778
|
var _g$2;
|
|
2779
|
-
function _extends$
|
|
2780
|
-
const SvgH3Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2779
|
+
function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
|
|
2780
|
+
const SvgH3Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$s({
|
|
2781
2781
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2782
2782
|
width: 16,
|
|
2783
2783
|
height: 16,
|
|
@@ -2850,15 +2850,15 @@ const Tooltip = styled__default["default"](TooltipComponent) `
|
|
|
2850
2850
|
box-shadow: ${({ theme }) => theme.shadows.lg(`${theme.space.base * 3}px`, `${theme.space.base * 5}px`, getColor("neutralHue", 600, theme, 0.15))};
|
|
2851
2851
|
`;
|
|
2852
2852
|
|
|
2853
|
-
var _path$
|
|
2854
|
-
function _extends$
|
|
2855
|
-
const SvgAtFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2853
|
+
var _path$n;
|
|
2854
|
+
function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
|
|
2855
|
+
const SvgAtFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$r({
|
|
2856
2856
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2857
2857
|
width: 16,
|
|
2858
2858
|
height: 16,
|
|
2859
2859
|
focusable: "false",
|
|
2860
2860
|
viewBox: "0 0 16 16"
|
|
2861
|
-
}, props), _path$
|
|
2861
|
+
}, props), _path$n || (_path$n = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2862
2862
|
fill: "none",
|
|
2863
2863
|
stroke: "currentColor",
|
|
2864
2864
|
strokeLinecap: "round",
|
|
@@ -3272,8 +3272,8 @@ const UgClose$1 = styled__default["default"](reactNotifications.Close) `
|
|
|
3272
3272
|
const Close = (props) => jsxRuntime.jsx(UgClose$1, Object.assign({}, props));
|
|
3273
3273
|
|
|
3274
3274
|
var _circle;
|
|
3275
|
-
function _extends$
|
|
3276
|
-
const SvgCircleFullFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
3275
|
+
function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
|
|
3276
|
+
const SvgCircleFullFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$q({
|
|
3277
3277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3278
3278
|
width: 16,
|
|
3279
3279
|
height: 16,
|
|
@@ -3700,8 +3700,8 @@ const Hint = styled__default["default"](reactForms.Hint) ``;
|
|
|
3700
3700
|
const Input = React.forwardRef((props, ref) => jsxRuntime.jsx(UgInput, Object.assign({ ref: ref }, props)));
|
|
3701
3701
|
|
|
3702
3702
|
var _g$1;
|
|
3703
|
-
function _extends$
|
|
3704
|
-
const SvgNotesStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
3703
|
+
function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
|
|
3704
|
+
const SvgNotesStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$p({
|
|
3705
3705
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3706
3706
|
width: 16,
|
|
3707
3707
|
height: 16,
|
|
@@ -3819,15 +3819,15 @@ const UgRadio = styled__default["default"](reactForms.Radio) ``;
|
|
|
3819
3819
|
**/
|
|
3820
3820
|
const Radio = (props) => jsxRuntime.jsx(UgRadio, Object.assign({}, props));
|
|
3821
3821
|
|
|
3822
|
-
var _path$
|
|
3823
|
-
function _extends$
|
|
3824
|
-
const SvgCheckLg = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
3822
|
+
var _path$m;
|
|
3823
|
+
function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
|
|
3824
|
+
const SvgCheckLg = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$o({
|
|
3825
3825
|
width: 16,
|
|
3826
3826
|
height: 16,
|
|
3827
3827
|
viewBox: "0 0 16 16",
|
|
3828
3828
|
fill: "#68737D",
|
|
3829
3829
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3830
|
-
}, props), _path$
|
|
3830
|
+
}, props), _path$m || (_path$m = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3831
3831
|
fillRule: "evenodd",
|
|
3832
3832
|
clipRule: "evenodd",
|
|
3833
3833
|
d: "M14.6464 2.64645C14.8417 2.45118 15.1583 2.45118 15.3536 2.64645C15.5488 2.84171 15.5488 3.15829 15.3536 3.35355L5.35355 13.3536C5.15829 13.5488 4.84171 13.5488 4.64645 13.3536L0.646447 9.35355C0.451184 9.15829 0.451184 8.84171 0.646447 8.64645C0.841709 8.45118 1.15829 8.45118 1.35355 8.64645L5 12.2929L14.6464 2.64645Z"
|
|
@@ -3933,7 +3933,7 @@ Modal.Header = reactModals.Header;
|
|
|
3933
3933
|
Modal.Body = UgModalBody;
|
|
3934
3934
|
Modal.Footer = reactModals.Footer;
|
|
3935
3935
|
|
|
3936
|
-
const StyledBody$
|
|
3936
|
+
const StyledBody$6 = styled__default["default"].div `
|
|
3937
3937
|
display: flex;
|
|
3938
3938
|
flex-grow: 1;
|
|
3939
3939
|
flex-wrap: nowrap;
|
|
@@ -3956,7 +3956,7 @@ const Details = styled__default["default"].div `
|
|
|
3956
3956
|
padding: ${({ theme }) => theme.space.md};
|
|
3957
3957
|
overflow: auto;
|
|
3958
3958
|
`;
|
|
3959
|
-
const ModalBody = StyledBody$
|
|
3959
|
+
const ModalBody = StyledBody$6;
|
|
3960
3960
|
ModalBody.Main = MainContent;
|
|
3961
3961
|
ModalBody.Details = Details;
|
|
3962
3962
|
|
|
@@ -4014,15 +4014,15 @@ const Spinner = (props) => jsxRuntime.jsx(UgSpinner, Object.assign({}, props));
|
|
|
4014
4014
|
*/
|
|
4015
4015
|
const Dots = (props) => jsxRuntime.jsx(reactLoaders.Dots, Object.assign({}, props));
|
|
4016
4016
|
|
|
4017
|
-
var _path$
|
|
4018
|
-
function _extends$
|
|
4019
|
-
const SvgChevronLeftStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4017
|
+
var _path$l;
|
|
4018
|
+
function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
|
|
4019
|
+
const SvgChevronLeftStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$n({
|
|
4020
4020
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4021
4021
|
width: 16,
|
|
4022
4022
|
height: 16,
|
|
4023
4023
|
focusable: "false",
|
|
4024
4024
|
viewBox: "0 0 16 16"
|
|
4025
|
-
}, props), _path$
|
|
4025
|
+
}, props), _path$l || (_path$l = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4026
4026
|
fill: "currentColor",
|
|
4027
4027
|
d: "M10.39 12.688a.5.5 0 01-.718.69l-.062-.066-4-5a.5.5 0 01-.054-.542l.054-.082 4-5a.5.5 0 01.83.55l-.05.074L6.641 8l3.75 4.688z"
|
|
4028
4028
|
})));
|
|
@@ -4113,15 +4113,15 @@ const Logo = (props) => {
|
|
|
4113
4113
|
}[props.type] })));
|
|
4114
4114
|
};
|
|
4115
4115
|
|
|
4116
|
-
var _path$
|
|
4117
|
-
function _extends$
|
|
4118
|
-
const SvgPlus = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4116
|
+
var _path$k;
|
|
4117
|
+
function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
|
|
4118
|
+
const SvgPlus = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$m({
|
|
4119
4119
|
width: 16,
|
|
4120
4120
|
height: 16,
|
|
4121
4121
|
viewBox: "0 0 16 16",
|
|
4122
4122
|
fill: "none",
|
|
4123
4123
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4124
|
-
}, props), _path$
|
|
4124
|
+
}, props), _path$k || (_path$k = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4125
4125
|
fillRule: "evenodd",
|
|
4126
4126
|
clipRule: "evenodd",
|
|
4127
4127
|
d: "M7.5 2C7.22386 2 7 2.22386 7 2.5V8H1.5C1.22386 8 1 8.22386 1 8.5C1 8.77614 1.22386 9 1.5 9H7V14.5C7 14.7761 7.22386 15 7.5 15C7.77614 15 8 14.7761 8 14.5V9H13.5C13.7761 9 14 8.77614 14 8.5C14 8.22386 13.7761 8 13.5 8H8V2.5C8 2.22386 7.77614 2 7.5 2Z",
|
|
@@ -4199,7 +4199,7 @@ const StyledHeader = styled__default["default"](Modal.Header) `
|
|
|
4199
4199
|
padding: ${({ theme }) => theme.space.md};
|
|
4200
4200
|
}
|
|
4201
4201
|
`;
|
|
4202
|
-
const StyledBody$
|
|
4202
|
+
const StyledBody$5 = styled__default["default"](Modal.Body) `
|
|
4203
4203
|
background-color: ${({ theme }) => theme.palette.grey["100"]};
|
|
4204
4204
|
padding: ${({ theme }) => `${theme.space.md} ${theme.space.base * 6}px`};
|
|
4205
4205
|
|
|
@@ -4218,7 +4218,7 @@ const StyledModalClose = styled__default["default"](reactModals.Close) `
|
|
|
4218
4218
|
`;
|
|
4219
4219
|
const ModalFullScreen = (props) => jsxRuntime.jsx(StyledModal$1, Object.assign({}, props));
|
|
4220
4220
|
ModalFullScreen.Header = StyledHeader;
|
|
4221
|
-
ModalFullScreen.Body = StyledBody$
|
|
4221
|
+
ModalFullScreen.Body = StyledBody$5;
|
|
4222
4222
|
ModalFullScreen.Footer = StyledFooter$1;
|
|
4223
4223
|
ModalFullScreen.Close = StyledModalClose;
|
|
4224
4224
|
ModalFullScreen.FooterItem = FooterItem;
|
|
@@ -4252,15 +4252,15 @@ const HeaderItemText = (props) => jsxRuntime.jsx(UgHeaderItemText, Object.assign
|
|
|
4252
4252
|
|
|
4253
4253
|
const HeaderItemIcon = (props) => (jsxRuntime.jsx(reactChrome.HeaderItemIcon, Object.assign({}, props)));
|
|
4254
4254
|
|
|
4255
|
-
var _path$
|
|
4256
|
-
function _extends$
|
|
4257
|
-
const SvgMenuStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4255
|
+
var _path$j;
|
|
4256
|
+
function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
|
|
4257
|
+
const SvgMenuStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$l({
|
|
4258
4258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4259
4259
|
width: 16,
|
|
4260
4260
|
height: 16,
|
|
4261
4261
|
focusable: "false",
|
|
4262
4262
|
viewBox: "0 0 16 16"
|
|
4263
|
-
}, props), _path$
|
|
4263
|
+
}, props), _path$j || (_path$j = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4264
4264
|
fill: "none",
|
|
4265
4265
|
stroke: "currentColor",
|
|
4266
4266
|
strokeLinecap: "round",
|
|
@@ -4342,15 +4342,15 @@ Header.HeaderItem = HeaderItem;
|
|
|
4342
4342
|
Header.HeaderItemText = HeaderItemText;
|
|
4343
4343
|
Header.HeaderItemIcon = HeaderItemIcon;
|
|
4344
4344
|
|
|
4345
|
-
var _path$
|
|
4346
|
-
function _extends$
|
|
4347
|
-
const SvgChevronDownStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4345
|
+
var _path$i;
|
|
4346
|
+
function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
|
|
4347
|
+
const SvgChevronDownStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$k({
|
|
4348
4348
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4349
4349
|
width: 16,
|
|
4350
4350
|
height: 16,
|
|
4351
4351
|
focusable: "false",
|
|
4352
4352
|
viewBox: "0 0 16 16"
|
|
4353
|
-
}, props), _path$
|
|
4353
|
+
}, props), _path$i || (_path$i = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4354
4354
|
fill: "currentColor",
|
|
4355
4355
|
d: "M12.688 5.61a.5.5 0 01.69.718l-.066.062-5 4a.5.5 0 01-.542.054l-.082-.054-5-4a.5.5 0 01.55-.83l.074.05L8 9.359l4.688-3.75z"
|
|
4356
4356
|
})));
|
|
@@ -4430,15 +4430,15 @@ const NavItemIcon = (props) => jsxRuntime.jsx(UgNavIcon, Object.assign({}, props
|
|
|
4430
4430
|
|
|
4431
4431
|
const NavItemText = (props) => (jsxRuntime.jsx(reactChrome.NavItemText, Object.assign({}, props, { children: jsxRuntime.jsx(Ellipsis, Object.assign({ style: { width: "158px" } }, { children: props.children })) })));
|
|
4432
4432
|
|
|
4433
|
-
var _path$
|
|
4434
|
-
function _extends$
|
|
4435
|
-
const SvgChevronRightStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4433
|
+
var _path$h;
|
|
4434
|
+
function _extends$j() { _extends$j = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$j.apply(this, arguments); }
|
|
4435
|
+
const SvgChevronRightStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$j({
|
|
4436
4436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4437
4437
|
width: 16,
|
|
4438
4438
|
height: 16,
|
|
4439
4439
|
focusable: "false",
|
|
4440
4440
|
viewBox: "0 0 16 16"
|
|
4441
|
-
}, props), _path$
|
|
4441
|
+
}, props), _path$h || (_path$h = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4442
4442
|
fill: "currentColor",
|
|
4443
4443
|
d: "M5.61 3.312a.5.5 0 01.718-.69l.062.066 4 5a.5.5 0 01.054.542l-.054.082-4 5a.5.5 0 01-.83-.55l.05-.074L9.359 8l-3.75-4.688z"
|
|
4444
4444
|
})));
|
|
@@ -4748,22 +4748,22 @@ const PlayerTooltip = (_a) => {
|
|
|
4748
4748
|
return (jsxRuntime.jsx(Wrapper, Object.assign({}, props, { children: jsxRuntime.jsx(Content, { children: children }) })));
|
|
4749
4749
|
};
|
|
4750
4750
|
|
|
4751
|
-
var _path$
|
|
4752
|
-
function _extends$
|
|
4753
|
-
const SvgPlayFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4751
|
+
var _path$g;
|
|
4752
|
+
function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
|
|
4753
|
+
const SvgPlayFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$i({
|
|
4754
4754
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4755
4755
|
width: 16,
|
|
4756
4756
|
height: 16,
|
|
4757
4757
|
focusable: "false",
|
|
4758
4758
|
viewBox: "0 0 16 16"
|
|
4759
|
-
}, props), _path$
|
|
4759
|
+
}, props), _path$g || (_path$g = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4760
4760
|
fill: "currentColor",
|
|
4761
4761
|
d: "M6 15.79c-.13 0-.26-.03-.38-.08a.977.977 0 01-.62-.92V1.21a1 1 0 01.62-.93C6 .12 6.42.21 6.71.5l6.44 6.44c.58.58.58 1.54 0 2.12L6.71 15.5c-.19.19-.45.29-.71.29z"
|
|
4762
4762
|
})));
|
|
4763
4763
|
|
|
4764
4764
|
var _g;
|
|
4765
|
-
function _extends$
|
|
4766
|
-
const SvgPauseFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4765
|
+
function _extends$h() { _extends$h = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$h.apply(this, arguments); }
|
|
4766
|
+
const SvgPauseFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$h({
|
|
4767
4767
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4768
4768
|
width: 16,
|
|
4769
4769
|
height: 16,
|
|
@@ -4787,15 +4787,15 @@ const SvgPauseFill = props => /*#__PURE__*/React__namespace.createElement("svg",
|
|
|
4787
4787
|
ry: 1
|
|
4788
4788
|
}))));
|
|
4789
4789
|
|
|
4790
|
-
var _path$
|
|
4791
|
-
function _extends$
|
|
4792
|
-
const SvgForwardSecondsFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4790
|
+
var _path$f, _path2$5, _path3$1;
|
|
4791
|
+
function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
4792
|
+
const SvgForwardSecondsFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$g({
|
|
4793
4793
|
width: 16,
|
|
4794
4794
|
height: 16,
|
|
4795
4795
|
viewBox: "0 0 16 16",
|
|
4796
4796
|
fill: "none",
|
|
4797
4797
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4798
|
-
}, props), _path$
|
|
4798
|
+
}, props), _path$f || (_path$f = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4799
4799
|
fillRule: "evenodd",
|
|
4800
4800
|
clipRule: "evenodd",
|
|
4801
4801
|
d: "M11.659 3.5C10.7411 2.85974 9.65081 2.5 8.5 2.5C5.45228 2.5 3 4.95228 3 8C3 11.0477 5.45228 13.5 8.5 13.5C10.2023 13.5 11.7457 12.7171 12.8191 11.3753C13.1641 10.944 13.7934 10.8741 14.2247 11.2191C14.656 11.5641 14.7259 12.1934 14.3809 12.6247C12.9372 14.4292 10.8263 15.5 8.5 15.5C4.34772 15.5 1 12.1523 1 8C1 3.84772 4.34772 0.5 8.5 0.5C10.1564 0.5 11.7168 1.04496 13 2.00147V1C13 0.447715 13.4477 0 14 0C14.5523 0 15 0.447715 15 1V4C15 4.85228 14.3523 5.5 13.5 5.5H10.5C9.94771 5.5 9.5 5.05228 9.5 4.5C9.5 3.94772 9.94771 3.5 10.5 3.5H11.659Z",
|
|
@@ -4808,15 +4808,15 @@ const SvgForwardSecondsFill = props => /*#__PURE__*/React__namespace.createEleme
|
|
|
4808
4808
|
fill: "currentColor"
|
|
4809
4809
|
})));
|
|
4810
4810
|
|
|
4811
|
-
var _path$
|
|
4812
|
-
function _extends$
|
|
4813
|
-
const SvgBackSecondsFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4811
|
+
var _path$e, _path2$4, _path3;
|
|
4812
|
+
function _extends$f() { _extends$f = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$f.apply(this, arguments); }
|
|
4813
|
+
const SvgBackSecondsFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$f({
|
|
4814
4814
|
width: 16,
|
|
4815
4815
|
height: 16,
|
|
4816
4816
|
viewBox: "0 0 16 16",
|
|
4817
4817
|
fill: "none",
|
|
4818
4818
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4819
|
-
}, props), _path$
|
|
4819
|
+
}, props), _path$e || (_path$e = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4820
4820
|
fillRule: "evenodd",
|
|
4821
4821
|
clipRule: "evenodd",
|
|
4822
4822
|
d: "M4.34099 3.5C5.25886 2.85974 6.34919 2.5 7.5 2.5C10.5477 2.5 13 4.95228 13 8C13 11.0477 10.5477 13.5 7.5 13.5C5.79771 13.5 4.25432 12.7171 3.18087 11.3753C2.83586 10.944 2.20657 10.8741 1.7753 11.2191C1.34404 11.5641 1.27412 12.1934 1.61913 12.6247C3.06275 14.4292 5.17372 15.5 7.5 15.5C11.6523 15.5 15 12.1523 15 8C15 3.84772 11.6523 0.5 7.5 0.5C5.84359 0.5 4.28318 1.04496 3 2.00147V1C3 0.447715 2.55229 0 2 0C1.44771 0 1 0.447715 1 1V4C1 4.85228 1.64772 5.5 2.5 5.5H5.5C6.05229 5.5 6.5 5.05228 6.5 4.5C6.5 3.94772 6.05229 3.5 5.5 3.5H4.34099Z",
|
|
@@ -4829,15 +4829,15 @@ const SvgBackSecondsFill = props => /*#__PURE__*/React__namespace.createElement(
|
|
|
4829
4829
|
fill: "currentColor"
|
|
4830
4830
|
})));
|
|
4831
4831
|
|
|
4832
|
-
var _path$
|
|
4833
|
-
function _extends$
|
|
4834
|
-
const SvgPreviousFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4832
|
+
var _path$d, _path2$3;
|
|
4833
|
+
function _extends$e() { _extends$e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$e.apply(this, arguments); }
|
|
4834
|
+
const SvgPreviousFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$e({
|
|
4835
4835
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4836
4836
|
width: 16,
|
|
4837
4837
|
height: 16,
|
|
4838
4838
|
focusable: "false",
|
|
4839
4839
|
viewBox: "0 0 24 24"
|
|
4840
|
-
}, props), _path$
|
|
4840
|
+
}, props), _path$d || (_path$d = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4841
4841
|
d: "M2.75 20C2.75 20.5523 3.19772 21 3.75 21C4.30228 21 4.75 20.5523 4.75 20L4.75 4C4.75 3.44772 4.30229 3 3.75 3C3.19772 3 2.75 3.44772 2.75 4V20Z",
|
|
4842
4842
|
fill: "currentColor"
|
|
4843
4843
|
})), _path2$3 || (_path2$3 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -4928,15 +4928,15 @@ const StyledDiv$3 = styled__default["default"].div `
|
|
|
4928
4928
|
`;
|
|
4929
4929
|
const TimeLabel = ({ current, duration, }) => (jsxRuntime.jsx(StyledDiv$3, { children: jsxRuntime.jsxs(SM, Object.assign({ tag: "span" }, { children: [current, "/", duration] })) }));
|
|
4930
4930
|
|
|
4931
|
-
var _path$
|
|
4932
|
-
function _extends$
|
|
4933
|
-
const SvgVolumeMutedFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4931
|
+
var _path$c, _path2$2;
|
|
4932
|
+
function _extends$d() { _extends$d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
|
|
4933
|
+
const SvgVolumeMutedFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$d({
|
|
4934
4934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4935
4935
|
width: 16,
|
|
4936
4936
|
height: 16,
|
|
4937
4937
|
focusable: "false",
|
|
4938
4938
|
viewBox: "0 0 16 16"
|
|
4939
|
-
}, props), _path$
|
|
4939
|
+
}, props), _path$c || (_path$c = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4940
4940
|
stroke: "currentColor",
|
|
4941
4941
|
strokeLinecap: "round",
|
|
4942
4942
|
d: "M11.5 10l4-4m-4 0l4 4"
|
|
@@ -4945,15 +4945,15 @@ const SvgVolumeMutedFill = props => /*#__PURE__*/React__namespace.createElement(
|
|
|
4945
4945
|
d: "M9 15.29c-.26 0-.51-.1-.71-.29l-4-4H1c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h3.29l4-4a1.002 1.002 0 011.71.71V14.3a.986.986 0 01-1 .99z"
|
|
4946
4946
|
})));
|
|
4947
4947
|
|
|
4948
|
-
var _path$
|
|
4949
|
-
function _extends$
|
|
4950
|
-
const SvgVolumeUnmutedFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4948
|
+
var _path$b, _path2$1;
|
|
4949
|
+
function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
|
|
4950
|
+
const SvgVolumeUnmutedFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$c({
|
|
4951
4951
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4952
4952
|
width: 16,
|
|
4953
4953
|
height: 16,
|
|
4954
4954
|
focusable: "false",
|
|
4955
4955
|
viewBox: "0 0 16 16"
|
|
4956
|
-
}, props), _path$
|
|
4956
|
+
}, props), _path$b || (_path$b = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4957
4957
|
fill: "currentColor",
|
|
4958
4958
|
d: "M9 15.29c-.26 0-.51-.1-.71-.29l-4-4H1c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h3.29l4-4a1.002 1.002 0 011.71.71V14.3a.986.986 0 01-1 .99z"
|
|
4959
4959
|
})), _path2$1 || (_path2$1 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -4997,30 +4997,30 @@ const AudioButton = () => {
|
|
|
4997
4997
|
} }, { children: isMuted || !hasAudio ? jsxRuntime.jsx(SvgVolumeMutedFill, {}) : jsxRuntime.jsx(SvgVolumeUnmutedFill, {}) })));
|
|
4998
4998
|
};
|
|
4999
4999
|
|
|
5000
|
-
var _path$
|
|
5001
|
-
function _extends$
|
|
5002
|
-
const SvgMaximizeStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
5000
|
+
var _path$a;
|
|
5001
|
+
function _extends$b() { _extends$b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$b.apply(this, arguments); }
|
|
5002
|
+
const SvgMaximizeStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$b({
|
|
5003
5003
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5004
5004
|
width: 16,
|
|
5005
5005
|
height: 16,
|
|
5006
5006
|
focusable: "false",
|
|
5007
5007
|
viewBox: "0 0 16 16"
|
|
5008
|
-
}, props), _path$
|
|
5008
|
+
}, props), _path$a || (_path$a = /*#__PURE__*/React__namespace.createElement("path", {
|
|
5009
5009
|
fill: "none",
|
|
5010
5010
|
stroke: "currentColor",
|
|
5011
5011
|
strokeLinecap: "round",
|
|
5012
5012
|
d: "M4.5.5H1C.72.5.5.72.5 1v3.5m15 0V1c0-.28-.22-.5-.5-.5h-3.5m-11 11V15c0 .28.22.5.5.5h3.5m11-4V15c0 .28-.22.5-.5.5h-3.5m-7-11L1 1m10.5 3.5L15 1M4.5 11.5L1 15m10.5-3.5L15 15"
|
|
5013
5013
|
})));
|
|
5014
5014
|
|
|
5015
|
-
var _path$
|
|
5016
|
-
function _extends$
|
|
5017
|
-
const SvgMinimizeStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
5015
|
+
var _path$9;
|
|
5016
|
+
function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
|
|
5017
|
+
const SvgMinimizeStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$a({
|
|
5018
5018
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5019
5019
|
width: 16,
|
|
5020
5020
|
height: 16,
|
|
5021
5021
|
focusable: "false",
|
|
5022
5022
|
viewBox: "0 0 16 16"
|
|
5023
|
-
}, props), _path$
|
|
5023
|
+
}, props), _path$9 || (_path$9 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
5024
5024
|
fill: "none",
|
|
5025
5025
|
stroke: "currentColor",
|
|
5026
5026
|
strokeLinecap: "round",
|
|
@@ -5182,15 +5182,15 @@ const Controls = ({ container, }) => {
|
|
|
5182
5182
|
return (jsxRuntime.jsxs(ControlsWrapper, Object.assign({ isPlaying: context.isPlaying }, { children: [jsxRuntime.jsxs(ProgressContainer, Object.assign({ onMouseEnter: onMouseEvent, onMouseMove: onMouseEvent, onMouseLeave: onMouseEvent }, { children: [jsxRuntime.jsx(StyledTooltip, Object.assign({ style: { marginLeft: `${tooltipMargin}px` } }, { children: tooltipLabel })), jsxRuntime.jsx(TimeLabel, { current: formatDuration(relCurrentTime), duration: formatDuration(duration) }), jsxRuntime.jsx(StyledProgress, { ref: progressRef, value: progress, onClick: (e) => handleSkipAhead(e.clientX) })] })), jsxRuntime.jsxs(ControlsBar, { children: [jsxRuntime.jsx(StyledDiv$2, { children: jsxRuntime.jsx(AudioButton, {}) }), jsxRuntime.jsx(ControlsGroupCenter, {}), jsxRuntime.jsx(StyledDiv$2, { children: jsxRuntime.jsx(FullScreenButton, { container: container }) })] })] })));
|
|
5183
5183
|
};
|
|
5184
5184
|
|
|
5185
|
-
var _path$
|
|
5186
|
-
function _extends$
|
|
5187
|
-
const SvgPlayIcon = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
5185
|
+
var _path$8;
|
|
5186
|
+
function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
|
|
5187
|
+
const SvgPlayIcon = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$9({
|
|
5188
5188
|
width: 70,
|
|
5189
5189
|
height: 70,
|
|
5190
5190
|
viewBox: "0 0 70 70",
|
|
5191
5191
|
fill: "none",
|
|
5192
5192
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5193
|
-
}, props), _path$
|
|
5193
|
+
}, props), _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
5194
5194
|
d: "M60 35L17 62L17 8L60 35Z",
|
|
5195
5195
|
fill: "#003A57"
|
|
5196
5196
|
})));
|
|
@@ -5325,15 +5325,15 @@ const PlayerCore = React.forwardRef((props, forwardRef) => {
|
|
|
5325
5325
|
return (jsxRuntime.jsxs(Container, Object.assign({ isLoaded: isLoaded, isPlaying: context.isPlaying, ref: containerRef }, { children: [!isLoaded ? (jsxRuntime.jsx(VideoSpinner, {})) : (jsxRuntime.jsx(FloatingControls, { isPlaying: context.isPlaying, onClick: togglePlay })), jsxRuntime.jsx(Video__default["default"].Player, { className: "player-container" }), jsxRuntime.jsx(Controls, { container: containerRef.current })] })));
|
|
5326
5326
|
});
|
|
5327
5327
|
|
|
5328
|
-
var _path$
|
|
5329
|
-
function _extends$
|
|
5330
|
-
const SvgExit = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
5328
|
+
var _path$7, _path2;
|
|
5329
|
+
function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
|
|
5330
|
+
const SvgExit = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$8({
|
|
5331
5331
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5332
5332
|
width: 16,
|
|
5333
5333
|
height: 16,
|
|
5334
5334
|
focusable: "false",
|
|
5335
5335
|
viewBox: "0 0 16 16"
|
|
5336
|
-
}, props), _path$
|
|
5336
|
+
}, props), _path$7 || (_path$7 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
5337
5337
|
fill: "currentColor",
|
|
5338
5338
|
d: "M3 15.93c-.23 0-.45-.08-.64-.23l-2-1.67a.987.987 0 01-.36-.76V2.73c0-.3.13-.58.36-.77l2-1.67c.3-.24.71-.29 1.06-.13a1 1 0 01.58.91v13.87a1 1 0 01-.58.91c-.13.05-.28.08-.42.08zM12 11V5c0-.45.54-.67.85-.35L15.5 7.3c.39.39.39 1.02 0 1.41l-2.65 2.65A.5.5 0 0112 11z"
|
|
5339
5339
|
})), _path2 || (_path2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -5343,24 +5343,24 @@ const SvgExit = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
|
|
|
5343
5343
|
d: "M3.5 2.5H9c.28 0 .5.22.5.5v2.5m-6 8H9c.28 0 .5-.22.5-.5v-2.5M15 8H7"
|
|
5344
5344
|
})));
|
|
5345
5345
|
|
|
5346
|
-
var _path$
|
|
5347
|
-
function _extends$
|
|
5348
|
-
const SvgThumbsUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
5346
|
+
var _path$6;
|
|
5347
|
+
function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
|
|
5348
|
+
const SvgThumbsUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$7({
|
|
5349
5349
|
width: 16,
|
|
5350
5350
|
height: 16,
|
|
5351
5351
|
viewBox: "0 0 16 16",
|
|
5352
5352
|
fill: "none",
|
|
5353
5353
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5354
|
-
}, props), _path$
|
|
5354
|
+
}, props), _path$6 || (_path$6 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
5355
5355
|
fillRule: "evenodd",
|
|
5356
5356
|
clipRule: "evenodd",
|
|
5357
5357
|
d: "M13.5 15C14.2828 15 14.8192 11.8284 15 7.5C15 7.22386 14.7761 7 14.5 7H9.5C9.22386 7 9 6.77614 9 6.5V2C9 1.44772 8.55229 1 8 1C7.44772 1 7 1.44772 7 2C7 4.97341 6.19918 6.46065 5.02719 6.8454C5.01015 6.85409 4.99957 6.87174 5 6.9L4.99891 15C4.99927 15 13.5 15 13.5 15ZM10 6H14.5C15.3284 6 16 6.67157 15.9996 7.52082C15.7692 13.0486 15.2701 16 13.5 16L5.03301 15.9989C4.75408 16.0174 4.48075 15.9146 4.28308 15.7169C4.08542 15.5193 3.98264 15.2459 4 15L4.00008 6.90914C3.99274 6.50762 4.21507 6.13707 4.64189 5.92566C5.41645 5.66747 6 4.58373 6 2C6 0.89543 6.89543 0 8 0C9.10457 0 10 0.89543 10 2V6ZM1 7V15H2V7H1ZM1 6H2C2.55228 6 3 6.44772 3 7V15C3 15.5523 2.55228 16 2 16H1C0.447715 16 0 15.5523 0 15V7C0 6.44772 0.447715 6 1 6Z",
|
|
5358
5358
|
fill: "#68737D"
|
|
5359
5359
|
})));
|
|
5360
5360
|
|
|
5361
|
-
var _rect, _path$
|
|
5362
|
-
function _extends$
|
|
5363
|
-
const SvgLockLockedFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
5361
|
+
var _rect, _path$5;
|
|
5362
|
+
function _extends$6() { _extends$6 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
|
|
5363
|
+
const SvgLockLockedFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$6({
|
|
5364
5364
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5365
5365
|
width: 16,
|
|
5366
5366
|
height: 16,
|
|
@@ -5374,7 +5374,7 @@ const SvgLockLockedFill = props => /*#__PURE__*/React__namespace.createElement("
|
|
|
5374
5374
|
fill: "currentColor",
|
|
5375
5375
|
rx: 1,
|
|
5376
5376
|
ry: 1
|
|
5377
|
-
})), _path$
|
|
5377
|
+
})), _path$5 || (_path$5 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
5378
5378
|
fill: "none",
|
|
5379
5379
|
stroke: "currentColor",
|
|
5380
5380
|
d: "M4.5 7.5V4a3.5 3.5 0 017 0v3.5"
|
|
@@ -5464,7 +5464,7 @@ const StyledItem = styled__default["default"].li `
|
|
|
5464
5464
|
left: ${(props) => props.theme.rtl ? `${props.theme.space.base * 3}px` : "auto"};
|
|
5465
5465
|
}
|
|
5466
5466
|
`;
|
|
5467
|
-
const StyledBody$
|
|
5467
|
+
const StyledBody$4 = styled__default["default"].li `
|
|
5468
5468
|
display: flex;
|
|
5469
5469
|
flex-direction: column;
|
|
5470
5470
|
height: 100%;
|
|
@@ -5482,47 +5482,47 @@ const MenuItem = (_a) => {
|
|
|
5482
5482
|
const isVisible = isActive || selectedItem === "";
|
|
5483
5483
|
if (!isVisible)
|
|
5484
5484
|
return jsxRuntime.jsx(jsxRuntime.Fragment, {});
|
|
5485
|
-
return isActive && content ? (jsxRuntime.jsx(StyledBody$
|
|
5485
|
+
return isActive && content ? (jsxRuntime.jsx(StyledBody$4, { children: content }, props.value)) : (jsxRuntime.jsxs(StyledItem, Object.assign({}, props, { onClick: () => props.setActive(props.value) }, { children: [props.icon && jsxRuntime.jsx(IconContainer, { children: props.icon }), children, content && jsxRuntime.jsx(MenuItemIcon, {})] }), props.value));
|
|
5486
5486
|
};
|
|
5487
5487
|
|
|
5488
|
-
var _path$
|
|
5489
|
-
function _extends$
|
|
5490
|
-
const SvgQuestionMark = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
5488
|
+
var _path$4;
|
|
5489
|
+
function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5.apply(this, arguments); }
|
|
5490
|
+
const SvgQuestionMark = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$5({
|
|
5491
5491
|
width: 16,
|
|
5492
5492
|
height: 16,
|
|
5493
5493
|
viewBox: "0 0 16 16",
|
|
5494
5494
|
fill: "currentColor",
|
|
5495
5495
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5496
|
-
}, props), _path$
|
|
5496
|
+
}, props), _path$4 || (_path$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
5497
5497
|
fillRule: "evenodd",
|
|
5498
5498
|
clipRule: "evenodd",
|
|
5499
5499
|
d: "M7.99997 11.5C8.55226 11.5 8.99997 11.0523 8.99997 10.5V9.4C8.99997 8.83787 9.33361 8.32072 9.92997 7.948C11.3791 7.15957 12.2479 5.53522 11.9883 3.84794C11.7161 2.21413 10.3858 0.883851 8.76437 0.613605C6.74482 0.234732 4.81137 1.36258 4.24419 3.20591C4.08177 3.73378 4.37802 4.29336 4.90589 4.45578C5.43375 4.6182 5.99333 4.32195 6.15575 3.79409C6.41982 2.93586 7.36323 2.38554 8.41568 2.58287C9.2141 2.71615 9.88382 3.38587 10.0136 4.1644C10.139 4.98036 9.70294 5.79565 8.92112 6.2221C7.72579 6.96712 6.99997 8.09213 6.99997 9.4V10.5C6.99997 11.0523 7.44769 11.5 7.99997 11.5ZM7.99997 15.5C8.8284 15.5 9.49997 14.8284 9.49997 14C9.49997 13.1716 8.8284 12.5 7.99997 12.5C7.17155 12.5 6.49997 13.1716 6.49997 14C6.49997 14.8284 7.17155 15.5 7.99997 15.5Z"
|
|
5500
5500
|
})));
|
|
5501
5501
|
|
|
5502
|
-
var _path$
|
|
5503
|
-
function _extends$
|
|
5504
|
-
const SvgCopy = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
5502
|
+
var _path$3;
|
|
5503
|
+
function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
|
|
5504
|
+
const SvgCopy = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$4({
|
|
5505
5505
|
width: 12,
|
|
5506
5506
|
height: 16,
|
|
5507
5507
|
viewBox: "0 0 12 16",
|
|
5508
5508
|
fill: "none",
|
|
5509
5509
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5510
|
-
}, props), _path$
|
|
5510
|
+
}, props), _path$3 || (_path$3 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
5511
5511
|
fillRule: "evenodd",
|
|
5512
5512
|
clipRule: "evenodd",
|
|
5513
5513
|
d: "M2.625 10C2.83211 10 3 10.2239 3 10.5C3 10.7761 2.83211 11 2.625 11H0.75C0.335786 11 0 10.5523 0 10V1C0 0.447715 0.335786 0 0.75 0H7.5C7.91421 0 8.25 0.447715 8.25 1V3.5C8.25 3.77614 8.08211 4 7.875 4C7.66789 4 7.5 3.77614 7.5 3.5V1H0.75V10H2.625ZM4.5 6V15H11.25V6H4.5ZM4.5 5H11.25C11.6642 5 12 5.44772 12 6V15C12 15.5523 11.6642 16 11.25 16H4.5C4.08579 16 3.75 15.5523 3.75 15V6C3.75 5.44772 4.08579 5 4.5 5Z",
|
|
5514
5514
|
fill: "#003A57"
|
|
5515
5515
|
})));
|
|
5516
5516
|
|
|
5517
|
-
var _path$
|
|
5518
|
-
function _extends$
|
|
5519
|
-
const SvgInfoFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
5517
|
+
var _path$2;
|
|
5518
|
+
function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
|
|
5519
|
+
const SvgInfoFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$3({
|
|
5520
5520
|
width: 16,
|
|
5521
5521
|
height: 16,
|
|
5522
5522
|
viewBox: "0 0 16 16",
|
|
5523
5523
|
fill: "currentColor",
|
|
5524
5524
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5525
|
-
}, props), _path$
|
|
5525
|
+
}, props), _path$2 || (_path$2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
5526
5526
|
fillRule: "evenodd",
|
|
5527
5527
|
clipRule: "evenodd",
|
|
5528
5528
|
d: "M7.5 16C3.36 16 0 12.64 0 8.5C0 4.36 3.36 1 7.5 1C11.64 1 15 4.36 15 8.5C15 12.64 11.64 16 7.5 16ZM7 12.5C7 12.78 7.22 13 7.5 13C7.78 13 8 12.78 8 12.5V8C8 7.72 7.78 7.5 7.5 7.5C7.22 7.5 7 7.72 7 8V12.5ZM7.5 4C6.95 4 6.5 4.45 6.5 5C6.5 5.55 6.95 6 7.5 6C8.05 6 8.5 5.55 8.5 5C8.5 4.45 8.05 4 7.5 4Z"
|
|
@@ -5570,7 +5570,7 @@ const StyledFooterButton = styled__default["default"](StyledButton) `
|
|
|
5570
5570
|
padding-left: 0;
|
|
5571
5571
|
justify-content: flex-start;
|
|
5572
5572
|
`;
|
|
5573
|
-
const StyledBody$
|
|
5573
|
+
const StyledBody$3 = styled__default["default"].div `
|
|
5574
5574
|
margin: ${({ theme }) => theme.space.base * 6}px
|
|
5575
5575
|
${({ theme }) => theme.space.base * 4}px;
|
|
5576
5576
|
`;
|
|
@@ -5602,7 +5602,7 @@ const HelpItem = (props) => {
|
|
|
5602
5602
|
if (email.length > 24) {
|
|
5603
5603
|
csmEmailCut = `${email.substring(0, 21)}...`;
|
|
5604
5604
|
}
|
|
5605
|
-
const content = (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(PreviousButton, Object.assign({ onClick: () => props.setActive(""), isBasic: true }, { children: props.title })), jsxRuntime.jsx(Separator, {}), jsxRuntime.jsxs(StyledBody$
|
|
5605
|
+
const content = (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(PreviousButton, Object.assign({ onClick: () => props.setActive(""), isBasic: true }, { children: props.title })), jsxRuntime.jsx(Separator, {}), jsxRuntime.jsxs(StyledBody$3, { children: [jsxRuntime.jsx(Paragraph, Object.assign({ style: { color: theme.palette.grey[600] } }, { children: jsxRuntime.jsx(SM, { children: props.contactLabel }) })), jsxRuntime.jsx(StyledParagraph, { children: jsxRuntime.jsx(Avatar, { children: (_a = props.csm.picture) !== null && _a !== void 0 ? _a : getInitials(props.csm.name), avatarType: props.csm.picture ? "image" : "text", size: "large" }) }), jsxRuntime.jsxs(StyledParagraph, { children: [jsxRuntime.jsx(MD, Object.assign({ isBold: true }, { children: props.csm.name })), jsxRuntime.jsxs(Description, { children: [jsxRuntime.jsx(Anchor, Object.assign({ href: `mailto:${props.csm.email}`, style: { color: theme.palette.grey[600] } }, { children: csmEmailCut })), jsxRuntime.jsxs(StyledButton, Object.assign({ isBasic: true, onClick: () => {
|
|
5606
5606
|
var _a;
|
|
5607
5607
|
copyToClipBoard();
|
|
5608
5608
|
(_a = props.onCopyEmail) === null || _a === void 0 ? void 0 : _a.call(props);
|
|
@@ -5610,8 +5610,8 @@ const HelpItem = (props) => {
|
|
|
5610
5610
|
return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsx(MenuItem, Object.assign({ content: content, value: props.value, selectedItem: props.selectedItem, setActive: props.setActive, icon: jsxRuntime.jsx(SvgQuestionMark, { color: theme.palette.blue[600] }) }, { children: props.title })) }));
|
|
5611
5611
|
};
|
|
5612
5612
|
|
|
5613
|
-
function _extends$
|
|
5614
|
-
const SvgEmpty = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
5613
|
+
function _extends$2() { _extends$2 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
|
|
5614
|
+
const SvgEmpty = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$2({
|
|
5615
5615
|
width: 16,
|
|
5616
5616
|
height: 16,
|
|
5617
5617
|
viewBox: "0 0 16 16",
|
|
@@ -5619,21 +5619,21 @@ const SvgEmpty = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
|
|
|
5619
5619
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5620
5620
|
}, props));
|
|
5621
5621
|
|
|
5622
|
-
var _path;
|
|
5623
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
5624
|
-
const SvgTranslationExists = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
5622
|
+
var _path$1;
|
|
5623
|
+
function _extends$1() { _extends$1 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); }
|
|
5624
|
+
const SvgTranslationExists = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$1({
|
|
5625
5625
|
width: 16,
|
|
5626
5626
|
height: 16,
|
|
5627
5627
|
viewBox: "0 0 16 16",
|
|
5628
5628
|
fill: "#68737D",
|
|
5629
5629
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5630
|
-
}, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
|
|
5630
|
+
}, props), _path$1 || (_path$1 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
5631
5631
|
fillRule: "evenodd",
|
|
5632
5632
|
clipRule: "evenodd",
|
|
5633
5633
|
d: "M6 8.31C6.0087 8.47711 5.93254 8.63735 5.79747 8.73613C5.6624 8.83491 5.48662 8.85893 5.33 8.8C5 8.68 4.71 8.5 4.45 8.31C3.9 8.73 3.26 9 2.5 9C2.22 9 2 8.78 2 8.5C2 8.22 2.22 8 2.5 8C2.94 8 3.34 7.86 3.69 7.63C2.9 6.73 2.55 5.72 2.53 5.66C2.44 5.4 2.58 5.11 2.84 5.03C3.1 4.94 3.39 5.08 3.47 5.34C3.47 5.35 3.78 6.21 4.43 6.95C5.19 6.04 5.64 4.75 5.86 4H2.5C2.22 4 2 3.78 2 3.5C2 3.22 2.22 3 2.5 3H4V2.5C4 2.22 4.22 2 4.5 2C4.78 2 5 2.22 5 2.5V3H6.5C6.65 3 6.79 3.07 6.89 3.18C6.98 3.3 7.02 3.45 6.99 3.6C6.98 3.65 6.91 3.98 6.77 4.43C7.11 4.17 7.53 4 8 4H9V1C9 0.45 8.55 0 8 0H1C0.45 0 0 0.45 0 1V10C0 10.55 0.45 11 1 11H6V8.31ZM5.67 7.86C5.86 7.93 5.99 8.1 6 8.29V6.35C5.77 6.79 5.5 7.22 5.18 7.61C5.33 7.71 5.49 7.79 5.67 7.86ZM15 5H8C7.45 5 7 5.45 7 6V15C7 15.55 7.45 16 8 16H15C15.55 16 16 15.55 16 15V6C16 5.45 15.55 5 15 5ZM13.7 12.96C13.4459 13.0656 13.1538 12.9505 13.04 12.7L12.73 12H10.27L9.96 12.7C9.85 12.95 9.55 13.07 9.3 12.95C9.05 12.83 8.93 12.54 9.05 12.29L11.05 7.79C11.21 7.43 11.8 7.43 11.96 7.79L13.96 12.29C14.07 12.55 13.96 12.84 13.7 12.96ZM10.71 11H12.29L11.5 9.23L10.71 11Z"
|
|
5634
5634
|
})));
|
|
5635
5635
|
|
|
5636
|
-
const StyledBody$
|
|
5636
|
+
const StyledBody$2 = styled__default["default"].div `
|
|
5637
5637
|
margin: ${({ theme }) => theme.space.base * 6}px
|
|
5638
5638
|
${({ theme }) => theme.space.base * 4}px;
|
|
5639
5639
|
`;
|
|
@@ -5645,7 +5645,7 @@ const StyledButtonContainer = styled__default["default"].div `
|
|
|
5645
5645
|
`;
|
|
5646
5646
|
const LanguageItem = (props) => {
|
|
5647
5647
|
var _a;
|
|
5648
|
-
const content = (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(PreviousButton, Object.assign({ onClick: () => props.setActive(""), isBasic: true }, { children: props.title })), jsxRuntime.jsx(Separator, {}), jsxRuntime.jsx(StyledBody$
|
|
5648
|
+
const content = (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(PreviousButton, Object.assign({ onClick: () => props.setActive(""), isBasic: true }, { children: props.title })), jsxRuntime.jsx(Separator, {}), jsxRuntime.jsx(StyledBody$2, { children: jsxRuntime.jsx(StyledButtonContainer, { children: Object.keys(props.languages).map((key) => (jsxRuntime.jsxs(Button, Object.assign({ isBasic: true, isStretched: true, value: key, onClick: () => props.onSelectLanguage(key) }, { children: [jsxRuntime.jsx(Button.StartIcon, { children: props.currentLanguage === key ? jsxRuntime.jsx(SvgCheckLg, {}) : jsxRuntime.jsx(SvgEmpty, {}) }), jsxRuntime.jsx(Span, Object.assign({ isBold: props.currentLanguage === key }, { children: props.languages[key].label }))] })))) }) })] }));
|
|
5649
5649
|
return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsx(MenuItem, Object.assign({ content: content, value: props.value, selectedItem: props.selectedItem, setActive: props.setActive, icon: jsxRuntime.jsx(SvgTranslationExists, { fill: theme.palette.blue[600] }) }, { children: jsxRuntime.jsxs(MenuItemBody, { children: [props.title, jsxRuntime.jsxs(MD, Object.assign({ style: { color: theme.palette.grey[600] } }, { children: [(_a = props.currentLanguageLabel) !== null && _a !== void 0 ? _a : "Now:", " " + props.languages[props.currentLanguage].label] }))] }) })) }));
|
|
5650
5650
|
};
|
|
5651
5651
|
|
|
@@ -5670,26 +5670,74 @@ const UserContainer = (props) => {
|
|
|
5670
5670
|
return (jsxRuntime.jsxs(ProfileContainer, { children: [props.company && jsxRuntime.jsx(CompanyHolder, Object.assign({ isBold: true }, { children: props.company })), jsxRuntime.jsx(Avatar, { children: (_a = props.picture) !== null && _a !== void 0 ? _a : getInitials(props.name), avatarType: props.picture ? "image" : "text", size: "large" }), jsxRuntime.jsxs(UserDetails, { children: [jsxRuntime.jsx(MD, Object.assign({ isBold: true, style: { color: theme.palette.blue[600] } }, { children: props.name })), jsxRuntime.jsx(SM, Object.assign({ style: { color: theme.palette.grey[600] } }, { children: props.email }))] })] }));
|
|
5671
5671
|
};
|
|
5672
5672
|
|
|
5673
|
+
var _path;
|
|
5674
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
5675
|
+
const SvgGearFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
5676
|
+
width: 16,
|
|
5677
|
+
height: 16,
|
|
5678
|
+
viewBox: "0 0 16 16",
|
|
5679
|
+
fill: "none",
|
|
5680
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5681
|
+
}, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
|
|
5682
|
+
fillRule: "evenodd",
|
|
5683
|
+
clipRule: "evenodd",
|
|
5684
|
+
d: "M14 8C14 7.58667 13.96 7.17333 13.88 6.77333L15.2933 5.73333C15.48 5.6 15.5466 5.36 15.4666 5.14667C15.16 4.34667 14.7333 3.61333 14.2 2.96C14.057 2.78808 13.8165 2.73342 13.6133 2.82667L12 3.53333C11.3866 2.98667 10.6666 2.56 9.87996 2.30667L9.67996 0.546667C9.66789 0.32368 9.50079 0.139869 9.27996 0.106667C8.85329 0.04 8.43996 0 7.99996 0C7.57329 0 7.14662 0.04 6.73329 0.0933333C6.51996 0.133333 6.35996 0.32 6.33329 0.546667L6.13329 2.29333C5.33329 2.56 4.61329 2.98667 4.01329 3.53333L2.39996 2.81333C2.1969 2.71861 1.95546 2.77348 1.81329 2.94667C1.26662 3.6 0.839956 4.34667 0.533289 5.13333C0.453289 5.34667 0.533289 5.58667 0.706623 5.72L2.13329 6.76C2.03996 7.16 1.99996 7.57333 1.99996 8C1.99996 8.41333 2.03996 8.82667 2.11996 9.22667L0.706623 10.2667C0.519956 10.4 0.453289 10.64 0.533289 10.8533C0.839956 11.6533 1.26662 12.3867 1.79996 13.04C1.94662 13.2133 2.18662 13.2667 2.38662 13.1733L3.99996 12.4667C4.61329 13.0133 5.33329 13.44 6.11996 13.6933L6.30662 15.4533C6.33329 15.68 6.49329 15.8533 6.71996 15.8933C7.14662 15.96 7.55996 16 7.99996 16C8.42662 16 8.85329 15.96 9.26662 15.9067C9.47996 15.8667 9.65329 15.6933 9.67996 15.4667L9.87996 13.7067C10.68 13.44 11.4 13.0267 12 12.48L13.6133 13.1867C13.8133 13.28 14.0666 13.2267 14.2 13.0533C14.7333 12.4 15.16 11.6667 15.4666 10.8667C15.5421 10.6542 15.4721 10.4173 15.2933 10.28L13.8666 9.24C13.96 8.84 14 8.42667 14 8ZM7.99996 10C6.89329 10 5.99996 9.10667 5.99996 8C5.99996 6.89333 6.89329 6 7.99996 6C9.10662 6 9.99996 6.89333 9.99996 8C9.99996 9.10667 9.10662 10 7.99996 10Z",
|
|
5685
|
+
fill: "currentColor"
|
|
5686
|
+
})));
|
|
5687
|
+
|
|
5688
|
+
const StyledBody$1 = styled__default["default"].div `
|
|
5689
|
+
margin: ${({ theme }) => theme.space.base * 6}px
|
|
5690
|
+
${({ theme }) => theme.space.base * 4}px;
|
|
5691
|
+
`;
|
|
5692
|
+
const TriggerTitle = styled__default["default"](MD) `
|
|
5693
|
+
color: ${({ theme }) => theme.palette.blue[700]};
|
|
5694
|
+
margin-bottom: ${({ theme }) => theme.space.xs};
|
|
5695
|
+
`;
|
|
5696
|
+
const SettingsIntroText = styled__default["default"](reactNotifications.Paragraph) `
|
|
5697
|
+
margin-bottom: ${({ theme }) => theme.space.md};
|
|
5698
|
+
`;
|
|
5699
|
+
const SettingsOutroText = styled__default["default"](reactNotifications.Paragraph) `
|
|
5700
|
+
display: flex;
|
|
5701
|
+
flex-direction: column;
|
|
5702
|
+
margin-top: ${({ theme }) => theme.space.md};
|
|
5703
|
+
`;
|
|
5704
|
+
const SettingsItem = (props) => {
|
|
5705
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
|
5706
|
+
const [value, setValue] = React.useState(props.settingValue || 0);
|
|
5707
|
+
const onToggleSettings = (value) => {
|
|
5708
|
+
setValue(value);
|
|
5709
|
+
props.onSetSettings && props.onSetSettings(value);
|
|
5710
|
+
};
|
|
5711
|
+
const content = (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(PreviousButton, Object.assign({ onClick: () => props.setActive(""), isBasic: true }, { children: (_b = (_a = props.i18n) === null || _a === void 0 ? void 0 : _a.settingsTitle) !== null && _b !== void 0 ? _b : "Notifications Settings" })), jsxRuntime.jsx(Separator, {}), jsxRuntime.jsxs(StyledBody$1, { children: [props.i18n && props.i18n.settingsIntroText && (jsxRuntime.jsx(SettingsIntroText, { children: jsxRuntime.jsx(SM, { children: props.i18n.settingsIntroText }) })), jsxRuntime.jsxs(Field, { children: [jsxRuntime.jsx(TriggerTitle, Object.assign({ isBold: true }, { children: (_e = (_d = (_c = props.i18n) === null || _c === void 0 ? void 0 : _c.settingsToggle) === null || _d === void 0 ? void 0 : _d.title) !== null && _e !== void 0 ? _e : "Allow notifications" })), jsxRuntime.jsx(Toggle, Object.assign({ checked: value === 1, onChange: () => onToggleSettings(value === 1 ? 0 : 1) }, { children: jsxRuntime.jsx(Label, { children: value === 1
|
|
5712
|
+
? (_h = (_g = (_f = props.i18n) === null || _f === void 0 ? void 0 : _f.settingsToggle) === null || _g === void 0 ? void 0 : _g.on) !== null && _h !== void 0 ? _h : "Yes"
|
|
5713
|
+
: (_l = (_k = (_j = props.i18n) === null || _j === void 0 ? void 0 : _j.settingsToggle) === null || _k === void 0 ? void 0 : _k.off) !== null && _l !== void 0 ? _l : "No" }) }))] }), props.i18n && props.i18n.settingsOutroText && (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsxs(SettingsOutroText, { children: [jsxRuntime.jsx(SM, { children: props.i18n.settingsOutroText.paragraph_1 }), jsxRuntime.jsx(SM, { children: props.i18n.settingsOutroText.paragraph_2 })] }), jsxRuntime.jsx(SettingsOutroText, { children: jsxRuntime.jsx(SM, { children: props.i18n.settingsOutroText.paragraph_3 }) })] }))] })] }));
|
|
5714
|
+
return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsx(MenuItem, Object.assign({ content: content, value: props.value, selectedItem: props.selectedItem, setActive: props.setActive, icon: jsxRuntime.jsx(SvgGearFill, { color: theme.palette.blue[600] }) }, { children: props.title })) }));
|
|
5715
|
+
};
|
|
5716
|
+
|
|
5673
5717
|
const StyledList = styled__default["default"].ul `
|
|
5674
5718
|
padding: 0;
|
|
5675
5719
|
margin: 0;
|
|
5676
5720
|
`;
|
|
5677
5721
|
const UserMenu = (props) => {
|
|
5678
|
-
var _a;
|
|
5722
|
+
var _a, _b, _c, _d, _e;
|
|
5679
5723
|
const [item, setActiveItem] = React.useState("");
|
|
5680
5724
|
const toggleItem = (item) => {
|
|
5681
5725
|
setActiveItem(item);
|
|
5682
5726
|
};
|
|
5683
5727
|
return (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [item === "" && jsxRuntime.jsx(UserContainer, Object.assign({}, props.user)), jsxRuntime.jsxs(StyledList, { children: [item === "" && props.onFeedbackClick && jsxRuntime.jsx(Separator, {}), props.onFeedbackClick && (jsxRuntime.jsx(MenuItem, Object.assign({ selectedItem: item, icon: jsxRuntime.jsx(SvgThumbsUp, {}), setActive: () => props.onFeedbackClick
|
|
5684
5728
|
? props.onFeedbackClick()
|
|
5685
|
-
: console.log("feedback fired") }, { children: jsxRuntime.jsxs(MenuItemBody, { children: [props.feedbackTitle || "Give us your feedback", jsxRuntime.jsx(MD, Object.assign({ style: { color: theme.palette.grey[600] } }, { children: props.feedbackSubTitle || "Help us improve UNGUESS!" }))] }) }))), item === "" && jsxRuntime.jsx(Separator, {}), jsxRuntime.jsx(HelpItem, { value: "csm", selectedItem: item, setActive: (i) => toggleItem(i), title: props.csmTitle || "Need Help?", contactLabel: props.csmContactLabel || "Contact your CSM", csm: props.csm, toggleChat: props.onToggleChat, chatSupportLabel: props === null || props === void 0 ? void 0 : props.chatSupportLabel, copyLabel: props === null || props === void 0 ? void 0 : props.copyLabel, onCopyEmail: props === null || props === void 0 ? void 0 : props.onCopyEmail, chatSupport: props === null || props === void 0 ? void 0 : props.chatSupport }), jsxRuntime.jsx(
|
|
5729
|
+
: console.log("feedback fired") }, { children: jsxRuntime.jsxs(MenuItemBody, { children: [props.feedbackTitle || "Give us your feedback", jsxRuntime.jsx(MD, Object.assign({ style: { color: theme.palette.grey[600] } }, { children: props.feedbackSubTitle || "Help us improve UNGUESS!" }))] }) }))), item === "" && jsxRuntime.jsx(Separator, {}), jsxRuntime.jsx(HelpItem, { value: "csm", selectedItem: item, setActive: (i) => toggleItem(i), title: props.csmTitle || "Need Help?", contactLabel: props.csmContactLabel || "Contact your CSM", csm: props.csm, toggleChat: props.onToggleChat, chatSupportLabel: props === null || props === void 0 ? void 0 : props.chatSupportLabel, copyLabel: props === null || props === void 0 ? void 0 : props.copyLabel, onCopyEmail: props === null || props === void 0 ? void 0 : props.onCopyEmail, chatSupport: props === null || props === void 0 ? void 0 : props.chatSupport }), jsxRuntime.jsx(SettingsItem, { value: "settings", selectedItem: item, setActive: (i) => toggleItem(i), title: ((_a = props.i18n) === null || _a === void 0 ? void 0 : _a.settingsTitle) || "Notifications Settings", settingValue: props.settingValue, i18n: {
|
|
5730
|
+
settingsIntroText: (_b = props.i18n) === null || _b === void 0 ? void 0 : _b.settingsIntroText,
|
|
5731
|
+
settingsOutroText: (_c = props.i18n) === null || _c === void 0 ? void 0 : _c.settingsOutroText,
|
|
5732
|
+
settingsToggle: (_d = props.i18n) === null || _d === void 0 ? void 0 : _d.settingsToggle,
|
|
5733
|
+
}, onSetSettings: props.onSetSettings }), jsxRuntime.jsx(LanguageItem, { title: props.languageTitle || "Change Language", value: "language-selector", selectedItem: item, setActive: (i) => toggleItem(i), languages: props.languages, currentLanguage: props.currentLanguage, currentLanguageLabel: props.currentLanguageLabel, onSelectLanguage: (lang) => props.onSelectLanguage(lang) }), jsxRuntime.jsx(MenuItem, Object.assign({ selectedItem: item, icon: jsxRuntime.jsx(SvgLockLockedFill, { color: theme.palette.blue[600] }), setActive: () => {
|
|
5686
5734
|
if (document.querySelector(".iubenda-cs-preferences-link")) {
|
|
5687
5735
|
const iubendaBtn = document.querySelector(".iubenda-cs-preferences-link");
|
|
5688
5736
|
if (iubendaBtn) {
|
|
5689
5737
|
iubendaBtn.click();
|
|
5690
5738
|
}
|
|
5691
5739
|
}
|
|
5692
|
-
} }, { children: ((
|
|
5740
|
+
} }, { children: ((_e = props.privacy) === null || _e === void 0 ? void 0 : _e.title) || "Privacy settings" })), jsxRuntime.jsx(MenuItem, Object.assign({ selectedItem: item, icon: jsxRuntime.jsx(SvgExit, { color: theme.palette.red[600] }), setActive: () => props.onLogout() }, { children: props.logoutTitle || "Log out" }))] })] }));
|
|
5693
5741
|
};
|
|
5694
5742
|
|
|
5695
5743
|
const StyledModal = styled__default["default"](Modal) `
|