email-builder-online 3.4.38 → 3.4.40

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 +109781 -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,2 @@
1
+ export default function ComponentTreePanel(): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=ComponentTreePanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComponentTreePanel.d.ts","sourceRoot":"","sources":["../../../../../src/App/ComponentTree/ComponentTreePanel.tsx"],"names":[],"mappings":"AAoOA,MAAM,CAAC,OAAO,UAAU,kBAAkB,4CAkGzC"}
@@ -0,0 +1,2 @@
1
+ export default function ToggleComponentTreeButton(): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=ToggleComponentTreeButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToggleComponentTreeButton.d.ts","sourceRoot":"","sources":["../../../../../src/App/ComponentTree/ToggleComponentTreeButton.tsx"],"names":[],"mappings":"AAUA,MAAM,CAAC,OAAO,UAAU,yBAAyB,4CAgDhD"}
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ declare function ConfigurationPanelInner(): import("react/jsx-runtime").JSX.Element;
3
+ declare const ConfigurationPanel: React.MemoExoticComponent<typeof ConfigurationPanelInner>;
4
+ export default ConfigurationPanel;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/App/InspectorDrawer/ConfigurationPanel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAiCjD,iBAAS,uBAAuB,4CA+C/B;AAGD,QAAA,MAAM,kBAAkB,2DAAgC,CAAC;AACzD,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { AvatarProps } from '../../../../../../block-avatar/src';
2
+ type AvatarSidebarPanelProps = {
3
+ data: AvatarProps;
4
+ setData: (v: AvatarProps) => void;
5
+ };
6
+ export default function AvatarSidebarPanel({ data, setData }: AvatarSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=AvatarSidebarPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/AvatarSidebarPanel.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAA0C,MAAM,oCAAoC,CAAC;AAWzG,KAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,CAAC,CAAC,EAAE,WAAW,KAAK,IAAI,CAAC;CACnC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,uBAAuB,2CAoFpF"}
@@ -0,0 +1,8 @@
1
+ import { ButtonProps } from '../../../../../../block-button/src';
2
+ type ButtonSidebarPanelProps = {
3
+ data: ButtonProps;
4
+ setData: (v: ButtonProps) => void;
5
+ };
6
+ export default function ButtonSidebarPanel({ data, setData }: ButtonSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=ButtonSidebarPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ButtonSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonSidebarPanel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAA0C,MAAM,oCAAoC,CAAC;AAWzG,KAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,CAAC,CAAC,EAAE,WAAW,KAAK,IAAI,CAAC;CACnC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,uBAAuB,2CA+EpF"}
@@ -0,0 +1,8 @@
1
+ import { ColumnsContainerProps } from '../../../../documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema';
2
+ type ColumnsContainerPanelProps = {
3
+ data: ColumnsContainerProps;
4
+ setData: (v: ColumnsContainerProps) => void;
5
+ };
6
+ export default function ColumnsContainerPanel({ data, setData }: ColumnsContainerPanelProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=ColumnsContainerSidebarPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColumnsContainerSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.tsx"],"names":[],"mappings":"AASA,OAAoC,EAClC,qBAAqB,EACtB,MAAM,2EAA2E,CAAC;AAenF,KAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,qBAAqB,CAAC;IAC5B,OAAO,EAAE,CAAC,CAAC,EAAE,qBAAqB,KAAK,IAAI,CAAC;CAC7C,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,0BAA0B,2CA4G1F"}
@@ -0,0 +1,8 @@
1
+ import { ContainerProps } from '../../../../documents/blocks/Container/ContainerPropsSchema';
2
+ type ContainerSidebarPanelProps = {
3
+ data: ContainerProps;
4
+ setData: (v: ContainerProps) => void;
5
+ };
6
+ export default function ContainerSidebarPanel({ data, setData }: ContainerSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=ContainerSidebarPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContainerSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/ContainerSidebarPanel.tsx"],"names":[],"mappings":"AAEA,OAA6B,EAAE,cAAc,EAAE,MAAM,6DAA6D,CAAC;AAMnH,KAAK,0BAA0B,GAAG;IAChC,IAAI,EAAE,cAAc,CAAC;IACrB,OAAO,EAAE,CAAC,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;CACtC,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,0BAA0B,2CAyB1F"}
@@ -0,0 +1,8 @@
1
+ import { DividerProps } from '../../../../../../block-divider/src';
2
+ type DividerSidebarPanelProps = {
3
+ data: DividerProps;
4
+ setData: (v: DividerProps) => void;
5
+ };
6
+ export default function DividerSidebarPanel({ data, setData }: DividerSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=DividerSidebarPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DividerSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/DividerSidebarPanel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAsB,MAAM,qCAAqC,CAAC;AAMvF,KAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,YAAY,CAAC;IACnB,OAAO,EAAE,CAAC,CAAC,EAAE,YAAY,KAAK,IAAI,CAAC;CACpC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,wBAAwB,2CAsBtF"}
@@ -0,0 +1,8 @@
1
+ import { EmailLayoutProps } from '../../../../documents/blocks/EmailLayout/EmailLayoutPropsSchema';
2
+ type EmailLayoutSidebarFieldsProps = {
3
+ data: EmailLayoutProps;
4
+ setData: (v: EmailLayoutProps) => void;
5
+ };
6
+ export default function EmailLayoutSidebarFields({ data, setData }: EmailLayoutSidebarFieldsProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=EmailLayoutSidebarPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmailLayoutSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/EmailLayoutSidebarPanel.tsx"],"names":[],"mappings":"AAGA,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,iEAAiE,CAAC;AAWzE,KAAK,6BAA6B,GAAG;IACnC,IAAI,EAAE,gBAAgB,CAAC;IACvB,OAAO,EAAE,CAAC,CAAC,EAAE,gBAAgB,KAAK,IAAI,CAAC;CACxC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,6BAA6B,2CAoEhG"}
@@ -0,0 +1,8 @@
1
+ import { HeadingProps } from '@eb/block-heading';
2
+ type HeadingSidebarPanelProps = {
3
+ data: HeadingProps;
4
+ setData: (v: HeadingProps) => void;
5
+ };
6
+ export default function HeadingSidebarPanel({ data, setData }: HeadingSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=HeadingSidebarPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeadingSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/HeadingSidebarPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAA4C,MAAM,mBAAmB,CAAC;AAS3F,KAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,YAAY,CAAC;IACnB,OAAO,EAAE,CAAC,CAAC,EAAE,YAAY,KAAK,IAAI,CAAC;CACpC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,wBAAwB,2CAgDtF"}
@@ -0,0 +1,8 @@
1
+ import { HtmlProps } from '@eb/block-html';
2
+ type HtmlSidebarPanelProps = {
3
+ data: HtmlProps;
4
+ setData: (v: HtmlProps) => void;
5
+ };
6
+ export default function HtmlSidebarPanel({ data, setData }: HtmlSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=HtmlSidebarPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HtmlSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/HtmlSidebarPanel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAmB,MAAM,gBAAgB,CAAC;AAQ5D,KAAK,qBAAqB,GAAG;IAC3B,IAAI,EAAE,SAAS,CAAC;IAChB,OAAO,EAAE,CAAC,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;CACjC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,qBAAqB,2CAkChF"}
@@ -0,0 +1,8 @@
1
+ import { ImageProps } from '../../../../../../block-image/src';
2
+ type ImageSidebarPanelProps = {
3
+ data: ImageProps;
4
+ setData: (v: ImageProps) => void;
5
+ };
6
+ export default function ImageSidebarPanel({ data, setData }: ImageSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=ImageSidebarPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/ImageSidebarPanel.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAoB,MAAM,mCAAmC,CAAC;AAiBjF,KAAK,sBAAsB,GAAG;IAC5B,IAAI,EAAE,UAAU,CAAC;IACjB,OAAO,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAC;CAClC,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,sBAAsB,2CAyMlF"}
@@ -0,0 +1,8 @@
1
+ import { NotionTextProps } from '@eb/block-notion-text';
2
+ type NotionTextSidebarPanelProps = {
3
+ data: NotionTextProps;
4
+ setData: (v: NotionTextProps) => void;
5
+ };
6
+ export default function NotionTextSidebarPanel({ data, setData }: NotionTextSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=NotionTextSidebarPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotionTextSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/NotionTextSidebarPanel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAQxD,KAAK,2BAA2B,GAAG;IACjC,IAAI,EAAE,eAAe,CAAC;IACtB,OAAO,EAAE,CAAC,CAAC,EAAE,eAAe,KAAK,IAAI,CAAC;CACvC,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,2BAA2B,2CA6D5F"}
@@ -0,0 +1,8 @@
1
+ import { SocialMediaProps } from '../../../../../../block-social-media';
2
+ type SocialMediaSidebarPanelProps = {
3
+ data: SocialMediaProps;
4
+ setData: (v: SocialMediaProps) => void;
5
+ };
6
+ export declare const SocialMediaSidebarPanel: ({ data, setData }: SocialMediaSidebarPanelProps) => import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=SocialSidebarPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SocialSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/SocialSidebarPanel.tsx"],"names":[],"mappings":"AAKA,OAAO,EAA8B,gBAAgB,EAAC,MAAM,sCAAsC,CAAC;AAanG,KAAK,4BAA4B,GAAG;IAChC,IAAI,EAAE,gBAAgB,CAAC;IACvB,OAAO,EAAE,CAAC,CAAC,EAAE,gBAAgB,KAAK,IAAI,CAAC;CAC1C,CAAA;AAED,eAAO,MAAM,uBAAuB,GAAI,mBAAiB,4BAA4B,4CAwFpF,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { SpacerProps } from '../../../../../../block-spacer/src';
2
+ type SpacerSidebarPanelProps = {
3
+ data: SpacerProps;
4
+ setData: (v: SpacerProps) => void;
5
+ };
6
+ export default function SpacerSidebarPanel({ data, setData }: SpacerSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=SpacerSidebarPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SpacerSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/SpacerSidebarPanel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAqB,MAAM,oCAAoC,CAAC;AAMpF,KAAK,uBAAuB,GAAG;IAC7B,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,CAAC,CAAC,EAAE,WAAW,KAAK,IAAI,CAAC;CACnC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,uBAAuB,2CAuBpF"}
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ type SidebarPanelProps = {
3
+ title?: string;
4
+ children: React.ReactNode;
5
+ };
6
+ export default function BaseSidebarPanel({ title, children }: SidebarPanelProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=BaseSidebarPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/BaseSidebarPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,KAAK,iBAAiB,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,iBAAiB,2CAqB9E"}
@@ -0,0 +1,12 @@
1
+ declare const StickyWrapper: ({ children, topOffset, zIndex, className, style, disabled, threshold, ...props }: {
2
+ [x: string]: any;
3
+ children: any;
4
+ topOffset?: number;
5
+ zIndex?: number;
6
+ className?: string;
7
+ style?: {};
8
+ disabled?: boolean;
9
+ threshold?: any;
10
+ }) => import("react/jsx-runtime").JSX.Element;
11
+ export default StickyWrapper;
12
+ //# sourceMappingURL=StickyWrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StickyWrapper.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/StickyWrapper.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,aAAa,GAAI;;;;;;;;;CAStB,4CAuMA,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,31 @@
1
+ type Padding = {
2
+ top: string | number | undefined;
3
+ right: string | number | undefined;
4
+ bottom: string | number | undefined;
5
+ left: string | number | undefined;
6
+ };
7
+ type Border = {
8
+ color?: string;
9
+ top?: string | number;
10
+ bottom?: string | number;
11
+ left?: string | number;
12
+ right?: string | number;
13
+ };
14
+ type Props = {
15
+ className?: string;
16
+ background?: string | null;
17
+ backgroundColor?: string | null;
18
+ padding?: Padding;
19
+ width?: string;
20
+ align?: 'left' | 'center' | 'right' | 'justify';
21
+ children: JSX.Element | JSX.Element[];
22
+ childrenWidth?: string | number;
23
+ border?: Border;
24
+ borderRadius?: number | null;
25
+ isParent?: boolean;
26
+ overflow?: 'visible' | 'hidden' | 'scroll' | 'auto' | 'inherit' | 'initial' | 'unset';
27
+ display?: 'block' | 'inline-block';
28
+ };
29
+ export default function Wrapper({ className, background, backgroundColor, padding, width, align, children, border, borderRadius, isParent, overflow, }: Props): import("react/jsx-runtime").JSX.Element;
30
+ export {};
31
+ //# sourceMappingURL=Wrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.tsx"],"names":[],"mappings":"AAEA,KAAK,OAAO,GAAG;IACb,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACjC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACnC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;IACpC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,KAAK,MAAM,GAAG;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,CAAA;AAED,KAAK,KAAK,GAAG;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAE;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAE;IACjD,QAAQ,EAAE,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC;IACtC,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IACtF,OAAO,CAAC,EAAE,OAAO,GAAG,cAAc,CAAE;CACrC,CAAC;AAUF,MAAM,CAAC,OAAO,UAAU,OAAO,CAC3B,EACE,SAAS,EACT,UAAU,EACV,eAAe,EACf,OAAgD,EAChD,KAAK,EACL,KAAK,EACL,QAAQ,EACR,MAAM,EACN,YAAY,EACZ,QAAe,EACf,QAAoB,GACrB,EAAE,KAAK,2CAyDX"}
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ interface ImageInputProps {
3
+ blockId?: string | null;
4
+ defaultValue?: string | null;
5
+ values: object;
6
+ }
7
+ declare const ImageInput: React.FC<ImageInputProps & {
8
+ onChange: (value: string | null) => void;
9
+ }>;
10
+ export default ImageInput;
11
+ //# sourceMappingURL=BackgroundImageInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackgroundImageInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BackgroundImageInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmC,MAAM,OAAO,CAAC;AAkCxD,UAAU,eAAe;IACvB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;CAChB;AAcD,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,GAAG;IAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAA;CAAE,CAw0BxF,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,8 @@
1
+ type Props = {
2
+ label: string;
3
+ defaultValue: boolean;
4
+ onChange: (value: boolean) => void;
5
+ };
6
+ export default function BooleanInput({ label, defaultValue, onChange }: Props): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=BooleanInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BooleanInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BooleanInput.tsx"],"names":[],"mappings":"AAKA,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CACpC,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,KAAK,2CAmB5E"}
@@ -0,0 +1,14 @@
1
+ import { FC } from 'react';
2
+ type BorderInputProps = {
3
+ label?: string;
4
+ borderColor: string | null;
5
+ borderTop: number | null;
6
+ borderBottom: number | null;
7
+ borderLeft: number | null;
8
+ borderRight: number | null;
9
+ onChange: (v: Object) => void;
10
+ mobile?: boolean;
11
+ };
12
+ declare const BorderInput: FC<BorderInputProps>;
13
+ export default BorderInput;
14
+ //# sourceMappingURL=BorderInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BorderInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BorderInput.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAC,EAAE,EAAsB,MAAM,OAAO,CAAC;AAKrD,KAAK,gBAAgB,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAA;AAED,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAoMrC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,16 @@
1
+ type Props = {
2
+ nullable: true;
3
+ label?: string;
4
+ onChange: (value: string | null) => void;
5
+ defaultValue: string | null;
6
+ compact?: boolean;
7
+ } | {
8
+ nullable: false;
9
+ label?: string;
10
+ onChange: (value: string) => void;
11
+ defaultValue: string;
12
+ compact?: boolean;
13
+ };
14
+ export default function ColorInput({ label, defaultValue, onChange, nullable, compact, ...props }: Props): import("react/jsx-runtime").JSX.Element;
15
+ export {};
16
+ //# sourceMappingURL=BaseColorInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseColorInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/BaseColorInput.tsx"],"names":[],"mappings":"AAWA,KAAK,KAAK,GACN;IACE,QAAQ,EAAE,IAAI,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GACD;IACE,QAAQ,EAAE,KAAK,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEN,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAe,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,2CA0G/G"}
@@ -0,0 +1,13 @@
1
+ import { FC } from 'react';
2
+ type LinksInputProps = {
3
+ label?: string;
4
+ linkColor: string | null;
5
+ underline: boolean;
6
+ onChange: (v: {
7
+ linkColor: string | null;
8
+ underline: boolean;
9
+ }) => void;
10
+ };
11
+ declare const LinksInput: FC<LinksInputProps>;
12
+ export default LinksInput;
13
+ //# sourceMappingURL=LinksInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LinksInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/LinksInput.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AAOvD,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,CAAC,EAAE;QAAE,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,SAAS,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;CACzE,CAAA;AAED,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAgHnC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,10 @@
1
+ type Props = {
2
+ value: string;
3
+ nullable?: boolean;
4
+ onChange: (v: string | null) => void;
5
+ showHexColor?: boolean;
6
+ };
7
+ export declare const updateRecentColors: (newColor: string, currentColors: string[]) => string[];
8
+ export default function Picker({ value, nullable, onChange }: Props): import("react/jsx-runtime").JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=Picker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Picker.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Picker.tsx"],"names":[],"mappings":"AA0CA,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,UAAU,MAAM,EAAE,eAAe,MAAM,EAAE,aAsB3E,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,KAAK,2CAuIlE"}
@@ -0,0 +1,10 @@
1
+ type Props = {
2
+ paletteColors: string[];
3
+ nullable?: boolean;
4
+ isLocked?: boolean;
5
+ onToggleLock?: () => void;
6
+ onChange: (value: string | null) => void;
7
+ };
8
+ export default function Swatch({ paletteColors, isLocked, onToggleLock, onChange }: Props): import("react/jsx-runtime").JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=Swatch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Swatch.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Swatch.tsx"],"names":[],"mappings":"AAKA,KAAK,KAAK,GAAG;IACX,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CAC1C,CAAC;AAOF,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,aAAa,EACb,QAAQ,EACR,YAAY,EACZ,QAAQ,EACT,EAAE,KAAK,2CA4DP"}
@@ -0,0 +1,16 @@
1
+ type Props = {
2
+ label?: string;
3
+ onChange: (value: string) => void;
4
+ defaultValue: string;
5
+ compact?: boolean;
6
+ };
7
+ export default function ColorInput(props: Props): import("react/jsx-runtime").JSX.Element;
8
+ type NullableProps = {
9
+ label?: string;
10
+ onChange: (value: null | string) => void;
11
+ defaultValue: null | string;
12
+ compact?: boolean;
13
+ };
14
+ export declare function NullableColorInput(props: NullableProps): import("react/jsx-runtime").JSX.Element;
15
+ export {};
16
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/index.tsx"],"names":[],"mappings":"AAIA,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,KAAK,2CAE9C;AAED,KAAK,aAAa,GAAG;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,KAAK,IAAI,CAAC;IACzC,YAAY,EAAE,IAAI,GAAG,MAAM,CAAC;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AACF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,aAAa,2CAEtD"}
@@ -0,0 +1,15 @@
1
+ export declare const DEFAULT_2_COLUMNS: [number];
2
+ export declare const DEFAULT_3_COLUMNS: [number, number];
3
+ type FixedWidths = [
4
+ number | null | undefined,
5
+ number | null | undefined,
6
+ number | null | undefined
7
+ ];
8
+ type ColumnsLayoutInputProps = {
9
+ defaultValue: FixedWidths | null | undefined;
10
+ onChange: (v: FixedWidths | null | undefined) => void;
11
+ columnsCount: 2 | 3;
12
+ };
13
+ export default function ColumnWidthsInput({ defaultValue, onChange, columnsCount }: ColumnsLayoutInputProps): import("react/jsx-runtime").JSX.Element;
14
+ export {};
15
+ //# sourceMappingURL=ColumnWidthsInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColumnWidthsInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColumnWidthsInput.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,iBAAiB,EAAU,CAAC,MAAM,CAAC,CAAC;AACjD,eAAO,MAAM,iBAAiB,EAAa,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAG5D,KAAK,WAAW,GAAG;IAEb,MAAM,GAAG,IAAI,GAAG,SAAS;IACzB,MAAM,GAAG,IAAI,GAAG,SAAS;IACzB,MAAM,GAAG,IAAI,GAAG,SAAS;CAC9B,CAAC;AACF,KAAK,uBAAuB,GAAG;IAC7B,YAAY,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7C,QAAQ,EAAE,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI,GAAG,SAAS,KAAK,IAAI,CAAC;IACtD,YAAY,EAAE,CAAC,GAAG,CAAC,CAAC;CACrB,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EAAC,YAAY,EAAE,QAAQ,EAAE,YAAY,EAAC,EAAE,uBAAuB,2CAuExG"}
@@ -0,0 +1,7 @@
1
+ type Props = {
2
+ data: any;
3
+ updateData: (d: any) => void;
4
+ };
5
+ export default function ContentAlignment({ data, updateData }: Props): import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=ContentAligment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContentAligment.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ContentAligment.tsx"],"names":[],"mappings":"AAcA,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,GAAG,CAAC;IACV,UAAU,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;CAC9B,CAAC;AAOF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,EAAE,KAAK,2CAkCnE"}
@@ -0,0 +1,8 @@
1
+ type NullableProps = {
2
+ label: string;
3
+ onChange: (value: null | string) => void;
4
+ defaultValue: null | string;
5
+ };
6
+ export declare function NullableFontFamily({ label, onChange, defaultValue }: NullableProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=FontFamily.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FontFamily.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontFamily.tsx"],"names":[],"mappings":"AAgBA,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,KAAK,IAAI,CAAC;IACzC,YAAY,EAAE,IAAI,GAAG,MAAM,CAAC;CAC7B,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAE,EAAE,aAAa,2CA4BlF"}
@@ -0,0 +1,11 @@
1
+ type Props = {
2
+ label: string;
3
+ defaultValue?: number;
4
+ maxValue?: number;
5
+ minValue?: number;
6
+ onChange: (v: number) => void;
7
+ step?: number;
8
+ };
9
+ export default function FontSizeInput({ label, defaultValue, onChange, maxValue, minValue, step }: Props): import("react/jsx-runtime").JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=FontSizeInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FontSizeInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontSizeInput.tsx"],"names":[],"mappings":"AAUA,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EAAE,KAAK,EAAE,YAAiB,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAC,EAAE,KAAK,2CA2B3G"}
@@ -0,0 +1,8 @@
1
+ type Props = {
2
+ label: string;
3
+ defaultValue: string;
4
+ onChange: (value: string) => void;
5
+ };
6
+ export default function FontWeightInput({ label, defaultValue, onChange }: Props): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=FontWeightInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FontWeightInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontWeightInput.tsx"],"names":[],"mappings":"AAMA,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE,KAAK,2CAoB/E"}
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ type HeightInputProps = {
3
+ label?: string;
4
+ defaultValue?: number;
5
+ onChange: (v: number) => void;
6
+ };
7
+ declare const HeightInput: FC<HeightInputProps>;
8
+ export default HeightInput;
9
+ //# sourceMappingURL=HeightInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeightInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/HeightInput.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAOlC,KAAK,gBAAgB,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/B,CAAA;AACD,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAiBrC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+ interface ImageInputProps {
3
+ data: any;
4
+ setData: (data: any) => void;
5
+ blockId?: string | null;
6
+ }
7
+ declare const ImageInput: React.FC<ImageInputProps>;
8
+ export default ImageInput;
9
+ //# sourceMappingURL=ImageInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ImageInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ImageInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAqB3D,UAAU,eAAe;IACvB,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAihBzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,21 @@
1
+ type SizeType = 'x-small' | 'small' | 'medium' | 'large' | 'custom';
2
+ type CustomPadding = {
3
+ top: number;
4
+ bottom: number;
5
+ left: number;
6
+ right: number;
7
+ };
8
+ type ResponsiveSizeInputProps = {
9
+ size?: SizeType | CustomPadding;
10
+ sizeMobile?: SizeType | CustomPadding;
11
+ onChange: (updates: {
12
+ size?: SizeType | CustomPadding;
13
+ sizeMobile?: SizeType | CustomPadding;
14
+ }) => void;
15
+ label?: string;
16
+ maxValue?: string | number;
17
+ paddingSteps?: number;
18
+ };
19
+ export default function ResponsiveSizeInput({ size, sizeMobile, onChange, label, maxValue, paddingSteps }: ResponsiveSizeInputProps): import("react/jsx-runtime").JSX.Element;
20
+ export {};
21
+ //# sourceMappingURL=InputSizeButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputSizeButton.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeButton.tsx"],"names":[],"mappings":"AAgBA,KAAK,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;AAEpE,KAAK,aAAa,GAAG;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,wBAAwB,GAAG;IAC9B,IAAI,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;IAChC,UAAU,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;IACtC,QAAQ,EAAE,CAAC,OAAO,EAAE;QAClB,IAAI,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;QAChC,UAAU,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;KACvC,KAAK,IAAI,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAC1C,IAAI,EACJ,UAAU,EACV,QAAQ,EACR,KAAK,EACL,QAAc,EACd,YAAgB,EACjB,EAAE,wBAAwB,2CAqO1B"}
@@ -0,0 +1,7 @@
1
+ declare const SizeSelector: ({ defaultValue, scale, onChange }: {
2
+ defaultValue?: string;
3
+ scale?: number;
4
+ onChange: any;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export default SizeSelector;
7
+ //# sourceMappingURL=InputSizeSelector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputSizeSelector.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeSelector.tsx"],"names":[],"mappings":"AAYA,QAAA,MAAM,YAAY,GAAI;;;;CAAqD,4CAuJ1E,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,12 @@
1
+ type ResponsiveWidthInputProps = {
2
+ fullWidth?: boolean;
3
+ fullWidthMobile?: boolean;
4
+ onChange: (updates: {
5
+ fullWidth?: boolean;
6
+ fullWidthMobile?: boolean;
7
+ }) => void;
8
+ label?: string;
9
+ };
10
+ export default function ResponsiveWidthInput({ fullWidth, fullWidthMobile, onChange, label }: ResponsiveWidthInputProps): import("react/jsx-runtime").JSX.Element;
11
+ export {};
12
+ //# sourceMappingURL=InputWidth.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputWidth.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputWidth.tsx"],"names":[],"mappings":"AAQA,KAAK,yBAAyB,GAAG;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,EAAE,CAAC,OAAO,EAAE;QAAE,SAAS,CAAC,EAAE,OAAO,CAAC;QAAC,eAAe,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;IAChF,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,EAC3C,SAAS,EACT,eAAe,EACf,QAAQ,EACR,KAAe,EAChB,EAAE,yBAAyB,2CA8C3B"}
@@ -0,0 +1,6 @@
1
+ import { default as React } from 'react';
2
+ declare const LabelProperty: React.FC<{
3
+ label?: string;
4
+ }>;
5
+ export default LabelProperty;
6
+ //# sourceMappingURL=LabelProperty.d.ts.map