UNPKG

@hitachivantara/uikit-react-core

Version:
40 lines (39 loc) 1.15 kB
import { staticClasses as staticClasses$1 } from "../ActionsGeneric/ActionsGeneric.styles.js"; import { theme } from "@hitachivantara/uikit-styles"; import { createClasses } from "@hitachivantara/uikit-react-utils"; //#region src/BulkActions/BulkActions.styles.tsx var { staticClasses, useClasses } = createClasses("HvBulkActions", { root: { display: "flex", alignItems: "center", border: `1px solid ${theme.colors.border}`, backgroundColor: theme.colors.bgContainer, padding: theme.spacing("xs", "md"), marginBottom: theme.space.xs }, semantic: { backgroundColor: theme.colors.bgHover }, disabled: { backgroundColor: theme.colors.bgDisabled }, actions: { display: "inline-flex", marginLeft: "auto", [`& .${staticClasses$1.dropDownMenu}:disabled`]: { "&,:hover": { backgroundColor: "transparent", borderColor: "transparent" } } }, selectAllContainer: { display: "flex", alignItems: "center", gap: theme.space.xs }, selectAll: {}, selectAllPages: {}, divider: { display: "flex", backgroundColor: theme.colors.border, width: "1px", height: "32px" } }); //#endregion export { staticClasses, useClasses };