@dcodegroup-au/page-builder 0.6.5 → 0.6.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/page-builder.css +7 -3
- package/dist/page-builder.es.js +3 -3
- package/dist/page-builder.umd.js +3 -3
- package/package.json +1 -1
- package/src/assets/css/style.css +1 -1
- package/src/components/presenters/modules/StandardHeader.vue +1 -1
- package/src/components/presenters/modules/TwoColumnsImageContent.vue +3 -3
package/dist/page-builder.css
CHANGED
|
@@ -1063,6 +1063,9 @@ select {
|
|
|
1063
1063
|
.max-h-\[200px\] {
|
|
1064
1064
|
max-height: 200px;
|
|
1065
1065
|
}
|
|
1066
|
+
.max-h-\[48px\] {
|
|
1067
|
+
max-height: 48px;
|
|
1068
|
+
}
|
|
1066
1069
|
.max-h-screen {
|
|
1067
1070
|
max-height: 100vh;
|
|
1068
1071
|
}
|
|
@@ -1199,9 +1202,6 @@ select {
|
|
|
1199
1202
|
.min-w-\[480px\] {
|
|
1200
1203
|
min-width: 480px;
|
|
1201
1204
|
}
|
|
1202
|
-
.min-w-\[48px\] {
|
|
1203
|
-
min-width: 48px;
|
|
1204
|
-
}
|
|
1205
1205
|
.min-w-\[50\%\] {
|
|
1206
1206
|
min-width: 50%;
|
|
1207
1207
|
}
|
|
@@ -2835,6 +2835,10 @@ select {
|
|
|
2835
2835
|
font-weight: 400;
|
|
2836
2836
|
}
|
|
2837
2837
|
|
|
2838
|
+
.page-builder .ql-editor, .page-render .ql-editor, .item-edit .ql-editor {
|
|
2839
|
+
overflow: visible;
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2838
2842
|
.page-builder .ql-editor, .page-render .ql-editor, .item-edit .ql-editor {
|
|
2839
2843
|
padding: 0px;
|
|
2840
2844
|
}
|
package/dist/page-builder.es.js
CHANGED
|
@@ -48883,7 +48883,7 @@ const _sfc_main$f = {
|
|
|
48883
48883
|
], 8, _hoisted_4$e)) : createCommentVNode("", true),
|
|
48884
48884
|
headerComponent.value.primary_button.show ? (openBlock(), createElementBlock("a", {
|
|
48885
48885
|
key: 1,
|
|
48886
|
-
class: "bg-brand-600 hover:bg-brand-800 text-white h-[40px] rounded-full px-[14px] py-[10px] inline-flex gap-1.5 items-center shadow-xs text-base",
|
|
48886
|
+
class: "font-semibold bg-brand-600 hover:bg-brand-800 text-white h-[40px] rounded-full px-[14px] py-[10px] inline-flex gap-1.5 items-center shadow-xs text-base",
|
|
48887
48887
|
href: unref(formatUrl)(headerComponent.value.primary_button.url),
|
|
48888
48888
|
target: headerComponent.value.primary_button.open_in_new_tab ? "_blank" : ""
|
|
48889
48889
|
}, [
|
|
@@ -49039,7 +49039,7 @@ const _hoisted_9$b = { class: "text-[36px] text-gray-900 font-semibold" };
|
|
|
49039
49039
|
const _hoisted_10$9 = ["innerHTML"];
|
|
49040
49040
|
const _hoisted_11$8 = {
|
|
49041
49041
|
key: 0,
|
|
49042
|
-
class: "max-w-[48px]
|
|
49042
|
+
class: "max-w-[48px] w-full max-h-[48px] h-full bg-brand-100 border-[8px] border-brand-50 rounded-full flex items-center justify-center"
|
|
49043
49043
|
};
|
|
49044
49044
|
const _hoisted_12$6 = { class: "font-semibold text-[20px] text-gray-900" };
|
|
49045
49045
|
const _hoisted_13$4 = ["innerHTML"];
|
|
@@ -49169,7 +49169,7 @@ const _sfc_main$d = {
|
|
|
49169
49169
|
}, null, 8, _hoisted_13$4),
|
|
49170
49170
|
((_c2 = item == null ? void 0 : item.primary_button) == null ? void 0 : _c2.show) ? (openBlock(), createElementBlock("a", {
|
|
49171
49171
|
key: 0,
|
|
49172
|
-
class: "text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4",
|
|
49172
|
+
class: "cursor-pointer text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4",
|
|
49173
49173
|
href: unref(formatUrl)(item.primary_button.url),
|
|
49174
49174
|
target: item.primary_button.open_in_new_tab ? "_blank" : ""
|
|
49175
49175
|
}, [
|
package/dist/page-builder.umd.js
CHANGED
|
@@ -48886,7 +48886,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48886
48886
|
], 8, _hoisted_4$e)) : vue.createCommentVNode("", true),
|
|
48887
48887
|
headerComponent.value.primary_button.show ? (vue.openBlock(), vue.createElementBlock("a", {
|
|
48888
48888
|
key: 1,
|
|
48889
|
-
class: "bg-brand-600 hover:bg-brand-800 text-white h-[40px] rounded-full px-[14px] py-[10px] inline-flex gap-1.5 items-center shadow-xs text-base",
|
|
48889
|
+
class: "font-semibold bg-brand-600 hover:bg-brand-800 text-white h-[40px] rounded-full px-[14px] py-[10px] inline-flex gap-1.5 items-center shadow-xs text-base",
|
|
48890
48890
|
href: vue.unref(formatUrl)(headerComponent.value.primary_button.url),
|
|
48891
48891
|
target: headerComponent.value.primary_button.open_in_new_tab ? "_blank" : ""
|
|
48892
48892
|
}, [
|
|
@@ -49042,7 +49042,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49042
49042
|
const _hoisted_10$9 = ["innerHTML"];
|
|
49043
49043
|
const _hoisted_11$8 = {
|
|
49044
49044
|
key: 0,
|
|
49045
|
-
class: "max-w-[48px]
|
|
49045
|
+
class: "max-w-[48px] w-full max-h-[48px] h-full bg-brand-100 border-[8px] border-brand-50 rounded-full flex items-center justify-center"
|
|
49046
49046
|
};
|
|
49047
49047
|
const _hoisted_12$6 = { class: "font-semibold text-[20px] text-gray-900" };
|
|
49048
49048
|
const _hoisted_13$4 = ["innerHTML"];
|
|
@@ -49172,7 +49172,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49172
49172
|
}, null, 8, _hoisted_13$4),
|
|
49173
49173
|
((_c2 = item == null ? void 0 : item.primary_button) == null ? void 0 : _c2.show) ? (vue.openBlock(), vue.createElementBlock("a", {
|
|
49174
49174
|
key: 0,
|
|
49175
|
-
class: "text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4",
|
|
49175
|
+
class: "cursor-pointer text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4",
|
|
49176
49176
|
href: vue.unref(formatUrl)(item.primary_button.url),
|
|
49177
49177
|
target: item.primary_button.open_in_new_tab ? "_blank" : ""
|
|
49178
49178
|
}, [
|
package/package.json
CHANGED
package/src/assets/css/style.css
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
:target="headerComponent.secondary_button.open_in_new_tab ? '_blank' : ''">
|
|
15
15
|
<span>{{ headerComponent.secondary_button.label }}</span>
|
|
16
16
|
</a>
|
|
17
|
-
<a class="bg-brand-600 hover:bg-brand-800 text-white h-[40px] rounded-full px-[14px] py-[10px] inline-flex gap-1.5 items-center shadow-xs text-base"
|
|
17
|
+
<a class="font-semibold bg-brand-600 hover:bg-brand-800 text-white h-[40px] rounded-full px-[14px] py-[10px] inline-flex gap-1.5 items-center shadow-xs text-base"
|
|
18
18
|
:href="formatUrl(headerComponent.primary_button.url)"
|
|
19
19
|
v-if="headerComponent.primary_button.show"
|
|
20
20
|
:target="headerComponent.primary_button.open_in_new_tab ? '_blank' : ''">
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
}">
|
|
34
34
|
<template v-if="item.title">
|
|
35
35
|
<div v-if="item?.icon"
|
|
36
|
-
class="max-w-[48px]
|
|
36
|
+
class="max-w-[48px] w-full max-h-[48px] h-full bg-brand-100 border-[8px] border-brand-50 rounded-full flex items-center justify-center">
|
|
37
37
|
<IconComponent :icon="item.icon" icon-classes="w-5 h-5 text-brand-600"></IconComponent>
|
|
38
38
|
</div>
|
|
39
39
|
<div class="max-w-[324px] ql-editor" :class="{'max-w-full': featureItemsComponent?.has_background}">
|
|
40
40
|
<h3 class="font-semibold text-[20px] text-gray-900">{{ item.title }}</h3>
|
|
41
|
-
<p class="mt-2 text-md font-normal text-gray-600 leading-[24px]" v-html="item.supporting_text ?? item.description"></p>
|
|
41
|
+
<p class=" mt-2 text-md font-normal text-gray-600 leading-[24px]" v-html="item.supporting_text ?? item.description"></p>
|
|
42
42
|
<a
|
|
43
43
|
v-if="item?.primary_button?.show"
|
|
44
|
-
class="text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4"
|
|
44
|
+
class="cursor-pointer text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4"
|
|
45
45
|
:href="formatUrl(item.primary_button.url)"
|
|
46
46
|
:target="item.primary_button.open_in_new_tab ? '_blank' : ''">
|
|
47
47
|
{{ item.primary_button.label }}
|