@visitscotland/component-library 4.14.0 → 4.16.0

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.
Files changed (35) hide show
  1. package/dist/client/manifest.json +92 -163
  2. package/dist/client/scripts/{631e11020ec46983d69f.js → 15c2d1d184277c047af6.js} +1 -1
  3. package/dist/client/scripts/5470b4c1534a914372e0.js +1 -0
  4. package/dist/client/scripts/{1dff873fc4ae2fd57b3a.js → 555732ce2d102a46aa59.js} +1 -1
  5. package/dist/client/scripts/7c38ef0be7d1885516af.js +1 -0
  6. package/dist/client/scripts/928db03650de19b76864.js +1 -0
  7. package/dist/client/scripts/{af644b6a04d970585db0.js → cabf725209a64f20f833.js} +1 -1
  8. package/dist/client/styles/928db03650de19b76864.css +1 -0
  9. package/dist/components/components/global-menu/GlobalMenu.vue.d.ts +0 -1223
  10. package/dist/components/components/global-menu/index.d.ts +0 -4
  11. package/dist/components/components/tabs/components/TabItem.vue.d.ts +20 -1
  12. package/dist/components/utils/data-layer-templates.d.ts +1 -0
  13. package/dist/components/vs-component-library.css +1 -1
  14. package/dist/components/vs-component-library.js +9 -9
  15. package/dist/components/vs-component-library.mjs +319 -419
  16. package/dist/ssr/index.js +1 -1
  17. package/dist/ssr/manifest.json +1 -1
  18. package/dist/ssr/styles/{cd04a669da937353cd50.css → 502348472ab488bc21f8.css} +1 -3
  19. package/package.json +1 -1
  20. package/dist/client/scripts/36f9f7b498a47978ed46.js +0 -1
  21. package/dist/client/scripts/4992ecb311d9a13a34ec.js +0 -1
  22. package/dist/client/scripts/76d4a3208f24e16fa8dc.js +0 -1
  23. package/dist/client/scripts/7d558de1157009ef00f7.js +0 -1
  24. package/dist/client/scripts/96576677cd46e36d4ca5.js +0 -1
  25. package/dist/client/scripts/9f5be1d689eea0ada38a.js +0 -1
  26. package/dist/client/scripts/e8c12fd53d33adbc7857.js +0 -1
  27. package/dist/client/styles/4992ecb311d9a13a34ec.css +0 -1
  28. package/dist/client/styles/76d4a3208f24e16fa8dc.css +0 -1
  29. package/dist/client/styles/7d558de1157009ef00f7.css +0 -1
  30. package/dist/components/components/global-menu/components/GlobalMenuDropdown.vue.d.ts +0 -1177
  31. package/dist/components/components/global-menu/components/GlobalMenuList.vue.d.ts +0 -64
  32. /package/dist/client/styles/{631e11020ec46983d69f.css → 15c2d1d184277c047af6.css} +0 -0
  33. /package/dist/client/styles/{96576677cd46e36d4ca5.css → 5470b4c1534a914372e0.css} +0 -0
  34. /package/dist/client/styles/{1dff873fc4ae2fd57b3a.css → 555732ce2d102a46aa59.css} +0 -0
  35. /package/dist/client/styles/{af644b6a04d970585db0.css → cabf725209a64f20f833.css} +0 -0
@@ -9,7 +9,7 @@ const _export_sfc = (e, n) => {
9
9
  for (const [a, r] of n)
10
10
  t[a] = r;
11
11
  return t;
12
- }, _sfc_main$2u = {
12
+ }, _sfc_main$2s = {
13
13
  name: "VsAccordion",
14
14
  status: "prototype",
15
15
  release: "0.0.1",
@@ -32,16 +32,16 @@ const _export_sfc = (e, n) => {
32
32
  validator: (e) => e.match(/(xs|sm|md|lg|xl|xxl)/)
33
33
  }
34
34
  }
35
- }, _hoisted_1$1R = {
35
+ }, _hoisted_1$1Q = {
36
36
  class: "vs-accordion",
37
37
  "data-test": "vs-accordion"
38
38
  };
