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.

7 lines 352 B
export const SIZES = { SMALL: "small", NORMAL: "normal", LARGE: "large" }; export const CLOSE_BUTTON_DATA_TEST = "ModalCloseButton"; export const FOCUSABLE_ELEMENT_SELECTORS = 'a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), iframe, object, [tabindex="0"], [contenteditable]';