@gem-sdk/pages 1.13.7 → 1.13.8

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.
@@ -137,7 +137,7 @@ const ImageToLayout = ({ editorImageToLayout })=>{
137
137
  className: "image-to-layout-input-border relative max-w-[calc(100%_-_32px)]",
138
138
  children: [
139
139
  /*#__PURE__*/ jsxRuntime.jsxs("div", {
140
- className: "image-to-layout-input-wrapper flex h-[60px] w-[600px] max-w-[calc(100%)] items-center rounded-[3px] border py-[10px] pl-3 pr-2",
140
+ className: "image-to-layout-input-wrapper flex h-[60px] w-[600px] max-w-[calc(100%)] items-center rounded-[3px] py-[10px] pl-3 pr-2",
141
141
  children: [
142
142
  /*#__PURE__*/ jsxRuntime.jsxs("svg", {
143
143
  width: "54",
@@ -133,7 +133,7 @@ const ImageToLayout = ({ editorImageToLayout })=>{
133
133
  className: "image-to-layout-input-border relative max-w-[calc(100%_-_32px)]",
134
134
  children: [
135
135
  /*#__PURE__*/ jsxs("div", {
136
- className: "image-to-layout-input-wrapper flex h-[60px] w-[600px] max-w-[calc(100%)] items-center rounded-[3px] border py-[10px] pl-3 pr-2",
136
+ className: "image-to-layout-input-wrapper flex h-[60px] w-[600px] max-w-[calc(100%)] items-center rounded-[3px] py-[10px] pl-3 pr-2",
137
137
  children: [
138
138
  /*#__PURE__*/ jsxs("svg", {
139
139
  width: "54",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "1.13.7",
3
+ "version": "1.13.8",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",