sass-template-common 0.1.25 → 0.1.27
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.
|
@@ -736,7 +736,7 @@ export declare function getVideoRealPath(pathname: string): {
|
|
|
736
736
|
op: string;
|
|
737
737
|
};
|
|
738
738
|
|
|
739
|
-
export declare const GTM: () => JSX.Element;
|
|
739
|
+
export declare const GTM: () => "" | JSX.Element | undefined;
|
|
740
740
|
|
|
741
741
|
export declare interface Hascontent {
|
|
742
742
|
hasgalleryvideosflash: boolean;
|
|
@@ -105,7 +105,7 @@ const no = () => {
|
|
|
105
105
|
] });
|
|
106
106
|
}, oo = () => {
|
|
107
107
|
const { ANALYTICS_gtm: e } = H();
|
|
108
|
-
return /* @__PURE__ */ m(Q, { children: [
|
|
108
|
+
return e && /* @__PURE__ */ m(Q, { children: [
|
|
109
109
|
/* @__PURE__ */ a(
|
|
110
110
|
"script",
|
|
111
111
|
{
|
|
@@ -4075,7 +4075,7 @@ function G3(e) {
|
|
|
4075
4075
|
fullPageWidth: r = !1,
|
|
4076
4076
|
pagination: l = !1,
|
|
4077
4077
|
enableDrag: d = !0
|
|
4078
|
-
} = e, c = Array.isArray(t) ? t : t?.props?.value?.split("SPLITING
|
|
4078
|
+
} = e, c = Array.isArray(t) ? t : t?.props?.value?.split('<div style="display:none;">SPLITING</div>'), [u, h] = j(0), [f, y] = j(!1);
|
|
4079
4079
|
Ue(() => {
|
|
4080
4080
|
y(!0);
|
|
4081
4081
|
const M = document.getElementById("ssr-dummy_" + n);
|