@flozy/editor 10.8.7 → 10.8.9

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 (151) hide show
  1. package/dist/Editor/ChatEditor.js +16 -17
  2. package/dist/Editor/CommonEditor.js +27 -138
  3. package/dist/Editor/DialogWrapper.js +25 -31
  4. package/dist/Editor/Editor.css +11 -39
  5. package/dist/Editor/Elements/AI/PopoverAIInput.js +3 -11
  6. package/dist/Editor/Elements/AI/Styles.js +0 -1
  7. package/dist/Editor/Elements/Accordion/Accordion.js +22 -28
  8. package/dist/Editor/Elements/Accordion/AccordionButton.js +3 -12
  9. package/dist/Editor/Elements/AppHeader/AppHeader.js +3 -3
  10. package/dist/Editor/Elements/Attachments/Attachments.js +11 -153
  11. package/dist/Editor/Elements/Attachments/AttachmentsButton.js +3 -8
  12. package/dist/Editor/Elements/Button/EditorButton.js +7 -23
  13. package/dist/Editor/Elements/Color Picker/ColorButtons.js +14 -61
  14. package/dist/Editor/Elements/Color Picker/ColorPicker.css +1 -25
  15. package/dist/Editor/Elements/Color Picker/ColorPicker.js +7 -10
  16. package/dist/Editor/Elements/Color Picker/Styles.js +13 -15
  17. package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/MultiSelect.js +454 -0
  18. package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/Select.js +55 -134
  19. package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/SelectV1.js +8 -7
  20. package/dist/Editor/Elements/DataView/Layouts/DataTypes/PersonType.js +3 -8
  21. package/dist/Editor/Elements/DataView/Layouts/Options/EditProperty.js +1 -1
  22. package/dist/Editor/Elements/DataView/Layouts/TableStyles.js +1 -1
  23. package/dist/Editor/Elements/Embed/Embed.js +43 -36
  24. package/dist/Editor/Elements/Embed/Image.js +23 -240
  25. package/dist/Editor/Elements/Embed/Video.js +15 -246
  26. package/dist/Editor/Elements/Form/FormField.js +1 -1
  27. package/dist/Editor/Elements/Form/Workflow/Styles.js +22 -24
  28. package/dist/Editor/Elements/Form/Workflow/constant.js +1 -25
  29. package/dist/Editor/Elements/FreeGrid/FreeGrid.js +33 -39
  30. package/dist/Editor/Elements/FreeGrid/FreeGridBox.js +4 -7
  31. package/dist/Editor/Elements/FreeGrid/FreeGridItem.js +0 -1
  32. package/dist/Editor/Elements/FreeGrid/Options/More.js +7 -7
  33. package/dist/Editor/Elements/FreeGrid/styles.js +0 -9
  34. package/dist/Editor/Elements/Grid/GridItem.js +1 -1
  35. package/dist/Editor/Elements/PageSettings/PageSettingsButton.js +1 -2
  36. package/dist/Editor/Elements/SimpleText/style.js +2 -2
  37. package/dist/Editor/Elements/Table/Table.js +3 -3
  38. package/dist/Editor/Elements/Title/title.js +6 -6
  39. package/dist/Editor/Elements/TopBanner/TopBanner.js +2 -4
  40. package/dist/Editor/Elements/TopBanner/TopBannerButton.js +3 -5
  41. package/dist/Editor/Elements/Variables/VariableButton.js +1 -10
  42. package/dist/Editor/MiniEditor.js +1 -2
  43. package/dist/Editor/Styles/EditorStyles.js +5 -20
  44. package/dist/Editor/Toolbar/FormatTools/Dropdown.js +3 -27
  45. package/dist/Editor/Toolbar/FormatTools/FontFamilyAutocomplete.js +3 -4
  46. package/dist/Editor/Toolbar/FormatTools/MarkButton.js +2 -2
  47. package/dist/Editor/Toolbar/FormatTools/TextSize.js +29 -33
  48. package/dist/Editor/Toolbar/Mini/MiniToolbar.js +1 -2
  49. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/MiniColorPicker.js +2 -4
  50. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectFontSize.js +23 -23
  51. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectList.js +7 -25
  52. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectTypography.js +42 -167
  53. package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/index.js +8 -24
  54. package/dist/Editor/Toolbar/PopupTool/PopperHeader.js +1 -2
  55. package/dist/Editor/Toolbar/PopupTool/PopupToolStyle.js +10 -70
  56. package/dist/Editor/Toolbar/PopupTool/TextFormat.js +14 -73
  57. package/dist/Editor/Toolbar/PopupTool/index.js +2 -5
  58. package/dist/Editor/Toolbar/toolbarGroups.js +10 -56
  59. package/dist/Editor/common/ColorPickerButton.js +16 -38
  60. package/dist/Editor/common/DnD/DragHandleButton.js +1 -1
  61. package/dist/Editor/common/FontLoader/FontLoader.js +0 -4
  62. package/dist/Editor/common/Icon.js +0 -28
  63. package/dist/Editor/common/ImageSelector/ImageSelector.js +7 -45
  64. package/dist/Editor/common/ImageSelector/Options/Upload.js +11 -26
  65. package/dist/Editor/common/ImageSelector/Styles.js +9 -3
  66. package/dist/Editor/common/LinkSettings/NavComponents.js +2 -6
  67. package/dist/Editor/common/MentionsPopup/index.js +1 -9
  68. package/dist/Editor/common/RnD/ElementSettings/OtherSettings/Settings.js +1 -2
  69. package/dist/Editor/common/RnD/ElementSettings/Settings/AppHeaderSettings.js +2 -3
  70. package/dist/Editor/common/RnD/ElementSettings/Settings/BoxSettings.js +2 -3
  71. package/dist/Editor/common/RnD/ElementSettings/Settings/ButtonSettings.js +2 -3
  72. package/dist/Editor/common/RnD/ElementSettings/Settings/CodeSettings.js +2 -3
  73. package/dist/Editor/common/RnD/ElementSettings/Settings/FormSettings.js +2 -4
  74. package/dist/Editor/common/RnD/ElementSettings/Settings/ImageSettings.js +7 -20
  75. package/dist/Editor/common/RnD/ElementSettings/Settings/TableSettings.js +2 -3
  76. package/dist/Editor/common/RnD/ElementSettings/Settings/TextSettings.js +1 -9
  77. package/dist/Editor/common/RnD/ElementSettings/Settings/VideoSettings.js +7 -20
  78. package/dist/Editor/common/RnD/GuideLines/styles.js +1 -1
  79. package/dist/Editor/common/RnD/SwitchViewport/SwitchViewport.js +2 -11
  80. package/dist/Editor/common/RnD/Theme/ViewportStimulator.js +3 -6
  81. package/dist/Editor/common/RnD/Utils/gridDropItem.js +18 -28
  82. package/dist/Editor/common/RnD/Utils/index.js +1 -3
  83. package/dist/Editor/common/RnD/VirtualElement/VirtualTextElement.js +58 -45
  84. package/dist/Editor/common/RnD/VirtualElement/helper.js +130 -320
  85. package/dist/Editor/common/RnD/VirtualElement/styles.js +0 -22
  86. package/dist/Editor/common/RnD/index.js +13 -48
  87. package/dist/Editor/common/Shorthands/elements.js +4 -62
  88. package/dist/Editor/common/StyleBuilder/buttonStyle.js +2 -4
  89. package/dist/Editor/common/StyleBuilder/embedVideoStyle.js +0 -4
  90. package/dist/Editor/common/StyleBuilder/fieldTypes/backgroundImage.js +2 -15
  91. package/dist/Editor/common/StyleBuilder/fieldTypes/bannerSpacing.js +2 -12
  92. package/dist/Editor/common/StyleBuilder/fieldTypes/borderRadius.js +7 -15
  93. package/dist/Editor/common/StyleBuilder/fieldTypes/card.js +8 -16
  94. package/dist/Editor/common/StyleBuilder/fieldTypes/color.js +10 -36
  95. package/dist/Editor/common/StyleBuilder/fieldTypes/fontSize.js +7 -16
  96. package/dist/Editor/common/StyleBuilder/fieldTypes/index.js +1 -3
  97. package/dist/Editor/common/StyleBuilder/fieldTypes/menusArray.js +0 -2
  98. package/dist/Editor/common/StyleBuilder/fieldTypes/textOptions.js +7 -15
  99. package/dist/Editor/common/StyleBuilder/index.js +4 -8
  100. package/dist/Editor/common/Uploader.js +17 -125
  101. package/dist/Editor/common/iconslist.js +0 -21
  102. package/dist/Editor/commonStyle.js +64 -107
  103. package/dist/Editor/helper/index.js +2 -10
  104. package/dist/Editor/helper/theme.js +2 -203
  105. package/dist/Editor/hooks/useMouseMove.js +3 -9
  106. package/dist/Editor/plugins/withEmbeds.js +1 -12
  107. package/dist/Editor/plugins/withHTML.js +3 -58
  108. package/dist/Editor/plugins/withTable.js +1 -1
  109. package/dist/Editor/service/fileupload.js +0 -53
  110. package/dist/Editor/theme/ThemeList.js +173 -51
  111. package/dist/Editor/utils/SlateUtilityFunctions.js +21 -183
  112. package/dist/Editor/utils/accordion.js +40 -68
  113. package/dist/Editor/utils/button.js +17 -1
  114. package/dist/Editor/utils/draftToSlate.js +2 -3
  115. package/dist/Editor/utils/events.js +89 -94
  116. package/dist/Editor/utils/font.js +37 -40
  117. package/dist/Editor/utils/helper.js +21 -97
  118. package/dist/Editor/utils/insertAppHeader.js +4 -8
  119. package/package.json +4 -4
  120. package/dist/Editor/Elements/Attachments/AttachmentStyles.js +0 -16
  121. package/dist/Editor/Elements/FreeGrid/helper.js +0 -115
  122. package/dist/Editor/Toolbar/PopupTool/ThemeTextFormat.js +0 -439
  123. package/dist/Editor/assets/svg/BackIcon.js +0 -18
  124. package/dist/Editor/assets/svg/ThemeIcons.js +0 -293
  125. package/dist/Editor/common/CustomColorPicker/index.js +0 -130
  126. package/dist/Editor/common/CustomColorPicker/style.js +0 -53
  127. package/dist/Editor/common/CustomDialog2/index.js +0 -94
  128. package/dist/Editor/common/CustomDialog2/style.js +0 -67
  129. package/dist/Editor/common/CustomSelect.js +0 -43
  130. package/dist/Editor/common/RnD/Theme/MainThemeProvider.js +0 -17
  131. package/dist/Editor/common/StyleBuilder/fieldTypes/embedUpload.js +0 -115
  132. package/dist/Editor/common/UploaderWithProgress.js +0 -183
  133. package/dist/Editor/helper/textIndeces.js +0 -58
  134. package/dist/Editor/hooks/useEditorTheme.js +0 -155
  135. package/dist/Editor/hooks/useThemeValues.js +0 -63
  136. package/dist/Editor/theme/index.js +0 -149
  137. package/dist/Editor/themeSettings/ActiveTheme.js +0 -82
  138. package/dist/Editor/themeSettings/buttons/index.js +0 -300
  139. package/dist/Editor/themeSettings/buttons/style.js +0 -23
  140. package/dist/Editor/themeSettings/colorTheme/index.js +0 -310
  141. package/dist/Editor/themeSettings/colorTheme/style.js +0 -81
  142. package/dist/Editor/themeSettings/fonts/PreviewElement.js +0 -121
  143. package/dist/Editor/themeSettings/fonts/index.js +0 -240
  144. package/dist/Editor/themeSettings/fonts/style.js +0 -62
  145. package/dist/Editor/themeSettings/icons.js +0 -60
  146. package/dist/Editor/themeSettings/index.js +0 -380
  147. package/dist/Editor/themeSettings/style.js +0 -299
  148. package/dist/Editor/themeSettingsAI/icons.js +0 -96
  149. package/dist/Editor/themeSettingsAI/index.js +0 -355
  150. package/dist/Editor/themeSettingsAI/saveTheme.js +0 -202
  151. package/dist/Editor/themeSettingsAI/style.js +0 -332
