@gem-sdk/pages 2.0.0-dev.324 → 2.0.0-dev.409
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.
|
@@ -13,7 +13,7 @@ const defaultMargin = {
|
|
|
13
13
|
};
|
|
14
14
|
const FooterForPostPurchase = (props)=>{
|
|
15
15
|
return /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
16
|
-
className: core.cls('gp-footer-container gp-border-1 gp-group gp-flex gp-justify-center gp-border-y gp-border-[#EEEEEE] gp-
|
|
16
|
+
className: core.cls('gp-footer-container gp-border-1 gp-group gp-flex gp-justify-center gp-border-y gp-border-[#EEEEEE] gp-font-sans'),
|
|
17
17
|
children: /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
18
18
|
className: "gp-flex gp-flex-1 gp-items-center gp-justify-between gp-py-6",
|
|
19
19
|
style: {
|
|
@@ -45,7 +45,7 @@ const Footer = (props)=>{
|
|
|
45
45
|
]);
|
|
46
46
|
return /*#__PURE__*/ jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
47
47
|
children: pageType === 'POST_PURCHASE' ? /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
48
|
-
className: core.cls('gp-footer-container gp-border-1 gp-group gp-flex gp-justify-center gp-border-y gp-border-[#EEEEEE] gp-
|
|
48
|
+
className: core.cls('gp-footer-container gp-border-1 gp-group gp-flex gp-justify-center gp-border-y gp-border-[#EEEEEE] gp-font-sans'),
|
|
49
49
|
children: /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
50
50
|
className: "gp-flex gp-flex-1 gp-items-center gp-justify-between gp-py-6",
|
|
51
51
|
style: {
|
|
@@ -62,7 +62,7 @@ const Footer = (props)=>{
|
|
|
62
62
|
})
|
|
63
63
|
})
|
|
64
64
|
}) : /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
65
|
-
className: core.cls('gp-footer-container gp-border-1 gp-group gp-flex gp-justify-center gp-border-y gp-border-[#EEEEEE
|
|
65
|
+
className: core.cls('gp-footer-container gp-border-1 gp-group gp-flex gp-justify-center gp-border-y gp-border-[#EEEEEE gp-font-sans', {
|
|
66
66
|
'gp-fixed gp-bottom-0 gp-w-full': shouldFixed
|
|
67
67
|
}),
|
|
68
68
|
children: /*#__PURE__*/ jsxRuntime.jsxs("div", {
|
|
@@ -9,7 +9,7 @@ const defaultMargin = {
|
|
|
9
9
|
};
|
|
10
10
|
const FooterForPostPurchase = (props)=>{
|
|
11
11
|
return /*#__PURE__*/ jsx("div", {
|
|
12
|
-
className: cls('gp-footer-container gp-border-1 gp-group gp-flex gp-justify-center gp-border-y gp-border-[#EEEEEE] gp-
|
|
12
|
+
className: cls('gp-footer-container gp-border-1 gp-group gp-flex gp-justify-center gp-border-y gp-border-[#EEEEEE] gp-font-sans'),
|
|
13
13
|
children: /*#__PURE__*/ jsx("div", {
|
|
14
14
|
className: "gp-flex gp-flex-1 gp-items-center gp-justify-between gp-py-6",
|
|
15
15
|
style: {
|
|
@@ -41,7 +41,7 @@ const Footer = (props)=>{
|
|
|
41
41
|
]);
|
|
42
42
|
return /*#__PURE__*/ jsx(Fragment, {
|
|
43
43
|
children: pageType === 'POST_PURCHASE' ? /*#__PURE__*/ jsx("div", {
|
|
44
|
-
className: cls('gp-footer-container gp-border-1 gp-group gp-flex gp-justify-center gp-border-y gp-border-[#EEEEEE] gp-
|
|
44
|
+
className: cls('gp-footer-container gp-border-1 gp-group gp-flex gp-justify-center gp-border-y gp-border-[#EEEEEE] gp-font-sans'),
|
|
45
45
|
children: /*#__PURE__*/ jsx("div", {
|
|
46
46
|
className: "gp-flex gp-flex-1 gp-items-center gp-justify-between gp-py-6",
|
|
47
47
|
style: {
|
|
@@ -58,7 +58,7 @@ const Footer = (props)=>{
|
|
|
58
58
|
})
|
|
59
59
|
})
|
|
60
60
|
}) : /*#__PURE__*/ jsx("div", {
|
|
61
|
-
className: cls('gp-footer-container gp-border-1 gp-group gp-flex gp-justify-center gp-border-y gp-border-[#EEEEEE
|
|
61
|
+
className: cls('gp-footer-container gp-border-1 gp-group gp-flex gp-justify-center gp-border-y gp-border-[#EEEEEE gp-font-sans', {
|
|
62
62
|
'gp-fixed gp-bottom-0 gp-w-full': shouldFixed
|
|
63
63
|
}),
|
|
64
64
|
children: /*#__PURE__*/ jsxs("div", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/pages",
|
|
3
|
-
"version": "2.0.0-dev.
|
|
3
|
+
"version": "2.0.0-dev.409",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"next": "14.2.20"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@gem-sdk/core": "2.0.0-dev.
|
|
30
|
-
"@gem-sdk/plugin-cookie-bar": "2.0.0-dev.
|
|
31
|
-
"@gem-sdk/plugin-quick-view": "2.0.0-dev.
|
|
32
|
-
"@gem-sdk/plugin-sticky-add-to-cart": "2.0.0-dev.
|
|
29
|
+
"@gem-sdk/core": "2.0.0-dev.403",
|
|
30
|
+
"@gem-sdk/plugin-cookie-bar": "2.0.0-dev.348",
|
|
31
|
+
"@gem-sdk/plugin-quick-view": "2.0.0-dev.348",
|
|
32
|
+
"@gem-sdk/plugin-sticky-add-to-cart": "2.0.0-dev.348"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"next": ">=13"
|