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.
Files changed (323) hide show
  1. package/lib/typings/components/AttributeFields/CornerRadiusField.d.ts +6 -0
  2. package/lib/typings/components/AttributeFields/DividerStyleField.d.ts +15 -0
  3. package/lib/typings/components/AttributeFields/IconSizeField.d.ts +6 -0
  4. package/lib/typings/components/AttributeFields/IconSpacingField.d.ts +6 -0
  5. package/lib/typings/components/AttributeFields/PaddingField.d.ts +9 -0
  6. package/lib/typings/components/AttributeFields/WidthSliderField.d.ts +6 -0
  7. package/lib/typings/components/AttributeFields/index.d.ts +6 -0
  8. package/lib/typings/components/AutoDeselectElement.d.ts +2 -0
  9. package/lib/typings/components/BlockLayer/index.d.ts +2 -0
  10. package/lib/typings/components/ConfigurationPanels/Button/index.d.ts +9 -0
  11. package/lib/typings/components/ConfigurationPanels/Divider/index.d.ts +5 -0
  12. package/lib/typings/components/ConfigurationPanels/Image/index.d.ts +5 -0
  13. package/lib/typings/components/ConfigurationPanels/Navbar/index.d.ts +5 -0
  14. package/lib/typings/components/ConfigurationPanels/Page/index.d.ts +5 -0
  15. package/lib/typings/components/ConfigurationPanels/Section/index.d.ts +5 -0
  16. package/lib/typings/components/ConfigurationPanels/Social/index.d.ts +5 -0
  17. package/lib/typings/components/ConfigurationPanels/Spacer/index.d.ts +5 -0
  18. package/lib/typings/components/ConfigurationPanels/Text/index.d.ts +17 -0
  19. package/lib/typings/components/ConfigurationPanels/index.d.ts +9 -0
  20. package/lib/typings/components/ElementInteract/AddIcon/index.d.ts +2 -0
  21. package/lib/typings/components/ElementInteract/DragIcon/index.d.ts +4 -0
  22. package/lib/typings/components/ElementInteract/ElementDragover/Line/index.d.ts +2 -0
  23. package/lib/typings/components/ElementInteract/ElementDragover/Placeholder/index.d.ts +2 -0
  24. package/lib/typings/components/ElementInteract/ElementDragover/index.d.ts +2 -0
  25. package/lib/typings/components/ElementInteract/ElementHover/index.d.ts +2 -0
  26. package/lib/typings/components/ElementInteract/ElementPlaceholder/index.d.ts +2 -0
  27. package/lib/typings/components/ElementInteract/ElementSelected/index.d.ts +2 -0
  28. package/lib/typings/components/ElementInteract/ElementTools/index.d.ts +8 -0
  29. package/lib/typings/components/ElementInteract/index.d.ts +4 -0
  30. package/lib/typings/components/ElementList/index.d.ts +9 -0
  31. package/lib/typings/components/FullScreenLoading/index.d.ts +7 -0
  32. package/lib/typings/components/SettingsPannel/index.d.ts +2 -0
  33. package/lib/typings/components/SideBar/index.d.ts +5 -0
  34. package/lib/typings/components/StylesPannel/index.d.ts +4 -0
  35. package/lib/typings/custom-types.d.ts +15 -0
  36. package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/CornerRadiusField.d.ts +6 -0
  37. package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/DividerStyleField.d.ts +15 -0
  38. package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/IconSizeField.d.ts +6 -0
  39. package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/IconSpacingField.d.ts +6 -0
  40. package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/PaddingField.d.ts +9 -0
  41. package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/WidthSliderField.d.ts +6 -0
  42. package/lib/typings/easy-email-pro-modern/src/components/AttributeFields/index.d.ts +6 -0
  43. package/lib/typings/easy-email-pro-modern/src/components/AutoDeselectElement.d.ts +2 -0
  44. package/lib/typings/easy-email-pro-modern/src/components/BlockLayer/index.d.ts +2 -0
  45. package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Button/index.d.ts +9 -0
  46. package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Divider/index.d.ts +5 -0
  47. package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Image/index.d.ts +5 -0
  48. package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Navbar/index.d.ts +5 -0
  49. package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Page/index.d.ts +5 -0
  50. package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Section/index.d.ts +5 -0
  51. package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Social/index.d.ts +5 -0
  52. package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Spacer/index.d.ts +5 -0
  53. package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/Text/index.d.ts +17 -0
  54. package/lib/typings/easy-email-pro-modern/src/components/ConfigurationPanels/index.d.ts +9 -0
  55. package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/AddIcon/index.d.ts +2 -0
  56. package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/DragIcon/index.d.ts +4 -0
  57. package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementDragover/Line/index.d.ts +2 -0
  58. package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementDragover/Placeholder/index.d.ts +2 -0
  59. package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementDragover/index.d.ts +2 -0
  60. package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementHover/index.d.ts +2 -0
  61. package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementPlaceholder/index.d.ts +2 -0
  62. package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementSelected/index.d.ts +2 -0
  63. package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/ElementTools/index.d.ts +8 -0
  64. package/lib/typings/easy-email-pro-modern/src/components/ElementInteract/index.d.ts +4 -0
  65. package/lib/typings/easy-email-pro-modern/src/components/ElementList/index.d.ts +9 -0
  66. package/lib/typings/easy-email-pro-modern/src/components/FullScreenLoading/index.d.ts +7 -0
  67. package/lib/typings/easy-email-pro-modern/src/components/SettingsPannel/index.d.ts +2 -0
  68. package/lib/typings/easy-email-pro-modern/src/components/SideBar/index.d.ts +5 -0
  69. package/lib/typings/easy-email-pro-modern/src/components/StylesPannel/index.d.ts +4 -0
  70. package/lib/typings/easy-email-pro-modern/src/custom-types.d.ts +15 -0
  71. package/lib/typings/easy-email-pro-modern/src/hooks/index.d.ts +1 -0
  72. package/lib/typings/easy-email-pro-modern/src/hooks/useBlocksDrawer.d.ts +9 -0
  73. package/lib/typings/easy-email-pro-modern/src/index.d.ts +14 -0
  74. package/lib/typings/easy-email-pro-modern/src/utils/getIsLargeScreen.d.ts +1 -0
  75. package/lib/typings/easy-email-pro-modern/src/withTheme.d.ts +2 -0
  76. package/lib/typings/easy-email-pro-theme/src/components/BlockPaths/index.d.ts +6 -0
  77. package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockItem/index.d.ts +12 -0
  78. package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockLayer/components/ElementList/index.d.ts +7 -0
  79. package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockLayer/index.d.ts +2 -0
  80. package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockList/BlockList.d.ts +5 -0
  81. package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockList/UniversalList.d.ts +2 -0
  82. package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockList/UniversalListItem.d.ts +6 -0
  83. package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlockList/index.d.ts +3 -0
  84. package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/BlocksPanel/index.d.ts +2 -0
  85. package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/LayoutItem/SectionLayout.d.ts +6 -0
  86. package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/LayoutItem/WrapperLayout.d.ts +6 -0
  87. package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/LayoutItem/index.d.ts +3 -0
  88. package/lib/typings/easy-email-pro-theme/src/components/BlockSideBar/index.d.ts +5 -0
  89. package/lib/typings/easy-email-pro-theme/src/components/BlocksDrawer/index.d.ts +2 -0
  90. package/lib/typings/easy-email-pro-theme/src/components/BlocksModal/index.d.ts +2 -0
  91. package/lib/typings/easy-email-pro-theme/src/components/ColumnLayout/LayoutItemList.d.ts +6 -0
  92. package/lib/typings/easy-email-pro-theme/src/components/ColumnLayout/index.d.ts +5 -0
  93. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationDrawer/index.d.ts +5 -0
  94. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Blockquote/index.d.ts +5 -0
  95. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Button/index.d.ts +9 -0
  96. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Code/index.d.ts +5 -0
  97. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Column/index.d.ts +5 -0
  98. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Divider/index.d.ts +5 -0
  99. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Group/index.d.ts +5 -0
  100. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Hero/index.d.ts +5 -0
  101. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Image/index.d.ts +5 -0
  102. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Navbar/index.d.ts +5 -0
  103. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Page/index.d.ts +5 -0
  104. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Section/index.d.ts +5 -0
  105. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Social/index.d.ts +5 -0
  106. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Spacer/index.d.ts +5 -0
  107. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Table/index.d.ts +5 -0
  108. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Table2/index.d.ts +5 -0
  109. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Text/TextHTMLEditor.d.ts +2 -0
  110. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Text/index.d.ts +5 -0
  111. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Widget/index.d.ts +5 -0
  112. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/Wrapper/index.d.ts +5 -0
  113. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Elements/index.d.ts +5 -0
  114. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Schemas/PageFooter.d.ts +2 -0
  115. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Schemas/PageHeader.d.ts +2 -0
  116. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/Schemas/index.d.ts +7 -0
  117. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/BackgroundColor.d.ts +5 -0
  118. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/BackgroundGradient.d.ts +9 -0
  119. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/BackgroundImage.d.ts +12 -0
  120. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/BackgroundPosition.d.ts +1 -0
  121. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Border.d.ts +11 -0
  122. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/BorderRadius.d.ts +5 -0
  123. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/ButtonCategory.d.ts +10 -0
  124. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/ButtonContent.d.ts +5 -0
  125. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/ButtonIcon.d.ts +7 -0
  126. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Buttons.d.ts +18 -0
  127. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Columns.d.ts +8 -0
  128. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Direction.d.ts +9 -0
  129. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/DisplayOptions/Condition.d.ts +9 -0
  130. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/DisplayOptions/Iteration.d.ts +9 -0
  131. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/DisplayOptions/index.d.ts +5 -0
  132. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/DividerLine.d.ts +10 -0
  133. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/FontFamily.d.ts +5 -0
  134. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/FontSize.d.ts +5 -0
  135. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/FontWeight.d.ts +5 -0
  136. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/GlobalLink.d.ts +2 -0
  137. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Heading.d.ts +7 -0
  138. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Height.d.ts +5 -0
  139. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/ImageUrl.d.ts +6 -0
  140. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/ImageWidth.d.ts +7 -0
  141. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/LetterSpacing.d.ts +5 -0
  142. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/LineHeight.d.ts +7 -0
  143. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Link.d.ts +5 -0
  144. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/MergeTagSelectInputField.d.ts +8 -0
  145. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Padding.d.ts +10 -0
  146. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/PixelAndPercentField.d.ts +11 -0
  147. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Preheader.d.ts +3 -0
  148. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/RTLDirection.d.ts +9 -0
  149. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/StackOnMobile.d.ts +7 -0
  150. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/TableLayout.d.ts +5 -0
  151. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/TextAlign.d.ts +5 -0
  152. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/TextAndHeadingList.d.ts +6 -0
  153. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/TextAndHeadingStyle.d.ts +8 -0
  154. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Typography.d.ts +20 -0
  155. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/VerticalAlign.d.ts +5 -0
  156. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/WebFonts.d.ts +2 -0
  157. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/Width.d.ts +5 -0
  158. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributeField/index.d.ts +103 -0
  159. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributePanel.d.ts +2 -0
  160. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/AttributesPanelWrapper/index.d.ts +8 -0
  161. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/CollapseWrapper/CollapseWrapper.d.ts +8 -0
  162. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/CollapseWrapper/index.d.ts +3 -0
  163. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/ResponsiveTabs/ResponsiveField.d.ts +5 -0
  164. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/ResponsiveTabs/index.d.ts +11 -0
  165. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/SchemaPanelRenderer.d.ts +9 -0
  166. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/SourceCodePanel/index.d.ts +2 -0
  167. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/UniversalElementPanel/index.d.ts +2 -0
  168. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/index.d.ts +6 -0
  169. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/FieldConfigItem/AddItems.d.ts +6 -0
  170. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/FieldConfigItem/index.d.ts +11 -0
  171. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/WidgetTypeOptions.d.ts +4 -0
  172. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/constants.d.ts +12 -0
  173. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/components/WidgetConfigPanel/widgetFields/index.d.ts +12 -0
  174. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationPanel/index.d.ts +8 -0
  175. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationSideBar/index.d.ts +5 -0
  176. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/ColorPicker.d.ts +7 -0
  177. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/FontFamily.d.ts +6 -0
  178. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/FontSize.d.ts +6 -0
  179. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/Image.d.ts +2 -0
  180. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/Link.d.ts +6 -0
  181. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/ConfigurationToolbarAttributeField/index.d.ts +21 -0
  182. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Button/index.d.ts +5 -0
  183. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Divider/index.d.ts +9 -0
  184. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Image/index.d.ts +5 -0
  185. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Navbar/index.d.ts +5 -0
  186. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Page/index.d.ts +5 -0
  187. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Section/index.d.ts +5 -0
  188. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Social/index.d.ts +5 -0
  189. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Spacer/index.d.ts +5 -0
  190. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/Text/index.d.ts +5 -0
  191. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/Elements/index.d.ts +5 -0
  192. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/components/PopopCard/index.d.ts +8 -0
  193. package/lib/typings/easy-email-pro-theme/src/components/ConfigurationToolbar/index.d.ts +2 -0
  194. package/lib/typings/easy-email-pro-theme/src/components/Controller/index.d.ts +3 -0
  195. package/lib/typings/easy-email-pro-theme/src/components/DragItem/index.d.ts +7 -0
  196. package/lib/typings/easy-email-pro-theme/src/components/DraggingPlaceholderWrapper/index.d.ts +9 -0
  197. package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/components/PreviewEmail/components/DesktopEmailPreview/index.d.ts +5 -0
  198. package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/components/PreviewEmail/components/MobilePreview/index.d.ts +5 -0
  199. package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/components/PreviewEmail/index.d.ts +12 -0
  200. package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/components/PreviewEmailDrawer/index.d.ts +4 -0
  201. package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/components/TabHeader/index.d.ts +6 -0
  202. package/lib/typings/easy-email-pro-theme/src/components/EditorTabs/index.d.ts +8 -0
  203. package/lib/typings/easy-email-pro-theme/src/components/ElementIcon/index.d.ts +5 -0
  204. package/lib/typings/easy-email-pro-theme/src/components/ElementStyleGallery/index.d.ts +11 -0
  205. package/lib/typings/easy-email-pro-theme/src/components/Form/ButtonField.d.ts +13 -0
  206. package/lib/typings/easy-email-pro-theme/src/components/Form/ButtonGroupField.d.ts +15 -0
  207. package/lib/typings/easy-email-pro-theme/src/components/Form/ColorPicker/ColorPickerContent.d.ts +7 -0
  208. package/lib/typings/easy-email-pro-theme/src/components/Form/ColorPicker/index.d.ts +15 -0
  209. package/lib/typings/easy-email-pro-theme/src/components/Form/EditPanelListField.d.ts +17 -0
  210. package/lib/typings/easy-email-pro-theme/src/components/Form/EditPanelTabsField.d.ts +13 -0
  211. package/lib/typings/easy-email-pro-theme/src/components/Form/GradientGenerator/index.d.ts +13 -0
  212. package/lib/typings/easy-email-pro-theme/src/components/Form/ImageUploaderField/index.d.ts +27 -0
  213. package/lib/typings/easy-email-pro-theme/src/components/Form/PixelField.d.ts +3 -0
  214. package/lib/typings/easy-email-pro-theme/src/components/Form/RichTextField/index.d.ts +5 -0
  215. package/lib/typings/easy-email-pro-theme/src/components/Form/Select.d.ts +11 -0
  216. package/lib/typings/easy-email-pro-theme/src/components/Form/SliderField.d.ts +8 -0
  217. package/lib/typings/easy-email-pro-theme/src/components/Form/SwitchField/index.d.ts +5 -0
  218. package/lib/typings/easy-email-pro-theme/src/components/Form/SyncChildrenField.d.ts +11 -0
  219. package/lib/typings/easy-email-pro-theme/src/components/Form/WatchField.d.ts +11 -0
  220. package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/JsonAdapter.d.ts +4 -0
  221. package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/arrayString.adapter.d.ts +4 -0
  222. package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/color.adapter.d.ts +4 -0
  223. package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/direction.adapter.d.ts +4 -0
  224. package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/fontStyle.adapter.d.ts +4 -0
  225. package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/fontWeight.adapter.d.ts +4 -0
  226. package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/index.d.ts +10 -0
  227. package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/italic.adapter.d.ts +4 -0
  228. package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/pixel.adapter.d.ts +4 -0
  229. package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/pixelNumber.adapter.d.ts +4 -0
  230. package/lib/typings/easy-email-pro-theme/src/components/Form/adapter/slider.adapter.d.ts +4 -0
  231. package/lib/typings/easy-email-pro-theme/src/components/Form/enhancer.d.ts +12 -0
  232. package/lib/typings/easy-email-pro-theme/src/components/Form/index.d.ts +28 -0
  233. package/lib/typings/easy-email-pro-theme/src/components/FullHeightOverlayScrollbars/index.d.ts +9 -0
  234. package/lib/typings/easy-email-pro-theme/src/components/Hotkeys/index.d.ts +2 -0
  235. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/RichTextBar.d.ts +11 -0
  236. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/AIAssistant/AIPromptModal.d.ts +16 -0
  237. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/AIAssistant/index.d.ts +4 -0
  238. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/BgColor.d.ts +2 -0
  239. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/FontColor.d.ts +2 -0
  240. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/FontFamily.d.ts +2 -0
  241. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/FontSize.d.ts +2 -0
  242. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/FormatButton.d.ts +9 -0
  243. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/Image.d.ts +2 -0
  244. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/List.d.ts +2 -0
  245. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/MergeTag.d.ts +8 -0
  246. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/PreventFocusWrapper.d.ts +4 -0
  247. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/TextAlign.d.ts +2 -0
  248. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/TextLink.d.ts +2 -0
  249. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/componens/TurnInto.d.ts +2 -0
  250. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/index.d.ts +3 -0
  251. package/lib/typings/easy-email-pro-theme/src/components/HoveringToolbar/utils/getLinkNode.d.ts +3 -0
  252. package/lib/typings/easy-email-pro-theme/src/components/IconFont/index.d.ts +10 -0
  253. package/lib/typings/easy-email-pro-theme/src/components/MergeTagComponent/index.d.ts +9 -0
  254. package/lib/typings/easy-email-pro-theme/src/components/MergetagPopover/index.d.ts +2 -0
  255. package/lib/typings/easy-email-pro-theme/src/components/Providers/ControllerProvider.d.ts +4 -0
  256. package/lib/typings/easy-email-pro-theme/src/components/Providers/DraggingProvider.d.ts +21 -0
  257. package/lib/typings/easy-email-pro-theme/src/components/Providers/EditorContext.d.ts +6 -0
  258. package/lib/typings/easy-email-pro-theme/src/components/Providers/EditorThemeStateProvider.d.ts +14 -0
  259. package/lib/typings/easy-email-pro-theme/src/components/Providers/FormProvider.d.ts +4 -0
  260. package/lib/typings/easy-email-pro-theme/src/components/Providers/UniversalElementProvider.d.ts +10 -0
  261. package/lib/typings/easy-email-pro-theme/src/components/Providers/index.d.ts +6 -0
  262. package/lib/typings/easy-email-pro-theme/src/components/StandaloneElementEditorDrawer/index.d.ts +5 -0
  263. package/lib/typings/easy-email-pro-theme/src/components/StandaloneElementSaveButtonPortal/index.d.ts +3 -0
  264. package/lib/typings/easy-email-pro-theme/src/components/UniversalElementEditorDrawer/index.d.ts +5 -0
  265. package/lib/typings/easy-email-pro-theme/src/components/UnsplashImages/index.d.ts +206 -0
  266. package/lib/typings/easy-email-pro-theme/src/components/UnsplashImagesDrawer/index.d.ts +9 -0
  267. package/lib/typings/easy-email-pro-theme/src/components/index.d.ts +159 -0
  268. package/lib/typings/easy-email-pro-theme/src/hooks/index.d.ts +10 -0
  269. package/lib/typings/easy-email-pro-theme/src/hooks/useBlocksDrawer.d.ts +9 -0
  270. package/lib/typings/easy-email-pro-theme/src/hooks/useColorContext.d.ts +1 -0
  271. package/lib/typings/easy-email-pro-theme/src/hooks/useDragging.d.ts +9 -0
  272. package/lib/typings/easy-email-pro-theme/src/hooks/useEditorContext.d.ts +1 -0
  273. package/lib/typings/easy-email-pro-theme/src/hooks/useEditorThemeState.d.ts +1 -0
  274. package/lib/typings/easy-email-pro-theme/src/hooks/useElementDefault.d.ts +9 -0
  275. package/lib/typings/easy-email-pro-theme/src/hooks/useElementInteract.d.ts +27 -0
  276. package/lib/typings/easy-email-pro-theme/src/hooks/useFontFamily.d.ts +9 -0
  277. package/lib/typings/easy-email-pro-theme/src/hooks/useMinimalistContext.d.ts +1 -0
  278. package/lib/typings/easy-email-pro-theme/src/hooks/useUniversalContent.d.ts +1 -0
  279. package/lib/typings/easy-email-pro-theme/src/index.d.ts +7 -0
  280. package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/AutoDeselectElement.d.ts +2 -0
  281. package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/BlockMenusOverlay/index.d.ts +6 -0
  282. package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/BlockResizer/index.d.ts +19 -0
  283. package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ColumnLayoutOverlay/index.d.ts +7 -0
  284. package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/ElementDragover/index.d.ts +2 -0
  285. package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/ElementHover/index.d.ts +2 -0
  286. package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/ElementPlaceholder/index.d.ts +2 -0
  287. package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/ElementSelected/index.d.ts +2 -0
  288. package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/ElementTools/index.d.ts +8 -0
  289. package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/components/ElementInteract/index.d.ts +4 -0
  290. package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/index.d.ts +9 -0
  291. package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/useOverlayMenuCapture.d.ts +8 -0
  292. package/lib/typings/easy-email-pro-theme/src/themes/Minimalist/withTheme.d.ts +4 -0
  293. package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/AutoDeselectElement.d.ts +2 -0
  294. package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementDragover/Line/index.d.ts +2 -0
  295. package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementDragover/Placeholder/index.d.ts +2 -0
  296. package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementDragover/index.d.ts +2 -0
  297. package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementHover/index.d.ts +2 -0
  298. package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementPlaceholder/index.d.ts +2 -0
  299. package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementSelected/index.d.ts +2 -0
  300. package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/ElementTools/index.d.ts +8 -0
  301. package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/TableTools/ContextMenu.d.ts +7 -0
  302. package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/TableTools/index.d.ts +2 -0
  303. package/lib/typings/easy-email-pro-theme/src/themes/Retro/components/ElementInteract/index.d.ts +4 -0
  304. package/lib/typings/easy-email-pro-theme/src/themes/Retro/index.d.ts +13 -0
  305. package/lib/typings/easy-email-pro-theme/src/themes/Retro/withTheme.d.ts +2 -0
  306. package/lib/typings/easy-email-pro-theme/src/themes/index.d.ts +2 -0
  307. package/lib/typings/easy-email-pro-theme/src/typings/custom-types.d.ts +201 -0
  308. package/lib/typings/easy-email-pro-theme/src/typings/index.d.ts +2 -0
  309. package/lib/typings/easy-email-pro-theme/src/typings/schema.d.ts +46 -0
  310. package/lib/typings/easy-email-pro-theme/src/utils/assignIdsToElementTree.d.ts +2 -0
  311. package/lib/typings/easy-email-pro-theme/src/utils/getFallbackValue.d.ts +7 -0
  312. package/lib/typings/easy-email-pro-theme/src/utils/getMergeTagsByType.d.ts +2 -0
  313. package/lib/typings/easy-email-pro-theme/src/utils/index.d.ts +5 -0
  314. package/lib/typings/easy-email-pro-theme/src/utils/mjmlToJson/basicElementToStandardElement.d.ts +2 -0
  315. package/lib/typings/easy-email-pro-theme/src/utils/mjmlToJson/formatPadding.d.ts +1 -0
  316. package/lib/typings/easy-email-pro-theme/src/utils/mjmlToJson/index.d.ts +2 -0
  317. package/lib/typings/easy-email-pro-theme/src/utils/previewLoadImage.d.ts +1 -0
  318. package/lib/typings/hooks/index.d.ts +1 -0
  319. package/lib/typings/hooks/useBlocksDrawer.d.ts +9 -0
  320. package/lib/typings/index.d.ts +14 -0
  321. package/lib/typings/utils/getIsLargeScreen.d.ts +1 -0
  322. package/lib/typings/withTheme.d.ts +2 -0
  323. package/package.json +52 -0
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare const BlockLayer: () => React.JSX.Element | null;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import "./index.scss";
3
+ export declare const BlockList: ({ tab }: {
4
+ tab: "Default" | "Universal";
5
+ }) => React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare const UniversalList: () => React.JSX.Element | null;
@@ -0,0 +1,6 @@
1
+ import { Element } from "easy-email-pro-core";
2
+ import React from "react";
3
+ export declare const UniversalListItem: ({ element, thumbnail, }: {
4
+ element: Element;
5
+ thumbnail: string;
6
+ }) => React.JSX.Element;
@@ -0,0 +1,3 @@
1
+ export { UniversalList } from "./UniversalList";
2
+ export { UniversalListItem } from "./UniversalListItem";
3
+ export { BlockList } from "./BlockList";
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare const BlocksPanel: () => React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { CategoryLayoutSectionItemPayload } from "@easy-email-pro-theme/typings";
2
+ import React from "react";
3
+ export declare const SectionLayout: ({ columns, title, }: {
4
+ columns: CategoryLayoutSectionItemPayload[];
5
+ title: string;
6
+ }) => React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import { CategoryLayoutWrapperItemPayload } from "@easy-email-pro-theme/typings";
2
+ import React from "react";
3
+ export declare const WrapperLayout: ({ variants, title, }: {
4
+ variants: CategoryLayoutWrapperItemPayload;
5
+ title: string;
6
+ }) => React.JSX.Element;
@@ -0,0 +1,3 @@
1
+ import "./index.scss";
2
+ export * from "./SectionLayout";
3
+ export * from "./WrapperLayout";
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ export interface BlockSideBarProps {
3
+ height: string;
4
+ }
5
+ export declare const BlockSideBar: ({ height }: BlockSideBarProps) => React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare const BlocksDrawer: () => React.JSX.Element | null;
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare const BlocksModal: () => React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ export declare const LayoutItemList: ({ columns, onSelect, selectedIndex, }: {
3
+ columns: string[][];
4
+ selectedIndex: number;
5
+ onSelect(index: number): void;
6
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import "./index.scss";
3
+ export declare const ColumnLayout: ({ onSelectColumn, }: {
4
+ onSelectColumn: (columns: string[]) => void;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ export declare const ConfigurationDrawer: ({ height, onClose: propsOnClose, }: {
3
+ height: string;
4
+ onClose: () => void;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Blockquote: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -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,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Code: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Column: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Divider: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Group: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Hero: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Image: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Navbar: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Page: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Section: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Social: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Spacer: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Table: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Table2: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare const TextHTMLEditor: () => React.JSX.Element | null;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Text: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Widget: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare const Wrapper: ({ nodePath }: {
4
+ nodePath: Path;
5
+ }) => React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { Path } from "slate";
3
+ export declare const ConfigPanelsMap: Record<string, React.FC<{
4
+ nodePath: Path;
5
+ }>>;
@@ -0,0 +1,2 @@
1
+ import { BlockSchema } from "@easy-email-pro-theme/typings";
2
+ export declare const PageFooterSchema: BlockSchema;
@@ -0,0 +1,2 @@
1
+ import { BlockSchema } from "@easy-email-pro-theme/typings";
2
+ export declare const PageHeaderSchema: BlockSchema;
@@ -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,5 @@
1
+ import React, { ComponentProps } from "react";
2
+ import { AttributeField } from ".";
3
+ export declare function BackgroundColor(props: Omit<ComponentProps<typeof AttributeField.ColorPickerField>, "label"> & {
4
+ label?: React.ReactNode;
5
+ }): React.JSX.Element;
@@ -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,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,5 @@
1
+ import React, { ComponentProps } from "react";
2
+ import { AttributeField } from ".";
3
+ export declare function BorderRadius(props: Omit<ComponentProps<typeof AttributeField.PixelField>, "label"> & {
4
+ label?: React.ReactNode;
5
+ }): 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,5 @@
1
+ import React, { ComponentProps } from "react";
2
+ import { AttributeField } from ".";
3
+ export declare function ButtonContent(props: Omit<ComponentProps<typeof AttributeField.TextField>, "label"> & {
4
+ label?: React.ReactNode;
5
+ }): React.JSX.Element;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ import { Path } from "slate";
3
+ export declare function ButtonIcon(props: {
4
+ label?: React.ReactNode;
5
+ path: Path;
6
+ name: string;
7
+ }): 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,5 @@
1
+ import React from "react";
2
+ import "./index.scss";
3
+ export declare const DisplayOptions: ({ enabledResponsive, }: {
4
+ enabledResponsive: boolean;
5
+ }) => React.JSX.Element | null;
@@ -0,0 +1,10 @@
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 DividerLine(props: {
8
+ path: Path;
9
+ name: string;
10
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React, { ComponentProps } from "react";
2
+ import { AttributeField } from ".";
3
+ export declare function FontFamily(props: Omit<ComponentProps<typeof AttributeField.SelectField>, "label" | "options"> & {
4
+ label?: React.ReactNode;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React, { ComponentProps } from "react";
2
+ import { AttributeField } from ".";
3
+ export declare function FontSize(props: Omit<ComponentProps<typeof AttributeField.PixelField>, "label" | "options"> & {
4
+ label?: React.ReactNode;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React, { ComponentProps } from "react";
2
+ import { AttributeField } from ".";
3
+ export declare function FontWeight(props: Omit<ComponentProps<typeof AttributeField.SelectField>, "label" | "options"> & {
4
+ label?: React.ReactNode;
5
+ }): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from "react";
2
+ export declare function GlobalLink(): 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,5 @@
1
+ import React, { ComponentProps } from "react";
2
+ import { AttributeField } from ".";
3
+ export declare function Height(props: Omit<ComponentProps<typeof AttributeField.NumberField>, "label"> & {
4
+ label?: React.ReactNode;
5
+ }): 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,5 @@
1
+ import React, { ComponentProps } from "react";
2
+ import { AttributeField } from ".";
3
+ export declare function LetterSpacing(props: Omit<ComponentProps<typeof AttributeField.NumberField>, "label"> & {
4
+ label?: React.ReactNode;
5
+ }): 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,5 @@
1
+ import React, { ComponentProps } from "react";
2
+ import { AttributeField } from ".";
3
+ export declare function Link(props: Omit<ComponentProps<typeof AttributeField.TextField>, "label"> & {
4
+ label?: React.ReactNode;
5
+ }): 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,3 @@
1
+ import React, { ComponentProps } from "react";
2
+ import { AttributeField } from ".";
3
+ export declare function Preheader(props: Omit<ComponentProps<typeof AttributeField.TextAreaField>, "label" | "name">): 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,5 @@
1
+ import React, { ComponentProps } from "react";
2
+ import { AttributeField } from ".";
3
+ export declare function TableLayout(props: Omit<ComponentProps<typeof AttributeField.ButtonGroupField>, "label" | "options"> & {
4
+ label?: React.ReactNode;
5
+ }): React.JSX.Element;
@@ -0,0 +1,5 @@
1
+ import React, { ComponentProps } from "react";
2
+ import { AttributeField } from ".";
3
+ export declare function TextAlign(props: Omit<ComponentProps<typeof AttributeField.ButtonGroupField>, "label" | "options"> & {
4
+ label?: React.ReactNode;
5
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ export declare const borderStyleOptions: {
3
+ value: string;
4
+ readonly label: string;
5
+ }[];
6
+ export declare function TextAndHeadingList(): 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;