@pocketprep/ui-kit 2.0.0 → 2.0.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/@pocketprep/ui-kit.common.js +22 -2
- package/dist/@pocketprep/ui-kit.common.js.map +1 -1
- package/dist/@pocketprep/ui-kit.umd.js +22 -2
- package/dist/@pocketprep/ui-kit.umd.js.map +1 -1
- package/dist/@pocketprep/ui-kit.umd.min.js +3 -3
- package/dist/@pocketprep/ui-kit.umd.min.js.map +1 -1
- package/package.json +2 -1
|
@@ -11104,6 +11104,22 @@ if (ErrorPrototype.toString !== errorToString) {
|
|
|
11104
11104
|
}
|
|
11105
11105
|
|
|
11106
11106
|
|
|
11107
|
+
/***/ }),
|
|
11108
|
+
|
|
11109
|
+
/***/ 24812:
|
|
11110
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
11111
|
+
|
|
11112
|
+
// TODO: Remove from `core-js@4`
|
|
11113
|
+
var $ = __webpack_require__(82109);
|
|
11114
|
+
var bind = __webpack_require__(27065);
|
|
11115
|
+
|
|
11116
|
+
// `Function.prototype.bind` method
|
|
11117
|
+
// https://tc39.es/ecma262/#sec-function.prototype.bind
|
|
11118
|
+
$({ target: 'Function', proto: true, forced: Function.bind !== bind }, {
|
|
11119
|
+
bind: bind
|
|
11120
|
+
});
|
|
11121
|
+
|
|
11122
|
+
|
|
11107
11123
|
/***/ }),
|
|
11108
11124
|
|
|
11109
11125
|
/***/ 68309:
|
|
@@ -25148,10 +25164,12 @@ module.exports = _defineProperty, module.exports.__esModule = true, module.expor
|
|
|
25148
25164
|
|
|
25149
25165
|
__webpack_require__(68304);
|
|
25150
25166
|
|
|
25167
|
+
__webpack_require__(24812);
|
|
25168
|
+
|
|
25151
25169
|
__webpack_require__(30489);
|
|
25152
25170
|
|
|
25153
25171
|
function _getPrototypeOf(o) {
|
|
25154
|
-
module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
25172
|
+
module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
|
|
25155
25173
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
25156
25174
|
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
25157
25175
|
return _getPrototypeOf(o);
|
|
@@ -25821,8 +25839,10 @@ module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.e
|
|
|
25821
25839
|
|
|
25822
25840
|
__webpack_require__(68304);
|
|
25823
25841
|
|
|
25842
|
+
__webpack_require__(24812);
|
|
25843
|
+
|
|
25824
25844
|
function _setPrototypeOf(o, p) {
|
|
25825
|
-
module.exports = _setPrototypeOf = Object.setPrototypeOf
|
|
25845
|
+
module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
|
25826
25846
|
o.__proto__ = p;
|
|
25827
25847
|
return o;
|
|
25828
25848
|
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|