@hitachivantara/uikit-react-pentaho 6.0.4 → 6.0.6
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useRef, useState } from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { useControlled, useEnhancedEffect, HvTypography, createClasses, theme, isKey } from "@hitachivantara/uikit-react-core";
|
|
4
4
|
import { Edit } from "@hitachivantara/uikit-react-icons";
|
|
5
5
|
const { staticClasses, useClasses } = createClasses(
|
|
6
6
|
"HvCanvasToolbarTabsEditor",
|
package/dist/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { staticClasses } from "./Canvas/BottomPanel/BottomPanel.styles.js";
|
|
2
1
|
import { HvCanvasBottomPanel } from "./Canvas/BottomPanel/BottomPanel.js";
|
|
3
|
-
import {
|
|
2
|
+
import { HvCanvasContext, HvCanvasProvider, useCanvasContext } from "./Canvas/CanvasContext.js";
|
|
4
3
|
import { HvCanvasPanelTab } from "./Canvas/PanelTab/PanelTab.js";
|
|
5
|
-
import { staticClasses as staticClasses3 } from "./Canvas/PanelTabs/PanelTabs.styles.js";
|
|
6
4
|
import { HvCanvasPanelTabs } from "./Canvas/PanelTabs/PanelTabs.js";
|
|
7
|
-
import { staticClasses as staticClasses4 } from "./Canvas/SidePanel/SidePanel.styles.js";
|
|
8
5
|
import { HvCanvasSidePanel } from "./Canvas/SidePanel/SidePanel.js";
|
|
9
|
-
import { staticClasses as staticClasses5 } from "./Canvas/Toolbar/Toolbar.styles.js";
|
|
10
6
|
import { HvCanvasToolbar } from "./Canvas/Toolbar/Toolbar.js";
|
|
11
|
-
import { staticClasses as staticClasses6 } from "./Canvas/ToolbarTabs/ToolbarTabs.styles.js";
|
|
12
7
|
import { HvCanvasToolbarTabs } from "./Canvas/ToolbarTabs/ToolbarTabs.js";
|
|
13
|
-
import {
|
|
8
|
+
import { staticClasses } from "./Canvas/BottomPanel/BottomPanel.styles.js";
|
|
9
|
+
import { staticClasses as staticClasses2 } from "./Canvas/PanelTab/PanelTab.styles.js";
|
|
10
|
+
import { staticClasses as staticClasses3 } from "./Canvas/PanelTabs/PanelTabs.styles.js";
|
|
11
|
+
import { staticClasses as staticClasses4 } from "./Canvas/SidePanel/SidePanel.styles.js";
|
|
12
|
+
import { staticClasses as staticClasses5 } from "./Canvas/Toolbar/Toolbar.styles.js";
|
|
13
|
+
import { staticClasses as staticClasses6 } from "./Canvas/ToolbarTabs/ToolbarTabs.styles.js";
|
|
14
14
|
export {
|
|
15
15
|
HvCanvasBottomPanel,
|
|
16
16
|
HvCanvasContext,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-pentaho",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.6",
|
|
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.4.
|
|
34
|
+
"@hitachivantara/uikit-react-core": "^6.4.2",
|
|
35
35
|
"@hitachivantara/uikit-react-icons": "^6.0.2",
|
|
36
36
|
"@hitachivantara/uikit-react-utils": "^6.2.0",
|
|
37
37
|
"@mui/base": "5.0.0-beta.68",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"access": "public",
|
|
45
45
|
"directory": "package"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "3f10053759d187946255aede1c25203f4fea7940",
|
|
48
48
|
"exports": {
|
|
49
49
|
".": {
|
|
50
50
|
"types": "./dist/index.d.ts",
|