@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.
@@ -182,7 +182,7 @@ function _objectWithoutPropertiesLoose(r, e) {
182
182
  if (null == r) return {};
183
183
  var t = {};
184
184
  for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
185
- if (e.indexOf(n) >= 0) continue;
185
+ if (e.includes(n)) continue;
186
186
  t[n] = r[n];
187
187
  }
188
188
  return t;
@@ -2969,7 +2969,7 @@ function requireObjectWithoutPropertiesLoose () {
2969
2969
  if (null == r) return {};
2970
2970
  var t = {};
2971
2971
  for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
2972
- if (e.indexOf(n) >= 0) continue;
2972
+ if (e.includes(n)) continue;
2973
2973
  t[n] = r[n];
2974
2974
  }
2975
2975
  return t;
@@ -5938,7 +5938,7 @@ process.env.NODE_ENV !== "production" ? GlobalStyles.propTypes = {
5938
5938
  } : void 0;
5939
5939
 
5940
5940
  /**
5941
- * @mui/styled-engine v5.15.14
5941
+ * @mui/styled-engine v5.16.1
5942
5942
  *
5943
5943
  * @license MIT
5944
5944
  * This source code is licensed under the MIT license found in the