@frontify/fondue
Version:
Design system of Frontify
22 lines (21 loc) • 537 B
JavaScript
const n = [
"input:not([disabled]):not([type=hidden])",
"select:not([disabled])",
"textarea:not([disabled])",
"button:not([disabled])",
"a[href]",
"area[href]",
"summary",
"iframe",
"object",
"embed",
"audio[controls]",
"video[controls]",
"[contenteditable]",
'[tabindex]:not([tabindex="-1"]):not([disabled])'
].join(':not([hidden]):not([tabindex="-1"]),'), o = (e, t) => e ? "a" : t ? "button" : "span";
export {
n as TABBABLE_ELEMENTS,
o as getItemElementType
};
//# sourceMappingURL=elements.es.js.map