@dcodegroup-au/page-builder 0.7.5 → 0.7.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 +235 -82
- package/dist/page-builder.es.js +94 -80
- package/dist/page-builder.umd.js +94 -80
- package/package.json +1 -1
- package/src/assets/css/style.css +1 -1
- package/src/components/presenters/components/HeaderPresenter.vue +3 -3
- package/src/components/presenters/components/LinkPresenter.vue +5 -2
- package/src/components/presenters/components/SliderPresenter.vue +16 -9
- package/src/components/presenters/components/VerticalTabPresenter.vue +22 -13
- package/src/components/presenters/modules/AccordionPricing.vue +1 -1
- package/src/components/presenters/modules/BulletPoints.vue +1 -1
- package/src/components/presenters/modules/FAQ.vue +1 -1
- package/src/components/presenters/modules/LinkCard.vue +1 -1
- package/src/components/presenters/modules/LinkList.vue +1 -1
- package/src/components/presenters/modules/Paragraph.vue +1 -1
- package/src/components/presenters/modules/Timeline.vue +1 -1
- package/src/components/presenters/modules/TwoColumnsImageContent.vue +2 -2
- package/src/components/presenters/modules/VTabs.vue +1 -1
package/dist/page-builder.es.js
CHANGED
|
@@ -446,10 +446,10 @@ const _hoisted_6$r = { class: "flex flex-col gap-3" };
|
|
|
446
446
|
const _hoisted_7$q = { class: "flex justify-between" };
|
|
447
447
|
const _hoisted_8$o = { class: "flex flex-col gap-1" };
|
|
448
448
|
const _hoisted_9$n = { class: "font-semibold text-gray-900" };
|
|
449
|
-
const _hoisted_10$
|
|
449
|
+
const _hoisted_10$j = { class: "text-sm text-gray-600" };
|
|
450
450
|
const _hoisted_11$g = ["disabled"];
|
|
451
451
|
const _hoisted_12$d = { class: "flex flex-col gap-3" };
|
|
452
|
-
const _hoisted_13$
|
|
452
|
+
const _hoisted_13$b = ["onClick"];
|
|
453
453
|
const _hoisted_14$9 = ["onClick"];
|
|
454
454
|
const _hoisted_15$7 = { class: "text-xs text-gray-600" };
|
|
455
455
|
const _hoisted_16$5 = { class: "text-sm font-medium text-gray-900" };
|
|
@@ -512,7 +512,7 @@ const _sfc_main$Q = {
|
|
|
512
512
|
createElementVNode("div", _hoisted_7$q, [
|
|
513
513
|
createElementVNode("div", _hoisted_8$o, [
|
|
514
514
|
createElementVNode("div", _hoisted_9$n, toDisplayString(unref(parseName)(unref(type))), 1),
|
|
515
|
-
createElementVNode("div", _hoisted_10$
|
|
515
|
+
createElementVNode("div", _hoisted_10$j, "This " + toDisplayString(unref(singularize)(unref(type))) + " can contain up to " + toDisplayString(dataRef.value.max_items) + " " + toDisplayString(unref(parseName)(unref(type), false)), 1)
|
|
516
516
|
]),
|
|
517
517
|
createElementVNode("div", null, [
|
|
518
518
|
createElementVNode("button", {
|
|
@@ -549,7 +549,7 @@ const _sfc_main$Q = {
|
|
|
549
549
|
"enable-edit": true,
|
|
550
550
|
onEditItem: ($event) => edit(item, index)
|
|
551
551
|
}, null, 8, ["onRemoveItem", "onEditItem"])
|
|
552
|
-
], 8, _hoisted_13$
|
|
552
|
+
], 8, _hoisted_13$b)
|
|
553
553
|
], 2);
|
|
554
554
|
}), 256))
|
|
555
555
|
])
|
|
@@ -11699,7 +11699,7 @@ const _hoisted_6$q = {
|
|
|
11699
11699
|
const _hoisted_7$p = { class: "file-upload-preview" };
|
|
11700
11700
|
const _hoisted_8$n = ["src", "title"];
|
|
11701
11701
|
const _hoisted_9$m = ["href"];
|
|
11702
|
-
const _hoisted_10$
|
|
11702
|
+
const _hoisted_10$i = { class: "file-upload-title" };
|
|
11703
11703
|
const _hoisted_11$f = { class: "file-upload-file-remove" };
|
|
11704
11704
|
const _hoisted_12$c = { class: "absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 p-4 rounded-lg flex flex-col justify-center items-center w-full" };
|
|
11705
11705
|
const _sfc_main$O = {
|
|
@@ -11805,7 +11805,7 @@ const _sfc_main$O = {
|
|
|
11805
11805
|
target: "_blank",
|
|
11806
11806
|
class: "link"
|
|
11807
11807
|
}, [
|
|
11808
|
-
createElementVNode("div", _hoisted_10$
|
|
11808
|
+
createElementVNode("div", _hoisted_10$i, toDisplayString(file.value.file_name), 1)
|
|
11809
11809
|
], 8, _hoisted_9$m),
|
|
11810
11810
|
createElementVNode("a", _hoisted_11$f, [
|
|
11811
11811
|
createElementVNode("i", {
|
|
@@ -33924,7 +33924,7 @@ const _hoisted_6$o = { class: "text-sm font-medium text-gray-900" };
|
|
|
33924
33924
|
const _hoisted_7$n = { key: 0 };
|
|
33925
33925
|
const _hoisted_8$l = { key: 1 };
|
|
33926
33926
|
const _hoisted_9$l = { key: 2 };
|
|
33927
|
-
const _hoisted_10$
|
|
33927
|
+
const _hoisted_10$h = { class: "flex max-h-[196px] flex-wrap gap-1.5 overflow-y-auto" };
|
|
33928
33928
|
const __default__ = {
|
|
33929
33929
|
directives: {
|
|
33930
33930
|
clickOutside: useClickOutside
|
|
@@ -34004,7 +34004,7 @@ const _sfc_main$G = /* @__PURE__ */ Object.assign(__default__, {
|
|
|
34004
34004
|
createElementVNode("p", _hoisted_6$o, [
|
|
34005
34005
|
icons2.value.length > 0 && search.value.length > 0 ? (openBlock(), createElementBlock("span", _hoisted_7$n, " Search result ")) : icons2.value.length < 1 && search.value.length > 0 ? (openBlock(), createElementBlock("span", _hoisted_8$l, " No search result ")) : search.value.length < 1 && icons2.value.length > 0 ? (openBlock(), createElementBlock("span", _hoisted_9$l, " Frequently used icons ")) : createCommentVNode("", true)
|
|
34006
34006
|
]),
|
|
34007
|
-
createElementVNode("div", _hoisted_10$
|
|
34007
|
+
createElementVNode("div", _hoisted_10$h, [
|
|
34008
34008
|
(openBlock(true), createElementBlock(Fragment, null, renderList(icons2.value, (icon) => {
|
|
34009
34009
|
return openBlock(), createBlock(_sfc_main$H, {
|
|
34010
34010
|
class: "cursor-pointer rounded p-1 hover:bg-gray-100",
|
|
@@ -45222,13 +45222,13 @@ const _hoisted_6$n = { class: "text-sm text-gray-600 mt-1" };
|
|
|
45222
45222
|
const _hoisted_7$m = { class: "flex flex-col gap-3" };
|
|
45223
45223
|
const _hoisted_8$k = { class: "flex items-center justify-between" };
|
|
45224
45224
|
const _hoisted_9$k = { class: "text-lg font-semibold text-gray-900" };
|
|
45225
|
-
const _hoisted_10$
|
|
45225
|
+
const _hoisted_10$g = { class: "relative flex items-end" };
|
|
45226
45226
|
const _hoisted_11$e = { class: "flex flex-col gap-6" };
|
|
45227
45227
|
const _hoisted_12$b = {
|
|
45228
45228
|
key: 0,
|
|
45229
45229
|
class: "flex gap-4"
|
|
45230
45230
|
};
|
|
45231
|
-
const _hoisted_13$
|
|
45231
|
+
const _hoisted_13$a = { class: "flex items-center gap-2 cursor-pointer" };
|
|
45232
45232
|
const _hoisted_14$8 = ["name", "value", "onUpdate:modelValue", "onChange"];
|
|
45233
45233
|
const _hoisted_15$6 = {
|
|
45234
45234
|
key: 1,
|
|
@@ -45357,7 +45357,7 @@ const _sfc_main$C = {
|
|
|
45357
45357
|
}, [
|
|
45358
45358
|
createElementVNode("div", _hoisted_8$k, [
|
|
45359
45359
|
createElementVNode("div", _hoisted_9$k, " Item #" + toDisplayString(index + 1), 1),
|
|
45360
|
-
createElementVNode("div", _hoisted_10$
|
|
45360
|
+
createElementVNode("div", _hoisted_10$g, [
|
|
45361
45361
|
createVNode(_sfc_main$S, {
|
|
45362
45362
|
onRemoveItem: ($event) => handleDeleteItem(index)
|
|
45363
45363
|
}, null, 8, ["onRemoveItem"])
|
|
@@ -45366,7 +45366,7 @@ const _sfc_main$C = {
|
|
|
45366
45366
|
createElementVNode("div", _hoisted_11$e, [
|
|
45367
45367
|
!((_a2 = componentData.value) == null ? void 0 : _a2.hasOwnProperty("has_type_switcher")) || ((_b = componentData.value) == null ? void 0 : _b.has_type_switcher) ? (openBlock(), createElementBlock("div", _hoisted_12$b, [
|
|
45368
45368
|
(openBlock(), createElementBlock(Fragment, null, renderList(options, (option) => {
|
|
45369
|
-
return createElementVNode("label", _hoisted_13$
|
|
45369
|
+
return createElementVNode("label", _hoisted_13$a, [
|
|
45370
45370
|
withDirectives(createElementVNode("input", {
|
|
45371
45371
|
name: `content_type${index}`,
|
|
45372
45372
|
type: "radio",
|
|
@@ -45477,7 +45477,7 @@ const _hoisted_6$m = { class: "flex flex-col gap-3" };
|
|
|
45477
45477
|
const _hoisted_7$l = { class: "flex items-center justify-between" };
|
|
45478
45478
|
const _hoisted_8$j = { class: "text-lg font-semibold text-gray-900" };
|
|
45479
45479
|
const _hoisted_9$j = { class: "relative flex items-end" };
|
|
45480
|
-
const _hoisted_10$
|
|
45480
|
+
const _hoisted_10$f = { class: "flex flex-col gap-6" };
|
|
45481
45481
|
const _hoisted_11$d = { class: "flex flex-col gap-1.5" };
|
|
45482
45482
|
const _hoisted_12$a = ["onUpdate:modelValue"];
|
|
45483
45483
|
const _sfc_main$B = {
|
|
@@ -45560,7 +45560,7 @@ const _sfc_main$B = {
|
|
|
45560
45560
|
}, null, 8, ["onRemoveItem"])
|
|
45561
45561
|
])
|
|
45562
45562
|
]),
|
|
45563
|
-
createElementVNode("div", _hoisted_10$
|
|
45563
|
+
createElementVNode("div", _hoisted_10$f, [
|
|
45564
45564
|
createElementVNode("div", _hoisted_11$d, [
|
|
45565
45565
|
createVNode(unref(VFileUpload), {
|
|
45566
45566
|
name: "image",
|
|
@@ -45765,7 +45765,7 @@ const _hoisted_6$k = { class: "flex flex-col gap-3" };
|
|
|
45765
45765
|
const _hoisted_7$j = { class: "flex items-center justify-between" };
|
|
45766
45766
|
const _hoisted_8$i = { class: "text-lg font-semibold text-gray-900" };
|
|
45767
45767
|
const _hoisted_9$i = { class: "relative flex items-end" };
|
|
45768
|
-
const _hoisted_10$
|
|
45768
|
+
const _hoisted_10$e = { class: "flex flex-col gap-6" };
|
|
45769
45769
|
const _hoisted_11$c = { class: "flex flex-col gap-1.5" };
|
|
45770
45770
|
const _sfc_main$y = {
|
|
45771
45771
|
__name: "VideoGrid",
|
|
@@ -45841,7 +45841,7 @@ const _sfc_main$y = {
|
|
|
45841
45841
|
}, null, 8, ["onRemoveItem"])
|
|
45842
45842
|
])
|
|
45843
45843
|
]),
|
|
45844
|
-
createElementVNode("div", _hoisted_10$
|
|
45844
|
+
createElementVNode("div", _hoisted_10$e, [
|
|
45845
45845
|
createElementVNode("div", _hoisted_11$c, [
|
|
45846
45846
|
createVNode(unref(VFileUpload), {
|
|
45847
45847
|
name: "image",
|
|
@@ -46162,10 +46162,10 @@ const _hoisted_9$h = {
|
|
|
46162
46162
|
key: 0,
|
|
46163
46163
|
class: "flex flex-col gap-2"
|
|
46164
46164
|
};
|
|
46165
|
-
const _hoisted_10$
|
|
46165
|
+
const _hoisted_10$d = ["onClick"];
|
|
46166
46166
|
const _hoisted_11$b = { class: "flex flex-col" };
|
|
46167
46167
|
const _hoisted_12$9 = { class: "text-sm font-medium text-gray-900" };
|
|
46168
|
-
const _hoisted_13$
|
|
46168
|
+
const _hoisted_13$9 = { class: "flex items-center justify-between gap-3 px-[10px]" };
|
|
46169
46169
|
const _hoisted_14$7 = { class: "flex h-full flex-1 flex-col mb-20" };
|
|
46170
46170
|
const _hoisted_15$5 = {
|
|
46171
46171
|
key: 0,
|
|
@@ -46302,10 +46302,10 @@ const _sfc_main$t = {
|
|
|
46302
46302
|
_cache[1] || (_cache[1] = createElementVNode("div", { class: "text-xs text-gray-600" }, "Sub-module", -1)),
|
|
46303
46303
|
createElementVNode("div", _hoisted_12$9, toDisplayString(component.name), 1)
|
|
46304
46304
|
]),
|
|
46305
|
-
createElementVNode("div", _hoisted_13$
|
|
46305
|
+
createElementVNode("div", _hoisted_13$9, [
|
|
46306
46306
|
createVNode(unref(ChevronRight), { class: "h-5 w-5" })
|
|
46307
46307
|
])
|
|
46308
|
-
], 10, _hoisted_10$
|
|
46308
|
+
], 10, _hoisted_10$d);
|
|
46309
46309
|
}), 256))
|
|
46310
46310
|
])) : createCommentVNode("", true)
|
|
46311
46311
|
]);
|
|
@@ -47826,20 +47826,21 @@ const Slide = defineComponent({
|
|
|
47826
47826
|
};
|
|
47827
47827
|
}
|
|
47828
47828
|
});
|
|
47829
|
-
const _hoisted_1$M = { class: "flex h-[
|
|
47830
|
-
const _hoisted_2$m = { class: "lg:p-8
|
|
47831
|
-
const _hoisted_3$j = { class: "lg:w-1/2 lg:pl-8 lg:pr-16
|
|
47829
|
+
const _hoisted_1$M = { class: "flex h-[614px] sm:h-[550px] md:h-[806px] lg:h-[872px] w-full bg-navy-800 relative rounded-3xl lg:rounded-[48px] z-10" };
|
|
47830
|
+
const _hoisted_2$m = { class: "flex-1 lg:p-8 px-4 lg:py-4 flex max-lg:flex-col-reverse relative w-full" };
|
|
47831
|
+
const _hoisted_3$j = { class: "flex-1 lg:w-1/2 lg:pl-8 lg:pr-16 flex flex-col mt-8 sm:mt-14 lg:mt-[218px]" };
|
|
47832
47832
|
const _hoisted_4$j = { class: "gap-2 flex z-10 mb-4" };
|
|
47833
47833
|
const _hoisted_5$i = ["onClick"];
|
|
47834
|
-
const _hoisted_6$i = { class: "
|
|
47835
|
-
const _hoisted_7$h =
|
|
47836
|
-
const _hoisted_8$g =
|
|
47837
|
-
const _hoisted_9$g =
|
|
47838
|
-
const _hoisted_10$
|
|
47839
|
-
const _hoisted_11$a = ["
|
|
47840
|
-
const _hoisted_12$8 =
|
|
47834
|
+
const _hoisted_6$i = { class: "text-[30px] lg:text-[48px] font-semibold text-white mb-3 lg:leading-normal leading-[48px]" };
|
|
47835
|
+
const _hoisted_7$h = { class: "max-md:flex-1" };
|
|
47836
|
+
const _hoisted_8$g = ["innerHTML"];
|
|
47837
|
+
const _hoisted_9$g = { class: "flex gap-3 md:mt-8 max-sm:flex-col" };
|
|
47838
|
+
const _hoisted_10$c = ["href", "target"];
|
|
47839
|
+
const _hoisted_11$a = ["href", "target"];
|
|
47840
|
+
const _hoisted_12$8 = ["src"];
|
|
47841
|
+
const _hoisted_13$8 = {
|
|
47841
47842
|
key: 1,
|
|
47842
|
-
class: "rounded-
|
|
47843
|
+
class: "rounded-[20px] lg:rounded-[48px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover",
|
|
47843
47844
|
src: _imports_0
|
|
47844
47845
|
};
|
|
47845
47846
|
const _sfc_main$s = {
|
|
@@ -47880,11 +47881,13 @@ const _sfc_main$s = {
|
|
|
47880
47881
|
}), 256)) : createCommentVNode("", true)
|
|
47881
47882
|
]),
|
|
47882
47883
|
createElementVNode("h3", _hoisted_6$i, toDisplayString(slide == null ? void 0 : slide.title), 1),
|
|
47883
|
-
createElementVNode("
|
|
47884
|
-
|
|
47885
|
-
|
|
47886
|
-
|
|
47887
|
-
|
|
47884
|
+
createElementVNode("div", _hoisted_7$h, [
|
|
47885
|
+
createElementVNode("p", {
|
|
47886
|
+
class: "lg:text-lg font-normal text-navy-50 overflow-hidden line-clamp-6 sm:line-clamp-3",
|
|
47887
|
+
innerHTML: slide == null ? void 0 : slide.description
|
|
47888
|
+
}, null, 8, _hoisted_8$g)
|
|
47889
|
+
]),
|
|
47890
|
+
createElementVNode("div", _hoisted_9$g, [
|
|
47888
47891
|
slide.secondary_button.show ? (openBlock(), createElementBlock("a", {
|
|
47889
47892
|
key: 0,
|
|
47890
47893
|
class: "text-white text-base font-semibold border border-white px-6 py-2 rounded-full hover:bg-navy-800 hover:opacity-60",
|
|
@@ -47892,7 +47895,7 @@ const _sfc_main$s = {
|
|
|
47892
47895
|
target: slide.secondary_button.open_in_new_tab ? "_blank" : ""
|
|
47893
47896
|
}, [
|
|
47894
47897
|
createElementVNode("span", null, toDisplayString(slide.secondary_button.label), 1)
|
|
47895
|
-
], 8,
|
|
47898
|
+
], 8, _hoisted_10$c)) : createCommentVNode("", true),
|
|
47896
47899
|
slide.primary_button.show ? (openBlock(), createElementBlock("a", {
|
|
47897
47900
|
key: 1,
|
|
47898
47901
|
class: "flex items-center gap-2 text-navy-800 bg-white text-base font-semibold border border-white px-6 py-2 rounded-full hover:bg-navy-50",
|
|
@@ -47901,17 +47904,17 @@ const _sfc_main$s = {
|
|
|
47901
47904
|
}, [
|
|
47902
47905
|
createTextVNode(toDisplayString(slide.primary_button.label) + " ", 1),
|
|
47903
47906
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
47904
|
-
], 8,
|
|
47907
|
+
], 8, _hoisted_11$a)) : createCommentVNode("", true)
|
|
47905
47908
|
])
|
|
47906
47909
|
]),
|
|
47907
47910
|
slide.featured_image ? (openBlock(), createElementBlock("img", {
|
|
47908
47911
|
key: 0,
|
|
47909
47912
|
src: slide.featured_image,
|
|
47910
47913
|
alt: "Slide Image",
|
|
47911
|
-
class: "rounded-
|
|
47912
|
-
}, null, 8,
|
|
47913
|
-
_cache[1] || (_cache[1] = createElementVNode("div", { class: "absolute inset-0 lg:hidden z-10 p-4" }, [
|
|
47914
|
-
createElementVNode("div", { class: "bg-black opacity-60 rounded-3xl
|
|
47914
|
+
class: "rounded-[20px] lg:rounded-[48px] h-[200px] sm:h-[240px] md:h-[480px] lg:h-[674px] lg:max-w-[882px] lg:w-1/2 w-full object-cover"
|
|
47915
|
+
}, null, 8, _hoisted_12$8)) : (openBlock(), createElementBlock("img", _hoisted_13$8)),
|
|
47916
|
+
_cache[1] || (_cache[1] = createElementVNode("div", { class: "max-lg:hidden absolute inset-0 lg:hidden z-10 p-4" }, [
|
|
47917
|
+
createElementVNode("div", { class: "bg-black opacity-60 rounded-3xl lg:rounded-[48px] h-full" })
|
|
47915
47918
|
], -1))
|
|
47916
47919
|
])
|
|
47917
47920
|
]),
|
|
@@ -47925,7 +47928,7 @@ const _sfc_main$s = {
|
|
|
47925
47928
|
};
|
|
47926
47929
|
}
|
|
47927
47930
|
};
|
|
47928
|
-
const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-
|
|
47931
|
+
const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-29ca6047"]]);
|
|
47929
47932
|
const _hoisted_1$L = ["target", "href"];
|
|
47930
47933
|
const _sfc_main$r = {
|
|
47931
47934
|
__name: "LinkPresenter",
|
|
@@ -47941,7 +47944,7 @@ const _sfc_main$r = {
|
|
|
47941
47944
|
const isLinkGrid = component.value.type === "link_grid";
|
|
47942
47945
|
return (_ctx, _cache) => {
|
|
47943
47946
|
return openBlock(), createElementBlock("div", {
|
|
47944
|
-
class: normalizeClass(["flex flex-wrap justify-center min-h-[136px] w-full relative rounded-b-3xl
|
|
47947
|
+
class: normalizeClass(["flex flex-wrap justify-center lg:min-h-[136px] w-full relative rounded-b-3xl lg:rounded-b-[48px] bg-navy-600 -mt-6 lg:-mt-12 pt-12 sm:pt-10 md:pt-12 max-sm:pb-4 max-lg:pb-6 px-4 gap-8 lg:gap-y-2 lg:gap-x-[60px]", { "bg-transparent !justify-start !mt-0 !h-auto !gap-4 !px-0 max-lg:!pb-0 max-md:!pt-4": isLinkGrid }])
|
|
47945
47948
|
}, [
|
|
47946
47949
|
(openBlock(true), createElementBlock(Fragment, null, renderList(component.value.data, (link) => {
|
|
47947
47950
|
return openBlock(), createElementBlock("div", {
|
|
@@ -47950,7 +47953,7 @@ const _sfc_main$r = {
|
|
|
47950
47953
|
createElementVNode("a", {
|
|
47951
47954
|
target: link.open_in_new_tab ? "_blank" : "",
|
|
47952
47955
|
href: link.url.startsWith("http") ? link.url : `//${link.url}`,
|
|
47953
|
-
class: normalizeClass(["text-white flex gap-1.5 items-center cursor-pointer text-sm font-semibold hover:text-gray-300
|
|
47956
|
+
class: normalizeClass(["text-white flex gap-1.5 items-center cursor-pointer text-sm font-semibold hover:text-gray-300", { "bg-white border border-gray-300 rounded-full !text-gray-700 px-4 py-2 h-auto w-max max-w-full !mt-0 !text-base hover:bg-gray-100": isLinkGrid }])
|
|
47954
47957
|
}, [
|
|
47955
47958
|
createElementVNode("span", null, toDisplayString(link.title), 1),
|
|
47956
47959
|
createVNode(unref(ArrowUpRight), { class: "shrink-0 w-5 h-5" })
|
|
@@ -48011,15 +48014,15 @@ const _sfc_main$p = {
|
|
|
48011
48014
|
return (_ctx, _cache) => {
|
|
48012
48015
|
var _a, _b, _c, _d, _e, _f, _g;
|
|
48013
48016
|
return openBlock(), createElementBlock("div", {
|
|
48014
|
-
class: normalizeClass(["flex flex-col sm:px-0 px-4", { "items-center": (_a = component.value) == null ? void 0 : _a.center }])
|
|
48017
|
+
class: normalizeClass(["flex flex-col gap-4 sm:px-0 px-4", { "items-center": (_a = component.value) == null ? void 0 : _a.center }])
|
|
48015
48018
|
}, [
|
|
48016
48019
|
((_b = component.value) == null ? void 0 : _b.title) ? (openBlock(), createElementBlock("p", {
|
|
48017
48020
|
key: 0,
|
|
48018
|
-
class: normalizeClass(["
|
|
48021
|
+
class: normalizeClass(["text-2xl sm:text-3xl lg:text-4xl font-semibold text-white", { "!text-gray-900": (_c = component.value) == null ? void 0 : _c.dark }])
|
|
48019
48022
|
}, toDisplayString((_d = component.value) == null ? void 0 : _d.title), 3)) : createCommentVNode("", true),
|
|
48020
48023
|
((_e = component.value) == null ? void 0 : _e.supporting_text) ? (openBlock(), createElementBlock("p", {
|
|
48021
48024
|
key: 1,
|
|
48022
|
-
class: normalizeClass(["text-navy-25 text-
|
|
48025
|
+
class: normalizeClass(["text-navy-25 text-sm sm:text-base lg:text-xl", { "!text-gray-600": (_f = component.value) == null ? void 0 : _f.dark }])
|
|
48023
48026
|
}, toDisplayString((_g = component.value) == null ? void 0 : _g.supporting_text), 3)) : createCommentVNode("", true)
|
|
48024
48027
|
], 2);
|
|
48025
48028
|
};
|
|
@@ -48115,20 +48118,21 @@ const _sfc_main$o = {
|
|
|
48115
48118
|
};
|
|
48116
48119
|
}
|
|
48117
48120
|
};
|
|
48118
|
-
const _hoisted_1$G = { class: "
|
|
48119
|
-
const _hoisted_2$k = { class: "
|
|
48121
|
+
const _hoisted_1$G = { class: "grid sm:grid-cols-[auto_240px] lg:grid-cols-2 justify-center gap-4 items-stretch mt-6 text-left" };
|
|
48122
|
+
const _hoisted_2$k = { class: "grid max-sm:grid-cols-2 gap-4" };
|
|
48120
48123
|
const _hoisted_3$i = ["onClick"];
|
|
48121
|
-
const _hoisted_4$i = { class: "py-4 pl-4 md:pl-6" };
|
|
48122
|
-
const _hoisted_5$h = ["
|
|
48123
|
-
const _hoisted_6$h =
|
|
48124
|
-
const _hoisted_7$g =
|
|
48125
|
-
const _hoisted_8$f =
|
|
48124
|
+
const _hoisted_4$i = { class: "sm:py-4 sm:pl-4 md:pl-6" };
|
|
48125
|
+
const _hoisted_5$h = ["target", "href"];
|
|
48126
|
+
const _hoisted_6$h = ["innerHTML"];
|
|
48127
|
+
const _hoisted_7$g = { class: "max-sm:hidden bg-transparent flex flex-col items-center" };
|
|
48128
|
+
const _hoisted_8$f = ["src"];
|
|
48129
|
+
const _hoisted_9$f = {
|
|
48126
48130
|
key: 1,
|
|
48127
|
-
class: "rounded-[20px] md:rounded-[40px] object-contain
|
|
48131
|
+
class: "rounded-[20px] md:rounded-[40px] object-contain lg:max-h-[387px] w-full",
|
|
48128
48132
|
src: _imports_0,
|
|
48129
48133
|
alt: "No Image Available"
|
|
48130
48134
|
};
|
|
48131
|
-
const
|
|
48135
|
+
const _hoisted_10$b = ["target", "href"];
|
|
48132
48136
|
const _sfc_main$n = {
|
|
48133
48137
|
__name: "VerticalTabPresenter",
|
|
48134
48138
|
props: {
|
|
@@ -48154,27 +48158,37 @@ const _sfc_main$n = {
|
|
|
48154
48158
|
return openBlock(), createElementBlock("div", _hoisted_1$G, [
|
|
48155
48159
|
createElementVNode("div", _hoisted_2$k, [
|
|
48156
48160
|
(openBlock(true), createElementBlock(Fragment, null, renderList(publicTabs.value, (item) => {
|
|
48161
|
+
var _a, _b, _c, _d, _e, _f;
|
|
48157
48162
|
return openBlock(), createElementBlock("div", {
|
|
48158
48163
|
key: item.title
|
|
48159
48164
|
}, [
|
|
48160
48165
|
createElementVNode("div", {
|
|
48161
|
-
class: normalizeClass(["flex-col flex gap-1.5 cursor-pointer
|
|
48162
|
-
onClick:
|
|
48166
|
+
class: normalizeClass(["flex-col flex gap-1.5 cursor-pointer group", { "sm:border-l-4 border-brand-600": selectedItem.value === item, "sm:border-l-4 border-navy-25": selectedItem.value !== item }]),
|
|
48167
|
+
onClick: ($event) => selectItem(item)
|
|
48163
48168
|
}, [
|
|
48164
48169
|
createElementVNode("div", _hoisted_4$i, [
|
|
48170
|
+
createElementVNode("div", {
|
|
48171
|
+
class: normalizeClass([{ "text-gray-900": selectedItem.value === item, "text-gray-600": selectedItem.value !== item }, "max-sm:text-gray-900 max-sm:bg-white max-sm:p-3 max-sm:rounded-lg max-sm:min-h-[84px] text-sm relative sm:text-lg md:text-xl font-semibold sm:mb-2 group-hover:text-gray-900 grid max-sm:grid-cols-[auto_20px] gap-2"])
|
|
48172
|
+
}, [
|
|
48173
|
+
createTextVNode(toDisplayString(item.title) + " ", 1),
|
|
48174
|
+
createVNode(unref(ArrowUpRight), { class: "sm:hidden" }),
|
|
48175
|
+
((_b = (_a = selectedItem.value) == null ? void 0 : _a.primary_button) == null ? void 0 : _b.show) ? (openBlock(), createElementBlock("a", {
|
|
48176
|
+
key: 0,
|
|
48177
|
+
target: ((_d = (_c = selectedItem.value) == null ? void 0 : _c.primary_button) == null ? void 0 : _d.open_in_new_tab) ? "_blank" : "",
|
|
48178
|
+
href: ((_f = (_e = selectedItem.value) == null ? void 0 : _e.primary_button) == null ? void 0 : _f.url.startsWith("http")) ? selectedItem.value.primary_button.url : `//${selectedItem.value.primary_button.url}`,
|
|
48179
|
+
class: "absolute inset-0 sm:hidden z-10"
|
|
48180
|
+
}, null, 8, _hoisted_5$h)) : createCommentVNode("", true)
|
|
48181
|
+
], 2),
|
|
48165
48182
|
createElementVNode("p", {
|
|
48166
|
-
class: normalizeClass([{ "text-gray-
|
|
48167
|
-
}, toDisplayString(item.title), 3),
|
|
48168
|
-
createElementVNode("p", {
|
|
48169
|
-
class: normalizeClass([{ "text-gray-700": selectedItem.value === item, "text-gray-400": selectedItem.value !== item }, "text-sm md:text-md font-normal group-hover:text-gray-700"]),
|
|
48183
|
+
class: normalizeClass([{ "text-gray-700": selectedItem.value === item, "text-gray-400": selectedItem.value !== item }, "max-sm:hidden text-sm md:text-md font-normal group-hover:text-gray-700"]),
|
|
48170
48184
|
innerHTML: item.description
|
|
48171
|
-
}, null, 10,
|
|
48185
|
+
}, null, 10, _hoisted_6$h)
|
|
48172
48186
|
])
|
|
48173
48187
|
], 10, _hoisted_3$i)
|
|
48174
48188
|
]);
|
|
48175
48189
|
}), 128))
|
|
48176
48190
|
]),
|
|
48177
|
-
createElementVNode("div",
|
|
48191
|
+
createElementVNode("div", _hoisted_7$g, [
|
|
48178
48192
|
createVNode(Transition, {
|
|
48179
48193
|
name: "fade",
|
|
48180
48194
|
mode: "out-in"
|
|
@@ -48190,8 +48204,8 @@ const _sfc_main$n = {
|
|
|
48190
48204
|
key: 0,
|
|
48191
48205
|
src: selectedItem.value.featured_image,
|
|
48192
48206
|
alt: "Selected Item Image",
|
|
48193
|
-
class: "rounded-[20px] md:rounded-[40px] object-contain
|
|
48194
|
-
}, null, 8,
|
|
48207
|
+
class: "rounded-[20px] md:rounded-[40px] object-contain lg:max-h-[387px] w-full"
|
|
48208
|
+
}, null, 8, _hoisted_8$f)) : (openBlock(), createElementBlock("img", _hoisted_9$f)),
|
|
48195
48209
|
((_d = (_c = selectedItem.value) == null ? void 0 : _c.primary_button) == null ? void 0 : _d.show) ? (openBlock(), createElementBlock("a", {
|
|
48196
48210
|
key: 2,
|
|
48197
48211
|
class: "text-sm md:text-md font-semibold text-brand-600 flex items-center gap-2 mt-4",
|
|
@@ -48200,7 +48214,7 @@ const _sfc_main$n = {
|
|
|
48200
48214
|
}, [
|
|
48201
48215
|
createTextVNode(toDisplayString(((_j = (_i = selectedItem.value) == null ? void 0 : _i.primary_button) == null ? void 0 : _j.label) ?? "N/A") + " ", 1),
|
|
48202
48216
|
createVNode(unref(ArrowUpRight), { class: "w-4 h-4 md:w-5 md:h-5" })
|
|
48203
|
-
], 8,
|
|
48217
|
+
], 8, _hoisted_10$b)) : createCommentVNode("", true)
|
|
48204
48218
|
]))
|
|
48205
48219
|
];
|
|
48206
48220
|
}),
|
|
@@ -48211,9 +48225,9 @@ const _sfc_main$n = {
|
|
|
48211
48225
|
};
|
|
48212
48226
|
}
|
|
48213
48227
|
};
|
|
48214
|
-
const VVerticalTabPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-
|
|
48228
|
+
const VVerticalTabPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-85226fd9"]]);
|
|
48215
48229
|
const _hoisted_1$F = { class: "pb-container" };
|
|
48216
|
-
const _hoisted_2$j = { class: "
|
|
48230
|
+
const _hoisted_2$j = { class: "bg-navy-25 rounded-3xl md:rounded-[48px] py-6 px-4 lg:p-16 text-center" };
|
|
48217
48231
|
const _sfc_main$m = {
|
|
48218
48232
|
__name: "VTabs",
|
|
48219
48233
|
props: {
|
|
@@ -48925,7 +48939,7 @@ const _sfc_main$f = {
|
|
|
48925
48939
|
const _hoisted_1$r = { class: "overflow-hidden mt-4" };
|
|
48926
48940
|
const _hoisted_2$d = {
|
|
48927
48941
|
key: 0,
|
|
48928
|
-
class: "text-
|
|
48942
|
+
class: "text-2xl sm:text-3xl lg:text-4xl font-semibold text-gray-900"
|
|
48929
48943
|
};
|
|
48930
48944
|
const _hoisted_3$d = { class: "all-unset ql-editor" };
|
|
48931
48945
|
const _hoisted_4$d = ["innerHTML"];
|
|
@@ -49041,7 +49055,7 @@ const _sfc_main$e = {
|
|
|
49041
49055
|
}
|
|
49042
49056
|
};
|
|
49043
49057
|
const _hoisted_1$q = { class: "overflow-hidden" };
|
|
49044
|
-
const _hoisted_2$c = { class: "pb-container mt-4
|
|
49058
|
+
const _hoisted_2$c = { class: "pb-container mt-4" };
|
|
49045
49059
|
const _hoisted_3$c = { class: "text-[20px] text-gray-900 font-semibold" };
|
|
49046
49060
|
const _hoisted_4$c = ["innerHTML"];
|
|
49047
49061
|
const _hoisted_5$c = {
|
|
@@ -49054,7 +49068,7 @@ const _hoisted_8$b = {
|
|
|
49054
49068
|
key: 1,
|
|
49055
49069
|
class: "my-[44px]"
|
|
49056
49070
|
};
|
|
49057
|
-
const _hoisted_9$b = { class: "text-
|
|
49071
|
+
const _hoisted_9$b = { class: "text-2xl sm:text-3xl lg:text-4xl font-semibold text-gray-900" };
|
|
49058
49072
|
const _hoisted_10$8 = ["innerHTML"];
|
|
49059
49073
|
const _hoisted_11$7 = {
|
|
49060
49074
|
key: 0,
|
|
@@ -49215,7 +49229,7 @@ const _hoisted_3$b = {
|
|
|
49215
49229
|
key: 0,
|
|
49216
49230
|
class: "rounded-xl px-[40px] text-center mb-1 max-w-[1280px] mx-auto"
|
|
49217
49231
|
};
|
|
49218
|
-
const _hoisted_4$b = { class: "text-
|
|
49232
|
+
const _hoisted_4$b = { class: "text-2xl sm:text-3xl lg:text-4xl font-semibold text-gray-900" };
|
|
49219
49233
|
const _hoisted_5$b = ["innerHTML"];
|
|
49220
49234
|
const _hoisted_6$b = { key: 1 };
|
|
49221
49235
|
const _hoisted_7$b = { class: "mt-4" };
|
|
@@ -49303,7 +49317,7 @@ const _hoisted_2$a = {
|
|
|
49303
49317
|
key: 0,
|
|
49304
49318
|
class: "rounded-xl px-[40px] text-center mb-6 max-w-[1280px] mx-auto"
|
|
49305
49319
|
};
|
|
49306
|
-
const _hoisted_3$a = { class: "text-
|
|
49320
|
+
const _hoisted_3$a = { class: "text-2xl sm:text-3xl lg:text-4xl font-semibold text-gray-900" };
|
|
49307
49321
|
const _hoisted_4$a = ["innerHTML"];
|
|
49308
49322
|
const _hoisted_5$a = ["src"];
|
|
49309
49323
|
const _hoisted_6$a = {
|
|
@@ -49408,7 +49422,7 @@ const _sfc_main$b = {
|
|
|
49408
49422
|
};
|
|
49409
49423
|
}
|
|
49410
49424
|
};
|
|
49411
|
-
const LinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
49425
|
+
const LinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-af7a1782"]]);
|
|
49412
49426
|
const _hoisted_1$n = {
|
|
49413
49427
|
xmlns: "http://www.w3.org/2000/svg",
|
|
49414
49428
|
fill: "none",
|
|
@@ -49432,7 +49446,7 @@ const _hoisted_3$9 = {
|
|
|
49432
49446
|
key: 0,
|
|
49433
49447
|
class: "rounded-xl px-[40px] text-center mb-6 max-w-[1280px] mx-auto"
|
|
49434
49448
|
};
|
|
49435
|
-
const _hoisted_4$9 = { class: "text-
|
|
49449
|
+
const _hoisted_4$9 = { class: "text-2xl sm:text-3xl lg:text-4xl font-semibold text-gray-900" };
|
|
49436
49450
|
const _hoisted_5$9 = ["innerHTML"];
|
|
49437
49451
|
const _hoisted_6$9 = ["src"];
|
|
49438
49452
|
const _hoisted_7$9 = {
|
|
@@ -49533,7 +49547,7 @@ const _hoisted_3$8 = {
|
|
|
49533
49547
|
key: 0,
|
|
49534
49548
|
class: "w-[48px] h-[48px] bg-brand-100 border-[8px] border-brand-50 rounded-full flex items-center justify-center"
|
|
49535
49549
|
};
|
|
49536
|
-
const _hoisted_4$8 = { class: "text-
|
|
49550
|
+
const _hoisted_4$8 = { class: "text-2xl sm:text-3xl lg:text-4xl font-semibold text-gray-900" };
|
|
49537
49551
|
const _hoisted_5$8 = ["innerHTML"];
|
|
49538
49552
|
const _hoisted_6$8 = ["textContent"];
|
|
49539
49553
|
const _hoisted_7$8 = { class: "flex" };
|
|
@@ -49882,7 +49896,7 @@ const _hoisted_2$5 = {
|
|
|
49882
49896
|
key: 0,
|
|
49883
49897
|
class: "px-[40px] text-center mb-6 mx-auto"
|
|
49884
49898
|
};
|
|
49885
|
-
const _hoisted_3$5 = { class: "text-
|
|
49899
|
+
const _hoisted_3$5 = { class: "text-2xl sm:text-3xl lg:text-4xl font-semibold text-gray-900" };
|
|
49886
49900
|
const _hoisted_4$5 = ["innerHTML"];
|
|
49887
49901
|
const _hoisted_5$5 = {
|
|
49888
49902
|
key: 1,
|
|
@@ -50015,7 +50029,7 @@ const _sfc_main$5 = {
|
|
|
50015
50029
|
createElementVNode("div", _hoisted_2$4, [
|
|
50016
50030
|
createElementVNode("div", null, [
|
|
50017
50031
|
createElementVNode("p", {
|
|
50018
|
-
class: "text-
|
|
50032
|
+
class: "text-2xl sm:text-3xl lg:text-4xl font-semibold text-gray-900 mb-[48px]",
|
|
50019
50033
|
textContent: toDisplayString(pricingComponent.value.title)
|
|
50020
50034
|
}, null, 8, _hoisted_3$4),
|
|
50021
50035
|
createElementVNode("div", _hoisted_4$4, [
|