@gem-sdk/core 1.53.0-dev.63 → 1.53.0-dev.70

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.
@@ -377,7 +377,7 @@ const ComponentToolbarPreview = (props)=>{
377
377
  "aria-hidden": "true",
378
378
  children: [
379
379
  isShowIconInteractionTrigger && /*#__PURE__*/ jsxRuntime.jsx("div", {
380
- className: "gp-hidden interaction-use-custom-element",
380
+ className: "gp-hidden gp-w-[12px] interaction-use-custom-element",
381
381
  children: /*#__PURE__*/ jsxRuntime.jsx("svg", {
382
382
  width: "12",
383
383
  height: "13",
@@ -393,7 +393,7 @@ const ComponentToolbarPreview = (props)=>{
393
393
  })
394
394
  }),
395
395
  isShowIconInteractionTarget && /*#__PURE__*/ jsxRuntime.jsx("div", {
396
- className: "gp-hidden interaction-use-custom-element",
396
+ className: "gp-hidden gp-w-[14px] interaction-use-custom-element",
397
397
  children: /*#__PURE__*/ jsxRuntime.jsx("svg", {
398
398
  width: "14",
399
399
  height: "14",
@@ -373,7 +373,7 @@ const ComponentToolbarPreview = (props)=>{
373
373
  "aria-hidden": "true",
374
374
  children: [
375
375
  isShowIconInteractionTrigger && /*#__PURE__*/ jsx("div", {
376
- className: "gp-hidden interaction-use-custom-element",
376
+ className: "gp-hidden gp-w-[12px] interaction-use-custom-element",
377
377
  children: /*#__PURE__*/ jsx("svg", {
378
378
  width: "12",
379
379
  height: "13",
@@ -389,7 +389,7 @@ const ComponentToolbarPreview = (props)=>{
389
389
  })
390
390
  }),
391
391
  isShowIconInteractionTarget && /*#__PURE__*/ jsx("div", {
392
- className: "gp-hidden interaction-use-custom-element",
392
+ className: "gp-hidden gp-w-[14px] interaction-use-custom-element",
393
393
  children: /*#__PURE__*/ jsx("svg", {
394
394
  width: "14",
395
395
  height: "14",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.53.0-dev.63",
3
+ "version": "1.53.0-dev.70",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",