@cagatayfdn/flora-components 0.0.81 → 0.0.83
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
|
|
|
@@ -751,6 +753,8 @@ export declare type LayoutProps = {
|
|
|
751
753
|
defaultRoute?: string;
|
|
752
754
|
};
|
|
753
755
|
|
|
756
|
+
export { LegendItem }
|
|
757
|
+
|
|
754
758
|
declare function Legends({ items, colorMap }: LegendsProps): JSX_2.Element;
|
|
755
759
|
|
|
756
760
|
declare type LegendsProps = {
|
|
@@ -1288,8 +1292,12 @@ export declare enum ThemeAppearance {
|
|
|
1288
1292
|
DARK_BLUE = "dark_blue"
|
|
1289
1293
|
}
|
|
1290
1294
|
|
|
1295
|
+
export { Tick }
|
|
1296
|
+
|
|
1291
1297
|
export declare const Tooltip: (props: TooltipProps) => JSX.Element;
|
|
1292
1298
|
|
|
1299
|
+
export { TooltipItem }
|
|
1300
|
+
|
|
1293
1301
|
export declare type TooltipProps = {
|
|
1294
1302
|
id: string;
|
|
1295
1303
|
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
|
|
|
@@ -751,6 +753,8 @@ export declare type LayoutProps = {
|
|
|
751
753
|
defaultRoute?: string;
|
|
752
754
|
};
|
|
753
755
|
|
|
756
|
+
export { LegendItem }
|
|
757
|
+
|
|
754
758
|
declare function Legends({ items, colorMap }: LegendsProps): JSX_2.Element;
|
|
755
759
|
|
|
756
760
|
declare type LegendsProps = {
|
|
@@ -1288,8 +1292,12 @@ export declare enum ThemeAppearance {
|
|
|
1288
1292
|
DARK_BLUE = "dark_blue"
|
|
1289
1293
|
}
|
|
1290
1294
|
|
|
1295
|
+
export { Tick }
|
|
1296
|
+
|
|
1291
1297
|
export declare const Tooltip: (props: TooltipProps) => JSX.Element;
|
|
1292
1298
|
|
|
1299
|
+
export { TooltipItem }
|
|
1300
|
+
|
|
1293
1301
|
export declare type TooltipProps = {
|
|
1294
1302
|
id: string;
|
|
1295
1303
|
children: ReactNode;
|