@gem-sdk/pages 1.13.35 → 1.13.36

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.
@@ -257,7 +257,7 @@ const AddSectionImageToLayout = ({ editorImageToLayout })=>{
257
257
  /*#__PURE__*/ jsxRuntime.jsx("div", {
258
258
  "aria-disabled": !link,
259
259
  id: "gp-img-to-layout-bottom-generate-btn",
260
- className: `generate-image-to-layout-btn flex h-[36px] w-[86px] cursor-pointer items-center justify-center rounded-[3px] text-sm font-medium ${!link ? 'btn-disable cursor-not-allowed' : ''}`,
260
+ className: `generate-image-to-layout-btn flex h-[36px] w-[86px] cursor-pointer items-center justify-center rounded-[3px] text-sm font-medium text-white ${!link ? 'btn-disable cursor-not-allowed' : ''}`,
261
261
  children: "Generate"
262
262
  })
263
263
  ]
@@ -253,7 +253,7 @@ const AddSectionImageToLayout = ({ editorImageToLayout })=>{
253
253
  /*#__PURE__*/ jsx("div", {
254
254
  "aria-disabled": !link,
255
255
  id: "gp-img-to-layout-bottom-generate-btn",
256
- className: `generate-image-to-layout-btn flex h-[36px] w-[86px] cursor-pointer items-center justify-center rounded-[3px] text-sm font-medium ${!link ? 'btn-disable cursor-not-allowed' : ''}`,
256
+ className: `generate-image-to-layout-btn flex h-[36px] w-[86px] cursor-pointer items-center justify-center rounded-[3px] text-sm font-medium text-white ${!link ? 'btn-disable cursor-not-allowed' : ''}`,
257
257
  children: "Generate"
258
258
  })
259
259
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "1.13.35",
3
+ "version": "1.13.36",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",