@flozy/editor 9.6.4 → 9.6.5

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 (253) hide show
  1. package/dist/Editor/ChatEditor.js +19 -26
  2. package/dist/Editor/CommonEditor.js +23 -139
  3. package/dist/Editor/DialogWrapper.js +25 -31
  4. package/dist/Editor/Editor.css +9 -13
  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 +2 -4
  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 +18 -31
  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 +9 -14
  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 +15 -24
  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 +10 -22
  72. package/dist/Editor/Elements/FreeGrid/FreeGrid.js +23 -67
  73. package/dist/Editor/Elements/FreeGrid/FreeGridBox.js +4 -23
  74. package/dist/Editor/Elements/FreeGrid/FreeGridButton.js +2 -6
  75. package/dist/Editor/Elements/FreeGrid/FreeGridItem.js +5 -36
  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 +3 -7
  93. package/dist/Editor/Elements/Signature/SignatureButton.js +2 -6
  94. package/dist/Editor/Elements/Signature/SignatureOptions/TypeSignature.js +2 -6
  95. package/dist/Editor/Elements/Signature/SignatureOptions/UploadSignature.js +1 -4
  96. package/dist/Editor/Elements/Signature/SignaturePopup.js +16 -17
  97. package/dist/Editor/Elements/SimpleText/index.js +4 -5
  98. package/dist/Editor/Elements/SimpleText/style.js +2 -2
  99. package/dist/Editor/Elements/Table/DragButton.js +2 -4
  100. package/dist/Editor/Elements/Table/Table.js +12 -24
  101. package/dist/Editor/Elements/Table/TablePopup.js +1 -4
  102. package/dist/Editor/Elements/Table/TableSelector.js +6 -10
  103. package/dist/Editor/Elements/Table/TableTool.js +4 -8
  104. package/dist/Editor/Elements/Title/title.js +0 -10
  105. package/dist/Editor/Elements/TopBanner/TopBannerButton.js +1 -4
  106. package/dist/Editor/Elements/Variables/VariableButton.js +1 -10
  107. package/dist/Editor/MiniEditor.js +3 -10
  108. package/dist/Editor/Styles/EditorStyles.js +5 -5
  109. package/dist/Editor/Toolbar/Basic/index.js +1 -2
  110. package/dist/Editor/Toolbar/FormatTools/BlockButton.js +2 -6
  111. package/dist/Editor/Toolbar/FormatTools/Dropdown.js +3 -27
  112. package/dist/Editor/Toolbar/FormatTools/FontFamilyAutocomplete.js +3 -4
  113. package/dist/Editor/Toolbar/FormatTools/MarkButton.js +4 -8
  114. package/dist/Editor/Toolbar/FormatTools/TextSize.js +13 -10
  115. package/dist/Editor/Toolbar/Mini/MiniToolbar.js +5 -12
  116. package/dist/Editor/Toolbar/PopupTool/AddTemplates.js +5 -10
  117. package/dist/Editor/Toolbar/PopupTool/ButtonTemplatesCard.js +4 -10
  118. package/dist/Editor/Toolbar/PopupTool/FullViewCard.js +4 -10
  119. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/MiniColorPicker.js +3 -9
  120. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectAlignment.js +35 -42
  121. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectFontSize.js +13 -6
  122. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectList.js +51 -58
  123. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectSuperSubscript.js +22 -29
  124. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectTypography.js +87 -226
  125. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/index.js +10 -20
  126. package/dist/Editor/Toolbar/PopupTool/PopperHeader.js +5 -10
  127. package/dist/Editor/Toolbar/PopupTool/PopupToolStyle.js +11 -71
  128. package/dist/Editor/Toolbar/PopupTool/TemplateCard.js +5 -11
  129. package/dist/Editor/Toolbar/PopupTool/TextFormat.js +45 -128
  130. package/dist/Editor/Toolbar/PopupTool/index.js +10 -20
  131. package/dist/Editor/Toolbar/Toolbar.js +10 -20
  132. package/dist/Editor/Toolbar/toolbarGroups.js +6 -48
  133. package/dist/Editor/common/ColorPickerButton.js +14 -39
  134. package/dist/Editor/common/CustomDialog/index.js +10 -8
  135. package/dist/Editor/common/DnD/DragHandleButton.js +1 -1
  136. package/dist/Editor/common/FontLoader/FontLoader.js +0 -3
  137. package/dist/Editor/common/Icon.js +0 -28
  138. package/dist/Editor/common/ImageSelector/ImageSelector.js +8 -10
  139. package/dist/Editor/common/ImageSelector/Options/AddLink.js +4 -6
  140. package/dist/Editor/common/ImageSelector/Options/Upload.js +1 -1
  141. package/dist/Editor/common/ImageSelector/Styles.js +9 -3
  142. package/dist/Editor/common/ImageSelector/UploadStyles.js +9 -9
  143. package/dist/Editor/common/LinkSettings/NavComponents.js +10 -14
  144. package/dist/Editor/common/LinkSettings/index.js +14 -20
  145. package/dist/Editor/common/LinkSettings/navOptions.js +1 -1
  146. package/dist/Editor/common/MentionsPopup/index.js +2 -6
  147. package/dist/Editor/common/RnD/ContextMenu/CMenus.js +22 -22
  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/ElementSettings/styles.js +1 -0
  162. package/dist/Editor/common/RnD/OptionsPopup/index.js +3 -4
  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 +7 -56
  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 -123
  169. package/dist/Editor/common/RnD/VirtualElement/updateAutoProps.js +3 -5
  170. package/dist/Editor/common/RnD/index.js +14 -59
  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/Uploader.js +5 -16
  203. package/dist/Editor/commonStyle.js +12 -23
  204. package/dist/Editor/helper/index.js +3 -27
  205. package/dist/Editor/helper/theme.js +2 -202
  206. package/dist/Editor/hooks/useDrag.js +1 -1
  207. package/dist/Editor/hooks/useEditorScroll.js +1 -0
  208. package/dist/Editor/hooks/useMouseMove.js +3 -9
  209. package/dist/Editor/plugins/withEmbeds.js +13 -1
  210. package/dist/Editor/plugins/withHTML.js +9 -11
  211. package/dist/Editor/plugins/withLayout.js +2 -3
  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 +49 -168
  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 +2 -2
  218. package/dist/Editor/utils/helper.js +19 -90
  219. package/package.json +3 -3
  220. package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/MultiSelect.js +0 -425
  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/ThemeIcons.js +0 -291
  224. package/dist/Editor/common/CustomColorPicker/index.js +0 -131
  225. package/dist/Editor/common/CustomColorPicker/style.js +0 -53
  226. package/dist/Editor/common/CustomDialog2/index.js +0 -94
  227. package/dist/Editor/common/CustomDialog2/style.js +0 -67
  228. package/dist/Editor/common/CustomSelect.js +0 -43
  229. package/dist/Editor/common/RnD/Theme/MainThemeProvider.js +0 -17
  230. package/dist/Editor/common/RnD/VirtualElement/ForceAutoAlignment.js +0 -117
  231. package/dist/Editor/common/RnD/VirtualElement/VirtualTextElement.js +0 -134
  232. package/dist/Editor/common/RnD/VirtualElement/helper.js +0 -281
  233. package/dist/Editor/common/SnackBar/index.js +0 -43
  234. package/dist/Editor/helper/textIndeces.js +0 -58
  235. package/dist/Editor/hooks/useAutoScroll.js +0 -38
  236. package/dist/Editor/hooks/useEditorTheme.js +0 -153
  237. package/dist/Editor/hooks/useThemeValues.js +0 -63
  238. package/dist/Editor/theme/index.js +0 -149
  239. package/dist/Editor/themeSettings/ActiveTheme.js +0 -72
  240. package/dist/Editor/themeSettings/buttons/index.js +0 -290
  241. package/dist/Editor/themeSettings/buttons/style.js +0 -23
  242. package/dist/Editor/themeSettings/colorTheme/index.js +0 -310
  243. package/dist/Editor/themeSettings/colorTheme/style.js +0 -81
  244. package/dist/Editor/themeSettings/fonts/PreviewElement.js +0 -121
  245. package/dist/Editor/themeSettings/fonts/index.js +0 -240
  246. package/dist/Editor/themeSettings/fonts/style.js +0 -61
  247. package/dist/Editor/themeSettings/icons.js +0 -60
  248. package/dist/Editor/themeSettings/index.js +0 -351
  249. package/dist/Editor/themeSettings/style.js +0 -220
  250. package/dist/Editor/themeSettingsAI/icons.js +0 -96
  251. package/dist/Editor/themeSettingsAI/index.js +0 -355
  252. package/dist/Editor/themeSettingsAI/saveTheme.js +0 -205
  253. package/dist/Editor/themeSettingsAI/style.js +0 -259
