@gem-sdk/pages 1.12.0-next.16 → 1.12.0-next.18

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.
@@ -214,13 +214,13 @@ const ImageToLayout = ({ editorImageToLayout })=>{
214
214
  /*#__PURE__*/ jsxRuntime.jsx("label", {
215
215
  htmlFor: "gp-img-to-layout-gallery-btn",
216
216
  className: " relative mx-[5px] cursor-pointer font-medium text-[#3C67FF]",
217
- children: "Upload your website design image"
217
+ children: "Upload a screenshot or design of your website"
218
218
  }),
219
219
  /*#__PURE__*/ jsxRuntime.jsx("input", {
220
220
  id: "gp-img-to-layout-gallery-btn",
221
221
  className: "rounded-medium z-2 absolute hidden h-full w-full cursor-pointer opacity-0 outline-none",
222
222
  type: "file",
223
- accept: "image/*"
223
+ accept: ".png, .jpg, .jpeg"
224
224
  })
225
225
  ]
226
226
  })
@@ -210,13 +210,13 @@ const ImageToLayout = ({ editorImageToLayout })=>{
210
210
  /*#__PURE__*/ jsx("label", {
211
211
  htmlFor: "gp-img-to-layout-gallery-btn",
212
212
  className: " relative mx-[5px] cursor-pointer font-medium text-[#3C67FF]",
213
- children: "Upload your website design image"
213
+ children: "Upload a screenshot or design of your website"
214
214
  }),
215
215
  /*#__PURE__*/ jsx("input", {
216
216
  id: "gp-img-to-layout-gallery-btn",
217
217
  className: "rounded-medium z-2 absolute hidden h-full w-full cursor-pointer opacity-0 outline-none",
218
218
  type: "file",
219
- accept: "image/*"
219
+ accept: ".png, .jpg, .jpeg"
220
220
  })
221
221
  ]
222
222
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "1.12.0-next.16",
3
+ "version": "1.12.0-next.18",
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.12.0-next.16",
28
+ "@gem-sdk/core": "1.12.0-next.18",
29
29
  "@gem-sdk/plugin-cookie-bar": "*",
30
30
  "@gem-sdk/plugin-quick-view": "*",
31
31
  "@gem-sdk/plugin-sticky-add-to-cart": "*"