@hitachivantara/uikit-react-pentaho 0.9.15 → 0.10.1

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.
@@ -107,13 +107,13 @@ const HvCanvasToolbarTabs = react.forwardRef(function HvCanvasToolbarTabs2(props
107
107
  visibleTabs: [
108
108
  ...tabs.slice(0, excludedTabIndex),
109
109
  temporaryHiddenTabs[selectedTabHiddenIndex]
110
- ].filter((tab) => tab),
110
+ ].filter(Boolean),
111
111
  hiddenTabs: [
112
112
  tabs[excludedTabIndex],
113
113
  ...temporaryHiddenTabs.filter(
114
114
  (tab, i) => i !== selectedTabHiddenIndex
115
115
  )
116
- ].filter((tab) => tab)
116
+ ].filter(Boolean)
117
117
  };
118
118
  }
119
119
  return {
@@ -106,13 +106,13 @@ const HvCanvasToolbarTabs = forwardRef(function HvCanvasToolbarTabs2(props, ref)
106
106
  visibleTabs: [
107
107
  ...tabs.slice(0, excludedTabIndex),
108
108
  temporaryHiddenTabs[selectedTabHiddenIndex]
109
- ].filter((tab) => tab),
109
+ ].filter(Boolean),
110
110
  hiddenTabs: [
111
111
  tabs[excludedTabIndex],
112
112
  ...temporaryHiddenTabs.filter(
113
113
  (tab, i) => i !== selectedTabHiddenIndex
114
114
  )
115
- ].filter((tab) => tab)
115
+ ].filter(Boolean)
116
116
  };
117
117
  }
118
118
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-pentaho",
3
- "version": "0.9.15",
3
+ "version": "0.10.1",
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.96.3",
34
- "@hitachivantara/uikit-react-icons": "^5.15.7",
35
- "@hitachivantara/uikit-react-utils": "^0.2.39",
33
+ "@hitachivantara/uikit-react-core": "^5.98.0",
34
+ "@hitachivantara/uikit-react-icons": "^5.16.1",
35
+ "@hitachivantara/uikit-react-utils": "^0.2.41",
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": "e8e37e375a8b3101ac3d223d1a08ca06b53b43de",
46
+ "gitHead": "3b3c13424f41d3ab57653e51d7b0108193eff962",
47
47
  "exports": {
48
48
  ".": {
49
49
  "types": "./dist/types/index.d.ts",