@dcodegroup-au/page-builder 0.6.2 → 0.6.4

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.
@@ -922,6 +922,12 @@ select {
922
922
  .mt-\[40px\] {
923
923
  margin-top: 40px;
924
924
  }
925
+ .line-clamp-3 {
926
+ overflow: hidden;
927
+ display: -webkit-box;
928
+ -webkit-box-orient: vertical;
929
+ -webkit-line-clamp: 3;
930
+ }
925
931
  .\!block {
926
932
  display: block !important;
927
933
  }
@@ -1738,6 +1744,10 @@ select {
1738
1744
  padding-left: 1.5rem !important;
1739
1745
  padding-right: 1.5rem !important;
1740
1746
  }
1747
+ .\!py-8 {
1748
+ padding-top: 2rem !important;
1749
+ padding-bottom: 2rem !important;
1750
+ }
1741
1751
  .px-0 {
1742
1752
  padding-left: 0px;
1743
1753
  padding-right: 0px;
@@ -2024,9 +2034,6 @@ select {
2024
2034
  .leading-8 {
2025
2035
  line-height: 2rem;
2026
2036
  }
2027
- .leading-9 {
2028
- line-height: 2.25rem;
2029
- }
2030
2037
  .leading-\[24px\] {
2031
2038
  line-height: 24px;
2032
2039
  }
@@ -2826,6 +2833,10 @@ select {
2826
2833
  font-weight: 400;
2827
2834
  }
2828
2835
 
2836
+ .page-builder .ql-editor, .page-render .ql-editor, .item-edit .ql-editor {
2837
+ padding: 0px;
2838
+ }
2839
+
2829
2840
  .checked\:bg-brand-600:checked {
2830
2841
  --tw-bg-opacity: 1;
2831
2842
  background-color: rgb(158 51 113 / var(--tw-bg-opacity, 1));
@@ -3456,7 +3467,6 @@ select {
3456
3467
  }
3457
3468
 
3458
3469
  .multiline-ellipsis {
3459
- height: 100%;
3460
3470
  display: -webkit-box; /* Use a flex-like box model */
3461
3471
  -webkit-box-orient: vertical; /* Set the box orientation to vertical */
3462
3472
  overflow: hidden; /* Hide overflowing content */
@@ -48504,7 +48504,7 @@ const _sfc_main$j = {
48504
48504
  }, toDisplayString(slide == null ? void 0 : slide.title), 9, _hoisted_6$g)
48505
48505
  ]),
48506
48506
  createElementVNode("p", {
48507
- class: "text-base font-normal text-gray-600 leading-[24px] multiline-ellipsis",
48507
+ class: "text-base font-normal text-gray-600 leading-[24px] line-clamp-3",
48508
48508
  innerHTML: slide == null ? void 0 : slide.description
48509
48509
  }, null, 8, _hoisted_7$f),
48510
48510
  (slide == null ? void 0 : slide.type) === "event" ? (openBlock(), createElementBlock("div", _hoisted_8$e, [
@@ -48957,23 +48957,23 @@ const _sfc_main$e = {
48957
48957
  }
48958
48958
  };
48959
48959
  return (_ctx, _cache) => {
48960
- var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k;
48960
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
48961
48961
  return openBlock(), createElementBlock("div", _hoisted_1$r, [
48962
48962
  createElementVNode("div", {
48963
48963
  class: normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full pt-4 mb-4 flex gap-16 items-center", { "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 }])
48964
48964
  }, [
48965
48965
  ((_c = component.value) == null ? void 0 : _c.title) || ((_d = component.value) == null ? void 0 : _d.paragraph) ? (openBlock(), createElementBlock("div", {
48966
48966
  key: 0,
48967
- class: normalizeClass(["max-w-[800px] py-4", { "!max-w-full w-full": (_e = section.value) == null ? void 0 : _e.is_full_width }]),
48967
+ class: normalizeClass(["max-w-[800px] py-4", { "!max-w-full w-full": (_e = section.value) == null ? void 0 : _e.is_full_width, "!py-8": (_f = component.value) == null ? void 0 : _f.featured_image }]),
48968
48968
  ref_key: "leftColumn",
48969
48969
  ref: leftColumn
48970
48970
  }, [
48971
- ((_f = component.value) == null ? void 0 : _f.title) ? (openBlock(), createElementBlock("h3", _hoisted_2$d, toDisplayString(component.value.title), 1)) : createCommentVNode("", true),
48971
+ ((_g = component.value) == null ? void 0 : _g.title) ? (openBlock(), createElementBlock("h3", _hoisted_2$d, toDisplayString(component.value.title), 1)) : createCommentVNode("", true),
48972
48972
  createElementVNode("div", _hoisted_3$d, [
48973
48973
  createElementVNode("div", {
48974
48974
  innerHTML: component.value.paragraph
48975
48975
  }, null, 8, _hoisted_4$d),
48976
- ((_g = component.value) == null ? void 0 : _g.hasOwnProperty("button")) && button.value.show ? (openBlock(), createElementBlock("div", _hoisted_5$d, [
48976
+ ((_h = component.value) == null ? void 0 : _h.hasOwnProperty("button")) && button.value.show ? (openBlock(), createElementBlock("div", _hoisted_5$d, [
48977
48977
  createElementVNode("a", {
48978
48978
  href: button.value.url,
48979
48979
  class: "inline-flex items-center gap-2 !no-underline px-3 py-2.5 rounded-full shadow-xs text-md font-semibold !text-white bg-brand-600 hover:bg-brand-700 border border-brand-600 text-center cursor-pointer"
@@ -48984,13 +48984,13 @@ const _sfc_main$e = {
48984
48984
  ])) : createCommentVNode("", true)
48985
48985
  ])
48986
48986
  ], 2)) : createCommentVNode("", true),
48987
- ((_h = component.value) == null ? void 0 : _h.featured_image) ? (openBlock(), createElementBlock("div", {
48987
+ ((_i = component.value) == null ? void 0 : _i.featured_image) ? (openBlock(), createElementBlock("div", {
48988
48988
  key: 1,
48989
48989
  class: "w-full max-w-[536px] rounded-[24px] overflow-hidden",
48990
48990
  ref_key: "rightColumn",
48991
48991
  ref: rightColumn
48992
48992
  }, [
48993
- ((_i = component.value) == null ? void 0 : _i.source_type) === "video" ? (openBlock(), createElementBlock("div", _hoisted_7$d, [
48993
+ ((_j = component.value) == null ? void 0 : _j.source_type) === "video" ? (openBlock(), createElementBlock("div", _hoisted_7$d, [
48994
48994
  createElementVNode("video", {
48995
48995
  onClick: togglePlayPause,
48996
48996
  preload: "metadata",
@@ -48999,7 +48999,7 @@ const _sfc_main$e = {
48999
48999
  class: "h-full w-full object-cover"
49000
49000
  }, [
49001
49001
  createElementVNode("source", {
49002
- src: `${(_j = component.value) == null ? void 0 : _j.featured_image}#t=2`
49002
+ src: `${(_k = component.value) == null ? void 0 : _k.featured_image}#t=2`
49003
49003
  }, null, 8, _hoisted_8$c)
49004
49004
  ], 512),
49005
49005
  !isPlaying.value ? (openBlock(), createBlock(unref(PlayButton), {
@@ -49009,7 +49009,7 @@ const _sfc_main$e = {
49009
49009
  })) : createCommentVNode("", true)
49010
49010
  ])) : (openBlock(), createElementBlock("img", {
49011
49011
  key: 1,
49012
- src: (_k = component.value) == null ? void 0 : _k.featured_image,
49012
+ src: (_l = component.value) == null ? void 0 : _l.featured_image,
49013
49013
  alt: "Feature Image",
49014
49014
  class: "w-full h-full object-cover rounded-[24px]"
49015
49015
  }, null, 8, _hoisted_9$c))
@@ -49158,7 +49158,7 @@ const _sfc_main$d = {
49158
49158
  }, null, 8, ["icon"])
49159
49159
  ])) : createCommentVNode("", true),
49160
49160
  createElementVNode("div", {
49161
- class: normalizeClass(["max-w-[324px] q-editor", { "max-w-full": (_b2 = featureItemsComponent.value) == null ? void 0 : _b2.has_background }])
49161
+ class: normalizeClass(["max-w-[324px] ql-editor", { "max-w-full": (_b2 = featureItemsComponent.value) == null ? void 0 : _b2.has_background }])
49162
49162
  }, [
49163
49163
  createElementVNode("h3", _hoisted_12$6, toDisplayString(item.title), 1),
49164
49164
  createElementVNode("p", {
@@ -49217,7 +49217,7 @@ const _hoisted_12$5 = {
49217
49217
  class: "text-[24px] mb-6 font-semibold text-navy-800"
49218
49218
  };
49219
49219
  const _hoisted_13$3 = { class: "text-xl font-semibold text-gray-900" };
49220
- const _hoisted_14$3 = { class: "all-unset" };
49220
+ const _hoisted_14$3 = { class: "all-unset ql-editor" };
49221
49221
  const _hoisted_15$3 = ["innerHTML"];
49222
49222
  const _sfc_main$c = {
49223
49223
  __name: "Timeline",
@@ -49940,7 +49940,7 @@ const _sfc_main$6 = {
49940
49940
  ]),
49941
49941
  show.value[index2] ? (openBlock(), createElementBlock("p", {
49942
49942
  key: 0,
49943
- class: "mt-2 text-gray-600 leading-[24px] all-unset",
49943
+ class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
49944
49944
  innerHTML: link.supporting_text
49945
49945
  }, null, 8, _hoisted_12$3)) : createCommentVNode("", true)
49946
49946
  ]);
@@ -50023,7 +50023,7 @@ const _sfc_main$5 = {
50023
50023
  ]),
50024
50024
  show.value[index] ? (openBlock(), createElementBlock("p", {
50025
50025
  key: 0,
50026
- class: "mt-2 text-gray-600 leading-[24px] all-unset",
50026
+ class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
50027
50027
  innerHTML: price == null ? void 0 : price.supporting_text
50028
50028
  }, null, 8, _hoisted_10$3)) : createCommentVNode("", true)
50029
50029
  ]);
@@ -50390,7 +50390,7 @@ const _sfc_main$3 = {
50390
50390
  }), 64))
50391
50391
  ]),
50392
50392
  createElementVNode("h3", {
50393
- class: "font-semibold text-3xl leading-9",
50393
+ class: "font-medium text-3xl leading-[38px]",
50394
50394
  innerHTML: feature.description
50395
50395
  }, null, 8, _hoisted_5$2),
50396
50396
  createElementVNode("p", _hoisted_6$2, toDisplayString(feature.title), 1)
@@ -48507,7 +48507,7 @@ ${escapeText(this.code(index, length))}
48507
48507
  }, vue.toDisplayString(slide == null ? void 0 : slide.title), 9, _hoisted_6$g)
48508
48508
  ]),
48509
48509
  vue.createElementVNode("p", {
48510
- class: "text-base font-normal text-gray-600 leading-[24px] multiline-ellipsis",
48510
+ class: "text-base font-normal text-gray-600 leading-[24px] line-clamp-3",
48511
48511
  innerHTML: slide == null ? void 0 : slide.description
48512
48512
  }, null, 8, _hoisted_7$f),
48513
48513
  (slide == null ? void 0 : slide.type) === "event" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$e, [
@@ -48960,23 +48960,23 @@ ${escapeText(this.code(index, length))}
48960
48960
  }
48961
48961
  };
48962
48962
  return (_ctx, _cache) => {
48963
- var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k;
48963
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
48964
48964
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$r, [
48965
48965
  vue.createElementVNode("div", {
48966
48966
  class: vue.normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full pt-4 mb-4 flex gap-16 items-center", { "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 }])
48967
48967
  }, [
48968
48968
  ((_c = component.value) == null ? void 0 : _c.title) || ((_d = component.value) == null ? void 0 : _d.paragraph) ? (vue.openBlock(), vue.createElementBlock("div", {
48969
48969
  key: 0,
48970
- class: vue.normalizeClass(["max-w-[800px] py-4", { "!max-w-full w-full": (_e = section.value) == null ? void 0 : _e.is_full_width }]),
48970
+ class: vue.normalizeClass(["max-w-[800px] py-4", { "!max-w-full w-full": (_e = section.value) == null ? void 0 : _e.is_full_width, "!py-8": (_f = component.value) == null ? void 0 : _f.featured_image }]),
48971
48971
  ref_key: "leftColumn",
48972
48972
  ref: leftColumn
48973
48973
  }, [
48974
- ((_f = component.value) == null ? void 0 : _f.title) ? (vue.openBlock(), vue.createElementBlock("h3", _hoisted_2$d, vue.toDisplayString(component.value.title), 1)) : vue.createCommentVNode("", true),
48974
+ ((_g = component.value) == null ? void 0 : _g.title) ? (vue.openBlock(), vue.createElementBlock("h3", _hoisted_2$d, vue.toDisplayString(component.value.title), 1)) : vue.createCommentVNode("", true),
48975
48975
  vue.createElementVNode("div", _hoisted_3$d, [
48976
48976
  vue.createElementVNode("div", {
48977
48977
  innerHTML: component.value.paragraph
48978
48978
  }, null, 8, _hoisted_4$d),
48979
- ((_g = component.value) == null ? void 0 : _g.hasOwnProperty("button")) && button.value.show ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$d, [
48979
+ ((_h = component.value) == null ? void 0 : _h.hasOwnProperty("button")) && button.value.show ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$d, [
48980
48980
  vue.createElementVNode("a", {
48981
48981
  href: button.value.url,
48982
48982
  class: "inline-flex items-center gap-2 !no-underline px-3 py-2.5 rounded-full shadow-xs text-md font-semibold !text-white bg-brand-600 hover:bg-brand-700 border border-brand-600 text-center cursor-pointer"
@@ -48987,13 +48987,13 @@ ${escapeText(this.code(index, length))}
48987
48987
  ])) : vue.createCommentVNode("", true)
48988
48988
  ])
48989
48989
  ], 2)) : vue.createCommentVNode("", true),
48990
- ((_h = component.value) == null ? void 0 : _h.featured_image) ? (vue.openBlock(), vue.createElementBlock("div", {
48990
+ ((_i = component.value) == null ? void 0 : _i.featured_image) ? (vue.openBlock(), vue.createElementBlock("div", {
48991
48991
  key: 1,
48992
48992
  class: "w-full max-w-[536px] rounded-[24px] overflow-hidden",
48993
48993
  ref_key: "rightColumn",
48994
48994
  ref: rightColumn
48995
48995
  }, [
48996
- ((_i = component.value) == null ? void 0 : _i.source_type) === "video" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$d, [
48996
+ ((_j = component.value) == null ? void 0 : _j.source_type) === "video" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$d, [
48997
48997
  vue.createElementVNode("video", {
48998
48998
  onClick: togglePlayPause,
48999
48999
  preload: "metadata",
@@ -49002,7 +49002,7 @@ ${escapeText(this.code(index, length))}
49002
49002
  class: "h-full w-full object-cover"
49003
49003
  }, [
49004
49004
  vue.createElementVNode("source", {
49005
- src: `${(_j = component.value) == null ? void 0 : _j.featured_image}#t=2`
49005
+ src: `${(_k = component.value) == null ? void 0 : _k.featured_image}#t=2`
49006
49006
  }, null, 8, _hoisted_8$c)
49007
49007
  ], 512),
49008
49008
  !isPlaying.value ? (vue.openBlock(), vue.createBlock(vue.unref(PlayButton), {
@@ -49012,7 +49012,7 @@ ${escapeText(this.code(index, length))}
49012
49012
  })) : vue.createCommentVNode("", true)
49013
49013
  ])) : (vue.openBlock(), vue.createElementBlock("img", {
49014
49014
  key: 1,
49015
- src: (_k = component.value) == null ? void 0 : _k.featured_image,
49015
+ src: (_l = component.value) == null ? void 0 : _l.featured_image,
49016
49016
  alt: "Feature Image",
49017
49017
  class: "w-full h-full object-cover rounded-[24px]"
49018
49018
  }, null, 8, _hoisted_9$c))
@@ -49161,7 +49161,7 @@ ${escapeText(this.code(index, length))}
49161
49161
  }, null, 8, ["icon"])
49162
49162
  ])) : vue.createCommentVNode("", true),
49163
49163
  vue.createElementVNode("div", {
49164
- class: vue.normalizeClass(["max-w-[324px] q-editor", { "max-w-full": (_b2 = featureItemsComponent.value) == null ? void 0 : _b2.has_background }])
49164
+ class: vue.normalizeClass(["max-w-[324px] ql-editor", { "max-w-full": (_b2 = featureItemsComponent.value) == null ? void 0 : _b2.has_background }])
49165
49165
  }, [
49166
49166
  vue.createElementVNode("h3", _hoisted_12$6, vue.toDisplayString(item.title), 1),
49167
49167
  vue.createElementVNode("p", {
@@ -49220,7 +49220,7 @@ ${escapeText(this.code(index, length))}
49220
49220
  class: "text-[24px] mb-6 font-semibold text-navy-800"
49221
49221
  };
49222
49222
  const _hoisted_13$3 = { class: "text-xl font-semibold text-gray-900" };
49223
- const _hoisted_14$3 = { class: "all-unset" };
49223
+ const _hoisted_14$3 = { class: "all-unset ql-editor" };
49224
49224
  const _hoisted_15$3 = ["innerHTML"];
49225
49225
  const _sfc_main$c = {
49226
49226
  __name: "Timeline",
@@ -49943,7 +49943,7 @@ ${escapeText(this.code(index, length))}
49943
49943
  ]),
49944
49944
  show.value[index2] ? (vue.openBlock(), vue.createElementBlock("p", {
49945
49945
  key: 0,
49946
- class: "mt-2 text-gray-600 leading-[24px] all-unset",
49946
+ class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
49947
49947
  innerHTML: link.supporting_text
49948
49948
  }, null, 8, _hoisted_12$3)) : vue.createCommentVNode("", true)
49949
49949
  ]);
@@ -50026,7 +50026,7 @@ ${escapeText(this.code(index, length))}
50026
50026
  ]),
50027
50027
  show.value[index] ? (vue.openBlock(), vue.createElementBlock("p", {
50028
50028
  key: 0,
50029
- class: "mt-2 text-gray-600 leading-[24px] all-unset",
50029
+ class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
50030
50030
  innerHTML: price == null ? void 0 : price.supporting_text
50031
50031
  }, null, 8, _hoisted_10$3)) : vue.createCommentVNode("", true)
50032
50032
  ]);
@@ -50393,7 +50393,7 @@ ${escapeText(this.code(index, length))}
50393
50393
  }), 64))
50394
50394
  ]),
