@appquality/unguess-design-system 3.1.92 → 3.1.93
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
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
# v3.1.93 (Tue May 21 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Improve video cutting and add debounce to bookmark update [#361](https://github.com/AppQuality/unguess-design-system/pull/361) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
|
|
6
|
+
- Add useDebounce hook for bookmark updates in player controls [#360](https://github.com/AppQuality/unguess-design-system/pull/360) ([@cannarocks](https://github.com/cannarocks))
|
|
7
|
+
- 🚀 feat(player): add PlusIcon component for starting observation in CutterButton [#359](https://github.com/AppQuality/unguess-design-system/pull/359) ([@marcbon](https://github.com/marcbon))
|
|
8
|
+
- Add sentiment data to DemoTranscript [#358](https://github.com/AppQuality/unguess-design-system/pull/358) ([@cannarocks](https://github.com/cannarocks))
|
|
9
|
+
|
|
10
|
+
#### Authors: 2
|
|
11
|
+
|
|
12
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
13
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
1
17
|
# v3.1.92 (Fri May 17 2024)
|
|
2
18
|
|
|
3
19
|
#### 🐛 Bug Fix
|
package/build/index.js
CHANGED
|
@@ -842,48 +842,48 @@ Tag.Avatar = StyledAvatar;
|
|
|
842
842
|
Tag.Close = StyledClose;
|
|
843
843
|
Tag.SecondaryText = StyledSpan;
|
|
844
844
|
|
|
845
|
-
var _path$
|
|
846
|
-
function _extends$
|
|
847
|
-
const SvgUgSquare = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
845
|
+
var _path$G;
|
|
846
|
+
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); }
|
|
847
|
+
const SvgUgSquare = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$T({
|
|
848
848
|
width: 24,
|
|
849
849
|
height: 24,
|
|
850
850
|
viewBox: "0 0 24 24",
|
|
851
851
|
fill: "none",
|
|
852
852
|
xmlns: "http://www.w3.org/2000/svg"
|
|
853
|
-
}, props), _path$
|
|
853
|
+
}, props), _path$G || (_path$G = /*#__PURE__*/React__namespace.createElement("path", {
|
|
854
854
|
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",
|
|
855
855
|
fill: "#E80C7A"
|
|
856
856
|
})));
|
|
857
857
|
|
|
858
|
-
var _path$
|
|
859
|
-
function _extends$
|
|
860
|
-
const SvgUgCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
858
|
+
var _path$F;
|
|
859
|
+
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); }
|
|
860
|
+
const SvgUgCircle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$S({
|
|
861
861
|
width: 24,
|
|
862
862
|
height: 24,
|
|
863
863
|
viewBox: "0 0 24 24",
|
|
864
864
|
fill: "none",
|
|
865
865
|
xmlns: "http://www.w3.org/2000/svg"
|
|
866
|
-
}, props), _path$
|
|
866
|
+
}, props), _path$F || (_path$F = /*#__PURE__*/React__namespace.createElement("path", {
|
|
867
867
|
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",
|
|
868
868
|
fill: "#FFCD1A"
|
|
869
869
|
})));
|
|
870
870
|
|
|
871
|
-
var _path$
|
|
872
|
-
function _extends$
|
|
873
|
-
const SvgUgTriangle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
871
|
+
var _path$E;
|
|
872
|
+
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); }
|
|
873
|
+
const SvgUgTriangle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$R({
|
|
874
874
|
width: 24,
|
|
875
875
|
height: 24,
|
|
876
876
|
viewBox: "0 0 24 24",
|
|
877
877
|
fill: "none",
|
|
878
878
|
xmlns: "http://www.w3.org/2000/svg"
|
|
879
|
-
}, props), _path$
|
|
879
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React__namespace.createElement("path", {
|
|
880
880
|
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",
|
|
881
881
|
fill: "#7B0DFF"
|
|
882
882
|
})));
|
|
883
883
|
|
|
884
|
-
var _rect$4, _path$
|
|
885
|
-
function _extends$
|
|
886
|
-
const SvgCampaignCompleted = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
884
|
+
var _rect$4, _path$D, _path2$c, _path3$4;
|
|
885
|
+
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); }
|
|
886
|
+
const SvgCampaignCompleted = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$Q({
|
|
887
887
|
width: 24,
|
|
888
888
|
height: 24,
|
|
889
889
|
viewBox: "0 0 24 24",
|
|
@@ -894,7 +894,7 @@ const SvgCampaignCompleted = props => /*#__PURE__*/React__namespace.createElemen
|
|
|
894
894
|
height: 24,
|
|
895
895
|
rx: 12,
|
|
896
896
|
fill: "#F6F6F8"
|
|
897
|
-
})), _path$
|
|
897
|
+
})), _path$D || (_path$D = /*#__PURE__*/React__namespace.createElement("path", {
|
|
898
898
|
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",
|
|
899
899
|
fill: "#50BF95"
|
|
900
900
|
})), _path2$c || (_path2$c = /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -905,9 +905,9 @@ const SvgCampaignCompleted = props => /*#__PURE__*/React__namespace.createElemen
|
|
|
905
905
|
fill: "#007345"
|
|
906
906
|
})));
|
|
907
907
|
|
|
908
|
-
var _rect$3, _path$
|
|
909
|
-
function _extends$
|
|
910
|
-
const SvgCampaignLocked = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
908
|
+
var _rect$3, _path$C, _path2$b;
|
|
909
|
+
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); }
|
|
910
|
+
const SvgCampaignLocked = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$P({
|
|
911
911
|
width: 24,
|
|
912
912
|
height: 24,
|
|
913
913
|
viewBox: "0 0 24 24",
|
|
@@ -918,7 +918,7 @@ const SvgCampaignLocked = props => /*#__PURE__*/React__namespace.createElement("
|
|
|
918
918
|
height: 24,
|
|
919
919
|
rx: 12,
|
|
920
920
|
fill: "#F6F6F8"
|
|
921
|
-
})), _path$
|
|
921
|
+
})), _path$C || (_path$C = /*#__PURE__*/React__namespace.createElement("path", {
|
|
922
922
|
fillRule: "evenodd",
|
|
923
923
|
clipRule: "evenodd",
|
|
924
924
|
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",
|
|
@@ -930,9 +930,9 @@ const SvgCampaignLocked = props => /*#__PURE__*/React__namespace.createElement("
|
|
|
930
930
|
fill: "#F4AC1A"
|
|
931
931
|
})));
|
|
932
932
|
|
|
933
|
-
var _rect$2, _path$
|
|
934
|
-
function _extends$
|
|
935
|
-
const SvgCampaignIncoming = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
933
|
+
var _rect$2, _path$B, _path2$a;
|
|
934
|
+
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); }
|
|
935
|
+
const SvgCampaignIncoming = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$O({
|
|
936
936
|
width: 24,
|
|
937
937
|
height: 24,
|
|
938
938
|
viewBox: "0 0 24 24",
|
|
@@ -943,7 +943,7 @@ const SvgCampaignIncoming = props => /*#__PURE__*/React__namespace.createElement
|
|
|
943
943
|
height: 24,
|
|
944
944
|
rx: 12,
|
|
945
945
|
fill: "#F6F6F8"
|
|
946
|
-
})), _path$
|
|
946
|
+
})), _path$B || (_path$B = /*#__PURE__*/React__namespace.createElement("path", {
|
|
947
947
|
d: "M11.2266 13.0313H14.997M11.2266 9.26075V13.0313V9.26075ZM11.2266 13.0313L20.121 5.03906L11.2266 13.0313Z",
|
|
948
948
|
stroke: "#024780",
|
|
949
949
|
strokeWidth: 1.5,
|
|
@@ -957,9 +957,9 @@ const SvgCampaignIncoming = props => /*#__PURE__*/React__namespace.createElement
|
|
|
957
957
|
strokeLinejoin: "round"
|
|
958
958
|
})));
|
|
959
959
|
|
|
960
|
-
var _rect$1, _path$
|
|
961
|
-
function _extends$
|
|
962
|
-
const SvgCampaignProgress = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
960
|
+
var _rect$1, _path$A, _path2$9, _path3$3, _path4$1, _path5$1, _path6$1, _path7$1, _path8$1, _path9$1, _path10$1;
|
|
961
|
+
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); }
|
|
962
|
+
const SvgCampaignProgress = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$N({
|
|
963
963
|
width: 24,
|
|
964
964
|
height: 24,
|
|
965
965
|
viewBox: "0 0 24 24",
|
|
@@ -970,7 +970,7 @@ const SvgCampaignProgress = props => /*#__PURE__*/React__namespace.createElement
|
|
|
970
970
|
height: 24,
|
|
971
971
|
rx: 12,
|
|
972
972
|
fill: "#F6F6F8"
|
|
973
|
-
})), _path$
|
|
973
|
+
})), _path$A || (_path$A = /*#__PURE__*/React__namespace.createElement("path", {
|
|
974
974
|
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",
|
|
975
975
|
fill: "#D1820A"
|
|
976
976
|
})), _path2$9 || (_path2$9 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -1002,9 +1002,9 @@ const SvgCampaignProgress = props => /*#__PURE__*/React__namespace.createElement
|
|
|
1002
1002
|
fill: "#FFB65A"
|
|
1003
1003
|
})));
|
|
1004
1004
|
|
|
1005
|
-
var _g$c, _path$
|
|
1006
|
-
function _extends$
|
|
1007
|
-
const SvgCampaignExperiential = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1005
|
+
var _g$c, _path$z, _path2$8, _path3$2, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11;
|
|
1006
|
+
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); }
|
|
1007
|
+
const SvgCampaignExperiential = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$M({
|
|
1008
1008
|
width: 24,
|
|
1009
1009
|
height: 24,
|
|
1010
1010
|
viewBox: "0 0 24 24",
|
|
@@ -1016,7 +1016,7 @@ const SvgCampaignExperiential = props => /*#__PURE__*/React__namespace.createEle
|
|
|
1016
1016
|
opacity: 0.3,
|
|
1017
1017
|
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",
|
|
1018
1018
|
fill: "#50BF95"
|
|
1019
|
-
}))), _path$
|
|
1019
|
+
}))), _path$z || (_path$z = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1020
1020
|
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",
|
|
1021
1021
|
fill: "#2B8473",
|
|
1022
1022
|
stroke: "#2B8473"
|
|
@@ -1072,9 +1072,9 @@ const SvgCampaignExperiential = props => /*#__PURE__*/React__namespace.createEle
|
|
|
1072
1072
|
fill: "#ECF4F2"
|
|
1073
1073
|
})));
|
|
1074
1074
|
|
|
1075
|
-
var _g$b, _path$
|
|
1076
|
-
function _extends$
|
|
1077
|
-
const SvgCampaignFunctional = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1075
|
+
var _g$b, _path$y;
|
|
1076
|
+
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); }
|
|
1077
|
+
const SvgCampaignFunctional = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$L({
|
|
1078
1078
|
width: 24,
|
|
1079
1079
|
height: 24,
|
|
1080
1080
|
viewBox: "0 0 24 24",
|
|
@@ -1086,7 +1086,7 @@ const SvgCampaignFunctional = props => /*#__PURE__*/React__namespace.createEleme
|
|
|
1086
1086
|
opacity: 0.3,
|
|
1087
1087
|
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",
|
|
1088
1088
|
fill: "#003A57"
|
|
1089
|
-
}))), _path$
|
|
1089
|
+
}))), _path$y || (_path$y = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1090
1090
|
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",
|
|
1091
1091
|
fill: "#003A57"
|
|
1092
1092
|
})));
|
|
@@ -1948,8 +1948,8 @@ const WaffleChart = ({ height, width, data, total, tooltip, }) => {
|
|
|
1948
1948
|
};
|
|
1949
1949
|
|
|
1950
1950
|
var _g$a, _defs$4;
|
|
1951
|
-
function _extends$
|
|
1952
|
-
const SvgSentiment1 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1951
|
+
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); }
|
|
1952
|
+
const SvgSentiment1 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$K({
|
|
1953
1953
|
width: 27,
|
|
1954
1954
|
height: 26,
|
|
1955
1955
|
viewBox: "0 0 27 26",
|
|
@@ -1972,8 +1972,8 @@ const SvgSentiment1 = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
1972
1972
|
})))));
|
|
1973
1973
|
|
|
1974
1974
|
var _g$9, _defs$3;
|
|
1975
|
-
function _extends$
|
|
1976
|
-
const SvgSentiment2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1975
|
+
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); }
|
|
1976
|
+
const SvgSentiment2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$J({
|
|
1977
1977
|
width: 27,
|
|
1978
1978
|
height: 26,
|
|
1979
1979
|
viewBox: "0 0 27 26",
|
|
@@ -1996,8 +1996,8 @@ const SvgSentiment2 = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
1996
1996
|
})))));
|
|
1997
1997
|
|
|
1998
1998
|
var _g$8, _defs$2;
|
|
1999
|
-
function _extends$
|
|
2000
|
-
const SvgSentiment3 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1999
|
+
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); }
|
|
2000
|
+
const SvgSentiment3 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$I({
|
|
2001
2001
|
width: 27,
|
|
2002
2002
|
height: 26,
|
|
2003
2003
|
viewBox: "0 0 27 26",
|
|
@@ -2026,8 +2026,8 @@ const SvgSentiment3 = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
2026
2026
|
})))));
|
|
2027
2027
|
|
|
2028
2028
|
var _g$7, _defs$1;
|
|
2029
|
-
function _extends$
|
|
2030
|
-
const SvgSentiment4 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2029
|
+
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); }
|
|
2030
|
+
const SvgSentiment4 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$H({
|
|
2031
2031
|
width: 27,
|
|
2032
2032
|
height: 26,
|
|
2033
2033
|
viewBox: "0 0 27 26",
|
|
@@ -2056,8 +2056,8 @@ const SvgSentiment4 = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
2056
2056
|
})))));
|
|
2057
2057
|
|
|
2058
2058
|
var _g$6, _defs;
|
|
2059
|
-
function _extends$
|
|
2060
|
-
const SvgSentiment5 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2059
|
+
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); }
|
|
2060
|
+
const SvgSentiment5 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$G({
|
|
2061
2061
|
width: 26,
|
|
2062
2062
|
height: 26,
|
|
2063
2063
|
viewBox: "0 0 26 26",
|
|
@@ -2736,28 +2736,28 @@ const ChatTitle = styled__default["default"](Title$1) `
|
|
|
2736
2736
|
padding: ${({ theme }) => `${theme.space.sm} ${theme.space.md}`};
|
|
2737
2737
|
`;
|
|
2738
2738
|
|
|
2739
|
-
var _path$
|
|
2740
|
-
function _extends$
|
|
2741
|
-
const SvgBoldFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2739
|
+
var _path$x;
|
|
2740
|
+
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); }
|
|
2741
|
+
const SvgBoldFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$F({
|
|
2742
2742
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2743
2743
|
width: 16,
|
|
2744
2744
|
height: 16,
|
|
2745
2745
|
focusable: "false",
|
|
2746
2746
|
viewBox: "0 0 16 16"
|
|
2747
|
-
}, props), _path$
|
|
2747
|
+
}, props), _path$x || (_path$x = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2748
2748
|
fill: "currentColor",
|
|
2749
2749
|
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"
|
|
2750
2750
|
})));
|
|
2751
2751
|
|
|
2752
|
-
var _path$
|
|
2753
|
-
function _extends$
|
|
2754
|
-
const SvgItalicFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2752
|
+
var _path$w;
|
|
2753
|
+
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); }
|
|
2754
|
+
const SvgItalicFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$E({
|
|
2755
2755
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2756
2756
|
width: 16,
|
|
2757
2757
|
height: 16,
|
|
2758
2758
|
focusable: "false",
|
|
2759
2759
|
viewBox: "0 0 16 16"
|
|
2760
|
-
}, props), _path$
|
|
2760
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2761
2761
|
fill: "none",
|
|
2762
2762
|
stroke: "currentColor",
|
|
2763
2763
|
strokeLinecap: "round",
|
|
@@ -2765,15 +2765,15 @@ const SvgItalicFill = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
2765
2765
|
d: "M8 1h3M9.5 1l-3 14M5 15h3"
|
|
2766
2766
|
})));
|
|
2767
2767
|
|
|
2768
|
-
var _path$
|
|
2769
|
-
function _extends$
|
|
2770
|
-
const SvgQuoteFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2768
|
+
var _path$v, _path2$7;
|
|
2769
|
+
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); }
|
|
2770
|
+
const SvgQuoteFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$D({
|
|
2771
2771
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2772
2772
|
width: 16,
|
|
2773
2773
|
height: 16,
|
|
2774
2774
|
focusable: "false",
|
|
2775
2775
|
viewBox: "0 0 16 16"
|
|
2776
|
-
}, props), _path$
|
|
2776
|
+
}, props), _path$v || (_path$v = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2777
2777
|
fill: "currentColor",
|
|
2778
2778
|
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"
|
|
2779
2779
|
})), _path2$7 || (_path2$7 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -2785,8 +2785,8 @@ const SvgQuoteFill = props => /*#__PURE__*/React__namespace.createElement("svg",
|
|
|
2785
2785
|
})));
|
|
2786
2786
|
|
|
2787
2787
|
var _g$5;
|
|
2788
|
-
function _extends$
|
|
2789
|
-
const SvgH1Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2788
|
+
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); }
|
|
2789
|
+
const SvgH1Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$C({
|
|
2790
2790
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2791
2791
|
width: 16,
|
|
2792
2792
|
height: 16,
|
|
@@ -2813,8 +2813,8 @@ const SvgH1Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _e
|
|
|
2813
2813
|
}))));
|
|
2814
2814
|
|
|
2815
2815
|
var _g$4;
|
|
2816
|
-
function _extends$
|
|
2817
|
-
const SvgH2Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2816
|
+
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); }
|
|
2817
|
+
const SvgH2Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$B({
|
|
2818
2818
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2819
2819
|
width: 16,
|
|
2820
2820
|
height: 16,
|
|
@@ -2841,8 +2841,8 @@ const SvgH2Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _e
|
|
|
2841
2841
|
}))));
|
|
2842
2842
|
|
|
2843
2843
|
var _g$3;
|
|
2844
|
-
function _extends$
|
|
2845
|
-
const SvgH3Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2844
|
+
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); }
|
|
2845
|
+
const SvgH3Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$A({
|
|
2846
2846
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2847
2847
|
width: 16,
|
|
2848
2848
|
height: 16,
|
|
@@ -2922,58 +2922,58 @@ const Tooltip = styled__default["default"](TooltipComponent) `
|
|
|
2922
2922
|
`};
|
|
2923
2923
|
`;
|
|
2924
2924
|
|
|
2925
|
-
var _path$
|
|
2926
|
-
function _extends$
|
|
2927
|
-
const SvgBoldStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2925
|
+
var _path$u;
|
|
2926
|
+
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); }
|
|
2927
|
+
const SvgBoldStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$z({
|
|
2928
2928
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2929
2929
|
width: 16,
|
|
2930
2930
|
height: 16,
|
|
2931
2931
|
focusable: "false",
|
|
2932
2932
|
viewBox: "0 0 16 16"
|
|
2933
|
-
}, props), _path$
|
|
2933
|
+
}, props), _path$u || (_path$u = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2934
2934
|
fill: "currentColor",
|
|
2935
2935
|
d: "M7 1c2.176 0 4 1.824 4 4 0 1.315-.666 2.501-1.673 3.234C10.869 8.792 12 10.287 12 12c0 2.176-1.824 4-4 4H3.5a.5.5 0 01-.5-.5v-14a.5.5 0 01.5-.5H7zM4 15h4c1.624 0 3-1.376 3-3S9.624 9 8 9H4v6zM7 2H4v6h3c1.624 0 3-1.376 3-3S8.624 2 7 2z"
|
|
2936
2936
|
})));
|
|
2937
2937
|
|
|
2938
|
-
var _path$
|
|
2939
|
-
function _extends$
|
|
2940
|
-
const SvgItalicStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2938
|
+
var _path$t;
|
|
2939
|
+
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); }
|
|
2940
|
+
const SvgItalicStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$y({
|
|
2941
2941
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2942
2942
|
width: 16,
|
|
2943
2943
|
height: 16,
|
|
2944
2944
|
focusable: "false",
|
|
2945
2945
|
viewBox: "0 0 16 16"
|
|
2946
|
-
}, props), _path$
|
|
2946
|
+
}, props), _path$t || (_path$t = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2947
2947
|
fill: "none",
|
|
2948
2948
|
stroke: "currentColor",
|
|
2949
2949
|
strokeLinecap: "round",
|
|
2950
2950
|
d: "M7.5 1.5h3M9 1.5l-3 14m-1.5 0h3"
|
|
2951
2951
|
})));
|
|
2952
2952
|
|
|
2953
|
-
var _path$
|
|
2954
|
-
function _extends$
|
|
2955
|
-
const SvgAtStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2953
|
+
var _path$s;
|
|
2954
|
+
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); }
|
|
2955
|
+
const SvgAtStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$x({
|
|
2956
2956
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2957
2957
|
width: 16,
|
|
2958
2958
|
height: 16,
|
|
2959
2959
|
focusable: "false",
|
|
2960
2960
|
role: "presentation"
|
|
2961
|
-
}, props), _path$
|
|
2961
|
+
}, props), _path$s || (_path$s = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2962
2962
|
fill: "none",
|
|
2963
2963
|
stroke: "currentColor",
|
|
2964
2964
|
strokeLinecap: "round",
|
|
2965
2965
|
d: "M11.5 4.5V8h0A3.5 3.5 0 018 11.5h0A3.5 3.5 0 014.5 8h0A3.5 3.5 0 018 4.5h0A3.5 3.5 0 0111.5 8h0v1.5a2 2 0 002 2h0a2 2 0 002-2V8h0A7.5 7.5 0 008 .5h0A7.5 7.5 0 00.5 8h0A7.5 7.5 0 008 15.5h3.41"
|
|
2966
2966
|
})));
|
|
2967
2967
|
|
|
2968
|
-
var _path$
|
|
2969
|
-
function _extends$
|
|
2970
|
-
const SvgClipboard = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
2968
|
+
var _path$r;
|
|
2969
|
+
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); }
|
|
2970
|
+
const SvgClipboard = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$w({
|
|
2971
2971
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2972
2972
|
width: 16,
|
|
2973
2973
|
height: 16,
|
|
2974
2974
|
focusable: "false",
|
|
2975
2975
|
role: "presentation"
|
|
2976
|
-
}, props), _path$
|
|
2976
|
+
}, props), _path$r || (_path$r = /*#__PURE__*/React__namespace.createElement("path", {
|
|
2977
2977
|
fill: "none",
|
|
2978
2978
|
stroke: "currentColor",
|
|
2979
2979
|
strokeLinecap: "round",
|
|
@@ -3364,9 +3364,9 @@ const editorExtensions = ({ placeholderOptions, mentionableUsers, }) => {
|
|
|
3364
3364
|
];
|
|
3365
3365
|
};
|
|
3366
3366
|
|
|
3367
|
-
var _circle$3, _path$
|
|
3368
|
-
function _extends$
|
|
3369
|
-
const SvgRemoveMediaIcon = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
3367
|
+
var _circle$3, _path$q, _path2$6;
|
|
3368
|
+
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); }
|
|
3369
|
+
const SvgRemoveMediaIcon = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$v({
|
|
3370
3370
|
width: 56,
|
|
3371
3371
|
height: 56,
|
|
3372
3372
|
viewBox: "0 0 56 56",
|
|
@@ -3377,7 +3377,7 @@ const SvgRemoveMediaIcon = props => /*#__PURE__*/React__namespace.createElement(
|
|
|
3377
3377
|
cy: 28,
|
|
3378
3378
|
r: 28,
|
|
3379
3379
|
fill: "#edf7ff"
|
|
3380
|
-
})), _path$
|
|
3380
|
+
})), _path$q || (_path$q = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3381
3381
|
d: "M16.929 16.929L39.071 39.071",
|
|
3382
3382
|
stroke: "currentColor",
|
|
3383
3383
|
strokeWidth: 4
|
|
@@ -3403,9 +3403,9 @@ const DeleteThumbnailX = ({ deleteThumbnail }) => {
|
|
|
3403
3403
|
return (jsxRuntime.jsx(StyledDeleteThumbnailX, Object.assign({ className: "deleteThumbnail" }, { children: jsxRuntime.jsx(SvgRemoveMediaIcon, { onClick: (e) => deleteThumbnail(e) }) })));
|
|
3404
3404
|
};
|
|
3405
3405
|
|
|
3406
|
-
var _circle$2, _path$
|
|
3407
|
-
function _extends$
|
|
3408
|
-
const SvgVideoPlayIcon = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
3406
|
+
var _circle$2, _path$p;
|
|
3407
|
+
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); }
|
|
3408
|
+
const SvgVideoPlayIcon = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$u({
|
|
3409
3409
|
width: 56,
|
|
3410
3410
|
height: 56,
|
|
3411
3411
|
viewBox: "0 0 56 56",
|
|
@@ -3416,7 +3416,7 @@ const SvgVideoPlayIcon = props => /*#__PURE__*/React__namespace.createElement("s
|
|
|
3416
3416
|
cy: 28,
|
|
3417
3417
|
r: 28,
|
|
3418
3418
|
fill: "white"
|
|
3419
|
-
})), _path$
|
|
3419
|
+
})), _path$p || (_path$p = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3420
3420
|
d: "M47 28L18.5 44.4545L18.5 11.5455L47 28Z",
|
|
3421
3421
|
fill: "currentColor"
|
|
3422
3422
|
})));
|
|
@@ -3590,28 +3590,28 @@ Lightbox.Body = ModalBody; // Includes Main and Details
|
|
|
3590
3590
|
Lightbox.Footer = Footer$3;
|
|
3591
3591
|
Lightbox.Close = reactModals.Close;
|
|
3592
3592
|
|
|
3593
|
-
var _path$
|
|
3594
|
-
function _extends$
|
|
3595
|
-
const SvgChevronLeftStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
3593
|
+
var _path$o;
|
|
3594
|
+
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); }
|
|
3595
|
+
const SvgChevronLeftStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$t({
|
|
3596
3596
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3597
3597
|
width: 16,
|
|
3598
3598
|
height: 16,
|
|
3599
3599
|
focusable: "false",
|
|
3600
3600
|
viewBox: "0 0 16 16"
|
|
3601
|
-
}, props), _path$
|
|
3601
|
+
}, props), _path$o || (_path$o = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3602
3602
|
fill: "currentColor",
|
|
3603
3603
|
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"
|
|
3604
3604
|
})));
|
|
3605
3605
|
|
|
3606
|
-
var _path$
|
|
3607
|
-
function _extends$
|
|
3608
|
-
const SvgChevronRightStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
3606
|
+
var _path$n;
|
|
3607
|
+
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); }
|
|
3608
|
+
const SvgChevronRightStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$s({
|
|
3609
3609
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3610
3610
|
width: 16,
|
|
3611
3611
|
height: 16,
|
|
3612
3612
|
focusable: "false",
|
|
3613
3613
|
viewBox: "0 0 16 16"
|
|
3614
|
-
}, props), _path$
|
|
3614
|
+
}, props), _path$n || (_path$n = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3615
3615
|
fill: "currentColor",
|
|
3616
3616
|
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"
|
|
3617
3617
|
})));
|
|
@@ -3834,15 +3834,15 @@ Slider.Slide = Slide;
|
|
|
3834
3834
|
Slider.PrevButton = PrevButton;
|
|
3835
3835
|
Slider.NextButton = NextButton;
|
|
3836
3836
|
|
|
3837
|
-
var _path$
|
|
3838
|
-
function _extends$
|
|
3839
|
-
const SvgVolumeMutedFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
3837
|
+
var _path$m, _path2$5;
|
|
3838
|
+
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); }
|
|
3839
|
+
const SvgVolumeMutedFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$r({
|
|
3840
3840
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3841
3841
|
width: 16,
|
|
3842
3842
|
height: 16,
|
|
3843
3843
|
focusable: "false",
|
|
3844
3844
|
viewBox: "0 0 16 16"
|
|
3845
|
-
}, props), _path$
|
|
3845
|
+
}, props), _path$m || (_path$m = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3846
3846
|
stroke: "currentColor",
|
|
3847
3847
|
strokeLinecap: "round",
|
|
3848
3848
|
d: "M11.5 10l4-4m-4 0l4 4"
|
|
@@ -3851,15 +3851,15 @@ const SvgVolumeMutedFill = props => /*#__PURE__*/React__namespace.createElement(
|
|
|
3851
3851
|
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"
|
|
3852
3852
|
})));
|
|
3853
3853
|
|
|
3854
|
-
var _path$
|
|
3855
|
-
function _extends$
|
|
3856
|
-
const SvgVolumeUnmutedFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
3854
|
+
var _path$l, _path2$4;
|
|
3855
|
+
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); }
|
|
3856
|
+
const SvgVolumeUnmutedFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$q({
|
|
3857
3857
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3858
3858
|
width: 16,
|
|
3859
3859
|
height: 16,
|
|
3860
3860
|
focusable: "false",
|
|
3861
3861
|
viewBox: "0 0 16 16"
|
|
3862
|
-
}, props), _path$
|
|
3862
|
+
}, props), _path$l || (_path$l = /*#__PURE__*/React__namespace.createElement("path", {
|
|
3863
3863
|
fill: "currentColor",
|
|
3864
3864
|
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"
|
|
3865
3865
|
})), _path2$4 || (_path2$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -3934,8 +3934,8 @@ const useProgressContext = () => {
|
|
|
3934
3934
|
};
|
|
3935
3935
|
|
|
3936
3936
|
var _g$2;
|
|
3937
|
-
function _extends$
|
|
3938
|
-
const SvgGrip = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
3937
|
+
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); }
|
|
3938
|
+
const SvgGrip = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$p({
|
|
3939
3939
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3940
3940
|
width: 16,
|
|
3941
3941
|
height: 16,
|
|
@@ -4093,15 +4093,15 @@ const Bookmark = (props) => {
|
|
|
4093
4093
|
}, onClick: props.onClick }, { children: [jsxRuntime.jsx(Grabber, { observation: props }), jsxRuntime.jsx(Grabber, { isEnd: true, observation: props })] })) })));
|
|
4094
4094
|
};
|
|
4095
4095
|
|
|
4096
|
-
var _path$
|
|
4097
|
-
function _extends$
|
|
4098
|
-
const SvgBackSecondsFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4096
|
+
var _path$k, _path2$3, _path3$1;
|
|
4097
|
+
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); }
|
|
4098
|
+
const SvgBackSecondsFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$o({
|
|
4099
4099
|
width: 16,
|
|
4100
4100
|
height: 16,
|
|
4101
4101
|
viewBox: "0 0 16 16",
|
|
4102
4102
|
fill: "none",
|
|
4103
4103
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4104
|
-
}, props), _path$
|
|
4104
|
+
}, props), _path$k || (_path$k = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4105
4105
|
fillRule: "evenodd",
|
|
4106
4106
|
clipRule: "evenodd",
|
|
4107
4107
|
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",
|
|
@@ -4114,15 +4114,15 @@ const SvgBackSecondsFill = props => /*#__PURE__*/React__namespace.createElement(
|
|
|
4114
4114
|
fill: "currentColor"
|
|
4115
4115
|
})));
|
|
4116
4116
|
|
|
4117
|
-
var _path$
|
|
4118
|
-
function _extends$
|
|
4119
|
-
const SvgForwardSecondsFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4117
|
+
var _path$j, _path2$2, _path3;
|
|
4118
|
+
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); }
|
|
4119
|
+
const SvgForwardSecondsFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$n({
|
|
4120
4120
|
width: 16,
|
|
4121
4121
|
height: 16,
|
|
4122
4122
|
viewBox: "0 0 16 16",
|
|
4123
4123
|
fill: "none",
|
|
4124
4124
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4125
|
-
}, props), _path$
|
|
4125
|
+
}, props), _path$j || (_path$j = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4126
4126
|
fillRule: "evenodd",
|
|
4127
4127
|
clipRule: "evenodd",
|
|
4128
4128
|
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",
|
|
@@ -4136,8 +4136,8 @@ const SvgForwardSecondsFill = props => /*#__PURE__*/React__namespace.createEleme
|
|
|
4136
4136
|
})));
|
|
4137
4137
|
|
|
4138
4138
|
var _g$1;
|
|
4139
|
-
function _extends$
|
|
4140
|
-
const SvgPauseFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4139
|
+
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); }
|
|
4140
|
+
const SvgPauseFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$m({
|
|
4141
4141
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4142
4142
|
width: 16,
|
|
4143
4143
|
height: 16,
|
|
@@ -4161,28 +4161,28 @@ const SvgPauseFill = props => /*#__PURE__*/React__namespace.createElement("svg",
|
|
|
4161
4161
|
ry: 1
|
|
4162
4162
|
}))));
|
|
4163
4163
|
|
|
4164
|
-
var _path$
|
|
4165
|
-
function _extends$
|
|
4166
|
-
const SvgPlayFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4164
|
+
var _path$i;
|
|
4165
|
+
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); }
|
|
4166
|
+
const SvgPlayFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$l({
|
|
4167
4167
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4168
4168
|
width: 16,
|
|
4169
4169
|
height: 16,
|
|
4170
4170
|
focusable: "false",
|
|
4171
4171
|
viewBox: "0 0 16 16"
|
|
4172
|
-
}, props), _path$
|
|
4172
|
+
}, props), _path$i || (_path$i = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4173
4173
|
fill: "currentColor",
|
|
4174
4174
|
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"
|
|
4175
4175
|
})));
|
|
4176
4176
|
|
|
4177
|
-
var _path$
|
|
4178
|
-
function _extends$
|
|
4179
|
-
const SvgPreviousFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4177
|
+
var _path$h, _path2$1;
|
|
4178
|
+
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); }
|
|
4179
|
+
const SvgPreviousFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$k({
|
|
4180
4180
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4181
4181
|
width: 16,
|
|
4182
4182
|
height: 16,
|
|
4183
4183
|
focusable: "false",
|
|
4184
4184
|
viewBox: "0 0 24 24"
|
|
4185
|
-
}, props), _path$
|
|
4185
|
+
}, props), _path$h || (_path$h = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4186
4186
|
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",
|
|
4187
4187
|
fill: "currentColor"
|
|
4188
4188
|
})), _path2$1 || (_path2$1 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
@@ -4261,15 +4261,15 @@ const ControlsGroupCenter = (props) => {
|
|
|
4261
4261
|
} }, { children: jsxRuntime.jsxs(SM, Object.assign({ isBold: true, style: { lineHeight: "16px" } }, { children: [playBackRate, "x"] })) }))] })));
|
|
4262
4262
|
};
|
|
4263
4263
|
|
|
4264
|
-
var _path$
|
|
4265
|
-
function _extends$
|
|
4266
|
-
const SvgTagStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
4264
|
+
var _path$g, _circle$1;
|
|
4265
|
+
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); }
|
|
4266
|
+
const SvgTagStroke = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$j({
|
|
4267
4267
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4268
4268
|
width: 16,
|
|
4269
4269
|
height: 16,
|
|
4270
4270
|
focusable: "false",
|
|
4271
4271
|
viewBox: "0 0 16 16"
|
|
4272
|
-
}, props), _path$
|
|
4272
|
+
}, props), _path$g || (_path$g = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4273
4273
|
fill: "none",
|
|
4274
4274
|
stroke: "currentColor",
|
|
4275
4275
|
d: "M.5 1v5.3c0 .1.1.3.1.4l8.5 8.5c.2.2.5.2.7 0l5.3-5.3c.2-.2.2-.5 0-.7L6.6.6S6.4.5 6.3.5H1C.7.5.5.7.5 1z"
|
|
@@ -4280,20 +4280,33 @@ const SvgTagStroke = props => /*#__PURE__*/React__namespace.createElement("svg",
|
|
|
4280
4280
|
fill: "currentColor"
|
|
4281
4281
|
})));
|
|
4282
4282
|
|
|
4283
|
+
var _path$f;
|
|
4284
|
+
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); }
|
|
4285
|
+
const SvgPlus$1 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends$i({
|
|
4286
|
+
width: 12,
|
|
4287
|
+
height: 12,
|
|
4288
|
+
viewBox: "0 0 12 12",
|
|
4289
|
+
fill: "none",
|
|
4290
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
4291
|
+
}, props), _path$f || (_path$f = /*#__PURE__*/React__namespace.createElement("path", {
|
|
4292
|
+
fillRule: "evenodd",
|
|
4293
|
+
clipRule: "evenodd",
|
|
4294
|
+
d: "M6.5 1C6.19318 1 5.94444 1.24873 5.94444 1.55556V5.44444H2.05556C1.74873 5.44444 1.5 5.69318 1.5 6C1.5 6.30683 1.74873 6.55556 2.05556 6.55556H5.94444V10.4444C5.94444 10.7513 6.19318 11 6.5 11C6.80683 11 7.05556 10.7513 7.05556 10.4444V6.55556H10.9444C11.2513 6.55556 11.5 6.30683 11.5 6C11.5 5.69318 11.2513 5.44444 10.9444 5.44444H7.05556V1.55556C7.05556 1.24873 6.80683 1 6.5 1Z",
|
|
4295
|
+
fill: "currentColor"
|
|
4296
|
+
})));
|
|
4297
|
+
|
|
4283
4298
|
const Cutter = ({ onCutHandler, isCutting, i18n, }) => {
|
|
4284
4299
|
var _a;
|
|
4285
4300
|
const { context } = Video.useVideoContext();
|
|
4286
4301
|
const videoRef = (_a = context.player) === null || _a === void 0 ? void 0 : _a.ref.current;
|
|
4287
4302
|
if (!onCutHandler)
|
|
4288
4303
|
return null;
|
|
4289
|
-
return (jsxRuntime.
|
|
4304
|
+
return (jsxRuntime.jsx(Button, Object.assign({ isPrimary: true, isAccent: !isCutting, size: "small", onClick: (e) => {
|
|
4290
4305
|
if (videoRef) {
|
|
4291
4306
|
onCutHandler(videoRef.currentTime);
|
|
4292
4307
|
}
|
|
4293
4308
|
e.stopPropagation();
|
|
4294
|
-
} }, { children: [jsxRuntime.jsx(Button.StartIcon, { children: jsxRuntime.jsx(SvgTagStroke, {}) }),
|
|
4295
|
-
? (i18n === null || i18n === void 0 ? void 0 : i18n.onHighlight) || "Click again to stop"
|
|
4296
|
-
: (i18n === null || i18n === void 0 ? void 0 : i18n.beforeHighlight) || "New highlight"] })));
|
|
4309
|
+
} }, { children: isCutting ? (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(Button.StartIcon, { children: jsxRuntime.jsx(SvgTagStroke, {}) }), (i18n === null || i18n === void 0 ? void 0 : i18n.onHighlight) || "End observation"] })) : (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(Button.StartIcon, { children: jsxRuntime.jsx(SvgPlus$1, {}) }), (i18n === null || i18n === void 0 ? void 0 : i18n.beforeHighlight) || "Start observation"] })) })));
|
|
4297
4310
|
};
|
|
4298
4311
|
|
|
4299
4312
|
var _path$e;
|
|
@@ -4449,6 +4462,17 @@ const PlayerTooltip = (_a) => {
|
|
|
4449
4462
|
return (jsxRuntime.jsx(Wrapper$1, Object.assign({}, props, { children: jsxRuntime.jsx(Content$1, { children: children }) })));
|
|
4450
4463
|
};
|
|
4451
4464
|
|
|
4465
|
+
function useDebounce(value, delay) {
|
|
4466
|
+
const [debouncedValue, setDebouncedValue] = React.useState(value);
|
|
4467
|
+
React.useEffect(() => {
|
|
4468
|
+
const timer = setTimeout(() => setDebouncedValue(value), delay || 500);
|
|
4469
|
+
return () => {
|
|
4470
|
+
clearTimeout(timer);
|
|
4471
|
+
};
|
|
4472
|
+
}, [value, delay]);
|
|
4473
|
+
return debouncedValue;
|
|
4474
|
+
}
|
|
4475
|
+
|
|
4452
4476
|
const ControlsWrapper = styled__default["default"].div `
|
|
4453
4477
|
position: absolute;
|
|
4454
4478
|
bottom: 0;
|
|
@@ -4483,8 +4507,10 @@ const Controls = ({ container, onCutHandler, bookmarks, isCutting, onBookMarkUpd
|
|
|
4483
4507
|
const [tooltipMargin, setTooltipMargin] = React.useState(0);
|
|
4484
4508
|
const [tooltipLabel, setTooltipLabel] = React.useState("00:00");
|
|
4485
4509
|
const [marks, setMarks] = React.useState(bookmarks);
|
|
4510
|
+
const [updatedMark, setUpdatedMark] = React.useState();
|
|
4486
4511
|
const progressRef = React.useRef(null);
|
|
4487
4512
|
const { context, setCurrentTime } = Video.useVideoContext();
|
|
4513
|
+
const debouncedMark = useDebounce(updatedMark, 500);
|
|
4488
4514
|
const { reset, isGrabbing, activeBookmark, fromEnd } = useProgressContext();
|
|
4489
4515
|
React.useEffect(() => {
|
|
4490
4516
|
setMarks(bookmarks);
|
|
@@ -4540,15 +4566,8 @@ const Controls = ({ container, onCutHandler, bookmarks, isCutting, onBookMarkUpd
|
|
|
4540
4566
|
...marks.slice(currentObsIndex + 1),
|
|
4541
4567
|
];
|
|
4542
4568
|
setMarks(newMarks);
|
|
4543
|
-
|
|
4544
|
-
}, [
|
|
4545
|
-
activeBookmark,
|
|
4546
|
-
context.part.start,
|
|
4547
|
-
duration,
|
|
4548
|
-
fromEnd,
|
|
4549
|
-
onBookMarkUpdated,
|
|
4550
|
-
marks,
|
|
4551
|
-
]);
|
|
4569
|
+
setUpdatedMark(updatedMark);
|
|
4570
|
+
}, [activeBookmark, context.part.start, duration, fromEnd, marks]);
|
|
4552
4571
|
React.useEffect(() => {
|
|
4553
4572
|
var _a;
|
|
4554
4573
|
const currentTime = ((_a = context.player) === null || _a === void 0 ? void 0 : _a.currentTime) || 0;
|
|
@@ -4562,6 +4581,11 @@ const Controls = ({ container, onCutHandler, bookmarks, isCutting, onBookMarkUpd
|
|
|
4562
4581
|
document.removeEventListener("mouseup", reset);
|
|
4563
4582
|
};
|
|
4564
4583
|
}, [reset, marks]);
|
|
4584
|
+
React.useEffect(() => {
|
|
4585
|
+
if (debouncedMark) {
|
|
4586
|
+
onBookMarkUpdated === null || onBookMarkUpdated === void 0 ? void 0 : onBookMarkUpdated(debouncedMark);
|
|
4587
|
+
}
|
|
4588
|
+
}, [debouncedMark, onBookMarkUpdated]);
|
|
4565
4589
|
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 })), !!duration &&
|
|
4566
4590
|
(marks === null || marks === void 0 ? void 0 : marks.map((bookmark, index) => (jsxRuntime.jsx(Bookmark, Object.assign({}, bookmark), `${index}${bookmark.start}`)))), jsxRuntime.jsx(ProgressBar, { ref: progressRef, progress: progress, handleSkipAhead: handleSkipAhead, duration: duration })] })), jsxRuntime.jsxs(ControlsBar, { children: [jsxRuntime.jsxs(StyledDiv$1, Object.assign({ style: { width: "20%", justifyContent: "start" } }, { children: [jsxRuntime.jsx(AudioButton, {}), jsxRuntime.jsx(TimeLabel, { current: relCurrentTime, duration: duration })] })), jsxRuntime.jsx(ControlsGroupCenter, { style: { width: "60%" } }), jsxRuntime.jsxs(StyledDiv$1, Object.assign({ style: { width: "20%", justifyContent: "end" } }, { children: [jsxRuntime.jsx(Cutter, { onCutHandler: onCutHandler, isCutting: isCutting, i18n: i18n }), jsxRuntime.jsx(FullScreenButton, { container: container })] }))] })] })));
|
|
4567
4591
|
};
|
|
@@ -41,9 +41,15 @@ export declare const DemoTranscript: {
|
|
|
41
41
|
num_words: number;
|
|
42
42
|
start: number;
|
|
43
43
|
end: number;
|
|
44
|
+
sentiment: number;
|
|
44
45
|
}[];
|
|
45
46
|
};
|
|
46
47
|
}[];
|
|
47
48
|
}[];
|
|
48
49
|
};
|
|
49
50
|
};
|
|
51
|
+
export declare const DemoSentiment: {
|
|
52
|
+
role: string;
|
|
53
|
+
rate: number;
|
|
54
|
+
content: string;
|
|
55
|
+
};
|