@ozen-ui/kit
Version:
React component library
16 lines (15 loc) • 760 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BOTTOM_SHEET_BASE_PORTAL_CONTAINER = exports.BOTTOM_SHEET_BASE_DISABLE_SCROLL_LOCK = exports.BOTTOM_SHEET_BASE_HIDE_BACKDROP = exports.BOTTOM_SHEET_BASE_CLOSABLE = exports.BOTTOM_SHEET_BASE_CSS_VARIABLE = void 0;
exports.BOTTOM_SHEET_BASE_CSS_VARIABLE = {
HEIGHT: 'bottom-sheet-base-height',
OPEN_PERCENT: 'bottom-sheet-base-open-percent',
Y: 'bottom-sheet-base-y',
USER_SELECT: 'bottom-sheet-base-user-select',
};
exports.BOTTOM_SHEET_BASE_CLOSABLE = true;
exports.BOTTOM_SHEET_BASE_HIDE_BACKDROP = false;
exports.BOTTOM_SHEET_BASE_DISABLE_SCROLL_LOCK = false;
exports.BOTTOM_SHEET_BASE_PORTAL_CONTAINER = (function () {
return window.document.body;
});