@northslopetech/altitude-ui 3.0.0-alpha.2 → 3.0.0-alpha.3
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/README.md +1 -1
- package/dist/index.d.mts +20 -20
- package/dist/index.d.ts +20 -20
- package/dist/index.js +249 -245
- package/dist/index.mjs +554 -550
- package/package.json +12 -4
package/README.md
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -5,7 +5,6 @@ import { Button as Button$1 } from '@base-ui/react/button';
|
|
|
5
5
|
import { VariantProps } from 'class-variance-authority';
|
|
6
6
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
7
7
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
8
|
-
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
9
8
|
import * as _base_ui_react_separator from '@base-ui/react/separator';
|
|
10
9
|
import { Separator as Separator$1 } from '@base-ui/react/separator';
|
|
11
10
|
import { useRender } from '@base-ui/react/use-render';
|
|
@@ -16,20 +15,11 @@ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
|
16
15
|
import { Table as Table$1 } from '@tanstack/react-table';
|
|
17
16
|
|
|
18
17
|
declare const buttonVariants: (props?: ({
|
|
19
|
-
variant?: "default" | "
|
|
20
|
-
size?: "default" | "
|
|
18
|
+
variant?: "default" | "primary" | "destructive" | "ghost" | "link" | null | undefined;
|
|
19
|
+
size?: "default" | "lg" | "sm" | "mini" | null | undefined;
|
|
21
20
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
22
21
|
interface ButtonProps extends Button$1.Props, VariantProps<typeof buttonVariants> {
|
|
23
|
-
icon?: React$1.ReactNode;
|
|
24
|
-
iconPosition?: "left" | "right";
|
|
25
22
|
}
|
|
26
|
-
/**
|
|
27
|
-
* Button component with multiple variants and sizes.
|
|
28
|
-
* @param {React.ReactNode} [props.icon] - Icon element to display
|
|
29
|
-
* @param {"left" | "right"} [props.iconPosition] - Position of icon relative to text
|
|
30
|
-
* @param {string} [props.variant] - Visual style variant
|
|
31
|
-
* @param {string} [props.size] - Button size
|
|
32
|
-
*/
|
|
33
23
|
declare const Button: React$1.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
34
24
|
|
|
35
25
|
/**
|
|
@@ -92,7 +82,7 @@ declare const Typography: React$1.ForwardRefExoticComponent<TypographyProps & Re
|
|
|
92
82
|
* Select trigger variant styles.
|
|
93
83
|
*/
|
|
94
84
|
declare const selectTriggerVariants: (props?: ({
|
|
95
|
-
width?: "default" | "
|
|
85
|
+
width?: "default" | "fill" | "compact" | null | undefined;
|
|
96
86
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
97
87
|
/**
|
|
98
88
|
* Select content variant styles.
|
|
@@ -127,7 +117,14 @@ declare const SelectLabel: React$1.ForwardRefExoticComponent<Omit<SelectPrimitiv
|
|
|
127
117
|
declare const SelectItem: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
128
118
|
declare const SelectSeparator: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
129
119
|
|
|
130
|
-
|
|
120
|
+
/**
|
|
121
|
+
* @fileoverview Label component for Altitude UI.
|
|
122
|
+
*/
|
|
123
|
+
|
|
124
|
+
interface LabelProps extends React$1.LabelHTMLAttributes<HTMLLabelElement> {
|
|
125
|
+
className?: string;
|
|
126
|
+
}
|
|
127
|
+
declare const Label: React$1.ForwardRefExoticComponent<LabelProps & React$1.RefAttributes<HTMLLabelElement>>;
|
|
131
128
|
|
|
132
129
|
declare function FieldSet({ className, ...props }: React.ComponentProps<"fieldset">): react_jsx_runtime.JSX.Element;
|
|
133
130
|
declare function FieldLegend({ className, variant, ...props }: React.ComponentProps<"legend"> & {
|
|
@@ -393,13 +390,16 @@ declare const Textarea: React$1.ForwardRefExoticComponent<TextareaProps & React$
|
|
|
393
390
|
* Badge variant styles.
|
|
394
391
|
*/
|
|
395
392
|
declare const badgeVariants: (props?: ({
|
|
396
|
-
variant?: "
|
|
393
|
+
variant?: "primary" | "destructive" | "ghost" | "secondary" | "outline" | null | undefined;
|
|
394
|
+
rounded?: boolean | null | undefined;
|
|
397
395
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
398
396
|
interface BadgeProps extends React$1.HTMLAttributes<HTMLSpanElement>, VariantProps<typeof badgeVariants> {
|
|
399
397
|
}
|
|
400
398
|
/**
|
|
401
399
|
* Badge component for status and informational labels.
|
|
402
400
|
* @param {string} [props.variant] - Badge color variant
|
|
401
|
+
* @param {boolean} [props.rounded] - Pill shape when true; 6px radius when false.
|
|
402
|
+
* With a single character, uses a fixed square (`size-5`): circle if rounded, else `rounded-md`.
|
|
403
403
|
*/
|
|
404
404
|
declare const Badge: React$1.ForwardRefExoticComponent<BadgeProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
405
405
|
|
|
@@ -987,7 +987,7 @@ declare function ChartLegend({ items, x, y, className, }: ChartLegendProps): rea
|
|
|
987
987
|
* Label props from Recharts.
|
|
988
988
|
* @internal
|
|
989
989
|
*/
|
|
990
|
-
interface
|
|
990
|
+
interface ChartAxisLabelProps {
|
|
991
991
|
viewBox?: {
|
|
992
992
|
x: number;
|
|
993
993
|
y: number;
|
|
@@ -1014,7 +1014,7 @@ interface TickProps {
|
|
|
1014
1014
|
* @returns React component for X-axis label
|
|
1015
1015
|
*/
|
|
1016
1016
|
declare const createCustomXAxisLabel: (text: string, yOffset?: number) => {
|
|
1017
|
-
({ viewBox }:
|
|
1017
|
+
({ viewBox }: ChartAxisLabelProps): react_jsx_runtime.JSX.Element | null;
|
|
1018
1018
|
displayName: string;
|
|
1019
1019
|
};
|
|
1020
1020
|
/**
|
|
@@ -1025,7 +1025,7 @@ declare const createCustomXAxisLabel: (text: string, yOffset?: number) => {
|
|
|
1025
1025
|
* @returns React component for Y-axis label
|
|
1026
1026
|
*/
|
|
1027
1027
|
declare const createCustomYAxisLabel: (text: string, leftMargin?: number) => {
|
|
1028
|
-
({ viewBox }:
|
|
1028
|
+
({ viewBox }: ChartAxisLabelProps): react_jsx_runtime.JSX.Element | null;
|
|
1029
1029
|
displayName: string;
|
|
1030
1030
|
};
|
|
1031
1031
|
/**
|
|
@@ -1035,7 +1035,7 @@ declare const createCustomYAxisLabel: (text: string, leftMargin?: number) => {
|
|
|
1035
1035
|
* @returns React component for right Y-axis label
|
|
1036
1036
|
*/
|
|
1037
1037
|
declare const createCustomYAxisRightLabel: (text: string) => {
|
|
1038
|
-
({ viewBox }:
|
|
1038
|
+
({ viewBox }: ChartAxisLabelProps): react_jsx_runtime.JSX.Element | null;
|
|
1039
1039
|
displayName: string;
|
|
1040
1040
|
};
|
|
1041
1041
|
/**
|
|
@@ -1281,4 +1281,4 @@ interface TableProps<T> {
|
|
|
1281
1281
|
*/
|
|
1282
1282
|
declare function Table<T>({ table, className, showPagination, paginationClassName, }: TableProps<T>): react_jsx_runtime.JSX.Element;
|
|
1283
1283
|
|
|
1284
|
-
export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, Badge, type BadgeProps, BarChart, type BarChartData, type BarChartProps, BellIcon, BookmarkIcon, type BoundingBox, type BoundingBoxStyle, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, CHART_COLORS, CHART_CONSTANTS, COLOR_SCHEMES, CalendarIcon, Card, CardAction, type CardActionProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, CaretDownIcon, CaretLeftIcon, CaretRightIcon, CaretUpIcon, type ChartColorScheme, ChartLegend, type ChartLegendProps, ChatIcon, CheckIcon, Checkbox, type CheckboxProps, CheckmarkIcon, CheckmarkSquareIcon, CloseIcon, CogIcon, CredentialsIcon, DatePicker, type DatePickerProps, DocumentIcon, DollarIcon, DownloadIcon, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, type DropdownMenuTriggerProps, EditIcon, EnvelopeIcon, ExclamationIcon, EyeClosedIcon, EyeOpenIcon, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FilterDescendingIcon, FilterIcon, GenericTooltip, type GenericTooltipProps, GraphBarIcon, GraphDonutIcon, GraphLineIcon, GraphPieIcon, HamburgerMenuIcon, HomeIcon, type IconProps, type IconVariant, type IconWeight, InformationIcon, Input, type InputProps, Label, type LabelProps, type LegendItem, LineChart, type LineChartData, type LineChartProps, type LineSeries, LocationIcon, LockIcon, LogoutIcon, MagnifyingGlassIcon, MinusIcon, MoreMenuIcon, PanelIcon, type PdfFile, PdfViewer, type PdfViewerProps, PhoneIcon, PieChart, type PieChartData, type PieChartProps, type PieLabelProps, PlusIcon, PrintIcon, QuestionCircleIcon, type ScrollTarget, Select, SelectContent, type SelectContentProps, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, SelectValue, Separator, type SeparatorProps, ShareIcon, Sidebar, SidebarContent, type SidebarContentProps, SidebarFooter, type SidebarFooterProps, SidebarGroup, SidebarGroupContent, type SidebarGroupContentProps, type SidebarGroupProps, SidebarHeader, type SidebarHeaderProps, SidebarInset, type SidebarInsetProps, SidebarMenu, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, type SidebarMenuItemProps, type SidebarMenuProps, type SidebarProps, SidebarProvider, type SidebarProviderProps, StarIcon, StatementIcon, Switch, type SwitchProps, Table, TableIcon, type TableProps, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, Text, type TextProps, Textarea, type TextareaProps, type TickProps, Tooltip, TooltipContainer, type TooltipContainerProps, TooltipContent, type TooltipContentProps, TooltipItem, type TooltipItemProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, TooltipTrigger, type TooltipTriggerProps, TrashIcon, Typography, type TypographyProps, Upload, type UploadProps, UserIcon, UserMultiIcon, WarningIcon, WrenchIcon, badgeVariants, buttonVariants, calculateYAxisWidth, checkboxVariants, createCustomXAxisLabel, createCustomYAxisLabel, createCustomYAxisRightLabel, createLegendItems, customXAxisTick, customXAxisTickRotated, customYAxisTick, formatLargeNumber, formatPercentage, getHeatmapColor, getPerformanceColor, getSeriesColor, initializePdfWorker, selectTriggerVariants, switchVariants, tabsVariants, textVariants, typographyVariants, uploadVariants, useSidebar };
|
|
1284
|
+
export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, Badge, type BadgeProps, BarChart, type BarChartData, type BarChartProps, BellIcon, BookmarkIcon, type BoundingBox, type BoundingBoxStyle, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, CHART_COLORS, CHART_CONSTANTS, COLOR_SCHEMES, CalendarIcon, Card, CardAction, type CardActionProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, CaretDownIcon, CaretLeftIcon, CaretRightIcon, CaretUpIcon, type ChartAxisLabelProps, type ChartColorScheme, ChartLegend, type ChartLegendProps, ChatIcon, CheckIcon, Checkbox, type CheckboxProps, CheckmarkIcon, CheckmarkSquareIcon, CloseIcon, CogIcon, CredentialsIcon, DatePicker, type DatePickerProps, DocumentIcon, DollarIcon, DownloadIcon, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, type DropdownMenuTriggerProps, EditIcon, EnvelopeIcon, ExclamationIcon, EyeClosedIcon, EyeOpenIcon, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FilterDescendingIcon, FilterIcon, GenericTooltip, type GenericTooltipProps, GraphBarIcon, GraphDonutIcon, GraphLineIcon, GraphPieIcon, HamburgerMenuIcon, HomeIcon, type IconProps, type IconVariant, type IconWeight, InformationIcon, Input, type InputProps, Label, type LabelProps, type LegendItem, LineChart, type LineChartData, type LineChartProps, type LineSeries, LocationIcon, LockIcon, LogoutIcon, MagnifyingGlassIcon, MinusIcon, MoreMenuIcon, PanelIcon, type PdfFile, PdfViewer, type PdfViewerProps, PhoneIcon, PieChart, type PieChartData, type PieChartProps, type PieLabelProps, PlusIcon, PrintIcon, QuestionCircleIcon, type ScrollTarget, Select, SelectContent, type SelectContentProps, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, SelectValue, Separator, type SeparatorProps, ShareIcon, Sidebar, SidebarContent, type SidebarContentProps, SidebarFooter, type SidebarFooterProps, SidebarGroup, SidebarGroupContent, type SidebarGroupContentProps, type SidebarGroupProps, SidebarHeader, type SidebarHeaderProps, SidebarInset, type SidebarInsetProps, SidebarMenu, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, type SidebarMenuItemProps, type SidebarMenuProps, type SidebarProps, SidebarProvider, type SidebarProviderProps, StarIcon, StatementIcon, Switch, type SwitchProps, Table, TableIcon, type TableProps, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, Text, type TextProps, Textarea, type TextareaProps, type TickProps, Tooltip, TooltipContainer, type TooltipContainerProps, TooltipContent, type TooltipContentProps, TooltipItem, type TooltipItemProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, TooltipTrigger, type TooltipTriggerProps, TrashIcon, Typography, type TypographyProps, Upload, type UploadProps, UserIcon, UserMultiIcon, WarningIcon, WrenchIcon, badgeVariants, buttonVariants, calculateYAxisWidth, checkboxVariants, createCustomXAxisLabel, createCustomYAxisLabel, createCustomYAxisRightLabel, createLegendItems, customXAxisTick, customXAxisTickRotated, customYAxisTick, formatLargeNumber, formatPercentage, getHeatmapColor, getPerformanceColor, getSeriesColor, initializePdfWorker, selectTriggerVariants, switchVariants, tabsVariants, textVariants, typographyVariants, uploadVariants, useSidebar };
|
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ import { Button as Button$1 } from '@base-ui/react/button';
|
|
|
5
5
|
import { VariantProps } from 'class-variance-authority';
|
|
6
6
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
7
7
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
8
|
-
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
9
8
|
import * as _base_ui_react_separator from '@base-ui/react/separator';
|
|
10
9
|
import { Separator as Separator$1 } from '@base-ui/react/separator';
|
|
11
10
|
import { useRender } from '@base-ui/react/use-render';
|
|
@@ -16,20 +15,11 @@ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
|
16
15
|
import { Table as Table$1 } from '@tanstack/react-table';
|
|
17
16
|
|
|
18
17
|
declare const buttonVariants: (props?: ({
|
|
19
|
-
variant?: "default" | "
|
|
20
|
-
size?: "default" | "
|
|
18
|
+
variant?: "default" | "primary" | "destructive" | "ghost" | "link" | null | undefined;
|
|
19
|
+
size?: "default" | "lg" | "sm" | "mini" | null | undefined;
|
|
21
20
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
22
21
|
interface ButtonProps extends Button$1.Props, VariantProps<typeof buttonVariants> {
|
|
23
|
-
icon?: React$1.ReactNode;
|
|
24
|
-
iconPosition?: "left" | "right";
|
|
25
22
|
}
|
|
26
|
-
/**
|
|
27
|
-
* Button component with multiple variants and sizes.
|
|
28
|
-
* @param {React.ReactNode} [props.icon] - Icon element to display
|
|
29
|
-
* @param {"left" | "right"} [props.iconPosition] - Position of icon relative to text
|
|
30
|
-
* @param {string} [props.variant] - Visual style variant
|
|
31
|
-
* @param {string} [props.size] - Button size
|
|
32
|
-
*/
|
|
33
23
|
declare const Button: React$1.ForwardRefExoticComponent<Omit<ButtonProps, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
|
|
34
24
|
|
|
35
25
|
/**
|
|
@@ -92,7 +82,7 @@ declare const Typography: React$1.ForwardRefExoticComponent<TypographyProps & Re
|
|
|
92
82
|
* Select trigger variant styles.
|
|
93
83
|
*/
|
|
94
84
|
declare const selectTriggerVariants: (props?: ({
|
|
95
|
-
width?: "default" | "
|
|
85
|
+
width?: "default" | "fill" | "compact" | null | undefined;
|
|
96
86
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
97
87
|
/**
|
|
98
88
|
* Select content variant styles.
|
|
@@ -127,7 +117,14 @@ declare const SelectLabel: React$1.ForwardRefExoticComponent<Omit<SelectPrimitiv
|
|
|
127
117
|
declare const SelectItem: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
128
118
|
declare const SelectSeparator: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
|
|
129
119
|
|
|
130
|
-
|
|
120
|
+
/**
|
|
121
|
+
* @fileoverview Label component for Altitude UI.
|
|
122
|
+
*/
|
|
123
|
+
|
|
124
|
+
interface LabelProps extends React$1.LabelHTMLAttributes<HTMLLabelElement> {
|
|
125
|
+
className?: string;
|
|
126
|
+
}
|
|
127
|
+
declare const Label: React$1.ForwardRefExoticComponent<LabelProps & React$1.RefAttributes<HTMLLabelElement>>;
|
|
131
128
|
|
|
132
129
|
declare function FieldSet({ className, ...props }: React.ComponentProps<"fieldset">): react_jsx_runtime.JSX.Element;
|
|
133
130
|
declare function FieldLegend({ className, variant, ...props }: React.ComponentProps<"legend"> & {
|
|
@@ -393,13 +390,16 @@ declare const Textarea: React$1.ForwardRefExoticComponent<TextareaProps & React$
|
|
|
393
390
|
* Badge variant styles.
|
|
394
391
|
*/
|
|
395
392
|
declare const badgeVariants: (props?: ({
|
|
396
|
-
variant?: "
|
|
393
|
+
variant?: "primary" | "destructive" | "ghost" | "secondary" | "outline" | null | undefined;
|
|
394
|
+
rounded?: boolean | null | undefined;
|
|
397
395
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
398
396
|
interface BadgeProps extends React$1.HTMLAttributes<HTMLSpanElement>, VariantProps<typeof badgeVariants> {
|
|
399
397
|
}
|
|
400
398
|
/**
|
|
401
399
|
* Badge component for status and informational labels.
|
|
402
400
|
* @param {string} [props.variant] - Badge color variant
|
|
401
|
+
* @param {boolean} [props.rounded] - Pill shape when true; 6px radius when false.
|
|
402
|
+
* With a single character, uses a fixed square (`size-5`): circle if rounded, else `rounded-md`.
|
|
403
403
|
*/
|
|
404
404
|
declare const Badge: React$1.ForwardRefExoticComponent<BadgeProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
405
405
|
|
|
@@ -987,7 +987,7 @@ declare function ChartLegend({ items, x, y, className, }: ChartLegendProps): rea
|
|
|
987
987
|
* Label props from Recharts.
|
|
988
988
|
* @internal
|
|
989
989
|
*/
|
|
990
|
-
interface
|
|
990
|
+
interface ChartAxisLabelProps {
|
|
991
991
|
viewBox?: {
|
|
992
992
|
x: number;
|
|
993
993
|
y: number;
|
|
@@ -1014,7 +1014,7 @@ interface TickProps {
|
|
|
1014
1014
|
* @returns React component for X-axis label
|
|
1015
1015
|
*/
|
|
1016
1016
|
declare const createCustomXAxisLabel: (text: string, yOffset?: number) => {
|
|
1017
|
-
({ viewBox }:
|
|
1017
|
+
({ viewBox }: ChartAxisLabelProps): react_jsx_runtime.JSX.Element | null;
|
|
1018
1018
|
displayName: string;
|
|
1019
1019
|
};
|
|
1020
1020
|
/**
|
|
@@ -1025,7 +1025,7 @@ declare const createCustomXAxisLabel: (text: string, yOffset?: number) => {
|
|
|
1025
1025
|
* @returns React component for Y-axis label
|
|
1026
1026
|
*/
|
|
1027
1027
|
declare const createCustomYAxisLabel: (text: string, leftMargin?: number) => {
|
|
1028
|
-
({ viewBox }:
|
|
1028
|
+
({ viewBox }: ChartAxisLabelProps): react_jsx_runtime.JSX.Element | null;
|
|
1029
1029
|
displayName: string;
|
|
1030
1030
|
};
|
|
1031
1031
|
/**
|
|
@@ -1035,7 +1035,7 @@ declare const createCustomYAxisLabel: (text: string, leftMargin?: number) => {
|
|
|
1035
1035
|
* @returns React component for right Y-axis label
|
|
1036
1036
|
*/
|
|
1037
1037
|
declare const createCustomYAxisRightLabel: (text: string) => {
|
|
1038
|
-
({ viewBox }:
|
|
1038
|
+
({ viewBox }: ChartAxisLabelProps): react_jsx_runtime.JSX.Element | null;
|
|
1039
1039
|
displayName: string;
|
|
1040
1040
|
};
|
|
1041
1041
|
/**
|
|
@@ -1281,4 +1281,4 @@ interface TableProps<T> {
|
|
|
1281
1281
|
*/
|
|
1282
1282
|
declare function Table<T>({ table, className, showPagination, paginationClassName, }: TableProps<T>): react_jsx_runtime.JSX.Element;
|
|
1283
1283
|
|
|
1284
|
-
export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, Badge, type BadgeProps, BarChart, type BarChartData, type BarChartProps, BellIcon, BookmarkIcon, type BoundingBox, type BoundingBoxStyle, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, CHART_COLORS, CHART_CONSTANTS, COLOR_SCHEMES, CalendarIcon, Card, CardAction, type CardActionProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, CaretDownIcon, CaretLeftIcon, CaretRightIcon, CaretUpIcon, type ChartColorScheme, ChartLegend, type ChartLegendProps, ChatIcon, CheckIcon, Checkbox, type CheckboxProps, CheckmarkIcon, CheckmarkSquareIcon, CloseIcon, CogIcon, CredentialsIcon, DatePicker, type DatePickerProps, DocumentIcon, DollarIcon, DownloadIcon, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, type DropdownMenuTriggerProps, EditIcon, EnvelopeIcon, ExclamationIcon, EyeClosedIcon, EyeOpenIcon, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FilterDescendingIcon, FilterIcon, GenericTooltip, type GenericTooltipProps, GraphBarIcon, GraphDonutIcon, GraphLineIcon, GraphPieIcon, HamburgerMenuIcon, HomeIcon, type IconProps, type IconVariant, type IconWeight, InformationIcon, Input, type InputProps, Label, type LabelProps, type LegendItem, LineChart, type LineChartData, type LineChartProps, type LineSeries, LocationIcon, LockIcon, LogoutIcon, MagnifyingGlassIcon, MinusIcon, MoreMenuIcon, PanelIcon, type PdfFile, PdfViewer, type PdfViewerProps, PhoneIcon, PieChart, type PieChartData, type PieChartProps, type PieLabelProps, PlusIcon, PrintIcon, QuestionCircleIcon, type ScrollTarget, Select, SelectContent, type SelectContentProps, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, SelectValue, Separator, type SeparatorProps, ShareIcon, Sidebar, SidebarContent, type SidebarContentProps, SidebarFooter, type SidebarFooterProps, SidebarGroup, SidebarGroupContent, type SidebarGroupContentProps, type SidebarGroupProps, SidebarHeader, type SidebarHeaderProps, SidebarInset, type SidebarInsetProps, SidebarMenu, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, type SidebarMenuItemProps, type SidebarMenuProps, type SidebarProps, SidebarProvider, type SidebarProviderProps, StarIcon, StatementIcon, Switch, type SwitchProps, Table, TableIcon, type TableProps, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, Text, type TextProps, Textarea, type TextareaProps, type TickProps, Tooltip, TooltipContainer, type TooltipContainerProps, TooltipContent, type TooltipContentProps, TooltipItem, type TooltipItemProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, TooltipTrigger, type TooltipTriggerProps, TrashIcon, Typography, type TypographyProps, Upload, type UploadProps, UserIcon, UserMultiIcon, WarningIcon, WrenchIcon, badgeVariants, buttonVariants, calculateYAxisWidth, checkboxVariants, createCustomXAxisLabel, createCustomYAxisLabel, createCustomYAxisRightLabel, createLegendItems, customXAxisTick, customXAxisTickRotated, customYAxisTick, formatLargeNumber, formatPercentage, getHeatmapColor, getPerformanceColor, getSeriesColor, initializePdfWorker, selectTriggerVariants, switchVariants, tabsVariants, textVariants, typographyVariants, uploadVariants, useSidebar };
|
|
1284
|
+
export { ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, Badge, type BadgeProps, BarChart, type BarChartData, type BarChartProps, BellIcon, BookmarkIcon, type BoundingBox, type BoundingBoxStyle, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, CHART_COLORS, CHART_CONSTANTS, COLOR_SCHEMES, CalendarIcon, Card, CardAction, type CardActionProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, CaretDownIcon, CaretLeftIcon, CaretRightIcon, CaretUpIcon, type ChartAxisLabelProps, type ChartColorScheme, ChartLegend, type ChartLegendProps, ChatIcon, CheckIcon, Checkbox, type CheckboxProps, CheckmarkIcon, CheckmarkSquareIcon, CloseIcon, CogIcon, CredentialsIcon, DatePicker, type DatePickerProps, DocumentIcon, DollarIcon, DownloadIcon, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, type DropdownMenuTriggerProps, EditIcon, EnvelopeIcon, ExclamationIcon, EyeClosedIcon, EyeOpenIcon, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FilterDescendingIcon, FilterIcon, GenericTooltip, type GenericTooltipProps, GraphBarIcon, GraphDonutIcon, GraphLineIcon, GraphPieIcon, HamburgerMenuIcon, HomeIcon, type IconProps, type IconVariant, type IconWeight, InformationIcon, Input, type InputProps, Label, type LabelProps, type LegendItem, LineChart, type LineChartData, type LineChartProps, type LineSeries, LocationIcon, LockIcon, LogoutIcon, MagnifyingGlassIcon, MinusIcon, MoreMenuIcon, PanelIcon, type PdfFile, PdfViewer, type PdfViewerProps, PhoneIcon, PieChart, type PieChartData, type PieChartProps, type PieLabelProps, PlusIcon, PrintIcon, QuestionCircleIcon, type ScrollTarget, Select, SelectContent, type SelectContentProps, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, type SelectTriggerProps, SelectValue, Separator, type SeparatorProps, ShareIcon, Sidebar, SidebarContent, type SidebarContentProps, SidebarFooter, type SidebarFooterProps, SidebarGroup, SidebarGroupContent, type SidebarGroupContentProps, type SidebarGroupProps, SidebarHeader, type SidebarHeaderProps, SidebarInset, type SidebarInsetProps, SidebarMenu, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, type SidebarMenuItemProps, type SidebarMenuProps, type SidebarProps, SidebarProvider, type SidebarProviderProps, StarIcon, StatementIcon, Switch, type SwitchProps, Table, TableIcon, type TableProps, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, Text, type TextProps, Textarea, type TextareaProps, type TickProps, Tooltip, TooltipContainer, type TooltipContainerProps, TooltipContent, type TooltipContentProps, TooltipItem, type TooltipItemProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, TooltipTrigger, type TooltipTriggerProps, TrashIcon, Typography, type TypographyProps, Upload, type UploadProps, UserIcon, UserMultiIcon, WarningIcon, WrenchIcon, badgeVariants, buttonVariants, calculateYAxisWidth, checkboxVariants, createCustomXAxisLabel, createCustomYAxisLabel, createCustomYAxisRightLabel, createLegendItems, customXAxisTick, customXAxisTickRotated, customYAxisTick, formatLargeNumber, formatPercentage, getHeatmapColor, getPerformanceColor, getSeriesColor, initializePdfWorker, selectTriggerVariants, switchVariants, tabsVariants, textVariants, typographyVariants, uploadVariants, useSidebar };
|