@rabex-kit/rabex-ui 0.2.1 → 0.2.2

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.
@@ -1,4 +1,12 @@
1
1
  import { Theme } from '@mui/material';
2
+ declare module '@mui/material/TextField' {
3
+ interface TextFieldPropsSizeOverrides {
4
+ sm: true;
5
+ md: true;
6
+ lg: true;
7
+ xl: true;
8
+ }
9
+ }
2
10
  declare const _default: {
3
11
  components: {
4
12
  defaultProps?: Partial<import("@mui/material").FilledTextFieldProps> | Partial<import("@mui/material").StandardTextFieldProps> | Partial<import("@mui/material").OutlinedTextFieldProps> | undefined;
@@ -3168,6 +3168,9 @@ var RabexTabs = {
3168
3168
  /// remove the separation border
3169
3169
  '& .MuiTab-root::after': {
3170
3170
  display: 'none'
3171
+ },
3172
+ '& .MuiTabs-flexContainer': {
3173
+ height: '100%'
3171
3174
  }
3172
3175
  };
3173
3176
  // Mode-specific styles