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.

19 lines (18 loc) 423 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TOKENS = exports.TYPE_OPTIONS = void 0; var TYPE_OPTIONS = { INFO: "info", SUCCESS: "success", WARNING: "warning", CRITICAL: "critical" }; exports.TYPE_OPTIONS = TYPE_OPTIONS; var TOKENS = { backgroundAlert: "backgroundAlert", colorIconAlert: "colorIconAlert", colorTextAlert: "colorTextAlert" }; exports.TOKENS = TOKENS;