@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
28 lines (27 loc) • 2.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.USE_POPOVER_STATE_KEYS = exports.POPOVER_TRIGGER_KEYS = exports.POPOVER_STATE_KEYS = exports.POPOVER_KEYS = exports.POPOVER_DISCLOSURE_KEYS = exports.POPOVER_CONTENT_KEYS = exports.POPOVER_BACKDROP_KEYS = exports.POPOVER_ARROW_KEYS = exports.POPOVER_ARROW_CONTENT_KEYS = exports.POPOVER_ANCHOR_KEYS = void 0;
// Automatically generated
var POPOVER_STATE_KEYS = ["baseId", "unstable_idCountRef", "visible", "modal", "disclosureRef", "popperStyles", "arrowStyles", "placedSide", "placedAlign", "side", "align", "sideOffset", "alignOffset", "arrowOffset", "collisionTolerance", "anchor", "popper", "arrow", "setBaseId", "show", "hide", "toggle", "setVisible", "setModal", "setSide", "setAlign", "setSideOffset", "setAlignOffset", "setArrowOffset", "setCollisionTolerance", "setAnchor", "setPopper", "setArrow"];
exports.POPOVER_STATE_KEYS = POPOVER_STATE_KEYS;
var USE_POPOVER_STATE_KEYS = ["baseId", "visible", "defaultVisible", "onVisibleChange", "modal", "side", "align", "sideOffset", "alignOffset", "arrowOffset", "collisionTolerance", "enableCollisionsDetection"];
exports.USE_POPOVER_STATE_KEYS = USE_POPOVER_STATE_KEYS;
var POPOVER_KEYS = POPOVER_STATE_KEYS;
exports.POPOVER_KEYS = POPOVER_KEYS;
var POPOVER_ANCHOR_KEYS = POPOVER_KEYS;
exports.POPOVER_ANCHOR_KEYS = POPOVER_ANCHOR_KEYS;
var POPOVER_ARROW_KEYS = POPOVER_ANCHOR_KEYS;
exports.POPOVER_ARROW_KEYS = POPOVER_ARROW_KEYS;
var POPOVER_ARROW_CONTENT_KEYS = POPOVER_ARROW_KEYS;
exports.POPOVER_ARROW_CONTENT_KEYS = POPOVER_ARROW_CONTENT_KEYS;
var POPOVER_BACKDROP_KEYS = POPOVER_ARROW_CONTENT_KEYS;
exports.POPOVER_BACKDROP_KEYS = POPOVER_BACKDROP_KEYS;
var POPOVER_CONTENT_KEYS = POPOVER_BACKDROP_KEYS;
exports.POPOVER_CONTENT_KEYS = POPOVER_CONTENT_KEYS;
var POPOVER_DISCLOSURE_KEYS = POPOVER_CONTENT_KEYS;
exports.POPOVER_DISCLOSURE_KEYS = POPOVER_DISCLOSURE_KEYS;
var POPOVER_TRIGGER_KEYS = POPOVER_DISCLOSURE_KEYS;
exports.POPOVER_TRIGGER_KEYS = POPOVER_TRIGGER_KEYS;
//# sourceMappingURL=__keys.js.map