@flozy/editor 9.8.4 → 9.8.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.
- package/dist/Editor/ChatEditor.js +18 -18
- package/dist/Editor/CommonEditor.js +18 -118
- package/dist/Editor/DialogWrapper.js +25 -31
- package/dist/Editor/Editor.css +7 -11
- package/dist/Editor/Elements/AI/PopoverAIInput.js +3 -11
- package/dist/Editor/Elements/AppHeader/AppHeader.js +3 -3
- package/dist/Editor/Elements/Button/EditorButton.js +25 -37
- package/dist/Editor/Elements/Color Picker/ColorButtons.js +14 -60
- package/dist/Editor/Elements/Color Picker/ColorPicker.css +1 -25
- package/dist/Editor/Elements/Color Picker/ColorPicker.js +7 -10
- package/dist/Editor/Elements/Color Picker/Styles.js +13 -15
- package/dist/Editor/Elements/DataView/Layouts/ColumnView.js +2 -4
- package/dist/Editor/Elements/DataView/Layouts/DataTypes/MultiSelectType.js +6 -21
- package/dist/Editor/Elements/DataView/Layouts/Options/AddOptions.js +1 -5
- package/dist/Editor/Elements/DataView/Layouts/Options/EditOption.js +2 -3
- package/dist/Editor/Elements/DataView/Layouts/Options/index.js +0 -11
- package/dist/Editor/Elements/DataView/Layouts/ViewData.js +4 -8
- package/dist/Editor/Elements/Embed/Image.js +2 -2
- package/dist/Editor/Elements/Embed/Video.js +1 -1
- package/dist/Editor/Elements/Form/Workflow/Styles.js +22 -24
- package/dist/Editor/Elements/FreeGrid/FreeGrid.js +21 -48
- package/dist/Editor/Elements/FreeGrid/FreeGridBox.js +4 -25
- package/dist/Editor/Elements/FreeGrid/FreeGridItem.js +3 -46
- package/dist/Editor/Elements/FreeGrid/Options/More.js +2 -7
- package/dist/Editor/Elements/FreeGrid/styles.js +0 -3
- package/dist/Editor/Elements/Grid/GridItem.js +1 -1
- package/dist/Editor/Elements/List/CheckList.js +1 -4
- package/dist/Editor/Elements/Search/SearchButton.js +1 -1
- package/dist/Editor/Elements/Search/SearchList.js +2 -3
- package/dist/Editor/Elements/Signature/SignatureOptions/DrawSignature.js +8 -2
- package/dist/Editor/Elements/SimpleText/index.js +1 -9
- package/dist/Editor/Elements/SimpleText/style.js +2 -2
- package/dist/Editor/Elements/Table/Table.js +3 -3
- package/dist/Editor/Elements/Title/title.js +8 -9
- package/dist/Editor/Elements/Variables/VariableButton.js +1 -10
- package/dist/Editor/MiniEditor.js +1 -2
- package/dist/Editor/Styles/EditorStyles.js +5 -5
- 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 +2 -2
- package/dist/Editor/Toolbar/FormatTools/TextSize.js +13 -10
- package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/MiniColorPicker.js +2 -4
- package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectFontSize.js +13 -6
- package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/SelectTypography.js +42 -167
- package/dist/Editor/Toolbar/PopupTool/MiniTextFormat/index.js +4 -7
- package/dist/Editor/Toolbar/PopupTool/PopperHeader.js +1 -2
- package/dist/Editor/Toolbar/PopupTool/PopupToolStyle.js +11 -71
- package/dist/Editor/Toolbar/PopupTool/TextFormat.js +23 -95
- package/dist/Editor/Toolbar/PopupTool/index.js +1 -1
- package/dist/Editor/Toolbar/toolbarGroups.js +6 -48
- package/dist/Editor/common/ColorPickerButton.js +14 -39
- package/dist/Editor/common/DnD/DragHandleButton.js +1 -1
- package/dist/Editor/common/FontLoader/FontLoader.js +0 -3
- package/dist/Editor/common/Icon.js +1 -31
- package/dist/Editor/common/ImageSelector/Styles.js +9 -3
- package/dist/Editor/common/MUIIcon/index.js +3 -0
- package/dist/Editor/common/RnD/ContextMenu/CMenus.js +0 -24
- package/dist/Editor/common/RnD/ElementSettings/OtherSettings/Settings.js +1 -2
- 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 +2 -4
- 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 +1 -3
- package/dist/Editor/common/RnD/ElementSettings/Settings/VideoSettings.js +2 -3
- package/dist/Editor/common/RnD/ShadowElement.js +1 -2
- package/dist/Editor/common/RnD/SwitchViewport/SwitchViewport.js +2 -8
- package/dist/Editor/common/RnD/Theme/ViewportStimulator.js +3 -6
- package/dist/Editor/common/RnD/Utils/gridDropItem.js +9 -73
- package/dist/Editor/common/RnD/Utils/index.js +0 -3
- package/dist/Editor/common/RnD/VirtualElement/index.js +103 -187
- package/dist/Editor/common/RnD/VirtualElement/styles.js +7 -155
- package/dist/Editor/common/RnD/VirtualElement/updateAutoProps.js +3 -5
- package/dist/Editor/common/RnD/index.js +10 -59
- package/dist/Editor/common/Shorthands/elements.js +0 -54
- package/dist/Editor/common/StyleBuilder/buttonStyle.js +2 -4
- package/dist/Editor/common/StyleBuilder/fieldTypes/backgroundImage.js +0 -5
- package/dist/Editor/common/StyleBuilder/fieldTypes/bannerSpacing.js +2 -12
- package/dist/Editor/common/StyleBuilder/fieldTypes/borderRadius.js +7 -15
- package/dist/Editor/common/StyleBuilder/fieldTypes/card.js +8 -16
- package/dist/Editor/common/StyleBuilder/fieldTypes/color.js +10 -35
- package/dist/Editor/common/StyleBuilder/fieldTypes/fontSize.js +7 -16
- package/dist/Editor/common/StyleBuilder/fieldTypes/lineSpacing.js +6 -7
- package/dist/Editor/common/StyleBuilder/fieldTypes/metaDataMapping.js +3 -3
- package/dist/Editor/common/StyleBuilder/fieldTypes/textOptions.js +7 -15
- package/dist/Editor/common/StyleBuilder/pageSettingsStyle.js +7 -5
- package/dist/Editor/common/SwipeableDrawer/index.js +1 -1
- package/dist/Editor/common/Uploader.js +0 -8
- package/dist/Editor/commonStyle.js +57 -68
- package/dist/Editor/helper/theme.js +2 -202
- package/dist/Editor/hooks/useMouseMove.js +3 -9
- package/dist/Editor/plugins/withEmbeds.js +1 -1
- package/dist/Editor/plugins/withHTML.js +9 -11
- package/dist/Editor/plugins/withTable.js +1 -1
- package/dist/Editor/theme/ThemeList.js +173 -50
- package/dist/Editor/utils/SlateUtilityFunctions.js +45 -171
- package/dist/Editor/utils/draftToSlate.js +2 -3
- package/dist/Editor/utils/font.js +37 -40
- package/dist/Editor/utils/freegrid.js +2 -2
- package/dist/Editor/utils/helper.js +19 -90
- package/package.json +4 -4
- package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/MultiSelect.js +0 -448
- package/dist/Editor/Toolbar/PopupTool/ThemeTextFormat.js +0 -436
- package/dist/Editor/assets/svg/ClearAllRounded.js +0 -31
- package/dist/Editor/assets/svg/ResetIconNew.js +0 -23
- package/dist/Editor/assets/svg/ThemeIcons.js +0 -291
- package/dist/Editor/common/CustomColorPicker/index.js +0 -131
- 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 -43
- package/dist/Editor/common/RnD/Theme/MainThemeProvider.js +0 -17
- package/dist/Editor/common/RnD/VirtualElement/BoxHeaderAutoAlignment.js +0 -43
- package/dist/Editor/common/RnD/VirtualElement/ForceAutoAlignment.js +0 -44
- package/dist/Editor/common/RnD/VirtualElement/VirtualTextElement.js +0 -134
- package/dist/Editor/common/RnD/VirtualElement/helper.js +0 -382
- package/dist/Editor/common/SnackBar/index.js +0 -43
- package/dist/Editor/helper/textIndeces.js +0 -58
- package/dist/Editor/hooks/useAutoScroll.js +0 -38
- package/dist/Editor/hooks/useEditorTheme.js +0 -153
- package/dist/Editor/hooks/useThemeValues.js +0 -63
- package/dist/Editor/theme/index.js +0 -149
- package/dist/Editor/themeSettings/ActiveTheme.js +0 -72
- package/dist/Editor/themeSettings/buttons/index.js +0 -290
- package/dist/Editor/themeSettings/buttons/style.js +0 -23
- package/dist/Editor/themeSettings/colorTheme/index.js +0 -310
- package/dist/Editor/themeSettings/colorTheme/style.js +0 -81
- package/dist/Editor/themeSettings/fonts/PreviewElement.js +0 -121
- package/dist/Editor/themeSettings/fonts/index.js +0 -240
- package/dist/Editor/themeSettings/fonts/style.js +0 -61
- package/dist/Editor/themeSettings/icons.js +0 -60
- package/dist/Editor/themeSettings/index.js +0 -351
- package/dist/Editor/themeSettings/style.js +0 -220
- package/dist/Editor/themeSettingsAI/icons.js +0 -96
- package/dist/Editor/themeSettingsAI/index.js +0 -355
- package/dist/Editor/themeSettingsAI/saveTheme.js +0 -205
- package/dist/Editor/themeSettingsAI/style.js +0 -259
@@ -49,19 +49,15 @@ const useCommonStyle = theme => ({
|
|
49
49
|
fontWeight: "500",
|
50
50
|
fontFamily: "Inter, sans-serif"
|
51
51
|
},
|
52
|
-
"& .MuiPaper-root": {
|
53
|
-
border: `unset !important`,
|
54
|
-
borderRadius: "0px",
|
55
|
-
height: "fit-content",
|
56
|
-
padding: "2px"
|
57
|
-
},
|
58
52
|
"& p": {
|
59
53
|
marginBottom: "7px",
|
60
54
|
marginTop: "4px"
|
61
55
|
},
|
62
|
-
"&
|
63
|
-
|
64
|
-
|
56
|
+
"& .MuiPaper-root": {
|
57
|
+
border: 'unset !important',
|
58
|
+
borderRadius: '0px',
|
59
|
+
height: 'fit-content',
|
60
|
+
padding: '2px'
|
65
61
|
},
|
66
62
|
"& .muiIconsListParent": {
|
67
63
|
"& svg": {
|
@@ -69,12 +65,15 @@ const useCommonStyle = theme => ({
|
|
69
65
|
},
|
70
66
|
"&::-webkit-scrollbar-thumb": {
|
71
67
|
background: `${theme?.palette?.editor?.brainPopupScroll} !important`
|
68
|
+
},
|
69
|
+
"&::-webkit-scrollbar-track": {
|
70
|
+
visibility: "hidden"
|
72
71
|
}
|
73
72
|
},
|
74
73
|
"& .MuiGrid-root>.MuiGrid-item": {
|
75
74
|
paddingRight: "0px !important",
|
76
75
|
fontFamily: "Inter, sans-serif",
|
77
|
-
height:
|
76
|
+
height: 'fit-content'
|
78
77
|
},
|
79
78
|
"& .MuiInputBase-root": {
|
80
79
|
borderRadius: "10px",
|
@@ -135,14 +134,14 @@ const useCommonStyle = theme => ({
|
|
135
134
|
borderRadius: "10px",
|
136
135
|
width: "46px !important",
|
137
136
|
marginLeft: "10px",
|
138
|
-
height:
|
137
|
+
height: '36px !important'
|
139
138
|
},
|
140
139
|
"& .spacingSlider": {
|
141
140
|
width: "calc(100% - 18px)"
|
142
141
|
}
|
143
142
|
},
|
144
|
-
|
145
|
-
margin:
|
143
|
+
'& .MuiFormHelperText-root': {
|
144
|
+
margin: '4px 0px 0px 0px',
|
146
145
|
color: theme?.palette?.editor?.closeButtonSvgStroke,
|
147
146
|
fontFamily: "Inter, sans-serif"
|
148
147
|
}
|
@@ -250,16 +249,6 @@ const useCommonStyle = theme => ({
|
|
250
249
|
backgroundColor: theme?.palette?.editor?.miniToolBarBackground,
|
251
250
|
color: theme?.palette?.editor?.textColor
|
252
251
|
}
|
253
|
-
},
|
254
|
-
"& .colorPickerActionBtns": {
|
255
|
-
backgroundColor: theme?.palette?.editor?.background,
|
256
|
-
display: "flex",
|
257
|
-
justifyContent: "end",
|
258
|
-
padding: "10px",
|
259
|
-
position: "sticky",
|
260
|
-
bottom: 0,
|
261
|
-
right: 0,
|
262
|
-
boxShadow: "0px -3px 12px 0px #00000017"
|
263
252
|
}
|
264
253
|
},
|
265
254
|
colorPickerBtnBorder: {
|
@@ -408,14 +397,14 @@ const useCommonStyle = theme => ({
|
|
408
397
|
padding: "8px 12px",
|
409
398
|
fontSize: "12px",
|
410
399
|
color: theme?.palette?.editor?.menuOptionTextColor,
|
411
|
-
fontWeight:
|
400
|
+
fontWeight: '500',
|
412
401
|
fontFamily: "Inter, sans-serif",
|
413
|
-
minHeight:
|
402
|
+
minHeight: '36px',
|
414
403
|
"&:hover": {
|
415
404
|
backgroundColor: theme?.palette?.editor?.menuOptionHoverBackground
|
416
405
|
}
|
417
406
|
},
|
418
|
-
|
407
|
+
'& .Mui-selected': {
|
419
408
|
background: `${theme?.palette?.editor?.menuOptionSelectedOption} !important`
|
420
409
|
},
|
421
410
|
"& .MuiListSubheader-root": {
|
@@ -424,16 +413,16 @@ const useCommonStyle = theme => ({
|
|
424
413
|
fontSize: "12px"
|
425
414
|
},
|
426
415
|
"& .MuiPaper-root": {
|
427
|
-
borderRadius:
|
428
|
-
padding:
|
416
|
+
borderRadius: '8px',
|
417
|
+
padding: '0px',
|
429
418
|
background: `${theme?.palette?.editor?.textWeightPopUpBackground} !important`
|
430
419
|
},
|
431
|
-
|
432
|
-
margin:
|
433
|
-
borderRadius:
|
420
|
+
'& .MuiButtonBase-root': {
|
421
|
+
margin: '4px',
|
422
|
+
borderRadius: '6px'
|
434
423
|
},
|
435
|
-
|
436
|
-
padding:
|
424
|
+
'& .MuiList-root': {
|
425
|
+
padding: '0px'
|
437
426
|
}
|
438
427
|
},
|
439
428
|
datePicker: {
|
@@ -533,27 +522,27 @@ const useCommonStyle = theme => ({
|
|
533
522
|
}
|
534
523
|
}
|
535
524
|
},
|
525
|
+
pageSettingPopUpRoot: {
|
526
|
+
padding: "16px 8px 16px 10px!important",
|
527
|
+
height: "100%"
|
528
|
+
},
|
536
529
|
buttonMoreOption: {
|
537
530
|
background: `${theme?.palette?.editor?.aiInputBackground} !important`,
|
538
531
|
border: `1px solid ${theme?.palette?.editor?.buttonBorder1} !important`,
|
539
|
-
padding:
|
540
|
-
|
541
|
-
width:
|
542
|
-
height:
|
543
|
-
|
532
|
+
padding: '4px !important',
|
533
|
+
'& svg': {
|
534
|
+
width: '18px !important',
|
535
|
+
height: '18px !important',
|
536
|
+
'& path': {
|
544
537
|
stroke: `${theme?.palette?.editor?.closeButtonSvgStroke} !important`
|
545
538
|
}
|
546
539
|
}
|
547
540
|
},
|
548
|
-
pageSettingPopUpRoot: {
|
549
|
-
padding: "16px 8px 16px 10px!important",
|
550
|
-
height: "100%"
|
551
|
-
},
|
552
541
|
buttonMoreOption2: {
|
553
542
|
background: `${theme?.palette?.editor?.aiInputBackground} !important`,
|
554
543
|
border: `1px solid ${theme?.palette?.editor?.buttonBorder1} !important`,
|
555
|
-
|
556
|
-
|
544
|
+
'& svg': {
|
545
|
+
'& path': {
|
557
546
|
fill: `${theme?.palette?.editor?.closeButtonSvgStroke} !important`
|
558
547
|
}
|
559
548
|
}
|
@@ -561,11 +550,11 @@ const useCommonStyle = theme => ({
|
|
561
550
|
buttonMoreOption3: {
|
562
551
|
background: `${theme?.palette?.editor?.aiInputBackground} !important`,
|
563
552
|
border: `1px solid ${theme?.palette?.editor?.buttonBorder1} !important`,
|
564
|
-
padding:
|
565
|
-
|
566
|
-
width:
|
567
|
-
height:
|
568
|
-
|
553
|
+
padding: '5px !important',
|
554
|
+
'& svg': {
|
555
|
+
width: '16px !important',
|
556
|
+
height: '16px !important',
|
557
|
+
'& path': {
|
569
558
|
stroke: `${theme?.palette?.editor?.closeButtonSvgStroke} !important`
|
570
559
|
}
|
571
560
|
}
|
@@ -573,37 +562,37 @@ const useCommonStyle = theme => ({
|
|
573
562
|
resizeButton: {
|
574
563
|
background: theme?.palette?.editor?.aiInputBackground,
|
575
564
|
border: `1px solid ${theme?.palette?.editor?.buttonBorder1}`,
|
576
|
-
padding:
|
577
|
-
borderRadius:
|
578
|
-
|
579
|
-
width:
|
580
|
-
height:
|
581
|
-
|
565
|
+
padding: '5px !important',
|
566
|
+
borderRadius: '50% !important',
|
567
|
+
'& svg': {
|
568
|
+
width: '18px',
|
569
|
+
height: '18px',
|
570
|
+
'& path': {
|
582
571
|
fill: `${theme?.palette?.editor?.closeButtonSvgStroke}`
|
583
572
|
}
|
584
573
|
},
|
585
|
-
|
574
|
+
'&:hover': {
|
586
575
|
background: theme?.palette?.editor?.aiInputBackground
|
587
576
|
}
|
588
577
|
},
|
589
578
|
gradientFillBtn: {
|
590
579
|
background: `linear-gradient(112.61deg, #2C63ED 19.3%, #8360FD 88.14%) !important`,
|
591
|
-
textTransform:
|
592
|
-
color:
|
593
|
-
padding:
|
594
|
-
height:
|
595
|
-
borderRadius:
|
596
|
-
fontWeight:
|
597
|
-
fontSize:
|
580
|
+
textTransform: 'math-auto !important',
|
581
|
+
color: '#FFFFFF !important',
|
582
|
+
padding: '0px 12px !important',
|
583
|
+
height: '32px',
|
584
|
+
borderRadius: '8px',
|
585
|
+
fontWeight: '500',
|
586
|
+
fontSize: '14px'
|
598
587
|
},
|
599
588
|
emptyThumbBtn: {
|
600
589
|
background: `${theme?.palette?.editor?.sectionSettingIconHover} !important`,
|
601
590
|
color: `${theme?.palette?.editor?.textColor} !important`,
|
602
|
-
fontSize:
|
603
|
-
|
604
|
-
width:
|
605
|
-
height:
|
606
|
-
|
591
|
+
fontSize: '14px !important',
|
592
|
+
'& svg': {
|
593
|
+
width: '20px !important',
|
594
|
+
height: '20px !important',
|
595
|
+
'& path': {
|
607
596
|
stroke: `${theme?.palette?.editor?.closeButtonSvgStroke} !important`
|
608
597
|
}
|
609
598
|
}
|
@@ -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,196 +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
|
-
color: "color",
|
169
|
-
bgColor: "background-color"
|
170
|
-
};
|
171
|
-
export function getElementProperty(element, styleProperty) {
|
172
|
-
if (!element) {
|
173
|
-
return "";
|
174
|
-
}
|
175
|
-
const computedStyle = window.getComputedStyle(element);
|
176
|
-
const property = MAP_PROPERTY_KEYS[styleProperty] || styleProperty;
|
177
|
-
let style = computedStyle.getPropertyValue(property);
|
178
|
-
if (property === "font-family") {
|
179
|
-
style = style.replace(/"/g, ""); // remove double quotes if exists e.g: '"Courier New"'
|
180
|
-
}
|
181
|
-
|
182
|
-
return style || "";
|
183
|
-
}
|
184
|
-
export const textThemeFields = ["fontFamily", "fontSize", "color", "bold", "italic"
|
185
|
-
// "underline",
|
186
|
-
// "strikethrough",
|
187
|
-
];
|
188
|
-
|
189
|
-
const themeElements = ["headingOne", "headingTwo", "headingThree", "headingFour", "headingFive", "headingSix", "paragraphOne", "paragraphTwo", "paragraphThree"];
|
190
|
-
export const isTextCustomized = editor => {
|
191
|
-
try {
|
192
|
-
if (editor.selection) {
|
193
|
-
const currentElement = Node.parent(editor, editor?.selection?.anchor?.path);
|
194
|
-
if (!currentElement) {
|
195
|
-
return false;
|
196
|
-
}
|
197
|
-
const {
|
198
|
-
children,
|
199
|
-
type
|
200
|
-
} = currentElement;
|
201
|
-
if (!themeElements.includes(type)) {
|
202
|
-
return false;
|
203
|
-
}
|
204
|
-
if (!children?.length) {
|
205
|
-
return true;
|
206
|
-
}
|
207
|
-
const customized = textThemeFields.some(field => {
|
208
|
-
const element = children.find(child => child.text.trim() !== "") || {};
|
209
|
-
const value = element[field];
|
210
|
-
if (field === "fontSize") {
|
211
|
-
return Object.keys(value || {}).length;
|
212
|
-
} else {
|
213
|
-
return value;
|
214
|
-
}
|
215
|
-
});
|
216
|
-
return customized;
|
217
|
-
} else {
|
218
|
-
return null;
|
219
|
-
}
|
220
|
-
} catch (err) {
|
221
|
-
return null;
|
222
|
-
}
|
223
|
-
};
|
224
|
-
const addToTheme = (field, value, element) => {
|
225
|
-
switch (field) {
|
226
|
-
case "fontFamily":
|
227
|
-
return {
|
228
|
-
fontFamily: value
|
229
|
-
};
|
230
|
-
case "fontSize":
|
231
|
-
return {
|
232
|
-
fontSize: value?.lg
|
233
|
-
};
|
234
|
-
case "color":
|
235
|
-
return {
|
236
|
-
color: value
|
237
|
-
};
|
238
|
-
case "bold":
|
239
|
-
return {
|
240
|
-
fontWeight: "bold"
|
241
|
-
};
|
242
|
-
case "italic":
|
243
|
-
return {
|
244
|
-
fontStyle: "italic"
|
245
|
-
};
|
246
|
-
// case "underline":
|
247
|
-
// case "strikethrough":
|
248
|
-
// let textDecoration = "";
|
249
|
-
|
250
|
-
// if (element.underline) {
|
251
|
-
// textDecoration = "underline";
|
252
|
-
// }
|
253
|
-
|
254
|
-
// if (element.strikethrough) {
|
255
|
-
// textDecoration += " strikethrough";
|
256
|
-
// }
|
257
|
-
|
258
|
-
// return { textDecoration };
|
259
|
-
default:
|
260
|
-
return {};
|
261
|
-
}
|
262
|
-
};
|
263
|
-
const MAP_TEXT_THEME_FIELD = {
|
264
|
-
headingOne: "h1",
|
265
|
-
headingTwo: "h2",
|
266
|
-
headingThree: "h3",
|
267
|
-
headingFour: "h4",
|
268
|
-
headingFive: "h5",
|
269
|
-
headingSix: "h6",
|
270
|
-
paragraphOne: "para1",
|
271
|
-
paragraphTwo: "para2",
|
272
|
-
paragraphThree: "para3"
|
273
|
-
};
|
274
|
-
export const saveToTheme = editor => {
|
275
|
-
try {
|
276
|
-
if (editor.selection) {
|
277
|
-
const currentElement = Node.parent(editor, editor?.selection?.anchor?.path);
|
278
|
-
if (!currentElement) {
|
279
|
-
return false;
|
280
|
-
}
|
281
|
-
const {
|
282
|
-
children
|
283
|
-
} = currentElement;
|
284
|
-
if (!children?.length) {
|
285
|
-
return true;
|
286
|
-
}
|
287
|
-
let theme = {};
|
288
|
-
textThemeFields.forEach(field => {
|
289
|
-
const element = children.find(child => child.text.trim() !== "") || {};
|
290
|
-
const value = element[field];
|
291
|
-
let style = {};
|
292
|
-
let isValueExist = false;
|
293
|
-
if (value) {
|
294
|
-
isValueExist = true;
|
295
|
-
if (field === "fontSize") {
|
296
|
-
isValueExist = !!Object.keys(value).length;
|
297
|
-
}
|
298
|
-
}
|
299
|
-
if (isValueExist) {
|
300
|
-
style = addToTheme(field, value, element);
|
301
|
-
}
|
302
|
-
theme = {
|
303
|
-
...theme,
|
304
|
-
...style
|
305
|
-
};
|
306
|
-
});
|
307
|
-
textThemeFields.forEach(field => {
|
308
|
-
Editor.removeMark(editor, field);
|
309
|
-
});
|
310
|
-
return {
|
311
|
-
field: MAP_TEXT_THEME_FIELD[currentElement?.type],
|
312
|
-
theme
|
313
|
-
};
|
314
|
-
}
|
315
|
-
} catch (err) {
|
316
|
-
return;
|
317
|
-
}
|
318
|
-
};
|
319
|
-
export const HEADING_THEME_FIELDS = ["h1", "h2", "h3", "h4", "h5", "h6"];
|
320
|
-
export const PARAGRAPH_THEME_FIELDS = ["para1", "para2", "para3"];
|
321
121
|
export const getBRValue = (props, rbr = "lg") => {
|
322
122
|
const {
|
323
123
|
value,
|
@@ -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
|
@@ -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 {
|
@@ -30,8 +30,6 @@ const parseCopiedHTML = html => {
|
|
30
30
|
|
31
31
|
// claude.ai, copy list inbetween, some li tags are not wrapped with ul or ol
|
32
32
|
parsed.querySelectorAll("li").forEach(li => {
|
33
|
-
li.innerHTML = li.innerHTML.replace(/^\n+|\n+$/g, ""); // Removes leading and trailing newlines
|
34
|
-
|
35
33
|
// Check if the parent of <li> is not a <ul> or <ol>
|
36
34
|
if (!li.parentElement || li.parentElement.tagName !== "UL" && li.parentElement.tagName !== "OL") {
|
37
35
|
// Create a <ul> element
|
@@ -57,7 +55,7 @@ const loopChildren = (children = [], defaultInsert) => {
|
|
57
55
|
}
|
58
56
|
return defaultInsert;
|
59
57
|
};
|
60
|
-
|
58
|
+
const getCurrentElement = editor => {
|
61
59
|
try {
|
62
60
|
if (editor.selection) {
|
63
61
|
return Node.parent(editor, editor?.selection?.anchor?.path);
|
@@ -151,6 +149,7 @@ const getFocusedNode = (editor, nodeType = "") => {
|
|
151
149
|
console.log(err);
|
152
150
|
}
|
153
151
|
};
|
152
|
+
const voidTypes = ["image", "page-settings"];
|
154
153
|
const withHtml = editor => {
|
155
154
|
const {
|
156
155
|
insertData,
|
@@ -161,7 +160,7 @@ const withHtml = editor => {
|
|
161
160
|
return element.type === "link" ? true : isInline(element);
|
162
161
|
};
|
163
162
|
editor.isVoid = element => {
|
164
|
-
return element.type
|
163
|
+
return voidTypes.includes(element.type) ? true : isVoid(element);
|
165
164
|
};
|
166
165
|
editor.insertData = data => {
|
167
166
|
const slateHTML = data?.getData("application/x-slate-fragment");
|
@@ -262,13 +261,12 @@ const withHtml = editor => {
|
|
262
261
|
return;
|
263
262
|
}
|
264
263
|
const formattedFragment = normalizeFragment ? normalizeFragment(fragment) : fragment;
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
// });
|
264
|
+
let is_img_table = false;
|
265
|
+
formattedFragment.map(f => {
|
266
|
+
if (f.type === "image" || f?.type?.includes("table")) {
|
267
|
+
is_img_table = true;
|
268
|
+
}
|
269
|
+
});
|
272
270
|
|
273
271
|
// if (editor.isChatEditor && is_img_table) {
|
274
272
|
// return;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Editor, Range, Point, Element, Transforms, Node } from "slate";
|
2
2
|
import { TableUtil, createTableCell } from "../utils/table";
|
3
|
-
const NON_DELETABLE_BLOCKS = ["table-cell", "carousel-item"
|
3
|
+
const NON_DELETABLE_BLOCKS = ["table-cell", "carousel-item"];
|
4
4
|
const withTable = editor => {
|
5
5
|
const {
|
6
6
|
deleteBackward,
|