UNPKG

@wix/design-system

Version:

@wix/design-system

27 lines (26 loc) 1.85 kB
"use strict"; exports.__esModule = true; var _exportNames = { LOCAL_NOTIFICATION: true, GLOBAL_NOTIFICATION: true, STICKY_NOTIFICATION: true, DEFAULT_AUTO_HIDE_TIMEOUT: true, DEFAULT_TIMEOUT: true }; exports.default = exports.STICKY_NOTIFICATION = exports.LOCAL_NOTIFICATION = exports.GLOBAL_NOTIFICATION = exports.DEFAULT_TIMEOUT = exports.DEFAULT_AUTO_HIDE_TIMEOUT = void 0; var _Notification = _interopRequireWildcard(require("./Notification")); exports.default = _Notification.default; 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]; }); function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); } //# sourceMappingURL=index.js.map