@teselagen/ui 0.3.79 → 0.3.80

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.
package/index.es.js CHANGED
@@ -5526,10 +5526,10 @@ var ownKeys$3 = typeof Reflect !== "undefined" && Reflect.ownKeys ? Reflect.ownK
5526
5526
  /* istanbul ignore next */
5527
5527
  Object.getOwnPropertyNames
5528
5528
  );
5529
- function toPrimitive$3(value) {
5529
+ function toPrimitive$2(value) {
5530
5530
  return value === null ? null : typeof value === "object" ? "" + value : value;
5531
5531
  }
5532
- __name(toPrimitive$3, "toPrimitive$3");
5532
+ __name(toPrimitive$2, "toPrimitive$2");
5533
5533
  function hasProp(target, prop) {
5534
5534
  return objectPrototype$1.hasOwnProperty.call(target, prop);
5535
5535
  }
@@ -6548,7 +6548,7 @@ var ObservableValue = /* @__PURE__ */ function(_Atom) {
6548
6548
  return this.name_ + "[" + this.value_ + "]";
6549
6549
  }, "toString2");
6550
6550
  _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
6551
- return toPrimitive$3(this.get());
6551
+ return toPrimitive$2(this.get());
6552
6552
  }, "valueOf");
6553
6553
  _proto[_Symbol$toPrimitive] = function() {
6554
6554
  return this.valueOf();
@@ -6733,7 +6733,7 @@ var ComputedValue = /* @__PURE__ */ function() {
6733
6733
  return this.name_ + "[" + this.derivation.toString() + "]";
6734
6734
  }, "toString2");
6735
6735
  _proto.valueOf = /* @__PURE__ */ __name(function valueOf() {
6736
- return toPrimitive$3(this.get());
6736
+ return toPrimitive$2(this.get());
6737
6737
  }, "valueOf");
