@gem-sdk/pages 1.13.0-next.21 → 1.14.0-next.24
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.
|
@@ -206,7 +206,7 @@ const ImageToLayout = ({ editorImageToLayout })=>{
|
|
|
206
206
|
}),
|
|
207
207
|
/*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
208
208
|
id: "gp-img-to-layout-generate-btn",
|
|
209
|
-
className:
|
|
209
|
+
className: `generate-image-to-layout-btn flex h-[40px] w-[94px] cursor-pointer items-center justify-center rounded-[3px] text-sm font-medium text-white ${!link ? 'btn-disable' : ''}`,
|
|
210
210
|
children: "Generate"
|
|
211
211
|
}),
|
|
212
212
|
/*#__PURE__*/ jsxRuntime.jsx(PagesSuggestion.PagesSuggestion, {
|
|
@@ -95,7 +95,7 @@ const PagesSuggestion = ({ isOpen , link , setLink , setOpenSuggestion })=>{
|
|
|
95
95
|
onClick: ()=>setOpenSuggestion(false),
|
|
96
96
|
id: "gp-img-to-layout-generate-btn-modal",
|
|
97
97
|
"aria-hidden": true,
|
|
98
|
-
className:
|
|
98
|
+
className: `generate-image-to-layout-btn flex h-[40px] w-[94px] cursor-pointer items-center justify-center rounded-[3px] text-sm font-medium text-white ${!link ? 'btn-disable' : ''}`,
|
|
99
99
|
children: "Generate"
|
|
100
100
|
})
|
|
101
101
|
]
|
|
@@ -202,7 +202,7 @@ const ImageToLayout = ({ editorImageToLayout })=>{
|
|
|
202
202
|
}),
|
|
203
203
|
/*#__PURE__*/ jsx("div", {
|
|
204
204
|
id: "gp-img-to-layout-generate-btn",
|
|
205
|
-
className:
|
|
205
|
+
className: `generate-image-to-layout-btn flex h-[40px] w-[94px] cursor-pointer items-center justify-center rounded-[3px] text-sm font-medium text-white ${!link ? 'btn-disable' : ''}`,
|
|
206
206
|
children: "Generate"
|
|
207
207
|
}),
|
|
208
208
|
/*#__PURE__*/ jsx(PagesSuggestion, {
|
|
@@ -93,7 +93,7 @@ const PagesSuggestion = ({ isOpen , link , setLink , setOpenSuggestion })=>{
|
|
|
93
93
|
onClick: ()=>setOpenSuggestion(false),
|
|
94
94
|
id: "gp-img-to-layout-generate-btn-modal",
|
|
95
95
|
"aria-hidden": true,
|
|
96
|
-
className:
|
|
96
|
+
className: `generate-image-to-layout-btn flex h-[40px] w-[94px] cursor-pointer items-center justify-center rounded-[3px] text-sm font-medium text-white ${!link ? 'btn-disable' : ''}`,
|
|
97
97
|
children: "Generate"
|
|
98
98
|
})
|
|
99
99
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/pages",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0-next.24",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"next-seo": "^6.0.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@gem-sdk/core": "1.
|
|
28
|
+
"@gem-sdk/core": "1.14.0-next.22",
|
|
29
29
|
"@gem-sdk/plugin-cookie-bar": "*",
|
|
30
30
|
"@gem-sdk/plugin-quick-view": "*",
|
|
31
31
|
"@gem-sdk/plugin-sticky-add-to-cart": "*"
|