@rabex-kit/rabex-ui 0.1.32 → 0.1.33

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.
@@ -2194,7 +2194,7 @@ var _excluded$c = ["className"];
2194
2194
  * You can read Material-UI TableHead Documentation [here](https://mui.com/material-ui/api/table-head/).
2195
2195
  *
2196
2196
  * ```typescript
2197
- * import { TableHead } from '@rabex-kit/core';
2197
+ * import { TableHead } from '@rabex-kit/rabex-ui';
2198
2198
  * ```
2199
2199
  * @param props
2200
2200
  * @returns
@@ -2220,7 +2220,7 @@ var _excluded$d = ["className"];
2220
2220
  * You can read Material-UI TableRow Documentation [here](https://mui.com/material-ui/api/table-row/).
2221
2221
  *
2222
2222
  * ```typescript
2223
- * import { TableRow } from '@rabex-kit/core';
2223
+ * import { TableRow } from '@rabex-kit/rabex-ui';
2224
2224
  * ```
2225
2225
  * @param props
2226
2226
  * @returns
@@ -2271,7 +2271,10 @@ var TabPanel = function TabPanel(_ref) {
2271
2271
  * @returns
2272
2272
  */
2273
2273
  var Tabs = /*#__PURE__*/styled(MuiTabs, {
2274
- name: 'MuiTabs'
2274
+ name: 'MuiTabs',
2275
+ shouldForwardProp: function shouldForwardProp(prop) {
2276
+ return !['hasBorder', 'isSeprate'].includes(prop);
2277
+ }
2275
2278
  })(function () {
2276
2279
  return {};
2277
2280
  });
@@ -5636,7 +5639,7 @@ var ClickAwayListener = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
5636
5639
  *
5637
5640
  *
5638
5641
  * ```typescript
5639
- * import { ExpandableContent } from '@rabex-kit/core';
5642
+ * import { ExpandableContent } from '@rabex-kit/rabex-ui';
5640
5643
  * ```
5641
5644
  * @param props
5642
5645
  * @returns