email-builder-online 4.0.1 → 4.1.2

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 (304) hide show
  1. package/LICENSE +661 -21
  2. package/README.md +66 -63
  3. package/dist/index.cjs +330 -284
  4. package/dist/index.d.ts +4055 -6
  5. package/dist/index.mjs +57595 -48372
  6. package/dist/standalone.js +1401 -0
  7. package/dist/standalone.mjs +159973 -0
  8. package/dist/style.css +1 -1
  9. package/package.json +31 -14
  10. package/vite.config.standalone.ts +95 -0
  11. package/dist/editor-sample/src/App/ComponentTree/ComponentTreeColumnIcons.d.ts +0 -19
  12. package/dist/editor-sample/src/App/ComponentTree/ComponentTreeColumnIcons.d.ts.map +0 -1
  13. package/dist/editor-sample/src/App/ComponentTree/ComponentTreePanel.d.ts +0 -2
  14. package/dist/editor-sample/src/App/ComponentTree/ComponentTreePanel.d.ts.map +0 -1
  15. package/dist/editor-sample/src/App/ComponentTree/ToggleComponentTreeButton.d.ts +0 -2
  16. package/dist/editor-sample/src/App/ComponentTree/ToggleComponentTreeButton.d.ts.map +0 -1
  17. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/index.d.ts +0 -5
  18. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/index.d.ts.map +0 -1
  19. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonSidebarPanel.d.ts +0 -8
  20. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonSidebarPanel.d.ts.map +0 -1
  21. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.d.ts +0 -8
  22. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.d.ts.map +0 -1
  23. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ContainerSidebarPanel.d.ts +0 -8
  24. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ContainerSidebarPanel.d.ts.map +0 -1
  25. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/DividerSidebarPanel.d.ts +0 -8
  26. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/DividerSidebarPanel.d.ts.map +0 -1
  27. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/EmailLayoutSidebarPanel.d.ts +0 -8
  28. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/EmailLayoutSidebarPanel.d.ts.map +0 -1
  29. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HeadingSidebarPanel.d.ts +0 -8
  30. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HeadingSidebarPanel.d.ts.map +0 -1
  31. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HtmlSidebarPanel.d.ts +0 -8
  32. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HtmlSidebarPanel.d.ts.map +0 -1
  33. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ImageSidebarPanel.d.ts +0 -8
  34. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ImageSidebarPanel.d.ts.map +0 -1
  35. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/NotionTextSidebarPanel.d.ts +0 -8
  36. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/NotionTextSidebarPanel.d.ts.map +0 -1
  37. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SocialSidebarPanel.d.ts +0 -8
  38. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SocialSidebarPanel.d.ts.map +0 -1
  39. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SpacerSidebarPanel.d.ts +0 -8
  40. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SpacerSidebarPanel.d.ts.map +0 -1
  41. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/BaseSidebarPanel.d.ts +0 -8
  42. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/BaseSidebarPanel.d.ts.map +0 -1
  43. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/StickyWrapper.d.ts +0 -12
  44. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/StickyWrapper.d.ts.map +0 -1
  45. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.d.ts +0 -36
  46. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.d.ts.map +0 -1
  47. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BackgroundImageInput.d.ts +0 -11
  48. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BackgroundImageInput.d.ts.map +0 -1
  49. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BooleanInput.d.ts +0 -8
  50. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BooleanInput.d.ts.map +0 -1
  51. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BorderInput.d.ts +0 -16
  52. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BorderInput.d.ts.map +0 -1
  53. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/BaseColorInput.d.ts +0 -16
  54. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/BaseColorInput.d.ts.map +0 -1
  55. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/LinksInput.d.ts +0 -13
  56. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/LinksInput.d.ts.map +0 -1
  57. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Picker.d.ts +0 -10
  58. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Picker.d.ts.map +0 -1
  59. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Swatch.d.ts +0 -12
  60. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Swatch.d.ts.map +0 -1
  61. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/index.d.ts +0 -16
  62. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/index.d.ts.map +0 -1
  63. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColumnWidthsInput.d.ts +0 -15
  64. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColumnWidthsInput.d.ts.map +0 -1
  65. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ContentAligment.d.ts +0 -7
  66. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ContentAligment.d.ts.map +0 -1
  67. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontFamily.d.ts +0 -8
  68. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontFamily.d.ts.map +0 -1
  69. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontSizeInput.d.ts +0 -11
  70. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontSizeInput.d.ts.map +0 -1
  71. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontWeightInput.d.ts +0 -8
  72. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontWeightInput.d.ts.map +0 -1
  73. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/HeightInput.d.ts +0 -9
  74. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/HeightInput.d.ts.map +0 -1
  75. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ImageInput.d.ts +0 -9
  76. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ImageInput.d.ts.map +0 -1
  77. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeButton.d.ts +0 -35
  78. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeButton.d.ts.map +0 -1
  79. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeSelector.d.ts +0 -7
  80. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeSelector.d.ts.map +0 -1
  81. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputWidth.d.ts +0 -12
  82. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputWidth.d.ts.map +0 -1
  83. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InspectorPillToggleGroup.d.ts +0 -14
  84. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InspectorPillToggleGroup.d.ts.map +0 -1
  85. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LabelProperty.d.ts +0 -6
  86. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LabelProperty.d.ts.map +0 -1
  87. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LayoutSelectorInput.d.ts +0 -15
  88. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LayoutSelectorInput.d.ts.map +0 -1
  89. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LineHeightInput.d.ts +0 -8
  90. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LineHeightInput.d.ts.map +0 -1
  91. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.d.ts +0 -17
  92. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.d.ts.map +0 -1
  93. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PropertyLabelWithWarning.d.ts +0 -9
  94. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PropertyLabelWithWarning.d.ts.map +0 -1
  95. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/RadioGroupInput.d.ts +0 -10
  96. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/RadioGroupInput.d.ts.map +0 -1
  97. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SelectScreen.d.ts +0 -3
  98. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SelectScreen.d.ts.map +0 -1
  99. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/Shape.d.ts +0 -14
  100. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/Shape.d.ts.map +0 -1
  101. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SliderInput.d.ts +0 -15
  102. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SliderInput.d.ts.map +0 -1
  103. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SocialMediaInput.d.ts +0 -8
  104. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SocialMediaInput.d.ts.map +0 -1
  105. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextAlignInput.d.ts +0 -8
  106. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextAlignInput.d.ts.map +0 -1
  107. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextDimensionInput.d.ts +0 -10
  108. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextDimensionInput.d.ts.map +0 -1
  109. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextInput.d.ts +0 -14
  110. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextInput.d.ts.map +0 -1
  111. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WarningIcon.d.ts +0 -7
  112. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WarningIcon.d.ts.map +0 -1
  113. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WidthInput.d.ts +0 -10
  114. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WidthInput.d.ts.map +0 -1
  115. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ai-image-generation.d.ts +0 -8
  116. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ai-image-generation.d.ts.map +0 -1
  117. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/CloseButton.d.ts +0 -8
  118. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/CloseButton.d.ts.map +0 -1
  119. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ErrorDialog.d.ts +0 -9
  120. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ErrorDialog.d.ts.map +0 -1
  121. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ImagePreview.d.ts +0 -7
  122. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ImagePreview.d.ts.map +0 -1
  123. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/PromptInput.d.ts +0 -8
  124. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/PromptInput.d.ts.map +0 -1
  125. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/Select.d.ts +0 -4
  126. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/Select.d.ts.map +0 -1
  127. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/SkeletonImage.d.ts +0 -2
  128. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/SkeletonImage.d.ts.map +0 -1
  129. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/inputStyles.d.ts +0 -6
  130. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/inputStyles.d.ts.map +0 -1
  131. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/hooks.d.ts +0 -5
  132. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/hooks.d.ts.map +0 -1
  133. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/raw/RawSliderInput.d.ts +0 -14
  134. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/raw/RawSliderInput.d.ts.map +0 -1
  135. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/types/errors.d.ts +0 -13
  136. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/types/errors.d.ts.map +0 -1
  137. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/utils/errorHandling.d.ts +0 -3
  138. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/utils/errorHandling.d.ts.map +0 -1
  139. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/MultiStylePropertyPanel.d.ts +0 -12
  140. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/MultiStylePropertyPanel.d.ts.map +0 -1
  141. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/SingleStylePropertyPanel.d.ts +0 -11
  142. package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/SingleStylePropertyPanel.d.ts.map +0 -1
  143. package/dist/editor-sample/src/App/InspectorDrawer/StylesPanel.d.ts +0 -2
  144. package/dist/editor-sample/src/App/InspectorDrawer/StylesPanel.d.ts.map +0 -1
  145. package/dist/editor-sample/src/App/InspectorDrawer/ToggleInspectorPanelButton.d.ts +0 -2
  146. package/dist/editor-sample/src/App/InspectorDrawer/ToggleInspectorPanelButton.d.ts.map +0 -1
  147. package/dist/editor-sample/src/App/InspectorDrawer/index.d.ts +0 -5
  148. package/dist/editor-sample/src/App/InspectorDrawer/index.d.ts.map +0 -1
  149. package/dist/editor-sample/src/App/SamplesDrawer/SidebarButton.d.ts +0 -6
  150. package/dist/editor-sample/src/App/SamplesDrawer/SidebarButton.d.ts.map +0 -1
  151. package/dist/editor-sample/src/App/SamplesDrawer/ToggleSamplesPanelButton.d.ts +0 -2
  152. package/dist/editor-sample/src/App/SamplesDrawer/ToggleSamplesPanelButton.d.ts.map +0 -1
  153. package/dist/editor-sample/src/App/SamplesDrawer/index.d.ts +0 -3
  154. package/dist/editor-sample/src/App/SamplesDrawer/index.d.ts.map +0 -1
  155. package/dist/editor-sample/src/App/TemplatePanel/CustomReader/CustomReader.d.ts +0 -10
  156. package/dist/editor-sample/src/App/TemplatePanel/CustomReader/CustomReader.d.ts.map +0 -1
  157. package/dist/editor-sample/src/App/TemplatePanel/DownloadJson/index.d.ts +0 -2
  158. package/dist/editor-sample/src/App/TemplatePanel/DownloadJson/index.d.ts.map +0 -1
  159. package/dist/editor-sample/src/App/TemplatePanel/HtmlPanel.d.ts +0 -2
  160. package/dist/editor-sample/src/App/TemplatePanel/HtmlPanel.d.ts.map +0 -1
  161. package/dist/editor-sample/src/App/TemplatePanel/ImportJson/ImportJsonDialog.d.ts +0 -6
  162. package/dist/editor-sample/src/App/TemplatePanel/ImportJson/ImportJsonDialog.d.ts.map +0 -1
  163. package/dist/editor-sample/src/App/TemplatePanel/ImportJson/index.d.ts +0 -2
  164. package/dist/editor-sample/src/App/TemplatePanel/ImportJson/index.d.ts.map +0 -1
  165. package/dist/editor-sample/src/App/TemplatePanel/ImportJson/validateJsonStringValue.d.ts +0 -11
  166. package/dist/editor-sample/src/App/TemplatePanel/ImportJson/validateJsonStringValue.d.ts.map +0 -1
  167. package/dist/editor-sample/src/App/TemplatePanel/JsonPanel.d.ts +0 -2
  168. package/dist/editor-sample/src/App/TemplatePanel/JsonPanel.d.ts.map +0 -1
  169. package/dist/editor-sample/src/App/TemplatePanel/MainTabsGroup.d.ts +0 -9
  170. package/dist/editor-sample/src/App/TemplatePanel/MainTabsGroup.d.ts.map +0 -1
  171. package/dist/editor-sample/src/App/TemplatePanel/ShareButton.d.ts +0 -2
  172. package/dist/editor-sample/src/App/TemplatePanel/ShareButton.d.ts.map +0 -1
  173. package/dist/editor-sample/src/App/TemplatePanel/helper/HighlightedCodePanel.d.ts +0 -7
  174. package/dist/editor-sample/src/App/TemplatePanel/helper/HighlightedCodePanel.d.ts.map +0 -1
  175. package/dist/editor-sample/src/App/TemplatePanel/helper/cleanDocument.d.ts +0 -9
  176. package/dist/editor-sample/src/App/TemplatePanel/helper/cleanDocument.d.ts.map +0 -1
  177. package/dist/editor-sample/src/App/TemplatePanel/helper/extraFunctions.d.ts +0 -33
  178. package/dist/editor-sample/src/App/TemplatePanel/helper/extraFunctions.d.ts.map +0 -1
  179. package/dist/editor-sample/src/App/TemplatePanel/helper/formatting.d.ts +0 -2
  180. package/dist/editor-sample/src/App/TemplatePanel/helper/formatting.d.ts.map +0 -1
  181. package/dist/editor-sample/src/App/TemplatePanel/helper/globalsStyles.d.ts +0 -2
  182. package/dist/editor-sample/src/App/TemplatePanel/helper/globalsStyles.d.ts.map +0 -1
  183. package/dist/editor-sample/src/App/TemplatePanel/helper/highlighters.d.ts +0 -3
  184. package/dist/editor-sample/src/App/TemplatePanel/helper/highlighters.d.ts.map +0 -1
  185. package/dist/editor-sample/src/App/TemplatePanel/helper/qlcss.d.ts +0 -2
  186. package/dist/editor-sample/src/App/TemplatePanel/helper/qlcss.d.ts.map +0 -1
  187. package/dist/editor-sample/src/App/TemplatePanel/index.d.ts +0 -12
  188. package/dist/editor-sample/src/App/TemplatePanel/index.d.ts.map +0 -1
  189. package/dist/editor-sample/src/App/TemplatePanel/renderToStaticMarkup.d.ts +0 -7
  190. package/dist/editor-sample/src/App/TemplatePanel/renderToStaticMarkup.d.ts.map +0 -1
  191. package/dist/editor-sample/src/App/index.d.ts +0 -17
  192. package/dist/editor-sample/src/App/index.d.ts.map +0 -1
  193. package/dist/editor-sample/src/components/SampleImageGallery.d.ts +0 -2
  194. package/dist/editor-sample/src/components/SampleImageGallery.d.ts.map +0 -1
  195. package/dist/editor-sample/src/constants.d.ts +0 -6
  196. package/dist/editor-sample/src/constants.d.ts.map +0 -1
  197. package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerEditor.d.ts +0 -3
  198. package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerEditor.d.ts.map +0 -1
  199. package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts +0 -497
  200. package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts.map +0 -1
  201. package/dist/editor-sample/src/documents/blocks/Container/ContainerEditor.d.ts +0 -3
  202. package/dist/editor-sample/src/documents/blocks/Container/ContainerEditor.d.ts.map +0 -1
  203. package/dist/editor-sample/src/documents/blocks/Container/ContainerPropsSchema.d.ts +0 -587
  204. package/dist/editor-sample/src/documents/blocks/Container/ContainerPropsSchema.d.ts.map +0 -1
  205. package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutEditor.d.ts +0 -3
  206. package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutEditor.d.ts.map +0 -1
  207. package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutPropsSchema.d.ts +0 -50
  208. package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutPropsSchema.d.ts.map +0 -1
  209. package/dist/editor-sample/src/documents/blocks/customHooks/useParentImageWidth.d.ts +0 -4
  210. package/dist/editor-sample/src/documents/blocks/customHooks/useParentImageWidth.d.ts.map +0 -1
  211. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlockButton.d.ts +0 -9
  212. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlockButton.d.ts.map +0 -1
  213. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlocksMenu.d.ts +0 -9
  214. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlocksMenu.d.ts.map +0 -1
  215. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/DividerButton.d.ts +0 -7
  216. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/DividerButton.d.ts.map +0 -1
  217. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/PlaceholderButton.d.ts +0 -6
  218. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/PlaceholderButton.d.ts.map +0 -1
  219. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/buttons.d.ts +0 -10
  220. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/buttons.d.ts.map +0 -1
  221. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/index.d.ts +0 -8
  222. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/index.d.ts.map +0 -1
  223. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/EditorChildrenNoDragable.d.ts +0 -14
  224. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/EditorChildrenNoDragable.d.ts.map +0 -1
  225. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/index.d.ts +0 -17
  226. package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/index.d.ts.map +0 -1
  227. package/dist/editor-sample/src/documents/blocks/helpers/TStyle.d.ts +0 -50
  228. package/dist/editor-sample/src/documents/blocks/helpers/TStyle.d.ts.map +0 -1
  229. package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/EditorBlockWrapper.d.ts +0 -16
  230. package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/EditorBlockWrapper.d.ts.map +0 -1
  231. package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/ReaderBlockWrapper.d.ts +0 -9
  232. package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/ReaderBlockWrapper.d.ts.map +0 -1
  233. package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/TuneMenu.d.ts +0 -8
  234. package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/TuneMenu.d.ts.map +0 -1
  235. package/dist/editor-sample/src/documents/blocks/helpers/changeWidth.d.ts +0 -4
  236. package/dist/editor-sample/src/documents/blocks/helpers/changeWidth.d.ts.map +0 -1
  237. package/dist/editor-sample/src/documents/blocks/helpers/constants.d.ts +0 -3
  238. package/dist/editor-sample/src/documents/blocks/helpers/constants.d.ts.map +0 -1
  239. package/dist/editor-sample/src/documents/blocks/helpers/fontFamily.d.ts +0 -14
  240. package/dist/editor-sample/src/documents/blocks/helpers/fontFamily.d.ts.map +0 -1
  241. package/dist/editor-sample/src/documents/blocks/helpers/zod.d.ts +0 -22
  242. package/dist/editor-sample/src/documents/blocks/helpers/zod.d.ts.map +0 -1
  243. package/dist/editor-sample/src/documents/editor/ClientOnly.d.ts +0 -5
  244. package/dist/editor-sample/src/documents/editor/ClientOnly.d.ts.map +0 -1
  245. package/dist/editor-sample/src/documents/editor/EJEMPLO_USO_GRANULAR.d.ts +0 -89
  246. package/dist/editor-sample/src/documents/editor/EJEMPLO_USO_GRANULAR.d.ts.map +0 -1
  247. package/dist/editor-sample/src/documents/editor/EditorBlock.d.ts +0 -14
  248. package/dist/editor-sample/src/documents/editor/EditorBlock.d.ts.map +0 -1
  249. package/dist/editor-sample/src/documents/editor/EditorContext.d.ts +0 -2662
  250. package/dist/editor-sample/src/documents/editor/EditorContext.d.ts.map +0 -1
  251. package/dist/editor-sample/src/documents/editor/UndoRedoStore.d.ts +0 -37
  252. package/dist/editor-sample/src/documents/editor/UndoRedoStore.d.ts.map +0 -1
  253. package/dist/editor-sample/src/documents/editor/blockHooks.d.ts +0 -77
  254. package/dist/editor-sample/src/documents/editor/blockHooks.d.ts.map +0 -1
  255. package/dist/editor-sample/src/documents/editor/blockSelectors.d.ts +0 -71
  256. package/dist/editor-sample/src/documents/editor/blockSelectors.d.ts.map +0 -1
  257. package/dist/editor-sample/src/documents/editor/blockUpdaters.d.ts +0 -47
  258. package/dist/editor-sample/src/documents/editor/blockUpdaters.d.ts.map +0 -1
  259. package/dist/editor-sample/src/documents/editor/componentTreeColumnSlot.d.ts +0 -11
  260. package/dist/editor-sample/src/documents/editor/componentTreeColumnSlot.d.ts.map +0 -1
  261. package/dist/editor-sample/src/documents/editor/core.d.ts +0 -7800
  262. package/dist/editor-sample/src/documents/editor/core.d.ts.map +0 -1
  263. package/dist/editor-sample/src/documents/editor/granular.d.ts +0 -125
  264. package/dist/editor-sample/src/documents/editor/granular.d.ts.map +0 -1
  265. package/dist/editor-sample/src/documents/editor/migrateDocument.d.ts +0 -7
  266. package/dist/editor-sample/src/documents/editor/migrateDocument.d.ts.map +0 -1
  267. package/dist/editor-sample/src/getConfiguration/index.d.ts +0 -2
  268. package/dist/editor-sample/src/getConfiguration/index.d.ts.map +0 -1
  269. package/dist/editor-sample/src/getConfiguration/sample/empty-email-message.d.ts +0 -5
  270. package/dist/editor-sample/src/getConfiguration/sample/empty-email-message.d.ts.map +0 -1
  271. package/dist/editor-sample/src/getConfiguration/sample/gallery-test.d.ts +0 -14
  272. package/dist/editor-sample/src/getConfiguration/sample/gallery-test.d.ts.map +0 -1
  273. package/dist/editor-sample/src/getConfiguration/sample/one-time-passcode.d.ts +0 -4
  274. package/dist/editor-sample/src/getConfiguration/sample/one-time-passcode.d.ts.map +0 -1
  275. package/dist/editor-sample/src/getConfiguration/sample/order-ecommerce.d.ts +0 -4
  276. package/dist/editor-sample/src/getConfiguration/sample/order-ecommerce.d.ts.map +0 -1
  277. package/dist/editor-sample/src/getConfiguration/sample/post-metrics-report.d.ts +0 -4
  278. package/dist/editor-sample/src/getConfiguration/sample/post-metrics-report.d.ts.map +0 -1
  279. package/dist/editor-sample/src/getConfiguration/sample/reservation-reminder.d.ts +0 -4
  280. package/dist/editor-sample/src/getConfiguration/sample/reservation-reminder.d.ts.map +0 -1
  281. package/dist/editor-sample/src/getConfiguration/sample/reset-password.d.ts +0 -4
  282. package/dist/editor-sample/src/getConfiguration/sample/reset-password.d.ts.map +0 -1
  283. package/dist/editor-sample/src/getConfiguration/sample/respond-to-message.d.ts +0 -4
  284. package/dist/editor-sample/src/getConfiguration/sample/respond-to-message.d.ts.map +0 -1
  285. package/dist/editor-sample/src/getConfiguration/sample/subscription-receipt.d.ts +0 -4
  286. package/dist/editor-sample/src/getConfiguration/sample/subscription-receipt.d.ts.map +0 -1
  287. package/dist/editor-sample/src/getConfiguration/sample/test-load-json.d.ts +0 -8
  288. package/dist/editor-sample/src/getConfiguration/sample/test-load-json.d.ts.map +0 -1
  289. package/dist/editor-sample/src/getConfiguration/sample/welcome.d.ts +0 -4
  290. package/dist/editor-sample/src/getConfiguration/sample/welcome.d.ts.map +0 -1
  291. package/dist/editor-sample/src/i18n.d.ts +0 -14
  292. package/dist/editor-sample/src/i18n.d.ts.map +0 -1
  293. package/dist/editor-sample/src/index.d.ts +0 -57
  294. package/dist/editor-sample/src/index.d.ts.map +0 -1
  295. package/dist/editor-sample/src/locales/en-US/common.json.d.ts +0 -46
  296. package/dist/editor-sample/src/locales/en-US/inspector.json.d.ts +0 -259
  297. package/dist/editor-sample/src/locales/es-419/common.json.d.ts +0 -46
  298. package/dist/editor-sample/src/locales/es-419/inspector.json.d.ts +0 -258
  299. package/dist/editor-sample/src/locales/it-IT/common.json.d.ts +0 -46
  300. package/dist/editor-sample/src/locales/it-IT/inspector.json.d.ts +0 -258
  301. package/dist/editor-sample/src/theme.d.ts +0 -10
  302. package/dist/editor-sample/src/theme.d.ts.map +0 -1
  303. package/dist/editor-sample/src/utils/useDebounce.d.ts +0 -8
  304. package/dist/editor-sample/src/utils/useDebounce.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "email-builder-online",
