@hitachivantara/uikit-react-core
Version:
Core React components for the NEXT Design System.
28 lines (27 loc) • 788 B
JavaScript
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const uikitReactUtils = require("@hitachivantara/uikit-react-utils");
const { useClasses, staticClasses } = uikitReactUtils.createClasses(
"HvSnackbarProvider",
{
snackItemRoot: {
backgroundColor: "transparent !important",
boxShadow: "none !important",
"&&": {
color: "inherit",
padding: "0",
fontSize: "inherit",
boxShadow: "none",
alignItems: "center",
fontFamily: "inherit",
fontWeight: "inherit",
lineHeight: "inherit",
borderRadius: 0,
letterSpacing: "inherit",
backgroundColor: "inherit"
}
}
}
);
exports.staticClasses = staticClasses;
exports.useClasses = useClasses;