@flozy/editor 10.0.1 → 10.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Editor/ChatEditor.js +20 -28
- package/dist/Editor/CommonEditor.js +25 -142
- package/dist/Editor/DialogWrapper.js +25 -31
- package/dist/Editor/Editor.css +9 -17
- 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 +5 -15
- 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 +14 -61
- 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/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/ColumnView.js +2 -4
- package/dist/Editor/Elements/DataView/Layouts/DataTypes/MultiSelectType.js +6 -21
- 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 +3 -8
- 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 +7 -9
- 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 -23
- package/dist/Editor/Elements/DataView/Layouts/TableView.js +4 -6
- package/dist/Editor/Elements/DataView/Layouts/ViewData.js +4 -8
- 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 +6 -21
- package/dist/Editor/Elements/EmbedScript/EmbedScript.js +2 -6
- package/dist/Editor/Elements/EmbedScript/EmbedScriptPopup.js +30 -62
- 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 +171 -185
- package/dist/Editor/Elements/Form/FormButton.js +2 -6
- package/dist/Editor/Elements/Form/FormField.js +4 -10
- 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/Styles.js +22 -24
- 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 +112 -173
- package/dist/Editor/Elements/FreeGrid/FreeGridBox.js +6 -31
- package/dist/Editor/Elements/FreeGrid/FreeGridButton.js +2 -6
- package/dist/Editor/Elements/FreeGrid/FreeGridItem.js +6 -54
- package/dist/Editor/Elements/FreeGrid/Options/AddElement.js +2 -3
- package/dist/Editor/Elements/FreeGrid/Options/More.js +5 -11
- package/dist/Editor/Elements/FreeGrid/styles.js +7 -64
- 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 +5 -8
- package/dist/Editor/Elements/Link/LinkButton.js +1 -4
- package/dist/Editor/Elements/List/CheckList.js +10 -18
- package/dist/Editor/Elements/NewLine/NewLineButton.js +2 -6
- package/dist/Editor/Elements/PageSettings/PageSettingsButton.js +1 -4
- package/dist/Editor/Elements/PageSettings/PageSettingsPopup.js +1 -4
- package/dist/Editor/Elements/Search/SearchAttachment.js +9 -40
- package/dist/Editor/Elements/Search/SearchButton.js +11 -15
- package/dist/Editor/Elements/Search/SearchList.js +10 -16
- 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 +5 -11
- 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 +11 -23
- 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 +6 -6
- package/dist/Editor/Elements/TopBanner/TopBannerButton.js +1 -4
- package/dist/Editor/Elements/Variables/VariableButton.js +1 -10
- package/dist/Editor/MiniEditor.js +3 -10
- 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 -10
- package/dist/Editor/Toolbar/Mini/MiniToolbar.js +6 -19
- 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 +3 -9
- 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 +10 -20
- package/dist/Editor/Toolbar/PopupTool/PopperHeader.js +5 -10
- package/dist/Editor/Toolbar/PopupTool/PopupToolStyle.js +12 -72
- package/dist/Editor/Toolbar/PopupTool/TemplateCard.js +5 -11
- package/dist/Editor/Toolbar/PopupTool/TextFormat.js +45 -123
- package/dist/Editor/Toolbar/PopupTool/index.js +2 -18
- package/dist/Editor/Toolbar/Toolbar.js +10 -20
- package/dist/Editor/Toolbar/toolbarGroups.js +6 -48
- package/dist/Editor/assets/svg/SettingsIcon.js +0 -1
- package/dist/Editor/common/ColorPickerButton.js +16 -38
- 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 +1 -31
- 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 +15 -45
- package/dist/Editor/common/LinkSettings/index.js +74 -96
- package/dist/Editor/common/LinkSettings/navOptions.js +1 -1
- package/dist/Editor/common/LinkSettings/style.js +30 -245
- package/dist/Editor/common/MentionsPopup/index.js +2 -6
- package/dist/Editor/common/RnD/ContextMenu/CMenus.js +22 -46
- package/dist/Editor/common/RnD/ContextMenu/index.js +2 -3
- package/dist/Editor/common/RnD/ElementOptions/Actions.js +14 -13
- package/dist/Editor/common/RnD/ElementOptions/Icons/LinkIcon.js +0 -1
- package/dist/Editor/common/RnD/ElementOptions/index.js +4 -9
- package/dist/Editor/common/RnD/ElementOptions/styles.js +1 -28
- package/dist/Editor/common/RnD/ElementSettings/OtherSettings/SaveAsTemplate.js +3 -8
- package/dist/Editor/common/RnD/ElementSettings/OtherSettings/Settings.js +7 -11
- 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 -6
- package/dist/Editor/common/RnD/ElementSettings/Settings/VideoSettings.js +2 -3
- package/dist/Editor/common/RnD/ElementSettings/styles.js +12 -147
- package/dist/Editor/common/RnD/OptionsPopup/index.js +8 -12
- package/dist/Editor/common/RnD/OptionsPopup/style.js +19 -121
- package/dist/Editor/common/RnD/ShadowElement.js +1 -2
- package/dist/Editor/common/RnD/SwitchViewport/SwitchViewport.js +7 -11
- 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 -157
- package/dist/Editor/common/RnD/VirtualElement/updateAutoProps.js +3 -5
- package/dist/Editor/common/RnD/index.js +8 -76
- package/dist/Editor/common/Section/index.js +4 -7
- package/dist/Editor/common/Select/index.js +0 -2
- package/dist/Editor/common/Shorthands/elements.js +3 -72
- 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 -44
- 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/lineSpacing.js +6 -7
- package/dist/Editor/common/StyleBuilder/fieldTypes/menusArray.js +12 -22
- 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/common/iconListV2.js +6 -101
- package/dist/Editor/common/iconslist.js +0 -24
- package/dist/Editor/commonStyle.js +61 -174
- package/dist/Editor/helper/index.js +3 -27
- package/dist/Editor/helper/theme.js +2 -203
- package/dist/Editor/hooks/useMouseMove.js +5 -8
- package/dist/Editor/plugins/withEmbeds.js +1 -1
- package/dist/Editor/plugins/withHTML.js +7 -10
- package/dist/Editor/plugins/withLayout.js +2 -3
- package/dist/Editor/plugins/withLinks.js +0 -9
- package/dist/Editor/plugins/withTable.js +1 -1
- package/dist/Editor/theme/ThemeList.js +173 -50
- package/dist/Editor/utils/SlateUtilityFunctions.js +54 -186
- package/dist/Editor/utils/brains.js +2 -1
- package/dist/Editor/utils/button.js +17 -1
- package/dist/Editor/utils/draftToSlate.js +2 -3
- package/dist/Editor/utils/font.js +37 -40
- package/dist/Editor/utils/freegrid.js +4 -3
- package/dist/Editor/utils/helper.js +21 -92
- package/package.json +4 -4
- package/dist/Editor/Elements/DataView/Layouts/DataTypes/Components/MultiSelect.js +0 -454
- package/dist/Editor/Elements/EmbedScript/styles.js +0 -89
- package/dist/Editor/Toolbar/PopupTool/ThemeTextFormat.js +0 -439
- package/dist/Editor/assets/svg/BackIcon.js +0 -18
- 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 -293
- 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 -309
- 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 -62
- package/dist/Editor/themeSettings/icons.js +0 -60
- package/dist/Editor/themeSettings/index.js +0 -361
- package/dist/Editor/themeSettings/style.js +0 -292
- package/dist/Editor/themeSettingsAI/icons.js +0 -96
- package/dist/Editor/themeSettingsAI/index.js +0 -355
- package/dist/Editor/themeSettingsAI/saveTheme.js +0 -202
- package/dist/Editor/themeSettingsAI/style.js +0 -324
@@ -16,8 +16,7 @@ const SaveAsTemplate = props => {
|
|
16
16
|
elementProps,
|
17
17
|
handleClose,
|
18
18
|
saveText = "Save As Template",
|
19
|
-
closeText = ""
|
20
|
-
translation
|
19
|
+
closeText = ""
|
21
20
|
} = props;
|
22
21
|
const {
|
23
22
|
onSaveTemplate
|
@@ -94,7 +93,7 @@ const SaveAsTemplate = props => {
|
|
94
93
|
name: "title",
|
95
94
|
value: template?.title,
|
96
95
|
onChange: onChange,
|
97
|
-
placeholder:
|
96
|
+
placeholder: "Template Title",
|
98
97
|
fullWidth: true,
|
99
98
|
size: "small"
|
100
99
|
})
|
@@ -115,7 +114,7 @@ const SaveAsTemplate = props => {
|
|
115
114
|
sx: {
|
116
115
|
fontSize: "14px"
|
117
116
|
},
|
118
|
-
children:
|
117
|
+
children: "Element"
|
119
118
|
})
|
120
119
|
}), /*#__PURE__*/_jsx(MenuItem, {
|
121
120
|
value: "Section",
|
@@ -125,7 +124,7 @@ const SaveAsTemplate = props => {
|
|
125
124
|
sx: {
|
126
125
|
fontSize: "14px"
|
127
126
|
},
|
128
|
-
children:
|
127
|
+
children: "Section"
|
129
128
|
})
|
130
129
|
}), /*#__PURE__*/_jsx(MenuItem, {
|
131
130
|
value: "Template",
|
@@ -135,7 +134,7 @@ const SaveAsTemplate = props => {
|
|
135
134
|
sx: {
|
136
135
|
fontSize: "14px"
|
137
136
|
},
|
138
|
-
children:
|
137
|
+
children: "Template"
|
139
138
|
})
|
140
139
|
})]
|
141
140
|
})
|
@@ -145,7 +144,7 @@ const SaveAsTemplate = props => {
|
|
145
144
|
children: /*#__PURE__*/_jsx(TextField, {
|
146
145
|
fullWidth: true,
|
147
146
|
name: "category",
|
148
|
-
placeholder:
|
147
|
+
placeholder: "Category",
|
149
148
|
value: template?.category,
|
150
149
|
onChange: onChange,
|
151
150
|
size: "small"
|
@@ -167,7 +166,7 @@ const SaveAsTemplate = props => {
|
|
167
166
|
sx: {
|
168
167
|
...classes.gradientFillBtn
|
169
168
|
},
|
170
|
-
children: [
|
169
|
+
children: ["Upload file", /*#__PURE__*/_jsx("input", {
|
171
170
|
type: "file",
|
172
171
|
style: {
|
173
172
|
opacity: 0,
|
@@ -185,10 +184,10 @@ const SaveAsTemplate = props => {
|
|
185
184
|
}), " ", /*#__PURE__*/_jsx(Typography, {
|
186
185
|
variant: "body1",
|
187
186
|
color: "primary",
|
188
|
-
children:
|
187
|
+
children: "Remove"
|
189
188
|
})]
|
190
189
|
})]
|
191
|
-
}), uploading ?
|
190
|
+
}), uploading ? "Uploading..." : "", /*#__PURE__*/_jsx(Grid, {
|
192
191
|
item: true,
|
193
192
|
xs: 12,
|
194
193
|
style: {
|
@@ -217,7 +216,7 @@ const SaveAsTemplate = props => {
|
|
217
216
|
}
|
218
217
|
// variant="contained"
|
219
218
|
,
|
220
|
-
children:
|
219
|
+
children: saveText
|
221
220
|
}), closeText ? /*#__PURE__*/_jsx(Button, {
|
222
221
|
className: "closebtn",
|
223
222
|
onClick: handleSave,
|
@@ -225,7 +224,7 @@ const SaveAsTemplate = props => {
|
|
225
224
|
fontWeight: 700
|
226
225
|
},
|
227
226
|
variant: "contained",
|
228
|
-
children:
|
227
|
+
children: closeText
|
229
228
|
}) : null]
|
230
229
|
})]
|
231
230
|
});
|
@@ -10,12 +10,8 @@ const SelectBox = props => {
|
|
10
10
|
value,
|
11
11
|
data,
|
12
12
|
onChange,
|
13
|
-
elementProps
|
14
|
-
customProps
|
13
|
+
elementProps
|
15
14
|
} = props;
|
16
|
-
const {
|
17
|
-
translation
|
18
|
-
} = customProps;
|
19
15
|
const {
|
20
16
|
key,
|
21
17
|
placeholder
|
@@ -63,7 +59,7 @@ const SelectBox = props => {
|
|
63
59
|
className: "unCheckedIcon"
|
64
60
|
})
|
65
61
|
}),
|
66
|
-
label:
|
62
|
+
label: placeholder
|
67
63
|
}), /*#__PURE__*/_jsx(FormHelperText, {
|
68
64
|
children: data?.helperText
|
69
65
|
})]
|
@@ -6,12 +6,8 @@ const Text = props => {
|
|
6
6
|
const {
|
7
7
|
value: pro_value,
|
8
8
|
data,
|
9
|
-
onChange
|
10
|
-
customProps
|
9
|
+
onChange
|
11
10
|
} = props;
|
12
|
-
const {
|
13
|
-
translation
|
14
|
-
} = customProps;
|
15
11
|
const {
|
16
12
|
key,
|
17
13
|
placeholder,
|
@@ -43,10 +39,10 @@ const Text = props => {
|
|
43
39
|
fontWeight: "500",
|
44
40
|
marginBottom: "8px"
|
45
41
|
},
|
46
|
-
children:
|
42
|
+
children: data?.label
|
47
43
|
}), /*#__PURE__*/_jsx(TextField, {
|
48
44
|
name: key,
|
49
|
-
placeholder: placeholder
|
45
|
+
placeholder: placeholder || "",
|
50
46
|
type: "text",
|
51
47
|
value: value,
|
52
48
|
onChange: handleChange,
|
@@ -54,7 +50,7 @@ const Text = props => {
|
|
54
50
|
fullWidth: true,
|
55
51
|
required: required,
|
56
52
|
error: error,
|
57
|
-
helperText: error ?
|
53
|
+
helperText: error ? 'This field is required' : '',
|
58
54
|
sx: {
|
59
55
|
'& .MuiFormHelperText-root': {
|
60
56
|
color: '#d32f2f !important'
|
@@ -7,12 +7,8 @@ const TextAlign = props => {
|
|
7
7
|
const {
|
8
8
|
value,
|
9
9
|
data,
|
10
|
-
onChange
|
11
|
-
customProps
|
10
|
+
onChange
|
12
11
|
} = props;
|
13
|
-
const {
|
14
|
-
translation
|
15
|
-
} = customProps;
|
16
12
|
const {
|
17
13
|
key,
|
18
14
|
label
|
@@ -35,7 +31,7 @@ const TextAlign = props => {
|
|
35
31
|
fontWeight: 500,
|
36
32
|
fontSize: "14px"
|
37
33
|
},
|
38
|
-
children:
|
34
|
+
children: label || "Text Alignment"
|
39
35
|
})
|
40
36
|
}), /*#__PURE__*/_jsxs(RadioGroup, {
|
41
37
|
row: true,
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import React
|
1
|
+
import React from "react";
|
2
2
|
import { FormControl, Grid, ListItemIcon, ListSubheader, MenuItem, Select, Typography } from "@mui/material";
|
3
|
-
import { getBreakPointsValue
|
3
|
+
import { getBreakPointsValue } from "../../../helper/theme";
|
4
4
|
import useWindowResize from "../../../hooks/useWindowResize";
|
5
5
|
import { useEditorContext } from "../../../hooks/useMouseMove";
|
6
6
|
import FontFamilyAutocomplete from "../../../Toolbar/FormatTools/FontFamilyAutocomplete";
|
7
7
|
import { useSlate } from "slate-react";
|
8
8
|
import KeyboardArrowDownRoundedIcon from "@mui/icons-material/KeyboardArrowDownRounded";
|
9
9
|
|
10
|
-
// hideMetaDataOptions -- pass true to hide metadata option in select field
|
10
|
+
// hideMetaDataOptions -- pass true to hide metadata option in select field
|
11
11
|
import { jsx as _jsx } from "react/jsx-runtime";
|
12
12
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
13
13
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
@@ -21,8 +21,7 @@ const TextOptions = props => {
|
|
21
21
|
customProps
|
22
22
|
} = props;
|
23
23
|
const {
|
24
|
-
metaMappings
|
25
|
-
translation
|
24
|
+
metaMappings
|
26
25
|
} = customProps;
|
27
26
|
const {
|
28
27
|
key,
|
@@ -31,22 +30,14 @@ const TextOptions = props => {
|
|
31
30
|
renderOption,
|
32
31
|
width,
|
33
32
|
webFont = false,
|
34
|
-
hideMetaDataOptions = false
|
35
|
-
themeEnabled
|
33
|
+
hideMetaDataOptions = false
|
36
34
|
} = data;
|
37
35
|
const {
|
38
36
|
fontFamilies
|
39
37
|
} = useEditorContext();
|
40
|
-
const [size] = useWindowResize();
|
41
38
|
const editor = useSlate();
|
42
|
-
const
|
43
|
-
|
44
|
-
if (themeEnabled) {
|
45
|
-
// editor takes a little amount of time to update the new style in element, in that case userValue will be returned
|
46
|
-
return getElementStyle(editor, elementProps, key) || userValue;
|
47
|
-
}
|
48
|
-
return userValue;
|
49
|
-
}, [editor, isBreakpoint, val, size?.device]);
|
39
|
+
const [size] = useWindowResize();
|
40
|
+
const value = isBreakpoint ? getBreakPointsValue(val, size?.device) : val;
|
50
41
|
const metaDataMappingOptions = metaMappings?.boards || [];
|
51
42
|
const updatedOption = !hideMetaDataOptions && elementProps?.metadatamapping ? [...options, ...metaDataMappingOptions] : webFont ? fontFamilies?.options : options;
|
52
43
|
const handleChange = (e, d) => {
|
@@ -80,7 +71,7 @@ const TextOptions = props => {
|
|
80
71
|
fontWeight: "500",
|
81
72
|
marginBottom: "4px"
|
82
73
|
},
|
83
|
-
children:
|
74
|
+
children: data?.label
|
84
75
|
}), /*#__PURE__*/_jsx(FormControl, {
|
85
76
|
sx: {
|
86
77
|
"& .MuiSelect-select": {
|
@@ -93,7 +84,7 @@ const TextOptions = props => {
|
|
93
84
|
children: !webFont ? /*#__PURE__*/_jsx(Select, {
|
94
85
|
onChange: handleChange,
|
95
86
|
value: value || updatedOption[0]?.value,
|
96
|
-
placeholder:
|
87
|
+
placeholder: data?.label,
|
97
88
|
fullWidth: true,
|
98
89
|
size: "small",
|
99
90
|
style: {
|
@@ -108,7 +99,7 @@ const TextOptions = props => {
|
|
108
99
|
},
|
109
100
|
children: updatedOption?.map((m, i) => {
|
110
101
|
return m?.value === "listSubHeader" ? /*#__PURE__*/_jsx(ListSubheader, {
|
111
|
-
children:
|
102
|
+
children: m?.label
|
112
103
|
}, `subHeader_${i}`) : /*#__PURE__*/_jsxs(MenuItem, {
|
113
104
|
value: m?.value,
|
114
105
|
item: m?.metaDataKey,
|
@@ -118,14 +109,14 @@ const TextOptions = props => {
|
|
118
109
|
minWidth: "25px"
|
119
110
|
},
|
120
111
|
children: m?.icon
|
121
|
-
}), renderOption ? renderOption(m, elementProps
|
112
|
+
}), renderOption ? renderOption(m, elementProps) : m.label || m.text]
|
122
113
|
}, `${key}_${i}`);
|
123
114
|
})
|
124
115
|
}) : /*#__PURE__*/_jsx(FontFamilyAutocomplete, {
|
125
116
|
editor: editor,
|
126
117
|
format: key,
|
127
118
|
options: fontFamilies.options,
|
128
|
-
width:
|
119
|
+
width: '100%',
|
129
120
|
onChange: onChange,
|
130
121
|
val: value,
|
131
122
|
webFont: true
|
@@ -16,7 +16,7 @@ export const formStyle = [{
|
|
16
16
|
label: "Send Form to Email",
|
17
17
|
key: "email",
|
18
18
|
type: "text",
|
19
|
-
placeholder: "
|
19
|
+
placeholder: "Enter Email to send the response..."
|
20
20
|
}, {
|
21
21
|
label: "Save Response",
|
22
22
|
key: "saveResponse",
|
@@ -93,9 +93,9 @@ export const formStyle = [{
|
|
93
93
|
text: "Dashed",
|
94
94
|
value: "dashed"
|
95
95
|
}],
|
96
|
-
renderOption:
|
96
|
+
renderOption: option => {
|
97
97
|
return /*#__PURE__*/_jsx("span", {
|
98
|
-
children:
|
98
|
+
children: option.text
|
99
99
|
});
|
100
100
|
}
|
101
101
|
}]
|
@@ -204,12 +204,12 @@ export const formStyle = [{
|
|
204
204
|
width: 5,
|
205
205
|
options: fontWeightOptions,
|
206
206
|
hideMetaDataOptions: true,
|
207
|
-
renderOption:
|
207
|
+
renderOption: option => {
|
208
208
|
return /*#__PURE__*/_jsx("span", {
|
209
209
|
style: {
|
210
210
|
fontWeight: option.value
|
211
211
|
},
|
212
|
-
children:
|
212
|
+
children: option.text
|
213
213
|
});
|
214
214
|
}
|
215
215
|
}]
|
@@ -277,9 +277,9 @@ export const formStyle = [{
|
|
277
277
|
text: "Dashed",
|
278
278
|
value: "dashed"
|
279
279
|
}],
|
280
|
-
renderOption:
|
280
|
+
renderOption: option => {
|
281
281
|
return /*#__PURE__*/_jsx("span", {
|
282
|
-
children:
|
282
|
+
children: option.text
|
283
283
|
});
|
284
284
|
}
|
285
285
|
}]
|
@@ -66,9 +66,9 @@ const gridItemStyle = [{
|
|
66
66
|
text: "Dashed",
|
67
67
|
value: "dashed"
|
68
68
|
}],
|
69
|
-
renderOption:
|
69
|
+
renderOption: option => {
|
70
70
|
return /*#__PURE__*/_jsx("span", {
|
71
|
-
children:
|
71
|
+
children: option.text
|
72
72
|
});
|
73
73
|
}
|
74
74
|
}]
|
@@ -96,9 +96,9 @@ const gridItemStyle = [{
|
|
96
96
|
text: "Full",
|
97
97
|
value: "100%"
|
98
98
|
}],
|
99
|
-
renderOption:
|
99
|
+
renderOption: option => {
|
100
100
|
return /*#__PURE__*/_jsx("span", {
|
101
|
-
children:
|
101
|
+
children: option.text
|
102
102
|
});
|
103
103
|
}
|
104
104
|
}]
|
@@ -122,9 +122,9 @@ const gridItemStyle = [{
|
|
122
122
|
text: "Bounce In Left",
|
123
123
|
value: "animate__animated animate__bounceInLeft"
|
124
124
|
}],
|
125
|
-
renderOption:
|
125
|
+
renderOption: option => {
|
126
126
|
return /*#__PURE__*/_jsx("span", {
|
127
|
-
children:
|
127
|
+
children: option.text
|
128
128
|
});
|
129
129
|
}
|
130
130
|
}]
|
@@ -6,7 +6,7 @@ const gridStyle = [{
|
|
6
6
|
label: "Section Name",
|
7
7
|
key: "id",
|
8
8
|
type: "text",
|
9
|
-
placeholder: "
|
9
|
+
placeholder: "Id should be unique for the page..."
|
10
10
|
}]
|
11
11
|
}, {
|
12
12
|
tab: "Colors",
|
@@ -85,9 +85,9 @@ const gridStyle = [{
|
|
85
85
|
text: "Dashed",
|
86
86
|
value: "dashed"
|
87
87
|
}],
|
88
|
-
renderOption:
|
88
|
+
renderOption: option => {
|
89
89
|
return /*#__PURE__*/_jsx("span", {
|
90
|
-
children:
|
90
|
+
children: option.text
|
91
91
|
});
|
92
92
|
}
|
93
93
|
}]
|
@@ -113,9 +113,9 @@ const gridStyle = [{
|
|
113
113
|
text: "No Wrap",
|
114
114
|
value: "nowrap"
|
115
115
|
}],
|
116
|
-
renderOption:
|
116
|
+
renderOption: option => {
|
117
117
|
return /*#__PURE__*/_jsx("span", {
|
118
|
-
children:
|
118
|
+
children: option.text
|
119
119
|
});
|
120
120
|
}
|
121
121
|
}]
|
@@ -21,8 +21,7 @@ export const StyleContent = props => {
|
|
21
21
|
} = props;
|
22
22
|
const element = customElement ? customElement : propsElement;
|
23
23
|
const {
|
24
|
-
hideTools
|
25
|
-
translation
|
24
|
+
hideTools
|
26
25
|
} = customProps || {};
|
27
26
|
const {
|
28
27
|
theme
|
@@ -48,8 +47,7 @@ export const StyleContent = props => {
|
|
48
47
|
elementProps: element,
|
49
48
|
customProps: customProps,
|
50
49
|
handleClose: handleClose,
|
51
|
-
classes: classes
|
52
|
-
translation: translation
|
50
|
+
classes: classes
|
53
51
|
}, `ei_stt_tab_${value}_${m.key}_${i}`) : null;
|
54
52
|
})
|
55
53
|
}, value);
|
@@ -79,8 +77,7 @@ const StyleBuilder = props => {
|
|
79
77
|
needActions: true
|
80
78
|
};
|
81
79
|
const {
|
82
|
-
hideTools
|
83
|
-
translation
|
80
|
+
hideTools
|
84
81
|
} = customProps || {};
|
85
82
|
const muiTheme = createTheme({
|
86
83
|
components: {
|
@@ -245,12 +242,12 @@ const StyleBuilder = props => {
|
|
245
242
|
onClick: onDelete,
|
246
243
|
color: "error",
|
247
244
|
className: "deleteBtn",
|
248
|
-
children:
|
245
|
+
children: "Delete"
|
249
246
|
}) : null, /*#__PURE__*/_jsx(Button, {
|
250
247
|
onClick: handleSave,
|
251
248
|
disabled: saveDisable,
|
252
249
|
className: "primaryBtn",
|
253
|
-
children:
|
250
|
+
children: "Save"
|
254
251
|
})]
|
255
252
|
}) : null]
|
256
253
|
});
|
@@ -25,11 +25,13 @@ const pageSettingsStyle = [{
|
|
25
25
|
label: "Padding",
|
26
26
|
key: "bannerSpacing",
|
27
27
|
type: "bannerSpacing"
|
28
|
-
}
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
28
|
+
}
|
29
|
+
// {
|
30
|
+
// label: "Line Spacing",
|
31
|
+
// key: "lineHeight",
|
32
|
+
// type: "lineSpacing",
|
33
|
+
// },
|
34
|
+
]
|
33
35
|
}, {
|
34
36
|
tab: "Max Width",
|
35
37
|
value: "maxWidth",
|
@@ -4,7 +4,6 @@ import { convertBase64 } from "../utils/helper";
|
|
4
4
|
import { uploadFile } from "../service/fileupload";
|
5
5
|
import Icon from "./Icon";
|
6
6
|
import UploadStyles from "../common/ImageSelector/UploadStyles";
|
7
|
-
import { useEditorContext } from "../hooks/useMouseMove";
|
8
7
|
import { jsx as _jsx } from "react/jsx-runtime";
|
9
8
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
10
9
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
@@ -19,9 +18,6 @@ const Uploader = props => {
|
|
19
18
|
const [base64, setBase64] = useState(value?.url);
|
20
19
|
const [fileName, setFileName] = useState("");
|
21
20
|
const [uploading, setUploading] = useState(false);
|
22
|
-
const {
|
23
|
-
theme
|
24
|
-
} = useEditorContext();
|
25
21
|
const handleChange = async e => {
|
26
22
|
const uFile = e.target.files[0];
|
27
23
|
const strImage = await convertBase64(uFile);
|
@@ -41,9 +37,6 @@ const Uploader = props => {
|
|
41
37
|
onUploaded(result?.imageURL[0]);
|
42
38
|
}
|
43
39
|
};
|
44
|
-
const {
|
45
|
-
translation
|
46
|
-
} = customProps;
|
47
40
|
const onRemoveBG = () => {
|
48
41
|
setBase64(null);
|
49
42
|
onUploaded("none");
|
@@ -75,14 +68,14 @@ const Uploader = props => {
|
|
75
68
|
}), /*#__PURE__*/_jsx(Grid, {
|
76
69
|
className: "removeImageText",
|
77
70
|
onClick: onRemoveBG,
|
78
|
-
children:
|
71
|
+
children: "REMOVE"
|
79
72
|
})]
|
80
73
|
});
|
81
74
|
default:
|
82
75
|
return /*#__PURE__*/_jsx(Grid, {
|
83
76
|
className: "removeImageText",
|
84
77
|
onClick: onRemoveBG,
|
85
|
-
children:
|
78
|
+
children: "REMOVE"
|
86
79
|
});
|
87
80
|
}
|
88
81
|
};
|
@@ -90,7 +83,7 @@ const Uploader = props => {
|
|
90
83
|
children: [/*#__PURE__*/_jsx(Grid, {
|
91
84
|
item: true,
|
92
85
|
xs: 12,
|
93
|
-
children: uploading ?
|
86
|
+
children: uploading ? "Uploading..." : ""
|
94
87
|
}), /*#__PURE__*/_jsx(Grid, {
|
95
88
|
container: true,
|
96
89
|
sx: classes.uploadContainer,
|
@@ -106,10 +99,6 @@ const Uploader = props => {
|
|
106
99
|
className: "uploadImageSection",
|
107
100
|
children: base64 ? renderThumb() : /*#__PURE__*/_jsx(Grid, {
|
108
101
|
className: "uploadImageText",
|
109
|
-
sx: {
|
110
|
-
background: `${theme?.palette?.editor?.inputFieldBgColor}`,
|
111
|
-
border: `1px solid ${theme?.palette?.editor?.inputFieldBorder}`
|
112
|
-
},
|
113
102
|
children: /*#__PURE__*/_jsxs(Button, {
|
114
103
|
component: "label",
|
115
104
|
variant: "text",
|
@@ -127,11 +116,11 @@ const Uploader = props => {
|
|
127
116
|
onChange: handleChange
|
128
117
|
}), /*#__PURE__*/_jsx(Icon, {
|
129
118
|
icon: "fileUpload"
|
130
|
-
}), /*#__PURE__*/
|
119
|
+
}), /*#__PURE__*/_jsxs("span", {
|
131
120
|
style: {
|
132
121
|
paddingLeft: "8px"
|
133
122
|
},
|
134
|
-
children:
|
123
|
+
children: ["upload ", title || "image"]
|
135
124
|
})]
|
136
125
|
})
|
137
126
|
})
|
@@ -1236,37 +1236,27 @@ export function ToggleFullScreenIcon() {
|
|
1236
1236
|
}
|
1237
1237
|
export function CodeElementIcon() {
|
1238
1238
|
return /*#__PURE__*/_jsxs("svg", {
|
1239
|
-
width: "
|
1240
|
-
height: "
|
1241
|
-
viewBox: "0 0
|
1239
|
+
width: "12",
|
1240
|
+
height: "9",
|
1241
|
+
viewBox: "0 0 12 9",
|
1242
1242
|
fill: "none",
|
1243
1243
|
xmlns: "http://www.w3.org/2000/svg",
|
1244
1244
|
className: "commonSvgStyle",
|
1245
1245
|
children: [/*#__PURE__*/_jsx("path", {
|
1246
|
-
d: "
|
1246
|
+
d: "M6.83331 1L4.83331 8",
|
1247
1247
|
stroke: "#64748B",
|
1248
|
-
strokeWidth: "1.5",
|
1249
1248
|
strokeMiterlimit: "10",
|
1250
1249
|
strokeLinecap: "round",
|
1251
1250
|
strokeLinejoin: "round"
|
1252
1251
|
}), /*#__PURE__*/_jsx("path", {
|
1253
|
-
d: "
|
1252
|
+
d: "M8.83331 2.32983L10.6666 4.32983L8.83331 6.32983",
|
1254
1253
|
stroke: "#64748B",
|
1255
|
-
strokeWidth: "1.5",
|
1256
|
-
strokeMiterlimit: "10",
|
1257
|
-
strokeLinecap: "round",
|
1258
|
-
strokeLinejoin: "round"
|
1259
|
-
}), /*#__PURE__*/_jsx("path", {
|
1260
|
-
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
1261
|
-
stroke: "#64748B",
|
1262
|
-
strokeWidth: "1.5",
|
1263
1254
|
strokeMiterlimit: "10",
|
1264
1255
|
strokeLinecap: "round",
|
1265
1256
|
strokeLinejoin: "round"
|
1266
1257
|
}), /*#__PURE__*/_jsx("path", {
|
1267
|
-
d: "
|
1258
|
+
d: "M2.83333 2.32983L1 4.32983L2.83333 6.32983",
|
1268
1259
|
stroke: "#64748B",
|
1269
|
-
strokeWidth: "1.5",
|
1270
1260
|
strokeMiterlimit: "10",
|
1271
1261
|
strokeLinecap: "round",
|
1272
1262
|
strokeLinejoin: "round"
|
@@ -1441,89 +1431,4 @@ export function SectionDragIcon() {
|
|
1441
1431
|
fill: "#94A3B8"
|
1442
1432
|
})]
|
1443
1433
|
});
|
1444
|
-
}
|
1445
|
-
export function PenIcon() {
|
1446
|
-
return /*#__PURE__*/_jsxs("svg", {
|
1447
|
-
width: "17",
|
1448
|
-
height: "17",
|
1449
|
-
viewBox: "0 0 17 17",
|
1450
|
-
fill: "none",
|
1451
|
-
xmlns: "http://www.w3.org/2000/svg",
|
1452
|
-
className: "commonSvgStyle",
|
1453
|
-
children: [/*#__PURE__*/_jsx("path", {
|
1454
|
-
d: "M9.74898 3.14435L3.93357 9.29977C3.71398 9.53352 3.50148 9.99393 3.45898 10.3127L3.1969 12.6077C3.10482 13.4364 3.69982 14.0031 4.52148 13.8614L6.80232 13.4719C7.12107 13.4152 7.56732 13.1814 7.7869 12.9406L13.6023 6.78518C14.6081 5.72268 15.0615 4.51143 13.4961 3.03102C11.9377 1.56477 10.7548 2.08185 9.74898 3.14435Z",
|
1455
|
-
stroke: "#64748B",
|
1456
|
-
strokeWidth: "1.2",
|
1457
|
-
strokeMiterlimit: "10",
|
1458
|
-
strokeLinecap: "round",
|
1459
|
-
strokeLinejoin: "round"
|
1460
|
-
}), /*#__PURE__*/_jsx("path", {
|
1461
|
-
d: "M8.77734 4.17188C9.08193 6.12688 10.6686 7.62146 12.6378 7.81979",
|
1462
|
-
stroke: "#64748B",
|
1463
|
-
strokeWidth: "1.2",
|
1464
|
-
strokeMiterlimit: "10",
|
1465
|
-
strokeLinecap: "round",
|
1466
|
-
strokeLinejoin: "round"
|
1467
|
-
})]
|
1468
|
-
});
|
1469
|
-
}
|
1470
|
-
export function SaveTemplIcon() {
|
1471
|
-
return /*#__PURE__*/_jsxs("svg", {
|
1472
|
-
width: "18",
|
1473
|
-
height: "18",
|
1474
|
-
viewBox: "0 0 18 18",
|
1475
|
-
fill: "none",
|
1476
|
-
xmlns: "http://www.w3.org/2000/svg",
|
1477
|
-
className: "commonSvgStyle",
|
1478
|
-
children: [/*#__PURE__*/_jsx("path", {
|
1479
|
-
d: "M9 1.5V6.75L10.5 5.25",
|
1480
|
-
stroke: "#64748B",
|
1481
|
-
strokeWidth: "1.2",
|
1482
|
-
strokeLinecap: "round",
|
1483
|
-
strokeLinejoin: "round"
|
1484
|
-
}), /*#__PURE__*/_jsx("path", {
|
1485
|
-
d: "M9 6.75L7.5 5.25",
|
1486
|
-
stroke: "#64748B",
|
1487
|
-
strokeWidth: "1.2",
|
1488
|
-
strokeLinecap: "round",
|
1489
|
-
strokeLinejoin: "round"
|
1490
|
-
}), /*#__PURE__*/_jsx("path", {
|
1491
|
-
d: "M1.48438 9.75H4.79187C5.07687 9.75 5.33188 9.9075 5.45938 10.1625L6.33687 11.9175C6.59187 12.4275 7.10938 12.75 7.67938 12.75H10.3269C10.8969 12.75 11.4144 12.4275 11.6694 11.9175L12.5469 10.1625C12.6744 9.9075 12.9369 9.75 13.2144 9.75H16.4844",
|
1492
|
-
stroke: "#64748B",
|
1493
|
-
strokeWidth: "1.2",
|
1494
|
-
strokeLinecap: "round",
|
1495
|
-
strokeLinejoin: "round"
|
1496
|
-
}), /*#__PURE__*/_jsx("path", {
|
1497
|
-
d: "M5.25 3.09766C2.595 3.48766 1.5 5.04766 1.5 8.25016V11.2502C1.5 15.0002 3 16.5002 6.75 16.5002H11.25C15 16.5002 16.5 15.0002 16.5 11.2502V8.25016C16.5 5.04766 15.405 3.48766 12.75 3.09766",
|
1498
|
-
stroke: "#64748B",
|
1499
|
-
strokeWidth: "1.2",
|
1500
|
-
strokeLinecap: "round",
|
1501
|
-
strokeLinejoin: "round"
|
1502
|
-
})]
|
1503
|
-
});
|
1504
|
-
}
|
1505
|
-
export function UploadIconCloud() {
|
1506
|
-
return /*#__PURE__*/_jsxs("svg", {
|
1507
|
-
width: "16",
|
1508
|
-
height: "16",
|
1509
|
-
viewBox: "0 0 16 16",
|
1510
|
-
fill: "none",
|
1511
|
-
xmlns: "http://www.w3.org/2000/svg",
|
1512
|
-
className: "commonSvgStyle uploadIcon",
|
1513
|
-
children: [/*#__PURE__*/_jsx("path", {
|
1514
|
-
d: "M6.00065 14.6673H4.66732C2.00065 14.6673 1.33398 14.0007 1.33398 11.334V4.66732C1.33398 2.00065 2.00065 1.33398 4.66732 1.33398H5.66732C6.66732 1.33398 6.88733 1.62733 7.26733 2.13399L8.26733 3.46733C8.52067 3.80066 8.66732 4.00065 9.33398 4.00065H11.334C14.0007 4.00065 14.6673 4.66732 14.6673 7.33398V8.66732",
|
1515
|
-
stroke: "#64748B",
|
1516
|
-
strokeWidth: "1.2",
|
1517
|
-
strokeMiterlimit: "10",
|
1518
|
-
strokeLinecap: "round",
|
1519
|
-
strokeLinejoin: "round"
|
1520
|
-
}), /*#__PURE__*/_jsx("path", {
|
1521
|
-
d: "M9.17305 12.2136C7.60638 12.3269 7.60638 14.5936 9.17305 14.7069H12.8797C13.3264 14.7069 13.7664 14.5402 14.093 14.2402C15.193 13.2802 14.6064 11.3602 13.1597 11.1802C12.6397 8.05358 8.11973 9.24024 9.18639 12.2202",
|
1522
|
-
stroke: "#64748B",
|
1523
|
-
strokeWidth: "1.2",
|
1524
|
-
strokeMiterlimit: "10",
|
1525
|
-
strokeLinecap: "round",
|
1526
|
-
strokeLinejoin: "round"
|
1527
|
-
})]
|
1528
|
-
});
|
1529
1434
|
}
|