@gem-sdk/pages 1.46.0 → 1.46.2

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.
@@ -15,7 +15,7 @@ const StaticPageV2 = ({ components, builderData, sectionData, seo, themeStyle, f
15
15
  useTrackingView.useTrackingView(shopToken, pageHandle, router$1.isFallback);
16
16
  if (router$1.isFallback) {
17
17
  return /*#__PURE__*/ jsxRuntime.jsx("div", {
18
- className: "gp-flex gp-h-full gp-items-center gp-justify-center",
18
+ className: "gp-flex gp-h-[100vh] gp-items-center gp-justify-center",
19
19
  children: /*#__PURE__*/ jsxRuntime.jsxs("div", {
20
20
  className: "gp-flex gp-gap-2",
21
21
  children: [
@@ -12,7 +12,7 @@ const StaticPage = ({ components, builderData, sectionData, seo, themeStyle, fon
12
12
  const router$1 = router.useRouter();
13
13
  if (router$1.isFallback) {
14
14
  return /*#__PURE__*/ jsxRuntime.jsx("div", {
15
- className: "gp-flex gp-h-full gp-items-center gp-justify-center",
15
+ className: "gp-flex gp-h-[100vh] gp-items-center gp-justify-center",
16
16
  children: /*#__PURE__*/ jsxRuntime.jsxs("div", {
17
17
  className: "gp-flex gp-gap-2",
18
18
  children: [
@@ -13,7 +13,7 @@ const StaticPageV2 = ({ components, builderData, sectionData, seo, themeStyle, f
13
13
  useTrackingView(shopToken, pageHandle, router.isFallback);
14
14
  if (router.isFallback) {
15
15
  return /*#__PURE__*/ jsx("div", {
16
- className: "gp-flex gp-h-full gp-items-center gp-justify-center",
16
+ className: "gp-flex gp-h-[100vh] gp-items-center gp-justify-center",
17
17
  children: /*#__PURE__*/ jsxs("div", {
18
18
  className: "gp-flex gp-gap-2",
19
19
  children: [
@@ -8,7 +8,7 @@ const StaticPage = ({ components, builderData, sectionData, seo, themeStyle, fon
8
8
  const router = useRouter();
9
9
  if (router.isFallback) {
10
10
  return /*#__PURE__*/ jsx("div", {
11
- className: "gp-flex gp-h-full gp-items-center gp-justify-center",
11
+ className: "gp-flex gp-h-[100vh] gp-items-center gp-justify-center",
12
12
  children: /*#__PURE__*/ jsxs("div", {
13
13
  className: "gp-flex gp-gap-2",
14
14
  children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "1.46.0",
3
+ "version": "1.46.2",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -26,7 +26,7 @@
26
26
  "next": "latest"
27
27
  },
28
28
  "devDependencies": {
29
- "@gem-sdk/core": "1.46.0",
29
+ "@gem-sdk/core": "1.46.1",
30
30
  "@gem-sdk/plugin-cookie-bar": "1.46.0",
31
31
  "@gem-sdk/plugin-quick-view": "1.46.0",
32
32
  "@gem-sdk/plugin-sticky-add-to-cart": "1.46.0"