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,33 @@
1
+ import { RefObject } from 'react';
2
+ export declare const setStickyMenu: (element: RefObject<HTMLDivElement>, reference: RefObject<HTMLDivElement>, height?: number) => void;
3
+ /**
4
+ * Genera un UUID v4 compatible con todos los navegadores
5
+ *
6
+ * Utiliza crypto.randomUUID() si está disponible para mayor seguridad,
7
+ * de lo contrario usa Math.random() como respaldo
8
+ *
9
+ * @returns {string} UUID v4 válido
10
+ */
11
+ export declare function generateUUID(): string;
12
+ /**
13
+ * Genera un ID corto aleatorio (útil para keys de React)
14
+ *
15
+ * @param {number} length - Longitud del ID (por defecto 8)
16
+ * @returns {string} ID aleatorio
17
+ */
18
+ export declare function generateShortId(length?: number): string;
19
+ /**
20
+ * Genera un timestamp único combinado con un número aleatorio
21
+ * Útil cuando necesitas un ID único pero no necesariamente un UUID
22
+ *
23
+ * @returns {string} ID único basado en timestamp
24
+ */
25
+ export declare function generateTimestampId(): string;
26
+ /**
27
+ * Verifica si una cadena es un UUID válido
28
+ *
29
+ * @param {string} uuid - Cadena a verificar
30
+ * @returns {boolean} true si es un UUID válido
31
+ */
32
+ export declare function isValidUUID(uuid: string): boolean;
33
+ //# sourceMappingURL=extraFunctions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extraFunctions.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/helper/extraFunctions.ts"],"names":[],"mappings":"AAAE,OAAO,EAAE,SAAS,EAAC,MAAM,OAAO,CAAC;AAEjC,eAAO,MAAM,aAAa,GAAI,SAAS,SAAS,CAAC,cAAc,CAAC,EAAE,WAAW,SAAS,CAAC,cAAc,CAAC,EAAE,SAAS,MAAM,SAatH,CAAC;AAIF;;;;;;;EAOC;AACH,wBAAgB,YAAY,IAAI,MAAM,CAYrC;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,MAAM,GAAE,MAAU,GAAG,MAAM,CAS1D;AAED;;;;;GAKG;AACH,wBAAgB,mBAAmB,IAAI,MAAM,CAE5C;AAED;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAGjD"}
@@ -0,0 +1,2 @@
1
+ export declare const getCleanURL: (url: string | undefined | null) => string;
2
+ //# sourceMappingURL=formatting.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formatting.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/helper/formatting.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,GAAI,KAAM,MAAM,GAAG,SAAS,GAAG,IAAI,WAW1D,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare const globalsStyles = "\n .ql-snow a{\n color: inherit;\n }\n h1,h2,h3,h4,h5,h6{font-size:revert;font-weight:revert;}\n p{margin: 0;}\n ol,ul{list-style:revert;margin:revert;padding:revert;}\n";
2
+ //# sourceMappingURL=globalsStyles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"globalsStyles.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/helper/globalsStyles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAO,aAAa,sLAO1B,CAAA"}
@@ -0,0 +1,3 @@
1
+ export declare function html(value: string): Promise<string>;
2
+ export declare function json(value: string): Promise<string>;
3
+ //# sourceMappingURL=highlighters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"highlighters.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/helper/highlighters.tsx"],"names":[],"mappings":"AAuGA,wBAAsB,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CASzD;AAED,wBAAsB,IAAI,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAQzD"}
@@ -0,0 +1,2 @@
1
+ export declare const qlcss = "\n * {\n font-family: inherit, sans-serif, \"Arial\";\n }\n\n p{\n margin: 0;\n}\n[data-list=\"bullet\"] {\n list-style-type: none !important;\n}\n[data-list=\"ordered\"] {\n list-style-type: none !important;\n}\n\n.ql-align-right { text-align: right; }\n.ql-align-center { text-align: center; }\n.ql-align-justify { text-align: justify; }\n\n.ql-size-small { font-size: 0.75em !important; }\n.ql-size-large { font-size: 1.5em !important; }\n.ql-size-huge { font-size: 2.5em !important; }\n\n.ql-size-10px { font-size: 10px; }\n.ql-size-12px { font-size: 12px; }\n.ql-size-14px { font-size: 14px; }\n.ql-size-16px { font-size: 16px; }\n.ql-size-18px { font-size: 18px; }\n.ql-size-20px { font-size: 20px; }\n.ql-size-22px { font-size: 22px; }\n.ql-size-24px { font-size: 24px; }\n.ql-size-26px { font-size: 26px; }\n.ql-size-28px { font-size: 28px; }\n.ql-size-30px { font-size: 30px; }\n.ql-size-32px { font-size: 32px; }\n.ql-size-34px { font-size: 34px; }\n.ql-size-36px { font-size: 36px; }\n.ql-size-38px { font-size: 38px; }\n.ql-size-40px { font-size: 40px; }\n.ql-size-42px { font-size: 42px; }\n.ql-size-44px { font-size: 44px; }\n.ql-size-46px { font-size: 46px; }\n.ql-size-48px { font-size: 48px; }\n\n.ql-font-lato {\n font-family: 'Lato', 'Helvetica', sans-serif, Arial;\n}\n\n.ql-font-merriweather {\n font-family: 'Merriweather', 'Georgia', serif;\n}\n\n.ql-font-montserrat {\n font-family: 'Montserrat', 'Helvetica', sans-serif, Arial;\n}\n\n.ql-font-open-sans {\n font-family: 'Open Sans', 'Helvetica', sans-serif, Arial;\n}\n\n.ql-font-oswald {\n font-family: 'Oswald', 'Arial', sans-serif;\n}\n\n.ql-font-pacifico {\n font-family: 'Pacifico', 'Brush Script MT', cursive;\n}\n\n.ql-font-playfair {\n font-family: 'Playfair Display', 'Georgia', serif;\n}\n\n.ql-font-roboto-mono {\n font-family: 'Roboto Mono', 'Courier New', monospace;\n}\n\n.ql-font-roboto-slab {\n font-family: 'Roboto Slab', 'Georgia', serif;\n}\n\n.ql-font-roboto {\n font-family: 'Roboto', 'Helvetica', sans-serif, Arial;\n}\n\nol, li {\n padding-left: 0!important;\n}\n\n\n/* Base indent - 1.5em */\nli.ql-indent-1 {\n padding-left: 1.5em!important;\n}\nli.ql-indent-1.ql-direction-rtl.ql-align-right {\n padding-right: 1.5em!important;\n padding-left: 0!important;\n}\n\n/* Indent 2 - 3.0em */\nli.ql-indent-2 {\n padding-left: 3.0em!important;\n}\nli.ql-indent-2.ql-direction-rtl.ql-align-right {\n padding-right: 4.5em!important;\n padding-left: 0!important;\n}\n\n/* Indent 3 - 4.5em */\nli.ql-indent-3 {\n padding-left: 5em!important;\n}\nli.ql-indent-3.ql-direction-rtl.ql-align-right {\n padding-right: 6.0em!important;\n padding-left: 0!important;\n}\n\n/* Indent 4 - 6.0em */\nli.ql-indent-4 {\n padding-left: 7.5em!important;\n}\nli.ql-indent-4.ql-direction-rtl.ql-align-right {\n padding-right: 7.5em!important;\n padding-left: 0!important;\n}\n\n/* Indent 5 - 7.5em */\nli.ql-indent-5 {\n padding-left: 9.0em!important;\n}\nli.ql-indent-5.ql-direction-rtl.ql-align-right {\n padding-right: 9.0em!important;\n padding-left: 0!important;\n}\n\n/* Indent 6 - 9.0em */\nli.ql-indent-6 {\n padding-left: 10.5em!important;\n}\nli.ql-indent-6.ql-direction-rtl.ql-align-right {\n padding-right: 10.5em!important;\n padding-left: 0!important;\n}\n\n/* Indent 7 - 10.5em */\nli.ql-indent-7 {\n padding-left: 12.0em!important;\n}\nli.ql-indent-7.ql-direction-rtl.ql-align-right {\n padding-right: 12.0em!important;\n padding-left: 0!important;\n}\n\n/* Indent 8 - 12.0em */\nli.ql-indent-8 {\n padding-left: 13.5em!important;\n}\nli.ql-indent-8.ql-direction-rtl.ql-align-right {\n padding-right: 13.5em!important;\n padding-left: 0!important;\n}\n\n/* Indent 9 - 13.5em */\nli.ql-indent-9 {\n padding-left: 15.0em!important;\n}\nli.ql-indent-9.ql-direction-rtl.ql-align-right {\n padding-right: 15.0em!important;\n padding-left: 0!important;\n}\n";
2
+ //# sourceMappingURL=qlcss.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"qlcss.d.ts","sourceRoot":"","sources":["../../../../../../src/App/TemplatePanel/helper/qlcss.ts"],"names":[],"mappings":"AAAA,eAAO,MAAO,KAAK,q4HAyKlB,CAAC"}
@@ -0,0 +1,12 @@
1
+ type TemplatePanelProps = {
2
+ sticky?: boolean;
3
+ heightContent?: string;
4
+ enableEditorTab?: boolean;
5
+ enablePreviewTab?: boolean;
6
+ enableHtmlTab?: boolean;
7
+ enableJsonTab?: boolean;
8
+ enableComponentTree?: boolean;
9
+ };
10
+ export default function TemplatePanel({ sticky, heightContent, enableEditorTab, enablePreviewTab, enableHtmlTab, enableJsonTab, enableComponentTree, }: TemplatePanelProps): import("react/jsx-runtime").JSX.Element;
11
+ export {};
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/App/TemplatePanel/index.tsx"],"names":[],"mappings":"AA6DA,KAAK,kBAAkB,GAAG;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,MAAM,EACN,aAAa,EACb,eAAsB,EACtB,gBAAuB,EACvB,aAAqB,EACrB,aAAoB,EACpB,mBAA0B,GAC3B,EAAE,kBAAkB,2CA0epB"}
@@ -0,0 +1,7 @@
1
+ import { TReaderDocument } from '../../../../email-builder/src';
2
+ type TOptions = {
3
+ rootBlockId: string;
4
+ };
5
+ export default function renderToStaticMarkup(document: TReaderDocument, { rootBlockId }: TOptions): import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=renderToStaticMarkup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"renderToStaticMarkup.d.ts","sourceRoot":"","sources":["../../../../../src/App/TemplatePanel/renderToStaticMarkup.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAC,eAAe,EAAC,MAAM,+BAA+B,CAAC;AAM9D,KAAK,QAAQ,GAAG;IACZ,WAAW,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,QAAQ,EAAE,eAAe,EAAE,EAAE,WAAW,EAAE,EAAE,QAAQ,2CA8DhG"}
@@ -0,0 +1,16 @@
1
+ export type AppProps = {
2
+ galleryImages?: boolean;
3
+ freeMode?: boolean;
4
+ darkMode?: boolean;
5
+ tour?: boolean;
6
+ stickyHeader?: boolean;
7
+ heightContent?: string;
8
+ containerGrow?: boolean;
9
+ sticky?: boolean;
10
+ htmlTab?: boolean;
11
+ jsonTab?: boolean;
12
+ imagePlaceholder?: string;
13
+ componentTree?: boolean;
14
+ };
15
+ export default function App({ galleryImages, freeMode, darkMode, heightContent, containerGrow, sticky, htmlTab, jsonTab, imagePlaceholder, componentTree, }: AppProps): import("react/jsx-runtime").JSX.Element;
16
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/App/index.tsx"],"names":[],"mappings":"AAwBA,MAAM,MAAM,QAAQ,GAAG;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAA;AACD,MAAM,CAAC,OAAO,UAAU,GAAG,CAAC,EAC1B,aAAoB,EACpB,QAAe,EACf,QAAgB,EAChB,aAAoB,EACpB,aAAoB,EACpB,MAAc,EACd,OAAe,EACf,OAAe,EACf,gBAA4C,EAC5C,aAAoB,GACrB,EAAE,QAAQ,2CAmHV"}
@@ -0,0 +1,2 @@
1
+ export default function SampleImageGallery(): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=SampleImageGallery.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SampleImageGallery.d.ts","sourceRoot":"","sources":["../../../../src/components/SampleImageGallery.tsx"],"names":[],"mappings":"AAkDA,MAAM,CAAC,OAAO,UAAU,kBAAkB,4CAwNzC"}
@@ -0,0 +1,6 @@
1
+ export declare const MAX_WIDTH_DESKTOP = 600;
2
+ export declare const MAX_WIDTH_MOBILE = 370;
3
+ export declare const DEFAULT_HEIGHT_DESKTOP = 400;
4
+ export declare const HEADER_HEIGHT = "50px";
5
+ export declare const DEFAULT_PRESET_COLORS: string[];
6
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,MAAM,CAAC;AACrC,eAAO,MAAM,gBAAgB,MAAM,CAAC;AACpC,eAAO,MAAM,sBAAsB,MAAM,CAAC;AAC1C,eAAO,MAAM,aAAa,SAAS,CAAC;AACpC,eAAO,MAAM,qBAAqB,UAiDjC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ColumnsContainerProps } from './ColumnsContainerPropsSchema';
2
+ export default function ColumnsContainerEditor({ style, props, blockId, isNotClient }: ColumnsContainerProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ColumnsContainerEditor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColumnsContainerEditor.d.ts","sourceRoot":"","sources":["../../../../../../src/documents/blocks/ColumnsContainer/ColumnsContainerEditor.tsx"],"names":[],"mappings":"AAQA,OAAoC,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAGnG,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,EAAE,qBAAqB,2CA+D3G"}
@@ -0,0 +1,362 @@
1
+ import { z } from 'zod';
2
+ declare const ColumnsContainerPropsSchema: z.ZodObject<{
3
+ style: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4
+ background: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5
+ backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6
+ padding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
7
+ top: z.ZodNumber;
8
+ bottom: z.ZodNumber;
9
+ right: z.ZodNumber;
10
+ left: z.ZodNumber;
11
+ }, "strip", z.ZodTypeAny, {
12
+ left?: number;
13
+ right?: number;
14
+ top?: number;
15
+ bottom?: number;
16
+ }, {
17
+ left?: number;
18
+ right?: number;
19
+ top?: number;
20
+ bottom?: number;
21
+ }>>>;
22
+ mobilePadding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
23
+ top: z.ZodNumber;
24
+ bottom: z.ZodNumber;
25
+ right: z.ZodNumber;
26
+ left: z.ZodNumber;
27
+ }, "strip", z.ZodTypeAny, {
28
+ left?: number;
29
+ right?: number;
30
+ top?: number;
31
+ bottom?: number;
32
+ }, {
33
+ left?: number;
34
+ right?: number;
35
+ top?: number;
36
+ bottom?: number;
37
+ }>>>;
38
+ }, "strip", z.ZodTypeAny, {
39
+ backgroundColor?: string;
40
+ background?: string;
41
+ padding?: {
42
+ left?: number;
43
+ right?: number;
44
+ top?: number;
45
+ bottom?: number;
46
+ };
47
+ mobilePadding?: {
48
+ left?: number;
49
+ right?: number;
50
+ top?: number;
51
+ bottom?: number;
52
+ };
53
+ }, {
54
+ backgroundColor?: string;
55
+ background?: string;
56
+ padding?: {
57
+ left?: number;
58
+ right?: number;
59
+ top?: number;
60
+ bottom?: number;
61
+ };
62
+ mobilePadding?: {
63
+ left?: number;
64
+ right?: number;
65
+ top?: number;
66
+ bottom?: number;
67
+ };
68
+ }>>>;
69
+ props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
70
+ columns: z.ZodTuple<[z.ZodObject<{
71
+ childrenIds: z.ZodArray<z.ZodString, "many">;
72
+ }, "strip", z.ZodTypeAny, {
73
+ childrenIds?: string[];
74
+ }, {
75
+ childrenIds?: string[];
76
+ }>, z.ZodObject<{
77
+ childrenIds: z.ZodArray<z.ZodString, "many">;
78
+ }, "strip", z.ZodTypeAny, {
79
+ childrenIds?: string[];
80
+ }, {
81
+ childrenIds?: string[];
82
+ }>, z.ZodObject<{
83
+ childrenIds: z.ZodArray<z.ZodString, "many">;
84
+ }, "strip", z.ZodTypeAny, {
85
+ childrenIds?: string[];
86
+ }, {
87
+ childrenIds?: string[];
88
+ }>], null>;
89
+ fixedWidths: z.ZodNullable<z.ZodOptional<z.ZodTuple<[z.ZodOptional<z.ZodNullable<z.ZodNumber>>, z.ZodOptional<z.ZodNullable<z.ZodNumber>>, z.ZodOptional<z.ZodNullable<z.ZodNumber>>], null>>>;
90
+ columnsCount: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<2>, z.ZodLiteral<3>]>>>;
91
+ layout: z.ZodNullable<z.ZodOptional<z.ZodString>>;
92
+ contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
93
+ contentAlignmentMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
94
+ }, "strip", z.ZodTypeAny, {
95
+ fixedWidths?: [number, number, number, ...unknown[]];
96
+ columnsCount?: 2 | 3;
97
+ layout?: string;
98
+ contentAlignment?: "top" | "bottom" | "middle";
99
+ contentAlignmentMobile?: "top" | "bottom" | "middle";
100
+ columns?: [{
101
+ childrenIds?: string[];
102
+ }, {
103
+ childrenIds?: string[];
104
+ }, {
105
+ childrenIds?: string[];
106
+ }, ...unknown[]];
107
+ }, {
108
+ fixedWidths?: [number, number, number, ...unknown[]];
109
+ columnsCount?: 2 | 3;
110
+ layout?: string;
111
+ contentAlignment?: "top" | "bottom" | "middle";
112
+ contentAlignmentMobile?: "top" | "bottom" | "middle";
113
+ columns?: [{
114
+ childrenIds?: string[];
115
+ }, {
116
+ childrenIds?: string[];
117
+ }, {
118
+ childrenIds?: string[];
119
+ }, ...unknown[]];
120
+ }>>>;
121
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
122
+ style: z.ZodNullable<z.ZodOptional<z.ZodObject<{
123
+ background: z.ZodOptional<z.ZodNullable<z.ZodString>>;
124
+ backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
125
+ padding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
126
+ top: z.ZodNumber;
127
+ bottom: z.ZodNumber;
128
+ right: z.ZodNumber;
129
+ left: z.ZodNumber;
130
+ }, "strip", z.ZodTypeAny, {
131
+ left?: number;
132
+ right?: number;
133
+ top?: number;
134
+ bottom?: number;
135
+ }, {
136
+ left?: number;
137
+ right?: number;
138
+ top?: number;
139
+ bottom?: number;
140
+ }>>>;
141
+ mobilePadding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
142
+ top: z.ZodNumber;
143
+ bottom: z.ZodNumber;
144
+ right: z.ZodNumber;
145
+ left: z.ZodNumber;
146
+ }, "strip", z.ZodTypeAny, {
147
+ left?: number;
148
+ right?: number;
149
+ top?: number;
150
+ bottom?: number;
151
+ }, {
152
+ left?: number;
153
+ right?: number;
154
+ top?: number;
155
+ bottom?: number;
156
+ }>>>;
157
+ }, "strip", z.ZodTypeAny, {
158
+ backgroundColor?: string;
159
+ background?: string;
160
+ padding?: {
161
+ left?: number;
162
+ right?: number;
163
+ top?: number;
164
+ bottom?: number;
165
+ };
166
+ mobilePadding?: {
167
+ left?: number;
168
+ right?: number;
169
+ top?: number;
170
+ bottom?: number;
171
+ };
172
+ }, {
173
+ backgroundColor?: string;
174
+ background?: string;
175
+ padding?: {
176
+ left?: number;
177
+ right?: number;
178
+ top?: number;
179
+ bottom?: number;
180
+ };
181
+ mobilePadding?: {
182
+ left?: number;
183
+ right?: number;
184
+ top?: number;
185
+ bottom?: number;
186
+ };
187
+ }>>>;
188
+ props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
189
+ columns: z.ZodTuple<[z.ZodObject<{
190
+ childrenIds: z.ZodArray<z.ZodString, "many">;
191
+ }, "strip", z.ZodTypeAny, {
192
+ childrenIds?: string[];
193
+ }, {
194
+ childrenIds?: string[];
195
+ }>, z.ZodObject<{
196
+ childrenIds: z.ZodArray<z.ZodString, "many">;
197
+ }, "strip", z.ZodTypeAny, {
198
+ childrenIds?: string[];
199
+ }, {
200
+ childrenIds?: string[];
201
+ }>, z.ZodObject<{
202
+ childrenIds: z.ZodArray<z.ZodString, "many">;
203
+ }, "strip", z.ZodTypeAny, {
204
+ childrenIds?: string[];
205
+ }, {
206
+ childrenIds?: string[];
207
+ }>], null>;
208
+ fixedWidths: z.ZodNullable<z.ZodOptional<z.ZodTuple<[z.ZodOptional<z.ZodNullable<z.ZodNumber>>, z.ZodOptional<z.ZodNullable<z.ZodNumber>>, z.ZodOptional<z.ZodNullable<z.ZodNumber>>], null>>>;
209
+ columnsCount: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<2>, z.ZodLiteral<3>]>>>;
210
+ layout: z.ZodNullable<z.ZodOptional<z.ZodString>>;
211
+ contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
212
+ contentAlignmentMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
213
+ }, "strip", z.ZodTypeAny, {
214
+ fixedWidths?: [number, number, number, ...unknown[]];
215
+ columnsCount?: 2 | 3;
216
+ layout?: string;
217
+ contentAlignment?: "top" | "bottom" | "middle";
218
+ contentAlignmentMobile?: "top" | "bottom" | "middle";
219
+ columns?: [{
220
+ childrenIds?: string[];
221
+ }, {
222
+ childrenIds?: string[];
223
+ }, {
224
+ childrenIds?: string[];
225
+ }, ...unknown[]];
226
+ }, {
227
+ fixedWidths?: [number, number, number, ...unknown[]];
228
+ columnsCount?: 2 | 3;
229
+ layout?: string;
230
+ contentAlignment?: "top" | "bottom" | "middle";
231
+ contentAlignmentMobile?: "top" | "bottom" | "middle";
232
+ columns?: [{
233
+ childrenIds?: string[];
234
+ }, {
235
+ childrenIds?: string[];
236
+ }, {
237
+ childrenIds?: string[];
238
+ }, ...unknown[]];
239
+ }>>>;
240
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
241
+ style: z.ZodNullable<z.ZodOptional<z.ZodObject<{
242
+ background: z.ZodOptional<z.ZodNullable<z.ZodString>>;
243
+ backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
244
+ padding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
245
+ top: z.ZodNumber;
246
+ bottom: z.ZodNumber;
247
+ right: z.ZodNumber;
248
+ left: z.ZodNumber;
249
+ }, "strip", z.ZodTypeAny, {
250
+ left?: number;
251
+ right?: number;
252
+ top?: number;
253
+ bottom?: number;
254
+ }, {
255
+ left?: number;
256
+ right?: number;
257
+ top?: number;
258
+ bottom?: number;
259
+ }>>>;
260
+ mobilePadding: z.ZodNullable<z.ZodOptional<z.ZodObject<{
261
+ top: z.ZodNumber;
262
+ bottom: z.ZodNumber;
263
+ right: z.ZodNumber;
264
+ left: z.ZodNumber;
265
+ }, "strip", z.ZodTypeAny, {
266
+ left?: number;
267
+ right?: number;
268
+ top?: number;
269
+ bottom?: number;
270
+ }, {
271
+ left?: number;
272
+ right?: number;
273
+ top?: number;
274
+ bottom?: number;
275
+ }>>>;
276
+ }, "strip", z.ZodTypeAny, {
277
+ backgroundColor?: string;
278
+ background?: string;
279
+ padding?: {
280
+ left?: number;
281
+ right?: number;
282
+ top?: number;
283
+ bottom?: number;
284
+ };
285
+ mobilePadding?: {
286
+ left?: number;
287
+ right?: number;
288
+ top?: number;
289
+ bottom?: number;
290
+ };
291
+ }, {
292
+ backgroundColor?: string;
293
+ background?: string;
294
+ padding?: {
295
+ left?: number;
296
+ right?: number;
297
+ top?: number;
298
+ bottom?: number;
299
+ };
300
+ mobilePadding?: {
301
+ left?: number;
302
+ right?: number;
303
+ top?: number;
304
+ bottom?: number;
305
+ };
306
+ }>>>;
307
+ props: z.ZodNullable<z.ZodOptional<z.ZodObject<{
308
+ columns: z.ZodTuple<[z.ZodObject<{
309
+ childrenIds: z.ZodArray<z.ZodString, "many">;
310
+ }, "strip", z.ZodTypeAny, {
311
+ childrenIds?: string[];
312
+ }, {
313
+ childrenIds?: string[];
314
+ }>, z.ZodObject<{
315
+ childrenIds: z.ZodArray<z.ZodString, "many">;
316
+ }, "strip", z.ZodTypeAny, {
317
+ childrenIds?: string[];
318
+ }, {
319
+ childrenIds?: string[];
320
+ }>, z.ZodObject<{
321
+ childrenIds: z.ZodArray<z.ZodString, "many">;
322
+ }, "strip", z.ZodTypeAny, {
323
+ childrenIds?: string[];
324
+ }, {
325
+ childrenIds?: string[];
326
+ }>], null>;
327
+ fixedWidths: z.ZodNullable<z.ZodOptional<z.ZodTuple<[z.ZodOptional<z.ZodNullable<z.ZodNumber>>, z.ZodOptional<z.ZodNullable<z.ZodNumber>>, z.ZodOptional<z.ZodNullable<z.ZodNumber>>], null>>>;
328
+ columnsCount: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<2>, z.ZodLiteral<3>]>>>;
329
+ layout: z.ZodNullable<z.ZodOptional<z.ZodString>>;
330
+ contentAlignment: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
331
+ contentAlignmentMobile: z.ZodNullable<z.ZodOptional<z.ZodEnum<["top", "middle", "bottom"]>>>;
332
+ }, "strip", z.ZodTypeAny, {
333
+ fixedWidths?: [number, number, number, ...unknown[]];
334
+ columnsCount?: 2 | 3;
335
+ layout?: string;
336
+ contentAlignment?: "top" | "bottom" | "middle";
337
+ contentAlignmentMobile?: "top" | "bottom" | "middle";
338
+ columns?: [{
339
+ childrenIds?: string[];
340
+ }, {
341
+ childrenIds?: string[];
342
+ }, {
343
+ childrenIds?: string[];
344
+ }, ...unknown[]];
345
+ }, {
346
+ fixedWidths?: [number, number, number, ...unknown[]];
347
+ columnsCount?: 2 | 3;
348
+ layout?: string;
349
+ contentAlignment?: "top" | "bottom" | "middle";
350
+ contentAlignmentMobile?: "top" | "bottom" | "middle";
351
+ columns?: [{
352
+ childrenIds?: string[];
353
+ }, {
354
+ childrenIds?: string[];
355
+ }, {
356
+ childrenIds?: string[];
357
+ }, ...unknown[]];
358
+ }>>>;
359
+ }, z.ZodTypeAny, "passthrough">>;
360
+ export type ColumnsContainerProps = z.infer<typeof ColumnsContainerPropsSchema>;
361
+ export default ColumnsContainerPropsSchema;
362
+ //# sourceMappingURL=ColumnsContainerPropsSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColumnsContainerPropsSchema.d.ts","sourceRoot":"","sources":["../../../../../../src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,QAAA,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAajB,CAAC;AAEjB,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChF,eAAe,2BAA2B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { ContainerProps } from './ContainerPropsSchema';
2
+ export default function ContainerEditor({ style, props, blockId, isNotClient }: ContainerProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=ContainerEditor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContainerEditor.d.ts","sourceRoot":"","sources":["../../../../../../src/documents/blocks/Container/ContainerEditor.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,EAAE,cAAc,2CA6B7F"}