@cagatayfdn/flora-components 0.0.80 → 0.0.82
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/index.d.mts +8 -0
- package/dist/index.d.ts +8 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -23,6 +23,8 @@ import { SelectRenderer } from 'react-dropdown-select';
|
|
|
23
23
|
import { SetStateAction } from 'react';
|
|
24
24
|
import { TFunction } from 'i18next';
|
|
25
25
|
import { TFunctionResult } from 'i18next';
|
|
26
|
+
import { Tick } from 'chart.js';
|
|
27
|
+
import { TooltipItem } from 'chart.js';
|
|
26
28
|
|
|
27
29
|
export declare const Accordion: ({ children, className, }: AccordionProps) => JSX.Element;
|
|
28
30
|
|
|
@@ -1045,6 +1047,8 @@ export declare const Select: {
|
|
|
1045
1047
|
displayName: string;
|
|
1046
1048
|
};
|
|
1047
1049
|
|
|
1050
|
+
export { SelectItemRenderer }
|
|
1051
|
+
|
|
1048
1052
|
export declare type SelectProps = {
|
|
1049
1053
|
id?: string;
|
|
1050
1054
|
items?: OptionProps[];
|
|
@@ -1286,8 +1290,12 @@ export declare enum ThemeAppearance {
|
|
|
1286
1290
|
DARK_BLUE = "dark_blue"
|
|
1287
1291
|
}
|
|
1288
1292
|
|
|
1293
|
+
export { Tick }
|
|
1294
|
+
|
|
1289
1295
|
export declare const Tooltip: (props: TooltipProps) => JSX.Element;
|
|
1290
1296
|
|
|
1297
|
+
export { TooltipItem }
|
|
1298
|
+
|
|
1291
1299
|
export declare type TooltipProps = {
|
|
1292
1300
|
id: string;
|
|
1293
1301
|
children: ReactNode;
|
package/dist/index.d.ts
CHANGED
|
@@ -23,6 +23,8 @@ import { SelectRenderer } from 'react-dropdown-select';
|
|
|
23
23
|
import { SetStateAction } from 'react';
|
|
24
24
|
import { TFunction } from 'i18next';
|
|
25
25
|
import { TFunctionResult } from 'i18next';
|
|
26
|
+
import { Tick } from 'chart.js';
|
|
27
|
+
import { TooltipItem } from 'chart.js';
|
|
26
28
|
|
|
27
29
|
export declare const Accordion: ({ children, className, }: AccordionProps) => JSX.Element;
|
|
28
30
|
|
|
@@ -1045,6 +1047,8 @@ export declare const Select: {
|
|
|
1045
1047
|
displayName: string;
|
|
1046
1048
|
};
|
|
1047
1049
|
|
|
1050
|
+
export { SelectItemRenderer }
|
|
1051
|
+
|
|
1048
1052
|
export declare type SelectProps = {
|
|
1049
1053
|
id?: string;
|
|
1050
1054
|
items?: OptionProps[];
|
|
@@ -1286,8 +1290,12 @@ export declare enum ThemeAppearance {
|
|
|
1286
1290
|
DARK_BLUE = "dark_blue"
|
|
1287
1291
|
}
|
|
1288
1292
|
|
|
1293
|
+
export { Tick }
|
|
1294
|
+
|
|
1289
1295
|
export declare const Tooltip: (props: TooltipProps) => JSX.Element;
|
|
1290
1296
|
|
|
1297
|
+
export { TooltipItem }
|
|
1298
|
+
|
|
1291
1299
|
export declare type TooltipProps = {
|
|
1292
1300
|
id: string;
|
|
1293
1301
|
children: ReactNode;
|