@hitachivantara/uikit-react-pentaho 6.0.11 → 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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-pentaho",
3
- "version": "6.0.11",
3
+ "version": "6.0.12",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "author": "Hitachi Vantara UI Kit Team",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@emotion/css": "^11.11.0",
34
- "@hitachivantara/uikit-react-core": "^6.8.0",
34
+ "@hitachivantara/uikit-react-core": "^6.8.1",
35
35
  "@hitachivantara/uikit-react-icons": "^6.0.4",
36
36
  "@hitachivantara/uikit-react-utils": "^6.2.2",
37
37
  "@mui/base": "7.0.0-beta.4",
@@ -44,7 +44,7 @@
44
44
  "access": "public",
45
45
  "directory": "package"
46
46
  },
47
- "gitHead": "f79885f320f5cdf5b438ef8b2e866965c9626ce7",
47
+ "gitHead": "b9034f709fcfa749a28a52ed31dab060455493d6",
48
48
  "exports": {
49
49
  ".": {
50
50
  "types": "./dist/index.d.ts",