@@ -1,49 +1,22 @@
1
- import React, { useEffect, useMemo, useState } from "react";
1
+ import React, { useEffect, useState } from "react";
2
2
  import { Grid, TextField, InputAdornment, Typography, Tooltip } from "@mui/material";
3
3
  import ColorPickerButton from "../../ColorPickerButton";
4
- import { getVariableValue } from "../../../helper/theme";
5
- import { useButtonStyle } from "../../../hooks/useThemeValues";
6
4
  import { jsx as _jsx } from "react/jsx-runtime";
7
5
  import { jsxs as _jsxs } from "react/jsx-runtime";
8
- const MAP_STYLE_PROPS = {
9
- bgColor: "background-color",
10
- textColor: "color"
11
- };
12
6
  const Color = props => {
13
7
  const {
14
- value: val,
8
+ value,
15
9
  data,
16
10
  onChange,
17
- classes,
18
- elementProps,
19
- handleClose,
20
- customProps
11
+ classes
21
12
  } = props;
22
13
  const {
23
14
  key,
24
15
  label,
25
16
  hideGradient
26
17
  } = data;
27
- const {
28
- translation
29
- } = customProps;
30
18
  const [recentColors, setRecentColors] = useState({});
31
- const {
32
- buttonStyle
33
- } = useButtonStyle(val, key, elementProps);
34
- const newValue = buttonStyle?.color;
35
- const {
36
- value,
37
- inputValue
38
- } = useMemo(() => {
39
- const isVariable = newValue && newValue.startsWith("var");
40
- const inputValue = isVariable ? getVariableValue(newValue) : newValue;
41
- return {
42
- value: newValue,
43
- inputValue: inputValue
44
- };
45
- }, [buttonStyle?.color]);
46
- const getLable = label === "Text" ? translation("selectTextColor") : label === "Background" ? translation("selectBgColor") : translation(label);
19
+ const getLable = label === 'Text' ? 'Select text color' : label === 'Background' ? 'Select background color' : label;
47
20
  useEffect(() => {
48
21
  const storedColors = JSON.parse(localStorage.getItem("recentColors"));
49
22
  if (storedColors) {
@@ -81,27 +54,27 @@ const Color = props => {
81
54
  fontSize: "14px",
82
55
  fontWeight: 500,
83
56
  marginBottom: "5px",
84
- display: "flex",
85
- alignItems: "center",
86
- "& svg": {
87
- width: "20px",
88
- height: "20px"
57
+ display: 'flex',
58
+ alignItems: 'center',
59
+ '& svg': {
60
+ width: '20px',
61
+ height: '20px'
89
62
  }
90
63
  },
91
- children: [translation(label), data?.infoIcon ? /*#__PURE__*/_jsx(Tooltip, {
64
+ children: [label, data?.infoIcon ? /*#__PURE__*/_jsx(Tooltip, {
92
65
  arrow: true,
93
- title: translation("noteText"),
66
+ title: "Note: If color gradient is used, divider styles will not apply",
94
67
  children: /*#__PURE__*/_jsx("span", {
95
68
  style: {
96
- display: "inline-block"
69
+ display: 'inline-block'
97
70
  },
98
71
  children: data?.infoIcon
99
72
  })
100
73
  }) : null]
101
74
  }), /*#__PURE__*/_jsx(TextField, {
102
75
  fullWidth: true,
103
- value: inputValue,
104
- placeholder: getLable || `${label} ${translation("color code")}`,
76
+ value: value,
77
+ placeholder: getLable || `${label} color code`,
105
78
  InputLabelProps: {
106
79
  shrink: true
107
80
  },
@@ -113,8 +86,6 @@ const Color = props => {
113
86
  value: value,
114
87
  onSave: onSave,
115
88
  recentColors: recentColors[key],
116
- handleClose: handleClose,
117
- disableEditTheme: customProps?.disableEditTheme,
118
89
  hideGradient: hideGradient
119
90
  })
120
91
  })
@@ -7,12 +7,8 @@ const ElementSize = 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
  } = data;
@@ -49,13 +45,13 @@ const ElementSize = props => {
49
45
  fontWeight: "500",
50
46
  marginBottom: "5px"
51
47
  },
52
- children: translation("Width")
48
+ children: "Width"
53
49
  }), /*#__PURE__*/_jsx(TextField, {
54
50
  fullWidth: true,
55
51
  name: wkey,
56
52
  size: "small",
57
53
  value: value ? value[wkey] : "100",
58
- placeholder: translation("Width"),
54
+ placeholder: "Width",
59
55
  onChange: handleChange,
60
56
  InputProps: {
61
57
  endAdornment: /*#__PURE__*/_jsxs(InputAdornment, {
@@ -101,14 +97,14 @@ const ElementSize = props => {
101
97
  fontWeight: "500",
102
98
  marginBottom: "5px"
103
99
  },
104
- children: translation("Height")
100
+ children: "Height"
105
101
  }), /*#__PURE__*/_jsx(TextField, {
106
102
  fullWidth: true,
107
103
  name: "height",
108
104
  size: "small",
109
105
  value: value?.height,
110
- placeholder: translation("Height"),
111
- helperText: translation("heightHelperText"),
106
+ placeholder: "Height",
107
+ helperText: "Leave it to auto if width is in % ",
112
108
  onChange: handleChange,
113
109
  InputProps: {
114
110
  endAdornment: /*#__PURE__*/_jsxs(InputAdornment, {
@@ -1,30 +1,19 @@
1
- import React, { useMemo } from "react";
1
+ import React from "react";
2
2
  import { TextField, IconButton, Grid, Typography } from "@mui/material";
3
3
  import { sizeMap } from "../../../utils/font.js";
4
4
  import { TextMinusIcon, TextPlusIcon } from "../../../common/iconslist.js";
5
- import { getElementStyle } from "../../../helper/theme.js";
6
- import { useSlateStatic } from "slate-react";
7
5
  import { jsx as _jsx } from "react/jsx-runtime";
8
6
  import { jsxs as _jsxs } from "react/jsx-runtime";
9
7
  const FontSize = props => {
10
8
  const {
11
- value: val,
9
+ value,
12
10
  data,
13
- onChange,
14
- elementProps,
15
- customProps
11
+ onChange
16
12
  } = props;
17
13
  const {
18
14
  key,
19
15
  width
20
16
  } = data;
21
- const editor = useSlateStatic();
22
- const value = useMemo(() => {
23
- return getElementStyle(editor, elementProps, "font-size") || val;
24
- }, [editor, val]);
25
- const {
26
- translation
27
- } = customProps;
28
17
  const handleChange = e => {
29
18
  let inc = parseInt(e.target.value) || 16;
30
19
  inc = inc > 200 ? 200 : inc;
@@ -35,9 +24,7 @@ const FontSize = props => {
35
24
  const getSizeVal = () => {
36
25
  try {
37
26
  const size = `${value}`?.indexOf("px") >= 0 ? value : sizeMap[value] || value;
38
- const defaultSize = 16;
39
- const val = parseInt(size || defaultSize);
40
- return isNaN(val) ? defaultSize : val;
27
+ return parseInt(size || 16);
41
28
  } catch (err) {
42
29
  return "";
43
30
  }
@@ -71,7 +58,7 @@ const FontSize = props => {
71
58
  fontSize: "14px",
72
59
  fontWeight: "500"
73
60
  },
74
- children: translation(data?.label)
61
+ children: data?.label
75
62
  })
76
63
  }), /*#__PURE__*/_jsx(Grid, {
77
64
  item: true,
@@ -86,7 +73,7 @@ const FontSize = props => {
86
73
  size: "small",
87
74
  inputProps: {
88
75
  style: {
89
- // textAlign: "center",
76
+ // textAlign: "center",
90
77
  padding: "11px"
91
78
  }
92
79
  },
@@ -8,12 +8,8 @@ const GridSize = props => {
8
8
  const {
9
9
  value: val,
10
10
  data,
11
- onChange,
12
- customProps
11
+ onChange
13
12
  } = props;
14
- const {
15
- translation
16
- } = customProps;
17
13
  const {
18
14
  key
19
15
  } = data;
@@ -38,7 +34,7 @@ const GridSize = props => {
38
34
  fontWeight: 500,
39
35
  marginBottom: "5px"
40
36
  },
41
- children: [translation(data?.label) || translation("Grid Size"), ": ", value || 12]
37
+ children: [data?.label || "Grid Size", ": ", value || 12]
42
38
  }), /*#__PURE__*/_jsx("div", {
43
39
  className: "sld-wrpr",
44
40
  children: /*#__PURE__*/_jsx(Slider, {
@@ -12,9 +12,6 @@ const Icons = props => {
12
12
  onChange,
13
13
  customProps
14
14
  } = props;
15
- const {
16
- translation
17
- } = customProps;
18
15
  const {
19
16
  key
20
17
  } = data;
@@ -61,7 +58,7 @@ const Icons = props => {
61
58
  children: /*#__PURE__*/_jsx(TextField, {
62
59
  fullWidth: true,
63
60
  size: "small",
64
- placeholder: translation("searchIcons"),
61
+ placeholder: "Search Icons...",
65
62
  value: val,
66
63
  onChange: handleChange
67
64
  })
@@ -73,7 +70,7 @@ const Icons = props => {
73
70
  padding: "4px"
74
71
  },
75
72
  children: SelectedIcon ? /*#__PURE__*/_jsx(Tooltip, {
76
- title: translation("clickToRemove"),
73
+ title: "Click to Remove",
77
74
  arrow: true,
78
75
  children: /*#__PURE__*/_jsx(IconButton, {
79
76
  onClick: onRemoveIcon,
@@ -14,9 +14,6 @@ const MenusArray = props => {
14
14
  onChange,
15
15
  customProps
16
16
  } = props;
17
- const {
18
- translation
19
- } = customProps;
20
17
  const {
21
18
  key
22
19
  } = data;
@@ -82,7 +79,7 @@ const MenusArray = props => {
82
79
  fontSize: "14px",
83
80
  fontWeight: "500"
84
81
  },
85
- children: translation("Menu Variant")
82
+ children: "Menu Variant"
86
83
  })
87
84
  }), /*#__PURE__*/_jsxs(RadioGroup, {
88
85
  row: true,
@@ -101,7 +98,7 @@ const MenusArray = props => {
101
98
  sx: {
102
99
  fontSize: "14px"
103
100
  },
104
- children: translation("Stacked")
101
+ children: "Stacked"
105
102
  })
106
103
  }), /*#__PURE__*/_jsx(FormControlLabel, {
107
104
  value: "drawer",
@@ -113,7 +110,7 @@ const MenusArray = props => {
113
110
  sx: {
114
111
  fontSize: "14px"
115
112
  },
116
- children: translation("Drawer")
113
+ children: "Drawer"
117
114
  })
118
115
  })]
119
116
  })]
@@ -144,7 +141,7 @@ const MenusArray = props => {
144
141
  fullWidth: true,
145
142
  disabled: true
146
143
  }), /*#__PURE__*/_jsx(Tooltip, {
147
- title: translation("Link Settings"),
144
+ title: "Link Settings",
148
145
  arrow: true,
149
146
  children: /*#__PURE__*/_jsx(IconButton, {
150
147
  onClick: () => setOpenNav({
@@ -154,7 +151,7 @@ const MenusArray = props => {
154
151
  children: /*#__PURE__*/_jsx(Settings, {})
155
152
  })
156
153
  }), /*#__PURE__*/_jsx(Tooltip, {
157
- title: translation("Delete Menu"),
154
+ title: "Delete Menu",
158
155
  arrow: true,
159
156
  children: /*#__PURE__*/_jsx(IconButton, {
160
157
  onClick: onDelete(i),
@@ -170,7 +167,7 @@ const MenusArray = props => {
170
167
  sx: {
171
168
  fontWeight: 700
172
169
  },
173
- children: translation("addTextIcon")
170
+ children: "+ Add"
174
171
  })
175
172
  }), openNav ? /*#__PURE__*/_jsx(LinkSettings, {
176
173
  handleClose: () => setOpenNav(null),
@@ -6,12 +6,8 @@ const MetaDataMapping = props => {
6
6
  const {
7
7
  data,
8
8
  onChange,
9
- elementProps,
10
- customProps
9
+ elementProps
11
10
  } = props;
12
- const {
13
- translation
14
- } = customProps;
15
11
  const {
16
12
  compType
17
13
  } = data;
@@ -37,9 +33,7 @@ const MetaDataMapping = props => {
37
33
  element: elementProps,
38
34
  value: data?.value,
39
35
  data: updatedData,
40
- onChange: handleCardSelect,
41
- customProps: customProps,
42
- translation: translation
36
+ onChange: handleCardSelect
43
37
  }) : null
44
38
  });
45
39
  };
@@ -16,8 +16,7 @@ const SaveAsTemplate = props => {
16
16
  elementProps,
17
17
  handleClose,
18
18
  saveText = "Save As Template",
19
- closeText = "",
20
- translation
19
+ closeText = ""
21
20
  } = props;
22
21
  const {
23
22
  onSaveTemplate
@@ -94,7 +93,7 @@ const SaveAsTemplate = props => {
94
93
  name: "title",
95
94
  value: template?.title,
96
95
  onChange: onChange,
97
- placeholder: translation("Template Title"),
96
+ placeholder: "Template Title",
98
97
  fullWidth: true,
99
98
  size: "small"
100
99
  })
@@ -115,7 +114,7 @@ const SaveAsTemplate = props => {
115
114
  sx: {
116
115
  fontSize: "14px"
117
116
  },
118
- children: translation("Element")
117
+ children: "Element"
119
118
  })
120
119
  }), /*#__PURE__*/_jsx(MenuItem, {
121
120
  value: "Section",
@@ -125,7 +124,7 @@ const SaveAsTemplate = props => {
125
124
  sx: {
126
125
  fontSize: "14px"
127
126
  },
128
- children: translation("Section")
127
+ children: "Section"
129
128
  })
130
129
  }), /*#__PURE__*/_jsx(MenuItem, {
131
130
  value: "Template",
@@ -135,7 +134,7 @@ const SaveAsTemplate = props => {
135
134
  sx: {
136
135
  fontSize: "14px"
137
136
  },
138
- children: translation("Template")
137
+ children: "Template"
139
138
  })
140
139
  })]
141
140
  })
@@ -145,7 +144,7 @@ const SaveAsTemplate = props => {
145
144
  children: /*#__PURE__*/_jsx(TextField, {
146
145
  fullWidth: true,
147
146
  name: "category",
148
- placeholder: translation("Category"),
147
+ placeholder: "Category",
149
148
  value: template?.category,
150
149
  onChange: onChange,
151
150
  size: "small"
@@ -167,7 +166,7 @@ const SaveAsTemplate = props => {
167
166
  sx: {
168
167
  ...classes.gradientFillBtn
169
168
  },
170
- children: [translation("Upload file"), /*#__PURE__*/_jsx("input", {
169
+ children: ["Upload file", /*#__PURE__*/_jsx("input", {
171
170
  type: "file",
172
171
  style: {
173
172
  opacity: 0,
@@ -185,10 +184,10 @@ const SaveAsTemplate = props => {
185
184
  }), " ", /*#__PURE__*/_jsx(Typography, {
186
185
  variant: "body1",
187
186
  color: "primary",
188
- children: translation("Remove")
187
+ children: "Remove"
189
188
  })]
190
189
  })]
191
- }), uploading ? translation("Uploading...") : "", /*#__PURE__*/_jsx(Grid, {
190
+ }), uploading ? "Uploading..." : "", /*#__PURE__*/_jsx(Grid, {
192
191
  item: true,
193
192
  xs: 12,
194
193
  style: {
@@ -217,7 +216,7 @@ const SaveAsTemplate = props => {
217
216
  }
218
217
  // variant="contained"
219
218
  ,
220
- children: translation(saveText)
219
+ children: saveText
221
220
  }), closeText ? /*#__PURE__*/_jsx(Button, {
222
221
  className: "closebtn",
223
222
  onClick: handleSave,
@@ -225,7 +224,7 @@ const SaveAsTemplate = props => {
225
224
  fontWeight: 700
226
225
  },
227
226
  variant: "contained",
228
- children: translation(closeText)
227
+ children: closeText
229
228
  }) : null]
230
229
  })]
231
230
  });
@@ -10,12 +10,8 @@ const SelectBox = props => {
10
10
  value,
11
11
  data,
12
12
  onChange,
13
- elementProps,
14
- customProps
13
+ elementProps
15
14
  } = props;
16
- const {
17
- translation
18
- } = customProps;
19
15
  const {
20
16
  key,
21
17
  placeholder
@@ -63,7 +59,7 @@ const SelectBox = props => {
63
59
  className: "unCheckedIcon"
64
60
  })
65
61
  }),
66
- label: translation(placeholder)
62
+ label: placeholder
67
63
  }), /*#__PURE__*/_jsx(FormHelperText, {
68
64
  children: data?.helperText
69
65
  })]
@@ -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
  }]