@dcodegroup-au/page-builder 0.8.1 → 0.8.3

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.
@@ -894,6 +894,9 @@ select {
894
894
  .mt-6 {
895
895
  margin-top: 1.5rem;
896
896
  }
897
+ .mt-7 {
898
+ margin-top: 1.75rem;
899
+ }
897
900
  .mt-8 {
898
901
  margin-top: 2rem;
899
902
  }
@@ -915,12 +918,6 @@ select {
915
918
  -webkit-box-orient: vertical;
916
919
  -webkit-line-clamp: 4;
917
920
  }
918
- .line-clamp-6 {
919
- overflow: hidden;
920
- display: -webkit-box;
921
- -webkit-box-orient: vertical;
922
- -webkit-line-clamp: 6;
923
- }
924
921
  .\!block {
925
922
  display: block !important;
926
923
  }
@@ -1020,12 +1017,12 @@ select {
1020
1017
  .h-\[48px\] {
1021
1018
  height: 48px;
1022
1019
  }
1020
+ .h-\[494px\] {
1021
+ height: 494px;
1022
+ }
1023
1023
  .h-\[56px\] {
1024
1024
  height: 56px;
1025
1025
  }
1026
- .h-\[614px\] {
1027
- height: 614px;
1028
- }
1029
1026
  .h-\[674px\] {
1030
1027
  height: 674px;
1031
1028
  }
@@ -1255,6 +1252,9 @@ select {
1255
1252
  .transform {
1256
1253
  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));
1257
1254
  }
1255
+ .cursor-default {
1256
+ cursor: default;
1257
+ }
1258
1258
  .cursor-pointer {
1259
1259
  cursor: pointer;
1260
1260
  }
@@ -1388,8 +1388,8 @@ select {
1388
1388
  .rounded-\[20px\] {
1389
1389
  border-radius: 20px;
1390
1390
  }
1391
- .rounded-\[6px\] {
1392
- border-radius: 6px;
1391
+ .rounded-\[24px\] {
1392
+ border-radius: 24px;
1393
1393
  }
1394
1394
  .rounded-\[8px\] {
1395
1395
  border-radius: 8px;
@@ -1465,10 +1465,6 @@ select {
1465
1465
  .border-none {
1466
1466
  border-style: none;
1467
1467
  }
1468
- .border-brand-200 {
1469
- --tw-border-opacity: 1;
1470
- border-color: rgb(217 176 200 / var(--tw-border-opacity, 1));
1471
- }
1472
1468
  .border-brand-300 {
1473
1469
  --tw-border-opacity: 1;
1474
1470
  border-color: rgb(199 138 173 / var(--tw-border-opacity, 1));
@@ -1505,22 +1501,18 @@ select {
1505
1501
  --tw-border-opacity: 1;
1506
1502
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1507
1503
  }
1508
- .border-navy-100 {
1504
+ .border-gray-blue-200 {
1509
1505
  --tw-border-opacity: 1;
1510
- border-color: rgb(169 184 198 / var(--tw-border-opacity, 1));
1506
+ border-color: rgb(213 217 235 / var(--tw-border-opacity, 1));
1511
1507
  }
1512
- .border-navy-200 {
1508
+ .border-navy-100 {
1513
1509
  --tw-border-opacity: 1;
1514
- border-color: rgb(148 166 184 / var(--tw-border-opacity, 1));
1510
+ border-color: rgb(169 184 198 / var(--tw-border-opacity, 1));
1515
1511
  }
1516
1512
  .border-navy-25 {
1517
1513
  --tw-border-opacity: 1;
1518
1514
  border-color: rgb(239 242 245 / var(--tw-border-opacity, 1));
1519
1515
  }
1520
- .border-orange-200 {
1521
- --tw-border-opacity: 1;
1522
- border-color: rgb(249 219 175 / var(--tw-border-opacity, 1));
1523
- }
1524
1516
  .border-transparent {
1525
1517
  border-color: transparent;
1526
1518
  }
@@ -1564,10 +1556,6 @@ select {
1564
1556
  --tw-bg-opacity: 1;
1565
1557
  background-color: rgb(245 239 243 / var(--tw-bg-opacity, 1));
1566
1558
  }
1567
- .bg-brand-50 {
1568
- --tw-bg-opacity: 1;
1569
- background-color: rgb(237 222 231 / var(--tw-bg-opacity, 1));
1570
- }
1571
1559
  .bg-brand-500 {
1572
1560
  --tw-bg-opacity: 1;
1573
1561
  background-color: rgb(169 73 129 / var(--tw-bg-opacity, 1));
@@ -1600,6 +1588,10 @@ select {
1600
1588
  --tw-bg-opacity: 1;
1601
1589
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
1602
1590
  }
1591
+ .bg-gray-blue-50 {
1592
+ --tw-bg-opacity: 1;
1593
+ background-color: rgb(248 249 252 / var(--tw-bg-opacity, 1));
1594
+ }
1603
1595
  .bg-navy-25 {
1604
1596
  --tw-bg-opacity: 1;
1605
1597
  background-color: rgb(239 242 245 / var(--tw-bg-opacity, 1));
@@ -1620,10 +1612,6 @@ select {
1620
1612
  --tw-bg-opacity: 1;
1621
1613
  background-color: rgb(32 62 90 / var(--tw-bg-opacity, 1));
1622
1614
  }
1623
- .bg-orange-50 {
1624
- --tw-bg-opacity: 1;
1625
- background-color: rgb(254 246 238 / var(--tw-bg-opacity, 1));
1626
- }
1627
1615
  .bg-pale-100 {
1628
1616
  --tw-bg-opacity: 1;
1629
1617
  background-color: rgb(251 245 244 / var(--tw-bg-opacity, 1));
@@ -1687,6 +1675,10 @@ select {
1687
1675
  padding-left: 0px;
1688
1676
  padding-right: 0px;
1689
1677
  }
1678
+ .px-1\.5 {
1679
+ padding-left: 0.375rem;
1680
+ padding-right: 0.375rem;
1681
+ }
1690
1682
  .px-12 {
1691
1683
  padding-left: 3rem;
1692
1684
  padding-right: 3rem;
@@ -2034,6 +2026,10 @@ select {
2034
2026
  --tw-text-opacity: 1;
2035
2027
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
2036
2028
  }
2029
+ .text-gray-blue-700 {
2030
+ --tw-text-opacity: 1;
2031
+ color: rgb(54 63 114 / var(--tw-text-opacity, 1));
2032
+ }
2037
2033
  .text-navy-25 {
2038
2034
  --tw-text-opacity: 1;
2039
2035
  color: rgb(239 242 245 / var(--tw-text-opacity, 1));
@@ -2042,18 +2038,10 @@ select {
2042
2038
  --tw-text-opacity: 1;
2043
2039
  color: rgb(223 229 236 / var(--tw-text-opacity, 1));
2044
2040
  }
2045
- .text-navy-700 {
2046
- --tw-text-opacity: 1;
2047
- color: rgb(40 77 112 / var(--tw-text-opacity, 1));
2048
- }
2049
2041
  .text-navy-800 {
2050
2042
  --tw-text-opacity: 1;
2051
2043
  color: rgb(32 62 90 / var(--tw-text-opacity, 1));
2052
2044
  }
2053
- .text-orange-700 {
2054
- --tw-text-opacity: 1;
2055
- color: rgb(185 56 21 / var(--tw-text-opacity, 1));
2056
- }
2057
2045
  .text-success-500 {
2058
2046
  --tw-text-opacity: 1;
2059
2047
  color: rgb(23 178 106 / var(--tw-text-opacity, 1));
@@ -2956,6 +2944,10 @@ select {
2956
2944
 
2957
2945
  @media not all and (min-width: 1024px) {
2958
2946
 
2947
+ .max-lg\:absolute {
2948
+ position: absolute;
2949
+ }
2950
+
2959
2951
  .max-lg\:hidden {
2960
2952
  display: none;
2961
2953
  }
@@ -2975,6 +2967,10 @@ select {
2975
2967
  .max-lg\:pb-6 {
2976
2968
  padding-bottom: 1.5rem;
2977
2969
  }
2970
+
2971
+ .max-lg\:pt-\[55\%\] {
2972
+ padding-top: 55%;
2973
+ }
2978
2974
  }
2979
2975
 
2980
2976
  @media not all and (min-width: 768px) {
@@ -3023,10 +3019,6 @@ select {
3023
3019
  grid-template-columns: auto 20px;
3024
3020
  }
3025
3021
 
3026
- .max-sm\:flex-col {
3027
- flex-direction: column;
3028
- }
3029
-
3030
3022
  .max-sm\:rounded-lg {
3031
3023
  border-radius: 0.5rem;
3032
3024
  }
@@ -3112,6 +3104,11 @@ select {
3112
3104
  padding-right: 1rem;
3113
3105
  }
3114
3106
 
3107
+ .sm\:px-6 {
3108
+ padding-left: 1.5rem;
3109
+ padding-right: 1.5rem;
3110
+ }
3111
+
3115
3112
  .sm\:py-4 {
3116
3113
  padding-top: 1rem;
3117
3114
  padding-bottom: 1rem;
@@ -3871,12 +3868,12 @@ select {
3871
3868
  }
3872
3869
 
3873
3870
 
3874
- .carousel[data-v-29ca6047] {
3871
+ .carousel[data-v-37e27419] {
3875
3872
  margin: 1rem 0;
3876
3873
  flex-direction: column;
3877
3874
  }
3878
3875
  @media not all and (min-width: 1024px) {
3879
- [data-v-29ca6047] .carousel__slide {
3876
+ [data-v-37e27419] .carousel__slide {
3880
3877
  flex-direction: column;
3881
3878
  }
3882
3879
  }
@@ -3898,7 +3895,7 @@ select {
3898
3895
  -webkit-line-clamp: 4; /* Limit the text to 3 lines */
3899
3896
  }
3900
3897
 
3901
- .card[data-v-77dcb437] {
3898
+ .card[data-v-aab1688f] {
3902
3899
  display: flex;
3903
3900
  flex-direction: column;
3904
3901
  align-items: center;
@@ -45235,8 +45235,8 @@ const _hoisted_15$7 = {
45235
45235
  class: "flex flex-col gap-1.5"
45236
45236
  };
45237
45237
  const _hoisted_16$4 = ["onUpdate:modelValue", "maxlength"];
45238
- const _hoisted_17$2 = ["onUpdate:modelValue", "maxlength"];
45239
- const _hoisted_18$2 = { key: 2 };
45238
+ const _hoisted_17$3 = ["onUpdate:modelValue", "maxlength"];
45239
+ const _hoisted_18$3 = { key: 2 };
45240
45240
  const _sfc_main$C = {
45241
45241
  __name: "Links",
45242
45242
  props: {
@@ -45416,7 +45416,7 @@ const _sfc_main$C = {
45416
45416
  maxlength: ((_b2 = componentData.value) == null ? void 0 : _b2.max_title) ?? 200,
45417
45417
  rows: "4",
45418
45418
  class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
45419
- }, null, 8, _hoisted_17$2)), [
45419
+ }, null, 8, _hoisted_17$3)), [
45420
45420
  [vModelText, item.title]
45421
45421
  ]) : createCommentVNode("", true)
45422
45422
  ];
@@ -45436,7 +45436,7 @@ const _sfc_main$C = {
45436
45436
  sites: _ctx.sites,
45437
45437
  forms: __props.forms
45438
45438
  }, null, 8, ["name", "type", "onUpdate:type", "url", "onUpdate:url", "openInNewTab", "onUpdate:openInNewTab", "sites", "forms"])) : createCommentVNode("", true)
45439
- ])) : (openBlock(), createElementBlock("div", _hoisted_18$2, [
45439
+ ])) : (openBlock(), createElementBlock("div", _hoisted_18$3, [
45440
45440
  createVNode(_sfc_main$P, {
45441
45441
  "is-vertical": "",
45442
45442
  field: "image",
@@ -46194,8 +46194,8 @@ const _hoisted_15$6 = {
46194
46194
  class: "mb-4 px-6 py-5 rounded-xl bg-gray-50"
46195
46195
  };
46196
46196
  const _hoisted_16$3 = { class: "flex flex-col gap-1 pt-6 text-gray-600" };
46197
- const _hoisted_17$1 = ["value"];
46198
- const _hoisted_18$1 = {
46197
+ const _hoisted_17$2 = ["value"];
46198
+ const _hoisted_18$2 = {
46199
46199
  key: 1,
46200
46200
  class: "rounded-xl bg-gray-50 px-6 py-5"
46201
46201
  };
@@ -46349,7 +46349,7 @@ const _sfc_main$t = {
46349
46349
  name: "url"
46350
46350
  }, [
46351
46351
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.breadcrumbs, (b) => {
46352
- return openBlock(), createElementBlock("option", { value: b }, toDisplayString(b), 9, _hoisted_17$1);
46352
+ return openBlock(), createElementBlock("option", { value: b }, toDisplayString(b), 9, _hoisted_17$2);
46353
46353
  }), 256))
46354
46354
  ], 512), [
46355
46355
  [vModelSelect, __props.modelValue.breadcrumb]
@@ -46360,7 +46360,7 @@ const _sfc_main$t = {
46360
46360
  _cache[2] || (_cache[2] = createElementVNode("p", null, "This sets the section name shown in the breadcrumb (e.g. Home / Who We Are / Page). Leave blank to skip the section.", -1))
46361
46361
  ])
46362
46362
  ])) : createCommentVNode("", true),
46363
- !unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_18$1, [
46363
+ !unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_18$2, [
46364
46364
  createVNode(Instructions)
46365
46365
  ])) : createCommentVNode("", true),
46366
46366
  (openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), {
@@ -47848,15 +47848,15 @@ const Slide = defineComponent({
47848
47848
  };
47849
47849
  }
47850
47850
  });
47851
- const _hoisted_1$M = { class: "flex h-[614px] sm:h-[550px] md:h-[806px] lg:h-[872px] w-full bg-navy-800 relative rounded-3xl lg:rounded-[48px] z-10" };
47851
+ const _hoisted_1$M = { class: "flex h-[494px] sm:h-[550px] md:h-[806px] lg:h-[872px] w-full bg-navy-800 relative rounded-[24px] lg:rounded-[48px] z-10" };
47852
47852
  const _hoisted_2$m = { class: "flex-1 lg:p-8 px-4 lg:py-4 flex max-lg:flex-col-reverse relative w-full" };
47853
- const _hoisted_3$j = { class: "flex-1 lg:w-1/2 lg:pl-8 lg:pr-16 flex flex-col mt-8 sm:mt-14 lg:mt-[218px]" };
47853
+ const _hoisted_3$j = { class: "flex-1 lg:w-1/2 lg:pl-8 lg:pr-16 flex flex-col mt-7 sm:mt-14 lg:mt-[218px]" };
47854
47854
  const _hoisted_4$j = { class: "gap-2 flex z-10 mb-4" };
47855
47855
  const _hoisted_5$i = ["onClick"];
47856
47856
  const _hoisted_6$i = { class: "text-[30px] lg:text-[48px] font-semibold text-white mb-3 lg:leading-normal leading-[48px]" };
47857
47857
  const _hoisted_7$h = { class: "max-md:flex-1" };
47858
47858
  const _hoisted_8$g = ["innerHTML"];
47859
- const _hoisted_9$g = { class: "flex gap-3 md:mt-8 max-sm:flex-col" };
47859
+ const _hoisted_9$g = { class: "flex gap-3 mt-4 md:mt-8" };
47860
47860
  const _hoisted_10$c = ["href", "target"];
47861
47861
  const _hoisted_11$a = ["href", "target"];
47862
47862
  const _hoisted_12$8 = ["src"];
@@ -47905,14 +47905,14 @@ const _sfc_main$s = {
47905
47905
  createElementVNode("h3", _hoisted_6$i, toDisplayString(slide == null ? void 0 : slide.title), 1),
47906
47906
  createElementVNode("div", _hoisted_7$h, [
47907
47907
  createElementVNode("p", {
47908
- class: "lg:text-lg font-normal text-navy-50 overflow-hidden line-clamp-6 sm:line-clamp-3",
47908
+ class: "lg:text-lg font-normal text-navy-50 overflow-hidden line-clamp-4 sm:line-clamp-3",
47909
47909
  innerHTML: slide == null ? void 0 : slide.description
47910
47910
  }, null, 8, _hoisted_8$g)
47911
47911
  ]),
47912
47912
  createElementVNode("div", _hoisted_9$g, [
47913
47913
  slide.secondary_button.show ? (openBlock(), createElementBlock("a", {
47914
47914
  key: 0,
47915
- class: "text-white text-base font-semibold border border-white px-6 py-2 rounded-full hover:bg-navy-800 hover:opacity-60",
47915
+ class: "text-white text-base font-semibold border border-white px-4 sm:px-6 py-2 rounded-full hover:bg-navy-800 hover:opacity-60",
47916
47916
  href: unref(formatUrl)(slide.secondary_button.url),
47917
47917
  target: slide.secondary_button.open_in_new_tab ? "_blank" : ""
47918
47918
  }, [
@@ -47920,7 +47920,7 @@ const _sfc_main$s = {
47920
47920
  ], 8, _hoisted_10$c)) : createCommentVNode("", true),
47921
47921
  slide.primary_button.show ? (openBlock(), createElementBlock("a", {
47922
47922
  key: 1,
47923
- class: "flex items-center gap-2 text-navy-800 bg-white text-base font-semibold border border-white px-6 py-2 rounded-full hover:bg-navy-50",
47923
+ class: "flex items-center gap-2 text-navy-800 bg-white text-base font-semibold border border-white px-4 sm:px-6 py-2 rounded-full hover:bg-navy-50",
47924
47924
  href: unref(formatUrl)(slide.primary_button.url),
47925
47925
  target: slide.primary_button.open_in_new_tab ? "_blank" : ""
47926
47926
  }, [
@@ -47950,7 +47950,7 @@ const _sfc_main$s = {
47950
47950
  };
47951
47951
  }
47952
47952
  };
47953
- const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-29ca6047"]]);
47953
+ const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-37e27419"]]);
47954
47954
  const _hoisted_1$L = ["target", "href"];
47955
47955
  const _sfc_main$r = {
47956
47956
  __name: "LinkPresenter",
@@ -48459,7 +48459,7 @@ const _hoisted_2$h = {
48459
48459
  const _hoisted_3$g = ["src"];
48460
48460
  const _hoisted_4$g = {
48461
48461
  key: 1,
48462
- class: "flex gap-2"
48462
+ class: "flex gap-2 mb-2"
48463
48463
  };
48464
48464
  const _hoisted_5$g = { class: "mb-2" };
48465
48465
  const _hoisted_6$g = ["href"];
@@ -48568,7 +48568,7 @@ const _sfc_main$j = {
48568
48568
  (openBlock(true), createElementBlock(Fragment, null, renderList(slide.tags, (tag) => {
48569
48569
  return openBlock(), createElementBlock("span", {
48570
48570
  key: tag,
48571
- class: "bg-navy-50 border border-navy-200 text-navy-700 px-2 py-0.5 rounded-[6px] text-sm"
48571
+ class: "border py-0.5 px-1.5 text-xs font-medium bg-gray-blue-50 border-gray-blue-200 text-gray-blue-700 rounded-md"
48572
48572
  }, toDisplayString(tag), 1);
48573
48573
  }), 128))
48574
48574
  ])) : createCommentVNode("", true),
@@ -48711,27 +48711,24 @@ const _hoisted_3$f = {
48711
48711
  const _hoisted_4$f = ["src"];
48712
48712
  const _hoisted_5$f = ["onClick"];
48713
48713
  const _hoisted_6$f = ["src"];
48714
- const _hoisted_7$e = ["src"];
48715
- const _hoisted_8$d = {
48716
- key: 2,
48717
- class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl mb-4",
48718
- alt: "No Available",
48719
- src: _imports_0
48720
- };
48721
- const _hoisted_9$d = { class: "flex flex-col gap-2 items-start text-left w-full" };
48722
- const _hoisted_10$9 = {
48714
+ const _hoisted_7$e = ["href"];
48715
+ const _hoisted_8$d = ["src"];
48716
+ const _hoisted_9$d = ["href"];
48717
+ const _hoisted_10$9 = { class: "flex flex-col gap-2 items-start text-left w-full" };
48718
+ const _hoisted_11$8 = {
48723
48719
  key: 0,
48724
48720
  class: "flex gap-2"
48725
48721
  };
48726
- const _hoisted_11$8 = ["href"];
48727
- const _hoisted_12$6 = { class: "flex justify-between" };
48728
- const _hoisted_13$6 = ["innerHTML"];
48729
- const _hoisted_14$5 = { class: "text-gray-500 text-sm mb-4" };
48730
- const _hoisted_15$4 = {
48722
+ const _hoisted_12$6 = ["href"];
48723
+ const _hoisted_13$6 = ["href"];
48724
+ const _hoisted_14$5 = { class: "flex justify-between" };
48725
+ const _hoisted_15$4 = ["innerHTML"];
48726
+ const _hoisted_16$1 = { class: "text-gray-500 text-sm mb-4" };
48727
+ const _hoisted_17$1 = {
48731
48728
  key: 0,
48732
48729
  class: "flex justify-center"
48733
48730
  };
48734
- const _hoisted_16$1 = ["href", "target"];
48731
+ const _hoisted_18$1 = ["href", "target"];
48735
48732
  const _sfc_main$h = {
48736
48733
  __name: "CollectionGridPresenter",
48737
48734
  props: {
@@ -48815,23 +48812,39 @@ const _sfc_main$h = {
48815
48812
  onClick: ($event) => togglePlayPause(index)
48816
48813
  }, null, 8, ["onClick"])) : createCommentVNode("", true)
48817
48814
  ], 64))
48818
- ])) : card.image ? (openBlock(), createElementBlock("img", {
48815
+ ])) : card.image ? (openBlock(), createElementBlock("a", {
48819
48816
  key: 1,
48820
- src: card.image,
48821
- alt: "Card Image",
48822
- class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl mb-4"
48823
- }, null, 8, _hoisted_7$e)) : (openBlock(), createElementBlock("img", _hoisted_8$d)),
48824
- createElementVNode("div", _hoisted_9$d, [
48825
- card.categories && card.categories.length ? (openBlock(), createElementBlock("div", _hoisted_10$9, [
48817
+ href: (card == null ? void 0 : card.link) ? unref(formatUrl)(card.link) : "javascript:void(0)",
48818
+ class: "mb-4 w-full",
48819
+ target: "_blank",
48820
+ rel: "noopener noreferrer"
48821
+ }, [
48822
+ createElementVNode("img", {
48823
+ src: card.image,
48824
+ alt: "Card Image",
48825
+ class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl"
48826
+ }, null, 8, _hoisted_8$d)
48827
+ ], 8, _hoisted_7$e)) : (openBlock(), createElementBlock("a", {
48828
+ key: 2,
48829
+ href: (card == null ? void 0 : card.link) ? unref(formatUrl)(card.link) : "javascript:void(0)",
48830
+ class: "mb-4 w-full",
48831
+ target: "_blank",
48832
+ rel: "noopener noreferrer"
48833
+ }, _cache[0] || (_cache[0] = [
48834
+ createElementVNode("img", {
48835
+ class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl",
48836
+ alt: "No Available",
48837
+ src: _imports_0
48838
+ }, null, -1)
48839
+ ]), 8, _hoisted_9$d)),
48840
+ createElementVNode("div", _hoisted_10$9, [
48841
+ card.categories && card.categories.length ? (openBlock(), createElementBlock("div", _hoisted_11$8, [
48826
48842
  (openBlock(true), createElementBlock(Fragment, null, renderList(card.categories, (tag) => {
48827
- return openBlock(), createElementBlock("span", {
48843
+ return openBlock(), createElementBlock("a", {
48828
48844
  key: tag,
48829
- class: normalizeClass(["border px-2 py-0.5 rounded-[6px] text-sm", {
48830
- "bg-navy-50 border-navy-200 text-navy-700": tag.style === "navy",
48831
- "bg-brand-50 border-brand-200 text-brand-700": tag.style === "brand",
48832
- "bg-orange-50 border-orange-200 text-orange-700": tag.style === "orange"
48833
- }])
48834
- }, toDisplayString(tag.name), 3);
48845
+ href: tag.link ? unref(formatUrl)(tag.link) : "javascript:void(0)",
48846
+ class: normalizeClass(["border py-0.5 px-1.5 text-xs font-medium bg-gray-blue-50 border-gray-blue-200 text-gray-blue-700 rounded-md", tag.link ? "hover:bg-gray-200" : "cursor-default"])
48847
+ }, toDisplayString(tag.name), 11, _hoisted_12$6);
48835
48848
  }), 128))
48836
48849
  ])) : createCommentVNode("", true),
48837
48850
  (card == null ? void 0 : card.link) ? (openBlock(), createElementBlock("a", {
@@ -48841,20 +48854,20 @@ const _sfc_main$h = {
48841
48854
  target: "_blank",
48842
48855
  rel: "noopener noreferrer"
48843
48856
  }, [
48844
- createElementVNode("div", _hoisted_12$6, [
48857
+ createElementVNode("div", _hoisted_14$5, [
48845
48858
  createElementVNode("span", {
48846
48859
  class: "w-5/6 leading-[28px]",
48847
48860
  innerHTML: card.title
48848
- }, null, 8, _hoisted_13$6),
48861
+ }, null, 8, _hoisted_15$4),
48849
48862
  createVNode(unref(ArrowUpRight), { class: "w-5 h-5 mt-1" })
48850
48863
  ])
48851
- ], 8, _hoisted_11$8)) : createCommentVNode("", true),
48852
- createElementVNode("p", _hoisted_14$5, toDisplayString(card.dateTime), 1)
48864
+ ], 8, _hoisted_13$6)) : createCommentVNode("", true),
48865
+ createElementVNode("p", _hoisted_16$1, toDisplayString(card.dateTime), 1)
48853
48866
  ])
48854
48867
  ]);
48855
48868
  }), 128))
48856
48869
  ]),
48857
- Object.keys(unref(button)).length && ((_b2 = unref(button)) == null ? void 0 : _b2.show) ? (openBlock(), createElementBlock("div", _hoisted_15$4, [
48870
+ Object.keys(unref(button)).length && ((_b2 = unref(button)) == null ? void 0 : _b2.show) ? (openBlock(), createElementBlock("div", _hoisted_17$1, [
48858
48871
  createElementVNode("a", {
48859
48872
  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",
48860
48873
  href: unref(formatUrl)(unref(button).url),
@@ -48862,13 +48875,13 @@ const _sfc_main$h = {
48862
48875
  }, [
48863
48876
  createTextVNode(toDisplayString(unref(button).title) + " ", 1),
48864
48877
  createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
48865
- ], 8, _hoisted_16$1)
48878
+ ], 8, _hoisted_18$1)
48866
48879
  ])) : createCommentVNode("", true)
48867
48880
  ], 2);
48868
48881
  };
48869
48882
  }
48870
48883
  };
48871
- const CollectionGridPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-77dcb437"]]);
48884
+ const CollectionGridPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-aab1688f"]]);
48872
48885
  const _hoisted_1$u = { class: "overflow-hidden" };
48873
48886
  const _sfc_main$g = {
48874
48887
  __name: "CollectionGrid",
@@ -49142,7 +49155,7 @@ const _hoisted_12$5 = ["href", "target"];
49142
49155
  const _hoisted_13$5 = ["src"];
49143
49156
  const _hoisted_14$4 = {
49144
49157
  key: 0,
49145
- class: "w-full md:w-[560px] flex"
49158
+ class: "w-full md:w-[560px] rounded-br-[24px] rounded-tl-[24px] overflow-hidden relative max-lg:pt-[55%]"
49146
49159
  };
49147
49160
  const _hoisted_15$3 = ["src", "alt"];
49148
49161
  const _sfc_main$d = {
@@ -49270,7 +49283,7 @@ const _sfc_main$d = {
49270
49283
  createElementVNode("img", {
49271
49284
  src: imageComponent.value.featured_image,
49272
49285
  alt: ((_d = imageComponent.value) == null ? void 0 : _d.caption) ?? "Image",
49273
- class: "rounded-br-[24px] rounded-tl-[24px] w-full object-cover"
49286
+ class: "w-full h-full object-cover max-lg:absolute inset-0"
49274
49287
  }, null, 8, _hoisted_15$3)
49275
49288
  ])) : createCommentVNode("", true)
49276
49289
  ], 2)
