@bigbinary/neeto-molecules 1.0.21 → 1.0.23

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.
Files changed (45) hide show
  1. package/README.md +1 -0
  2. package/dist/CustomDomain.cjs.js +1867 -225
  3. package/dist/CustomDomain.cjs.js.map +1 -1
  4. package/dist/CustomDomain.js +1874 -233
  5. package/dist/CustomDomain.js.map +1 -1
  6. package/dist/Header.cjs.js +218 -51
  7. package/dist/Header.cjs.js.map +1 -1
  8. package/dist/Header.js +220 -53
  9. package/dist/Header.js.map +1 -1
  10. package/dist/IpRestriction.cjs.js +77 -57
  11. package/dist/IpRestriction.cjs.js.map +1 -1
  12. package/dist/IpRestriction.js +79 -59
  13. package/dist/IpRestriction.js.map +1 -1
  14. package/dist/NeetoWidget.cjs.js +130 -144
  15. package/dist/NeetoWidget.cjs.js.map +1 -1
  16. package/dist/NeetoWidget.js +130 -144
  17. package/dist/NeetoWidget.js.map +1 -1
  18. package/dist/Rename.cjs.js +1314 -0
  19. package/dist/Rename.cjs.js.map +1 -0
  20. package/dist/Rename.js +1308 -0
  21. package/dist/Rename.js.map +1 -0
  22. package/dist/ResponsiveDevicePicker.cjs.js +547 -0
  23. package/dist/ResponsiveDevicePicker.cjs.js.map +1 -0
  24. package/dist/ResponsiveDevicePicker.js +541 -0
  25. package/dist/ResponsiveDevicePicker.js.map +1 -0
  26. package/dist/ShareViaEmail.cjs.js +155 -98
  27. package/dist/ShareViaEmail.cjs.js.map +1 -1
  28. package/dist/ShareViaEmail.js +155 -98
  29. package/dist/ShareViaEmail.js.map +1 -1
  30. package/dist/Sidebar.cjs.js +51 -35
  31. package/dist/Sidebar.cjs.js.map +1 -1
  32. package/dist/Sidebar.js +53 -37
  33. package/dist/Sidebar.js.map +1 -1
  34. package/dist/SubHeader.cjs.js +1683 -32
  35. package/dist/SubHeader.cjs.js.map +1 -1
  36. package/dist/SubHeader.js +1683 -33
  37. package/dist/SubHeader.js.map +1 -1
  38. package/package.json +5 -3
  39. package/src/translations/en.json +40 -33
  40. package/types/Header.d.ts +2 -0
  41. package/types/Rename.d.ts +59 -0
  42. package/types/ResponsiveDevicePicker.d.ts +30 -0
  43. package/types/ShareViaEmail.d.ts +1 -0
  44. package/types/SubHeader.d.ts +31 -1
  45. package/types/TableWrapper.d.ts +13 -5
@@ -951,7 +951,7 @@ var classnames = classnames$1.exports;
951
951
 
