@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
@@ -925,7 +925,7 @@ var classnames = classnames$1.exports;
925
925
 
926
926
  function cov_arxbygreg() {
927
927
  var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/ShareViaEmail/constants.js";
928
- var hash = "9e0cc3504da8b8be2698e8798e2f2472b9fa88c6";
928
+ var hash = "f52928bf55192f2e02231e4b61ec92b48d760296";
929
929
  var global = new Function("return this")();
930
930
  var gcv = "__coverage__";
931
931
  var coverageData = {
@@ -957,27 +957,27 @@ function cov_arxbygreg() {
957
957
  column: 29
958
958
  },
959
959
  end: {
960
- line: 21,
960
+ line: 20,
961
961
  column: 1
962
962
  }
963
963
  },
964
964
  "3": {
965
965
  start: {
966
- line: 23,
966
+ line: 22,
967
967
  column: 41
968
968
  },
969
969
  end: {
970
- line: 23,
970
+ line: 22,
971
971
  column: 49
972
972
  }
973
973
  },
974
974
  "4": {
975
975
  start: {
976
- line: 25,
976
+ line: 24,
977
977
  column: 33
978
978
  },
979
979
  end: {
980
- line: 25,
980
+ line: 24,
981
981
  column: 54
982
982
  }
983
983
  }
@@ -994,7 +994,7 @@ function cov_arxbygreg() {
994
994
  f: {},
995
995
  b: {},
996
996
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
997
- hash: "9e0cc3504da8b8be2698e8798e2f2472b9fa88c6"
997
+ hash: "f52928bf55192f2e02231e4b61ec92b48d760296"
998
998
  };
999
999
  var coverage = global[gcv] || (global[gcv] = {});
1000
1000
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -1022,13 +1022,29 @@ var INITIAL_VALUES = (cov_arxbygreg().s[1]++, {
1022
1022
  category: "email_share",
1023
1023
  actionButtonText: ""
1024
1024
  });
1025
- var EDITOR_ADDONS = (cov_arxbygreg().s[2]++, ["emoji", "block-quote", "image-upload", "divider", "video-embed"]);
1025
+ var EDITOR_ADDONS = (cov_arxbygreg().s[2]++, ["emoji", "block-quote", "image-upload", "divider"]);
1026
1026
  var ALLOWED_FILE_PICKER_TYPES = (cov_arxbygreg().s[3]++, [".csv"]);
1027
1027
  var DIRECT_UPLOAD_URL = (cov_arxbygreg().s[4]++, "/api/direct_uploads");
1028
1028
 
1029
+ function _arrayWithoutHoles(arr) {
1030
+ if (Array.isArray(arr)) return _arrayLikeToArray(arr);
1031
+ }
1032
+
1033
+ function _iterableToArray(iter) {
1034
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1035
+ }
1036
+
1037
+ function _nonIterableSpread() {
1038
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1039
+ }
1040
+
1041
+ function _toConsumableArray(arr) {
1042
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
1043
+ }
1044
+
1029
1045
  function cov_1ukti4j6us() {
1030
1046
  var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/ShareViaEmail/EmailBodyEditor.jsx";
1031
- var hash = "af296e0950ac62b43297842682c82232f288526f";
1047
+ var hash = "5f7eaa2c88a2bbeccd76458793049c4574c2b3c3";
1032
1048
  var global = new Function("return this")();
1033
1049
  var gcv = "__coverage__";
1034
1050
  var coverageData = {
@@ -1040,7 +1056,7 @@ function cov_1ukti4j6us() {
1040
1056
  column: 18
1041
1057
  },
1042
1058
  end: {
1043
- line: 24,
1059
+ line: 28,
1044
1060
  column: 1
1045
1061
  }
1046
1062
  },
@@ -1060,7 +1076,7 @@ function cov_1ukti4j6us() {
1060
1076
  column: 2
1061
1077
  },
1062
1078
  end: {
1063
- line: 23,
1079
+ line: 27,
1064
1080
  column: 4
1065
1081
  }
1066
1082
  }
@@ -1081,17 +1097,51 @@ function cov_1ukti4j6us() {
1081
1097
  loc: {
1082
1098
  start: {
1083
1099
  line: 8,
1084
- column: 35
1100
+ column: 59
1085
1101
  },
1086
1102
  end: {
1087
- line: 24,
1103
+ line: 28,
1088
1104
  column: 1
1089
1105
  }
1090
1106
  },
1091
1107
  line: 8
1092
1108
  }
1093
1109
  },