6738
6738
  _proto[_Symbol$toPrimitive$1] = function() {
6739
6739
  return this.valueOf();
@@ -11359,7 +11359,7 @@ lodash.exports;
11359
11359
  "^" + funcToString2.call(hasOwnProperty2).replace(reRegExpChar2, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
11360
11360
  );
11361
11361
  var Buffer2 = moduleExports2 ? context.Buffer : undefined$12, Symbol2 = context.Symbol, Uint8Array2 = context.Uint8Array, allocUnsafe2 = Buffer2 ? Buffer2.allocUnsafe : undefined$12, getPrototype2 = overArg2(Object2.getPrototypeOf, Object2), objectCreate2 = Object2.create, propertyIsEnumerable3 = objectProto2.propertyIsEnumerable, splice3 = arrayProto2.splice, spreadableSymbol2 = Symbol2 ? Symbol2.isConcatSpreadable : undefined$12, symIterator = Symbol2 ? Symbol2.iterator : undefined$12, symToStringTag2 = Symbol2 ? Symbol2.toStringTag : undefined$12;
11362
- var defineProperty6 = function() {
11362
+ var defineProperty5 = function() {
11363
11363
  try {
11364
11364
  var func = getNative2(Object2, "defineProperty");
11365
11365
  func({}, "", {});
@@ -11799,8 +11799,8 @@ lodash.exports;
11799
11799
  }
11800
11800
  __name(baseAssignIn2, "baseAssignIn");
11801
11801
  function baseAssignValue2(object2, key, value) {
11802
- if (key == "__proto__" && defineProperty6) {
11803
- defineProperty6(object2, key, {
11802
+ if (key == "__proto__" && defineProperty5) {
11803
+ defineProperty5(object2, key, {
11804
11804
  "configurable": true,
11805
11805
  "enumerable": true,
11806
11806
  "value": value,
@@ -12533,8 +12533,8 @@ lodash.exports;
12533
12533
  metaMap.set(func, data);
12534
12534
  return func;
12535
12535
  };
12536
- var baseSetToString2 = !defineProperty6 ? identity3 : function(func, string2) {
12537
- return defineProperty6(func, "toString", {
12536
+ var baseSetToString2 = !defineProperty5 ? identity3 : function(func, string2) {
12537
+ return defineProperty5(func, "toString", {
12538
12538
  "configurable": true,
12539
12539
  "enumerable": false,
12540
12540
  "value": constant2(string2),
@@ -17083,11 +17083,20 @@ var _fails = /* @__PURE__ */ __name(function(exec) {
17083
17083
  return true;
17084
17084
  }
17085
17085
  }, "_fails");
17086
- var _descriptors = !_fails(function() {
17087
- return Object.defineProperty({}, "a", { get: function() {
17088
- return 7;
17089
- } }).a != 7;
17090
- });
17086
+ var _descriptors;
17087
+ var hasRequired_descriptors;
17088
+ function require_descriptors() {
17089
+ if (hasRequired_descriptors)
17090
+ return _descriptors;
17091
+ hasRequired_descriptors = 1;
17092
+ _descriptors = !_fails(function() {
17093
+ return Object.defineProperty({}, "a", { get: function() {
17094
+ return 7;
17095
+ } }).a != 7;
17096
+ });
17097
+ return _descriptors;
17098
+ }
17099
+ __name(require_descriptors, "require_descriptors");
17091
17100
  var _domCreate;
17092
17101
  var hasRequired_domCreate;
17093
17102
  function require_domCreate() {
@@ -17103,11 +17112,20 @@ function require_domCreate() {
17103
17112
  return _domCreate;
17104
17113
  }
17105
17114
  __name(require_domCreate, "require_domCreate");
17106
- var _ie8DomDefine = !_descriptors && !_fails(function() {
17107
- return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
17108
- return 7;
17109
- } }).a != 7;
17110
- });
17115
+ var _ie8DomDefine;
17116
+ var hasRequired_ie8DomDefine;
17117
+ function require_ie8DomDefine() {
17118
+ if (hasRequired_ie8DomDefine)
17119
+ return _ie8DomDefine;
17120
+ hasRequired_ie8DomDefine = 1;
17121
+ _ie8DomDefine = !require_descriptors() && !_fails(function() {
17122
+ return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
17123
+ return 7;
17124
+ } }).a != 7;
17125
+ });
17126
+ return _ie8DomDefine;
17127
+ }
17128
+ __name(require_ie8DomDefine, "require_ie8DomDefine");
17111
17129
  var isObject$d = _isObject;
17112
17130
  var _toPrimitive = /* @__PURE__ */ __name(function(it, S2) {
17113
17131
  if (!isObject$d(it))
@@ -17121,25 +17139,33 @@ var _toPrimitive = /* @__PURE__ */ __name(function(it, S2) {
17121
17139
  return val;
17122
17140
  throw TypeError("Can't convert object to primitive value");
17123
17141
  }, "_toPrimitive");
17124
- var anObject$5 = _anObject;
17125
- var IE8_DOM_DEFINE$1 = _ie8DomDefine;
17126
- var toPrimitive$2 = _toPrimitive;
17127
- var dP$3 = Object.defineProperty;
17128
- _objectDp.f = _descriptors ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty(O2, P2, Attributes) {
17129
- anObject$5(O2);
17130
- P2 = toPrimitive$2(P2, true);
17131
- anObject$5(Attributes);
17132
- if (IE8_DOM_DEFINE$1)
17133
- try {
17134
- return dP$3(O2, P2, Attributes);
17135
- } catch (e2) {
17136
- }
17137
- if ("get" in Attributes || "set" in Attributes)
17138
- throw TypeError("Accessors not supported!");
17139
- if ("value" in Attributes)
17140
- O2[P2] = Attributes.value;
17141
- return O2;
17142
- }, "defineProperty");
17142
+ var hasRequired_objectDp;
17143
+ function require_objectDp() {
17144
+ if (hasRequired_objectDp)
17145
+ return _objectDp;
17146
+ hasRequired_objectDp = 1;
17147
+ var anObject2 = _anObject;
17148
+ var IE8_DOM_DEFINE2 = require_ie8DomDefine();
17149
+ var toPrimitive2 = _toPrimitive;
17150
+ var dP2 = Object.defineProperty;
17151
+ _objectDp.f = require_descriptors() ? Object.defineProperty : /* @__PURE__ */ __name(function defineProperty5(O2, P2, Attributes) {
17152
+ anObject2(O2);
17153
+ P2 = toPrimitive2(P2, true);
17154
+ anObject2(Attributes);
17155
+ if (IE8_DOM_DEFINE2)
17156
+ try {
17157
+ return dP2(O2, P2, Attributes);
17158
+ } catch (e2) {
17159
+ }
17160
+ if ("get" in Attributes || "set" in Attributes)
17161
+ throw TypeError("Accessors not supported!");
17162
+ if ("value" in Attributes)
17163
+ O2[P2] = Attributes.value;
17164
+ return O2;
17165
+ }, "defineProperty");
17166
+ return _objectDp;
17167
+ }
17168
+ __name(require_objectDp, "require_objectDp");
17143
17169
  var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
17144
17170
  return {
17145
17171
  enumerable: !(bitmap & 1),
@@ -17148,9 +17174,9 @@ var _propertyDesc = /* @__PURE__ */ __name(function(bitmap, value) {
17148
17174
  value
17149
17175
  };
17150
17176
  }, "_propertyDesc");
17151
- var dP$2 = _objectDp;
17177
+ var dP$2 = require_objectDp();
17152
17178
  var createDesc$3 = _propertyDesc;
17153
- var _hide = _descriptors ? function(object2, key, value) {
17179
+ var _hide = require_descriptors() ? function(object2, key, value) {
17154
17180
  return dP$2.f(object2, key, createDesc$3(1, value));
17155
17181
  } : function(object2, key, value) {
17156
17182
  object2[key] = value;
@@ -17222,16 +17248,25 @@ var toString$6 = {}.toString;
17222
17248
  var _cof = /* @__PURE__ */ __name(function(it) {
17223
17249
  return toString$6.call(it).slice(8, -1);
17224
17250
  }, "_cof");
17225
- var cof$2 = _cof;
17226
- var _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
17227
- return cof$2(it) == "String" ? it.split("") : Object(it);
17228
- };
17251
+ var _iobject;
17252
+ var hasRequired_iobject;
17253
+ function require_iobject() {
17254
+ if (hasRequired_iobject)
17255
+ return _iobject;
17256
+ hasRequired_iobject = 1;
17257
+ var cof2 = _cof;
17258
+ _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(it) {
17259
+ return cof2(it) == "String" ? it.split("") : Object(it);
17260
+ };
17261
+ return _iobject;
17262
+ }
17263
+ __name(require_iobject, "require_iobject");
17229
17264
  var _defined = /* @__PURE__ */ __name(function(it) {
17230
17265
  if (it == void 0)
17231
17266
  throw TypeError("Can't call method on " + it);
17232
17267
  return it;
17233
17268
  }, "_defined");
17234
- var IObject = _iobject;
17269
+ var IObject = require_iobject();
17235
17270
  var defined$2 = _defined;
17236
17271
  var _toIobject = /* @__PURE__ */ __name(function(it) {
17237
17272
  return IObject(defined$2(it));
@@ -17328,7 +17363,15 @@ var _objectKeys = Object.keys || /* @__PURE__ */ __name(function keys(O2) {
17328
17363
  var _objectGops = {};
17329
17364
  _objectGops.f = Object.getOwnPropertySymbols;
17330
17365
  var _objectPie = {};
17331
- _objectPie.f = {}.propertyIsEnumerable;
17366
+ var hasRequired_objectPie;
17367
+ function require_objectPie() {
17368
+ if (hasRequired_objectPie)
17369
+ return _objectPie;
17370
+ hasRequired_objectPie = 1;
17371
+ _objectPie.f = {}.propertyIsEnumerable;
17372
+ return _objectPie;
17373
+ }
17374
+ __name(require_objectPie, "require_objectPie");
17332
17375
  var defined$1 = _defined;
17333
17376
  var _toObject = /* @__PURE__ */ __name(function(it) {
17334
17377
  return Object(defined$1(it));
@@ -17339,12 +17382,12 @@ function require_objectAssign() {
17339
17382
  if (hasRequired_objectAssign)
17340
17383
  return _objectAssign;
17341
17384
  hasRequired_objectAssign = 1;
17342
- var DESCRIPTORS2 = _descriptors;
17385
+ var DESCRIPTORS2 = require_descriptors();
17343
17386
  var getKeys2 = _objectKeys;
17344
17387
  var gOPS2 = _objectGops;
17345
- var pIE2 = _objectPie;
17388
+ var pIE2 = require_objectPie();
17346
17389
  var toObject2 = _toObject;
17347
- var IObject2 = _iobject;
17390
+ var IObject2 = require_iobject();
17348
17391
  var $assign = Object.assign;
17349
17392
  _objectAssign = !$assign || _fails(function() {
17350
17393
  var A2 = {};
@@ -17405,10 +17448,10 @@ var _iterStep = /* @__PURE__ */ __name(function(done, value) {
17405
17448
  }, "_iterStep");
17406
17449
  var _iterators = {};
17407
17450
  var _redefine = _hide;
17408
- var dP$1 = _objectDp;
17451
+ var dP$1 = require_objectDp();
17409
17452
  var anObject$4 = _anObject;
17410
17453
  var getKeys$1 = _objectKeys;
17411
- var _objectDps = _descriptors ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties(O2, Properties) {
17454
+ var _objectDps = require_descriptors() ? Object.defineProperties : /* @__PURE__ */ __name(function defineProperties(O2, Properties) {
17412
17455
  anObject$4(O2);
17413
17456
  var keys3 = getKeys$1(Properties);
17414
17457
  var length = keys3.length;
@@ -17475,7 +17518,7 @@ var $exports = _wks.exports = function(name) {
17475
17518
  };
17476
17519
  $exports.store = store;
17477
17520
  var _wksExports = _wks.exports;
17478
- var def = _objectDp.f;
17521
+ var def = require_objectDp().f;
17479
17522
  var has$9 = _has;
17480
17523
  var TAG$1 = _wksExports("toStringTag");
17481
17524
  var _setToStringTag = /* @__PURE__ */ __name(function(it, tag, stat) {
@@ -17748,7 +17791,7 @@ var ArrayProto = Array.prototype;
17748
17791
  var _isArrayIter = /* @__PURE__ */ __name(function(it) {
17749
17792
  return it !== void 0 && (Iterators.Array === it || ArrayProto[ITERATOR] === it);
17750
17793
  }, "_isArrayIter");
17751
- var $defineProperty$3 = _objectDp;
17794
+ var $defineProperty$3 = require_objectDp();
17752
17795
  var createDesc$2 = _propertyDesc;
17753
17796
  var _createProperty = /* @__PURE__ */ __name(function(object2, index2, value) {
17754
17797
  if (index2 in object2)
@@ -17877,9 +17920,9 @@ var _default$8 = /* @__PURE__ */ __name(function(instance, Constructor) {
17877
17920
  }
17878
17921
  }, "_default$8");
17879
17922
  var $export$3 = _export;
17880
- $export$3($export$3.S + $export$3.F * !_descriptors, "Object", { defineProperty: _objectDp.f });
17923
+ $export$3($export$3.S + $export$3.F * !require_descriptors(), "Object", { defineProperty: require_objectDp().f });
17881
17924
  var $Object$2 = _coreExports.Object;
17882
- var defineProperty$8 = /* @__PURE__ */ __name(function defineProperty3(it, key, desc) {
17925
+ var defineProperty$8 = /* @__PURE__ */ __name(function defineProperty(it, key, desc) {
17883
17926
  return $Object$2.defineProperty(it, key, desc);
17884
17927
  }, "defineProperty");
17885
17928
  var defineProperty$7 = { "default": defineProperty$8, __esModule: true };
@@ -17918,7 +17961,7 @@ var _meta = { exports: {} };
17918
17961
  var META$1 = _uid("meta");
17919
17962
  var isObject$c = _isObject;
17920
17963
  var has$7 = _has;
17921
- var setDesc = _objectDp.f;
17964
+ var setDesc = require_objectDp().f;
17922
17965
  var id = 0;
17923
17966
  var isExtensible = Object.isExtensible || function() {
17924
17967
  return true;
@@ -17971,7 +18014,7 @@ var meta = _meta.exports = {
17971
18014
  var _metaExports = _meta.exports;
17972
18015
  var core = _coreExports;
17973
18016
  var wksExt$1 = _wksExt;
17974
- var defineProperty$6 = _objectDp.f;
18017
+ var defineProperty$6 = require_objectDp().f;
17975
18018
  var _wksDefine = /* @__PURE__ */ __name(function(name) {
17976
18019
  var $Symbol2 = core.Symbol || (core.Symbol = {});
17977
18020
  if (name.charAt(0) != "_" && !(name in $Symbol2))
@@ -17979,7 +18022,7 @@ var _wksDefine = /* @__PURE__ */ __name(function(name) {
17979
18022
  }, "_wksDefine");
17980
18023
  var getKeys = _objectKeys;
17981
18024
  var gOPS$1 = _objectGops;
17982
- var pIE$1 = _objectPie;
18025
+ var pIE$1 = require_objectPie();
17983
18026
  var _enumKeys = /* @__PURE__ */ __name(function(it) {
17984
18027
  var result = getKeys(it);
17985
18028
  var getSymbols2 = gOPS$1.f;
@@ -18020,14 +18063,14 @@ _objectGopnExt.f = /* @__PURE__ */ __name(function getOwnPropertyNames2(it) {
18020
18063
  return windowNames && toString$5.call(it) == "[object Window]" ? getWindowNames(it) : gOPN$1(toIObject$2(it));
18021
18064
  }, "getOwnPropertyNames");
18022
18065
  var _objectGopd = {};
18023
- var pIE = _objectPie;
18066
+ var pIE = require_objectPie();
18024
18067
  var createDesc$1 = _propertyDesc;
18025
18068
  var toIObject$1 = _toIobject;
18026
18069
  var toPrimitive$1 = _toPrimitive;
18027
18070
  var has$6 = _has;
18028
- var IE8_DOM_DEFINE = _ie8DomDefine;
18071
+ var IE8_DOM_DEFINE = require_ie8DomDefine();
18029
18072
  var gOPD$3 = Object.getOwnPropertyDescriptor;
18030
- _objectGopd.f = _descriptors ? gOPD$3 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
18073
+ _objectGopd.f = require_descriptors() ? gOPD$3 : /* @__PURE__ */ __name(function getOwnPropertyDescriptor(O2, P2) {
18031
18074
  O2 = toIObject$1(O2);
18032
18075
  P2 = toPrimitive$1(P2, true);
18033
18076
  if (IE8_DOM_DEFINE)
@@ -18040,7 +18083,7 @@ _objectGopd.f = _descriptors ? gOPD$3 : /* @__PURE__ */ __name(function getOwnPr
18040
18083
  }, "getOwnPropertyDescriptor");
18041
18084
  var global$1 = _globalExports;
18042
18085
  var has$5 = _has;
18043
- var DESCRIPTORS = _descriptors;
18086
+ var DESCRIPTORS = require_descriptors();
18044
18087
  var $export$2 = _export;
18045
18088
  var redefine = _redefine;
18046
18089
  var META = _metaExports.KEY;
@@ -18063,7 +18106,7 @@ var _create$1 = _objectCreate;
18063
18106
  var gOPNExt = _objectGopnExt;
18064
18107
  var $GOPD = _objectGopd;
18065
18108
  var $GOPS = _objectGops;
18066
- var $DP = _objectDp;
18109
+ var $DP = require_objectDp();
18067
18110
  var $keys$1 = _objectKeys;
18068
18111
  var gOPD$2 = $GOPD.f;
18069
18112
  var dP = $DP.f;
@@ -18106,7 +18149,7 @@ var isSymbol$8 = USE_NATIVE && typeof $Symbol.iterator == "symbol" ? function(it
18106
18149
  } : function(it) {
18107
18150
  return it instanceof $Symbol;
18108
18151
  };
18109
- var $defineProperty$2 = /* @__PURE__ */ __name(function defineProperty4(it, key, D2) {
18152
+ var $defineProperty$2 = /* @__PURE__ */ __name(function defineProperty3(it, key, D2) {
18110
18153
  if (it === ObjectProto)
18111
18154
  $defineProperty$2(OPSymbols, key, D2);
18112
18155
  anObject(it);
@@ -18200,7 +18243,7 @@ if (!USE_NATIVE) {
18200
18243
  $GOPD.f = $getOwnPropertyDescriptor;
18201
18244
  $DP.f = $defineProperty$2;
18202
18245
  _objectGopn.f = gOPNExt.f = $getOwnPropertyNames;
18203
- _objectPie.f = $propertyIsEnumerable;
18246
+ require_objectPie().f = $propertyIsEnumerable;
18204
18247
  $GOPS.f = $getOwnPropertySymbols;
18205
18248
  if (DESCRIPTORS && !_library) {
18206
18249
  redefine(ObjectProto, "propertyIsEnumerable", $propertyIsEnumerable);
@@ -42818,7 +42861,7 @@ const generateToast = /* @__PURE__ */ __name((intent) => (message, options) => {
42818
42861
  maybeAddClearAll();
42819
42862
  }, 0);
42820
42863
  },
42821
- timeout: options.timeout || updatedTimeout || (!window.Cypress && intent === Intent.DANGER ? 6e4 : void 0),
42864
+ timeout: options.timeout || updatedTimeout || (!window.Cypress && (intent === Intent.DANGER || intent === Intent.WARNING) ? 6e4 : void 0),
42822
42865
  action: options.action,
42823
42866
  icon: options.icon,
42824
42867
  className: classNames("preserve-newline", options.className)
@@ -54421,7 +54464,7 @@ var KNOWN_STATICS = {
54421
54464
  arguments: true,
54422
54465
  arity: true
54423
54466
  };
54424
- var defineProperty5 = Object.defineProperty;
54467
+ var defineProperty4 = Object.defineProperty;
54425
54468
  var getOwnPropertyNames4 = Object.getOwnPropertyNames;
54426
54469
  var getOwnPropertySymbols3 = Object.getOwnPropertySymbols;
54427
54470
  var getOwnPropertyDescriptor3 = Object.getOwnPropertyDescriptor;
@@ -54444,7 +54487,7 @@ function hoistNonReactStatics(targetComponent, sourceComponent, blacklist) {
54444
54487
  if (!REACT_STATICS[key] && !KNOWN_STATICS[key] && (!blacklist || !blacklist[key])) {
54445
54488
  var descriptor2 = getOwnPropertyDescriptor3(sourceComponent, key);
54446
54489
  try {
54447
- defineProperty5(targetComponent, key, descriptor2);
54490
+ defineProperty4(targetComponent, key, descriptor2);
54448
54491
  } catch (e2) {
54449
54492
  }
54450
54493
  }
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@teselagen/ui",
3
- "version": "0.3.79",
3
+ "version": "0.3.80",
4
4
  "main": "./src/index.js",
5
5
  "exports": {
6
6
  ".": {
7
7
  "import": "./index.es.js",
8
8
  "require": "./index.cjs.js"
9
- }
9
+ },
10
+ "./style.css": "./style.css"
10
11
  },
11
12
  "dependencies": {
12
13
  "@teselagen/file-utils": "0.3.16",
package/src/index.js CHANGED
@@ -1,3 +1,6 @@
1
+ import "@blueprintjs/core/lib/css/blueprint.css";
2
+ import "@blueprintjs/datetime/lib/css/blueprint-datetime.css";
3
+ import "@blueprintjs/icons/lib/css/blueprint-icons.css";
1
4
  import "./style.css";
2
5
  import "./autoTooltip";
3
6
  export { LoadingDots } from "./FormComponents/LoadingDots";
package/src/toastr.js CHANGED
@@ -82,7 +82,10 @@ const generateToast = intent => (message, options) => {
82
82
  timeout:
83
83
  options.timeout ||
84
84
  updatedTimeout ||
85
- (!window.Cypress && intent === Intent.DANGER ? 60000 : undefined),
85
+ (!window.Cypress &&
86
+ (intent === Intent.DANGER || intent === Intent.WARNING)
87
+ ? 60000
88
+ : undefined),
86
89
  action: options.action,
87
90
  icon: options.icon,
88
91
  className: classNames("preserve-newline", options.className)