@hitachivantara/uikit-react-lab 5.46.13 → 5.46.15
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.
|
@@ -4,7 +4,7 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
4
4
|
const reactflow = require("reactflow");
|
|
5
5
|
const uikitStyles = require("@hitachivantara/uikit-styles");
|
|
6
6
|
const HvFlowBackground = ({
|
|
7
|
-
color = "
|
|
7
|
+
color = "text",
|
|
8
8
|
...others
|
|
9
9
|
}) => {
|
|
10
10
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { Background } from "reactflow";
|
|
3
3
|
import { getColor, theme } from "@hitachivantara/uikit-styles";
|
|
4
4
|
const HvFlowBackground = ({
|
|
5
|
-
color = "
|
|
5
|
+
color = "text",
|
|
6
6
|
...others
|
|
7
7
|
}) => {
|
|
8
8
|
return /* @__PURE__ */ jsx(
|
package/dist/types/index.d.ts
CHANGED
|
@@ -432,7 +432,7 @@ export declare const HvFlow: ({ nodeGroups, sidebar, defaultActions, dndContextP
|
|
|
432
432
|
export declare const HvFlowBackground: ({ color, ...others }: HvFlowBackgroundProps) => JSX_2.Element;
|
|
433
433
|
|
|
434
434
|
export declare interface HvFlowBackgroundProps extends Omit<BackgroundProps, "color"> {
|
|
435
|
-
/** Color for the background dots. Defaults to `
|
|
435
|
+
/** Color for the background dots. Defaults to `text`. */
|
|
436
436
|
color?: HvColorAny;
|
|
437
437
|
}
|
|
438
438
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-lab",
|
|
3
|
-
"version": "5.46.
|
|
3
|
+
"version": "5.46.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Hitachi Vantara UI Kit Team",
|
|
6
6
|
"description": "Contributed React components for the NEXT UI Kit.",
|
|
7
|
-
"homepage": "https://github.com/
|
|
7
|
+
"homepage": "https://github.com/pentaho/hv-uikit-react",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"keywords": [
|
|
10
10
|
"hitachi-vantara",
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
],
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "git+https://github.com/
|
|
18
|
+
"url": "git+https://github.com/pentaho/hv-uikit-react.git",
|
|
19
19
|
"directory": "packages/lab"
|
|
20
20
|
},
|
|
21
21
|
"license": "Apache-2.0",
|
|
22
22
|
"bugs": {
|
|
23
|
-
"url": "https://github.com/
|
|
23
|
+
"url": "https://github.com/pentaho/hv-uikit-react/issues"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"@emotion/react": "^11.11.1",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"@dnd-kit/core": "^6.1.0",
|
|
34
34
|
"@dnd-kit/modifiers": "^6.0.1",
|
|
35
35
|
"@emotion/css": "^11.11.0",
|
|
36
|
-
"@hitachivantara/uikit-react-core": "^5.
|
|
37
|
-
"@hitachivantara/uikit-react-icons": "^5.16.
|
|
38
|
-
"@hitachivantara/uikit-react-utils": "^0.2.
|
|
39
|
-
"@hitachivantara/uikit-styles": "^5.
|
|
36
|
+
"@hitachivantara/uikit-react-core": "^5.107.0",
|
|
37
|
+
"@hitachivantara/uikit-react-icons": "^5.16.8",
|
|
38
|
+
"@hitachivantara/uikit-react-utils": "^0.2.48",
|
|
39
|
+
"@hitachivantara/uikit-styles": "^5.53.0",
|
|
40
40
|
"@mui/base": "5.0.0-beta.68",
|
|
41
41
|
"@types/react-grid-layout": "^1.3.5",
|
|
42
42
|
"react-grid-layout": "^1.4.4",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"access": "public",
|
|
53
53
|
"directory": "package"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "e34acd74656ecb0ad2c31d6afaed30a00d58a8ca",
|
|
56
56
|
"exports": {
|
|
57
57
|
".": {
|
|
58
58
|
"types": "./dist/types/index.d.ts",
|