@abdellatifui/react 3.1.40 → 3.1.41

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.d.ts CHANGED
@@ -767,7 +767,7 @@ export declare type ShadcnTabsProps = {
767
767
  className?: string;
768
768
  size?: 'full' | string;
769
769
  body?: boolean;
770
- theme?: 'minimal' | 'modern';
770
+ theme?: 'minimal' | 'modern' | 'v2';
771
771
  outline?: boolean;
772
772
  center?: boolean;
773
773
  border?: boolean;