3
- "version": "4.0.1",
3
+ "version": "4.1.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -11,25 +11,33 @@
11
11
  "import": "./dist/index.mjs",
12
12
  "require": "./dist/index.cjs"
13
13
  },
14
+ "./standalone": {
15
+ "import": "./dist/standalone.mjs"
16
+ },
14
17
  "./style.css": "./dist/style.css"
15
18
  },
16
19
  "sideEffects": [
17
20
  "*.css"
18
21
  ],
22
+ "engines": {
23
+ "node": "^24"
24
+ },
19
25
  "description": "A React email builder component with drag and drop functionality",
20
- "license": "MIT",
26
+ "license": "AGPL-3.0",
21
27
  "author": {
22
28
  "name": "Laravel42",
23
29
  "email": "hello@laravel42.com",
24
- "url": "https://www.laravel42.com"
30
+ "url": "https://github.com/laravel42/"
25
31
  },
26
32
  "files": [
27
- "dist"
33
+ "dist",
34
+ "vite.config.standalone.ts"
28
35
  ],
29
36
  "dependencies": {
30
37
  "@codexteam/icons": "^0.3.2",
31
38
  "@emoji-mart/data": "^1.2.1",
32
39
  "@emoji-mart/react": "^1.1.1",
40
+ "@emotion/cache": "^11.14.0",
33
41
  "@emotion/react": "^11.11.3",
34
42
  "@emotion/styled": "^11.11.0",
35
43
  "@floating-ui/react": "^0.27.17",
@@ -47,20 +55,23 @@
47
55
  "@tiptap/react": "^3.19.0",
48
56
  "@tiptap/starter-kit": "^3.19.0",
49
57
  "@tiptap/suggestion": "^3.19.0",
58
+ "approve-builds": "^1.0.0",
50
59
  "csso": "^5.0.5",
51
60
  "driver.js": "^1.3.6",
52
61
  "emoji-mart": "^5.6.0",
53
62
  "fast-json-patch": "^3.1.1",
54
63
  "highlight.js": "^11.9.0",
64
+ "html-to-image": "1.11.13",
55
65
  "i18next": "^25.6.0",
56
66
  "i18next-browser-languagedetector": "^8.2.0",
57
67
  "lucide-react": "^0.460.0",
58
- "marked": "^12.0.2",
59
68
  "prettier": "^3.2.5",
60
69
  "r": "^0.0.5",
70
+ "react": "^19.2.1",
61
71
  "react-colorful": "^5.6.1",
62
72
  "react-dnd": "^16.0.1",
63
73
  "react-dnd-html5-backend": "^16.0.1",
74
+ "react-dom": "^19.2.1",
64
75
  "react-i18next": "^16.2.4",
65
76
  "react-sticky-el": "^2.1.1",
66
77
  "use": "^3.1.1",
@@ -72,6 +83,14 @@
72
83
  "react": ">=18.0.0 || ^19.0.0",
73
84
  "react-dom": ">=18.0.0 || ^19.0.0"
74
85
  },