@@ -49643,14 +49656,18 @@ const _sfc_main$9 = {
49643
49656
  createElementVNode("div", {
49644
49657
  class: 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 }])
49645
49658
  }, [
49646
- ((_e = headerComponent.value) == null ? void 0 : _e.featured_image) ? (openBlock(), createElementBlock("img", {
49659
+ ((_e = headerComponent.value) == null ? void 0 : _e.featured_image) ? (openBlock(), createElementBlock("div", {
49647
49660
  key: 0,
49648
- src: (_f = headerComponent.value) == null ? void 0 : _f.featured_image,
49649
- class: "lg:max-w-[480px] w-full object-cover rounded-xl md:rounded-3xl",
49650
49661
  ref_key: "leftColumn",
49651
49662
  ref: leftColumn,
49652
- alt: "Feature"
49653
- }, null, 8, _hoisted_2$8)) : createCommentVNode("", true),
49663
+ class: "w-full lg:max-w-[480px] rounded-xl md:rounded-3xl overflow-hidden shrink-0 relative max-lg:pt-[55%]"
49664
+ }, [
49665
+ createElementVNode("img", {
49666
+ src: (_f = headerComponent.value) == null ? void 0 : _f.featured_image,
49667
+ class: "w-full h-full object-cover max-lg:absolute inset-0",
49668
+ alt: "Feature"
49669
+ }, null, 8, _hoisted_2$8)
49670
+ ], 512)) : createCommentVNode("", true),
49654
49671
  headerComponent.value ? (openBlock(), createElementBlock("div", {
49655
49672
  key: 1,
49656
49673
  class: normalizeClass(["h-fit flex flex-col gap-4 lg:gap-8", { "xl:py-[48px]": (_g = headerComponent.value) == null ? void 0 : _g.featured_image, "[&]:grid lg:grid-cols-2": (_h = section.value) == null ? void 0 : _h.two_column }]),
@@ -45238,8 +45238,8 @@ ${escapeText(this.code(index, length))}
45238
45238
  class: "flex flex-col gap-1.5"
45239
45239
  };
45240
45240
  const _hoisted_16$4 = ["onUpdate:modelValue", "maxlength"];
45241
- const _hoisted_17$2 = ["onUpdate:modelValue", "maxlength"];
45242
- const _hoisted_18$2 = { key: 2 };
45241
+ const _hoisted_17$3 = ["onUpdate:modelValue", "maxlength"];
45242
+ const _hoisted_18$3 = { key: 2 };
45243
45243
  const _sfc_main$C = {
45244
45244
  __name: "Links",
45245
45245
  props: {
@@ -45419,7 +45419,7 @@ ${escapeText(this.code(index, length))}
45419
45419
  maxlength: ((_b2 = componentData.value) == null ? void 0 : _b2.max_title) ?? 200,
45420
45420
  rows: "4",
45421
45421
  class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
45422
- }, null, 8, _hoisted_17$2)), [
45422
+ }, null, 8, _hoisted_17$3)), [
45423
45423
  [vue.vModelText, item.title]
45424
45424
  ]) : vue.createCommentVNode("", true)
