@ozen-ui/kit
Version:
React component library
12 lines (11 loc) • 588 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DRAWER_CSS_VARIABLE = exports.DRAWER_DEFAULT_DEVICE_TYPE = exports.DRAWER_DEFAULT_HIDE_CLOSE_BUTTON = exports.DRAWER_DEFAULT_PLACEMENT = exports.DRAWER_DEFAULT_SIZE = exports.DRAWER_DEFAULT_VARIANT = void 0;
exports.DRAWER_DEFAULT_VARIANT = 'medium';
exports.DRAWER_DEFAULT_SIZE = 'm';
exports.DRAWER_DEFAULT_PLACEMENT = 'right';
exports.DRAWER_DEFAULT_HIDE_CLOSE_BUTTON = false;
exports.DRAWER_DEFAULT_DEVICE_TYPE = 'desktop';
exports.DRAWER_CSS_VARIABLE = {
MAX_WIDTH: 'drawer-next-max-width',
};