UNPKG

@wix/design-system

Version:

@wix/design-system

27 lines (26 loc) 1.22 kB
"use strict"; exports.__esModule = true; var _exportNames = { Notification: true, LOCAL_NOTIFICATION: true, GLOBAL_NOTIFICATION: true, STICKY_NOTIFICATION: true, DEFAULT_AUTO_HIDE_TIMEOUT: true, DEFAULT_TIMEOUT: true }; exports.STICKY_NOTIFICATION = exports.Notification = exports.LOCAL_NOTIFICATION = exports.GLOBAL_NOTIFICATION = exports.DEFAULT_TIMEOUT = exports.DEFAULT_AUTO_HIDE_TIMEOUT = void 0; var _Notification = require("./Notification"); exports.Notification = _Notification.Notification; exports.LOCAL_NOTIFICATION = _Notification.LOCAL_NOTIFICATION; exports.GLOBAL_NOTIFICATION = _Notification.GLOBAL_NOTIFICATION; exports.STICKY_NOTIFICATION = _Notification.STICKY_NOTIFICATION; exports.DEFAULT_AUTO_HIDE_TIMEOUT = _Notification.DEFAULT_AUTO_HIDE_TIMEOUT; exports.DEFAULT_TIMEOUT = _Notification.DEFAULT_TIMEOUT; var _Notification2 = require("./Notification.types"); Object.keys(_Notification2).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _Notification2[key]) return; exports[key] = _Notification2[key]; }); //# sourceMappingURL=index.js.map