@abdellatifui/react 3.1.57 → 3.1.58
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 +2 -4
- package/dist/nextgen.js +590 -590
- package/dist/types/components/Buttons/Button.d.ts +17 -0
- package/dist/types/components/Buttons/Button.d.ts.map +1 -0
- package/dist/types/stories/Help/tooltip.stories.d.ts +8 -0
- package/dist/types/stories/Help/tooltip.stories.d.ts.map +1 -0
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ import { AxiosHeaderValue } from 'axios';
|
|
|
4
4
|
import { AxiosInstance } from 'axios';
|
|
5
5
|
import { AxiosInterceptorManager } from 'axios';
|
|
6
6
|
import { AxiosResponse } from 'axios';
|
|
7
|
-
import { TestButton as Button } from './Buttons/Button';
|
|
8
7
|
import { ChangeEvent } from 'react';
|
|
9
8
|
import { ClassValue } from 'clsx';
|
|
10
9
|
import { Context } from 'react';
|
|
@@ -22,7 +21,6 @@ import * as React_2 from 'react';
|
|
|
22
21
|
import { ReactNode } from 'react';
|
|
23
22
|
import { RefAttributes } from 'react';
|
|
24
23
|
import { SetStateAction } from 'react';
|
|
25
|
-
import { StyledTooltip as Tooltip } from './Buttons/Button';
|
|
26
24
|
|
|
27
25
|
export declare const AccordionGroup: (props: any) => JSX_2.Element;
|
|
28
26
|
|
|
@@ -125,7 +123,7 @@ export declare interface AutoCompleteProps extends InputProps {
|
|
|
125
123
|
declare const Body_2: default_2.ForwardRefExoticComponent<default_2.RefAttributes<unknown>>;
|
|
126
124
|
export { Body_2 as Body }
|
|
127
125
|
|
|
128
|
-
export
|
|
126
|
+
export declare const Button: default_2.MemoExoticComponent<default_2.ForwardRefExoticComponent<default_2.RefAttributes<unknown>>>;
|
|
129
127
|
|
|
130
128
|
export declare interface ButtonProps extends default_2.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
131
129
|
variant?: 'primary' | 'transparent' | 'secondary' | 'danger' | 'danger2' | 'green' | 'ghost' | 'dangerghost';
|
|
@@ -1027,7 +1025,7 @@ export declare interface ToggleItemProps {
|
|
|
1027
1025
|
className?: string;
|
|
1028
1026
|
}
|
|
1029
1027
|
|
|
1030
|
-
export
|
|
1028
|
+
export declare const Tooltip: default_2.ComponentType<any>;
|
|
1031
1029
|
|
|
1032
1030
|
export declare const useApi: (props: any) => {
|
|
1033
1031
|
ready: boolean;
|