45425
45425
  ];
@@ -45439,7 +45439,7 @@ ${escapeText(this.code(index, length))}
45439
45439
  sites: _ctx.sites,
45440
45440
  forms: __props.forms
45441
45441
  }, null, 8, ["name", "type", "onUpdate:type", "url", "onUpdate:url", "openInNewTab", "onUpdate:openInNewTab", "sites", "forms"])) : vue.createCommentVNode("", true)
45442
- ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_18$2, [
45442
+ ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_18$3, [
45443
45443
  vue.createVNode(_sfc_main$P, {
45444
45444
  "is-vertical": "",
45445
45445
  field: "image",
@@ -46197,8 +46197,8 @@ ${escapeText(this.code(index, length))}
46197
46197
  class: "mb-4 px-6 py-5 rounded-xl bg-gray-50"
46198
46198
  };
46199
46199
  const _hoisted_16$3 = { class: "flex flex-col gap-1 pt-6 text-gray-600" };
46200
- const _hoisted_17$1 = ["value"];
46201
- const _hoisted_18$1 = {
46200
+ const _hoisted_17$2 = ["value"];
46201
+ const _hoisted_18$2 = {
46202
46202
  key: 1,
46203
46203
  class: "rounded-xl bg-gray-50 px-6 py-5"
46204
46204
  };
@@ -46352,7 +46352,7 @@ ${escapeText(this.code(index, length))}
46352
46352
  name: "url"
46353
46353
  }, [
46354
46354
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.breadcrumbs, (b) => {
46355
- return vue.openBlock(), vue.createElementBlock("option", { value: b }, vue.toDisplayString(b), 9, _hoisted_17$1);
46355
+ return vue.openBlock(), vue.createElementBlock("option", { value: b }, vue.toDisplayString(b), 9, _hoisted_17$2);
46356
46356
  }), 256))
46357
46357
  ], 512), [
46358
46358
  [vue.vModelSelect, __props.modelValue.breadcrumb]
@@ -46363,7 +46363,7 @@ ${escapeText(this.code(index, length))}
46363
46363
  _cache[2] || (_cache[2] = vue.createElementVNode("p", null, "This sets the section name shown in the breadcrumb (e.g. Home / Who We Are / Page). Leave blank to skip the section.", -1))
46364
46364
  ])
