@gem-sdk/pages 1.58.0-staging.30 → 1.58.0-staging.31

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.
@@ -123,7 +123,7 @@ const Header = (props)=>{
123
123
  })
124
124
  ]
125
125
  }),
126
- !isOriginTemplate && /*#__PURE__*/ jsxRuntime.jsx("button", {
126
+ !(isOriginTemplate || pageType === 'STATIC') && /*#__PURE__*/ jsxRuntime.jsx("button", {
127
127
  className: "gp-header gp-invisible gp-absolute gp-left-[8px] gp-flex gp-h-[24px] gp-cursor-pointer gp-items-center gp-justify-center gp-rounded gp-bg-[#EEEEEE] gp-p-[4px] hover:gp-bg-[#f4f4f4] group-hover:gp-visible",
128
128
  onClick: openPageSetting,
129
129
  children: /*#__PURE__*/ jsxRuntime.jsxs("div", {
@@ -119,7 +119,7 @@ const Header = (props)=>{
119
119
  })
120
120
  ]
121
121
  }),
122
- !isOriginTemplate && /*#__PURE__*/ jsx("button", {
122
+ !(isOriginTemplate || pageType === 'STATIC') && /*#__PURE__*/ jsx("button", {
123
123
  className: "gp-header gp-invisible gp-absolute gp-left-[8px] gp-flex gp-h-[24px] gp-cursor-pointer gp-items-center gp-justify-center gp-rounded gp-bg-[#EEEEEE] gp-p-[4px] hover:gp-bg-[#f4f4f4] group-hover:gp-visible",
124
124
  onClick: openPageSetting,
125
125
  children: /*#__PURE__*/ jsxs("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "1.58.0-staging.30",
3
+ "version": "1.58.0-staging.31",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",