UNPKG

@hitachivantara/uikit-react-lab

Version:

Contributed React components for the NEXT UI Kit.

20 lines (19 loc) 568 B
import { createClasses, theme } from "@hitachivantara/uikit-react-core"; import { staticClasses as staticClasses$1 } from "./Node/BaseNode.styles.js"; import "react/jsx-runtime"; import "reactflow"; import "@hitachivantara/uikit-react-utils"; const { staticClasses, useClasses } = createClasses("HvFlow", { root: { height: "100%", [`& .selected > .${staticClasses$1.root}`]: { border: `1px solid ${theme.colors.textDisabled}`, borderRadius: theme.radii.round, boxSizing: "border-box" } } }); export { staticClasses, useClasses };