@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.
12 lines (11 loc) • 477 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SWIPE_DISMISS_DELAY = exports.EXPIRE_DISMISS_DELAY = void 0;
// this is hardcoded into react-hot-toast
// https://github.com/timolins/react-hot-toast/blob/c5e59351d511d8702b065378a6859c795b05547d/src/core/store.ts#L64
const EXPIRE_DISMISS_DELAY = 1000;
exports.EXPIRE_DISMISS_DELAY = EXPIRE_DISMISS_DELAY;
const SWIPE_DISMISS_DELAY = 300;
exports.SWIPE_DISMISS_DELAY = SWIPE_DISMISS_DELAY;