grep-components 2.2.0 → 2.3.0-GREPF-2406.1

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/dist/index.js CHANGED
@@ -3340,33 +3340,24 @@ const ServiceMessage = ({ id, message, isPublic, onDismiss }) => {
3340
3340
  React.createElement(Close, { className: classes.close })))));
3341
3341
  };
3342
3342
 
3343
- function _setPrototypeOf(o, p) {
3344
- _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
3345
- o.__proto__ = p;
3346
- return o;
3347
- };
3348
- return _setPrototypeOf(o, p);
3343
+ function _setPrototypeOf(t, e) {
3344
+ return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
3345
+ return t.__proto__ = e, t;
3346
+ }, _setPrototypeOf(t, e);
3349
3347
  }
3350
3348
 
3351
- function _inheritsLoose(subClass, superClass) {
3352
- subClass.prototype = Object.create(superClass.prototype);
3353
- subClass.prototype.constructor = subClass;
3354
- _setPrototypeOf(subClass, superClass);
3349
+ function _inheritsLoose(t, o) {
3350
+ t.prototype = Object.create(o.prototype), t.prototype.constructor = t, _setPrototypeOf(t, o);
3355
3351
  }
3356
3352
 
3357
3353
  function _extends() {
3358
- _extends = Object.assign ? Object.assign.bind() : function (target) {
3359
- for (var i = 1; i < arguments.length; i++) {
3360
- var source = arguments[i];
3361
- for (var key in source) {
3362
- if (Object.prototype.hasOwnProperty.call(source, key)) {
3363
- target[key] = source[key];
3364
- }
3365
- }
3354
+ return _extends = Object.assign ? Object.assign.bind() : function (n) {
3355
+ for (var e = 1; e < arguments.length; e++) {
3356
+ var t = arguments[e];
3357
+ for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
3366
3358
  }
3367
- return target;
3368
- };
3369
- return _extends.apply(this, arguments);
3359
+ return n;
3360
+ }, _extends.apply(null, arguments);
3370
3361
  }
3371
3362
 
3372
3363
  function areInputsEqual$1(newInputs, lastInputs) {