UNPKG

@dialpad/dialtone

Version:

Dialpad's Dialtone design system monorepo

40 lines (39 loc) 1.04 kB
import { BASE_TIPPY_DIRECTIONS as e, TIPPY_STICKY_VALUES as t } from "./tippy-utils.js"; //#region components/popover/popover_constants.js var n = { none: void 0, small: "d-p4", medium: "d-p8", large: "d-p16" }, r = { none: void 0, small: "d-pl4", medium: "d-pl8", large: "d-pl16" }, i = [ "dialog", "menu", "listbox", "tree", "grid" ], a = ["", "anchor"], o = [ "none", "dialog", "first" ], s = [ "parent", "body", "root" ], c = [...t], l = [...e], u = { POPOVER_PADDING_CLASSES: n, POPOVER_HEADER_FOOTER_PADDING_CLASSES: r, POPOVER_ROLES: i, POPOVER_CONTENT_WIDTHS: a, POPOVER_INITIAL_FOCUS_STRINGS: o, POPOVER_APPEND_TO_VALUES: s, POPOVER_STICKY_VALUES: c, POPOVER_DIRECTIONS: l }; //#endregion export { s as POPOVER_APPEND_TO_VALUES, a as POPOVER_CONTENT_WIDTHS, l as POPOVER_DIRECTIONS, r as POPOVER_HEADER_FOOTER_PADDING_CLASSES, o as POPOVER_INITIAL_FOCUS_STRINGS, n as POPOVER_PADDING_CLASSES, i as POPOVER_ROLES, c as POPOVER_STICKY_VALUES, u as default }; //# sourceMappingURL=popover-constants.js.map