39
- function _sfc_render$2g(e, n, t, a, r, o) {
40
- return openBlock(), createElementBlock("div", _hoisted_1$1R, [
39
+ function _sfc_render$2e(e, n, t, a, r, o) {
40
+ return openBlock(), createElementBlock("div", _hoisted_1$1Q, [
41
41
  renderSlot(e.$slots, "default")
42
42
  ]);
43
43
  }
44
- const VsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$2u, [["render", _sfc_render$2g]]), _sfc_main$2t = {
44
+ const VsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$2s, [["render", _sfc_render$2e]]), _sfc_main$2r = {
45
45
  name: "VsIcon",
46
46
  status: "prototype",
47
47
  release: "0.1.0",
@@ -249,7 +249,7 @@ const VsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$2u, [["render", _sfc_r
249
249
  }
250
250
  }
251
251
  };
252
- function _sfc_render$2f(e, n, t, a, r, o) {
252
+ function _sfc_render$2d(e, n, t, a, r, o) {
253
253
  return openBlock(), createElementBlock("i", mergeProps({
254
254
  class: {
255
255
  fak: !0,
@@ -265,7 +265,7 @@ function _sfc_render$2f(e, n, t, a, r, o) {
265
265
  style: [t.customColour ? { color: t.customColour } : {}]
266
266
  }, e.$attrs, { "data-test": "vs-icon" }), null, 16);
267
267
  }
268
- const VsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$2t, [["render", _sfc_render$2f]]), useDataLayerStore = defineStore("datalayer", () => {
268
+ const VsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$2r, [["render", _sfc_render$2d]]), useDataLayerStore = defineStore("datalayer", () => {
269
269
  const e = ref$1(""), n = ref$1(!1), t = ref$1({});
270
270
  function a(c) {
271
271
  n.value = c;
@@ -574,7 +574,8 @@ const VsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$2t, [["render", _sfc_render
574
574
  "click_text",
575
575
  "click_URL",
576
576
  "dmo_referral",
577
- "partner_referral"
577
+ "partner_referral",
578
+ "event_listing"
578
579
  ], internalLinkTemplate = [
579
580
  "event",
580
581
  "site_language",
@@ -685,6 +686,15 @@ const VsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$2t, [["render", _sfc_render
685
686
  "tag_name",
686
687
  "meta_data",
687
688
  "accordion_text"
689
+ ], tabClickTemplate = [
690
+ "event",
691
+ "event_tab",
692
+ "site_language",
693
+ "user_country_setting",
694
+ "hit_timestamp",
695
+ "tag_name",
696
+ "meta_data",
697
+ "event_listing"
688
698
  ], dataLayerMixin = {
689
699
  computed: {
690
700
  // Retrieving page url from the page store created by:
@@ -716,8 +726,8 @@ const VsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$2t, [["render", _sfc_render
716
726
  }), t;
717
727
  },
718
728
  createDataLayerObject(e, n, t) {
719
- let a, r, o, l, c, d, p = "";
720
- switch (n && n.target && (n.target.text ? d = n.target.text.trim() : d = n.target.innerText), e) {
729
+ let a, r, o, l, c, d, p = "", f = "False";
730
+ switch (n && n.target && (n.target.text ? d = n.target.text.trim() : d = n.target.innerText, n.target.closest('[data-event-listing="True"]') && (f = "True")), e) {
721
731
  case "productSearchDataEvent":
722
732
  a = "psr_search", r = "VS - GA4 - Event - PSR Search", o = {
723
733
  event: a,
@@ -758,10 +768,11 @@ const VsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$2t, [["render", _sfc_render
758
768
  tag_name: r,
759
769
  click_text: d,
760
770
  click_URL: t,
761
- partner_referral: "False"
771
+ partner_referral: "False",
772
+ event_listing: f
762
773
  };
763
- for (let f = 0; f < signpostedPartners.length; f++)
764
- t.includes(signpostedPartners[f]) && (o.partner_referral = "True");
774
+ for (let m = 0; m < signpostedPartners.length; m++)
775
+ t.includes(signpostedPartners[m]) && (o.partner_referral = "True");
765
776
  l = this.compileFullTemplate(o), c = this.templateFiller(externalLinkTemplate, l);
766
777
  break;
767
778
  case "internalLinkDataEvent":
@@ -838,6 +849,14 @@ const VsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$2t, [["render", _sfc_render
838
849
  accordion_text: n.accordion_text
839
850
  }, l = this.compileFullTemplate(o), c = this.templateFiller(accordionOpenTemplate, l);
840
851
  break;
852
+ case "tabClickEvent":
853
+ a = "tab_click", r = "GA4 - Event - Tab Click", o = {
854
+ event: a,
855
+ tag_name: r,
856
+ event_tab: d,
857
+ event_listing: f
858
+ }, l = this.compileFullTemplate(o), c = this.templateFiller(tabClickTemplate, l);
859
+ break;
841
860
  }
842
861
  this.pushToDataLayer(c);
843
862
  },
@@ -861,7 +880,7 @@ const VsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$2t, [["render", _sfc_render
861
880
  return e.target.text ? n = e.target.text.trim() : n = "", n;
862
881
  }
863
882
  }
864
- }, _sfc_main$2s = {
883
+ }, _sfc_main$2q = {
865
884
  name: "VsButton",
866
885
  status: "prototype",
867
886
  release: "0.0.1",
@@ -990,7 +1009,7 @@ const VsIcon = /* @__PURE__ */ _export_sfc(_sfc_main$2t, [["render", _sfc_render
990
1009
  }
991
1010
  }
992
1011
  };
993
- function _sfc_render$2e(e, n, t, a, r, o) {
1012
+ function _sfc_render$2c(e, n, t, a, r, o) {
994
1013
  const l = resolveComponent("VsIcon"), c = resolveComponent("BButton");
995
1014
  return openBlock(), createBlock(c, mergeProps({
996
1015
  variant: t.variant,
@@ -1020,7 +1039,7 @@ function _sfc_render$2e(e, n, t, a, r, o) {
1020
1039
  _: 3
1021
1040
  }, 16, ["variant", "href", "tabindex", "class", "size", "aria-disabled", "onKeyup"]);
1022
1041
  }
1023
- const VsButton = /* @__PURE__ */ _export_sfc(_sfc_main$2s, [["render", _sfc_render$2e]]), _sfc_main$2r = {
1042
+ const VsButton = /* @__PURE__ */ _export_sfc(_sfc_main$2q, [["render", _sfc_render$2c]]), _sfc_main$2p = {
1024
1043
  name: "VsAccordionToggle",
1025
1044
  status: "prototype",
1026
1045
  release: "0.0.1",
@@ -1049,8 +1068,8 @@ const VsButton = /* @__PURE__ */ _export_sfc(_sfc_main$2s, [["render", _sfc_rend
1049
1068
  this.$emit("toggle-panel");
1050
1069
  }
1051
1070
  }
1052
- }, _hoisted_1$1Q = { class: "vs-accordion-toggle__text" }, _hoisted_2$1g = { class: "vs-accordion-toggle__icon" };
1053
- function _sfc_render$2d(e, n, t, a, r, o) {
1071
+ }, _hoisted_1$1P = { class: "vs-accordion-toggle__text" }, _hoisted_2$1g = { class: "vs-accordion-toggle__icon" };
1072
+ function _sfc_render$2b(e, n, t, a, r, o) {
1054
1073
  const l = resolveComponent("VsButton");
1055
1074
  return openBlock(), createBlock(l, {
1056
1075
  animate: !1,
@@ -1062,7 +1081,7 @@ function _sfc_render$2d(e, n, t, a, r, o) {
1062
1081
  rounded: !1
1063
1082
  }, {
1064
1083
  default: withCtx(() => [
1065
- createElementVNode("span", _hoisted_1$1Q, [
1084
+ createElementVNode("span", _hoisted_1$1P, [
1066
1085
  renderSlot(e.$slots, "default")
1067
1086
  ]),
1068
1087
  createElementVNode("span", _hoisted_2$1g, [
@@ -1072,7 +1091,7 @@ function _sfc_render$2d(e, n, t, a, r, o) {
1072
1091
  _: 3
1073
1092
  }, 8, ["aria-expanded", "onClick", "class", "variant"]);
1074
1093
  }
1075
- const VsAccordionToggle = /* @__PURE__ */ _export_sfc(_sfc_main$2r, [["render", _sfc_render$2d]]);
1094
+ const VsAccordionToggle = /* @__PURE__ */ _export_sfc(_sfc_main$2p, [["render", _sfc_render$2b]]);
1076
1095
  var commonjsGlobal = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1077
1096
  function getDefaultExportFromCjs$1(e) {
1078
1097
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
@@ -4768,7 +4787,7 @@ function print() { __p += __j.call(arguments, '') }
4768
4787
  }).call(commonjsGlobal);
4769
4788
  })(lodash, lodash.exports);
4770
4789
  var lodashExports = lodash.exports;
4771
- const _sfc_main$2q = {
4790
+ const _sfc_main$2o = {
4772
4791
  name: "VsHeading",
4773
4792
  status: "prototype",
4774
4793
  release: "0.1.0",
@@ -4834,7 +4853,7 @@ const _sfc_main$2q = {
4834
4853
  }
4835
4854
  }
4836
4855
  };
4837
- function _sfc_render$2c(e, n, t, a, r, o) {
4856
+ function _sfc_render$2a(e, n, t, a, r, o) {
4838
4857
  return openBlock(), createBlock(resolveDynamicComponent(o.type), {
4839
4858
  class: normalizeClass(["vs-heading", o.headingClasses])
4840
4859
  }, {
@@ -4850,7 +4869,7 @@ function _sfc_render$2c(e, n, t, a, r, o) {
4850
4869
  _: 3
4851
4870
  }, 8, ["class"]);
4852
4871
  }
4853
- const VsHeading = /* @__PURE__ */ _export_sfc(_sfc_main$2q, [["render", _sfc_render$2c]]), _sfc_main$2p = {
4872
+ const VsHeading = /* @__PURE__ */ _export_sfc(_sfc_main$2o, [["render", _sfc_render$2a]]), _sfc_main$2n = {
4854
4873
  name: "VsAccordionItem",
4855
4874
  status: "prototype",
4856
4875
  release: "0.0.1",
@@ -4947,7 +4966,7 @@ const VsHeading = /* @__PURE__ */ _export_sfc(_sfc_main$2q, [["render", _sfc_ren
4947
4966
  }
4948
4967
  }
4949
4968
  };
4950
- function _sfc_render$2b(e, n, t, a, r, o) {
4969
+ function _sfc_render$29(e, n, t, a, r, o) {
4951
4970
  const l = resolveComponent("VsIcon"), c = resolveComponent("VsAccordionToggle"), d = resolveComponent("VsHeading"), p = resolveComponent("BCardHeader"), f = resolveComponent("BCardBody"), m = resolveComponent("BCard");
4952
4971
  return openBlock(), createBlock(m, {
4953
4972
  "no-body": "",
@@ -5026,20 +5045,20 @@ function _sfc_render$2b(e, n, t, a, r, o) {
5026
5045
  _: 3
5027
5046
  }, 8, ["class"]);
5028
5047
  }
5029
- const VsAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$2p, [["render", _sfc_render$2b]]), _sfc_main$2o = {
5048
+ const VsAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$2n, [["render", _sfc_render$29]]), _sfc_main$2m = {
5030
5049
  name: "VsAddress",
5031
5050
  status: "prototype",
5032
5051
  release: "0.1.0",
5033
5052
  components: {
5034
5053
  VsIcon
5035
5054
  }
5036
- }, _hoisted_1$1P = {
5055
+ }, _hoisted_1$1O = {
5037
5056
  class: "vs-address",
5038
5057
  "data-test": "vs-address"
5039
5058
  }, _hoisted_2$1f = { class: "vs-address__address-box" };
5040
- function _sfc_render$2a(e, n, t, a, r, o) {
5059
+ function _sfc_render$28(e, n, t, a, r, o) {
5041
5060
  const l = resolveComponent("VsIcon");
5042
- return openBlock(), createElementBlock("div", _hoisted_1$1P, [
5061
+ return openBlock(), createElementBlock("div", _hoisted_1$1O, [
5043
5062
  createVNode(l, {
5044
5063
  name: "map-marker",
5045
5064
  class: "vs-address__map-marker me-050"
@@ -5049,20 +5068,20 @@ function _sfc_render$2a(e, n, t, a, r, o) {
5049
5068
  ])
5050
5069
  ]);
5051
5070
  }
5052
- const Address = /* @__PURE__ */ _export_sfc(_sfc_main$2o, [["render", _sfc_render$2a]]), _sfc_main$2n = {
5071
+ const Address = /* @__PURE__ */ _export_sfc(_sfc_main$2m, [["render", _sfc_render$28]]), _sfc_main$2l = {
5053
5072
  name: "VsAlert",
5054
5073
  status: "prototype",
5055
5074
  release: "0.1.0",
5056
5075
  components: {
5057
5076
  VsIcon
5058
5077
  }
5059
- }, _hoisted_1$1O = {
5078
+ }, _hoisted_1$1N = {
5060
5079
  class: "vs-alert",
5061
5080
  "data-test": "vs-alert"
5062
5081
  }, _hoisted_2$1e = { class: "vs-alert__icon-holder" }, _hoisted_3$Z = { class: "vs-alert__content-wrapper" }, _hoisted_4$I = { class: "vs-alert__content" };
5063
- function _sfc_render$29(e, n, t, a, r, o) {
5082
+ function _sfc_render$27(e, n, t, a, r, o) {
5064
5083
  const l = resolveComponent("VsIcon");
5065
- return openBlock(), createElementBlock("div", _hoisted_1$1O, [
5084
+ return openBlock(), createElementBlock("div", _hoisted_1$1N, [
5066
5085
  createElementVNode("div", _hoisted_2$1e, [
5067
5086
  createVNode(l, {
5068
5087
  class: "vs-alert__icon",
@@ -5077,7 +5096,7 @@ function _sfc_render$29(e, n, t, a, r, o) {
5077
5096
  ])
5078
5097
  ]);
5079
5098
  }
5080
- const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$2n, [["render", _sfc_render$29]]), _sfc_main$2m = {
5099
+ const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$2l, [["render", _sfc_render$27]]), _sfc_main$2k = {
5081
5100
  name: "VsCol",
5082
5101
  status: "prototype",
5083
5102
  release: "0.1.0",
@@ -5085,7 +5104,7 @@ const Alert = /* @__PURE__ */ _export_sfc(_sfc_main$2n, [["render", _sfc_render$
5085
5104
  BCol
5086
5105
  }
5087
5106
  };
5088
- function _sfc_render$28(e, n, t, a, r, o) {
5107
+ function _sfc_render$26(e, n, t, a, r, o) {
5089
5108
  const l = resolveComponent("BCol");
5090
5109
  return openBlock(), createBlock(l, normalizeProps(guardReactiveProps(e.$attrs)), {
5091
5110
  default: withCtx(() => [
@@ -5094,17 +5113,17 @@ function _sfc_render$28(e, n, t, a, r, o) {
5094
5113
  _: 3
5095
5114
  }, 16);
5096
5115
  }
5097
- const VsCol = /* @__PURE__ */ _export_sfc(_sfc_main$2m, [["render", _sfc_render$28]]), _sfc_main$2l = {
5116
+ const VsCol = /* @__PURE__ */ _export_sfc(_sfc_main$2k, [["render", _sfc_render$26]]), _sfc_main$2j = {
5098
5117
  name: "VsRow",
5099
5118
  status: "prototype",
5100
5119
  release: "0.0.1"
5101
5120
  };
5102
- function _sfc_render$27(e, n, t, a, r, o) {
5121
+ function _sfc_render$25(e, n, t, a, r, o) {
5103
5122
  return openBlock(), createElementBlock("div", mergeProps({ class: "row" }, e.$attrs), [
5104
5123
  renderSlot(e.$slots, "default")
5105
5124
  ], 16);
5106
5125
  }
5107
- const VsRow = /* @__PURE__ */ _export_sfc(_sfc_main$2l, [["render", _sfc_render$27]]), _sfc_main$2k = {
5126
+ const VsRow = /* @__PURE__ */ _export_sfc(_sfc_main$2j, [["render", _sfc_render$25]]), _sfc_main$2i = {
5108
5127
  name: "VsContainer",
5109
5128
  status: "prototype",
5110
5129
  release: "0.1.0",
@@ -5112,7 +5131,7 @@ const VsRow = /* @__PURE__ */ _export_sfc(_sfc_main$2l, [["render", _sfc_render$
5112
5131
  BContainer
5113
5132
  }
5114
5133
  };
5115
- function _sfc_render$26(e, n, t, a, r, o) {
5134
+ function _sfc_render$24(e, n, t, a, r, o) {
5116
5135
  const l = resolveComponent("BContainer");
5117
5136
  return openBlock(), createBlock(l, mergeProps({ tag: "div" }, e.$attrs), {
5118
5137
  default: withCtx(() => [
@@ -5121,7 +5140,7 @@ function _sfc_render$26(e, n, t, a, r, o) {
5121
5140
  _: 3
5122
5141
  }, 16);
5123
5142
  }
5124
- const VsContainer = /* @__PURE__ */ _export_sfc(_sfc_main$2k, [["render", _sfc_render$26]]), _sfc_main$2j = {
5143
+ const VsContainer = /* @__PURE__ */ _export_sfc(_sfc_main$2i, [["render", _sfc_render$24]]), _sfc_main$2h = {
5125
5144
  name: "VsRichTextWrapper",
5126
5145
  status: "prototype",
5127
5146
  release: "0.0.1",
@@ -5137,7 +5156,7 @@ const VsContainer = /* @__PURE__ */ _export_sfc(_sfc_main$2k, [["render", _sfc_r
5137
5156
  }
5138
5157
  }
5139
5158
  };
5140
- function _sfc_render$25(e, n, t, a, r, o) {
5159
+ function _sfc_render$23(e, n, t, a, r, o) {
5141
5160
  return openBlock(), createElementBlock("div", {
5142
5161
  class: normalizeClass(["vs-rich-text-wrapper", [
5143
5162
  `vs-rich-text-wrapper--${t.variant}`
@@ -5146,7 +5165,7 @@ function _sfc_render$25(e, n, t, a, r, o) {
5146
5165
  renderSlot(e.$slots, "default")
5147
5166
  ], 2);
5148
5167
  }
5149
- const VsRichTextWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$2j, [["render", _sfc_render$25]]), _sfc_main$2i = {
5168
+ const VsRichTextWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$2h, [["render", _sfc_render$23]]), _sfc_main$2g = {
5150
5169
  name: "VsArticle",
5151
5170
  status: "prototype",
5152
5171
  release: "0.0.1",
@@ -5191,8 +5210,8 @@ const VsRichTextWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$2j, [["render",
5191
5210
  validator: (e) => lodashExports.isNumber(e) ? e > 0 && e < 7 : e.match(/(1|2|3|4|5|6)/)
5192
5211
  }
5193
5212
  }
5194
- }, _hoisted_1$1N = ["id"], _hoisted_2$1d = { class: "vs-article__content" };
5195
- function _sfc_render$24(e, n, t, a, r, o) {
5213
+ }, _hoisted_1$1M = ["id"], _hoisted_2$1d = { class: "vs-article__content" };
5214
+ function _sfc_render$22(e, n, t, a, r, o) {
5196
5215
  const l = resolveComponent("VsHeading"), c = resolveComponent("VsRichTextWrapper"), d = resolveComponent("VsCol"), p = resolveComponent("VsRow"), f = resolveComponent("VsContainer");
5197
5216
  return openBlock(), createElementBlock("article", mergeProps({
5198
5217
  class: "vs-article",
@@ -5230,7 +5249,7 @@ function _sfc_render$24(e, n, t, a, r, o) {
5230
5249
  default: withCtx(() => [
5231
5250
  createElementVNode("span", {
5232
5251
  id: t.anchorLink ? t.anchorLink : ""
5233
- }, toDisplayString(t.title), 9, _hoisted_1$1N)
5252
+ }, toDisplayString(t.title), 9, _hoisted_1$1M)
5234
5253
  ]),
5235
5254
  _: 1
5236
5255
  }, 8, ["level", "class"]),
@@ -5276,7 +5295,7 @@ function _sfc_render$24(e, n, t, a, r, o) {
5276
5295
  })
5277
5296
  ], 16);
5278
5297
  }
5279
- const Article = /* @__PURE__ */ _export_sfc(_sfc_main$2i, [["render", _sfc_render$24]]), _sfc_main$2h = {
5298
+ const Article = /* @__PURE__ */ _export_sfc(_sfc_main$2g, [["render", _sfc_render$22]]), _sfc_main$2f = {
5280
5299
  name: "VsArticleSection",
5281
5300
  status: "prototype",
5282
5301
  release: "0.0.1",
@@ -5308,7 +5327,7 @@ const Article = /* @__PURE__ */ _export_sfc(_sfc_main$2i, [["render", _sfc_rende
5308
5327
  }
5309
5328
  }
5310
5329
  };
5311
- function _sfc_render$23(e, n, t, a, r, o) {
5330
+ function _sfc_render$21(e, n, t, a, r, o) {
5312
5331
  const l = resolveComponent("VsCol"), c = resolveComponent("VsRichTextWrapper"), d = resolveComponent("VsRow");
5313
5332
  return openBlock(), createElementBlock("div", {
5314
5333
  class: normalizeClass(["vs-article-section mb-200 mb-md-400", o.sidebarAlignClass]),
@@ -5357,7 +5376,7 @@ function _sfc_render$23(e, n, t, a, r, o) {
5357
5376
  })
5358
5377
  ], 2);
5359
5378
  }
5360
- const ArticleSection = /* @__PURE__ */ _export_sfc(_sfc_main$2h, [["render", _sfc_render$23]]), _sfc_main$2g = {
5379
+ const ArticleSection = /* @__PURE__ */ _export_sfc(_sfc_main$2f, [["render", _sfc_render$21]]), _sfc_main$2e = {
5361
5380
  name: "VsArticleSidebar",
5362
5381
  status: "prototype",
5363
5382
  release: "0.0.1",
@@ -5377,7 +5396,7 @@ const ArticleSection = /* @__PURE__ */ _export_sfc(_sfc_main$2h, [["render", _sf
5377
5396
  }
5378
5397
  }
5379
5398
  };
5380
- function _sfc_render$22(e, n, t, a, r, o) {
5399
+ function _sfc_render$20(e, n, t, a, r, o) {
5381
5400
  return openBlock(), createElementBlock("div", {
5382
5401
  class: normalizeClass(["vs-article-sidebar", o.sidebarAlignClass]),
5383
5402
  "data-test": "vs-article-sidebar"
@@ -5396,10 +5415,10 @@ function _sfc_render$22(e, n, t, a, r, o) {
5396
5415
  ], 2)) : createCommentVNode("", !0)
5397
5416
  ], 2);
5398
5417
  }
5399
- const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$2g, [["render", _sfc_render$22]]), _hoisted_1$1M = {
5418
+ const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$2e, [["render", _sfc_render$20]]), _hoisted_1$1L = {
5400
5419
  class: "vs-back-to-top",
5401
5420
  "data-test": "vs-back-to-top"
5402
- }, _sfc_main$2f = {
5421
+ }, _sfc_main$2d = {
5403
5422
  __name: "BackToTop",
5404
5423
  props: {
5405
5424
  /**
@@ -5432,7 +5451,7 @@ const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$2g, [["render", _sf
5432
5451
  window.addEventListener("scroll", a);
5433
5452
  }), onUnmounted(() => {
5434
5453
  window.removeEventListener("scroll", a);
5435
- }), (o, l) => (openBlock(), createElementBlock("div", _hoisted_1$1M, [
5454
+ }), (o, l) => (openBlock(), createElementBlock("div", _hoisted_1$1L, [
5436
5455
  t.value ? (openBlock(), createBlock(VsButton, {
5437
5456
  key: 0,
5438
5457
  icon: "arrow-up",
@@ -5447,13 +5466,13 @@ const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$2g, [["render", _sf
5447
5466
  })) : createCommentVNode("", !0)
5448
5467
  ]));
5449
5468
  }
5450
- }, _hoisted_1$1L = {
5469
+ }, _hoisted_1$1K = {
5451
5470
  class: "vs-badge",
5452
5471
  "data-test": "vs-badge"
5453
- }, _sfc_main$2e = {
5472
+ }, _sfc_main$2c = {
5454
5473
  __name: "VsBadge",
5455
5474
  setup(e) {
5456
- return (n, t) => (openBlock(), createElementBlock("div", _hoisted_1$1L, [
5475
+ return (n, t) => (openBlock(), createElementBlock("div", _hoisted_1$1K, [
5457
5476
  createVNode(unref(BBadge), null, {
5458
5477
  default: withCtx(() => [
5459
5478
  renderSlot(n.$slots, "default")
@@ -5487,7 +5506,7 @@ const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$2g, [["render", _sf
5487
5506
  document.cookie = r;
5488
5507
  }
5489
5508
  }
5490
- }, _sfc_main$2d = {
5509
+ }, _sfc_main$2b = {
5491
5510
  name: "VsBanner",
5492
5511
  status: "prototype",
5493
5512
  release: "0.0.1",
@@ -5542,7 +5561,7 @@ const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$2g, [["render", _sf
5542
5561
  this.setCookie("vs_showbanner", this.showBanner, !e, !0);
5543
5562
  }
5544
5563
  }
5545
- }, _hoisted_1$1K = {
5564
+ }, _hoisted_1$1J = {
5546
5565
  key: 0,
5547
5566
  class: "vs-banner",
5548
5567
  "data-test": "vs-banner",
@@ -5551,9 +5570,9 @@ const ArticleSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$2g, [["render", _sf
5551
5570
  key: 0,
5552
5571
  class: "vs-banner__cta-link"
5553
5572
  };
5554
- function _sfc_render$21(e, n, t, a, r, o) {
5573
+ function _sfc_render$1$(e, n, t, a, r, o) {
5555
5574
  const l = resolveComponent("VsIcon"), c = resolveComponent("VsCol"), d = resolveComponent("VsRichTextWrapper"), p = resolveComponent("VsRow"), f = resolveComponent("VsButton"), m = resolveComponent("VsContainer");
5556
- return r.showBanner ? (openBlock(), createElementBlock("div", _hoisted_1$1K, [
5575
+ return r.showBanner ? (openBlock(), createElementBlock("div", _hoisted_1$1J, [
5557
5576
  createVNode(m, null, {
5558
5577
  default: withCtx(() => [
5559
5578
  createVNode(p, null, {
@@ -5628,7 +5647,7 @@ function _sfc_render$21(e, n, t, a, r, o) {
5628
5647
  })
5629
5648
  ])) : createCommentVNode("", !0);
5630
5649
  }
5631
- const Banner = /* @__PURE__ */ _export_sfc(_sfc_main$2d, [["render", _sfc_render$21]]), _sfc_main$2c = {
5650
+ const Banner = /* @__PURE__ */ _export_sfc(_sfc_main$2b, [["render", _sfc_render$1$]]), _sfc_main$2a = {
5632
5651
  name: "VsBlogDetails",
5633
5652
  status: "prototype",
5634
5653
  release: "0.0.1",
@@ -5663,7 +5682,7 @@ const Banner = /* @__PURE__ */ _export_sfc(_sfc_main$2d, [["render", _sfc_render
5663
5682
  return this.blogAuthor ? "secondary" : "tertiary";
5664
5683
  }
5665
5684
  }
5666
- }, _hoisted_1$1J = {
5685
+ }, _hoisted_1$1I = {
5667
5686
  key: 0,
5668
5687
  class: "vs-blog-details",
5669
5688
  "data-test": "vs-blog-details"
@@ -5674,9 +5693,9 @@ const Banner = /* @__PURE__ */ _export_sfc(_sfc_main$2d, [["render", _sfc_render
5674
5693
  key: 0,
5675
5694
  class: "vs-blog-details__date"
5676
5695
  };
5677
- function _sfc_render$20(e, n, t, a, r, o) {
5696
+ function _sfc_render$1_(e, n, t, a, r, o) {
5678
5697
  const l = resolveComponent("VsIcon");
5679
- return t.blogAuthor || t.blogReadTime || t.blogPublishDate ? (openBlock(), createElementBlock("div", _hoisted_1$1J, [
5698
+ return t.blogAuthor || t.blogReadTime || t.blogPublishDate ? (openBlock(), createElementBlock("div", _hoisted_1$1I, [
5680
5699
  t.blogAuthor ? (openBlock(), createElementBlock("div", _hoisted_2$1b, toDisplayString(t.blogAuthor), 1)) : createCommentVNode("", !0),
5681
5700
  createElementVNode("div", {
5682
5701
  "data-test": "vs-blog-details__date-time",
@@ -5695,20 +5714,20 @@ function _sfc_render$20(e, n, t, a, r, o) {
5695
5714
  ], 2)
5696
5715
  ])) : createCommentVNode("", !0);
5697
5716
  }
5698
- const BlogDetails = /* @__PURE__ */ _export_sfc(_sfc_main$2c, [["render", _sfc_render$20]]), _sfc_main$2b = {
5717
+ const BlogDetails = /* @__PURE__ */ _export_sfc(_sfc_main$2a, [["render", _sfc_render$1_]]), _sfc_main$29 = {
5699
5718
  name: "VsBreadcrumb",
5700
5719
  status: "prototype",
5701
5720
  release: "0.0.1",
5702
5721
  components: {
5703
5722
  BBreadcrumb
5704
5723
  }
5705
- }, _hoisted_1$1I = {
5724
+ }, _hoisted_1$1H = {
5706
5725
  "aria-label": "breadcrumbs",
5707
5726
  class: "vs-breadcrumb py-050"
5708
5727
  };
5709
- function _sfc_render$1$(e, n, t, a, r, o) {
5728
+ function _sfc_render$1Z(e, n, t, a, r, o) {
5710
5729
  const l = resolveComponent("BBreadcrumb");
5711
- return openBlock(), createElementBlock("nav", _hoisted_1$1I, [
5730
+ return openBlock(), createElementBlock("nav", _hoisted_1$1H, [
5712
5731
  createVNode(l, mergeProps({ class: "flex-nowrap p-0 mb-0" }, e.$attrs), {
5713
5732
  default: withCtx(() => [
5714
5733
  renderSlot(e.$slots, "default")
@@ -5717,7 +5736,7 @@ function _sfc_render$1$(e, n, t, a, r, o) {
5717
5736
  }, 16)
5718
5737
  ]);
5719
5738
  }
5720
- const Breadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$2b, [["render", _sfc_render$1$]]), _sfc_main$2a = {
5739
+ const Breadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$29, [["render", _sfc_render$1Z]]), _sfc_main$28 = {
5721
5740
  name: "VsBreadcrumbItem",
5722
5741
  status: "prototype",
5723
5742
  release: "0.0.1",
@@ -5756,7 +5775,7 @@ const Breadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$2b, [["render", _sfc_re
5756
5775
  }
5757
5776
  }
5758
5777
  };
5759
- function _sfc_render$1_(e, n, t, a, r, o) {
5778
+ function _sfc_render$1Y(e, n, t, a, r, o) {
5760
5779
  const l = resolveComponent("BBreadcrumbItem");
5761
5780
  return openBlock(), createBlock(l, mergeProps({
5762
5781
  class: "vs-breadcrumb-item",
@@ -5766,7 +5785,7 @@ function _sfc_render$1_(e, n, t, a, r, o) {
5766
5785
  text: t.text
5767
5786
  }, e.$attrs), null, 16, ["active", "aria-current", "href", "text"]);
5768
5787
  }
5769
- const BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$2a, [["render", _sfc_render$1_]]), _sfc_main$29 = {
5788
+ const BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$28, [["render", _sfc_render$1Y]]), _sfc_main$27 = {
5770
5789
  name: "VsButtonToggleGroup",
5771
5790
  status: "prototype",
5772
5791
  release: "0.0.1",
@@ -5839,7 +5858,7 @@ const BreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$2a, [["render", _sf
5839
5858
  }
5840
5859
  }
5841
5860
  };
5842
- function _sfc_render$1Z(e, n, t, a, r, o) {
5861
+ function _sfc_render$1X(e, n, t, a, r, o) {
5843
5862
  const l = resolveComponent("VsIcon"), c = resolveComponent("BFormRadio"), d = resolveComponent("BFormRadioGroup"), p = resolveComponent("BFormGroup");
5844
5863
  return openBlock(), createBlock(p, {
5845
5864
  label: t.buttonsLabel,
@@ -5889,7 +5908,7 @@ function _sfc_render$1Z(e, n, t, a, r, o) {
5889
5908
  _: 1
5890
5909
  }, 8, ["label"]);
5891
5910
  }
5892
- const ButtonToggleGroup = /* @__PURE__ */ _export_sfc(_sfc_main$29, [["render", _sfc_render$1Z]]), srcSetMixin = {
5911
+ const ButtonToggleGroup = /* @__PURE__ */ _export_sfc(_sfc_main$27, [["render", _sfc_render$1X]]), srcSetMixin = {
5893
5912
  computed: {
5894
5913
  fullSrcSet() {
5895
5914
  return `
@@ -5907,7 +5926,7 @@ const ButtonToggleGroup = /* @__PURE__ */ _export_sfc(_sfc_main$29, [["render",
5907
5926
  return this.src.includes("?") && (n = "&"), `${this.src}${n}size=${e}`;
5908
5927
  }
5909
5928
  }
5910
- }, _sfc_main$28 = {
5929
+ }, _sfc_main$26 = {
5911
5930
  name: "VsImg",
5912
5931
  status: "prototype",
5913
5932
  release: "0.0.1",
@@ -5987,7 +6006,7 @@ const ButtonToggleGroup = /* @__PURE__ */ _export_sfc(_sfc_main$29, [["render",
5987
6006
  }
5988
6007
  }
5989
6008
  };
5990
- function _sfc_render$1Y(e, n, t, a, r, o) {
6009
+ function _sfc_render$1W(e, n, t, a, r, o) {
5991
6010
  const l = resolveComponent("VsIcon"), c = resolveComponent("BImg");
5992
6011
  return openBlock(), createBlock(c, mergeProps(e.$attrs, {
5993
6012
  src: t.src,
@@ -6011,7 +6030,7 @@ function _sfc_render$1Y(e, n, t, a, r, o) {
6011
6030
  _: 3
6012
6031
  }, 16, ["src", "alt", "fluid", "fluid-grow", "loading", "style", "class", "srcset", "low-res-image"]);
6013
6032
  }
6014
- const VsImg = /* @__PURE__ */ _export_sfc(_sfc_main$28, [["render", _sfc_render$1Y]]);
6033
+ const VsImg = /* @__PURE__ */ _export_sfc(_sfc_main$26, [["render", _sfc_render$1W]]);
6015
6034
  let currentURL = "";
6016
6035
  typeof window < "u" && (currentURL = window.location.href);
6017
6036
  const dmoAnalyticsLogic = (e) => {
@@ -6029,7 +6048,7 @@ const dmoAnalyticsLogic = (e) => {
6029
6048
  e.target.href.includes(l) && (n = !0, o = a("True"));
6030
6049
  }), n || (o = a("False")), o;
6031
6050
  })();
6032
- }, _sfc_main$27 = {
6051
+ }, _sfc_main$25 = {
6033
6052
  name: "VsLink",
6034
6053
  status: "prototype",
6035
6054
  release: "0.0.2",
@@ -6114,8 +6133,8 @@ const dmoAnalyticsLogic = (e) => {
6114
6133
  (e.keyCode === 13 || e.keyCode === 32) && (e.preventDefault(), this.clickHandler(e));
6115
6134
  }
6116
6135
  }
6117
- }, _hoisted_1$1H = ["href", "download", "disabled", "tabindex"];
6118
- function _sfc_render$1X(e, n, t, a, r, o) {
6136
+ }, _hoisted_1$1G = ["href", "download", "disabled", "tabindex"];
6137
+ function _sfc_render$1V(e, n, t, a, r, o) {
6119
6138
  const l = resolveComponent("VsIcon");
6120
6139
  return openBlock(), createElementBlock("a", mergeProps({
6121
6140
  class: ["vs-link", [
@@ -6138,9 +6157,9 @@ function _sfc_render$1X(e, n, t, a, r, o) {
6138
6157
  size: t.iconSize,
6139
6158
  class: "ms-025 vs-link__icon"
6140
6159
  }, null, 8, ["name", "variant", "size"])) : createCommentVNode("", !0)
6141
- ], 16, _hoisted_1$1H);
6160
+ ], 16, _hoisted_1$1G);
6142
6161
  }
6143
- const VsLink = /* @__PURE__ */ _export_sfc(_sfc_main$27, [["render", _sfc_render$1X]]), _sfc_main$26 = {
6162
+ const VsLink = /* @__PURE__ */ _export_sfc(_sfc_main$25, [["render", _sfc_render$1V]]), _sfc_main$24 = {
6144
6163
  name: "VsCannedSearchProductCard",
6145
6164
  status: "prototype",
6146
6165
  release: "0.0.1",
@@ -6245,14 +6264,14 @@ const VsLink = /* @__PURE__ */ _export_sfc(_sfc_main$27, [["render", _sfc_render
6245
6264
  return this.visibleSlides.indexOf(e) >= 0;
6246
6265
  }
6247
6266
  }
6248
- }, _hoisted_1$1G = { class: "vs-product-card__image-container" }, _hoisted_2$1a = { class: "vs-product-card__image-inner-container" }, _hoisted_3$X = { class: "vs-product-card__description" }, _hoisted_4$H = {
6267
+ }, _hoisted_1$1F = { class: "vs-product-card__image-container" }, _hoisted_2$1a = { class: "vs-product-card__image-inner-container" }, _hoisted_3$X = { class: "vs-product-card__description" }, _hoisted_4$H = {
6249
6268
  key: 0,
6250
6269
  class: "vs-product-card__description-inner"
6251
6270
  }, _hoisted_5$v = { class: "visually-hidden" }, _hoisted_6$k = {
6252
6271
  class: "vs-product-card__logos-container",
6253
6272
  "data-chromatic": "ignore"
6254
6273
  };
6255
- function _sfc_render$1W(e, n, t, a, r, o) {
6274
+ function _sfc_render$1U(e, n, t, a, r, o) {
6256
6275
  const l = resolveComponent("VsImg"), c = resolveComponent("VsLink"), d = resolveComponent("VsHeading"), p = resolveComponent("VsCol");
6257
6276
  return openBlock(), createBlock(p, {
6258
6277
  cols: o.slideCols.xs,
@@ -6268,7 +6287,7 @@ function _sfc_render$1W(e, n, t, a, r, o) {
6268
6287
  "data-test": "vs-product-card"
6269
6288
  }, [
6270
6289
  createElementVNode("section", mergeProps({ class: "card" }, e.$attrs), [
6271
- createElementVNode("div", _hoisted_1$1G, [
6290
+ createElementVNode("div", _hoisted_1$1F, [
6272
6291
  createElementVNode("div", _hoisted_2$1a, [
6273
6292
  createVNode(l, {
6274
6293
  src: t.imgSrc,
@@ -6335,7 +6354,7 @@ function _sfc_render$1W(e, n, t, a, r, o) {
6335
6354
  _: 3
6336
6355
  }, 8, ["cols", "sm", "lg", "xl", "aria-disabled"]);
6337
6356
  }
6338
- const VsCannedSearchProductCard = /* @__PURE__ */ _export_sfc(_sfc_main$26, [["render", _sfc_render$1W]]), _sfc_main$25 = {
6357
+ const VsCannedSearchProductCard = /* @__PURE__ */ _export_sfc(_sfc_main$24, [["render", _sfc_render$1U]]), _sfc_main$23 = {
6339
6358
  name: "VsCannedSearchStars",
6340
6359
  status: "prototype",
6341
6360
  release: "0.0.1",
@@ -6357,12 +6376,12 @@ const VsCannedSearchProductCard = /* @__PURE__ */ _export_sfc(_sfc_main$26, [["r
6357
6376
  default: null
6358
6377
  }
6359
6378
  }
6360
- }, _hoisted_1$1F = {
6379
+ }, _hoisted_1$1E = {
6361
6380
  class: "vs-canned-search-stars",
6362
6381
  "data-test": "vs-canned-search-stars"
6363
6382
  }, _hoisted_2$19 = { key: 0 }, _hoisted_3$W = { key: 1 };
6364
- function _sfc_render$1V(e, n, t, a, r, o) {
6365
- return openBlock(), createElementBlock("div", _hoisted_1$1F, [
6383
+ function _sfc_render$1T(e, n, t, a, r, o) {
6384
+ return openBlock(), createElementBlock("div", _hoisted_1$1E, [
6366
6385
  t.min && t.max && t.min !== t.max ? (openBlock(), createElementBlock("div", _hoisted_2$19, [
6367
6386
  n[0] || (n[0] = createElementVNode("span", { class: "vs-canned-search-stars__star" }, " ★ ", -1)),
6368
6387
  createTextVNode(" " + toDisplayString(t.min) + "-" + toDisplayString(t.max), 1)
@@ -6374,7 +6393,7 @@ function _sfc_render$1V(e, n, t, a, r, o) {
6374
6393
  ]))
6375
6394
  ]);
6376
6395
  }
6377
- const VsCannedSearchStars = /* @__PURE__ */ _export_sfc(_sfc_main$25, [["render", _sfc_render$1V]]), _sfc_main$24 = {
6396
+ const VsCannedSearchStars = /* @__PURE__ */ _export_sfc(_sfc_main$23, [["render", _sfc_render$1T]]), _sfc_main$22 = {
6378
6397
  name: "VsTooltip",
6379
6398
  status: "prototype",
6380
6399
  release: "0.0.1",
@@ -6403,7 +6422,7 @@ const VsCannedSearchStars = /* @__PURE__ */ _export_sfc(_sfc_main$25, [["render"
6403
6422
  }
6404
6423
  }
6405
6424
  };
6406
- function _sfc_render$1U(e, n, t, a, r, o) {
6425
+ function _sfc_render$1S(e, n, t, a, r, o) {
6407
6426
  const l = resolveComponent("VsButton"), c = resolveDirective("b-tooltip");
6408
6427
  return withDirectives((openBlock(), createBlock(l, mergeProps(e.$attrs, {
6409
6428
  class: "vs-tooltip position-relative",
@@ -6417,7 +6436,7 @@ function _sfc_render$1U(e, n, t, a, r, o) {
6417
6436
  [c, { placement: t.position }]
6418
6437
  ]);
6419
6438
  }
6420
- const VsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$24, [["render", _sfc_render$1U]]), _sfc_main$23 = {
6439
+ const VsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$22, [["render", _sfc_render$1S]]), _sfc_main$21 = {
6421
6440
  name: "VsCannedSearchLogos",
6422
6441
  status: "prototype",
6423
6442
  release: "0.0.1",
@@ -6460,10 +6479,10 @@ const VsTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$24, [["render", _sfc_ren
6460
6479
  default: null
6461
6480
  }
6462
6481
  }
6463
- }, _hoisted_1$1E = { class: "vs-canned-search-logos" };
6464
- function _sfc_render$1T(e, n, t, a, r, o) {
6482
+ }, _hoisted_1$1D = { class: "vs-canned-search-logos" };
6483
+ function _sfc_render$1R(e, n, t, a, r, o) {
6465
6484
  const l = resolveComponent("VsImg"), c = resolveComponent("VsTooltip");
6466
- return openBlock(), createElementBlock("div", _hoisted_1$1E, [
6485
+ return openBlock(), createElementBlock("div", _hoisted_1$1D, [
6467
6486
  t.goodToGoLogo ? (openBlock(), createBlock(c, {
6468
6487
  key: 0,
6469
6488
  title: t.goodToGoLogo.name,
@@ -6542,7 +6561,7 @@ function _sfc_render$1T(e, n, t, a, r, o) {
6542
6561
  }, 8, ["title", "disabled", "tabindex"])) : createCommentVNode("", !0)
6543
6562
  ]);
6544
6563
  }
6545
- const VsCannedSearchLogos = /* @__PURE__ */ _export_sfc(_sfc_main$23, [["render", _sfc_render$1T]]), _sfc_main$22 = {
6564
+ const VsCannedSearchLogos = /* @__PURE__ */ _export_sfc(_sfc_main$21, [["render", _sfc_render$1R]]), _sfc_main$20 = {
6546
6565
  name: "VsCannedSearchCategories",
6547
6566
  status: "prototype",
6548
6567
  release: "0.0.1",
@@ -6565,14 +6584,14 @@ const VsCannedSearchLogos = /* @__PURE__ */ _export_sfc(_sfc_main$23, [["render"
6565
6584
  return this.categories ? this.categories.slice(0, 3).map((e) => e.name).join(" | ") : "";
6566
6585
  }
6567
6586
  }
6568
- }, _hoisted_1$1D = {
6587
+ }, _hoisted_1$1C = {
6569
6588
  class: "vs-canned-search-categories",
6570
6589
  "data-test": "vs-canned-search-categories"
6571
6590
  };
6572
- function _sfc_render$1S(e, n, t, a, r, o) {
6573
- return openBlock(), createElementBlock("div", _hoisted_1$1D, toDisplayString(o.transformedCategories), 1);
6591
+ function _sfc_render$1Q(e, n, t, a, r, o) {
6592
+ return openBlock(), createElementBlock("div", _hoisted_1$1C, toDisplayString(o.transformedCategories), 1);
6574
6593
  }
6575
- const VsCannedSearchCategories = /* @__PURE__ */ _export_sfc(_sfc_main$22, [["render", _sfc_render$1S]]), _sfc_main$21 = {
6594
+ const VsCannedSearchCategories = /* @__PURE__ */ _export_sfc(_sfc_main$20, [["render", _sfc_render$1Q]]), _sfc_main$1$ = {
6576
6595
  name: "VsCannedSearchPrice",
6577
6596
  status: "prototype",
6578
6597
  release: "0.0.1",
@@ -6599,7 +6618,7 @@ const VsCannedSearchCategories = /* @__PURE__ */ _export_sfc(_sfc_main$22, [["re
6599
6618
  default: ""
6600
6619
  }
6601
6620
  }
6602
- }, _hoisted_1$1C = { class: "vs-canned-search-price" }, _hoisted_2$18 = {
6621
+ }, _hoisted_1$1B = { class: "vs-canned-search-price" }, _hoisted_2$18 = {
6603
6622
  key: 0,
6604
6623
  class: "vs-canned-search-price__intro"
6605
6624
  }, _hoisted_3$V = {
@@ -6609,14 +6628,14 @@ const VsCannedSearchCategories = /* @__PURE__ */ _export_sfc(_sfc_main$22, [["re
6609
6628
  key: 2,
6610
6629
  class: "vs-canned-search-price__outro"
6611
6630
  };
6612
- function _sfc_render$1R(e, n, t, a, r, o) {
6613
- return openBlock(), createElementBlock("div", _hoisted_1$1C, [
6631
+ function _sfc_render$1P(e, n, t, a, r, o) {
6632
+ return openBlock(), createElementBlock("div", _hoisted_1$1B, [
6614
6633
  t.priceIntro ? (openBlock(), createElementBlock("div", _hoisted_2$18, toDisplayString(t.priceIntro), 1)) : createCommentVNode("", !0),
6615
6634
  t.price ? (openBlock(), createElementBlock("div", _hoisted_3$V, toDisplayString(t.price), 1)) : createCommentVNode("", !0),
6616
6635
  t.priceOutro ? (openBlock(), createElementBlock("div", _hoisted_4$G, toDisplayString(t.priceOutro), 1)) : createCommentVNode("", !0)
6617
6636
  ]);
6618
6637
  }
6619
- const VsCannedSearchPrice = /* @__PURE__ */ _export_sfc(_sfc_main$21, [["render", _sfc_render$1R]]), _sfc_main$20 = {
6638
+ const VsCannedSearchPrice = /* @__PURE__ */ _export_sfc(_sfc_main$1$, [["render", _sfc_render$1P]]), _sfc_main$1_ = {
6620
6639
  name: "VsCannedSearchDuration",
6621
6640
  status: "prototype",
6622
6641
  release: "0.0.1",
@@ -6636,20 +6655,20 @@ const VsCannedSearchPrice = /* @__PURE__ */ _export_sfc(_sfc_main$21, [["render"
6636
6655
  default: ""
6637
6656
  }
6638
6657
  }
6639
- }, _hoisted_1$1B = { class: "vs-canned-search-duration" }, _hoisted_2$17 = {
6658
+ }, _hoisted_1$1A = { class: "vs-canned-search-duration" }, _hoisted_2$17 = {
6640
6659
  key: 0,
6641
6660
  class: "vs-canned-search-duration__intro"
6642
6661
  }, _hoisted_3$U = {
6643
6662
  key: 1,
6644
6663
  class: "vs-canned-search-duration__main"
6645
6664
  };
6646
- function _sfc_render$1Q(e, n, t, a, r, o) {
6647
- return openBlock(), createElementBlock("div", _hoisted_1$1B, [
6665
+ function _sfc_render$1O(e, n, t, a, r, o) {
6666
+ return openBlock(), createElementBlock("div", _hoisted_1$1A, [
6648
6667
  t.durationIntro ? (openBlock(), createElementBlock("div", _hoisted_2$17, toDisplayString(t.durationIntro), 1)) : createCommentVNode("", !0),
6649
6668
  t.duration ? (openBlock(), createElementBlock("div", _hoisted_3$U, toDisplayString(t.duration), 1)) : createCommentVNode("", !0)
6650
6669
  ]);
6651
6670
  }
6652
- const VsCannedSearchDuration = /* @__PURE__ */ _export_sfc(_sfc_main$20, [["render", _sfc_render$1Q]]), _sfc_main$1$ = {
6671
+ const VsCannedSearchDuration = /* @__PURE__ */ _export_sfc(_sfc_main$1_, [["render", _sfc_render$1O]]), _sfc_main$1Z = {
6653
6672
  name: "VsCannedSearchSummaryBox",
6654
6673
  status: "prototype",
6655
6674
  release: "0.0.1",
@@ -6691,8 +6710,8 @@ const VsCannedSearchDuration = /* @__PURE__ */ _export_sfc(_sfc_main$20, [["rend
6691
6710
  default: ""
6692
6711
  }
6693
6712
  }
6694
- }, _hoisted_1$1A = ["disabled"], _hoisted_2$16 = { class: "visually-hidden" };
6695
- function _sfc_render$1P(e, n, t, a, r, o) {
6713
+ }, _hoisted_1$1z = ["disabled"], _hoisted_2$16 = { class: "visually-hidden" };
6714
+ function _sfc_render$1N(e, n, t, a, r, o) {
6696
6715
  const l = resolveComponent("VsCol"), c = resolveComponent("VsRow"), d = resolveComponent("VsLink"), p = resolveComponent("VsContainer");
6697
6716
  return openBlock(), createElementBlock("div", {
6698
6717
  class: "vs-canned-search-summary-box",
@@ -6760,9 +6779,9 @@ function _sfc_render$1P(e, n, t, a, r, o) {
6760
6779
  ]),
6761
6780
  _: 3
6762
6781
  })
6763
- ], 8, _hoisted_1$1A);
6782
+ ], 8, _hoisted_1$1z);
6764
6783
  }
6765
- const VsCannedSearchSummaryBox = /* @__PURE__ */ _export_sfc(_sfc_main$1$, [["render", _sfc_render$1P]]), _sfc_main$1_ = {
6784
+ const VsCannedSearchSummaryBox = /* @__PURE__ */ _export_sfc(_sfc_main$1Z, [["render", _sfc_render$1N]]), _sfc_main$1Y = {
6766
6785
  name: "VsCannedSearchDates",
6767
6786
  status: "prototype",
6768
6787
  release: "0.0.1",
@@ -6789,14 +6808,14 @@ const VsCannedSearchSummaryBox = /* @__PURE__ */ _export_sfc(_sfc_main$1$, [["re
6789
6808
  return this.period && this.period.startDay ? this.period.endDay ? `${this.period.startDay} - ${this.period.endDay}` : this.period.startDay : "";
6790
6809
  }
6791
6810
  }
6792
- }, _hoisted_1$1z = { class: "vs-canned-search-dates" }, _hoisted_2$15 = { class: "vs-canned-search-dates__intro" }, _hoisted_3$T = { class: "vs-canned-search-dates__main" };
6793
- function _sfc_render$1O(e, n, t, a, r, o) {
6794
- return openBlock(), createElementBlock("div", _hoisted_1$1z, [
6811
+ }, _hoisted_1$1y = { class: "vs-canned-search-dates" }, _hoisted_2$15 = { class: "vs-canned-search-dates__intro" }, _hoisted_3$T = { class: "vs-canned-search-dates__main" };
6812
+ function _sfc_render$1M(e, n, t, a, r, o) {
6813
+ return openBlock(), createElementBlock("div", _hoisted_1$1y, [
6795
6814
  createElementVNode("div", _hoisted_2$15, toDisplayString(t.label), 1),
6796
6815
  createElementVNode("div", _hoisted_3$T, toDisplayString(o.datePeriod), 1)
6797
6816
  ]);
6798
6817
  }
6799
- const VsCannedSearchDates = /* @__PURE__ */ _export_sfc(_sfc_main$1_, [["render", _sfc_render$1O]]), _sfc_main$1Z = {
6818
+ const VsCannedSearchDates = /* @__PURE__ */ _export_sfc(_sfc_main$1Y, [["render", _sfc_render$1M]]), _sfc_main$1X = {
6800
6819
  name: "VsCannedSearchBadges",
6801
6820
  status: "prototype",
6802
6821
  release: "0.0.1",
@@ -6841,7 +6860,7 @@ const VsCannedSearchDates = /* @__PURE__ */ _export_sfc(_sfc_main$1_, [["render"
6841
6860
  return this.multiBadgeOne ? this.multiBadgeOne.slice(0, 3) : [];
6842
6861
  }
6843
6862
  }
6844
- }, _hoisted_1$1y = { class: "vs-canned-search-badges" }, _hoisted_2$14 = {
6863
+ }, _hoisted_1$1x = { class: "vs-canned-search-badges" }, _hoisted_2$14 = {
6845
6864
  key: 0,
6846
6865
  class: "vs-canned-search-badges__badge vs-canned-search-badges__badge--category vs-canned-search-badges__badge--tr"
6847
6866
  }, _hoisted_3$S = {
@@ -6854,8 +6873,8 @@ const VsCannedSearchDates = /* @__PURE__ */ _export_sfc(_sfc_main$1_, [["render"
6854
6873
  key: 3,
6855
6874
  class: "vs-canned-search-badges__badge vs-canned-search-badges__badge--open vs-canned-search-badges__badge--br"
6856
6875
  };
6857
- function _sfc_render$1N(e, n, t, a, r, o) {
6858
- return openBlock(), createElementBlock("div", _hoisted_1$1y, [
6876
+ function _sfc_render$1L(e, n, t, a, r, o) {
6877
+ return openBlock(), createElementBlock("div", _hoisted_1$1x, [
6859
6878
  t.badgeOne ? (openBlock(), createElementBlock("div", _hoisted_2$14, toDisplayString(t.badgeOne), 1)) : t.multiBadgeOne && t.multiBadgeOne.length ? (openBlock(), createElementBlock("div", _hoisted_3$S, [
6860
6879
  (openBlock(!0), createElementBlock(Fragment, null, renderList(o.limitedMulti, (l, c) => (openBlock(), createElementBlock("div", {
6861
6880
  key: c,
@@ -6866,7 +6885,7 @@ function _sfc_render$1N(e, n, t, a, r, o) {
6866
6885
  t.badgeThree ? (openBlock(), createElementBlock("div", _hoisted_5$u, toDisplayString(t.badgeThree), 1)) : createCommentVNode("", !0)
6867
6886
  ]);
6868
6887
  }
6869
- const VsCannedSearchBadges = /* @__PURE__ */ _export_sfc(_sfc_main$1Z, [["render", _sfc_render$1N]]), _sfc_main$1Y = {
6888
+ const VsCannedSearchBadges = /* @__PURE__ */ _export_sfc(_sfc_main$1X, [["render", _sfc_render$1L]]), _sfc_main$1W = {
6870
6889
  name: "VsCannedSearchCuisines",
6871
6890
  status: "prototype",
6872
6891
  release: "0.0.1",
@@ -6880,19 +6899,19 @@ const VsCannedSearchBadges = /* @__PURE__ */ _export_sfc(_sfc_main$1Z, [["render
6880
6899
  default: null
6881
6900
  }
6882
6901
  }
6883
- }, _hoisted_1$1x = {
6902
+ }, _hoisted_1$1w = {
6884
6903
  class: "vs-canned-search-cuisines",
6885
6904
  "data-test": "vs-canned-search-cuisines"
6886
6905
  };
6887
- function _sfc_render$1M(e, n, t, a, r, o) {
6888
- return openBlock(), createElementBlock("div", _hoisted_1$1x, [
6906
+ function _sfc_render$1K(e, n, t, a, r, o) {
6907
+ return openBlock(), createElementBlock("div", _hoisted_1$1w, [
6889
6908
  (openBlock(!0), createElementBlock(Fragment, null, renderList(t.cuisines, (l, c) => (openBlock(), createElementBlock("span", {
6890
6909
  class: "vs-canned-search-cuisines__cuisine",
6891
6910
  key: c
6892
6911
  }, toDisplayString(l.name), 1))), 128))
6893
6912
  ]);
6894
6913
  }
6895
- const VsCannedSearchCuisines = /* @__PURE__ */ _export_sfc(_sfc_main$1Y, [["render", _sfc_render$1M]]), _sfc_main$1X = {
6914
+ const VsCannedSearchCuisines = /* @__PURE__ */ _export_sfc(_sfc_main$1W, [["render", _sfc_render$1K]]), _sfc_main$1V = {
6896
6915
  name: "VsCannedSearchSubHeading",
6897
6916
  status: "prototype",
6898
6917
  release: "0.0.1",
@@ -6920,7 +6939,7 @@ const VsCannedSearchCuisines = /* @__PURE__ */ _export_sfc(_sfc_main$1Y, [["rend
6920
6939
  }
6921
6940
  }
6922
6941
  };
6923
- function _sfc_render$1L(e, n, t, a, r, o) {
6942
+ function _sfc_render$1J(e, n, t, a, r, o) {
6924
6943
  const l = resolveComponent("VsHeading");
6925
6944
  return t.subHeading ? (openBlock(), createBlock(l, {
6926
6945
  key: 0,
@@ -6935,7 +6954,7 @@ function _sfc_render$1L(e, n, t, a, r, o) {
6935
6954
  _: 1
6936
6955
  }, 8, ["class"])) : createCommentVNode("", !0);
6937
6956
  }
6938
- const VsCannedSearchSubHeading = /* @__PURE__ */ _export_sfc(_sfc_main$1X, [["render", _sfc_render$1L]]), _sfc_main$1W = {
6957
+ const VsCannedSearchSubHeading = /* @__PURE__ */ _export_sfc(_sfc_main$1V, [["render", _sfc_render$1J]]), _sfc_main$1U = {
6939
6958
  name: "VsCannedSearchTourRuns",
6940
6959
  status: "prototype",
6941
6960
  release: "0.0.1",
@@ -6973,11 +6992,11 @@ const VsCannedSearchSubHeading = /* @__PURE__ */ _export_sfc(_sfc_main$1X, [["re
6973
6992
  return this.endDay && (e = `${e} - ${this.endDay}`), e;
6974
6993
  }
6975
6994
  }
6976
- }, _hoisted_1$1w = { class: "vs-canned-search-tour-runs" };
6977
- function _sfc_render$1K(e, n, t, a, r, o) {
6978
- return openBlock(), createElementBlock("p", _hoisted_1$1w, toDisplayString(o.formattedPeriod), 1);
6995
+ }, _hoisted_1$1v = { class: "vs-canned-search-tour-runs" };
6996
+ function _sfc_render$1I(e, n, t, a, r, o) {
6997
+ return openBlock(), createElementBlock("p", _hoisted_1$1v, toDisplayString(o.formattedPeriod), 1);
6979
6998
  }
6980
- const VsCannedSearchTourRuns = /* @__PURE__ */ _export_sfc(_sfc_main$1W, [["render", _sfc_render$1K]]), _sfc_main$1V = {
6999
+ const VsCannedSearchTourRuns = /* @__PURE__ */ _export_sfc(_sfc_main$1U, [["render", _sfc_render$1I]]), _sfc_main$1T = {
6981
7000
  name: "VsCannedSearchTourDeparts",
6982
7001
  status: "prototype",
6983
7002
  release: "0.0.1",
@@ -7007,14 +7026,14 @@ const VsCannedSearchTourRuns = /* @__PURE__ */ _export_sfc(_sfc_main$1W, [["rend
7007
7026
  return this.origins ? this.origins.map((e) => e.name).join(", ") : "";
7008
7027
  }
7009
7028
  }
7010
- }, _hoisted_1$1v = { class: "vs-canned-search-tour-departs" }, _hoisted_2$13 = { class: "vs-canned-search-tour-departs__label" };
7011
- function _sfc_render$1J(e, n, t, a, r, o) {
7012
- return openBlock(), createElementBlock("p", _hoisted_1$1v, [
7029
+ }, _hoisted_1$1u = { class: "vs-canned-search-tour-departs" }, _hoisted_2$13 = { class: "vs-canned-search-tour-departs__label" };
7030
+ function _sfc_render$1H(e, n, t, a, r, o) {
7031
+ return openBlock(), createElementBlock("p", _hoisted_1$1u, [
7013
7032
  createElementVNode("span", _hoisted_2$13, toDisplayString(t.label) + ":", 1),
7014
7033
  createTextVNode(" " + toDisplayString(o.transformedOrigins), 1)
7015
7034
  ]);
7016
7035
  }
7017
- const VsCannedSearchTourDeparts = /* @__PURE__ */ _export_sfc(_sfc_main$1V, [["render", _sfc_render$1J]]), _sfc_main$1U = {
7036
+ const VsCannedSearchTourDeparts = /* @__PURE__ */ _export_sfc(_sfc_main$1T, [["render", _sfc_render$1H]]), _sfc_main$1S = {
7018
7037
  name: "VsCarousel",
7019
7038
  status: "prototype",
7020
7039
  release: "0.0.1",
@@ -7177,7 +7196,7 @@ const VsCannedSearchTourDeparts = /* @__PURE__ */ _export_sfc(_sfc_main$1V, [["r
7177
7196
  return 100 / this.slidesPerPage[this.currentWidth] * n;
7178
7197
  }
7179
7198
  }
7180
- }, _hoisted_1$1u = {
7199
+ }, _hoisted_1$1t = {
7181
7200
  class: "vs-carousel",
7182
7201
  "data-test": "vs-carousel",
7183
7202
  ref: "carousel"
@@ -7191,9 +7210,9 @@ const VsCannedSearchTourDeparts = /* @__PURE__ */ _export_sfc(_sfc_main$1V, [["r
7191
7210
  class: "vs-carousel__mobile-pagination",
7192
7211
  "data-test": "vs-carousel__mobile-pagination"
7193
7212
  };
7194
- function _sfc_render$1I(e, n, t, a, r, o) {
7213
+ function _sfc_render$1G(e, n, t, a, r, o) {
7195
7214
  const l = resolveComponent("VsButton"), c = resolveComponent("VsRow"), d = resolveComponent("VsCol"), p = resolveComponent("VsContainer");
7196
- return openBlock(), createElementBlock("section", _hoisted_1$1u, [
7215
+ return openBlock(), createElementBlock("section", _hoisted_1$1t, [
7197
7216
  createVNode(p, null, {
7198
7217
  default: withCtx(() => [
7199
7218
  createVNode(c, null, {
@@ -7280,7 +7299,7 @@ function _sfc_render$1I(e, n, t, a, r, o) {
7280
7299
  })
7281
7300
  ], 512);
7282
7301
  }
7283
- const VsCarousel = /* @__PURE__ */ _export_sfc(_sfc_main$1U, [["render", _sfc_render$1I]]), _sfc_main$1T = {
7302
+ const VsCarousel = /* @__PURE__ */ _export_sfc(_sfc_main$1S, [["render", _sfc_render$1G]]), _sfc_main$1R = {
7284
7303
  name: "VsModuleWrapper",
7285
7304
  status: "prototype",
7286
7305
  release: "0.0.1",
@@ -7354,7 +7373,7 @@ const VsCarousel = /* @__PURE__ */ _export_sfc(_sfc_main$1U, [["render", _sfc_re
7354
7373
  }
7355
7374
  }
7356
7375
  };
7357
- function _sfc_render$1H(e, n, t, a, r, o) {
7376
+ function _sfc_render$1F(e, n, t, a, r, o) {
7358
7377
  const l = resolveComponent("VsHeading"), c = resolveComponent("VsCol"), d = resolveComponent("VsRichTextWrapper"), p = resolveComponent("VsRow"), f = resolveComponent("VsContainer");
7359
7378
  return openBlock(), createElementBlock("section", mergeProps({
7360
7379
  class: o.sectionClasses,
@@ -7405,7 +7424,7 @@ function _sfc_render$1H(e, n, t, a, r, o) {
7405
7424
  renderSlot(e.$slots, "default")
7406
7425
  ], 16);
7407
7426
  }
7408
- const VsModuleWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$1T, [["render", _sfc_render$1H]]), global$1 = globalThis || void 0 || self;
7427
+ const VsModuleWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$1R, [["render", _sfc_render$1F]]), global$1 = globalThis || void 0 || self;
7409
7428
  function getDefaultExportFromCjs(e) {
7410
7429
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
7411
7430
  }
@@ -10224,7 +10243,7 @@ axios.formToJSON = (e) => formDataToJSON(utils$1.isHTMLForm(e) ? new FormData(e)
10224
10243
  axios.getAdapter = adapters.getAdapter;
10225
10244
  axios.HttpStatusCode = HttpStatusCode;
10226
10245
  axios.default = axios;
10227
- const _sfc_main$1S = {
10246
+ const _sfc_main$1Q = {
10228
10247
  name: "VsCannedSearch",
10229
10248
  status: "prototype",
10230
10249
  release: "0.0.1",
@@ -10366,15 +10385,15 @@ const _sfc_main$1S = {
10366
10385
  return e.covidInformation && e.covidInformation.weAreOpen ? e.covidInformation.weAreOpen : e.opening && e.opening.nowOn ? e.opening.nowOn : "";
10367
10386
  }
10368
10387
  }
10369
- }, _hoisted_1$1t = {
10388
+ }, _hoisted_1$1s = {
10370
10389
  class: "vs-canned-search",
10371
10390
  "data-test": "vs-canned-search"
10372
10391
  };
10373
- function _sfc_render$1G(e, n, t, a, r, o) {
10392
+ function _sfc_render$1E(e, n, t, a, r, o) {
10374
10393
  const l = resolveComponent("VsCol"), c = resolveComponent("VsRow"), d = resolveComponent("VsContainer"), p = resolveComponent("VsCannedSearchTourRuns"), f = resolveComponent("VsCannedSearchTourDeparts"), m = resolveComponent("VsCannedSearchSubHeading"), _ = resolveComponent("VsCannedSearchStars"), v = resolveComponent("VsCannedSearchCategories"), k = resolveComponent("VsCannedSearchLogos"), C = resolveComponent("VsCannedSearchBadges"), V = resolveComponent("VsCannedSearchDates"), E = resolveComponent("VsCannedSearchDuration"), T = resolveComponent("VsCannedSearchPrice"), L = resolveComponent("VsCannedSearchCuisines"), O = resolveComponent("VsCannedSearchSummaryBox"), R = resolveComponent("VsCannedSearchProductCard"), M = resolveComponent("VsCarousel"), q = resolveComponent("VsModuleWrapper");
10375
10394
  return withDirectives((openBlock(), createBlock(q, null, createSlots({
10376
10395
  default: withCtx(() => [
10377
- createElementVNode("div", _hoisted_1$1t, [
10396
+ createElementVNode("div", _hoisted_1$1s, [
10378
10397
  createVNode(d, null, {
10379
10398
  default: withCtx(() => [
10380
10399
  createVNode(c, null, {
@@ -10572,7 +10591,7 @@ function _sfc_render$1G(e, n, t, a, r, o) {
10572
10591
  [vShow, r.products.length]
10573
10592
  ]);
10574
10593
  }
10575
- const CannedSearch = /* @__PURE__ */ _export_sfc(_sfc_main$1S, [["render", _sfc_render$1G]]), breakpoint_xl = "1200px", grid_container_width_xl = "1116px", breakpoint_md = "768px", max_container_width_xl = "1140px", grid_container_width_md = "696px", breakpoint_sm = "576px", breakpoint_lg = "992px", breakpoint_xs = "0", max_container_width_md = "720px", grid_container_width_sm = "516px", grid_container_width_lg = "936px", max_container_width_sm = "540px", max_container_width_lg = "960px", max_container_width_xxl = "1340px", grid_container_width_xxl = "1316px", breakpoint_xxl = "1400px", grid_columns = "12", grid_gutter_width = "24px", font_weight_bold = "700", font_weight_semi_bold = "600", font_weight_normal = "400", font_weight_light = "300", icon_size_xxs = "12px", icon_size_xs = "16px", icon_size_sm = "20px", icon_size_md = "24px", icon_size_lg = "30px", icon_size_xl = "40px", opacity_100 = "1", opacity_50 = "0.5", opacity_0 = "0", duration_quickly = ".08s", duration_base = ".2s", duration_slowly = ".5s", letter_spacing_xxl = "2px", letter_spacing_xl = "1.4px", letter_spacing_l = "1px", letter_spacing_m = "0.5px", letter_spacing_s = "-0.5px", letter_spacing_xs = "-1px", border_radius_default = "0.25rem", border_radius_xl = "0.5rem", border_radius_lg = "0.3rem", border_radius_sm = "0.2rem", border_radius_pill = "50rem", line_height_m = "1.6", line_height_xl = "2", line_height_s = "1.3", line_height_xs = "1", line_height_lead = "1.55", line_height_standard = "1.2", line_height_l = "1.8", no_javascript = "no-js", theme_dark = "rgb(42, 40, 41)", theme_grey = "rgb(239, 239, 239)", designTokens = {
10594
+ const CannedSearch = /* @__PURE__ */ _export_sfc(_sfc_main$1Q, [["render", _sfc_render$1E]]), breakpoint_xl = "1200px", grid_container_width_xl = "1116px", breakpoint_md = "768px", max_container_width_xl = "1140px", grid_container_width_md = "696px", breakpoint_sm = "576px", breakpoint_lg = "992px", breakpoint_xs = "0", max_container_width_md = "720px", grid_container_width_sm = "516px", grid_container_width_lg = "936px", max_container_width_sm = "540px", max_container_width_lg = "960px", max_container_width_xxl = "1340px", grid_container_width_xxl = "1316px", breakpoint_xxl = "1400px", grid_columns = "12", grid_gutter_width = "24px", font_weight_bold = "700", font_weight_semi_bold = "600", font_weight_normal = "400", font_weight_light = "300", icon_size_xxs = "12px", icon_size_xs = "16px", icon_size_sm = "20px", icon_size_md = "24px", icon_size_lg = "30px", icon_size_xl = "40px", opacity_100 = "1", opacity_50 = "0.5", opacity_0 = "0", duration_quickly = ".08s", duration_base = ".2s", duration_slowly = ".5s", letter_spacing_xxl = "2px", letter_spacing_xl = "1.4px", letter_spacing_l = "1px", letter_spacing_m = "0.5px", letter_spacing_s = "-0.5px", letter_spacing_xs = "-1px", border_radius_default = "0.25rem", border_radius_xl = "0.5rem", border_radius_lg = "0.3rem", border_radius_sm = "0.2rem", border_radius_pill = "50rem", line_height_m = "1.6", line_height_xl = "2", line_height_s = "1.3", line_height_xs = "1", line_height_lead = "1.55", line_height_standard = "1.2", line_height_l = "1.8", no_javascript = "no-js", theme_dark = "rgb(42, 40, 41)", theme_grey = "rgb(239, 239, 239)", designTokens = {
10576
10595
  "vs-color-background-primary": "rgb(255, 255, 255)",
10577
10596
  "vs-color-background-secondary": "rgb(242, 242, 248)",
10578
10597
  "vs-color-background-bold": "rgb(32, 15, 46)",
@@ -10762,7 +10781,7 @@ const CannedSearch = /* @__PURE__ */ _export_sfc(_sfc_main$1S, [["render", _sfc_
10762
10781
  "tracking-heading": "-0.01em",
10763
10782
  "tracking-sub-heading": "0em",
10764
10783
  "tracking-body": "0.01em"
10765
- }, _sfc_main$1R = {
10784
+ }, _sfc_main$1P = {
10766
10785
  name: "VsCaptionImageMap",
10767
10786
  status: "prototype",
10768
10787
  release: "0.0.1",
@@ -10831,8 +10850,8 @@ const CannedSearch = /* @__PURE__ */ _export_sfc(_sfc_main$1S, [["render", _sfc_
10831
10850
  return (t - e) * a / (n - e);
10832
10851
  }
10833
10852
  }
10834
- }, _hoisted_1$1s = ["width", "height"], _hoisted_2$11 = ["stroke"], _hoisted_3$Q = ["stroke"], _hoisted_4$D = ["stroke"], _hoisted_5$s = ["stroke"], _hoisted_6$i = ["stroke"], _hoisted_7$d = ["stroke"], _hoisted_8$5 = ["stroke"], _hoisted_9$4 = ["stroke"], _hoisted_10$4 = ["stroke"], _hoisted_11$3 = ["stroke"], _hoisted_12$3 = ["stroke"], _hoisted_13$3 = ["stroke"], _hoisted_14$2 = ["stroke"], _hoisted_15$2 = ["stroke"], _hoisted_16$2 = ["stroke"], _hoisted_17$2 = ["stroke"], _hoisted_18$1 = ["stroke"], _hoisted_19$1 = ["stroke"], _hoisted_20$1 = ["stroke"], _hoisted_21 = ["stroke"], _hoisted_22 = ["stroke"], _hoisted_23 = ["stroke"], _hoisted_24 = ["stroke"], _hoisted_25 = ["stroke"], _hoisted_26 = ["stroke"], _hoisted_27 = ["stroke"], _hoisted_28 = ["stroke"], _hoisted_29 = ["stroke"], _hoisted_30 = ["stroke"], _hoisted_31 = ["stroke"], _hoisted_32 = ["width", "height"], _hoisted_33 = ["fill", "cx", "cy"];
10835
- function _sfc_render$1F(e, n, t, a, r, o) {
10853
+ }, _hoisted_1$1r = ["width", "height"], _hoisted_2$11 = ["stroke"], _hoisted_3$Q = ["stroke"], _hoisted_4$D = ["stroke"], _hoisted_5$s = ["stroke"], _hoisted_6$i = ["stroke"], _hoisted_7$d = ["stroke"], _hoisted_8$5 = ["stroke"], _hoisted_9$4 = ["stroke"], _hoisted_10$4 = ["stroke"], _hoisted_11$3 = ["stroke"], _hoisted_12$3 = ["stroke"], _hoisted_13$3 = ["stroke"], _hoisted_14$2 = ["stroke"], _hoisted_15$2 = ["stroke"], _hoisted_16$2 = ["stroke"], _hoisted_17$2 = ["stroke"], _hoisted_18$1 = ["stroke"], _hoisted_19$1 = ["stroke"], _hoisted_20$1 = ["stroke"], _hoisted_21 = ["stroke"], _hoisted_22 = ["stroke"], _hoisted_23 = ["stroke"], _hoisted_24 = ["stroke"], _hoisted_25 = ["stroke"], _hoisted_26 = ["stroke"], _hoisted_27 = ["stroke"], _hoisted_28 = ["stroke"], _hoisted_29 = ["stroke"], _hoisted_30 = ["stroke"], _hoisted_31 = ["stroke"], _hoisted_32 = ["width", "height"], _hoisted_33 = ["fill", "cx", "cy"];
10854
+ function _sfc_render$1D(e, n, t, a, r, o) {
10836
10855
  return openBlock(), createElementBlock("svg", {
10837
10856
  xmlns: "http://www.w3.org/2000/svg",
10838
10857
  width: r.mapWidth,
@@ -11250,9 +11269,9 @@ function _sfc_render$1F(e, n, t, a, r, o) {
11250
11269
  cx: o.positionX,
11251
11270
  cy: o.positionY
11252
11271
  }, null, 8, _hoisted_33)
11253
- ], 8, _hoisted_1$1s);
11272
+ ], 8, _hoisted_1$1r);
11254
11273
  }
11255
- const VsCaptionImageMap = /* @__PURE__ */ _export_sfc(_sfc_main$1R, [["render", _sfc_render$1F]]), _sfc_main$1Q = {
11274
+ const VsCaptionImageMap = /* @__PURE__ */ _export_sfc(_sfc_main$1P, [["render", _sfc_render$1D]]), _sfc_main$1O = {
11256
11275
  name: "VsCaption",
11257
11276
  status: "prototype",
11258
11277
  release: "0.0.1",
@@ -11328,14 +11347,14 @@ const VsCaptionImageMap = /* @__PURE__ */ _export_sfc(_sfc_main$1R, [["render",
11328
11347
  ];
11329
11348
  }
11330
11349
  }
11331
- }, _hoisted_1$1r = { class: "vs-caption__caption-info" }, _hoisted_2$10 = {
11350
+ }, _hoisted_1$1q = { class: "vs-caption__caption-info" }, _hoisted_2$10 = {
11332
11351
  key: 0,
11333
11352
  class: "vs-caption__image-caption"
11334
11353
  }, _hoisted_3$P = {
11335
11354
  key: 1,
11336
11355
  class: "vs-caption__image-credit"
11337
11356
  }, _hoisted_4$C = { class: "vs-caption__map-wrapper pt-075 pt-sm-050 pb-sm-050 mx-auto" };
11338
- function _sfc_render$1E(e, n, t, a, r, o) {
11357
+ function _sfc_render$1C(e, n, t, a, r, o) {
11339
11358
  const l = resolveComponent("VsCol"), c = resolveComponent("VsCaptionImageMap"), d = resolveComponent("VsRow"), p = resolveComponent("VsContainer");
11340
11359
  return openBlock(), createElementBlock("div", {
11341
11360
  "data-test": "vs-caption",
@@ -11349,7 +11368,7 @@ function _sfc_render$1E(e, n, t, a, r, o) {
11349
11368
  class: normalizeClass(["order-2 order-sm-1", [o.showMap ? "" : "align-self-center"]])
11350
11369
  }, {
11351
11370
  default: withCtx(() => [
11352
- createElementVNode("div", _hoisted_1$1r, [
11371
+ createElementVNode("div", _hoisted_1$1q, [
11353
11372
  e.$slots.caption ? (openBlock(), createElementBlock("p", _hoisted_2$10, [
11354
11373
  renderSlot(e.$slots, "caption")
11355
11374
  ])) : createCommentVNode("", !0),
@@ -11384,7 +11403,7 @@ function _sfc_render$1E(e, n, t, a, r, o) {
11384
11403
  })
11385
11404
  ], 2);
11386
11405
  }
11387
- const VsCaption = /* @__PURE__ */ _export_sfc(_sfc_main$1Q, [["render", _sfc_render$1E]]), _sfc_main$1P = {
11406
+ const VsCaption = /* @__PURE__ */ _export_sfc(_sfc_main$1O, [["render", _sfc_render$1C]]), _sfc_main$1N = {
11388
11407
  name: "VsWarning",
11389
11408
  status: "prototype",
11390
11409
  release: "0.1.0",
@@ -11432,14 +11451,14 @@ const VsCaption = /* @__PURE__ */ _export_sfc(_sfc_main$1Q, [["render", _sfc_ren
11432
11451
  return this.type === "cookie" && (e.class = "ot-sdk-show-settings vs-warning__cookie-trigger"), this.size === "small" && (e.size = "sm"), e;
11433
11452
  }
11434
11453
  }
11435
- }, _hoisted_1$1q = { class: "vs-warning__content" }, _hoisted_2$$ = { key: 0 };
11436
- function _sfc_render$1D(e, n, t, a, r, o) {
11454
+ }, _hoisted_1$1p = { class: "vs-warning__content" }, _hoisted_2$$ = { key: 0 };
11455
+ function _sfc_render$1B(e, n, t, a, r, o) {
11437
11456
  const l = resolveComponent("VsIcon"), c = resolveComponent("VsButton");
11438
11457
  return openBlock(), createElementBlock("div", {
11439
11458
  class: normalizeClass(["vs-warning", o.warningClasses]),
11440
11459
  "data-test": "vs-warning"
11441
11460
  }, [
11442
- createElementVNode("div", _hoisted_1$1q, [
11461
+ createElementVNode("div", _hoisted_1$1p, [
11443
11462
  createVNode(l, {
11444
11463
  class: "vs-warning__icon",
11445
11464
  name: t.icon,
@@ -11467,7 +11486,7 @@ function _sfc_render$1D(e, n, t, a, r, o) {
11467
11486
  ])
11468
11487
  ], 2);
11469
11488
  }
11470
- const VsWarning = /* @__PURE__ */ _export_sfc(_sfc_main$1P, [["render", _sfc_render$1D]]), _sfc_main$1O = {
11489
+ const VsWarning = /* @__PURE__ */ _export_sfc(_sfc_main$1N, [["render", _sfc_render$1B]]), _sfc_main$1M = {
11471
11490
  name: "VsProgressBar",
11472
11491
  status: "prototype",
11473
11492
  release: "0.1.0",
@@ -11542,11 +11561,11 @@ const VsWarning = /* @__PURE__ */ _export_sfc(_sfc_main$1P, [["render", _sfc_ren
11542
11561
  const e = getCurrentInstance();
11543
11562
  this.compId = ref$1(e.uid);
11544
11563
  }
11545
- }, _hoisted_1$1p = {
11564
+ }, _hoisted_1$1o = {
11546
11565
  key: 1,
11547
11566
  class: "vs-progress-bar__stepper"
11548
11567
  }, _hoisted_2$_ = ["id"], _hoisted_3$O = ["id"];
11549
- function _sfc_render$1C(e, n, t, a, r, o) {
11568
+ function _sfc_render$1A(e, n, t, a, r, o) {
11550
11569
  const l = resolveComponent("BProgressBar"), c = resolveComponent("BProgress");
11551
11570
  return openBlock(), createElementBlock("div", {
11552
11571
  class: normalizeClass(["vs-progress-bar", o.computedClasses]),
@@ -11564,7 +11583,7 @@ function _sfc_render$1C(e, n, t, a, r, o) {
11564
11583
  ]),
11565
11584
  _: 1
11566
11585
  }, 8, ["max"])) : createCommentVNode("", !0),
11567
- t.isStepped && t.max <= 5 ? (openBlock(), createElementBlock("div", _hoisted_1$1p, [
11586
+ t.isStepped && t.max <= 5 ? (openBlock(), createElementBlock("div", _hoisted_1$1o, [
11568
11587
  (openBlock(!0), createElementBlock(Fragment, null, renderList(t.max, (d) => (openBlock(), createBlock(c, {
11569
11588
  key: d,
11570
11589
  max: 1
@@ -11589,7 +11608,7 @@ function _sfc_render$1C(e, n, t, a, r, o) {
11589
11608
  }, toDisplayString(t.currentStep) + " / " + toDisplayString(t.max), 9, _hoisted_3$O))
11590
11609
  ], 2);
11591
11610
  }
11592
- const VsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$1O, [["render", _sfc_render$1C]]), _sfc_main$1N = {
11611
+ const VsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$1M, [["render", _sfc_render$1A]]), _sfc_main$1L = {
11593
11612
  name: "VsCarbonCalculatorTip",
11594
11613
  status: "prototype",
11595
11614
  release: "0.0.1",
@@ -11608,13 +11627,13 @@ const VsProgressBar = /* @__PURE__ */ _export_sfc(_sfc_main$1O, [["render", _sfc
11608
11627
  default: !1
11609
11628
  }
11610
11629
  }
11611
- }, _hoisted_1$1o = {
11630
+ }, _hoisted_1$1n = {
11612
11631
  class: "vs-carbon-calculator-tip",
11613
11632
  "data-test": "vs-carbon-calculator-tip"
11614
11633
  }, _hoisted_2$Z = { class: "vs-carbon-calculator-tip__icon-container" }, _hoisted_3$N = { class: "vs-carbon-calculator-tip__content" }, _hoisted_4$B = ["innerHTML"], _hoisted_5$r = ["innerHTML"];
11615
- function _sfc_render$1B(e, n, t, a, r, o) {
11634
+ function _sfc_render$1z(e, n, t, a, r, o) {
11616
11635
  const l = resolveComponent("VsIcon"), c = resolveComponent("VsHeading");
11617
- return openBlock(), createElementBlock("div", _hoisted_1$1o, [
11636
+ return openBlock(), createElementBlock("div", _hoisted_1$1n, [
11618
11637
  createElementVNode("div", _hoisted_2$Z, [
11619
11638
  createVNode(l, {
11620
11639
  name: "coo",
@@ -11648,7 +11667,7 @@ function _sfc_render$1B(e, n, t, a, r, o) {
11648
11667
  ])
11649
11668
  ]);
11650
11669
  }
11651
- const VsCarbonCalculatorTip = /* @__PURE__ */ _export_sfc(_sfc_main$1N, [["render", _sfc_render$1B]]);
11670
+ const VsCarbonCalculatorTip = /* @__PURE__ */ _export_sfc(_sfc_main$1L, [["render", _sfc_render$1z]]);
11652
11671
  function _isPlaceholder(e) {
11653
11672
  return e != null && typeof e == "object" && e["@@functional/placeholder"] === !0;
11654
11673
  }
@@ -16205,12 +16224,12 @@ var script = defineComponent({
16205
16224
  }), { bar: t, canvas: r, direction: a, mouse: n };
16206
16225
  }
16207
16226
  });
16208
- const _hoisted_1$1n = {
16227
+ const _hoisted_1$1m = {
16209
16228
  key: 0,
16210
16229
  class: "layer-hover-bar"
16211
16230
  }, _hoisted_2$Y = ["x", "y", "width", "height"];
16212
16231
  function render(e, n, t, a, r, o) {
16213
- return e.mouse.hover ? (openBlock(), createElementBlock("g", _hoisted_1$1n, [
16232
+ return e.mouse.hover ? (openBlock(), createElementBlock("g", _hoisted_1$1m, [
16214
16233
  createElementVNode("rect", mergeProps({ class: "hover-bar" }, e.barStyle, {
16215
16234
  x: e.bar.x,
16216
16235
  y: e.bar.y,
@@ -16221,7 +16240,7 @@ function render(e, n, t, a, r, o) {
16221
16240
  }
16222
16241
  script.render = render;
16223
16242
  script.__file = "src/components/HoverBar/index.vue";
16224
- const _sfc_main$1M = {
16243
+ const _sfc_main$1K = {
16225
16244
  name: "VsCarbonCalculatorResults",
16226
16245
  status: "prototype",
16227
16246
  release: "0.0.1",
@@ -16405,8 +16424,8 @@ const _sfc_main$1M = {
16405
16424
  };
16406
16425
  }
16407
16426
  }
16408
- }, _hoisted_1$1m = { class: "vs-carbon-calculator-results__headline" }, _hoisted_2$X = { class: "mb-050" }, _hoisted_3$L = { class: "vs-carbon-calculator-results__total" }, _hoisted_4$z = ["innerHTML"], _hoisted_5$p = { class: "vs-carbon-calculator-results__unicorn-icon-container" }, _hoisted_6$g = { class: "vs-carbon-calculator-results__unicorn-content" };
16409
- function _sfc_render$1A(e, n, t, a, r, o) {
16427
+ }, _hoisted_1$1l = { class: "vs-carbon-calculator-results__headline" }, _hoisted_2$X = { class: "mb-050" }, _hoisted_3$L = { class: "vs-carbon-calculator-results__total" }, _hoisted_4$z = ["innerHTML"], _hoisted_5$p = { class: "vs-carbon-calculator-results__unicorn-icon-container" }, _hoisted_6$g = { class: "vs-carbon-calculator-results__unicorn-content" };
16428
+ function _sfc_render$1y(e, n, t, a, r, o) {
16410
16429
  const l = resolveComponent("VsHeading"), c = resolveComponent("VsCol"), d = resolveComponent("VsRow"), p = resolveComponent("VsIcon"), f = resolveComponent("Grid"), m = resolveComponent("Bar"), _ = resolveComponent("Chart"), v = resolveComponent("Responsive");
16411
16430
  return openBlock(), createBlock(d, {
16412
16431
  "data-test": "vs-carbon-calculator-results",
@@ -16436,7 +16455,7 @@ function _sfc_render$1A(e, n, t, a, r, o) {
16436
16455
  md: "6"
16437
16456
  }, {
16438
16457
  default: withCtx(() => [
16439
- createElementVNode("div", _hoisted_1$1m, [
16458
+ createElementVNode("div", _hoisted_1$1l, [
16440
16459
  createElementVNode("p", _hoisted_2$X, toDisplayString(o.labelsMap.resultsIntro), 1),
16441
16460
  createElementVNode("p", null, [
16442
16461
  createElementVNode("span", _hoisted_3$L, toDisplayString(t.totalKilos.toLocaleString(t.language, {
@@ -16542,7 +16561,7 @@ function _sfc_render$1A(e, n, t, a, r, o) {
16542
16561
  _: 1
16543
16562
  }, 8, ["style"]);
16544
16563
  }
16545
- const VsCarbonCalculatorResults = /* @__PURE__ */ _export_sfc(_sfc_main$1M, [["render", _sfc_render$1A]]), _sfc_main$1L = {
16564
+ const VsCarbonCalculatorResults = /* @__PURE__ */ _export_sfc(_sfc_main$1K, [["render", _sfc_render$1y]]), _sfc_main$1J = {
16546
16565
  name: "VsCarbonCalculatorRunningTotal",
16547
16566
  status: "prototype",
16548
16567
  release: "0.0.1",
@@ -16571,13 +16590,13 @@ const VsCarbonCalculatorResults = /* @__PURE__ */ _export_sfc(_sfc_main$1M, [["r
16571
16590
  default: "en-gb"
16572
16591
  }
16573
16592
  }
16574
- }, _hoisted_1$1l = {
16593
+ }, _hoisted_1$1k = {
16575
16594
  class: "vs-carbon-calculator-running-total",
16576
16595
  "data-test": "vs-carbon-calculator-running-total"
16577
16596
  }, _hoisted_2$W = { class: "vs-carbon-calculator-running-total__icon" }, _hoisted_3$K = { class: "vs-carbon-calculator-running-total__content" }, _hoisted_4$y = { class: "font-weight-bold" };
16578
- function _sfc_render$1z(e, n, t, a, r, o) {
16597
+ function _sfc_render$1x(e, n, t, a, r, o) {
16579
16598
  const l = resolveComponent("VsIcon");
16580
- return openBlock(), createElementBlock("div", _hoisted_1$1l, [
16599
+ return openBlock(), createElementBlock("div", _hoisted_1$1k, [
16581
16600
  createElementVNode("div", _hoisted_2$W, [
16582
16601
  createVNode(l, {
16583
16602
  name: "notes",
@@ -16593,7 +16612,7 @@ function _sfc_render$1z(e, n, t, a, r, o) {
16593
16612
  ])
16594
16613
  ]);
16595
16614
  }
16596
- const VsCarbonCalculatorRunningTotal = /* @__PURE__ */ _export_sfc(_sfc_main$1L, [["render", _sfc_render$1z]]), _sfc_main$1K = {
16615
+ const VsCarbonCalculatorRunningTotal = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["render", _sfc_render$1x]]), _sfc_main$1I = {
16597
16616
  name: "VsCarbonCalculatorIntro",
16598
16617
  status: "prototype",
16599
16618
  release: "0.0.1",
@@ -16601,13 +16620,13 @@ const VsCarbonCalculatorRunningTotal = /* @__PURE__ */ _export_sfc(_sfc_main$1L,
16601
16620
  VsHeading
16602
16621
  },
16603
16622
  inject: ["labelsMap"]
16604
- }, _hoisted_1$1k = {
16623
+ }, _hoisted_1$1j = {
16605
16624
  class: "vs-carbon-calculator-intro",
16606
16625
  "data-test": "vs-carbon-calculator-intro"
16607
16626
  };
16608
- function _sfc_render$1y(e, n, t, a, r, o) {
16627
+ function _sfc_render$1w(e, n, t, a, r, o) {
16609
16628
  const l = resolveComponent("VsHeading");
16610
- return openBlock(), createElementBlock("div", _hoisted_1$1k, [
16629
+ return openBlock(), createElementBlock("div", _hoisted_1$1j, [
16611
16630
  createVNode(l, {
16612
16631
  level: "2",
16613
16632
  "heading-style": "heading-l"
@@ -16620,7 +16639,7 @@ function _sfc_render$1y(e, n, t, a, r, o) {
16620
16639
  createElementVNode("p", null, toDisplayString(o.labelsMap.introContent), 1)
16621
16640
  ]);
16622
16641
  }
16623
- const VsCarbonCalculatorIntro = /* @__PURE__ */ _export_sfc(_sfc_main$1K, [["render", _sfc_render$1y]]);
16642
+ const VsCarbonCalculatorIntro = /* @__PURE__ */ _export_sfc(_sfc_main$1I, [["render", _sfc_render$1w]]);
16624
16643
  function ownKeys$1(e, n) {
16625
16644
  var t = Object.keys(e);
16626
16645
  if (Object.getOwnPropertySymbols) {
@@ -17453,7 +17472,7 @@ const postcode = common$1.regex(/^([A-Za-z][A-HJ-Ya-hj-y]?\d[A-Za-z\d]? ?\d[A-Za
17453
17472
  return this.v$.inputVal && this.v$.inputVal.$anyError || this.invalid ? `error-${this.fieldName}` : this.hintText ? `hint-${this.fieldName}` : null;
17454
17473
  }
17455
17474
  }
17456
- }, _sfc_main$1J = {
17475
+ }, _sfc_main$1H = {
17457
17476
  name: "VsRadioButton",
17458
17477
  status: "prototype",
17459
17478
  release: "0.0.1",
@@ -17637,13 +17656,13 @@ const postcode = common$1.regex(/^([A-Za-z][A-HJ-Ya-hj-y]?\d[A-Za-z\d]? ?\d[A-Za
17637
17656
  validations() {
17638
17657
  return this.rules;
17639
17658
  }
17640
- }, _hoisted_1$1j = {
17659
+ }, _hoisted_1$1i = {
17641
17660
  class: "vs-radio-button",
17642
17661
  "data-test": "vs-radio-button"
17643
17662
  }, _hoisted_2$V = ["id"], _hoisted_3$J = { class: "visually-hidden" }, _hoisted_4$x = ["id"];
17644
- function _sfc_render$1x(e, n, t, a, r, o) {
17663
+ function _sfc_render$1v(e, n, t, a, r, o) {
17645
17664
  const l = resolveComponent("BFormRadio"), c = resolveComponent("BFormRadioGroup");
17646
- return openBlock(), createElementBlock("div", _hoisted_1$1j, [
17665
+ return openBlock(), createElementBlock("div", _hoisted_1$1i, [
17647
17666
  e.errorsList.length || t.invalid ? (openBlock(), createElementBlock("div", {
17648
17667
  key: 0,
17649
17668
  role: "alert",
@@ -17704,7 +17723,7 @@ function _sfc_render$1x(e, n, t, a, r, o) {
17704
17723
  }, toDisplayString(t.hintText), 9, _hoisted_4$x)) : createCommentVNode("", !0)
17705
17724
  ]);
17706
17725
  }
17707
- const VsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["render", _sfc_render$1x]]), _sfc_main$1I = {
17726
+ const VsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$1H, [["render", _sfc_render$1v]]), _sfc_main$1G = {
17708
17727
  name: "VsInput",
17709
17728
  status: "prototype",
17710
17729
  release: "0.0.1",
@@ -17925,10 +17944,10 @@ const VsRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["render", _sfc
17925
17944
  validations() {
17926
17945
  return this.rules;
17927
17946
  }
17928
- }, _hoisted_1$1i = { "data-test": "vs-number-input" }, _hoisted_2$U = ["id"], _hoisted_3$I = ["id"], _hoisted_4$w = { class: "visually-hidden" }, _hoisted_5$o = { class: "visually-hidden" };
17929
- function _sfc_render$1w(e, n, t, a, r, o) {
17947
+ }, _hoisted_1$1h = { "data-test": "vs-number-input" }, _hoisted_2$U = ["id"], _hoisted_3$I = ["id"], _hoisted_4$w = { class: "visually-hidden" }, _hoisted_5$o = { class: "visually-hidden" };
17948
+ function _sfc_render$1u(e, n, t, a, r, o) {
17930
17949
  const l = resolveComponent("VsButton"), c = resolveComponent("BFormInput");
17931
- return openBlock(), createElementBlock("div", _hoisted_1$1i, [
17950
+ return openBlock(), createElementBlock("div", _hoisted_1$1h, [
17932
17951
  t.hintText ? (openBlock(), createElementBlock("p", {
17933
17952
  key: 0,
17934
17953
  class: "hint-text",
@@ -18013,7 +18032,7 @@ function _sfc_render$1w(e, n, t, a, r, o) {
18013
18032
  })) : createCommentVNode("", !0)
18014
18033
  ]);
18015
18034
  }
18016
- const VsNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$1I, [["render", _sfc_render$1w]]), _sfc_main$1H = {
18035
+ const VsNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["render", _sfc_render$1u]]), _sfc_main$1F = {
18017
18036
  name: "VsCarbonCalculatorQuestion",
18018
18037
  status: "prototype",
18019
18038
  release: "0.0.1",
@@ -18104,8 +18123,8 @@ const VsNumberInput = /* @__PURE__ */ _export_sfc(_sfc_main$1I, [["render", _sfc
18104
18123
  this.$emit("updateFieldData", e);
18105
18124
  }
18106
18125
  }
18107
- }, _hoisted_1$1h = ["for"];
18108
- function _sfc_render$1v(e, n, t, a, r, o) {
18126
+ }, _hoisted_1$1g = ["for"];
18127
+ function _sfc_render$1t(e, n, t, a, r, o) {
18109
18128
  const l = resolveComponent("VsRadioButton"), c = resolveComponent("VsNumberInput"), d = resolveComponent("BFormGroup");
18110
18129
  return openBlock(), createBlock(d, {
18111
18130
  class: normalizeClass([t.fieldClass, "vs-carbon-calculator-question"]),
@@ -18118,7 +18137,7 @@ function _sfc_render$1v(e, n, t, a, r, o) {
18118
18137
  createElementVNode("label", {
18119
18138
  class: "vs-carbon-calculator-question__label mb-200",
18120
18139
  for: t.fieldName
18121
- }, toDisplayString(t.label), 9, _hoisted_1$1h),
18140
+ }, toDisplayString(t.label), 9, _hoisted_1$1g),
18122
18141
  t.fieldType === "radio" ? (openBlock(), createBlock(l, {
18123
18142
  key: 0,
18124
18143
  "field-name": t.fieldName,
@@ -18142,7 +18161,7 @@ function _sfc_render$1v(e, n, t, a, r, o) {
18142
18161
  _: 1
18143
18162
  }, 8, ["class"]);
18144
18163
  }
18145
- const VsCarbonCalculatorQuestion = /* @__PURE__ */ _export_sfc(_sfc_main$1H, [["render", _sfc_render$1v]]), _sfc_main$1G = {
18164
+ const VsCarbonCalculatorQuestion = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["render", _sfc_render$1t]]), _sfc_main$1E = {
18146
18165
  name: "VsCarbonCalculator",
18147
18166
  status: "prototype",
18148
18167
  release: "0.0.1",
@@ -18562,10 +18581,10 @@ const VsCarbonCalculatorQuestion = /* @__PURE__ */ _export_sfc(_sfc_main$1H, [["
18562
18581
  this.repeatableStages[this.activeStage].generations = n;
18563
18582
  }
18564
18583
  }
18565
- }, _hoisted_1$1g = { class: "vs-carbon-calculator__wrapper" }, _hoisted_2$T = { key: 1 };
18566
- function _sfc_render$1u(e, n, t, a, r, o) {
18584
+ }, _hoisted_1$1f = { class: "vs-carbon-calculator__wrapper" }, _hoisted_2$T = { key: 1 };
18585
+ function _sfc_render$1s(e, n, t, a, r, o) {
18567
18586
  const l = resolveComponent("VsCarbonCalculatorIntro"), c = resolveComponent("VsProgressBar"), d = resolveComponent("VsHeading"), p = resolveComponent("VsCarbonCalculatorQuestion"), f = resolveComponent("VsButton"), m = resolveComponent("VsCarbonCalculatorTip"), _ = resolveComponent("VsCol"), v = resolveComponent("VsCarbonCalculatorRunningTotal"), k = resolveComponent("VsCarbonCalculatorResults"), C = resolveComponent("VsRow"), V = resolveComponent("VsContainer"), E = resolveComponent("VsWarning");
18568
- return openBlock(), createElementBlock("div", _hoisted_1$1g, [
18587
+ return openBlock(), createElementBlock("div", _hoisted_1$1f, [
18569
18588
  createVNode(V, {
18570
18589
  class: "vs-carbon-calculator",
18571
18590
  "data-test": "vs-carbon-calculator"
@@ -18757,7 +18776,7 @@ function _sfc_render$1u(e, n, t, a, r, o) {
18757
18776
  })
18758
18777
  ]);
18759
18778
  }
18760
- const CarbonCalculator = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["render", _sfc_render$1u]]), noJsClass = "no-js", jsIsDisabled = () => document.getElementsByClassName(noJsClass).length > 0, useVideoStore = defineStore("video", {
18779
+ const CarbonCalculator = /* @__PURE__ */ _export_sfc(_sfc_main$1E, [["render", _sfc_render$1s]]), noJsClass = "no-js", jsIsDisabled = () => document.getElementsByClassName(noJsClass).length > 0, useVideoStore = defineStore("video", {
18761
18780
  state: () => ({
18762
18781
  videos: {}
18763
18782
  }),
@@ -18768,7 +18787,7 @@ const CarbonCalculator = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["render", _
18768
18787
  };
18769
18788
  }
18770
18789
  }
18771
- }), _sfc_main$1F = {
18790
+ }), _sfc_main$1D = {
18772
18791
  name: "VsStretchedLinkCard",
18773
18792
  status: "prototype",
18774
18793
  release: "0.0.1",
@@ -18957,7 +18976,7 @@ const CarbonCalculator = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["render", _
18957
18976
  this.videoId && this.emitter && this.emitter.emit("showModal", this.videoId, "#videoShow");
18958
18977
  }
18959
18978
  }
18960
- }, _hoisted_1$1f = {
18979
+ }, _hoisted_1$1e = {
18961
18980
  key: 0,
18962
18981
  class: "vs-stretched-link-card__video-btn-text"
18963
18982
  }, _hoisted_2$S = {
@@ -18972,7 +18991,7 @@ const CarbonCalculator = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["render", _
18972
18991
  class: "vs-stretched-link-card__badges",
18973
18992
  "data-test": "vs-stretched-link-card__badges"
18974
18993
  };
18975
- function _sfc_render$1t(e, n, t, a, r, o) {
18994
+ function _sfc_render$1r(e, n, t, a, r, o) {
18976
18995
  const l = resolveComponent("VsWarning"), c = resolveComponent("VsImg"), d = resolveComponent("VsButton"), p = resolveComponent("VsLink"), f = resolveComponent("VsHeading");
18977
18996
  return openBlock(), createElementBlock("div", {
18978
18997
  class: normalizeClass(["card vs-stretched-link-card", o.stretchedLinkCardClasses]),
@@ -19056,7 +19075,7 @@ function _sfc_render$1t(e, n, t, a, r, o) {
19056
19075
  onClick: o.emitShowModal
19057
19076
  }, {
19058
19077
  default: withCtx(() => [
19059
- t.videoBtnText ? (openBlock(), createElementBlock("span", _hoisted_1$1f, toDisplayString(o.formattedVideoBtnText), 1)) : createCommentVNode("", !0),
19078
+ t.videoBtnText ? (openBlock(), createElementBlock("span", _hoisted_1$1e, toDisplayString(o.formattedVideoBtnText), 1)) : createCommentVNode("", !0),
19060
19079
  createTextVNode(" " + toDisplayString(o.formattedVideoDuration), 1)
19061
19080
  ]),
19062
19081
  _: 1
@@ -19110,7 +19129,7 @@ function _sfc_render$1t(e, n, t, a, r, o) {
19110
19129
  ], 2)) : createCommentVNode("", !0)
19111
19130
  ], 34);
19112
19131
  }
19113
- const VsStretchedLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["render", _sfc_render$1t]]), _sfc_main$1E = {
19132
+ const VsStretchedLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["render", _sfc_render$1r]]), _sfc_main$1C = {
19114
19133
  name: "VsStretchedLinkPanels",
19115
19134
  status: "prototype",
19116
19135
  release: "0.0.1",
@@ -19148,16 +19167,16 @@ const VsStretchedLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["render"
19148
19167
  default: ""
19149
19168
  }
19150
19169
  }
19151
- }, _hoisted_1$1e = { class: "vs-stretched-link-panels" }, _hoisted_2$R = {
19170
+ }, _hoisted_1$1d = { class: "vs-stretched-link-panels" }, _hoisted_2$R = {
19152
19171
  class: "vs-stretched-link-panels__panel vs-stretched-link-panels__panel--days",
19153
19172
  "data-test": "vs-stretched-link-panel--days"
19154
19173
  }, _hoisted_3$G = { "data-test": "" }, _hoisted_4$u = { class: "vs-stretched-link-panels__days" }, _hoisted_5$n = {
19155
19174
  class: "vs-stretched-link-panels__panel",
19156
19175
  "data-test": "vs-stretched-link-panel"
19157
19176
  }, _hoisted_6$f = { "data-test": "vs-stretched-link-panel__icon" };
19158
- function _sfc_render$1s(e, n, t, a, r, o) {
19177
+ function _sfc_render$1q(e, n, t, a, r, o) {
19159
19178
  const l = resolveComponent("VsIcon");
19160
- return openBlock(), createElementBlock("div", _hoisted_1$1e, [
19179
+ return openBlock(), createElementBlock("div", _hoisted_1$1d, [
19161
19180
  createElementVNode("div", _hoisted_2$R, [
19162
19181
  createElementVNode("p", _hoisted_3$G, [
19163
19182
  createElementVNode("span", _hoisted_4$u, toDisplayString(t.days), 1),
@@ -19175,7 +19194,7 @@ function _sfc_render$1s(e, n, t, a, r, o) {
19175
19194
  ])
19176
19195
  ]);
19177
19196
  }
19178
- const VsStretchedLinkPanels = /* @__PURE__ */ _export_sfc(_sfc_main$1E, [["render", _sfc_render$1s]]), _sfc_main$1D = {
19197
+ const VsStretchedLinkPanels = /* @__PURE__ */ _export_sfc(_sfc_main$1C, [["render", _sfc_render$1q]]), _sfc_main$1B = {
19179
19198
  name: "VsCarouselSlide",
19180
19199
  status: "prototype",
19181
19200
  release: "0.0.1",
@@ -19274,11 +19293,11 @@ const VsStretchedLinkPanels = /* @__PURE__ */ _export_sfc(_sfc_main$1E, [["rende
19274
19293
  return this.visibleSlides.indexOf(n) >= 0;
19275
19294
  }
19276
19295
  }
19277
- }, _hoisted_1$1d = { class: "vs-carousel-slide" }, _hoisted_2$Q = { class: "visually-hidden" }, _hoisted_3$F = {
19296
+ }, _hoisted_1$1c = { class: "vs-carousel-slide" }, _hoisted_2$Q = { class: "visually-hidden" }, _hoisted_3$F = {
19278
19297
  class: "vs-carousel-slide__title",
19279
19298
  "data-test": "vs-carousel-slide__title"
19280
19299
  };
19281
- function _sfc_render$1r(e, n, t, a, r, o) {
19300
+ function _sfc_render$1p(e, n, t, a, r, o) {
19282
19301
  const l = resolveComponent("VsStretchedLinkPanels"), c = resolveComponent("VsStretchedLinkCard"), d = resolveComponent("VsCol");
19283
19302
  return openBlock(), createBlock(d, {
19284
19303
  cols: o.slideCols.xs,
@@ -19289,7 +19308,7 @@ function _sfc_render$1r(e, n, t, a, r, o) {
19289
19308
  "aria-disabled": !o.isVisible(t.slideIndex)
19290
19309
  }, {
19291
19310
  default: withCtx(() => [
19292
- createElementVNode("div", _hoisted_1$1d, [
19311
+ createElementVNode("div", _hoisted_1$1c, [
19293
19312
  createVNode(c, {
19294
19313
  link: t.linkUrl,
19295
19314
  type: t.linkType,
@@ -19328,7 +19347,7 @@ function _sfc_render$1r(e, n, t, a, r, o) {
19328
19347
  _: 3
19329
19348
  }, 8, ["cols", "sm", "lg", "xl", "aria-disabled"]);
19330
19349
  }
19331
- const CarouselSlide = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["render", _sfc_render$1r]]), _sfc_main$1C = {
19350
+ const CarouselSlide = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["render", _sfc_render$1p]]), _sfc_main$1A = {
19332
19351
  name: "VsCheckbox",
19333
19352
  status: "prototype",
19334
19353
  release: "0.0.1",
@@ -19473,8 +19492,8 @@ const CarouselSlide = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["render", _sfc
19473
19492
  validations() {
19474
19493
  return this.rules;
19475
19494
  }
19476
- }, _hoisted_1$1c = ["id"], _hoisted_2$P = ["innerHTML"], _hoisted_3$E = ["id"], _hoisted_4$t = { class: "visually-hidden" }, _hoisted_5$m = { class: "vs-checkbox__label" };
19477
- function _sfc_render$1q(e, n, t, a, r, o) {
19495
+ }, _hoisted_1$1b = ["id"], _hoisted_2$P = ["innerHTML"], _hoisted_3$E = ["id"], _hoisted_4$t = { class: "visually-hidden" }, _hoisted_5$m = { class: "vs-checkbox__label" };
19496
+ function _sfc_render$1o(e, n, t, a, r, o) {
19478
19497
  const l = resolveComponent("BFormCheckbox");
19479
19498
  return openBlock(), createElementBlock("div", {
19480
19499
  class: normalizeClass(o.checkBoxClasses)
@@ -19482,7 +19501,7 @@ function _sfc_render$1q(e, n, t, a, r, o) {
19482
19501
  createElementVNode("p", {
19483
19502
  class: "hint-text",
19484
19503
  id: `hint-${t.fieldName}`
19485
- }, toDisplayString(t.hintText), 9, _hoisted_1$1c),
19504
+ }, toDisplayString(t.hintText), 9, _hoisted_1$1b),
19486
19505
  t.infoText !== "" ? (openBlock(), createElementBlock("div", {
19487
19506
  key: 0,
19488
19507
  innerHTML: t.infoText
@@ -19527,7 +19546,7 @@ function _sfc_render$1q(e, n, t, a, r, o) {
19527
19546
  }, 16, ["modelValue", "name", "id", "value", "unchecked_value", "onBlur", "onChange", "required", "aria-invalid", "aria-describedby"])) : createCommentVNode("", !0)
19528
19547
  ], 2);
19529
19548
  }
19530
- const VsCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$1C, [["render", _sfc_render$1q]]), useCookiesStore = defineStore("cookies", () => {
19549
+ const VsCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$1A, [["render", _sfc_render$1o]]), useCookiesStore = defineStore("cookies", () => {
19531
19550
  const e = ref$1([]), n = ref$1(!1);
19532
19551
  function t(r) {
19533
19552
  e.value = [], r.forEach((o) => {
@@ -19658,7 +19677,7 @@ class OneTrustVS {
19658
19677
  }
19659
19678
  }
19660
19679
  let cookieStore = null;
19661
- const _sfc_main$1B = {
19680
+ const _sfc_main$1z = {
19662
19681
  data() {
19663
19682
  return {
19664
19683
  oneTrust: new OneTrustVS(),
@@ -19701,11 +19720,11 @@ const _sfc_main$1B = {
19701
19720
  });
19702
19721
  }
19703
19722
  }
19704
- }, _hoisted_1$1b = { class: "d-none" };
19705
- function _sfc_render$1p(e, n, t, a, r, o) {
19706
- return openBlock(), createElementBlock("span", _hoisted_1$1b);
19723
+ }, _hoisted_1$1a = { class: "d-none" };
19724
+ function _sfc_render$1n(e, n, t, a, r, o) {
19725
+ return openBlock(), createElementBlock("span", _hoisted_1$1a);
19707
19726
  }
19708
- const CookieChecker = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["render", _sfc_render$1p]]), _sfc_main$1A = {
19727
+ const CookieChecker = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["render", _sfc_render$1n]]), _sfc_main$1y = {
19709
19728
  name: "VsDescriptionList",
19710
19729
  status: "prototype",
19711
19730
  release: "0.0.1",
@@ -19727,14 +19746,14 @@ const CookieChecker = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["render", _sfc
19727
19746
  }
19728
19747
  }
19729
19748
  };
19730
- function _sfc_render$1o(e, n, t, a, r, o) {
19749
+ function _sfc_render$1m(e, n, t, a, r, o) {
19731
19750
  return openBlock(), createElementBlock("dl", {
19732
19751
  class: normalizeClass(["vs-description-list", { "list-inline": t.inline }])
19733
19752
  }, [
19734
19753
  renderSlot(e.$slots, "default")
19735
19754
  ], 2);
19736
19755
  }
19737
- const DescriptionList = /* @__PURE__ */ _export_sfc(_sfc_main$1A, [["render", _sfc_render$1o]]), _sfc_main$1z = {
19756
+ const DescriptionList = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["render", _sfc_render$1m]]), _sfc_main$1x = {
19738
19757
  name: "VsDescriptionListItem",
19739
19758
  status: "prototype",
19740
19759
  release: "0.0.1",
@@ -19755,7 +19774,7 @@ const DescriptionList = /* @__PURE__ */ _export_sfc(_sfc_main$1A, [["render", _s
19755
19774
  }
19756
19775
  }
19757
19776
  };
19758
- function _sfc_render$1n(e, n, t, a, r, o) {
19777
+ function _sfc_render$1l(e, n, t, a, r, o) {
19759
19778
  const l = resolveComponent("VsCol");
19760
19779
  return openBlock(), createBlock(l, {
19761
19780
  tag: t.title ? "dt" : "dd",
@@ -19773,7 +19792,7 @@ function _sfc_render$1n(e, n, t, a, r, o) {
19773
19792
  _: 3
19774
19793
  }, 8, ["tag", "class"]);
19775
19794
  }
19776
- const DescriptionListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["render", _sfc_render$1n], ["__scopeId", "data-v-65715a42"]]), _sfc_main$1y = {
19795
+ const DescriptionListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["render", _sfc_render$1l], ["__scopeId", "data-v-65715a42"]]), _sfc_main$1w = {
19777
19796
  name: "VsDropdown",
19778
19797
  status: "prototype",
19779
19798
  release: "0.0.1",
@@ -19804,11 +19823,11 @@ const DescriptionListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["render"
19804
19823
  });
19805
19824
  }
19806
19825
  }
19807
- }, _hoisted_1$1a = {
19826
+ }, _hoisted_1$19 = {
19808
19827
  class: "dropdown-menu overflow-auto",
19809
19828
  role: "menu"
19810
19829
  };
19811
- function _sfc_render$1m(e, n, t, a, r, o) {
19830
+ function _sfc_render$1k(e, n, t, a, r, o) {
19812
19831
  const l = resolveComponent("BDropdown");
19813
19832
  return openBlock(), createElementBlock(Fragment, null, [
19814
19833
  createVNode(l, mergeProps(e.$attrs, {
@@ -19835,13 +19854,13 @@ function _sfc_render$1m(e, n, t, a, r, o) {
19835
19854
  createElementVNode("div", {
19836
19855
  class: normalizeClass([e.$attrs.class, "dropdown vs-dropdown vs-dropdown--fallback"])
19837
19856
  }, [
19838
- createElementVNode("ul", _hoisted_1$1a, [
19857
+ createElementVNode("ul", _hoisted_1$19, [
19839
19858
  renderSlot(e.$slots, "default")
19840
19859
  ])
19841
19860
  ], 2)
19842
19861
  ], 64);
19843
19862
  }
19844
- const VsDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["render", _sfc_render$1m]]), _sfc_main$1x = {
19863
+ const VsDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["render", _sfc_render$1k]]), _sfc_main$1v = {
19845
19864
  name: "VsDropdownItem",
19846
19865
  status: "prototype",
19847
19866
  release: "0.0.1",
@@ -19849,7 +19868,7 @@ const VsDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["render", _sfc_re
19849
19868
  BDropdownItem
19850
19869
  }
19851
19870
  };
19852
- function _sfc_render$1l(e, n, t, a, r, o) {
19871
+ function _sfc_render$1j(e, n, t, a, r, o) {
19853
19872
  const l = resolveComponent("BDropdownItem");
19854
19873
  return openBlock(), createBlock(l, mergeProps(e.$attrs, { role: "menuitem" }), {
19855
19874
  default: withCtx(() => [
@@ -19858,7 +19877,7 @@ function _sfc_render$1l(e, n, t, a, r, o) {
19858
19877
  _: 3
19859
19878
  }, 16);
19860
19879
  }
19861
- const VsDropdownItem = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["render", _sfc_render$1l]]), cookieCheckerMixin = {
19880
+ const VsDropdownItem = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["render", _sfc_render$1j]]), cookieCheckerMixin = {
19862
19881
  data() {
19863
19882
  return {
19864
19883
  bypassCookiesExist: !1
@@ -19896,7 +19915,7 @@ const VsDropdownItem = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["render", _sf
19896
19915
  embed: ["C0001", "C0003", "C0004"],
19897
19916
  recaptcha: ["C0001"],
19898
19917
  map: ["C0001"]
19899
- }, cookieValues = cookieValues$1.embed, _sfc_main$1w = {
19918
+ }, cookieValues = cookieValues$1.embed, _sfc_main$1u = {
19900
19919
  name: "VsEmbedWrapper",
19901
19920
  status: "prototype",
19902
19921
  release: "0.0.1",
@@ -19962,13 +19981,13 @@ const VsDropdownItem = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["render", _sf
19962
19981
  return this.cookiesInitStatus === "error" && (e = this.errorText), !this.requiredCookiesExist && this.cookiesInitStatus === !0 && (e = this.noCookieText), e;
19963
19982
  }
19964
19983
  }
19965
- }, _hoisted_1$19 = {
19984
+ }, _hoisted_1$18 = {
19966
19985
  "data-test": "vs-embed-wrapper",
19967
19986
  class: "vs-embed-wrapper"
19968
19987
  }, _hoisted_2$O = { key: "fallback" }, _hoisted_3$D = ["innerHTML"];
19969
- function _sfc_render$1k(e, n, t, a, r, o) {
19988
+ function _sfc_render$1i(e, n, t, a, r, o) {
19970
19989
  const l = resolveComponent("VsRichTextWrapper"), c = resolveComponent("VsCol"), d = resolveComponent("VsWarning"), p = resolveComponent("VsRow"), f = resolveComponent("VsContainer");
19971
- return openBlock(), createElementBlock("div", _hoisted_1$19, [
19990
+ return openBlock(), createElementBlock("div", _hoisted_1$18, [
19972
19991
  createVNode(f, null, {
19973
19992
  default: withCtx(() => [
19974
19993
  createVNode(p, null, {
@@ -20050,7 +20069,7 @@ function _sfc_render$1k(e, n, t, a, r, o) {
20050
20069
  })
20051
20070
  ]);
20052
20071
  }
20053
- const EmbedWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["render", _sfc_render$1k]]), _sfc_main$1v = {
20072
+ const EmbedWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["render", _sfc_render$1i]]), _sfc_main$1t = {
20054
20073
  name: "VsEventCard",
20055
20074
  status: "prototype",
20056
20075
  release: "0.0.1",
@@ -20083,7 +20102,7 @@ const EmbedWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["render", _sfc_
20083
20102
  default: ""
20084
20103
  }
20085
20104
  }
20086
- }, _hoisted_1$18 = {
20105
+ }, _hoisted_1$17 = {
20087
20106
  class: "card vs-event-card",
20088
20107
  "data-test": "vs-event-card"
20089
20108
  }, _hoisted_2$N = { class: "card-body" }, _hoisted_3$C = { class: "vs-event-card__date" }, _hoisted_4$s = {
@@ -20095,9 +20114,9 @@ const EmbedWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["render", _sfc_
20095
20114
  class: "vs-event-card__cta",
20096
20115
  "data-test": "vs-event-card__cta"
20097
20116
  };
20098
- function _sfc_render$1j(e, n, t, a, r, o) {
20117
+ function _sfc_render$1h(e, n, t, a, r, o) {
20099
20118
  const l = resolveComponent("VsHeading"), c = resolveComponent("VsCol"), d = resolveComponent("VsRow"), p = resolveComponent("VsButton");
20100
- return openBlock(), createElementBlock("div", _hoisted_1$18, [
20119
+ return openBlock(), createElementBlock("div", _hoisted_1$17, [
20101
20120
  createElementVNode("div", _hoisted_2$N, [
20102
20121
  createVNode(d, { class: "vs-event-card__header" }, {
20103
20122
  default: withCtx(() => [
@@ -20157,7 +20176,7 @@ function _sfc_render$1j(e, n, t, a, r, o) {
20157
20176
  ])
20158
20177
  ]);
20159
20178
  }
20160
- const EventCard = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["render", _sfc_render$1j]]), _hoisted_1$17 = ["id"], _hoisted_2$M = { class: "vs-filter__panel-wrapper" }, _hoisted_3$B = { class: "vs-filter__legend" }, _sfc_main$1u = {
20179
+ const EventCard = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["render", _sfc_render$1h]]), _hoisted_1$16 = ["id"], _hoisted_2$M = { class: "vs-filter__panel-wrapper" }, _hoisted_3$B = { class: "vs-filter__legend" }, _sfc_main$1s = {
20161
20180
  __name: "VsFilter",
20162
20181
  props: {
20163
20182
  /**
@@ -20216,7 +20235,7 @@ const EventCard = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["render", _sfc_ren
20216
20235
  renderSlot(c.$slots, "default")
20217
20236
  ], 32)
20218
20237
  ])
20219
- ], 8, _hoisted_1$17),
20238
+ ], 8, _hoisted_1$16),
20220
20239
  c.$slots["no-js"] ? (openBlock(), createBlock(VsWarning, {
20221
20240
  key: 0,
20222
20241
  class: "vs-filter__warning"
@@ -20228,13 +20247,13 @@ const EventCard = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["render", _sfc_ren
20228
20247
  })) : createCommentVNode("", !0)
20229
20248
  ], 64));
20230
20249
  }
20231
- }, _hoisted_1$16 = {
20250
+ }, _hoisted_1$15 = {
20232
20251
  key: 0,
20233
20252
  class: "vs-filter-section__details"
20234
20253
  }, _hoisted_2$L = { class: "vs-filter-section__summary" }, _hoisted_3$A = {
20235
20254
  key: 1,
20236
20255
  class: "vs-filter-section__section"
20237
- }, _sfc_main$1t = {
20256
+ }, _sfc_main$1r = {
20238
20257
  __name: "VsFilterSection",
20239
20258
  props: {
20240
20259
  /**
@@ -20262,7 +20281,7 @@ const EventCard = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["render", _sfc_ren
20262
20281
  class: normalizeClass(t.value),
20263
20282
  "data-test": "vs-filter-section"
20264
20283
  }, [
20265
- n.type === "group" ? (openBlock(), createElementBlock("details", _hoisted_1$16, [
20284
+ n.type === "group" ? (openBlock(), createElementBlock("details", _hoisted_1$15, [
20266
20285
  createElementVNode("summary", _hoisted_2$L, [
20267
20286
  createTextVNode(toDisplayString(n.sectionTitle) + " ", 1),
20268
20287
  createVNode(VsIcon, {
@@ -20585,7 +20604,7 @@ const normalizeSlot = (e) => e.length === 1 ? e[0] : e, LazyHydrationWrapper = d
20585
20604
  }
20586
20605
  return e.whenTriggered !== void 0 && useHydrateWhenTriggered(a, toRef(e, "whenTriggered")), () => normalizeSlot(n.default());
20587
20606
  }
20588
- }), LazyHydrationWrapper$1 = markRaw(LazyHydrationWrapper), _sfc_main$1s = {
20607
+ }), LazyHydrationWrapper$1 = markRaw(LazyHydrationWrapper), _sfc_main$1q = {
20589
20608
  name: "VsFooterNavList",
20590
20609
  status: "prototype",
20591
20610
  release: "0.0.1",
@@ -20606,8 +20625,8 @@ const normalizeSlot = (e) => e.length === 1 ? e[0] : e, LazyHydrationWrapper = d
20606
20625
  validator: (e) => e.match(/(xs|sm|md|lg|xl|xxl)/)
20607
20626
  }
20608
20627
  }
20609
- }, _hoisted_1$15 = { class: "vs-footer-nav-list" };
20610
- function _sfc_render$1i(e, n, t, a, r, o) {
20628
+ }, _hoisted_1$14 = { class: "vs-footer-nav-list" };
20629
+ function _sfc_render$1g(e, n, t, a, r, o) {
20611
20630
  const l = resolveComponent("VsRow"), c = resolveComponent("VsAccordion"), d = resolveComponent("LazyHydrationWrapper"), p = resolveComponent("VsContainer");
20612
20631
  return openBlock(), createBlock(p, {
20613
20632
  class: "vs-footer-nav-list",
@@ -20616,7 +20635,7 @@ function _sfc_render$1i(e, n, t, a, r, o) {
20616
20635
  default: withCtx(() => [
20617
20636
  createVNode(d, { "on-interaction": ["focus", "click"] }, {
20618
20637
  default: withCtx(() => [
20619
- createElementVNode("div", _hoisted_1$15, [
20638
+ createElementVNode("div", _hoisted_1$14, [
20620
20639
  createVNode(c, { "break-point": t.breakPoint }, {
20621
20640
  default: withCtx(() => [
20622
20641
  createVNode(l, null, {
@@ -20636,7 +20655,7 @@ function _sfc_render$1i(e, n, t, a, r, o) {
20636
20655
  _: 3
20637
20656
  });
20638
20657
  }
20639
- const VsFooterNavList = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["render", _sfc_render$1i]]), _sfc_main$1r = {
20658
+ const VsFooterNavList = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["render", _sfc_render$1g]]), _sfc_main$1p = {
20640
20659
  name: "VsFooter",
20641
20660
  status: "prototype",
20642
20661
  release: "0.1.0",
@@ -20646,14 +20665,14 @@ const VsFooterNavList = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["render", _s
20646
20665
  VsContainer,
20647
20666
  VsRow
20648
20667
  }
20649
- }, _hoisted_1$14 = {
20668
+ }, _hoisted_1$13 = {
20650
20669
  class: "vs-footer pt-150 pt-md-300",
20651
20670
  "data-unique-id": "vs-footer",
20652
20671
  id: "site-footer"
20653
20672
  }, _hoisted_2$K = { class: "vs-footer__social-menu-wrapper" };
20654
- function _sfc_render$1h(e, n, t, a, r, o) {
20673
+ function _sfc_render$1f(e, n, t, a, r, o) {
20655
20674
  const l = resolveComponent("VsCol"), c = resolveComponent("VsFooterNavList"), d = resolveComponent("VsRow"), p = resolveComponent("VsContainer");
20656
- return openBlock(), createElementBlock("footer", _hoisted_1$14, [
20675
+ return openBlock(), createElementBlock("footer", _hoisted_1$13, [
20657
20676
  createVNode(c, { "break-point": "md" }, {
20658
20677
  default: withCtx(() => [
20659
20678
  renderSlot(e.$slots, "accordion-items"),
@@ -20697,7 +20716,7 @@ function _sfc_render$1h(e, n, t, a, r, o) {
20697
20716
  renderSlot(e.$slots, "default")
20698
20717
  ]);
20699
20718
  }
20700
- const Footer = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["render", _sfc_render$1h]]), _sfc_main$1q = {
20719
+ const Footer = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1f]]), _sfc_main$1o = {
20701
20720
  name: "VsFooterAccordionItem",
20702
20721
  status: "prototype",
20703
20722
  release: "0.0.1",
@@ -20750,7 +20769,7 @@ const Footer = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["render", _sfc_render
20750
20769
  }
20751
20770
  }
20752
20771
  };
20753
- function _sfc_render$1g(e, n, t, a, r, o) {
20772
+ function _sfc_render$1e(e, n, t, a, r, o) {
20754
20773
  const l = resolveComponent("VsAccordionItem");
20755
20774
  return openBlock(), createBlock(l, {
20756
20775
  class: "vs-footer-accordion-item mb-md-150",
@@ -20776,7 +20795,7 @@ function _sfc_render$1g(e, n, t, a, r, o) {
20776
20795
  _: 3
20777
20796
  }, 8, ["data-unique-id", "control-id", "item-break-point", "open-by-default", "variant"]);
20778
20797
  }
20779
- const FooterAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["render", _sfc_render$1g]]), _sfc_main$1p = {
20798
+ const FooterAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1e]]), _sfc_main$1n = {
20780
20799
  name: "VsFooterNavListItem",
20781
20800
  status: "prototype",
20782
20801
  release: "0.0.1",
@@ -20808,14 +20827,14 @@ const FooterAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["render"
20808
20827
  default: ""
20809
20828
  }
20810
20829
  }
20811
- }, _hoisted_1$13 = {
20830
+ }, _hoisted_1$12 = {
20812
20831
  class: "vs-footer-nav-list-item",
20813
20832
  "data-test": "vs-footer-nav-list-item",
20814
20833
  role: "menuitem"
20815
20834
  };
20816
- function _sfc_render$1f(e, n, t, a, r, o) {
20835
+ function _sfc_render$1d(e, n, t, a, r, o) {
20817
20836
  const l = resolveComponent("VsLink");
20818
- return openBlock(), createElementBlock("li", _hoisted_1$13, [
20837
+ return openBlock(), createElementBlock("li", _hoisted_1$12, [
20819
20838
  createVNode(l, {
20820
20839
  href: t.href,
20821
20840
  type: t.type,
@@ -20829,7 +20848,7 @@ function _sfc_render$1f(e, n, t, a, r, o) {
20829
20848
  }, 8, ["href", "type"])
20830
20849
  ]);
20831
20850
  }
20832
- const FooterNavListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1f]]), _sfc_main$1o = {
20851
+ const FooterNavListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1d]]), _sfc_main$1m = {
20833
20852
  name: "VsList",
20834
20853
  status: "prototype",
20835
20854
  release: "0.0.1",
@@ -20857,7 +20876,7 @@ const FooterNavListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render",
20857
20876
  }
20858
20877
  }
20859
20878
  };
20860
- function _sfc_render$1e(e, n, t, a, r, o) {
20879
+ function _sfc_render$1c(e, n, t, a, r, o) {
20861
20880
  return openBlock(), createBlock(resolveDynamicComponent(t.ordered ? "ol" : "ul"), mergeProps({
20862
20881
  class: ["vs-list", {
20863
20882
  "vs-list--unstyled": t.unstyled,
@@ -20871,7 +20890,7 @@ function _sfc_render$1e(e, n, t, a, r, o) {
20871
20890
  _: 3
20872
20891
  }, 16, ["class"]);
20873
20892
  }
20874
- const VsList = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1e]]), _sfc_main$1n = {
20893
+ const VsList = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1c]]), _sfc_main$1l = {
20875
20894
  name: "VsFooterSocialMenu",
20876
20895
  status: "prototype",
20877
20896
  release: "0.0.1",
@@ -20879,13 +20898,13 @@ const VsList = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render
20879
20898
  VsList,
20880
20899
  VsHeading
20881
20900
  }
20882
- }, _hoisted_1$12 = {
20901
+ }, _hoisted_1$11 = {
20883
20902
  class: "vs-footer-social-menu px-0 py-150 py-md-200 py-lg-0 px-lg-075",
20884
20903
  "data-test": "vs-footer-social-menu"
20885
20904
  };
20886
- function _sfc_render$1d(e, n, t, a, r, o) {
20905
+ function _sfc_render$1b(e, n, t, a, r, o) {
20887
20906
  const l = resolveComponent("VsHeading"), c = resolveComponent("VsList");
20888
- return openBlock(), createElementBlock("div", _hoisted_1$12, [
20907
+ return openBlock(), createElementBlock("div", _hoisted_1$11, [
20889
20908
  createVNode(l, {
20890
20909
  level: "2",
20891
20910
  "heading-style": "heading-xxs",
@@ -20907,7 +20926,7 @@ function _sfc_render$1d(e, n, t, a, r, o) {
20907
20926
  })
20908
20927
  ]);
20909
20928
  }
20910
- const FooterSocialMenu = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1d]]), _sfc_main$1m = {
20929
+ const FooterSocialMenu = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1b]]), _sfc_main$1k = {
20911
20930
  name: "VsFooterSocialItem",
20912
20931
  status: "prototype",
20913
20932
  release: "0.0.1",
@@ -20934,13 +20953,13 @@ const FooterSocialMenu = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _
20934
20953
  validator: (e) => e.match(/(facebook|instagram|x-twitter|youtube|linkedin)/)
20935
20954
  }
20936
20955
  }
20937
- }, _hoisted_1$11 = {
20956
+ }, _hoisted_1$10 = {
20938
20957
  class: "vs-footer-social-item",
20939
20958
  "data-test": "vs-footer-social-item"
20940
20959
  };
20941
- function _sfc_render$1c(e, n, t, a, r, o) {
20960
+ function _sfc_render$1a(e, n, t, a, r, o) {
20942
20961
  const l = resolveComponent("VsIcon"), c = resolveComponent("VsLink");
20943
- return openBlock(), createElementBlock("li", _hoisted_1$11, [
20962
+ return openBlock(), createElementBlock("li", _hoisted_1$10, [
20944
20963
  createVNode(c, {
20945
20964
  "data-test": "vs-footer-social-item__link",
20946
20965
  href: t.href,
@@ -20960,7 +20979,7 @@ function _sfc_render$1c(e, n, t, a, r, o) {
20960
20979
  }, 8, ["href", "class", "aria-label"])
20961
20980
  ]);
20962
20981
  }
20963
- const FooterSocialItem = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1c]]), _sfc_main$1l = {
20982
+ const FooterSocialItem = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1a]]), _sfc_main$1j = {
20964
20983
  name: "VsFooterUtilityList",
20965
20984
  status: "prototype",
20966
20985
  release: "0.0.1",
@@ -20970,14 +20989,14 @@ const FooterSocialItem = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _
20970
20989
  VsContainer,
20971
20990
  VsCol
20972
20991
  }
20973
- }, _hoisted_1$10 = {
20992
+ }, _hoisted_1$$ = {
20974
20993
  class: "vs-footer-utility-list",
20975
20994
  "data-test": "vs-footer-utility-list",
20976
20995
  "data-unique-id": "vs-footer-utility_links"
20977
20996
  };
20978
- function _sfc_render$1b(e, n, t, a, r, o) {
20997
+ function _sfc_render$19(e, n, t, a, r, o) {
20979
20998
  const l = resolveComponent("VsList"), c = resolveComponent("VsCol"), d = resolveComponent("VsRow"), p = resolveComponent("VsContainer");
20980
- return openBlock(), createElementBlock("div", _hoisted_1$10, [
20999
+ return openBlock(), createElementBlock("div", _hoisted_1$$, [
20981
21000
  createVNode(p, null, {
20982
21001
  default: withCtx(() => [
20983
21002
  createVNode(d, null, {
@@ -21008,7 +21027,7 @@ function _sfc_render$1b(e, n, t, a, r, o) {
21008
21027
  })
21009
21028
  ]);
21010
21029
  }
21011
- const FooterUtilityList = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1b]]);
21030
+ const FooterUtilityList = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$19]]);
21012
21031
  function commonjsRequire(e) {
21013
21032
  throw new Error('Could not dynamically require "' + e + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
21014
21033
  }
@@ -30372,7 +30391,7 @@ else if (import.meta && __vite_import_meta_env__) {
30372
30391
  files = e;
30373
30392
  } else
30374
30393
  files = requireContext$1("../assets/svg?optimise", !0, /^\.\/.*\.svg$/);
30375
- const output = files, _sfc_main$1k = {
30394
+ const output = files, _sfc_main$1i = {
30376
30395
  name: "VsSvg",
30377
30396
  release: "0.1.1",
30378
30397
  status: "prototype",
@@ -30451,14 +30470,14 @@ const output = files, _sfc_main$1k = {
30451
30470
  this.svg = e;
30452
30471
  });
30453
30472
  }
30454
- }, _hoisted_1$$ = ["innerHTML"];
30455
- function _sfc_render$1a(e, n, t, a, r, o) {
30473
+ }, _hoisted_1$_ = ["innerHTML"];
30474
+ function _sfc_render$18(e, n, t, a, r, o) {
30456
30475
  return r.svg ? (openBlock(), createElementBlock("svg", mergeProps({ key: 0 }, o.attributes, {
30457
30476
  innerHTML: o.children,
30458
30477
  focusable: "false"
30459
- }), null, 16, _hoisted_1$$)) : createCommentVNode("", !0);
30478
+ }), null, 16, _hoisted_1$_)) : createCommentVNode("", !0);
30460
30479
  }
30461
- const VsSvg = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1a]]), _sfc_main$1j = {
30480
+ const VsSvg = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$18]]), _sfc_main$1h = {
30462
30481
  name: "VsSvgLink",
30463
30482
  status: "prototype",
30464
30483
  release: "0.0.1",
@@ -30526,11 +30545,11 @@ const VsSvg = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$
30526
30545
  validator: (e) => e.match(/(primary|on-dark)/)
30527
30546
  }
30528
30547
  }
30529
- }, _hoisted_1$_ = {
30548
+ }, _hoisted_1$Z = {
30530
30549
  class: "visually-hidden",
30531
30550
  "data-test": "link-alt-text"
30532
30551
  };
30533
- function _sfc_render$19(e, n, t, a, r, o) {
30552
+ function _sfc_render$17(e, n, t, a, r, o) {
30534
30553
  const l = resolveComponent("VsSvg"), c = resolveComponent("VsLink");
30535
30554
  return openBlock(), createBlock(c, {
30536
30555
  class: "vs-svg-link",
@@ -30540,7 +30559,7 @@ function _sfc_render$19(e, n, t, a, r, o) {
30540
30559
  variant: t.linkVariant
30541
30560
  }, {
30542
30561
  default: withCtx(() => [
30543
- createElementVNode("span", _hoisted_1$_, toDisplayString(t.linkAltText), 1),
30562
+ createElementVNode("span", _hoisted_1$Z, toDisplayString(t.linkAltText), 1),
30544
30563
  createVNode(l, {
30545
30564
  "data-test": "vs-svg-link__svg",
30546
30565
  focusable: "false",
@@ -30553,7 +30572,7 @@ function _sfc_render$19(e, n, t, a, r, o) {
30553
30572
  _: 1
30554
30573
  }, 8, ["href", "data-layer-value", "variant"]);
30555
30574
  }
30556
- const VsSvgLink = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$19]]), _sfc_main$1i = {
30575
+ const VsSvgLink = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$17]]), _sfc_main$1g = {
30557
30576
  name: "VsFooterCopyright",
30558
30577
  status: "prototype",
30559
30578
  release: "0.0.1",
@@ -30589,14 +30608,14 @@ const VsSvgLink = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_ren
30589
30608
  return (/* @__PURE__ */ new Date()).getFullYear();
30590
30609
  }
30591
30610
  }
30592
- }, _hoisted_1$Z = {
30611
+ }, _hoisted_1$Y = {
30593
30612
  class: "vs-footer-copyright",
30594
30613
  "data-unique-id": "vs-footer-sub_footer",
30595
30614
  "data-test": "vs-footer-copyright"
30596
30615
  }, _hoisted_2$J = { class: "vs-footer-copyright__text" };
30597
- function _sfc_render$18(e, n, t, a, r, o) {
30616
+ function _sfc_render$16(e, n, t, a, r, o) {
30598
30617
  const l = resolveComponent("VsSvgLink"), c = resolveComponent("VsCol"), d = resolveComponent("VsRow"), p = resolveComponent("VsContainer");
30599
- return openBlock(), createElementBlock("div", _hoisted_1$Z, [
30618
+ return openBlock(), createElementBlock("div", _hoisted_1$Y, [
30600
30619
  createVNode(p, null, {
30601
30620
  default: withCtx(() => [
30602
30621
  createVNode(d, null, {
@@ -30630,112 +30649,7 @@ function _sfc_render$18(e, n, t, a, r, o) {
30630
30649
  })
30631
30650
  ]);
30632
30651
  }
30633
- const FooterCopyright = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$18]]), _sfc_main$1h = {
30634
- name: "VsGlobalMenuDropdown",
30635
- status: "prototype",
30636
- release: "0.1.0",
30637
- components: {
30638
- VsDropdown,
30639
- VsDropdownItem
30640
- },
30641
- props: {
30642
- /**
30643
- * Determines the active website
30644
- */
30645
- activeSite: {
30646
- type: String,
30647
- required: !0
30648
- },
30649
- /**
30650
- * Translation text for the "Our Websites" label
30651
- */
30652
- dropdownLabel: {
30653
- type: String,
30654
- default: "Our Websites"
30655
- },
30656
- /**
30657
- * List of websites to be rendered
30658
- */
30659
- websites: {
30660
- type: Array,
30661
- required: !0
30662
- }
30663
- }
30664
- };
30665
- function _sfc_render$17(e, n, t, a, r, o) {
30666
- const l = resolveComponent("VsDropdownItem"), c = resolveComponent("VsDropdown");
30667
- return openBlock(), createBlock(c, {
30668
- text: t.dropdownLabel,
30669
- variant: "primary",
30670
- class: "vs-global-menu__dropdown"
30671
- }, {
30672
- default: withCtx(() => [
30673
- (openBlock(!0), createElementBlock(Fragment, null, renderList(t.websites, (d) => (openBlock(), createBlock(l, {
30674
- key: d.siteName,
30675
- href: d.siteUrl,
30676
- class: normalizeClass(
30677
- d.siteUrl == t.activeSite ? "d-none" : ""
30678
- ),
30679
- target: d.siteUrl == t.activeSite ? "_self" : "_blank",
30680
- role: "menuitem"
30681
- }, {
30682
- default: withCtx(() => [
30683
- createTextVNode(toDisplayString(d.siteName), 1)
30684
- ]),
30685
- _: 2
30686
- }, 1032, ["href", "class", "target"]))), 128))
30687
- ]),
30688
- _: 1
30689
- }, 8, ["text"]);
30690
- }
30691
- const VsGlobalMenuDropdown = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$17]]), _sfc_main$1g = {
30692
- name: "VsGlobalMenuList",
30693
- status: "prototype",
30694
- release: "0.1.0",
30695
- components: {
30696
- VsList
30697
- },
30698
- props: {
30699
- /**
30700
- * Determines the active website
30701
- */
30702
- activeSite: {
30703
- type: String,
30704
- required: !0
30705
- },
30706
- /**
30707
- * List of websites to be rendered
30708
- */
30709
- websites: {
30710
- type: Array,
30711
- required: !0
30712
- }
30713
- }
30714
- }, _hoisted_1$Y = ["target", "href"];
30715
- function _sfc_render$16(e, n, t, a, r, o) {
30716
- const l = resolveComponent("VsList");
30717
- return openBlock(), createBlock(l, {
30718
- unstyled: "",
30719
- inline: "",
30720
- class: "vs-global-menu__list"
30721
- }, {
30722
- default: withCtx(() => [
30723
- (openBlock(!0), createElementBlock(Fragment, null, renderList(t.websites, (c) => (openBlock(), createElementBlock("li", {
30724
- key: c.siteName,
30725
- class: normalizeClass(["vs-global-menu__list_item", [
30726
- c.siteUrl == t.activeSite ? "vs-global-menu__list_item--active d-none d-lg-block" : ""
30727
- ]])
30728
- }, [
30729
- createElementVNode("a", {
30730
- target: c.siteUrl == t.activeSite ? "_self" : "_blank",
30731
- href: c.siteUrl
30732
- }, toDisplayString(c.siteName), 9, _hoisted_1$Y)
30733
- ], 2))), 128))
30734
- ]),
30735
- _: 1
30736
- });
30737
- }
30738
- const VsGlobalMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$16]]), _sfc_main$1f = {
30652
+ const FooterCopyright = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$16]]), _sfc_main$1f = {
30739
30653
  name: "VsGlobalMenu",
30740
30654
  status: "prototype",
30741
30655
  release: "0.1.0",
@@ -30743,18 +30657,9 @@ const VsGlobalMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _
30743
30657
  VsContainer,
30744
30658
  VsRow,
30745
30659
  VsCol,
30746
- VsGlobalMenuDropdown,
30747
- VsGlobalMenuList,
30748
30660
  LazyHydrationWrapper: LazyHydrationWrapper$1
30749
30661
  },
30750
30662
  props: {
30751
- /**
30752
- * Determines the active website
30753
- */
30754
- activeSite: {
30755
- type: String,
30756
- required: !0
30757
- },
30758
30663
  /**
30759
30664
  * Translation text for the "Our Websites" label
30760
30665
  */
@@ -30791,34 +30696,22 @@ const VsGlobalMenuList = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _
30791
30696
  }
30792
30697
  }, _hoisted_1$X = { class: "vs-global-menu" };
30793
30698
  function _sfc_render$15(e, n, t, a, r, o) {
30794
- const l = resolveComponent("VsGlobalMenuDropdown"), c = resolveComponent("VsGlobalMenuList"), d = resolveComponent("VsCol"), p = resolveComponent("VsRow"), f = resolveComponent("VsContainer"), m = resolveComponent("LazyHydrationWrapper");
30699
+ const l = resolveComponent("VsCol"), c = resolveComponent("VsRow"), d = resolveComponent("VsContainer"), p = resolveComponent("LazyHydrationWrapper");
30795
30700
  return openBlock(), createElementBlock("nav", _hoisted_1$X, [
30796
- createVNode(m, { "on-interaction": ["focus", "click"] }, {
30701
+ createVNode(p, { "on-interaction": ["focus", "click"] }, {
30797
30702
  default: withCtx(() => [
30798
- createVNode(f, {
30703
+ createVNode(d, {
30799
30704
  fluid: "lg",
30800
30705
  class: "px-025 px-sm-075"
30801
30706
  }, {
30802
30707
  default: withCtx(() => [
30803
- createVNode(p, null, {
30708
+ createVNode(c, null, {
30804
30709
  default: withCtx(() => [
30805
- createVNode(d, {
30710
+ createVNode(l, {
30806
30711
  cols: "12",
30807
30712
  class: "vs-global-menu__wrapper"
30808
30713
  }, {
30809
30714
  default: withCtx(() => [
30810
- createVNode(l, {
30811
- class: "d-lg-none",
30812
- "active-site": t.activeSite,
30813
- "dropdown-label": t.dropdownLabel,
30814
- websites: r.websites
30815
- }, null, 8, ["active-site", "dropdown-label", "websites"]),
30816
- createVNode(c, {
30817
- class: "d-none d-lg-flex",
30818
- "active-site": t.activeSite,
30819
- websites: r.websites
30820
- }, null, 8, ["active-site", "websites"]),
30821
- renderSlot(e.$slots, "second-menu-item"),
30822
30715
  renderSlot(e.$slots, "third-menu-item")
30823
30716
  ]),
30824
30717
  _: 3
@@ -41087,6 +40980,7 @@ const Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4]
41087
40980
  VsHeading,
41088
40981
  BTab
41089
40982
  },
40983
+ mixins: [dataLayerMixin],
41090
40984
  /**
41091
40985
  * Injects noContainer prop from Tab parent.
41092
40986
  */
@@ -41099,6 +40993,11 @@ const Tabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["render", _sfc_render$4]
41099
40993
  type: String,
41100
40994
  required: !0
41101
40995
  }
40996
+ },
40997
+ methods: {
40998
+ trackClick(e) {
40999
+ this.createDataLayerObject("tabClickEvent", e, null);
41000
+ }
41102
41001
  }
41103
41002
  };
41104
41003
  function _sfc_render$3(e, n, t, a, r, o) {
@@ -41107,7 +41006,8 @@ function _sfc_render$3(e, n, t, a, r, o) {
41107
41006
  class: "vs-tab__item",
41108
41007
  "data-test": "vs-tab__item",
41109
41008
  "title-link-class": o.noContainer ? "vs-tab-link--no-container vs-heading" : "vs-tab-link vs-heading",
41110
- title: t.title
41009
+ title: t.title,
41010
+ onClick: o.trackClick
41111
41011
  }, {
41112
41012
  default: withCtx(() => [
41113
41013
  createVNode(l, {
@@ -41123,7 +41023,7 @@ function _sfc_render$3(e, n, t, a, r, o) {
41123
41023
  renderSlot(e.$slots, "default")
41124
41024
  ]),
41125
41025
  _: 3
41126
- }, 8, ["title-link-class", "title"]);
41026
+ }, 8, ["title-link-class", "title", "onClick"]);
41127
41027
  }
41128
41028
  const TabItem = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render$3]]), _sfc_main$2 = {
41129
41029
  name: "VsTag",
@@ -42070,8 +41970,8 @@ export {
42070
41970
  Article as VsArticle,
42071
41971
  ArticleSection as VsArticleSection,
42072
41972
  ArticleSidebar as VsArticleSidebar,
42073
- _sfc_main$2f as VsBackToTop,
42074
- _sfc_main$2e as VsBadge,
41973
+ _sfc_main$2d as VsBackToTop,
41974
+ _sfc_main$2c as VsBadge,
42075
41975
  Banner as VsBanner,
42076
41976
  BlogDetails as VsBlogDetails,
42077
41977
  Breadcrumb as VsBreadcrumb,
@@ -42093,8 +41993,8 @@ export {
42093
41993
  VsDropdownItem,
42094
41994
  EmbedWrapper as VsEmbedWrapper,
42095
41995
  EventCard as VsEventCard,
42096
- _sfc_main$1u as VsFilter,
42097
- _sfc_main$1t as VsFilterSection,
41996
+ _sfc_main$1s as VsFilter,
41997
+ _sfc_main$1r as VsFilterSection,
42098
41998
  Footer as VsFooter,
42099
41999
  FooterAccordionItem as VsFooterAccordionItem,
42100
42000
  FooterCopyright as VsFooterCopyright,