@flozy/editor 9.8.1 → 9.8.3

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 (255) hide show
  1. package/dist/Editor/ChatEditor.js +19 -26
  2. package/dist/Editor/CommonEditor.js +25 -139
  3. package/dist/Editor/DialogWrapper.js +25 -31
  4. package/dist/Editor/Editor.css +7 -11
  5. package/dist/Editor/Elements/AI/AIInput.js +3 -5
  6. package/dist/Editor/Elements/AI/CustomSelect.js +5 -9
  7. package/dist/Editor/Elements/AI/PopoverAIInput.js +5 -15
  8. package/dist/Editor/Elements/Accordion/Accordion.js +3 -4
  9. package/dist/Editor/Elements/Accordion/AccordionBtnPopup.js +1 -4
  10. package/dist/Editor/Elements/Accordion/AccordionButton.js +2 -6
  11. package/dist/Editor/Elements/Accordion/AccordionTitlePopup.js +1 -4
  12. package/dist/Editor/Elements/AppHeader/AppHeader.js +3 -3
  13. package/dist/Editor/Elements/AppHeader/AppHeaderButton.js +2 -6
  14. package/dist/Editor/Elements/AppHeader/AppHeaderPopup.js +1 -4
  15. package/dist/Editor/Elements/Attachments/AttachmentsButton.js +1 -4
  16. package/dist/Editor/Elements/Button/ButtonPopup.js +1 -4
  17. package/dist/Editor/Elements/Button/ButtonToolIcon.js +2 -6
  18. package/dist/Editor/Elements/Button/EditorButton.js +30 -43
  19. package/dist/Editor/Elements/Carousel/Carousel.js +4 -5
  20. package/dist/Editor/Elements/Carousel/CarouselButton.js +2 -6
  21. package/dist/Editor/Elements/Carousel/CarouselItem.js +2 -3
  22. package/dist/Editor/Elements/ChipText/ChipTextPopup.js +1 -4
  23. package/dist/Editor/Elements/CodeToText/CodeToText.js +4 -5
  24. package/dist/Editor/Elements/CodeToText/HtmlContextMenu.js +2 -6
  25. package/dist/Editor/Elements/Color Picker/ColorButtons.js +14 -60
  26. package/dist/Editor/Elements/Color Picker/ColorPicker.css +1 -25
  27. package/dist/Editor/Elements/Color Picker/ColorPicker.js +7 -10
  28. package/dist/Editor/Elements/Color Picker/Styles.js +13 -15
  29. package/dist/Editor/Elements/Colorbox/ColorboxButton.js +2 -6
  30. package/dist/Editor/Elements/DataView/DataView.js +2 -5
  31. package/dist/Editor/Elements/DataView/DataViewButton.js +2 -6
  32. package/dist/Editor/Elements/DataView/Layouts/ColumnView.js +2 -4
  33. package/dist/Editor/Elements/DataView/Layouts/DataTypes/MultiSelectType.js +6 -21
  34. package/dist/Editor/Elements/DataView/Layouts/FilterSort/SortOptions/ChooseSort.js +12 -13
  35. package/dist/Editor/Elements/DataView/Layouts/FilterSort/SortOptions/index.js +4 -7
  36. package/dist/Editor/Elements/DataView/Layouts/FilterSort/index.js +5 -7
  37. package/dist/Editor/Elements/DataView/Layouts/FilterView.js +7 -9
  38. package/dist/Editor/Elements/DataView/Layouts/Options/AddOptions.js +3 -8
  39. package/dist/Editor/Elements/DataView/Layouts/Options/AddProperty.js +3 -5
  40. package/dist/Editor/Elements/DataView/Layouts/Options/AllProperties.js +5 -6
  41. package/dist/Editor/Elements/DataView/Layouts/Options/ChangeProperty.js +3 -5
  42. package/dist/Editor/Elements/DataView/Layouts/Options/EditOption.js +7 -9
  43. package/dist/Editor/Elements/DataView/Layouts/Options/EditProperty.js +12 -15
  44. package/dist/Editor/Elements/DataView/Layouts/Options/FilterProperty.js +2 -3
  45. package/dist/Editor/Elements/DataView/Layouts/Options/PropertyList.js +2 -3
  46. package/dist/Editor/Elements/DataView/Layouts/Options/index.js +6 -23
  47. package/dist/Editor/Elements/DataView/Layouts/TableView.js +4 -6
  48. package/dist/Editor/Elements/DataView/Layouts/ViewData.js +4 -8
  49. package/dist/Editor/Elements/DataView/Layouts/index.js +1 -3
  50. package/dist/Editor/Elements/DataView/Providers/DataViewProvider.js +2 -5
  51. package/dist/Editor/Elements/Divider/Divider.js +3 -5
  52. package/dist/Editor/Elements/Divider/DividerButton.js +2 -6
  53. package/dist/Editor/Elements/Divider/DividerPopup.js +2 -3
  54. package/dist/Editor/Elements/Embed/Embed.js +1 -4
  55. package/dist/Editor/Elements/Embed/EmbedPopup.js +1 -4
  56. package/dist/Editor/Elements/Embed/Image.js +11 -16
  57. package/dist/Editor/Elements/Embed/Video.js +6 -9
  58. package/dist/Editor/Elements/EmbedScript/Code.js +4 -7
  59. package/dist/Editor/Elements/EmbedScript/EmbedScript.js +2 -6
  60. package/dist/Editor/Elements/EmbedScript/EmbedScriptPopup.js +5 -8
  61. package/dist/Editor/Elements/Emoji/EmojiButton.js +2 -6
  62. package/dist/Editor/Elements/Form/FieldPopup.js +1 -4
  63. package/dist/Editor/Elements/Form/Form.js +9 -12
  64. package/dist/Editor/Elements/Form/FormButton.js +2 -6
  65. package/dist/Editor/Elements/Form/FormPopup.js +2 -3
  66. package/dist/Editor/Elements/Form/Workflow/FormWorkflow.js +12 -18
  67. package/dist/Editor/Elements/Form/Workflow/ListWorkflow.js +8 -13
  68. package/dist/Editor/Elements/Form/Workflow/MoreOptions.js +2 -3
  69. package/dist/Editor/Elements/Form/Workflow/Styles.js +22 -24
  70. package/dist/Editor/Elements/Form/Workflow/UserInputs.js +2 -4
  71. package/dist/Editor/Elements/Form/Workflow/index.js +9 -15
  72. package/dist/Editor/Elements/FreeGrid/FreeGrid.js +23 -67
  73. package/dist/Editor/Elements/FreeGrid/FreeGridBox.js +6 -31
  74. package/dist/Editor/Elements/FreeGrid/FreeGridButton.js +2 -6
  75. package/dist/Editor/Elements/FreeGrid/FreeGridItem.js +6 -54
  76. package/dist/Editor/Elements/FreeGrid/Options/AddElement.js +2 -3
  77. package/dist/Editor/Elements/FreeGrid/Options/More.js +4 -10
  78. package/dist/Editor/Elements/FreeGrid/styles.js +0 -3
  79. package/dist/Editor/Elements/Grid/Grid.js +10 -13
  80. package/dist/Editor/Elements/Grid/GridButton.js +5 -9
  81. package/dist/Editor/Elements/Grid/GridItem.js +8 -14
  82. package/dist/Editor/Elements/Grid/GridItemPopup.js +1 -4
  83. package/dist/Editor/Elements/Grid/GridPopup.js +1 -4
  84. package/dist/Editor/Elements/Grid/SectionPopup.js +1 -4
  85. package/dist/Editor/Elements/Link/Link.js +5 -8
  86. package/dist/Editor/Elements/Link/LinkButton.js +1 -4
  87. package/dist/Editor/Elements/List/CheckList.js +9 -14
  88. package/dist/Editor/Elements/NewLine/NewLineButton.js +2 -6
  89. package/dist/Editor/Elements/PageSettings/PageSettingsButton.js +1 -4
  90. package/dist/Editor/Elements/PageSettings/PageSettingsPopup.js +1 -4
  91. package/dist/Editor/Elements/Search/SearchButton.js +4 -7
  92. package/dist/Editor/Elements/Search/SearchList.js +5 -10
  93. package/dist/Editor/Elements/Signature/SignatureButton.js +2 -6
  94. package/dist/Editor/Elements/Signature/SignatureOptions/DrawSignature.js +8 -2
  95. package/dist/Editor/Elements/Signature/SignatureOptions/TypeSignature.js +2 -6
  96. package/dist/Editor/Elements/Signature/SignatureOptions/UploadSignature.js +1 -4
  97. package/dist/Editor/Elements/Signature/SignaturePopup.js +16 -17
  98. package/dist/Editor/Elements/SimpleText/index.js +4 -5
  99. package/dist/Editor/Elements/SimpleText/style.js +2 -2
  100. package/dist/Editor/Elements/Table/DragButton.js +2 -4
  101. package/dist/Editor/Elements/Table/Table.js +12 -24
  102. package/dist/Editor/Elements/Table/TablePopup.js +1 -4
  103. package/dist/Editor/Elements/Table/TableSelector.js +6 -10
  104. package/dist/Editor/Elements/Table/TableTool.js +4 -8
  105. package/dist/Editor/Elements/Title/title.js +8 -9
  106. package/dist/Editor/Elements/TopBanner/TopBannerButton.js +1 -4
  107. package/dist/Editor/Elements/Variables/VariableButton.js +1 -10
  108. package/dist/Editor/MiniEditor.js +3 -10
  109. package/dist/Editor/Styles/EditorStyles.js +5 -5
  110. package/dist/Editor/Toolbar/Basic/index.js +1 -2
  111. package/dist/Editor/Toolbar/FormatTools/BlockButton.js +2 -6
  112. package/dist/Editor/Toolbar/FormatTools/Dropdown.js +3 -27
  113. package/dist/Editor/Toolbar/FormatTools/FontFamilyAutocomplete.js +3 -4
  114. package/dist/Editor/Toolbar/FormatTools/MarkButton.js +4 -8
  115. package/dist/Editor/Toolbar/FormatTools/TextSize.js +13 -10
  116. package/dist/Editor/Toolbar/Mini/MiniToolbar.js +5 -17
  117. package/dist/Editor/Toolbar/PopupTool/AddTemplates.js +5 -10
  118. package/dist/Editor/Toolbar/PopupTool/ButtonTemplatesCard.js +4 -10
  119. package/dist/Editor/Toolbar/PopupTool/FullViewCard.js +4 -10
  120. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/MiniColorPicker.js +3 -9
  121. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectAlignment.js +35 -42
  122. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectFontSize.js +13 -6
  123. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectList.js +51 -58
  124. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectSuperSubscript.js +22 -29
  125. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectTypography.js +87 -226
  126. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/index.js +10 -20
  127. package/dist/Editor/Toolbar/PopupTool/PopperHeader.js +5 -10
  128. package/dist/Editor/Toolbar/PopupTool/PopupToolStyle.js +11 -71
  129. package/dist/Editor/Toolbar/PopupTool/TemplateCard.js +5 -11
  130. package/dist/Editor/Toolbar/PopupTool/TextFormat.js +42 -122
  131. package/dist/Editor/Toolbar/PopupTool/index.js +2 -18
  132. package/dist/Editor/Toolbar/Toolbar.js +10 -20
  133. package/dist/Editor/Toolbar/toolbarGroups.js +6 -48
  134. package/dist/Editor/common/ColorPickerButton.js +14 -39
  135. package/dist/Editor/common/CustomDialog/index.js +10 -8
  136. package/dist/Editor/common/DnD/DragHandleButton.js +1 -1
  137. package/dist/Editor/common/FontLoader/FontLoader.js +0 -3
  138. package/dist/Editor/common/Icon.js +1 -31
  139. package/dist/Editor/common/ImageSelector/ImageSelector.js +8 -10
  140. package/dist/Editor/common/ImageSelector/Options/AddLink.js +4 -6
  141. package/dist/Editor/common/ImageSelector/Styles.js +9 -3
  142. package/dist/Editor/common/LinkSettings/NavComponents.js +10 -14
  143. package/dist/Editor/common/LinkSettings/index.js +14 -20
  144. package/dist/Editor/common/LinkSettings/navOptions.js +1 -1
  145. package/dist/Editor/common/MUIIcon/index.js +3 -0
  146. package/dist/Editor/common/MentionsPopup/index.js +2 -6
  147. package/dist/Editor/common/RnD/ContextMenu/CMenus.js +22 -46
  148. package/dist/Editor/common/RnD/ContextMenu/index.js +2 -3
  149. package/dist/Editor/common/RnD/ElementOptions/index.js +2 -7
  150. package/dist/Editor/common/RnD/ElementSettings/OtherSettings/SaveAsTemplate.js +3 -8
  151. package/dist/Editor/common/RnD/ElementSettings/OtherSettings/Settings.js +3 -7
  152. package/dist/Editor/common/RnD/ElementSettings/Settings/AppHeaderSettings.js +2 -3
  153. package/dist/Editor/common/RnD/ElementSettings/Settings/BoxSettings.js +2 -3
  154. package/dist/Editor/common/RnD/ElementSettings/Settings/ButtonSettings.js +2 -3
  155. package/dist/Editor/common/RnD/ElementSettings/Settings/CodeSettings.js +2 -3
  156. package/dist/Editor/common/RnD/ElementSettings/Settings/FormSettings.js +4 -7
  157. package/dist/Editor/common/RnD/ElementSettings/Settings/ImageSettings.js +2 -3
  158. package/dist/Editor/common/RnD/ElementSettings/Settings/TableSettings.js +2 -3
  159. package/dist/Editor/common/RnD/ElementSettings/Settings/TextSettings.js +2 -6
  160. package/dist/Editor/common/RnD/ElementSettings/Settings/VideoSettings.js +2 -3
  161. package/dist/Editor/common/RnD/OptionsPopup/index.js +3 -4
  162. package/dist/Editor/common/RnD/ShadowElement.js +1 -2
  163. package/dist/Editor/common/RnD/SwitchViewport/SwitchViewport.js +4 -11
  164. package/dist/Editor/common/RnD/Theme/ViewportStimulator.js +3 -6
  165. package/dist/Editor/common/RnD/Utils/gridDropItem.js +8 -55
  166. package/dist/Editor/common/RnD/Utils/index.js +0 -3
  167. package/dist/Editor/common/RnD/VirtualElement/index.js +103 -187
  168. package/dist/Editor/common/RnD/VirtualElement/styles.js +7 -155
  169. package/dist/Editor/common/RnD/VirtualElement/updateAutoProps.js +3 -5
  170. package/dist/Editor/common/RnD/index.js +13 -69
  171. package/dist/Editor/common/Section/index.js +4 -7
  172. package/dist/Editor/common/Shorthands/elements.js +3 -74
  173. package/dist/Editor/common/StyleBuilder/appHeaderStyle.js +4 -4
  174. package/dist/Editor/common/StyleBuilder/boxStyle.js +2 -2
  175. package/dist/Editor/common/StyleBuilder/buttonStyle.js +4 -6
  176. package/dist/Editor/common/StyleBuilder/dividerStyles.js +2 -2
  177. package/dist/Editor/common/StyleBuilder/embedVideoStyle.js +6 -6
  178. package/dist/Editor/common/StyleBuilder/fieldStyle.js +2 -2
  179. package/dist/Editor/common/StyleBuilder/fieldTypes/alignment.js +9 -13
  180. package/dist/Editor/common/StyleBuilder/fieldTypes/backgroundImage.js +3 -11
  181. package/dist/Editor/common/StyleBuilder/fieldTypes/bannerSpacing.js +5 -19
  182. package/dist/Editor/common/StyleBuilder/fieldTypes/borderRadius.js +10 -22
  183. package/dist/Editor/common/StyleBuilder/fieldTypes/buttonLink.js +3 -6
  184. package/dist/Editor/common/StyleBuilder/fieldTypes/card.js +13 -27
  185. package/dist/Editor/common/StyleBuilder/fieldTypes/color.js +14 -43
  186. package/dist/Editor/common/StyleBuilder/fieldTypes/elementSize.js +6 -10
  187. package/dist/Editor/common/StyleBuilder/fieldTypes/fontSize.js +6 -19
  188. package/dist/Editor/common/StyleBuilder/fieldTypes/gridSize.js +2 -6
  189. package/dist/Editor/common/StyleBuilder/fieldTypes/icons.js +2 -5
  190. package/dist/Editor/common/StyleBuilder/fieldTypes/menusArray.js +6 -9
  191. package/dist/Editor/common/StyleBuilder/fieldTypes/metaDataMapping.js +2 -8
  192. package/dist/Editor/common/StyleBuilder/fieldTypes/saveAsTemplate.js +11 -12
  193. package/dist/Editor/common/StyleBuilder/fieldTypes/selectBox.js +2 -6
  194. package/dist/Editor/common/StyleBuilder/fieldTypes/text.js +4 -8
  195. package/dist/Editor/common/StyleBuilder/fieldTypes/textAlign.js +2 -6
  196. package/dist/Editor/common/StyleBuilder/fieldTypes/textOptions.js +12 -21
  197. package/dist/Editor/common/StyleBuilder/formStyle.js +7 -7
  198. package/dist/Editor/common/StyleBuilder/gridItemStyle.js +6 -6
  199. package/dist/Editor/common/StyleBuilder/gridStyle.js +5 -5
  200. package/dist/Editor/common/StyleBuilder/index.js +5 -8
  201. package/dist/Editor/common/StyleBuilder/pageSettingsStyle.js +7 -5
  202. package/dist/Editor/common/SwipeableDrawer/index.js +1 -1
  203. package/dist/Editor/common/Uploader.js +5 -16
  204. package/dist/Editor/commonStyle.js +57 -68
  205. package/dist/Editor/helper/index.js +3 -27
  206. package/dist/Editor/helper/theme.js +2 -202
  207. package/dist/Editor/hooks/useMouseMove.js +3 -9
  208. package/dist/Editor/plugins/withEmbeds.js +1 -1
  209. package/dist/Editor/plugins/withHTML.js +9 -11
  210. package/dist/Editor/plugins/withLayout.js +2 -3
  211. package/dist/Editor/plugins/withLinks.js +0 -10
  212. package/dist/Editor/plugins/withTable.js +1 -1
  213. package/dist/Editor/theme/ThemeList.js +173 -50
  214. package/dist/Editor/utils/SlateUtilityFunctions.js +50 -178
  215. package/dist/Editor/utils/draftToSlate.js +2 -3
  216. package/dist/Editor/utils/font.js +37 -40
  217. package/dist/Editor/utils/freegrid.js +3 -3
  218. package/dist/Editor/utils/helper.js +21 -92
  219. package/package.json +4 -4
  220. package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/MultiSelect.js +0 -444
  221. package/dist/Editor/Toolbar/PopupTool/ThemeTextFormat.js +0 -436
  222. package/dist/Editor/assets/svg/ClearAllRounded.js +0 -31
  223. package/dist/Editor/assets/svg/ResetIconNew.js +0 -23
  224. package/dist/Editor/assets/svg/ThemeIcons.js +0 -291
  225. package/dist/Editor/common/CustomColorPicker/index.js +0 -131
  226. package/dist/Editor/common/CustomColorPicker/style.js +0 -53
  227. package/dist/Editor/common/CustomDialog2/index.js +0 -94
  228. package/dist/Editor/common/CustomDialog2/style.js +0 -67
  229. package/dist/Editor/common/CustomSelect.js +0 -43
  230. package/dist/Editor/common/RnD/Theme/MainThemeProvider.js +0 -17
  231. package/dist/Editor/common/RnD/VirtualElement/BoxHeaderAutoAlignment.js +0 -43
  232. package/dist/Editor/common/RnD/VirtualElement/ForceAutoAlignment.js +0 -44
  233. package/dist/Editor/common/RnD/VirtualElement/VirtualTextElement.js +0 -134
  234. package/dist/Editor/common/RnD/VirtualElement/helper.js +0 -381
  235. package/dist/Editor/common/SnackBar/index.js +0 -43
  236. package/dist/Editor/helper/textIndeces.js +0 -58
  237. package/dist/Editor/hooks/useAutoScroll.js +0 -38
  238. package/dist/Editor/hooks/useEditorTheme.js +0 -153
  239. package/dist/Editor/hooks/useThemeValues.js +0 -63
  240. package/dist/Editor/theme/index.js +0 -149
  241. package/dist/Editor/themeSettings/ActiveTheme.js +0 -72
  242. package/dist/Editor/themeSettings/buttons/index.js +0 -290
  243. package/dist/Editor/themeSettings/buttons/style.js +0 -23
  244. package/dist/Editor/themeSettings/colorTheme/index.js +0 -310
  245. package/dist/Editor/themeSettings/colorTheme/style.js +0 -81
  246. package/dist/Editor/themeSettings/fonts/PreviewElement.js +0 -121
  247. package/dist/Editor/themeSettings/fonts/index.js +0 -240
  248. package/dist/Editor/themeSettings/fonts/style.js +0 -61
  249. package/dist/Editor/themeSettings/icons.js +0 -60
  250. package/dist/Editor/themeSettings/index.js +0 -351
  251. package/dist/Editor/themeSettings/style.js +0 -220
  252. package/dist/Editor/themeSettingsAI/icons.js +0 -96
  253. package/dist/Editor/themeSettingsAI/index.js +0 -355
  254. package/dist/Editor/themeSettingsAI/saveTheme.js +0 -205
  255. package/dist/Editor/themeSettingsAI/style.js +0 -259
