@dcodegroup-au/page-builder 0.6.3 → 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,11 +922,11 @@ select {
922
922
  .mt-\[40px\] {
923
923
  margin-top: 40px;
924
924
  }
925
- .line-clamp-6 {
925
+ .line-clamp-3 {
926
926
  overflow: hidden;
927
927
  display: -webkit-box;
928
928
  -webkit-box-orient: vertical;
929
- -webkit-line-clamp: 6;
929
+ -webkit-line-clamp: 3;
930
930
  }
931
931
  .\!block {
932
932
  display: block !important;
@@ -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] line-clamp-6",
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, [
@@ -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] line-clamp-6",
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, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcodegroup-au/page-builder",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/page-builder.es.js"
@@ -37,7 +37,7 @@
37
37
  </a>
38
38
  </h3>
39
39
  <p
40
- class="text-base font-normal text-gray-600 leading-[24px] line-clamp-6"
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">