UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

16 lines (15 loc) 647 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FOCUSABLE_ELEMENT_SELECTORS = exports.CLOSE_BUTTON_DATA_TEST = exports.SIZES = void 0; var SIZES = { SMALL: "small", NORMAL: "normal", LARGE: "large" }; exports.SIZES = SIZES; var CLOSE_BUTTON_DATA_TEST = "ModalCloseButton"; exports.CLOSE_BUTTON_DATA_TEST = CLOSE_BUTTON_DATA_TEST; var FOCUSABLE_ELEMENT_SELECTORS = 'a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, [tabindex="0"], [contenteditable]'; exports.FOCUSABLE_ELEMENT_SELECTORS = FOCUSABLE_ELEMENT_SELECTORS;