46365
46365
  ])) : vue.createCommentVNode("", true),
46366
- !vue.unref(selected) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_18$1, [
46366
+ !vue.unref(selected) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_18$2, [
46367
46367
  vue.createVNode(Instructions)
46368
46368
  ])) : vue.createCommentVNode("", true),
46369
46369
  (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(currentComponent.value), {
@@ -47851,15 +47851,15 @@ ${escapeText(this.code(index, length))}
47851
47851
  };
47852
47852
  }
47853
47853
  });
47854
- const _hoisted_1$M = { class: "flex h-[614px] sm:h-[550px] md:h-[806px] lg:h-[872px] w-full bg-navy-800 relative rounded-3xl lg:rounded-[48px] z-10" };
47854
+ const _hoisted_1$M = { class: "flex h-[494px] sm:h-[550px] md:h-[806px] lg:h-[872px] w-full bg-navy-800 relative rounded-[24px] lg:rounded-[48px] z-10" };
47855
47855
  const _hoisted_2$m = { class: "flex-1 lg:p-8 px-4 lg:py-4 flex max-lg:flex-col-reverse relative w-full" };
47856
- const _hoisted_3$j = { class: "flex-1 lg:w-1/2 lg:pl-8 lg:pr-16 flex flex-col mt-8 sm:mt-14 lg:mt-[218px]" };
47856
+ const _hoisted_3$j = { class: "flex-1 lg:w-1/2 lg:pl-8 lg:pr-16 flex flex-col mt-7 sm:mt-14 lg:mt-[218px]" };
47857
47857
  const _hoisted_4$j = { class: "gap-2 flex z-10 mb-4" };
