@hitachivantara/uikit-react-pentaho 0.9.8 → 0.9.10

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.
@@ -198,11 +198,10 @@ const HvCanvasToolbarTabs = react.forwardRef(function HvCanvasToolbarTabs2(props
198
198
  })
199
199
  }
200
200
  ),
201
- hiddenTabs.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(
201
+ hiddenTabs.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: classes.dropdownMenuContainer, children: /* @__PURE__ */ jsxRuntime.jsx(
202
202
  uikitReactCore.HvDropDownMenu,
203
203
  {
204
204
  classes: {
205
- container: classes.dropdownMenuContainer,
206
205
  menuListRoot: classes.dropdownMenuListRoot
207
206
  },
208
207
  dataList: hiddenTabs,
@@ -210,7 +209,7 @@ const HvCanvasToolbarTabs = react.forwardRef(function HvCanvasToolbarTabs2(props
210
209
  labels: { dropdownMenu: labels.dropdownMenu },
211
210
  onClick: (event, value) => handleChangeSelectedTab(event, value.id ?? "none")
212
211
  }
213
- )
212
+ ) })
214
213
  ] }),
215
214
  /* @__PURE__ */ jsxRuntime.jsxs("div", { ref: actionsRef, className: classes.actionsContainer, children: [
216
215
  children,
@@ -197,11 +197,10 @@ const HvCanvasToolbarTabs = forwardRef(function HvCanvasToolbarTabs2(props, ref)
197
197
  })
198
198
  }
199
199
  ),
200
- hiddenTabs.length > 0 && /* @__PURE__ */ jsx(
200
+ hiddenTabs.length > 0 && /* @__PURE__ */ jsx("div", { className: classes.dropdownMenuContainer, children: /* @__PURE__ */ jsx(
201
201
  HvDropDownMenu,
202
202
  {
203
203
  classes: {
204
- container: classes.dropdownMenuContainer,
205
204
  menuListRoot: classes.dropdownMenuListRoot
206
205
  },
207
206
  dataList: hiddenTabs,
@@ -209,7 +208,7 @@ const HvCanvasToolbarTabs = forwardRef(function HvCanvasToolbarTabs2(props, ref)
209
208
  labels: { dropdownMenu: labels.dropdownMenu },
210
209
  onClick: (event, value) => handleChangeSelectedTab(event, value.id ?? "none")
211
210
  }
212
- )
211
+ ) })
213
212
  ] }),
214
213
  /* @__PURE__ */ jsxs("div", { ref: actionsRef, className: classes.actionsContainer, children: [
215
214
  children,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-pentaho",
3
- "version": "0.9.8",
3
+ "version": "0.9.10",
4
4
  "private": false,
5
5
  "author": "Hitachi Vantara UI Kit Team",
6
6
  "description": "UI Kit Pentaho+ React components.",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@emotion/css": "^11.11.0",
33
- "@hitachivantara/uikit-react-core": "^5.93.2",
34
- "@hitachivantara/uikit-react-icons": "^5.15.2",
35
- "@hitachivantara/uikit-react-utils": "^0.2.35",
33
+ "@hitachivantara/uikit-react-core": "^5.95.0",
34
+ "@hitachivantara/uikit-react-icons": "^5.15.4",
35
+ "@hitachivantara/uikit-react-utils": "^0.2.37",
36
36
  "@mui/base": "5.0.0-beta.68",
37
37
  "react-resize-detector": "^8.1.0"
38
38
  },
@@ -43,7 +43,7 @@
43
43
  "access": "public",
44
44
  "directory": "package"
45
45
  },
46
- "gitHead": "9b7ed5b28906e4871b7f54b947e1a7a1d6f5f215",
46
+ "gitHead": "91e12a8552a39f5705248541621cd01331109179",
47
47
  "exports": {
48
48
  ".": {
49
49
  "types": "./dist/types/index.d.ts",