pagepilot-visual-editor 1.0.2 → 1.0.4
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/README.md +40 -17
- package/dist/PagePilotEditor.d.ts +1 -1
- package/dist/blocks-internal/block-button/src/NudegeIcons.d.ts +18 -18
- package/dist/blocks-internal/block-button/src/icons.d.ts +1 -1
- package/dist/blocks-internal/block-button/src/index.d.ts +1 -1
- package/dist/blocks-internal/block-button-group/src/index.d.ts +1 -1
- package/dist/blocks-internal/block-columns-container/src/index.d.ts +1 -1
- package/dist/blocks-internal/block-container/src/index.d.ts +1 -1
- package/dist/blocks-internal/block-divider/src/index.d.ts +1 -2
- package/dist/blocks-internal/block-grid/src/index.d.ts +1 -1
- package/dist/blocks-internal/block-heading/src/index.d.ts +1 -2
- package/dist/blocks-internal/block-html/src/index.d.ts +1 -2
- package/dist/blocks-internal/block-iframe/src/index.d.ts +1 -2
- package/dist/blocks-internal/block-image/src/index.d.ts +1 -2
- package/dist/blocks-internal/block-logo/src/index.d.ts +1 -2
- package/dist/blocks-internal/block-stepper/src/index.d.ts +1 -1
- package/dist/blocks-internal/block-text/src/EmailMarkdown.d.ts +2 -2
- package/dist/blocks-internal/block-text/src/index.d.ts +1 -1
- package/dist/blocks-internal/block-video/src/index.d.ts +1 -2
- package/dist/blocks-internal/block-youtube-url/src/index.d.ts +1 -2
- package/dist/editor/Shell.d.ts +1 -2
- package/dist/editor/StatusPill.d.ts +1 -1
- package/dist/editor/Topbar.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/BlockStyleClipboardBar.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/index.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/AccessibilityToolsSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/AccordionSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/AvatarSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonGroupSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/ButtonSidebarPanel.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/CalendlySidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/CarouselSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/ColumnsContainerSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/ContainerSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/DividerSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/FlexColumnsSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/GridSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/HeadingSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/HtmlSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/IframeSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/ImageSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/LogoSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/MarqueeSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/PagePilotLayoutSidebarPanel.d.ts +3 -3
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/PricingAccordionSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/RatingSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/SkipLinkSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/SpacerSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/StepperSidebarPanel.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/TabsBlockSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/TextSidebarPanel.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/VideoSidebarPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/BaseSidebarPanel.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/CollapsibleSection.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/ContrastWarning.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/MediaLibraryButton.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/SectionWrapper.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/BooleanInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/CodeEditor.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/BaseColorInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Picker.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/Swatch.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColorInput/index.d.ts +2 -3
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/ColumnWidthsInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontFamily.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontSizeInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontStyleInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/FontWeightInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/NumberInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/PaddingInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/RadioGroupInput.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/RadiusInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SliderInput.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/SwitchInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextAlignInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextDecorationInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextDimensionInput.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/TextInput.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/WidthInputWithSelect.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/inputs/raw/RawSliderInput.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/MultiStylePropertyPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/ConfigurationPanel/input-panels/helpers/style-inputs/SingleStylePropertyPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/EditorBehavior.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/LayersPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/LayoutPanel/icons/index.d.ts +13 -14
- package/dist/editor-sample/App/InspectorDrawer/LayoutPanel/index.d.ts +1 -1
- package/dist/editor-sample/App/InspectorDrawer/StylesPanel.d.ts +1 -2
- package/dist/editor-sample/App/InspectorDrawer/icons/index.d.ts +13 -13
- package/dist/editor-sample/App/InspectorDrawer/index.d.ts +1 -1
- package/dist/editor-sample/App/TemplatePanel/HtmlPanel.d.ts +1 -2
- package/dist/editor-sample/App/TemplatePanel/JsonPanel.d.ts +1 -2
- package/dist/editor-sample/App/TemplatePanel/helper/HighlightedCodePanel.d.ts +1 -2
- package/dist/editor-sample/App/TemplatePanel/index.d.ts +1 -2
- package/dist/editor-sample/App/TemplatePanel/pageGuide/AhdMarkerLayer.d.ts +1 -2
- package/dist/editor-sample/App/shared/AddSectionDialog.d.ts +1 -1
- package/dist/editor-sample/App/shared/PagePreviewFrame.d.ts +1 -1
- package/dist/editor-sample/App/shared/PreviewDialog.d.ts +2 -3
- package/dist/editor-sample/App/shared/SectionsDropdown.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/AccessibilityTools/AccessibilityToolsEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/Accordion/AccordionEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/ButtonGroup/ButtonGroupEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/Carousel/CarouselEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/ColumnsContainer/ColumnsContainerEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/Container/ContainerEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/FlexColumns/FlexColumnsEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/Grid/GridEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/Marquee/MarqueeEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/PagePilotLayout/PagePilotLayoutEditor.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/PricingAccordion/PricingAccordionEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/Rating/RatingEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/SkipLink/SkipLinkEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/TabsBlock/TabsBlockEditor.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlockButton.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/BlocksMenu.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/PlaceholderButton.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/ScopePickerMenu.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/EditorChildrenIds/AddBlockMenu/index.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/EditorChildrenIds/index.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineEditableText.d.ts +5 -6
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/FullscreenOverlay.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/dialogs/ImageDialog.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/dialogs/LinkDialog.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/dialogs/VideoDialog.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/index.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/popovers/ColorSwatchPopover.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/popovers/OverflowMenu.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/popovers/TableGridPicker.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/primitives/Divider.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/primitives/Dropdown.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/primitives/HoverButton.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/primitives/IconBtn.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/primitives/MenuItem.d.ts +2 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/primitives/MicIcon.d.ts +1 -2
- package/dist/editor-sample/documents/blocks/helpers/InlineTextToolbar/primitives/NoteIcon.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/TemplateTokenOverlay.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/block-wrappers/EditorBlockWrapper.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/block-wrappers/ReaderBlockWrapper.d.ts +1 -1
- package/dist/editor-sample/documents/blocks/helpers/block-wrappers/TuneMenu.d.ts +1 -2
- package/dist/editor-sample/documents/editor/EditorBlock.d.ts +1 -1
- package/dist/editor-sample/documents/editor/LazyEditorBlock.d.ts +1 -2
- package/dist/email-builder-core/Reader/core.d.ts +2 -3
- package/dist/email-builder-core/blocks/AccessibilityTools/AccessibilityToolsReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/Accordion/AccordionReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/ButtonGroup/ButtonGroupReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/Calendly/CalendlyReader.d.ts +1 -1
- package/dist/email-builder-core/blocks/Carousel/CarouselReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/ColumnsContainer/ColumnsContainerReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/Container/ContainerReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/FlexColumns/FlexColumnsReader.d.ts +1 -1
- package/dist/email-builder-core/blocks/Grid/GridReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/Marquee/MarqueeReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/PagePilotLayout/PagePilotLayoutReader.d.ts +1 -1
- package/dist/email-builder-core/blocks/PricingAccordion/PricingAccordionReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/Rating/RatingReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/SkipLink/SkipLinkReader.d.ts +1 -2
- package/dist/email-builder-core/blocks/TabsBlock/TabsBlockReader.d.ts +1 -2
- package/dist/host-stubs/view/images/Icons.d.ts +186 -186
- package/dist/host-stubs/view/shared/modals/PopupConfirm.d.ts +1 -1
- package/package.json +15 -7
|
@@ -8,4 +8,4 @@ export interface PopupConfirmProps {
|
|
|
8
8
|
onCancel?: () => void;
|
|
9
9
|
children?: React.ReactNode;
|
|
10
10
|
}
|
|
11
|
-
export default function PopupConfirm({ title, description, onConfirm, children, }: PopupConfirmProps):
|
|
11
|
+
export default function PopupConfirm({ title, description, onConfirm, children, }: PopupConfirmProps): import("react/jsx-runtime").JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pagepilot-visual-editor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Standalone visual editor — drop <PagePilotEditor> into any React app and get Style/Layout/Inspect/Layers panels, drag-and-drop blocks, undo/redo, dirty-tracked save, multi-section pages, and light/dark themes",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -62,8 +62,16 @@
|
|
|
62
62
|
"@emotion/styled": ">=11",
|
|
63
63
|
"@mui/icons-material": ">=5",
|
|
64
64
|
"@mui/material": ">=5",
|
|
65
|
-
"react": "
|
|
66
|
-
"react-dom": "
|
|
65
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
66
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
67
|
+
},
|
|
68
|
+
"overrides": {
|
|
69
|
+
"react-dom": "$react",
|
|
70
|
+
"@types/react-dom": "$@types/react"
|
|
71
|
+
},
|
|
72
|
+
"resolutions": {
|
|
73
|
+
"react-dom": "$react",
|
|
74
|
+
"@types/react-dom": "$@types/react"
|
|
67
75
|
},
|
|
68
76
|
"devDependencies": {
|
|
69
77
|
"@emotion/react": "^11.13.3",
|
|
@@ -71,8 +79,8 @@
|
|
|
71
79
|
"@mui/icons-material": "^6.1.2",
|
|
72
80
|
"@mui/material": "^6.1.2",
|
|
73
81
|
"@types/node": "^22.7.4",
|
|
74
|
-
"@types/react": "
|
|
75
|
-
"@types/react-dom": "
|
|
82
|
+
"@types/react": "19.2.0",
|
|
83
|
+
"@types/react-dom": "19.2.0",
|
|
76
84
|
"@usewaypoint/block-avatar": "^0.0.3",
|
|
77
85
|
"@usewaypoint/block-spacer": "^0.0.3",
|
|
78
86
|
"@usewaypoint/document-core": "^0.0.6",
|
|
@@ -83,9 +91,9 @@
|
|
|
83
91
|
"marked": "^18.0.5",
|
|
84
92
|
"prettier": "^3.9.3",
|
|
85
93
|
"prismjs": "^1.30.0",
|
|
86
|
-
"react": "
|
|
94
|
+
"react": "19.2.7",
|
|
87
95
|
"react-best-gradient-color-picker": "^3.0.14",
|
|
88
|
-
"react-dom": "
|
|
96
|
+
"react-dom": "19.2.7",
|
|
89
97
|
"react-icons": "^5.6.0",
|
|
90
98
|
"react-router": "^6.27.0",
|
|
91
99
|
"react-router-dom": "^6.27.0",
|