86
+ "peerDependenciesMeta": {
87
+ "react": {
88
+ "optional": true
89
+ },
90
+ "react-dom": {
91
+ "optional": true
92
+ }
93
+ },
75
94
  "devDependencies": {
76
95
  "@types/react": "^19.0.0",
77
96
  "@types/react-dom": "^19.0.0",
@@ -89,15 +108,13 @@
89
108
  "typescript": "^5.2.2",
90
109
  "vite": "^7.2.7",
91
110
  "@eb/block-button": "1.0.0",
92
- "@eb/block-divider": "1.0.0",
93
111
  "@eb/block-columns-container": "1.0.0",
94
- "@eb/block-container": "1.0.0",
95
- "@eb/block-heading": "1.0.0",
96
- "@eb/block-html": "1.0.0",
97
- "@eb/block-image": "1.0.0",
98
- "@eb/block-notion-text": "1.0.0",
112
+ "@eb/block-divider": "1.0.0",
99
113
  "@eb/block-spacer": "1.0.0",
114
+ "@eb/block-notion-text": "1.0.0",
100
115
  "@eb/document-core": "1.0.0",
116
+ "@eb/block-container": "1.0.0",
117
+ "@eb/block-image": "1.0.0",
101
118
  "@eb/email-builder": "1.0.0"
102
119
  },
