@renderlesskit/react
Version:
Collection of headless components/hooks that are accessible, composable, customizable from low level to build your own UI & Design System powered by Reakit
18 lines (17 loc) • 1.16 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.USE_DIALOG_STATE_KEYS = exports.DIALOG_STATE_KEYS = exports.DIALOG_KEYS = exports.DIALOG_DISCLOSURE_KEYS = exports.DIALOG_BACKDROP_KEYS = void 0;
// Automatically generated
var USE_DIALOG_STATE_KEYS = ["baseId", "visible", "defaultVisible", "onVisibleChange", "modal"];
exports.USE_DIALOG_STATE_KEYS = USE_DIALOG_STATE_KEYS;
var DIALOG_STATE_KEYS = ["baseId", "unstable_idCountRef", "visible", "setBaseId", "show", "hide", "toggle", "setVisible", "modal", "disclosureRef", "setModal"];
exports.DIALOG_STATE_KEYS = DIALOG_STATE_KEYS;
var DIALOG_KEYS = [].concat(DIALOG_STATE_KEYS, ["hideOnEsc", "hideOnClickOutside", "preventBodyScroll", "unstable_initialFocusRef", "unstable_finalFocusRef", "unstable_orphan", "unstable_autoFocusOnShow", "unstable_autoFocusOnHide"]);
exports.DIALOG_KEYS = DIALOG_KEYS;
var DIALOG_BACKDROP_KEYS = [].concat(DIALOG_STATE_KEYS, ["preventBodyScroll"]);
exports.DIALOG_BACKDROP_KEYS = DIALOG_BACKDROP_KEYS;
var DIALOG_DISCLOSURE_KEYS = DIALOG_STATE_KEYS;
exports.DIALOG_DISCLOSURE_KEYS = DIALOG_DISCLOSURE_KEYS;
//# sourceMappingURL=__keys.js.map