email-builder-online 3.4.38 → 3.4.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/editor-sample/src/App/ComponentTree/ComponentTreePanel.d.ts +2 -0
- package/dist/editor-sample/src/App/ComponentTree/ComponentTreePanel.d.ts.map +1 -0
- package/dist/editor-sample/src/App/ComponentTree/ToggleComponentTreeButton.d.ts +2 -0
- package/dist/editor-sample/src/App/ComponentTree/ToggleComponentTreeButton.d.ts.map +1 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/index.d.ts +5 -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/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/NotionTextSidebarPanel.d.ts +8 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/NotionTextSidebarPanel.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/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 +12 -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 +16 -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 +16 -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/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/components/inputStyles.d.ts +6 -0
- package/dist/editor-sample/src/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/components/inputStyles.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 +10 -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 +9 -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 +12 -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 +16 -0
- package/dist/editor-sample/src/App/index.d.ts.map +1 -0
- package/dist/editor-sample/src/components/SampleImageGallery.d.ts +2 -0
- package/dist/editor-sample/src/components/SampleImageGallery.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 +50 -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 +10 -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 +8 -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/EJEMPLO_USO_GRANULAR.d.ts +89 -0
- package/dist/editor-sample/src/documents/editor/EJEMPLO_USO_GRANULAR.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/EditorBlock.d.ts +14 -0
- package/dist/editor-sample/src/documents/editor/EditorBlock.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/UndoRedoStore.d.ts +64 -0
- package/dist/editor-sample/src/documents/editor/UndoRedoStore.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/blockHooks.d.ts +77 -0
- package/dist/editor-sample/src/documents/editor/blockHooks.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/blockSelectors.d.ts +60 -0
- package/dist/editor-sample/src/documents/editor/blockSelectors.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/blockUpdaters.d.ts +47 -0
- package/dist/editor-sample/src/documents/editor/blockUpdaters.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/granular.d.ts +125 -0
- package/dist/editor-sample/src/documents/editor/granular.d.ts.map +1 -0
- package/dist/editor-sample/src/documents/editor/migrateDocument.d.ts +8 -0
- package/dist/editor-sample/src/documents/editor/migrateDocument.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/test-load-json.d.ts +8 -0
- package/dist/editor-sample/src/getConfiguration/sample/test-load-json.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/editor-sample/src/i18n.d.ts +14 -0
- package/dist/editor-sample/src/i18n.d.ts.map +1 -0
- package/dist/editor-sample/src/index.d.ts +58 -0
- package/dist/editor-sample/src/index.d.ts.map +1 -0
- package/dist/editor-sample/src/locales/en-US/common.json.d.ts +44 -0
- package/dist/editor-sample/src/locales/en-US/inspector.json.d.ts +224 -0
- package/dist/editor-sample/src/locales/es-419/common.json.d.ts +44 -0
- package/dist/editor-sample/src/locales/es-419/inspector.json.d.ts +220 -0
- package/dist/editor-sample/src/locales/it-IT/common.json.d.ts +44 -0
- package/dist/editor-sample/src/locales/it-IT/inspector.json.d.ts +220 -0
- package/dist/editor-sample/src/theme.d.ts +8 -0
- package/dist/editor-sample/src/theme.d.ts.map +1 -0
- package/dist/editor-sample/src/utils/useDebounce.d.ts +8 -0
- package/dist/editor-sample/src/utils/useDebounce.d.ts.map +1 -0
- package/dist/index.cjs +439 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.mjs +111403 -0
- package/dist/index.mjs.map +1 -0
- package/dist/module-BG678m1F.cjs +717 -0
- package/dist/module-BG678m1F.cjs.map +1 -0
- package/dist/module-BQBGH1lE.js +2957 -0
- package/dist/module-BQBGH1lE.js.map +1 -0
- package/dist/style.css +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { TEditorConfiguration } from '../../documents/editor/core';
|
|
2
|
+
declare const EMPTY_EMAIL_MESSAGE: TEditorConfiguration;
|
|
3
|
+
declare const EMPTY_EMAIL_PROD: TEditorConfiguration;
|
|
4
|
+
export { EMPTY_EMAIL_MESSAGE, EMPTY_EMAIL_PROD };
|
|
5
|
+
//# sourceMappingURL=empty-email-message.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"empty-email-message.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/empty-email-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,mBAAmB,EAAE,oBAwC1B,CAAA;AAGD,QAAA,MAAM,gBAAgB,EAAE,oBA0BvB,CAAC;AAIF,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"one-time-passcode.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/one-time-passcode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,iBAAiB,EAAE,oBA6HxB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"order-ecommerce.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/order-ecommerce.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,eAAe,EAAE,oBAg6CtB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"post-metrics-report.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/post-metrics-report.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,mBAAmB,EAAE,oBAqY1B,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reservation-reminder.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/reservation-reminder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,oBAAoB,EAAE,oBAgpE3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reset-password.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/reset-password.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,cAAc,EAAE,oBAuJrB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"respond-to-message.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/respond-to-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,kBAAkB,EAAE,oBA0KzB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscription-receipt.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/subscription-receipt.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,oBAAoB,EAAE,oBAg0C3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TEditorConfiguration } from '../../documents/editor/core';
|
|
2
|
+
/**
|
|
3
|
+
* Simple test document for testing the JSON load functionality
|
|
4
|
+
* This can be copied and pasted into the "Load JSON" dialog
|
|
5
|
+
*/
|
|
6
|
+
export declare const TEST_LOAD_JSON: TEditorConfiguration;
|
|
7
|
+
export declare const TEST_LOAD_JSON_STRING: string;
|
|
8
|
+
//# sourceMappingURL=test-load-json.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"test-load-json.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/test-load-json.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,oBAkH5B,CAAC;AAGF,eAAO,MAAM,qBAAqB,QAA0C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"welcome.d.ts","sourceRoot":"","sources":["../../../../../src/getConfiguration/sample/welcome.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAEnE,QAAA,MAAM,OAAO,EAAE,oBAqKd,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as i18n } from 'i18next';
|
|
2
|
+
export declare const SUPPORTED_LOCALES: readonly ["en-US", "es-419", "it-IT"];
|
|
3
|
+
export type SupportedLocale = typeof SUPPORTED_LOCALES[number];
|
|
4
|
+
/**
|
|
5
|
+
* Normalize a locale string to a supported full locale code.
|
|
6
|
+
* Accepts short codes (en, es, it) or full codes (en-US, es-419, it-IT).
|
|
7
|
+
*/
|
|
8
|
+
export declare function normalizeLocale(locale: string | undefined | null): SupportedLocale;
|
|
9
|
+
/**
|
|
10
|
+
* Change the current locale. Accepts short codes (en, es, it) or full codes.
|
|
11
|
+
*/
|
|
12
|
+
export declare const setLocale: (locale: string) => Promise<void>;
|
|
13
|
+
export default i18n;
|
|
14
|
+
//# sourceMappingURL=i18n.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,IAAkB,MAAM,SAAS,CAAC;AAYzC,eAAO,MAAM,iBAAiB,uCAA0C,CAAC;AACzE,MAAM,MAAM,eAAe,GAAG,OAAO,iBAAiB,CAAC,MAAM,CAAC,CAAC;AAY/D;;;GAGG;AACH,wBAAgB,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GAAG,eAAe,CAGlF;AAyED;;GAEG;AACH,eAAO,MAAM,SAAS,GAAU,QAAQ,MAAM,kBAG7C,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { TEditorConfiguration } from './documents/editor/core';
|
|
3
|
+
export interface AIFeatureRequest {
|
|
4
|
+
text: string;
|
|
5
|
+
content: string;
|
|
6
|
+
action: string;
|
|
7
|
+
blockId?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface MergeTag {
|
|
10
|
+
label?: string;
|
|
11
|
+
value?: string;
|
|
12
|
+
icon?: React.ReactNode;
|
|
13
|
+
type?: 'divider';
|
|
14
|
+
}
|
|
15
|
+
export interface MergeTagGroup {
|
|
16
|
+
label: string;
|
|
17
|
+
icon?: React.ReactNode;
|
|
18
|
+
children: MergeTag[];
|
|
19
|
+
}
|
|
20
|
+
export interface EmailBuilderProps {
|
|
21
|
+
primaryColor?: string;
|
|
22
|
+
secondaryColor?: string;
|
|
23
|
+
galleryImages?: boolean;
|
|
24
|
+
darkMode?: boolean;
|
|
25
|
+
freeMode?: boolean;
|
|
26
|
+
height?: string;
|
|
27
|
+
stickyHeader?: boolean;
|
|
28
|
+
sticky?: boolean;
|
|
29
|
+
htmlTab?: boolean;
|
|
30
|
+
jsonTab?: boolean;
|
|
31
|
+
locale?: string;
|
|
32
|
+
dataLocale?: string;
|
|
33
|
+
imagePlaceholder?: string;
|
|
34
|
+
initialDocument?: TEditorConfiguration | string;
|
|
35
|
+
data?: TEditorConfiguration | string;
|
|
36
|
+
onSave?: (document: TEditorConfiguration) => void;
|
|
37
|
+
onAutoSave?: (document: TEditorConfiguration) => void;
|
|
38
|
+
customImageProvider?: React.ReactNode;
|
|
39
|
+
mergeTags?: MergeTag[] | MergeTagGroup;
|
|
40
|
+
enableAI?: boolean;
|
|
41
|
+
onAIRequest?: (request: AIFeatureRequest) => Promise<string>;
|
|
42
|
+
showVersion?: boolean;
|
|
43
|
+
componentTree?: boolean;
|
|
44
|
+
}
|
|
45
|
+
export interface EmailBuilderRef {
|
|
46
|
+
getDocument: () => TEditorConfiguration;
|
|
47
|
+
setDocument: (document: TEditorConfiguration) => void;
|
|
48
|
+
save: () => TEditorConfiguration;
|
|
49
|
+
getHtml: () => string;
|
|
50
|
+
setImageUrl: (blockId: string, url: string) => void;
|
|
51
|
+
}
|
|
52
|
+
declare const EmailBuilder: React.ForwardRefExoticComponent<EmailBuilderProps & React.RefAttributes<EmailBuilderRef>>;
|
|
53
|
+
export declare function registerEmailBuilder(tagName?: string): void;
|
|
54
|
+
export default EmailBuilder;
|
|
55
|
+
export { EmailBuilder };
|
|
56
|
+
export type { TEditorConfiguration } from './documents/editor/core';
|
|
57
|
+
export type { AIFeatureRequest, MergeTag, MergeTagGroup };
|
|
58
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,KAA+D,MAAM,OAAO,CAAC;AAgBpF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAQpE,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,QAAQ;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,EAAE,QAAQ,EAAE,CAAC;CACtB;AAED,MAAM,WAAW,iBAAiB;IAChC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,oBAAoB,GAAG,MAAM,CAAC;IAChD,IAAI,CAAC,EAAE,oBAAoB,GAAG,MAAM,CAAC;IACrC,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,oBAAoB,KAAK,IAAI,CAAC;IAClD,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,oBAAoB,KAAK,IAAI,CAAC;IACtD,mBAAmB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACtC,SAAS,CAAC,EAAE,QAAQ,EAAE,GAAG,aAAa,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,gBAAgB,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;IAC7D,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,MAAM,oBAAoB,CAAC;IACxC,WAAW,EAAE,CAAC,QAAQ,EAAE,oBAAoB,KAAK,IAAI,CAAC;IACtD,IAAI,EAAE,MAAM,oBAAoB,CAAC;IACjC,OAAO,EAAE,MAAM,MAAM,CAAC;IACtB,WAAW,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACrD;AAED,QAAA,MAAM,YAAY,2FA8YjB,CAAC;AA8BF,wBAAgB,oBAAoB,CAAC,OAAO,GAAE,MAAwB,QAKrE;AAWD,eAAe,YAAY,CAAC;AAC5B,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,YAAY,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AACpE,YAAY,EAAE,gBAAgB,EAAE,QAAQ,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"language": "English (US)",
|
|
3
|
+
"generic": {
|
|
4
|
+
"confirm": "Confirm",
|
|
5
|
+
"cancel": "Cancel",
|
|
6
|
+
"save": "Save",
|
|
7
|
+
"delete": "Delete"
|
|
8
|
+
},
|
|
9
|
+
"editor": {
|
|
10
|
+
"notionTextPlaceholder": "Type \"/\" to open the menu",
|
|
11
|
+
"editing": "Editing"
|
|
12
|
+
},
|
|
13
|
+
"bubbleMenu": {
|
|
14
|
+
"bold": "Bold",
|
|
15
|
+
"italic": "Italic",
|
|
16
|
+
"underline": "Underline",
|
|
17
|
+
"strikethrough": "Strikethrough",
|
|
18
|
+
"lists": "Lists",
|
|
19
|
+
"bulletList": "Bullet List",
|
|
20
|
+
"numberedList": "Numbered List",
|
|
21
|
+
"textAlign": "Text Align",
|
|
22
|
+
"alignLeft": "Align Left",
|
|
23
|
+
"alignCenter": "Align Center",
|
|
24
|
+
"alignRight": "Align Right",
|
|
25
|
+
"alignJustify": "Align Justify",
|
|
26
|
+
"textColor": "Text Color",
|
|
27
|
+
"backgroundColor": "Background Color",
|
|
28
|
+
"link": "Link",
|
|
29
|
+
"insertMergeTag": "Insert Merge Tag",
|
|
30
|
+
"insertEmoji": "Insert Emoji",
|
|
31
|
+
"aiFeatures": "AI Features",
|
|
32
|
+
"clearFormatting": "Clear Formatting"
|
|
33
|
+
},
|
|
34
|
+
"linkEditor": {
|
|
35
|
+
"editLink": "Edit link",
|
|
36
|
+
"insertLink": "Insert link",
|
|
37
|
+
"urlLabel": "URL",
|
|
38
|
+
"urlPlaceholder": "https://example.com",
|
|
39
|
+
"invalidUrl": "Enter a valid URL"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
;
|
|
43
|
+
|
|
44
|
+
export default _default;
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"header": {
|
|
3
|
+
"undo": "Undo (CTRL + Z)",
|
|
4
|
+
"redo": "Redo (CTRL + Y)",
|
|
5
|
+
"copy_html": "Copia HTML",
|
|
6
|
+
"copy_json": "Copia JSON",
|
|
7
|
+
"edit": "Modifica",
|
|
8
|
+
"preview": "Anteprima",
|
|
9
|
+
"htmlOutput": "HTML",
|
|
10
|
+
"jsonOutput": "JSON",
|
|
11
|
+
"desktop": "Desktop",
|
|
12
|
+
"mobile": "Mobile",
|
|
13
|
+
"content": "Content",
|
|
14
|
+
"styles": "Styles",
|
|
15
|
+
"componentTree": "Component tree",
|
|
16
|
+
"openComponentTree": "Open component tree",
|
|
17
|
+
"closeComponentTree": "Close component tree"
|
|
18
|
+
},
|
|
19
|
+
"actions":{
|
|
20
|
+
"copyFormat":"Copy format",
|
|
21
|
+
"pasteFormatting": "Paste formatting",
|
|
22
|
+
"noFormatSupported": "No format supported",
|
|
23
|
+
"duplicate":"Duplicate",
|
|
24
|
+
"delete": "Delete"
|
|
25
|
+
},
|
|
26
|
+
"border":{
|
|
27
|
+
"unlockBorders": "Unlock borders",
|
|
28
|
+
"lockBordersTogether": "Lock borders together"
|
|
29
|
+
},
|
|
30
|
+
"shape": {
|
|
31
|
+
"label": "Style",
|
|
32
|
+
"square": "Square",
|
|
33
|
+
"pill": "Pill",
|
|
34
|
+
"custom": "Custom",
|
|
35
|
+
"borderRadius": "Border Radius",
|
|
36
|
+
"lockTooltip": "Lock corners together",
|
|
37
|
+
"unlockTooltip": "Unlock corners"
|
|
38
|
+
},
|
|
39
|
+
"properties":{
|
|
40
|
+
"backgroundColor": "Background Color",
|
|
41
|
+
"border": "Border",
|
|
42
|
+
"padding": "Padding",
|
|
43
|
+
"fontWeight": "Font Weight",
|
|
44
|
+
"fontSize": "Font Size",
|
|
45
|
+
"fontFamily": "Font family",
|
|
46
|
+
"width": "Width",
|
|
47
|
+
"shape": "Shape",
|
|
48
|
+
"borderRadius": "Border radius",
|
|
49
|
+
"alignment": "Alignment",
|
|
50
|
+
"height": "Height",
|
|
51
|
+
"lineHeight": "Line Height",
|
|
52
|
+
"color": "Color"
|
|
53
|
+
},
|
|
54
|
+
"inputs": {
|
|
55
|
+
"width":{
|
|
56
|
+
"full": "Full",
|
|
57
|
+
"auto": "Auto"
|
|
58
|
+
},
|
|
59
|
+
"common": {
|
|
60
|
+
"size": "Size",
|
|
61
|
+
"width": "Width",
|
|
62
|
+
"height": "Height",
|
|
63
|
+
"uploadFile": "Upload a file",
|
|
64
|
+
"dragAndDrop": "or drag and drop",
|
|
65
|
+
"fileInfo": "PNG, JPG, GIF up to 5MB",
|
|
66
|
+
"add": "Add",
|
|
67
|
+
"close": "Close",
|
|
68
|
+
"invalidFiles": "Some files were invalid (wrong type or too large). Only valid files will be uploaded.",
|
|
69
|
+
"svgWarning": "SVG images may not display correctly in Outlook email clients. Consider using PNG or JPG format for better compatibility."
|
|
70
|
+
},
|
|
71
|
+
"columnWidths": {
|
|
72
|
+
"label": "Columns width",
|
|
73
|
+
"tooltip": "Images in these columns cannot exceed the column's width",
|
|
74
|
+
"left": "Left",
|
|
75
|
+
"right": "Right",
|
|
76
|
+
"center": "Center"
|
|
77
|
+
},
|
|
78
|
+
"alignment": {
|
|
79
|
+
"label": "Alignment"
|
|
80
|
+
},
|
|
81
|
+
"responsiveSize": {
|
|
82
|
+
"customPadding": "Custom Padding",
|
|
83
|
+
"lockTooltip": "Lock padding sides together",
|
|
84
|
+
"unlockTooltip": "Unlock padding sides",
|
|
85
|
+
"allSides": "All",
|
|
86
|
+
"options": {
|
|
87
|
+
"xSmall": "XS",
|
|
88
|
+
"small": "SM",
|
|
89
|
+
"medium": "MD",
|
|
90
|
+
"custom": "Custom"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"sizeSelector": {
|
|
94
|
+
"label": "Size",
|
|
95
|
+
"contain": "Contain",
|
|
96
|
+
"cover": "Cover",
|
|
97
|
+
"scale": "Scale"
|
|
98
|
+
},
|
|
99
|
+
"screenSelector": {
|
|
100
|
+
"desktop": "Desktop view",
|
|
101
|
+
"mobile": "Mobile view"
|
|
102
|
+
},
|
|
103
|
+
"links": {
|
|
104
|
+
"color": "Link color",
|
|
105
|
+
"underline": "Link underline",
|
|
106
|
+
"underlineOn": "Underline on",
|
|
107
|
+
"underlineOff": "Underline off"
|
|
108
|
+
},
|
|
109
|
+
"backgroundImage": {
|
|
110
|
+
"label": "Background image",
|
|
111
|
+
"fillType": "Background fill type",
|
|
112
|
+
"repeat": "Background repeat",
|
|
113
|
+
"position": "Background position",
|
|
114
|
+
"fillOptions": {
|
|
115
|
+
"cover": "Cover",
|
|
116
|
+
"contain": "Contain",
|
|
117
|
+
"auto": "Auto"
|
|
118
|
+
},
|
|
119
|
+
"repeatOptions": {
|
|
120
|
+
"none": "No repeat",
|
|
121
|
+
"repeat": "Repeat",
|
|
122
|
+
"repeatX": "Repeat X",
|
|
123
|
+
"repeatY": "Repeat Y"
|
|
124
|
+
},
|
|
125
|
+
"positions": {
|
|
126
|
+
"topLeft": "Top Left",
|
|
127
|
+
"topCenter": "Top Center",
|
|
128
|
+
"topRight": "Top Right",
|
|
129
|
+
"centerLeft": "Center Left",
|
|
130
|
+
"center": "Center",
|
|
131
|
+
"centerRight": "Center Right",
|
|
132
|
+
"bottomLeft": "Bottom Left",
|
|
133
|
+
"bottomCenter": "Bottom Center",
|
|
134
|
+
"bottomRight": "Bottom Right"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"image": {
|
|
138
|
+
"urlLabel": "Image URL",
|
|
139
|
+
"urlPlaceholder": "Enter image URL...",
|
|
140
|
+
"invalidUrl": "Invalid URL format",
|
|
141
|
+
"timeout": "Request timeout - URL took too long to respond",
|
|
142
|
+
"notImage": "URL does not point to an image"
|
|
143
|
+
},
|
|
144
|
+
"social": {
|
|
145
|
+
"icon": "Icon",
|
|
146
|
+
"url": "URL",
|
|
147
|
+
"theme": "Theme",
|
|
148
|
+
"size": "Size"
|
|
149
|
+
},
|
|
150
|
+
"layout": {
|
|
151
|
+
"label": "Layout"
|
|
152
|
+
},
|
|
153
|
+
"panels": {
|
|
154
|
+
"avatar": {
|
|
155
|
+
"title": "Avatar block",
|
|
156
|
+
"sizeLabel": "Size",
|
|
157
|
+
"altLabel": "Alt text"
|
|
158
|
+
},
|
|
159
|
+
"button": {
|
|
160
|
+
"title": "Button block",
|
|
161
|
+
"textLabel": "Text",
|
|
162
|
+
"targetLabel": "Target",
|
|
163
|
+
"targetPlaceholder": "https://your-site.com",
|
|
164
|
+
"textColor": "Text color",
|
|
165
|
+
"buttonColor": "Button color"
|
|
166
|
+
},
|
|
167
|
+
"columns": {
|
|
168
|
+
"title": "Columns block",
|
|
169
|
+
"countLabel": "Number of columns"
|
|
170
|
+
},
|
|
171
|
+
"container": {
|
|
172
|
+
"title": "Container block"
|
|
173
|
+
},
|
|
174
|
+
"divider": {
|
|
175
|
+
"title": "Divider block"
|
|
176
|
+
},
|
|
177
|
+
"emailLayout": {
|
|
178
|
+
"title": "Global styles",
|
|
179
|
+
"backgroundColor": "Background color",
|
|
180
|
+
"canvasColor": "Canvas color",
|
|
181
|
+
"fontFamily": "Font family",
|
|
182
|
+
"textColor": "Text color",
|
|
183
|
+
"linksLabel": "Links",
|
|
184
|
+
"version": "Version",
|
|
185
|
+
"showVersion": "Show version"
|
|
186
|
+
},
|
|
187
|
+
"heading": {
|
|
188
|
+
"title": "Heading block",
|
|
189
|
+
"contentLabel": "Content",
|
|
190
|
+
"levelLabel": "Level"
|
|
191
|
+
},
|
|
192
|
+
"html": {
|
|
193
|
+
"title": "HTML block",
|
|
194
|
+
"contentLabel": "Content"
|
|
195
|
+
},
|
|
196
|
+
"image": {
|
|
197
|
+
"title": "Image block",
|
|
198
|
+
"altLabel": "Alt text",
|
|
199
|
+
"altPlaceholder": "Two white watches",
|
|
200
|
+
"urlLabel": "URL",
|
|
201
|
+
"urlPlaceholder": "https://your-website.com"
|
|
202
|
+
},
|
|
203
|
+
"social": {
|
|
204
|
+
"title": "Social media icons",
|
|
205
|
+
"gap": "Gap"
|
|
206
|
+
},
|
|
207
|
+
"spacer": {
|
|
208
|
+
"title": "Spacer block"
|
|
209
|
+
},
|
|
210
|
+
"text": {
|
|
211
|
+
"title": "Text block",
|
|
212
|
+
"contentLabel": "Content",
|
|
213
|
+
"markdownLabel": "Markdown",
|
|
214
|
+
"doubleClickToEdit": "Double-click on the block in the canvas to edit the content"
|
|
215
|
+
},
|
|
216
|
+
"notionText": {
|
|
217
|
+
"title": "Notion Text"
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
;
|
|
223
|
+
|
|
224
|
+
export default _default;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"language": "Español (Latinoamérica)",
|
|
3
|
+
"generic": {
|
|
4
|
+
"confirm": "Confirmar",
|
|
5
|
+
"cancel": "Cancelar",
|
|
6
|
+
"save": "Guardar",
|
|
7
|
+
"delete": "Eliminar"
|
|
8
|
+
},
|
|
9
|
+
"editor": {
|
|
10
|
+
"notionTextPlaceholder": "Escribe \"/\" para abrir el menú",
|
|
11
|
+
"editing": "Editando"
|
|
12
|
+
},
|
|
13
|
+
"bubbleMenu": {
|
|
14
|
+
"bold": "Negrita",
|
|
15
|
+
"italic": "Cursiva",
|
|
16
|
+
"underline": "Subrayado",
|
|
17
|
+
"strikethrough": "Tachado",
|
|
18
|
+
"lists": "Listas",
|
|
19
|
+
"bulletList": "Lista con viñetas",
|
|
20
|
+
"numberedList": "Lista numerada",
|
|
21
|
+
"textAlign": "Alineación de texto",
|
|
22
|
+
"alignLeft": "Alinear a la izquierda",
|
|
23
|
+
"alignCenter": "Alinear al centro",
|
|
24
|
+
"alignRight": "Alinear a la derecha",
|
|
25
|
+
"alignJustify": "Justificar",
|
|
26
|
+
"textColor": "Color de texto",
|
|
27
|
+
"backgroundColor": "Color de fondo",
|
|
28
|
+
"link": "Enlace",
|
|
29
|
+
"insertMergeTag": "Insertar etiqueta dinámica",
|
|
30
|
+
"insertEmoji": "Insertar emoji",
|
|
31
|
+
"aiFeatures": "Funciones de IA",
|
|
32
|
+
"clearFormatting": "Limpiar formato"
|
|
33
|
+
},
|
|
34
|
+
"linkEditor": {
|
|
35
|
+
"editLink": "Editar enlace",
|
|
36
|
+
"insertLink": "Insertar enlace",
|
|
37
|
+
"urlLabel": "URL",
|
|
38
|
+
"urlPlaceholder": "https://ejemplo.com",
|
|
39
|
+
"invalidUrl": "Ingresa una URL válida"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
;
|
|
43
|
+
|
|
44
|
+
export default _default;
|