@@ -6,12 +6,8 @@ const Text = props => {
6
6
  const {
7
7
  value: pro_value,
8
8
  data,
9
- onChange,
10
- customProps
9
+ onChange
11
10
  } = props;
12
- const {
13
- translation
14
- } = customProps;
15
11
  const {
16
12
  key,
17
13
  placeholder,
@@ -43,10 +39,10 @@ const Text = props => {
43
39
  fontWeight: "500",
44
40
  marginBottom: "8px"
45
41
  },
46
- children: translation(data?.label)
42
+ children: data?.label
47
43
  }), /*#__PURE__*/_jsx(TextField, {
48
44
  name: key,
49
- placeholder: placeholder && translation(placeholder) || "",
45
+ placeholder: placeholder || "",
50
46
  type: "text",
51
47
  value: value,
52
48
  onChange: handleChange,
@@ -54,7 +50,7 @@ const Text = props => {
54
50
  fullWidth: true,
55
51
  required: required,
56
52
  error: error,
57
- helperText: error ? translation("This field is required") : '',
53
+ helperText: error ? 'This field is required' : '',
58
54
  sx: {
59
55
  '& .MuiFormHelperText-root': {
60
56
  color: '#d32f2f !important'
@@ -7,12 +7,8 @@ const TextAlign = props => {
7
7
  const {
8
8
  value,
9
9
  data,
10
- onChange,
11
- customProps
10
+ onChange
12
11
  } = props;
13
- const {
14
- translation
15
- } = customProps;
16
12
  const {
17
13
  key,
18
14
  label
@@ -35,7 +31,7 @@ const TextAlign = props => {
35
31
  fontWeight: 500,
36
32
  fontSize: "14px"
37
33
  },
38
- children: translation(label) || translation("Text Alignment")
34
+ children: label || "Text Alignment"
39
35
  })
40
36
  }), /*#__PURE__*/_jsxs(RadioGroup, {
41
37
  row: true,
@@ -1,13 +1,13 @@
1
- import React, { useMemo } from "react";
1
+ import React from "react";
2
2
  import { FormControl, Grid, ListItemIcon, ListSubheader, MenuItem, Select, Typography } from "@mui/material";
3
- import { getBreakPointsValue, getElementStyle } from "../../../helper/theme";
3
+ import { getBreakPointsValue } from "../../../helper/theme";
4
4
  import useWindowResize from "../../../hooks/useWindowResize";
5
5
  import { useEditorContext } from "../../../hooks/useMouseMove";
6
6
  import FontFamilyAutocomplete from "../../../Toolbar/FormatTools/FontFamilyAutocomplete";
7
7
  import { useSlate } from "slate-react";
8
8
  import KeyboardArrowDownRoundedIcon from "@mui/icons-material/KeyboardArrowDownRounded";
9
9
 
10
- // hideMetaDataOptions -- pass true to hide metadata option in select field
10
+ // hideMetaDataOptions -- pass true to hide metadata option in select field
11
11
  import { jsx as _jsx } from "react/jsx-runtime";
12
12
  import { jsxs as _jsxs } from "react/jsx-runtime";
13
13
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -21,8 +21,7 @@ const TextOptions = props => {
21
21
  customProps
22
22
  } = props;
23
23
  const {
24
- metaMappings,
25
- translation
24
+ metaMappings
26
25
  } = customProps;
27
26
  const {
28
27
  key,
@@ -31,22 +30,14 @@ const TextOptions = props => {
31
30
  renderOption,
32
31
  width,
33
32
  webFont = false,
34
- hideMetaDataOptions = false,
35
- themeEnabled
33
+ hideMetaDataOptions = false
36
34
  } = data;
37
35
  const {
38
36
  fontFamilies
39
37
  } = useEditorContext();
40
- const [size] = useWindowResize();
41
38
  const editor = useSlate();
42
- const value = useMemo(() => {
43
- const userValue = isBreakpoint ? getBreakPointsValue(val, size?.device) : val;
44
- if (themeEnabled) {
45
- // editor takes a little amount of time to update the new style in element, in that case userValue will be returned
46
- return getElementStyle(editor, elementProps, key) || userValue;
47
- }
48
- return userValue;
49
- }, [editor, isBreakpoint, val, size?.device]);
39
+ const [size] = useWindowResize();
40
+ const value = isBreakpoint ? getBreakPointsValue(val, size?.device) : val;
50
41
  const metaDataMappingOptions = metaMappings?.boards || [];
51
42
  const updatedOption = !hideMetaDataOptions && elementProps?.metadatamapping ? [...options, ...metaDataMappingOptions] : webFont ? fontFamilies?.options : options;
52
43
  const handleChange = (e, d) => {
@@ -80,7 +71,7 @@ const TextOptions = props => {
80
71
  fontWeight: "500",
81
72
  marginBottom: "4px"
82
73
  },
83
- children: translation(data?.label)
74
+ children: data?.label
84
75
  }), /*#__PURE__*/_jsx(FormControl, {
85
76
  sx: {
86
77
  "& .MuiSelect-select": {
@@ -93,7 +84,7 @@ const TextOptions = props => {
93
84
  children: !webFont ? /*#__PURE__*/_jsx(Select, {
94
85
  onChange: handleChange,
95
86
  value: value || updatedOption[0]?.value,
96
- placeholder: translation(data?.label),
87
+ placeholder: data?.label,
97
88
  fullWidth: true,
98
89
  size: "small",
99
90
  style: {
@@ -108,7 +99,7 @@ const TextOptions = props => {
108
99
  },
109
100
  children: updatedOption?.map((m, i) => {
110
101
  return m?.value === "listSubHeader" ? /*#__PURE__*/_jsx(ListSubheader, {
111
- children: translation(m?.label || m?.text)
102
+ children: m?.label
112
103
  }, `subHeader_${i}`) : /*#__PURE__*/_jsxs(MenuItem, {
113
104
  value: m?.value,
114
105
  item: m?.metaDataKey,
@@ -118,14 +109,14 @@ const TextOptions = props => {
118
109
  minWidth: "25px"
119
110
  },
120
111
  children: m?.icon
121
- }), renderOption ? renderOption(m, elementProps, translation) : translation(m?.label || m?.text)]
112
+ }), renderOption ? renderOption(m, elementProps) : m.label || m.text]
122
113
  }, `${key}_${i}`);
123
114
  })
124
115
  }) : /*#__PURE__*/_jsx(FontFamilyAutocomplete, {
125
116
  editor: editor,
126
117
  format: key,
127
118
  options: fontFamilies.options,
128
- width: "100%",
119
+ width: '100%',
129
120
  onChange: onChange,
130
121
  val: value,
131
122
  webFont: true
@@ -16,7 +16,7 @@ export const formStyle = [{
16
16
  label: "Send Form to Email",
17
17
  key: "email",
18
18
  type: "text",
19
- placeholder: "emailResponsePlaceHolder"
19
+ placeholder: "Enter Email to send the response..."
20
20
  }, {
21
21
  label: "Save Response",
22
22
  key: "saveResponse",
@@ -93,9 +93,9 @@ export const formStyle = [{
93
93
  text: "Dashed",
94
94
  value: "dashed"
95
95
  }],
96
- renderOption: (option, elementProps, translation) => {
96
+ renderOption: option => {
97
97
  return /*#__PURE__*/_jsx("span", {
98
- children: translation(option.text)
98
+ children: option.text
99
99
  });
100
100
  }
101
101
  }]
@@ -204,12 +204,12 @@ export const formStyle = [{
204
204
  width: 5,
205
205
  options: fontWeightOptions,
206
206
  hideMetaDataOptions: true,
207
- renderOption: (option, elementProps, translation) => {
207
+ renderOption: option => {
208
208
  return /*#__PURE__*/_jsx("span", {
209
209
  style: {
210
210
  fontWeight: option.value
211
211
  },
212
- children: translation(option.text)
212
+ children: option.text
213
213
  });
214
214
  }
215
215
  }]
@@ -277,9 +277,9 @@ export const formStyle = [{
277
277
  text: "Dashed",
278
278
  value: "dashed"
279
279
  }],
280
- renderOption: (option, elementProps, translation) => {
280
+ renderOption: option => {
281
281
  return /*#__PURE__*/_jsx("span", {
282
- children: translation(option.text)
282
+ children: option.text
283
283
  });
284
284
  }
285
285
  }]
@@ -66,9 +66,9 @@ const gridItemStyle = [{
66
66
  text: "Dashed",
67
67
  value: "dashed"
68
68
  }],
69
- renderOption: (option, elementProps, translation) => {
69
+ renderOption: option => {
70
70
  return /*#__PURE__*/_jsx("span", {
71
- children: translation(option.text)
71
+ children: option.text
72
72
  });
73
73
  }
74
74
  }]
@@ -96,9 +96,9 @@ const gridItemStyle = [{
96
96
  text: "Full",
97
97
  value: "100%"
98
98
  }],
99
- renderOption: (option, elementProps, translation) => {
99
+ renderOption: option => {
100
100
  return /*#__PURE__*/_jsx("span", {
101
- children: translation(option.text)
101
+ children: option.text
102
102
  });
103
103
  }
104
104
  }]
@@ -122,9 +122,9 @@ const gridItemStyle = [{
122
122
  text: "Bounce In Left",
123
123
  value: "animate__animated animate__bounceInLeft"
124
124
  }],
125
- renderOption: (option, elementProps, translation) => {
125
+ renderOption: option => {
126
126
  return /*#__PURE__*/_jsx("span", {
127
- children: translation(option.text)
127
+ children: option.text
128
128
  });
129
129
  }
130
130
  }]
@@ -6,7 +6,7 @@ const gridStyle = [{
6
6
  label: "Section Name",
7
7
  key: "id",
8
8
  type: "text",
9
- placeholder: "sectionNamePlaceHolder"
9
+ placeholder: "Id should be unique for the page..."
10
10
  }]
11
11
  }, {
12
12
  tab: "Colors",
@@ -85,9 +85,9 @@ const gridStyle = [{
85
85
  text: "Dashed",
86
86
  value: "dashed"
87
87
  }],
88
- renderOption: (option, elementProps, translation) => {
88
+ renderOption: option => {
89
89
  return /*#__PURE__*/_jsx("span", {
90
- children: translation(option.text)
90
+ children: option.text
91
91
  });
92
92
  }
93
93
  }]
@@ -113,9 +113,9 @@ const gridStyle = [{
113
113
  text: "No Wrap",
114
114
  value: "nowrap"
115
115
  }],
116
- renderOption: (option, elementProps, translation) => {
116
+ renderOption: option => {
117
117
  return /*#__PURE__*/_jsx("span", {
118
- children: translation(option.text)
118
+ children: option.text
119
119
  });
120
120
  }
121
121
  }]
@@ -21,8 +21,7 @@ export const StyleContent = props => {
21
21
  } = props;
22
22
  const element = customElement ? customElement : propsElement;
23
23
  const {
24
- hideTools,
25
- translation
24
+ hideTools
26
25
  } = customProps || {};
27
26
  const {
28
27
  theme
@@ -48,8 +47,7 @@ export const StyleContent = props => {
48
47
  elementProps: element,
49
48
  customProps: customProps,
50
49
  handleClose: handleClose,
51
- classes: classes,
52
- translation: translation
50
+ classes: classes
53
51
  }, `ei_stt_tab_${value}_${m.key}_${i}`) : null;
54
52
  })
55
53
  }, value);
