@abdellatifui/react 3.1.5 → 3.1.8

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
@@ -69,6 +69,8 @@ export { Body_2 as Body }
69
69
 
70
70
  export declare const Button: default_2.MemoExoticComponent<default_2.ForwardRefExoticComponent<default_2.RefAttributes<unknown>>>;
71
71
 
72
+ export declare function capitalizeFirstLetter(string: any): any;
73
+
72
74
  export declare const CloseButton: default_2.ForwardRefExoticComponent<default_2.RefAttributes<unknown>>;
73
75
 
74
76
  export declare function cn(...inputs: ClassValue[]): string;
@@ -90,6 +92,8 @@ declare type ContextMenuProps = {
90
92
  };
91
93
  };
92
94
 
95
+ export declare const convertNumberToArray: (number: any) => unknown[];
96
+
93
97
  export declare function convertTimestampToDate(timestamp: any): string;
94
98
 
95
99
  export declare const CopyButton: default_2.ForwardRefExoticComponent<default_2.RefAttributes<unknown>>;
@@ -144,6 +148,8 @@ export declare const Frequency: ForwardRefExoticComponent<RefAttributes<unknown>
144
148
 
145
149
  export declare const GetRandomStr: (length?: number, str?: boolean) => string;
146
150
 
151
+ export declare const getWholeSpectrum: () => any[];
152
+
147
153
  export declare function Headline(props: any): JSX_2.Element;
148
154
 
149
155
  export declare const HelpPopover: (props: any) => JSX_2.Element;
@@ -284,6 +290,7 @@ export declare type ShadcnTabsProps = {
284
290
  className?: string;
285
291
  size?: 'full' | string;
286
292
  body?: boolean;
293
+ theme?: 'minimal' | 'modern';
287
294
  outline?: boolean;
288
295
  center?: boolean;
289
296
  border?: boolean;