@1771technologies/lytenyte-pro 0.0.57 → 0.0.58

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.
@@ -1079,7 +1079,7 @@ const ColumnManagerPill = forwardRef(function ColumnManagerPill2({ item, ...prop
1079
1079
  children: /* @__PURE__ */ jsx(TriggerIcon, { width: 16, height: 16 })
1080
1080
  }
1081
1081
  ),
1082
- /* @__PURE__ */ jsx(MenuPortal, { children: /* @__PURE__ */ jsxs(MenuPositioner, { onClick: (ev) => ev.stopPropagation(), children: [
1082
+ /* @__PURE__ */ jsx(MenuPortal, { children: /* @__PURE__ */ jsxs(MenuPositioner, { onClick: (ev) => ev.stopPropagation(), style: { zIndex: 100 }, children: [
1083
1083
  item.isAggregation && /* @__PURE__ */ jsx(AggMenu, { grid, column: item.column }),
1084
1084
  item.isMeasure && /* @__PURE__ */ jsx(MeasureMenu, { grid, column: item.column })
1085
1085
  ] }) })
@@ -357,7 +357,7 @@ const PillManagerPill = forwardRef(function PillManagerPill2({ item, menu, ...pr
357
357
  children: /* @__PURE__ */ jsx(TriggerIcon, { width: 16, height: 16 })
358
358
  }
359
359
  ),
360
- /* @__PURE__ */ jsx(MenuPortal, { children: /* @__PURE__ */ jsxs(MenuPositioner, { onClick: (ev) => ev.stopPropagation(), children: [
360
+ /* @__PURE__ */ jsx(MenuPortal, { children: /* @__PURE__ */ jsxs(MenuPositioner, { onClick: (ev) => ev.stopPropagation(), style: { zIndex: 100 }, children: [
361
361
  item.isAggregation && /* @__PURE__ */ jsx(AggMenu, { grid, column: item.column }),
362
362
  item.isMeasure && /* @__PURE__ */ jsx(MeasureMenu, { grid, column: item.column })
363
363
  ] }) })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1771technologies/lytenyte-pro",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "license": "COMMERCIAL",
5
5
  "type": "module",
6
6
  "files": [
@@ -70,20 +70,20 @@
70
70
  "react-dom": "^18.0.0 || ^19.0.0"
71
71
  },
72
72
  "dependencies": {
73
- "@1771technologies/grid-client-data-source-pro": "0.0.57",
74
- "@1771technologies/grid-core": "0.0.57",
75
- "@1771technologies/grid-design": "0.0.57",
76
- "@1771technologies/grid-provider": "0.0.57",
77
- "@1771technologies/grid-store-pro": "0.0.57",
78
- "@1771technologies/grid-tree-data-source": "0.0.57",
79
- "@1771technologies/grid-types": "0.0.57",
80
- "@1771technologies/js-utils": "0.0.57",
81
- "@1771technologies/lytenyte-core": "0.0.57",
82
- "@1771technologies/react-cascada": "0.0.57",
83
- "@1771technologies/react-dragon": "0.0.57",
84
- "@1771technologies/react-sizer": "0.0.57",
85
- "@1771technologies/react-split-pane": "0.0.57",
86
- "@1771technologies/react-utils": "0.0.57",
73
+ "@1771technologies/grid-client-data-source-pro": "0.0.58",
74
+ "@1771technologies/grid-core": "0.0.58",
75
+ "@1771technologies/grid-design": "0.0.58",
76
+ "@1771technologies/grid-provider": "0.0.58",
77
+ "@1771technologies/grid-store-pro": "0.0.58",
78
+ "@1771technologies/grid-tree-data-source": "0.0.58",
79
+ "@1771technologies/grid-types": "0.0.58",
80
+ "@1771technologies/js-utils": "0.0.58",
81
+ "@1771technologies/lytenyte-core": "0.0.58",
82
+ "@1771technologies/react-cascada": "0.0.58",
83
+ "@1771technologies/react-dragon": "0.0.58",
84
+ "@1771technologies/react-sizer": "0.0.58",
85
+ "@1771technologies/react-split-pane": "0.0.58",
86
+ "@1771technologies/react-utils": "0.0.58",
87
87
  "@base-ui-components/react": "1.0.0-alpha.7"
88
88
  },
89
89
  "devDependencies": {