47858
47858
  const _hoisted_5$i = ["onClick"];
47859
47859
  const _hoisted_6$i = { class: "text-[30px] lg:text-[48px] font-semibold text-white mb-3 lg:leading-normal leading-[48px]" };
47860
47860
  const _hoisted_7$h = { class: "max-md:flex-1" };
47861
47861
  const _hoisted_8$g = ["innerHTML"];
47862
- const _hoisted_9$g = { class: "flex gap-3 md:mt-8 max-sm:flex-col" };
47862
+ const _hoisted_9$g = { class: "flex gap-3 mt-4 md:mt-8" };
47863
47863
  const _hoisted_10$c = ["href", "target"];
47864
47864
  const _hoisted_11$a = ["href", "target"];
47865
47865
  const _hoisted_12$8 = ["src"];
@@ -47908,14 +47908,14 @@ ${escapeText(this.code(index, length))}
47908
47908
  vue.createElementVNode("h3", _hoisted_6$i, vue.toDisplayString(slide == null ? void 0 : slide.title), 1),
47909
47909
  vue.createElementVNode("div", _hoisted_7$h, [
47910
47910
  vue.createElementVNode("p", {
47911
- class: "lg:text-lg font-normal text-navy-50 overflow-hidden line-clamp-6 sm:line-clamp-3",
47911
+ class: "lg:text-lg font-normal text-navy-50 overflow-hidden line-clamp-4 sm:line-clamp-3",
47912
47912
  innerHTML: slide == null ? void 0 : slide.description
47913
47913
  }, null, 8, _hoisted_8$g)
47914
47914
  ]),
47915
47915
  vue.createElementVNode("div", _hoisted_9$g, [
47916
47916
  slide.secondary_button.show ? (vue.openBlock(), vue.createElementBlock("a", {
47917
47917
  key: 0,
47918
- class: "text-white text-base font-semibold border border-white px-6 py-2 rounded-full hover:bg-navy-800 hover:opacity-60",
47918
+ class: "text-white text-base font-semibold border border-white px-4 sm:px-6 py-2 rounded-full hover:bg-navy-800 hover:opacity-60",
47919
47919
  href: vue.unref(formatUrl)(slide.secondary_button.url),
47920
47920
  target: slide.secondary_button.open_in_new_tab ? "_blank" : ""
47921
47921
  }, [
@@ -47923,7 +47923,7 @@ ${escapeText(this.code(index, length))}
47923
47923
  ], 8, _hoisted_10$c)) : vue.createCommentVNode("", true),
47924
47924
  slide.primary_button.show ? (vue.openBlock(), vue.createElementBlock("a", {
47925
47925
  key: 1,
47926
- class: "flex items-center gap-2 text-navy-800 bg-white text-base font-semibold border border-white px-6 py-2 rounded-full hover:bg-navy-50",
47926
+ class: "flex items-center gap-2 text-navy-800 bg-white text-base font-semibold border border-white px-4 sm:px-6 py-2 rounded-full hover:bg-navy-50",
47927
47927
  href: vue.unref(formatUrl)(slide.primary_button.url),
47928
47928
  target: slide.primary_button.open_in_new_tab ? "_blank" : ""
47929
47929
  }, [
@@ -47953,7 +47953,7 @@ ${escapeText(this.code(index, length))}
47953
47953
  };
47954
47954
  }
47955
47955
  };
47956
- const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-29ca6047"]]);
47956
+ const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-37e27419"]]);
47957
47957
  const _hoisted_1$L = ["target", "href"];
47958
47958
  const _sfc_main$r = {
47959
47959
  __name: "LinkPresenter",
@@ -48462,7 +48462,7 @@ ${escapeText(this.code(index, length))}
48462
48462
  const _hoisted_3$g = ["src"];
48463
48463
  const _hoisted_4$g = {
48464
48464
  key: 1,
48465
- class: "flex gap-2"
48465
+ class: "flex gap-2 mb-2"
48466
48466
  };
48467
48467
  const _hoisted_5$g = { class: "mb-2" };
48468
48468
  const _hoisted_6$g = ["href"];
@@ -48571,7 +48571,7 @@ ${escapeText(this.code(index, length))}
48571
48571
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(slide.tags, (tag) => {
48572
48572
  return vue.openBlock(), vue.createElementBlock("span", {
48573
48573
  key: tag,
48574
- class: "bg-navy-50 border border-navy-200 text-navy-700 px-2 py-0.5 rounded-[6px] text-sm"
48574
+ class: "border py-0.5 px-1.5 text-xs font-medium bg-gray-blue-50 border-gray-blue-200 text-gray-blue-700 rounded-md"
48575
48575
  }, vue.toDisplayString(tag), 1);
48576
48576
  }), 128))
48577
48577
  ])) : vue.createCommentVNode("", true),
