UNPKG

@hitachivantara/uikit-react-lab

Version:

Contributed React components for the NEXT UI Kit.

14 lines (13 loc) 257 B
import { theme } from "@hitachivantara/uikit-styles"; const dotSizes = { xs: 8, sm: 10, md: 12, lg: 14, xl: 16 }; const getColor = (state) => state === "Disabled" ? theme.colors.textDisabled : theme.colors.text; export { dotSizes, getColor };