email-builder-online 3.4.38 → 3.4.39

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 (291) hide show
  1. package/dist/editor-sample/src/App/ComponentTree/ComponentTreePanel.d.ts +2 -0
  2. package/dist/editor-sample/src/App/ComponentTree/ComponentTreePanel.d.ts.map +1 -0
  3. package/dist/editor-sample/src/App/ComponentTree/ToggleComponentTreeButton.d.ts +2 -0
  4. package/dist/editor-sample/src/App/ComponentTree/ToggleComponentTreeButton.d.ts.map +1 -0
  5. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/index.d.ts +5 -0
  6. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/index.d.ts.map +1 -0
  7. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/AvatarSidebarPanel.d.ts +8 -0
  8. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/AvatarSidebarPanel.d.ts.map +1 -0
  9. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonSidebarPanel.d.ts +8 -0
  10. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonSidebarPanel.d.ts.map +1 -0
  11. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.d.ts +8 -0
  12. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.d.ts.map +1 -0
  13. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ContainerSidebarPanel.d.ts +8 -0
  14. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ContainerSidebarPanel.d.ts.map +1 -0
  15. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/DividerSidebarPanel.d.ts +8 -0
  16. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/DividerSidebarPanel.d.ts.map +1 -0
  17. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/EmailLayoutSidebarPanel.d.ts +8 -0
  18. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/EmailLayoutSidebarPanel.d.ts.map +1 -0
  19. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HeadingSidebarPanel.d.ts +8 -0
  20. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HeadingSidebarPanel.d.ts.map +1 -0
  21. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HtmlSidebarPanel.d.ts +8 -0
  22. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HtmlSidebarPanel.d.ts.map +1 -0
  23. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ImageSidebarPanel.d.ts +8 -0
  24. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ImageSidebarPanel.d.ts.map +1 -0
  25. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/NotionTextSidebarPanel.d.ts +8 -0
  26. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/NotionTextSidebarPanel.d.ts.map +1 -0
  27. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SocialSidebarPanel.d.ts +8 -0
  28. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SocialSidebarPanel.d.ts.map +1 -0
  29. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SpacerSidebarPanel.d.ts +8 -0
  30. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SpacerSidebarPanel.d.ts.map +1 -0
  31. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/BaseSidebarPanel.d.ts +8 -0
  32. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/BaseSidebarPanel.d.ts.map +1 -0
  33. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/StickyWrapper.d.ts +12 -0
  34. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/StickyWrapper.d.ts.map +1 -0
  35. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.d.ts +31 -0
  36. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.d.ts.map +1 -0
  37. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BackgroundImageInput.d.ts +11 -0
  38. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BackgroundImageInput.d.ts.map +1 -0
  39. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BooleanInput.d.ts +8 -0
  40. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BooleanInput.d.ts.map +1 -0
  41. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BorderInput.d.ts +14 -0
  42. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BorderInput.d.ts.map +1 -0
  43. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/BaseColorInput.d.ts +16 -0
  44. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/BaseColorInput.d.ts.map +1 -0
  45. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/LinksInput.d.ts +13 -0
  46. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/LinksInput.d.ts.map +1 -0
  47. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Picker.d.ts +10 -0
  48. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Picker.d.ts.map +1 -0
  49. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Swatch.d.ts +10 -0
  50. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Swatch.d.ts.map +1 -0
  51. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/index.d.ts +16 -0
  52. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/index.d.ts.map +1 -0
  53. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColumnWidthsInput.d.ts +15 -0
  54. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColumnWidthsInput.d.ts.map +1 -0
  55. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ContentAligment.d.ts +7 -0
  56. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ContentAligment.d.ts.map +1 -0
  57. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontFamily.d.ts +8 -0
  58. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontFamily.d.ts.map +1 -0
  59. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontSizeInput.d.ts +11 -0
  60. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontSizeInput.d.ts.map +1 -0
  61. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontWeightInput.d.ts +8 -0
  62. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontWeightInput.d.ts.map +1 -0
  63. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/HeightInput.d.ts +9 -0
  64. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/HeightInput.d.ts.map +1 -0
  65. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ImageInput.d.ts +9 -0
  66. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ImageInput.d.ts.map +1 -0
  67. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeButton.d.ts +21 -0
  68. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeButton.d.ts.map +1 -0
  69. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeSelector.d.ts +7 -0
  70. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeSelector.d.ts.map +1 -0
  71. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputWidth.d.ts +12 -0
  72. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputWidth.d.ts.map +1 -0
  73. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LabelProperty.d.ts +6 -0
  74. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LabelProperty.d.ts.map +1 -0
  75. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LayoutSelectorInput.d.ts +9 -0
  76. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LayoutSelectorInput.d.ts.map +1 -0
  77. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LineHeightInput.d.ts +8 -0
  78. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LineHeightInput.d.ts.map +1 -0
  79. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.d.ts +14 -0
  80. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.d.ts.map +1 -0
  81. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/RadioGroupInput.d.ts +9 -0
  82. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/RadioGroupInput.d.ts.map +1 -0
  83. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SelectScreen.d.ts +3 -0
  84. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SelectScreen.d.ts.map +1 -0
  85. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/Shape.d.ts +12 -0
  86. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/Shape.d.ts.map +1 -0
  87. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SliderInput.d.ts +14 -0
  88. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SliderInput.d.ts.map +1 -0
  89. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SocialMediaInput.d.ts +8 -0
  90. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SocialMediaInput.d.ts.map +1 -0
  91. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextAlignInput.d.ts +8 -0
  92. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextAlignInput.d.ts.map +1 -0
  93. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextDimensionInput.d.ts +10 -0
  94. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextDimensionInput.d.ts.map +1 -0
  95. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextInput.d.ts +13 -0
  96. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextInput.d.ts.map +1 -0
  97. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WidthInput.d.ts +10 -0
  98. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WidthInput.d.ts.map +1 -0
  99. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ai-image-generation.d.ts +8 -0
  100. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ai-image-generation.d.ts.map +1 -0
  101. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/CloseButton.d.ts +8 -0
  102. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/CloseButton.d.ts.map +1 -0
  103. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ErrorDialog.d.ts +9 -0
  104. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ErrorDialog.d.ts.map +1 -0
  105. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ImagePreview.d.ts +7 -0
  106. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ImagePreview.d.ts.map +1 -0
  107. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/PromptInput.d.ts +8 -0
  108. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/PromptInput.d.ts.map +1 -0
  109. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/Select.d.ts +4 -0
  110. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/Select.d.ts.map +1 -0
  111. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/SkeletonImage.d.ts +2 -0
  112. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/SkeletonImage.d.ts.map +1 -0
  113. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/inputStyles.d.ts +6 -0
  114. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/inputStyles.d.ts.map +1 -0
  115. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/hooks.d.ts +5 -0
  116. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/hooks.d.ts.map +1 -0
  117. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/raw/RawSliderInput.d.ts +13 -0
  118. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/raw/RawSliderInput.d.ts.map +1 -0
  119. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/types/errors.d.ts +13 -0
  120. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/types/errors.d.ts.map +1 -0
  121. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/utils/errorHandling.d.ts +3 -0
  122. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/utils/errorHandling.d.ts.map +1 -0
  123. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/MultiStylePropertyPanel.d.ts +12 -0
  124. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/MultiStylePropertyPanel.d.ts.map +1 -0
  125. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/SingleStylePropertyPanel.d.ts +11 -0
  126. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/SingleStylePropertyPanel.d.ts.map +1 -0
  127. package/dist/editor-sample/src/App/InspectorDrawer/StylesPanel.d.ts +2 -0
  128. package/dist/editor-sample/src/App/InspectorDrawer/StylesPanel.d.ts.map +1 -0
  129. package/dist/editor-sample/src/App/InspectorDrawer/ToggleInspectorPanelButton.d.ts +2 -0
  130. package/dist/editor-sample/src/App/InspectorDrawer/ToggleInspectorPanelButton.d.ts.map +1 -0
  131. package/dist/editor-sample/src/App/InspectorDrawer/index.d.ts +5 -0
  132. package/dist/editor-sample/src/App/InspectorDrawer/index.d.ts.map +1 -0
  133. package/dist/editor-sample/src/App/SamplesDrawer/SidebarButton.d.ts +5 -0
  134. package/dist/editor-sample/src/App/SamplesDrawer/SidebarButton.d.ts.map +1 -0
  135. package/dist/editor-sample/src/App/SamplesDrawer/ToggleSamplesPanelButton.d.ts +2 -0
  136. package/dist/editor-sample/src/App/SamplesDrawer/ToggleSamplesPanelButton.d.ts.map +1 -0
  137. package/dist/editor-sample/src/App/SamplesDrawer/index.d.ts +3 -0
  138. package/dist/editor-sample/src/App/SamplesDrawer/index.d.ts.map +1 -0
  139. package/dist/editor-sample/src/App/TemplatePanel/CustomReader/CustomReader.d.ts +10 -0
  140. package/dist/editor-sample/src/App/TemplatePanel/CustomReader/CustomReader.d.ts.map +1 -0
  141. package/dist/editor-sample/src/App/TemplatePanel/DownloadJson/index.d.ts +2 -0
  142. package/dist/editor-sample/src/App/TemplatePanel/DownloadJson/index.d.ts.map +1 -0
  143. package/dist/editor-sample/src/App/TemplatePanel/HtmlPanel.d.ts +2 -0
  144. package/dist/editor-sample/src/App/TemplatePanel/HtmlPanel.d.ts.map +1 -0
  145. package/dist/editor-sample/src/App/TemplatePanel/ImportJson/ImportJsonDialog.d.ts +6 -0
  146. package/dist/editor-sample/src/App/TemplatePanel/ImportJson/ImportJsonDialog.d.ts.map +1 -0
  147. package/dist/editor-sample/src/App/TemplatePanel/ImportJson/index.d.ts +2 -0
  148. package/dist/editor-sample/src/App/TemplatePanel/ImportJson/index.d.ts.map +1 -0
  149. package/dist/editor-sample/src/App/TemplatePanel/ImportJson/validateJsonStringValue.d.ts +11 -0
  150. package/dist/editor-sample/src/App/TemplatePanel/ImportJson/validateJsonStringValue.d.ts.map +1 -0
  151. package/dist/editor-sample/src/App/TemplatePanel/JsonPanel.d.ts +2 -0
  152. package/dist/editor-sample/src/App/TemplatePanel/JsonPanel.d.ts.map +1 -0
  153. package/dist/editor-sample/src/App/TemplatePanel/MainTabsGroup.d.ts +9 -0
  154. package/dist/editor-sample/src/App/TemplatePanel/MainTabsGroup.d.ts.map +1 -0
  155. package/dist/editor-sample/src/App/TemplatePanel/ShareButton.d.ts +2 -0
  156. package/dist/editor-sample/src/App/TemplatePanel/ShareButton.d.ts.map +1 -0
  157. package/dist/editor-sample/src/App/TemplatePanel/helper/HighlightedCodePanel.d.ts +7 -0
  158. package/dist/editor-sample/src/App/TemplatePanel/helper/HighlightedCodePanel.d.ts.map +1 -0
  159. package/dist/editor-sample/src/App/TemplatePanel/helper/cleanDocument.d.ts +9 -0
  160. package/dist/editor-sample/src/App/TemplatePanel/helper/cleanDocument.d.ts.map +1 -0
  161. package/dist/editor-sample/src/App/TemplatePanel/helper/extraFunctions.d.ts +33 -0
  162. package/dist/editor-sample/src/App/TemplatePanel/helper/extraFunctions.d.ts.map +1 -0
  163. package/dist/editor-sample/src/App/TemplatePanel/helper/formatting.d.ts +2 -0
  164. package/dist/editor-sample/src/App/TemplatePanel/helper/formatting.d.ts.map +1 -0
  165. package/dist/editor-sample/src/App/TemplatePanel/helper/globalsStyles.d.ts +2 -0
  166. package/dist/editor-sample/src/App/TemplatePanel/helper/globalsStyles.d.ts.map +1 -0
  167. package/dist/editor-sample/src/App/TemplatePanel/helper/highlighters.d.ts +3 -0
  168. package/dist/editor-sample/src/App/TemplatePanel/helper/highlighters.d.ts.map +1 -0
  169. package/dist/editor-sample/src/App/TemplatePanel/helper/qlcss.d.ts +2 -0
  170. package/dist/editor-sample/src/App/TemplatePanel/helper/qlcss.d.ts.map +1 -0
  171. package/dist/editor-sample/src/App/TemplatePanel/index.d.ts +12 -0
  172. package/dist/editor-sample/src/App/TemplatePanel/index.d.ts.map +1 -0
  173. package/dist/editor-sample/src/App/TemplatePanel/renderToStaticMarkup.d.ts +7 -0
  174. package/dist/editor-sample/src/App/TemplatePanel/renderToStaticMarkup.d.ts.map +1 -0
  175. package/dist/editor-sample/src/App/index.d.ts +16 -0
  176. package/dist/editor-sample/src/App/index.d.ts.map +1 -0
  177. package/dist/editor-sample/src/components/SampleImageGallery.d.ts +2 -0
  178. package/dist/editor-sample/src/components/SampleImageGallery.d.ts.map +1 -0
  179. package/dist/editor-sample/src/constants.d.ts +6 -0
  180. package/dist/editor-sample/src/constants.d.ts.map +1 -0
  181. package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerEditor.d.ts +3 -0
  182. package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerEditor.d.ts.map +1 -0
  183. package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts +362 -0
  184. package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts.map +1 -0
  185. package/dist/editor-sample/src/documents/blocks/Container/ContainerEditor.d.ts +3 -0
  186. package/dist/editor-sample/src/documents/blocks/Container/ContainerEditor.d.ts.map +1 -0
  187. package/dist/editor-sample/src/documents/blocks/Container/ContainerPropsSchema.d.ts +401 -0
  188. package/dist/editor-sample/src/documents/blocks/Container/ContainerPropsSchema.d.ts.map +1 -0
  189. package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutEditor.d.ts +3 -0
  190. package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutEditor.d.ts.map +1 -0
  191. package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutPropsSchema.d.ts +50 -0
  192. package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutPropsSchema.d.ts.map +1 -0
  193. package/dist/editor-sample/src/documents/blocks/customHooks/useParentImageWidth.d.ts +4 -0
  194. package/dist/editor-sample/src/documents/blocks/customHooks/useParentImageWidth.d.ts.map +1 -0
  195. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlockButton.d.ts +9 -0
  196. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlockButton.d.ts.map +1 -0
  197. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlocksMenu.d.ts +9 -0
  198. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlocksMenu.d.ts.map +1 -0
  199. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/DividerButton.d.ts +7 -0
  200. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/DividerButton.d.ts.map +1 -0
  201. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/PlaceholderButton.d.ts +6 -0
  202. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/PlaceholderButton.d.ts.map +1 -0
  203. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/buttons.d.ts +9 -0
  204. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/buttons.d.ts.map +1 -0
  205. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/index.d.ts +8 -0
  206. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/index.d.ts.map +1 -0
  207. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/EditorChildrenNoDragable.d.ts +14 -0
  208. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/EditorChildrenNoDragable.d.ts.map +1 -0
  209. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/index.d.ts +15 -0
  210. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/index.d.ts.map +1 -0
  211. package/dist/editor-sample/src/documents/blocks/helpers/TStyle.d.ts +32 -0
  212. package/dist/editor-sample/src/documents/blocks/helpers/TStyle.d.ts.map +1 -0
  213. package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/EditorBlockWrapper.d.ts +10 -0
  214. package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/EditorBlockWrapper.d.ts.map +1 -0
  215. package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/ReaderBlockWrapper.d.ts +8 -0
  216. package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/ReaderBlockWrapper.d.ts.map +1 -0
  217. package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/TuneMenu.d.ts +8 -0
  218. package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/TuneMenu.d.ts.map +1 -0
  219. package/dist/editor-sample/src/documents/blocks/helpers/changeWidth.d.ts +4 -0
  220. package/dist/editor-sample/src/documents/blocks/helpers/changeWidth.d.ts.map +1 -0
  221. package/dist/editor-sample/src/documents/blocks/helpers/constants.d.ts +3 -0
  222. package/dist/editor-sample/src/documents/blocks/helpers/constants.d.ts.map +1 -0
  223. package/dist/editor-sample/src/documents/blocks/helpers/fontFamily.d.ts +14 -0
  224. package/dist/editor-sample/src/documents/blocks/helpers/fontFamily.d.ts.map +1 -0
  225. package/dist/editor-sample/src/documents/blocks/helpers/zod.d.ts +22 -0
  226. package/dist/editor-sample/src/documents/blocks/helpers/zod.d.ts.map +1 -0
  227. package/dist/editor-sample/src/documents/editor/ClientOnly.d.ts +5 -0
  228. package/dist/editor-sample/src/documents/editor/ClientOnly.d.ts.map +1 -0
  229. package/dist/editor-sample/src/documents/editor/EJEMPLO_USO_GRANULAR.d.ts +89 -0
  230. package/dist/editor-sample/src/documents/editor/EJEMPLO_USO_GRANULAR.d.ts.map +1 -0
  231. package/dist/editor-sample/src/documents/editor/EditorBlock.d.ts +14 -0
  232. package/dist/editor-sample/src/documents/editor/EditorBlock.d.ts.map +1 -0
  233. package/dist/editor-sample/src/documents/editor/UndoRedoStore.d.ts +64 -0
  234. package/dist/editor-sample/src/documents/editor/UndoRedoStore.d.ts.map +1 -0
  235. package/dist/editor-sample/src/documents/editor/blockHooks.d.ts +77 -0
  236. package/dist/editor-sample/src/documents/editor/blockHooks.d.ts.map +1 -0
  237. package/dist/editor-sample/src/documents/editor/blockSelectors.d.ts +60 -0
  238. package/dist/editor-sample/src/documents/editor/blockSelectors.d.ts.map +1 -0
  239. package/dist/editor-sample/src/documents/editor/blockUpdaters.d.ts +47 -0
  240. package/dist/editor-sample/src/documents/editor/blockUpdaters.d.ts.map +1 -0
  241. package/dist/editor-sample/src/documents/editor/granular.d.ts +125 -0
  242. package/dist/editor-sample/src/documents/editor/granular.d.ts.map +1 -0
  243. package/dist/editor-sample/src/documents/editor/migrateDocument.d.ts +8 -0
  244. package/dist/editor-sample/src/documents/editor/migrateDocument.d.ts.map +1 -0
  245. package/dist/editor-sample/src/getConfiguration/index.d.ts +2 -0
  246. package/dist/editor-sample/src/getConfiguration/index.d.ts.map +1 -0
  247. package/dist/editor-sample/src/getConfiguration/sample/empty-email-message.d.ts +5 -0
  248. package/dist/editor-sample/src/getConfiguration/sample/empty-email-message.d.ts.map +1 -0
  249. package/dist/editor-sample/src/getConfiguration/sample/one-time-passcode.d.ts +4 -0
  250. package/dist/editor-sample/src/getConfiguration/sample/one-time-passcode.d.ts.map +1 -0
  251. package/dist/editor-sample/src/getConfiguration/sample/order-ecommerce.d.ts +4 -0
  252. package/dist/editor-sample/src/getConfiguration/sample/order-ecommerce.d.ts.map +1 -0
  253. package/dist/editor-sample/src/getConfiguration/sample/post-metrics-report.d.ts +4 -0
  254. package/dist/editor-sample/src/getConfiguration/sample/post-metrics-report.d.ts.map +1 -0
  255. package/dist/editor-sample/src/getConfiguration/sample/reservation-reminder.d.ts +4 -0
  256. package/dist/editor-sample/src/getConfiguration/sample/reservation-reminder.d.ts.map +1 -0
  257. package/dist/editor-sample/src/getConfiguration/sample/reset-password.d.ts +4 -0
  258. package/dist/editor-sample/src/getConfiguration/sample/reset-password.d.ts.map +1 -0
  259. package/dist/editor-sample/src/getConfiguration/sample/respond-to-message.d.ts +4 -0
  260. package/dist/editor-sample/src/getConfiguration/sample/respond-to-message.d.ts.map +1 -0
  261. package/dist/editor-sample/src/getConfiguration/sample/subscription-receipt.d.ts +4 -0
  262. package/dist/editor-sample/src/getConfiguration/sample/subscription-receipt.d.ts.map +1 -0
  263. package/dist/editor-sample/src/getConfiguration/sample/test-load-json.d.ts +8 -0
  264. package/dist/editor-sample/src/getConfiguration/sample/test-load-json.d.ts.map +1 -0
  265. package/dist/editor-sample/src/getConfiguration/sample/welcome.d.ts +4 -0
  266. package/dist/editor-sample/src/getConfiguration/sample/welcome.d.ts.map +1 -0
  267. package/dist/editor-sample/src/i18n.d.ts +14 -0
  268. package/dist/editor-sample/src/i18n.d.ts.map +1 -0
  269. package/dist/editor-sample/src/index.d.ts +58 -0
  270. package/dist/editor-sample/src/index.d.ts.map +1 -0
  271. package/dist/editor-sample/src/locales/en-US/common.json.d.ts +44 -0
  272. package/dist/editor-sample/src/locales/en-US/inspector.json.d.ts +224 -0
  273. package/dist/editor-sample/src/locales/es-419/common.json.d.ts +44 -0
  274. package/dist/editor-sample/src/locales/es-419/inspector.json.d.ts +220 -0
  275. package/dist/editor-sample/src/locales/it-IT/common.json.d.ts +44 -0
  276. package/dist/editor-sample/src/locales/it-IT/inspector.json.d.ts +220 -0
  277. package/dist/editor-sample/src/theme.d.ts +8 -0
  278. package/dist/editor-sample/src/theme.d.ts.map +1 -0
  279. package/dist/editor-sample/src/utils/useDebounce.d.ts +8 -0
  280. package/dist/editor-sample/src/utils/useDebounce.d.ts.map +1 -0
  281. package/dist/index.cjs +439 -0
  282. package/dist/index.cjs.map +1 -0
  283. package/dist/index.d.ts +6 -0
  284. package/dist/index.mjs +111403 -0
  285. package/dist/index.mjs.map +1 -0
  286. package/dist/module-BG678m1F.cjs +717 -0
  287. package/dist/module-BG678m1F.cjs.map +1 -0
  288. package/dist/module-BQBGH1lE.js +2957 -0
  289. package/dist/module-BQBGH1lE.js.map +1 -0
  290. package/dist/style.css +1 -0
  291. package/package.json +1 -1
