@gem-sdk/pages 1.40.0-staging.0 → 1.40.0
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.
- package/dist/cjs/components/image-to-layout/AddSectionImageToLayout.js +2 -2
- package/dist/cjs/components/image-to-layout/DropElement.js +6 -12
- package/dist/esm/components/image-to-layout/AddSectionImageToLayout.js +2 -2
- package/dist/esm/components/image-to-layout/DropElement.js +6 -12
- package/package.json +5 -5
|
@@ -16,13 +16,13 @@ const BASE_DATA = [
|
|
|
16
16
|
{
|
|
17
17
|
title: 'Insert URL',
|
|
18
18
|
content: 'to generate layout',
|
|
19
|
-
hasAILogo:
|
|
19
|
+
hasAILogo: false,
|
|
20
20
|
id: 'gps-add-section-bottom-from-url'
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
title: 'Upload image',
|
|
24
24
|
content: 'to generate layout',
|
|
25
|
-
hasAILogo:
|
|
25
|
+
hasAILogo: false,
|
|
26
26
|
id: 'gps-add-section-bottom-from-image'
|
|
27
27
|
}
|
|
28
28
|
];
|
|
@@ -141,19 +141,13 @@ const DropElement = ()=>{
|
|
|
141
141
|
]
|
|
142
142
|
})
|
|
143
143
|
}),
|
|
144
|
-
/*#__PURE__*/ jsxRuntime.
|
|
144
|
+
/*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
145
145
|
className: "gp-flex gp-items-center gp-gap-2 gp-text-xs",
|
|
146
|
-
children:
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
}),
|
|
152
|
-
/*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
153
|
-
className: "gp-text-medium gp-flex gp-h-[20px] gp-w-[58px] gp-items-center gp-justify-center gp-rounded-[8px] gp-bg-[#3C67FF1A] gp-text-[#0008C9]",
|
|
154
|
-
children: "AI Beta"
|
|
155
|
-
})
|
|
156
|
-
]
|
|
146
|
+
children: /*#__PURE__*/ jsxRuntime.jsx("div", {
|
|
147
|
+
id: "gp-img-to-layout-gallery-btn",
|
|
148
|
+
className: "gp-relative gp-cursor-pointer gp-text-[14px] gp-font-medium gp-text-[#3C67FF]",
|
|
149
|
+
children: "Start with Generating from URL or image"
|
|
150
|
+
})
|
|
157
151
|
})
|
|
158
152
|
]
|
|
159
153
|
})
|
|
@@ -12,13 +12,13 @@ const BASE_DATA = [
|
|
|
12
12
|
{
|
|
13
13
|
title: 'Insert URL',
|
|
14
14
|
content: 'to generate layout',
|
|
15
|
-
hasAILogo:
|
|
15
|
+
hasAILogo: false,
|
|
16
16
|
id: 'gps-add-section-bottom-from-url'
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
title: 'Upload image',
|
|
20
20
|
content: 'to generate layout',
|
|
21
|
-
hasAILogo:
|
|
21
|
+
hasAILogo: false,
|
|
22
22
|
id: 'gps-add-section-bottom-from-image'
|
|
23
23
|
}
|
|
24
24
|
];
|
|
@@ -139,19 +139,13 @@ const DropElement = ()=>{
|
|
|
139
139
|
]
|
|
140
140
|
})
|
|
141
141
|
}),
|
|
142
|
-
/*#__PURE__*/
|
|
142
|
+
/*#__PURE__*/ jsx("div", {
|
|
143
143
|
className: "gp-flex gp-items-center gp-gap-2 gp-text-xs",
|
|
144
|
-
children:
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
}),
|
|
150
|
-
/*#__PURE__*/ jsx("div", {
|
|
151
|
-
className: "gp-text-medium gp-flex gp-h-[20px] gp-w-[58px] gp-items-center gp-justify-center gp-rounded-[8px] gp-bg-[#3C67FF1A] gp-text-[#0008C9]",
|
|
152
|
-
children: "AI Beta"
|
|
153
|
-
})
|
|
154
|
-
]
|
|
144
|
+
children: /*#__PURE__*/ jsx("div", {
|
|
145
|
+
id: "gp-img-to-layout-gallery-btn",
|
|
146
|
+
className: "gp-relative gp-cursor-pointer gp-text-[14px] gp-font-medium gp-text-[#3C67FF]",
|
|
147
|
+
children: "Start with Generating from URL or image"
|
|
148
|
+
})
|
|
155
149
|
})
|
|
156
150
|
]
|
|
157
151
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/pages",
|
|
3
|
-
"version": "1.40.0
|
|
3
|
+
"version": "1.40.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"next": "latest"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@gem-sdk/core": "1.40.0
|
|
30
|
-
"@gem-sdk/plugin-cookie-bar": "1.40.0
|
|
31
|
-
"@gem-sdk/plugin-quick-view": "1.40.0
|
|
32
|
-
"@gem-sdk/plugin-sticky-add-to-cart": "1.40.0
|
|
29
|
+
"@gem-sdk/core": "1.40.0",
|
|
30
|
+
"@gem-sdk/plugin-cookie-bar": "1.40.0",
|
|
31
|
+
"@gem-sdk/plugin-quick-view": "1.40.0",
|
|
32
|
+
"@gem-sdk/plugin-sticky-add-to-cart": "1.40.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"next": ">=13"
|