@cagatayfdn/flora-components 0.0.81 → 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 +6 -0
- package/dist/index.d.ts +6 -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
|
|
|
@@ -1288,8 +1290,12 @@ export declare enum ThemeAppearance {
|
|
|
1288
1290
|
DARK_BLUE = "dark_blue"
|
|
1289
1291
|
}
|
|
1290
1292
|
|
|
1293
|
+
export { Tick }
|
|
1294
|
+
|
|
1291
1295
|
export declare const Tooltip: (props: TooltipProps) => JSX.Element;
|
|
1292
1296
|
|
|
1297
|
+
export { TooltipItem }
|
|
1298
|
+
|
|
1293
1299
|
export declare type TooltipProps = {
|
|
1294
1300
|
id: string;
|
|
1295
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
|
|
|
@@ -1288,8 +1290,12 @@ export declare enum ThemeAppearance {
|
|
|
1288
1290
|
DARK_BLUE = "dark_blue"
|
|
1289
1291
|
}
|
|
1290
1292
|
|
|
1293
|
+
export { Tick }
|
|
1294
|
+
|
|
1291
1295
|
export declare const Tooltip: (props: TooltipProps) => JSX.Element;
|
|
1292
1296
|
|
|
1297
|
+
export { TooltipItem }
|
|
1298
|
+
|
|
1293
1299
|
export declare type TooltipProps = {
|
|
1294
1300
|
id: string;
|
|
1295
1301
|
children: ReactNode;
|