@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.
- package/dist/RTableHead/index.d.ts +1 -1
- package/dist/RTableRow/index.d.ts +1 -1
- package/dist/rabex-ui.cjs.development.js +7 -4
- package/dist/rabex-ui.cjs.development.js.map +1 -1
- package/dist/rabex-ui.cjs.production.min.js +1 -1
- package/dist/rabex-ui.cjs.production.min.js.map +1 -1
- package/dist/rabex-ui.esm.js +7 -4
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
@@ -7,7 +7,7 @@ export declare type RTableHeadProps = StackProps;
|
|
7
7
|
* You can read Material-UI TableHead Documentation [here](https://mui.com/material-ui/api/table-head/).
|
8
8
|
*
|
9
9
|
* ```typescript
|
10
|
-
* import { TableHead } from '@rabex-kit/
|
10
|
+
* import { TableHead } from '@rabex-kit/rabex-ui';
|
11
11
|
* ```
|
12
12
|
* @param props
|
13
13
|
* @returns
|
@@ -7,7 +7,7 @@ export declare type RTableRowProps = StackProps;
|
|
7
7
|
* You can read Material-UI TableRow Documentation [here](https://mui.com/material-ui/api/table-row/).
|
8
8
|
*
|
9
9
|
* ```typescript
|
10
|
-
* import { TableRow } from '@rabex-kit/
|
10
|
+
* import { TableRow } from '@rabex-kit/rabex-ui';
|
11
11
|
* ```
|
12
12
|
* @param props
|
13
13
|
* @returns
|
@@ -2199,7 +2199,7 @@ var _excluded$c = ["className"];
|
|
2199
2199
|
* You can read Material-UI TableHead Documentation [here](https://mui.com/material-ui/api/table-head/).
|
2200
2200
|
*
|
2201
2201
|
* ```typescript
|
2202
|
-
* import { TableHead } from '@rabex-kit/
|
2202
|
+
* import { TableHead } from '@rabex-kit/rabex-ui';
|
2203
2203
|
* ```
|
2204
2204
|
* @param props
|
2205
2205
|
* @returns
|
@@ -2225,7 +2225,7 @@ var _excluded$d = ["className"];
|
|
2225
2225
|
* You can read Material-UI TableRow Documentation [here](https://mui.com/material-ui/api/table-row/).
|
2226
2226
|
*
|
2227
2227
|
* ```typescript
|
2228
|
-
* import { TableRow } from '@rabex-kit/
|
2228
|
+
* import { TableRow } from '@rabex-kit/rabex-ui';
|
2229
2229
|
* ```
|
2230
2230
|
* @param props
|
2231
2231
|
* @returns
|
@@ -2276,7 +2276,10 @@ var TabPanel = function TabPanel(_ref) {
|
|
2276
2276
|
* @returns
|
2277
2277
|
*/
|
2278
2278
|
var Tabs = /*#__PURE__*/styled(MuiTabs, {
|
2279
|
-
name: 'MuiTabs'
|
2279
|
+
name: 'MuiTabs',
|
2280
|
+
shouldForwardProp: function shouldForwardProp(prop) {
|
2281
|
+
return !['hasBorder', 'isSeprate'].includes(prop);
|
2282
|
+
}
|
2280
2283
|
})(function () {
|
2281
2284
|
return {};
|
2282
2285
|
});
|
@@ -5641,7 +5644,7 @@ var ClickAwayListener = /*#__PURE__*/React__default.forwardRef(function (_ref, r
|
|
5641
5644
|
*
|
5642
5645
|
*
|
5643
5646
|
* ```typescript
|
5644
|
-
* import { ExpandableContent } from '@rabex-kit/
|
5647
|
+
* import { ExpandableContent } from '@rabex-kit/rabex-ui';
|
5645
5648
|
* ```
|
5646
5649
|
* @param props
|
5647
5650
|
* @returns
|