@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
|
@@ -11114,6 +11114,22 @@ if (ErrorPrototype.toString !== errorToString) {
|
|
|
11114
11114
|
}
|
|
11115
11115
|
|
|
11116
11116
|
|
|
11117
|
+
/***/ }),
|
|
11118
|
+
|
|
11119
|
+
/***/ 24812:
|
|
11120
|
+
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
11121
|
+
|
|
11122
|
+
// TODO: Remove from `core-js@4`
|
|
11123
|
+
var $ = __webpack_require__(82109);
|
|
11124
|
+
var bind = __webpack_require__(27065);
|
|
11125
|
+
|
|
11126
|
+
// `Function.prototype.bind` method
|
|
11127
|
+
// https://tc39.es/ecma262/#sec-function.prototype.bind
|
|
11128
|
+
$({ target: 'Function', proto: true, forced: Function.bind !== bind }, {
|
|
11129
|
+
bind: bind
|
|
11130
|
+
});
|
|
11131
|
+
|
|
11132
|
+
|
|
11117
11133
|
/***/ }),
|
|
11118
11134
|
|
|
11119
11135
|
/***/ 68309:
|
|
@@ -25158,10 +25174,12 @@ module.exports = _defineProperty, module.exports.__esModule = true, module.expor
|
|
|
25158
25174
|
|
|
25159
25175
|
__webpack_require__(68304);
|
|
25160
25176
|
|
|
25177
|
+
__webpack_require__(24812);
|
|
25178
|
+
|
|
25161
25179
|
__webpack_require__(30489);
|
|
25162
25180
|
|
|
25163
25181
|
function _getPrototypeOf(o) {
|
|
25164
|
-
module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
25182
|
+
module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
|
|
25165
25183
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
25166
25184
|
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
25167
25185
|
return _getPrototypeOf(o);
|
|
@@ -25831,8 +25849,10 @@ module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.e
|
|
|
25831
25849
|
|
|
25832
25850
|
__webpack_require__(68304);
|
|
25833
25851
|
|
|
25852
|
+
__webpack_require__(24812);
|
|
25853
|
+
|
|
25834
25854
|
function _setPrototypeOf(o, p) {
|
|
25835
|
-
module.exports = _setPrototypeOf = Object.setPrototypeOf
|
|
25855
|
+
module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
|
25836
25856
|
o.__proto__ = p;
|
|
25837
25857
|
return o;
|
|
25838
25858
|
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|