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.

13 lines (12 loc) 427 B
"use strict"; exports.__esModule = true; exports.SIZES = exports.CLOSE_BUTTON_DATA_TEST = void 0; let SIZES = exports.SIZES = /*#__PURE__*/function (SIZES) { SIZES["EXTRASMALL"] = "extraSmall"; SIZES["SMALL"] = "small"; SIZES["NORMAL"] = "normal"; SIZES["LARGE"] = "large"; SIZES["EXTRALARGE"] = "extraLarge"; return SIZES; }({}); const CLOSE_BUTTON_DATA_TEST = exports.CLOSE_BUTTON_DATA_TEST = "ModalCloseButton";