UNPKG

@hitachivantara/uikit-react-core

Version:
24 lines (23 loc) 622 B
import { theme } from "@hitachivantara/uikit-styles"; import { createClasses } from "@hitachivantara/uikit-react-utils"; //#region src/Calendar/CalendarNavigation/Navigation/Navigation.styles.tsx var { staticClasses, useClasses } = createClasses("HvNavigation", { root: { display: "flex", alignItems: "center", justifyContent: "space-between", gap: theme.space.xs }, icon: {}, disabled: {}, text: { minWidth: "unset", flex: 1, color: theme.colors.text, fontWeight: theme.typography.body.fontWeight, padding: 0 }, textWithoutHover: { pointerEvents: "none" } }); //#endregion export { useClasses };