@react-md/app-bar
Version:
This small package implments the AppBar spec in material design.
24 lines • 1.15 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.APP_BAR_OFFSET_PROMINENT_DENSE_CLASSNAME = exports.APP_BAR_OFFSET_PROMINENT_CLASSNAME = exports.APP_BAR_OFFSET_DENSE_CLASSNAME = exports.APP_BAR_OFFSET_CLASSNAME = void 0;
/**
* A classname to apply to an element that should be offset either with padding
* or margin by the height of a normal App Bar.
*/
exports.APP_BAR_OFFSET_CLASSNAME = "rmd-app-bar-offset";
/**
* A classname to apply to an element that should be offset either with padding
* or margin by the height of a dense App Bar.
*/
exports.APP_BAR_OFFSET_DENSE_CLASSNAME = "rmd-app-bar-offset--dense";
/**
* A classname to apply to an element that should be offset either with padding
* or margin by the height of a prominent App Bar.
*/
exports.APP_BAR_OFFSET_PROMINENT_CLASSNAME = "rmd-app-bar-offset--prominent";
/**
* A classname to apply to an element that should be offset either with padding
* or margin by the height of a prominent and dense App Bar.
*/
exports.APP_BAR_OFFSET_PROMINENT_DENSE_CLASSNAME = "rmd-app-bar-offset--prominent-dense";
//# sourceMappingURL=constants.js.map