@gem-sdk/core 1.53.0-dev.145 → 1.53.0-dev.146

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.
@@ -23,7 +23,7 @@ const InteractionSuffix = ()=>{
23
23
  const isSelectOnPage = PageContext.usePageStore((s)=>s.interactionData?.isSelectOnPage);
24
24
  return /*#__PURE__*/ jsxRuntime.jsx(jsxRuntime.Fragment, {
25
25
  children: isSelectOnPage && /*#__PURE__*/ jsxRuntime.jsx("button", {
26
- className: "gp-bg-[#F4F4F4] gp-px-2 gp-py-0.5 gp-rounded-lg gp-text-[#212121] gp-text-xs gp-font-medium gp-hidden interaction-use-custom-element ",
26
+ className: "gp-bg-[#F4F4F4] gp-px-2 gp-h-[24px] gp-py-0.5 gp-rounded-lg gp-text-[#212121] gp-text-xs gp-font-medium gp-hidden interaction-use-custom-element ",
27
27
  onClick: closeSelectOnPage,
28
28
  "data-setup-interaction": true,
29
29
  children: settingType === 'TRIGGER' ? 'Set as trigger' : 'Set as target'
@@ -21,7 +21,7 @@ const InteractionSuffix = ()=>{
21
21
  const isSelectOnPage = usePageStore((s)=>s.interactionData?.isSelectOnPage);
22
22
  return /*#__PURE__*/ jsx(Fragment, {
23
23
  children: isSelectOnPage && /*#__PURE__*/ jsx("button", {
24
- className: "gp-bg-[#F4F4F4] gp-px-2 gp-py-0.5 gp-rounded-lg gp-text-[#212121] gp-text-xs gp-font-medium gp-hidden interaction-use-custom-element ",
24
+ className: "gp-bg-[#F4F4F4] gp-px-2 gp-h-[24px] gp-py-0.5 gp-rounded-lg gp-text-[#212121] gp-text-xs gp-font-medium gp-hidden interaction-use-custom-element ",
25
25
  onClick: closeSelectOnPage,
26
26
  "data-setup-interaction": true,
27
27
  children: settingType === 'TRIGGER' ? 'Set as trigger' : 'Set as target'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.53.0-dev.145",
3
+ "version": "1.53.0-dev.146",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",