email-builder-online 1.0.6 → 1.0.7
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.
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/index.d.ts +2 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/index.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/AvatarSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/AvatarSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ContainerSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ContainerSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/CustomEditorSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/CustomEditorSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/DividerSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/DividerSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/EmailLayoutSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/EmailLayoutSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HeadingSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HeadingSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HtmlSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/HtmlSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ImageSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/ImageSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SocialSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SocialSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SpacerSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/SpacerSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/TextSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/TextSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/BaseSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/BaseSidebarPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/StickyWrapper.d.ts +11 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/StickyWrapper.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.d.ts +31 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/containers/Wrapper.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BackgroundImageInput.d.ts +11 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BackgroundImageInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BooleanInput.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BooleanInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BorderInput.d.ts +14 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BorderInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/BaseColorInput.d.ts +14 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/BaseColorInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/LinksInput.d.ts +13 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/LinksInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Picker.d.ts +10 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Picker.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Swatch.d.ts +10 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Swatch.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/index.d.ts +14 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/index.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColumnWidthsInput.d.ts +15 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColumnWidthsInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ContentAligment.d.ts +7 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ContentAligment.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CustomEditorInput/editor-utils.d.ts +5 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CustomEditorInput/editor-utils.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CustomEditorInput/icons.d.ts +18 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CustomEditorInput/icons.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CustomEditorInput/tools/EmojiPicker.d.ts +9 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CustomEditorInput/tools/EmojiPicker.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CustomEditorInput/tools/menuItems.d.ts +36 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CustomEditorInput/tools/menuItems.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CustomEditorInput.d.ts +12 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CustomEditorInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/EditorTools.d.ts +18 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/EditorTools.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontFamily.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontFamily.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontSizeInput.d.ts +11 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontSizeInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontWeightInput.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontWeightInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/HeightInput.d.ts +9 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/HeightInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ImageInput.d.ts +9 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ImageInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeButton.d.ts +21 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeButton.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeSelector.d.ts +7 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputSizeSelector.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputWidth.d.ts +12 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/InputWidth.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LabelProperty.d.ts +6 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LabelProperty.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LayoutSelectorInput.d.ts +9 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LayoutSelectorInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LineHeightInput.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/LineHeightInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.d.ts +14 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/RadioGroupInput.d.ts +9 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/RadioGroupInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SelectScreen.d.ts +3 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SelectScreen.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/Shape.d.ts +12 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/Shape.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SliderInput.d.ts +14 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SliderInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SocialMediaInput.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SocialMediaInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextAlignInput.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextAlignInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextDimensionInput.d.ts +10 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextDimensionInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextInput.d.ts +13 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WidthInput.d.ts +10 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WidthInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ai-image-generation.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ai-image-generation.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/CloseButton.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/CloseButton.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ErrorDialog.d.ts +9 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ErrorDialog.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ImagePreview.d.ts +7 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/ImagePreview.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/PromptInput.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/PromptInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/Select.d.ts +4 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/Select.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/SkeletonImage.d.ts +2 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/SkeletonImage.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/hooks.d.ts +5 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/hooks.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/raw/RawSliderInput.d.ts +13 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/raw/RawSliderInput.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/types/errors.d.ts +13 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/types/errors.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/utils/errorHandling.d.ts +3 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/utils/errorHandling.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/MultiStylePropertyPanel.d.ts +12 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/MultiStylePropertyPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/SingleStylePropertyPanel.d.ts +11 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/SingleStylePropertyPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/StylesPanel.d.ts +2 -0
- package/dist/editor-sample/src/App/InspectorDrawer/StylesPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ToggleInspectorPanelButton.d.ts +2 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ToggleInspectorPanelButton.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/index.d.ts +5 -0
- package/dist/editor-sample/src/App/InspectorDrawer/index.d.ts.map +1 -0
- package/dist/editor-sample/src/App/SamplesDrawer/SidebarButton.d.ts +5 -0
- package/dist/editor-sample/src/App/SamplesDrawer/SidebarButton.d.ts.map +1 -0
- package/dist/editor-sample/src/App/SamplesDrawer/ToggleSamplesPanelButton.d.ts +2 -0
- package/dist/editor-sample/src/App/SamplesDrawer/ToggleSamplesPanelButton.d.ts.map +1 -0
- package/dist/editor-sample/src/App/SamplesDrawer/index.d.ts +3 -0
- package/dist/editor-sample/src/App/SamplesDrawer/index.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/CustomReader/CustomReader.d.ts +9 -0
- package/dist/editor-sample/src/App/TemplatePanel/CustomReader/CustomReader.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/DownloadJson/index.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/DownloadJson/index.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/HtmlPanel.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/HtmlPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/ImportJson/ImportJsonDialog.d.ts +6 -0
- package/dist/editor-sample/src/App/TemplatePanel/ImportJson/ImportJsonDialog.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/ImportJson/index.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/ImportJson/index.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/ImportJson/validateJsonStringValue.d.ts +11 -0
- package/dist/editor-sample/src/App/TemplatePanel/ImportJson/validateJsonStringValue.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/JsonPanel.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/JsonPanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/MainTabsGroup.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/MainTabsGroup.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/ShareButton.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/ShareButton.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/HighlightedCodePanel.d.ts +7 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/HighlightedCodePanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/cleanDocument.d.ts +9 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/cleanDocument.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/extraFunctions.d.ts +33 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/extraFunctions.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/formatting.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/formatting.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/globalsStyles.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/globalsStyles.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/highlighters.d.ts +3 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/highlighters.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/qlcss.d.ts +2 -0
- package/dist/editor-sample/src/App/TemplatePanel/helper/qlcss.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/index.d.ts +4 -0
- package/dist/editor-sample/src/App/TemplatePanel/index.d.ts.map +1 -0
- package/dist/editor-sample/src/App/TemplatePanel/renderToStaticMarkup.d.ts +7 -0
- package/dist/editor-sample/src/App/TemplatePanel/renderToStaticMarkup.d.ts.map +1 -0
- package/dist/editor-sample/src/App/index.d.ts +12 -0
- package/dist/editor-sample/src/App/index.d.ts.map +1 -0
- package/dist/editor-sample/src/constants.d.ts +6 -0
- package/dist/editor-sample/src/constants.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerEditor.d.ts +3 -0
- package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerEditor.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts +362 -0
- package/dist/editor-sample/src/documents/blocks/ColumnsContainer/ColumnsContainerPropsSchema.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/Container/ContainerEditor.d.ts +3 -0
- package/dist/editor-sample/src/documents/blocks/Container/ContainerEditor.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/Container/ContainerPropsSchema.d.ts +401 -0
- package/dist/editor-sample/src/documents/blocks/Container/ContainerPropsSchema.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutEditor.d.ts +3 -0
- package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutEditor.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutPropsSchema.d.ts +47 -0
- package/dist/editor-sample/src/documents/blocks/EmailLayout/EmailLayoutPropsSchema.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/customHooks/useParentImageWidth.d.ts +4 -0
- package/dist/editor-sample/src/documents/blocks/customHooks/useParentImageWidth.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlockButton.d.ts +9 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlockButton.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlocksMenu.d.ts +9 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlocksMenu.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/DividerButton.d.ts +7 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/DividerButton.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/PlaceholderButton.d.ts +6 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/PlaceholderButton.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/buttons.d.ts +9 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/buttons.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/index.d.ts +8 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/index.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/EditorChildrenNoDragable.d.ts +14 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/EditorChildrenNoDragable.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/index.d.ts +15 -0
- package/dist/editor-sample/src/documents/blocks/helpers/EditorChildrenIds/index.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/TStyle.d.ts +32 -0
- package/dist/editor-sample/src/documents/blocks/helpers/TStyle.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/EditorBlockWrapper.d.ts +8 -0
- package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/EditorBlockWrapper.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/ReaderBlockWrapper.d.ts +8 -0
- package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/ReaderBlockWrapper.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/TuneMenu.d.ts +6 -0
- package/dist/editor-sample/src/documents/blocks/helpers/block-wrappers/TuneMenu.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/changeWidth.d.ts +4 -0
- package/dist/editor-sample/src/documents/blocks/helpers/changeWidth.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/constants.d.ts +3 -0
- package/dist/editor-sample/src/documents/blocks/helpers/constants.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/fontFamily.d.ts +14 -0
- package/dist/editor-sample/src/documents/blocks/helpers/fontFamily.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/blocks/helpers/zod.d.ts +22 -0
- package/dist/editor-sample/src/documents/blocks/helpers/zod.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/ClientOnly.d.ts +5 -0
- package/dist/editor-sample/src/documents/editor/ClientOnly.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/EditorBlock.d.ts +12 -0
- package/dist/editor-sample/src/documents/editor/EditorBlock.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/EditorContext.d.ts +1388 -0
- package/dist/editor-sample/src/documents/editor/EditorContext.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/core.d.ts +7877 -0
- package/dist/editor-sample/src/documents/editor/core.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/index.d.ts +2 -0
- package/dist/editor-sample/src/getConfiguration/index.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/empty-email-message.d.ts +5 -0
- package/dist/editor-sample/src/getConfiguration/sample/empty-email-message.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/one-time-passcode.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/one-time-passcode.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/order-ecommerce.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/order-ecommerce.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/post-metrics-report.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/post-metrics-report.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/reservation-reminder.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/reservation-reminder.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/reset-password.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/reset-password.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/respond-to-message.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/respond-to-message.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/subscription-receipt.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/subscription-receipt.d.ts.map +1 -0
- package/dist/editor-sample/src/getConfiguration/sample/welcome.d.ts +4 -0
- package/dist/editor-sample/src/getConfiguration/sample/welcome.d.ts.map +1 -0
- package/dist/{index.d.cts → editor-sample/src/index.d.ts} +4 -5
- package/dist/editor-sample/src/index.d.ts.map +1 -0
- package/dist/editor-sample/src/theme.d.ts +3 -0
- package/dist/editor-sample/src/theme.d.ts.map +1 -0
- package/dist/email-builder.cjs.js +1585 -0
- package/dist/email-builder.cjs.js.map +1 -0
- package/dist/email-builder.css +7 -0
- package/dist/email-builder.es.js +162392 -0
- package/dist/email-builder.es.js.map +1 -0
- package/dist/index.d.ts +4 -15
- package/package.json +109 -102
- package/dist/Figtree-Italic-VariableFont_wght-CBHUHBUZ.ttf +0 -0
- package/dist/Figtree-VariableFont_wght-WXG3MWME.ttf +0 -0
- package/dist/index.cjs +0 -19149
- package/dist/index.css +0 -1050
- package/dist/index.js +0 -19217
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/App/InspectorDrawer/ConfigurationPanel/index.tsx"],"names":[],"mappings":"AAkCA,MAAM,CAAC,OAAO,UAAU,kBAAkB,4CAiDzC"}
|
|
@@ -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;AAUzG,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,2CAmFpF"}
|
|
@@ -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;AAUzG,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,2CA6EpF"}
|
|
@@ -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;AAanF,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,2CA2G1F"}
|
|
@@ -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;AAKnH,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,2CAwB1F"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CustomEditorProps } from '../../../../../../block-custom-editor';
|
|
2
|
+
type CustomEditorSidebarPanelProps = {
|
|
3
|
+
data: CustomEditorProps;
|
|
4
|
+
setData: (v: CustomEditorProps) => void;
|
|
5
|
+
};
|
|
6
|
+
export declare const CustomEditorSidebarPanel: ({ data, setData }: CustomEditorSidebarPanelProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=CustomEditorSidebarPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomEditorSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/CustomEditorSidebarPanel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAC,iBAAiB,EAA0B,MAAM,uCAAuC,CAAC;AAQjG,KAAK,6BAA6B,GAAG;IACnC,IAAI,EAAE,iBAAiB,CAAC;IACxB,OAAO,EAAE,CAAC,CAAC,EAAE,iBAAiB,KAAK,IAAI,CAAC;CACzC,CAAA;AAED,eAAO,MAAM,wBAAwB,GAAI,mBAAiB,6BAA6B,4CAoFtF,CAAC"}
|
|
@@ -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;AAKvF,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,2CAqBtF"}
|
|
@@ -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":"AAEA,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,iEAAiE,CAAC;AAQzE,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,2CAgDhG"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { HeadingProps } from '@usewaypoint/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,4BAA4B,CAAC;AAQpG,KAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,YAAY,CAAC;IACnB,OAAO,EAAE,CAAC,CAAC,EAAE,YAAY,KAAK,IAAI,CAAC;CACpC,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,wBAAwB,2CA+CtF"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { HtmlProps } from '@usewaypoint/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,yBAAyB,CAAC;AAOrE,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,2CAiChF"}
|
|
@@ -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":"AAEA,OAAO,EAAE,UAAU,EAAoB,MAAM,mCAAmC,CAAC;AAejF,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,2CA2KlF"}
|
|
@@ -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;AAYnG,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,4CAuFpF,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":"AAGA,OAAO,EAAE,WAAW,EAA0C,MAAM,oCAAoC,CAAC;AAMzG,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,2CAgCpF"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TextProps } from '@usewaypoint/block-text';
|
|
2
|
+
type TextSidebarPanelProps = {
|
|
3
|
+
data: TextProps;
|
|
4
|
+
setData: (v: TextProps) => void;
|
|
5
|
+
};
|
|
6
|
+
export default function TextSidebarPanel({ data, setData }: TextSidebarPanelProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=TextSidebarPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextSidebarPanel.d.ts","sourceRoot":"","sources":["../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/TextSidebarPanel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAmB,MAAM,yBAAyB,CAAC;AAQrE,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,2CAuChF"}
|
|
@@ -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,2CAmB9E"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare const StickyWrapper: ({ children, topOffset, zIndex, className, style, disabled, ...props }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
children: any;
|
|
4
|
+
topOffset?: number;
|
|
5
|
+
zIndex?: number;
|
|
6
|
+
className?: string;
|
|
7
|
+
style?: {};
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default StickyWrapper;
|
|
11
|
+
//# 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;;;;;;;;CAQtB,4CAuHA,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,2CA8CX"}
|
|
@@ -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;AAwCxD,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,CA00BxF,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":"AAIA,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,2CAgB5E"}
|
|
@@ -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;AAOrD,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,CA8LrC,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type Props = {
|
|
2
|
+
nullable: true;
|
|
3
|
+
label: string;
|
|
4
|
+
onChange: (value: string | null) => void;
|
|
5
|
+
defaultValue: string | null;
|
|
6
|
+
} | {
|
|
7
|
+
nullable: false;
|
|
8
|
+
label: string;
|
|
9
|
+
onChange: (value: string) => void;
|
|
10
|
+
defaultValue: string;
|
|
11
|
+
};
|
|
12
|
+
export default function ColorInput({ label, defaultValue, onChange, nullable, ...props }: Props): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# 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,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;IACzC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B,GACD;IACE,QAAQ,EAAE,KAAK,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAMN,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,2CAyF9F"}
|
|
@@ -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;AASvD,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,CA8DnC,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,2CAsIlE"}
|
|
@@ -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,2CA2DP"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type Props = {
|
|
2
|
+
label?: string;
|
|
3
|
+
onChange: (value: string) => void;
|
|
4
|
+
defaultValue: string;
|
|
5
|
+
};
|
|
6
|
+
export default function ColorInput(props: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
type NullableProps = {
|
|
8
|
+
label: string;
|
|
9
|
+
onChange: (value: null | string) => void;
|
|
10
|
+
defaultValue: null | string;
|
|
11
|
+
};
|
|
12
|
+
export declare function NullableColorInput(props: NullableProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# 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;CACtB,CAAC;AACF,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,KAAK,2CAE9C;AAED,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;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":"AAMA,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,2CAqExG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContentAligment.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ContentAligment.tsx"],"names":[],"mappings":"AAaA,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,2CAiCnE"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare function insertText(data: string): void;
|
|
2
|
+
export declare function getSelectedText(): string;
|
|
3
|
+
export declare function setWindowType(type: string, value: any): void;
|
|
4
|
+
export declare function getWindowType(type: string): any;
|
|
5
|
+
//# sourceMappingURL=editor-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"editor-utils.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CustomEditorInput/editor-utils.ts"],"names":[],"mappings":"AAAA,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAoB7C;AAGD,wBAAgB,eAAe,WAE9B;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,QAGrD;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,OAGzC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const Sparks: () => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const Summary: () => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export declare const Expand: () => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const Swap: () => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const Lang: () => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare const Smile: () => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare const Briefcase: () => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const Link: () => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare const Web: () => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare const Cancel: () => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const User: () => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare const Envelope: () => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare const CalendarDay: () => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare const CalendarMonth: () => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const CalendarYear: () => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare const Phone: () => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare const Tag: () => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CustomEditorInput/icons.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,+CAIlB,CAAC;AAEF,eAAO,MAAM,OAAO,+CAInB,CAAC;AAEF,eAAO,MAAM,MAAM,+CAIlB,CAAC;AAEF,eAAO,MAAM,IAAI,+CAIhB,CAAC;AAEF,eAAO,MAAM,IAAI,+CAIhB,CAAC;AAEF,eAAO,MAAM,KAAK,+CAIjB,CAAC;AAEF,eAAO,MAAM,SAAS,+CAgBrB,CAAC;AAEF,eAAO,MAAM,IAAI,+CAEhB,CAAC;AAEF,eAAO,MAAM,GAAG,+CAEf,CAAC;AAEF,eAAO,MAAM,MAAM,+CAElB,CAAC;AAEF,eAAO,MAAM,IAAI,+CAEhB,CAAC;AAEF,eAAO,MAAM,QAAQ,+CAEpB,CAAC;AAEF,eAAO,MAAM,WAAW,+CAEvB,CAAC;AAEF,eAAO,MAAM,aAAa,+CAEzB,CAAC;AAEF,eAAO,MAAM,YAAY,+CAExB,CAAC;AAEF,eAAO,MAAM,KAAK,+CAEjB,CAAC;AAEF,eAAO,MAAM,GAAG,+CAEf,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export declare const DragIcon: () => import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
type EmojiPickerProps = {
|
|
4
|
+
onClicked?: () => void;
|
|
5
|
+
onOpened?: (event: React.MouseEvent<HTMLButtonElement>) => void;
|
|
6
|
+
};
|
|
7
|
+
export declare const EmojiPicker: ({ onClicked, onOpened }: EmojiPickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=EmojiPicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmojiPicker.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CustomEditorInput/tools/EmojiPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAQjD,eAAO,MAAM,QAAQ,+CAQpB,CAAC;AAoBF,KAAK,gBAAgB,GAAG;IACpB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;CACnE,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,yBAAyB,gBAAgB,4CA+GpE,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export type AIAction = 'expand' | 'grammar_check' | 'summarize' | 'rephrase' | 'make_it_formal' | 'make_it_friendly';
|
|
2
|
+
interface AIFeatureRequest {
|
|
3
|
+
text: string;
|
|
4
|
+
content: string;
|
|
5
|
+
action: AIAction;
|
|
6
|
+
}
|
|
7
|
+
export declare const aiFeatures: {
|
|
8
|
+
label: string;
|
|
9
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
children: {
|
|
11
|
+
label: string;
|
|
12
|
+
loading: boolean;
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
value: string;
|
|
16
|
+
}[];
|
|
17
|
+
};
|
|
18
|
+
export declare const mergeTags: {
|
|
19
|
+
label: string;
|
|
20
|
+
loading: boolean;
|
|
21
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
children: ({
|
|
23
|
+
label: string;
|
|
24
|
+
icon: import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
value: string;
|
|
26
|
+
type?: undefined;
|
|
27
|
+
} | {
|
|
28
|
+
type: string;
|
|
29
|
+
label?: undefined;
|
|
30
|
+
icon?: undefined;
|
|
31
|
+
value?: undefined;
|
|
32
|
+
})[];
|
|
33
|
+
};
|
|
34
|
+
export declare const requestAIFeature: (request: AIFeatureRequest) => void;
|
|
35
|
+
export {};
|
|
36
|
+
//# sourceMappingURL=menuItems.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menuItems.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CustomEditorInput/tools/menuItems.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,QAAQ,GAAG,QAAQ,GAAG,eAAe,GAAG,WAAW,GAAG,UAAU,GAAG,gBAAgB,GAAG,kBAAkB,CAAC;AAErH,UAAU,gBAAgB;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,QAAQ,CAAC;CACpB;AAED,eAAO,MAAM,UAAU;;;;;;;;;;CA+ClB,CAAC;AAEN,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;CAoDjB,CAAC;AAEN,eAAO,MAAM,gBAAgB,GAAI,SAAS,gBAAgB,SAGzD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
interface CustomEditorProps {
|
|
2
|
+
initialData?: string;
|
|
3
|
+
onChange?: (newValue: string) => void;
|
|
4
|
+
editorBackgroundColor?: string;
|
|
5
|
+
fontFamily?: string | null;
|
|
6
|
+
fontSize?: number | null;
|
|
7
|
+
lineHeight?: number | null;
|
|
8
|
+
editorColorDefault: string;
|
|
9
|
+
}
|
|
10
|
+
export default function CustomEditorInput({ initialData, onChange, /* editorBackgroundColor, */ fontSize, fontFamily, lineHeight, editorColorDefault }: CustomEditorProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=CustomEditorInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomEditorInput.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CustomEditorInput.tsx"],"names":[],"mappings":"AAAA,OAAO,qCAAqC,CAAC;AA0B7C,UAAU,iBAAiB;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;CAC9B;AAYD,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EAAC,WAAW,EAAE,QAAQ,EAAC,6BAA6B,CAAC,QAAQ,EAAE,UAAU,EAAE,UAAU,EAAE,kBAA6B,EAAC,EAAG,iBAAiB,2CAmwBlL"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface MenuItemData {
|
|
3
|
+
label?: string;
|
|
4
|
+
action?: () => void;
|
|
5
|
+
children?: MenuItemData[];
|
|
6
|
+
icon?: React.ReactNode;
|
|
7
|
+
loading?: boolean;
|
|
8
|
+
type?: 'default' | 'divider' | 'title';
|
|
9
|
+
}
|
|
10
|
+
interface MenuInputProps {
|
|
11
|
+
menuItems: MenuItemData[];
|
|
12
|
+
onClose?: () => void;
|
|
13
|
+
baseElevation?: number;
|
|
14
|
+
onClicked?: () => void;
|
|
15
|
+
}
|
|
16
|
+
export declare const EditorTools: ({ menuItems, onClose, onClicked, baseElevation }: MenuInputProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=EditorTools.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EditorTools.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/EditorTools.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAiBtC,MAAM,WAAW,YAAY;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAC;IAC1B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CAC1C;AAID,UAAU,cAAc;IACpB,SAAS,EAAE,YAAY,EAAE,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CAC1B;AAED,eAAO,MAAM,WAAW,GAAI,kDAAsD,cAAc,4CAoP/F,CAAC"}
|
|
@@ -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"}
|