@gem-sdk/pages 1.53.0-dev.139 → 1.53.0-dev.149
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.
|
@@ -81,7 +81,7 @@ const InteractionSelectOnPageHeader = ()=>{
|
|
|
81
81
|
className: "gp-relative",
|
|
82
82
|
children: [
|
|
83
83
|
/*#__PURE__*/ jsxRuntime.jsxs("button", {
|
|
84
|
-
className: `gp-h-full gp-w-[280px] gp-gap-2 gp-py-2 gp-px-4 gp-items-center gp-justify-center gp-leading-5 gp-font-medium gp-flex gp-rounded-b-[8px] gp-bg-[#3C67FF] gp-text-[#F9F9F9]`,
|
|
84
|
+
className: `gp-h-full hover:gp-bg-[#7190FF] gp-w-[280px] gp-gap-2 gp-py-2 gp-px-4 gp-items-center gp-justify-center gp-leading-5 gp-font-medium gp-flex gp-rounded-b-[8px] gp-bg-[#3C67FF] gp-text-[#F9F9F9]`,
|
|
85
85
|
onClick: ()=>setOpenDropdown((prev)=>!prev),
|
|
86
86
|
children: [
|
|
87
87
|
/*#__PURE__*/ jsxRuntime.jsx("p", {
|
|
@@ -77,7 +77,7 @@ const InteractionSelectOnPageHeader = ()=>{
|
|
|
77
77
|
className: "gp-relative",
|
|
78
78
|
children: [
|
|
79
79
|
/*#__PURE__*/ jsxs("button", {
|
|
80
|
-
className: `gp-h-full gp-w-[280px] gp-gap-2 gp-py-2 gp-px-4 gp-items-center gp-justify-center gp-leading-5 gp-font-medium gp-flex gp-rounded-b-[8px] gp-bg-[#3C67FF] gp-text-[#F9F9F9]`,
|
|
80
|
+
className: `gp-h-full hover:gp-bg-[#7190FF] gp-w-[280px] gp-gap-2 gp-py-2 gp-px-4 gp-items-center gp-justify-center gp-leading-5 gp-font-medium gp-flex gp-rounded-b-[8px] gp-bg-[#3C67FF] gp-text-[#F9F9F9]`,
|
|
81
81
|
onClick: ()=>setOpenDropdown((prev)=>!prev),
|
|
82
82
|
children: [
|
|
83
83
|
/*#__PURE__*/ jsx("p", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/pages",
|
|
3
|
-
"version": "1.53.0-dev.
|
|
3
|
+
"version": "1.53.0-dev.149",
|
|
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.53.0-dev.
|
|
29
|
+
"@gem-sdk/core": "1.53.0-dev.146",
|
|
30
30
|
"@gem-sdk/plugin-cookie-bar": "1.53.0-dev.105",
|
|
31
31
|
"@gem-sdk/plugin-quick-view": "1.53.0-dev.105",
|
|
32
32
|
"@gem-sdk/plugin-sticky-add-to-cart": "1.53.0-dev.105"
|