@facter/ds-core 1.8.3 → 1.9.0
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 +43 -1
- package/dist/index.d.ts +43 -1
- package/dist/index.js +166 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +162 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2530,6 +2530,48 @@ declare function WizardStepIndicator({ step, index, state, showNumber, showDescr
|
|
|
2530
2530
|
*/
|
|
2531
2531
|
declare function WizardStepConnector({ isCompleted, variant, className, }: WizardStepConnectorProps): react_jsx_runtime.JSX.Element;
|
|
2532
2532
|
|
|
2533
|
+
interface FloatingBarProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
2534
|
+
/** Controls visibility with animation */
|
|
2535
|
+
visible?: boolean;
|
|
2536
|
+
/** Position on screen */
|
|
2537
|
+
position?: 'bottom-center' | 'bottom-left' | 'bottom-right';
|
|
2538
|
+
}
|
|
2539
|
+
declare const actionVariants: (props?: ({
|
|
2540
|
+
variant?: "default" | "destructive" | "ghost" | "success" | null | undefined;
|
|
2541
|
+
size?: "default" | "sm" | null | undefined;
|
|
2542
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2543
|
+
interface FloatingBarActionProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof actionVariants> {
|
|
2544
|
+
icon?: React$1.ElementType;
|
|
2545
|
+
}
|
|
2546
|
+
declare const FloatingBarAction: React$1.ForwardRefExoticComponent<FloatingBarActionProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2547
|
+
declare const iconActionVariants: (props?: ({
|
|
2548
|
+
variant?: "default" | "success" | "warning" | "danger" | null | undefined;
|
|
2549
|
+
size?: "default" | "sm" | null | undefined;
|
|
2550
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2551
|
+
interface FloatingBarIconActionProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof iconActionVariants> {
|
|
2552
|
+
icon: React$1.ElementType;
|
|
2553
|
+
/** Tooltip label (aria-label) */
|
|
2554
|
+
label: string;
|
|
2555
|
+
}
|
|
2556
|
+
declare const FloatingBarIconAction: React$1.ForwardRefExoticComponent<FloatingBarIconActionProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2557
|
+
interface FloatingBarDividerProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
2558
|
+
}
|
|
2559
|
+
declare const FloatingBarDivider: React$1.ForwardRefExoticComponent<FloatingBarDividerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2560
|
+
interface FloatingBarCounterProps extends React$1.HTMLAttributes<HTMLSpanElement> {
|
|
2561
|
+
count: number;
|
|
2562
|
+
/** Singular label */
|
|
2563
|
+
label?: string;
|
|
2564
|
+
/** Plural label */
|
|
2565
|
+
pluralLabel?: string;
|
|
2566
|
+
}
|
|
2567
|
+
declare const FloatingBarCounter: React$1.ForwardRefExoticComponent<FloatingBarCounterProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
2568
|
+
declare const FloatingBarCompound: React$1.ForwardRefExoticComponent<FloatingBarProps & React$1.RefAttributes<HTMLDivElement>> & {
|
|
2569
|
+
Action: React$1.ForwardRefExoticComponent<FloatingBarActionProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2570
|
+
IconAction: React$1.ForwardRefExoticComponent<FloatingBarIconActionProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2571
|
+
Divider: React$1.ForwardRefExoticComponent<FloatingBarDividerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2572
|
+
Counter: React$1.ForwardRefExoticComponent<FloatingBarCounterProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
2573
|
+
};
|
|
2574
|
+
|
|
2533
2575
|
interface LogoProps {
|
|
2534
2576
|
/** Width of the logo (number for px, string for custom units) */
|
|
2535
2577
|
width?: number | string;
|
|
@@ -2637,4 +2679,4 @@ declare const useTheme: () => ThemeProviderState;
|
|
|
2637
2679
|
*/
|
|
2638
2680
|
declare function cn(...inputs: ClassValue[]): string;
|
|
2639
2681
|
|
|
2640
|
-
export { AuthLayout, type AuthLayoutBodyProps, type AuthLayoutContentProps, type AuthLayoutDividerProps, type AuthLayoutFooterProps, type AuthLayoutHeaderProps, type AuthLayoutImageProps, type AuthLayoutLinkProps, type AuthLayoutProps, Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, type AvatarProps, Badge, type BadgeProps, type BadgeVariant, type BaseFieldProps, BigNumberCard, type BigNumberCardContentProps, type BigNumberCardHeaderProps, type BigNumberCardLinkProps, type BigNumberCardRootProps, type BigNumberCardSize, type BigNumberCardSparklineProps, type BigNumberCardTitleProps, type BigNumberCardTrendProps, type BigNumberCardValueProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, Card, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, type ChartDataPoint, Checkbox, type CheckboxProps, type Company, DENSITY_CONFIG, DashboardLayout, type DashboardLayoutBreadcrumbsProps, type DashboardLayoutContentProps, type DashboardLayoutContextValue, type DashboardLayoutHeaderActionsProps, type DashboardLayoutHeaderProps, type DashboardLayoutHeaderTitleProps, type DashboardLayoutHeaderUserProps, type DashboardLayoutMobileNavItemProps, type DashboardLayoutMobileNavProps, type DashboardLayoutProps, type DashboardLayoutSidebarFooterProps, type DashboardLayoutSidebarHeaderProps, type DashboardLayoutSidebarNavGroupProps, type DashboardLayoutSidebarNavItemProps, type DashboardLayoutSidebarNavProps, type DashboardLayoutSidebarProps, type DashboardLayoutSidebarSectionProps, DataTable, type DataTableBulkActionsProps, type DataTableColumnHeaderProps, type DataTableColumnVisibilityProps, type DataTableContentProps, type DataTableContextValue, type DataTableDensity, type DataTableDensityToggleProps, type DataTableEmptyStateProps, type DataTableExportFormat, type DataTableExportProps, type DataTableFilterOption, type DataTableFilterProps, type DataTableFiltersProps, type DataTableLoadingProps, type DataTableMeta, type DataTablePaginationMode, type DataTablePaginationProps, type DataTableProps, type DataTableRowActionsProps, type DataTableSearchProps, type DataTableState, type DataTableTab, type DataTableTabsProps, type DataTableToolbarProps, Dialog, DialogBody, DialogClose, DialogContent, type DialogContentProps, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DialogWrapper, type DialogWrapperProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, type EmptyStateProps, Form, FormCheckbox, type FormCheckboxProps, type FormContextValue, FormDescription, type FormDescriptionProps, FormError, type FormErrorProps, type FormFieldContextValue, FormFieldProvider, FormFieldWrapper, type FormFieldWrapperProps, FormInput, type FormInputProps, FormLabel, type FormLabelProps, FormRadioGroup, type FormRadioGroupProps, type FormRootProps, FormSelect, type FormSelectProps, FormSwitch, type FormSwitchProps, FormTextarea, type FormTextareaProps, GlobalLoaderController, Input, type InputProps, ItemCard, ItemCardActionButton, type ItemCardActionButtonProps, ItemCardActions, type ItemCardActionsProps, ItemCardActionsRow, type ItemCardActionsRowProps, ItemCardBadge, type ItemCardBadgeProps, ItemCardContent, ItemCardContentItem, type ItemCardContentItemProps, type ItemCardContentProps, ItemCardEmpty, type ItemCardEmptyProps, ItemCardFooter, ItemCardFooterDivider, type ItemCardFooterDividerProps, ItemCardFooterItem, type ItemCardFooterItemProps, type ItemCardFooterProps, ItemCardHeader, type ItemCardHeaderProps, ItemCardIcon, type ItemCardIconProps, ItemCardRoot, type ItemCardRootProps, ItemCardSubtitle, type ItemCardSubtitleProps, ItemCardTitle, ItemCardTitleGroup, type ItemCardTitleGroupProps, type ItemCardTitleProps, Kanban, type KanbanBoardProps, type KanbanCardProps, type KanbanColumnConfig, type KanbanColumnProps, type KanbanContextValue, type KanbanDragResult, type KanbanEmptyProps, type KanbanItem, Loader, type LoaderProps, LoaderProvider, Logo, type LogoProps, type MaskType, MobileNav, type MobileNavFabAction, MobileNavItem, type MobileNavItemConfig, type MobileNavItemProps, type MobileNavProps, Navbar, NavbarCompanyProfile, type NavbarCompanyProfileProps, NavbarNotification, type NavbarNotificationProps, type NavbarProps, NavbarUserMenu, type NavbarUserMenuProps, type NotificationItem, PageHeader, type PageHeaderProps, type PaginatedResponse, type PaginationMeta, type PaginationParams, Popover, PopoverContent, PopoverTrigger, type RadioOption, type RadioOptionColor, RippleBackground, type RippleBackgroundProps, RippleEffect, type RippleEffectProps, RippleWrapper, type RippleWrapperProps, ScrollArea, ScrollBar, SectionHeader, SectionHeaderActions, type SectionHeaderActionsProps, SectionHeaderBadge, type SectionHeaderBadgeProps, SectionHeaderContent, type SectionHeaderContentProps, SectionHeaderIcon, type SectionHeaderIconProps, SectionHeaderRoot, type SectionHeaderRootProps, SectionHeaderSubtitle, type SectionHeaderSubtitleProps, SectionHeaderTitle, type SectionHeaderTitleProps, Select, SelectGroup, SelectItem, type SelectItemProps, SelectLabel, type SelectOption, type SelectProps, SelectSeparator, SelectionLayout, type SelectionLayoutCardProps, type SelectionLayoutEmptyProps, type SelectionLayoutHeaderProps, type SelectionLayoutHeadlineProps, type SelectionLayoutListProps, type SelectionLayoutLogoProps, type SelectionLayoutMainProps, type SelectionLayoutProps, type SelectionLayoutSearchProps, type SelectionLayoutSidebarProps, type SelectionLayoutStatsProps, type SelectionLayoutTabProps, type SelectionLayoutTabsProps, Separator, Sidebar, type SidebarContextValue, type SidebarFooterMenuItem, type SidebarFooterProps, type SidebarFooterUser, type SidebarHeaderProps, type SidebarNavGroupProps, type SidebarNavItemProps, type SidebarNavProps, type SidebarProps, type SidebarSectionProps, SimpleTooltip, type SimpleTooltipProps, Skeleton, type SkeletonProps, Sparkline, type SparklineColor, StatsCard, type StatsCardChangeProps, type StatsCardChartProps, type ColorScheme as StatsCardColorScheme, type StatsCardContentProps, type StatsCardHeaderProps, type StatsCardIconProps, type StatsCardRootProps, type StatsCardSubtitleProps, type StatsCardTitleProps, type StatsCardTodayProps, type StatsCardValueProps, type Variant as StatsCardVariant, type StepState, Switch, type SwitchProps, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, type TextareaProps, ThemeProvider, ThemeToggle, type ThemeToggleProps, Toaster, type ToasterProps, Tooltip, TooltipAction, type TooltipActionProps, TooltipActions, type TooltipActionsProps, TooltipArrow, TooltipContent, type TooltipContentProps, TooltipDescription, type TooltipDescriptionProps, TooltipHeader, type TooltipHeaderProps, TooltipIcon, type TooltipIconProps, TooltipPortal, TooltipProvider, TooltipRoot, TooltipTitle, type TooltipTitleProps, TooltipTrigger, type UseDataTableConfig, type UserMenuItemConfig, type ValidationSchema, Wizard, WizardContent, type WizardContentProps, type WizardContextValue, WizardNavigation, type WizardNavigationProps, WizardPanel, type WizardPanelProps, WizardProgress, type WizardProgressProps, type WizardProps, WizardProvider, type WizardStepConfig, WizardStepConnector, type WizardStepConnectorProps, WizardStepIndicator, type WizardStepIndicatorProps, WizardSteps, type WizardStepsProps, cn, itemCardBadgeVariants, itemCardIconVariants, itemCardVariants, loader, toast, useDashboardLayout, useDataTable, useDataTableColumnVisibility, useDataTableDensity, useDataTableEmpty, useDataTableInstance, useDataTableLoading, useDataTableMeta, useDataTablePagination, useDataTableSelection, useDataTableSorting, useDataTableState, useDebounce, useDebouncedCallback, useFormFieldContext, useItemCard, useKanban, useKanbanOptional, useLoader, useMediaQuery, useSidebar, useSidebarOptional, useTheme, useWizardContext, useWizardContextOptional };
|
|
2682
|
+
export { AuthLayout, type AuthLayoutBodyProps, type AuthLayoutContentProps, type AuthLayoutDividerProps, type AuthLayoutFooterProps, type AuthLayoutHeaderProps, type AuthLayoutImageProps, type AuthLayoutLinkProps, type AuthLayoutProps, Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, type AvatarProps, Badge, type BadgeProps, type BadgeVariant, type BaseFieldProps, BigNumberCard, type BigNumberCardContentProps, type BigNumberCardHeaderProps, type BigNumberCardLinkProps, type BigNumberCardRootProps, type BigNumberCardSize, type BigNumberCardSparklineProps, type BigNumberCardTitleProps, type BigNumberCardTrendProps, type BigNumberCardValueProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, Card, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, type ChartDataPoint, Checkbox, type CheckboxProps, type Company, DENSITY_CONFIG, DashboardLayout, type DashboardLayoutBreadcrumbsProps, type DashboardLayoutContentProps, type DashboardLayoutContextValue, type DashboardLayoutHeaderActionsProps, type DashboardLayoutHeaderProps, type DashboardLayoutHeaderTitleProps, type DashboardLayoutHeaderUserProps, type DashboardLayoutMobileNavItemProps, type DashboardLayoutMobileNavProps, type DashboardLayoutProps, type DashboardLayoutSidebarFooterProps, type DashboardLayoutSidebarHeaderProps, type DashboardLayoutSidebarNavGroupProps, type DashboardLayoutSidebarNavItemProps, type DashboardLayoutSidebarNavProps, type DashboardLayoutSidebarProps, type DashboardLayoutSidebarSectionProps, DataTable, type DataTableBulkActionsProps, type DataTableColumnHeaderProps, type DataTableColumnVisibilityProps, type DataTableContentProps, type DataTableContextValue, type DataTableDensity, type DataTableDensityToggleProps, type DataTableEmptyStateProps, type DataTableExportFormat, type DataTableExportProps, type DataTableFilterOption, type DataTableFilterProps, type DataTableFiltersProps, type DataTableLoadingProps, type DataTableMeta, type DataTablePaginationMode, type DataTablePaginationProps, type DataTableProps, type DataTableRowActionsProps, type DataTableSearchProps, type DataTableState, type DataTableTab, type DataTableTabsProps, type DataTableToolbarProps, Dialog, DialogBody, DialogClose, DialogContent, type DialogContentProps, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DialogWrapper, type DialogWrapperProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, type EmptyStateProps, FloatingBarCompound as FloatingBar, FloatingBarAction, type FloatingBarActionProps, FloatingBarCounter, type FloatingBarCounterProps, FloatingBarDivider, type FloatingBarDividerProps, FloatingBarIconAction, type FloatingBarIconActionProps, type FloatingBarProps, Form, FormCheckbox, type FormCheckboxProps, type FormContextValue, FormDescription, type FormDescriptionProps, FormError, type FormErrorProps, type FormFieldContextValue, FormFieldProvider, FormFieldWrapper, type FormFieldWrapperProps, FormInput, type FormInputProps, FormLabel, type FormLabelProps, FormRadioGroup, type FormRadioGroupProps, type FormRootProps, FormSelect, type FormSelectProps, FormSwitch, type FormSwitchProps, FormTextarea, type FormTextareaProps, GlobalLoaderController, Input, type InputProps, ItemCard, ItemCardActionButton, type ItemCardActionButtonProps, ItemCardActions, type ItemCardActionsProps, ItemCardActionsRow, type ItemCardActionsRowProps, ItemCardBadge, type ItemCardBadgeProps, ItemCardContent, ItemCardContentItem, type ItemCardContentItemProps, type ItemCardContentProps, ItemCardEmpty, type ItemCardEmptyProps, ItemCardFooter, ItemCardFooterDivider, type ItemCardFooterDividerProps, ItemCardFooterItem, type ItemCardFooterItemProps, type ItemCardFooterProps, ItemCardHeader, type ItemCardHeaderProps, ItemCardIcon, type ItemCardIconProps, ItemCardRoot, type ItemCardRootProps, ItemCardSubtitle, type ItemCardSubtitleProps, ItemCardTitle, ItemCardTitleGroup, type ItemCardTitleGroupProps, type ItemCardTitleProps, Kanban, type KanbanBoardProps, type KanbanCardProps, type KanbanColumnConfig, type KanbanColumnProps, type KanbanContextValue, type KanbanDragResult, type KanbanEmptyProps, type KanbanItem, Loader, type LoaderProps, LoaderProvider, Logo, type LogoProps, type MaskType, MobileNav, type MobileNavFabAction, MobileNavItem, type MobileNavItemConfig, type MobileNavItemProps, type MobileNavProps, Navbar, NavbarCompanyProfile, type NavbarCompanyProfileProps, NavbarNotification, type NavbarNotificationProps, type NavbarProps, NavbarUserMenu, type NavbarUserMenuProps, type NotificationItem, PageHeader, type PageHeaderProps, type PaginatedResponse, type PaginationMeta, type PaginationParams, Popover, PopoverContent, PopoverTrigger, type RadioOption, type RadioOptionColor, RippleBackground, type RippleBackgroundProps, RippleEffect, type RippleEffectProps, RippleWrapper, type RippleWrapperProps, ScrollArea, ScrollBar, SectionHeader, SectionHeaderActions, type SectionHeaderActionsProps, SectionHeaderBadge, type SectionHeaderBadgeProps, SectionHeaderContent, type SectionHeaderContentProps, SectionHeaderIcon, type SectionHeaderIconProps, SectionHeaderRoot, type SectionHeaderRootProps, SectionHeaderSubtitle, type SectionHeaderSubtitleProps, SectionHeaderTitle, type SectionHeaderTitleProps, Select, SelectGroup, SelectItem, type SelectItemProps, SelectLabel, type SelectOption, type SelectProps, SelectSeparator, SelectionLayout, type SelectionLayoutCardProps, type SelectionLayoutEmptyProps, type SelectionLayoutHeaderProps, type SelectionLayoutHeadlineProps, type SelectionLayoutListProps, type SelectionLayoutLogoProps, type SelectionLayoutMainProps, type SelectionLayoutProps, type SelectionLayoutSearchProps, type SelectionLayoutSidebarProps, type SelectionLayoutStatsProps, type SelectionLayoutTabProps, type SelectionLayoutTabsProps, Separator, Sidebar, type SidebarContextValue, type SidebarFooterMenuItem, type SidebarFooterProps, type SidebarFooterUser, type SidebarHeaderProps, type SidebarNavGroupProps, type SidebarNavItemProps, type SidebarNavProps, type SidebarProps, type SidebarSectionProps, SimpleTooltip, type SimpleTooltipProps, Skeleton, type SkeletonProps, Sparkline, type SparklineColor, StatsCard, type StatsCardChangeProps, type StatsCardChartProps, type ColorScheme as StatsCardColorScheme, type StatsCardContentProps, type StatsCardHeaderProps, type StatsCardIconProps, type StatsCardRootProps, type StatsCardSubtitleProps, type StatsCardTitleProps, type StatsCardTodayProps, type StatsCardValueProps, type Variant as StatsCardVariant, type StepState, Switch, type SwitchProps, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, type TextareaProps, ThemeProvider, ThemeToggle, type ThemeToggleProps, Toaster, type ToasterProps, Tooltip, TooltipAction, type TooltipActionProps, TooltipActions, type TooltipActionsProps, TooltipArrow, TooltipContent, type TooltipContentProps, TooltipDescription, type TooltipDescriptionProps, TooltipHeader, type TooltipHeaderProps, TooltipIcon, type TooltipIconProps, TooltipPortal, TooltipProvider, TooltipRoot, TooltipTitle, type TooltipTitleProps, TooltipTrigger, type UseDataTableConfig, type UserMenuItemConfig, type ValidationSchema, Wizard, WizardContent, type WizardContentProps, type WizardContextValue, WizardNavigation, type WizardNavigationProps, WizardPanel, type WizardPanelProps, WizardProgress, type WizardProgressProps, type WizardProps, WizardProvider, type WizardStepConfig, WizardStepConnector, type WizardStepConnectorProps, WizardStepIndicator, type WizardStepIndicatorProps, WizardSteps, type WizardStepsProps, cn, itemCardBadgeVariants, itemCardIconVariants, itemCardVariants, loader, toast, useDashboardLayout, useDataTable, useDataTableColumnVisibility, useDataTableDensity, useDataTableEmpty, useDataTableInstance, useDataTableLoading, useDataTableMeta, useDataTablePagination, useDataTableSelection, useDataTableSorting, useDataTableState, useDebounce, useDebouncedCallback, useFormFieldContext, useItemCard, useKanban, useKanbanOptional, useLoader, useMediaQuery, useSidebar, useSidebarOptional, useTheme, useWizardContext, useWizardContextOptional };
|
package/dist/index.d.ts
CHANGED
|
@@ -2530,6 +2530,48 @@ declare function WizardStepIndicator({ step, index, state, showNumber, showDescr
|
|
|
2530
2530
|
*/
|
|
2531
2531
|
declare function WizardStepConnector({ isCompleted, variant, className, }: WizardStepConnectorProps): react_jsx_runtime.JSX.Element;
|
|
2532
2532
|
|
|
2533
|
+
interface FloatingBarProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
2534
|
+
/** Controls visibility with animation */
|
|
2535
|
+
visible?: boolean;
|
|
2536
|
+
/** Position on screen */
|
|
2537
|
+
position?: 'bottom-center' | 'bottom-left' | 'bottom-right';
|
|
2538
|
+
}
|
|
2539
|
+
declare const actionVariants: (props?: ({
|
|
2540
|
+
variant?: "default" | "destructive" | "ghost" | "success" | null | undefined;
|
|
2541
|
+
size?: "default" | "sm" | null | undefined;
|
|
2542
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2543
|
+
interface FloatingBarActionProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof actionVariants> {
|
|
2544
|
+
icon?: React$1.ElementType;
|
|
2545
|
+
}
|
|
2546
|
+
declare const FloatingBarAction: React$1.ForwardRefExoticComponent<FloatingBarActionProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2547
|
+
declare const iconActionVariants: (props?: ({
|
|
2548
|
+
variant?: "default" | "success" | "warning" | "danger" | null | undefined;
|
|
2549
|
+
size?: "default" | "sm" | null | undefined;
|
|
2550
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2551
|
+
interface FloatingBarIconActionProps extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof iconActionVariants> {
|
|
2552
|
+
icon: React$1.ElementType;
|
|
2553
|
+
/** Tooltip label (aria-label) */
|
|
2554
|
+
label: string;
|
|
2555
|
+
}
|
|
2556
|
+
declare const FloatingBarIconAction: React$1.ForwardRefExoticComponent<FloatingBarIconActionProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2557
|
+
interface FloatingBarDividerProps extends React$1.HTMLAttributes<HTMLDivElement> {
|
|
2558
|
+
}
|
|
2559
|
+
declare const FloatingBarDivider: React$1.ForwardRefExoticComponent<FloatingBarDividerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2560
|
+
interface FloatingBarCounterProps extends React$1.HTMLAttributes<HTMLSpanElement> {
|
|
2561
|
+
count: number;
|
|
2562
|
+
/** Singular label */
|
|
2563
|
+
label?: string;
|
|
2564
|
+
/** Plural label */
|
|
2565
|
+
pluralLabel?: string;
|
|
2566
|
+
}
|
|
2567
|
+
declare const FloatingBarCounter: React$1.ForwardRefExoticComponent<FloatingBarCounterProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
2568
|
+
declare const FloatingBarCompound: React$1.ForwardRefExoticComponent<FloatingBarProps & React$1.RefAttributes<HTMLDivElement>> & {
|
|
2569
|
+
Action: React$1.ForwardRefExoticComponent<FloatingBarActionProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2570
|
+
IconAction: React$1.ForwardRefExoticComponent<FloatingBarIconActionProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
2571
|
+
Divider: React$1.ForwardRefExoticComponent<FloatingBarDividerProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
2572
|
+
Counter: React$1.ForwardRefExoticComponent<FloatingBarCounterProps & React$1.RefAttributes<HTMLSpanElement>>;
|
|
2573
|
+
};
|
|
2574
|
+
|
|
2533
2575
|
interface LogoProps {
|
|
2534
2576
|
/** Width of the logo (number for px, string for custom units) */
|
|
2535
2577
|
width?: number | string;
|
|
@@ -2637,4 +2679,4 @@ declare const useTheme: () => ThemeProviderState;
|
|
|
2637
2679
|
*/
|
|
2638
2680
|
declare function cn(...inputs: ClassValue[]): string;
|
|
2639
2681
|
|
|
2640
|
-
export { AuthLayout, type AuthLayoutBodyProps, type AuthLayoutContentProps, type AuthLayoutDividerProps, type AuthLayoutFooterProps, type AuthLayoutHeaderProps, type AuthLayoutImageProps, type AuthLayoutLinkProps, type AuthLayoutProps, Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, type AvatarProps, Badge, type BadgeProps, type BadgeVariant, type BaseFieldProps, BigNumberCard, type BigNumberCardContentProps, type BigNumberCardHeaderProps, type BigNumberCardLinkProps, type BigNumberCardRootProps, type BigNumberCardSize, type BigNumberCardSparklineProps, type BigNumberCardTitleProps, type BigNumberCardTrendProps, type BigNumberCardValueProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, Card, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, type ChartDataPoint, Checkbox, type CheckboxProps, type Company, DENSITY_CONFIG, DashboardLayout, type DashboardLayoutBreadcrumbsProps, type DashboardLayoutContentProps, type DashboardLayoutContextValue, type DashboardLayoutHeaderActionsProps, type DashboardLayoutHeaderProps, type DashboardLayoutHeaderTitleProps, type DashboardLayoutHeaderUserProps, type DashboardLayoutMobileNavItemProps, type DashboardLayoutMobileNavProps, type DashboardLayoutProps, type DashboardLayoutSidebarFooterProps, type DashboardLayoutSidebarHeaderProps, type DashboardLayoutSidebarNavGroupProps, type DashboardLayoutSidebarNavItemProps, type DashboardLayoutSidebarNavProps, type DashboardLayoutSidebarProps, type DashboardLayoutSidebarSectionProps, DataTable, type DataTableBulkActionsProps, type DataTableColumnHeaderProps, type DataTableColumnVisibilityProps, type DataTableContentProps, type DataTableContextValue, type DataTableDensity, type DataTableDensityToggleProps, type DataTableEmptyStateProps, type DataTableExportFormat, type DataTableExportProps, type DataTableFilterOption, type DataTableFilterProps, type DataTableFiltersProps, type DataTableLoadingProps, type DataTableMeta, type DataTablePaginationMode, type DataTablePaginationProps, type DataTableProps, type DataTableRowActionsProps, type DataTableSearchProps, type DataTableState, type DataTableTab, type DataTableTabsProps, type DataTableToolbarProps, Dialog, DialogBody, DialogClose, DialogContent, type DialogContentProps, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DialogWrapper, type DialogWrapperProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, type EmptyStateProps, Form, FormCheckbox, type FormCheckboxProps, type FormContextValue, FormDescription, type FormDescriptionProps, FormError, type FormErrorProps, type FormFieldContextValue, FormFieldProvider, FormFieldWrapper, type FormFieldWrapperProps, FormInput, type FormInputProps, FormLabel, type FormLabelProps, FormRadioGroup, type FormRadioGroupProps, type FormRootProps, FormSelect, type FormSelectProps, FormSwitch, type FormSwitchProps, FormTextarea, type FormTextareaProps, GlobalLoaderController, Input, type InputProps, ItemCard, ItemCardActionButton, type ItemCardActionButtonProps, ItemCardActions, type ItemCardActionsProps, ItemCardActionsRow, type ItemCardActionsRowProps, ItemCardBadge, type ItemCardBadgeProps, ItemCardContent, ItemCardContentItem, type ItemCardContentItemProps, type ItemCardContentProps, ItemCardEmpty, type ItemCardEmptyProps, ItemCardFooter, ItemCardFooterDivider, type ItemCardFooterDividerProps, ItemCardFooterItem, type ItemCardFooterItemProps, type ItemCardFooterProps, ItemCardHeader, type ItemCardHeaderProps, ItemCardIcon, type ItemCardIconProps, ItemCardRoot, type ItemCardRootProps, ItemCardSubtitle, type ItemCardSubtitleProps, ItemCardTitle, ItemCardTitleGroup, type ItemCardTitleGroupProps, type ItemCardTitleProps, Kanban, type KanbanBoardProps, type KanbanCardProps, type KanbanColumnConfig, type KanbanColumnProps, type KanbanContextValue, type KanbanDragResult, type KanbanEmptyProps, type KanbanItem, Loader, type LoaderProps, LoaderProvider, Logo, type LogoProps, type MaskType, MobileNav, type MobileNavFabAction, MobileNavItem, type MobileNavItemConfig, type MobileNavItemProps, type MobileNavProps, Navbar, NavbarCompanyProfile, type NavbarCompanyProfileProps, NavbarNotification, type NavbarNotificationProps, type NavbarProps, NavbarUserMenu, type NavbarUserMenuProps, type NotificationItem, PageHeader, type PageHeaderProps, type PaginatedResponse, type PaginationMeta, type PaginationParams, Popover, PopoverContent, PopoverTrigger, type RadioOption, type RadioOptionColor, RippleBackground, type RippleBackgroundProps, RippleEffect, type RippleEffectProps, RippleWrapper, type RippleWrapperProps, ScrollArea, ScrollBar, SectionHeader, SectionHeaderActions, type SectionHeaderActionsProps, SectionHeaderBadge, type SectionHeaderBadgeProps, SectionHeaderContent, type SectionHeaderContentProps, SectionHeaderIcon, type SectionHeaderIconProps, SectionHeaderRoot, type SectionHeaderRootProps, SectionHeaderSubtitle, type SectionHeaderSubtitleProps, SectionHeaderTitle, type SectionHeaderTitleProps, Select, SelectGroup, SelectItem, type SelectItemProps, SelectLabel, type SelectOption, type SelectProps, SelectSeparator, SelectionLayout, type SelectionLayoutCardProps, type SelectionLayoutEmptyProps, type SelectionLayoutHeaderProps, type SelectionLayoutHeadlineProps, type SelectionLayoutListProps, type SelectionLayoutLogoProps, type SelectionLayoutMainProps, type SelectionLayoutProps, type SelectionLayoutSearchProps, type SelectionLayoutSidebarProps, type SelectionLayoutStatsProps, type SelectionLayoutTabProps, type SelectionLayoutTabsProps, Separator, Sidebar, type SidebarContextValue, type SidebarFooterMenuItem, type SidebarFooterProps, type SidebarFooterUser, type SidebarHeaderProps, type SidebarNavGroupProps, type SidebarNavItemProps, type SidebarNavProps, type SidebarProps, type SidebarSectionProps, SimpleTooltip, type SimpleTooltipProps, Skeleton, type SkeletonProps, Sparkline, type SparklineColor, StatsCard, type StatsCardChangeProps, type StatsCardChartProps, type ColorScheme as StatsCardColorScheme, type StatsCardContentProps, type StatsCardHeaderProps, type StatsCardIconProps, type StatsCardRootProps, type StatsCardSubtitleProps, type StatsCardTitleProps, type StatsCardTodayProps, type StatsCardValueProps, type Variant as StatsCardVariant, type StepState, Switch, type SwitchProps, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, type TextareaProps, ThemeProvider, ThemeToggle, type ThemeToggleProps, Toaster, type ToasterProps, Tooltip, TooltipAction, type TooltipActionProps, TooltipActions, type TooltipActionsProps, TooltipArrow, TooltipContent, type TooltipContentProps, TooltipDescription, type TooltipDescriptionProps, TooltipHeader, type TooltipHeaderProps, TooltipIcon, type TooltipIconProps, TooltipPortal, TooltipProvider, TooltipRoot, TooltipTitle, type TooltipTitleProps, TooltipTrigger, type UseDataTableConfig, type UserMenuItemConfig, type ValidationSchema, Wizard, WizardContent, type WizardContentProps, type WizardContextValue, WizardNavigation, type WizardNavigationProps, WizardPanel, type WizardPanelProps, WizardProgress, type WizardProgressProps, type WizardProps, WizardProvider, type WizardStepConfig, WizardStepConnector, type WizardStepConnectorProps, WizardStepIndicator, type WizardStepIndicatorProps, WizardSteps, type WizardStepsProps, cn, itemCardBadgeVariants, itemCardIconVariants, itemCardVariants, loader, toast, useDashboardLayout, useDataTable, useDataTableColumnVisibility, useDataTableDensity, useDataTableEmpty, useDataTableInstance, useDataTableLoading, useDataTableMeta, useDataTablePagination, useDataTableSelection, useDataTableSorting, useDataTableState, useDebounce, useDebouncedCallback, useFormFieldContext, useItemCard, useKanban, useKanbanOptional, useLoader, useMediaQuery, useSidebar, useSidebarOptional, useTheme, useWizardContext, useWizardContextOptional };
|
|
2682
|
+
export { AuthLayout, type AuthLayoutBodyProps, type AuthLayoutContentProps, type AuthLayoutDividerProps, type AuthLayoutFooterProps, type AuthLayoutHeaderProps, type AuthLayoutImageProps, type AuthLayoutLinkProps, type AuthLayoutProps, Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, type AvatarProps, Badge, type BadgeProps, type BadgeVariant, type BaseFieldProps, BigNumberCard, type BigNumberCardContentProps, type BigNumberCardHeaderProps, type BigNumberCardLinkProps, type BigNumberCardRootProps, type BigNumberCardSize, type BigNumberCardSparklineProps, type BigNumberCardTitleProps, type BigNumberCardTrendProps, type BigNumberCardValueProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, Card, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, type ChartDataPoint, Checkbox, type CheckboxProps, type Company, DENSITY_CONFIG, DashboardLayout, type DashboardLayoutBreadcrumbsProps, type DashboardLayoutContentProps, type DashboardLayoutContextValue, type DashboardLayoutHeaderActionsProps, type DashboardLayoutHeaderProps, type DashboardLayoutHeaderTitleProps, type DashboardLayoutHeaderUserProps, type DashboardLayoutMobileNavItemProps, type DashboardLayoutMobileNavProps, type DashboardLayoutProps, type DashboardLayoutSidebarFooterProps, type DashboardLayoutSidebarHeaderProps, type DashboardLayoutSidebarNavGroupProps, type DashboardLayoutSidebarNavItemProps, type DashboardLayoutSidebarNavProps, type DashboardLayoutSidebarProps, type DashboardLayoutSidebarSectionProps, DataTable, type DataTableBulkActionsProps, type DataTableColumnHeaderProps, type DataTableColumnVisibilityProps, type DataTableContentProps, type DataTableContextValue, type DataTableDensity, type DataTableDensityToggleProps, type DataTableEmptyStateProps, type DataTableExportFormat, type DataTableExportProps, type DataTableFilterOption, type DataTableFilterProps, type DataTableFiltersProps, type DataTableLoadingProps, type DataTableMeta, type DataTablePaginationMode, type DataTablePaginationProps, type DataTableProps, type DataTableRowActionsProps, type DataTableSearchProps, type DataTableState, type DataTableTab, type DataTableTabsProps, type DataTableToolbarProps, Dialog, DialogBody, DialogClose, DialogContent, type DialogContentProps, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DialogWrapper, type DialogWrapperProps, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, type EmptyStateProps, FloatingBarCompound as FloatingBar, FloatingBarAction, type FloatingBarActionProps, FloatingBarCounter, type FloatingBarCounterProps, FloatingBarDivider, type FloatingBarDividerProps, FloatingBarIconAction, type FloatingBarIconActionProps, type FloatingBarProps, Form, FormCheckbox, type FormCheckboxProps, type FormContextValue, FormDescription, type FormDescriptionProps, FormError, type FormErrorProps, type FormFieldContextValue, FormFieldProvider, FormFieldWrapper, type FormFieldWrapperProps, FormInput, type FormInputProps, FormLabel, type FormLabelProps, FormRadioGroup, type FormRadioGroupProps, type FormRootProps, FormSelect, type FormSelectProps, FormSwitch, type FormSwitchProps, FormTextarea, type FormTextareaProps, GlobalLoaderController, Input, type InputProps, ItemCard, ItemCardActionButton, type ItemCardActionButtonProps, ItemCardActions, type ItemCardActionsProps, ItemCardActionsRow, type ItemCardActionsRowProps, ItemCardBadge, type ItemCardBadgeProps, ItemCardContent, ItemCardContentItem, type ItemCardContentItemProps, type ItemCardContentProps, ItemCardEmpty, type ItemCardEmptyProps, ItemCardFooter, ItemCardFooterDivider, type ItemCardFooterDividerProps, ItemCardFooterItem, type ItemCardFooterItemProps, type ItemCardFooterProps, ItemCardHeader, type ItemCardHeaderProps, ItemCardIcon, type ItemCardIconProps, ItemCardRoot, type ItemCardRootProps, ItemCardSubtitle, type ItemCardSubtitleProps, ItemCardTitle, ItemCardTitleGroup, type ItemCardTitleGroupProps, type ItemCardTitleProps, Kanban, type KanbanBoardProps, type KanbanCardProps, type KanbanColumnConfig, type KanbanColumnProps, type KanbanContextValue, type KanbanDragResult, type KanbanEmptyProps, type KanbanItem, Loader, type LoaderProps, LoaderProvider, Logo, type LogoProps, type MaskType, MobileNav, type MobileNavFabAction, MobileNavItem, type MobileNavItemConfig, type MobileNavItemProps, type MobileNavProps, Navbar, NavbarCompanyProfile, type NavbarCompanyProfileProps, NavbarNotification, type NavbarNotificationProps, type NavbarProps, NavbarUserMenu, type NavbarUserMenuProps, type NotificationItem, PageHeader, type PageHeaderProps, type PaginatedResponse, type PaginationMeta, type PaginationParams, Popover, PopoverContent, PopoverTrigger, type RadioOption, type RadioOptionColor, RippleBackground, type RippleBackgroundProps, RippleEffect, type RippleEffectProps, RippleWrapper, type RippleWrapperProps, ScrollArea, ScrollBar, SectionHeader, SectionHeaderActions, type SectionHeaderActionsProps, SectionHeaderBadge, type SectionHeaderBadgeProps, SectionHeaderContent, type SectionHeaderContentProps, SectionHeaderIcon, type SectionHeaderIconProps, SectionHeaderRoot, type SectionHeaderRootProps, SectionHeaderSubtitle, type SectionHeaderSubtitleProps, SectionHeaderTitle, type SectionHeaderTitleProps, Select, SelectGroup, SelectItem, type SelectItemProps, SelectLabel, type SelectOption, type SelectProps, SelectSeparator, SelectionLayout, type SelectionLayoutCardProps, type SelectionLayoutEmptyProps, type SelectionLayoutHeaderProps, type SelectionLayoutHeadlineProps, type SelectionLayoutListProps, type SelectionLayoutLogoProps, type SelectionLayoutMainProps, type SelectionLayoutProps, type SelectionLayoutSearchProps, type SelectionLayoutSidebarProps, type SelectionLayoutStatsProps, type SelectionLayoutTabProps, type SelectionLayoutTabsProps, Separator, Sidebar, type SidebarContextValue, type SidebarFooterMenuItem, type SidebarFooterProps, type SidebarFooterUser, type SidebarHeaderProps, type SidebarNavGroupProps, type SidebarNavItemProps, type SidebarNavProps, type SidebarProps, type SidebarSectionProps, SimpleTooltip, type SimpleTooltipProps, Skeleton, type SkeletonProps, Sparkline, type SparklineColor, StatsCard, type StatsCardChangeProps, type StatsCardChartProps, type ColorScheme as StatsCardColorScheme, type StatsCardContentProps, type StatsCardHeaderProps, type StatsCardIconProps, type StatsCardRootProps, type StatsCardSubtitleProps, type StatsCardTitleProps, type StatsCardTodayProps, type StatsCardValueProps, type Variant as StatsCardVariant, type StepState, Switch, type SwitchProps, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, type TextareaProps, ThemeProvider, ThemeToggle, type ThemeToggleProps, Toaster, type ToasterProps, Tooltip, TooltipAction, type TooltipActionProps, TooltipActions, type TooltipActionsProps, TooltipArrow, TooltipContent, type TooltipContentProps, TooltipDescription, type TooltipDescriptionProps, TooltipHeader, type TooltipHeaderProps, TooltipIcon, type TooltipIconProps, TooltipPortal, TooltipProvider, TooltipRoot, TooltipTitle, type TooltipTitleProps, TooltipTrigger, type UseDataTableConfig, type UserMenuItemConfig, type ValidationSchema, Wizard, WizardContent, type WizardContentProps, type WizardContextValue, WizardNavigation, type WizardNavigationProps, WizardPanel, type WizardPanelProps, WizardProgress, type WizardProgressProps, type WizardProps, WizardProvider, type WizardStepConfig, WizardStepConnector, type WizardStepConnectorProps, WizardStepIndicator, type WizardStepIndicatorProps, WizardSteps, type WizardStepsProps, cn, itemCardBadgeVariants, itemCardIconVariants, itemCardVariants, loader, toast, useDashboardLayout, useDataTable, useDataTableColumnVisibility, useDataTableDensity, useDataTableEmpty, useDataTableInstance, useDataTableLoading, useDataTableMeta, useDataTablePagination, useDataTableSelection, useDataTableSorting, useDataTableState, useDebounce, useDebouncedCallback, useFormFieldContext, useItemCard, useKanban, useKanbanOptional, useLoader, useMediaQuery, useSidebar, useSidebarOptional, useTheme, useWizardContext, useWizardContextOptional };
|
package/dist/index.js
CHANGED
|
@@ -311,12 +311,12 @@ var badgeVariants = classVarianceAuthority.cva(
|
|
|
311
311
|
{
|
|
312
312
|
variants: {
|
|
313
313
|
variant: {
|
|
314
|
-
default: "border-
|
|
315
|
-
secondary: "border-
|
|
316
|
-
success: "border-
|
|
317
|
-
warning: "border-
|
|
318
|
-
error: "border-
|
|
319
|
-
info: "border-
|
|
314
|
+
default: "border-primary/15 bg-primary/5 text-primary hover:bg-primary/15",
|
|
315
|
+
secondary: "border-secondary/15 bg-secondary/80 text-secondary-foreground hover:bg-secondary/70",
|
|
316
|
+
success: "border-green-500/15 bg-green-500/5 text-green-600 dark:text-green-400 hover:bg-green-500/15",
|
|
317
|
+
warning: "border-yellow-500/15 bg-yellow-500/5 text-yellow-600 dark:text-yellow-400 hover:bg-yellow-500/15",
|
|
318
|
+
error: "border-red-500/15 bg-red-500/5 text-red-600 dark:text-red-400 hover:bg-red-500/15",
|
|
319
|
+
info: "border-blue-500/15 bg-blue-500/5 text-blue-600 dark:text-blue-400 hover:bg-blue-500/15",
|
|
320
320
|
outline: "border-border text-foreground hover:bg-muted"
|
|
321
321
|
},
|
|
322
322
|
size: {
|
|
@@ -2576,7 +2576,7 @@ var RippleEffect = React10__namespace.memo(
|
|
|
2576
2576
|
}) => {
|
|
2577
2577
|
const { base, increment } = SIZE_CONFIG[size];
|
|
2578
2578
|
const opacities = INTENSITY_CONFIG[intensity];
|
|
2579
|
-
const
|
|
2579
|
+
const positionClasses2 = POSITION_CONFIG[position];
|
|
2580
2580
|
const rippleRings = React10__namespace.useMemo(
|
|
2581
2581
|
() => Array.from({ length: rings }).map((_, index) => {
|
|
2582
2582
|
const ringSize = base + increment * (rings - index - 1);
|
|
@@ -2598,7 +2598,7 @@ var RippleEffect = React10__namespace.memo(
|
|
|
2598
2598
|
{
|
|
2599
2599
|
className: cn(
|
|
2600
2600
|
"absolute inset-0 flex pointer-events-none",
|
|
2601
|
-
|
|
2601
|
+
positionClasses2,
|
|
2602
2602
|
className
|
|
2603
2603
|
),
|
|
2604
2604
|
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: rippleRings })
|
|
@@ -6361,8 +6361,8 @@ var PageHeader = React10__namespace.memo(function PageHeader2({
|
|
|
6361
6361
|
),
|
|
6362
6362
|
children: [
|
|
6363
6363
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col leading-none", children: [
|
|
6364
|
-
/* @__PURE__ */ jsxRuntime.jsx("
|
|
6365
|
-
/* @__PURE__ */ jsxRuntime.jsx("
|
|
6364
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-3xl font-semibold", children: title }),
|
|
6365
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-[1.05rem] text-muted-foreground max-w-lg text-balance leading-relaxed", children: description })
|
|
6366
6366
|
] }),
|
|
6367
6367
|
children && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex gap-3 mt-2 sm:mt-0 shrink-0", children })
|
|
6368
6368
|
]
|
|
@@ -7723,6 +7723,157 @@ var Wizard = Object.assign(WizardRoot, {
|
|
|
7723
7723
|
/** Progress bar indicator */
|
|
7724
7724
|
Progress: WizardProgress
|
|
7725
7725
|
});
|
|
7726
|
+
var positionClasses = {
|
|
7727
|
+
"bottom-center": "bottom-6 left-1/2 -translate-x-1/2",
|
|
7728
|
+
"bottom-left": "bottom-6 left-6",
|
|
7729
|
+
"bottom-right": "bottom-6 right-6"
|
|
7730
|
+
};
|
|
7731
|
+
var FloatingBar = React10__namespace.forwardRef(
|
|
7732
|
+
({ className, visible = true, position = "bottom-center", children, style, ...props }, ref) => {
|
|
7733
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
7734
|
+
"div",
|
|
7735
|
+
{
|
|
7736
|
+
ref,
|
|
7737
|
+
className: cn("fixed z-50", positionClasses[position]),
|
|
7738
|
+
style,
|
|
7739
|
+
...props,
|
|
7740
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
7741
|
+
"div",
|
|
7742
|
+
{
|
|
7743
|
+
className: cn(
|
|
7744
|
+
"flex items-center gap-1.5 px-2 py-1.5 rounded-full",
|
|
7745
|
+
"bg-white/70 dark:bg-gray-900/70 backdrop-blur-xl",
|
|
7746
|
+
"border border-white/50 dark:border-white/10",
|
|
7747
|
+
"shadow-xl shadow-black/10 dark:shadow-black/30",
|
|
7748
|
+
"ring-1 ring-black/5 dark:ring-white/5",
|
|
7749
|
+
"transition-all duration-300 ease-out",
|
|
7750
|
+
visible ? "translate-y-0 opacity-100" : "translate-y-4 opacity-0 pointer-events-none",
|
|
7751
|
+
className
|
|
7752
|
+
),
|
|
7753
|
+
children
|
|
7754
|
+
}
|
|
7755
|
+
)
|
|
7756
|
+
}
|
|
7757
|
+
);
|
|
7758
|
+
}
|
|
7759
|
+
);
|
|
7760
|
+
FloatingBar.displayName = "FloatingBar";
|
|
7761
|
+
var actionVariants = classVarianceAuthority.cva(
|
|
7762
|
+
"inline-flex items-center gap-2 rounded-full font-medium transition-all duration-150 active:scale-[0.97] disabled:opacity-50 disabled:pointer-events-none",
|
|
7763
|
+
{
|
|
7764
|
+
variants: {
|
|
7765
|
+
variant: {
|
|
7766
|
+
default: "bg-primary hover:bg-primary/90 text-primary-foreground",
|
|
7767
|
+
success: "bg-emerald-600 hover:bg-emerald-700 text-white",
|
|
7768
|
+
destructive: "bg-red-600 hover:bg-red-700 text-white",
|
|
7769
|
+
ghost: "hover:bg-accent text-foreground"
|
|
7770
|
+
},
|
|
7771
|
+
size: {
|
|
7772
|
+
default: "h-8 px-4 text-sm",
|
|
7773
|
+
sm: "h-7 px-3 text-xs"
|
|
7774
|
+
}
|
|
7775
|
+
},
|
|
7776
|
+
defaultVariants: {
|
|
7777
|
+
variant: "default",
|
|
7778
|
+
size: "default"
|
|
7779
|
+
}
|
|
7780
|
+
}
|
|
7781
|
+
);
|
|
7782
|
+
var FloatingBarAction = React10__namespace.forwardRef(
|
|
7783
|
+
({ className, variant, size, icon: Icon2, children, ...props }, ref) => {
|
|
7784
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
7785
|
+
"button",
|
|
7786
|
+
{
|
|
7787
|
+
ref,
|
|
7788
|
+
className: cn(actionVariants({ variant, size, className })),
|
|
7789
|
+
...props,
|
|
7790
|
+
children: [
|
|
7791
|
+
Icon2 && /* @__PURE__ */ jsxRuntime.jsx(Icon2, { className: "h-3.5 w-3.5" }),
|
|
7792
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children })
|
|
7793
|
+
]
|
|
7794
|
+
}
|
|
7795
|
+
);
|
|
7796
|
+
}
|
|
7797
|
+
);
|
|
7798
|
+
FloatingBarAction.displayName = "FloatingBarAction";
|
|
7799
|
+
var iconActionVariants = classVarianceAuthority.cva(
|
|
7800
|
+
"inline-flex items-center justify-center rounded-full transition-colors duration-150 disabled:opacity-50 disabled:pointer-events-none",
|
|
7801
|
+
{
|
|
7802
|
+
variants: {
|
|
7803
|
+
variant: {
|
|
7804
|
+
default: "text-muted-foreground hover:text-foreground hover:bg-muted",
|
|
7805
|
+
success: "text-muted-foreground hover:text-emerald-600 hover:bg-emerald-500/10",
|
|
7806
|
+
warning: "text-muted-foreground hover:text-amber-600 hover:bg-amber-500/10",
|
|
7807
|
+
danger: "text-muted-foreground hover:text-destructive hover:bg-destructive/10"
|
|
7808
|
+
},
|
|
7809
|
+
size: {
|
|
7810
|
+
default: "h-8 w-8",
|
|
7811
|
+
sm: "h-7 w-7"
|
|
7812
|
+
}
|
|
7813
|
+
},
|
|
7814
|
+
defaultVariants: {
|
|
7815
|
+
variant: "default",
|
|
7816
|
+
size: "default"
|
|
7817
|
+
}
|
|
7818
|
+
}
|
|
7819
|
+
);
|
|
7820
|
+
var FloatingBarIconAction = React10__namespace.forwardRef(
|
|
7821
|
+
({ className, variant, size, icon: Icon2, label, ...props }, ref) => {
|
|
7822
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
7823
|
+
"button",
|
|
7824
|
+
{
|
|
7825
|
+
ref,
|
|
7826
|
+
"aria-label": label,
|
|
7827
|
+
title: label,
|
|
7828
|
+
className: cn(iconActionVariants({ variant, size, className })),
|
|
7829
|
+
...props,
|
|
7830
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(Icon2, { className: "h-4 w-4" })
|
|
7831
|
+
}
|
|
7832
|
+
);
|
|
7833
|
+
}
|
|
7834
|
+
);
|
|
7835
|
+
FloatingBarIconAction.displayName = "FloatingBarIconAction";
|
|
7836
|
+
var FloatingBarDivider = React10__namespace.forwardRef(
|
|
7837
|
+
({ className, ...props }, ref) => {
|
|
7838
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
7839
|
+
"div",
|
|
7840
|
+
{
|
|
7841
|
+
ref,
|
|
7842
|
+
className: cn("w-px h-5 bg-border mx-0.5", className),
|
|
7843
|
+
...props
|
|
7844
|
+
}
|
|
7845
|
+
);
|
|
7846
|
+
}
|
|
7847
|
+
);
|
|
7848
|
+
FloatingBarDivider.displayName = "FloatingBarDivider";
|
|
7849
|
+
var FloatingBarCounter = React10__namespace.forwardRef(
|
|
7850
|
+
({ className, count, label = "selecionado", pluralLabel, ...props }, ref) => {
|
|
7851
|
+
const plural = pluralLabel ?? `${label}s`;
|
|
7852
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
7853
|
+
"span",
|
|
7854
|
+
{
|
|
7855
|
+
ref,
|
|
7856
|
+
className: cn(
|
|
7857
|
+
"text-sm font-medium whitespace-nowrap tabular-nums px-2",
|
|
7858
|
+
className
|
|
7859
|
+
),
|
|
7860
|
+
...props,
|
|
7861
|
+
children: [
|
|
7862
|
+
count,
|
|
7863
|
+
" ",
|
|
7864
|
+
count === 1 ? label : plural
|
|
7865
|
+
]
|
|
7866
|
+
}
|
|
7867
|
+
);
|
|
7868
|
+
}
|
|
7869
|
+
);
|
|
7870
|
+
FloatingBarCounter.displayName = "FloatingBarCounter";
|
|
7871
|
+
var FloatingBarCompound = Object.assign(FloatingBar, {
|
|
7872
|
+
Action: FloatingBarAction,
|
|
7873
|
+
IconAction: FloatingBarIconAction,
|
|
7874
|
+
Divider: FloatingBarDivider,
|
|
7875
|
+
Counter: FloatingBarCounter
|
|
7876
|
+
});
|
|
7726
7877
|
function Logo({
|
|
7727
7878
|
width = 100,
|
|
7728
7879
|
color = "currentColor",
|
|
@@ -8196,6 +8347,11 @@ exports.DropdownMenuSubTrigger = DropdownMenuSubTrigger;
|
|
|
8196
8347
|
exports.DropdownMenuTrigger = DropdownMenuTrigger;
|
|
8197
8348
|
exports.EmptyState = EmptyState;
|
|
8198
8349
|
exports.FACTER_THEMES = FACTER_THEMES;
|
|
8350
|
+
exports.FloatingBar = FloatingBarCompound;
|
|
8351
|
+
exports.FloatingBarAction = FloatingBarAction;
|
|
8352
|
+
exports.FloatingBarCounter = FloatingBarCounter;
|
|
8353
|
+
exports.FloatingBarDivider = FloatingBarDivider;
|
|
8354
|
+
exports.FloatingBarIconAction = FloatingBarIconAction;
|
|
8199
8355
|
exports.Form = Form;
|
|
8200
8356
|
exports.FormCheckbox = FormCheckbox;
|
|
8201
8357
|
exports.FormDescription = FormDescription;
|