@dcodegroup-au/page-builder 0.8.4 → 0.8.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
CHANGED
|
@@ -3184,10 +3184,6 @@ select {
|
|
|
3184
3184
|
width: 560px;
|
|
3185
3185
|
}
|
|
3186
3186
|
|
|
3187
|
-
.md\:max-w-\[324px\] {
|
|
3188
|
-
max-width: 324px;
|
|
3189
|
-
}
|
|
3190
|
-
|
|
3191
3187
|
.md\:\!translate-x-0 {
|
|
3192
3188
|
--tw-translate-x: 0px !important;
|
|
3193
3189
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
|
package/dist/page-builder.es.js
CHANGED
|
@@ -452,7 +452,7 @@ const _hoisted_12$e = { class: "flex flex-col gap-3" };
|
|
|
452
452
|
const _hoisted_13$b = ["onClick"];
|
|
453
453
|
const _hoisted_14$9 = ["onClick"];
|
|
454
454
|
const _hoisted_15$8 = { class: "text-xs text-gray-600" };
|
|
455
|
-
const _hoisted_16$
|
|
455
|
+
const _hoisted_16$6 = { class: "text-sm font-medium text-gray-900" };
|
|
456
456
|
const _sfc_main$Q = {
|
|
457
457
|
__name: "Items",
|
|
458
458
|
props: {
|
|
@@ -542,7 +542,7 @@ const _sfc_main$Q = {
|
|
|
542
542
|
onClick: ($event) => edit(item, index)
|
|
543
543
|
}, [
|
|
544
544
|
createElementVNode("div", _hoisted_15$8, toDisplayString(unref(singularize)(unref(parseName)(unref(type)))) + " #" + toDisplayString(index + 1), 1),
|
|
545
|
-
createElementVNode("div", _hoisted_16$
|
|
545
|
+
createElementVNode("div", _hoisted_16$6, toDisplayString(item.title), 1)
|
|
546
546
|
], 8, _hoisted_14$9),
|
|
547
547
|
createVNode(_sfc_main$S, {
|
|
548
548
|
onRemoveItem: ($event) => handleDeleteItem(index),
|
|
@@ -45234,7 +45234,7 @@ const _hoisted_15$7 = {
|
|
|
45234
45234
|
key: 1,
|
|
45235
45235
|
class: "flex flex-col gap-1.5"
|
|
45236
45236
|
};
|
|
45237
|
-
const _hoisted_16$
|
|
45237
|
+
const _hoisted_16$5 = ["onUpdate:modelValue", "maxlength"];
|
|
45238
45238
|
const _hoisted_17$3 = ["onUpdate:modelValue", "maxlength"];
|
|
45239
45239
|
const _hoisted_18$2 = { key: 2 };
|
|
45240
45240
|
const _sfc_main$C = {
|
|
@@ -45405,7 +45405,7 @@ const _sfc_main$C = {
|
|
|
45405
45405
|
placeholder: "Title",
|
|
45406
45406
|
maxlength: ((_a3 = componentData.value) == null ? void 0 : _a3.max_title) ?? 200,
|
|
45407
45407
|
class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
|
|
45408
|
-
}, null, 8, _hoisted_16$
|
|
45408
|
+
}, null, 8, _hoisted_16$5)), [
|
|
45409
45409
|
[vModelText, item.title]
|
|
45410
45410
|
]) : createCommentVNode("", true),
|
|
45411
45411
|
isBulletPoint.value ? withDirectives((openBlock(), createElementBlock("textarea", {
|
|
@@ -46193,7 +46193,7 @@ const _hoisted_15$6 = {
|
|
|
46193
46193
|
key: 0,
|
|
46194
46194
|
class: "mb-4 px-6 py-5 rounded-xl bg-gray-50"
|
|
46195
46195
|
};
|
|
46196
|
-
const _hoisted_16$
|
|
46196
|
+
const _hoisted_16$4 = { class: "flex flex-col gap-1 pt-6 text-gray-600" };
|
|
46197
46197
|
const _hoisted_17$2 = ["value"];
|
|
46198
46198
|
const _hoisted_18$1 = {
|
|
46199
46199
|
key: 1,
|
|
@@ -46336,7 +46336,7 @@ const _sfc_main$t = {
|
|
|
46336
46336
|
createElementVNode("div", _hoisted_14$7, [
|
|
46337
46337
|
!unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_15$6, [
|
|
46338
46338
|
_cache[3] || (_cache[3] = createElementVNode("div", { class: "text-lg pb-6 font-semibold text-gray-900 border-b border-gray-200" }, "Settings", -1)),
|
|
46339
|
-
createElementVNode("div", _hoisted_16$
|
|
46339
|
+
createElementVNode("div", _hoisted_16$4, [
|
|
46340
46340
|
createVNode(_sfc_main$P, {
|
|
46341
46341
|
field: "breadcrumb",
|
|
46342
46342
|
"label-text": "Breadcrumb section",
|
|
@@ -48481,7 +48481,7 @@ const _hoisted_15$5 = {
|
|
|
48481
48481
|
key: 0,
|
|
48482
48482
|
class: "flex sm:justify-center mb-6 lg:mb-10"
|
|
48483
48483
|
};
|
|
48484
|
-
const _hoisted_16$
|
|
48484
|
+
const _hoisted_16$3 = ["href", "target"];
|
|
48485
48485
|
const _sfc_main$j = {
|
|
48486
48486
|
__name: "CarouselPresenter",
|
|
48487
48487
|
props: {
|
|
@@ -48635,7 +48635,7 @@ const _sfc_main$j = {
|
|
|
48635
48635
|
}, [
|
|
48636
48636
|
createTextVNode(toDisplayString(__props.component.button.title) + " ", 1),
|
|
48637
48637
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
48638
|
-
], 8, _hoisted_16$
|
|
48638
|
+
], 8, _hoisted_16$3)
|
|
48639
48639
|
])) : createCommentVNode("", true)
|
|
48640
48640
|
]);
|
|
48641
48641
|
};
|
|
@@ -48723,7 +48723,7 @@ const _hoisted_12$6 = ["href"];
|
|
|
48723
48723
|
const _hoisted_13$6 = { class: "flex justify-between" };
|
|
48724
48724
|
const _hoisted_14$5 = ["innerHTML"];
|
|
48725
48725
|
const _hoisted_15$4 = { class: "text-gray-500 text-sm mb-4" };
|
|
48726
|
-
const _hoisted_16$
|
|
48726
|
+
const _hoisted_16$2 = {
|
|
48727
48727
|
key: 0,
|
|
48728
48728
|
class: "flex justify-center"
|
|
48729
48729
|
};
|
|
@@ -48916,7 +48916,7 @@ const _sfc_main$h = {
|
|
|
48916
48916
|
createVNode(unref(ChevronRight), { class: "w-6 h-6" })
|
|
48917
48917
|
], 2)
|
|
48918
48918
|
], 2),
|
|
48919
|
-
Object.keys(unref(button)).length && ((_c = unref(button)) == null ? void 0 : _c.show) ? (openBlock(), createElementBlock("div", _hoisted_16$
|
|
48919
|
+
Object.keys(unref(button)).length && ((_c = unref(button)) == null ? void 0 : _c.show) ? (openBlock(), createElementBlock("div", _hoisted_16$2, [
|
|
48920
48920
|
createElementVNode("a", {
|
|
48921
48921
|
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",
|
|
48922
48922
|
href: unref(formatUrl)(unref(button).url),
|
|
@@ -49198,15 +49198,16 @@ const _hoisted_9$b = {
|
|
|
49198
49198
|
key: 0,
|
|
49199
49199
|
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"
|
|
49200
49200
|
};
|
|
49201
|
-
const _hoisted_10$8 = { class: "
|
|
49202
|
-
const _hoisted_11$7 = ["
|
|
49203
|
-
const _hoisted_12$5 = ["
|
|
49204
|
-
const _hoisted_13$5 = ["
|
|
49205
|
-
const _hoisted_14$4 =
|
|
49201
|
+
const _hoisted_10$8 = { class: "ql-editor" };
|
|
49202
|
+
const _hoisted_11$7 = { class: "font-semibold text-[20px] text-gray-900" };
|
|
49203
|
+
const _hoisted_12$5 = ["innerHTML"];
|
|
49204
|
+
const _hoisted_13$5 = ["href", "target"];
|
|
49205
|
+
const _hoisted_14$4 = ["src"];
|
|
49206
|
+
const _hoisted_15$3 = {
|
|
49206
49207
|
key: 0,
|
|
49207
49208
|
class: "w-full md:w-[560px] rounded-br-[24px] rounded-tl-[24px] overflow-hidden relative max-lg:pt-[55%]"
|
|
49208
49209
|
};
|
|
49209
|
-
const
|
|
49210
|
+
const _hoisted_16$1 = ["src", "alt"];
|
|
49210
49211
|
const _sfc_main$d = {
|
|
49211
49212
|
__name: "TwoColumnsImageContent",
|
|
49212
49213
|
props: {
|
|
@@ -49287,7 +49288,7 @@ const _sfc_main$d = {
|
|
|
49287
49288
|
class: normalizeClass(["grid gap-8", featureItemsComponent.value.hasOwnProperty("grid_columns") ? `md:grid-cols-${featureItemsComponent.value.grid_columns}` : "lg:grid-cols-2 lg:w-2/3"])
|
|
49288
49289
|
}, [
|
|
49289
49290
|
(openBlock(true), createElementBlock(Fragment, null, renderList(items.value, (item) => {
|
|
49290
|
-
var _a2, _b2
|
|
49291
|
+
var _a2, _b2;
|
|
49291
49292
|
return openBlock(), createElementBlock("div", {
|
|
49292
49293
|
class: normalizeClass(["flex gap-3 w-full", {
|
|
49293
49294
|
"bg-gray-50 p-8 rounded-xl md:rounded-3xl overflow-hidden flex-col": featureItemsComponent.value.hasOwnProperty("grid_columns") && (featureItemsComponent.value.grid_columns > 2 || ((_a2 = featureItemsComponent.value) == null ? void 0 : _a2.has_background)),
|
|
@@ -49301,15 +49302,13 @@ const _sfc_main$d = {
|
|
|
49301
49302
|
"icon-classes": "w-5 h-5 text-brand-600"
|
|
49302
49303
|
}, null, 8, ["icon"])
|
|
49303
49304
|
])) : createCommentVNode("", true),
|
|
49304
|
-
createElementVNode("div",
|
|
49305
|
-
|
|
49306
|
-
}, [
|
|
49307
|
-
createElementVNode("h3", _hoisted_10$8, toDisplayString(item.title), 1),
|
|
49305
|
+
createElementVNode("div", _hoisted_10$8, [
|
|
49306
|
+
createElementVNode("h3", _hoisted_11$7, toDisplayString(item.title), 1),
|
|
49308
49307
|
createElementVNode("p", {
|
|
49309
49308
|
class: "mt-2 text-md font-normal text-gray-600 leading-[24px]",
|
|
49310
49309
|
innerHTML: item.supporting_text ?? item.description
|
|
49311
|
-
}, null, 8,
|
|
49312
|
-
((
|
|
49310
|
+
}, null, 8, _hoisted_12$5),
|
|
49311
|
+
((_b2 = item == null ? void 0 : item.primary_button) == null ? void 0 : _b2.show) ? (openBlock(), createElementBlock("a", {
|
|
49313
49312
|
key: 0,
|
|
49314
49313
|
class: "cursor-pointer text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4",
|
|
49315
49314
|
href: unref(formatUrl)(item.primary_button.url),
|
|
@@ -49317,23 +49316,23 @@ const _sfc_main$d = {
|
|
|
49317
49316
|
}, [
|
|
49318
49317
|
createTextVNode(toDisplayString(item.primary_button.label) + " ", 1),
|
|
49319
49318
|
createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
49320
|
-
], 8,
|
|
49321
|
-
]
|
|
49319
|
+
], 8, _hoisted_13$5)) : createCommentVNode("", true)
|
|
49320
|
+
])
|
|
49322
49321
|
], 64)) : (openBlock(), createElementBlock("img", {
|
|
49323
49322
|
key: 1,
|
|
49324
49323
|
src: item.image,
|
|
49325
49324
|
alt: "Feature Image",
|
|
49326
49325
|
class: "w-full h-full object-cover"
|
|
49327
|
-
}, null, 8,
|
|
49326
|
+
}, null, 8, _hoisted_14$4))
|
|
49328
49327
|
], 2);
|
|
49329
49328
|
}), 256))
|
|
49330
49329
|
], 2),
|
|
49331
|
-
imageComponent.value ? (openBlock(), createElementBlock("div",
|
|
49330
|
+
imageComponent.value ? (openBlock(), createElementBlock("div", _hoisted_15$3, [
|
|
49332
49331
|
createElementVNode("img", {
|
|
49333
49332
|
src: imageComponent.value.featured_image,
|
|
49334
49333
|
alt: ((_d = imageComponent.value) == null ? void 0 : _d.caption) ?? "Image",
|
|
49335
49334
|
class: "w-full h-full object-cover max-lg:absolute inset-0"
|
|
49336
|
-
}, null, 8,
|
|
49335
|
+
}, null, 8, _hoisted_16$1)
|
|
49337
49336
|
])) : createCommentVNode("", true)
|
|
49338
49337
|
], 2)
|
|
49339
49338
|
]))
|
package/dist/page-builder.umd.js
CHANGED
|
@@ -455,7 +455,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
455
455
|
const _hoisted_13$b = ["onClick"];
|
|
456
456
|
const _hoisted_14$9 = ["onClick"];
|
|
457
457
|
const _hoisted_15$8 = { class: "text-xs text-gray-600" };
|
|
458
|
-
const _hoisted_16$
|
|
458
|
+
const _hoisted_16$6 = { class: "text-sm font-medium text-gray-900" };
|
|
459
459
|
const _sfc_main$Q = {
|
|
460
460
|
__name: "Items",
|
|
461
461
|
props: {
|
|
@@ -545,7 +545,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
545
545
|
onClick: ($event) => edit(item, index)
|
|
546
546
|
}, [
|
|
547
547
|
vue.createElementVNode("div", _hoisted_15$8, vue.toDisplayString(vue.unref(singularize)(vue.unref(parseName)(vue.unref(type)))) + " #" + vue.toDisplayString(index + 1), 1),
|
|
548
|
-
vue.createElementVNode("div", _hoisted_16$
|
|
548
|
+
vue.createElementVNode("div", _hoisted_16$6, vue.toDisplayString(item.title), 1)
|
|
549
549
|
], 8, _hoisted_14$9),
|
|
550
550
|
vue.createVNode(_sfc_main$S, {
|
|
551
551
|
onRemoveItem: ($event) => handleDeleteItem(index),
|
|
@@ -45237,7 +45237,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45237
45237
|
key: 1,
|
|
45238
45238
|
class: "flex flex-col gap-1.5"
|
|
45239
45239
|
};
|
|
45240
|
-
const _hoisted_16$
|
|
45240
|
+
const _hoisted_16$5 = ["onUpdate:modelValue", "maxlength"];
|
|
45241
45241
|
const _hoisted_17$3 = ["onUpdate:modelValue", "maxlength"];
|
|
45242
45242
|
const _hoisted_18$2 = { key: 2 };
|
|
45243
45243
|
const _sfc_main$C = {
|
|
@@ -45408,7 +45408,7 @@ ${escapeText(this.code(index, length))}
|
|
|
45408
45408
|
placeholder: "Title",
|
|
45409
45409
|
maxlength: ((_a3 = componentData.value) == null ? void 0 : _a3.max_title) ?? 200,
|
|
45410
45410
|
class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
|
|
45411
|
-
}, null, 8, _hoisted_16$
|
|
45411
|
+
}, null, 8, _hoisted_16$5)), [
|
|
45412
45412
|
[vue.vModelText, item.title]
|
|
45413
45413
|
]) : vue.createCommentVNode("", true),
|
|
45414
45414
|
isBulletPoint.value ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("textarea", {
|
|
@@ -46196,7 +46196,7 @@ ${escapeText(this.code(index, length))}
|
|
|
46196
46196
|
key: 0,
|
|
46197
46197
|
class: "mb-4 px-6 py-5 rounded-xl bg-gray-50"
|
|
46198
46198
|
};
|
|
46199
|
-
const _hoisted_16$
|
|
46199
|
+
const _hoisted_16$4 = { class: "flex flex-col gap-1 pt-6 text-gray-600" };
|
|
46200
46200
|
const _hoisted_17$2 = ["value"];
|
|
46201
46201
|
const _hoisted_18$1 = {
|
|
46202
46202
|
key: 1,
|
|
@@ -46339,7 +46339,7 @@ ${escapeText(this.code(index, length))}
|
|
|
46339
46339
|
vue.createElementVNode("div", _hoisted_14$7, [
|
|
46340
46340
|
!vue.unref(selected) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$6, [
|
|
46341
46341
|
_cache[3] || (_cache[3] = vue.createElementVNode("div", { class: "text-lg pb-6 font-semibold text-gray-900 border-b border-gray-200" }, "Settings", -1)),
|
|
46342
|
-
vue.createElementVNode("div", _hoisted_16$
|
|
46342
|
+
vue.createElementVNode("div", _hoisted_16$4, [
|
|
46343
46343
|
vue.createVNode(_sfc_main$P, {
|
|
46344
46344
|
field: "breadcrumb",
|
|
46345
46345
|
"label-text": "Breadcrumb section",
|
|
@@ -48484,7 +48484,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48484
48484
|
key: 0,
|
|
48485
48485
|
class: "flex sm:justify-center mb-6 lg:mb-10"
|
|
48486
48486
|
};
|
|
48487
|
-
const _hoisted_16$
|
|
48487
|
+
const _hoisted_16$3 = ["href", "target"];
|
|
48488
48488
|
const _sfc_main$j = {
|
|
48489
48489
|
__name: "CarouselPresenter",
|
|
48490
48490
|
props: {
|
|
@@ -48638,7 +48638,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48638
48638
|
}, [
|
|
48639
48639
|
vue.createTextVNode(vue.toDisplayString(__props.component.button.title) + " ", 1),
|
|
48640
48640
|
vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
48641
|
-
], 8, _hoisted_16$
|
|
48641
|
+
], 8, _hoisted_16$3)
|
|
48642
48642
|
])) : vue.createCommentVNode("", true)
|
|
48643
48643
|
]);
|
|
48644
48644
|
};
|
|
@@ -48726,7 +48726,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48726
48726
|
const _hoisted_13$6 = { class: "flex justify-between" };
|
|
48727
48727
|
const _hoisted_14$5 = ["innerHTML"];
|
|
48728
48728
|
const _hoisted_15$4 = { class: "text-gray-500 text-sm mb-4" };
|
|
48729
|
-
const _hoisted_16$
|
|
48729
|
+
const _hoisted_16$2 = {
|
|
48730
48730
|
key: 0,
|
|
48731
48731
|
class: "flex justify-center"
|
|
48732
48732
|
};
|
|
@@ -48919,7 +48919,7 @@ ${escapeText(this.code(index, length))}
|
|
|
48919
48919
|
vue.createVNode(vue.unref(ChevronRight), { class: "w-6 h-6" })
|
|
48920
48920
|
], 2)
|
|
48921
48921
|
], 2),
|
|
48922
|
-
Object.keys(vue.unref(button)).length && ((_c = vue.unref(button)) == null ? void 0 : _c.show) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_16$
|
|
48922
|
+
Object.keys(vue.unref(button)).length && ((_c = vue.unref(button)) == null ? void 0 : _c.show) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_16$2, [
|
|
48923
48923
|
vue.createElementVNode("a", {
|
|
48924
48924
|
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",
|
|
48925
48925
|
href: vue.unref(formatUrl)(vue.unref(button).url),
|
|
@@ -49201,15 +49201,16 @@ ${escapeText(this.code(index, length))}
|
|
|
49201
49201
|
key: 0,
|
|
49202
49202
|
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"
|
|
49203
49203
|
};
|
|
49204
|
-
const _hoisted_10$8 = { class: "
|
|
49205
|
-
const _hoisted_11$7 = ["
|
|
49206
|
-
const _hoisted_12$5 = ["
|
|
49207
|
-
const _hoisted_13$5 = ["
|
|
49208
|
-
const _hoisted_14$4 =
|
|
49204
|
+
const _hoisted_10$8 = { class: "ql-editor" };
|
|
49205
|
+
const _hoisted_11$7 = { class: "font-semibold text-[20px] text-gray-900" };
|
|
49206
|
+
const _hoisted_12$5 = ["innerHTML"];
|
|
49207
|
+
const _hoisted_13$5 = ["href", "target"];
|
|
49208
|
+
const _hoisted_14$4 = ["src"];
|
|
49209
|
+
const _hoisted_15$3 = {
|
|
49209
49210
|
key: 0,
|
|
49210
49211
|
class: "w-full md:w-[560px] rounded-br-[24px] rounded-tl-[24px] overflow-hidden relative max-lg:pt-[55%]"
|
|
49211
49212
|
};
|
|
49212
|
-
const
|
|
49213
|
+
const _hoisted_16$1 = ["src", "alt"];
|
|
49213
49214
|
const _sfc_main$d = {
|
|
49214
49215
|
__name: "TwoColumnsImageContent",
|
|
49215
49216
|
props: {
|
|
@@ -49290,7 +49291,7 @@ ${escapeText(this.code(index, length))}
|
|
|
49290
49291
|
class: vue.normalizeClass(["grid gap-8", featureItemsComponent.value.hasOwnProperty("grid_columns") ? `md:grid-cols-${featureItemsComponent.value.grid_columns}` : "lg:grid-cols-2 lg:w-2/3"])
|
|
49291
49292
|
}, [
|
|
49292
49293
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(items.value, (item) => {
|
|
49293
|
-
var _a2, _b2
|
|
49294
|
+
var _a2, _b2;
|
|
49294
49295
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
49295
49296
|
class: vue.normalizeClass(["flex gap-3 w-full", {
|
|
49296
49297
|
"bg-gray-50 p-8 rounded-xl md:rounded-3xl overflow-hidden flex-col": featureItemsComponent.value.hasOwnProperty("grid_columns") && (featureItemsComponent.value.grid_columns > 2 || ((_a2 = featureItemsComponent.value) == null ? void 0 : _a2.has_background)),
|
|
@@ -49304,15 +49305,13 @@ ${escapeText(this.code(index, length))}
|
|
|
49304
49305
|
"icon-classes": "w-5 h-5 text-brand-600"
|
|
49305
49306
|
}, null, 8, ["icon"])
|
|
49306
49307
|
])) : vue.createCommentVNode("", true),
|
|
49307
|
-
vue.createElementVNode("div",
|
|
49308
|
-
|
|
49309
|
-
}, [
|
|
49310
|
-
vue.createElementVNode("h3", _hoisted_10$8, vue.toDisplayString(item.title), 1),
|
|
49308
|
+
vue.createElementVNode("div", _hoisted_10$8, [
|
|
49309
|
+
vue.createElementVNode("h3", _hoisted_11$7, vue.toDisplayString(item.title), 1),
|
|
49311
49310
|
vue.createElementVNode("p", {
|
|
49312
49311
|
class: "mt-2 text-md font-normal text-gray-600 leading-[24px]",
|
|
49313
49312
|
innerHTML: item.supporting_text ?? item.description
|
|
49314
|
-
}, null, 8,
|
|
49315
|
-
((
|
|
49313
|
+
}, null, 8, _hoisted_12$5),
|
|
49314
|
+
((_b2 = item == null ? void 0 : item.primary_button) == null ? void 0 : _b2.show) ? (vue.openBlock(), vue.createElementBlock("a", {
|
|
49316
49315
|
key: 0,
|
|
49317
49316
|
class: "cursor-pointer text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4",
|
|
49318
49317
|
href: vue.unref(formatUrl)(item.primary_button.url),
|
|
@@ -49320,23 +49319,23 @@ ${escapeText(this.code(index, length))}
|
|
|
49320
49319
|
}, [
|
|
49321
49320
|
vue.createTextVNode(vue.toDisplayString(item.primary_button.label) + " ", 1),
|
|
49322
49321
|
vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
|
|
49323
|
-
], 8,
|
|
49324
|
-
]
|
|
49322
|
+
], 8, _hoisted_13$5)) : vue.createCommentVNode("", true)
|
|
49323
|
+
])
|
|
49325
49324
|
], 64)) : (vue.openBlock(), vue.createElementBlock("img", {
|
|
49326
49325
|
key: 1,
|
|
49327
49326
|
src: item.image,
|
|
49328
49327
|
alt: "Feature Image",
|
|
49329
49328
|
class: "w-full h-full object-cover"
|
|
49330
|
-
}, null, 8,
|
|
49329
|
+
}, null, 8, _hoisted_14$4))
|
|
49331
49330
|
], 2);
|
|
49332
49331
|
}), 256))
|
|
49333
49332
|
], 2),
|
|
49334
|
-
imageComponent.value ? (vue.openBlock(), vue.createElementBlock("div",
|
|
49333
|
+
imageComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$3, [
|
|
49335
49334
|
vue.createElementVNode("img", {
|
|
49336
49335
|
src: imageComponent.value.featured_image,
|
|
49337
49336
|
alt: ((_d = imageComponent.value) == null ? void 0 : _d.caption) ?? "Image",
|
|
49338
49337
|
class: "w-full h-full object-cover max-lg:absolute inset-0"
|
|
49339
|
-
}, null, 8,
|
|
49338
|
+
}, null, 8, _hoisted_16$1)
|
|
49340
49339
|
])) : vue.createCommentVNode("", true)
|
|
49341
49340
|
], 2)
|
|
49342
49341
|
]))
|
package/package.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
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">
|
|
37
37
|
<IconComponent :icon="item.icon" icon-classes="w-5 h-5 text-brand-600"></IconComponent>
|
|
38
38
|
</div>
|
|
39
|
-
<div class="
|
|
39
|
+
<div class="ql-editor">
|
|
40
40
|
<h3 class="font-semibold text-[20px] text-gray-900">{{ item.title }}</h3>
|
|
41
41
|
<p class=" mt-2 text-md font-normal text-gray-600 leading-[24px]" v-html="item.supporting_text ?? item.description"></p>
|
|
42
42
|
<a
|