@@ -48714,27 +48714,24 @@ ${escapeText(this.code(index, length))}
48714
48714
  const _hoisted_4$f = ["src"];
48715
48715
  const _hoisted_5$f = ["onClick"];
48716
48716
  const _hoisted_6$f = ["src"];
48717
- const _hoisted_7$e = ["src"];
48718
- const _hoisted_8$d = {
48719
- key: 2,
48720
- class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl mb-4",
48721
- alt: "No Available",
48722
- src: _imports_0
48723
- };
48724
- const _hoisted_9$d = { class: "flex flex-col gap-2 items-start text-left w-full" };
48725
- const _hoisted_10$9 = {
48717
+ const _hoisted_7$e = ["href"];
48718
+ const _hoisted_8$d = ["src"];
48719
+ const _hoisted_9$d = ["href"];
48720
+ const _hoisted_10$9 = { class: "flex flex-col gap-2 items-start text-left w-full" };
48721
+ const _hoisted_11$8 = {
48726
48722
  key: 0,
48727
48723
  class: "flex gap-2"
48728
48724
  };
48729
- const _hoisted_11$8 = ["href"];
48730
- const _hoisted_12$6 = { class: "flex justify-between" };
48731
- const _hoisted_13$6 = ["innerHTML"];
48732
- const _hoisted_14$5 = { class: "text-gray-500 text-sm mb-4" };
48733
- const _hoisted_15$4 = {
48725
+ const _hoisted_12$6 = ["href"];
48726
+ const _hoisted_13$6 = ["href"];
48727
+ const _hoisted_14$5 = { class: "flex justify-between" };
48728
+ const _hoisted_15$4 = ["innerHTML"];
48729
+ const _hoisted_16$1 = { class: "text-gray-500 text-sm mb-4" };
48730
+ const _hoisted_17$1 = {
48734
48731
  key: 0,
48735
48732
  class: "flex justify-center"
48736
48733
  };
48737
- const _hoisted_16$1 = ["href", "target"];
48734
+ const _hoisted_18$1 = ["href", "target"];
48738
48735
  const _sfc_main$h = {
48739
48736
  __name: "CollectionGridPresenter",
48740
48737
  props: {
@@ -48818,23 +48815,39 @@ ${escapeText(this.code(index, length))}
48818
48815
  onClick: ($event) => togglePlayPause(index)
48819
48816
  }, null, 8, ["onClick"])) : vue.createCommentVNode("", true)
48820
48817
  ], 64))
48821
- ])) : card.image ? (vue.openBlock(), vue.createElementBlock("img", {
48818
+ ])) : card.image ? (vue.openBlock(), vue.createElementBlock("a", {
48822
48819
  key: 1,
48823
- src: card.image,
48824
- alt: "Card Image",
48825
- class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl mb-4"
48826
- }, null, 8, _hoisted_7$e)) : (vue.openBlock(), vue.createElementBlock("img", _hoisted_8$d)),
48827
- vue.createElementVNode("div", _hoisted_9$d, [
48828
- card.categories && card.categories.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$9, [
48820
+ href: (card == null ? void 0 : card.link) ? vue.unref(formatUrl)(card.link) : "javascript:void(0)",
48821
+ class: "mb-4 w-full",
48822
+ target: "_blank",
48823
+ rel: "noopener noreferrer"
48824
+ }, [
48825
+ vue.createElementVNode("img", {
48826
+ src: card.image,
48827
+ alt: "Card Image",
48828
+ class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl"
48829
+ }, null, 8, _hoisted_8$d)
48830
+ ], 8, _hoisted_7$e)) : (vue.openBlock(), vue.createElementBlock("a", {
48831
+ key: 2,
48832
+ href: (card == null ? void 0 : card.link) ? vue.unref(formatUrl)(card.link) : "javascript:void(0)",
48833
+ class: "mb-4 w-full",
48834
+ target: "_blank",
48835
+ rel: "noopener noreferrer"
48836
+ }, _cache[0] || (_cache[0] = [
48837
+ vue.createElementVNode("img", {
48838
+ class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl",
48839
+ alt: "No Available",
48840
+ src: _imports_0
48841
+ }, null, -1)
48842
+ ]), 8, _hoisted_9$d)),
48843
+ vue.createElementVNode("div", _hoisted_10$9, [
48844
+ card.categories && card.categories.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_11$8, [
48829
48845
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(card.categories, (tag) => {
48830
- return vue.openBlock(), vue.createElementBlock("span", {
48846
+ return vue.openBlock(), vue.createElementBlock("a", {
48831
48847
  key: tag,
48832
- class: vue.normalizeClass(["border px-2 py-0.5 rounded-[6px] text-sm", {
48833
- "bg-navy-50 border-navy-200 text-navy-700": tag.style === "navy",
48834
- "bg-brand-50 border-brand-200 text-brand-700": tag.style === "brand",
48835
- "bg-orange-50 border-orange-200 text-orange-700": tag.style === "orange"
48836
- }])
48837
- }, vue.toDisplayString(tag.name), 3);
48848
+ href: tag.link ? vue.unref(formatUrl)(tag.link) : "javascript:void(0)",
48849
+ class: vue.normalizeClass(["border py-0.5 px-1.5 text-xs font-medium bg-gray-blue-50 border-gray-blue-200 text-gray-blue-700 rounded-md", tag.link ? "hover:bg-gray-200" : "cursor-default"])
48850
+ }, vue.toDisplayString(tag.name), 11, _hoisted_12$6);
48838
48851
  }), 128))
48839
48852
  ])) : vue.createCommentVNode("", true),
48840
48853
  (card == null ? void 0 : card.link) ? (vue.openBlock(), vue.createElementBlock("a", {
@@ -48844,20 +48857,20 @@ ${escapeText(this.code(index, length))}
48844
48857
  target: "_blank",
48845
48858
  rel: "noopener noreferrer"
48846
48859
  }, [
48847
- vue.createElementVNode("div", _hoisted_12$6, [
48860
+ vue.createElementVNode("div", _hoisted_14$5, [
48848
48861
  vue.createElementVNode("span", {
48849
48862
  class: "w-5/6 leading-[28px]",
48850
48863
  innerHTML: card.title
48851
- }, null, 8, _hoisted_13$6),
48864
+ }, null, 8, _hoisted_15$4),
48852
48865
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5 mt-1" })
48853
48866
  ])
48854
- ], 8, _hoisted_11$8)) : vue.createCommentVNode("", true),
48855
- vue.createElementVNode("p", _hoisted_14$5, vue.toDisplayString(card.dateTime), 1)
48867
+ ], 8, _hoisted_13$6)) : vue.createCommentVNode("", true),
48868
+ vue.createElementVNode("p", _hoisted_16$1, vue.toDisplayString(card.dateTime), 1)
48856
48869
  ])
