easy-email-pro-modern 1.54.0
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/lib/typings/components/AttributeFields/CornerRadiusField.d.ts +6 -0
- package/lib/typings/components/AttributeFields/DividerStyleField.d.ts +15 -0
- package/lib/typings/components/AttributeFields/IconSizeField.d.ts +6 -0
- package/lib/typings/components/AttributeFields/IconSpacingField.d.ts +6 -0
- package/lib/typings/components/AttributeFields/PaddingField.d.ts +9 -0
- package/lib/typings/components/AttributeFields/WidthSliderField.d.ts +6 -0
- package/lib/typings/components/AttributeFields/index.d.ts +6 -0
- package/lib/typings/components/AutoDeselectElement.d.ts +2 -0
- package/lib/typings/components/BlockLayer/index.d.ts +2 -0
- package/lib/typings/components/ConfigurationPanels/Button/index.d.ts +9 -0
- package/lib/typings/components/ConfigurationPanels/Divider/index.d.ts +5 -0
- package/lib/typings/components/ConfigurationPanels/Image/index.d.ts +5 -0
- package/lib/typings/components/ConfigurationPanels/Navbar/index.d.ts +5 -0
- package/lib/typings/components/ConfigurationPanels/Page/index.d.ts +5 -0
- package/lib/typings/components/ConfigurationPanels/Section/index.d.ts +5 -0
- package/lib/typings/components/ConfigurationPanels/Social/index.d.ts +5 -0
- package/lib/typings/components/ConfigurationPanels/Spacer/index.d.ts +5 -0
- package/lib/typings/components/ConfigurationPanels/Text/index.d.ts +17 -0
- package/lib/typings/components/ConfigurationPanels/index.d.ts +9 -0
- package/lib/typings/components/ElementInteract/AddIcon/index.d.ts +2 -0
- package/lib/typings/components/ElementInteract/DragIcon/index.d.ts +4 -0
- package/lib/typings/components/ElementInteract/ElementDragover/Line/index.d.ts +2 -0
- package/lib/typings/components/ElementInteract/ElementDragover/Placeholder/index.d.ts +2 -0
- package/lib/typings/components/ElementInteract/ElementDragover/index.d.ts +2 -0
- package/lib/typings/components/ElementInteract/ElementHover/index.d.ts +2 -0
- package/lib/typings/components/ElementInteract/ElementPlaceholder/index.d.ts +2 -0
- package/lib/typings/components/ElementInteract/ElementSelected/index.d.ts +2 -0
- package/lib/typings/components/ElementInteract/ElementTools/index.d.ts +8 -0
- package/lib/typings/components/ElementInteract/index.d.ts +4 -0
- package/lib/typings/components/ElementList/index.d.ts +9 -0
- package/lib/typings/components/FullScreenLoading/index.d.ts +7 -0
- package/lib/typings/components/SettingsPannel/index.d.ts +2 -0
- package/lib/typings/components/SideBar/index.d.ts +5 -0
- package/lib/typings/components/StylesPannel/index.d.ts +4 -0
- package/lib/typings/custom-types.d.ts +15 -0
- package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/CornerRadiusField.d.ts +6 -0
- package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/DividerStyleField.d.ts +15 -0
- package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/IconSizeField.d.ts +6 -0
- package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/IconSpacingField.d.ts +6 -0
- package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/PaddingField.d.ts +9 -0
- package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/WidthSliderField.d.ts +6 -0
- package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/index.d.ts +6 -0
- package/lib/typings/easy-email-pro-modern/src/components/AutoDeselectElement.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/BlockLayer/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Button/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Divider/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Image/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Navbar/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Page/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Section/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Social/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Spacer/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Text/index.d.ts +17 -0
- package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/AddIcon/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/DragIcon/index.d.ts +4 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementDragover/Line/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementDragover/Placeholder/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementDragover/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementHover/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementPlaceholder/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementSelected/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementTools/index.d.ts +8 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/index.d.ts +4 -0
- package/lib/typings/easy-email-pro-modern/src/components/ElementList/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-modern/src/components/FullScreenLoading/index.d.ts +7 -0
- package/lib/typings/easy-email-pro-modern/src/components/SettingsPannel/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-modern/src/components/SideBar/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-modern/src/components/StylesPannel/index.d.ts +4 -0
- package/lib/typings/easy-email-pro-modern/src/custom-types.d.ts +15 -0
- package/lib/typings/easy-email-pro-modern/src/hooks/index.d.ts +1 -0
- package/lib/typings/easy-email-pro-modern/src/hooks/useBlocksDrawer.d.ts +9 -0
- package/lib/typings/easy-email-pro-modern/src/index.d.ts +14 -0
- package/lib/typings/easy-email-pro-modern/src/utils/getIsLargeScreen.d.ts +1 -0
- package/lib/typings/easy-email-pro-modern/src/withTheme.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockPaths/index.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockItem/index.d.ts +12 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockLayer/components/ElementList/index.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockLayer/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockList/BlockList.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockList/UniversalList.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockList/UniversalListItem.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockList/index.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlocksPanel/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/LayoutItem/SectionLayout.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/LayoutItem/WrapperLayout.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/LayoutItem/index.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlocksDrawer/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/BlocksModal/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ColumnLayout/LayoutItemList.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ColumnLayout/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationDrawer/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Blockquote/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Button/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Code/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Column/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Divider/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Group/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Hero/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Image/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Navbar/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Page/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Section/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Social/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Spacer/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Table/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Table2/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Text/TextHTMLEditor.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Text/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Widget/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Wrapper/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Schemas/PageFooter.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Schemas/PageHeader.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Schemas/index.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/BackgroundColor.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/BackgroundGradient.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/BackgroundImage.d.ts +12 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/BackgroundPosition.d.ts +1 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Border.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/BorderRadius.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/ButtonCategory.d.ts +10 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/ButtonContent.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/ButtonIcon.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Buttons.d.ts +18 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Columns.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Direction.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/DisplayOptions/Condition.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/DisplayOptions/Iteration.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/DisplayOptions/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/DividerLine.d.ts +10 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/FontFamily.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/FontSize.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/FontWeight.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/GlobalLink.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Heading.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Height.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/ImageUrl.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/ImageWidth.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/LetterSpacing.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/LineHeight.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Link.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/MergeTagSelectInputField.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Padding.d.ts +10 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/PixelAndPercentField.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Preheader.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/RTLDirection.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/StackOnMobile.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/TableLayout.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/TextAlign.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/TextAndHeadingList.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/TextAndHeadingStyle.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Typography.d.ts +20 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/VerticalAlign.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/WebFonts.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Width.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/index.d.ts +103 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributePanel.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributesPanelWrapper/index.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/CollapseWrapper/CollapseWrapper.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/CollapseWrapper/index.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/ResponsiveTabs/ResponsiveField.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/ResponsiveTabs/index.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/SchemaPanelRenderer.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/SourceCodePanel/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/UniversalElementPanel/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/index.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/FieldConfigItem/AddItems.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/FieldConfigItem/index.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/WidgetTypeOptions.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/constants.d.ts +12 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/index.d.ts +12 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/index.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationSideBar/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/ColorPicker.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/FontFamily.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/FontSize.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/Image.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/Link.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/index.d.ts +21 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Button/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Divider/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Image/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Navbar/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Page/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Section/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Social/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Spacer/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Text/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/components/PopopCard/index.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/Controller/index.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/DragItem/index.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/DraggingPlaceholderWrapper/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/components/PreviewEmail/components/DesktopEmailPreview/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/components/PreviewEmail/components/MobilePreview/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/components/PreviewEmail/index.d.ts +12 -0
- package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/components/PreviewEmailDrawer/index.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/components/TabHeader/index.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/index.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/ElementIcon/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/ElementStyleGallery/index.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/ButtonField.d.ts +13 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/ButtonGroupField.d.ts +15 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/ColorPicker/ColorPickerContent.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/ColorPicker/index.d.ts +15 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/EditPanelListField.d.ts +17 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/EditPanelTabsField.d.ts +13 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/GradientGenerator/index.d.ts +13 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/ImageUploaderField/index.d.ts +27 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/PixelField.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/RichTextField/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/Select.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/SliderField.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/SwitchField/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/SyncChildrenField.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/WatchField.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/JsonAdapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/arrayString.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/color.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/direction.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/fontStyle.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/fontWeight.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/index.d.ts +10 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/italic.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/pixel.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/pixelNumber.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/slider.adapter.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/enhancer.d.ts +12 -0
- package/lib/typings/easy-email-pro-theme/src/components/Form/index.d.ts +28 -0
- package/lib/typings/easy-email-pro-theme/src/components/FullHeightOverlayScrollbars/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/Hotkeys/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/RichTextBar.d.ts +11 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/AIAssistant/AIPromptModal.d.ts +16 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/AIAssistant/index.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/BgColor.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/FontColor.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/FontFamily.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/FontSize.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/FormatButton.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/Image.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/List.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/MergeTag.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/PreventFocusWrapper.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/TextAlign.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/TextLink.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/TurnInto.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/index.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/utils/getLinkNode.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/IconFont/index.d.ts +10 -0
- package/lib/typings/easy-email-pro-theme/src/components/MergeTagComponent/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/MergetagPopover/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/components/Providers/ControllerProvider.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Providers/DraggingProvider.d.ts +21 -0
- package/lib/typings/easy-email-pro-theme/src/components/Providers/EditorContext.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/Providers/EditorThemeStateProvider.d.ts +14 -0
- package/lib/typings/easy-email-pro-theme/src/components/Providers/FormProvider.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/components/Providers/UniversalElementProvider.d.ts +10 -0
- package/lib/typings/easy-email-pro-theme/src/components/Providers/index.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/components/StandaloneElementEditorDrawer/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/StandaloneElementSaveButtonPortal/index.d.ts +3 -0
- package/lib/typings/easy-email-pro-theme/src/components/UniversalElementEditorDrawer/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/components/UnsplashImages/index.d.ts +206 -0
- package/lib/typings/easy-email-pro-theme/src/components/UnsplashImagesDrawer/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/components/index.d.ts +159 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/index.d.ts +10 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useBlocksDrawer.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useColorContext.d.ts +1 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useDragging.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useEditorContext.d.ts +1 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useEditorThemeState.d.ts +1 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useElementDefault.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useElementInteract.d.ts +27 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useFontFamily.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useMinimalistContext.d.ts +1 -0
- package/lib/typings/easy-email-pro-theme/src/hooks/useUniversalContent.d.ts +1 -0
- package/lib/typings/easy-email-pro-theme/src/index.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/AutoDeselectElement.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/BlockMenusOverlay/index.d.ts +6 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/BlockResizer/index.d.ts +19 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ColumnLayoutOverlay/index.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/ElementDragover/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/ElementHover/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/ElementPlaceholder/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/ElementSelected/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/ElementTools/index.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/index.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/index.d.ts +9 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/useOverlayMenuCapture.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/withTheme.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/AutoDeselectElement.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementDragover/Line/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementDragover/Placeholder/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementDragover/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementHover/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementPlaceholder/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementSelected/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementTools/index.d.ts +8 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/TableTools/ContextMenu.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/TableTools/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/index.d.ts +4 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/index.d.ts +13 -0
- package/lib/typings/easy-email-pro-theme/src/themes/Retro/withTheme.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/themes/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/typings/custom-types.d.ts +201 -0
- package/lib/typings/easy-email-pro-theme/src/typings/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/typings/schema.d.ts +46 -0
- package/lib/typings/easy-email-pro-theme/src/utils/assignIdsToElementTree.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/utils/getFallbackValue.d.ts +7 -0
- package/lib/typings/easy-email-pro-theme/src/utils/getMergeTagsByType.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/utils/index.d.ts +5 -0
- package/lib/typings/easy-email-pro-theme/src/utils/mjmlToJson/basicElementToStandardElement.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/utils/mjmlToJson/formatPadding.d.ts +1 -0
- package/lib/typings/easy-email-pro-theme/src/utils/mjmlToJson/index.d.ts +2 -0
- package/lib/typings/easy-email-pro-theme/src/utils/previewLoadImage.d.ts +1 -0
- package/lib/typings/hooks/index.d.ts +1 -0
- package/lib/typings/hooks/useBlocksDrawer.d.ts +9 -0
- package/lib/typings/index.d.ts +14 -0
- package/lib/typings/utils/getIsLargeScreen.d.ts +1 -0
- package/lib/typings/withTheme.d.ts +2 -0
- package/package.json +52 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface CornerRadiusFieldProps {
|
|
2
|
+
value: string;
|
|
3
|
+
onChange: (value: string) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const CornerRadiusField: (props: import("../easy-email-pro-theme/lib/typings/components/Form/enhancer").EnhancerProps & Omit<CornerRadiusFieldProps, "onChange" | "value">) => import("react").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Path } from "slate";
|
|
3
|
+
interface DividerStyleFieldProps {
|
|
4
|
+
path: Path;
|
|
5
|
+
name?: string;
|
|
6
|
+
label?: string;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Divider style selector component
|
|
10
|
+
* Provides preset combinations of style and height
|
|
11
|
+
* Uses useElementDefault to get fallback values (similar to enhancer pattern)
|
|
12
|
+
* Note: This component doesn't use enhancer because it controls multiple fields
|
|
13
|
+
*/
|
|
14
|
+
export declare const DividerStyleField: React.FC<DividerStyleFieldProps>;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface IconSizeFieldProps {
|
|
2
|
+
value: string;
|
|
3
|
+
onChange: (value: string) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const IconSizeField: (props: import("../easy-email-pro-theme/lib/typings/components/Form/enhancer").EnhancerProps & Omit<IconSizeFieldProps, "onChange" | "value">) => import("react").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface IconSpacingFieldProps {
|
|
2
|
+
value: string;
|
|
3
|
+
onChange: (value: string) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const IconSpacingField: (props: import("../easy-email-pro-theme/lib/typings/components/Form/enhancer").EnhancerProps & Omit<IconSpacingFieldProps, "onChange" | "value">) => import("react").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface WidthSliderFieldProps {
|
|
2
|
+
value: string;
|
|
3
|
+
onChange: (value: string) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const WidthSliderField: (props: import("../easy-email-pro-theme/lib/typings/components/Form/enhancer").EnhancerProps & Omit<WidthSliderFieldProps, "onChange" | "value">) => import("react").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { PaddingField } from "./PaddingField";
|
|
2
|
+
export { CornerRadiusField } from "./CornerRadiusField";
|
|
3
|
+
export { IconSizeField } from "./IconSizeField";
|
|
4
|
+
export { IconSpacingField } from "./IconSpacingField";
|
|
5
|
+
export { DividerStyleField } from "./DividerStyleField";
|
|
6
|
+
export { WidthSliderField } from "./WidthSliderField";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Path } from "slate";
|
|
3
|
+
export declare const buttonWidthAdapter: {
|
|
4
|
+
formatter(val: string): "auto" | "100%";
|
|
5
|
+
normalize(val: string): "100%" | undefined;
|
|
6
|
+
};
|
|
7
|
+
export declare const Button: ({ nodePath }: {
|
|
8
|
+
nodePath: Path;
|
|
9
|
+
}) => React.JSX.Element;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Path } from "slate";
|
|
3
|
+
/**
|
|
4
|
+
* Simplified Text configuration panel
|
|
5
|
+
* Only includes core settings:
|
|
6
|
+
* - Font size
|
|
7
|
+
* - Text color
|
|
8
|
+
* - Text alignment
|
|
9
|
+
* - Background color
|
|
10
|
+
*
|
|
11
|
+
* Removed:
|
|
12
|
+
* - Complex typography options (line height, letter spacing, etc.)
|
|
13
|
+
* - HTML edit mode
|
|
14
|
+
*/
|
|
15
|
+
export declare const Text: ({ nodePath }: {
|
|
16
|
+
nodePath: Path;
|
|
17
|
+
}) => React.JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { Button } from "./Button";
|
|
2
|
+
export { Text } from "./Text";
|
|
3
|
+
export { Image } from "./Image";
|
|
4
|
+
export { Navbar } from "./Navbar";
|
|
5
|
+
export { Social } from "./Social";
|
|
6
|
+
export { Divider } from "./Divider";
|
|
7
|
+
export { Spacer } from "./Spacer";
|
|
8
|
+
export { Section } from "./Section";
|
|
9
|
+
export { Page } from "./Page";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Element, ElementCategoryType } from "easy-email-pro-core";
|
|
3
|
+
import { Path } from "slate";
|
|
4
|
+
export declare function ElementList({ hasHeader, hasFooter, blocks, onAddBlock, }: {
|
|
5
|
+
blocks: Element[];
|
|
6
|
+
onAddBlock: (insertPath: Path, parentCategory: ElementCategoryType) => void;
|
|
7
|
+
hasHeader: boolean;
|
|
8
|
+
hasFooter: boolean;
|
|
9
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { BasicAttributeFieldsMap } from "./easy-email-pro-theme";
|
|
2
|
+
import { CornerRadiusField, IconSizeField, IconSpacingField, PaddingField, DividerStyleField, WidthSliderField } from "./components/AttributeFields";
|
|
3
|
+
declare module "./easy-email-pro-theme" {
|
|
4
|
+
interface CustomThemeTypes {
|
|
5
|
+
AttributeFieldsMap: BasicAttributeFieldsMap & {
|
|
6
|
+
PaddingField: typeof PaddingField;
|
|
7
|
+
CornerRadiusField: typeof CornerRadiusField;
|
|
8
|
+
IconSizeField: typeof IconSizeField;
|
|
9
|
+
IconSpacingField: typeof IconSpacingField;
|
|
10
|
+
DividerStyleField: typeof DividerStyleField;
|
|
11
|
+
WidthSliderField: typeof WidthSliderField;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export {};
|
package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/CornerRadiusField.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface CornerRadiusFieldProps {
|
|
2
|
+
value: string;
|
|
3
|
+
onChange: (value: string) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const CornerRadiusField: (props: import("../easy-email-pro-theme/src/components/Form/enhancer").EnhancerProps & Omit<CornerRadiusFieldProps, "onChange" | "value">) => import("react").JSX.Element;
|
|
6
|
+
export {};
|
package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/DividerStyleField.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Path } from "slate";
|
|
3
|
+
interface DividerStyleFieldProps {
|
|
4
|
+
path: Path;
|
|
5
|
+
name?: string;
|
|
6
|
+
label?: string;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Divider style selector component
|
|
10
|
+
* Provides preset combinations of style and height
|
|
11
|
+
* Uses useElementDefault to get fallback values (similar to enhancer pattern)
|
|
12
|
+
* Note: This component doesn't use enhancer because it controls multiple fields
|
|
13
|
+
*/
|
|
14
|
+
export declare const DividerStyleField: React.FC<DividerStyleFieldProps>;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface IconSizeFieldProps {
|
|
2
|
+
value: string;
|
|
3
|
+
onChange: (value: string) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const IconSizeField: (props: import("../easy-email-pro-theme/src/components/Form/enhancer").EnhancerProps & Omit<IconSizeFieldProps, "onChange" | "value">) => import("react").JSX.Element;
|
|
6
|
+
export {};
|
package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/IconSpacingField.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface IconSpacingFieldProps {
|
|
2
|
+
value: string;
|
|
3
|
+
onChange: (value: string) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const IconSpacingField: (props: import("../easy-email-pro-theme/src/components/Form/enhancer").EnhancerProps & Omit<IconSpacingFieldProps, "onChange" | "value">) => import("react").JSX.Element;
|
|
6
|
+
export {};
|
package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/WidthSliderField.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface WidthSliderFieldProps {
|
|
2
|
+
value: string;
|
|
3
|
+
onChange: (value: string) => void;
|
|
4
|
+
}
|
|
5
|
+
export declare const WidthSliderField: (props: import("../easy-email-pro-theme/src/components/Form/enhancer").EnhancerProps & Omit<WidthSliderFieldProps, "onChange" | "value">) => import("react").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { PaddingField } from "./PaddingField";
|
|
2
|
+
export { CornerRadiusField } from "./CornerRadiusField";
|
|
3
|
+
export { IconSizeField } from "./IconSizeField";
|
|
4
|
+
export { IconSpacingField } from "./IconSpacingField";
|
|
5
|
+
export { DividerStyleField } from "./DividerStyleField";
|
|
6
|
+
export { WidthSliderField } from "./WidthSliderField";
|
package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Button/index.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Path } from "slate";
|
|
3
|
+
export declare const buttonWidthAdapter: {
|
|
4
|
+
formatter(val: string): "auto" | "100%";
|
|
5
|
+
normalize(val: string): "100%" | undefined;
|
|
6
|
+
};
|
|
7
|
+
export declare const Button: ({ nodePath }: {
|
|
8
|
+
nodePath: Path;
|
|
9
|
+
}) => React.JSX.Element;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Path } from "slate";
|
|
3
|
+
/**
|
|
4
|
+
* Simplified Text configuration panel
|
|
5
|
+
* Only includes core settings:
|
|
6
|
+
* - Font size
|
|
7
|
+
* - Text color
|
|
8
|
+
* - Text alignment
|
|
9
|
+
* - Background color
|
|
10
|
+
*
|
|
11
|
+
* Removed:
|
|
12
|
+
* - Complex typography options (line height, letter spacing, etc.)
|
|
13
|
+
* - HTML edit mode
|
|
14
|
+
*/
|
|
15
|
+
export declare const Text: ({ nodePath }: {
|
|
16
|
+
nodePath: Path;
|
|
17
|
+
}) => React.JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { Button } from "./Button";
|
|
2
|
+
export { Text } from "./Text";
|
|
3
|
+
export { Image } from "./Image";
|
|
4
|
+
export { Navbar } from "./Navbar";
|
|
5
|
+
export { Social } from "./Social";
|
|
6
|
+
export { Divider } from "./Divider";
|
|
7
|
+
export { Spacer } from "./Spacer";
|
|
8
|
+
export { Section } from "./Section";
|
|
9
|
+
export { Page } from "./Page";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Element, ElementCategoryType } from "easy-email-pro-core";
|
|
3
|
+
import { Path } from "slate";
|
|
4
|
+
export declare function ElementList({ hasHeader, hasFooter, blocks, onAddBlock, }: {
|
|
5
|
+
blocks: Element[];
|
|
6
|
+
onAddBlock: (insertPath: Path, parentCategory: ElementCategoryType) => void;
|
|
7
|
+
hasHeader: boolean;
|
|
8
|
+
hasFooter: boolean;
|
|
9
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { BasicAttributeFieldsMap } from "../../easy-email-pro-theme";
|
|
2
|
+
import { CornerRadiusField, IconSizeField, IconSpacingField, PaddingField, DividerStyleField, WidthSliderField } from "./components/AttributeFields";
|
|
3
|
+
declare module "../../easy-email-pro-theme" {
|
|
4
|
+
interface CustomThemeTypes {
|
|
5
|
+
AttributeFieldsMap: BasicAttributeFieldsMap & {
|
|
6
|
+
PaddingField: typeof PaddingField;
|
|
7
|
+
CornerRadiusField: typeof CornerRadiusField;
|
|
8
|
+
IconSizeField: typeof IconSizeField;
|
|
9
|
+
IconSpacingField: typeof IconSpacingField;
|
|
10
|
+
DividerStyleField: typeof DividerStyleField;
|
|
11
|
+
WidthSliderField: typeof WidthSliderField;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useBlocksDrawer";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Path } from "slate";
|
|
2
|
+
import { ElementCategoryType } from "easy-email-pro-core";
|
|
3
|
+
export declare const useBlocksDrawer: () => {
|
|
4
|
+
openBlocksDrawer: (insertPath: Path, parentCategory: ElementCategoryType) => void;
|
|
5
|
+
closeBlocksDrawer: () => void;
|
|
6
|
+
visible: boolean;
|
|
7
|
+
insertPath: Path | undefined;
|
|
8
|
+
parentCategory: ElementCategoryType | undefined;
|
|
9
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EmailEditorProps } from "easy-email-pro-editor";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { ThemeConfigProps } from "../../easy-email-pro-theme";
|
|
4
|
+
import "./custom-types";
|
|
5
|
+
export declare const Modern: {
|
|
6
|
+
useCreateConfig: ({ interactiveStyle, hoveringToolbar, ...rest }: Omit<ThemeConfigProps, "editor" | "widgetElement">) => Omit<EmailEditorProps, "children"> & Omit<EmailEditorProps, "children">;
|
|
7
|
+
Layout: React.FC<{
|
|
8
|
+
children?: React.ReactNode;
|
|
9
|
+
header?: React.ReactNode;
|
|
10
|
+
footer?: React.ReactNode;
|
|
11
|
+
tabLeft?: React.ReactNode;
|
|
12
|
+
tabRight?: React.ReactNode;
|
|
13
|
+
}>;
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getIsLargeScreen: () => boolean;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Element } from "easy-email-pro-core";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import "./index.scss";
|
|
4
|
+
export declare function BlockItem({ type, payload, title, icon, universalElementEditing, standaloneElementEditing, initialStandaloneElement, }: {
|
|
5
|
+
type: Element["type"];
|
|
6
|
+
payload?: Partial<Element>;
|
|
7
|
+
title?: string | null;
|
|
8
|
+
icon?: React.ReactNode;
|
|
9
|
+
universalElementEditing: boolean;
|
|
10
|
+
standaloneElementEditing: boolean;
|
|
11
|
+
initialStandaloneElement: Element | null;
|
|
12
|
+
}): React.JSX.Element | null;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Element } from "easy-email-pro-core";
|
|
3
|
+
export declare function ElementList({ blocks, collapsedItems, onToggleCollapse, }: {
|
|
4
|
+
blocks: Element[];
|
|
5
|
+
collapsedItems: Set<string>;
|
|
6
|
+
onToggleCollapse: (id: string, block: Element) => void;
|
|
7
|
+
}): React.JSX.Element;
|