50395
50395
  vue.createElementVNode("h3", {
50396
- class: "font-semibold text-3xl leading-9",
50396
+ class: "font-medium text-3xl leading-[38px]",
50397
50397
  innerHTML: feature.description
50398
50398
  }, null, 8, _hoisted_5$2),
50399
50399
  vue.createElementVNode("p", _hoisted_6$2, vue.toDisplayString(feature.title), 1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcodegroup-au/page-builder",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/page-builder.es.js"
@@ -104,4 +104,7 @@
104
104
  }
105
105
  }
106
106
  }
107
+ .ql-editor {
108
+ @apply p-0;
109
+ }
107
110
  }
@@ -37,7 +37,7 @@
37
37
  </a>
38
38
  </h3>
39
39
  <p
40
- class="text-base font-normal text-gray-600 leading-[24px] multiline-ellipsis"
40
+ class="text-base font-normal text-gray-600 leading-[24px] line-clamp-3"
41
41
  v-html="slide?.description"
42
42
  ></p>
43
43
  <div v-if="slide?.type === 'event'" class="flex gap-2 text-gray-600 mt-6 font-semibold">
@@ -135,7 +135,6 @@ const prevSlide = () => {
135
135
  </script>
136
136
  <style>
137
137
  .multiline-ellipsis {
138
- height: 100%;
139
138
  display: -webkit-box; /* Use a flex-like box model */
140
139
  -webkit-box-orient: vertical; /* Set the box orientation to vertical */
141
140
  overflow: hidden; /* Hide overflowing content */
@@ -19,7 +19,7 @@
19
19
  @click="toggle(index)"></Minus>
20
20
  </span>
21
21
  </a>
22
- <p v-if="show[index]" class="mt-2 text-gray-600 leading-[24px] all-unset"
22
+ <p v-if="show[index]" class="mt-2 text-gray-600 leading-[24px] all-unset ql-editor"
23
23
  v-html="price?.supporting_text"></p>
24
24
  </div>
25
25
  </div>
@@ -43,6 +43,7 @@ import {ref, computed} from "vue";
43
43
  import Plus from "@/assets/img/icons/plus-circle.svg";
44
44
  import Minus from "@/assets/img/icons/minus-circle.svg";
45
45
  import ArrowUpRight from "@/assets/img/icons/arrow-up-right.svg";
46
+ import "quill/dist/quill.snow.css";
46
47
 
47
48
  const props = defineProps({
48
49
  section: {
@@ -20,7 +20,7 @@
20
20
  <Minus v-else class="w-6 h-6 cursor-pointer text-gray-400 hover:text-gray-700" @click="toggle(index)"></Minus>
21
21
  </span>
22
22
  </a>
23
- <p v-if="show[index]" class="mt-2 text-gray-600 leading-[24px] all-unset" v-html="link.supporting_text"></p>
23
+ <p v-if="show[index]" class="mt-2 text-gray-600 leading-[24px] all-unset ql-editor" v-html="link.supporting_text"></p>
24
24
  </div>
25
25
  </div>
26
26
  </div>
@@ -31,6 +31,7 @@
31
31
  import {ref, computed} from "vue";
32
32
  import Plus from "@/assets/img/icons/plus-circle.svg";
33
33
  import Minus from "@/assets/img/icons/minus-circle.svg";
34
+ import "quill/dist/quill.snow.css";
34
35
 
35
36
  const props = defineProps({
36
37
  section: {
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div class="overflow-hidden mt-4">
3
3
  <div class="max-w-[1640px] md:px-[120px] mx-auto w-full pt-4 mb-4 flex gap-16 items-center" :class="{'flex-row-reverse mt-6 !mb-10': section?.revert, 'justify-center': section?.center }">
4
- <div class="max-w-[800px] py-4" :class="{'!max-w-full w-full': section?.is_full_width }" v-if="component?.title || component?.paragraph" ref="leftColumn">
4
+ <div class="max-w-[800px] py-4" :class="{'!max-w-full w-full': section?.is_full_width, '!py-8': component?.featured_image }" v-if="component?.title || component?.paragraph" ref="leftColumn">
5
5
  <h3 class="text-[36px] text-gray-900 font-semibold" v-if="component?.title">
6
6
  {{ component.title }}
7
7
  </h3>
@@ -17,7 +17,7 @@
17
17
  <Star class="w-5 h-5 text-yellow-100"></Star>
18
18
  </template>
19
19
  </span>
20
- <h3 class="font-semibold text-3xl leading-9" v-html="feature.description"></h3>
20
+ <h3 class="font-medium text-3xl leading-[38px]" v-html="feature.description"></h3>
21
21
  <p class="text-gray-600">{{ feature.title }}</p>
22
22
  </article>
23
23
  <div class="h-[480px] w-[560px]">
@@ -23,7 +23,7 @@
23
23
  class="bg-pale-orange-100 p-6 mb-6 rounded-[16px]"
24
24
  >
25
25
  <h4 class="text-xl font-semibold text-gray-900">{{ line.title }}</h4>
26
- <div class="all-unset">
26
+ <div class="all-unset ql-editor">
27
27
  <p v-html="line.description"></p>
28
28
  </div>
29
29
  </div>
@@ -36,6 +36,7 @@
36
36
  </template>
37
37
  <script setup>
38
38
  import {ref, computed} from "vue";
39
+ import "quill/dist/quill.snow.css";
39
40
 
40
41
  const props = defineProps({
41
42
  section: {
@@ -36,7 +36,7 @@
36
36
  class="max-w-[48px] min-w-[48px] w-full h-[48px] 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="max-w-[324px] q-editor" :class="{'max-w-full': featureItemsComponent?.has_background}">
39
+ <div class="max-w-[324px] ql-editor" :class="{'max-w-full': featureItemsComponent?.has_background}">
40
40
  <h3 class="font-semibold text-[20px] text-gray-900">{{ item.title }}</h3>
41
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