952
952
  function cov_arxbygreg() {
953
953
  var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/ShareViaEmail/constants.js";
954
- var hash = "9e0cc3504da8b8be2698e8798e2f2472b9fa88c6";
954
+ var hash = "f52928bf55192f2e02231e4b61ec92b48d760296";
955
955
  var global = new Function("return this")();
956
956
  var gcv = "__coverage__";
957
957
  var coverageData = {
@@ -983,27 +983,27 @@ function cov_arxbygreg() {
983
983
  column: 29
984
984
  },
985
985
  end: {
986
- line: 21,
986
+ line: 20,
987
987
  column: 1
988
988
  }
989
989
  },
990
990
  "3": {
991
991
  start: {
992
- line: 23,
992
+ line: 22,
993
993
  column: 41
994
994
  },
995
995
  end: {
996
- line: 23,
996
+ line: 22,
997
997
  column: 49
998
998
  }
999
999
  },
1000
1000
  "4": {
1001
1001
  start: {
1002
- line: 25,
1002
+ line: 24,
1003
1003
  column: 33
1004
1004
  },
1005
1005
  end: {
1006
- line: 25,
1006
+ line: 24,
1007
1007
  column: 54
1008
1008
  }
1009
1009
  }
@@ -1020,7 +1020,7 @@ function cov_arxbygreg() {
1020
1020
  f: {},
1021
1021
  b: {},
1022
1022
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
1023
- hash: "9e0cc3504da8b8be2698e8798e2f2472b9fa88c6"
1023
+ hash: "f52928bf55192f2e02231e4b61ec92b48d760296"
1024
1024
  };
1025
1025
  var coverage = global[gcv] || (global[gcv] = {});
1026
1026
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -1048,13 +1048,29 @@ var INITIAL_VALUES = (cov_arxbygreg().s[1]++, {
1048
1048
  category: "email_share",
1049
1049
  actionButtonText: ""
1050
1050
  });
1051
- var EDITOR_ADDONS = (cov_arxbygreg().s[2]++, ["emoji", "block-quote", "image-upload", "divider", "video-embed"]);
1051
+ var EDITOR_ADDONS = (cov_arxbygreg().s[2]++, ["emoji", "block-quote", "image-upload", "divider"]);
1052
1052
  var ALLOWED_FILE_PICKER_TYPES = (cov_arxbygreg().s[3]++, [".csv"]);
1053
1053
  var DIRECT_UPLOAD_URL = (cov_arxbygreg().s[4]++, "/api/direct_uploads");
1054
1054
 
1055
+ function _arrayWithoutHoles(arr) {
1056
+ if (Array.isArray(arr)) return _arrayLikeToArray(arr);
1057
+ }
1058
+
1059
+ function _iterableToArray(iter) {
1060
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1061
+ }
1062
+
1063
+ function _nonIterableSpread() {
1064
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1065
+ }
1066
+
1067
+ function _toConsumableArray(arr) {
1068
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
1069
+ }
1070
+
1055
1071
  function cov_1ukti4j6us() {
1056
1072
  var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/ShareViaEmail/EmailBodyEditor.jsx";
1057
- var hash = "af296e0950ac62b43297842682c82232f288526f";
1073
+ var hash = "5f7eaa2c88a2bbeccd76458793049c4574c2b3c3";
1058
1074
  var global = new Function("return this")();
1059
1075
  var gcv = "__coverage__";
1060
1076
  var coverageData = {
@@ -1066,7 +1082,7 @@ function cov_1ukti4j6us() {
1066
1082
  column: 18
1067
1083
  },
1068
1084
  end: {
1069
- line: 24,
1085
+ line: 28,
1070
1086
  column: 1
1071
1087
  }
1072
1088
  },
@@ -1086,7 +1102,7 @@ function cov_1ukti4j6us() {
1086
1102
  column: 2
1087
1103
  },
1088
1104
  end: {
1089
- line: 23,
1105
+ line: 27,
1090
1106
  column: 4
1091
1107
  }
1092
1108
  }
@@ -1107,17 +1123,51 @@ function cov_1ukti4j6us() {
1107
1123
  loc: {
1108
1124
  start: {
1109
1125
  line: 8,
1110
- column: 35
1126
+ column: 59
1111
1127
  },
1112
1128
  end: {
1113
- line: 24,
1129
+ line: 28,
1114
1130
  column: 1
1115
1131
  }
1116
1132
  },
1117
1133
  line: 8
1118
1134
  }
1119
1135
  },
