@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
|
@@ -162,7 +162,7 @@ function _objectWithoutPropertiesLoose(r, e) {
|
|
|
162
162
|
if (null == r) return {};
|
|
163
163
|
var t = {};
|
|
164
164
|
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
165
|
-
if (e.
|
|
165
|
+
if (e.includes(n)) continue;
|
|
166
166
|
t[n] = r[n];
|
|
167
167
|
}
|
|
168
168
|
return t;
|
|
@@ -2949,7 +2949,7 @@ function requireObjectWithoutPropertiesLoose () {
|
|
|
2949
2949
|
if (null == r) return {};
|
|
2950
2950
|
var t = {};
|
|
2951
2951
|
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
2952
|
-
if (e.
|
|
2952
|
+
if (e.includes(n)) continue;
|
|
2953
2953
|
t[n] = r[n];
|
|
2954
2954
|
}
|
|
2955
2955
|
return t;
|
|
@@ -5918,7 +5918,7 @@ process.env.NODE_ENV !== "production" ? GlobalStyles.propTypes = {
|
|
|
5918
5918
|
} : void 0;
|
|
5919
5919
|
|
|
5920
5920
|
/**
|
|
5921
|
-
* @mui/styled-engine v5.
|
|
5921
|
+
* @mui/styled-engine v5.16.1
|
|
5922
5922
|
*
|
|
5923
5923
|
* @license MIT
|
|
5924
5924
|
* This source code is licensed under the MIT license found in the
|