@abdellatifui/react 3.2.199 → 3.2.200
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/nextgen.css +1 -1
- package/dist/nextgen.d.ts +2 -1
- package/dist/nextgen.js +5868 -5839
- package/package.json +2 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -1100,12 +1100,13 @@ export declare type ShadcnTabsProps = {
|
|
|
1100
1100
|
className?: string;
|
|
1101
1101
|
size?: 'full' | string;
|
|
1102
1102
|
body?: boolean;
|
|
1103
|
-
theme?: 'minimal' | 'modern' | 'v2';
|
|
1103
|
+
theme?: 'minimal' | 'modern' | 'v2' | 'v3';
|
|
1104
1104
|
outline?: boolean;
|
|
1105
1105
|
center?: boolean;
|
|
1106
1106
|
border?: boolean;
|
|
1107
1107
|
full?: boolean;
|
|
1108
1108
|
bodyClassName?: string;
|
|
1109
|
+
tabLabel?: string;
|
|
1109
1110
|
borderOffset?: number;
|
|
1110
1111
|
id?: string;
|
|
1111
1112
|
};
|