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,220 @@
1
+ declare const _default: {
2
+ "header": {
3
+ "undo": "Deshacer (CTRL + Z)",
4
+ "redo": "Rehacer (CTRL + Y)",
5
+ "copy_html": "Copiar HTML",
6
+ "copy_json": "Copiar JSON",
7
+ "edit": "Editar",
8
+ "preview": "Vista previa",
9
+ "htmlOutput": "HTML",
10
+ "jsonOutput": "JSON",
11
+ "desktop": "Escritorio",
12
+ "mobile": "Móvil",
13
+ "content": "Contenido",
14
+ "styles": "Estilos",
15
+ "componentTree": "Árbol de bloques",
16
+ "openComponentTree": "Abrir árbol de bloques",
17
+ "closeComponentTree": "Cerrar árbol de bloques"
18
+ },
19
+ "actions": {
20
+ "copyFormat": "Copiar formato",
21
+ "pasteFormatting": "Pegar formato",
22
+ "noFormatSupported": "Formato no compatible",
23
+ "duplicate": "Duplicar",
24
+ "delete": "Eliminar"
25
+ },
26
+ "border": {
27
+ "unlockBorders": "Desbloquear bordes",
28
+ "lockBordersTogether": "Bloquear bordes juntos"
29
+ },
30
+ "shape": {
31
+ "label": "Estilo",
32
+ "square": "Cuadrado",
33
+ "pill": "Píldora",
34
+ "custom": "Personalizado",
35
+ "borderRadius": "Radio del borde",
36
+ "lockTooltip": "Bloquear esquinas juntas",
37
+ "unlockTooltip": "Desbloquear esquinas"
38
+ },
39
+ "properties": {
40
+ "backgroundColor": "Color de fondo",
41
+ "border": "Borde",
42
+ "padding": "Relleno",
43
+ "fontWeight": "Grosor de fuente",
44
+ "fontSize": "Tamaño de fuente",
45
+ "fontFamily": "Familia tipográfica",
46
+ "width": "Ancho",
47
+ "shape": "Forma",
48
+ "borderRadius": "Radio del borde",
49
+ "alignment": "Alineación",
50
+ "height": "Altura",
51
+ "lineHeight": "Altura de línea",
52
+ "color": "Color"
53
+ },
54
+ "inputs": {
55
+ "width": {
56
+ "full": "Completo",
57
+ "auto": "Automático"
58
+ },
59
+ "common": {
60
+ "size": "Tamaño",
61
+ "width": "Ancho",
62
+ "height": "Altura",
63
+ "uploadFile": "Subir un archivo",
64
+ "dragAndDrop": "o arrastra y suelta",
65
+ "fileInfo": "PNG, JPG, GIF hasta 5MB",
66
+ "add": "Agregar",
67
+ "close": "Cerrar",
68
+ "invalidFiles": "Algunos archivos no son válidos (tipo incorrecto o demasiado grandes). Solo se subirán los archivos válidos.",
69
+ "svgWarning": "Las imágenes SVG pueden no mostrarse correctamente en clientes de correo como Outlook. Considera usar PNG o JPG para una mejor compatibilidad."
70
+ },
71
+ "columnWidths": {
72
+ "label": "Ancho de columnas",
73
+ "tooltip": "Las imágenes en estas columnas no pueden exceder el ancho de la columna",
74
+ "left": "Izquierda",
75
+ "right": "Derecha",
76
+ "center": "Centro"
77
+ },
78
+ "alignment": {
79
+ "label": "Alineación"
80
+ },
81
+ "responsiveSize": {
82
+ "customPadding": "Relleno personalizado",
83
+ "lockTooltip": "Bloquear lados del relleno juntos",
84
+ "unlockTooltip": "Desbloquear lados del relleno",
85
+ "allSides": "Todos",
86
+ "options": {
87
+ "xSmall": "XS",
88
+ "small": "SM",
89
+ "medium": "MD",
90
+ "custom": "Personalizado"
91
+ }
92
+ },
93
+ "sizeSelector": {
94
+ "label": "Tamaño",
95
+ "contain": "Contener",
96
+ "cover": "Cubrir",
97
+ "scale": "Escalar"
98
+ },
99
+ "screenSelector": {
100
+ "desktop": "Vista de escritorio",
101
+ "mobile": "Vista móvil"
102
+ },
103
+ "links": {
104
+ "color": "Color del enlace",
105
+ "underline": "Subrayado del enlace",
106
+ "underlineOn": "Subrayado activado",
107
+ "underlineOff": "Subrayado desactivado"
108
+ },
109
+ "backgroundImage": {
110
+ "label": "Imagen de fondo",
111
+ "fillType": "Tipo de relleno de fondo",
112
+ "repeat": "Repetición de fondo",
113
+ "position": "Posición de fondo",
114
+ "fillOptions": {
115
+ "cover": "Cubrir",
116
+ "contain": "Contener",
117
+ "auto": "Automático"
118
+ },
119
+ "repeatOptions": {
120
+ "none": "Sin repetición",
121
+ "repeat": "Repetir",
122
+ "repeatX": "Repetir X",
123
+ "repeatY": "Repetir Y"
124
+ },
125
+ "positions": {
126
+ "topLeft": "Arriba izquierda",
127
+ "topCenter": "Arriba centro",
128
+ "topRight": "Arriba derecha",
129
+ "centerLeft": "Centro izquierda",
130
+ "center": "Centro",
131
+ "centerRight": "Centro derecha",
132
+ "bottomLeft": "Abajo izquierda",
133
+ "bottomCenter": "Abajo centro",
134
+ "bottomRight": "Abajo derecha"
135
+ }
136
+ },
137
+ "image": {
138
+ "urlLabel": "URL de la imagen",
139
+ "urlPlaceholder": "Ingresa la URL de la imagen...",
140
+ "invalidUrl": "Formato de URL inválido",
141
+ "timeout": "Tiempo de espera agotado - La URL tardó demasiado en responder",
142
+ "notImage": "La URL no apunta a una imagen"
143
+ },
144
+ "social": {
145
+ "icon": "Ícono",
146
+ "url": "URL",
147
+ "theme": "Tema",
148
+ "size": "Tamaño"
149
+ },
150
+ "layout": {
151
+ "label": "Diseño"
152
+ },
153
+ "panels": {
154
+ "avatar": {
155
+ "title": "Bloque de avatar",
156
+ "sizeLabel": "Tamaño",
157
+ "altLabel": "Texto alternativo"
158
+ },
159
+ "button": {
160
+ "title": "Bloque de botón",
161
+ "textLabel": "Texto",
162
+ "targetLabel": "Destino",
163
+ "targetPlaceholder": "https://tu-sitio.com",
164
+ "textColor": "Color del texto",
165
+ "buttonColor": "Color del botón"
166
+ },
167
+ "columns": {
168
+ "title": "Bloque de columnas",
169
+ "countLabel": "Número de columnas"
170
+ },
171
+ "container": {
172
+ "title": "Bloque contenedor"
173
+ },
174
+ "divider": {
175
+ "title": "Bloque divisor"
176
+ },
177
+ "emailLayout": {
178
+ "title": "Estilos globales",
179
+ "backgroundColor": "Color de fondo",
180
+ "canvasColor": "Color del lienzo",
181
+ "fontFamily": "Familia tipográfica",
182
+ "textColor": "Color del texto",
183
+ "linksLabel": "Enlaces",
184
+ "version": "Versión",
185
+ "showVersion": "Mostrar versión"
186
+ },
187
+ "heading": {
188
+ "title": "Bloque de encabezado",
189
+ "contentLabel": "Contenido",
190
+ "levelLabel": "Nivel"
191
+ },
192
+ "html": {
193
+ "title": "Bloque HTML",
194
+ "contentLabel": "Contenido"
195
+ },
196
+ "image": {
197
+ "title": "Bloque de imagen",
198
+ "altLabel": "Texto alternativo",
199
+ "altPlaceholder": "Dos relojes blancos",
200
+ "urlLabel": "URL",
201
+ "urlPlaceholder": "https://tu-sitio-web.com"
202
+ },
203
+ "social": {
204
+ "title": "Íconos de redes sociales",
205
+ "gap": "Espaciado"
206
+ },
207
+ "spacer": {
208
+ "title": "Bloque espaciador"
209
+ },
210
+ "text": {
211
+ "title": "Bloque de texto",
212
+ "contentLabel": "Contenido",
213
+ "markdownLabel": "Markdown",
214
+ "doubleClickToEdit": "Haz doble clic en el bloque del canvas para editar el contenido"
215
+ }
216
+ }
217
+ }
218
+ };
219
+
220
+ export default _default;
@@ -0,0 +1,44 @@
1
+ declare const _default: {
2
+ "language": "Italiano",
3
+ "generic": {
4
+ "confirm": "Conferma",
5
+ "cancel": "Annulla",
6
+ "save": "Salva",
7
+ "delete": "Elimina"
8
+ },
9
+ "editor": {
10
+ "notionTextPlaceholder": "Digita \"/\" per aprire il menu",
11
+ "editing": "Modifica"
12
+ },
13
+ "bubbleMenu": {
14
+ "bold": "Grassetto",
15
+ "italic": "Corsivo",
16
+ "underline": "Sottolineato",
17
+ "strikethrough": "Barrato",
18
+ "lists": "Elenchi",
19
+ "bulletList": "Elenco puntato",
20
+ "numberedList": "Elenco numerato",
21
+ "textAlign": "Allineamento testo",
22
+ "alignLeft": "Allinea a sinistra",
23
+ "alignCenter": "Allinea al centro",
24
+ "alignRight": "Allinea a destra",
25
+ "alignJustify": "Giustifica",
26
+ "textColor": "Colore del testo",
27
+ "backgroundColor": "Colore di sfondo",
28
+ "link": "Collegamento",
29
+ "insertMergeTag": "Inserisci tag dinamico",
30
+ "insertEmoji": "Inserisci emoji",
31
+ "aiFeatures": "Funzioni IA",
32
+ "clearFormatting": "Cancella formattazione"
33
+ },
34
+ "linkEditor": {
35
+ "editLink": "Modifica collegamento",
36
+ "insertLink": "Inserisci collegamento",
37
+ "urlLabel": "URL",
38
+ "urlPlaceholder": "https://esempio.com",
39
+ "invalidUrl": "Inserisci un URL valido"
40
+ }
41
+ }
42
+ ;
43
+
44
+ export default _default;
@@ -0,0 +1,220 @@
1
+ declare const _default: {
2
+ "header": {
3
+ "undo": "Annulla (CTRL + Z)",
4
+ "redo": "Ripeti (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": "Contenuto",
14
+ "styles": "Stili",
15
+ "componentTree": "Albero componenti",
16
+ "openComponentTree": "Apri albero componenti",
17
+ "closeComponentTree": "Chiudi albero componenti"
18
+ },
19
+ "actions": {
20
+ "copyFormat": "Copia formato",
21
+ "pasteFormatting": "Incolla formato",
22
+ "noFormatSupported": "Formato non supportato",
23
+ "duplicate": "Duplica",
24
+ "delete": "Elimina"
25
+ },
26
+ "border": {
27
+ "unlockBorders": "Sblocca bordi",
28
+ "lockBordersTogether": "Blocca bordi insieme"
29
+ },
30
+ "shape": {
31
+ "label": "Stile",
32
+ "square": "Quadrato",
33
+ "pill": "Pillola",
34
+ "custom": "Personalizzato",
35
+ "borderRadius": "Raggio del bordo",
36
+ "lockTooltip": "Blocca angoli insieme",
37
+ "unlockTooltip": "Sblocca angoli"
38
+ },
39
+ "properties": {
40
+ "backgroundColor": "Colore di sfondo",
41
+ "border": "Bordo",
42
+ "padding": "Riempimento",
43
+ "fontWeight": "Spessore del carattere",
44
+ "fontSize": "Dimensione del carattere",
45
+ "fontFamily": "Famiglia di caratteri",
46
+ "width": "Larghezza",
47
+ "shape": "Forma",
48
+ "borderRadius": "Raggio del bordo",
49
+ "alignment": "Allineamento",
50
+ "height": "Altezza",
51
+ "lineHeight": "Altezza della linea",
52
+ "color": "Colore"
53
+ },
54
+ "inputs": {
55
+ "width": {
56
+ "full": "Completo",
57
+ "auto": "Automatico"
58
+ },
59
+ "common": {
60
+ "size": "Dimensione",
61
+ "width": "Larghezza",
62
+ "height": "Altezza",
63
+ "uploadFile": "Carica un file",
64
+ "dragAndDrop": "o trascina e rilascia",
65
+ "fileInfo": "PNG, JPG, GIF fino a 5MB",
66
+ "add": "Aggiungi",
67
+ "close": "Chiudi",
68
+ "invalidFiles": "Alcuni file non sono validi (tipo errato o troppo grandi). Solo i file validi verranno caricati.",
69
+ "svgWarning": "Le immagini SVG potrebbero non essere visualizzate correttamente nei client di posta Outlook. Considera l'uso di PNG o JPG per una migliore compatibilità."
70
+ },
71
+ "columnWidths": {
72
+ "label": "Larghezza delle colonne",
73
+ "tooltip": "Le immagini in queste colonne non possono superare la larghezza della colonna",
74
+ "left": "Sinistra",
75
+ "right": "Destra",
76
+ "center": "Centro"
77
+ },
78
+ "alignment": {
79
+ "label": "Allineamento"
80
+ },
81
+ "responsiveSize": {
82
+ "customPadding": "Riempimento personalizzato",
83
+ "lockTooltip": "Blocca i lati del riempimento insieme",
84
+ "unlockTooltip": "Sblocca i lati del riempimento",
85
+ "allSides": "Tutti",
86
+ "options": {
87
+ "xSmall": "XS",
88
+ "small": "SM",
89
+ "medium": "MD",
90
+ "custom": "Personalizzato"
91
+ }
92
+ },
93
+ "sizeSelector": {
94
+ "label": "Dimensione",
95
+ "contain": "Contieni",
96
+ "cover": "Copri",
97
+ "scale": "Scala"
98
+ },
99
+ "screenSelector": {
100
+ "desktop": "Vista desktop",
101
+ "mobile": "Vista mobile"
102
+ },
103
+ "links": {
104
+ "color": "Colore del collegamento",
105
+ "underline": "Sottolineatura del collegamento",
106
+ "underlineOn": "Sottolineatura attiva",
107
+ "underlineOff": "Sottolineatura disattiva"
108
+ },
109
+ "backgroundImage": {
110
+ "label": "Immagine di sfondo",
111
+ "fillType": "Tipo di riempimento dello sfondo",
112
+ "repeat": "Ripetizione dello sfondo",
113
+ "position": "Posizione dello sfondo",
114
+ "fillOptions": {
115
+ "cover": "Copri",
116
+ "contain": "Contieni",
117
+ "auto": "Automatico"
118
+ },
119
+ "repeatOptions": {
120
+ "none": "Nessuna ripetizione",
121
+ "repeat": "Ripeti",
122
+ "repeatX": "Ripeti X",
123
+ "repeatY": "Ripeti Y"
124
+ },
125
+ "positions": {
126
+ "topLeft": "In alto a sinistra",
127
+ "topCenter": "In alto al centro",
128
+ "topRight": "In alto a destra",
129
+ "centerLeft": "Centro sinistra",
130
+ "center": "Centro",
131
+ "centerRight": "Centro destra",
132
+ "bottomLeft": "In basso a sinistra",
133
+ "bottomCenter": "In basso al centro",
134
+ "bottomRight": "In basso a destra"
135
+ }
136
+ },
137
+ "image": {
138
+ "urlLabel": "URL dell'immagine",
139
+ "urlPlaceholder": "Inserisci l'URL dell'immagine...",
140
+ "invalidUrl": "Formato URL non valido",
141
+ "timeout": "Timeout della richiesta - L'URL ha impiegato troppo tempo per rispondere",
142
+ "notImage": "L'URL non punta a un'immagine"
143
+ },
144
+ "social": {
145
+ "icon": "Icona",
146
+ "url": "URL",
147
+ "theme": "Tema",
148
+ "size": "Dimensione"
149
+ },
150
+ "layout": {
151
+ "label": "Layout"
152
+ },
153
+ "panels": {
154
+ "avatar": {
155
+ "title": "Blocco avatar",
156
+ "sizeLabel": "Dimensione",
157
+ "altLabel": "Testo alternativo"
158
+ },
159
+ "button": {
160
+ "title": "Blocco pulsante",
161
+ "textLabel": "Testo",
162
+ "targetLabel": "Destinazione",
163
+ "targetPlaceholder": "https://tuo-sito.com",
164
+ "textColor": "Colore del testo",
165
+ "buttonColor": "Colore del pulsante"
166
+ },
167
+ "columns": {
168
+ "title": "Blocco colonne",
169
+ "countLabel": "Numero di colonne"
170
+ },
171
+ "container": {
172
+ "title": "Blocco contenitore"
173
+ },
174
+ "divider": {
175
+ "title": "Blocco divisore"
176
+ },
177
+ "emailLayout": {
178
+ "title": "Stili globali",
179
+ "backgroundColor": "Colore di sfondo",
180
+ "canvasColor": "Colore della tela",
181
+ "fontFamily": "Famiglia di caratteri",
182
+ "textColor": "Colore del testo",
183
+ "linksLabel": "Collegamenti",
184
+ "version": "Versione",
185
+ "showVersion": "Mostra versione"
186
+ },
187
+ "heading": {
188
+ "title": "Blocco intestazione",
189
+ "contentLabel": "Contenuto",
190
+ "levelLabel": "Livello"
191
+ },
192
+ "html": {
193
+ "title": "Blocco HTML",
194
+ "contentLabel": "Contenuto"
195
+ },
196
+ "image": {
197
+ "title": "Blocco immagine",
198
+ "altLabel": "Testo alternativo",
199
+ "altPlaceholder": "Due orologi bianchi",
200
+ "urlLabel": "URL",
201
+ "urlPlaceholder": "https://tuo-sito-web.com"
202
+ },
203
+ "social": {
204
+ "title": "Icone dei social media",
205
+ "gap": "Spaziatura"
206
+ },
207
+ "spacer": {
208
+ "title": "Blocco spaziatore"
209
+ },
210
+ "text": {
211
+ "title": "Blocco testo",
212
+ "contentLabel": "Contenuto",
213
+ "markdownLabel": "Markdown",
214
+ "doubleClickToEdit": "Fai doppio clic sul blocco nella tela per modificare il contenuto"
215
+ }
216
+ }
217
+ }
218
+ };
219
+
220
+ export default _default;
@@ -0,0 +1,8 @@
1
+ declare module '@mui/material/styles' {
2
+ interface TypeBackground {
3
+ input?: string;
4
+ }
5
+ }
6
+ declare const getTheme: (mainColor?: string, secondaryColor?: string, darkMode?: boolean) => import('@mui/material').Theme;
7
+ export default getTheme;
8
+ //# sourceMappingURL=theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/theme.ts"],"names":[],"mappings":"AAEA,OAAO,QAAQ,sBAAsB,CAAC;IACpC,UAAU,cAAc;QACtB,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB;CACF;AAuDD,QAAA,MAAM,QAAQ,GAAI,YAAW,MAAmB,EAAE,iBAAgB,MAAmB,EAAE,WAAU,OAAe,kCA4vC/G,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Hook personalizado para debounce de funciones
3
+ * Evita llamadas excesivas a funciones costosas
4
+ */
5
+ export declare function useDebouncedCallback<T extends (...args: any[]) => any>(callback: T, delay: number): T & {
6
+ flush: () => void;
7
+ };
8
+ //# sourceMappingURL=useDebounce.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useDebounce.d.ts","sourceRoot":"","sources":["../../../../src/utils/useDebounce.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,wBAAgB,oBAAoB,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EACpE,QAAQ,EAAE,CAAC,EACX,KAAK,EAAE,MAAM,GACZ,CAAC,GAAG;IAAE,KAAK,EAAE,MAAM,IAAI,CAAA;CAAE,CAkC3B"}