@myissue/vue-website-page-builder 3.3.42 → 3.3.44
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/vue-website-page-builder.js +9 -9
- package/dist/vue-website-page-builder.umd.cjs +4 -4
- package/package.json +1 -1
- package/src/Components/Modals/DynamicModalBuilder.vue +1 -1
- package/src/Components/Modals/ModalBuilder.vue +1 -1
- package/src/Components/PageBuilder/Settings/AdvancedPageBuilderSettings.vue +5 -5
- package/src/PageBuilder/PageBuilder.vue +1 -1
- package/src/PageBuilder/Preview.vue +1 -1
package/package.json
CHANGED
|
@@ -104,7 +104,7 @@ const thirdButtonBuilder = function () {
|
|
|
104
104
|
</div>
|
|
105
105
|
|
|
106
106
|
<div
|
|
107
|
-
class="pbx-border-solid pbx-border-t pbx-border-gray-200 pbx-mt-4 pbx-flex pbx-items-center pbx-justify-end"
|
|
107
|
+
class="pbx-border-0 pbx-border-solid pbx-border-t pbx-border-gray-200 pbx-mt-4 pbx-flex pbx-items-center pbx-justify-end"
|
|
108
108
|
>
|
|
109
109
|
<div
|
|
110
110
|
v-if="simpleModal !== true && !isLoading"
|
|
@@ -80,7 +80,7 @@ const maxWidthClass = computed(() => {
|
|
|
80
80
|
]"
|
|
81
81
|
>
|
|
82
82
|
<div
|
|
83
|
-
class="pbx-h-16 pbx-px-4 pbx-border-solid pbx-border-b pbx-border-gray-200 pbx-mb-2 pbx-flex pbx-items-center pbx-justify-between"
|
|
83
|
+
class="pbx-h-16 pbx-px-4 pbx-border-0 pbx-border-solid pbx-border-b pbx-border-gray-200 pbx-mb-2 pbx-flex pbx-items-center pbx-justify-between"
|
|
84
84
|
:class="[
|
|
85
85
|
type === 'success' ? 'pbx-bg-white' : '',
|
|
86
86
|
type === 'warning' ? 'pbx-bg-white' : '',
|
|
@@ -120,7 +120,7 @@ function prettifyHtml(html) {
|
|
|
120
120
|
class="pbx-overflow-hidden pbx-border-solid pbx-border pbx-border-gray-100 pbx-mb-6"
|
|
121
121
|
>
|
|
122
122
|
<div
|
|
123
|
-
class="pbx-bg-stone-800 pbx-pt-4 pbx-1 pbx-border-solid pbx-border-b pbx-border-gray-200"
|
|
123
|
+
class="pbx-border-0 pbx-bg-stone-800 pbx-pt-4 pbx-1 pbx-border-solid pbx-border-b pbx-border-gray-200"
|
|
124
124
|
>
|
|
125
125
|
<div class="pbx-overflow-x-auto">
|
|
126
126
|
<table class="pbx-min-w-full">
|
|
@@ -207,7 +207,7 @@ function prettifyHtml(html) {
|
|
|
207
207
|
class="pbx-overflow-hidden pbx-border-solid pbx-border pbx-border-gray-100 pbx-mb-6"
|
|
208
208
|
>
|
|
209
209
|
<div
|
|
210
|
-
class="pbx-bg-stone-800 pbx-pt-4 pbx-1 pbx-border-solid pbx-border-b pbx-border-gray-200"
|
|
210
|
+
class="pbx-border-0 pbx-bg-stone-800 pbx-pt-4 pbx-1 pbx-border-solid pbx-border-b pbx-border-gray-200"
|
|
211
211
|
>
|
|
212
212
|
<div class="pbx-overflow-x-auto">
|
|
213
213
|
<table class="pbx-min-w-full">
|
|
@@ -236,7 +236,7 @@ function prettifyHtml(html) {
|
|
|
236
236
|
<thead class="pbx-bg-stone-800">
|
|
237
237
|
<tr>
|
|
238
238
|
<th
|
|
239
|
-
class="pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal pbx-border-solid pbx-border-t pbx-border-gray-200"
|
|
239
|
+
class="pbx-border-0 pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal pbx-border-solid pbx-border-t pbx-border-gray-200"
|
|
240
240
|
>
|
|
241
241
|
Title:
|
|
242
242
|
</th>
|
|
@@ -295,7 +295,7 @@ function prettifyHtml(html) {
|
|
|
295
295
|
>
|
|
296
296
|
<!-- Id and Title above the table, styled to look connected -->
|
|
297
297
|
<div
|
|
298
|
-
class="pbx-bg-stone-800 pbx-pt-4 pbx-1 pbx-border-solid pbx-border-b pbx-border-gray-200"
|
|
298
|
+
class="pbx-border-0 pbx-bg-stone-800 pbx-pt-4 pbx-1 pbx-border-solid pbx-border-b pbx-border-gray-200"
|
|
299
299
|
>
|
|
300
300
|
<div class="pbx-overflow-x-auto">
|
|
301
301
|
<table class="pbx-min-w-full">
|
|
@@ -324,7 +324,7 @@ function prettifyHtml(html) {
|
|
|
324
324
|
<thead class="pbx-bg-stone-800">
|
|
325
325
|
<tr>
|
|
326
326
|
<th
|
|
327
|
-
class="pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal pbx-border-solid pbx-border-t pbx-border-gray-200"
|
|
327
|
+
class="pbx-border-0 pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal pbx-border-solid pbx-border-t pbx-border-gray-200"
|
|
328
328
|
>
|
|
329
329
|
Title:
|
|
330
330
|
</th>
|
|
@@ -427,7 +427,7 @@ onMounted(async () => {
|
|
|
427
427
|
<!-- Top Layout Save And Reset Area - Start -->
|
|
428
428
|
<div
|
|
429
429
|
id="pagebuilder-toolbar-area"
|
|
430
|
-
class="pbx-flex pbx-items-center pbx-justify-between pbx-bg-myPrimaryLightGrayColor pbx-border-solid pbx-border-b pbx-border-gray-200 pbx-mb-2 lg:pbx-px-6 pbx-px-4 pbx-font-sans"
|
|
430
|
+
class="pbx-flex pbx-items-center pbx-justify-between pbx-bg-myPrimaryLightGrayColor pbx-border-0 pbx-border-solid pbx-border-b pbx-border-gray-200 pbx-mb-2 lg:pbx-px-6 pbx-px-4 pbx-font-sans"
|
|
431
431
|
>
|
|
432
432
|
<template
|
|
433
433
|
v-if="
|
|
@@ -21,7 +21,7 @@ if (previewData) {
|
|
|
21
21
|
<template>
|
|
22
22
|
<div>
|
|
23
23
|
<div
|
|
24
|
-
class="pbx-w-full pbx-inset-x-0 pbx-h-[90vh] pbx-bg-white pbx-overflow-x-scroll lg:pbx-pt-2 pbx-pt-2"
|
|
24
|
+
class="pbx-text-black pbx-w-full pbx-inset-x-0 pbx-h-[90vh] pbx-bg-white pbx-overflow-x-scroll lg:pbx-pt-2 pbx-pt-2"
|
|
25
25
|
>
|
|
26
26
|
<div id="page-builder-editor">
|
|
27
27
|
<div class="" v-html="htmlPage"></div>
|