@@ -0,0 +1,5 @@
1
+ import { TEditorConfiguration } from '../../documents/editor/core';
2
+ declare const EMPTY_EMAIL_MESSAGE: TEditorConfiguration;
3
+ declare const EMPTY_EMAIL_PROD: TEditorConfiguration;
4
+ export { EMPTY_EMAIL_MESSAGE, EMPTY_EMAIL_PROD };
5
+ //# sourceMappingURL=empty-email-message.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"empty-email-message.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/empty-email-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,mBAAmB,EAAE,oBAwC1B,CAAA;AAGD,QAAA,MAAM,gBAAgB,EAAE,oBA0BvB,CAAC;AAIF,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { TEditorConfiguration } from '../../documents/editor/core';
2
+ declare const ONE_TIME_PASSCODE: TEditorConfiguration;
3
+ export default ONE_TIME_PASSCODE;
4
+ //# sourceMappingURL=one-time-passcode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"one-time-passcode.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/one-time-passcode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,iBAAiB,EAAE,oBA6HxB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { TEditorConfiguration } from '../../documents/editor/core';
2
+ declare const ORDER_ECOMMERCE: TEditorConfiguration;
3
+ export default ORDER_ECOMMERCE;
4
+ //# sourceMappingURL=order-ecommerce.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"order-ecommerce.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/order-ecommerce.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,eAAe,EAAE,oBAg6CtB,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { TEditorConfiguration } from '../../documents/editor/core';
2
+ declare const POST_METRICS_REPORT: TEditorConfiguration;
3
+ export default POST_METRICS_REPORT;
4
+ //# sourceMappingURL=post-metrics-report.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"post-metrics-report.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/post-metrics-report.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,mBAAmB,EAAE,oBAqY1B,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { TEditorConfiguration } from '../../documents/editor/core';
2
+ declare const RESERVATION_REMINDER: TEditorConfiguration;
3
+ export default RESERVATION_REMINDER;
4
+ //# sourceMappingURL=reservation-reminder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reservation-reminder.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/reservation-reminder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,oBAAoB,EAAE,oBAgpE3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { TEditorConfiguration } from '../../documents/editor/core';
2
+ declare const RESET_PASSWORD: TEditorConfiguration;
3
+ export default RESET_PASSWORD;
4
+ //# sourceMappingURL=reset-password.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reset-password.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/reset-password.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,cAAc,EAAE,oBAuJrB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { TEditorConfiguration } from '../../documents/editor/core';
2
+ declare const RESPOND_TO_MESSAGE: TEditorConfiguration;
3
+ export default RESPOND_TO_MESSAGE;
4
+ //# sourceMappingURL=respond-to-message.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"respond-to-message.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/respond-to-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,kBAAkB,EAAE,oBA0KzB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { TEditorConfiguration } from '../../documents/editor/core';
2
+ declare const SUBSCRIPTION_RECEIPT: TEditorConfiguration;
3
+ export default SUBSCRIPTION_RECEIPT;
4
+ //# sourceMappingURL=subscription-receipt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subscription-receipt.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/subscription-receipt.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,oBAAoB,EAAE,oBAg0C3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { TEditorConfiguration } from '../../documents/editor/core';
2
+ /**
3
+ * Simple test document for testing the JSON load functionality
4
+ * This can be copied and pasted into the "Load JSON" dialog
5
+ */
6
+ export declare const TEST_LOAD_JSON: TEditorConfiguration;
7
+ export declare const TEST_LOAD_JSON_STRING: string;
8
+ //# sourceMappingURL=test-load-json.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"test-load-json.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/test-load-json.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,oBAkH5B,CAAC;AAGF,eAAO,MAAM,qBAAqB,QAA0C,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { TEditorConfiguration } from '../../documents/editor/core';
2
+ declare const WELCOME: TEditorConfiguration;
3
+ export default WELCOME;
4
+ //# sourceMappingURL=welcome.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"welcome.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/welcome.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,OAAO,EAAE,oBAqKd,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { default as i18n } from 'i18next';
2
+ export declare const SUPPORTED_LOCALES: readonly ["en-US", "es-419", "it-IT"];
3
+ export type SupportedLocale = typeof SUPPORTED_LOCALES[number];
4
+ /**
5
+ * Normalize a locale string to a supported full locale code.
6
+ * Accepts short codes (en, es, it) or full codes (en-US, es-419, it-IT).
7
+ */
8
+ export declare function normalizeLocale(locale: string | undefined | null): SupportedLocale;
9
+ /**
10
+ * Change the current locale. Accepts short codes (en, es, it) or full codes.
11
+ */
12
+ export declare const setLocale: (locale: string) => Promise<void>;
13
+ export default i18n;
14
+ //# sourceMappingURL=i18n.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,IAAkB,MAAM,SAAS,CAAC;AAYzC,eAAO,MAAM,iBAAiB,uCAA0C,CAAC;AACzE,MAAM,MAAM,eAAe,GAAG,OAAO,iBAAiB,CAAC,MAAM,CAAC,CAAC;AAY/D;;;GAGG;AACH,wBAAgB,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GAAG,eAAe,CAGlF;AAyED;;GAEG;AACH,eAAO,MAAM,SAAS,GAAU,QAAQ,MAAM,kBAG7C,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,58 @@
1
+ import { default as React } from 'react';
2
+ import { TEditorConfiguration } from './documents/editor/core';
3
+ export interface AIFeatureRequest {
4
+ text: string;
5
+ content: string;
6
+ action: string;
7
+ blockId?: string;
8
+ }
9
+ export interface MergeTag {
10
+ label?: string;
11
+ value?: string;
12
+ icon?: React.ReactNode;
13
+ type?: 'divider';
14
+ }
15
+ export interface MergeTagGroup {
16
+ label: string;
17
+ icon?: React.ReactNode;
18
+ children: MergeTag[];
19
+ }
20
+ export interface EmailBuilderProps {
21
+ primaryColor?: string;
22
+ secondaryColor?: string;
23
+ galleryImages?: boolean;
24
+ darkMode?: boolean;
25
+ freeMode?: boolean;
26
+ height?: string;
27
+ stickyHeader?: boolean;
28
+ sticky?: boolean;
29
+ htmlTab?: boolean;
30
+ jsonTab?: boolean;
31
+ locale?: string;
32
+ dataLocale?: string;
33
+ imagePlaceholder?: string;
34
+ initialDocument?: TEditorConfiguration | string;
35
+ data?: TEditorConfiguration | string;
36
+ onSave?: (document: TEditorConfiguration) => void;
37
+ onAutoSave?: (document: TEditorConfiguration) => void;
38
+ customImageProvider?: React.ReactNode;
39
+ mergeTags?: MergeTag[] | MergeTagGroup;
40
+ enableAI?: boolean;
41
+ onAIRequest?: (request: AIFeatureRequest) => Promise<string>;
42
+ showVersion?: boolean;
43
+ componentTree?: boolean;
44
+ }
45
+ export interface EmailBuilderRef {
46
+ getDocument: () => TEditorConfiguration;
47
+ setDocument: (document: TEditorConfiguration) => void;
48
+ save: () => TEditorConfiguration;
49
+ getHtml: () => string;
50
+ setImageUrl: (blockId: string, url: string) => void;
51
+ }
52
+ declare const EmailBuilder: React.ForwardRefExoticComponent<EmailBuilderProps & React.RefAttributes<EmailBuilderRef>>;
53
+ export declare function registerEmailBuilder(tagName?: string): void;
54
+ export default EmailBuilder;
55
+ export { EmailBuilder };
56
+ export type { TEditorConfiguration } from './documents/editor/core';
57
+ export type { AIFeatureRequest, MergeTag, MergeTagGroup };
58
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,KAA+D,MAAM,OAAO,CAAC;AAgBpF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAQpE,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,QAAQ;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,EAAE,QAAQ,EAAE,CAAC;CACtB;AAED,MAAM,WAAW,iBAAiB;IAChC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,oBAAoB,GAAG,MAAM,CAAC;IAChD,IAAI,CAAC,EAAE,oBAAoB,GAAG,MAAM,CAAC;IACrC,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClD,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,oBAAoB,KAAK,IAAI,CAAC;IACtD,mBAAmB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACtC,SAAS,CAAC,EAAE,QAAQ,EAAE,GAAG,aAAa,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,gBAAgB,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;IAC7D,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,MAAM,oBAAoB,CAAC;IACxC,WAAW,EAAE,CAAC,QAAQ,EAAE,oBAAoB,KAAK,IAAI,CAAC;IACtD,IAAI,EAAE,MAAM,oBAAoB,CAAC;IACjC,OAAO,EAAE,MAAM,MAAM,CAAC;IACtB,WAAW,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACrD;AAED,QAAA,MAAM,YAAY,2FA8YjB,CAAC;AA8BF,wBAAgB,oBAAoB,CAAC,OAAO,GAAE,MAAwB,QAKrE;AAWD,eAAe,YAAY,CAAC;AAC5B,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,YAAY,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AACpE,YAAY,EAAE,gBAAgB,EAAE,QAAQ,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,44 @@
1
+ declare const _default: {
2
+ "language": "English (US)",
3
+ "generic": {
4
+ "confirm": "Confirm",
5
+ "cancel": "Cancel",
6
+ "save": "Save",
7
+ "delete": "Delete"
8
+ },
9
+ "editor": {
10
+ "notionTextPlaceholder": "Type \"/\" to open the menu",
11
+ "editing": "Editing"
12
+ },
13
+ "bubbleMenu": {
14
+ "bold": "Bold",
15
+ "italic": "Italic",
16
+ "underline": "Underline",
17
+ "strikethrough": "Strikethrough",
18
+ "lists": "Lists",
19
+ "bulletList": "Bullet List",
20
+ "numberedList": "Numbered List",
21
+ "textAlign": "Text Align",
22
+ "alignLeft": "Align Left",
23
+ "alignCenter": "Align Center",
24
+ "alignRight": "Align Right",
25
+ "alignJustify": "Align Justify",
26
+ "textColor": "Text Color",
27
+ "backgroundColor": "Background Color",
28
+ "link": "Link",
29
+ "insertMergeTag": "Insert Merge Tag",
30
+ "insertEmoji": "Insert Emoji",
31
+ "aiFeatures": "AI Features",
32
+ "clearFormatting": "Clear Formatting"
33
+ },
34
+ "linkEditor": {
35
+ "editLink": "Edit link",
36
+ "insertLink": "Insert link",
37
+ "urlLabel": "URL",
38
+ "urlPlaceholder": "https://example.com",
39
+ "invalidUrl": "Enter a valid URL"
40
+ }
41
+ }
42
+ ;
43
+
44
+ export default _default;
@@ -0,0 +1,224 @@
1
+ declare const _default: {
2
+ "header": {
3
+ "undo": "Undo (CTRL + Z)",
4
+ "redo": "Redo (CTRL + Y)",
5
+ "copy_html": "Copia HTML",
6
+ "copy_json": "Copia JSON",
7
+ "edit": "Modifica",
8
+ "preview": "Anteprima",
9
+ "htmlOutput": "HTML",
10
+ "jsonOutput": "JSON",
11
+ "desktop": "Desktop",
12
+ "mobile": "Mobile",
13
+ "content": "Content",
14
+ "styles": "Styles",
15
+ "componentTree": "Component tree",
16
+ "openComponentTree": "Open component tree",
17
+ "closeComponentTree": "Close component tree"
18
+ },
19
+ "actions":{
20
+ "copyFormat":"Copy format",
21
+ "pasteFormatting": "Paste formatting",
22
+ "noFormatSupported": "No format supported",
23
+ "duplicate":"Duplicate",
24
+ "delete": "Delete"
25
+ },
26
+ "border":{
27
+ "unlockBorders": "Unlock borders",
28
+ "lockBordersTogether": "Lock borders together"
29
+ },
30
+ "shape": {
31
+ "label": "Style",
32
+ "square": "Square",
33
+ "pill": "Pill",
34
+ "custom": "Custom",
35
+ "borderRadius": "Border Radius",
36
+ "lockTooltip": "Lock corners together",
37
+ "unlockTooltip": "Unlock corners"
38
+ },
39
+ "properties":{
40
+ "backgroundColor": "Background Color",
41
+ "border": "Border",
42
+ "padding": "Padding",
43
+ "fontWeight": "Font Weight",
44
+ "fontSize": "Font Size",
45
+ "fontFamily": "Font family",
46
+ "width": "Width",
47
+ "shape": "Shape",
48
+ "borderRadius": "Border radius",
49
+ "alignment": "Alignment",
50
+ "height": "Height",
51
+ "lineHeight": "Line Height",
52
+ "color": "Color"
53
+ },
54
+ "inputs": {
55
+ "width":{
56
+ "full": "Full",
57
+ "auto": "Auto"
58
+ },
59
+ "common": {
60
+ "size": "Size",
61
+ "width": "Width",
62
+ "height": "Height",
63
+ "uploadFile": "Upload a file",
64
+ "dragAndDrop": "or drag and drop",
65
+ "fileInfo": "PNG, JPG, GIF up to 5MB",
66
+ "add": "Add",
67
+ "close": "Close",
68
+ "invalidFiles": "Some files were invalid (wrong type or too large). Only valid files will be uploaded.",
69
+ "svgWarning": "SVG images may not display correctly in Outlook email clients. Consider using PNG or JPG format for better compatibility."
70
+ },
71
+ "columnWidths": {
72
+ "label": "Columns width",
73
+ "tooltip": "Images in these columns cannot exceed the column's width",
74
+ "left": "Left",
75
+ "right": "Right",
76
+ "center": "Center"
77
+ },
78
+ "alignment": {
79
+ "label": "Alignment"
80
+ },
81
+ "responsiveSize": {
82
+ "customPadding": "Custom Padding",
83
+ "lockTooltip": "Lock padding sides together",
84
+ "unlockTooltip": "Unlock padding sides",
85
+ "allSides": "All",
86
+ "options": {
87
+ "xSmall": "XS",
88
+ "small": "SM",
89
+ "medium": "MD",
90
+ "custom": "Custom"
91
+ }
92
+ },
93
+ "sizeSelector": {
94
+ "label": "Size",
95
+ "contain": "Contain",
96
+ "cover": "Cover",
97
+ "scale": "Scale"
98
+ },
99
+ "screenSelector": {
100
+ "desktop": "Desktop view",
101
+ "mobile": "Mobile view"
102
+ },
103
+ "links": {
104
+ "color": "Link color",
105
+ "underline": "Link underline",
106
+ "underlineOn": "Underline on",
107
+ "underlineOff": "Underline off"
108
+ },
109
+ "backgroundImage": {
110
+ "label": "Background image",
111
+ "fillType": "Background fill type",
112
+ "repeat": "Background repeat",
113
+ "position": "Background position",
114
+ "fillOptions": {
115
+ "cover": "Cover",
116
+ "contain": "Contain",
117
+ "auto": "Auto"
118
+ },
119
+ "repeatOptions": {
120
+ "none": "No repeat",
121
+ "repeat": "Repeat",
122
+ "repeatX": "Repeat X",
123
+ "repeatY": "Repeat Y"
124
+ },
125
+ "positions": {
126
+ "topLeft": "Top Left",
127
+ "topCenter": "Top Center",
128
+ "topRight": "Top Right",
129
+ "centerLeft": "Center Left",
130
+ "center": "Center",
131
+ "centerRight": "Center Right",
132
+ "bottomLeft": "Bottom Left",
133
+ "bottomCenter": "Bottom Center",
134
+ "bottomRight": "Bottom Right"
135
+ }
136
+ },
137
+ "image": {
138
+ "urlLabel": "Image URL",
139
+ "urlPlaceholder": "Enter image URL...",
140
+ "invalidUrl": "Invalid URL format",
141
+ "timeout": "Request timeout - URL took too long to respond",
142
+ "notImage": "URL does not point to an image"
143
+ },
144
+ "social": {
145
+ "icon": "Icon",
146
+ "url": "URL",
147
+ "theme": "Theme",
148
+ "size": "Size"
149
+ },
150
+ "layout": {
151
+ "label": "Layout"
152
+ },
153
+ "panels": {
154
+ "avatar": {
155
+ "title": "Avatar block",
156
+ "sizeLabel": "Size",
157
+ "altLabel": "Alt text"
158
+ },
159
+ "button": {
160
+ "title": "Button block",
161
+ "textLabel": "Text",
162
+ "targetLabel": "Target",
163
+ "targetPlaceholder": "https://your-site.com",
164
+ "textColor": "Text color",
165
+ "buttonColor": "Button color"
166
+ },
167
+ "columns": {
168
+ "title": "Columns block",
169
+ "countLabel": "Number of columns"
170
+ },
171
+ "container": {
172
+ "title": "Container block"
173
+ },
174
+ "divider": {
175
+ "title": "Divider block"
176
+ },
177
+ "emailLayout": {
178
+ "title": "Global styles",
179
+ "backgroundColor": "Background color",
180
+ "canvasColor": "Canvas color",
181
+ "fontFamily": "Font family",
182
+ "textColor": "Text color",
183
+ "linksLabel": "Links",
184
+ "version": "Version",
185
+ "showVersion": "Show version"
186
+ },
187
+ "heading": {
188
+ "title": "Heading block",
189
+ "contentLabel": "Content",
190
+ "levelLabel": "Level"
191
+ },
192
+ "html": {
193
+ "title": "HTML block",
194
+ "contentLabel": "Content"
195
+ },
196
+ "image": {
197
+ "title": "Image block",
198
+ "altLabel": "Alt text",
199
+ "altPlaceholder": "Two white watches",
200
+ "urlLabel": "URL",
201
+ "urlPlaceholder": "https://your-website.com"
202
+ },
203
+ "social": {
204
+ "title": "Social media icons",
205
+ "gap": "Gap"
206
+ },
207
+ "spacer": {
208
+ "title": "Spacer block"
209
+ },
210
+ "text": {
211
+ "title": "Text block",
212
+ "contentLabel": "Content",
213
+ "markdownLabel": "Markdown",
214
+ "doubleClickToEdit": "Double-click on the block in the canvas to edit the content"
215
+ },
216
+ "notionText": {
217
+ "title": "Notion Text"
218
+ }
219
+ }
220
+ }
221
+ }
222
+ ;
223
+
224
+ export default _default;
@@ -0,0 +1,44 @@
1
+ declare const _default: {
2
+ "language": "Español (Latinoamérica)",
3
+ "generic": {
4
+ "confirm": "Confirmar",
5
+ "cancel": "Cancelar",
6
+ "save": "Guardar",
7
+ "delete": "Eliminar"
8
+ },
9
+ "editor": {
10
+ "notionTextPlaceholder": "Escribe \"/\" para abrir el menú",
11
+ "editing": "Editando"
12
+ },
13
+ "bubbleMenu": {
14
+ "bold": "Negrita",
15
+ "italic": "Cursiva",
16
+ "underline": "Subrayado",
17
+ "strikethrough": "Tachado",
18
+ "lists": "Listas",
19
+ "bulletList": "Lista con viñetas",
20
+ "numberedList": "Lista numerada",
21
+ "textAlign": "Alineación de texto",
22
+ "alignLeft": "Alinear a la izquierda",
23
+ "alignCenter": "Alinear al centro",
24
+ "alignRight": "Alinear a la derecha",
25
+ "alignJustify": "Justificar",
26
+ "textColor": "Color de texto",
27
+ "backgroundColor": "Color de fondo",
28
+ "link": "Enlace",
29
+ "insertMergeTag": "Insertar etiqueta dinámica",
30
+ "insertEmoji": "Insertar emoji",
31
+ "aiFeatures": "Funciones de IA",
32
+ "clearFormatting": "Limpiar formato"
33
+ },
34
+ "linkEditor": {
35
+ "editLink": "Editar enlace",
36
+ "insertLink": "Insertar enlace",
37
+ "urlLabel": "URL",
38
+ "urlPlaceholder": "https://ejemplo.com",
39
+ "invalidUrl": "Ingresa una URL válida"
40
+ }
41
+ }
42
+ ;
43
+
44
+ export default _default;