@flozy/editor 9.3.0 → 9.3.2
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.
- package/dist/Editor/ChatEditor.js +10 -45
- package/dist/Editor/CommonEditor.js +20 -126
- package/dist/Editor/DialogWrapper.js +25 -31
- package/dist/Editor/Editor.css +7 -11
- package/dist/Editor/Elements/AI/AIInput.js +3 -5
- package/dist/Editor/Elements/AI/CustomSelect.js +5 -9
- package/dist/Editor/Elements/AI/PopoverAIInput.js +2 -4
- package/dist/Editor/Elements/Accordion/Accordion.js +3 -4
- package/dist/Editor/Elements/Accordion/AccordionBtnPopup.js +1 -4
- package/dist/Editor/Elements/Accordion/AccordionButton.js +2 -6
- package/dist/Editor/Elements/Accordion/AccordionTitlePopup.js +1 -4
- package/dist/Editor/Elements/AppHeader/AppHeader.js +3 -3
- package/dist/Editor/Elements/AppHeader/AppHeaderButton.js +2 -6
- package/dist/Editor/Elements/AppHeader/AppHeaderPopup.js +1 -4
- package/dist/Editor/Elements/Attachments/AttachmentsButton.js +1 -4
- package/dist/Editor/Elements/Button/ButtonPopup.js +1 -4
- package/dist/Editor/Elements/Button/ButtonToolIcon.js +2 -6
- package/dist/Editor/Elements/Button/EditorButton.js +14 -31
- package/dist/Editor/Elements/Carousel/Carousel.js +4 -5
- package/dist/Editor/Elements/Carousel/CarouselButton.js +2 -6
- package/dist/Editor/Elements/Carousel/CarouselItem.js +2 -3
- package/dist/Editor/Elements/ChipText/ChipTextPopup.js +1 -4
- package/dist/Editor/Elements/CodeToText/CodeToText.js +4 -5
- package/dist/Editor/Elements/CodeToText/HtmlContextMenu.js +2 -6
- package/dist/Editor/Elements/Color Picker/ColorButtons.js +12 -57
- package/dist/Editor/Elements/Color Picker/ColorPicker.css +1 -25
- package/dist/Editor/Elements/Color Picker/ColorPicker.js +4 -5
- package/dist/Editor/Elements/Color Picker/Styles.js +1 -1
- package/dist/Editor/Elements/Colorbox/ColorboxButton.js +2 -6
- package/dist/Editor/Elements/DataView/DataView.js +2 -5
- package/dist/Editor/Elements/DataView/DataViewButton.js +2 -6
- package/dist/Editor/Elements/DataView/Layouts/FilterSort/SortOptions/ChooseSort.js +12 -13
- package/dist/Editor/Elements/DataView/Layouts/FilterSort/SortOptions/index.js +4 -7
- package/dist/Editor/Elements/DataView/Layouts/FilterSort/index.js +5 -7
- package/dist/Editor/Elements/DataView/Layouts/FilterView.js +7 -9
- package/dist/Editor/Elements/DataView/Layouts/Options/AddOptions.js +2 -3
- package/dist/Editor/Elements/DataView/Layouts/Options/AddProperty.js +3 -5
- package/dist/Editor/Elements/DataView/Layouts/Options/AllProperties.js +5 -6
- package/dist/Editor/Elements/DataView/Layouts/Options/ChangeProperty.js +3 -5
- package/dist/Editor/Elements/DataView/Layouts/Options/EditOption.js +6 -7
- package/dist/Editor/Elements/DataView/Layouts/Options/EditProperty.js +12 -15
- package/dist/Editor/Elements/DataView/Layouts/Options/FilterProperty.js +2 -3
- package/dist/Editor/Elements/DataView/Layouts/Options/PropertyList.js +2 -3
- package/dist/Editor/Elements/DataView/Layouts/Options/index.js +6 -12
- package/dist/Editor/Elements/DataView/Layouts/TableView.js +4 -6
- package/dist/Editor/Elements/DataView/Layouts/index.js +1 -3
- package/dist/Editor/Elements/DataView/Providers/DataViewProvider.js +2 -5
- package/dist/Editor/Elements/Divider/Divider.js +3 -5
- package/dist/Editor/Elements/Divider/DividerButton.js +2 -6
- package/dist/Editor/Elements/Divider/DividerPopup.js +2 -3
- package/dist/Editor/Elements/Embed/Embed.js +1 -4
- package/dist/Editor/Elements/Embed/EmbedPopup.js +1 -4
- package/dist/Editor/Elements/Embed/Image.js +11 -16
- package/dist/Editor/Elements/Embed/Video.js +7 -10
- package/dist/Editor/Elements/EmbedScript/Code.js +4 -7
- package/dist/Editor/Elements/EmbedScript/EmbedScript.js +2 -6
- package/dist/Editor/Elements/EmbedScript/EmbedScriptPopup.js +5 -8
- package/dist/Editor/Elements/Emoji/EmojiButton.js +2 -6
- package/dist/Editor/Elements/Form/FieldPopup.js +1 -4
- package/dist/Editor/Elements/Form/Form.js +9 -12
- package/dist/Editor/Elements/Form/FormButton.js +2 -6
- package/dist/Editor/Elements/Form/FormPopup.js +2 -3
- package/dist/Editor/Elements/Form/Workflow/FormWorkflow.js +12 -18
- package/dist/Editor/Elements/Form/Workflow/ListWorkflow.js +8 -13
- package/dist/Editor/Elements/Form/Workflow/MoreOptions.js +2 -3
- package/dist/Editor/Elements/Form/Workflow/UserInputs.js +2 -4
- package/dist/Editor/Elements/Form/Workflow/index.js +9 -15
- package/dist/Editor/Elements/FreeGrid/FreeGrid.js +18 -21
- package/dist/Editor/Elements/FreeGrid/FreeGridBox.js +2 -6
- package/dist/Editor/Elements/FreeGrid/FreeGridButton.js +2 -6
- package/dist/Editor/Elements/FreeGrid/FreeGridItem.js +3 -8
- package/dist/Editor/Elements/FreeGrid/Options/AddElement.js +2 -3
- package/dist/Editor/Elements/FreeGrid/Options/More.js +3 -4
- package/dist/Editor/Elements/FreeGrid/styles.js +0 -3
- package/dist/Editor/Elements/Grid/Grid.js +10 -13
- package/dist/Editor/Elements/Grid/GridButton.js +5 -9
- package/dist/Editor/Elements/Grid/GridItem.js +8 -14
- package/dist/Editor/Elements/Grid/GridItemPopup.js +1 -4
- package/dist/Editor/Elements/Grid/GridPopup.js +1 -4
- package/dist/Editor/Elements/Grid/SectionPopup.js +1 -4
- package/dist/Editor/Elements/Link/Link.js +7 -14
- package/dist/Editor/Elements/Link/LinkButton.js +1 -4
- package/dist/Editor/Elements/List/CheckList.js +9 -14
- package/dist/Editor/Elements/NewLine/NewLineButton.js +2 -6
- package/dist/Editor/Elements/PageSettings/PageSettingsButton.js +5 -16
- package/dist/Editor/Elements/PageSettings/PageSettingsPopup.js +1 -4
- package/dist/Editor/Elements/Search/SearchButton.js +3 -6
- package/dist/Editor/Elements/Search/SearchList.js +3 -7
- package/dist/Editor/Elements/Signature/SignatureButton.js +2 -6
- package/dist/Editor/Elements/Signature/SignatureOptions/TypeSignature.js +2 -6
- package/dist/Editor/Elements/Signature/SignatureOptions/UploadSignature.js +1 -4
- package/dist/Editor/Elements/Signature/SignaturePopup.js +16 -17
- package/dist/Editor/Elements/SimpleText/index.js +4 -5
- package/dist/Editor/Elements/SimpleText/style.js +2 -2
- package/dist/Editor/Elements/Table/DragButton.js +2 -4
- package/dist/Editor/Elements/Table/Table.js +25 -48
- package/dist/Editor/Elements/Table/TableCell.js +27 -6
- package/dist/Editor/Elements/Table/TablePopup.js +1 -4
- package/dist/Editor/Elements/Table/TableSelector.js +6 -10
- package/dist/Editor/Elements/Table/TableTool.js +4 -8
- package/dist/Editor/Elements/Title/title.js +0 -10
- package/dist/Editor/Elements/TopBanner/TopBannerButton.js +1 -4
- package/dist/Editor/Elements/Variables/VariableButton.js +1 -10
- package/dist/Editor/MiniEditor.js +3 -9
- package/dist/Editor/Styles/EditorStyles.js +5 -5
- package/dist/Editor/Toolbar/Basic/index.js +1 -2
- package/dist/Editor/Toolbar/FormatTools/BlockButton.js +2 -6
- package/dist/Editor/Toolbar/FormatTools/Dropdown.js +3 -27
- package/dist/Editor/Toolbar/FormatTools/FontFamilyAutocomplete.js +3 -4
- package/dist/Editor/Toolbar/FormatTools/MarkButton.js +4 -8
- package/dist/Editor/Toolbar/FormatTools/TextSize.js +13 -7
- package/dist/Editor/Toolbar/Mini/MiniToolbar.js +15 -20
- package/dist/Editor/Toolbar/PopupTool/AddTemplates.js +5 -10
- package/dist/Editor/Toolbar/PopupTool/ButtonTemplatesCard.js +4 -10
- package/dist/Editor/Toolbar/PopupTool/FullViewCard.js +4 -10
- package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/MiniColorPicker.js +2 -6
- package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectAlignment.js +35 -42
- package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectFontSize.js +13 -6
- package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectList.js +51 -58
- package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectSuperSubscript.js +22 -29
- package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectTypography.js +87 -226
- package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/index.js +7 -15
- package/dist/Editor/Toolbar/PopupTool/PopperHeader.js +4 -8
- package/dist/Editor/Toolbar/PopupTool/PopupToolStyle.js +9 -16
- package/dist/Editor/Toolbar/PopupTool/TemplateCard.js +5 -11
- package/dist/Editor/Toolbar/PopupTool/TextFormat.js +41 -120
- package/dist/Editor/Toolbar/PopupTool/index.js +8 -3
- package/dist/Editor/Toolbar/Toolbar.js +10 -20
- package/dist/Editor/Toolbar/toolbarGroups.js +6 -48
- package/dist/Editor/assets/svg/CalenderIconTick.js +0 -1
- package/dist/Editor/common/ColorPickerButton.js +9 -35
- package/dist/Editor/common/CustomDialog/index.js +10 -8
- package/dist/Editor/common/DnD/DragHandleButton.js +1 -1
- package/dist/Editor/common/FontLoader/FontLoader.js +0 -3
- package/dist/Editor/common/Icon.js +0 -28
- package/dist/Editor/common/ImageSelector/ImageSelector.js +8 -10
- package/dist/Editor/common/ImageSelector/Options/AddLink.js +4 -6
- package/dist/Editor/common/ImageSelector/Styles.js +9 -3
- package/dist/Editor/common/LinkSettings/NavComponents.js +10 -14
- package/dist/Editor/common/LinkSettings/index.js +14 -20
- package/dist/Editor/common/LinkSettings/navOptions.js +1 -1
- package/dist/Editor/common/MentionsPopup/Styles.js +68 -106
- package/dist/Editor/common/MentionsPopup/index.js +4 -8
- package/dist/Editor/common/RnD/ContextMenu/CMenus.js +22 -22
- package/dist/Editor/common/RnD/ContextMenu/index.js +2 -3
- package/dist/Editor/common/RnD/ElementOptions/index.js +2 -7
- package/dist/Editor/common/RnD/ElementSettings/OtherSettings/SaveAsTemplate.js +3 -8
- package/dist/Editor/common/RnD/ElementSettings/OtherSettings/Settings.js +3 -7
- package/dist/Editor/common/RnD/ElementSettings/Settings/AppHeaderSettings.js +2 -3
- package/dist/Editor/common/RnD/ElementSettings/Settings/BoxSettings.js +2 -3
- package/dist/Editor/common/RnD/ElementSettings/Settings/ButtonSettings.js +2 -3
- package/dist/Editor/common/RnD/ElementSettings/Settings/CodeSettings.js +2 -3
- package/dist/Editor/common/RnD/ElementSettings/Settings/FormSettings.js +4 -7
- package/dist/Editor/common/RnD/ElementSettings/Settings/ImageSettings.js +2 -3
- package/dist/Editor/common/RnD/ElementSettings/Settings/TableSettings.js +2 -3
- package/dist/Editor/common/RnD/ElementSettings/Settings/TextSettings.js +2 -4
- package/dist/Editor/common/RnD/ElementSettings/Settings/VideoSettings.js +2 -3
- package/dist/Editor/common/RnD/OptionsPopup/index.js +3 -4
- package/dist/Editor/common/RnD/SwitchViewport/SwitchViewport.js +4 -11
- package/dist/Editor/common/RnD/Theme/ViewportStimulator.js +8 -20
- package/dist/Editor/common/RnD/Utils/index.js +0 -45
- package/dist/Editor/common/RnD/VirtualElement/index.js +2 -1
- package/dist/Editor/common/RnD/index.js +7 -34
- package/dist/Editor/common/Section/index.js +4 -7
- package/dist/Editor/common/Shorthands/elements.js +10 -93
- package/dist/Editor/common/StyleBuilder/appHeaderStyle.js +4 -4
- package/dist/Editor/common/StyleBuilder/boxStyle.js +2 -2
- package/dist/Editor/common/StyleBuilder/buttonStyle.js +4 -6
- package/dist/Editor/common/StyleBuilder/dividerStyles.js +2 -2
- package/dist/Editor/common/StyleBuilder/embedVideoStyle.js +6 -6
- package/dist/Editor/common/StyleBuilder/fieldStyle.js +2 -2
- package/dist/Editor/common/StyleBuilder/fieldTypes/alignment.js +9 -13
- package/dist/Editor/common/StyleBuilder/fieldTypes/backgroundImage.js +3 -11
- package/dist/Editor/common/StyleBuilder/fieldTypes/bannerSpacing.js +5 -19
- package/dist/Editor/common/StyleBuilder/fieldTypes/borderRadius.js +10 -22
- package/dist/Editor/common/StyleBuilder/fieldTypes/buttonLink.js +3 -6
- package/dist/Editor/common/StyleBuilder/fieldTypes/card.js +13 -27
- package/dist/Editor/common/StyleBuilder/fieldTypes/color.js +14 -41
- package/dist/Editor/common/StyleBuilder/fieldTypes/elementSize.js +6 -10
- package/dist/Editor/common/StyleBuilder/fieldTypes/fontSize.js +6 -19
- package/dist/Editor/common/StyleBuilder/fieldTypes/gridSize.js +2 -6
- package/dist/Editor/common/StyleBuilder/fieldTypes/icons.js +2 -5
- package/dist/Editor/common/StyleBuilder/fieldTypes/menusArray.js +6 -9
- package/dist/Editor/common/StyleBuilder/fieldTypes/metaDataMapping.js +2 -8
- package/dist/Editor/common/StyleBuilder/fieldTypes/saveAsTemplate.js +11 -12
- package/dist/Editor/common/StyleBuilder/fieldTypes/selectBox.js +2 -6
- package/dist/Editor/common/StyleBuilder/fieldTypes/text.js +4 -8
- package/dist/Editor/common/StyleBuilder/fieldTypes/textAlign.js +2 -6
- package/dist/Editor/common/StyleBuilder/fieldTypes/textOptions.js +12 -21
- package/dist/Editor/common/StyleBuilder/formStyle.js +7 -7
- package/dist/Editor/common/StyleBuilder/gridItemStyle.js +6 -6
- package/dist/Editor/common/StyleBuilder/gridStyle.js +5 -5
- package/dist/Editor/common/StyleBuilder/index.js +5 -8
- package/dist/Editor/common/StyleBuilder/pageSettingsStyle.js +7 -5
- package/dist/Editor/common/Uploader.js +5 -16
- package/dist/Editor/commonStyle.js +65 -55
- package/dist/Editor/helper/index.js +12 -8
- package/dist/Editor/helper/theme.js +2 -200
- package/dist/Editor/hooks/useDrag.js +10 -16
- package/dist/Editor/hooks/useEditorScroll.js +5 -10
- package/dist/Editor/hooks/useMouseMove.js +13 -25
- package/dist/Editor/hooks/useTable.js +1 -1
- package/dist/Editor/plugins/withEmbeds.js +1 -1
- package/dist/Editor/plugins/withHTML.js +13 -18
- package/dist/Editor/plugins/withLayout.js +2 -3
- package/dist/Editor/plugins/withTable.js +1 -1
- package/dist/Editor/theme/ThemeList.js +173 -50
- package/dist/Editor/utils/SlateUtilityFunctions.js +45 -162
- package/dist/Editor/utils/button.js +14 -0
- package/dist/Editor/utils/chatEditor/SlateUtilityFunctions.js +0 -23
- package/dist/Editor/utils/divider.js +0 -8
- package/dist/Editor/utils/draftToSlate.js +2 -3
- package/dist/Editor/utils/embed.js +4 -9
- package/dist/Editor/utils/font.js +37 -40
- package/dist/Editor/utils/helper.js +19 -65
- package/dist/Editor/utils/table.js +0 -8
- package/package.json +1 -1
- package/dist/Editor/Toolbar/PopupTool/ThemeTextFormat.js +0 -438
- package/dist/Editor/assets/svg/ThemeIcons.js +0 -291
- package/dist/Editor/common/CustomColorPicker/index.js +0 -106
- package/dist/Editor/common/CustomColorPicker/style.js +0 -53
- package/dist/Editor/common/CustomDialog2/index.js +0 -94
- package/dist/Editor/common/CustomDialog2/style.js +0 -67
- package/dist/Editor/common/CustomSelect.js +0 -33
- package/dist/Editor/common/RnD/Theme/MainThemeProvider.js +0 -17
- package/dist/Editor/helper/textIndeces.js +0 -58
- package/dist/Editor/hooks/useEditorTheme.js +0 -153
- package/dist/Editor/theme/index.js +0 -144
- package/dist/Editor/themeSettings/ActiveTheme.js +0 -72
- package/dist/Editor/themeSettings/buttons/index.js +0 -283
- package/dist/Editor/themeSettings/buttons/style.js +0 -21
- package/dist/Editor/themeSettings/colorTheme/index.js +0 -292
- package/dist/Editor/themeSettings/colorTheme/style.js +0 -77
- package/dist/Editor/themeSettings/fonts/PreviewElement.js +0 -121
- package/dist/Editor/themeSettings/fonts/index.js +0 -220
- package/dist/Editor/themeSettings/fonts/style.js +0 -44
- package/dist/Editor/themeSettings/icons.js +0 -60
- package/dist/Editor/themeSettings/index.js +0 -320
- package/dist/Editor/themeSettings/style.js +0 -152
- package/dist/Editor/themeSettingsAI/icons.js +0 -96
- package/dist/Editor/themeSettingsAI/index.js +0 -356
- package/dist/Editor/themeSettingsAI/saveTheme.js +0 -197
- package/dist/Editor/themeSettingsAI/style.js +0 -250
@@ -51,30 +51,40 @@ const useCommonStyle = theme => ({
|
|
51
51
|
},
|
52
52
|
"& .MuiPaper-root": {
|
53
53
|
border: `unset !important`,
|
54
|
-
borderRadius:
|
55
|
-
height:
|
56
|
-
padding: "2px"
|
54
|
+
borderRadius: '0px',
|
55
|
+
height: 'fit-content'
|
57
56
|
},
|
58
57
|
"& p": {
|
59
58
|
marginBottom: "7px",
|
60
59
|
marginTop: "4px"
|
61
60
|
},
|
62
|
-
"&
|
63
|
-
|
64
|
-
|
61
|
+
"& .MuiPaper-root": {
|
62
|
+
border: 'unset !important',
|
63
|
+
borderRadius: '0px',
|
64
|
+
height: 'fit-content',
|
65
|
+
padding: '2px'
|
65
66
|
},
|
66
67
|
"& .muiIconsListParent": {
|
67
68
|
"& svg": {
|
68
69
|
color: `${theme?.palette?.editor?.svgTextAlignStrokeColor} !important`
|
69
70
|
},
|
71
|
+
"&::-webkit-scrollbar-thumb": {
|
72
|
+
background: `none !important`
|
73
|
+
},
|
74
|
+
"&::-webkit-scrollbar-track": {
|
75
|
+
visibility: "hidden"
|
76
|
+
},
|
70
77
|
"&::-webkit-scrollbar-thumb": {
|
71
78
|
background: `${theme?.palette?.editor?.brainPopupScroll} !important`
|
79
|
+
},
|
80
|
+
"&::-webkit-scrollbar-track": {
|
81
|
+
visibility: "hidden"
|
72
82
|
}
|
73
83
|
},
|
74
84
|
"& .MuiGrid-root>.MuiGrid-item": {
|
75
85
|
paddingRight: "0px !important",
|
76
86
|
fontFamily: "Inter, sans-serif",
|
77
|
-
height:
|
87
|
+
height: 'fit-content'
|
78
88
|
},
|
79
89
|
"& .MuiInputBase-root": {
|
80
90
|
borderRadius: "10px",
|
@@ -135,11 +145,11 @@ const useCommonStyle = theme => ({
|
|
135
145
|
borderRadius: "10px",
|
136
146
|
width: "46px !important",
|
137
147
|
marginLeft: "10px",
|
138
|
-
height:
|
148
|
+
height: '36px !important'
|
139
149
|
}
|
140
150
|
},
|
141
|
-
|
142
|
-
margin:
|
151
|
+
'& .MuiFormHelperText-root': {
|
152
|
+
margin: '4px 0px 0px 0px',
|
143
153
|
color: theme?.palette?.editor?.closeButtonSvgStroke,
|
144
154
|
fontFamily: "Inter, sans-serif"
|
145
155
|
}
|
@@ -395,14 +405,14 @@ const useCommonStyle = theme => ({
|
|
395
405
|
padding: "8px 12px",
|
396
406
|
fontSize: "12px",
|
397
407
|
color: theme?.palette?.editor?.menuOptionTextColor,
|
398
|
-
fontWeight:
|
408
|
+
fontWeight: '500',
|
399
409
|
fontFamily: "Inter, sans-serif",
|
400
|
-
minHeight:
|
410
|
+
minHeight: '36px',
|
401
411
|
"&:hover": {
|
402
412
|
backgroundColor: theme?.palette?.editor?.menuOptionHoverBackground
|
403
413
|
}
|
404
414
|
},
|
405
|
-
|
415
|
+
'& .Mui-selected': {
|
406
416
|
background: `${theme?.palette?.editor?.menuOptionSelectedOption} !important`
|
407
417
|
},
|
408
418
|
"& .MuiListSubheader-root": {
|
@@ -411,16 +421,16 @@ const useCommonStyle = theme => ({
|
|
411
421
|
fontSize: "12px"
|
412
422
|
},
|
413
423
|
"& .MuiPaper-root": {
|
414
|
-
borderRadius:
|
415
|
-
padding:
|
424
|
+
borderRadius: '8px',
|
425
|
+
padding: '0px',
|
416
426
|
background: `${theme?.palette?.editor?.textWeightPopUpBackground} !important`
|
417
427
|
},
|
418
|
-
|
419
|
-
margin:
|
420
|
-
borderRadius:
|
428
|
+
'& .MuiButtonBase-root': {
|
429
|
+
margin: '4px',
|
430
|
+
borderRadius: '6px'
|
421
431
|
},
|
422
|
-
|
423
|
-
padding:
|
432
|
+
'& .MuiList-root': {
|
433
|
+
padding: '0px'
|
424
434
|
}
|
425
435
|
},
|
426
436
|
datePicker: {
|
@@ -520,27 +530,27 @@ const useCommonStyle = theme => ({
|
|
520
530
|
}
|
521
531
|
}
|
522
532
|
},
|
533
|
+
pageSettingPopUpRoot: {
|
534
|
+
padding: "16px 8px 16px 10px!important",
|
535
|
+
height: "100%"
|
536
|
+
},
|
523
537
|
buttonMoreOption: {
|
524
538
|
background: `${theme?.palette?.editor?.aiInputBackground} !important`,
|
525
539
|
border: `1px solid ${theme?.palette?.editor?.buttonBorder1} !important`,
|
526
|
-
padding:
|
527
|
-
|
528
|
-
width:
|
529
|
-
height:
|
530
|
-
|
540
|
+
padding: '4px !important',
|
541
|
+
'& svg': {
|
542
|
+
width: '18px !important',
|
543
|
+
height: '18px !important',
|
544
|
+
'& path': {
|
531
545
|
stroke: `${theme?.palette?.editor?.closeButtonSvgStroke} !important`
|
532
546
|
}
|
533
547
|
}
|
534
548
|
},
|
535
|
-
pageSettingPopUpRoot: {
|
536
|
-
padding: "16px 8px 16px 10px!important",
|
537
|
-
height: "100%"
|
538
|
-
},
|
539
549
|
buttonMoreOption2: {
|
540
550
|
background: `${theme?.palette?.editor?.aiInputBackground} !important`,
|
541
551
|
border: `1px solid ${theme?.palette?.editor?.buttonBorder1} !important`,
|
542
|
-
|
543
|
-
|
552
|
+
'& svg': {
|
553
|
+
'& path': {
|
544
554
|
fill: `${theme?.palette?.editor?.closeButtonSvgStroke} !important`
|
545
555
|
}
|
546
556
|
}
|
@@ -548,11 +558,11 @@ const useCommonStyle = theme => ({
|
|
548
558
|
buttonMoreOption3: {
|
549
559
|
background: `${theme?.palette?.editor?.aiInputBackground} !important`,
|
550
560
|
border: `1px solid ${theme?.palette?.editor?.buttonBorder1} !important`,
|
551
|
-
padding:
|
552
|
-
|
553
|
-
width:
|
554
|
-
height:
|
555
|
-
|
561
|
+
padding: '5px !important',
|
562
|
+
'& svg': {
|
563
|
+
width: '16px !important',
|
564
|
+
height: '16px !important',
|
565
|
+
'& path': {
|
556
566
|
stroke: `${theme?.palette?.editor?.closeButtonSvgStroke} !important`
|
557
567
|
}
|
558
568
|
}
|
@@ -560,37 +570,37 @@ const useCommonStyle = theme => ({
|
|
560
570
|
resizeButton: {
|
561
571
|
background: theme?.palette?.editor?.aiInputBackground,
|
562
572
|
border: `1px solid ${theme?.palette?.editor?.buttonBorder1}`,
|
563
|
-
padding:
|
564
|
-
borderRadius:
|
565
|
-
|
566
|
-
width:
|
567
|
-
height:
|
568
|
-
|
573
|
+
padding: '5px !important',
|
574
|
+
borderRadius: '50% !important',
|
575
|
+
'& svg': {
|
576
|
+
width: '18px',
|
577
|
+
height: '18px',
|
578
|
+
'& path': {
|
569
579
|
fill: `${theme?.palette?.editor?.closeButtonSvgStroke}`
|
570
580
|
}
|
571
581
|
},
|
572
|
-
|
582
|
+
'&:hover': {
|
573
583
|
background: theme?.palette?.editor?.aiInputBackground
|
574
584
|
}
|
575
585
|
},
|
576
586
|
gradientFillBtn: {
|
577
587
|
background: `linear-gradient(112.61deg, #2C63ED 19.3%, #8360FD 88.14%) !important`,
|
578
|
-
textTransform:
|
579
|
-
color:
|
580
|
-
padding:
|
581
|
-
height:
|
582
|
-
borderRadius:
|
583
|
-
fontWeight:
|
584
|
-
fontSize:
|
588
|
+
textTransform: 'math-auto !important',
|
589
|
+
color: '#FFFFFF !important',
|
590
|
+
padding: '0px 12px !important',
|
591
|
+
height: '32px',
|
592
|
+
borderRadius: '8px',
|
593
|
+
fontWeight: '500',
|
594
|
+
fontSize: '14px'
|
585
595
|
},
|
586
596
|
emptyThumbBtn: {
|
587
597
|
background: `${theme?.palette?.editor?.sectionSettingIconHover} !important`,
|
588
598
|
color: `${theme?.palette?.editor?.textColor} !important`,
|
589
|
-
fontSize:
|
590
|
-
|
591
|
-
width:
|
592
|
-
height:
|
593
|
-
|
599
|
+
fontSize: '14px !important',
|
600
|
+
'& svg': {
|
601
|
+
width: '20px !important',
|
602
|
+
height: '20px !important',
|
603
|
+
'& path': {
|
594
604
|
stroke: `${theme?.palette?.editor?.closeButtonSvgStroke} !important`
|
595
605
|
}
|
596
606
|
}
|
@@ -287,18 +287,22 @@ export const bringItemToFB = (editor, {
|
|
287
287
|
};
|
288
288
|
export const debounce = function (func, wait, immediate) {
|
289
289
|
let timeout;
|
290
|
-
|
291
|
-
const context = this
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
callNow = immediate && !timeout;
|
290
|
+
function debounced(...args) {
|
291
|
+
const context = this;
|
292
|
+
const later = function () {
|
293
|
+
timeout = null;
|
294
|
+
if (!immediate) func.apply(context, args);
|
295
|
+
};
|
296
|
+
const callNow = immediate && !timeout;
|
298
297
|
clearTimeout(timeout);
|
299
298
|
timeout = setTimeout(later, wait);
|
300
299
|
if (callNow) func.apply(context, args);
|
300
|
+
}
|
301
|
+
debounced.cancel = function () {
|
302
|
+
clearTimeout(timeout);
|
303
|
+
timeout = null;
|
301
304
|
};
|
305
|
+
return debounced;
|
302
306
|
};
|
303
307
|
export const getTextColor = (color = "") => {
|
304
308
|
return color?.indexOf("gradient") >= 0 ? {
|
@@ -1,6 +1,4 @@
|
|
1
|
-
import { ReactEditor } from "slate-react";
|
2
1
|
import { sizeMap } from "../utils/font";
|
3
|
-
import { Editor, Node } from "slate";
|
4
2
|
export const breakpoints = {
|
5
3
|
small: 0,
|
6
4
|
mobile: 600,
|
@@ -35,7 +33,7 @@ const overrideValues = (value, ot) => {
|
|
35
33
|
return Object.keys(value).reduce((a, b) => {
|
36
34
|
return {
|
37
35
|
...a,
|
38
|
-
[b]: overrides[ot] ? overrides[ot](value[b]
|
36
|
+
[b]: overrides[ot] ? overrides[ot](value[b]) : value
|
39
37
|
};
|
40
38
|
}, {});
|
41
39
|
};
|
@@ -52,15 +50,7 @@ const overrides = {
|
|
52
50
|
overrideReSizeH: val => {
|
53
51
|
return val ? `${val?.height}px` : "auto";
|
54
52
|
},
|
55
|
-
overrideBorderRadius:
|
56
|
-
if (!val?.topLeft) {
|
57
|
-
Object.values(breakpointValues || {}).forEach(v => {
|
58
|
-
if (v) {
|
59
|
-
// Applying the values from breakpoints that exist to those that do not have
|
60
|
-
val = v;
|
61
|
-
}
|
62
|
-
});
|
63
|
-
}
|
53
|
+
overrideBorderRadius: val => {
|
64
54
|
return `${val?.topLeft}px ${val?.topRight}px ${val?.bottomLeft}px ${val?.bottomRight}px`;
|
65
55
|
}
|
66
56
|
};
|
@@ -128,194 +118,6 @@ export const getTRBLBreakPoints = (value, breakpoint) => {
|
|
128
118
|
console.log(err);
|
129
119
|
}
|
130
120
|
};
|
131
|
-
export function getElementStyle(editor, element, stylePropertyName) {
|
132
|
-
try {
|
133
|
-
const path = ReactEditor.findPath(editor, element);
|
134
|
-
if (path?.length) {
|
135
|
-
const currentEle = Node.get(editor, path);
|
136
|
-
const dom = ReactEditor.toDOMNode(editor, currentEle);
|
137
|
-
const editorBtn = dom?.querySelector(".button.theme-element");
|
138
|
-
return getElementProperty(editorBtn, stylePropertyName);
|
139
|
-
}
|
140
|
-
} catch (err) {
|
141
|
-
// console.log(err);
|
142
|
-
}
|
143
|
-
}
|
144
|
-
export function getTextSizeVal(editor) {
|
145
|
-
try {
|
146
|
-
const currentNode = Node.get(editor, editor.selection.anchor.path);
|
147
|
-
const currentElement = ReactEditor.toDOMNode(editor, currentNode);
|
148
|
-
if (currentElement) {
|
149
|
-
const element = currentElement.querySelector('span[data-slate-string="true"]');
|
150
|
-
return getElementProperty(element, "font-size");
|
151
|
-
}
|
152
|
-
} catch (err) {
|
153
|
-
// console.log(err);
|
154
|
-
}
|
155
|
-
}
|
156
|
-
export function getVariableValue(val) {
|
157
|
-
const bodyElement = document.body;
|
158
|
-
const computedStyle = getComputedStyle(bodyElement);
|
159
|
-
const [, variableName] = val?.match(/var\((--[^)]+)\)/) || [];
|
160
|
-
const varValue = computedStyle.getPropertyValue(variableName).trim();
|
161
|
-
return varValue;
|
162
|
-
}
|
163
|
-
const MAP_PROPERTY_KEYS = {
|
164
|
-
fontFamily: "font-family",
|
165
|
-
fontSize: "font-size",
|
166
|
-
textSize: "font-size",
|
167
|
-
fontWeight: "font-weight"
|
168
|
-
};
|
169
|
-
export function getElementProperty(element, styleProperty) {
|
170
|
-
if (!element) {
|
171
|
-
return "";
|
172
|
-
}
|
173
|
-
const computedStyle = window.getComputedStyle(element);
|
174
|
-
const property = MAP_PROPERTY_KEYS[styleProperty] || styleProperty;
|
175
|
-
let style = computedStyle.getPropertyValue(property);
|
176
|
-
if (property === "font-family") {
|
177
|
-
style = style.replace(/"/g, ""); // remove double quotes if exists e.g: '"Courier New"'
|
178
|
-
}
|
179
|
-
|
180
|
-
return style || "";
|
181
|
-
}
|
182
|
-
export const textThemeFields = ["fontFamily", "fontSize", "color", "bold", "italic"
|
183
|
-
// "underline",
|
184
|
-
// "strikethrough",
|
185
|
-
];
|
186
|
-
|
187
|
-
const themeElements = ["headingOne", "headingTwo", "headingThree", "headingFour", "headingFive", "headingSix", "paragraphOne", "paragraphTwo", "paragraphThree"];
|
188
|
-
export const isTextCustomized = editor => {
|
189
|
-
try {
|
190
|
-
if (editor.selection) {
|
191
|
-
const currentElement = Node.parent(editor, editor?.selection?.anchor?.path);
|
192
|
-
if (!currentElement) {
|
193
|
-
return false;
|
194
|
-
}
|
195
|
-
const {
|
196
|
-
children,
|
197
|
-
type
|
198
|
-
} = currentElement;
|
199
|
-
if (!themeElements.includes(type)) {
|
200
|
-
return false;
|
201
|
-
}
|
202
|
-
if (children?.length > 1) {
|
203
|
-
return true;
|
204
|
-
}
|
205
|
-
const customized = textThemeFields.some(field => {
|
206
|
-
const element = children[0] || {};
|
207
|
-
const value = element[field];
|
208
|
-
if (field === "fontSize") {
|
209
|
-
return Object.keys(value || {}).length;
|
210
|
-
} else {
|
211
|
-
return value;
|
212
|
-
}
|
213
|
-
});
|
214
|
-
return customized;
|
215
|
-
} else {
|
216
|
-
return null;
|
217
|
-
}
|
218
|
-
} catch (err) {
|
219
|
-
return null;
|
220
|
-
}
|
221
|
-
};
|
222
|
-
const addToTheme = (field, value, element) => {
|
223
|
-
switch (field) {
|
224
|
-
case "fontFamily":
|
225
|
-
return {
|
226
|
-
fontFamily: value
|
227
|
-
};
|
228
|
-
case "fontSize":
|
229
|
-
return {
|
230
|
-
fontSize: value?.lg
|
231
|
-
};
|
232
|
-
case "color":
|
233
|
-
return {
|
234
|
-
color: value
|
235
|
-
};
|
236
|
-
case "bold":
|
237
|
-
return {
|
238
|
-
fontWeight: "bold"
|
239
|
-
};
|
240
|
-
case "italic":
|
241
|
-
return {
|
242
|
-
fontStyle: "italic"
|
243
|
-
};
|
244
|
-
// case "underline":
|
245
|
-
// case "strikethrough":
|
246
|
-
// let textDecoration = "";
|
247
|
-
|
248
|
-
// if (element.underline) {
|
249
|
-
// textDecoration = "underline";
|
250
|
-
// }
|
251
|
-
|
252
|
-
// if (element.strikethrough) {
|
253
|
-
// textDecoration += " strikethrough";
|
254
|
-
// }
|
255
|
-
|
256
|
-
// return { textDecoration };
|
257
|
-
default:
|
258
|
-
return {};
|
259
|
-
}
|
260
|
-
};
|
261
|
-
const MAP_TEXT_THEME_FIELD = {
|
262
|
-
headingOne: "h1",
|
263
|
-
headingTwo: "h2",
|
264
|
-
headingThree: "h3",
|
265
|
-
headingFour: "h4",
|
266
|
-
headingFive: "h5",
|
267
|
-
headingSix: "h6",
|
268
|
-
paragraphOne: "para1",
|
269
|
-
paragraphTwo: "para2",
|
270
|
-
paragraphThree: "para3"
|
271
|
-
};
|
272
|
-
export const saveToTheme = editor => {
|
273
|
-
try {
|
274
|
-
if (editor.selection) {
|
275
|
-
const currentElement = Node.parent(editor, editor?.selection?.anchor?.path);
|
276
|
-
if (!currentElement) {
|
277
|
-
return false;
|
278
|
-
}
|
279
|
-
const {
|
280
|
-
children
|
281
|
-
} = currentElement;
|
282
|
-
if (children?.length > 1) {
|
283
|
-
return true;
|
284
|
-
}
|
285
|
-
let theme = {};
|
286
|
-
textThemeFields.forEach(field => {
|
287
|
-
const element = children[0] || {};
|
288
|
-
const value = element[field];
|
289
|
-
let style = {};
|
290
|
-
let isValueExist = false;
|
291
|
-
if (value) {
|
292
|
-
isValueExist = true;
|
293
|
-
if (field === "fontSize") {
|
294
|
-
isValueExist = !!Object.keys(value).length;
|
295
|
-
}
|
296
|
-
}
|
297
|
-
if (isValueExist) {
|
298
|
-
style = addToTheme(field, value, element);
|
299
|
-
}
|
300
|
-
theme = {
|
301
|
-
...theme,
|
302
|
-
...style
|
303
|
-
};
|
304
|
-
});
|
305
|
-
textThemeFields.forEach(field => {
|
306
|
-
Editor.removeMark(editor, field);
|
307
|
-
});
|
308
|
-
return {
|
309
|
-
field: MAP_TEXT_THEME_FIELD[currentElement?.type],
|
310
|
-
theme
|
311
|
-
};
|
312
|
-
}
|
313
|
-
} catch (err) {
|
314
|
-
return;
|
315
|
-
}
|
316
|
-
};
|
317
|
-
export const HEADING_THEME_FIELDS = ["h1", "h2", "h3", "h4", "h5", "h6"];
|
318
|
-
export const PARAGRAPH_THEME_FIELDS = ["para1", "para2", "para3"];
|
319
121
|
export const getBRValue = (props, rbr = "lg") => {
|
320
122
|
const {
|
321
123
|
value,
|
@@ -2,25 +2,19 @@ import { useEffect, useState } from "react";
|
|
2
2
|
const useDrag = () => {
|
3
3
|
const [event, setEvent] = useState("");
|
4
4
|
useEffect(() => {
|
5
|
-
|
6
|
-
|
7
|
-
|
5
|
+
const onMouseDown = () => {
|
6
|
+
setEvent("start");
|
7
|
+
};
|
8
|
+
const onMouseUp = () => {
|
9
|
+
setEvent("end");
|
8
10
|
};
|
9
|
-
}, []);
|
10
|
-
const onMouseDown = () => {
|
11
|
-
setEvent("start");
|
12
|
-
};
|
13
|
-
const onMouseUp = () => {
|
14
|
-
setEvent("end");
|
15
|
-
};
|
16
|
-
const addListener = () => {
|
17
11
|
document.addEventListener("pointerdown", onMouseDown);
|
18
12
|
document.addEventListener("pointerup", onMouseUp);
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
};
|
13
|
+
return () => {
|
14
|
+
document.removeEventListener("pointerdown", onMouseDown);
|
15
|
+
document.removeEventListener("pointerup", onMouseUp);
|
16
|
+
};
|
17
|
+
}, []);
|
24
18
|
return [event];
|
25
19
|
};
|
26
20
|
export default useDrag;
|
@@ -3,22 +3,17 @@ function useEditorScroll(editorWrapper = {
|
|
3
3
|
current: null
|
4
4
|
}, callback) {
|
5
5
|
useEffect(() => {
|
6
|
+
if (!editorWrapper?.current) return;
|
6
7
|
const handleScroll = () => {
|
7
|
-
|
8
|
-
callback("scroll");
|
9
|
-
}
|
8
|
+
callback("scroll");
|
10
9
|
};
|
11
10
|
const currentEditorWrapper = editorWrapper.current;
|
12
|
-
|
13
|
-
currentEditorWrapper.addEventListener("scroll", handleScroll);
|
14
|
-
}
|
11
|
+
currentEditorWrapper.addEventListener("scroll", handleScroll);
|
15
12
|
|
16
13
|
// Cleanup the event listener on component unmount
|
17
14
|
return () => {
|
18
|
-
|
19
|
-
currentEditorWrapper.removeEventListener("scroll", handleScroll);
|
20
|
-
}
|
15
|
+
currentEditorWrapper.removeEventListener("scroll", handleScroll);
|
21
16
|
};
|
22
|
-
}, [editorWrapper
|
17
|
+
}, [editorWrapper, callback]);
|
23
18
|
}
|
24
19
|
export default useEditorScroll;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { useEffect, useState, createContext, useContext, useMemo } from "react";
|
1
|
+
import { useEffect, useState, createContext, useContext, useMemo, useCallback } from "react";
|
2
2
|
import { getSelectedText } from "../utils/helper";
|
3
3
|
import { debounce } from "../helper";
|
4
4
|
import { defaultFontFamilies } from "../common/FontLoader/FontList";
|
@@ -21,10 +21,7 @@ export const useEditorSelection = editor => {
|
|
21
21
|
export const EditorProvider = ({
|
22
22
|
editor,
|
23
23
|
theme,
|
24
|
-
children
|
25
|
-
openTheme = false,
|
26
|
-
setOpenTheme = () => {},
|
27
|
-
triggerRender
|
24
|
+
children
|
28
25
|
}) => {
|
29
26
|
const [previous, setPrevious] = useState("");
|
30
27
|
const [drop, setDrop] = useState(0);
|
@@ -103,12 +100,9 @@ export const EditorProvider = ({
|
|
103
100
|
updateDragging,
|
104
101
|
fontFamilies,
|
105
102
|
setFontFamilies,
|
106
|
-
openTheme,
|
107
|
-
setOpenTheme,
|
108
103
|
activeBreakPoint,
|
109
|
-
setActiveBreakPoint
|
110
|
-
|
111
|
-
}), [path, editor?.selection, selectedPath, selectedElement, contextMenu, openAI, popupType, drop, openTheme, activeBreakPoint]);
|
104
|
+
setActiveBreakPoint
|
105
|
+
}), [path, editor?.selection, selectedPath, selectedElement, contextMenu, openAI, popupType, drop, activeBreakPoint]);
|
112
106
|
return /*#__PURE__*/_jsx(EditorContext.Provider, {
|
113
107
|
value: otherValues,
|
114
108
|
children: children
|
@@ -121,13 +115,7 @@ const useMouseMove = dragging => {
|
|
121
115
|
const [event, setEvent] = useState({
|
122
116
|
target: null
|
123
117
|
});
|
124
|
-
|
125
|
-
addListener();
|
126
|
-
return () => {
|
127
|
-
removeListener();
|
128
|
-
};
|
129
|
-
}, []);
|
130
|
-
const onMouseMove = e => {
|
118
|
+
const onMouseMove = useCallback(debounce(e => {
|
131
119
|
if (!dragging?.id) {
|
132
120
|
const dpath = e?.target?.closest(".dpath");
|
133
121
|
if (dpath) {
|
@@ -136,14 +124,14 @@ const useMouseMove = dragging => {
|
|
136
124
|
});
|
137
125
|
}
|
138
126
|
}
|
139
|
-
};
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
};
|
127
|
+
}, 100), [dragging]);
|
128
|
+
useEffect(() => {
|
129
|
+
document.addEventListener("mousemove", onMouseMove);
|
130
|
+
return () => {
|
131
|
+
document.removeEventListener("mousemove", onMouseMove);
|
132
|
+
onMouseMove.cancel(); // Cancel any pending debounced calls
|
133
|
+
};
|
134
|
+
}, [onMouseMove]);
|
147
135
|
return [event];
|
148
136
|
};
|
149
137
|
export default useMouseMove;
|
@@ -184,7 +184,7 @@ export const TableProvider = ({
|
|
184
184
|
window.removeEventListener("copy", handleCopy);
|
185
185
|
window.removeEventListener("cut", handleCut);
|
186
186
|
};
|
187
|
-
}, [tableSelection, editor
|
187
|
+
}, [tableSelection, editor]);
|
188
188
|
|
189
189
|
// useEffect(() => {
|
190
190
|
// selectFirstCell(tablePath, editor, updateTableSelection);
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Transforms, Path, Node } from "slate";
|
2
|
-
const AvoidCopying = ["headingOne", "headingTwo", "headingThree", "
|
2
|
+
const AvoidCopying = ["headingOne", "headingTwo", "headingThree", "blockquote"];
|
3
3
|
const BlockTypes = ["grid"];
|
4
4
|
const withEmbeds = editor => {
|
5
5
|
const {
|