@vchasno/ui-kit 0.2.17 → 0.2.18
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/ProjectsPopover/index.cjs.js +3 -3
- package/dist/ProjectsPopover/index.cjs.js.map +1 -1
- package/dist/ProjectsPopover/index.js +3 -3
- package/dist/ProjectsPopover/index.js.map +1 -1
- package/dist/Select/index.cjs.js +3 -3
- package/dist/Select/index.cjs.js.map +1 -1
- package/dist/Select/index.js +3 -3
- package/dist/Select/index.js.map +1 -1
- package/dist/SelectCreatable/index.cjs.js +3 -3
- package/dist/SelectCreatable/index.cjs.js.map +1 -1
- package/dist/SelectCreatable/index.js +3 -3
- package/dist/SelectCreatable/index.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -481,7 +481,7 @@ function _objectWithoutPropertiesLoose(r, e) {
|
|
|
481
481
|
if (null == r) return {};
|
|
482
482
|
var t = {};
|
|
483
483
|
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
484
|
-
if (e.
|
|
484
|
+
if (e.includes(n)) continue;
|
|
485
485
|
t[n] = r[n];
|
|
486
486
|
}
|
|
487
487
|
return t;
|
|
@@ -3630,7 +3630,7 @@ function requireObjectWithoutPropertiesLoose () {
|
|
|
3630
3630
|
if (null == r) return {};
|
|
3631
3631
|
var t = {};
|
|
3632
3632
|
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
3633
|
-
if (e.
|
|
3633
|
+
if (e.includes(n)) continue;
|
|
3634
3634
|
t[n] = r[n];
|
|
3635
3635
|
}
|
|
3636
3636
|
return t;
|
|
@@ -6599,7 +6599,7 @@ process.env.NODE_ENV !== "production" ? GlobalStyles.propTypes = {
|
|
|
6599
6599
|
} : void 0;
|
|
6600
6600
|
|
|
6601
6601
|
/**
|
|
6602
|
-
* @mui/styled-engine v5.
|
|
6602
|
+
* @mui/styled-engine v5.16.1
|
|
6603
6603
|
*
|
|
6604
6604
|
* @license MIT
|
|
6605
6605
|
* This source code is licensed under the MIT license found in the
|