@gem-sdk/pages 1.41.0-dev.16 → 1.41.0-dev.19

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.
@@ -100,12 +100,12 @@ const AddSectionImageToLayout = ({ editorImageToLayout })=>{
100
100
  }),
101
101
  ACTIONS_DATA.map((action)=>{
102
102
  return /*#__PURE__*/ jsxRuntime.jsxs("div", {
103
- className: `gp-relative gp-mx-1 gp-h-[60px] gp-w-[172px] gp-cursor-pointer gp-flex-col gp-items-center gp-justify-center gp-rounded-[3px] gp-bg-[#F4F4F4] hover:gp-bg-black/10 ${isInput ? 'gp-hidden' : 'gp-flex'}`,
103
+ className: `gp-relative gp-mx-1 gp-h-[60px] mobile:gp-h-[72px] gp-w-[172px] gp-cursor-pointer gp-flex-col gp-items-center gp-justify-center gp-rounded-[3px] gp-bg-[#F4F4F4] hover:gp-bg-black/10 ${isInput ? 'gp-hidden' : 'gp-flex'}`,
104
104
  id: action.id,
105
105
  "aria-hidden": true,
106
106
  children: [
107
107
  /*#__PURE__*/ jsxRuntime.jsxs("div", {
108
- className: "gp-mb-[4px] gp-flex gp-gap-2 gp-text-[14px] gp-font-medium gp-text-[#212121]",
108
+ className: "gp-mb-[4px] gp-flex gp-gap-2 gp-text-[14px] gp-font-medium gp-text-[#212121] mobile:gp-flex-col mobile:gp-items-center mobile:gp-gap-0",
109
109
  children: [
110
110
  action.title,
111
111
  action.hasAILogo && /*#__PURE__*/ jsxRuntime.jsxs("svg", {
@@ -96,12 +96,12 @@ const AddSectionImageToLayout = ({ editorImageToLayout })=>{
96
96
  }),
97
97
  ACTIONS_DATA.map((action)=>{
98
98
  return /*#__PURE__*/ jsxs("div", {
99
- className: `gp-relative gp-mx-1 gp-h-[60px] gp-w-[172px] gp-cursor-pointer gp-flex-col gp-items-center gp-justify-center gp-rounded-[3px] gp-bg-[#F4F4F4] hover:gp-bg-black/10 ${isInput ? 'gp-hidden' : 'gp-flex'}`,
99
+ className: `gp-relative gp-mx-1 gp-h-[60px] mobile:gp-h-[72px] gp-w-[172px] gp-cursor-pointer gp-flex-col gp-items-center gp-justify-center gp-rounded-[3px] gp-bg-[#F4F4F4] hover:gp-bg-black/10 ${isInput ? 'gp-hidden' : 'gp-flex'}`,
100
100
  id: action.id,
101
101
  "aria-hidden": true,
102
102
  children: [
103
103
  /*#__PURE__*/ jsxs("div", {
104
- className: "gp-mb-[4px] gp-flex gp-gap-2 gp-text-[14px] gp-font-medium gp-text-[#212121]",
104
+ className: "gp-mb-[4px] gp-flex gp-gap-2 gp-text-[14px] gp-font-medium gp-text-[#212121] mobile:gp-flex-col mobile:gp-items-center mobile:gp-gap-0",
105
105
  children: [
106
106
  action.title,
107
107
  action.hasAILogo && /*#__PURE__*/ jsxs("svg", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "1.41.0-dev.16",
3
+ "version": "1.41.0-dev.19",
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.41.0-dev.16",
29
+ "@gem-sdk/core": "1.41.0-dev.18",
30
30
  "@gem-sdk/plugin-cookie-bar": "1.41.0-staging.13",
31
31
  "@gem-sdk/plugin-quick-view": "1.41.0-staging.13",
32
32
  "@gem-sdk/plugin-sticky-add-to-cart": "1.41.0-staging.13"