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 +12 -21
- package/dist/index.js.map +1 -1
- package/package.json +19 -19
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(
|
|
3344
|
-
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function
|
|
3345
|
-
|
|
3346
|
-
|
|
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(
|
|
3352
|
-
|
|
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 (
|
|
3359
|
-
for (var
|
|
3360
|
-
var
|
|
3361
|
-
for (var
|
|
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
|
|
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) {
|