@@ -79,8 +77,7 @@ const StyleBuilder = props => {
79
77
  needActions: true
80
78
  };
81
79
  const {
82
- hideTools,
83
- translation
80
+ hideTools
84
81
  } = customProps || {};
85
82
  const muiTheme = createTheme({
86
83
  components: {
@@ -245,12 +242,12 @@ const StyleBuilder = props => {
245
242
  onClick: onDelete,
246
243
  color: "error",
247
244
  className: "deleteBtn",
248
- children: translation("Delete")
245
+ children: "Delete"
249
246
  }) : null, /*#__PURE__*/_jsx(Button, {
250
247
  onClick: handleSave,
251
248
  disabled: saveDisable,
252
249
  className: "primaryBtn",
253
- children: translation("Save")
250
+ children: "Save"
254
251
  })]
255
252
  }) : null]
256
253
  });
@@ -25,11 +25,13 @@ const pageSettingsStyle = [{
25
25
  label: "Padding",
26
26
  key: "bannerSpacing",
27
27
  type: "bannerSpacing"
28
- }, {
29
- label: "Line Spacing",
30
- key: "lineHeight",
31
- type: "lineSpacing"
32
- }]
28
+ }
29
+ // {
30
+ // label: "Line Spacing",
31
+ // key: "lineHeight",
32
+ // type: "lineSpacing",
33
+ // },
34
+ ]
33
35
  }, {
34
36
  tab: "Max Width",
35
37
  value: "maxWidth",
@@ -29,8 +29,8 @@ function SwipeableDrawerComponent({
29
29
  } = useEditorContext();
30
30
  const classes = DrawerStyles(theme);
31
31
  const handleClose = e => {
32
- e.stopPropagation();
33
32
  onClose();
33
+ e?.stopPropagation();
34
34
  };
35
35
  return /*#__PURE__*/_jsx(Fragment, {
36
36
  children: swipeableDrawer ? /*#__PURE__*/_jsxs(SwipeableDrawer, {
@@ -4,7 +4,6 @@ import { convertBase64 } from "../utils/helper";
4
4
  import { uploadFile } from "../service/fileupload";
5
5
  import Icon from "./Icon";
6
6
  import UploadStyles from "../common/ImageSelector/UploadStyles";
7
- import { useEditorContext } from "../hooks/useMouseMove";
8
7
  import { jsx as _jsx } from "react/jsx-runtime";
9
8
  import { Fragment as _Fragment } from "react/jsx-runtime";
10
9
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -19,9 +18,6 @@ const Uploader = props => {
19
18
  const [base64, setBase64] = useState(value?.url);
20
19
  const [fileName, setFileName] = useState("");
21
20
  const [uploading, setUploading] = useState(false);
22
- const {
23
- theme
24
- } = useEditorContext();
25
21
  const handleChange = async e => {
26
22
  const uFile = e.target.files[0];
27
23
  const strImage = await convertBase64(uFile);
@@ -41,9 +37,6 @@ const Uploader = props => {
41
37
  onUploaded(result?.imageURL[0]);
42
38
  }
43
39
  };
44
- const {
45
- translation
46
- } = customProps;
47
40
  const onRemoveBG = () => {
48
41
  setBase64(null);
49
42
  onUploaded("none");
@@ -75,14 +68,14 @@ const Uploader = props => {
75
68
  }), /*#__PURE__*/_jsx(Grid, {
76
69
  className: "removeImageText",
77
70
  onClick: onRemoveBG,
78
- children: translation("Remove")
71
+ children: "REMOVE"
79
72
  })]
80
73
  });
81
74
  default:
82
75
  return /*#__PURE__*/_jsx(Grid, {
83
76
  className: "removeImageText",
84
77
  onClick: onRemoveBG,
85
- children: translation("Remove")
78
+ children: "REMOVE"
86
79
  });
87
80
  }
88
81
  };
@@ -90,7 +83,7 @@ const Uploader = props => {
90
83
  children: [/*#__PURE__*/_jsx(Grid, {
91
84
  item: true,
92
85
  xs: 12,
93
- children: uploading ? translation("uploadingText") : ""
86
+ children: uploading ? "Uploading..." : ""
94
87
  }), /*#__PURE__*/_jsx(Grid, {
95
88
  container: true,
96
89
  sx: classes.uploadContainer,
@@ -106,10 +99,6 @@ const Uploader = props => {
106
99
  className: "uploadImageSection",
107
100
  children: base64 ? renderThumb() : /*#__PURE__*/_jsx(Grid, {
108
101
  className: "uploadImageText",
109
- sx: {
110
- background: `${theme?.palette?.editor?.inputFieldBgColor}`,
111
- border: `1px solid ${theme?.palette?.editor?.inputFieldBorder}`
112
- },
113
102
  children: /*#__PURE__*/_jsxs(Button, {
114
103
  component: "label",
115
104
  variant: "text",
@@ -127,11 +116,11 @@ const Uploader = props => {
127
116
  onChange: handleChange
128
117
  }), /*#__PURE__*/_jsx(Icon, {
129
118
  icon: "fileUpload"
130
- }), /*#__PURE__*/_jsx("span", {
119
+ }), /*#__PURE__*/_jsxs("span", {
131
120
  style: {
132
121
  paddingLeft: "8px"
133
122
  },
134
- children: `${translation("upload")} ${translation(title) || translation("image")}`
123
+ children: ["upload ", title || "image"]
135
124
  })]
136
125
  })
137
126
  })
@@ -49,19 +49,15 @@ const useCommonStyle = theme => ({
49
49
  fontWeight: "500",
50
50
  fontFamily: "Inter, sans-serif"
51
51
  },
52
- "& .MuiPaper-root": {
53
- border: `unset !important`,
54
- borderRadius: "0px",
55
- height: "fit-content",
56
- padding: "2px"
57
- },
58
52
  "& p": {
59
53
  marginBottom: "7px",
60
54
  marginTop: "4px"
61
55
  },
62
- "& p": {
63
- marginBottom: "7px",
64
- marginTop: "4px"
56
+ "& .MuiPaper-root": {
57
+ border: 'unset !important',
58
+ borderRadius: '0px',
59
+ height: 'fit-content',
60
+ padding: '2px'
65
61
  },
66
62
  "& .muiIconsListParent": {
67
63
  "& svg": {
@@ -69,12 +65,15 @@ const useCommonStyle = theme => ({
69
65
  },
70
66
  "&::-webkit-scrollbar-thumb": {
71
67
  background: `${theme?.palette?.editor?.brainPopupScroll} !important`
68
+ },
69
+ "&::-webkit-scrollbar-track": {
70
+ visibility: "hidden"
72
71
  }
73
72
  },
74
73
  "& .MuiGrid-root>.MuiGrid-item": {
75
74
  paddingRight: "0px !important",
76
75
  fontFamily: "Inter, sans-serif",
77
- height: "fit-content"
76
+ height: 'fit-content'
78
77
  },
79
78
  "& .MuiInputBase-root": {
80
79
  borderRadius: "10px",
@@ -135,14 +134,14 @@ const useCommonStyle = theme => ({
135
134
  borderRadius: "10px",
136
135
  width: "46px !important",
137
136
  marginLeft: "10px",
138
- height: "36px !important"
137
+ height: '36px !important'
139
138
  },
140
139
  "& .spacingSlider": {
141
140
  width: "calc(100% - 18px)"
142
141
  }
143
142
  },
144
- "& .MuiFormHelperText-root": {
145
- margin: "4px 0px 0px 0px",
143
+ '& .MuiFormHelperText-root': {
144
+ margin: '4px 0px 0px 0px',
146
145
  color: theme?.palette?.editor?.closeButtonSvgStroke,
147
146
  fontFamily: "Inter, sans-serif"
148
147
  }
@@ -250,16 +249,6 @@ const useCommonStyle = theme => ({
250
249
  backgroundColor: theme?.palette?.editor?.miniToolBarBackground,
251
250
  color: theme?.palette?.editor?.textColor
252
251
  }
253
- },
254
- "& .colorPickerActionBtns": {
255
- backgroundColor: theme?.palette?.editor?.background,
256
- display: "flex",
257
- justifyContent: "end",
258
- padding: "10px",
259
- position: "sticky",
260
- bottom: 0,
261
- right: 0,
262
- boxShadow: "0px -3px 12px 0px #00000017"
263
252
  }
264
253
  },
265
254
  colorPickerBtnBorder: {
@@ -408,14 +397,14 @@ const useCommonStyle = theme => ({
408
397
  padding: "8px 12px",
409
398
  fontSize: "12px",
410
399
  color: theme?.palette?.editor?.menuOptionTextColor,
411
- fontWeight: "500",
400
+ fontWeight: '500',
412
401
  fontFamily: "Inter, sans-serif",
413
- minHeight: "36px",
402
+ minHeight: '36px',
414
403
  "&:hover": {
415
404
  backgroundColor: theme?.palette?.editor?.menuOptionHoverBackground
416
405
  }
417
406
  },
418
- "& .Mui-selected": {
407
+ '& .Mui-selected': {
419
408
  background: `${theme?.palette?.editor?.menuOptionSelectedOption} !important`
420
409
  },
421
410
  "& .MuiListSubheader-root": {
@@ -424,16 +413,16 @@ const useCommonStyle = theme => ({
424
413
  fontSize: "12px"
425
414
  },
426
415
  "& .MuiPaper-root": {
427
- borderRadius: "8px",
428
- padding: "0px",
416
+ borderRadius: '8px',
417
+ padding: '0px',
429
418
  background: `${theme?.palette?.editor?.textWeightPopUpBackground} !important`
430
419
  },
431
- "& .MuiButtonBase-root": {
432
- margin: "4px",
433
- borderRadius: "6px"
420
+ '& .MuiButtonBase-root': {
421
+ margin: '4px',
422
+ borderRadius: '6px'
434
423
  },
435
- "& .MuiList-root": {
436
- padding: "0px"
424
+ '& .MuiList-root': {
425
+ padding: '0px'
437
426
  }
438
427
  },
439
428
  datePicker: {
@@ -533,27 +522,27 @@ const useCommonStyle = theme => ({
533
522
  }
534
523
  }
535
524
  },
525
+ pageSettingPopUpRoot: {
526
+ padding: "16px 8px 16px 10px!important",
527
+ height: "100%"
528
+ },
536
529
  buttonMoreOption: {
537
530
  background: `${theme?.palette?.editor?.aiInputBackground} !important`,
538
531
  border: `1px solid ${theme?.palette?.editor?.buttonBorder1} !important`,
539
- padding: "4px !important",
540
- "& svg": {
541
- width: "18px !important",
542
- height: "18px !important",
543
- "& path": {
532
+ padding: '4px !important',
533
+ '& svg': {
534
+ width: '18px !important',
535
+ height: '18px !important',
536
+ '& path': {
544
537
  stroke: `${theme?.palette?.editor?.closeButtonSvgStroke} !important`
545
538
  }
546
539
  }
547
540
  },
548
- pageSettingPopUpRoot: {
549
- padding: "16px 8px 16px 10px!important",
550
- height: "100%"
551
- },
552
541
  buttonMoreOption2: {
553
542
  background: `${theme?.palette?.editor?.aiInputBackground} !important`,
554
543
  border: `1px solid ${theme?.palette?.editor?.buttonBorder1} !important`,
555
- "& svg": {
556
- "& path": {
544
+ '& svg': {
545
+ '& path': {
557
546
  fill: `${theme?.palette?.editor?.closeButtonSvgStroke} !important`
558
547
  }
559
548
  }
@@ -561,11 +550,11 @@ const useCommonStyle = theme => ({
561
550
  buttonMoreOption3: {
562
551
  background: `${theme?.palette?.editor?.aiInputBackground} !important`,
563
552
  border: `1px solid ${theme?.palette?.editor?.buttonBorder1} !important`,
564
- padding: "5px !important",
565
- "& svg": {
566
- width: "16px !important",
567
- height: "16px !important",
568
- "& path": {
553
+ padding: '5px !important',
554
+ '& svg': {
555
+ width: '16px !important',
556
+ height: '16px !important',
557
+ '& path': {
569
558
  stroke: `${theme?.palette?.editor?.closeButtonSvgStroke} !important`
570
559
  }
571
560
  }
@@ -573,37 +562,37 @@ const useCommonStyle = theme => ({
573
562
  resizeButton: {
574
563
  background: theme?.palette?.editor?.aiInputBackground,
575
564
  border: `1px solid ${theme?.palette?.editor?.buttonBorder1}`,
576
- padding: "5px !important",
577
- borderRadius: "50% !important",
578
- "& svg": {
579
- width: "18px",
580
- height: "18px",
581
- "& path": {
565
+ padding: '5px !important',
566
+ borderRadius: '50% !important',
567
+ '& svg': {
568
+ width: '18px',
569
+ height: '18px',
570
+ '& path': {
582
571
  fill: `${theme?.palette?.editor?.closeButtonSvgStroke}`
583
572
  }
584
573
  },
585
- "&:hover": {
574
+ '&:hover': {
586
575
  background: theme?.palette?.editor?.aiInputBackground
587
576
  }
588
577
  },
589
578
  gradientFillBtn: {
590
579
  background: `linear-gradient(112.61deg, #2C63ED 19.3%, #8360FD 88.14%) !important`,
591
- textTransform: "math-auto !important",
592
- color: "#FFFFFF !important",
593
- padding: "0px 12px !important",
594
- height: "32px",
595
- borderRadius: "8px",
596
- fontWeight: "500",
597
- fontSize: "14px"
580
+ textTransform: 'math-auto !important',
581
+ color: '#FFFFFF !important',
582
+ padding: '0px 12px !important',
583
+ height: '32px',
584
+ borderRadius: '8px',
585
+ fontWeight: '500',
586
+ fontSize: '14px'
598
587
  },
599
588
  emptyThumbBtn: {
600
589
  background: `${theme?.palette?.editor?.sectionSettingIconHover} !important`,
601
590
  color: `${theme?.palette?.editor?.textColor} !important`,
602
- fontSize: "14px !important",
603
- "& svg": {
604
- width: "20px !important",
605
- height: "20px !important",
606
- "& path": {
591
+ fontSize: '14px !important',
592
+ '& svg': {
593
+ width: '20px !important',
594
+ height: '20px !important',
595
+ '& path': {
607
596
  stroke: `${theme?.palette?.editor?.closeButtonSvgStroke} !important`
608
597
  }
609
598
  }