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,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,7 @@
|
|
|
1
|
+
import { BlockSchema } from "@easy-email-pro-theme/typings";
|
|
2
|
+
/**
|
|
3
|
+
* BlockSchemasMap stores schema definitions for each block
|
|
4
|
+
* If a block has a schema definition, it will be used to render the configuration panel
|
|
5
|
+
* If no schema exists, it will fallback to ConfigPanelsMap
|
|
6
|
+
*/
|
|
7
|
+
export declare const BlockSchemasMap: Record<string, BlockSchema>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { EnhancerProps } from "@easy-email-pro-theme/components/Form/enhancer";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Path } from "slate";
|
|
4
|
+
export declare function BackgroundGradient(props: Omit<EnhancerProps, "label"> & {
|
|
5
|
+
label?: React.ReactNode;
|
|
6
|
+
path: Path;
|
|
7
|
+
targetName: string;
|
|
8
|
+
hideBackgroundSize?: boolean;
|
|
9
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EnhancerProps } from "@easy-email-pro-theme/components/Form/enhancer";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Path } from "slate";
|
|
4
|
+
export declare const gradientAdapter: {
|
|
5
|
+
formatter(active: boolean): "gradient" | "image";
|
|
6
|
+
normalize(type: "gradient" | "image"): boolean;
|
|
7
|
+
};
|
|
8
|
+
export declare function BackgroundImage(props: Omit<EnhancerProps, "label"> & {
|
|
9
|
+
label?: React.ReactNode;
|
|
10
|
+
path: Path;
|
|
11
|
+
hideBackgroundSize?: boolean;
|
|
12
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BackgroundPosition: any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Path } from "slate";
|
|
3
|
+
export declare const borderStyleOptions: {
|
|
4
|
+
value: string;
|
|
5
|
+
readonly label: string;
|
|
6
|
+
}[];
|
|
7
|
+
export declare function Border(props: {
|
|
8
|
+
label?: React.ReactNode;
|
|
9
|
+
path: Path;
|
|
10
|
+
name: string;
|
|
11
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Element } from "easy-email-pro-core";
|
|
2
|
+
import React from "react";
|
|
3
|
+
export declare const borderStyleOptions: {
|
|
4
|
+
value: string;
|
|
5
|
+
readonly label: string;
|
|
6
|
+
}[];
|
|
7
|
+
export declare function ButtonCategory(props: {
|
|
8
|
+
label?: string;
|
|
9
|
+
type: Element["type"];
|
|
10
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Element } from "easy-email-pro-core";
|
|
2
|
+
import { ActiveTabKeys } from "easy-email-pro-editor";
|
|
3
|
+
import React from "react";
|
|
4
|
+
import { Path } from "slate";
|
|
5
|
+
import { useElementDefault } from "@easy-email-pro-theme/hooks";
|
|
6
|
+
export declare const borderStyleOptions: {
|
|
7
|
+
value: string;
|
|
8
|
+
readonly label: string;
|
|
9
|
+
}[];
|
|
10
|
+
export declare function Buttons(props: {
|
|
11
|
+
label?: string;
|
|
12
|
+
type: Element["type"];
|
|
13
|
+
mode: ActiveTabKeys;
|
|
14
|
+
defaultElement?: ReturnType<typeof useElementDefault>;
|
|
15
|
+
name: string;
|
|
16
|
+
path: Path;
|
|
17
|
+
hidePadding?: boolean;
|
|
18
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { EnhancerProps } from "@easy-email-pro-theme/components/Form/enhancer";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Path } from "slate";
|
|
4
|
+
import { ActiveTabKeys } from "easy-email-pro-editor";
|
|
5
|
+
export declare function Columns(props: Omit<EnhancerProps, "label"> & {
|
|
6
|
+
path: Path;
|
|
7
|
+
mode: ActiveTabKeys;
|
|
8
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React, { ComponentProps } from "react";
|
|
2
|
+
import { AttributeField } from ".";
|
|
3
|
+
export declare const DirectionOptions: {
|
|
4
|
+
value: string;
|
|
5
|
+
readonly label: string;
|
|
6
|
+
}[];
|
|
7
|
+
export declare function Direction(props: Omit<ComponentProps<typeof AttributeField.ButtonGroupField>, "label" | "options"> & {
|
|
8
|
+
label?: React.ReactNode;
|
|
9
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Element } from "easy-email-pro-core";
|
|
3
|
+
import { Path } from "slate";
|
|
4
|
+
import { CustomSlateEditor } from "easy-email-pro-editor";
|
|
5
|
+
export declare function Condition(props: {
|
|
6
|
+
selectedBlock: Element;
|
|
7
|
+
nodePath: Path;
|
|
8
|
+
editor: CustomSlateEditor;
|
|
9
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Element } from "easy-email-pro-core";
|
|
2
|
+
import { CustomSlateEditor } from "easy-email-pro-editor";
|
|
3
|
+
import React from "react";
|
|
4
|
+
import { Path } from "slate";
|
|
5
|
+
export declare function Iteration({ selectedBlock, nodePath, editor, }: {
|
|
6
|
+
selectedBlock: Element;
|
|
7
|
+
nodePath: Path;
|
|
8
|
+
editor: CustomSlateEditor;
|
|
9
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React, { ComponentProps } from "react";
|
|
2
|
+
import { Path } from "slate";
|
|
3
|
+
import { AttributeField } from ".";
|
|
4
|
+
export declare function Heading(props: Omit<ComponentProps<typeof AttributeField.SwitchField>, "label" | "name"> & {
|
|
5
|
+
label?: React.ReactNode;
|
|
6
|
+
path: Path;
|
|
7
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React, { ComponentProps } from "react";
|
|
2
|
+
import { AttributeField } from ".";
|
|
3
|
+
export declare function ImageUrl(props: Omit<ComponentProps<typeof AttributeField.ImageUploaderField>, "label"> & {
|
|
4
|
+
label?: React.ReactNode;
|
|
5
|
+
hideInput?: boolean;
|
|
6
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React, { ComponentProps } from "react";
|
|
2
|
+
import { AttributeField } from ".";
|
|
3
|
+
import { Path } from "slate";
|
|
4
|
+
export declare function ImageWidth(props: Omit<ComponentProps<typeof AttributeField.ButtonGroupField>, "label" | "options"> & {
|
|
5
|
+
label?: React.ReactNode;
|
|
6
|
+
path: Path;
|
|
7
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React, { ComponentProps } from "react";
|
|
2
|
+
import { Path } from "slate";
|
|
3
|
+
import { AttributeField } from ".";
|
|
4
|
+
export declare function LineHeight(props: Omit<ComponentProps<typeof AttributeField.NumberField>, "label"> & {
|
|
5
|
+
label?: React.ReactNode;
|
|
6
|
+
path: Path;
|
|
7
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { ComponentProps } from "react";
|
|
2
|
+
import { MergetagItem } from "easy-email-pro-editor";
|
|
3
|
+
import { TextField } from "@easy-email-pro-theme/components/Form";
|
|
4
|
+
export declare const MergeTagSelectInputField: (props: Omit<ComponentProps<typeof TextField>, "label"> & {
|
|
5
|
+
label?: React.ReactNode;
|
|
6
|
+
mergetagType: MergetagItem["type"];
|
|
7
|
+
keepName?: boolean;
|
|
8
|
+
}) => React.JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Element } from "easy-email-pro-core";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Path } from "slate";
|
|
4
|
+
export declare function Padding(props: {
|
|
5
|
+
name: string;
|
|
6
|
+
label?: React.ReactNode;
|
|
7
|
+
path: Path;
|
|
8
|
+
type?: Element["type"];
|
|
9
|
+
fieldName?: string;
|
|
10
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React, { ComponentProps } from "react";
|
|
2
|
+
import { Path } from "slate";
|
|
3
|
+
import { AttributeField } from ".";
|
|
4
|
+
export declare function PixelAndPercentField(props: Omit<ComponentProps<typeof AttributeField.NumberField>, "label"> & {
|
|
5
|
+
label: React.ReactNode;
|
|
6
|
+
path: Path | null;
|
|
7
|
+
defaultPixelValue?: string;
|
|
8
|
+
defaultPercentValue?: string;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
pxFirst?: boolean;
|
|
11
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React, { ComponentProps } from "react";
|
|
2
|
+
import { AttributeField } from ".";
|
|
3
|
+
export declare const DirectionOptions: {
|
|
4
|
+
value: string;
|
|
5
|
+
readonly label: string;
|
|
6
|
+
}[];
|
|
7
|
+
export declare function RTLDirection(props: Omit<ComponentProps<typeof AttributeField.SwitchField>, "label" | "options"> & {
|
|
8
|
+
label?: React.ReactNode;
|
|
9
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React, { ComponentProps } from "react";
|
|
2
|
+
import { Path } from "slate";
|
|
3
|
+
import { AttributeField } from ".";
|
|
4
|
+
export declare function StackOnMobile(props: Omit<ComponentProps<typeof AttributeField.SwitchField>, "label" | "name"> & {
|
|
5
|
+
label?: React.ReactNode;
|
|
6
|
+
path: Path;
|
|
7
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React, { ComponentProps } from "react";
|
|
2
|
+
import { Path } from "slate";
|
|
3
|
+
import { AttributeField } from ".";
|
|
4
|
+
export declare function TextAndHeadingStyle(props: Omit<ComponentProps<typeof AttributeField.SelectField>, "label" | "options" | "name"> & {
|
|
5
|
+
label?: React.ReactNode;
|
|
6
|
+
path: Path;
|
|
7
|
+
name: string;
|
|
8
|
+
}): React.JSX.Element;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Element, TextElement } from "easy-email-pro-core";
|
|
2
|
+
import { ActiveTabKeys } from "easy-email-pro-editor";
|
|
3
|
+
import React from "react";
|
|
4
|
+
import { Path } from "slate";
|
|
5
|
+
import { useElementDefault } from "@easy-email-pro-theme/hooks";
|
|
6
|
+
export declare const borderStyleOptions: {
|
|
7
|
+
value: string;
|
|
8
|
+
readonly label: string;
|
|
9
|
+
}[];
|
|
10
|
+
export declare function Typography(props: {
|
|
11
|
+
label?: string;
|
|
12
|
+
type: Element["type"];
|
|
13
|
+
name: string;
|
|
14
|
+
path: Path;
|
|
15
|
+
defaultElement?: ReturnType<typeof useElementDefault<TextElement>>;
|
|
16
|
+
mode: ActiveTabKeys;
|
|
17
|
+
hideFontWeight?: boolean;
|
|
18
|
+
hideLetterSpacing?: boolean;
|
|
19
|
+
hideStyle?: boolean;
|
|
20
|
+
}): React.JSX.Element;
|