@gem-sdk/pages 1.58.0-dev.40 → 1.58.0-dev.53

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.
@@ -39,7 +39,7 @@ const InteractionSelectOnPageHeader = ()=>{
39
39
  handleClickOutside
40
40
  ]);
41
41
  const isShowOverlay = react.useMemo(()=>{
42
- return hoverOption !== 'ELEMENT' && (selectType === 'PAGE' || selectType === 'ELEMENT' && hoverOption === 'PAGE') && settingType === 'TRIGGER';
42
+ return hoverOption !== 'ELEMENT' && (selectType === 'PAGE' || selectType === 'ELEMENT' && hoverOption === 'PAGE');
43
43
  }, [
44
44
  hoverOption,
45
45
  selectType
@@ -88,7 +88,7 @@ const InteractionSelectOnPageHeader = ()=>{
88
88
  className: "gp-grow",
89
89
  children: title
90
90
  }),
91
- settingType === 'TRIGGER' && /*#__PURE__*/ jsxRuntime.jsx("div", {
91
+ /*#__PURE__*/ jsxRuntime.jsx("div", {
92
92
  className: "gp-w-[21px]",
93
93
  children: /*#__PURE__*/ jsxRuntime.jsx("svg", {
94
94
  width: "16",
@@ -35,7 +35,7 @@ const InteractionSelectOnPageHeader = ()=>{
35
35
  handleClickOutside
36
36
  ]);
37
37
  const isShowOverlay = useMemo(()=>{
38
- return hoverOption !== 'ELEMENT' && (selectType === 'PAGE' || selectType === 'ELEMENT' && hoverOption === 'PAGE') && settingType === 'TRIGGER';
38
+ return hoverOption !== 'ELEMENT' && (selectType === 'PAGE' || selectType === 'ELEMENT' && hoverOption === 'PAGE');
39
39
  }, [
40
40
  hoverOption,
41
41
  selectType
@@ -84,7 +84,7 @@ const InteractionSelectOnPageHeader = ()=>{
84
84
  className: "gp-grow",
85
85
  children: title
86
86
  }),
87
- settingType === 'TRIGGER' && /*#__PURE__*/ jsx("div", {
87
+ /*#__PURE__*/ jsx("div", {
88
88
  className: "gp-w-[21px]",
89
89
  children: /*#__PURE__*/ jsx("svg", {
90
90
  width: "16",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "1.58.0-dev.40",
3
+ "version": "1.58.0-dev.53",
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.58.0-dev.40",
30
- "@gem-sdk/plugin-cookie-bar": "1.58.0-dev.25",
31
- "@gem-sdk/plugin-quick-view": "1.58.0-dev.25",
32
- "@gem-sdk/plugin-sticky-add-to-cart": "1.58.0-dev.25"
29
+ "@gem-sdk/core": "1.58.0-dev.53",
30
+ "@gem-sdk/plugin-cookie-bar": "1.58.0-dev.53",
31
+ "@gem-sdk/plugin-quick-view": "1.58.0-dev.53",
32
+ "@gem-sdk/plugin-sticky-add-to-cart": "1.58.0-dev.53"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "next": ">=13"