1120
- branchMap: {},
1136
+ branchMap: {
1137
+ "0": {
1138
+ loc: {
1139
+ start: {
1140
+ line: 22,
1141
+ column: 8
1142
+ },
1143
+ end: {
1144
+ line: 24,
1145
+ column: 25
1146
+ }
1147
+ },
1148
+ type: "cond-expr",
1149
+ locations: [{
1150
+ start: {
1151
+ line: 23,
1152
+ column: 12
1153
+ },
1154
+ end: {
1155
+ line: 23,
1156
+ column: 45
1157
+ }
1158
+ }, {
1159
+ start: {
1160
+ line: 24,
1161
+ column: 12
1162
+ },
1163
+ end: {
1164
+ line: 24,
1165
+ column: 25
1166
+ }
1167
+ }],
1168
+ line: 22
1169
+ }
1170
+ },
1121
1171
  s: {
1122
1172
  "0": 0,
1123
1173
  "1": 0,
@@ -1126,9 +1176,11 @@ function cov_1ukti4j6us() {
1126
1176
  f: {
1127
1177
  "0": 0
1128
1178
  },
1129
- b: {},
1179
+ b: {
1180
+ "0": [0, 0]
1181
+ },
1130
1182
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
1131
- hash: "af296e0950ac62b43297842682c82232f288526f"
1183
+ hash: "5f7eaa2c88a2bbeccd76458793049c4574c2b3c3"
1132
1184
  };
1133
1185
  var coverage = global[gcv] || (global[gcv] = {});
1134
1186
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -1146,21 +1198,22 @@ function cov_1ukti4j6us() {
1146
1198
  cov_1ukti4j6us();
1147
1199
  cov_1ukti4j6us().s[0]++;
1148
1200
  var EmailBody = function EmailBody(_ref, ref) {
1149
- var id = _ref.id;
1201
+ var id = _ref.id,
1202
+ showVideoEmbedInEditor = _ref.showVideoEmbedInEditor;
1150
1203
  cov_1ukti4j6us().f[0]++;
1151
1204
  var _ref2 = (cov_1ukti4j6us().s[1]++, reactI18next.useTranslation()),
1152
1205
  t = _ref2.t;
1153
1206
  cov_1ukti4j6us().s[2]++;
1154
1207
  return /*#__PURE__*/React__default["default"].createElement(neetoEditor.FormikEditor, {
1155
1208
  required: true,
1156
- addons: EDITOR_ADDONS,
1157
1209
  className: "mb-6",
1158
1210
  "data-cy": "email-body",
1159
1211
  id: id,
1160
1212
  label: t("neetoMolecules.shareViaEmail.emailBody"),
1161
1213
  name: "emailBody",
1162
1214
  ref: ref,
1163
- uploadEndpoint: DIRECT_UPLOAD_URL
1215
+ uploadEndpoint: DIRECT_UPLOAD_URL,
1216
+ addons: showVideoEmbedInEditor ? (cov_1ukti4j6us().b[0][0]++, [].concat(_toConsumableArray(EDITOR_ADDONS), ["video-embed"])) : (cov_1ukti4j6us().b[0][1]++, EDITOR_ADDONS)
1164
1217
  });
1165
1218
  };
1166
1219
  var EmailBody$1 = /*#__PURE__*/React.forwardRef(EmailBody);
@@ -4517,7 +4570,7 @@ var emailFormValidationSchema = function emailFormValidationSchema(disableReplyT
4517
4570
 
4518
4571
  function cov_2dkkhs5lzc() {
4519
4572
  var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/ShareViaEmail/Form.jsx";
4520
- var hash = "3c7da0a4a8f87f45ebea7e20c78fa1f656d8369b";
4573
+ var hash = "6f1ffa3d2db5da67eb4a1ee988ab24cab5068446";
4521
4574
  var global = new Function("return this")();
4522
4575
  var gcv = "__coverage__";
4523
4576
  var coverageData = {
@@ -4529,7 +4582,7 @@ function cov_2dkkhs5lzc() {
4529
4582
  column: 13
4530
4583
  },
4531
4584
  end: {
4532
- line: 140,
4585
+ line: 144,
4533
4586
  column: 1
4534
4587
  }
4535
4588
  },
@@ -4619,7 +4672,7 @@ function cov_2dkkhs5lzc() {
4619
4672
  column: 2
4620
4673
  },
4621
4674
  end: {
4622
- line: 139,
4675
+ line: 143,
4623
4676
  column: 4
4624
4677
  }
4625
4678
  }
@@ -4640,10 +4693,10 @@ function cov_2dkkhs5lzc() {
4640
4693
  loc: {
4641
4694
  start: {
4642
4695
  line: 15,
4643
- column: 47
4696
+ column: 71
4644
4697
  },
4645
4698
  end: {
4646
- line: 140,
4699
+ line: 144,
4647
4700
  column: 1
4648
4701
  }
4649
4702
  },
@@ -4702,101 +4755,101 @@ function cov_2dkkhs5lzc() {
4702
4755
  "0": {
4703
4756
  loc: {
4704
4757
  start: {
4705
- line: 80,
4758
+ line: 84,
4706
4759
  column: 9
4707
4760
  },
4708
4761
  end: {
4709
- line: 92,
4762
+ line: 96,
4710
4763
  column: 9
4711
4764
  }
4712
4765
  },
4713
4766
  type: "binary-expr",
4714
4767
  locations: [{
4715
4768
  start: {
4716
- line: 80,
4769
+ line: 84,
4717
4770
  column: 9
4718
4771
  },
4719
4772
  end: {
4720
- line: 80,
4773
+ line: 84,
4721
4774
  column: 34
4722
4775
  }
4723
4776
  }, {
4724
4777
  start: {
4725
- line: 81,
4778
+ line: 85,
4726
4779
  column: 10
4727
4780
  },
4728
4781
  end: {
4729
- line: 91,
4782
+ line: 95,
4730
4783
  column: 12
4731
4784
  }
4732
4785
  }],
4733
- line: 80
4786
+ line: 84
4734
4787
  },
4735
4788
  "1": {
4736
4789
  loc: {
4737
4790
  start: {
4738
- line: 107,
4791
+ line: 111,
4739
4792
  column: 11
4740
4793
  },
4741
4794
  end: {
4742
- line: 115,
4795
+ line: 119,
4743
4796
  column: 11
4744
4797
  }
4745
4798
  },
4746
4799
  type: "binary-expr",
4747
4800
  locations: [{
4748
4801
  start: {
4749
- line: 107,
4802
+ line: 111,
4750
4803
  column: 11
4751
4804
  },
4752
4805
  end: {
4753
- line: 107,
4806
+ line: 111,
4754
4807
  column: 26
4755
4808
  }
4756
4809
  }, {
4757
4810
  start: {
4758
- line: 108,
4811
+ line: 112,
4759
4812
  column: 12
4760
4813
  },
4761
4814
  end: {
4762
- line: 114,
4815
+ line: 118,
4763
4816
  column: 14
4764
4817
  }
4765
4818
  }],
4766
- line: 107
4819
+ line: 111
4767
4820
  },
4768
4821
  "2": {
4769
4822
  loc: {
4770
4823
  start: {
4771
- line: 118,
4824
+ line: 122,
4772
4825
  column: 7
4773
4826
  },
4774
4827
  end: {
4775
- line: 125,
4828
+ line: 129,
4776
4829
  column: 7
4777
4830
  }
4778
4831
  },
4779
4832
  type: "binary-expr",
4780
4833
  locations: [{
4781
4834
  start: {
4782
- line: 118,
4835
+ line: 122,
4783
4836
  column: 7
4784
4837
  },
4785
4838
  end: {
4786
- line: 118,
4839
+ line: 122,
4787
4840
  column: 15
4788
4841
  }
4789
4842
  }, {
4790
4843
  start: {
4791
- line: 119,
4844
+ line: 123,
4792
4845
  column: 8
4793
4846
  },
4794
4847
  end: {
4795
- line: 124,
4848
+ line: 128,
4796
4849
  column: 14
4797
4850
  }
4798
4851
  }],
4799
- line: 118
4852
+ line: 122
4800
4853
  }
4801
4854
  },
4802
4855
  s: {
@@ -4822,7 +4875,7 @@ function cov_2dkkhs5lzc() {
4822
4875
  "2": [0, 0]
4823
4876
  },
4824
4877
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
4825
- hash: "3c7da0a4a8f87f45ebea7e20c78fa1f656d8369b"
4878
+ hash: "6f1ffa3d2db5da67eb4a1ee988ab24cab5068446"
4826
4879
  };
4827
4880
  var coverage = global[gcv] || (global[gcv] = {});
4828
4881
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -4841,6 +4894,7 @@ cov_2dkkhs5lzc();
4841
4894
  cov_2dkkhs5lzc().s[0]++;
4842
4895
  var Form = function Form(_ref) {
4843
4896
  var disableReplyTo = _ref.disableReplyTo,
4897
+ showVideoEmbedInEditor = _ref.showVideoEmbedInEditor,
4844
4898
  children = _ref.children;
4845
4899
  cov_2dkkhs5lzc().f[0]++;
4846
4900
  var _ref2 = (cov_2dkkhs5lzc().s[1]++, formik.useFormikContext()),
@@ -4909,7 +4963,8 @@ var Form = function Form(_ref) {
4909
4963
  name: "emailSubject"
4910
4964
  }), /*#__PURE__*/React__default["default"].createElement(EmailBody$1, {
4911
4965
  id: "emailBody",
4912
- ref: editorRef
4966
+ ref: editorRef,
4967
+ showVideoEmbedInEditor: showVideoEmbedInEditor
4913
4968
  }), /*#__PURE__*/React__default["default"].createElement("div", {
4914
4969
  ref: editorRef
4915
4970
  }), /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement(neetoui.Label, {
@@ -4973,7 +5028,7 @@ var Form = function Form(_ref) {
4973
5028
 
4974
5029
  function cov_1z3j0gxvbf() {
4975
5030
  var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/ShareViaEmail/index.jsx";
4976
- var hash = "908a625dd9419370600d46df890fbd2e49e7037b";
5031
+ var hash = "b16fa704f71e2d30a2654b393c71d7cf63cc0e1a";
4977
5032
  var global = new Function("return this")();
4978
5033
  var gcv = "__coverage__";
4979
5034
  var coverageData = {
@@ -4985,67 +5040,67 @@ function cov_1z3j0gxvbf() {
4985
5040
  column: 22
4986
5041
  },
4987
5042
  end: {
4988
- line: 97,
5043
+ line: 101,
4989
5044
  column: 1
4990
5045
  }
4991
5046
  },
4992
5047
  "1": {
4993
5048
  start: {
4994
- line: 22,
5049
+ line: 23,
4995
5050
  column: 16
4996
5051
  },
4997
5052
  end: {
4998
- line: 22,
5053
+ line: 23,
4999
5054
  column: 32
5000
5055
  }
5001
5056
  },
5002
5057
  "2": {
5003
5058
  start: {
5004
- line: 24,
5059
+ line: 25,
5005
5060
  column: 23
5006
5061
  },
5007
5062
  end: {
5008
- line: 24,
5063
+ line: 25,
5009
5064
  column: 78
5010
5065
  }
5011
5066
  },
5012
5067
  "3": {
5013
5068
  start: {
5014
- line: 24,
5069
+ line: 25,
5015
5070
  column: 39
5016
5071
  },
5017
5072
  end: {
5018
- line: 24,
5073
+ line: 25,
5019
5074
  column: 78
5020
5075
  }
5021
5076
  },
5022
5077
  "4": {
5023
5078
  start: {
5024
- line: 24,
5079
+ line: 25,
5025
5080
  column: 65
5026
5081
  },
5027
5082
  end: {
5028
- line: 24,
5083
+ line: 25,
5029
5084
  column: 77
5030
5085
  }
5031
5086
  },
5032
5087
  "5": {
5033
5088
  start: {
5034
- line: 26,
5089
+ line: 27,
5035
5090
  column: 2
5036
5091
  },
5037
5092
  end: {
5038
- line: 96,
5093
+ line: 100,
5039
5094
  column: 4
5040
5095
  }
5041
5096
  },
5042
5097
  "6": {
5043
5098
  start: {
5044
- line: 40,
5099
+ line: 41,
5045
5100
  column: 12
5046
5101
  },
5047
5102
  end: {
5048
- line: 91,
5103
+ line: 95,
5049
5104
  column: 18
5050
5105
  }
5051
5106
  }
@@ -5065,155 +5120,155 @@ function cov_1z3j0gxvbf() {
5065
5120
  },
5066
5121
  loc: {
5067
5122
  start: {
5068
- line: 21,
5123
+ line: 22,
5069
5124
  column: 6
5070
5125
  },
5071
5126
  end: {
5072
- line: 97,
5127
+ line: 101,
5073
5128
  column: 1
5074
5129
  }
5075
5130
  },
5076
- line: 21
5131
+ line: 22
5077
5132
  },
5078
5133
  "1": {
5079
5134
  name: "(anonymous_1)",
5080
5135
  decl: {
5081
5136
  start: {
5082
- line: 24,
5137
+ line: 25,
5083
5138
  column: 23
5084
5139
  },
5085
5140
  end: {
5086
- line: 24,
5141
+ line: 25,
5087
5142
  column: 24
5088
5143
  }
5089
5144
  },
5090
5145
  loc: {
5091
5146
  start: {
5092
- line: 24,
5147
+ line: 25,
5093
5148
  column: 39
5094
5149
  },
5095
5150
  end: {
5096
- line: 24,
5151
+ line: 25,
5097
5152
  column: 78
5098
5153
  }
5099
5154
  },
5100
- line: 24
5155
+ line: 25
5101
5156
  },
5102
5157
  "2": {
5103
5158
  name: "(anonymous_2)",
5104
5159
  decl: {
5105
5160
  start: {
5106
- line: 24,
5161
+ line: 25,
5107
5162
  column: 56
5108
5163
  },
5109
5164
  end: {
5110
- line: 24,
5165
+ line: 25,
5111
5166
  column: 57
5112
5167
  }
5113
5168
  },
5114
5169
  loc: {
5115
5170
  start: {
5116
- line: 24,
5171
+ line: 25,
5117
5172
  column: 65
5118
5173
  },
5119
5174
  end: {
5120
- line: 24,
5175
+ line: 25,
5121
5176
  column: 77
5122
5177
  }
5123
5178
  },
5124
- line: 24
5179
+ line: 25
5125
5180
  },
5126
5181
  "3": {
5127
5182
  name: "(anonymous_3)",
5128
5183
  decl: {
5129
5184
  start: {
5130
- line: 39,
5185
+ line: 40,
5131
5186
  column: 11
5132
5187
  },
5133
5188
  end: {
5134
- line: 39,
5189
+ line: 40,
5135
5190
  column: 12
5136
5191
  }
5137
5192
  },
5138
5193
  loc: {
5139
5194
  start: {
5140
- line: 40,
5195
+ line: 41,
5141
5196
  column: 12
5142
5197
  },
5143
5198
  end: {
5144
- line: 91,
5199
+ line: 95,
5145
5200
  column: 18
5146
5201
  }
5147
5202
  },
5148
- line: 40
5203
+ line: 41
5149
5204
  }
5150
5205
  },
5151
5206
  branchMap: {
5152
5207
  "0": {
5153
5208
  loc: {
5154
5209
  start: {
5155
- line: 42,
5210
+ line: 43,
5156
5211
  column: 17
5157
5212
  },
5158
5213
  end: {
5159
- line: 53,
5214
+ line: 54,
5160
5215
  column: 17
5161
5216
  }
5162
5217
  },
5163
5218
  type: "binary-expr",
5164
5219
  locations: [{
5165
5220
  start: {
5166
- line: 42,
5221
+ line: 43,
5167
5222
  column: 17
5168
5223
  },
5169
5224
  end: {
5170
- line: 42,
5225
+ line: 43,
5171
5226
  column: 26
5172
5227
  }
5173
5228
  }, {
5174
5229
  start: {
5175
- line: 43,
5230
+ line: 44,
5176
5231
  column: 18
5177
5232
  },
5178
5233
  end: {
5179
- line: 52,
5234
+ line: 53,
5180
5235
  column: 20
5181
5236
  }
5182
5237
  }],
5183
- line: 42
5238
+ line: 43
5184
5239
  },
5185
5240
  "1": {
5186
5241
  loc: {
5187
5242
  start: {
5188
- line: 64,
5243
+ line: 65,
5189
5244
  column: 19
5190
5245
  },
5191
5246
  end: {
5192
- line: 73,
5247
+ line: 74,
5193
5248
  column: 19
5194
5249
  }
5195
5250
  },
5196
5251
  type: "binary-expr",
5197
5252
  locations: [{
5198
5253
  start: {
5199
- line: 64,
5254
+ line: 65,
5200
5255
  column: 19
5201
5256
  },
5202
5257
  end: {
5203
- line: 64,
5258
+ line: 65,
5204
5259
  column: 30
5205
5260
  }
5206
5261
  }, {
5207
5262
  start: {
5208
- line: 65,
5263
+ line: 66,
5209
5264
  column: 20
5210
5265
  },
5211
5266
  end: {
5212
- line: 72,
5267
+ line: 73,
5213
5268
  column: 33
5214
5269
  }
5215
5270
  }],
5216
- line: 64
5271
+ line: 65
5217
5272
  }
5218
5273
  },
5219
5274
  s: {
@@ -5236,7 +5291,7 @@ function cov_1z3j0gxvbf() {
5236
5291
  "1": [0, 0]
5237
5292
  },
5238
5293
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
5239
- hash: "908a625dd9419370600d46df890fbd2e49e7037b"
5294
+ hash: "b16fa704f71e2d30a2654b393c71d7cf63cc0e1a"
5240
5295
  };
5241
5296
  var coverage = global[gcv] || (global[gcv] = {});
5242
5297
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -5260,7 +5315,8 @@ var ShareViaEmail = function ShareViaEmail(_ref) {
5260
5315
  description = _ref.description,
5261
5316
  defaultValues = _ref.defaultValues,
5262
5317
  disableReplyTo = _ref.disableReplyTo,
5263
- productName = _ref.productName;
5318
+ productName = _ref.productName,
5319
+ showVideoEmbedInEditor = _ref.showVideoEmbedInEditor;
5264
5320
  cov_1z3j0gxvbf().f[0]++;
5265
5321
  var _ref2 = (cov_1z3j0gxvbf().s[1]++, reactI18next.useTranslation()),
5266
5322
  t = _ref2.t;
@@ -5276,9 +5332,9 @@ var ShareViaEmail = function ShareViaEmail(_ref) {
5276
5332
  };
5277
5333
  cov_1z3j0gxvbf().s[5]++;
5278
5334
  return /*#__PURE__*/React__default["default"].createElement("div", {
5279
- className: "neeto-ui-bg-gray-100 flex w-full flex-1 flex-col"
5335
+ className: "neeto-ui-bg-gray-100 flex w-full flex-1 flex-col p-8"
5280
5336
  }, /*#__PURE__*/React__default["default"].createElement("div", {
5281
- className: "mx-auto flex w-full max-w-7xl flex-col py-10"
5337
+ className: "mx-auto flex w-full max-w-7xl flex-col"
5282
5338
  }, /*#__PURE__*/React__default["default"].createElement(formik$1.Form, {
5283
5339
  formProps: {
5284
5340
  noValidate: true
@@ -5321,7 +5377,8 @@ var ShareViaEmail = function ShareViaEmail(_ref) {
5321
5377
  lineHeight: "normal",
5322
5378
  style: "body2"
5323
5379
  }, description))), /*#__PURE__*/React__default["default"].createElement(Form, {
5324
- disableReplyTo: disableReplyTo
5380
+ disableReplyTo: disableReplyTo,
5381
+ showVideoEmbedInEditor: showVideoEmbedInEditor
5325
5382
  }, children)), /*#__PURE__*/React__default["default"].createElement("div", {
5326
5383
  className: "col-span-7"
5327
5384
  }, /*#__PURE__*/React__default["default"].createElement("div", {