103
120
  "keywords": [
@@ -108,9 +125,9 @@
108
125
  "wysiwyg"
109
126
  ],
110
127
  "scripts": {
111
- "dev": "vite",
112
- "dev:publish": "pnpm version patch; pnpm build; pnpm publish --no-git-checks;",
128
+ "dev:publish": "pnpm version patch && pnpm publish --no-git-checks",
113
129
  "build": "vite build",
114
- "preview": "vite preview"
130
+ "build:standalone": "vite build --config vite.config.standalone.ts",
131
+ "build:all": "pnpm build && pnpm build:standalone"
115
132
  }
116
133
  }
@@ -0,0 +1,95 @@
1
+ /**
2
+ * Standalone build — bundles React + ReactDOM inside the output.
3
+ *
4
+ * Use this when the host environment does NOT have React (e.g. Laravel, plain HTML).
5
+ * The output auto-registers the <email-builder> Web Component on import.
6
+ *
7
+ * Output:
8
+ * dist/standalone.mjs — ES module, self-contained
9
+ * dist/standalone.js — IIFE (UMD-like), self-contained, window.EmailBuilder global
10
+ * dist/style.css — shared with the regular build
11
+ *
12
+ * Usage in Laravel / plain HTML:
13
+ * <link rel="stylesheet" href="/vendor/email-builder/style.css" />
14
+ * <script type="module" src="/vendor/email-builder/standalone.mjs"></script>
15
+ * <email-builder></email-builder>
16
+ *
17
+ * Or with the IIFE build (no module support needed):
18
+ * <script src="/vendor/email-builder/standalone.js"></script>
19
+ * <email-builder></email-builder>
20
+ */
21
+
22
+ import { resolve } from 'path';
23
+ import { defineConfig } from 'vite';
24
+
25
+ import react from '@vitejs/plugin-react-swc';
26
+
27
+ const packagesPath = resolve(__dirname, '..');
28
+ const reactPath = resolve(__dirname, 'node_modules/react');
29
+ const reactDomPath = resolve(__dirname, 'node_modules/react-dom');
30
+ const muiMaterialPath = resolve(__dirname, 'node_modules/@mui/material');
31
+ const muiIconsPath = resolve(__dirname, 'node_modules/@mui/icons-material');
32
+ const emotionReactPath = resolve(__dirname, 'node_modules/@emotion/react');
33
+ const emotionStyledPath = resolve(__dirname, 'node_modules/@emotion/styled');
34
+ const emotionCachePath = resolve(__dirname, 'node_modules/@emotion/cache');
35
+
36
+ export default defineConfig({
37
+ plugins: [react()],
38
+ resolve: {
39
+ alias: [
40
+ // Force all React imports to resolve to a single copy (prevents React 18/19 duplication)
41
+ { find: /^react$/, replacement: reactPath },
42
+ { find: /^react\/(.*)/, replacement: `${reactPath}/$1` },
43
+ { find: /^react-dom$/, replacement: reactDomPath },
44
+ { find: /^react-dom\/server$/, replacement: resolve(reactDomPath, 'server.browser.js') },
45
+ { find: /^react-dom\/(.*)/, replacement: `${reactDomPath}/$1` },
46
+ { find: /^@eb\/block-button$/, replacement: resolve(packagesPath, 'block-button/src') },
47
+ { find: /^@eb\/block-columns-container$/, replacement: resolve(packagesPath, 'block-columns-container/src') },
48
+ { find: /^@eb\/block-container$/, replacement: resolve(packagesPath, 'block-container/src') },
49
+ { find: /^@eb\/block-divider$/, replacement: resolve(packagesPath, 'block-divider/src') },
50
+ { find: /^@eb\/block-image$/, replacement: resolve(packagesPath, 'block-image/src') },
51
+ { find: /^@eb\/block-spacer$/, replacement: resolve(packagesPath, 'block-spacer/src') },
52
+ { find: /^@eb\/block-notion-text$/, replacement: resolve(packagesPath, 'block-notion-text/src') },
53
+ { find: /^@eb\/document-core$/, replacement: resolve(packagesPath, 'document-core/src') },
54
+ { find: /^@eb\/email-builder$/, replacement: resolve(packagesPath, 'email-builder/src') },
55
+ { find: /^@mui\/material$/, replacement: muiMaterialPath },
56
+ { find: /^@mui\/material\/(.*)/, replacement: `${muiMaterialPath}/$1` },
57
+ { find: /^@mui\/icons-material$/, replacement: muiIconsPath },
58
+ { find: /^@mui\/icons-material\/(.*)/, replacement: `${muiIconsPath}/$1` },
59
+ { find: /^@emotion\/react$/, replacement: emotionReactPath },
60
+ { find: /^@emotion\/styled$/, replacement: emotionStyledPath },
61
+ { find: /^@emotion\/cache$/, replacement: emotionCachePath },
62
+ ],
63
+ },
64
+ build: {
65
+ outDir: resolve(__dirname, 'dist'),
66
+ // Do NOT empty outDir — the regular build already wrote style.css and index.* there
67
+ emptyOutDir: false,
68
+ lib: {
69
+ entry: resolve(__dirname, './src/standalone.tsx'),
70
+ name: 'EmailBuilder',
71
+ fileName: (format) => `standalone.${format === 'es' ? 'mjs' : 'js'}`,
72
+ formats: ['es', 'iife'],
73
+ },
74
+ rollupOptions: {
75
+ // No externals — bundle everything including React
76
+ external: [],
77
+ output: {
78
+ // IIFE global name (window.EmailBuilder)
79
+ name: 'EmailBuilder',
80
+ assetFileNames: (assetInfo) => {
81
+ if (assetInfo.name?.endsWith('.css')) return 'style.css';
82
+ return assetInfo.name || 'assets/[name].[ext]';
83
+ },
84
+ exports: 'named',
85
+ },
86
+ },
87
+ cssCodeSplit: false,
88
+ sourcemap: false,
89
+ minify: 'esbuild',
90
+ target: 'es2020',
91
+ },
92
+ define: {
93
+ 'process.env.NODE_ENV': JSON.stringify('production'),
94
+ },
95
+ });
@@ -1,19 +0,0 @@
1
- import { default as React } from 'react';
2
- import { SvgIconProps } from '../../../node_modules/@mui/material/SvgIcon';
3
- /** Two-column row container — paths from `src/assets/columns-2.svg`. */
4
- export declare function Columns2TreeIcon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
5
- /** Left slot in a 2-column row — paths from `src/assets/columns-2-left.svg`. */
6
- export declare function Columns2LeftSlotTreeIcon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
7
- /** Right slot in a 2-column row — paths from `src/assets/columns-2-right.svg`. */
8
- export declare function Columns2RightSlotTreeIcon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
9
- /** Three equal columns (container with 3-column layout). */
10
- export declare function ColumnsTreeIcon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
11
- /** Narrow left column in a 2-column row. */
12
- export declare function LeftColumnTreeIcon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
13
- /** Center column in a 3-column row. */
14
- export declare function CenterColumnTreeIcon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
15
- /** Narrow right column in a 2-column row. */
16
- export declare function RightColumnTreeIcon(props: SvgIconProps): import("react/jsx-runtime").JSX.Element;
17
- export type ColumnTreeIconComponent = React.ComponentType<SvgIconProps>;
18
- export declare function selectSlotColumnIconComponent(columnsCount: 2 | 3, columnIndex: number): ColumnTreeIconComponent;
19
- //# sourceMappingURL=ComponentTreeColumnIcons.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ComponentTreeColumnIcons.d.ts","sourceRoot":"","sources":["../../../../../src/App/ComponentTree/ComponentTreeColumnIcons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAgB,EAAE,KAAK,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAInE,wEAAwE;AACxE,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,YAAY,2CASnD;AAED,gFAAgF;AAChF,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,YAAY,2CAS3D;AAED,kFAAkF;AAClF,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,YAAY,2CAS5D;AAED,4DAA4D;AAC5D,wBAAgB,eAAe,CAAC,KAAK,EAAE,YAAY,2CASlD;AAED,4CAA4C;AAC5C,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,YAAY,2CASrD;AAED,uCAAuC;AACvC,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,YAAY,2CASvD;AAED,6CAA6C;AAC7C,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,YAAY,2CAStD;AAED,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;AAExE,wBAAgB,6BAA6B,CAC3C,YAAY,EAAE,CAAC,GAAG,CAAC,EACnB,WAAW,EAAE,MAAM,GAClB,uBAAuB,CAOzB"}
@@ -1,2 +0,0 @@
1
- export default function ComponentTreePanel(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=ComponentTreePanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ComponentTreePanel.d.ts","sourceRoot":"","sources":["../../../../../src/App/ComponentTree/ComponentTreePanel.tsx"],"names":[],"mappings":"AAyXA,MAAM,CAAC,OAAO,UAAU,kBAAkB,4CAkGzC"}
@@ -1,2 +0,0 @@
1
- export default function ToggleComponentTreeButton(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=ToggleComponentTreeButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ToggleComponentTreeButton.d.ts","sourceRoot":"","sources":["../../../../../src/App/ComponentTree/ToggleComponentTreeButton.tsx"],"names":[],"mappings":"AAUA,MAAM,CAAC,OAAO,UAAU,yBAAyB,4CAgDhD"}
@@ -1,5 +0,0 @@
1
- import { default as React } from 'react';
2
- declare function ConfigurationPanelInner(): import("react/jsx-runtime").JSX.Element;
3
- declare const ConfigurationPanel: React.MemoExoticComponent<typeof ConfigurationPanelInner>;
4
- export default ConfigurationPanel;
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/App/InspectorDrawer/ConfigurationPanel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAgCjD,iBAAS,uBAAuB,4CA6C/B;AAGD,QAAA,MAAM,kBAAkB,2DAAgC,CAAC;AACzD,eAAe,kBAAkB,CAAC"}
@@ -1,8 +0,0 @@
1
- import { ButtonProps } from '../../../../../../block-button/src';
2
- type ButtonSidebarPanelProps = {
3
- data: ButtonProps;
4
- setData: (v: ButtonProps) => void;
5
- };
6
- export default function ButtonSidebarPanel({ data, setData }: ButtonSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=ButtonSidebarPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ButtonSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonSidebarPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAA0C,MAAM,oCAAoC,CAAC;AAYzG,KAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,CAAC,CAAC,EAAE,WAAW,KAAK,IAAI,CAAC;CACnC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,uBAAuB,2CA2FpF"}
@@ -1,8 +0,0 @@
1
- import { ColumnsContainerProps } from '../../../../documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema';
2
- type ColumnsContainerPanelProps = {
3
- data: ColumnsContainerProps;
4
- setData: (v: ColumnsContainerProps) => void;
5
- };
6
- export default function ColumnsContainerPanel({ data, setData }: ColumnsContainerPanelProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=ColumnsContainerSidebarPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ColumnsContainerSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.tsx"],"names":[],"mappings":"AAWA,OAAoC,EAClC,qBAAqB,EACtB,MAAM,2EAA2E,CAAC;AAgBnF,KAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,qBAAqB,CAAC;IAC5B,OAAO,EAAE,CAAC,CAAC,EAAE,qBAAqB,KAAK,IAAI,CAAC;CAC7C,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,0BAA0B,2CAgL1F"}
@@ -1,8 +0,0 @@
1
- import { ContainerProps } from '../../../../documents/blocks/Container/ContainerPropsSchema';
2
- type ContainerSidebarPanelProps = {
3
- data: ContainerProps;
4
- setData: (v: ContainerProps) => void;
5
- };
6
- export default function ContainerSidebarPanel({ data, setData }: ContainerSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=ContainerSidebarPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContainerSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/ContainerSidebarPanel.tsx"],"names":[],"mappings":"AAGA,OAA6B,EAAE,cAAc,EAAE,MAAM,6DAA6D,CAAC;AAMnH,KAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,cAAc,CAAC;IACrB,OAAO,EAAE,CAAC,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;CACtC,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,0BAA0B,2CAyB1F"}
@@ -1,8 +0,0 @@
1
- import { DividerProps } from '../../../../../../block-divider/src';
2
- type DividerSidebarPanelProps = {
3
- data: DividerProps;
4
- setData: (v: DividerProps) => void;
5
- };
6
- export default function DividerSidebarPanel({ data, setData }: DividerSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=DividerSidebarPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DividerSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/DividerSidebarPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAsB,MAAM,qCAAqC,CAAC;AAQvF,KAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,YAAY,CAAC;IACnB,OAAO,EAAE,CAAC,CAAC,EAAE,YAAY,KAAK,IAAI,CAAC;CACpC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,wBAAwB,2CAwBtF"}
@@ -1,8 +0,0 @@
1
- import { EmailLayoutProps } from '../../../../documents/blocks/EmailLayout/EmailLayoutPropsSchema';
2
- type EmailLayoutSidebarFieldsProps = {
3
- data: EmailLayoutProps;
4
- setData: (v: EmailLayoutProps) => void;
5
- };
6
- export default function EmailLayoutSidebarFields({ data, setData }: EmailLayoutSidebarFieldsProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=EmailLayoutSidebarPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EmailLayoutSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/EmailLayoutSidebarPanel.tsx"],"names":[],"mappings":"AAGA,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,iEAAiE,CAAC;AAYzE,KAAK,6BAA6B,GAAG;IACnC,IAAI,EAAE,gBAAgB,CAAC;IACvB,OAAO,EAAE,CAAC,CAAC,EAAE,gBAAgB,KAAK,IAAI,CAAC;CACxC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,6BAA6B,2CAqEhG"}
@@ -1,8 +0,0 @@
1
- import { HeadingProps } from '../../../../../../block-heading/src';
2
- type HeadingSidebarPanelProps = {
3
- data: HeadingProps;
4
- setData: (v: HeadingProps) => void;
5
- };
6
- export default function HeadingSidebarPanel({ data, setData }: HeadingSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=HeadingSidebarPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HeadingSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/HeadingSidebarPanel.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAA4C,MAAM,mBAAmB,CAAC;AAS3F,KAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,YAAY,CAAC;IACnB,OAAO,EAAE,CAAC,CAAC,EAAE,YAAY,KAAK,IAAI,CAAC;CACpC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,wBAAwB,2CA+DtF"}
@@ -1,8 +0,0 @@
1
- import { HtmlProps } from '../../../../../../block-html/src';
2
- type HtmlSidebarPanelProps = {
3
- data: HtmlProps;
4
- setData: (v: HtmlProps) => void;
5
- };
6
- export default function HtmlSidebarPanel({ data, setData }: HtmlSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=HtmlSidebarPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HtmlSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/HtmlSidebarPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAmB,MAAM,gBAAgB,CAAC;AAQ5D,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,SAAS,CAAC;IAChB,OAAO,EAAE,CAAC,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;CACjC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,qBAAqB,2CAkChF"}
@@ -1,8 +0,0 @@
1
- import { ImageProps } from '../../../../../../block-image/src';
2
- type ImageSidebarPanelProps = {
3
- data: ImageProps;
4
- setData: (v: ImageProps) => void;
5
- };
6
- export default function ImageSidebarPanel({ data, setData }: ImageSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=ImageSidebarPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ImageSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/ImageSidebarPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAoB,MAAM,mCAAmC,CAAC;AAiBjF,KAAK,sBAAsB,GAAG;IAC5B,IAAI,EAAE,UAAU,CAAC;IACjB,OAAO,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;CAClC,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,sBAAsB,2CAyMlF"}
@@ -1,8 +0,0 @@
1
- import { NotionTextProps } from '../../../../../../block-notion-text/src';
2
- type NotionTextSidebarPanelProps = {
3
- data: NotionTextProps;
4
- setData: (v: NotionTextProps) => void;
5
- };
6
- export default function NotionTextSidebarPanel({ data, setData }: NotionTextSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=NotionTextSidebarPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NotionTextSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/NotionTextSidebarPanel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAQxD,KAAK,2BAA2B,GAAG;IACjC,IAAI,EAAE,eAAe,CAAC;IACtB,OAAO,EAAE,CAAC,CAAC,EAAE,eAAe,KAAK,IAAI,CAAC;CACvC,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,2BAA2B,2CA6D5F"}
@@ -1,8 +0,0 @@
1
- import { SocialMediaProps } from '../../../../../../block-social-media';
2
- type SocialMediaSidebarPanelProps = {
3
- data: SocialMediaProps;
4
- setData: (v: SocialMediaProps) => void;
5
- };
6
- export declare const SocialMediaSidebarPanel: ({ data, setData }: SocialMediaSidebarPanelProps) => import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=SocialSidebarPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SocialSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/SocialSidebarPanel.tsx"],"names":[],"mappings":"AAMA,OAAO,EAA8B,gBAAgB,EAAC,MAAM,sCAAsC,CAAC;AAanG,KAAK,4BAA4B,GAAG;IAChC,IAAI,EAAE,gBAAgB,CAAC;IACvB,OAAO,EAAE,CAAC,CAAC,EAAE,gBAAgB,KAAK,IAAI,CAAC;CAC1C,CAAA;AAED,eAAO,MAAM,uBAAuB,GAAI,mBAAiB,4BAA4B,4CAwFpF,CAAC"}
@@ -1,8 +0,0 @@
1
- import { SpacerProps } from '../../../../../../block-spacer/src';
2
- type SpacerSidebarPanelProps = {
3
- data: SpacerProps;
4
- setData: (v: SpacerProps) => void;
5
- };
6
- export default function SpacerSidebarPanel({ data, setData }: SpacerSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=SpacerSidebarPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SpacerSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/SpacerSidebarPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAqB,MAAM,oCAAoC,CAAC;AAMpF,KAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,CAAC,CAAC,EAAE,WAAW,KAAK,IAAI,CAAC;CACnC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,uBAAuB,2CAuBpF"}
@@ -1,8 +0,0 @@
1
- import { default as React } from 'react';
2
- type SidebarPanelProps = {
3
- title?: string;
4
- children: React.ReactNode;
5
- };
6
- export default function BaseSidebarPanel({ title, children }: SidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=BaseSidebarPanel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/BaseSidebarPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,KAAK,iBAAiB,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,iBAAiB,2CAqB9E"}
@@ -1,12 +0,0 @@
1
- declare const StickyWrapper: ({ children, topOffset, zIndex, className, style, disabled, threshold, ...props }: {
2
- [x: string]: any;
3
- children: any;
4
- topOffset?: number;
5
- zIndex?: number;
6
- className?: string;
7
- style?: {};
8
- disabled?: boolean;
9
- threshold?: any;
10
- }) => import("react/jsx-runtime").JSX.Element;
11
- export default StickyWrapper;
12
- //# sourceMappingURL=StickyWrapper.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"StickyWrapper.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/StickyWrapper.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,aAAa,GAAI;;;;;;;;;CAStB,4CAuMA,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1,36 +0,0 @@
1
- import { default as React } from 'react';
2
- type Padding = {
3
- top: string | number | undefined;
4
- right: string | number | undefined;
5
- bottom: string | number | undefined;
6
- left: string | number | undefined;
7
- };
8
- type Border = {
9
- color?: string;
10
- top?: string | number;
11
- bottom?: string | number;
12
- left?: string | number;
13
- right?: string | number;
14
- };
15
- type Props = {
16
- className?: string;
17
- background?: string | null;
18
- backgroundColor?: string | null;
19
- padding?: Padding;
20
- width?: string;
21
- align?: 'left' | 'center' | 'right' | 'justify';
22
- children: React.ReactElement | React.ReactElement[];
23
- childrenWidth?: string | number;
24
- border?: Border;
25
- borderRadius?: number | string | null;
26
- isParent?: boolean;
27
- overflow?: 'visible' | 'hidden' | 'scroll' | 'auto' | 'inherit' | 'initial' | 'unset';
28
- display?: 'block' | 'inline-block';
29
- /** When set (e.g. 0 for Divider), avoids inherited layout line-height inflating table cell height. */
30
- lineHeight?: React.CSSProperties['lineHeight'];
31
- /** When set (e.g. 0 for Divider with lineHeight 0), removes font-metrics strut so 1px lines stay 1px. */
32
- fontSize?: React.CSSProperties['fontSize'];
33
- };
34
- export default function Wrapper({ className, background, backgroundColor, padding, width, align, children, border, borderRadius, isParent, overflow, display, lineHeight, fontSize, }: Props): import("react/jsx-runtime").JSX.Element;
35
- export {};
36
- //# sourceMappingURL=Wrapper.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,OAAO,GAAG;IACb,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACjC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACnC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACpC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,KAAK,MAAM,GAAG;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,CAAA;AAED,KAAK,KAAK,GAAG;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAE;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAE;IACjD,QAAQ,EAAE,KAAK,CAAC,YAAY,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC;IACpD,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IACtF,OAAO,CAAC,EAAE,OAAO,GAAG,cAAc,CAAE;IACpC,sGAAsG;IACtG,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC;IAC/C,yGAAyG;IACzG,QAAQ,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;CAC5C,CAAC;AAUF,MAAM,CAAC,OAAO,UAAU,OAAO,CAC3B,EACE,SAAS,EACT,UAAU,EACV,eAAe,EACf,OAAgD,EAChD,KAAK,EACL,KAAK,EACL,QAAQ,EACR,MAAM,EACN,YAAY,EACZ,QAAe,EACf,QAAoB,EACpB,OAAO,EACP,UAAU,EACV,QAAQ,GACT,EAAE,KAAK,2CA6EX"}
@@ -1,11 +0,0 @@
1
- import { default as React } from 'react';
2
- interface ImageInputProps {
3
- blockId?: string | null;
4
- defaultValue?: string | null;
5
- values: object;
6
- }
7
- declare const ImageInput: React.FC<ImageInputProps & {
8
- onChange: (value: string | null, styles?: unknown) => void;
9
- }>;
10
- export default ImageInput;
11
- //# sourceMappingURL=BackgroundImageInput.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BackgroundImageInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BackgroundImageInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmC,MAAM,OAAO,CAAC;AAsCxD,UAAU,eAAe;IACvB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;CAChB;AAcD,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CACxB,eAAe,GAAG;IAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,EAAE,MAAM,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CAAE,CAk4BjF,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,8 +0,0 @@
1
- type Props = {
2
- label: string;
3
- defaultValue: boolean;
4
- onChange: (value: boolean) => void;
5
- };
6
- export default function BooleanInput({ label, defaultValue, onChange }: Props): import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=BooleanInput.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BooleanInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BooleanInput.tsx"],"names":[],"mappings":"AAKA,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CACpC,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,KAAK,2CAmB5E"}
@@ -1,16 +0,0 @@
1
- import { FC } from 'react';
2
- type BorderInputProps = {
3
- label?: string;
4
- borderColor: string | null;
5
- borderTop: number | null;
6
- borderBottom: number | null;
7
- borderLeft: number | null;
8
- borderRight: number | null;
9
- onChange: (v: Object) => void;
10
- mobile?: boolean;
11
- sidesLinked?: boolean;
12
- onSidesLinkedChange: (linked: boolean) => void;
13
- };
14
- declare const BorderInput: FC<BorderInputProps>;
15
- export default BorderInput;
16
- //# sourceMappingURL=BorderInput.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BorderInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BorderInput.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAC,EAAE,EAAsB,MAAM,OAAO,CAAC;AAKrD,KAAK,gBAAgB,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mBAAmB,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;CAChD,CAAA;AAED,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CA8LrC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,16 +0,0 @@
1
- type Props = {
2
- nullable: true;
3
- label?: string;
4
- onChange: (value: string | null) => void;
5
- defaultValue: string | null;
6
- compact?: boolean;
7
- } | {
8
- nullable: false;
9
- label?: string;
10
- onChange: (value: string) => void;
11
- defaultValue: string;
12
- compact?: boolean;
13
- };
14
- export default function ColorInput({ label, defaultValue, onChange, nullable, compact, ...props }: Props): import("react/jsx-runtime").JSX.Element;
15
- export {};
16
- //# sourceMappingURL=BaseColorInput.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseColorInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/BaseColorInput.tsx"],"names":[],"mappings":"AAWA,KAAK,KAAK,GACN;IACE,QAAQ,EAAE,IAAI,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GACD;IACE,QAAQ,EAAE,KAAK,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEN,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAe,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,2CA0G/G"}
@@ -1,13 +0,0 @@
1
- import { FC } from 'react';
2
- type LinksInputProps = {
3
- label?: string;
4
- linkColor: string | null;
5
- underline: boolean;
6
- onChange: (v: {
7
- linkColor: string | null;
8
- underline: boolean;
9
- }) => void;
10
- };
11
- declare const LinksInput: FC<LinksInputProps>;
12
- export default LinksInput;
13
- //# sourceMappingURL=LinksInput.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LinksInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/LinksInput.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AAQvD,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,CAAC,EAAE;QAAE,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,SAAS,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;CACzE,CAAA;AAED,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAoFnC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,10 +0,0 @@
1
- type Props = {
2
- value: string;
3
- nullable?: boolean;
4
- onChange: (v: string | null) => void;
5
- showHexColor?: boolean;
6
- };
7
- export declare const updateRecentColors: (newColor: string, currentColors: string[]) => string[];
8
- export default function Picker({ value, nullable, onChange }: Props): import("react/jsx-runtime").JSX.Element;
9
- export {};
10
- //# sourceMappingURL=Picker.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Picker.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Picker.tsx"],"names":[],"mappings":"AA0CA,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,UAAU,MAAM,EAAE,eAAe,MAAM,EAAE,aAsB3E,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,KAAK,2CA4IlE"}