@rabex-kit/rabex-ui 0.1.10 → 0.1.13

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.
@@ -2,8 +2,6 @@ import React from 'react';
2
2
  import { TabsProps as MuiTabsProps } from '@mui/material';
3
3
  export declare type SegmentedControlProps = Omit<MuiTabsProps, 'indicatorColor' | 'textColor'> & {
4
4
  size?: 'sm' | 'md' | 'lg';
5
- isSeparate?: boolean;
6
- hasBorder?: boolean;
7
5
  };
8
6
  /**
9
7
  * SegmentedControl component for switching between views.
@@ -4,6 +4,7 @@ export declare type TabsProps = Omit<MuiTabsProps, 'indicatorColor' | 'textColor
4
4
  hasBorder?: boolean;
5
5
  isSeprate?: boolean;
6
6
  size?: 'sm' | 'md' | 'lg';
7
+ mode?: 'underline' | 'pill';
7
8
  };
8
9
  /**
9
10
  * Tabs make it easy to explore and switch between different views.