@myissue/vue-website-page-builder 3.3.58 → 3.3.59
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 +1 -0
- package/dist/vue-website-page-builder.css +1 -1
- package/dist/vue-website-page-builder.js +1161 -1131
- package/dist/vue-website-page-builder.umd.cjs +26 -26
- package/package.json +1 -1
- package/src/Components/PageBuilder/EditorMenu/Editables/BackgroundColorEditor.vue +9 -2
- package/src/Components/PageBuilder/EditorMenu/Editables/TextColorEditor.vue +9 -2
- package/src/Components/PageBuilder/EditorMenu/RightSidebarEditor.vue +36 -4
- package/src/DemoComponents/HomeSection.vue +9 -9
- package/src/PageBuilder/PageBuilder.vue +1 -1
- package/src/composables/PageBuilderService.ts +98 -80
- package/src/css/app.css +3 -5
package/README.md
CHANGED
|
@@ -74,6 +74,7 @@ The Page Builder is packed with features:
|
|
|
74
74
|
- **Undo & Redo**: Experiment confidently with the ability to revert changes.
|
|
75
75
|
- **Global Styles**: Global Styles for fonts, designs, & colors.
|
|
76
76
|
- **YouTube Videos**: Integrate video content smoothly.
|
|
77
|
+
- **Download HTML**: Export the entire page as a standalone HTML file.
|
|
77
78
|
- **Tailwind Support**: Fully compatible with Tailwind CSS (with automatic class prefixing to avoid conflicts).
|
|
78
79
|
- **Styles Prefixed**: To ensure clean and predictable styling, the builder uses Scoped Style Isolation. No risk of style conflicts between the builder and your app.
|
|
79
80
|
|