1094
- branchMap: {},
1110
+ branchMap: {
1111
+ "0": {
1112
+ loc: {
1113
+ start: {
1114
+ line: 22,
1115
+ column: 8
1116
+ },
1117
+ end: {
1118
+ line: 24,
1119
+ column: 25
1120
+ }
1121
+ },
1122
+ type: "cond-expr",
1123
+ locations: [{
1124
+ start: {
1125
+ line: 23,
1126
+ column: 12
1127
+ },
1128
+ end: {
1129
+ line: 23,
1130
+ column: 45
1131
+ }
1132
+ }, {
1133
+ start: {
1134
+ line: 24,
1135
+ column: 12
1136
+ },
1137
+ end: {
1138
+ line: 24,
1139
+ column: 25
1140
+ }
1141
+ }],
1142
+ line: 22
1143
+ }
1144
+ },
1095
1145
  s: {
1096
1146
  "0": 0,
1097
1147
  "1": 0,
@@ -1100,9 +1150,11 @@ function cov_1ukti4j6us() {
1100
1150
  f: {
1101
1151
  "0": 0
1102
1152
  },
1103
- b: {},
1153
+ b: {
1154
+ "0": [0, 0]
1155
+ },
1104
1156
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
1105
- hash: "af296e0950ac62b43297842682c82232f288526f"
1157
+ hash: "5f7eaa2c88a2bbeccd76458793049c4574c2b3c3"
1106
1158
  };
1107
1159
  var coverage = global[gcv] || (global[gcv] = {});
1108
1160
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -1120,21 +1172,22 @@ function cov_1ukti4j6us() {
1120
1172
  cov_1ukti4j6us();
1121
1173
  cov_1ukti4j6us().s[0]++;
1122
1174
  var EmailBody = function EmailBody(_ref, ref) {
1123
- var id = _ref.id;
1175
+ var id = _ref.id,
1176
+ showVideoEmbedInEditor = _ref.showVideoEmbedInEditor;
1124
1177
  cov_1ukti4j6us().f[0]++;
1125
1178
  var _ref2 = (cov_1ukti4j6us().s[1]++, useTranslation()),
1126
1179
  t = _ref2.t;
1127
1180
  cov_1ukti4j6us().s[2]++;
1128
1181
  return /*#__PURE__*/React.createElement(FormikEditor, {
1129
1182
  required: true,
1130
- addons: EDITOR_ADDONS,
1131
1183
  className: "mb-6",
1132
1184
  "data-cy": "email-body",
1133
1185
  id: id,
1134
1186
  label: t("neetoMolecules.shareViaEmail.emailBody"),
1135
1187
  name: "emailBody",
1136
1188
  ref: ref,
1137
- uploadEndpoint: DIRECT_UPLOAD_URL
1189
+ uploadEndpoint: DIRECT_UPLOAD_URL,
1190
+ addons: showVideoEmbedInEditor ? (cov_1ukti4j6us().b[0][0]++, [].concat(_toConsumableArray(EDITOR_ADDONS), ["video-embed"])) : (cov_1ukti4j6us().b[0][1]++, EDITOR_ADDONS)
1138
1191
  });
1139
1192
  };
1140
1193
  var EmailBody$1 = /*#__PURE__*/forwardRef(EmailBody);
@@ -4491,7 +4544,7 @@ var emailFormValidationSchema = function emailFormValidationSchema(disableReplyT
4491
4544
 
4492
4545
  function cov_2dkkhs5lzc() {
4493
4546
  var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/ShareViaEmail/Form.jsx";
4494
- var hash = "3c7da0a4a8f87f45ebea7e20c78fa1f656d8369b";
4547
+ var hash = "6f1ffa3d2db5da67eb4a1ee988ab24cab5068446";
4495
4548
  var global = new Function("return this")();
4496
4549
  var gcv = "__coverage__";
4497
4550
  var coverageData = {
@@ -4503,7 +4556,7 @@ function cov_2dkkhs5lzc() {
4503
4556
  column: 13
4504
4557
  },
4505
4558
  end: {
4506
- line: 140,
4559
+ line: 144,
4507
4560
  column: 1
4508
4561
  }
4509
4562
  },
@@ -4593,7 +4646,7 @@ function cov_2dkkhs5lzc() {
4593
4646
  column: 2
4594
4647
  },
4595
4648
  end: {
4596
- line: 139,
4649
+ line: 143,
4597
4650
  column: 4
4598
4651
  }
4599
4652
  }
@@ -4614,10 +4667,10 @@ function cov_2dkkhs5lzc() {
4614
4667
  loc: {
4615
4668
  start: {
4616
4669
  line: 15,
4617
- column: 47
4670
+ column: 71
4618
4671
  },
4619
4672
  end: {
4620
- line: 140,
4673
+ line: 144,
4621
4674
  column: 1
4622
4675
  }
4623
4676
  },
@@ -4676,101 +4729,101 @@ function cov_2dkkhs5lzc() {
4676
4729
  "0": {
4677
4730
  loc: {
4678
4731
  start: {
4679
- line: 80,
4732
+ line: 84,
4680
4733
  column: 9
4681
4734
  },
4682
4735
  end: {
4683
- line: 92,
4736
+ line: 96,
4684
4737
  column: 9
4685
4738
  }
4686
4739
  },
4687
4740
  type: "binary-expr",
4688
4741
  locations: [{
4689
4742
  start: {
4690
- line: 80,
4743
+ line: 84,
4691
4744
  column: 9
4692
4745
  },
4693
4746
  end: {
4694
- line: 80,
4747
+ line: 84,
4695
4748
  column: 34
4696
4749
  }
4697
4750
  }, {
4698
4751
  start: {
4699
- line: 81,
4752
+ line: 85,
4700
4753
  column: 10
4701
4754
  },
4702
4755
  end: {
4703
- line: 91,
4756
+ line: 95,
4704
4757
  column: 12
4705
4758
  }
4706
4759
  }],
4707
- line: 80
4760
+ line: 84
4708
4761
  },
4709
4762
  "1": {
4710
4763
  loc: {
4711
4764
  start: {
4712
- line: 107,
4765
+ line: 111,
4713
4766
  column: 11
4714
4767
  },
4715
4768
  end: {
4716
- line: 115,
4769
+ line: 119,
4717
4770
  column: 11
4718
4771
  }
4719
4772
  },
4720
4773
  type: "binary-expr",
4721
4774
  locations: [{
4722
4775
  start: {
4723
- line: 107,
4776
+ line: 111,
4724
4777
  column: 11
4725
4778
  },
4726
4779
  end: {
4727
- line: 107,
4780
+ line: 111,
4728
4781
  column: 26
4729
4782
  }
4730
4783
  }, {
4731
4784
  start: {
4732
- line: 108,
4785
+ line: 112,
4733
4786
  column: 12
4734
4787
  },
4735
4788
  end: {
4736
- line: 114,
4789
+ line: 118,
4737
4790
  column: 14
4738
4791
  }
4739
4792
  }],
4740
- line: 107
4793
+ line: 111
4741
4794
  },
4742
4795
  "2": {
4743
4796
  loc: {
4744
4797
  start: {
4745
- line: 118,
4798
+ line: 122,
4746
4799
  column: 7
4747
4800
  },
4748
4801
  end: {
4749
- line: 125,
4802
+ line: 129,
4750
4803
  column: 7
4751
4804
  }
4752
4805
  },
4753
4806
  type: "binary-expr",
4754
4807
  locations: [{
4755
4808
  start: {
4756
- line: 118,
4809
+ line: 122,
4757
4810
  column: 7
4758
4811
  },
4759
4812
  end: {
4760
- line: 118,
4813
+ line: 122,
4761
4814
  column: 15
4762
4815
  }
4763
4816
  }, {
4764
4817
  start: {
4765
- line: 119,
4818
+ line: 123,
4766
4819
  column: 8
4767
4820
  },
4768
4821
  end: {
4769
- line: 124,
4822
+ line: 128,
4770
4823
  column: 14
4771
4824
  }
4772
4825
  }],
4773
- line: 118
4826
+ line: 122
4774
4827
  }
4775
4828
  },
4776
4829
  s: {
@@ -4796,7 +4849,7 @@ function cov_2dkkhs5lzc() {
4796
4849
  "2": [0, 0]
4797
4850
  },
4798
4851
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
4799
- hash: "3c7da0a4a8f87f45ebea7e20c78fa1f656d8369b"
4852
+ hash: "6f1ffa3d2db5da67eb4a1ee988ab24cab5068446"
4800
4853
  };
4801
4854
  var coverage = global[gcv] || (global[gcv] = {});
4802
4855
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -4815,6 +4868,7 @@ cov_2dkkhs5lzc();
4815
4868
  cov_2dkkhs5lzc().s[0]++;
4816
4869
  var Form = function Form(_ref) {
4817
4870
  var disableReplyTo = _ref.disableReplyTo,
4871
+ showVideoEmbedInEditor = _ref.showVideoEmbedInEditor,
4818
4872
  children = _ref.children;
4819
4873
  cov_2dkkhs5lzc().f[0]++;
4820
4874
  var _ref2 = (cov_2dkkhs5lzc().s[1]++, useFormikContext()),
@@ -4883,7 +4937,8 @@ var Form = function Form(_ref) {
4883
4937
  name: "emailSubject"
4884
4938
  }), /*#__PURE__*/React.createElement(EmailBody$1, {
4885
4939
  id: "emailBody",
4886
- ref: editorRef
4940
+ ref: editorRef,
4941
+ showVideoEmbedInEditor: showVideoEmbedInEditor
4887
4942
  }), /*#__PURE__*/React.createElement("div", {
4888
4943
  ref: editorRef
4889
4944
  }), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Label, {
@@ -4947,7 +5002,7 @@ var Form = function Form(_ref) {
4947
5002
 
4948
5003
  function cov_1z3j0gxvbf() {
4949
5004
  var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/ShareViaEmail/index.jsx";
4950
- var hash = "908a625dd9419370600d46df890fbd2e49e7037b";
5005
+ var hash = "b16fa704f71e2d30a2654b393c71d7cf63cc0e1a";
4951
5006
  var global = new Function("return this")();
4952
5007
  var gcv = "__coverage__";
4953
5008
  var coverageData = {
@@ -4959,67 +5014,67 @@ function cov_1z3j0gxvbf() {
4959
5014
  column: 22
4960
5015
  },
4961
5016
  end: {
4962
- line: 97,
5017
+ line: 101,
4963
5018
  column: 1
4964
5019
  }
4965
5020
  },
4966
5021
  "1": {
4967
5022
  start: {
4968
- line: 22,
5023
+ line: 23,
4969
5024
  column: 16
4970
5025
  },
4971
5026
  end: {
4972
- line: 22,
5027
+ line: 23,
4973
5028
  column: 32
4974
5029
  }
4975
5030
  },
4976
5031
  "2": {
4977
5032
  start: {
4978
- line: 24,
5033
+ line: 25,
4979
5034
  column: 23
4980
5035
  },
4981
5036
  end: {
4982
- line: 24,
5037
+ line: 25,
4983
5038
  column: 78
4984
5039
  }
4985
5040
  },
4986
5041
  "3": {
4987
5042
  start: {
4988
- line: 24,
5043
+ line: 25,
4989
5044
  column: 39
4990
5045
  },
4991
5046
  end: {
4992
- line: 24,
5047
+ line: 25,
4993
5048
  column: 78
4994
5049
  }
4995
5050
  },
4996
5051
  "4": {
4997
5052
  start: {
4998
- line: 24,
5053
+ line: 25,
4999
5054
  column: 65
5000
5055
  },
5001
5056
  end: {
5002
- line: 24,
5057
+ line: 25,
5003
5058
  column: 77
5004
5059
  }
5005
5060
  },
5006
5061
  "5": {
5007
5062
  start: {
5008
- line: 26,
5063
+ line: 27,
5009
5064
  column: 2
5010
5065
  },
5011
5066
  end: {
5012
- line: 96,
5067
+ line: 100,
5013
5068
  column: 4
5014
5069
  }
5015
5070
  },
5016
5071
  "6": {
5017
5072
  start: {
5018
- line: 40,
5073
+ line: 41,
5019
5074
  column: 12
5020
5075
  },
5021
5076
  end: {
5022
- line: 91,
5077
+ line: 95,
5023
5078
  column: 18
5024
5079
  }
5025
5080
  }
@@ -5039,155 +5094,155 @@ function cov_1z3j0gxvbf() {
5039
5094
  },
5040
5095
  loc: {
5041
5096
  start: {
5042
- line: 21,
5097
+ line: 22,
5043
5098
  column: 6
5044
5099
  },
5045
5100
  end: {
5046
- line: 97,
5101
+ line: 101,
5047
5102
  column: 1
5048
5103
  }
5049
5104
  },
5050
- line: 21
5105
+ line: 22
5051
5106
  },
5052
5107
  "1": {
5053
5108
  name: "(anonymous_1)",
5054
5109
  decl: {
5055
5110
  start: {
5056
- line: 24,
5111
+ line: 25,
5057
5112
  column: 23
5058
5113
  },
5059
5114
  end: {
5060
- line: 24,
5115
+ line: 25,
5061
5116
  column: 24
5062
5117
  }
5063
5118
  },
5064
5119
  loc: {
5065
5120
  start: {
5066
- line: 24,
5121
+ line: 25,
5067
5122
  column: 39
5068
5123
  },
5069
5124
  end: {
5070
- line: 24,
5125
+ line: 25,
5071
5126
  column: 78
5072
5127
  }
5073
5128
  },
5074
- line: 24
5129
+ line: 25
5075
5130
  },
5076
5131
  "2": {
5077
5132
  name: "(anonymous_2)",
5078
5133
  decl: {
5079
5134
  start: {
5080
- line: 24,
5135
+ line: 25,
5081
5136
  column: 56
5082
5137
  },
5083
5138
  end: {
5084
- line: 24,
5139
+ line: 25,
5085
5140
  column: 57
5086
5141
  }
5087
5142
  },
5088
5143
  loc: {
5089
5144
  start: {
5090
- line: 24,
5145
+ line: 25,
5091
5146
  column: 65
5092
5147
  },
5093
5148
  end: {
5094
- line: 24,
5149
+ line: 25,
5095
5150
  column: 77
5096
5151
  }
5097
5152
  },
5098
- line: 24
5153
+ line: 25
5099
5154
  },
5100
5155
  "3": {
5101
5156
  name: "(anonymous_3)",
5102
5157
  decl: {
5103
5158
  start: {
5104
- line: 39,
5159
+ line: 40,
5105
5160
  column: 11
5106
5161
  },
5107
5162
  end: {
5108
- line: 39,
5163
+ line: 40,
5109
5164
  column: 12
5110
5165
  }
5111
5166
  },
5112
5167
  loc: {
5113
5168
  start: {
5114
- line: 40,
5169
+ line: 41,
5115
5170
  column: 12
5116
5171
  },
5117
5172
  end: {
5118
- line: 91,
5173
+ line: 95,
5119
5174
  column: 18
5120
5175
  }
5121
5176
  },
5122
- line: 40
5177
+ line: 41
5123
5178
  }
5124
5179
  },
5125
5180
  branchMap: {
5126
5181
  "0": {
5127
5182
  loc: {
5128
5183
  start: {
5129
- line: 42,
5184
+ line: 43,
5130
5185
  column: 17
5131
5186
  },
5132
5187
  end: {
5133
- line: 53,
5188
+ line: 54,
5134
5189
  column: 17
5135
5190
  }
5136
5191
  },
5137
5192
  type: "binary-expr",
5138
5193
  locations: [{
5139
5194
  start: {
5140
- line: 42,
5195
+ line: 43,
5141
5196
  column: 17
5142
5197
  },
5143
5198
  end: {
5144
- line: 42,
5199
+ line: 43,
5145
5200
  column: 26
5146
5201
  }
5147
5202
  }, {
5148
5203
  start: {
5149
- line: 43,
5204
+ line: 44,
5150
5205
  column: 18
5151
5206
  },
5152
5207
  end: {
5153
- line: 52,
5208
+ line: 53,
5154
5209
  column: 20
5155
5210
  }
5156
5211
  }],
5157
- line: 42
5212
+ line: 43
5158
5213
  },
5159
5214
  "1": {
5160
5215
  loc: {
5161
5216
  start: {
5162
- line: 64,
5217
+ line: 65,
5163
5218
  column: 19
5164
5219
  },
5165
5220
  end: {
5166
- line: 73,
5221
+ line: 74,
5167
5222
  column: 19
5168
5223
  }
5169
5224
  },
5170
5225
  type: "binary-expr",
5171
5226
  locations: [{
5172
5227
  start: {
5173
- line: 64,
5228
+ line: 65,
5174
5229
  column: 19
5175
5230
  },
5176
5231
  end: {
5177
- line: 64,
5232
+ line: 65,
5178
5233
  column: 30
5179
5234
  }
5180
5235
  }, {
5181
5236
  start: {
5182
- line: 65,
5237
+ line: 66,
5183
5238
  column: 20
5184
5239
  },
5185
5240
  end: {
5186
- line: 72,
5241
+ line: 73,
5187
5242
  column: 33
5188
5243
  }
5189
5244
  }],
5190
- line: 64
5245
+ line: 65
5191
5246
  }
5192
5247
  },
5193
5248
  s: {
@@ -5210,7 +5265,7 @@ function cov_1z3j0gxvbf() {
5210
5265
  "1": [0, 0]
5211
5266
  },
5212
5267
  _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
5213
- hash: "908a625dd9419370600d46df890fbd2e49e7037b"
5268
+ hash: "b16fa704f71e2d30a2654b393c71d7cf63cc0e1a"
5214
5269
  };
5215
5270
  var coverage = global[gcv] || (global[gcv] = {});
5216
5271
  if (!coverage[path] || coverage[path].hash !== hash) {
@@ -5234,7 +5289,8 @@ var ShareViaEmail = function ShareViaEmail(_ref) {
5234
5289
  description = _ref.description,
5235
5290
  defaultValues = _ref.defaultValues,
5236
5291
  disableReplyTo = _ref.disableReplyTo,
5237
- productName = _ref.productName;
5292
+ productName = _ref.productName,
5293
+ showVideoEmbedInEditor = _ref.showVideoEmbedInEditor;
5238
5294
  cov_1z3j0gxvbf().f[0]++;
5239
5295
  var _ref2 = (cov_1z3j0gxvbf().s[1]++, useTranslation()),
5240
5296
  t = _ref2.t;
@@ -5250,9 +5306,9 @@ var ShareViaEmail = function ShareViaEmail(_ref) {
5250
5306
  };
5251
5307
  cov_1z3j0gxvbf().s[5]++;
5252
5308
  return /*#__PURE__*/React.createElement("div", {
5253
- className: "neeto-ui-bg-gray-100 flex w-full flex-1 flex-col"
5309
+ className: "neeto-ui-bg-gray-100 flex w-full flex-1 flex-col p-8"
5254
5310
  }, /*#__PURE__*/React.createElement("div", {
5255
- className: "mx-auto flex w-full max-w-7xl flex-col py-10"
5311
+ className: "mx-auto flex w-full max-w-7xl flex-col"
5256
5312
  }, /*#__PURE__*/React.createElement(Form$1, {
5257
5313
  formProps: {
5258
5314
  noValidate: true
@@ -5295,7 +5351,8 @@ var ShareViaEmail = function ShareViaEmail(_ref) {
5295
5351
  lineHeight: "normal",
5296
5352
  style: "body2"
5297
5353
  }, description))), /*#__PURE__*/React.createElement(Form, {
5298
- disableReplyTo: disableReplyTo
5354
+ disableReplyTo: disableReplyTo,
5355
+ showVideoEmbedInEditor: showVideoEmbedInEditor
5299
5356
  }, children)), /*#__PURE__*/React.createElement("div", {
5300
5357
  className: "col-span-7"
5301
5358
  }, /*#__PURE__*/React.createElement("div", {