@@ -1,12 +1,12 @@
1
- import React, { useState } from "react";
2
- import { Transforms } from "slate";
3
- import { useSlateStatic, ReactEditor } from "slate-react";
1
+ import React, { useEffect, useState } from "react";
2
+ import { Editor, Range, Transforms } from "slate";
3
+ import { useSelected, useSlateStatic, ReactEditor } from "slate-react";
4
4
  import AccordionBtnPopup from "./AccordionBtnPopup";
5
5
  import { IconButton, Tooltip, Box } from "@mui/material";
6
6
  import DeleteIcon from "@mui/icons-material/Delete";
7
7
  import { GridSettingsIcon } from "../../common/iconslist";
8
8
  import Icon from "../../common/Icon";
9
- import { useEditorContext } from "../../hooks/useMouseMove";
9
+ import { useEditorContext, useEditorSelection } from "../../hooks/useMouseMove";
10
10
  import useCommonStyle from "../../commonStyle";
11
11
  import { getBorderColor, getTextColor } from "../../helper";
12
12
  import { getBreakPointsValue, getTRBLBreakPoints } from "../../helper/theme";
@@ -75,6 +75,8 @@ const Accordion = props => {
75
75
  const [toggle, setToggle] = useState(false);
76
76
  const [openSetttings, setOpenSettings] = useState(false);
77
77
  const editor = useSlateStatic();
78
+ const [showTool] = useEditorSelection(editor);
79
+ const selected = useSelected();
78
80
  const path = ReactEditor.findPath(editor, element);
79
81
  const {
80
82
  textColor,
@@ -92,33 +94,25 @@ const Accordion = props => {
92
94
  theme
93
95
  } = useEditorContext();
94
96
  const classes = useCommonStyle(theme);
95
-
96
- // useEffect(() => {
97
- // if (!editor.selection || !children[1]) return;
98
-
99
- // try {
100
- // const accordionDetailsElement = element.children?.[1];
101
-
102
- // const detailsPath = ReactEditor.findPath(editor, accordionDetailsElement);
103
-
104
- // const detailsRange = Editor.range(editor, detailsPath);
105
-
106
- // const isInside = Range.intersection(detailsRange, editor.selection);
107
-
108
- // if (isInside && !toggle) {
109
- // setToggle(true);
110
- // }
111
- // } catch (e) {
112
- // console.error(e);
113
- // }
114
- // }, [editor.selection, children]);
115
-
97
+ useEffect(() => {
98
+ if (!editor.selection || !children[1]) return;
99
+ try {
100
+ const accordionDetailsElement = element.children?.[1];
101
+ const detailsPath = ReactEditor.findPath(editor, accordionDetailsElement);
102
+ const detailsRange = Editor.range(editor, detailsPath);
103
+ const isInside = Range.intersection(detailsRange, editor.selection);
104
+ if (isInside && !toggle) {
105
+ setToggle(true);
106
+ }
107
+ } catch (e) {
108
+ console.error(e);
109
+ }
110
+ }, [editor.selection, children]);
116
111
  const onToggle = () => {
117
112
  setToggle(!toggle);
118
- Transforms.deselect(editor);
119
113
  };
120
114
  const ToolBar = () => {
121
- return toggle ? /*#__PURE__*/_jsxs("div", {
115
+ return selected && !showTool ? /*#__PURE__*/_jsxs("div", {
122
116
  className: "element-toolbar hr",
123
117
  contentEditable: false,
124
118
  style: {
@@ -212,6 +206,7 @@ const Accordion = props => {
212
206
  className: "accordion-title"
213
207
  // style={{ background: bgColor, ...borderStyle }}
214
208
  ,
209
+ onClick: onToggle,
215
210
  children: [/*#__PURE__*/_jsx(Box, {
216
211
  role: "button",
217
212
  className: "accordion-summary-collapse-btn",
@@ -226,7 +221,6 @@ const Accordion = props => {
226
221
  },
227
222
  cursor: "pointer"
228
223
  },
229
- onClick: onToggle,
230
224
  children: !toggle ? /*#__PURE__*/_jsx(Icon, {
231
225
  icon: "accordionArrow"
232
226
  }) : /*#__PURE__*/_jsx(Icon, {
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { insertAccordion, toggleAccordion } from "../../utils/accordion";
2
+ import { insertAccordion } from "../../utils/accordion";
3
3
  import ToolbarIcon from "../../common/ToolbarIcon";
4
4
  import Icon from "../../common/Icon";
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -7,22 +7,13 @@ const AccordionButton = props => {
7
7
  const {
8
8
  editor,
9
9
  icoBtnType,
10
- customProps,
11
- commonProps
10
+ customProps
12
11
  } = props;
13
12
  const {
14
13
  translation
15
14
  } = customProps;
16
- const {
17
- listType
18
- } = commonProps || {};
19
- const isAccordion = listType === "accordion-summary";
20
15
  const handleInsertAccordion = () => {
21
- if (isAccordion) {
22
- toggleAccordion(editor);
23
- } else {
24
- insertAccordion(editor);
25
- }
16
+ insertAccordion(editor);
26
17
  };
27
18
  return /*#__PURE__*/_jsx(ToolbarIcon, {
28
19
  icon: /*#__PURE__*/_jsx(Icon, {
@@ -268,7 +268,7 @@ function AppHeader(props) {
268
268
  style: {
269
269
  display: "inline-flex",
270
270
  alignItems: "center",
271
- color: textColor || "#000000",
271
+ color: textColor,
272
272
  fontSize: logoFontSize,
273
273
  fontFamily: titleFontFamily,
274
274
  justifyContent: isLogoRight ? "end" : "start"
@@ -323,7 +323,7 @@ function AppHeader(props) {
323
323
  fontFamily: fontFamily,
324
324
  textTransform: "none",
325
325
  fontSize: fontSize || "16px",
326
- color: textColor || "#000",
326
+ color: textColor || "#FFF",
327
327
  background: bgColor || "none",
328
328
  border: borderColorHover ? `1px solid transparent` : "none",
329
329
  "& .m-settings": {
@@ -339,7 +339,7 @@ function AppHeader(props) {
339
339
  background: "#FFF"
340
340
  },
341
341
  "&:hover": {
342
- color: textColorHover || textColor || "#000",
342
+ color: textColorHover || textColor || "#FFF",
343
343
  background: bgColorHover || bgColor || "none",
344
344
  border: borderColorHover ? `1px solid ${borderColorHover}` : "none",
345
345
  "& .m-settings": {
@@ -1,141 +1,33 @@
1
- import React, { useEffect, useRef, useState } from "react";
2
- import Box from '@mui/material/Box';
3
- import Card from '@mui/material/Card';
4
- import CardMedia from '@mui/material/CardMedia';
5
- import CardContent from '@mui/material/CardContent';
6
- import Typography from '@mui/material/Typography';
7
- import CircularProgress from '@mui/material/CircularProgress';
8
- import IconButton from '@mui/material/IconButton';
1
+ import React from "react";
2
+ import { Box, Card, CardMedia, CardContent, Typography } from "@mui/material";
9
3
  import PictureAsPdfIcon from "@mui/icons-material/PictureAsPdf";
10
4
  import TextSnippetIcon from "@mui/icons-material/TextSnippet";
11
- import HighlightOffRoundedIcon from "@mui/icons-material/HighlightOffRounded";
12
- import { Transforms } from "slate";
13
- import { ReactEditor, useSlateStatic } from "slate-react";
14
5
  import { formatDate } from "../../utils/helper";
15
6
  import Icon from "../../common/Icon";
16
7
  import { getEmbedURL } from "../../helper";
17
8
  import Video from "../Embed/Video";
18
- import { formatFileSize } from "../../service/fileupload";
19
- import { useEditorContext } from "../../hooks/useMouseMove";
20
- import useAttachmentStyle from "./AttachmentStyles";
21
9
  import { jsx as _jsx } from "react/jsx-runtime";
22
- import { Fragment as _Fragment } from "react/jsx-runtime";
23
10
  import { jsxs as _jsxs } from "react/jsx-runtime";
24
11
  const Attachments = props => {
25
12
  const {
26
13
  attributes,
27
14
  element,
28
- children,
29
- customProps
15
+ children
30
16
  } = props;
31
17
  const {
32
18
  url,
33
19
  type,
34
- date,
35
- fileName,
36
- isUploading,
37
- file,
38
- fileSize,
39
- uniqueId
20
+ date
40
21
  } = element;
41
- const {
42
- resumeUploadState,
43
- services,
44
- uploadFile,
45
- uploadTerminator
46
- } = customProps || {};
47
22
  const {
48
23
  isEmbed
49
24
  } = getEmbedURL(element, true);
50
25
  const getLastName = url?.split("/").pop();
51
- const fileName2 = `${decodeURIComponent(getLastName)}`;
52
- const editor = useSlateStatic();
53
- const {
54
- theme
55
- } = useEditorContext();
56
- const classes = useAttachmentStyle(theme);
57
- const path = ReactEditor.findPath(editor, element);
58
- const [redirectURL, setRedirectURL] = useState(isUploading ? null : url);
59
- const [uploadStatus, setUploadStatus] = useState({
60
- isUploading: !!isUploading,
61
- uploadPercentage: 0,
62
- fileName: fileName || fileName2,
63
- fileSize: fileSize
64
- });
65
- const xhrRef = useRef(null);
66
- const cancelUpload = () => {
67
- Transforms.removeNodes(editor, {
68
- at: path
69
- });
70
- uploadTerminator(uniqueId, setUploadStatus);
71
- };
72
- const onSave = url => {
73
- setRedirectURL(url);
74
- Transforms.setNodes(editor, {
75
- url: url,
76
- isUploading: false
77
- }, {
78
- at: path
79
- });
80
- setUploadStatus({
81
- isUploading: false,
82
- uploadPercentage: 0,
83
- fileName: null,
84
- fileSize: null
85
- });
86
- };
87
- const handleFileUpload = async () => {
88
- if (!file) return;
89
- try {
90
- const id = !uniqueId ? crypto?.randomUUID() : uniqueId;
91
- const result = await services("uploadFile", file);
92
- const uploadUrl = result?.data?.[0];
93
- const fileEntry = {
94
- file: file,
95
- xhrRef,
96
- presidnedURL: uploadUrl,
97
- status: "uploading"
98
- };
99
- uploadFile(id, fileEntry, setUploadStatus, onSave, "document");
100
- Transforms.setNodes(editor, {
101
- uniqueId: id,
102
- isUploading: true
103
- }, {
104
- at: path
105
- });
106
- } catch (error) {
107
- console.error("Upload failed:", error);
108
- setUploadStatus(prev => ({
109
- ...prev,
110
- isUploading: false,
111
- uploadPercentage: 0
112
- }));
113
- }
114
- };
115
- const noUploadTracks = () => {
116
- setUploadStatus({
117
- isUploading: false,
118
- uploadPercentage: 0,
119
- fileName: null,
120
- fileSize: null
121
- });
122
- setRedirectURL(null);
123
- Transforms.removeNodes(editor, {
124
- at: path
125
- });
126
- };
127
- useEffect(() => {
128
- if (uniqueId && isUploading) {
129
- resumeUploadState(uniqueId, setUploadStatus, onSave, noUploadTracks, "document");
130
- } else if (file && isUploading) {
131
- handleFileUpload();
132
- }
133
- }, []);
26
+ const fileName = `${decodeURIComponent(getLastName)}`;
134
27
  return !isEmbed ? /*#__PURE__*/_jsxs(Box, {
135
28
  component: "div",
136
29
  className: "attachment-wrpr-ev2",
137
30
  ...attributes,
138
- sx: classes?.attachmentRoot,
139
31
  contentEditable: false,
140
32
  style: {
141
33
  display: "block"
@@ -149,8 +41,7 @@ const Attachments = props => {
149
41
  padding: "8px",
150
42
  boxShadow: "none",
151
43
  border: "1px solid #eae9e9",
152
- backgroundColor: "#F7F7F7",
153
- position: "relative"
44
+ backgroundColor: "#F7F7F7"
154
45
  },
155
46
  children: [/*#__PURE__*/_jsx(CardMedia, {
156
47
  sx: {
@@ -176,7 +67,7 @@ const Attachments = props => {
176
67
  })
177
68
  }), /*#__PURE__*/_jsxs(CardContent, {
178
69
  component: "a",
179
- href: redirectURL,
70
+ href: url,
180
71
  target: "_blank",
181
72
  style: {
182
73
  display: "flex",
@@ -185,8 +76,7 @@ const Attachments = props => {
185
76
  padding: "8px",
186
77
  textDecoration: "none",
187
78
  flexDirection: "column",
188
- color: "#0F172A",
189
- flexGrow: uploadStatus?.isUploading && 1
79
+ color: "#0F172A"
190
80
  },
191
81
  children: [/*#__PURE__*/_jsx(Typography, {
192
82
  style: {
@@ -195,48 +85,16 @@ const Attachments = props => {
195
85
  fontSize: "14px"
196
86
  },
197
87
  component: "div",
198
- className: "truncateText",
199
- children: fileName2 || fileName
200
- }), /*#__PURE__*/_jsxs(Typography, {
88
+ children: fileName
89
+ }), /*#__PURE__*/_jsx(Typography, {
201
90
  style: {
202
91
  fontWeight: "normal",
203
92
  color: "#64748b",
204
93
  fontSize: "11px"
205
94
  },
206
95
  component: "div",
207
- className: "uploadinDetails",
208
- children: [uploadStatus?.isUploading && /*#__PURE__*/_jsxs(_Fragment, {
209
- children: [/*#__PURE__*/_jsx(Typography, {
210
- sx: {
211
- fontSize: 12,
212
- color: "#64748b"
213
- },
214
- children: `${formatFileSize(fileSize)}`
215
- }), /*#__PURE__*/_jsx(CircularProgress, {
216
- variant: "determinate",
217
- value: uploadStatus?.uploadPercentage ?? 0,
218
- size: 20,
219
- thickness: 5
220
- }), /*#__PURE__*/_jsx(Typography, {
221
- sx: {
222
- fontSize: 12,
223
- color: "#64748b"
224
- },
225
- children: `${uploadStatus?.uploadPercentage?.toFixed(0) ?? 0}%`
226
- })]
227
- }), !uploadStatus?.isUploading && formatDate(date)]
96
+ children: formatDate(date)
228
97
  })]
229
- }), uploadStatus?.isUploading && /*#__PURE__*/_jsx(IconButton, {
230
- onClick: cancelUpload,
231
- sx: {
232
- position: "absolute",
233
- right: 4,
234
- top: 4
235
- },
236
- "aria-label": "Cancel upload",
237
- size: "small",
238
- className: "cancelBtn",
239
- children: /*#__PURE__*/_jsx(HighlightOffRoundedIcon, {})
240
98
  })]
241
99
  }), /*#__PURE__*/_jsx("span", {
242
100
  contentEditable: false,
@@ -4,7 +4,6 @@ import ToolbarIcon from "../../common/ToolbarIcon";
4
4
  import Icon from "../../common/Icon";
5
5
  import ImageSelector from "../../common/ImageSelector/ImageSelector";
6
6
  import { insertAttachments } from "../../utils/attachments";
7
- import { insertUploadStatusNodeForAttachment } from "../../service/fileupload";
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";
@@ -22,13 +21,9 @@ const AttachmentsButton = props => {
22
21
  SetOpen(true);
23
22
  };
24
23
  const onSelectImage = url => {
25
- if (!url?.isUpload && url?.embedURL) {
26
- insertAttachments(editor, {
27
- url: url?.embedURL
28
- });
29
- } else {
30
- insertUploadStatusNodeForAttachment(editor, url?.file);
31
- }
24
+ insertAttachments(editor, {
25
+ url
26
+ });
32
27
  handleClose();
33
28
  };
34
29
  const handleClose = () => {
@@ -9,8 +9,6 @@ import { WorkflowIcon } from "../../common/iconslist";
9
9
  import { getTRBLBreakPoints, getBreakPointsValue, groupByBreakpoint } from "../../helper/theme";
10
10
  import { handleLinkType, windowVar } from "../../utils/helper";
11
11
  import LinkSettings from "../../common/LinkSettings";
12
- import { useEditorTheme } from "../../hooks/useEditorTheme";
13
- import { getTheme } from "../../theme";
14
12
  import Icon from "../../common/Icon";
15
13
  import { useEditorContext } from "../../hooks/useMouseMove";
16
14
  import useCommonStyle from "../../commonStyle";
@@ -42,12 +40,6 @@ const EditorButton = props => {
42
40
  const [openMoreOptions, setOpenMoreOptions] = useState(false);
43
41
  const [, setIconLoaded] = useState(false);
44
42
  const classes = useCommonStyle(appTheme);
45
- const {
46
- theme: selectedTheme
47
- } = useEditorTheme();
48
- const {
49
- buttonTheme
50
- } = getTheme(selectedTheme);
51
43
  const {
52
44
  label,
53
45
  bgColor,
@@ -62,7 +54,7 @@ const EditorButton = props => {
62
54
  textColorHover,
63
55
  bgColorHover,
64
56
  borderColorHover,
65
- // buttonIcon,
57
+ buttonIcon,
66
58
  iconPosition = "start",
67
59
  borderStyle,
68
60
  borderWidth,
@@ -83,7 +75,6 @@ const EditorButton = props => {
83
75
  };
84
76
  const isTrigger = linkType === "nextTrigger" || linkType === "prevTrigger";
85
77
  const refURl = isTrigger ? buttonLink?.url : url;
86
- const buttonIcon = element?.buttonIcon || buttonTheme?.buttonIcon;
87
78
  const BtnIcon = buttonIcon ? buttonIcon : null;
88
79
  windowVar.lastButtonProps = element;
89
80
  const handleTrigger = async () => {
@@ -174,7 +165,6 @@ const EditorButton = props => {
174
165
  display: "inline-flex",
175
166
  color: "rgba(0, 0, 0, 0.54)",
176
167
  marginBottom: "0px !important",
177
- ...classes.buttonMoreOption,
178
168
  ...classes.buttonMoreOption3
179
169
  },
180
170
  ...btnProps,
@@ -275,14 +265,19 @@ const EditorButton = props => {
275
265
  display: "inline-block"
276
266
  },
277
267
  children: [/*#__PURE__*/_jsxs(Box, {
278
- className: `btn textAlign-${tAlign} button theme-element`,
279
268
  ref: buttonRef,
269
+ className: `btn textAlign-${tAlign}`,
280
270
  sx: {
281
271
  textDecoration: "none",
272
+ background: bgColor || "rgb(30, 75, 122)",
282
273
  borderBlockStyle: "solid",
274
+ borderColor: borderColor || "transparent",
283
275
  borderWidth: borderWidth !== undefined ? borderWidth : borderColor || borderColorHover ? "1px" : "0px",
284
276
  ...btnSp,
285
277
  borderStyle: borderStyle || "solid",
278
+ color: `${textColor || "#FFFFFF"}`,
279
+ fontSize: textSize || "inherit",
280
+ fontFamily: fontFamily || "PoppinsRegular",
286
281
  display: "inline-flex",
287
282
  alignItems: "center",
288
283
  position: "relative",
@@ -297,17 +292,6 @@ const EditorButton = props => {
297
292
  "& .element-toolbar": {
298
293
  display: "flex"
299
294
  }
300
- },
301
- color: textColor ? `${textColor} !important` : "#FFFFFF",
302
- fontSize: textSize ? `${textSize}px !important` : "inherit",
303
- fontFamily: fontFamily ? `${fontFamily} !important` : "PoppinsRegular",
304
- background: `${bgColor} !important`,
305
- borderColor: `${borderColor} !important`,
306
- borderRadius: {
307
- ...getBreakPointsValue(borderRadius || buttonTheme?.borderRadius || {}, null, "overrideBorderRadius", true)
308
- },
309
- padding: {
310
- ...getTRBLBreakPoints(bannerSpacing || buttonTheme?.bannerSpacing || {})
311
295
  }
312
296
  },
313
297
  ...buttonProps,
@@ -1,15 +1,11 @@
1
1
  import React, { useState } from "react";
2
- import { Box, IconButton, Popover, Typography, useTheme } from "@mui/material";
2
+ import { Box, IconButton, Popover } from "@mui/material";
3
3
  import KeyboardArrowDownRoundedIcon from "@mui/icons-material/KeyboardArrowDownRounded";
4
4
  import Button from "../../common/Button";
5
5
  import { colors } from "./defaultColors";
6
6
  import ColorPicker from "./colorPicker.svg";
7
- import { useSlateStatic } from "slate-react";
8
- import { Transforms } from "slate";
9
- import { useEditorContext } from "../../hooks/useMouseMove";
10
7
  import { jsx as _jsx } from "react/jsx-runtime";
11
8
  import { jsxs as _jsxs } from "react/jsx-runtime";
12
- import { Fragment as _Fragment } from "react/jsx-runtime";
13
9
  let c = [];
14
10
  const ColorChunks = (recentColors = []) => [...recentColors, ...colors].reduce((a, b, i) => {
15
11
  if (i % 7 === 0) {
@@ -36,8 +32,8 @@ const SingleColorButton = ({
36
32
  width: "100%",
37
33
  display: "flex",
38
34
  alignItems: "center",
39
- padding: padding || "8px 0px"
40
- // justifyContent: "center",
35
+ padding: padding || "8px 0px",
36
+ justifyContent: "center"
41
37
  },
42
38
  children: [crs.map(m => /*#__PURE__*/_jsx(Button, {
43
39
  onClick: handleSelect(m),
@@ -114,18 +110,12 @@ const ColorButtons = props => {
114
110
  openColorTool,
115
111
  onClose,
116
112
  onColorPickerClick,
117
- disableEditTheme,
118
113
  defaultColors = []
119
114
  } = props;
120
115
  const [row1, ...restRows] = ColorChunks([]);
121
116
  const [anchorEl, setAnchorEl] = useState(null);
122
117
  const open = Boolean(anchorEl);
123
118
  const firstRow = defaultColors?.length ? defaultColors : row1;
124
- const theme = useTheme();
125
- const editor = useSlateStatic();
126
- const {
127
- setOpenTheme
128
- } = useEditorContext();
129
119
  const handleMore = e => {
130
120
  setAnchorEl(e.currentTarget);
131
121
  };
@@ -138,7 +128,6 @@ const ColorButtons = props => {
138
128
  const handleSelect = color => () => {
139
129
  onSelect(color);
140
130
  };
141
- const colorVars = theme?.vars?.colors || {};
142
131
  return /*#__PURE__*/_jsxs(Box, {
143
132
  component: "span",
144
133
  sx: classes.colorButtons,
@@ -155,7 +144,7 @@ const ColorButtons = props => {
155
144
  activeColor: activeColor
156
145
  }, `si_btn_row1_${m}_${i}`);
157
146
  })
158
- }), /*#__PURE__*/_jsx(Popover, {
147
+ }), /*#__PURE__*/_jsxs(Popover, {
159
148
  open: open || openColorTool,
160
149
  anchorEl: anchorEl || openColorTool,
161
150
  onClose: handleClose,
@@ -169,40 +158,9 @@ const ColorButtons = props => {
169
158
  },
170
159
  sx: classes.colorPopper,
171
160
  className: "colorPopper",
172
- children: /*#__PURE__*/_jsxs(Box, {
161
+ children: [/*#__PURE__*/_jsx(Box, {
173
162
  sx: classes.colorButtonsInner,
174
- children: [Object.values(colorVars)?.length ? /*#__PURE__*/_jsxs(_Fragment, {
175
- children: [/*#__PURE__*/_jsxs(Box, {
176
- component: "div",
177
- className: "singleColorTitleWrapper",
178
- children: [/*#__PURE__*/_jsx(Typography, {
179
- variant: "subtitle2",
180
- children: "Theme colours"
181
- }), disableEditTheme ? null : /*#__PURE__*/_jsx("div", {
182
- className: "editBtn",
183
- onClick: () => {
184
- Transforms.deselect(editor, {
185
- at: editor.selection
186
- });
187
- handleClose();
188
- setOpenTheme("editThemeColor");
189
- },
190
- children: "Edit"
191
- })]
192
- }), /*#__PURE__*/_jsx(SingleColorButton, {
193
- crs: Object.values(colorVars),
194
- handleSelect: handleSelect,
195
- classes: classes,
196
- activeColor: activeColor
197
- })]
198
- }) : null, /*#__PURE__*/_jsx(Box, {
199
- component: "div",
200
- className: "singleColorTitleWrapper",
201
- children: /*#__PURE__*/_jsx(Typography, {
202
- variant: "subtitle2",
203
- children: "Custom colour"
204
- })
205
- }), restRows.map((m, i) => {
163
+ children: restRows.map((m, i) => {
206
164
  return /*#__PURE__*/_jsx(SingleColorButton, {
207
165
  id: `p2_${id}`,
208
166
  crs: m,
@@ -211,19 +169,14 @@ const ColorButtons = props => {
211
169
  classes: classes,
212
170
  activeColor: activeColor
213
171
  }, `si_btn_${m}_${i}`);
214
- }), forMiniTool ? /*#__PURE__*/_jsx(IconButton, {
215
- onClick: onColorPickerClick,
216
- style: {
217
- alignSelf: "start",
218
- margin: "6px",
219
- padding: "0px"
220
- },
221
- children: /*#__PURE__*/_jsx("img", {
222
- src: ColorPicker,
223
- alt: "color wheel"
224
- })
225
- }) : null]
226
- })
172
+ })
173
+ }), forMiniTool ? /*#__PURE__*/_jsx(IconButton, {
174
+ onClick: onColorPickerClick,
175
+ children: /*#__PURE__*/_jsx("img", {
176
+ src: ColorPicker,
177
+ alt: "color wheel"
178
+ })
179
+ }) : null]
227
180
  })]
228
181
  });
229
182
  };
@@ -60,28 +60,4 @@
60
60
  padding: 0 15px !important;
61
61
  width: 60px !important;
62
62
  flex-shrink: 0;
63
- }
64
-
65
-
66
- .singleColorTitleWrapper {
67
- display: flex;
68
- justify-content: space-between;
69
- align-items: center;
70
- padding: 10px;
71
- width: 100%;
72
- border-bottom: 1px solid #DCE4EC;
73
- }
74
-
75
- .singleColorTitleWrapper .MuiTypography-root {
76
- font-weight: 600;
77
- }
78
-
79
- .singleColorTitleWrapper .editBtn {
80
- text-transform: none;
81
- color: #2563EB;
82
- text-decoration: underline;
83
- padding: 0px;
84
- min-width: unset;
85
- cursor: pointer;
86
- font-size: 14px;
87
- }
63
+ }