@dcodegroup-au/page-builder 0.7.3 → 0.7.5
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 +178 -1234
- package/dist/page-builder.es.js +169 -170
- package/dist/page-builder.umd.js +169 -170
- package/example/src/App.vue +57 -56
- package/package.json +1 -1
- package/src/assets/css/style.css +4 -0
- package/src/components/presenters/components/LinkPresenter.vue +5 -5
- package/src/components/presenters/components/SliderPresenter.vue +4 -4
- package/src/components/presenters/modules/AccordionPricing.vue +1 -1
- package/src/components/presenters/modules/BulletPoints.vue +1 -1
- package/src/components/presenters/modules/Callout.vue +1 -1
- package/src/components/presenters/modules/CollectionCarousel.vue +2 -2
- package/src/components/presenters/modules/CollectionGrid.vue +1 -1
- package/src/components/presenters/modules/ContactUs.vue +9 -7
- package/src/components/presenters/modules/FAQ.vue +1 -1
- package/src/components/presenters/modules/HeroHeader.vue +2 -2
- package/src/components/presenters/modules/HorizontalTabs.vue +40 -42
- package/src/components/presenters/modules/LinkCard.vue +1 -1
- package/src/components/presenters/modules/LinkList.vue +1 -1
- package/src/components/presenters/modules/LogoCloud.vue +2 -2
- package/src/components/presenters/modules/Paragraph.vue +1 -1
- package/src/components/presenters/modules/QuickLinks.vue +3 -3
- package/src/components/presenters/modules/StandardHeader.vue +1 -2
- package/src/components/presenters/modules/TestimonialSlider.vue +3 -3
- package/src/components/presenters/modules/Timeline.vue +1 -1
- package/src/components/presenters/modules/TwoColumnsImageContent.vue +1 -1
- package/src/components/presenters/modules/VTabs.vue +1 -1
- package/example/.vscode/extensions.json +0 -3
package/dist/page-builder.umd.js
CHANGED
|
@@ -248,7 +248,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
248
248
|
}
|
|
249
249
|
};
|
|
250
250
|
const _hoisted_1$jL = { class: "relative z-50" };
|
|
251
|
-
const _hoisted_2$
|
|
251
|
+
const _hoisted_2$J = {
|
|
252
252
|
key: 0,
|
|
253
253
|
class: "absolute -left-60 top-6 w-[240px] rounded-lg border border-gray-200 bg-white text-sm"
|
|
254
254
|
};
|
|
@@ -292,7 +292,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
292
292
|
}, [
|
|
293
293
|
vue.createVNode(vue.unref(DotsHorizontal), { class: "w-5" })
|
|
294
294
|
]),
|
|
295
|
-
open.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
295
|
+
open.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$J, [
|
|
296
296
|
__props.enableEdit ? (vue.openBlock(), vue.createElementBlock("a", {
|
|
297
297
|
key: 0,
|
|
298
298
|
class: "flex items-center gap-2 px-2.5 cursor-pointer h-[48px] w-auto hover:bg-gray-100 rounded-lg m-1.5 text-gray-700",
|
|
@@ -336,7 +336,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
336
336
|
key: 0,
|
|
337
337
|
class: "fixed min-w-[400px] left-1/2 top-1/2 z-50 flex max-h-screen -translate-x-1/2 -translate-y-1/2 transform flex-col rounded-xl border-tertiary-500 bg-white"
|
|
338
338
|
};
|
|
339
|
-
const _hoisted_2$
|
|
339
|
+
const _hoisted_2$I = { class: "p-6 flex justify-between flex-col" };
|
|
340
340
|
const _hoisted_3$A = { class: "flex justify-between" };
|
|
341
341
|
const _hoisted_4$x = { class: "p-2 rounded-full border-8 border-error-50 bg-error-100 text-error-600" };
|
|
342
342
|
const _hoisted_5$v = { class: "text-lg font-semibold text-gray-900 pb-2 pt-4" };
|
|
@@ -399,7 +399,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
399
399
|
vue.createElementVNode("div", {
|
|
400
400
|
class: vue.normalizeClass(["relative min-h-[260px] overflow-y-auto flex", { "overflow-y-visible": !_ctx.scrollable }])
|
|
401
401
|
}, [
|
|
402
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
402
|
+
vue.createElementVNode("div", _hoisted_2$I, [
|
|
403
403
|
vue.createElementVNode("div", null, [
|
|
404
404
|
vue.createElementVNode("div", _hoisted_3$A, [
|
|
405
405
|
vue.createElementVNode("span", _hoisted_4$x, [
|
|
@@ -438,7 +438,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
438
438
|
});
|
|
439
439
|
const VModal = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-fbfbcd3a"]]);
|
|
440
440
|
const _hoisted_1$jI = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
441
|
-
const _hoisted_2$
|
|
441
|
+
const _hoisted_2$H = { class: "flex justify-between pb-2" };
|
|
442
442
|
const _hoisted_3$z = { class: "text-lg font-semibold text-gray-900" };
|
|
443
443
|
const _hoisted_4$w = { class: "flex flex-col gap-4" };
|
|
444
444
|
const _hoisted_5$u = {
|
|
@@ -452,7 +452,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
452
452
|
const _hoisted_10$i = { class: "text-sm text-gray-600" };
|
|
453
453
|
const _hoisted_11$g = ["disabled"];
|
|
454
454
|
const _hoisted_12$d = { class: "flex flex-col gap-3" };
|
|
455
|
-
const _hoisted_13$
|
|
455
|
+
const _hoisted_13$a = ["onClick"];
|
|
456
456
|
const _hoisted_14$9 = ["onClick"];
|
|
457
457
|
const _hoisted_15$7 = { class: "text-xs text-gray-600" };
|
|
458
458
|
const _hoisted_16$5 = { class: "text-sm font-medium text-gray-900" };
|
|
@@ -506,7 +506,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
506
506
|
return (_ctx, _cache) => {
|
|
507
507
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
508
508
|
vue.createElementVNode("div", _hoisted_1$jI, [
|
|
509
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
509
|
+
vue.createElementVNode("div", _hoisted_2$H, [
|
|
510
510
|
vue.createElementVNode("p", _hoisted_3$z, vue.toDisplayString(dataRef.value.name), 1)
|
|
511
511
|
]),
|
|
512
512
|
vue.createElementVNode("div", _hoisted_4$w, [
|
|
@@ -552,7 +552,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
552
552
|
"enable-edit": true,
|
|
553
553
|
onEditItem: ($event) => edit(item, index)
|
|
554
554
|
}, null, 8, ["onRemoveItem", "onEditItem"])
|
|
555
|
-
], 8, _hoisted_13$
|
|
555
|
+
], 8, _hoisted_13$a)
|
|
556
556
|
], 2);
|
|
557
557
|
}), 256))
|
|
558
558
|
])
|
|
@@ -570,7 +570,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
570
570
|
}
|
|
571
571
|
};
|
|
572
572
|
const _hoisted_1$jH = ["for"];
|
|
573
|
-
const _hoisted_2$
|
|
573
|
+
const _hoisted_2$G = {
|
|
574
574
|
key: 0,
|
|
575
575
|
class: "v-field-label inline-block mb-2"
|
|
576
576
|
};
|
|
@@ -622,7 +622,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
622
622
|
for: __props.field,
|
|
623
623
|
class: "block space-y-2xsSpace text-sm font-medium leading-none text-gray-700 relative"
|
|
624
624
|
}, [
|
|
625
|
-
__props.labelText || _ctx.$slots.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$
|
|
625
|
+
__props.labelText || _ctx.$slots.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$G, [
|
|
626
626
|
_ctx.$slots.label ? vue.renderSlot(_ctx.$slots, "label", { key: 0 }) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
627
627
|
vue.createTextVNode(vue.toDisplayString(__props.labelText) + " ", 1),
|
|
628
628
|
__props.isRequired ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$y, " *")) : vue.createCommentVNode("", true)
|
|
@@ -11688,7 +11688,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11688
11688
|
}
|
|
11689
11689
|
const UploadCloud = { render: render$iX };
|
|
11690
11690
|
const _hoisted_1$jF = { class: "file-upload" };
|
|
11691
|
-
const _hoisted_2$
|
|
11691
|
+
const _hoisted_2$F = ["name", "value"];
|
|
11692
11692
|
const _hoisted_3$x = {
|
|
11693
11693
|
key: 0,
|
|
11694
11694
|
class: "preview"
|
|
@@ -11784,7 +11784,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11784
11784
|
type: "hidden",
|
|
11785
11785
|
name: __props.name,
|
|
11786
11786
|
value: valueJson.value
|
|
11787
|
-
}, null, 8, _hoisted_2$
|
|
11787
|
+
}, null, 8, _hoisted_2$F),
|
|
11788
11788
|
__props.modelValue ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$x, [
|
|
11789
11789
|
_cache[1] || (_cache[1] = vue.createTextVNode(" @todo handle upload here ")),
|
|
11790
11790
|
vue.createElementVNode("span", _hoisted_4$u, [
|
|
@@ -11845,7 +11845,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11845
11845
|
}
|
|
11846
11846
|
};
|
|
11847
11847
|
const _hoisted_1$jE = { class: "flex items-center gap-2" };
|
|
11848
|
-
const _hoisted_2$
|
|
11848
|
+
const _hoisted_2$E = ["aria-checked"];
|
|
11849
11849
|
const _hoisted_3$w = {
|
|
11850
11850
|
key: 0,
|
|
11851
11851
|
class: "text-sm text-gray-700 font-medium"
|
|
@@ -11902,14 +11902,14 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11902
11902
|
"!h-2 !w-2": __props.small
|
|
11903
11903
|
}])
|
|
11904
11904
|
}, null, 2)
|
|
11905
|
-
], 10, _hoisted_2$
|
|
11905
|
+
], 10, _hoisted_2$E),
|
|
11906
11906
|
__props.title ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$w, vue.toDisplayString(__props.title), 1)) : vue.createCommentVNode("", true)
|
|
11907
11907
|
]);
|
|
11908
11908
|
};
|
|
11909
11909
|
}
|
|
11910
11910
|
};
|
|
11911
11911
|
const _hoisted_1$jD = { class: "flex flex-col gap-2" };
|
|
11912
|
-
const _hoisted_2$
|
|
11912
|
+
const _hoisted_2$D = ["value"];
|
|
11913
11913
|
const _sfc_main$M = {
|
|
11914
11914
|
__name: "SiteContent",
|
|
11915
11915
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
@@ -11932,7 +11932,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11932
11932
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.sites, (site) => {
|
|
11933
11933
|
return vue.openBlock(), vue.createElementBlock("option", {
|
|
11934
11934
|
value: site.href
|
|
11935
|
-
}, vue.toDisplayString(site.name), 9, _hoisted_2$
|
|
11935
|
+
}, vue.toDisplayString(site.name), 9, _hoisted_2$D);
|
|
11936
11936
|
}), 256))
|
|
11937
11937
|
], 512), [
|
|
11938
11938
|
[vue.vModelSelect, url.value]
|
|
@@ -11974,7 +11974,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11974
11974
|
}
|
|
11975
11975
|
};
|
|
11976
11976
|
const _hoisted_1$jC = { class: "flex flex-col gap-2" };
|
|
11977
|
-
const _hoisted_2$
|
|
11977
|
+
const _hoisted_2$C = ["value"];
|
|
11978
11978
|
const _sfc_main$K = {
|
|
11979
11979
|
__name: "ItemSelect",
|
|
11980
11980
|
props: /* @__PURE__ */ vue.mergeModels({
|
|
@@ -11997,7 +11997,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
11997
11997
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.items, (item) => {
|
|
11998
11998
|
return vue.openBlock(), vue.createElementBlock("option", {
|
|
11999
11999
|
value: item.value
|
|
12000
|
-
}, vue.toDisplayString(item.name), 9, _hoisted_2$
|
|
12000
|
+
}, vue.toDisplayString(item.name), 9, _hoisted_2$C);
|
|
12001
12001
|
}), 256))
|
|
12002
12002
|
], 512), [
|
|
12003
12003
|
[vue.vModelSelect, url.value]
|
|
@@ -12007,7 +12007,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
12007
12007
|
}
|
|
12008
12008
|
};
|
|
12009
12009
|
const _hoisted_1$jB = { class: "flex flex-col gap-5" };
|
|
12010
|
-
const _hoisted_2$
|
|
12010
|
+
const _hoisted_2$B = {
|
|
12011
12011
|
key: 0,
|
|
12012
12012
|
class: "text-sm text-gray-700 font-medium py-2"
|
|
12013
12013
|
};
|
|
@@ -12055,7 +12055,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
12055
12055
|
return (_ctx, _cache) => {
|
|
12056
12056
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$jB, [
|
|
12057
12057
|
vue.createElementVNode("div", null, [
|
|
12058
|
-
__props.label ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$
|
|
12058
|
+
__props.label ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$B, vue.toDisplayString(__props.label), 1)) : vue.createCommentVNode("", true),
|
|
12059
12059
|
vue.createElementVNode("div", _hoisted_3$v, [
|
|
12060
12060
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.options, (option) => {
|
|
12061
12061
|
return vue.openBlock(), vue.createElementBlock("label", _hoisted_4$t, [
|
|
@@ -12103,7 +12103,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
12103
12103
|
key: 0,
|
|
12104
12104
|
class: "pb-5"
|
|
12105
12105
|
};
|
|
12106
|
-
const _hoisted_2$
|
|
12106
|
+
const _hoisted_2$A = { class: "text-lg font-semibold text-gray-900" };
|
|
12107
12107
|
const _hoisted_3$u = {
|
|
12108
12108
|
key: 0,
|
|
12109
12109
|
class: "text-sm text-gray-600"
|
|
@@ -12130,7 +12130,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
12130
12130
|
class: vue.normalizeClass(["rounded-xl px-6 py-5", __props.classes])
|
|
12131
12131
|
}, [
|
|
12132
12132
|
__props.title ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$jA, [
|
|
12133
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
12133
|
+
vue.createElementVNode("div", _hoisted_2$A, vue.toDisplayString(__props.title), 1),
|
|
12134
12134
|
__props.supporting_text ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$u, vue.toDisplayString(__props.supporting_text), 1)) : vue.createCommentVNode("", true)
|
|
12135
12135
|
])) : vue.createCommentVNode("", true),
|
|
12136
12136
|
vue.renderSlot(_ctx.$slots, "default")
|
|
@@ -33919,7 +33919,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
33919
33919
|
};
|
|
33920
33920
|
const iconsData = /* @__PURE__ */ JSON.parse('[{"name":"ActivityHeart"},{"name":"Activity"},{"name":"Airplay"},{"name":"Airpods"},{"name":"AlarmClockCheck"},{"name":"AlarmClockMinus"},{"name":"AlarmClockOff"},{"name":"AlarmClockPlus"},{"name":"AlarmClock"},{"name":"AlertCircle"},{"name":"AlertHexagon"},{"name":"AlertOctagon"},{"name":"AlertSquare"},{"name":"AlertTriangle"},{"name":"AlignBottom01"},{"name":"AlignBottom02"},{"name":"AlignCenter"},{"name":"AlignHorizontalCentre01"},{"name":"AlignHorizontalCentre02"},{"name":"AlignJustify"},{"name":"AlignLeft01"},{"name":"AlignLeft02"},{"name":"AlignLeft"},{"name":"AlignRight01"},{"name":"AlignRight02"},{"name":"AlignRight"},{"name":"AlignTop01"},{"name":"AlignTop02"},{"name":"AlignVerticalCenter01"},{"name":"AlignVerticalCenter02"},{"name":"Anchor"},{"name":"AnnotationAlert"},{"name":"AnnotationCheck"},{"name":"AnnotationDots"},{"name":"AnnotationHeart"},{"name":"AnnotationInfo"},{"name":"AnnotationPlus"},{"name":"AnnotationQuestion"},{"name":"AnnotationX"},{"name":"Annotation"},{"name":"Announcement01"},{"name":"Announcement02"},{"name":"Announcement03"},{"name":"Archive"},{"name":"ArrowBlockDown"},{"name":"ArrowBlockLeft"},{"name":"ArrowBlockRight"},{"name":"ArrowBlockUp"},{"name":"ArrowCircleBrokenDownLeft"},{"name":"ArrowCircleBrokenDownRight"},{"name":"ArrowCircleBrokenDown"},{"name":"ArrowCircleBrokenLeft"},{"name":"ArrowCircleBrokenRight"},{"name":"ArrowCircleBrokenUpLeft"},{"name":"ArrowCircleBrokenUpRight"},{"name":"ArrowCircleBrokenUp"},{"name":"ArrowCircleDownLeft"},{"name":"ArrowCircleDownRight"},{"name":"ArrowCircleDown"},{"name":"ArrowCircleLeft"},{"name":"ArrowCircleRight"},{"name":"ArrowCircleUpLeft"},{"name":"ArrowCircleUpRight"},{"name":"ArrowCircleUp"},{"name":"ArrowDownLeft"},{"name":"ArrowDownRight"},{"name":"ArrowDown"},{"name":"ArrowLeft"},{"name":"ArrowNarrowDownLeft"},{"name":"ArrowNarrowDownRight"},{"name":"ArrowNarrowDown"},{"name":"ArrowNarrowLeft"},{"name":"ArrowNarrowRight"},{"name":"ArrowNarrowUpLeft"},{"name":"ArrowNarrowUpRight"},{"name":"ArrowNarrowUp"},{"name":"ArrowRight"},{"name":"ArrowSquareDownLeft"},{"name":"ArrowSquareDownRight"},{"name":"ArrowSquareDown"},{"name":"ArrowSquareLeft"},{"name":"ArrowSquareRight"},{"name":"ArrowSquareUpLeft"},{"name":"ArrowSquareUpRight"},{"name":"ArrowSquareUp"},{"name":"ArrowUpLeft"},{"name":"ArrowUpRight"},{"name":"ArrowUp"},{"name":"ArrowsDown"},{"name":"ArrowsLeft"},{"name":"ArrowsRight"},{"name":"ArrowsTriangle"},{"name":"ArrowsUp"},{"name":"Asterisk01"},{"name":"Asterisk02"},{"name":"AtSign"},{"name":"Atom01"},{"name":"Atom02"},{"name":"Attachment01"},{"name":"Attachment02"},{"name":"Award01"},{"name":"Award02"},{"name":"Award03"},{"name":"Award04"},{"name":"Award05"},{"name":"Backpack"},{"name":"BankNote01"},{"name":"BankNote02"},{"name":"BankNote03"},{"name":"Bank"},{"name":"BarChart01"},{"name":"BarChart02"},{"name":"BarChart03"},{"name":"BarChart04"},{"name":"BarChart05"},{"name":"BarChart06"},{"name":"BarChart07"},{"name":"BarChart08"},{"name":"BarChart09"},{"name":"BarChart10"},{"name":"BarChart11"},{"name":"BarChart12"},{"name":"BarChartCircle01"},{"name":"BarChartCircle02"},{"name":"BarChartCircle03"},{"name":"BarChartSquare01"},{"name":"BarChartSquare02"},{"name":"BarChartSquare03"},{"name":"BarChartSquareDown"},{"name":"BarChartSquareMinus"},{"name":"BarChartSquarePlus"},{"name":"BarChartSquareUp"},{"name":"BarLineChart"},{"name":"BatteryCharging01"},{"name":"BatteryCharging02"},{"name":"BatteryEmpty"},{"name":"BatteryFull"},{"name":"BatteryLow"},{"name":"BatteryMid"},{"name":"Beaker01"},{"name":"Beaker02"},{"name":"Bell01"},{"name":"Bell02"},{"name":"Bell03"},{"name":"Bell04"},{"name":"BellMinus"},{"name":"BellOff01"},{"name":"BellOff02"},{"name":"BellOff03"},{"name":"BellPlus"},{"name":"BellRinging01"},{"name":"BellRinging02"},{"name":"BellRinging03"},{"name":"BellRinging04"},{"name":"BezierCurve01"},{"name":"BezierCurve02"},{"name":"BezierCurve03"},{"name":"BluetoothConnect"},{"name":"BluetoothOff"},{"name":"BluetoothOn"},{"name":"BluetoothSignal"},{"name":"Bold01"},{"name":"Bold02"},{"name":"BoldSquare"},{"name":"BookClosed"},{"name":"BookOpen01"},{"name":"BookOpen02"},{"name":"BookmarkAdd"},{"name":"BookmarkCheck"},{"name":"BookmarkMinus"},{"name":"BookmarkX"},{"name":"Bookmark"},{"name":"Box"},{"name":"BracketsCheck"},{"name":"BracketsEllipses"},{"name":"BracketsMinus"},{"name":"BracketsPlus"},{"name":"BracketsSlash"},{"name":"BracketsX"},{"name":"Brackets"},{"name":"Briefcase01"},{"name":"Briefcase02"},{"name":"Browser"},{"name":"Brush01"},{"name":"Brush02"},{"name":"Brush03"},{"name":"Building01"},{"name":"Building02"},{"name":"Building03"},{"name":"Building04"},{"name":"Building05"},{"name":"Building06"},{"name":"Building07"},{"name":"Building08"},{"name":"Bus"},{"name":"Calculator"},{"name":"CalendarCheck01"},{"name":"CalendarCheck02"},{"name":"CalendarDate"},{"name":"CalendarHeart01"},{"name":"CalendarHeart02"},{"name":"CalendarMinus01"},{"name":"CalendarMinus02"},{"name":"CalendarPlus01"},{"name":"CalendarPlus02"},{"name":"Calendar"},{"name":"Camera01"},{"name":"Camera02"},{"name":"Camera03"},{"name":"CameraLens"},{"name":"CameraOff"},{"name":"CameraPlus"},{"name":"Car01"},{"name":"Car02"},{"name":"Certificate01"},{"name":"Certificate02"},{"name":"ChartBreakoutCircle"},{"name":"ChartBreakoutSquare"},{"name":"CheckCircleBroken"},{"name":"CheckCircle"},{"name":"CheckDone01"},{"name":"CheckDone02"},{"name":"CheckHeart"},{"name":"CheckSquareBroken"},{"name":"CheckSquare"},{"name":"CheckVerified01"},{"name":"CheckVerified02"},{"name":"CheckVerified03"},{"name":"Check"},{"name":"ChevronDownDouble"},{"name":"ChevronDown"},{"name":"ChevronLeftDouble"},{"name":"ChevronLeft"},{"name":"ChevronRightDouble"},{"name":"ChevronRight"},{"name":"ChevronSelectorHorizontal"},{"name":"ChevronSelectorVertical"},{"name":"ChevronUpDouble"},{"name":"ChevronUp"},{"name":"ChromeCast"},{"name":"CircleCut"},{"name":"Circle"},{"name":"Clapperboard"},{"name":"ClipboardAttachment"},{"name":"ClipboardCheck"},{"name":"ClipboardDownload"},{"name":"ClipboardMinus"},{"name":"ClipboardPlus"},{"name":"ClipboardX"},{"name":"Clipboard"},{"name":"ClockCheck"},{"name":"ClockFastForward"},{"name":"ClockPlus"},{"name":"ClockRefresh"},{"name":"ClockRewind"},{"name":"ClockSnooze"},{"name":"ClockStopwatch"},{"name":"Clock"},{"name":"Cloud01"},{"name":"Cloud02"},{"name":"Cloud03"},{"name":"CloudBlank01"},{"name":"CloudBlank02"},{"name":"CloudLightning"},{"name":"CloudMoon"},{"name":"CloudOff"},{"name":"CloudRaining01"},{"name":"CloudRaining02"},{"name":"CloudRaining03"},{"name":"CloudRaining04"},{"name":"CloudRaining05"},{"name":"CloudRaining06"},{"name":"CloudSnowing01"},{"name":"CloudSnowing02"},{"name":"CloudSun01"},{"name":"CloudSun02"},{"name":"CloudSun03"},{"name":"Code01"},{"name":"Code02"},{"name":"CodeBrowser"},{"name":"CodeCircle01"},{"name":"CodeCircle02"},{"name":"CodeCircle03"},{"name":"CodeSnippet01"},{"name":"CodeSnippet02"},{"name":"CodeSquare01"},{"name":"CodeSquare02"},{"name":"Codepen"},{"name":"Coins01"},{"name":"Coins02"},{"name":"Coins03"},{"name":"Coins04"},{"name":"CoinsHand"},{"name":"CoinsStacked01"},{"name":"CoinsStacked02"},{"name":"CoinsStacked03"},{"name":"CoinsStacked04"},{"name":"CoinsSwap01"},{"name":"CoinsSwap02"},{"name":"Colors1"},{"name":"Colors"},{"name":"Columns01"},{"name":"Columns02"},{"name":"Columns03"},{"name":"Command"},{"name":"Compass01"},{"name":"Compass02"},{"name":"Compass03"},{"name":"Compass"},{"name":"Container"},{"name":"Contrast01"},{"name":"Contrast02"},{"name":"Contrast03"},{"name":"Copy01"},{"name":"Copy02"},{"name":"Copy03"},{"name":"Copy04"},{"name":"Copy05"},{"name":"Copy06"},{"name":"Copy07"},{"name":"CornerDownLeft"},{"name":"CornerDownRight"},{"name":"CornerLeftDown"},{"name":"CornerLeftUp"},{"name":"CornerRightDown"},{"name":"CornerRightUp"},{"name":"CornerUpLeft"},{"name":"CornerUpRight"},{"name":"CpuChip01"},{"name":"CpuChip02"},{"name":"CreditCard01"},{"name":"CreditCard02"},{"name":"CreditCardCheck"},{"name":"CreditCardDown"},{"name":"CreditCardDownload"},{"name":"CreditCardEdit"},{"name":"CreditCardLock"},{"name":"CreditCardMinus"},{"name":"CreditCardPlus"},{"name":"CreditCardRefresh"},{"name":"CreditCardSearch"},{"name":"CreditCardShield"},{"name":"CreditCardUp"},{"name":"CreditCardUpload"},{"name":"CreditCardX"},{"name":"Crop01"},{"name":"Crop02"},{"name":"Cryptocurrency01"},{"name":"Cryptocurrency02"},{"name":"Cryptocurrency03"},{"name":"Cryptocurrency04"},{"name":"Cube01"},{"name":"Cube02"},{"name":"Cube03"},{"name":"Cube04"},{"name":"CubeOutline"},{"name":"CurrencyBitcoinCircle"},{"name":"CurrencyBitcoin"},{"name":"CurrencyDollarCircle"},{"name":"CurrencyDollar"},{"name":"CurrencyEthereumCircle"},{"name":"CurrencyEthereum"},{"name":"CurrencyEuroCircle"},{"name":"CurrencyEuro"},{"name":"CurrencyPoundCircle"},{"name":"CurrencyPound"},{"name":"CurrencyRubleCircle"},{"name":"CurrencyRuble"},{"name":"CurrencyRupeeCircle"},{"name":"CurrencyRupee"},{"name":"CurrencyYenCircle"},{"name":"CurrencyYen"},{"name":"Cursor01"},{"name":"Cursor02"},{"name":"Cursor03"},{"name":"Cursor04"},{"name":"CursorBox"},{"name":"CursorClick01"},{"name":"CursorClick02"},{"name":"Data"},{"name":"Database01"},{"name":"Database02"},{"name":"Database03"},{"name":"Dataflow01"},{"name":"Dataflow02"},{"name":"Dataflow03"},{"name":"Dataflow04"},{"name":"Delete"},{"name":"Diamond01"},{"name":"Diamond02"},{"name":"Dice1"},{"name":"Dice2"},{"name":"Dice3"},{"name":"Dice4"},{"name":"Dice5"},{"name":"Dice6"},{"name":"Disc01"},{"name":"Disc02"},{"name":"DistributeSpacingHorizontal"},{"name":"DistributeSpacingVertical"},{"name":"Divide01"},{"name":"Divide02"},{"name":"Divide03"},{"name":"Divider"},{"name":"Dotpoints01"},{"name":"Dotpoints02"},{"name":"DotsGrid"},{"name":"DotsHorizontal"},{"name":"DotsVertical"},{"name":"Download01"},{"name":"Download02"},{"name":"Download03"},{"name":"Download04"},{"name":"DownloadCloud01"},{"name":"DownloadCloud02"},{"name":"Drop"},{"name":"Droplets01"},{"name":"Droplets02"},{"name":"Droplets03"},{"name":"Dropper"},{"name":"Edit01"},{"name":"Edit02"},{"name":"Edit03"},{"name":"Edit04"},{"name":"Edit05"},{"name":"Elaa32px"},{"name":"ElaaFullname48px"},{"name":"EqualNot"},{"name":"Equal"},{"name":"Eraser"},{"name":"Expand01"},{"name":"Expand02"},{"name":"Expand03"},{"name":"Expand04"},{"name":"Expand05"},{"name":"Expand06"},{"name":"EyeOff"},{"name":"Eye"},{"name":"FaceContent"},{"name":"FaceFrown"},{"name":"FaceHappy"},{"name":"FaceIdSquare"},{"name":"FaceId"},{"name":"FaceNeutral"},{"name":"FaceSad"},{"name":"FaceSmile"},{"name":"FaceWink"},{"name":"Facebook"},{"name":"FastBackward"},{"name":"FastForward"},{"name":"FavElaa32pxWhite"},{"name":"Feather"},{"name":"Figma"},{"name":"File01"},{"name":"File02"},{"name":"File03"},{"name":"File04"},{"name":"File05"},{"name":"File06"},{"name":"File07"},{"name":"FileAttachment01"},{"name":"FileAttachment02"},{"name":"FileAttachment03"},{"name":"FileAttachment04"},{"name":"FileAttachment05"},{"name":"FileCheck01"},{"name":"FileCheck02"},{"name":"FileCheck03"},{"name":"FileCode01"},{"name":"FileCode02"},{"name":"FileDownload01"},{"name":"FileDownload02"},{"name":"FileDownload03"},{"name":"FileHeart01"},{"name":"FileHeart02"},{"name":"FileHeart03"},{"name":"FileLock01"},{"name":"FileLock02"},{"name":"FileLock03"},{"name":"FileMinus01"},{"name":"FileMinus02"},{"name":"FileMinus03"},{"name":"FilePage"},{"name":"FilePlus01"},{"name":"FilePlus02"},{"name":"FilePlus03"},{"name":"FileQuestion01"},{"name":"FileQuestion02"},{"name":"FileQuestion03"},{"name":"FileSearch01"},{"name":"FileSearch02"},{"name":"FileSearch03"},{"name":"FileShield01"},{"name":"FileShield02"},{"name":"FileShield03"},{"name":"FileX01"},{"name":"FileX02"},{"name":"FileX03"},{"name":"Film01"},{"name":"Film02"},{"name":"Film03"},{"name":"FilterFunnel01"},{"name":"FilterFunnel02"},{"name":"FilterLines"},{"name":"Fingerprint01"},{"name":"Fingerprint02"},{"name":"Fingerprint03"},{"name":"Fingerprint04"},{"name":"Flag01"},{"name":"Flag02"},{"name":"Flag03"},{"name":"Flag04"},{"name":"Flag05"},{"name":"Flag06"},{"name":"FlashOff"},{"name":"Flash"},{"name":"FlexAlignBottom"},{"name":"FlexAlignLeft"},{"name":"FlexAlignRight"},{"name":"FlexAlignTop"},{"name":"FlipBackward"},{"name":"FlipForward"},{"name":"FolderCheck"},{"name":"FolderClosed"},{"name":"FolderCode"},{"name":"FolderDownload"},{"name":"FolderLock"},{"name":"FolderMinus"},{"name":"FolderPlus"},{"name":"FolderQuestion"},{"name":"FolderSearch"},{"name":"FolderShield"},{"name":"FolderX"},{"name":"Folder"},{"name":"Framer"},{"name":"GamingPad01"},{"name":"GamingPad02"},{"name":"Gift01"},{"name":"Gift02"},{"name":"GitBranch01"},{"name":"GitBranch02"},{"name":"GitCommit"},{"name":"GitMerge"},{"name":"GitPullRequest"},{"name":"Glasses01"},{"name":"Glasses02"},{"name":"Globe01"},{"name":"Globe02"},{"name":"Globe03"},{"name":"Globe04"},{"name":"Globe05"},{"name":"Globe06"},{"name":"GlobeSlated01"},{"name":"GlobeSlated02"},{"name":"GoogleChrome"},{"name":"GraduationHat01"},{"name":"GraduationHat02"},{"name":"Grid01"},{"name":"Grid02"},{"name":"Grid03"},{"name":"GridDotsBlank"},{"name":"GridDotsBottom"},{"name":"GridDotsHorizontalCenter"},{"name":"GridDotsLeft"},{"name":"GridDotsOuter"},{"name":"GridDotsRight"},{"name":"GridDotsTop"},{"name":"GridDotsVerticalCenter"},{"name":"Hand"},{"name":"HardDrive"},{"name":"Hash01"},{"name":"Hash02"},{"name":"Heading01"},{"name":"Heading02"},{"name":"HeadingSquare"},{"name":"Headphones01"},{"name":"Headphones02"},{"name":"HeartCircle"},{"name":"HeartHand"},{"name":"HeartHexagon"},{"name":"HeartOctagon"},{"name":"HeartRounded"},{"name":"HeartSquare"},{"name":"Heart"},{"name":"Hearts"},{"name":"HelpCircle"},{"name":"HelpHexagon"},{"name":"HelpOctagon"},{"name":"HelpSquare"},{"name":"Hexagon01"},{"name":"Hexagon02"},{"name":"Home01"},{"name":"Home02"},{"name":"Home03"},{"name":"Home04"},{"name":"Home05"},{"name":"HomeLine"},{"name":"HomeSmile"},{"name":"HorizontalBarChart01"},{"name":"HorizontalBarChart02"},{"name":"HorizontalBarChart03"},{"name":"Hourglass01"},{"name":"Hourglass02"},{"name":"Hourglass03"},{"name":"Hurricane01"},{"name":"Hurricane02"},{"name":"Hurricane03"},{"name":"Image01"},{"name":"Image02"},{"name":"Image03"},{"name":"Image04"},{"name":"Image05"},{"name":"ImageCheck"},{"name":"ImageDown"},{"name":"ImageIndentLeft"},{"name":"ImageIndentRight"},{"name":"ImageLeft"},{"name":"ImagePlus"},{"name":"ImageRight"},{"name":"ImageUp"},{"name":"ImageUserCheck"},{"name":"ImageUserDown"},{"name":"ImageUserLeft"},{"name":"ImageUserPlus"},{"name":"ImageUserRight"},{"name":"ImageUserUp"},{"name":"ImageUserX"},{"name":"ImageUser"},{"name":"ImageX"},{"name":"Inbox01"},{"name":"Inbox02"},{"name":"Infinity"},{"name":"InfoCircle"},{"name":"InfoHexagon"},{"name":"InfoOctagon"},{"name":"InfoSquare"},{"name":"Instagram"},{"name":"IntersectCircle"},{"name":"IntersectSquare"},{"name":"Italic01"},{"name":"Italic02"},{"name":"ItalicSquare"},{"name":"Key01"},{"name":"Key02"},{"name":"Keyboard01"},{"name":"Keyboard02"},{"name":"Laptop01"},{"name":"Laptop02"},{"name":"LayerSingle"},{"name":"LayersThree01"},{"name":"LayersThree02"},{"name":"LayersTwo01"},{"name":"LayersTwo02"},{"name":"LayoutAlt01"},{"name":"LayoutAlt02"},{"name":"LayoutAlt03"},{"name":"LayoutAlt04"},{"name":"LayoutBottom"},{"name":"LayoutGrid01"},{"name":"LayoutGrid02"},{"name":"LayoutLeft"},{"name":"LayoutRight"},{"name":"LayoutTop"},{"name":"LeftIndent01"},{"name":"LeftIndent02"},{"name":"LetterSpacing01"},{"name":"LetterSpacing02"},{"name":"LifeBuoy01"},{"name":"LifeBuoy02"},{"name":"Lightbulb01"},{"name":"Lightbulb02"},{"name":"Lightbulb03"},{"name":"Lightbulb04"},{"name":"Lightbulb05"},{"name":"Lightning01"},{"name":"Lightning02"},{"name":"LineChartDown01"},{"name":"LineChartDown02"},{"name":"LineChartDown03"},{"name":"LineChartDown04"},{"name":"LineChartDown05"},{"name":"LineChartUp01"},{"name":"LineChartUp02"},{"name":"LineChartUp03"},{"name":"LineChartUp04"},{"name":"LineChartUp05"},{"name":"LineHeight"},{"name":"Link01"},{"name":"Link02"},{"name":"Link03"},{"name":"Link04"},{"name":"Link05"},{"name":"LinkBroken01"},{"name":"LinkBroken02"},{"name":"LinkExternal01"},{"name":"LinkExternal02"},{"name":"Linkedin"},{"name":"List"},{"name":"Loading01"},{"name":"Loading02"},{"name":"Loading03"},{"name":"Lock01"},{"name":"Lock02"},{"name":"Lock03"},{"name":"Lock04"},{"name":"LockKeyholeCircle"},{"name":"LockKeyholeSquare"},{"name":"LockUnlocked01"},{"name":"LockUnlocked02"},{"name":"LockUnlocked03"},{"name":"LockUnlocked04"},{"name":"LogIn01"},{"name":"LogIn02"},{"name":"LogIn03"},{"name":"LogIn04"},{"name":"LogOut01"},{"name":"LogOut02"},{"name":"LogOut03"},{"name":"LogOut04"},{"name":"Luggage01"},{"name":"Luggage02"},{"name":"Luggage03"},{"name":"MagicWand01"},{"name":"MagicWand02"},{"name":"Mail01"},{"name":"Mail02"},{"name":"Mail03"},{"name":"Mail04"},{"name":"Mail05"},{"name":"Map01"},{"name":"Map02"},{"name":"Mark"},{"name":"MarkerPin01"},{"name":"MarkerPin02"},{"name":"MarkerPin03"},{"name":"MarkerPin04"},{"name":"MarkerPin05"},{"name":"MarkerPin06"},{"name":"Maximize01"},{"name":"Maximize02"},{"name":"MedicalCircle"},{"name":"MedicalCross"},{"name":"MedicalSquare"},{"name":"Menu01"},{"name":"Menu02"},{"name":"Menu03"},{"name":"Menu04"},{"name":"Menu05"},{"name":"MessageAlertCircle"},{"name":"MessageAlertSquare"},{"name":"MessageChatCircle"},{"name":"MessageChatSquare"},{"name":"MessageCheckCircle"},{"name":"MessageCheckSquare"},{"name":"MessageCircle01"},{"name":"MessageCircle02"},{"name":"MessageDotsCircle"},{"name":"MessageDotsSquare"},{"name":"MessageHeartCircle"},{"name":"MessageHeartSquare"},{"name":"MessageNotificationCircle"},{"name":"MessageNotificationSquare"},{"name":"MessagePlusCircle"},{"name":"MessagePlusSquare"},{"name":"MessageQuestionCircle"},{"name":"MessageQuestionSquare"},{"name":"MessageSmileCircle"},{"name":"MessageSmileSquare"},{"name":"MessageSquare01"},{"name":"MessageSquare02"},{"name":"MessageTextCircle01"},{"name":"MessageTextCircle02"},{"name":"MessageTextSquare01"},{"name":"MessageTextSquare02"},{"name":"MessageXCircle"},{"name":"MessageXSquare"},{"name":"Microphone01"},{"name":"Microphone02"},{"name":"MicrophoneOff01"},{"name":"MicrophoneOff02"},{"name":"Microscope"},{"name":"Minimize01"},{"name":"Minimize02"},{"name":"MinusCircle"},{"name":"MinusSquare"},{"name":"Minus"},{"name":"Modem01"},{"name":"Modem02"},{"name":"Monitor01"},{"name":"Monitor02"},{"name":"Monitor03"},{"name":"Monitor04"},{"name":"Monitor05"},{"name":"Moon01"},{"name":"Moon02"},{"name":"MoonEclipse"},{"name":"MoonStar"},{"name":"Mouse"},{"name":"Move"},{"name":"MusicNote01"},{"name":"MusicNote02"},{"name":"MusicNotePlus"},{"name":"NavigationPointer01"},{"name":"NavigationPointer02"},{"name":"NavigationPointerOff01"},{"name":"NavigationPointerOff02"},{"name":"NotificationBox"},{"name":"NotificationMessage"},{"name":"NotificationText"},{"name":"Octagon"},{"name":"PackageCheck"},{"name":"PackageMinus"},{"name":"PackagePlus"},{"name":"PackageSearch"},{"name":"PackageX"},{"name":"Package"},{"name":"PaintPour"},{"name":"Paint"},{"name":"Palette"},{"name":"Paperclip"},{"name":"ParagraphSpacing"},{"name":"ParagraphWrap"},{"name":"PasscodeLock"},{"name":"Passcode"},{"name":"Passport"},{"name":"PauseCircle"},{"name":"PauseSquare"},{"name":"PenTool01"},{"name":"PenTool02"},{"name":"PenToolMinus"},{"name":"PenToolPlus"},{"name":"Pencil01"},{"name":"Pencil02"},{"name":"PencilLine"},{"name":"Pentagon"},{"name":"Percent01"},{"name":"Percent02"},{"name":"Percent03"},{"name":"Perspective01"},{"name":"Perspective02"},{"name":"Phone01"},{"name":"Phone02"},{"name":"PhoneCall01"},{"name":"PhoneCall02"},{"name":"PhoneHangUp"},{"name":"PhoneIncoming01"},{"name":"PhoneIncoming02"},{"name":"PhoneOutgoing01"},{"name":"PhoneOutgoing02"},{"name":"PhonePause"},{"name":"PhonePlus"},{"name":"PhoneX"},{"name":"Phone"},{"name":"PieChart01"},{"name":"PieChart02"},{"name":"PieChart03"},{"name":"PieChart04"},{"name":"PiggyBank01"},{"name":"PiggyBank02"},{"name":"Pilcrow01"},{"name":"Pilcrow02"},{"name":"PilcrowSquare"},{"name":"Pin01"},{"name":"Pin02"},{"name":"Placeholder"},{"name":"Plane"},{"name":"PlayCircle"},{"name":"PlaySquare"},{"name":"Play"},{"name":"PlusCircle"},{"name":"PlusSquare"},{"name":"Plus"},{"name":"Podcast"},{"name":"Power01"},{"name":"Power02"},{"name":"Power03"},{"name":"PresentationChart01"},{"name":"PresentationChart02"},{"name":"PresentationChart03"},{"name":"Printer"},{"name":"PuzzlePiece01"},{"name":"PuzzlePiece02"},{"name":"QrCode01"},{"name":"QrCode02"},{"name":"QuestionCircle"},{"name":"Quote02"},{"name":"Quote"},{"name":"ReceiptCheck"},{"name":"Receipt"},{"name":"Recording01"},{"name":"Recording02"},{"name":"Recording03"},{"name":"Reflect01"},{"name":"Reflect02"},{"name":"RefreshCcw01"},{"name":"RefreshCcw02"},{"name":"RefreshCcw03"},{"name":"RefreshCcw04"},{"name":"RefreshCcw05"},{"name":"RefreshCw01"},{"name":"RefreshCw02"},{"name":"RefreshCw03"},{"name":"RefreshCw04"},{"name":"RefreshCw05"},{"name":"Repeat01"},{"name":"Repeat02"},{"name":"Repeat03"},{"name":"Repeat04"},{"name":"ReverseLeft"},{"name":"ReverseRight"},{"name":"RightIndent01"},{"name":"RightIndent02"},{"name":"Rocket01"},{"name":"Rocket02"},{"name":"RollerBrush"},{"name":"Route"},{"name":"Rows01"},{"name":"Rows02"},{"name":"Rows03"},{"name":"Rss01"},{"name":"Rss02"},{"name":"Ruler"},{"name":"Safe"},{"name":"Sale01"},{"name":"Sale02"},{"name":"Sale03"},{"name":"Sale04"},{"name":"Save01"},{"name":"Save02"},{"name":"Save03"},{"name":"Scale01"},{"name":"Scale02"},{"name":"Scale03"},{"name":"Scales01"},{"name":"Scales02"},{"name":"Scan"},{"name":"Scissors01"},{"name":"Scissors02"},{"name":"ScissorsCut01"},{"name":"ScissorsCut02"},{"name":"SearchLg"},{"name":"SearchMd"},{"name":"SearchRefraction"},{"name":"SearchSm"},{"name":"Send01"},{"name":"Send02"},{"name":"Send03"},{"name":"Server01"},{"name":"Server02"},{"name":"Server03"},{"name":"Server04"},{"name":"Server05"},{"name":"Server06"},{"name":"ServicesVector"},{"name":"Settings01"},{"name":"Settings02"},{"name":"Settings03"},{"name":"Settings04"},{"name":"Share01"},{"name":"Share02"},{"name":"Share03"},{"name":"Share04"},{"name":"Share05"},{"name":"Share06"},{"name":"Share07"},{"name":"Shield01"},{"name":"Shield02"},{"name":"Shield03"},{"name":"ShieldDollar"},{"name":"ShieldOff"},{"name":"ShieldPlus"},{"name":"ShieldTick"},{"name":"ShieldZap"},{"name":"ShoppingBag01"},{"name":"ShoppingBag02"},{"name":"ShoppingBag03"},{"name":"ShoppingCart01"},{"name":"ShoppingCart02"},{"name":"ShoppingCart03"},{"name":"Shuffle01"},{"name":"Shuffle02"},{"name":"Signal01"},{"name":"Signal02"},{"name":"Signal03"},{"name":"Simcard"},{"name":"Skew"},{"name":"SkipBack"},{"name":"SkipForward"},{"name":"SlashCircle01"},{"name":"SlashCircle02"},{"name":"SlashDivider"},{"name":"SlashOctagon"},{"name":"Sliders01"},{"name":"Sliders02"},{"name":"Sliders03"},{"name":"Sliders04"},{"name":"Snowflake01"},{"name":"Snowflake02"},{"name":"SpacingHeight01"},{"name":"SpacingHeight02"},{"name":"SpacingWidth01"},{"name":"SpacingWidth02"},{"name":"Speaker01"},{"name":"Speaker02"},{"name":"Speaker03"},{"name":"Speedometer01"},{"name":"Speedometer02"},{"name":"Speedometer03"},{"name":"Speedometer04"},{"name":"Square"},{"name":"Stand"},{"name":"Star01"},{"name":"Star02"},{"name":"Star03"},{"name":"Star04"},{"name":"Star05"},{"name":"Star06"},{"name":"Star07"},{"name":"Star"},{"name":"Stars01"},{"name":"Stars02"},{"name":"Stars03"},{"name":"StickerCircle"},{"name":"StickerSquare"},{"name":"StopCircle"},{"name":"StopSquare"},{"name":"Stop"},{"name":"Strikethrough01"},{"name":"Strikethrough02"},{"name":"StrikethroughSquare"},{"name":"Subscript"},{"name":"SunSetting01"},{"name":"SunSetting02"},{"name":"SunSetting03"},{"name":"Sun"},{"name":"Sunrise"},{"name":"Sunset"},{"name":"SwitchHorizontal01"},{"name":"SwitchHorizontal02"},{"name":"SwitchVertical01"},{"name":"SwitchVertical02"},{"name":"Table"},{"name":"Tablet01"},{"name":"Tablet02"},{"name":"Tag01"},{"name":"Tag02"},{"name":"Tag03"},{"name":"Target01"},{"name":"Target02"},{"name":"Target03"},{"name":"Target04"},{"name":"Target05"},{"name":"Telescope"},{"name":"TerminalBrowser"},{"name":"TerminalCircle"},{"name":"TerminalSquare"},{"name":"Terminal"},{"name":"TextInput"},{"name":"Thermometer01"},{"name":"Thermometer02"},{"name":"Thermometer03"},{"name":"ThermometerCold"},{"name":"ThermometerWarm"},{"name":"ThumbsDown"},{"name":"ThumbsUp"},{"name":"Tick"},{"name":"Ticket01"},{"name":"Ticket02"},{"name":"Toggle01Left"},{"name":"Toggle01Right"},{"name":"Toggle02Left"},{"name":"Toggle02Right"},{"name":"Toggle03Left"},{"name":"Toggle03Right"},{"name":"Tool01"},{"name":"Tool02"},{"name":"Train"},{"name":"Tram"},{"name":"Transform"},{"name":"Translate01"},{"name":"Translate02"},{"name":"Trash01"},{"name":"Trash02"},{"name":"Trash03"},{"name":"Trash04"},{"name":"Trashed"},{"name":"TrendDown01"},{"name":"TrendDown02"},{"name":"TrendUp01"},{"name":"TrendUp02"},{"name":"Triangle"},{"name":"Trophy01"},{"name":"Trophy02"},{"name":"Truck01"},{"name":"Truck02"},{"name":"Tv01"},{"name":"Tv02"},{"name":"Tv03"},{"name":"Twitter"},{"name":"Type01"},{"name":"Type02"},{"name":"TypeSquare"},{"name":"TypeStrikethrough01"},{"name":"TypeStrikethrough02"},{"name":"Umbrella01"},{"name":"Umbrella02"},{"name":"Umbrella03"},{"name":"Underline01"},{"name":"Underline02"},{"name":"UnderlineSquare"},{"name":"Upload01"},{"name":"Upload02"},{"name":"Upload03"},{"name":"Upload04"},{"name":"UploadCloud01"},{"name":"UploadCloud02"},{"name":"UsbFlashDrive"},{"name":"User01"},{"name":"User02"},{"name":"User03"},{"name":"UserCheck01"},{"name":"UserCheck02"},{"name":"UserCircle"},{"name":"UserDown01"},{"name":"UserDown02"},{"name":"UserEdit"},{"name":"UserLeft01"},{"name":"UserLeft02"},{"name":"UserMinus01"},{"name":"UserMinus02"},{"name":"UserPlus01"},{"name":"UserPlus02"},{"name":"UserRight01"},{"name":"UserRight02"},{"name":"UserSquare"},{"name":"UserUp01"},{"name":"UserUp02"},{"name":"UserX01"},{"name":"UserX02"},{"name":"Users01"},{"name":"Users02"},{"name":"Users03"},{"name":"UsersCheck"},{"name":"UsersDown"},{"name":"UsersEdit"},{"name":"UsersLeft"},{"name":"UsersMinus"},{"name":"UsersPlus"},{"name":"UsersRight"},{"name":"UsersUp"},{"name":"UsersX"},{"name":"Variable"},{"name":"VerifiedTick"},{"name":"VideoRecorderOff"},{"name":"VideoRecorder"},{"name":"Virus"},{"name":"Voicemail"},{"name":"VolumeMax"},{"name":"VolumeMin"},{"name":"VolumeMinus"},{"name":"VolumePlus"},{"name":"VolumeX"},{"name":"Wallet01"},{"name":"Wallet02"},{"name":"Wallet03"},{"name":"Wallet04"},{"name":"Wallet05"},{"name":"WatchCircle"},{"name":"WatchSquare"},{"name":"Waves"},{"name":"Webcam01"},{"name":"Webcam02"},{"name":"WifiOff"},{"name":"Wifi"},{"name":"Wind01"},{"name":"Wind02"},{"name":"Wind03"},{"name":"XCircle"},{"name":"XClose"},{"name":"XSquare"},{"name":"X"},{"name":"Youtube"},{"name":"ZapCircle"},{"name":"ZapFast"},{"name":"ZapOff"},{"name":"ZapSquare"},{"name":"Zap"},{"name":"ZoomIn"},{"name":"ZoomOut"}]');
|
|
33921
33921
|
const _hoisted_1$_ = { class: "relative block" };
|
|
33922
|
-
const _hoisted_2$
|
|
33922
|
+
const _hoisted_2$z = { class: "absolute left-[70%] top-[100%] z-10 flex w-[504px] flex-col rounded-xl border border-gray-300 bg-white" };
|
|
33923
33923
|
const _hoisted_3$t = { class: "flex flex-col gap-4 p-4" };
|
|
33924
33924
|
const _hoisted_4$s = { class: "relative" };
|
|
33925
33925
|
const _hoisted_5$q = { class: "flex flex-col gap-2" };
|
|
@@ -33986,7 +33986,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
33986
33986
|
class: "h-5 w-5"
|
|
33987
33987
|
}))
|
|
33988
33988
|
]),
|
|
33989
|
-
vue.withDirectives(vue.createElementVNode("div", _hoisted_2$
|
|
33989
|
+
vue.withDirectives(vue.createElementVNode("div", _hoisted_2$z, [
|
|
33990
33990
|
vue.createElementVNode("div", _hoisted_3$t, [
|
|
33991
33991
|
vue.createElementVNode("div", _hoisted_4$s, [
|
|
33992
33992
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
@@ -34038,7 +34038,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
34038
34038
|
}
|
|
34039
34039
|
});
|
|
34040
34040
|
const _hoisted_1$Z = { class: "flex flex-col gap-8" };
|
|
34041
|
-
const _hoisted_2$
|
|
34041
|
+
const _hoisted_2$y = ["type"];
|
|
34042
34042
|
const _sfc_main$F = {
|
|
34043
34043
|
__name: "Button",
|
|
34044
34044
|
props: {
|
|
@@ -34115,7 +34115,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
34115
34115
|
placeholder: "Label",
|
|
34116
34116
|
maxlength: 100,
|
|
34117
34117
|
class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
|
|
34118
|
-
}, null, 8, _hoisted_2$
|
|
34118
|
+
}, null, 8, _hoisted_2$y), [
|
|
34119
34119
|
[vue.vModelDynamic, __props.button.address]
|
|
34120
34120
|
])
|
|
34121
34121
|
];
|
|
@@ -45027,15 +45027,15 @@ ${escapeText(this.code(index, length))}
|
|
|
45027
45027
|
}
|
|
45028
45028
|
};
|
|
45029
45029
|
const _hoisted_1$Y = { class: "q-editor" };
|
|
45030
|
-
const _hoisted_2$
|
|
45030
|
+
const _hoisted_2$x = { ref: "editorContainer" };
|
|
45031
45031
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
45032
45032
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$Y, [
|
|
45033
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
45033
|
+
vue.createElementVNode("div", _hoisted_2$x, null, 512)
|
|
45034
45034
|
]);
|
|
45035
45035
|
}
|
|
45036
45036
|
const QuillEditor = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render]]);
|
|
45037
45037
|
const _hoisted_1$X = ["maxlength"];
|
|
45038
|
-
const _hoisted_2$
|
|
45038
|
+
const _hoisted_2$w = {
|
|
45039
45039
|
key: 2,
|
|
45040
45040
|
class: "flex flex-col gap-4 bg-gray-200 rounded-xl px-6 py-5 mt-4"
|
|
45041
45041
|
};
|
|
@@ -45176,7 +45176,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45176
45176
|
sites: _ctx.sites,
|
|
45177
45177
|
classes: "bg-gray-200"
|
|
45178
45178
|
}, null, 8, ["button", "sites"])) : vue.createCommentVNode("", true),
|
|
45179
|
-
dataRef.value.hasOwnProperty("featured_image") ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
45179
|
+
dataRef.value.hasOwnProperty("featured_image") ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$w, [
|
|
45180
45180
|
vue.createVNode(_sfc_main$I, {
|
|
45181
45181
|
class: "!p-0 !bg-gray-200",
|
|
45182
45182
|
title: "Featured Image",
|
|
@@ -45217,7 +45217,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45217
45217
|
}
|
|
45218
45218
|
};
|
|
45219
45219
|
const _hoisted_1$W = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45220
|
-
const _hoisted_2$
|
|
45220
|
+
const _hoisted_2$v = { class: "flex justify-between pb-2" };
|
|
45221
45221
|
const _hoisted_3$r = { class: "flex justify-between w-full py-1" };
|
|
45222
45222
|
const _hoisted_4$r = { class: "min-w-[50%] w-full" };
|
|
45223
45223
|
const _hoisted_5$p = { class: "text-lg font-semibold text-gray-900" };
|
|
@@ -45231,7 +45231,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45231
45231
|
key: 0,
|
|
45232
45232
|
class: "flex gap-4"
|
|
45233
45233
|
};
|
|
45234
|
-
const _hoisted_13$
|
|
45234
|
+
const _hoisted_13$9 = { class: "flex items-center gap-2 cursor-pointer" };
|
|
45235
45235
|
const _hoisted_14$8 = ["name", "value", "onUpdate:modelValue", "onChange"];
|
|
45236
45236
|
const _hoisted_15$6 = {
|
|
45237
45237
|
key: 1,
|
|
@@ -45309,7 +45309,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45309
45309
|
var _a;
|
|
45310
45310
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
45311
45311
|
vue.createElementVNode("div", _hoisted_1$W, [
|
|
45312
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
45312
|
+
vue.createElementVNode("div", _hoisted_2$v, [
|
|
45313
45313
|
vue.createElementVNode("div", _hoisted_3$r, [
|
|
45314
45314
|
vue.createElementVNode("div", _hoisted_4$r, [
|
|
45315
45315
|
vue.createElementVNode("p", _hoisted_5$p, vue.toDisplayString(componentData.value.name), 1),
|
|
@@ -45369,7 +45369,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45369
45369
|
vue.createElementVNode("div", _hoisted_11$e, [
|
|
45370
45370
|
!((_a2 = componentData.value) == null ? void 0 : _a2.hasOwnProperty("has_type_switcher")) || ((_b = componentData.value) == null ? void 0 : _b.has_type_switcher) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_12$b, [
|
|
45371
45371
|
(vue.openBlock(), vue.createElementBlock(vue.Fragment, null, vue.renderList(options, (option) => {
|
|
45372
|
-
return vue.createElementVNode("label", _hoisted_13$
|
|
45372
|
+
return vue.createElementVNode("label", _hoisted_13$9, [
|
|
45373
45373
|
vue.withDirectives(vue.createElementVNode("input", {
|
|
45374
45374
|
name: `content_type${index}`,
|
|
45375
45375
|
type: "radio",
|
|
@@ -45472,7 +45472,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45472
45472
|
}
|
|
45473
45473
|
};
|
|
45474
45474
|
const _hoisted_1$V = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45475
|
-
const _hoisted_2$
|
|
45475
|
+
const _hoisted_2$u = { class: "flex justify-between pb-2" };
|
|
45476
45476
|
const _hoisted_3$q = { class: "flex justify-between w-full py-1" };
|
|
45477
45477
|
const _hoisted_4$q = { class: "text-lg font-semibold text-gray-900" };
|
|
45478
45478
|
const _hoisted_5$o = { class: "text-sm text-gray-600 mt-1" };
|
|
@@ -45530,7 +45530,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45530
45530
|
var _a;
|
|
45531
45531
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
45532
45532
|
vue.createElementVNode("div", _hoisted_1$V, [
|
|
45533
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
45533
|
+
vue.createElementVNode("div", _hoisted_2$u, [
|
|
45534
45534
|
vue.createElementVNode("div", _hoisted_3$q, [
|
|
45535
45535
|
vue.createElementVNode("div", null, [
|
|
45536
45536
|
vue.createElementVNode("p", _hoisted_4$q, vue.toDisplayString(componentData.value.name), 1),
|
|
@@ -45607,7 +45607,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45607
45607
|
}
|
|
45608
45608
|
};
|
|
45609
45609
|
const _hoisted_1$U = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45610
|
-
const _hoisted_2$
|
|
45610
|
+
const _hoisted_2$t = { class: "flex flex-col" };
|
|
45611
45611
|
const _hoisted_3$p = { class: "flex flex-col gap-4 mb-4 border-b border-gray-200 pb-4" };
|
|
45612
45612
|
const _hoisted_4$p = { class: "flex flex-col gap-6" };
|
|
45613
45613
|
const _hoisted_5$n = { class: "flex flex-col gap-1.5" };
|
|
@@ -45631,7 +45631,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45631
45631
|
return (_ctx, _cache) => {
|
|
45632
45632
|
var _a, _b, _c;
|
|
45633
45633
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$U, [
|
|
45634
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
45634
|
+
vue.createElementVNode("div", _hoisted_2$t, [
|
|
45635
45635
|
vue.createElementVNode("div", _hoisted_3$p, [
|
|
45636
45636
|
_cache[4] || (_cache[4] = vue.createElementVNode("p", { class: "text-lg font-semibold text-gray-900 border-b border-gray-200 pb-4" }, " Carousel ", -1)),
|
|
45637
45637
|
vue.createElementVNode("div", _hoisted_4$p, [
|
|
@@ -45684,7 +45684,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45684
45684
|
}
|
|
45685
45685
|
};
|
|
45686
45686
|
const _hoisted_1$T = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45687
|
-
const _hoisted_2$
|
|
45687
|
+
const _hoisted_2$s = { class: "flex flex-col" };
|
|
45688
45688
|
const _hoisted_3$o = { class: "flex flex-col gap-4 mb-4 border-b border-gray-200 pb-4" };
|
|
45689
45689
|
const _hoisted_4$o = {
|
|
45690
45690
|
key: 0,
|
|
@@ -45706,7 +45706,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45706
45706
|
return (_ctx, _cache) => {
|
|
45707
45707
|
var _a, _b, _c;
|
|
45708
45708
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$T, [
|
|
45709
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
45709
|
+
vue.createElementVNode("div", _hoisted_2$s, [
|
|
45710
45710
|
vue.createElementVNode("div", _hoisted_3$o, [
|
|
45711
45711
|
_cache[5] || (_cache[5] = vue.createElementVNode("p", { class: "text-lg font-semibold text-gray-900 border-b border-gray-200 pb-4" }, " Grid ", -1)),
|
|
45712
45712
|
vue.createVNode(_sfc_main$N, {
|
|
@@ -45760,7 +45760,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45760
45760
|
}
|
|
45761
45761
|
};
|
|
45762
45762
|
const _hoisted_1$S = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45763
|
-
const _hoisted_2$
|
|
45763
|
+
const _hoisted_2$r = { class: "flex justify-between pb-2" };
|
|
45764
45764
|
const _hoisted_3$n = { class: "flex justify-between w-full py-1" };
|
|
45765
45765
|
const _hoisted_4$n = { class: "text-lg font-semibold text-gray-900" };
|
|
45766
45766
|
const _hoisted_5$l = { class: "text-sm text-gray-600 mt-1" };
|
|
@@ -45811,7 +45811,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45811
45811
|
var _a;
|
|
45812
45812
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
45813
45813
|
vue.createElementVNode("div", _hoisted_1$S, [
|
|
45814
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
45814
|
+
vue.createElementVNode("div", _hoisted_2$r, [
|
|
45815
45815
|
vue.createElementVNode("div", _hoisted_3$n, [
|
|
45816
45816
|
vue.createElementVNode("div", null, [
|
|
45817
45817
|
vue.createElementVNode("p", _hoisted_4$n, vue.toDisplayString(componentData.value.name), 1),
|
|
@@ -45870,7 +45870,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45870
45870
|
}
|
|
45871
45871
|
};
|
|
45872
45872
|
const _hoisted_1$R = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
45873
|
-
const _hoisted_2$
|
|
45873
|
+
const _hoisted_2$q = { class: "text-lg font-semibold text-gray-900 border-b border-gray-200 pb-4" };
|
|
45874
45874
|
const _hoisted_3$m = { class: "flex flex-col gap-4 rounded-xl bg-gray-200 px-6 py-5" };
|
|
45875
45875
|
const _hoisted_4$m = {
|
|
45876
45876
|
key: 0,
|
|
@@ -45903,7 +45903,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45903
45903
|
return (_ctx, _cache) => {
|
|
45904
45904
|
var _a, _b;
|
|
45905
45905
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$R, [
|
|
45906
|
-
vue.createElementVNode("p", _hoisted_2$
|
|
45906
|
+
vue.createElementVNode("p", _hoisted_2$q, vue.toDisplayString(dataRef.value.name), 1),
|
|
45907
45907
|
vue.createElementVNode("div", _hoisted_3$m, [
|
|
45908
45908
|
_cache[9] || (_cache[9] = vue.createElementVNode("p", { class: "text-lg font-semibold text-gray-900" }, " Description ", -1)),
|
|
45909
45909
|
dataRef.value.hasOwnProperty("eyebrow_heading") ? (vue.openBlock(), vue.createBlock(_sfc_main$P, {
|
|
@@ -46039,7 +46039,7 @@ ${escapeText(this.code(index, length))}
|
|
|
46039
46039
|
}
|
|
46040
46040
|
};
|
|
46041
46041
|
const _hoisted_1$Q = { class: "rounded-xl bg-gray-50 px-6 py-5" };
|
|
46042
|
-
const _hoisted_2$
|
|
46042
|
+
const _hoisted_2$p = { class: "text-lg font-semibold text-gray-900 pb-4" };
|
|
46043
46043
|
const _hoisted_3$l = {
|
|
46044
46044
|
key: 0,
|
|
46045
46045
|
class: "rounded-xl bg-gray-200"
|
|
@@ -46066,7 +46066,7 @@ ${escapeText(this.code(index, length))}
|
|
|
46066
46066
|
});
|
|
46067
46067
|
return (_ctx, _cache) => {
|
|
46068
46068
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$Q, [
|
|
46069
|
-
vue.createElementVNode("p", _hoisted_2$
|
|
46069
|
+
vue.createElementVNode("p", _hoisted_2$p, vue.toDisplayString(dataRef.value.name), 1),
|
|
46070
46070
|
dataRef.value.hasOwnProperty("featured_image") ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$l, [
|
|
46071
46071
|
vue.createVNode(_sfc_main$I, {
|
|
46072
46072
|
classes: "bg-gray-200",
|
|
@@ -46132,7 +46132,7 @@ ${escapeText(this.code(index, length))}
|
|
|
46132
46132
|
}
|
|
46133
46133
|
};
|
|
46134
46134
|
const _hoisted_1$P = { class: "bg-gray-50 rounded-xl p-6" };
|
|
46135
|
-
const _hoisted_2$
|
|
46135
|
+
const _hoisted_2$o = { class: "text-lg pb-6 font-semibold text-gray-900 border-b border-gray-200" };
|
|
46136
46136
|
const _sfc_main$u = {
|
|
46137
46137
|
__name: "HorizontalTabs",
|
|
46138
46138
|
props: {
|
|
@@ -46144,7 +46144,7 @@ ${escapeText(this.code(index, length))}
|
|
|
46144
46144
|
console.log("componentData", dataRef);
|
|
46145
46145
|
return (_ctx, _cache) => {
|
|
46146
46146
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$P, [
|
|
46147
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
46147
|
+
vue.createElementVNode("div", _hoisted_2$o, vue.toDisplayString(dataRef.value.name), 1),
|
|
46148
46148
|
_cache[0] || (_cache[0] = vue.createElementVNode("div", { class: "flex flex-col gap-3 py-6 text-gray-600" }, [
|
|
46149
46149
|
vue.createElementVNode("div", { class: "font-semibold text-gray-900" }, "Content"),
|
|
46150
46150
|
vue.createElementVNode("p", null, "The tabs will be automatically populated with the 5 types of memberships.")
|
|
@@ -46154,7 +46154,7 @@ ${escapeText(this.code(index, length))}
|
|
|
46154
46154
|
}
|
|
46155
46155
|
};
|
|
46156
46156
|
const _hoisted_1$O = { class: "page-builder overflow-auto" };
|
|
46157
|
-
const _hoisted_2$
|
|
46157
|
+
const _hoisted_2$n = { class: "flex gap-4 px-6 overflow-auto" };
|
|
46158
46158
|
const _hoisted_3$k = { class: "flex w-[356px] flex-col gap-2 pb-10 overflow-y-auto h-[100vh]" };
|
|
46159
46159
|
const _hoisted_4$k = { class: "border-b border-gray-200 pb-2" };
|
|
46160
46160
|
const _hoisted_5$j = ["onClick"];
|
|
@@ -46168,7 +46168,7 @@ ${escapeText(this.code(index, length))}
|
|
|
46168
46168
|
const _hoisted_10$c = ["onClick"];
|
|
46169
46169
|
const _hoisted_11$b = { class: "flex flex-col" };
|
|
46170
46170
|
const _hoisted_12$9 = { class: "text-sm font-medium text-gray-900" };
|
|
46171
|
-
const _hoisted_13$
|
|
46171
|
+
const _hoisted_13$8 = { class: "flex items-center justify-between gap-3 px-[10px]" };
|
|
46172
46172
|
const _hoisted_14$7 = { class: "flex h-full flex-1 flex-col mb-20" };
|
|
46173
46173
|
const _hoisted_15$5 = {
|
|
46174
46174
|
key: 0,
|
|
@@ -46273,7 +46273,7 @@ ${escapeText(this.code(index, length))}
|
|
|
46273
46273
|
return (_ctx, _cache) => {
|
|
46274
46274
|
var _a2, _b;
|
|
46275
46275
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$O, [
|
|
46276
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
46276
|
+
vue.createElementVNode("div", _hoisted_2$n, [
|
|
46277
46277
|
vue.createElementVNode("div", _hoisted_3$k, [
|
|
46278
46278
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.modelValue.sections, (parent, sectionIndex) => {
|
|
46279
46279
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_4$k, [
|
|
@@ -46305,7 +46305,7 @@ ${escapeText(this.code(index, length))}
|
|
|
46305
46305
|
_cache[1] || (_cache[1] = vue.createElementVNode("div", { class: "text-xs text-gray-600" }, "Sub-module", -1)),
|
|
46306
46306
|
vue.createElementVNode("div", _hoisted_12$9, vue.toDisplayString(component.name), 1)
|
|
46307
46307
|
]),
|
|
46308
|
-
vue.createElementVNode("div", _hoisted_13$
|
|
46308
|
+
vue.createElementVNode("div", _hoisted_13$8, [
|
|
46309
46309
|
vue.createVNode(vue.unref(ChevronRight), { class: "h-5 w-5" })
|
|
46310
46310
|
])
|
|
46311
46311
|
], 10, _hoisted_10$c);
|
|
@@ -47829,8 +47829,8 @@ ${escapeText(this.code(index, length))}
|
|
|
47829
47829
|
};
|
|
47830
47830
|
}
|
|
47831
47831
|
});
|
|
47832
|
-
const _hoisted_1$M = { class: "flex h-[872px] w-full bg-navy-800 relative rounded-3xl md:rounded-[48px] z-10" };
|
|
47833
|
-
const _hoisted_2$
|
|
47832
|
+
const _hoisted_1$M = { class: "flex h-[708px] lg:h-[872px] w-full bg-navy-800 relative rounded-3xl md:rounded-[48px] z-10" };
|
|
47833
|
+
const _hoisted_2$m = { class: "lg:p-8 p-4 flex relative w-full" };
|
|
47834
47834
|
const _hoisted_3$j = { class: "lg:w-1/2 lg:pl-8 lg:pr-16 pl-4 pr-8 flex flex-col lg:mt-[218px] mt-[100px] absolute top-0 left-5 lg:relative z-20" };
|
|
47835
47835
|
const _hoisted_4$j = { class: "gap-2 flex z-10 mb-4" };
|
|
47836
47836
|
const _hoisted_5$i = ["onClick"];
|
|
@@ -47842,7 +47842,7 @@ ${escapeText(this.code(index, length))}
|
|
|
47842
47842
|
const _hoisted_11$a = ["src"];
|
|
47843
47843
|
const _hoisted_12$8 = {
|
|
47844
47844
|
key: 1,
|
|
47845
|
-
class: "rounded-[
|
|
47845
|
+
class: "rounded-3xl md:rounded-[48px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover",
|
|
47846
47846
|
src: _imports_0
|
|
47847
47847
|
};
|
|
47848
47848
|
const _sfc_main$s = {
|
|
@@ -47872,7 +47872,7 @@ ${escapeText(this.code(index, length))}
|
|
|
47872
47872
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(slides), (slide, index) => {
|
|
47873
47873
|
return vue.openBlock(), vue.createBlock(vue.unref(Slide), { key: index }, {
|
|
47874
47874
|
default: vue.withCtx(() => [
|
|
47875
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
47875
|
+
vue.createElementVNode("div", _hoisted_2$m, [
|
|
47876
47876
|
vue.createElementVNode("div", _hoisted_3$j, [
|
|
47877
47877
|
vue.createElementVNode("div", _hoisted_4$j, [
|
|
47878
47878
|
vue.unref(slides).length > 1 ? (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 0 }, vue.renderList(vue.unref(slides), (slide2, index2) => {
|
|
@@ -47911,10 +47911,10 @@ ${escapeText(this.code(index, length))}
|
|
|
47911
47911
|
key: 0,
|
|
47912
47912
|
src: slide.featured_image,
|
|
47913
47913
|
alt: "Slide Image",
|
|
47914
|
-
class: "rounded-[
|
|
47914
|
+
class: "rounded-3xl md:rounded-[48px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover"
|
|
47915
47915
|
}, null, 8, _hoisted_11$a)) : (vue.openBlock(), vue.createElementBlock("img", _hoisted_12$8)),
|
|
47916
47916
|
_cache[1] || (_cache[1] = vue.createElementVNode("div", { class: "absolute inset-0 lg:hidden z-10 p-4" }, [
|
|
47917
|
-
vue.createElementVNode("div", { class: "bg-black opacity-60 rounded-[
|
|
47917
|
+
vue.createElementVNode("div", { class: "bg-black opacity-60 rounded-3xl md:rounded-[48px] h-full" })
|
|
47918
47918
|
], -1))
|
|
47919
47919
|
])
|
|
47920
47920
|
]),
|
|
@@ -47928,7 +47928,7 @@ ${escapeText(this.code(index, length))}
|
|
|
47928
47928
|
};
|
|
47929
47929
|
}
|
|
47930
47930
|
};
|
|
47931
|
-
const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-
|
|
47931
|
+
const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-15563c74"]]);
|
|
47932
47932
|
const _hoisted_1$L = ["target", "href"];
|
|
47933
47933
|
const _sfc_main$r = {
|
|
47934
47934
|
__name: "LinkPresenter",
|
|
@@ -47944,19 +47944,19 @@ ${escapeText(this.code(index, length))}
|
|
|
47944
47944
|
const isLinkGrid = component.value.type === "link_grid";
|
|
47945
47945
|
return (_ctx, _cache) => {
|
|
47946
47946
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
47947
|
-
class: vue.normalizeClass(["flex justify-center h-[136px] w-full relative rounded-b-[48px] bg-navy-600 -mt-12 gap-[60px]", { "bg-transparent !justify-start
|
|
47947
|
+
class: vue.normalizeClass(["flex flex-wrap justify-center min-h-[136px] w-full relative rounded-b-3xl md:rounded-b-[48px] bg-navy-600 -mt-12 pt-20 md:pt-12 max-md:pb-4 px-4 gap-y-2 gap-x-[60px]", { "bg-transparent !justify-start !mt-0 !h-auto !gap-4 !px-0 max-md:!pb-0 max-md:!pt-4": isLinkGrid }])
|
|
47948
47948
|
}, [
|
|
47949
47949
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(component.value.data, (link) => {
|
|
47950
47950
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
47951
|
-
class: vue.normalizeClass(["flex justify-center", { "!block": isLinkGrid }])
|
|
47951
|
+
class: vue.normalizeClass(["flex justify-center items-center max-w-full", { "!block": isLinkGrid }])
|
|
47952
47952
|
}, [
|
|
47953
47953
|
vue.createElementVNode("a", {
|
|
47954
47954
|
target: link.open_in_new_tab ? "_blank" : "",
|
|
47955
47955
|
href: link.url.startsWith("http") ? link.url : `//${link.url}`,
|
|
47956
|
-
class: vue.normalizeClass(["text-white flex gap-1.5 items-center cursor-pointer
|
|
47956
|
+
class: vue.normalizeClass(["text-white flex gap-1.5 items-center cursor-pointer text-sm font-semibold hover:text-gray-300 h-9", { "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 }])
|
|
47957
47957
|
}, [
|
|
47958
47958
|
vue.createElementVNode("span", null, vue.toDisplayString(link.title), 1),
|
|
47959
|
-
vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
47959
|
+
vue.createVNode(vue.unref(ArrowUpRight), { class: "shrink-0 w-5 h-5" })
|
|
47960
47960
|
], 10, _hoisted_1$L)
|
|
47961
47961
|
], 2);
|
|
47962
47962
|
}), 256))
|
|
@@ -47964,8 +47964,7 @@ ${escapeText(this.code(index, length))}
|
|
|
47964
47964
|
};
|
|
47965
47965
|
}
|
|
47966
47966
|
};
|
|
47967
|
-
const _hoisted_1$K = { class: "rounded-3xl md:rounded-[48px] 1xl:max-w-[
|
|
47968
|
-
const _hoisted_2$m = { class: "md:px-[90px]" };
|
|
47967
|
+
const _hoisted_1$K = { class: "rounded-3xl md:rounded-[48px] 1xl:max-w-[1872px] mx-auto w-full sm:px-4 md:px-6" };
|
|
47969
47968
|
const _sfc_main$q = {
|
|
47970
47969
|
__name: "HeroHeader",
|
|
47971
47970
|
props: {
|
|
@@ -47990,7 +47989,7 @@ ${escapeText(this.code(index, length))}
|
|
|
47990
47989
|
return (_ctx, _cache) => {
|
|
47991
47990
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$K, [
|
|
47992
47991
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(section.value.components, (component, index) => {
|
|
47993
|
-
return vue.openBlock(), vue.createElementBlock("div",
|
|
47992
|
+
return vue.openBlock(), vue.createElementBlock("div", null, [
|
|
47994
47993
|
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(currentComponent(component)), {
|
|
47995
47994
|
key: index,
|
|
47996
47995
|
component
|
|
@@ -48089,7 +48088,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48089
48088
|
return (_ctx, _cache) => {
|
|
48090
48089
|
var _a, _b, _c, _d;
|
|
48091
48090
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
48092
|
-
class: vue.normalizeClass(["w-full bg-navy-800 py-10 relative
|
|
48091
|
+
class: vue.normalizeClass(["w-full bg-navy-800 max-md:px-4 py-4 md:py-10 relative xl:h-[336px]", { "lg:!h-[266px]": (_a = section.value) == null ? void 0 : _a.as_cta }])
|
|
48093
48092
|
}, [
|
|
48094
48093
|
((_b = section.value) == null ? void 0 : _b.as_cta) ? (vue.openBlock(), vue.createBlock(vue.unref(LeftVector), {
|
|
48095
48094
|
key: 0,
|
|
@@ -48097,7 +48096,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48097
48096
|
})) : vue.createCommentVNode("", true),
|
|
48098
48097
|
vue.createElementVNode("div", _hoisted_1$H, [
|
|
48099
48098
|
vue.createElementVNode("div", {
|
|
48100
|
-
class: vue.normalizeClass(["
|
|
48099
|
+
class: vue.normalizeClass(["relative z-10", { "text-center flex flex-col items-center": (_c = section.value) == null ? void 0 : _c.as_cta }])
|
|
48101
48100
|
}, [
|
|
48102
48101
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(section.value.components, (component, index) => {
|
|
48103
48102
|
var _a2;
|
|
@@ -48113,7 +48112,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48113
48112
|
]),
|
|
48114
48113
|
!((_d = section.value) == null ? void 0 : _d.as_cta) ? (vue.openBlock(), vue.createBlock(vue.unref(HeaderVector), {
|
|
48115
48114
|
key: 1,
|
|
48116
|
-
class: "absolute right-0 top-0"
|
|
48115
|
+
class: "absolute right-0 top-0 max-xl:h-full"
|
|
48117
48116
|
})) : vue.createCommentVNode("", true)
|
|
48118
48117
|
], 2);
|
|
48119
48118
|
};
|
|
@@ -48216,7 +48215,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48216
48215
|
}
|
|
48217
48216
|
};
|
|
48218
48217
|
const VVerticalTabPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-ef885607"]]);
|
|
48219
|
-
const _hoisted_1$F = { class: "
|
|
48218
|
+
const _hoisted_1$F = { class: "pb-container" };
|
|
48220
48219
|
const _hoisted_2$j = { class: "max-md:mx-[30px] 1xl:mx-0 bg-navy-25 rounded-3xl md:rounded-[48px] p-16" };
|
|
48221
48220
|
const _sfc_main$m = {
|
|
48222
48221
|
__name: "VTabs",
|
|
@@ -48255,7 +48254,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48255
48254
|
};
|
|
48256
48255
|
}
|
|
48257
48256
|
};
|
|
48258
|
-
const _hoisted_1$E = { class: "w-full relative" };
|
|
48257
|
+
const _hoisted_1$E = { class: "w-full relative max-md:px-4" };
|
|
48259
48258
|
const _hoisted_2$i = ["href"];
|
|
48260
48259
|
const _hoisted_3$h = ["src"];
|
|
48261
48260
|
const _hoisted_4$h = {
|
|
@@ -48286,7 +48285,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48286
48285
|
return (_ctx, _cache) => {
|
|
48287
48286
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$E, [
|
|
48288
48287
|
vue.createElementVNode("div", {
|
|
48289
|
-
class: vue.normalizeClass(["1xl:max-w-[
|
|
48288
|
+
class: vue.normalizeClass(["1xl:max-w-[1872px] mx-auto w-full sm:px-4 md:px-6 relative flex justify-center items-center", { "py-8": isHorizontal, "flex-col py-6": !isHorizontal }])
|
|
48290
48289
|
}, [
|
|
48291
48290
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(section.value.components, (component, index) => {
|
|
48292
48291
|
return vue.openBlock(), vue.createElementBlock("div", null, [
|
|
@@ -48443,7 +48442,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48443
48442
|
};
|
|
48444
48443
|
const _hoisted_11$9 = ["innerHTML"];
|
|
48445
48444
|
const _hoisted_12$7 = { class: "border-t border-gray-200 mt-4 pt-[17px] flex justify-between items-center" };
|
|
48446
|
-
const _hoisted_13$
|
|
48445
|
+
const _hoisted_13$7 = ["href"];
|
|
48447
48446
|
const _hoisted_14$6 = { class: "absolute top-[-65px] right-4 flex gap-4" };
|
|
48448
48447
|
const _hoisted_15$4 = {
|
|
48449
48448
|
key: 0,
|
|
@@ -48556,7 +48555,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48556
48555
|
target: "_blank",
|
|
48557
48556
|
href: vue.unref(formatUrl)(slide.secondary_button.url),
|
|
48558
48557
|
class: "text-sm text-gray-600 hover:text-gray-800"
|
|
48559
|
-
}, vue.toDisplayString(slide.secondary_button.title ?? "Learn more"), 9, _hoisted_13$
|
|
48558
|
+
}, vue.toDisplayString(slide.secondary_button.title ?? "Learn more"), 9, _hoisted_13$7)) : vue.createCommentVNode("", true)
|
|
48560
48559
|
])
|
|
48561
48560
|
], 2)
|
|
48562
48561
|
], 2);
|
|
@@ -48590,7 +48589,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48590
48589
|
};
|
|
48591
48590
|
}
|
|
48592
48591
|
};
|
|
48593
|
-
const _hoisted_1$x = { class: "
|
|
48592
|
+
const _hoisted_1$x = { class: "pb-container" };
|
|
48594
48593
|
const _hoisted_2$g = { class: "max-md:mx-[30px] 1xl:mx-0 rounded-3xl md:rounded-[48px] pt-[40px]" };
|
|
48595
48594
|
const _sfc_main$i = {
|
|
48596
48595
|
__name: "CollectionCarousel",
|
|
@@ -48620,7 +48619,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48620
48619
|
])
|
|
48621
48620
|
]),
|
|
48622
48621
|
vue.createElementVNode("div", {
|
|
48623
|
-
class: vue.normalizeClass(["
|
|
48622
|
+
class: vue.normalizeClass(["pb-container", { "mt-0": !((_b = section.value) == null ? void 0 : _b.has_background), "mt-6": (_c = section.value) == null ? void 0 : _c.has_background }])
|
|
48624
48623
|
}, [
|
|
48625
48624
|
vue.createVNode(_sfc_main$j, {
|
|
48626
48625
|
component: carouselComponent.value,
|
|
@@ -48671,7 +48670,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48671
48670
|
const _hoisted_10$9 = { class: "flex justify-between" };
|
|
48672
48671
|
const _hoisted_11$8 = ["innerHTML"];
|
|
48673
48672
|
const _hoisted_12$6 = { class: "text-gray-500 text-sm mb-4" };
|
|
48674
|
-
const _hoisted_13$
|
|
48673
|
+
const _hoisted_13$6 = {
|
|
48675
48674
|
key: 0,
|
|
48676
48675
|
class: "flex justify-center"
|
|
48677
48676
|
};
|
|
@@ -48781,7 +48780,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48781
48780
|
]);
|
|
48782
48781
|
}), 128))
|
|
48783
48782
|
]),
|
|
48784
|
-
Object.keys(vue.unref(button)).length && ((_b2 = vue.unref(button)) == null ? void 0 : _b2.show) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_13$
|
|
48783
|
+
Object.keys(vue.unref(button)).length && ((_b2 = vue.unref(button)) == null ? void 0 : _b2.show) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_13$6, [
|
|
48785
48784
|
vue.createElementVNode("a", {
|
|
48786
48785
|
class: "border-brand-300 hover:border-brand-700 border text-brand-700 h-[44px] rounded-full px-[14px] py-[10px] inline-flex gap-1.5 items-center font-semibold text-base",
|
|
48787
48786
|
href: vue.unref(formatUrl)(vue.unref(button).url),
|
|
@@ -48823,7 +48822,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48823
48822
|
var _a;
|
|
48824
48823
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$u, [
|
|
48825
48824
|
vue.createElementVNode("div", {
|
|
48826
|
-
class: vue.normalizeClass(["
|
|
48825
|
+
class: vue.normalizeClass(["pb-container pt-[40px]", { "!pt-0": section.value.hasOwnProperty("padding_top") && !((_a = section.value) == null ? void 0 : _a.padding_top) }])
|
|
48827
48826
|
}, [
|
|
48828
48827
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(section.value.components, (component, index) => {
|
|
48829
48828
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(currentComponent(component)), {
|
|
@@ -48853,7 +48852,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48853
48852
|
]));
|
|
48854
48853
|
}
|
|
48855
48854
|
const ArrowDownRight = { render: render$d };
|
|
48856
|
-
const _hoisted_1$s = { class: "rounded-3xl md:rounded-[48px] 1xl:max-w-[
|
|
48855
|
+
const _hoisted_1$s = { class: "rounded-3xl md:rounded-[48px] 1xl:max-w-[1872px] mx-auto w-full sm:px-4 md:px-6" };
|
|
48857
48856
|
const _hoisted_2$e = { class: "text-4xl md:text-5xl lg:text-[48px] lg:leading-[60px] font-semibold text-gray-900 w-full max-w-[800px] tracking-[-1px]" };
|
|
48858
48857
|
const _hoisted_3$e = {
|
|
48859
48858
|
key: 0,
|
|
@@ -48886,7 +48885,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48886
48885
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$s, [
|
|
48887
48886
|
section.value.hasOwnProperty("components") > 0 && section.value.components.length > 0 ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
48888
48887
|
key: 0,
|
|
48889
|
-
class: vue.normalizeClass(
|
|
48888
|
+
class: vue.normalizeClass({ "flex flex-col items-center text-center": (_a = headerComponent.value) == null ? void 0 : _a.center, "mb-[64px]": hasFeaturedImage.value })
|
|
48890
48889
|
}, [
|
|
48891
48890
|
vue.createElementVNode("div", {
|
|
48892
48891
|
class: vue.normalizeClass(["bg-navy-50 rounded-3xl md:rounded-[48px] relative pt-16 md:pt-28 lg:pt-[164px] px-8 md:px-24 lg:px-[120px]", { "flex flex-col items-center text-center": (_b = headerComponent.value) == null ? void 0 : _b.text_center }])
|
|
@@ -48985,7 +48984,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48985
48984
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
|
|
48986
48985
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$r, [
|
|
48987
48986
|
vue.createElementVNode("div", {
|
|
48988
|
-
class: vue.normalizeClass(["
|
|
48987
|
+
class: vue.normalizeClass(["pb-container pt-4 mb-4 flex gap-8 lg:gap-16 items-center flex-col-reverse lg:flex-row", { "[&]:flex-col [&]:lg:flex-row-reverse mt-6 !mb-10": (_a = section.value) == null ? void 0 : _a.revert, "justify-center": (_b = section.value) == null ? void 0 : _b.center, "md:!px-0 !ml-0 justify-end": (_c = section.value) == null ? void 0 : _c.align_left }])
|
|
48989
48988
|
}, [
|
|
48990
48989
|
((_d = component.value) == null ? void 0 : _d.title) || ((_e = component.value) == null ? void 0 : _e.paragraph) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
48991
48990
|
key: 0,
|
|
@@ -49045,7 +49044,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49045
49044
|
}
|
|
49046
49045
|
};
|
|
49047
49046
|
const _hoisted_1$q = { class: "overflow-hidden" };
|
|
49048
|
-
const _hoisted_2$c = { class: "
|
|
49047
|
+
const _hoisted_2$c = { class: "pb-container mt-4 px-4" };
|
|
49049
49048
|
const _hoisted_3$c = { class: "text-[20px] text-gray-900 font-semibold" };
|
|
49050
49049
|
const _hoisted_4$c = ["innerHTML"];
|
|
49051
49050
|
const _hoisted_5$c = {
|
|
@@ -49065,7 +49064,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49065
49064
|
class: "max-w-[48px] min-w-[48px] w-full max-h-[48px] min-h-[48px] h-full bg-brand-100 border-[8px] border-brand-50 rounded-full flex items-center justify-center"
|
|
49066
49065
|
};
|
|
49067
49066
|
const _hoisted_12$5 = { class: "font-semibold text-[20px] text-gray-900" };
|
|
49068
|
-
const _hoisted_13$
|
|
49067
|
+
const _hoisted_13$5 = ["innerHTML"];
|
|
49069
49068
|
const _hoisted_14$4 = ["href", "target"];
|
|
49070
49069
|
const _hoisted_15$3 = ["src"];
|
|
49071
49070
|
const _hoisted_16$1 = {
|
|
@@ -49179,7 +49178,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49179
49178
|
vue.createElementVNode("p", {
|
|
49180
49179
|
class: "mt-2 text-md font-normal text-gray-600 leading-[24px]",
|
|
49181
49180
|
innerHTML: item.supporting_text ?? item.description
|
|
49182
|
-
}, null, 8, _hoisted_13$
|
|
49181
|
+
}, null, 8, _hoisted_13$5),
|
|
49183
49182
|
((_c2 = item == null ? void 0 : item.primary_button) == null ? void 0 : _c2.show) ? (vue.openBlock(), vue.createElementBlock("a", {
|
|
49184
49183
|
key: 0,
|
|
49185
49184
|
class: "cursor-pointer text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4",
|
|
@@ -49214,7 +49213,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49214
49213
|
}
|
|
49215
49214
|
};
|
|
49216
49215
|
const _hoisted_1$p = { class: "overflow-hidden" };
|
|
49217
|
-
const _hoisted_2$b = { class: "
|
|
49216
|
+
const _hoisted_2$b = { class: "pb-container mt-[40px]" };
|
|
49218
49217
|
const _hoisted_3$b = {
|
|
49219
49218
|
key: 0,
|
|
49220
49219
|
class: "rounded-xl px-[40px] text-center mb-1 max-w-[1280px] mx-auto"
|
|
@@ -49231,7 +49230,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49231
49230
|
key: 0,
|
|
49232
49231
|
class: "text-[24px] mb-6 font-semibold text-navy-800"
|
|
49233
49232
|
};
|
|
49234
|
-
const _hoisted_13$
|
|
49233
|
+
const _hoisted_13$4 = { class: "text-xl font-semibold text-gray-900" };
|
|
49235
49234
|
const _hoisted_14$3 = { class: "all-unset ql-editor" };
|
|
49236
49235
|
const _hoisted_15$2 = ["innerHTML"];
|
|
49237
49236
|
const _sfc_main$c = {
|
|
@@ -49284,7 +49283,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49284
49283
|
key: index2,
|
|
49285
49284
|
class: "bg-pale-orange-100 p-6 mb-6 rounded-lg md:rounded-2xl"
|
|
49286
49285
|
}, [
|
|
49287
|
-
vue.createElementVNode("h4", _hoisted_13$
|
|
49286
|
+
vue.createElementVNode("h4", _hoisted_13$4, vue.toDisplayString(line.title), 1),
|
|
49288
49287
|
vue.createElementVNode("div", _hoisted_14$3, [
|
|
49289
49288
|
vue.createElementVNode("p", {
|
|
49290
49289
|
innerHTML: line.description
|
|
@@ -49302,7 +49301,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49302
49301
|
};
|
|
49303
49302
|
}
|
|
49304
49303
|
};
|
|
49305
|
-
const _hoisted_1$o = { class: "
|
|
49304
|
+
const _hoisted_1$o = { class: "pb-container my-[40px]" };
|
|
49306
49305
|
const _hoisted_2$a = {
|
|
49307
49306
|
key: 0,
|
|
49308
49307
|
class: "rounded-xl px-[40px] text-center mb-6 max-w-[1280px] mx-auto"
|
|
@@ -49412,7 +49411,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49412
49411
|
};
|
|
49413
49412
|
}
|
|
49414
49413
|
};
|
|
49415
|
-
const LinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-
|
|
49414
|
+
const LinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-a7422ac9"]]);
|
|
49416
49415
|
const _hoisted_1$n = {
|
|
49417
49416
|
xmlns: "http://www.w3.org/2000/svg",
|
|
49418
49417
|
fill: "none",
|
|
@@ -49431,7 +49430,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49431
49430
|
}
|
|
49432
49431
|
const LinkExternal = { render: render$c };
|
|
49433
49432
|
const _hoisted_1$m = { class: "overflow-hidden" };
|
|
49434
|
-
const _hoisted_2$9 = { class: "
|
|
49433
|
+
const _hoisted_2$9 = { class: "pb-container bg-white py-[40px] flex flex-col lg:flex-row gap-8 xl:gap-[10%]" };
|
|
49435
49434
|
const _hoisted_3$9 = {
|
|
49436
49435
|
key: 0,
|
|
49437
49436
|
class: "rounded-xl px-[40px] text-center mb-6 max-w-[1280px] mx-auto"
|
|
@@ -49574,7 +49573,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49574
49573
|
class: vue.normalizeClass({ "bg-gray-50 py-2 my-6": (_a = section.value) == null ? void 0 : _a.has_background, "my-8": (_b = section.value) == null ? void 0 : _b.margin })
|
|
49575
49574
|
}, [
|
|
49576
49575
|
vue.createElementVNode("div", {
|
|
49577
|
-
class: vue.normalizeClass(["
|
|
49576
|
+
class: vue.normalizeClass(["pb-container my-[40px]", { "flex gap-8 flex-col lg:flex-row": (_c = headerComponent.value) == null ? void 0 : _c.featured_image, "flex-col-reverse lg:flex-row-reverse justify-between": (_d = headerComponent.value) == null ? void 0 : _d.revert }])
|
|
49578
49577
|
}, [
|
|
49579
49578
|
((_e = headerComponent.value) == null ? void 0 : _e.featured_image) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
49580
49579
|
key: 0,
|
|
@@ -49666,7 +49665,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49666
49665
|
var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v;
|
|
49667
49666
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$j, [
|
|
49668
49667
|
vue.createElementVNode("div", {
|
|
49669
|
-
class: vue.normalizeClass(["
|
|
49668
|
+
class: vue.normalizeClass(["pb-container mt-[40px]", { "flex gap-4 lg:gap-8 flex-col lg:flex-row": (_a = headerComponent.value) == null ? void 0 : _a.featured_image }])
|
|
49670
49669
|
}, [
|
|
49671
49670
|
imageComponent.value && ((_b = section.value) == null ? void 0 : _b.acknowledgement_style) || ((_c = headerComponent.value) == null ? void 0 : _c.featured_image) && !((_d = section.value) == null ? void 0 : _d.acknowledgement_style) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$7, [
|
|
49672
49671
|
imageComponent.value && ((_e = section.value) == null ? void 0 : _e.acknowledgement_style) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
@@ -49769,20 +49768,21 @@ ${escapeText(this.code(index, length))}
|
|
|
49769
49768
|
}
|
|
49770
49769
|
const Email = { render: render$8 };
|
|
49771
49770
|
const _hoisted_1$f = { class: "overflow-hidden" };
|
|
49772
|
-
const _hoisted_2$6 = { class: "
|
|
49771
|
+
const _hoisted_2$6 = { class: "pb-container my-[40px] flex justify-center" };
|
|
49773
49772
|
const _hoisted_3$6 = {
|
|
49774
49773
|
key: 0,
|
|
49775
49774
|
class: "bg-gray-100 rounded-lg md:rounded-2xl flex justify-center w-full"
|
|
49776
49775
|
};
|
|
49777
|
-
const _hoisted_4$6 = { class: "flex items-center justify-center flex-col py-[40px] max-w-[820px]" };
|
|
49776
|
+
const _hoisted_4$6 = { class: "flex items-center justify-center flex-col gap-4 py-[40px] px-4 max-w-[820px]" };
|
|
49778
49777
|
const _hoisted_5$6 = { class: "flex justify-between relative w-[150px]" };
|
|
49779
49778
|
const _hoisted_6$6 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center" };
|
|
49780
49779
|
const _hoisted_7$6 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center absolute top-[40%] left-1/2 -translate-x-1/2 -translate-y-1/2" };
|
|
49781
49780
|
const _hoisted_8$5 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center" };
|
|
49782
|
-
const _hoisted_9$5 = { class: "
|
|
49783
|
-
const _hoisted_10$5 = ["
|
|
49784
|
-
const _hoisted_11$4 =
|
|
49785
|
-
const _hoisted_12$3 =
|
|
49781
|
+
const _hoisted_9$5 = { class: "flex flex-col gap-2 text-center" };
|
|
49782
|
+
const _hoisted_10$5 = { class: "text-[24px] text-gray-900 font-semibold" };
|
|
49783
|
+
const _hoisted_11$4 = ["innerHTML"];
|
|
49784
|
+
const _hoisted_12$3 = { class: "flex justify-center gap-2 flex-wrap" };
|
|
49785
|
+
const _hoisted_13$3 = ["href"];
|
|
49786
49786
|
const _sfc_main$7 = {
|
|
49787
49787
|
__name: "ContactUs",
|
|
49788
49788
|
props: {
|
|
@@ -49817,23 +49817,25 @@ ${escapeText(this.code(index, length))}
|
|
|
49817
49817
|
vue.createVNode(vue.unref(Email), { class: "w-6 h-6 text-gray-600" })
|
|
49818
49818
|
])
|
|
49819
49819
|
]),
|
|
49820
|
-
vue.createElementVNode("
|
|
49821
|
-
|
|
49822
|
-
|
|
49823
|
-
|
|
49824
|
-
|
|
49825
|
-
|
|
49826
|
-
|
|
49820
|
+
vue.createElementVNode("div", _hoisted_9$5, [
|
|
49821
|
+
vue.createElementVNode("h3", _hoisted_10$5, vue.toDisplayString(headerComponent.value.title), 1),
|
|
49822
|
+
((_a = headerComponent.value) == null ? void 0 : _a.supporting_text) ? (vue.openBlock(), vue.createElementBlock("p", {
|
|
49823
|
+
key: 0,
|
|
49824
|
+
class: "text-[18px] font-normal text-gray-600 leading-[30px] text-center",
|
|
49825
|
+
innerHTML: headerComponent.value.supporting_text
|
|
49826
|
+
}, null, 8, _hoisted_11$4)) : vue.createCommentVNode("", true)
|
|
49827
|
+
]),
|
|
49828
|
+
vue.createElementVNode("div", _hoisted_12$3, [
|
|
49827
49829
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(contactUs.value.data, (item) => {
|
|
49828
49830
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
49829
49831
|
(item == null ? void 0 : item.show) ? (vue.openBlock(), vue.createElementBlock("a", {
|
|
49830
49832
|
key: 0,
|
|
49831
|
-
class: vue.normalizeClass(["inline-flex gap-1.5 items-center font-semibold text-base
|
|
49833
|
+
class: vue.normalizeClass(["inline-flex gap-1.5 items-center font-semibold text-base px-5 py-2.5 rounded-full", { "text-brand-700 hover:bg-white border border-brand-300": item.type === "phone", "text-white bg-brand-600 hover:bg-brand-800": item.type === "email" }]),
|
|
49832
49834
|
href: `${item.type === "email" ? "mailto:" : "tel:"} ${item.address}`
|
|
49833
49835
|
}, [
|
|
49834
49836
|
vue.createTextVNode(vue.toDisplayString(item.label) + " ", 1),
|
|
49835
49837
|
vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
49836
|
-
], 10,
|
|
49838
|
+
], 10, _hoisted_13$3)) : vue.createCommentVNode("", true)
|
|
49837
49839
|
], 64);
|
|
49838
49840
|
}), 256))
|
|
49839
49841
|
])
|
|
@@ -49922,7 +49924,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49922
49924
|
var _a;
|
|
49923
49925
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$c, [
|
|
49924
49926
|
vue.createElementVNode("div", {
|
|
49925
|
-
class: vue.normalizeClass(["
|
|
49927
|
+
class: vue.normalizeClass(["pb-container bg-white py-[40px] flex justify-center gap-[10%]", { "justify-start md:!px-0 !ml-0": (_a = section.value) == null ? void 0 : _a.align_left }])
|
|
49926
49928
|
}, [
|
|
49927
49929
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(headerComponents.value, (header, index) => {
|
|
49928
49930
|
var _a2;
|
|
@@ -49972,7 +49974,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49972
49974
|
};
|
|
49973
49975
|
}
|
|
49974
49976
|
};
|
|
49975
|
-
const _hoisted_1$b = { class: "
|
|
49977
|
+
const _hoisted_1$b = { class: "pb-container py-[40px] flex justify-center gap-[10%]" };
|
|
49976
49978
|
const _hoisted_2$4 = { class: "bg-pale-100 w-full rounded-[20px] p-8 gap-6 grid lg:grid-cols-2" };
|
|
49977
49979
|
const _hoisted_3$4 = ["textContent"];
|
|
49978
49980
|
const _hoisted_4$4 = { class: "flex flex-col divide-y divide-gray-200 px-6 bg-white rounded-lg md:rounded-2xl overflow-hidden" };
|
|
@@ -50122,20 +50124,20 @@ ${escapeText(this.code(index, length))}
|
|
|
50122
50124
|
]));
|
|
50123
50125
|
}
|
|
50124
50126
|
const StarIcon = { render: render$3 };
|
|
50125
|
-
const _hoisted_1$7 = { class: "px-6 mt-4 mb-36" };
|
|
50126
|
-
const _hoisted_2$3 = { class: "bg-navy-800
|
|
50127
|
+
const _hoisted_1$7 = { class: "md:px-6 mt-4 mb-36" };
|
|
50128
|
+
const _hoisted_2$3 = { class: "bg-navy-800 py-10 px-4 md:px-10 rounded-3xl md:rounded-[48px]" };
|
|
50127
50129
|
const _hoisted_3$3 = { class: "max-w-[51.25rem] text-center mx-auto" };
|
|
50128
50130
|
const _hoisted_4$3 = { class: "mb-10" };
|
|
50129
50131
|
const _hoisted_5$3 = ["textContent"];
|
|
50130
50132
|
const _hoisted_6$3 = ["textContent"];
|
|
50131
50133
|
const _hoisted_7$3 = ["textContent"];
|
|
50132
|
-
const _hoisted_8$2 = { class: "
|
|
50134
|
+
const _hoisted_8$2 = { class: "mx-auto flex items-center justify-center flex-col md:flex-row gap-1 border border-white rounded-xl md:rounded-[60px] p-1.5 mb-8" };
|
|
50133
50135
|
const _hoisted_9$2 = ["onClick"];
|
|
50134
50136
|
const _hoisted_10$2 = {
|
|
50135
50137
|
key: 0,
|
|
50136
|
-
class: "flex justify-center pb-32"
|
|
50138
|
+
class: "flex justify-center pb-16 lg:pb-32"
|
|
50137
50139
|
};
|
|
50138
|
-
const _hoisted_11$2 = { class: "w-2/5
|
|
50140
|
+
const _hoisted_11$2 = { class: "lg:w-2/5" };
|
|
50139
50141
|
const _hoisted_12$1 = {
|
|
50140
50142
|
class: /* @__PURE__ */ vue.normalizeClass([
|
|
50141
50143
|
"p-8 rounded-[20px] text-left min-h-full",
|
|
@@ -50155,23 +50157,22 @@ ${escapeText(this.code(index, length))}
|
|
|
50155
50157
|
])
|
|
50156
50158
|
};
|
|
50157
50159
|
const _hoisted_15$1 = { class: "leading-6 text-gray-600" };
|
|
50158
|
-
const _hoisted_16 = { class: "w-3/5
|
|
50159
|
-
const _hoisted_17 = { class: "
|
|
50160
|
-
const _hoisted_18 = {
|
|
50161
|
-
const _hoisted_19 = {
|
|
50160
|
+
const _hoisted_16 = { class: "lg:w-3/5 flex flex-col gap-12 justify-between" };
|
|
50161
|
+
const _hoisted_17 = { class: "flex max-md:flex-col gap-6" };
|
|
50162
|
+
const _hoisted_18 = {
|
|
50162
50163
|
key: 0,
|
|
50163
50164
|
class: "flex-1"
|
|
50164
50165
|
};
|
|
50165
|
-
const
|
|
50166
|
-
const
|
|
50167
|
-
const
|
|
50166
|
+
const _hoisted_19 = { class: "font-bold text-gray-900 leading-6 mb-6" };
|
|
50167
|
+
const _hoisted_20 = { class: "flex items-center justify-center min-w-6 h-6 bg-success-100 text-success-500 rounded-full mr-3" };
|
|
50168
|
+
const _hoisted_21 = {
|
|
50168
50169
|
key: 1,
|
|
50169
50170
|
class: "flex-1"
|
|
50170
50171
|
};
|
|
50171
|
-
const
|
|
50172
|
-
const
|
|
50173
|
-
const
|
|
50174
|
-
const
|
|
50172
|
+
const _hoisted_22 = { class: "font-bold text-gray-900 leading-6 mb-6" };
|
|
50173
|
+
const _hoisted_23 = { class: "flex items-center justify-center min-w-6 h-6 bg-gray-100 rounded-full mr-3" };
|
|
50174
|
+
const _hoisted_24 = ["href"];
|
|
50175
|
+
const _hoisted_25 = { class: "ml-2" };
|
|
50175
50176
|
const _sfc_main$4 = {
|
|
50176
50177
|
__name: "HorizontalTabs",
|
|
50177
50178
|
props: {
|
|
@@ -50203,11 +50204,11 @@ ${escapeText(this.code(index, length))}
|
|
|
50203
50204
|
textContent: vue.toDisplayString(headerComponent.value.sub_title)
|
|
50204
50205
|
}, null, 8, _hoisted_5$3),
|
|
50205
50206
|
vue.createElementVNode("h2", {
|
|
50206
|
-
class: "text-
|
|
50207
|
+
class: "text-3xl md:text-5xl mb-4 font-semibold text-white",
|
|
50207
50208
|
textContent: vue.toDisplayString(headerComponent.value.title)
|
|
50208
50209
|
}, null, 8, _hoisted_6$3),
|
|
50209
50210
|
vue.createElementVNode("p", {
|
|
50210
|
-
class: "text-xl leading-8 text-gray-200",
|
|
50211
|
+
class: "text-lg md:text-xl md:leading-8 text-gray-200",
|
|
50211
50212
|
textContent: vue.toDisplayString(headerComponent.value.supporting_text)
|
|
50212
50213
|
}, null, 8, _hoisted_7$3)
|
|
50213
50214
|
]),
|
|
@@ -50216,7 +50217,7 @@ ${escapeText(this.code(index, length))}
|
|
|
50216
50217
|
return vue.openBlock(), vue.createElementBlock("button", {
|
|
50217
50218
|
key: membership.id,
|
|
50218
50219
|
onClick: ($event) => active.value = membership.id,
|
|
50219
|
-
class: vue.normalizeClass(["
|
|
50220
|
+
class: vue.normalizeClass(["flex-1 rounded-full text-center font-semibold flex justify-center items-center gap-1 py-2.5 px-3 cursor-pointer text-white transition-colors text-base max-md:w-full", { "bg-white !text-gray-700": active.value === membership.id }])
|
|
50220
50221
|
}, vue.toDisplayString(membership.name), 11, _hoisted_9$2);
|
|
50221
50222
|
}), 128))
|
|
50222
50223
|
])
|
|
@@ -50233,7 +50234,7 @@ ${escapeText(this.code(index, length))}
|
|
|
50233
50234
|
return [
|
|
50234
50235
|
activeMembership.value ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
50235
50236
|
key: activeMembership.value.id,
|
|
50236
|
-
class: "bg-white
|
|
50237
|
+
class: "bg-white p-4 md:!p-8 rounded-xl md:rounded-3xl shadow-sm border border-gray-200 flex max-lg:flex-col gap-4 md:!gap-8 max-w-[1400px] mx-auto -mb-[140px]"
|
|
50237
50238
|
}, [
|
|
50238
50239
|
vue.createElementVNode("div", _hoisted_11$2, [
|
|
50239
50240
|
vue.createElementVNode("div", _hoisted_12$1, [
|
|
@@ -50246,50 +50247,48 @@ ${escapeText(this.code(index, length))}
|
|
|
50246
50247
|
]),
|
|
50247
50248
|
vue.createElementVNode("div", _hoisted_16, [
|
|
50248
50249
|
vue.createElementVNode("div", _hoisted_17, [
|
|
50249
|
-
vue.
|
|
50250
|
-
|
|
50251
|
-
|
|
50252
|
-
vue.
|
|
50253
|
-
|
|
50254
|
-
|
|
50255
|
-
|
|
50256
|
-
|
|
50257
|
-
|
|
50258
|
-
vue.
|
|
50259
|
-
|
|
50260
|
-
|
|
50261
|
-
|
|
50262
|
-
|
|
50263
|
-
|
|
50264
|
-
|
|
50265
|
-
|
|
50266
|
-
|
|
50267
|
-
|
|
50268
|
-
vue.
|
|
50269
|
-
|
|
50270
|
-
|
|
50271
|
-
|
|
50272
|
-
|
|
50273
|
-
|
|
50274
|
-
vue.
|
|
50275
|
-
|
|
50276
|
-
|
|
50277
|
-
|
|
50278
|
-
|
|
50279
|
-
|
|
50280
|
-
|
|
50281
|
-
])) : vue.createCommentVNode("", true)
|
|
50282
|
-
])
|
|
50250
|
+
activeMembership.value.access ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_18, [
|
|
50251
|
+
vue.createElementVNode("h4", _hoisted_19, vue.toDisplayString(activeMembership.value.access.title), 1),
|
|
50252
|
+
vue.createElementVNode("ul", null, [
|
|
50253
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(activeMembership.value.access.list, (item, idx) => {
|
|
50254
|
+
return vue.openBlock(), vue.createElementBlock("li", {
|
|
50255
|
+
key: `access-${activeMembership.value.id}-${idx}`,
|
|
50256
|
+
class: "leading-6 flex items-top text-gray-600 mb-4"
|
|
50257
|
+
}, [
|
|
50258
|
+
vue.createElementVNode("span", _hoisted_20, [
|
|
50259
|
+
vue.createVNode(vue.unref(Check), { class: "w-5 h-5" })
|
|
50260
|
+
]),
|
|
50261
|
+
vue.createTextVNode(" " + vue.toDisplayString(item), 1)
|
|
50262
|
+
]);
|
|
50263
|
+
}), 128))
|
|
50264
|
+
])
|
|
50265
|
+
])) : vue.createCommentVNode("", true),
|
|
50266
|
+
activeMembership.value.excludes && ((_b = (_a = activeMembership.value.excludes) == null ? void 0 : _a.list) == null ? void 0 : _b.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_21, [
|
|
50267
|
+
vue.createElementVNode("h4", _hoisted_22, vue.toDisplayString(activeMembership.value.excludes.title), 1),
|
|
50268
|
+
vue.createElementVNode("ul", null, [
|
|
50269
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(activeMembership.value.excludes.list, (item, idx) => {
|
|
50270
|
+
return vue.openBlock(), vue.createElementBlock("li", {
|
|
50271
|
+
key: `excludes-${activeMembership.value.id}-${idx}`,
|
|
50272
|
+
class: "leading-6 flex items-top text-gray-600 mb-4"
|
|
50273
|
+
}, [
|
|
50274
|
+
vue.createElementVNode("span", _hoisted_23, [
|
|
50275
|
+
vue.createVNode(vue.unref(XIcon), { class: "w-5 h-5" })
|
|
50276
|
+
]),
|
|
50277
|
+
vue.createTextVNode(" " + vue.toDisplayString(item), 1)
|
|
50278
|
+
]);
|
|
50279
|
+
}), 128))
|
|
50280
|
+
])
|
|
50281
|
+
])) : vue.createCommentVNode("", true)
|
|
50283
50282
|
]),
|
|
50284
50283
|
vue.createElementVNode("a", {
|
|
50285
50284
|
href: activeMembership.value.url,
|
|
50286
50285
|
class: "py-3 px-6 rounded-full font-semibold flex items-center justify-center transition-colors bg-brand-600 text-white hover:bg-brand-700"
|
|
50287
50286
|
}, [
|
|
50288
50287
|
vue.createTextVNode(vue.toDisplayString(activeMembership.value.button.label) + " ", 1),
|
|
50289
|
-
vue.createElementVNode("span",
|
|
50288
|
+
vue.createElementVNode("span", _hoisted_25, [
|
|
50290
50289
|
vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
50291
50290
|
])
|
|
50292
|
-
], 8,
|
|
50291
|
+
], 8, _hoisted_24)
|
|
50293
50292
|
])
|
|
50294
50293
|
])) : vue.createCommentVNode("", true)
|
|
50295
50294
|
];
|
|
@@ -50301,7 +50300,7 @@ ${escapeText(this.code(index, length))}
|
|
|
50301
50300
|
};
|
|
50302
50301
|
}
|
|
50303
50302
|
};
|
|
50304
|
-
const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
50303
|
+
const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-e220475b"]]);
|
|
50305
50304
|
const _hoisted_1$6 = {
|
|
50306
50305
|
xmlns: "http://www.w3.org/2000/svg",
|
|
50307
50306
|
fill: "none",
|
|
@@ -50349,8 +50348,8 @@ ${escapeText(this.code(index, length))}
|
|
|
50349
50348
|
]));
|
|
50350
50349
|
}
|
|
50351
50350
|
const Star = { render };
|
|
50352
|
-
const _hoisted_1$3 = { class: "relative overflow-hidden bg-gray-50" };
|
|
50353
|
-
const _hoisted_2$2 = { class: "flex flex-col-reverse lg:flex-row gap-8 xl:gap-x-16
|
|
50351
|
+
const _hoisted_1$3 = { class: "relative overflow-hidden bg-gray-50 max-md:px-4" };
|
|
50352
|
+
const _hoisted_2$2 = { class: "pb-container flex flex-col-reverse lg:flex-row gap-8 xl:gap-x-16" };
|
|
50354
50353
|
const _hoisted_3$2 = { class: "flex-1 flex flex-col justify-center gap-8" };
|
|
50355
50354
|
const _hoisted_4$2 = { class: "flex items-center gap-1" };
|
|
50356
50355
|
const _hoisted_5$2 = ["innerHTML"];
|
|
@@ -50363,7 +50362,7 @@ ${escapeText(this.code(index, length))}
|
|
|
50363
50362
|
src: _imports_0,
|
|
50364
50363
|
alt: "No Image Available"
|
|
50365
50364
|
};
|
|
50366
|
-
const _hoisted_10$1 = { class: "
|
|
50365
|
+
const _hoisted_10$1 = { class: "pb-container flex gap-4 relative" };
|
|
50367
50366
|
const _hoisted_11$1 = { class: "absolute bottom-[40px] right-0 md:right-[120px] xl:left-[120px] gap-4 flex" };
|
|
50368
50367
|
const _sfc_main$3 = {
|
|
50369
50368
|
__name: "TestimonialSlider",
|