x25 17.4.63 → 17.4.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/actions.js +1 -1
  2. package/package.json +1 -1
package/actions.js CHANGED
@@ -30,7 +30,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
30
30
  Object.defineProperty(exports, "__esModule", { value: true });
31
31
  exports.hideCaptcha = exports.showCaptcha = exports.deleteNotification = exports.notifyError = exports.notifyWarning = exports.notify = void 0;
32
32
  var react_notification_system_redux2_1 = __importDefault(require("react-notification-system-redux2"));
33
- var autoDismissDelay = 6, createNotification = function (level) { return function (title, options) { return react_notification_system_redux2_1.default.show(__assign({ title: title, position: "tc", autoDismiss: (options === null || options === void 0 ? void 0 : options.persistent) ? 0 : ((options === null || options === void 0 ? void 0 : options.seconds) ? options.seconds : autoDismissDelay) }, options), level); }; };
33
+ var autoDismissDelay = 6, createNotification = function (level) { return function (title, options) { return react_notification_system_redux2_1.default.show(__assign({ title: title, position: "tl", autoDismiss: (options === null || options === void 0 ? void 0 : options.persistent) ? 0 : ((options === null || options === void 0 ? void 0 : options.seconds) ? options.seconds : autoDismissDelay) }, options), level); }; };
34
34
  var deleteNotification = function (position) { return ({
35
35
  type: "DELETE_NOTIFICATION",
36
36
  payload: position,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "17.4.63",
2
+ "version": "17.4.65",
3
3
  "name": "x25",
4
4
  "description": "x25",
5
5
  "types": "./dist/index.d.ts",