@visitscotland/component-library 5.52.0 → 5.53.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/{LoadingSpinner-CaO_-caf.mjs → LoadingSpinner-D0Xf9MWc.mjs} +4 -2
- package/dist/components/{LoadingSpinner-Dp1LUhwe.js → LoadingSpinner-GwEp7vJg.js} +1 -1
- package/dist/components/vs-component-library-maps.js +1 -1
- package/dist/components/vs-component-library-maps.mjs +1 -1
- package/dist/components/vs-component-library.js +6 -6
- package/dist/components/vs-component-library.mjs +202 -198
- package/package.json +1 -1
|
@@ -6755,7 +6755,8 @@ const $o = /* @__PURE__ */ ln(ex, [["render", tx]]), Wd = kb("datalayer", () =>
|
|
|
6755
6755
|
"hit_timestamp",
|
|
6756
6756
|
"tag_name",
|
|
6757
6757
|
"meta_data",
|
|
6758
|
-
"accordion_text"
|
|
6758
|
+
"accordion_text",
|
|
6759
|
+
"click_text"
|
|
6759
6760
|
], mx = [
|
|
6760
6761
|
"event",
|
|
6761
6762
|
"event_tab",
|
|
@@ -6975,7 +6976,8 @@ const $o = /* @__PURE__ */ ln(ex, [["render", tx]]), Wd = kb("datalayer", () =>
|
|
|
6975
6976
|
l = "accordion_opened", o = "GA4 - Event - Accordion Opened", u = {
|
|
6976
6977
|
event: l,
|
|
6977
6978
|
tag_name: o,
|
|
6978
|
-
accordion_text: a.accordion_text
|
|
6979
|
+
accordion_text: a.accordion_text,
|
|
6980
|
+
click_text: a.accordion_text
|
|
6979
6981
|
}, d = this.compileFullTemplate(u), f = this.templateFiller(gx, d);
|
|
6980
6982
|
break;
|
|
6981
6983
|
case "tabClickEvent":
|