48857
48870
  ]);
48858
48871
  }), 128))
48859
48872
  ]),
48860
- Object.keys(vue.unref(button)).length && ((_b2 = vue.unref(button)) == null ? void 0 : _b2.show) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$4, [
48873
+ Object.keys(vue.unref(button)).length && ((_b2 = vue.unref(button)) == null ? void 0 : _b2.show) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_17$1, [
48861
48874
  vue.createElementVNode("a", {
48862
48875
  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",
48863
48876
  href: vue.unref(formatUrl)(vue.unref(button).url),
@@ -48865,13 +48878,13 @@ ${escapeText(this.code(index, length))}
48865
48878
  }, [
48866
48879
  vue.createTextVNode(vue.toDisplayString(vue.unref(button).title) + " ", 1),
48867
48880
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
48868
- ], 8, _hoisted_16$1)
48881
+ ], 8, _hoisted_18$1)
48869
48882
  ])) : vue.createCommentVNode("", true)
48870
48883
  ], 2);
48871
48884
  };
48872
48885
  }
48873
48886
  };
48874
- const CollectionGridPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-77dcb437"]]);
48887
+ const CollectionGridPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-aab1688f"]]);
48875
48888
  const _hoisted_1$u = { class: "overflow-hidden" };
48876
48889
  const _sfc_main$g = {
48877
48890
  __name: "CollectionGrid",
@@ -49145,7 +49158,7 @@ ${escapeText(this.code(index, length))}
49145
49158
  const _hoisted_13$5 = ["src"];
49146
49159
  const _hoisted_14$4 = {
49147
49160
  key: 0,
49148
- class: "w-full md:w-[560px] flex"
49161
+ class: "w-full md:w-[560px] rounded-br-[24px] rounded-tl-[24px] overflow-hidden relative max-lg:pt-[55%]"
49149
49162
  };
49150
49163
  const _hoisted_15$3 = ["src", "alt"];
49151
49164
  const _sfc_main$d = {
@@ -49273,7 +49286,7 @@ ${escapeText(this.code(index, length))}
49273
49286
  vue.createElementVNode("img", {
49274
49287
  src: imageComponent.value.featured_image,
49275
49288
  alt: ((_d = imageComponent.value) == null ? void 0 : _d.caption) ?? "Image",
49276
- class: "rounded-br-[24px] rounded-tl-[24px] w-full object-cover"
49289
+ class: "w-full h-full object-cover max-lg:absolute inset-0"
49277
49290
  }, null, 8, _hoisted_15$3)
49278
49291
  ])) : vue.createCommentVNode("", true)
49279
49292
  ], 2)
@@ -49646,14 +49659,18 @@ ${escapeText(this.code(index, length))}
49646
49659
  vue.createElementVNode("div", {
49647
49660
  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 }])
49648
49661
  }, [
49649
- ((_e = headerComponent.value) == null ? void 0 : _e.featured_image) ? (vue.openBlock(), vue.createElementBlock("img", {
49662
+ ((_e = headerComponent.value) == null ? void 0 : _e.featured_image) ? (vue.openBlock(), vue.createElementBlock("div", {
49650
49663
  key: 0,
49651
- src: (_f = headerComponent.value) == null ? void 0 : _f.featured_image,
49652
- class: "lg:max-w-[480px] w-full object-cover rounded-xl md:rounded-3xl",
49653
49664
  ref_key: "leftColumn",
49654
49665
  ref: leftColumn,
49655
- alt: "Feature"
49656
- }, null, 8, _hoisted_2$8)) : vue.createCommentVNode("", true),
49666
+ class: "w-full lg:max-w-[480px] rounded-xl md:rounded-3xl overflow-hidden shrink-0 relative max-lg:pt-[55%]"
49667
+ }, [
49668
+ vue.createElementVNode("img", {
49669
+ src: (_f = headerComponent.value) == null ? void 0 : _f.featured_image,
49670
+ class: "w-full h-full object-cover max-lg:absolute inset-0",
49671
+ alt: "Feature"
49672
+ }, null, 8, _hoisted_2$8)
49673
+ ], 512)) : vue.createCommentVNode("", true),
49657
49674
  headerComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49658
49675
  key: 1,
49659
49676
  class: vue.normalizeClass(["h-fit flex flex-col gap-4 lg:gap-8", { "xl:py-[48px]": (_g = headerComponent.value) == null ? void 0 : _g.featured_image, "[&]:grid lg:grid-cols-2": (_h = section.value) == null ? void 0 : _h.two_column }]),
@@ -79,7 +79,7 @@ export const AboutUs = {
79
79
  type: "header",
80
80
  title: "Support Services",
81
81
  icon: "AlertCircle",
82
- featured_image: "https://beta-public.elaa.org.au/fileman/Page Builder/untitled-design-30.png"
82
+ featured_image: "https://beta-public.elaa.org.au/fileman/Page Builder/kinglakeselects-final-02684.jpg"
83
83
  },
84
84
  {
85
85
  name: "Bullet Points",
@@ -127,4 +127,4 @@ export const AboutUs = {
127
127
  ]
128
128
  },
129
129
  ]
130
- };
130
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcodegroup-au/page-builder",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/page-builder.es.js"
@@ -20,11 +20,11 @@
20
20
  class="rounded-[8px] h-[220px] w-full object-cover"
21
21
  />
22
22
  </div>
23
- <div v-if="slide.tags && slide.tags.length" class="flex gap-2">
23
+ <div v-if="slide.tags && slide.tags.length" class="flex gap-2 mb-2">
24
24
  <span
25
25
  v-for="tag in slide.tags"
26
26
  :key="tag"
27
- class="bg-navy-50 border border-navy-200 text-navy-700 px-2 py-0.5 rounded-[6px] text-sm"
27
+ class="border py-0.5 px-1.5 text-xs font-medium bg-gray-blue-50 border-gray-blue-200 text-gray-blue-700 rounded-md"
28
28
  >
29
29
  {{ tag }}
30
30
  </span>
@@ -31,27 +31,33 @@
31
31
  </PlayButton>
32
32
  </template>
33
33
  </div>
34
- <img
35
- v-else-if="card.image"
36
- :src="card.image"
37
- alt="Card Image"
38
- class="w-full h-[281px] object-cover rounded-lg md:rounded-2xl mb-4"
39
- />
40
- <img v-else class="w-full h-[281px] object-cover rounded-lg md:rounded-2xl mb-4" alt="No Available" src="@/assets/img/no_image_available.jpeg">
34
+ <a v-else-if="card.image"
35
+ :href="card?.link ? formatUrl(card.link) : 'javascript:void(0)'"
36
+ class="mb-4 w-full"
37
+ target="_blank"
38
+ rel="noopener noreferrer"
39
+ >
40
+ <img :src="card.image" alt="Card Image" class="w-full h-[281px] object-cover rounded-lg md:rounded-2xl" />
41
+ </a>
42
+ <a v-else
43
+ :href="card?.link ? formatUrl(card.link) : 'javascript:void(0)'"
44
+ class="mb-4 w-full"
45
+ target="_blank"
46
+ rel="noopener noreferrer"
47
+ >
48
+ <img class="w-full h-[281px] object-cover rounded-lg md:rounded-2xl" alt="No Available" src="@/assets/img/no_image_available.jpeg">
49
+ </a>
41
50
  <div class="flex flex-col gap-2 items-start text-left w-full">
42
51
  <div v-if="card.categories && card.categories.length" class="flex gap-2">
