@hitachivantara/uikit-react-pentaho 6.0.10 → 6.0.12

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.
@@ -16,7 +16,7 @@ const HvCanvasPanelTab = forwardRef(function HvCanvasPanelTab2(props, ref) {
16
16
  const tabRef = useRef(null);
17
17
  const { classes, cx } = useClasses(classesProp);
18
18
  return (
19
- // oxlint-disable-next-line jsx_a11y/click-events-have-key-events jsx_a11y/no-static-element-interactions simulate tab click
19
+ // oxlint-disable-next-line jsx_a11y/click-events-have-key-events,jsx_a11y/no-static-element-interactions, simulate tab click
20
20
  /* @__PURE__ */ jsxs(
21
21
  "div",
22
22
  {
@@ -1,6 +1,6 @@
1
1
  import { jsxs, Fragment, jsx } from "react/jsx-runtime";
2
2
  import { forwardRef, useId, useEffect } from "react";
3
- import { useDefaultProps, useUniqueId, useLabels, useControlled, HvPanel, HvIconButton } from "@hitachivantara/uikit-react-core";
3
+ import { useDefaultProps, useUniqueId, useLabels, useControlled, HvPanel, HvButton } from "@hitachivantara/uikit-react-core";
4
4
  import { End } from "@hitachivantara/uikit-react-icons";
5
5
  import { useCanvasContext } from "../CanvasContext.js";
6
6
  import { useClasses } from "./SidePanel.styles.js";
@@ -126,10 +126,11 @@ const HvCanvasSidePanel = forwardRef(function HvCanvasSidePanel2(props, ref) {
126
126
  }
127
127
  ),
128
128
  /* @__PURE__ */ jsx(
129
- HvIconButton,
129
+ HvButton,
130
130
  {
131
+ icon: true,
131
132
  variant: "primaryGhost",
132
- title: open ? labels.close : labels.open,
133
+ "aria-label": open ? labels.close : labels.open,
133
134
  onClick: handleTogglePanel,
134
135
  "aria-expanded": open,
135
136
  "aria-controls": panelId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-pentaho",
3
- "version": "6.0.10",
3
+ "version": "6.0.12",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "author": "Hitachi Vantara UI Kit Team",
@@ -31,10 +31,10 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@emotion/css": "^11.11.0",
34
- "@hitachivantara/uikit-react-core": "^6.6.1",
35
- "@hitachivantara/uikit-react-icons": "^6.0.3",
36
- "@hitachivantara/uikit-react-utils": "^6.2.1",
37
- "@mui/base": "5.0.0-beta.68",
34
+ "@hitachivantara/uikit-react-core": "^6.8.1",
35
+ "@hitachivantara/uikit-react-icons": "^6.0.4",
36
+ "@hitachivantara/uikit-react-utils": "^6.2.2",
37
+ "@mui/base": "7.0.0-beta.4",
38
38
  "react-resize-detector": "^12.3.0"
39
39
  },
40
40
  "files": [
@@ -44,7 +44,7 @@
44
44
  "access": "public",
45
45
  "directory": "package"
46
46
  },
47
- "gitHead": "a21dd82d491518df161ef2f5dc95fd90164836f1",
47
+ "gitHead": "b9034f709fcfa749a28a52ed31dab060455493d6",
48
48
  "exports": {
49
49
  ".": {
50
50
  "types": "./dist/index.d.ts",