43
- <span
52
+ <a
44
53
  v-for="tag in card.categories"
45
54
  :key="tag"
46
- class="border px-2 py-0.5 rounded-[6px] text-sm"
47
- :class="{
48
- 'bg-navy-50 border-navy-200 text-navy-700': tag.style === 'navy',
49
- 'bg-brand-50 border-brand-200 text-brand-700': tag.style === 'brand',
50
- 'bg-orange-50 border-orange-200 text-orange-700': tag.style === 'orange',
51
- }"
55
+ :href="tag.link ? formatUrl(tag.link) : 'javascript:void(0)'"
56
+ class="border py-0.5 px-1.5 text-xs font-medium bg-gray-blue-50 border-gray-blue-200 text-gray-blue-700 rounded-md"
57
+ :class="tag.link ? 'hover:bg-gray-200' : 'cursor-default'"
52
58
  >
53
59
  {{ tag.name }}
54
- </span>
60
+ </a>
55
61
  </div>
56
62
  <a
57
63
  v-if="card?.link"
@@ -1,9 +1,9 @@
1
1
  <template>
2
- <div class="flex h-[614px] sm:h-[550px] md:h-[806px] lg:h-[872px] w-full bg-navy-800 relative rounded-3xl lg:rounded-[48px] z-10">
2
+ <div class="flex h-[494px] sm:h-[550px] md:h-[806px] lg:h-[872px] w-full bg-navy-800 relative rounded-[24px] lg:rounded-[48px] z-10">
3
3
  <Carousel :items-to-show="1" v-model="currentSlide" :autoplay="5000" class="carousel w-full" :wrap-around="true">
4
4
  <Slide v-for="(slide, index) in slides" :key="index">
5
5
  <div class="flex-1 lg:p-8 px-4 lg:py-4 flex max-lg:flex-col-reverse relative w-full">
6
- <div class="flex-1 lg:w-1/2 lg:pl-8 lg:pr-16 flex flex-col mt-8 sm:mt-14 lg:mt-[218px]">
6
+ <div class="flex-1 lg:w-1/2 lg:pl-8 lg:pr-16 flex flex-col mt-7 sm:mt-14 lg:mt-[218px]">
7
7
  <div class="gap-2 flex z-10 mb-4">
8
8
  <a v-if="slides.length > 1"
9
9
  v-for="(slide, index) in slides"
@@ -12,16 +12,16 @@
12
12
  </div>
13
13
  <h3 class="text-[30px] lg:text-[48px] font-semibold text-white mb-3 lg:leading-normal leading-[48px]">{{ slide?.title }}</h3>
14
14
  <div class="max-md:flex-1">
15
- <p class="lg:text-lg font-normal text-navy-50 overflow-hidden line-clamp-6 sm:line-clamp-3" v-html="slide?.description"></p>
15
+ <p class="lg:text-lg font-normal text-navy-50 overflow-hidden line-clamp-4 sm:line-clamp-3" v-html="slide?.description"></p>
16
16
  </div>
17
- <div class="flex gap-3 md:mt-8 max-sm:flex-col">
18
- <a class="text-white text-base font-semibold border border-white px-6 py-2 rounded-full hover:bg-navy-800 hover:opacity-60"
17
+ <div class="flex gap-3 mt-4 md:mt-8">
18
+ <a class="text-white text-base font-semibold border border-white px-4 sm:px-6 py-2 rounded-full hover:bg-navy-800 hover:opacity-60"
19
19
  :href="formatUrl(slide.secondary_button.url)"
20
20
  v-if="slide.secondary_button.show"
21
21
  :target="slide.secondary_button.open_in_new_tab ? '_blank' : ''">
22
22
  <span>{{ slide.secondary_button.label }}</span>
23
23
  </a>
24
- <a class=" flex items-center gap-2 text-navy-800 bg-white text-base font-semibold border border-white px-6 py-2 rounded-full hover:bg-navy-50"
24
+ <a class=" flex items-center gap-2 text-navy-800 bg-white text-base font-semibold border border-white px-4 sm:px-6 py-2 rounded-full hover:bg-navy-50"
25
25
  :href="formatUrl(slide.primary_button.url)"
26
26
  v-if="slide.primary_button.show"
27
27
  :target="slide.primary_button.open_in_new_tab ? '_blank' : ''">
@@ -3,11 +3,14 @@
3
3
  <div :class="{'bg-gray-50 py-2 my-6' : section?.has_background, 'my-8': section?.margin}">
4
4
  <div class="pb-container my-[40px]"
5
5
  :class="{'flex gap-8 flex-col lg:flex-row': headerComponent?.featured_image, 'flex-col-reverse lg:flex-row-reverse justify-between': headerComponent?.revert}">
6
- <img v-if="headerComponent?.featured_image"
7
- :src="headerComponent?.featured_image"
8
- class="lg:max-w-[480px] w-full object-cover rounded-xl md:rounded-3xl"
6
+ <div v-if="headerComponent?.featured_image"
9
7
  ref="leftColumn"
10
- alt="Feature"/>
8
+ class="w-full lg:max-w-[480px] rounded-xl md:rounded-3xl overflow-hidden shrink-0 relative max-lg:pt-[55%]"
9
+ >
10
+ <img :src="headerComponent?.featured_image"
11
+ class="w-full h-full object-cover max-lg:absolute inset-0"
12
+ alt="Feature"/>
13
+ </div>
11
14
  <div v-if="headerComponent" class="h-fit flex flex-col gap-4 lg:gap-8" :class="{'xl:py-[48px]': headerComponent?.featured_image, '[&]:grid lg:grid-cols-2': section?.two_column}"
12
15
  ref="rightColumn">
13
16
  <div>
@@ -65,4 +68,4 @@ onMounted(() => {
65
68
  leftColumn.value.style.height = `${rightColumn.value.offsetHeight}px`;
66
69
  }
67
70
  });
68
- </script>
71
+ </script>
@@ -52,9 +52,9 @@
52
52
  <img v-else :src="item.image" alt="Feature Image" class="w-full h-full object-cover"/>
53
53
  </div>
54
54
  </div>
55
- <div v-if="imageComponent" class="w-full md:w-[560px] flex">
55
+ <div v-if="imageComponent" class="w-full md:w-[560px] rounded-br-[24px] rounded-tl-[24px] overflow-hidden relative max-lg:pt-[55%]">
56
56
  <img :src="imageComponent.featured_image" :alt="imageComponent?.caption ?? 'Image'"
57
- class="rounded-br-[24px] rounded-tl-[24px] w-full object-cover" />
57
+ class="w-full h-full object-cover max-lg:absolute inset-0" />
58
58
  </div>
59
59
  </div>
60
60
  </div>
@@ -107,4 +107,4 @@ const items = computed(() => {
107
107
  });
108
108
  });
109
109
 
110
- </script>
110
+ </script>
@@ -78,12 +78,26 @@ module.exports = {
78
78
  },
79
79
  yellow: {
80
80
  100: '#DAAA00',
81
- }
81
+ },
82
+ "gray-blue": {
83
+ 25: "#FCFCFD",
84
+ 50: "#F8F9FC",
85
+ 100: "#EAECF5",
86
+ 200: "#D5D9EB",
87
+ 300: "#B3B8DB",
88
+ 400: "#717BBC",
89
+ 500: "#4E5BA6",
90
+ 600: "#3E4784",
91
+ 700: "#363F72",
92
+ 800: "#293056",
93
+ 900: "#101323",
94
+ 950: "#0D0F1C",
95
+ },
82
96
  },
83
97
  },
84
98
  },
85
99
  safelist: [
86
- "md:grid-cols-2",
100
+ "md:grid-cols-2", "bg-gray-blue-50", "border-gray-blue-200", "text-gray-blue-700"
87
101
  ],
88
102
  plugins: [require("@tailwindcss/forms"), require("@tailwindcss/typography")],
89
103
  };