@etus/ui 0.4.0-beta.15 → 0.4.0-beta.17
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/{chunk-QUENPT24.js → chunk-2NY6DDLO.js} +5 -5
- package/dist/{chunk-QUENPT24.js.map → chunk-2NY6DDLO.js.map} +1 -1
- package/dist/chunk-345S7BBL.js +3 -0
- package/dist/{chunk-KRHL3YH2.js.map → chunk-345S7BBL.js.map} +1 -1
- package/dist/{chunk-VORFH6HQ.js → chunk-37KLBMFQ.js} +3 -3
- package/dist/chunk-37KLBMFQ.js.map +1 -0
- package/dist/{chunk-FCIF6H6E.js → chunk-4KOJTZVU.js} +3 -3
- package/dist/{chunk-FCIF6H6E.js.map → chunk-4KOJTZVU.js.map} +1 -1
- package/dist/{chunk-37IIHQP4.js → chunk-IMUBWKZC.js} +52 -4
- package/dist/chunk-IMUBWKZC.js.map +1 -0
- package/dist/{chunk-MDIXY44D.js → chunk-P27ERD6W.js} +2 -2
- package/dist/{chunk-MDIXY44D.js.map → chunk-P27ERD6W.js.map} +1 -1
- package/dist/{chunk-7GCTZEMK.js → chunk-TNDW52VZ.js} +113 -60
- package/dist/chunk-TNDW52VZ.js.map +1 -0
- package/dist/chunk-W3JVNX35.js +195 -0
- package/dist/chunk-W3JVNX35.js.map +1 -0
- package/dist/{chunk-FDES5YDF.js → chunk-WMG2MMJF.js} +3 -3
- package/dist/chunk-WMG2MMJF.js.map +1 -0
- package/dist/{chunk-2Z722V5K.js → chunk-ZPAWUKJI.js} +40 -5
- package/dist/chunk-ZPAWUKJI.js.map +1 -0
- package/dist/components/advanced/ReportBuilder/index.js +2 -2
- package/dist/components/advanced/index.js +8 -8
- package/dist/components/data-display/BarChart/index.js +1 -1
- package/dist/components/data-display/BarList/index.js +1 -1
- package/dist/components/data-display/DataTable/index.js +1 -1
- package/dist/components/data-display/EmptyState/index.js +1 -1
- package/dist/components/data-display/LineChart/index.js +1 -1
- package/dist/components/data-display/index.js +20 -20
- package/dist/components/feedback/index.js +2 -2
- package/dist/components/forms/index.js +12 -13
- package/dist/components/index.js +93 -94
- package/dist/components/layout/index.js +4 -4
- package/dist/components/navigation/AccountSwitch/index.js +1 -1
- package/dist/components/navigation/LogoConta/index.js +1 -1
- package/dist/components/navigation/Sidebar/index.js +1 -1
- package/dist/components/navigation/index.js +9 -9
- package/dist/components/primitives/index.js +9 -9
- package/dist/components/workflow/index.js +5 -5
- package/dist/index.d.ts +615 -614
- package/dist/index.js +93 -94
- package/dist/styles.css +63 -50
- package/package.json +12 -13
- package/dist/chunk-2Z722V5K.js.map +0 -1
- package/dist/chunk-37IIHQP4.js.map +0 -1
- package/dist/chunk-7GCTZEMK.js.map +0 -1
- package/dist/chunk-FDES5YDF.js.map +0 -1
- package/dist/chunk-KRHL3YH2.js +0 -3
- package/dist/chunk-QYWCXM7F.js +0 -96
- package/dist/chunk-QYWCXM7F.js.map +0 -1
- package/dist/chunk-SXJMERQL.js +0 -40
- package/dist/chunk-SXJMERQL.js.map +0 -1
- package/dist/chunk-VORFH6HQ.js.map +0 -1
- package/dist/components/forms/ToggleGroup/index.js +0 -6
- package/dist/components/forms/ToggleGroup/index.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as React$1 from 'react';
|
|
2
|
+
import React__default, { ComponentProps, ReactNode, CSSProperties, Ref, ComponentPropsWithoutRef, ComponentRef, MouseEvent as MouseEvent$1, HTMLAttributes, ReactElement, RefObject, ComponentType, ErrorInfo, Component, SVGProps } from 'react';
|
|
2
3
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
3
4
|
import { VariantProps } from 'class-variance-authority';
|
|
4
5
|
export { VariantProps as GaugeChartVariantProps } from 'class-variance-authority';
|
|
5
6
|
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
|
6
|
-
import * as React$1 from 'react';
|
|
7
|
-
import React__default, { ComponentProps, ReactNode, CSSProperties, Ref, ComponentPropsWithoutRef, ComponentRef, MouseEvent as MouseEvent$1, HTMLAttributes, ReactElement, RefObject, ComponentType, ErrorInfo, Component, SVGProps } from 'react';
|
|
8
7
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
9
8
|
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
10
9
|
import { LucideIcon, LucideProps } from 'lucide-react';
|
|
@@ -109,12 +108,12 @@ interface ArrowAnimatedProps extends React.SVGProps<SVGSVGElement>, VariantProps
|
|
|
109
108
|
* <ArrowAnimated size="lg" />
|
|
110
109
|
* ```
|
|
111
110
|
*/
|
|
112
|
-
declare function ArrowAnimated({ direction, size, className, ...props }: ArrowAnimatedProps):
|
|
111
|
+
declare function ArrowAnimated({ direction, size, className, ...props }: ArrowAnimatedProps): React$1.JSX.Element;
|
|
113
112
|
declare namespace ArrowAnimated {
|
|
114
113
|
var displayName: string;
|
|
115
114
|
}
|
|
116
115
|
|
|
117
|
-
declare function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>):
|
|
116
|
+
declare function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>): React$1.JSX.Element;
|
|
118
117
|
|
|
119
118
|
/**
|
|
120
119
|
* Common aspect ratio presets
|
|
@@ -250,12 +249,12 @@ declare const avatarVariants: (props?: ({
|
|
|
250
249
|
bordered?: boolean | null | undefined;
|
|
251
250
|
interactive?: boolean | null | undefined;
|
|
252
251
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
253
|
-
declare function Avatar({ className, size, shape, bordered, interactive, contrastBorder, tooltip, children, ...props }: AvatarProps):
|
|
254
|
-
declare function AvatarImage({ className, ...props }: AvatarImageProps):
|
|
252
|
+
declare function Avatar({ className, size, shape, bordered, interactive, contrastBorder, tooltip, children, ...props }: AvatarProps): React$1.JSX.Element;
|
|
253
|
+
declare function AvatarImage({ className, ...props }: AvatarImageProps): React$1.JSX.Element;
|
|
255
254
|
declare const avatarFallbackVariants: (props?: ({
|
|
256
255
|
colorScheme?: "default" | "destructive" | "primary" | "secondary" | "success" | "warning" | null | undefined;
|
|
257
256
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
258
|
-
declare function AvatarFallback({ className, colorScheme, ...props }: AvatarFallbackProps):
|
|
257
|
+
declare function AvatarFallback({ className, colorScheme, ...props }: AvatarFallbackProps): React$1.JSX.Element;
|
|
259
258
|
|
|
260
259
|
declare const avatarStatusVariants: (props?: ({
|
|
261
260
|
status?: "online" | "offline" | "busy" | "away" | null | undefined;
|
|
@@ -273,7 +272,7 @@ interface AvatarStatusProps extends React$1.ComponentProps<"span"> {
|
|
|
273
272
|
*/
|
|
274
273
|
status?: "away" | "busy" | "offline" | "online";
|
|
275
274
|
}
|
|
276
|
-
declare function AvatarStatus({ className, status, size, ...props }: AvatarStatusProps):
|
|
275
|
+
declare function AvatarStatus({ className, status, size, ...props }: AvatarStatusProps): React$1.JSX.Element;
|
|
277
276
|
|
|
278
277
|
declare const avatarBadgeVariants: (props?: ({
|
|
279
278
|
variant?: "company" | "verified" | null | undefined;
|
|
@@ -291,7 +290,7 @@ interface AvatarBadgeProps extends React$1.ComponentProps<"span"> {
|
|
|
291
290
|
*/
|
|
292
291
|
variant?: "company" | "verified";
|
|
293
292
|
}
|
|
294
|
-
declare function AvatarBadge({ className, variant, size, children, ...props }: AvatarBadgeProps):
|
|
293
|
+
declare function AvatarBadge({ className, variant, size, children, ...props }: AvatarBadgeProps): React$1.JSX.Element;
|
|
295
294
|
|
|
296
295
|
declare const avatarGroupVariants: (props?: ({
|
|
297
296
|
size?: "sm" | "lg" | "default" | "xs" | "xl" | "3xl" | "4xl" | null | undefined;
|
|
@@ -316,7 +315,7 @@ interface AvatarGroupProps extends React$1.ComponentProps<"div"> {
|
|
|
316
315
|
*/
|
|
317
316
|
size?: AvatarSize;
|
|
318
317
|
}
|
|
319
|
-
declare function AvatarGroup({ className, max, size, bordered, children, ...props }: AvatarGroupProps):
|
|
318
|
+
declare function AvatarGroup({ className, max, size, bordered, children, ...props }: AvatarGroupProps): React$1.JSX.Element;
|
|
320
319
|
|
|
321
320
|
declare const avatarLabelGroupVariants: (props?: ({
|
|
322
321
|
interactive?: boolean | null | undefined;
|
|
@@ -374,7 +373,7 @@ interface AvatarLabelGroupProps extends React$1.ComponentProps<"div"> {
|
|
|
374
373
|
* Takes first letter of first two words, uppercased
|
|
375
374
|
*/
|
|
376
375
|
declare function getInitials(name: string): string;
|
|
377
|
-
declare function AvatarLabelGroup({ className, src, alt, name, description, size, status, badge, interactive, onClick, tooltip, ...props }: AvatarLabelGroupProps):
|
|
376
|
+
declare function AvatarLabelGroup({ className, src, alt, name, description, size, status, badge, interactive, onClick, tooltip, ...props }: AvatarLabelGroupProps): React$1.JSX.Element;
|
|
378
377
|
|
|
379
378
|
declare const avatarAddButtonVariants: (props?: ({
|
|
380
379
|
size?: "sm" | "lg" | "default" | "xs" | "xl" | "3xl" | "4xl" | null | undefined;
|
|
@@ -382,7 +381,7 @@ declare const avatarAddButtonVariants: (props?: ({
|
|
|
382
381
|
interface AvatarAddButtonProps extends React$1.ComponentProps<"button"> {
|
|
383
382
|
size?: "3xl" | "4xl" | "default" | "lg" | "sm" | "xl" | "xs";
|
|
384
383
|
}
|
|
385
|
-
declare function AvatarAddButton({ className, size, ...props }: AvatarAddButtonProps):
|
|
384
|
+
declare function AvatarAddButton({ className, size, ...props }: AvatarAddButtonProps): React$1.JSX.Element;
|
|
386
385
|
|
|
387
386
|
interface AvatarSkeletonProps extends React$1.ComponentProps<"div"> {
|
|
388
387
|
/**
|
|
@@ -407,12 +406,12 @@ interface AvatarLabelGroupSkeletonProps extends React$1.ComponentProps<"div"> {
|
|
|
407
406
|
* Skeleton placeholder for Avatar component
|
|
408
407
|
* Use while loading user data
|
|
409
408
|
*/
|
|
410
|
-
declare function AvatarSkeleton({ size, shape, className, ...props }: AvatarSkeletonProps):
|
|
409
|
+
declare function AvatarSkeleton({ size, shape, className, ...props }: AvatarSkeletonProps): React$1.JSX.Element;
|
|
411
410
|
/**
|
|
412
411
|
* Skeleton placeholder for AvatarLabelGroup component
|
|
413
412
|
* Use while loading user data with name and description
|
|
414
413
|
*/
|
|
415
|
-
declare function AvatarLabelGroupSkeleton({ size, className, ...props }: AvatarLabelGroupSkeletonProps):
|
|
414
|
+
declare function AvatarLabelGroupSkeleton({ size, className, ...props }: AvatarLabelGroupSkeletonProps): React$1.JSX.Element;
|
|
416
415
|
|
|
417
416
|
/**
|
|
418
417
|
* Avatar props for badge avatar variant
|
|
@@ -516,7 +515,7 @@ declare const badgeVariants: (props?: ({
|
|
|
516
515
|
color?: "destructive" | "primary" | "secondary" | "success" | "warning" | "info" | "tip" | "muted" | null | undefined;
|
|
517
516
|
size?: "sm" | "lg" | "default" | null | undefined;
|
|
518
517
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
519
|
-
declare function Badge({ className, type, color, size, disabled, dot, icon, leadingIcon, trailingIcon, country, avatar, iconOnly, onDismiss, dismissLabel, interactive, tooltip, variant, asChild, children, onClick, ...props }: BadgeProps):
|
|
518
|
+
declare function Badge({ className, type, color, size, disabled, dot, icon, leadingIcon, trailingIcon, country, avatar, iconOnly, onDismiss, dismissLabel, interactive, tooltip, variant, asChild, children, onClick, ...props }: BadgeProps): React$1.JSX.Element;
|
|
520
519
|
|
|
521
520
|
/**
|
|
522
521
|
* Event payload passed to Button callbacks
|
|
@@ -639,7 +638,7 @@ declare const buttonVariants: (props?: ({
|
|
|
639
638
|
size?: "sm" | "lg" | "default" | "icon" | "icon-sm" | null | undefined;
|
|
640
639
|
shape?: "square" | "circle" | "default" | null | undefined;
|
|
641
640
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
642
|
-
declare function Button({ className, variant, tone, size, shape, fullWidth, asChild, badge, badgeColor, badgeSize, loading, loadingText, icon, leftIcon, rightIcon, disabled, children, tooltip, onClick, onFocus, onBlur, onKeyDown, "data-id": dataId, ...props }: ButtonProps):
|
|
641
|
+
declare function Button({ className, variant, tone, size, shape, fullWidth, asChild, badge, badgeColor, badgeSize, loading, loadingText, icon, leftIcon, rightIcon, disabled, children, tooltip, onClick, onFocus, onBlur, onKeyDown, "data-id": dataId, ...props }: ButtonProps): React$1.JSX.Element;
|
|
643
642
|
|
|
644
643
|
/**
|
|
645
644
|
* Divider orientation type
|
|
@@ -757,7 +756,7 @@ declare const dividerWrapperVariants: (props?: ({
|
|
|
757
756
|
* </Divider>
|
|
758
757
|
* ```
|
|
759
758
|
*/
|
|
760
|
-
declare function Divider({ className, orientation, decorative, type, visualStyle, lineType, labelPosition, children, ...props }: DividerProps):
|
|
759
|
+
declare function Divider({ className, orientation, decorative, type, visualStyle, lineType, labelPosition, children, ...props }: DividerProps): React$1.JSX.Element;
|
|
761
760
|
|
|
762
761
|
/**
|
|
763
762
|
* Context value for ButtonGroup prop inheritance
|
|
@@ -895,14 +894,14 @@ declare const buttonGroupItemVariants: (props?: ({
|
|
|
895
894
|
iconMode?: "none" | "dot" | "leading" | "only" | null | undefined;
|
|
896
895
|
current?: boolean | null | undefined;
|
|
897
896
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
898
|
-
declare function ButtonGroup({ className, orientation, variant, size, buttonVariant, disabled, children, ...props }: ButtonGroupProps):
|
|
899
|
-
declare function ButtonGroupText({ className, asChild, ...props }: ButtonGroupTextProps):
|
|
900
|
-
declare function ButtonGroupSeparator({ className, orientation, ...props }: ButtonGroupSeparatorProps):
|
|
897
|
+
declare function ButtonGroup({ className, orientation, variant, size, buttonVariant, disabled, children, ...props }: ButtonGroupProps): React$1.JSX.Element;
|
|
898
|
+
declare function ButtonGroupText({ className, asChild, ...props }: ButtonGroupTextProps): React$1.JSX.Element;
|
|
899
|
+
declare function ButtonGroupSeparator({ className, orientation, ...props }: ButtonGroupSeparatorProps): React$1.JSX.Element;
|
|
901
900
|
/**
|
|
902
901
|
* ButtonGroupItem - Individual segment in a segmented button group
|
|
903
902
|
* Use within ButtonGroup variant="segmented"
|
|
904
903
|
*/
|
|
905
|
-
declare function ButtonGroupItem({ className, current, iconMode, icon, dot, children, disabled, size, ...props }: ButtonGroupItemProps):
|
|
904
|
+
declare function ButtonGroupItem({ className, current, iconMode, icon, dot, children, disabled, size, ...props }: ButtonGroupItemProps): React$1.JSX.Element;
|
|
906
905
|
|
|
907
906
|
/**
|
|
908
907
|
* ConfirmButton component props
|
|
@@ -1009,7 +1008,7 @@ type ConfirmButtonSize = NonNullable<VariantProps<typeof buttonVariants>["size"]
|
|
|
1009
1008
|
* </ConfirmButton>
|
|
1010
1009
|
* ```
|
|
1011
1010
|
*/
|
|
1012
|
-
declare function ConfirmButton({ className, variant, size, leftIcon, rightIcon, disabled, children, confirmTitle, confirmDescription, confirmLabel, cancelLabel, confirmVariant, requireTyping, typingPlaceholder, typingLabel, caseSensitive, loading, open: controlledOpen, onOpenChange: controlledOnOpenChange, onConfirm, onCancel, ...props }: ConfirmButtonProps):
|
|
1011
|
+
declare function ConfirmButton({ className, variant, size, leftIcon, rightIcon, disabled, children, confirmTitle, confirmDescription, confirmLabel, cancelLabel, confirmVariant, requireTyping, typingPlaceholder, typingLabel, caseSensitive, loading, open: controlledOpen, onOpenChange: controlledOnOpenChange, onConfirm, onCancel, ...props }: ConfirmButtonProps): React$1.JSX.Element;
|
|
1013
1012
|
|
|
1014
1013
|
declare const featuredIconVariants: (props?: ({
|
|
1015
1014
|
size?: "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
|
|
@@ -1027,7 +1026,7 @@ type FeaturedIconSize = NonNullable<VariantProps<typeof featuredIconVariants>["s
|
|
|
1027
1026
|
type FeaturedIconShape = NonNullable<VariantProps<typeof featuredIconVariants>["shape"]>;
|
|
1028
1027
|
type FeaturedIconTone = NonNullable<VariantProps<typeof featuredIconVariants>["tone"]>;
|
|
1029
1028
|
|
|
1030
|
-
declare function FeaturedIcon({ className, size, shape, tone, children, ...props }: FeaturedIconProps):
|
|
1029
|
+
declare function FeaturedIcon({ className, size, shape, tone, children, ...props }: FeaturedIconProps): React$1.JSX.Element;
|
|
1031
1030
|
|
|
1032
1031
|
declare const folderStackVariants: (props?: ({
|
|
1033
1032
|
size?: "sm" | "lg" | "default" | "xs" | "xl" | null | undefined;
|
|
@@ -1066,7 +1065,7 @@ interface FolderStackProps extends Omit<React$1.ComponentProps<"div">, "onClick"
|
|
|
1066
1065
|
* @example
|
|
1067
1066
|
* <FolderStack tints={collectTints(folder)} size="default" interactive onClick={navigate} aria-label={folder.name} />
|
|
1068
1067
|
*/
|
|
1069
|
-
declare function FolderStack({ tints, size, interactive, active, className, "aria-label": ariaLabel, onClick, ...props }: FolderStackProps):
|
|
1068
|
+
declare function FolderStack({ tints, size, interactive, active, className, "aria-label": ariaLabel, onClick, ...props }: FolderStackProps): React$1.JSX.Element;
|
|
1070
1069
|
declare namespace FolderStack {
|
|
1071
1070
|
var displayName: string;
|
|
1072
1071
|
}
|
|
@@ -1135,7 +1134,7 @@ declare const headingVariants: (props?: ({
|
|
|
1135
1134
|
* // H2 semantico com tamanho visual de H1
|
|
1136
1135
|
* <Heading level={2} size="4xl">Titulo Grande</Heading>
|
|
1137
1136
|
*/
|
|
1138
|
-
declare function Heading({ className, level, size, weight, align, color, gradient, truncate, asChild, ref, ...props }: HeadingProps):
|
|
1137
|
+
declare function Heading({ className, level, size, weight, align, color, gradient, truncate, asChild, ref, ...props }: HeadingProps): React$1.JSX.Element;
|
|
1139
1138
|
|
|
1140
1139
|
/**
|
|
1141
1140
|
* Icon component props
|
|
@@ -1184,7 +1183,7 @@ declare const iconVariants: (props?: ({
|
|
|
1184
1183
|
variant?: "default" | "destructive" | "primary" | "success" | "warning" | "muted" | null | undefined;
|
|
1185
1184
|
size?: "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | null | undefined;
|
|
1186
1185
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1187
|
-
declare function Icon({ name: IconComponent, variant, size, spin, pulse, decorative, className, "aria-label": ariaLabel, "aria-hidden": ariaHidden, role, ref, ...props }: IconProps):
|
|
1186
|
+
declare function Icon({ name: IconComponent, variant, size, spin, pulse, decorative, className, "aria-label": ariaLabel, "aria-hidden": ariaHidden, role, ref, ...props }: IconProps): React$1.JSX.Element;
|
|
1188
1187
|
|
|
1189
1188
|
/**
|
|
1190
1189
|
* Available aspect ratio options
|
|
@@ -1271,7 +1270,7 @@ declare const imageVariants: (props?: ({
|
|
|
1271
1270
|
* placeholder={<div className="animate-pulse bg-muted" />}
|
|
1272
1271
|
* />
|
|
1273
1272
|
*/
|
|
1274
|
-
declare function Image(props: ImageProps):
|
|
1273
|
+
declare function Image(props: ImageProps): React$1.JSX.Element;
|
|
1275
1274
|
|
|
1276
1275
|
/**
|
|
1277
1276
|
* Kbd variants using CVA
|
|
@@ -1345,7 +1344,7 @@ interface KbdGroupProps extends ComponentProps<"div"> {
|
|
|
1345
1344
|
* <Kbd variant="outline">Esc</Kbd>
|
|
1346
1345
|
* ```
|
|
1347
1346
|
*/
|
|
1348
|
-
declare function Kbd({ className, size, variant, ...props }: KbdProps):
|
|
1347
|
+
declare function Kbd({ className, size, variant, ...props }: KbdProps): React$1.JSX.Element;
|
|
1349
1348
|
/**
|
|
1350
1349
|
* KbdGroup component for grouping keyboard shortcuts.
|
|
1351
1350
|
*
|
|
@@ -1358,7 +1357,7 @@ declare function Kbd({ className, size, variant, ...props }: KbdProps): react_js
|
|
|
1358
1357
|
* </KbdGroup>
|
|
1359
1358
|
* ```
|
|
1360
1359
|
*/
|
|
1361
|
-
declare function KbdGroup({ className, ...props }: KbdGroupProps):
|
|
1360
|
+
declare function KbdGroup({ className, ...props }: KbdGroupProps): React$1.JSX.Element;
|
|
1362
1361
|
|
|
1363
1362
|
/**
|
|
1364
1363
|
* Label component props
|
|
@@ -1389,7 +1388,7 @@ interface LabelProps extends ComponentProps<typeof LabelPrimitive.Root> {
|
|
|
1389
1388
|
size?: "lg" | "md" | "sm";
|
|
1390
1389
|
}
|
|
1391
1390
|
|
|
1392
|
-
declare function Label({ className, size, required, optional, optionalText, children, ...props }: LabelProps):
|
|
1391
|
+
declare function Label({ className, size, required, optional, optionalText, children, ...props }: LabelProps): React$1.JSX.Element;
|
|
1393
1392
|
|
|
1394
1393
|
/**
|
|
1395
1394
|
* Event payload passed to Link callbacks
|
|
@@ -1458,7 +1457,7 @@ declare const linkVariants: (props?: ({
|
|
|
1458
1457
|
size?: "sm" | "lg" | "inherit" | "default" | "xs" | null | undefined;
|
|
1459
1458
|
underline?: "none" | "always" | "hover" | null | undefined;
|
|
1460
1459
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1461
|
-
declare function Link({ className, variant, size, underline, asChild, external, leftIcon, rightIcon, showExternalIcon, children, onClick, href, rel, "data-id": dataId, ...props }: LinkProps):
|
|
1460
|
+
declare function Link({ className, variant, size, underline, asChild, external, leftIcon, rightIcon, showExternalIcon, children, onClick, href, rel, "data-id": dataId, ...props }: LinkProps): React$1.JSX.Element;
|
|
1462
1461
|
|
|
1463
1462
|
/**
|
|
1464
1463
|
* Available paragraph sizes
|
|
@@ -1554,7 +1553,7 @@ declare const paragraphVariants: (props?: ({
|
|
|
1554
1553
|
* Texto destacado
|
|
1555
1554
|
* </Paragraph>
|
|
1556
1555
|
*/
|
|
1557
|
-
declare function Paragraph({ className, size, weight, color, align, leading, spacing, prose, asChild, ref, ...props }: ParagraphProps):
|
|
1556
|
+
declare function Paragraph({ className, size, weight, color, align, leading, spacing, prose, asChild, ref, ...props }: ParagraphProps): React$1.JSX.Element;
|
|
1558
1557
|
|
|
1559
1558
|
/**
|
|
1560
1559
|
* The card "plate" that frames a payment brand logo. Background, border and
|
|
@@ -1589,7 +1588,7 @@ type PaymentMethodIconSize = NonNullable<VariantProps<typeof paymentMethodIconVa
|
|
|
1589
1588
|
* from Figma) framed in a tokenized card. Renders as a labelled `img` for
|
|
1590
1589
|
* assistive tech; pass `label=""` when the brand is already named nearby.
|
|
1591
1590
|
*/
|
|
1592
|
-
declare function PaymentMethodIcon({ method, size, label, className, ...props }: PaymentMethodIconProps):
|
|
1591
|
+
declare function PaymentMethodIcon({ method, size, label, className, ...props }: PaymentMethodIconProps): React$1.JSX.Element;
|
|
1593
1592
|
|
|
1594
1593
|
declare const paymentMethodLabels: Record<PaymentMethod, string>;
|
|
1595
1594
|
declare const paymentMethodLogos: Record<PaymentMethod, ReactNode>;
|
|
@@ -1725,7 +1724,7 @@ interface ProgressBarLabelProps {
|
|
|
1725
1724
|
* <ProgressBar value={30} color="error" size="lg" />
|
|
1726
1725
|
* ```
|
|
1727
1726
|
*/
|
|
1728
|
-
declare function ProgressBar({ className, value, max, size, color, label, formatValue, showValue, animate, tooltip, ref, ...props }: ProgressBarProps):
|
|
1727
|
+
declare function ProgressBar({ className, value, max, size, color, label, formatValue, showValue, animate, tooltip, ref, ...props }: ProgressBarProps): React$1.JSX.Element;
|
|
1729
1728
|
|
|
1730
1729
|
/**
|
|
1731
1730
|
* ProgressBar root (track) variants
|
|
@@ -1910,7 +1909,7 @@ interface ProgressCircleProps {
|
|
|
1910
1909
|
* <ProgressCircle value={50} size="lg" color="warning" />
|
|
1911
1910
|
* ```
|
|
1912
1911
|
*/
|
|
1913
|
-
declare function ProgressCircle({ value, max, indeterminate, size, shape, color, label, formatValue, showValue, radius: customRadius, strokeWidth: customStrokeWidth, className, animate, tooltip, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, }: ProgressCircleProps):
|
|
1912
|
+
declare function ProgressCircle({ value, max, indeterminate, size, shape, color, label, formatValue, showValue, radius: customRadius, strokeWidth: customStrokeWidth, className, animate, tooltip, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, }: ProgressCircleProps): React$1.JSX.Element;
|
|
1914
1913
|
|
|
1915
1914
|
/**
|
|
1916
1915
|
* Size configuration for ProgressCircle
|
|
@@ -2067,7 +2066,7 @@ interface SkeletonLoaderProps extends ComponentProps<"div">, VariantProps<typeof
|
|
|
2067
2066
|
* </div>
|
|
2068
2067
|
* ```
|
|
2069
2068
|
*/
|
|
2070
|
-
declare function SkeletonLoader({ className, shape, size, animation, ...props }: SkeletonLoaderProps):
|
|
2069
|
+
declare function SkeletonLoader({ className, shape, size, animation, ...props }: SkeletonLoaderProps): React$1.JSX.Element;
|
|
2071
2070
|
|
|
2072
2071
|
/**
|
|
2073
2072
|
* Token-based size type derived from spacerVariants
|
|
@@ -2153,7 +2152,7 @@ declare const spacerVariants: (props?: ({
|
|
|
2153
2152
|
* <Spacer flex="grow" />
|
|
2154
2153
|
* ```
|
|
2155
2154
|
*/
|
|
2156
|
-
declare function Spacer({ className, size, axis, flex, style, ref, ...props }: SpacerProps):
|
|
2155
|
+
declare function Spacer({ className, size, axis, flex, style, ref, ...props }: SpacerProps): React$1.JSX.Element;
|
|
2157
2156
|
|
|
2158
2157
|
/**
|
|
2159
2158
|
* Spinner variants using CVA
|
|
@@ -2228,7 +2227,7 @@ interface SpinnerProps extends Omit<ComponentProps<"svg">, "color">, VariantProp
|
|
|
2228
2227
|
/**
|
|
2229
2228
|
* GradientSpinner - Arc spinner with gradient effect
|
|
2230
2229
|
*/
|
|
2231
|
-
declare function GradientSpinner({ className, size, ...props }: Omit<SpinnerProps, "color" | "variant">):
|
|
2230
|
+
declare function GradientSpinner({ className, size, ...props }: Omit<SpinnerProps, "color" | "variant">): React$1.JSX.Element;
|
|
2232
2231
|
/**
|
|
2233
2232
|
* Spinner component for displaying loading indicators.
|
|
2234
2233
|
*
|
|
@@ -2254,7 +2253,7 @@ declare function GradientSpinner({ className, size, ...props }: Omit<SpinnerProp
|
|
|
2254
2253
|
* <Spinner size="xl" color="success" />
|
|
2255
2254
|
* ```
|
|
2256
2255
|
*/
|
|
2257
|
-
declare function Spinner({ className, size, color, variant, ...props }: SpinnerProps):
|
|
2256
|
+
declare function Spinner({ className, size, color, variant, ...props }: SpinnerProps): React$1.JSX.Element;
|
|
2258
2257
|
|
|
2259
2258
|
/**
|
|
2260
2259
|
* Event payload passed to SplitButton callbacks
|
|
@@ -2366,7 +2365,7 @@ declare const splitButtonVariants: (props?: ({
|
|
|
2366
2365
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
2367
2366
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2368
2367
|
|
|
2369
|
-
declare function SplitButton({ className, variant, size, children, onClick, menuItems, loading, loadingText, disabled, leftIcon, "data-id": dataId, triggerAriaLabel, defaultOpen, open, onOpenChange, ...props }: SplitButtonProps):
|
|
2368
|
+
declare function SplitButton({ className, variant, size, children, onClick, menuItems, loading, loadingText, disabled, leftIcon, "data-id": dataId, triggerAriaLabel, defaultOpen, open, onOpenChange, ...props }: SplitButtonProps): React$1.JSX.Element;
|
|
2370
2369
|
|
|
2371
2370
|
/**
|
|
2372
2371
|
* StatusIndicator style variants using CVA
|
|
@@ -2407,7 +2406,7 @@ type StatusIndicatorVariant = NonNullable<VariantProps<typeof statusIndicatorVar
|
|
|
2407
2406
|
*/
|
|
2408
2407
|
type StatusIndicatorSize = NonNullable<VariantProps<typeof statusIndicatorVariants>["size"]>;
|
|
2409
2408
|
|
|
2410
|
-
declare function StatusIndicator({ className, variant, shape, size, pulse, label, labelPosition, "aria-label": ariaLabel, ...props }: StatusIndicatorProps):
|
|
2409
|
+
declare function StatusIndicator({ className, variant, shape, size, pulse, label, labelPosition, "aria-label": ariaLabel, ...props }: StatusIndicatorProps): React$1.JSX.Element;
|
|
2411
2410
|
|
|
2412
2411
|
/**
|
|
2413
2412
|
* Tag style variants using CVA
|
|
@@ -2551,7 +2550,7 @@ interface TagGroupProps extends ComponentProps<"div">, VariantProps<typeof tagGr
|
|
|
2551
2550
|
* </Tag>
|
|
2552
2551
|
* ```
|
|
2553
2552
|
*/
|
|
2554
|
-
declare function Tag({ children, className, size: sizeProp, checkbox, checked: controlledChecked, defaultChecked, onCheckedChange, dot, dotColor, icon, avatar, country, count, onDismiss, disabled: disabledProp, onClick, onKeyDown, ...props }: TagProps):
|
|
2553
|
+
declare function Tag({ children, className, size: sizeProp, checkbox, checked: controlledChecked, defaultChecked, onCheckedChange, dot, dotColor, icon, avatar, country, count, onDismiss, disabled: disabledProp, onClick, onKeyDown, ...props }: TagProps): React$1.JSX.Element;
|
|
2555
2554
|
declare namespace Tag {
|
|
2556
2555
|
var displayName: string;
|
|
2557
2556
|
}
|
|
@@ -2594,7 +2593,7 @@ declare function useTagGroup(): null | TagGroupContextValue;
|
|
|
2594
2593
|
* </TagGroup>
|
|
2595
2594
|
* ```
|
|
2596
2595
|
*/
|
|
2597
|
-
declare function TagGroup({ children, className, layout, gap, align, size, disabled, ...props }: TagGroupProps):
|
|
2596
|
+
declare function TagGroup({ children, className, layout, gap, align, size, disabled, ...props }: TagGroupProps): React$1.JSX.Element;
|
|
2598
2597
|
declare namespace TagGroup {
|
|
2599
2598
|
var displayName: string;
|
|
2600
2599
|
}
|
|
@@ -2613,7 +2612,7 @@ interface TextProps extends Omit<React$1.HTMLAttributes<HTMLElement>, "color">,
|
|
|
2613
2612
|
htmlFor?: string;
|
|
2614
2613
|
truncate?: boolean;
|
|
2615
2614
|
}
|
|
2616
|
-
declare function Text({ className, variant, size, weight, color, as, asChild, truncate, children, ...props }: TextProps):
|
|
2615
|
+
declare function Text({ className, variant, size, weight, color, as, asChild, truncate, children, ...props }: TextProps): React$1.JSX.Element;
|
|
2617
2616
|
|
|
2618
2617
|
/**
|
|
2619
2618
|
* Variant type derived from textVariants.
|
|
@@ -2784,7 +2783,7 @@ declare const thumbnailVariants: (props?: ({
|
|
|
2784
2783
|
* <Thumbnail.Badge color="success">novo</Thumbnail.Badge>
|
|
2785
2784
|
* </Thumbnail>
|
|
2786
2785
|
*/
|
|
2787
|
-
declare function Thumbnail({ src, alt, size, aspectRatio, rounded, mode, tint, fallback, placeholder, onClick, selected, disabled, className, children, ...props }: ThumbnailProps):
|
|
2786
|
+
declare function Thumbnail({ src, alt, size, aspectRatio, rounded, mode, tint, fallback, placeholder, onClick, selected, disabled, className, children, ...props }: ThumbnailProps): React$1.JSX.Element;
|
|
2788
2787
|
declare namespace Thumbnail {
|
|
2789
2788
|
var Tag: typeof ThumbnailTag;
|
|
2790
2789
|
var PlayOverlay: typeof ThumbnailPlayOverlay;
|
|
@@ -2795,17 +2794,17 @@ declare namespace Thumbnail {
|
|
|
2795
2794
|
interface ThumbnailTagProps extends React$1.ComponentProps<"span"> {
|
|
2796
2795
|
position?: "bottom-left" | "bottom-right";
|
|
2797
2796
|
}
|
|
2798
|
-
declare function ThumbnailTag({ position, className, ...props }: ThumbnailTagProps):
|
|
2797
|
+
declare function ThumbnailTag({ position, className, ...props }: ThumbnailTagProps): React$1.JSX.Element;
|
|
2799
2798
|
interface ThumbnailPlayOverlayProps {
|
|
2800
2799
|
className?: string;
|
|
2801
2800
|
duration?: string;
|
|
2802
2801
|
size?: "default" | "lg" | "sm";
|
|
2803
2802
|
}
|
|
2804
|
-
declare function ThumbnailPlayOverlay({ duration, size, className, }: ThumbnailPlayOverlayProps):
|
|
2803
|
+
declare function ThumbnailPlayOverlay({ duration, size, className, }: ThumbnailPlayOverlayProps): React$1.JSX.Element;
|
|
2805
2804
|
interface ThumbnailBadgeProps extends React$1.ComponentProps<typeof Badge> {
|
|
2806
2805
|
position?: "top-left" | "top-right";
|
|
2807
2806
|
}
|
|
2808
|
-
declare function ThumbnailBadge({ position, className, ...props }: ThumbnailBadgeProps):
|
|
2807
|
+
declare function ThumbnailBadge({ position, className, ...props }: ThumbnailBadgeProps): React$1.JSX.Element;
|
|
2809
2808
|
interface ThumbnailCheckboxProps {
|
|
2810
2809
|
"aria-label"?: string;
|
|
2811
2810
|
checked: boolean;
|
|
@@ -2813,7 +2812,7 @@ interface ThumbnailCheckboxProps {
|
|
|
2813
2812
|
onChange: (checked: boolean, event: React$1.KeyboardEvent<HTMLButtonElement> | React$1.MouseEvent<HTMLButtonElement>) => void;
|
|
2814
2813
|
position?: "top-left" | "top-right";
|
|
2815
2814
|
}
|
|
2816
|
-
declare function ThumbnailCheckbox({ checked, onChange, position, className, "aria-label": ariaLabel, }: ThumbnailCheckboxProps):
|
|
2815
|
+
declare function ThumbnailCheckbox({ checked, onChange, position, className, "aria-label": ariaLabel, }: ThumbnailCheckboxProps): React$1.JSX.Element;
|
|
2817
2816
|
interface ThumbnailPinProps {
|
|
2818
2817
|
"aria-label"?: string;
|
|
2819
2818
|
className?: string;
|
|
@@ -2821,7 +2820,7 @@ interface ThumbnailPinProps {
|
|
|
2821
2820
|
pinned: boolean;
|
|
2822
2821
|
position?: "top-left" | "top-right";
|
|
2823
2822
|
}
|
|
2824
|
-
declare function ThumbnailPin({ pinned, onToggle, position, className, "aria-label": ariaLabel, }: ThumbnailPinProps):
|
|
2823
|
+
declare function ThumbnailPin({ pinned, onToggle, position, className, "aria-label": ariaLabel, }: ThumbnailPinProps): React$1.JSX.Element;
|
|
2825
2824
|
|
|
2826
2825
|
/**
|
|
2827
2826
|
* Toggle component props
|
|
@@ -2969,13 +2968,13 @@ declare const toggleVariants: (props?: ({
|
|
|
2969
2968
|
shape?: "rounded" | "pill" | null | undefined;
|
|
2970
2969
|
connected?: boolean | null | undefined;
|
|
2971
2970
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2972
|
-
declare function Toggle({ className, variant, size, shape, icon, children, ...props }: ToggleProps):
|
|
2971
|
+
declare function Toggle({ className, variant, size, shape, icon, children, ...props }: ToggleProps): React$1.JSX.Element;
|
|
2973
2972
|
declare namespace Toggle {
|
|
2974
2973
|
var Group: typeof ToggleGroup;
|
|
2975
2974
|
var Item: typeof ToggleItem;
|
|
2976
2975
|
}
|
|
2977
|
-
declare function ToggleGroup({ className, variant, size, shape, spacing, children, ...props }: ToggleGroupProps):
|
|
2978
|
-
declare function ToggleItem({ className, variant, size, shape, icon, children, ...props }: ToggleItemProps):
|
|
2976
|
+
declare function ToggleGroup({ className, variant, size, shape, spacing, children, ...props }: ToggleGroupProps): React$1.JSX.Element;
|
|
2977
|
+
declare function ToggleItem({ className, variant, size, shape, icon, children, ...props }: ToggleItemProps): React$1.JSX.Element;
|
|
2979
2978
|
|
|
2980
2979
|
/**
|
|
2981
2980
|
* Autocomplete size variants
|
|
@@ -3173,7 +3172,7 @@ interface AutocompleteProps extends Omit<ComponentProps<"div">, "onChange"> {
|
|
|
3173
3172
|
* />
|
|
3174
3173
|
* ```
|
|
3175
3174
|
*/
|
|
3176
|
-
declare function Autocomplete({ options, value: controlledValue, defaultValue, placeholder, loading, disabled, dropdown, dropdownMode, emptyMessage, error, errorMessage, icon, loadingMessage, autoHighlight, completeOnFocus, forceSelection, multiple, onChange, onClear, onInputChange, debounceMs, minChars, showClear, size, variant, open: controlledOpen, defaultOpen, onOpenChange, className, ...props }: AutocompleteProps):
|
|
3175
|
+
declare function Autocomplete({ options, value: controlledValue, defaultValue, placeholder, loading, disabled, dropdown, dropdownMode, emptyMessage, error, errorMessage, icon, loadingMessage, autoHighlight, completeOnFocus, forceSelection, multiple, onChange, onClear, onInputChange, debounceMs, minChars, showClear, size, variant, open: controlledOpen, defaultOpen, onOpenChange, className, ...props }: AutocompleteProps): React$1.JSX.Element;
|
|
3177
3176
|
|
|
3178
3177
|
/**
|
|
3179
3178
|
* Checkbox size variants
|
|
@@ -3194,7 +3193,7 @@ interface CheckboxProps extends ComponentProps<typeof CheckboxPrimitive.Root> {
|
|
|
3194
3193
|
*/
|
|
3195
3194
|
type CheckboxState = "indeterminate" | boolean;
|
|
3196
3195
|
|
|
3197
|
-
declare function Checkbox({ className, size, ...props }: CheckboxProps):
|
|
3196
|
+
declare function Checkbox({ className, size, ...props }: CheckboxProps): React$1.JSX.Element;
|
|
3198
3197
|
|
|
3199
3198
|
declare const checkboxVariants: (props?: ({
|
|
3200
3199
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
@@ -3341,7 +3340,7 @@ interface CheckboxGroupItemProps {
|
|
|
3341
3340
|
* />
|
|
3342
3341
|
* ```
|
|
3343
3342
|
*/
|
|
3344
|
-
declare function CheckboxGroupItem({ className, size, label, description, id, value, checked, onCheckedChange, disabled, name, }: CheckboxGroupItemProps):
|
|
3343
|
+
declare function CheckboxGroupItem({ className, size, label, description, id, value, checked, onCheckedChange, disabled, name, }: CheckboxGroupItemProps): React$1.JSX.Element;
|
|
3345
3344
|
/**
|
|
3346
3345
|
* CheckboxGroup - A group of related checkboxes with shared state management
|
|
3347
3346
|
*
|
|
@@ -3371,7 +3370,7 @@ declare function CheckboxGroupItem({ className, size, label, description, id, va
|
|
|
3371
3370
|
* />
|
|
3372
3371
|
* ```
|
|
3373
3372
|
*/
|
|
3374
|
-
declare function CheckboxGroup({ className, label, options, value: controlledValue, defaultValue, onChange, orientation, size, disabled, name, required, }: CheckboxGroupProps):
|
|
3373
|
+
declare function CheckboxGroup({ className, label, options, value: controlledValue, defaultValue, onChange, orientation, size, disabled, name, required, }: CheckboxGroupProps): React$1.JSX.Element;
|
|
3375
3374
|
|
|
3376
3375
|
declare const checkboxGroupVariants: (props?: ({
|
|
3377
3376
|
orientation?: "vertical" | "horizontal" | null | undefined;
|
|
@@ -3482,7 +3481,7 @@ interface ColorPickerProps extends Omit<ComponentProps<"div">, "defaultValue" |
|
|
|
3482
3481
|
variant?: ColorPickerVariant;
|
|
3483
3482
|
}
|
|
3484
3483
|
|
|
3485
|
-
declare function ColorPicker({ className, value, defaultValue, placeholder, disabled, swatches, showInput, showAlpha, showPreview, onChange, onOpenChange, size, variant, required, invalid, id, name, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, ...props }: ColorPickerProps):
|
|
3484
|
+
declare function ColorPicker({ className, value, defaultValue, placeholder, disabled, swatches, showInput, showAlpha, showPreview, onChange, onOpenChange, size, variant, required, invalid, id, name, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, ...props }: ColorPickerProps): React$1.JSX.Element;
|
|
3486
3485
|
|
|
3487
3486
|
/**
|
|
3488
3487
|
* ColorPicker trigger variant styles using CVA
|
|
@@ -3630,7 +3629,7 @@ interface ComboboxProps extends Omit<ComponentProps<"button">, "onChange" | "val
|
|
|
3630
3629
|
* />
|
|
3631
3630
|
* ```
|
|
3632
3631
|
*/
|
|
3633
|
-
declare function Combobox({ options, value: controlledValue, defaultValue, placeholder, searchPlaceholder, emptyMessage, disabled, open: controlledOpen, defaultOpen, onOpenChange, onChange, onSearch, size, variant, kbdHint, className, ...props }: ComboboxProps):
|
|
3632
|
+
declare function Combobox({ options, value: controlledValue, defaultValue, placeholder, searchPlaceholder, emptyMessage, disabled, open: controlledOpen, defaultOpen, onOpenChange, onChange, onSearch, size, variant, kbdHint, className, ...props }: ComboboxProps): React$1.JSX.Element;
|
|
3634
3633
|
|
|
3635
3634
|
/**
|
|
3636
3635
|
* DatePicker size variants
|
|
@@ -3799,7 +3798,7 @@ interface DatePickerProps extends Omit<ComponentProps<"div">, "defaultValue" | "
|
|
|
3799
3798
|
variant?: DatePickerVariant;
|
|
3800
3799
|
}
|
|
3801
3800
|
|
|
3802
|
-
declare function DatePicker({ ref, className, align, dialogLabel, value, defaultValue, placeholder, disabled, disabledDates, readOnly, showTimePicker, showToday, timeLabel, timeMinuteStep, timeUse12Hour, todayLabel, minDate, maxDate, format, locale, onChange, onOpenChange, onClear, size, variant, required, invalid, clearable, calendarProps, id, name, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, "aria-describedby": ariaDescribedby, ...props }: DatePickerProps):
|
|
3801
|
+
declare function DatePicker({ ref, className, align, dialogLabel, value, defaultValue, placeholder, disabled, disabledDates, readOnly, showTimePicker, showToday, timeLabel, timeMinuteStep, timeUse12Hour, todayLabel, minDate, maxDate, format, locale, onChange, onOpenChange, onClear, size, variant, required, invalid, clearable, calendarProps, id, name, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, "aria-describedby": ariaDescribedby, ...props }: DatePickerProps): React$1.JSX.Element;
|
|
3803
3802
|
|
|
3804
3803
|
/**
|
|
3805
3804
|
* DatePicker trigger variant styles using CVA
|
|
@@ -3858,8 +3857,8 @@ type CalendarDayButtonProps = ComponentPropsWithoutRef<typeof DayButton>;
|
|
|
3858
3857
|
*/
|
|
3859
3858
|
type CalendarRef = ComponentRef<typeof DayPicker>;
|
|
3860
3859
|
|
|
3861
|
-
declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, activeDates, modifiers: propModifiers, ...props }: CalendarProps):
|
|
3862
|
-
declare function CalendarDayButton({ className, day, modifiers, children, ...props }: CalendarDayButtonProps):
|
|
3860
|
+
declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, activeDates, modifiers: propModifiers, ...props }: CalendarProps): React$1.JSX.Element;
|
|
3861
|
+
declare function CalendarDayButton({ className, day, modifiers, children, ...props }: CalendarDayButtonProps): React$1.JSX.Element;
|
|
3863
3862
|
|
|
3864
3863
|
/**
|
|
3865
3864
|
* Calendar container styles
|
|
@@ -4030,17 +4029,17 @@ interface DateRangeInputProps {
|
|
|
4030
4029
|
/**
|
|
4031
4030
|
* DateRangePicker component for selecting a date range with optional presets
|
|
4032
4031
|
*/
|
|
4033
|
-
declare function DateRangePicker({ ref, className, value, defaultValue, placeholder, disabled, disabledDates, readOnly, minDate, maxDate, format, locale, onChange, onOpenChange, onClear, size, variant, displayMode, modalTitle, required, invalid, clearable, numberOfMonths, presets, showPresets, requireConfirmation, showTodayButton, activeDates, calendarProps, id, name, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, "aria-describedby": ariaDescribedby, ...props }: DateRangePickerProps):
|
|
4032
|
+
declare function DateRangePicker({ ref, className, value, defaultValue, placeholder, disabled, disabledDates, readOnly, minDate, maxDate, format, locale, onChange, onOpenChange, onClear, size, variant, displayMode, modalTitle, required, invalid, clearable, numberOfMonths, presets, showPresets, requireConfirmation, showTodayButton, activeDates, calendarProps, id, name, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, "aria-describedby": ariaDescribedby, ...props }: DateRangePickerProps): React$1.JSX.Element;
|
|
4034
4033
|
|
|
4035
4034
|
/**
|
|
4036
4035
|
* DateRangePresets component displays a list of quick-select preset date ranges
|
|
4037
4036
|
*/
|
|
4038
|
-
declare function DateRangePresets({ presets, selectedPreset, onSelect, }: DateRangePresetsProps):
|
|
4037
|
+
declare function DateRangePresets({ presets, selectedPreset, onSelect, }: DateRangePresetsProps): React$1.JSX.Element;
|
|
4039
4038
|
|
|
4040
4039
|
/**
|
|
4041
4040
|
* DateRangeInput component provides editable text inputs for date range entry
|
|
4042
4041
|
*/
|
|
4043
|
-
declare function DateRangeInput({ value, format, locale, onChange, disabled, readOnly, startPlaceholder, endPlaceholder, }: DateRangeInputProps):
|
|
4042
|
+
declare function DateRangeInput({ value, format, locale, onChange, disabled, readOnly, startPlaceholder, endPlaceholder, }: DateRangeInputProps): React$1.JSX.Element;
|
|
4044
4043
|
|
|
4045
4044
|
/**
|
|
4046
4045
|
* Default preset options for quick date range selection.
|
|
@@ -4183,7 +4182,7 @@ interface EmailInputProps extends Omit<ComponentProps<"input">, "size" | "type">
|
|
|
4183
4182
|
* <EmailInput placeholder="Enter email" />
|
|
4184
4183
|
* ```
|
|
4185
4184
|
*/
|
|
4186
|
-
declare function EmailInput({ className, size, variant, validationState, showValidationIcon, validIcon, invalidIcon, disabled, ...props }: EmailInputProps):
|
|
4185
|
+
declare function EmailInput({ className, size, variant, validationState, showValidationIcon, validIcon, invalidIcon, disabled, ...props }: EmailInputProps): React$1.JSX.Element;
|
|
4187
4186
|
|
|
4188
4187
|
/**
|
|
4189
4188
|
* Email validation icon visual variants
|
|
@@ -4293,7 +4292,7 @@ type ErrorMessageIconVariantProps = VariantProps<typeof errorMessageIconVariants
|
|
|
4293
4292
|
* <ErrorMessage variant="bordered">Please fix this error</ErrorMessage>
|
|
4294
4293
|
* ```
|
|
4295
4294
|
*/
|
|
4296
|
-
declare function ErrorMessage({ className, variant, size, icon, showIcon, animated, errors, children, ref, ...props }: ErrorMessageProps & ErrorMessageVariantProps):
|
|
4295
|
+
declare function ErrorMessage({ className, variant, size, icon, showIcon, animated, errors, children, ref, ...props }: ErrorMessageProps & ErrorMessageVariantProps): React$1.JSX.Element | null;
|
|
4297
4296
|
|
|
4298
4297
|
/**
|
|
4299
4298
|
* FieldSet variant styles using CVA
|
|
@@ -4425,16 +4424,16 @@ interface FieldErrorProps extends ComponentProps<"div"> {
|
|
|
4425
4424
|
errors?: (FieldErrorItem | undefined)[];
|
|
4426
4425
|
}
|
|
4427
4426
|
|
|
4428
|
-
declare function FieldSet({ className, ...props }: FieldSetProps):
|
|
4429
|
-
declare function FieldLegend({ className, variant, ...props }: FieldLegendProps):
|
|
4430
|
-
declare function FieldGroup({ className, ...props }: FieldGroupProps):
|
|
4431
|
-
declare function Field({ className, orientation, ...props }: FieldProps):
|
|
4432
|
-
declare function FieldContent({ className, ...props }: FieldContentProps):
|
|
4433
|
-
declare function FieldLabel({ className, ...props }: FieldLabelProps):
|
|
4434
|
-
declare function FieldTitle({ className, ...props }: FieldTitleProps):
|
|
4435
|
-
declare function FieldDescription({ className, id, ...props }: FieldDescriptionProps):
|
|
4436
|
-
declare function FieldSeparator({ children, className, ...props }: FieldSeparatorProps):
|
|
4437
|
-
declare function FieldError({ className, children, errors, id, ...props }: FieldErrorProps):
|
|
4427
|
+
declare function FieldSet({ className, ...props }: FieldSetProps): React$1.JSX.Element;
|
|
4428
|
+
declare function FieldLegend({ className, variant, ...props }: FieldLegendProps): React$1.JSX.Element;
|
|
4429
|
+
declare function FieldGroup({ className, ...props }: FieldGroupProps): React$1.JSX.Element;
|
|
4430
|
+
declare function Field({ className, orientation, ...props }: FieldProps): React$1.JSX.Element;
|
|
4431
|
+
declare function FieldContent({ className, ...props }: FieldContentProps): React$1.JSX.Element;
|
|
4432
|
+
declare function FieldLabel({ className, ...props }: FieldLabelProps): React$1.JSX.Element;
|
|
4433
|
+
declare function FieldTitle({ className, ...props }: FieldTitleProps): React$1.JSX.Element;
|
|
4434
|
+
declare function FieldDescription({ className, id, ...props }: FieldDescriptionProps): React$1.JSX.Element;
|
|
4435
|
+
declare function FieldSeparator({ children, className, ...props }: FieldSeparatorProps): React$1.JSX.Element;
|
|
4436
|
+
declare function FieldError({ className, children, errors, id, ...props }: FieldErrorProps): React$1.JSX.Element | null;
|
|
4438
4437
|
|
|
4439
4438
|
/**
|
|
4440
4439
|
* FloatLabel variant determines label position behavior
|
|
@@ -4481,7 +4480,7 @@ interface FloatLabelProps extends Omit<ComponentProps<"div">, "children"> {
|
|
|
4481
4480
|
* </FloatLabel>
|
|
4482
4481
|
* ```
|
|
4483
4482
|
*/
|
|
4484
|
-
declare function FloatLabel({ children, label, hasValue, variant, className, ...props }: FloatLabelProps):
|
|
4483
|
+
declare function FloatLabel({ children, label, hasValue, variant, className, ...props }: FloatLabelProps): React$1.JSX.Element;
|
|
4485
4484
|
|
|
4486
4485
|
/**
|
|
4487
4486
|
* FormValidation state types
|
|
@@ -4550,7 +4549,7 @@ type FormValidationVariantProps = VariantProps<typeof formValidationVariants>;
|
|
|
4550
4549
|
* />
|
|
4551
4550
|
* ```
|
|
4552
4551
|
*/
|
|
4553
|
-
declare function FormValidation({ className, state, error, success, warning, help, ...props }: FormValidationProps & FormValidationVariantProps):
|
|
4552
|
+
declare function FormValidation({ className, state, error, success, warning, help, ...props }: FormValidationProps & FormValidationVariantProps): React$1.JSX.Element | null;
|
|
4554
4553
|
|
|
4555
4554
|
/**
|
|
4556
4555
|
* HelpText visual variants
|
|
@@ -4648,7 +4647,7 @@ type HelpTextIconVariantProps = VariantProps<typeof helpTextIconVariants>;
|
|
|
4648
4647
|
* <HelpText srOnly>This is only visible to screen readers</HelpText>
|
|
4649
4648
|
* ```
|
|
4650
4649
|
*/
|
|
4651
|
-
declare function HelpText({ className, variant, size, icon, showIcon, asChild, srOnly, children, ...props }: HelpTextProps & Omit<HelpTextVariantProps, "srOnly">):
|
|
4650
|
+
declare function HelpText({ className, variant, size, icon, showIcon, asChild, srOnly, children, ...props }: HelpTextProps & Omit<HelpTextVariantProps, "srOnly">): React$1.JSX.Element;
|
|
4652
4651
|
|
|
4653
4652
|
/**
|
|
4654
4653
|
* Props for the IftaLabel component
|
|
@@ -4679,7 +4678,7 @@ interface IftaLabelProps extends Omit<ComponentProps<"div">, "children"> {
|
|
|
4679
4678
|
* </IftaLabel>
|
|
4680
4679
|
* ```
|
|
4681
4680
|
*/
|
|
4682
|
-
declare function IftaLabel({ children, label, className, ...props }: IftaLabelProps):
|
|
4681
|
+
declare function IftaLabel({ children, label, className, ...props }: IftaLabelProps): React$1.JSX.Element;
|
|
4683
4682
|
|
|
4684
4683
|
/**
|
|
4685
4684
|
* FormItem variant styles using CVA
|
|
@@ -4809,9 +4808,9 @@ interface UseFormFieldReturn {
|
|
|
4809
4808
|
name: string;
|
|
4810
4809
|
}
|
|
4811
4810
|
|
|
4812
|
-
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(
|
|
4811
|
+
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, handleSubmit, unregister, control, register, setFocus, subscribe, }: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
|
|
4813
4812
|
declare const FormFieldContext: React$1.Context<FormFieldContextValue<FieldValues, string>>;
|
|
4814
|
-
declare function FormField<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>):
|
|
4813
|
+
declare function FormField<TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>): React$1.JSX.Element;
|
|
4815
4814
|
declare const useFormField: () => {
|
|
4816
4815
|
invalid: boolean;
|
|
4817
4816
|
isDirty: boolean;
|
|
@@ -4825,13 +4824,13 @@ declare const useFormField: () => {
|
|
|
4825
4824
|
formMessageId: string;
|
|
4826
4825
|
};
|
|
4827
4826
|
declare const FormItemContext: React$1.Context<FormItemContextValue>;
|
|
4828
|
-
declare function FormItem({ className, spacing, ...props }: FormItemProps):
|
|
4829
|
-
declare function FormLabel({ className, ...props }: FormLabelProps):
|
|
4830
|
-
declare function FormControl({ ...props }: FormControlProps):
|
|
4831
|
-
declare function FormDescription({ className, size, ...props }: FormDescriptionProps):
|
|
4832
|
-
declare function FormMessage({ className, state, children, ...props }: FormMessageProps):
|
|
4827
|
+
declare function FormItem({ className, spacing, ...props }: FormItemProps): React$1.JSX.Element;
|
|
4828
|
+
declare function FormLabel({ className, ...props }: FormLabelProps): React$1.JSX.Element;
|
|
4829
|
+
declare function FormControl({ ...props }: FormControlProps): React$1.JSX.Element;
|
|
4830
|
+
declare function FormDescription({ className, size, ...props }: FormDescriptionProps): React$1.JSX.Element;
|
|
4831
|
+
declare function FormMessage({ className, state, children, ...props }: FormMessageProps): React$1.JSX.Element | null;
|
|
4833
4832
|
|
|
4834
|
-
declare function TextInput({ className, type, size, variant, leadingIcon, trailingIcon, leadingIconInteractive, trailingIconInteractive, ...props }: TextInputProps):
|
|
4833
|
+
declare function TextInput({ className, type, size, variant, leadingIcon, trailingIcon, leadingIconInteractive, trailingIconInteractive, ...props }: TextInputProps): React$1.JSX.Element;
|
|
4835
4834
|
|
|
4836
4835
|
/**
|
|
4837
4836
|
* Input variant styles using CVA
|
|
@@ -4937,12 +4936,12 @@ interface InputGroupInputProps extends TextInputProps {
|
|
|
4937
4936
|
interface InputGroupTextareaProps extends ComponentProps<"textarea"> {
|
|
4938
4937
|
}
|
|
4939
4938
|
|
|
4940
|
-
declare function InputGroup({ className, size, disabled, ...props }: InputGroupProps):
|
|
4941
|
-
declare function InputGroupAddon({ className, align, ...props }: InputGroupAddonProps):
|
|
4942
|
-
declare function InputGroupButton({ className, type, variant, size, disabled, ...props }: InputGroupButtonProps):
|
|
4943
|
-
declare function InputGroupText({ className, ...props }: InputGroupTextProps):
|
|
4944
|
-
declare function InputGroupInput({ className, disabled, ...props }: InputGroupInputProps):
|
|
4945
|
-
declare function InputGroupTextarea({ className, disabled, ...props }: InputGroupTextareaProps):
|
|
4939
|
+
declare function InputGroup({ className, size, disabled, ...props }: InputGroupProps): React$1.JSX.Element;
|
|
4940
|
+
declare function InputGroupAddon({ className, align, ...props }: InputGroupAddonProps): React$1.JSX.Element;
|
|
4941
|
+
declare function InputGroupButton({ className, type, variant, size, disabled, ...props }: InputGroupButtonProps): React$1.JSX.Element;
|
|
4942
|
+
declare function InputGroupText({ className, ...props }: InputGroupTextProps): React$1.JSX.Element;
|
|
4943
|
+
declare function InputGroupInput({ className, disabled, ...props }: InputGroupInputProps): React$1.JSX.Element;
|
|
4944
|
+
declare function InputGroupTextarea({ className, disabled, ...props }: InputGroupTextareaProps): React$1.JSX.Element;
|
|
4946
4945
|
|
|
4947
4946
|
/**
|
|
4948
4947
|
* InputOTP size variants
|
|
@@ -5008,10 +5007,10 @@ interface InputOTPSeparatorProps extends ComponentProps<"div"> {
|
|
|
5008
5007
|
children?: React.ReactNode;
|
|
5009
5008
|
}
|
|
5010
5009
|
|
|
5011
|
-
declare function InputOTP({ className, containerClassName, slotSize, defaultValue, onChange, value, ...props }: InputOTPProps):
|
|
5012
|
-
declare function InputOTPGroup({ className, ...props }: InputOTPGroupProps):
|
|
5013
|
-
declare function InputOTPSlot({ index, size, placeholder, className, ...props }: InputOTPSlotProps):
|
|
5014
|
-
declare function InputOTPSeparator({ children, ...props }: InputOTPSeparatorProps):
|
|
5010
|
+
declare function InputOTP({ className, containerClassName, slotSize, defaultValue, onChange, value, ...props }: InputOTPProps): React$1.JSX.Element;
|
|
5011
|
+
declare function InputOTPGroup({ className, ...props }: InputOTPGroupProps): React$1.JSX.Element;
|
|
5012
|
+
declare function InputOTPSlot({ index, size, placeholder, className, ...props }: InputOTPSlotProps): React$1.JSX.Element;
|
|
5013
|
+
declare function InputOTPSeparator({ children, ...props }: InputOTPSeparatorProps): React$1.JSX.Element;
|
|
5015
5014
|
|
|
5016
5015
|
/**
|
|
5017
5016
|
* InputOTP slot variant styles using CVA
|
|
@@ -5139,7 +5138,7 @@ interface InputOTPFieldProps extends InputOTPExtraProps {
|
|
|
5139
5138
|
* />
|
|
5140
5139
|
* ```
|
|
5141
5140
|
*/
|
|
5142
|
-
declare function InputOTPField({ label, description, errorMessage, required, digits, placeholder, size, slotSize, onChange, onComplete, value, defaultValue, disabled, pattern, className, containerClassName, }: InputOTPFieldProps):
|
|
5141
|
+
declare function InputOTPField({ label, description, errorMessage, required, digits, placeholder, size, slotSize, onChange, onComplete, value, defaultValue, disabled, pattern, className, containerClassName, }: InputOTPFieldProps): React$1.JSX.Element;
|
|
5143
5142
|
|
|
5144
5143
|
/**
|
|
5145
5144
|
* InputOTPField container variant styles using CVA
|
|
@@ -5312,7 +5311,7 @@ interface MultiSelectProps extends Omit<ComponentProps<"div">, "onChange"> {
|
|
|
5312
5311
|
* />
|
|
5313
5312
|
* ```
|
|
5314
5313
|
*/
|
|
5315
|
-
declare function MultiSelect({ options, value: controlledValue, defaultValue, placeholder, searchPlaceholder, emptyMessage, disabled, error, errorMessage: _errorMessage, icon, maxSelected, name, open: controlledOpen, defaultOpen, onOpenChange, onChange, onSearch, required, size, variant, className, ...props }: MultiSelectProps):
|
|
5314
|
+
declare function MultiSelect({ options, value: controlledValue, defaultValue, placeholder, searchPlaceholder, emptyMessage, disabled, error, errorMessage: _errorMessage, icon, maxSelected, name, open: controlledOpen, defaultOpen, onOpenChange, onChange, onSearch, required, size, variant, className, ...props }: MultiSelectProps): React$1.JSX.Element;
|
|
5316
5315
|
|
|
5317
5316
|
type NativeSelectSize$1 = "lg" | "md" | "sm" | "xl" | "xs";
|
|
5318
5317
|
type NativeSelectVariant = "default" | "filled" | "flushed";
|
|
@@ -5329,9 +5328,9 @@ interface NativeSelectOptionProps extends ComponentProps<"option"> {
|
|
|
5329
5328
|
interface NativeSelectOptGroupProps extends ComponentProps<"optgroup"> {
|
|
5330
5329
|
}
|
|
5331
5330
|
|
|
5332
|
-
declare function NativeSelect({ className, size, variant, leftIcon, ...props }: NativeSelectProps):
|
|
5333
|
-
declare function NativeSelectOption({ ...props }: NativeSelectOptionProps):
|
|
5334
|
-
declare function NativeSelectOptGroup({ className, ...props }: NativeSelectOptGroupProps):
|
|
5331
|
+
declare function NativeSelect({ className, size, variant, leftIcon, ...props }: NativeSelectProps): React$1.JSX.Element;
|
|
5332
|
+
declare function NativeSelectOption({ ...props }: NativeSelectOptionProps): React$1.JSX.Element;
|
|
5333
|
+
declare function NativeSelectOptGroup({ className, ...props }: NativeSelectOptGroupProps): React$1.JSX.Element;
|
|
5335
5334
|
|
|
5336
5335
|
/**
|
|
5337
5336
|
* NativeSelect variant styles using CVA
|
|
@@ -5426,7 +5425,7 @@ interface NumberInputProps extends Omit<ComponentProps<"input">, "size" | "type"
|
|
|
5426
5425
|
* />
|
|
5427
5426
|
* ```
|
|
5428
5427
|
*/
|
|
5429
|
-
declare function NumberInput({ className, size, variant, showStepper, incrementIcon, decrementIcon, onIncrement, onDecrement, disabled, min, max, step, ...props }: NumberInputProps):
|
|
5428
|
+
declare function NumberInput({ className, size, variant, showStepper, incrementIcon, decrementIcon, onIncrement, onDecrement, disabled, min, max, step, ...props }: NumberInputProps): React$1.JSX.Element;
|
|
5430
5429
|
|
|
5431
5430
|
/**
|
|
5432
5431
|
* Number stepper container variant styles using CVA
|
|
@@ -5491,7 +5490,7 @@ interface PasswordInputProps extends Omit<ComponentProps<"input">, "size" | "typ
|
|
|
5491
5490
|
* <PasswordInput placeholder="Enter password" />
|
|
5492
5491
|
* ```
|
|
5493
5492
|
*/
|
|
5494
|
-
declare function PasswordInput({ className, size, variant, showToggle, showIcon, hideIcon, disabled, ...props }: PasswordInputProps):
|
|
5493
|
+
declare function PasswordInput({ className, size, variant, showToggle, showIcon, hideIcon, disabled, ...props }: PasswordInputProps): React$1.JSX.Element;
|
|
5495
5494
|
|
|
5496
5495
|
/**
|
|
5497
5496
|
* Password toggle button variant styles using CVA
|
|
@@ -5624,7 +5623,7 @@ interface PaymentInputProps extends Omit<ComponentProps<"input">, "defaultValue"
|
|
|
5624
5623
|
* />
|
|
5625
5624
|
* ```
|
|
5626
5625
|
*/
|
|
5627
|
-
declare function PaymentInput({ value: controlledValue, defaultValue, onChange, onCardTypeChange, disabled, size, variant, invalid, showCardIcon, placeholder, className, ...props }: PaymentInputProps):
|
|
5626
|
+
declare function PaymentInput({ value: controlledValue, defaultValue, onChange, onCardTypeChange, disabled, size, variant, invalid, showCardIcon, placeholder, className, ...props }: PaymentInputProps): React$1.JSX.Element;
|
|
5628
5627
|
|
|
5629
5628
|
/**
|
|
5630
5629
|
* PaymentInput container variant styles using CVA
|
|
@@ -5766,7 +5765,7 @@ interface PhoneInputProps extends Omit<ComponentProps<"input">, "defaultValue" |
|
|
|
5766
5765
|
* />
|
|
5767
5766
|
* ```
|
|
5768
5767
|
*/
|
|
5769
|
-
declare function PhoneInput({ value: controlledValue, defaultValue, onChange, onCountryChange, defaultCountry, countries, disabled, size, variant, invalid, placeholder, className, ...props }: PhoneInputProps):
|
|
5768
|
+
declare function PhoneInput({ value: controlledValue, defaultValue, onChange, onCountryChange, defaultCountry, countries, disabled, size, variant, invalid, placeholder, className, ...props }: PhoneInputProps): React$1.JSX.Element;
|
|
5770
5769
|
|
|
5771
5770
|
/**
|
|
5772
5771
|
* PhoneInput container variant styles using CVA
|
|
@@ -5831,7 +5830,7 @@ interface RadioButtonProps extends Omit<ComponentProps<"input">, "size" | "type"
|
|
|
5831
5830
|
* <RadioButton name="option" value="2" label="Option 2" />
|
|
5832
5831
|
* ```
|
|
5833
5832
|
*/
|
|
5834
|
-
declare function RadioButton({ className, size, label, description, id, ref, "aria-describedby": ariaDescribedBy, ...props }: RadioButtonProps):
|
|
5833
|
+
declare function RadioButton({ className, size, label, description, id, ref, "aria-describedby": ariaDescribedBy, ...props }: RadioButtonProps): React$1.JSX.Element;
|
|
5835
5834
|
|
|
5836
5835
|
declare const radioButtonVariants: (props?: ({
|
|
5837
5836
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
@@ -5927,11 +5926,11 @@ interface RadioCardGroupItemProps extends Omit<ComponentPropsWithoutRef<typeof R
|
|
|
5927
5926
|
* </RadioCardGroup>
|
|
5928
5927
|
* ```
|
|
5929
5928
|
*/
|
|
5930
|
-
declare function RadioCardGroup({ children, className, columns, size, ...props }: RadioCardGroupProps):
|
|
5929
|
+
declare function RadioCardGroup({ children, className, columns, size, ...props }: RadioCardGroupProps): React$1.JSX.Element;
|
|
5931
5930
|
/**
|
|
5932
5931
|
* RadioCardGroupItem - Individual card option
|
|
5933
5932
|
*/
|
|
5934
|
-
declare function RadioCardGroupItem({ className, description, icon, size: sizeProp, title, ...props }: RadioCardGroupItemProps):
|
|
5933
|
+
declare function RadioCardGroupItem({ className, description, icon, size: sizeProp, title, ...props }: RadioCardGroupItemProps): React$1.JSX.Element;
|
|
5935
5934
|
|
|
5936
5935
|
declare const radioCardGroupVariants: (props?: ({
|
|
5937
5936
|
columns?: 1 | 4 | 3 | 2 | null | undefined;
|
|
@@ -5997,8 +5996,8 @@ type RadioGroupItemProps = ComponentProps<typeof RadioGroupPrimitive.Item> & Rad
|
|
|
5997
5996
|
label?: string;
|
|
5998
5997
|
};
|
|
5999
5998
|
|
|
6000
|
-
declare function RadioGroup({ className, orientation, ...props }: RadioGroupProps):
|
|
6001
|
-
declare function RadioGroupItem({ className, size, label, id, ...props }: RadioGroupItemProps):
|
|
5999
|
+
declare function RadioGroup({ className, orientation, ...props }: RadioGroupProps): React$1.JSX.Element;
|
|
6000
|
+
declare function RadioGroupItem({ className, size, label, id, ...props }: RadioGroupItemProps): React$1.JSX.Element;
|
|
6002
6001
|
|
|
6003
6002
|
/**
|
|
6004
6003
|
* Rating size variants
|
|
@@ -6086,7 +6085,7 @@ interface RatingItemProps {
|
|
|
6086
6085
|
tabIndex: number;
|
|
6087
6086
|
}
|
|
6088
6087
|
|
|
6089
|
-
declare function Rating({ className, value: controlledValue, defaultValue, max, size, allowHalf, readOnly, disabled, emptyIcon, filledIcon, halfIcon, onChange, onHover, name, ...props }: RatingProps):
|
|
6088
|
+
declare function Rating({ className, value: controlledValue, defaultValue, max, size, allowHalf, readOnly, disabled, emptyIcon, filledIcon, halfIcon, onChange, onHover, name, ...props }: RatingProps): React$1.JSX.Element;
|
|
6090
6089
|
|
|
6091
6090
|
declare const ratingVariants: (props?: ({
|
|
6092
6091
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
@@ -6141,7 +6140,7 @@ interface SearchInputProps$1 extends Omit<ComponentProps<"input">, "size" | "typ
|
|
|
6141
6140
|
* <SearchInput placeholder="Search..." />
|
|
6142
6141
|
* ```
|
|
6143
6142
|
*/
|
|
6144
|
-
declare function SearchInput({ className, size, variant, showClearButton, onClear, searchIcon, clearIcon, disabled, value, defaultValue, onChange, ...props }: SearchInputProps$1):
|
|
6143
|
+
declare function SearchInput({ className, size, variant, showClearButton, onClear, searchIcon, clearIcon, disabled, value, defaultValue, onChange, ...props }: SearchInputProps$1): React$1.JSX.Element;
|
|
6145
6144
|
|
|
6146
6145
|
/**
|
|
6147
6146
|
* Search icon visual variants
|
|
@@ -6228,16 +6227,16 @@ interface SelectScrollUpButtonProps extends ComponentProps<typeof SelectPrimitiv
|
|
|
6228
6227
|
interface SelectScrollDownButtonProps extends ComponentProps<typeof SelectPrimitive.ScrollDownButton> {
|
|
6229
6228
|
}
|
|
6230
6229
|
|
|
6231
|
-
declare function Select({ ...props }: SelectProps):
|
|
6232
|
-
declare function SelectGroup({ ...props }: SelectGroupProps):
|
|
6233
|
-
declare function SelectValue({ ...props }: SelectValueProps):
|
|
6234
|
-
declare function SelectTrigger({ className, size, variant, children, ...props }: SelectTriggerProps):
|
|
6235
|
-
declare function SelectContent({ className, children, position, align, ...props }: SelectContentProps):
|
|
6236
|
-
declare function SelectLabel({ className, ...props }: SelectLabelProps):
|
|
6237
|
-
declare function SelectItem({ className, children, ...props }: SelectItemProps):
|
|
6238
|
-
declare function SelectSeparator({ className, ...props }: SelectSeparatorProps):
|
|
6239
|
-
declare function SelectScrollUpButton({ className, ...props }: SelectScrollUpButtonProps):
|
|
6240
|
-
declare function SelectScrollDownButton({ className, ...props }: SelectScrollDownButtonProps):
|
|
6230
|
+
declare function Select({ ...props }: SelectProps): React$1.JSX.Element;
|
|
6231
|
+
declare function SelectGroup({ ...props }: SelectGroupProps): React$1.JSX.Element;
|
|
6232
|
+
declare function SelectValue({ ...props }: SelectValueProps): React$1.JSX.Element;
|
|
6233
|
+
declare function SelectTrigger({ className, size, variant, children, ...props }: SelectTriggerProps): React$1.JSX.Element;
|
|
6234
|
+
declare function SelectContent({ className, children, position, align, ...props }: SelectContentProps): React$1.JSX.Element;
|
|
6235
|
+
declare function SelectLabel({ className, ...props }: SelectLabelProps): React$1.JSX.Element;
|
|
6236
|
+
declare function SelectItem({ className, children, ...props }: SelectItemProps): React$1.JSX.Element;
|
|
6237
|
+
declare function SelectSeparator({ className, ...props }: SelectSeparatorProps): React$1.JSX.Element;
|
|
6238
|
+
declare function SelectScrollUpButton({ className, ...props }: SelectScrollUpButtonProps): React$1.JSX.Element;
|
|
6239
|
+
declare function SelectScrollDownButton({ className, ...props }: SelectScrollDownButtonProps): React$1.JSX.Element;
|
|
6241
6240
|
|
|
6242
6241
|
/**
|
|
6243
6242
|
* SelectTrigger variant styles using CVA
|
|
@@ -6396,7 +6395,7 @@ type SliderValue = number[];
|
|
|
6396
6395
|
* />
|
|
6397
6396
|
* ```
|
|
6398
6397
|
*/
|
|
6399
|
-
declare function Slider({ className, defaultValue, value, min, max, step, size, labelType, color, formatValue, marks, getAriaValueText, onValueChange, orientation, ...props }: SliderProps):
|
|
6398
|
+
declare function Slider({ className, defaultValue, value, min, max, step, size, labelType, color, formatValue, marks, getAriaValueText, onValueChange, orientation, ...props }: SliderProps): React$1.JSX.Element;
|
|
6400
6399
|
|
|
6401
6400
|
declare const sliderRootVariants: (props?: ({
|
|
6402
6401
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
@@ -6467,7 +6466,7 @@ interface SuccessMessageProps extends ComponentProps<"span"> {
|
|
|
6467
6466
|
* <SuccessMessage icon={<CheckIcon />}>Email verified successfully</SuccessMessage>
|
|
6468
6467
|
* ```
|
|
6469
6468
|
*/
|
|
6470
|
-
declare function SuccessMessage({ className, icon, children, ...props }: SuccessMessageProps):
|
|
6469
|
+
declare function SuccessMessage({ className, icon, children, ...props }: SuccessMessageProps): React$1.JSX.Element;
|
|
6471
6470
|
|
|
6472
6471
|
/**
|
|
6473
6472
|
* SuccessMessage variant styles using CVA
|
|
@@ -6519,7 +6518,7 @@ interface SwitchProps extends Omit<ComponentProps<typeof SwitchPrimitive.Root>,
|
|
|
6519
6518
|
*/
|
|
6520
6519
|
type SwitchState = boolean;
|
|
6521
6520
|
|
|
6522
|
-
declare function Switch({ className, size, type, switchText, descriptionText, showText, showDescription, id, ...props }: SwitchProps):
|
|
6521
|
+
declare function Switch({ className, size, type, switchText, descriptionText, showText, showDescription, id, ...props }: SwitchProps): React$1.JSX.Element;
|
|
6523
6522
|
|
|
6524
6523
|
declare const switchVariants: (props?: ({
|
|
6525
6524
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
@@ -6620,7 +6619,7 @@ interface TagsInputProps extends Omit<ComponentProps<"div">, "defaultValue" | "o
|
|
|
6620
6619
|
* />
|
|
6621
6620
|
* ```
|
|
6622
6621
|
*/
|
|
6623
|
-
declare function TagsInput({ value: controlledValue, defaultValue, onChange, onTagAdd, onTagRemove, placeholder, maxTags, allowDuplicates, disabled, size, variant, invalid, delimiters, className, ...props }: TagsInputProps):
|
|
6622
|
+
declare function TagsInput({ value: controlledValue, defaultValue, onChange, onTagAdd, onTagRemove, placeholder, maxTags, allowDuplicates, disabled, size, variant, invalid, delimiters, className, ...props }: TagsInputProps): React$1.JSX.Element;
|
|
6624
6623
|
|
|
6625
6624
|
/**
|
|
6626
6625
|
* TagsInput container variant styles using CVA
|
|
@@ -6671,7 +6670,7 @@ interface TextareaProps extends ComponentProps<"textarea"> {
|
|
|
6671
6670
|
variant?: TextareaVariant;
|
|
6672
6671
|
}
|
|
6673
6672
|
|
|
6674
|
-
declare function Textarea({ className, size, variant, resize, ...props }: TextareaProps):
|
|
6673
|
+
declare function Textarea({ className, size, variant, resize, ...props }: TextareaProps): React$1.JSX.Element;
|
|
6675
6674
|
|
|
6676
6675
|
/**
|
|
6677
6676
|
* Textarea variant styles using CVA
|
|
@@ -6732,7 +6731,7 @@ interface TextareaFieldProps extends TextareaProps {
|
|
|
6732
6731
|
* />
|
|
6733
6732
|
* ```
|
|
6734
6733
|
*/
|
|
6735
|
-
declare function TextareaField({ label, description, errorMessage, required, id: providedId, ...textareaProps }: TextareaFieldProps):
|
|
6734
|
+
declare function TextareaField({ label, description, errorMessage, required, id: providedId, ...textareaProps }: TextareaFieldProps): React$1.JSX.Element;
|
|
6736
6735
|
|
|
6737
6736
|
/**
|
|
6738
6737
|
* TextareaField container variant styles using CVA
|
|
@@ -6842,7 +6841,7 @@ interface TimePickerProps extends Omit<ComponentProps<"div">, "defaultValue" | "
|
|
|
6842
6841
|
variant?: TimePickerVariant;
|
|
6843
6842
|
}
|
|
6844
6843
|
|
|
6845
|
-
declare function TimePicker({ className, value, defaultValue, placeholder, disabled, use12Hour, minuteStep, onChange, onOpenChange, size, variant, required, invalid, id, name, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, ...props }: TimePickerProps):
|
|
6844
|
+
declare function TimePicker({ className, value, defaultValue, placeholder, disabled, use12Hour, minuteStep, onChange, onOpenChange, size, variant, required, invalid, id, name, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, ...props }: TimePickerProps): React$1.JSX.Element;
|
|
6846
6845
|
|
|
6847
6846
|
/**
|
|
6848
6847
|
* TimePicker trigger variant styles using CVA
|
|
@@ -6867,17 +6866,6 @@ type TimePickerTriggerVariantProps = VariantProps<typeof timePickerTriggerVarian
|
|
|
6867
6866
|
type TimeScrollListVariantProps = VariantProps<typeof timeScrollListVariants>;
|
|
6868
6867
|
type TimeItemVariantProps = VariantProps<typeof timeItemVariants>;
|
|
6869
6868
|
|
|
6870
|
-
/**
|
|
6871
|
-
* ToggleGroupItem variants - matches primitives/Toggle
|
|
6872
|
-
* Re-exported for forms/ToggleGroup compatibility
|
|
6873
|
-
*/
|
|
6874
|
-
declare const toggleGroupItemVariants: (props?: ({
|
|
6875
|
-
variant?: "default" | "outline" | null | undefined;
|
|
6876
|
-
size?: "sm" | "md" | "lg" | "default" | null | undefined;
|
|
6877
|
-
connected?: boolean | null | undefined;
|
|
6878
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
6879
|
-
type ToggleGroupItemVariantProps = VariantProps<typeof toggleGroupItemVariants>;
|
|
6880
|
-
|
|
6881
6869
|
/**
|
|
6882
6870
|
* URL validation state
|
|
6883
6871
|
*/
|
|
@@ -6929,7 +6917,7 @@ interface URLInputProps extends Omit<ComponentProps<"input">, "size" | "type"> {
|
|
|
6929
6917
|
* <URLInput placeholder="Enter URL" />
|
|
6930
6918
|
* ```
|
|
6931
6919
|
*/
|
|
6932
|
-
declare function URLInput({ className, size, variant, validationState, showValidationIcon, linkIcon, validIcon, invalidIcon, disabled, ...props }: URLInputProps):
|
|
6920
|
+
declare function URLInput({ className, size, variant, validationState, showValidationIcon, linkIcon, validIcon, invalidIcon, disabled, ...props }: URLInputProps): React$1.JSX.Element;
|
|
6933
6921
|
|
|
6934
6922
|
/**
|
|
6935
6923
|
* URL link icon visual variants
|
|
@@ -7074,14 +7062,14 @@ type CardVariant = NonNullable<VariantProps<typeof cardVariants>["variant"]>;
|
|
|
7074
7062
|
|
|
7075
7063
|
declare function Card({ className, variant, selected, pinned, onToggleSelect, onTogglePin, selectableProps, "data-id": dataId, children, ...props }: CardProps & {
|
|
7076
7064
|
"data-id"?: string;
|
|
7077
|
-
}):
|
|
7078
|
-
declare function CardMedia({ className, aspect, ...props }: CardMediaProps):
|
|
7079
|
-
declare function CardHeader({ className, ...props }: CardHeaderProps):
|
|
7080
|
-
declare function CardTitle({ className, ...props }: CardTitleProps):
|
|
7081
|
-
declare function CardDescription({ className, ...props }: CardDescriptionProps):
|
|
7082
|
-
declare function CardAction({ className, ...props }: CardActionProps):
|
|
7083
|
-
declare function CardContent({ className, ...props }: CardContentProps):
|
|
7084
|
-
declare function CardFooter({ className, ...props }: CardFooterProps):
|
|
7065
|
+
}): React$1.JSX.Element;
|
|
7066
|
+
declare function CardMedia({ className, aspect, ...props }: CardMediaProps): React$1.JSX.Element;
|
|
7067
|
+
declare function CardHeader({ className, ...props }: CardHeaderProps): React$1.JSX.Element;
|
|
7068
|
+
declare function CardTitle({ className, ...props }: CardTitleProps): React$1.JSX.Element;
|
|
7069
|
+
declare function CardDescription({ className, ...props }: CardDescriptionProps): React$1.JSX.Element;
|
|
7070
|
+
declare function CardAction({ className, ...props }: CardActionProps): React$1.JSX.Element;
|
|
7071
|
+
declare function CardContent({ className, ...props }: CardContentProps): React$1.JSX.Element;
|
|
7072
|
+
declare function CardFooter({ className, ...props }: CardFooterProps): React$1.JSX.Element;
|
|
7085
7073
|
|
|
7086
7074
|
/**
|
|
7087
7075
|
* Collapsible root variant styles
|
|
@@ -7123,9 +7111,9 @@ interface CollapsibleTriggerProps extends ComponentProps<typeof CollapsiblePrimi
|
|
|
7123
7111
|
interface CollapsibleContentProps extends ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>, VariantProps<typeof collapsibleContentVariants> {
|
|
7124
7112
|
}
|
|
7125
7113
|
|
|
7126
|
-
declare function Collapsible({ className, ...props }: CollapsibleProps):
|
|
7127
|
-
declare function CollapsibleTrigger({ className, ...props }: CollapsibleTriggerProps):
|
|
7128
|
-
declare function CollapsibleContent({ className, animation, ...props }: CollapsibleContentProps):
|
|
7114
|
+
declare function Collapsible({ className, ...props }: CollapsibleProps): React$1.JSX.Element;
|
|
7115
|
+
declare function CollapsibleTrigger({ className, ...props }: CollapsibleTriggerProps): React$1.JSX.Element;
|
|
7116
|
+
declare function CollapsibleContent({ className, animation, ...props }: CollapsibleContentProps): React$1.JSX.Element;
|
|
7129
7117
|
|
|
7130
7118
|
/**
|
|
7131
7119
|
* Container variant styles
|
|
@@ -7162,7 +7150,7 @@ type ContainerMaxWidth = NonNullable<VariantProps<typeof containerVariants>["max
|
|
|
7162
7150
|
*/
|
|
7163
7151
|
type ContainerPadding = NonNullable<VariantProps<typeof containerVariants>["padding"]>;
|
|
7164
7152
|
|
|
7165
|
-
declare function Container({ as: Component, maxWidth, padding, centered, className, ...props }: ContainerProps):
|
|
7153
|
+
declare function Container({ as: Component, maxWidth, padding, centered, className, ...props }: ContainerProps): React$1.JSX.Element;
|
|
7166
7154
|
|
|
7167
7155
|
/**
|
|
7168
7156
|
* Flex variant styles
|
|
@@ -7227,7 +7215,7 @@ type FlexGap = NonNullable<VariantProps<typeof flexVariants>["gap"]>;
|
|
|
7227
7215
|
* </Flex>
|
|
7228
7216
|
* ```
|
|
7229
7217
|
*/
|
|
7230
|
-
declare function Flex({ as: Component, inline, direction, justify, align, wrap, gap, className, ...props }: FlexProps):
|
|
7218
|
+
declare function Flex({ as: Component, inline, direction, justify, align, wrap, gap, className, ...props }: FlexProps): React$1.JSX.Element;
|
|
7231
7219
|
|
|
7232
7220
|
/**
|
|
7233
7221
|
* Grid component variant styles
|
|
@@ -7296,7 +7284,7 @@ type GridFlow = NonNullable<VariantProps<typeof gridVariants>["flow"]>;
|
|
|
7296
7284
|
* </Grid>
|
|
7297
7285
|
* ```
|
|
7298
7286
|
*/
|
|
7299
|
-
declare function Grid({ as, cols, rows, gap, gapX, gapY, items, justify, flow, className, ...props }: GridProps):
|
|
7287
|
+
declare function Grid({ as, cols, rows, gap, gapX, gapY, items, justify, flow, className, ...props }: GridProps): React$1.JSX.Element;
|
|
7300
7288
|
|
|
7301
7289
|
/**
|
|
7302
7290
|
* Panel variant styles
|
|
@@ -7372,10 +7360,10 @@ type PanelSize = NonNullable<VariantProps<typeof panelVariants>["size"]>;
|
|
|
7372
7360
|
*/
|
|
7373
7361
|
type PanelPosition = NonNullable<VariantProps<typeof panelVariants>["position"]>;
|
|
7374
7362
|
|
|
7375
|
-
declare function Panel({ as: Component, variant, size, position, className, ...props }: PanelProps):
|
|
7376
|
-
declare function PanelHeader({ className, ...props }: PanelHeaderProps):
|
|
7377
|
-
declare function PanelContent({ scrollable, className, children, ...props }: PanelContentProps):
|
|
7378
|
-
declare function PanelFooter({ className, ...props }: PanelFooterProps):
|
|
7363
|
+
declare function Panel({ as: Component, variant, size, position, className, ...props }: PanelProps): React$1.JSX.Element;
|
|
7364
|
+
declare function PanelHeader({ className, ...props }: PanelHeaderProps): React$1.JSX.Element;
|
|
7365
|
+
declare function PanelContent({ scrollable, className, children, ...props }: PanelContentProps): React$1.JSX.Element;
|
|
7366
|
+
declare function PanelFooter({ className, ...props }: PanelFooterProps): React$1.JSX.Element;
|
|
7379
7367
|
|
|
7380
7368
|
/**
|
|
7381
7369
|
* ResizablePanelGroup variant styles
|
|
@@ -7432,9 +7420,9 @@ interface ResizableHandleProps extends ComponentProps<typeof ResizablePrimitive.
|
|
|
7432
7420
|
*/
|
|
7433
7421
|
type ResizableHandleVariant = NonNullable<VariantProps<typeof resizableHandleVariants>["variant"]>;
|
|
7434
7422
|
|
|
7435
|
-
declare function ResizablePanelGroup({ className, ...props }: ResizablePanelGroupProps):
|
|
7436
|
-
declare function ResizablePanel({ className, ...props }: ResizablePanelProps):
|
|
7437
|
-
declare function ResizableHandle({ withHandle, variant, className, ...props }: ResizableHandleProps):
|
|
7423
|
+
declare function ResizablePanelGroup({ className, ...props }: ResizablePanelGroupProps): React$1.JSX.Element;
|
|
7424
|
+
declare function ResizablePanel({ className, ...props }: ResizablePanelProps): React$1.JSX.Element;
|
|
7425
|
+
declare function ResizableHandle({ withHandle, variant, className, ...props }: ResizableHandleProps): React$1.JSX.Element;
|
|
7438
7426
|
|
|
7439
7427
|
/**
|
|
7440
7428
|
* ResponsiveContainer variant styles
|
|
@@ -7501,7 +7489,7 @@ type ResponsiveContainerBreakpoint = NonNullable<VariantProps<typeof responsiveC
|
|
|
7501
7489
|
* </ResponsiveContainer>
|
|
7502
7490
|
* ```
|
|
7503
7491
|
*/
|
|
7504
|
-
declare function ResponsiveContainer({ as: Component, variant, maxWidth, padding, breakpoint, className, ...props }: ResponsiveContainerProps):
|
|
7492
|
+
declare function ResponsiveContainer({ as: Component, variant, maxWidth, padding, breakpoint, className, ...props }: ResponsiveContainerProps): React$1.JSX.Element;
|
|
7505
7493
|
|
|
7506
7494
|
/**
|
|
7507
7495
|
* ScrollArea root variant styles
|
|
@@ -7557,8 +7545,8 @@ type ScrollBarOrientation = NonNullable<VariantProps<typeof scrollBarVariants>["
|
|
|
7557
7545
|
*/
|
|
7558
7546
|
type ScrollBarSize = NonNullable<VariantProps<typeof scrollBarVariants>["size"]>;
|
|
7559
7547
|
|
|
7560
|
-
declare function ScrollArea({ className, children, ...props }: ScrollAreaProps):
|
|
7561
|
-
declare function ScrollBar({ className, orientation, size, ...props }: ScrollBarProps):
|
|
7548
|
+
declare function ScrollArea({ className, children, ...props }: ScrollAreaProps): React$1.JSX.Element;
|
|
7549
|
+
declare function ScrollBar({ className, orientation, size, ...props }: ScrollBarProps): React$1.JSX.Element;
|
|
7562
7550
|
|
|
7563
7551
|
/**
|
|
7564
7552
|
* Section variant styles
|
|
@@ -7597,7 +7585,7 @@ type SectionVariant = NonNullable<VariantProps<typeof sectionVariants>["variant"
|
|
|
7597
7585
|
*/
|
|
7598
7586
|
type SectionSize = NonNullable<VariantProps<typeof sectionVariants>["size"]>;
|
|
7599
7587
|
|
|
7600
|
-
declare function Section({ variant, size, title, description, footer, className, children, ...props }: SectionProps):
|
|
7588
|
+
declare function Section({ variant, size, title, description, footer, className, children, ...props }: SectionProps): React$1.JSX.Element;
|
|
7601
7589
|
|
|
7602
7590
|
/**
|
|
7603
7591
|
* Sheet overlay variant styles
|
|
@@ -7686,17 +7674,17 @@ type SheetSize = NonNullable<VariantProps<typeof sheetContentVariants>["size"]>;
|
|
|
7686
7674
|
*/
|
|
7687
7675
|
type SheetOverlayVariant = NonNullable<VariantProps<typeof sheetOverlayVariants>["variant"]>;
|
|
7688
7676
|
|
|
7689
|
-
declare function Sheet({ ...props }: SheetProps):
|
|
7690
|
-
declare function SheetTrigger({ ...props }: SheetTriggerProps):
|
|
7691
|
-
declare function SheetClose({ ...props }: SheetCloseProps):
|
|
7692
|
-
declare function SheetPortal({ ...props }: SheetPortalProps):
|
|
7693
|
-
declare function SheetOverlay({ className, variant, ...props }: SheetOverlayProps):
|
|
7694
|
-
declare function SheetContent({ className, children, side, size, showCloseButton, overlayVariant, ...props }: SheetContentProps):
|
|
7695
|
-
declare function SheetHeader({ className, ...props }: SheetHeaderProps):
|
|
7696
|
-
declare function SheetBody({ className, ...props }: SheetBodyProps):
|
|
7697
|
-
declare function SheetFooter({ className, ...props }: SheetFooterProps):
|
|
7698
|
-
declare function SheetTitle({ className, ...props }: SheetTitleProps):
|
|
7699
|
-
declare function SheetDescription({ className, ...props }: SheetDescriptionProps):
|
|
7677
|
+
declare function Sheet({ ...props }: SheetProps): React$1.JSX.Element;
|
|
7678
|
+
declare function SheetTrigger({ ...props }: SheetTriggerProps): React$1.JSX.Element;
|
|
7679
|
+
declare function SheetClose({ ...props }: SheetCloseProps): React$1.JSX.Element;
|
|
7680
|
+
declare function SheetPortal({ ...props }: SheetPortalProps): React$1.JSX.Element;
|
|
7681
|
+
declare function SheetOverlay({ className, variant, ...props }: SheetOverlayProps): React$1.JSX.Element;
|
|
7682
|
+
declare function SheetContent({ className, children, side, size, showCloseButton, overlayVariant, ...props }: SheetContentProps): React$1.JSX.Element;
|
|
7683
|
+
declare function SheetHeader({ className, ...props }: SheetHeaderProps): React$1.JSX.Element;
|
|
7684
|
+
declare function SheetBody({ className, ...props }: SheetBodyProps): React$1.JSX.Element;
|
|
7685
|
+
declare function SheetFooter({ className, ...props }: SheetFooterProps): React$1.JSX.Element;
|
|
7686
|
+
declare function SheetTitle({ className, ...props }: SheetTitleProps): React$1.JSX.Element;
|
|
7687
|
+
declare function SheetDescription({ className, ...props }: SheetDescriptionProps): React$1.JSX.Element;
|
|
7700
7688
|
|
|
7701
7689
|
/**
|
|
7702
7690
|
* Stack variant styles
|
|
@@ -7762,14 +7750,22 @@ type StackJustify = NonNullable<VariantProps<typeof stackVariants>["justify"]>;
|
|
|
7762
7750
|
* </Stack>
|
|
7763
7751
|
* ```
|
|
7764
7752
|
*/
|
|
7765
|
-
declare function Stack({ as: Component, direction, spacing, align, justify, grow, className, ...props }: StackProps):
|
|
7753
|
+
declare function Stack({ as: Component, direction, spacing, align, justify, grow, className, ...props }: StackProps): React$1.JSX.Element;
|
|
7766
7754
|
|
|
7767
7755
|
interface AccountSwitchAccount {
|
|
7768
7756
|
avatarFallback?: string;
|
|
7769
7757
|
avatarSrc?: string;
|
|
7758
|
+
children?: AccountSwitchAccount[];
|
|
7759
|
+
disabled?: boolean;
|
|
7770
7760
|
email?: string;
|
|
7771
7761
|
id: string;
|
|
7772
7762
|
isCurrent?: boolean;
|
|
7763
|
+
/**
|
|
7764
|
+
* Badge de marca da conta (ex.: `<LogoConta tone="blue" />`). Quando presente,
|
|
7765
|
+
* substitui o Avatar no trigger e nos itens do dropdown — é o visual do
|
|
7766
|
+
* AccountSwitch dentro do Sidebar no Figma (1138:2522).
|
|
7767
|
+
*/
|
|
7768
|
+
logo?: ReactNode;
|
|
7773
7769
|
name: string;
|
|
7774
7770
|
plan?: string;
|
|
7775
7771
|
}
|
|
@@ -7791,13 +7787,21 @@ interface AccountSwitchProps extends Omit<ComponentProps<"button">, "onSelect">
|
|
|
7791
7787
|
*/
|
|
7792
7788
|
onSelect?: (account: AccountSwitchAccount) => void;
|
|
7793
7789
|
/**
|
|
7794
|
-
*
|
|
7790
|
+
* Canonical placement in the app shell. Sidebar is the default Seven DS anchor;
|
|
7791
|
+
* header is available for Topbar/header compositions.
|
|
7792
|
+
* @default "sidebar"
|
|
7793
|
+
*/
|
|
7794
|
+
placement?: "header" | "sidebar";
|
|
7795
|
+
/**
|
|
7796
|
+
* Trigger shape — pill (default, Figma node 1138:3077) or rect, the
|
|
7797
|
+
* input-like trigger used inside the Sidebar (Figma 1138:2522; collapses
|
|
7798
|
+
* to logo-only when the sidebar is icon-collapsed, 2418:9772).
|
|
7795
7799
|
* @default "pill"
|
|
7796
7800
|
*/
|
|
7797
7801
|
triggerShape?: "pill" | "rect";
|
|
7798
7802
|
}
|
|
7799
7803
|
|
|
7800
|
-
declare function AccountSwitch({ className, accounts, triggerShape, header, footer, onSelect, ...props }: AccountSwitchProps):
|
|
7804
|
+
declare function AccountSwitch({ className, accounts, triggerShape, placement, header, footer, onSelect, ...props }: AccountSwitchProps): React$1.JSX.Element;
|
|
7801
7805
|
|
|
7802
7806
|
/**
|
|
7803
7807
|
* Breadcrumb container props
|
|
@@ -7864,15 +7868,15 @@ interface BreadcrumbEllipsisProps extends ComponentProps<"span"> {
|
|
|
7864
7868
|
* </BreadcrumbList>
|
|
7865
7869
|
* </Breadcrumb>
|
|
7866
7870
|
*/
|
|
7867
|
-
declare function Breadcrumb({ ...props }: BreadcrumbProps):
|
|
7871
|
+
declare function Breadcrumb({ ...props }: BreadcrumbProps): React$1.JSX.Element;
|
|
7868
7872
|
/**
|
|
7869
7873
|
* BreadcrumbList - Ordered list container for breadcrumb items.
|
|
7870
7874
|
*/
|
|
7871
|
-
declare function BreadcrumbList({ className, ...props }: BreadcrumbListProps):
|
|
7875
|
+
declare function BreadcrumbList({ className, ...props }: BreadcrumbListProps): React$1.JSX.Element;
|
|
7872
7876
|
/**
|
|
7873
7877
|
* BreadcrumbItem - Individual breadcrumb list item.
|
|
7874
7878
|
*/
|
|
7875
|
-
declare function BreadcrumbItem({ className, ...props }: BreadcrumbItemProps):
|
|
7879
|
+
declare function BreadcrumbItem({ className, ...props }: BreadcrumbItemProps): React$1.JSX.Element;
|
|
7876
7880
|
/**
|
|
7877
7881
|
* BreadcrumbLink - Clickable link within a breadcrumb item.
|
|
7878
7882
|
*
|
|
@@ -7886,13 +7890,13 @@ declare function BreadcrumbItem({ className, ...props }: BreadcrumbItemProps): r
|
|
|
7886
7890
|
* <Link to="/products">Products</Link>
|
|
7887
7891
|
* </BreadcrumbLink>
|
|
7888
7892
|
*/
|
|
7889
|
-
declare function BreadcrumbLink({ asChild, className, ...props }: BreadcrumbLinkProps):
|
|
7893
|
+
declare function BreadcrumbLink({ asChild, className, ...props }: BreadcrumbLinkProps): React$1.JSX.Element;
|
|
7890
7894
|
/**
|
|
7891
7895
|
* BreadcrumbPage - Current page indicator (non-clickable).
|
|
7892
7896
|
*
|
|
7893
7897
|
* Includes proper ARIA attributes for accessibility.
|
|
7894
7898
|
*/
|
|
7895
|
-
declare function BreadcrumbPage({ className, ...props }: BreadcrumbPageProps):
|
|
7899
|
+
declare function BreadcrumbPage({ className, ...props }: BreadcrumbPageProps): React$1.JSX.Element;
|
|
7896
7900
|
/**
|
|
7897
7901
|
* BreadcrumbSeparator - Visual separator between breadcrumb items.
|
|
7898
7902
|
*
|
|
@@ -7908,13 +7912,13 @@ declare function BreadcrumbPage({ className, ...props }: BreadcrumbPageProps): r
|
|
|
7908
7912
|
* <Slash className="size-4" />
|
|
7909
7913
|
* </BreadcrumbSeparator>
|
|
7910
7914
|
*/
|
|
7911
|
-
declare function BreadcrumbSeparator({ children, className, ...props }: BreadcrumbSeparatorProps):
|
|
7915
|
+
declare function BreadcrumbSeparator({ children, className, ...props }: BreadcrumbSeparatorProps): React$1.JSX.Element;
|
|
7912
7916
|
/**
|
|
7913
7917
|
* BreadcrumbEllipsis - Indicator for hidden items in long paths.
|
|
7914
7918
|
*
|
|
7915
7919
|
* Can be combined with DropdownMenu to show hidden items.
|
|
7916
7920
|
*/
|
|
7917
|
-
declare function BreadcrumbEllipsis({ className, ...props }: BreadcrumbEllipsisProps):
|
|
7921
|
+
declare function BreadcrumbEllipsis({ className, ...props }: BreadcrumbEllipsisProps): React$1.JSX.Element;
|
|
7918
7922
|
|
|
7919
7923
|
/**
|
|
7920
7924
|
* BreadcrumbList variant styles
|
|
@@ -8067,41 +8071,41 @@ interface ContextMenuShortcutProps extends ComponentProps<"span"> {
|
|
|
8067
8071
|
* </ContextMenuContent>
|
|
8068
8072
|
* </ContextMenu>
|
|
8069
8073
|
*/
|
|
8070
|
-
declare function ContextMenu({ ...props }: ContextMenuProps):
|
|
8074
|
+
declare function ContextMenu({ ...props }: ContextMenuProps): React$1.JSX.Element;
|
|
8071
8075
|
/**
|
|
8072
8076
|
* ContextMenuTrigger - Element that triggers the context menu on right-click.
|
|
8073
8077
|
*/
|
|
8074
|
-
declare function ContextMenuTrigger({ ...props }: ContextMenuTriggerProps):
|
|
8078
|
+
declare function ContextMenuTrigger({ ...props }: ContextMenuTriggerProps): React$1.JSX.Element;
|
|
8075
8079
|
/**
|
|
8076
8080
|
* ContextMenuGroup - Groups related menu items.
|
|
8077
8081
|
*/
|
|
8078
|
-
declare function ContextMenuGroup({ ...props }: ContextMenuGroupProps):
|
|
8082
|
+
declare function ContextMenuGroup({ ...props }: ContextMenuGroupProps): React$1.JSX.Element;
|
|
8079
8083
|
/**
|
|
8080
8084
|
* ContextMenuPortal - Renders content in a portal.
|
|
8081
8085
|
*/
|
|
8082
|
-
declare function ContextMenuPortal({ ...props }: ContextMenuPortalProps):
|
|
8086
|
+
declare function ContextMenuPortal({ ...props }: ContextMenuPortalProps): React$1.JSX.Element;
|
|
8083
8087
|
/**
|
|
8084
8088
|
* ContextMenuSub - Container for nested submenus.
|
|
8085
8089
|
*/
|
|
8086
|
-
declare function ContextMenuSub({ ...props }: ContextMenuSubProps):
|
|
8090
|
+
declare function ContextMenuSub({ ...props }: ContextMenuSubProps): React$1.JSX.Element;
|
|
8087
8091
|
/**
|
|
8088
8092
|
* ContextMenuRadioGroup - Groups radio items for single selection.
|
|
8089
8093
|
*/
|
|
8090
|
-
declare function ContextMenuRadioGroup({ ...props }: ContextMenuRadioGroupProps):
|
|
8094
|
+
declare function ContextMenuRadioGroup({ ...props }: ContextMenuRadioGroupProps): React$1.JSX.Element;
|
|
8091
8095
|
/**
|
|
8092
8096
|
* ContextMenuSubTrigger - Triggers a nested submenu.
|
|
8093
8097
|
*/
|
|
8094
|
-
declare function ContextMenuSubTrigger({ className, inset, children, ...props }: ContextMenuSubTriggerProps):
|
|
8098
|
+
declare function ContextMenuSubTrigger({ className, inset, children, ...props }: ContextMenuSubTriggerProps): React$1.JSX.Element;
|
|
8095
8099
|
/**
|
|
8096
8100
|
* ContextMenuSubContent - Content container for submenus.
|
|
8097
8101
|
*/
|
|
8098
|
-
declare function ContextMenuSubContent({ className, ...props }: ContextMenuSubContentProps):
|
|
8102
|
+
declare function ContextMenuSubContent({ className, ...props }: ContextMenuSubContentProps): React$1.JSX.Element;
|
|
8099
8103
|
/**
|
|
8100
8104
|
* ContextMenuContent - Main content container for the menu.
|
|
8101
8105
|
*
|
|
8102
8106
|
* Automatically wraps content in a Portal.
|
|
8103
8107
|
*/
|
|
8104
|
-
declare function ContextMenuContent({ className, ...props }: ContextMenuContentProps):
|
|
8108
|
+
declare function ContextMenuContent({ className, ...props }: ContextMenuContentProps): React$1.JSX.Element;
|
|
8105
8109
|
/**
|
|
8106
8110
|
* ContextMenuItem - Individual menu item.
|
|
8107
8111
|
*
|
|
@@ -8113,27 +8117,27 @@ declare function ContextMenuContent({ className, ...props }: ContextMenuContentP
|
|
|
8113
8117
|
* // Destructive variant
|
|
8114
8118
|
* <ContextMenuItem variant="destructive">Delete</ContextMenuItem>
|
|
8115
8119
|
*/
|
|
8116
|
-
declare function ContextMenuItem({ className, inset, variant, ...props }: ContextMenuItemProps):
|
|
8120
|
+
declare function ContextMenuItem({ className, inset, variant, ...props }: ContextMenuItemProps): React$1.JSX.Element;
|
|
8117
8121
|
/**
|
|
8118
8122
|
* ContextMenuCheckboxItem - Menu item with a checkbox.
|
|
8119
8123
|
*/
|
|
8120
|
-
declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: ContextMenuCheckboxItemProps):
|
|
8124
|
+
declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: ContextMenuCheckboxItemProps): React$1.JSX.Element;
|
|
8121
8125
|
/**
|
|
8122
8126
|
* ContextMenuRadioItem - Menu item for radio selection.
|
|
8123
8127
|
*/
|
|
8124
|
-
declare function ContextMenuRadioItem({ className, children, ...props }: ContextMenuRadioItemProps):
|
|
8128
|
+
declare function ContextMenuRadioItem({ className, children, ...props }: ContextMenuRadioItemProps): React$1.JSX.Element;
|
|
8125
8129
|
/**
|
|
8126
8130
|
* ContextMenuLabel - Non-interactive label for grouping items.
|
|
8127
8131
|
*/
|
|
8128
|
-
declare function ContextMenuLabel({ className, inset, ...props }: ContextMenuLabelProps):
|
|
8132
|
+
declare function ContextMenuLabel({ className, inset, ...props }: ContextMenuLabelProps): React$1.JSX.Element;
|
|
8129
8133
|
/**
|
|
8130
8134
|
* ContextMenuSeparator - Visual separator between menu sections.
|
|
8131
8135
|
*/
|
|
8132
|
-
declare function ContextMenuSeparator({ className, ...props }: ContextMenuSeparatorProps):
|
|
8136
|
+
declare function ContextMenuSeparator({ className, ...props }: ContextMenuSeparatorProps): React$1.JSX.Element;
|
|
8133
8137
|
/**
|
|
8134
8138
|
* ContextMenuShortcut - Displays keyboard shortcut hint.
|
|
8135
8139
|
*/
|
|
8136
|
-
declare function ContextMenuShortcut({ className, ...props }: ContextMenuShortcutProps):
|
|
8140
|
+
declare function ContextMenuShortcut({ className, ...props }: ContextMenuShortcutProps): React$1.JSX.Element;
|
|
8137
8141
|
|
|
8138
8142
|
/**
|
|
8139
8143
|
* ContextMenuSubTrigger variant styles
|
|
@@ -8247,50 +8251,50 @@ type DrawerDescriptionProps = ComponentPropsWithoutRef<typeof Drawer$1.Descripti
|
|
|
8247
8251
|
* </DrawerContent>
|
|
8248
8252
|
* </Drawer>
|
|
8249
8253
|
*/
|
|
8250
|
-
declare function Drawer({ ...props }: DrawerProps):
|
|
8254
|
+
declare function Drawer({ ...props }: DrawerProps): React$1.JSX.Element;
|
|
8251
8255
|
/**
|
|
8252
8256
|
* DrawerTrigger - Button that opens the drawer.
|
|
8253
8257
|
*/
|
|
8254
|
-
declare function DrawerTrigger({ ...props }: DrawerTriggerProps):
|
|
8258
|
+
declare function DrawerTrigger({ ...props }: DrawerTriggerProps): React$1.JSX.Element;
|
|
8255
8259
|
/**
|
|
8256
8260
|
* DrawerPortal - Renders drawer content in a portal.
|
|
8257
8261
|
*/
|
|
8258
|
-
declare function DrawerPortal({ ...props }: DrawerPortalProps):
|
|
8262
|
+
declare function DrawerPortal({ ...props }: DrawerPortalProps): React$1.JSX.Element;
|
|
8259
8263
|
/**
|
|
8260
8264
|
* DrawerClose - Button that closes the drawer.
|
|
8261
8265
|
*/
|
|
8262
|
-
declare function DrawerClose({ ...props }: DrawerCloseProps):
|
|
8266
|
+
declare function DrawerClose({ ...props }: DrawerCloseProps): React$1.JSX.Element;
|
|
8263
8267
|
/**
|
|
8264
8268
|
* DrawerOverlay - Semi-transparent backdrop behind the drawer.
|
|
8265
8269
|
*/
|
|
8266
|
-
declare function DrawerOverlay({ className, ...props }: DrawerOverlayProps):
|
|
8270
|
+
declare function DrawerOverlay({ className, ...props }: DrawerOverlayProps): React$1.JSX.Element;
|
|
8267
8271
|
/**
|
|
8268
8272
|
* DrawerContent - Main content container for the drawer.
|
|
8269
8273
|
*
|
|
8270
8274
|
* Automatically includes overlay and handles positioning based on direction.
|
|
8271
8275
|
* Includes a drag handle for bottom drawers.
|
|
8272
8276
|
*/
|
|
8273
|
-
declare function DrawerContent({ className, children, ...props }: DrawerContentProps):
|
|
8277
|
+
declare function DrawerContent({ className, children, ...props }: DrawerContentProps): React$1.JSX.Element;
|
|
8274
8278
|
/**
|
|
8275
8279
|
* DrawerHeader - Container for drawer title and description.
|
|
8276
8280
|
*
|
|
8277
8281
|
* Centered text for top/bottom drawers, left-aligned for side drawers on desktop.
|
|
8278
8282
|
*/
|
|
8279
|
-
declare function DrawerHeader({ className, ...props }: DrawerHeaderProps):
|
|
8283
|
+
declare function DrawerHeader({ className, ...props }: DrawerHeaderProps): React$1.JSX.Element;
|
|
8280
8284
|
/**
|
|
8281
8285
|
* DrawerFooter - Footer container for drawer actions.
|
|
8282
8286
|
*
|
|
8283
8287
|
* Positioned at the bottom with auto margin-top.
|
|
8284
8288
|
*/
|
|
8285
|
-
declare function DrawerFooter({ className, ...props }: DrawerFooterProps):
|
|
8289
|
+
declare function DrawerFooter({ className, ...props }: DrawerFooterProps): React$1.JSX.Element;
|
|
8286
8290
|
/**
|
|
8287
8291
|
* DrawerTitle - Title text for the drawer.
|
|
8288
8292
|
*/
|
|
8289
|
-
declare function DrawerTitle({ className, ...props }: DrawerTitleProps):
|
|
8293
|
+
declare function DrawerTitle({ className, ...props }: DrawerTitleProps): React$1.JSX.Element;
|
|
8290
8294
|
/**
|
|
8291
8295
|
* DrawerDescription - Description text for the drawer.
|
|
8292
8296
|
*/
|
|
8293
|
-
declare function DrawerDescription({ className, ...props }: DrawerDescriptionProps):
|
|
8297
|
+
declare function DrawerDescription({ className, ...props }: DrawerDescriptionProps): React$1.JSX.Element;
|
|
8294
8298
|
|
|
8295
8299
|
/**
|
|
8296
8300
|
* DrawerOverlay variant styles
|
|
@@ -8417,67 +8421,67 @@ interface DropdownMenuSubContentProps extends ComponentProps<typeof DropdownMenu
|
|
|
8417
8421
|
* </DropdownMenuContent>
|
|
8418
8422
|
* </DropdownMenu>
|
|
8419
8423
|
*/
|
|
8420
|
-
declare function DropdownMenu({ ...props }: DropdownMenuProps):
|
|
8424
|
+
declare function DropdownMenu({ ...props }: DropdownMenuProps): React$1.JSX.Element;
|
|
8421
8425
|
/**
|
|
8422
8426
|
* DropdownMenuPortal - Renders dropdown menu content in a portal.
|
|
8423
8427
|
*/
|
|
8424
|
-
declare function DropdownMenuPortal({ ...props }: DropdownMenuPortalProps):
|
|
8428
|
+
declare function DropdownMenuPortal({ ...props }: DropdownMenuPortalProps): React$1.JSX.Element;
|
|
8425
8429
|
/**
|
|
8426
8430
|
* DropdownMenuTrigger - Button that opens the dropdown menu.
|
|
8427
8431
|
*/
|
|
8428
|
-
declare function DropdownMenuTrigger({ ...props }: DropdownMenuTriggerProps):
|
|
8432
|
+
declare function DropdownMenuTrigger({ ...props }: DropdownMenuTriggerProps): React$1.JSX.Element;
|
|
8429
8433
|
/**
|
|
8430
8434
|
* DropdownMenuContent - Main content container for the dropdown menu.
|
|
8431
8435
|
*/
|
|
8432
|
-
declare function DropdownMenuContent({ className, sideOffset, ...props }: DropdownMenuContentProps):
|
|
8436
|
+
declare function DropdownMenuContent({ className, sideOffset, ...props }: DropdownMenuContentProps): React$1.JSX.Element;
|
|
8433
8437
|
/**
|
|
8434
8438
|
* DropdownMenuGroup - Groups related menu items together.
|
|
8435
8439
|
*/
|
|
8436
|
-
declare function DropdownMenuGroup({ ...props }: DropdownMenuGroupProps):
|
|
8440
|
+
declare function DropdownMenuGroup({ ...props }: DropdownMenuGroupProps): React$1.JSX.Element;
|
|
8437
8441
|
/**
|
|
8438
8442
|
* DropdownMenuItem - An interactive menu item.
|
|
8439
8443
|
*
|
|
8440
8444
|
* Supports inset layout and destructive variant.
|
|
8441
8445
|
*/
|
|
8442
|
-
declare function DropdownMenuItem({ className, inset, variant, ...props }: DropdownMenuItemProps):
|
|
8446
|
+
declare function DropdownMenuItem({ className, inset, variant, ...props }: DropdownMenuItemProps): React$1.JSX.Element;
|
|
8443
8447
|
/**
|
|
8444
8448
|
* DropdownMenuCheckboxItem - A menu item that can be checked/unchecked.
|
|
8445
8449
|
*/
|
|
8446
|
-
declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: DropdownMenuCheckboxItemProps):
|
|
8450
|
+
declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: DropdownMenuCheckboxItemProps): React$1.JSX.Element;
|
|
8447
8451
|
/**
|
|
8448
8452
|
* DropdownMenuRadioGroup - Groups radio items together.
|
|
8449
8453
|
*/
|
|
8450
|
-
declare function DropdownMenuRadioGroup({ ...props }: DropdownMenuRadioGroupProps):
|
|
8454
|
+
declare function DropdownMenuRadioGroup({ ...props }: DropdownMenuRadioGroupProps): React$1.JSX.Element;
|
|
8451
8455
|
/**
|
|
8452
8456
|
* DropdownMenuRadioItem - A radio menu item within a radio group.
|
|
8453
8457
|
*/
|
|
8454
|
-
declare function DropdownMenuRadioItem({ className, children, ...props }: DropdownMenuRadioItemProps):
|
|
8458
|
+
declare function DropdownMenuRadioItem({ className, children, ...props }: DropdownMenuRadioItemProps): React$1.JSX.Element;
|
|
8455
8459
|
/**
|
|
8456
8460
|
* DropdownMenuLabel - A non-interactive label for menu sections.
|
|
8457
8461
|
*/
|
|
8458
|
-
declare function DropdownMenuLabel({ className, inset, ...props }: DropdownMenuLabelProps):
|
|
8462
|
+
declare function DropdownMenuLabel({ className, inset, ...props }: DropdownMenuLabelProps): React$1.JSX.Element;
|
|
8459
8463
|
/**
|
|
8460
8464
|
* DropdownMenuSeparator - A visual separator between menu sections.
|
|
8461
8465
|
*/
|
|
8462
|
-
declare function DropdownMenuSeparator({ className, ...props }: DropdownMenuSeparatorProps):
|
|
8466
|
+
declare function DropdownMenuSeparator({ className, ...props }: DropdownMenuSeparatorProps): React$1.JSX.Element;
|
|
8463
8467
|
/**
|
|
8464
8468
|
* DropdownMenuShortcut - Displays keyboard shortcut hints.
|
|
8465
8469
|
*/
|
|
8466
|
-
declare function DropdownMenuShortcut({ className, ...props }: DropdownMenuShortcutProps):
|
|
8470
|
+
declare function DropdownMenuShortcut({ className, ...props }: DropdownMenuShortcutProps): React$1.JSX.Element;
|
|
8467
8471
|
/**
|
|
8468
8472
|
* DropdownMenuSub - Container for nested submenus.
|
|
8469
8473
|
*/
|
|
8470
|
-
declare function DropdownMenuSub({ ...props }: DropdownMenuSubProps):
|
|
8474
|
+
declare function DropdownMenuSub({ ...props }: DropdownMenuSubProps): React$1.JSX.Element;
|
|
8471
8475
|
/**
|
|
8472
8476
|
* DropdownMenuSubTrigger - Trigger for opening a submenu.
|
|
8473
8477
|
*
|
|
8474
8478
|
* Includes a chevron icon indicator.
|
|
8475
8479
|
*/
|
|
8476
|
-
declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: DropdownMenuSubTriggerProps):
|
|
8480
|
+
declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: DropdownMenuSubTriggerProps): React$1.JSX.Element;
|
|
8477
8481
|
/**
|
|
8478
8482
|
* DropdownMenuSubContent - Content container for submenus.
|
|
8479
8483
|
*/
|
|
8480
|
-
declare function DropdownMenuSubContent({ className, ...props }: DropdownMenuSubContentProps):
|
|
8484
|
+
declare function DropdownMenuSubContent({ className, ...props }: DropdownMenuSubContentProps): React$1.JSX.Element;
|
|
8481
8485
|
|
|
8482
8486
|
/**
|
|
8483
8487
|
* DropdownMenuContent variant styles
|
|
@@ -8618,29 +8622,29 @@ declare const fileTreeRowVariants: (props?: ({
|
|
|
8618
8622
|
variant?: "outline" | "ide" | "notion" | null | undefined;
|
|
8619
8623
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
8620
8624
|
|
|
8621
|
-
declare function FileTreeHeader({ className, children, ...props }: React$1.ComponentProps<"div">):
|
|
8622
|
-
declare function FileTreeProjectBadge({ className, ...props }: React$1.ComponentProps<"div">):
|
|
8625
|
+
declare function FileTreeHeader({ className, children, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element | null;
|
|
8626
|
+
declare function FileTreeProjectBadge({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
8623
8627
|
declare function FileTreeProjectMeta({ name, sub }: {
|
|
8624
8628
|
name: string;
|
|
8625
8629
|
sub?: string;
|
|
8626
|
-
}):
|
|
8627
|
-
declare function FileTreeToolbar({ className, children, ...props }: React$1.ComponentProps<"div">):
|
|
8630
|
+
}): React$1.JSX.Element;
|
|
8631
|
+
declare function FileTreeToolbar({ className, children, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element | null;
|
|
8628
8632
|
declare function FileTreeSearch({ shortcut, placeholder, value, onChange, }: {
|
|
8629
8633
|
onChange?: (value: string) => void;
|
|
8630
8634
|
placeholder?: string;
|
|
8631
8635
|
shortcut?: string;
|
|
8632
8636
|
value?: string;
|
|
8633
|
-
}):
|
|
8637
|
+
}): React$1.JSX.Element;
|
|
8634
8638
|
declare function FileTreeAction({ icon, className, children, ...props }: React$1.ComponentProps<"button"> & {
|
|
8635
8639
|
icon?: React$1.ReactNode;
|
|
8636
|
-
}):
|
|
8637
|
-
declare function FileTreeBody({ className, ...props }: React$1.ComponentProps<"div">):
|
|
8640
|
+
}): React$1.JSX.Element;
|
|
8641
|
+
declare function FileTreeBody({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
8638
8642
|
declare function FileTreeFooter({ branch, indicator, children, }: {
|
|
8639
8643
|
branch?: string;
|
|
8640
8644
|
children?: React$1.ReactNode;
|
|
8641
8645
|
indicator?: "dot" | "none";
|
|
8642
|
-
}):
|
|
8643
|
-
declare function FileTree({ data, variant, size, expanded: expandedProp, defaultExpanded, selectedPath: selectedPathProp, defaultSelectedPath, onToggle, onSelect, renderRow, renderLeading, renderTrailing, getNodeProps, searchValue: searchValueProp, onSearchChange, searchPlaceholder, keyboardNav, className, children, ...props }: FileTreeProps):
|
|
8646
|
+
}): React$1.JSX.Element | null;
|
|
8647
|
+
declare function FileTree({ data, variant, size, expanded: expandedProp, defaultExpanded, selectedPath: selectedPathProp, defaultSelectedPath, onToggle, onSelect, renderRow, renderLeading, renderTrailing, getNodeProps, searchValue: searchValueProp, onSearchChange, searchPlaceholder, keyboardNav, className, children, ...props }: FileTreeProps): React$1.JSX.Element;
|
|
8644
8648
|
declare namespace FileTree {
|
|
8645
8649
|
var Header: typeof FileTreeHeader;
|
|
8646
8650
|
var ProjectBadge: typeof FileTreeProjectBadge;
|
|
@@ -8718,21 +8722,21 @@ interface HeaderActionsProps extends ComponentProps<"div"> {
|
|
|
8718
8722
|
* </HeaderActions>
|
|
8719
8723
|
* </Header>
|
|
8720
8724
|
*/
|
|
8721
|
-
declare function Header({ className, variant, sticky, contained, layout, containerClassName, children, ...props }: HeaderProps):
|
|
8725
|
+
declare function Header({ className, variant, sticky, contained, layout, containerClassName, children, ...props }: HeaderProps): React$1.JSX.Element;
|
|
8722
8726
|
/**
|
|
8723
8727
|
* HeaderBrand - Logo/brand area of the header.
|
|
8724
8728
|
*
|
|
8725
8729
|
* Can optionally render as a link when asLink is true.
|
|
8726
8730
|
*/
|
|
8727
|
-
declare function HeaderBrand({ className, asLink, href, children, ...props }: HeaderBrandProps):
|
|
8731
|
+
declare function HeaderBrand({ className, asLink, href, children, ...props }: HeaderBrandProps): React$1.JSX.Element;
|
|
8728
8732
|
/**
|
|
8729
8733
|
* HeaderNav - Navigation container for header links.
|
|
8730
8734
|
*/
|
|
8731
|
-
declare function HeaderNav({ className, children, ...props }: HeaderNavProps):
|
|
8735
|
+
declare function HeaderNav({ className, children, ...props }: HeaderNavProps): React$1.JSX.Element;
|
|
8732
8736
|
/**
|
|
8733
8737
|
* HeaderActions - Actions container for buttons/controls.
|
|
8734
8738
|
*/
|
|
8735
|
-
declare function HeaderActions({ className, align, children, ...props }: HeaderActionsProps):
|
|
8739
|
+
declare function HeaderActions({ className, align, children, ...props }: HeaderActionsProps): React$1.JSX.Element;
|
|
8736
8740
|
|
|
8737
8741
|
/**
|
|
8738
8742
|
* Header root variant styles
|
|
@@ -8779,11 +8783,12 @@ declare const headerActionsVariants: (props?: ({
|
|
|
8779
8783
|
/**
|
|
8780
8784
|
* LogoConta root styles.
|
|
8781
8785
|
*
|
|
8782
|
-
* Figma: `Core Components — Seven > Logo-Conta` (node 1138:2959). A
|
|
8783
|
-
* colour-filled badge that frames a brand
|
|
8784
|
-
* (sidebar header / account switcher
|
|
8786
|
+
* Figma: `Core Components — Seven > Logo-Conta` (node 1138:2959). A
|
|
8787
|
+
* rounded-square (radius-sm) colour-filled badge that frames a brand
|
|
8788
|
+
* logo/symbol — used in the app shell (sidebar header / account switcher,
|
|
8789
|
+
* Sidebar set 1091:9106).
|
|
8785
8790
|
*
|
|
8786
|
-
* The
|
|
8791
|
+
* The badge size comes from `--logo-conta-size` (24px in Figma). Each
|
|
8787
8792
|
* `tone` reuses an existing global token pair, mirroring the three example
|
|
8788
8793
|
* accounts in Figma — no new colour tokens are introduced:
|
|
8789
8794
|
* - `mint` → Plusdin → `--primary` (Figma default/green/500)
|
|
@@ -8821,15 +8826,15 @@ interface LogoContaProps extends Omit<ComponentProps<"span">, "aria-hidden" | "a
|
|
|
8821
8826
|
type LogoContaTone = NonNullable<VariantProps<typeof logoContaVariants>["tone"]>;
|
|
8822
8827
|
|
|
8823
8828
|
/**
|
|
8824
|
-
* LogoConta —
|
|
8825
|
-
* logo/symbol. Part of the app shell (sidebar header / account switcher).
|
|
8829
|
+
* LogoConta — rounded-square, colour-filled badge that frames an account's
|
|
8830
|
+
* brand logo/symbol. Part of the app shell (sidebar header / account switcher).
|
|
8826
8831
|
*
|
|
8827
8832
|
* Pass the mark via `children` (recommended — compose any SVG/letter over the
|
|
8828
8833
|
* `tone` background) or via `src` (image URL). Provide `alt` with the account
|
|
8829
8834
|
* name to expose `role="img"`; omit it for a decorative badge (`aria-hidden`).
|
|
8830
8835
|
*
|
|
8831
8836
|
* @example
|
|
8832
|
-
* // Symbol composed over the tone
|
|
8837
|
+
* // Symbol composed over the tone background
|
|
8833
8838
|
* <LogoConta alt="Plusdin" tone="mint">
|
|
8834
8839
|
* <span className="text-xs font-bold">p</span>
|
|
8835
8840
|
* </LogoConta>
|
|
@@ -8838,7 +8843,7 @@ type LogoContaTone = NonNullable<VariantProps<typeof logoContaVariants>["tone"]>
|
|
|
8838
8843
|
* // Image logo
|
|
8839
8844
|
* <LogoConta alt="Brius" src="/logos/brius.svg" tone="blue" />
|
|
8840
8845
|
*/
|
|
8841
|
-
declare function LogoConta({ className, tone, src, alt, children, ...props }: LogoContaProps):
|
|
8846
|
+
declare function LogoConta({ className, tone, src, alt, children, ...props }: LogoContaProps): React$1.JSX.Element;
|
|
8842
8847
|
|
|
8843
8848
|
/**
|
|
8844
8849
|
* Menu root props
|
|
@@ -8906,27 +8911,27 @@ interface MenuShortcutProps extends ComponentProps<"span"> {
|
|
|
8906
8911
|
* <MenuItem variant="destructive">Delete</MenuItem>
|
|
8907
8912
|
* </Menu>
|
|
8908
8913
|
*/
|
|
8909
|
-
declare function Menu({ className, orientation, maxHeight, children, ...props }: MenuProps):
|
|
8914
|
+
declare function Menu({ className, orientation, maxHeight, children, ...props }: MenuProps): React$1.JSX.Element;
|
|
8910
8915
|
/**
|
|
8911
8916
|
* MenuItem - Individual menu item with optional variants.
|
|
8912
8917
|
*/
|
|
8913
|
-
declare function MenuItem({ className, variant, inset, selected, onSelect, disabled, children, onClick, onKeyDown, ...props }: MenuItemProps):
|
|
8918
|
+
declare function MenuItem({ className, variant, inset, selected, onSelect, disabled, children, onClick, onKeyDown, ...props }: MenuItemProps): React$1.JSX.Element;
|
|
8914
8919
|
/**
|
|
8915
8920
|
* MenuGroup - Groups related menu items together.
|
|
8916
8921
|
*/
|
|
8917
|
-
declare function MenuGroup({ className, label, children, ...props }: MenuGroupProps):
|
|
8922
|
+
declare function MenuGroup({ className, label, children, ...props }: MenuGroupProps): React$1.JSX.Element;
|
|
8918
8923
|
/**
|
|
8919
8924
|
* MenuLabel - Label for a group of menu items.
|
|
8920
8925
|
*/
|
|
8921
|
-
declare function MenuLabel({ className, inset, children, ...props }: MenuLabelProps):
|
|
8926
|
+
declare function MenuLabel({ className, inset, children, ...props }: MenuLabelProps): React$1.JSX.Element;
|
|
8922
8927
|
/**
|
|
8923
8928
|
* MenuSeparator - Visual divider between menu items.
|
|
8924
8929
|
*/
|
|
8925
|
-
declare function MenuSeparator({ className, ...props }: MenuSeparatorProps):
|
|
8930
|
+
declare function MenuSeparator({ className, ...props }: MenuSeparatorProps): React$1.JSX.Element;
|
|
8926
8931
|
/**
|
|
8927
8932
|
* MenuShortcut - Displays keyboard shortcut hint.
|
|
8928
8933
|
*/
|
|
8929
|
-
declare function MenuShortcut({ className, children, ...props }: MenuShortcutProps):
|
|
8934
|
+
declare function MenuShortcut({ className, children, ...props }: MenuShortcutProps): React$1.JSX.Element;
|
|
8930
8935
|
|
|
8931
8936
|
/**
|
|
8932
8937
|
* Menu root variant styles
|
|
@@ -9063,71 +9068,71 @@ interface MenubarSubContentProps extends ComponentProps<typeof MenubarPrimitive.
|
|
|
9063
9068
|
* </MenubarMenu>
|
|
9064
9069
|
* </Menubar>
|
|
9065
9070
|
*/
|
|
9066
|
-
declare function Menubar({ className, ...props }: MenubarProps):
|
|
9071
|
+
declare function Menubar({ className, ...props }: MenubarProps): React$1.JSX.Element;
|
|
9067
9072
|
/**
|
|
9068
9073
|
* MenubarMenu - Container for a single menu within the menubar.
|
|
9069
9074
|
*/
|
|
9070
|
-
declare function MenubarMenu({ ...props }: MenubarMenuProps):
|
|
9075
|
+
declare function MenubarMenu({ ...props }: MenubarMenuProps): React$1.JSX.Element;
|
|
9071
9076
|
/**
|
|
9072
9077
|
* MenubarGroup - Groups related menu items together.
|
|
9073
9078
|
*/
|
|
9074
|
-
declare function MenubarGroup({ ...props }: MenubarGroupProps):
|
|
9079
|
+
declare function MenubarGroup({ ...props }: MenubarGroupProps): React$1.JSX.Element;
|
|
9075
9080
|
/**
|
|
9076
9081
|
* MenubarPortal - Renders menubar content in a portal.
|
|
9077
9082
|
*/
|
|
9078
|
-
declare function MenubarPortal({ ...props }: MenubarPortalProps):
|
|
9083
|
+
declare function MenubarPortal({ ...props }: MenubarPortalProps): React$1.JSX.Element;
|
|
9079
9084
|
/**
|
|
9080
9085
|
* MenubarRadioGroup - Groups radio items together.
|
|
9081
9086
|
*/
|
|
9082
|
-
declare function MenubarRadioGroup({ ...props }: MenubarRadioGroupProps):
|
|
9087
|
+
declare function MenubarRadioGroup({ ...props }: MenubarRadioGroupProps): React$1.JSX.Element;
|
|
9083
9088
|
/**
|
|
9084
9089
|
* MenubarTrigger - Button that opens a menu in the menubar.
|
|
9085
9090
|
*/
|
|
9086
|
-
declare function MenubarTrigger({ className, ...props }: MenubarTriggerProps):
|
|
9091
|
+
declare function MenubarTrigger({ className, ...props }: MenubarTriggerProps): React$1.JSX.Element;
|
|
9087
9092
|
/**
|
|
9088
9093
|
* MenubarContent - Main content container for a menu.
|
|
9089
9094
|
*/
|
|
9090
|
-
declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: MenubarContentProps):
|
|
9095
|
+
declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: MenubarContentProps): React$1.JSX.Element;
|
|
9091
9096
|
/**
|
|
9092
9097
|
* MenubarItem - An interactive menu item.
|
|
9093
9098
|
*
|
|
9094
9099
|
* Supports inset layout and destructive variant.
|
|
9095
9100
|
*/
|
|
9096
|
-
declare function MenubarItem({ className, inset, variant, ...props }: MenubarItemProps):
|
|
9101
|
+
declare function MenubarItem({ className, inset, variant, ...props }: MenubarItemProps): React$1.JSX.Element;
|
|
9097
9102
|
/**
|
|
9098
9103
|
* MenubarCheckboxItem - A menu item that can be checked/unchecked.
|
|
9099
9104
|
*/
|
|
9100
|
-
declare function MenubarCheckboxItem({ className, children, checked, ...props }: MenubarCheckboxItemProps):
|
|
9105
|
+
declare function MenubarCheckboxItem({ className, children, checked, ...props }: MenubarCheckboxItemProps): React$1.JSX.Element;
|
|
9101
9106
|
/**
|
|
9102
9107
|
* MenubarRadioItem - A radio menu item within a radio group.
|
|
9103
9108
|
*/
|
|
9104
|
-
declare function MenubarRadioItem({ className, children, ...props }: MenubarRadioItemProps):
|
|
9109
|
+
declare function MenubarRadioItem({ className, children, ...props }: MenubarRadioItemProps): React$1.JSX.Element;
|
|
9105
9110
|
/**
|
|
9106
9111
|
* MenubarLabel - A non-interactive label for menu sections.
|
|
9107
9112
|
*/
|
|
9108
|
-
declare function MenubarLabel({ className, inset, ...props }: MenubarLabelProps):
|
|
9113
|
+
declare function MenubarLabel({ className, inset, ...props }: MenubarLabelProps): React$1.JSX.Element;
|
|
9109
9114
|
/**
|
|
9110
9115
|
* MenubarSeparator - A visual separator between menu sections.
|
|
9111
9116
|
*/
|
|
9112
|
-
declare function MenubarSeparator({ className, ...props }: MenubarSeparatorProps):
|
|
9117
|
+
declare function MenubarSeparator({ className, ...props }: MenubarSeparatorProps): React$1.JSX.Element;
|
|
9113
9118
|
/**
|
|
9114
9119
|
* MenubarShortcut - Displays keyboard shortcut hints.
|
|
9115
9120
|
*/
|
|
9116
|
-
declare function MenubarShortcut({ className, ...props }: MenubarShortcutProps):
|
|
9121
|
+
declare function MenubarShortcut({ className, ...props }: MenubarShortcutProps): React$1.JSX.Element;
|
|
9117
9122
|
/**
|
|
9118
9123
|
* MenubarSub - Container for nested submenus.
|
|
9119
9124
|
*/
|
|
9120
|
-
declare function MenubarSub({ ...props }: MenubarSubProps):
|
|
9125
|
+
declare function MenubarSub({ ...props }: MenubarSubProps): React$1.JSX.Element;
|
|
9121
9126
|
/**
|
|
9122
9127
|
* MenubarSubTrigger - Trigger for opening a submenu.
|
|
9123
9128
|
*
|
|
9124
9129
|
* Includes a chevron icon indicator.
|
|
9125
9130
|
*/
|
|
9126
|
-
declare function MenubarSubTrigger({ className, inset, children, ...props }: MenubarSubTriggerProps):
|
|
9131
|
+
declare function MenubarSubTrigger({ className, inset, children, ...props }: MenubarSubTriggerProps): React$1.JSX.Element;
|
|
9127
9132
|
/**
|
|
9128
9133
|
* MenubarSubContent - Content container for submenus.
|
|
9129
9134
|
*/
|
|
9130
|
-
declare function MenubarSubContent({ className, ...props }: MenubarSubContentProps):
|
|
9135
|
+
declare function MenubarSubContent({ className, ...props }: MenubarSubContentProps): React$1.JSX.Element;
|
|
9131
9136
|
|
|
9132
9137
|
/**
|
|
9133
9138
|
* Menubar root variant styles
|
|
@@ -9264,33 +9269,33 @@ interface NavbarMenuProps extends ComponentProps<"div"> {
|
|
|
9264
9269
|
* </NavbarContent>
|
|
9265
9270
|
* </Navbar>
|
|
9266
9271
|
*/
|
|
9267
|
-
declare function Navbar({ className, variant, size, sticky, contained, containerClassName, children, ...props }: NavbarProps):
|
|
9272
|
+
declare function Navbar({ className, variant, size, sticky, contained, containerClassName, children, ...props }: NavbarProps): React$1.JSX.Element;
|
|
9268
9273
|
/**
|
|
9269
9274
|
* NavbarBrand - Logo/brand area of the navbar.
|
|
9270
9275
|
*
|
|
9271
9276
|
* Renders as a link when href is provided.
|
|
9272
9277
|
*/
|
|
9273
|
-
declare function NavbarBrand({ className, href, children, ...props }: NavbarBrandProps):
|
|
9278
|
+
declare function NavbarBrand({ className, href, children, ...props }: NavbarBrandProps): React$1.JSX.Element;
|
|
9274
9279
|
/**
|
|
9275
9280
|
* NavbarContent - Container for navbar content groups.
|
|
9276
9281
|
*/
|
|
9277
|
-
declare function NavbarContent({ className, justify, children, ...props }: NavbarContentProps):
|
|
9282
|
+
declare function NavbarContent({ className, justify, children, ...props }: NavbarContentProps): React$1.JSX.Element;
|
|
9278
9283
|
/**
|
|
9279
9284
|
* NavbarItem - Wrapper for individual navbar items.
|
|
9280
9285
|
*/
|
|
9281
|
-
declare function NavbarItem({ className, isActive, children, ...props }: NavbarItemProps):
|
|
9286
|
+
declare function NavbarItem({ className, isActive, children, ...props }: NavbarItemProps): React$1.JSX.Element;
|
|
9282
9287
|
/**
|
|
9283
9288
|
* NavbarLink - Navigation link for the navbar.
|
|
9284
9289
|
*/
|
|
9285
|
-
declare function NavbarLink({ className, isActive, children, ...props }: NavbarLinkProps):
|
|
9290
|
+
declare function NavbarLink({ className, isActive, children, ...props }: NavbarLinkProps): React$1.JSX.Element;
|
|
9286
9291
|
/**
|
|
9287
9292
|
* NavbarMenuToggle - Toggle button for mobile menu.
|
|
9288
9293
|
*/
|
|
9289
|
-
declare function NavbarMenuToggle({ className, isOpen, srLabel, children, ...props }: NavbarMenuToggleProps):
|
|
9294
|
+
declare function NavbarMenuToggle({ className, isOpen, srLabel, children, ...props }: NavbarMenuToggleProps): React$1.JSX.Element;
|
|
9290
9295
|
/**
|
|
9291
9296
|
* NavbarMenu - Mobile menu container.
|
|
9292
9297
|
*/
|
|
9293
|
-
declare function NavbarMenu({ className, isOpen, children, ...props }: NavbarMenuProps):
|
|
9298
|
+
declare function NavbarMenu({ className, isOpen, children, ...props }: NavbarMenuProps): React$1.JSX.Element;
|
|
9294
9299
|
|
|
9295
9300
|
/**
|
|
9296
9301
|
* Navbar root variant styles
|
|
@@ -9443,45 +9448,45 @@ declare const navigationMenuIndicatorArrowVariants: (props?: class_variance_auth
|
|
|
9443
9448
|
* </NavigationMenuList>
|
|
9444
9449
|
* </NavigationMenu>
|
|
9445
9450
|
*/
|
|
9446
|
-
declare function NavigationMenu({ className, children, viewport, ...props }: NavigationMenuProps):
|
|
9451
|
+
declare function NavigationMenu({ className, children, viewport, ...props }: NavigationMenuProps): React$1.JSX.Element;
|
|
9447
9452
|
/**
|
|
9448
9453
|
* NavigationMenuList - Container for navigation menu items.
|
|
9449
9454
|
*/
|
|
9450
|
-
declare function NavigationMenuList({ className, ...props }: NavigationMenuListProps):
|
|
9455
|
+
declare function NavigationMenuList({ className, ...props }: NavigationMenuListProps): React$1.JSX.Element;
|
|
9451
9456
|
/**
|
|
9452
9457
|
* NavigationMenuItem - An individual navigation item.
|
|
9453
9458
|
*/
|
|
9454
|
-
declare function NavigationMenuItem({ className, ...props }: NavigationMenuItemProps):
|
|
9459
|
+
declare function NavigationMenuItem({ className, ...props }: NavigationMenuItemProps): React$1.JSX.Element;
|
|
9455
9460
|
/**
|
|
9456
9461
|
* NavigationMenuTrigger - Button that opens a navigation menu content panel.
|
|
9457
9462
|
*
|
|
9458
9463
|
* Includes a chevron icon that rotates when open.
|
|
9459
9464
|
*/
|
|
9460
|
-
declare function NavigationMenuTrigger({ className, children, ...props }: NavigationMenuTriggerProps):
|
|
9465
|
+
declare function NavigationMenuTrigger({ className, children, ...props }: NavigationMenuTriggerProps): React$1.JSX.Element;
|
|
9461
9466
|
/**
|
|
9462
9467
|
* NavigationMenuContent - Content panel for navigation menu items.
|
|
9463
9468
|
*
|
|
9464
9469
|
* Supports animated transitions for entering and leaving states.
|
|
9465
9470
|
*/
|
|
9466
|
-
declare function NavigationMenuContent({ className, ...props }: NavigationMenuContentProps):
|
|
9471
|
+
declare function NavigationMenuContent({ className, ...props }: NavigationMenuContentProps): React$1.JSX.Element;
|
|
9467
9472
|
/**
|
|
9468
9473
|
* NavigationMenuViewport - Viewport container for navigation menu content.
|
|
9469
9474
|
*
|
|
9470
9475
|
* Positioned below the navigation menu with proper sizing.
|
|
9471
9476
|
*/
|
|
9472
|
-
declare function NavigationMenuViewport({ className, ...props }: NavigationMenuViewportProps):
|
|
9477
|
+
declare function NavigationMenuViewport({ className, ...props }: NavigationMenuViewportProps): React$1.JSX.Element;
|
|
9473
9478
|
/**
|
|
9474
9479
|
* NavigationMenuLink - A navigation link within the menu.
|
|
9475
9480
|
*
|
|
9476
9481
|
* Use for both internal and external navigation links.
|
|
9477
9482
|
*/
|
|
9478
|
-
declare function NavigationMenuLink({ className, ...props }: NavigationMenuLinkProps):
|
|
9483
|
+
declare function NavigationMenuLink({ className, ...props }: NavigationMenuLinkProps): React$1.JSX.Element;
|
|
9479
9484
|
/**
|
|
9480
9485
|
* NavigationMenuIndicator - Visual indicator showing the active menu item.
|
|
9481
9486
|
*
|
|
9482
9487
|
* Animates between items as the user navigates.
|
|
9483
9488
|
*/
|
|
9484
|
-
declare function NavigationMenuIndicator({ className, ...props }: NavigationMenuIndicatorProps):
|
|
9489
|
+
declare function NavigationMenuIndicator({ className, ...props }: NavigationMenuIndicatorProps): React$1.JSX.Element;
|
|
9485
9490
|
|
|
9486
9491
|
/**
|
|
9487
9492
|
* Pagination root props
|
|
@@ -9544,37 +9549,37 @@ interface PaginationEllipsisProps extends ComponentProps<"span"> {
|
|
|
9544
9549
|
* </PaginationContent>
|
|
9545
9550
|
* </Pagination>
|
|
9546
9551
|
*/
|
|
9547
|
-
declare function Pagination({ className, ...props }: PaginationProps):
|
|
9552
|
+
declare function Pagination({ className, ...props }: PaginationProps): React$1.JSX.Element;
|
|
9548
9553
|
/**
|
|
9549
9554
|
* PaginationContent - Container for pagination items.
|
|
9550
9555
|
*/
|
|
9551
|
-
declare function PaginationContent({ className, ...props }: PaginationContentProps):
|
|
9556
|
+
declare function PaginationContent({ className, ...props }: PaginationContentProps): React$1.JSX.Element;
|
|
9552
9557
|
/**
|
|
9553
9558
|
* PaginationItem - Wrapper for individual pagination elements.
|
|
9554
9559
|
*/
|
|
9555
|
-
declare function PaginationItem({ ...props }: PaginationItemProps):
|
|
9560
|
+
declare function PaginationItem({ ...props }: PaginationItemProps): React$1.JSX.Element;
|
|
9556
9561
|
/**
|
|
9557
9562
|
* PaginationLink - A link to a specific page.
|
|
9558
9563
|
*
|
|
9559
9564
|
* Use isActive to indicate the current page.
|
|
9560
9565
|
*/
|
|
9561
|
-
declare function PaginationLink({ className, isActive, size, ...props }: PaginationLinkProps):
|
|
9566
|
+
declare function PaginationLink({ className, isActive, size, ...props }: PaginationLinkProps): React$1.JSX.Element;
|
|
9562
9567
|
/**
|
|
9563
9568
|
* PaginationPrevious - Link to the previous page.
|
|
9564
9569
|
*
|
|
9565
9570
|
* Includes a chevron icon and "Previous" text on larger screens.
|
|
9566
9571
|
*/
|
|
9567
|
-
declare function PaginationPrevious({ className, ...props }: PaginationPreviousProps):
|
|
9572
|
+
declare function PaginationPrevious({ className, ...props }: PaginationPreviousProps): React$1.JSX.Element;
|
|
9568
9573
|
/**
|
|
9569
9574
|
* PaginationNext - Link to the next page.
|
|
9570
9575
|
*
|
|
9571
9576
|
* Includes a chevron icon and "Next" text on larger screens.
|
|
9572
9577
|
*/
|
|
9573
|
-
declare function PaginationNext({ className, ...props }: PaginationNextProps):
|
|
9578
|
+
declare function PaginationNext({ className, ...props }: PaginationNextProps): React$1.JSX.Element;
|
|
9574
9579
|
/**
|
|
9575
9580
|
* PaginationEllipsis - Indicates more pages between visible page links.
|
|
9576
9581
|
*/
|
|
9577
|
-
declare function PaginationEllipsis({ className, ...props }: PaginationEllipsisProps):
|
|
9582
|
+
declare function PaginationEllipsis({ className, ...props }: PaginationEllipsisProps): React$1.JSX.Element;
|
|
9578
9583
|
|
|
9579
9584
|
/**
|
|
9580
9585
|
* Pagination root variant styles
|
|
@@ -9726,26 +9731,26 @@ interface TooltipArrowProps extends ComponentPropsWithoutRef<typeof TooltipPrimi
|
|
|
9726
9731
|
* TooltipProvider wraps your app to enable tooltips.
|
|
9727
9732
|
* Provides shared configuration for delay and behavior.
|
|
9728
9733
|
*/
|
|
9729
|
-
declare function TooltipProvider({ delayDuration, children, ...props }: TooltipProviderProps):
|
|
9734
|
+
declare function TooltipProvider({ delayDuration, children, ...props }: TooltipProviderProps): React$1.JSX.Element;
|
|
9730
9735
|
/**
|
|
9731
9736
|
* Tooltip displays contextual information on hover or focus.
|
|
9732
9737
|
* Wraps content in its own TooltipProvider for convenience.
|
|
9733
9738
|
*/
|
|
9734
|
-
declare function Tooltip({ children, ...props }: TooltipProps):
|
|
9739
|
+
declare function Tooltip({ children, ...props }: TooltipProps): React$1.JSX.Element;
|
|
9735
9740
|
/**
|
|
9736
9741
|
* TooltipTrigger is the element that triggers the tooltip.
|
|
9737
9742
|
* Use asChild to wrap your own element instead of adding a wrapper.
|
|
9738
9743
|
*/
|
|
9739
|
-
declare function TooltipTrigger({ children, ...props }: TooltipTriggerProps):
|
|
9744
|
+
declare function TooltipTrigger({ children, ...props }: TooltipTriggerProps): React$1.JSX.Element;
|
|
9740
9745
|
/**
|
|
9741
9746
|
* TooltipArrow renders the arrow pointing to the trigger.
|
|
9742
9747
|
*/
|
|
9743
|
-
declare function TooltipArrow({ className, ...props }: TooltipArrowProps):
|
|
9748
|
+
declare function TooltipArrow({ className, ...props }: TooltipArrowProps): React$1.JSX.Element;
|
|
9744
9749
|
/**
|
|
9745
9750
|
* TooltipContent contains the tooltip message.
|
|
9746
9751
|
* Automatically positioned and animated based on available space.
|
|
9747
9752
|
*/
|
|
9748
|
-
declare function TooltipContent({ className, sideOffset, showArrow, children, ...props }: TooltipContentProps):
|
|
9753
|
+
declare function TooltipContent({ className, sideOffset, showArrow, children, ...props }: TooltipContentProps): React$1.JSX.Element;
|
|
9749
9754
|
|
|
9750
9755
|
/**
|
|
9751
9756
|
* Tooltip content variant styles using CVA
|
|
@@ -9812,10 +9817,18 @@ declare const sidebarInputVariants: (props?: class_variance_authority_types.Clas
|
|
|
9812
9817
|
* Dual mode consumes sidebar.tokens.json (Figma 1092:542 panel header):
|
|
9813
9818
|
* - padding-x = 16px (--sidebar-panel-header-padding-x)
|
|
9814
9819
|
* - padding-top = 28px (--sidebar-panel-padding-top) when at top of panel
|
|
9820
|
+
*
|
|
9821
|
+
* Single mode consumes the container spec (Figma 1091:8941/8942):
|
|
9822
|
+
* - padding-x = 12px, padding-top = 24px (--sidebar-container-padding-*)
|
|
9823
|
+
* - gap = 24px between logo row and account switch (--sidebar-rail-group-gap)
|
|
9815
9824
|
*/
|
|
9816
9825
|
declare const sidebarHeaderVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
|
9817
9826
|
/**
|
|
9818
9827
|
* SidebarFooter variant styles
|
|
9828
|
+
*
|
|
9829
|
+
* Single mode consumes the container spec (Figma 1091:8941/8942 bottom block):
|
|
9830
|
+
* - padding-x = 12px, padding-bottom = 24px (--sidebar-container-padding-*)
|
|
9831
|
+
* - gap = 20px between toggle / settings / avatar (--sidebar-rail-item-gap)
|
|
9819
9832
|
*/
|
|
9820
9833
|
declare const sidebarFooterVariants: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
|
9821
9834
|
/**
|
|
@@ -9949,7 +9962,7 @@ interface SidebarContextProps {
|
|
|
9949
9962
|
*/
|
|
9950
9963
|
interface SidebarProviderProps extends ComponentProps<"div"> {
|
|
9951
9964
|
defaultOpen?: boolean;
|
|
9952
|
-
/** Enable dual mode: icon rail (
|
|
9965
|
+
/** Enable dual mode: icon rail (64px) + toggleable text panel (216px) */
|
|
9953
9966
|
/**
|
|
9954
9967
|
* Sidebar layout mode — maps directly to Figma 1091:9106 status variants:
|
|
9955
9968
|
*
|
|
@@ -10093,7 +10106,7 @@ interface SidebarMenuSubButtonProps extends ComponentProps<"a"> {
|
|
|
10093
10106
|
size?: "md" | "sm";
|
|
10094
10107
|
}
|
|
10095
10108
|
/**
|
|
10096
|
-
* SidebarRailContent props — Icon rail zone in dual mode (
|
|
10109
|
+
* SidebarRailContent props — Icon rail zone in dual mode (64px, always visible)
|
|
10097
10110
|
*/
|
|
10098
10111
|
interface SidebarRailContentProps extends ComponentProps<"div"> {
|
|
10099
10112
|
}
|
|
@@ -10127,114 +10140,119 @@ declare function useSidebar(): SidebarContextProps;
|
|
|
10127
10140
|
* <SidebarInset>...</SidebarInset>
|
|
10128
10141
|
* </SidebarProvider>
|
|
10129
10142
|
*/
|
|
10130
|
-
declare function SidebarProvider({ defaultOpen, mode, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: SidebarProviderProps):
|
|
10143
|
+
declare function SidebarProvider({ defaultOpen, mode, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: SidebarProviderProps): React$1.JSX.Element;
|
|
10131
10144
|
/**
|
|
10132
10145
|
* Sidebar - The main sidebar component.
|
|
10133
10146
|
*
|
|
10134
10147
|
* Supports multiple variants and collapsible modes.
|
|
10135
10148
|
* When `mode="dual"` is set on SidebarProvider, delegates to SidebarDualMode.
|
|
10136
10149
|
*/
|
|
10137
|
-
declare function Sidebar({ side, variant, collapsible, className, children, ...props }: SidebarProps):
|
|
10150
|
+
declare function Sidebar({ side, variant, collapsible, className, children, ...props }: SidebarProps): React$1.JSX.Element;
|
|
10138
10151
|
/**
|
|
10139
10152
|
* SidebarTrigger - Button to toggle the sidebar.
|
|
10140
10153
|
*/
|
|
10141
|
-
declare function SidebarTrigger({ className, onClick, ...props }: SidebarTriggerProps):
|
|
10154
|
+
declare function SidebarTrigger({ className, onClick, ...props }: SidebarTriggerProps): React$1.JSX.Element;
|
|
10142
10155
|
/**
|
|
10143
10156
|
* SidebarRail - Clickable edge to toggle sidebar.
|
|
10144
10157
|
*/
|
|
10145
|
-
declare function SidebarRail({ className, ...props }: SidebarRailProps):
|
|
10158
|
+
declare function SidebarRail({ className, ...props }: SidebarRailProps): React$1.JSX.Element;
|
|
10146
10159
|
/**
|
|
10147
10160
|
* SidebarInset - Main content area adjacent to sidebar.
|
|
10148
10161
|
*/
|
|
10149
|
-
declare function SidebarInset({ className, ...props }: SidebarInsetProps):
|
|
10162
|
+
declare function SidebarInset({ className, ...props }: SidebarInsetProps): React$1.JSX.Element;
|
|
10150
10163
|
/**
|
|
10151
10164
|
* SidebarInput - Input field styled for sidebar.
|
|
10152
10165
|
*/
|
|
10153
|
-
declare function SidebarInput({ className, ...props }: SidebarInputProps):
|
|
10166
|
+
declare function SidebarInput({ className, ...props }: SidebarInputProps): React$1.JSX.Element;
|
|
10154
10167
|
/**
|
|
10155
10168
|
* SidebarHeader - Header section of the sidebar.
|
|
10156
10169
|
*/
|
|
10157
|
-
declare function SidebarHeader({ className, ...props }: SidebarHeaderProps):
|
|
10170
|
+
declare function SidebarHeader({ className, ...props }: SidebarHeaderProps): React$1.JSX.Element;
|
|
10158
10171
|
/**
|
|
10159
10172
|
* SidebarFooter - Footer section of the sidebar.
|
|
10160
10173
|
*/
|
|
10161
|
-
declare function SidebarFooter({ className, ...props }: SidebarFooterProps):
|
|
10174
|
+
declare function SidebarFooter({ className, ...props }: SidebarFooterProps): React$1.JSX.Element;
|
|
10162
10175
|
/**
|
|
10163
10176
|
* SidebarSeparator - Divider for sidebar sections.
|
|
10164
10177
|
*/
|
|
10165
|
-
declare function SidebarSeparator({ className, ...props }: SidebarSeparatorProps):
|
|
10178
|
+
declare function SidebarSeparator({ className, ...props }: SidebarSeparatorProps): React$1.JSX.Element;
|
|
10166
10179
|
/**
|
|
10167
10180
|
* SidebarContent - Main scrollable content area.
|
|
10168
10181
|
*/
|
|
10169
|
-
declare function SidebarContent({ className, ...props }: SidebarContentProps):
|
|
10182
|
+
declare function SidebarContent({ className, ...props }: SidebarContentProps): React$1.JSX.Element;
|
|
10170
10183
|
/**
|
|
10171
10184
|
* SidebarGroup - Group container for sidebar items.
|
|
10172
10185
|
*/
|
|
10173
|
-
declare function SidebarGroup({ className, ...props }: SidebarGroupProps):
|
|
10186
|
+
declare function SidebarGroup({ className, ...props }: SidebarGroupProps): React$1.JSX.Element;
|
|
10174
10187
|
/**
|
|
10175
10188
|
* SidebarGroupLabel - Label for a sidebar group.
|
|
10176
10189
|
*/
|
|
10177
|
-
declare function SidebarGroupLabel({ className, asChild, ...props }: SidebarGroupLabelProps):
|
|
10190
|
+
declare function SidebarGroupLabel({ className, asChild, ...props }: SidebarGroupLabelProps): React$1.JSX.Element;
|
|
10178
10191
|
/**
|
|
10179
10192
|
* SidebarGroupAction - Action button for a sidebar group.
|
|
10180
10193
|
*/
|
|
10181
|
-
declare function SidebarGroupAction({ className, asChild, ...props }: SidebarGroupActionProps):
|
|
10194
|
+
declare function SidebarGroupAction({ className, asChild, ...props }: SidebarGroupActionProps): React$1.JSX.Element;
|
|
10182
10195
|
/**
|
|
10183
10196
|
* SidebarGroupContent - Content container for a sidebar group.
|
|
10184
10197
|
*/
|
|
10185
|
-
declare function SidebarGroupContent({ className, ...props }: SidebarGroupContentProps):
|
|
10198
|
+
declare function SidebarGroupContent({ className, ...props }: SidebarGroupContentProps): React$1.JSX.Element;
|
|
10186
10199
|
/**
|
|
10187
10200
|
* SidebarMenu - Menu list container.
|
|
10188
10201
|
*/
|
|
10189
|
-
declare function SidebarMenu({ className, ...props }: SidebarMenuProps):
|
|
10202
|
+
declare function SidebarMenu({ className, ...props }: SidebarMenuProps): React$1.JSX.Element;
|
|
10190
10203
|
/**
|
|
10191
10204
|
* SidebarMenuItem - Individual menu item.
|
|
10192
10205
|
*/
|
|
10193
|
-
declare function SidebarMenuItem({ className, ...props }: SidebarMenuItemProps):
|
|
10206
|
+
declare function SidebarMenuItem({ className, ...props }: SidebarMenuItemProps): React$1.JSX.Element;
|
|
10194
10207
|
/**
|
|
10195
10208
|
* SidebarMenuButton - Interactive menu button with variants.
|
|
10196
10209
|
*/
|
|
10197
|
-
declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: SidebarMenuButtonProps):
|
|
10210
|
+
declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: SidebarMenuButtonProps): React$1.JSX.Element;
|
|
10198
10211
|
/**
|
|
10199
10212
|
* SidebarMenuAction - Action button within a menu item.
|
|
10200
10213
|
*/
|
|
10201
|
-
declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: SidebarMenuActionProps):
|
|
10214
|
+
declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: SidebarMenuActionProps): React$1.JSX.Element;
|
|
10202
10215
|
/**
|
|
10203
10216
|
* SidebarMenuBadge - Badge displayed in a menu item.
|
|
10204
10217
|
*/
|
|
10205
|
-
declare function SidebarMenuBadge({ className, ...props }: SidebarMenuBadgeProps):
|
|
10218
|
+
declare function SidebarMenuBadge({ className, ...props }: SidebarMenuBadgeProps): React$1.JSX.Element;
|
|
10206
10219
|
/**
|
|
10207
10220
|
* SidebarMenuSkeleton - Loading skeleton for menu items.
|
|
10208
10221
|
*/
|
|
10209
|
-
declare function SidebarMenuSkeleton({ className, showIcon, ...props }: SidebarMenuSkeletonProps):
|
|
10222
|
+
declare function SidebarMenuSkeleton({ className, showIcon, ...props }: SidebarMenuSkeletonProps): React$1.JSX.Element;
|
|
10210
10223
|
/**
|
|
10211
10224
|
* SidebarMenuSub - Submenu container.
|
|
10212
10225
|
*/
|
|
10213
|
-
declare function SidebarMenuSub({ className, ...props }: SidebarMenuSubProps):
|
|
10226
|
+
declare function SidebarMenuSub({ className, ...props }: SidebarMenuSubProps): React$1.JSX.Element;
|
|
10214
10227
|
/**
|
|
10215
10228
|
* SidebarMenuSubItem - Individual submenu item.
|
|
10216
10229
|
*/
|
|
10217
|
-
declare function SidebarMenuSubItem({ className, ...props }: SidebarMenuSubItemProps):
|
|
10230
|
+
declare function SidebarMenuSubItem({ className, ...props }: SidebarMenuSubItemProps): React$1.JSX.Element;
|
|
10218
10231
|
/**
|
|
10219
10232
|
* SidebarMenuSubButton - Interactive button within a submenu.
|
|
10220
10233
|
*/
|
|
10221
|
-
declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: SidebarMenuSubButtonProps):
|
|
10234
|
+
declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: SidebarMenuSubButtonProps): React$1.JSX.Element;
|
|
10222
10235
|
/**
|
|
10223
|
-
* SidebarRailContent - Icon rail zone in dual mode (always visible,
|
|
10236
|
+
* SidebarRailContent - Icon rail zone in dual mode (always visible, 64px wide).
|
|
10237
|
+
*
|
|
10238
|
+
* Owns the Figma rail-column layout (1091:8943): container padding 12/24,
|
|
10239
|
+
* top/bottom blocks pinned apart, 24px between stacked blocks. Spacing
|
|
10240
|
+
* between items inside a block is composition — wrap them in an element with
|
|
10241
|
+
* `gap-[var(--sidebar-rail-item-gap)]` (20px).
|
|
10224
10242
|
*/
|
|
10225
|
-
declare function SidebarRailContent({ className, ...props }: SidebarRailContentProps):
|
|
10243
|
+
declare function SidebarRailContent({ className, ...props }: SidebarRailContentProps): React$1.JSX.Element | null;
|
|
10226
10244
|
/**
|
|
10227
10245
|
* SidebarRailButton - Icon button for the sidebar rail (32×32).
|
|
10228
10246
|
*
|
|
10229
10247
|
* Supports active/inactive states with Figma-aligned sizing.
|
|
10230
10248
|
*/
|
|
10231
|
-
declare function SidebarRailButton({ isActive, tooltip, className, ...props }: SidebarRailButtonProps):
|
|
10249
|
+
declare function SidebarRailButton({ isActive, tooltip, className, ...props }: SidebarRailButtonProps): React$1.JSX.Element;
|
|
10232
10250
|
/**
|
|
10233
10251
|
* SidebarPanelContent - Text panel zone in dual mode (toggleable, 13.5rem wide).
|
|
10234
10252
|
*
|
|
10235
10253
|
* Collapses to width 0 when sidebar state is "collapsed".
|
|
10236
10254
|
*/
|
|
10237
|
-
declare function SidebarPanelContent({ className, ...props }: SidebarPanelContentProps):
|
|
10255
|
+
declare function SidebarPanelContent({ className, ...props }: SidebarPanelContentProps): React$1.JSX.Element;
|
|
10238
10256
|
interface SidebarLogoProps extends Omit<React$1.ComponentProps<"div">, "onClick"> {
|
|
10239
10257
|
brand?: string;
|
|
10240
10258
|
collapseLabel?: string;
|
|
@@ -10256,7 +10274,7 @@ interface SidebarLogoProps extends Omit<React$1.ComponentProps<"div">, "onClick"
|
|
|
10256
10274
|
* <SidebarLogo brand="ETUS · DAM" showCollapse />
|
|
10257
10275
|
* </SidebarHeader>
|
|
10258
10276
|
*/
|
|
10259
|
-
declare function SidebarLogo({ mark, brand, sub, showCollapse, collapseLabel, onClick, className, ...props }: SidebarLogoProps):
|
|
10277
|
+
declare function SidebarLogo({ mark, brand, sub, showCollapse, collapseLabel, onClick, className, ...props }: SidebarLogoProps): React$1.JSX.Element;
|
|
10260
10278
|
interface SidebarAvatarProps {
|
|
10261
10279
|
"aria-label"?: string;
|
|
10262
10280
|
avatar?: React$1.ComponentProps<typeof Avatar>;
|
|
@@ -10284,7 +10302,7 @@ interface SidebarAvatarProps {
|
|
|
10284
10302
|
* <SidebarThemeToggle />
|
|
10285
10303
|
* </SidebarFooter>
|
|
10286
10304
|
*/
|
|
10287
|
-
declare function SidebarAvatar({ avatar, name, email, showChevron, compact, onClick, className, "aria-label": ariaLabel, }: SidebarAvatarProps):
|
|
10305
|
+
declare function SidebarAvatar({ avatar, name, email, showChevron, compact, onClick, className, "aria-label": ariaLabel, }: SidebarAvatarProps): React$1.JSX.Element;
|
|
10288
10306
|
interface SidebarThemeToggleProps {
|
|
10289
10307
|
className?: string;
|
|
10290
10308
|
darkIcon?: React$1.ReactNode;
|
|
@@ -10308,7 +10326,7 @@ interface SidebarThemeToggleProps {
|
|
|
10308
10326
|
* // Controlled
|
|
10309
10327
|
* <SidebarThemeToggle mode={themeStore.mode} onToggle={themeStore.set} />
|
|
10310
10328
|
*/
|
|
10311
|
-
declare function SidebarThemeToggle({ mode: controlledMode, onToggle, lightIcon, darkIcon, label, size, className, }: SidebarThemeToggleProps):
|
|
10329
|
+
declare function SidebarThemeToggle({ mode: controlledMode, onToggle, lightIcon, darkIcon, label, size, className, }: SidebarThemeToggleProps): React$1.JSX.Element;
|
|
10312
10330
|
|
|
10313
10331
|
/**
|
|
10314
10332
|
* SkipLink item definition
|
|
@@ -10361,7 +10379,7 @@ interface SkipLinksListProps extends ComponentProps<"nav"> {
|
|
|
10361
10379
|
* Content here
|
|
10362
10380
|
* </main>
|
|
10363
10381
|
*/
|
|
10364
|
-
declare function SkipLink({ className, targetId, children, alwaysVisible, position, variant, ...props }: SkipLinkProps):
|
|
10382
|
+
declare function SkipLink({ className, targetId, children, alwaysVisible, position, variant, ...props }: SkipLinkProps): React$1.JSX.Element;
|
|
10365
10383
|
/**
|
|
10366
10384
|
* SkipLinksList - Multiple skip links for complex layouts.
|
|
10367
10385
|
*
|
|
@@ -10377,7 +10395,7 @@ declare function SkipLink({ className, targetId, children, alwaysVisible, positi
|
|
|
10377
10395
|
* ]}
|
|
10378
10396
|
* />
|
|
10379
10397
|
*/
|
|
10380
|
-
declare function SkipLinksList({ className, links, position, variant, ...props }: SkipLinksListProps):
|
|
10398
|
+
declare function SkipLinksList({ className, links, position, variant, ...props }: SkipLinksListProps): React$1.JSX.Element;
|
|
10381
10399
|
|
|
10382
10400
|
/**
|
|
10383
10401
|
* SkipLink variant styles
|
|
@@ -10502,7 +10520,7 @@ interface SpeedDialProps extends Omit<ComponentProps<"div">, "children"> {
|
|
|
10502
10520
|
* />
|
|
10503
10521
|
* ```
|
|
10504
10522
|
*/
|
|
10505
|
-
declare function SpeedDial({ actions, direction, icon, openIcon, open: controlledOpen, onOpenChange, disabled, size, tooltip, showLabels, mask, className, "aria-label": ariaLabel, ...props }: SpeedDialProps):
|
|
10523
|
+
declare function SpeedDial({ actions, direction, icon, openIcon, open: controlledOpen, onOpenChange, disabled, size, tooltip, showLabels, mask, className, "aria-label": ariaLabel, ...props }: SpeedDialProps): React$1.JSX.Element;
|
|
10506
10524
|
|
|
10507
10525
|
/**
|
|
10508
10526
|
* TabNavigation variant styles
|
|
@@ -10625,7 +10643,7 @@ interface TabNavigationLinkProps extends Omit<React$1.AnchorHTMLAttributes<HTMLA
|
|
|
10625
10643
|
* </TabNavigation>
|
|
10626
10644
|
* ```
|
|
10627
10645
|
*/
|
|
10628
|
-
declare function TabNavigation({ children, className, defaultValue, onValueChange, value: controlledValue, variant, ...props }: TabNavigationProps):
|
|
10646
|
+
declare function TabNavigation({ children, className, defaultValue, onValueChange, value: controlledValue, variant, ...props }: TabNavigationProps): React$1.JSX.Element;
|
|
10629
10647
|
declare namespace TabNavigation {
|
|
10630
10648
|
var displayName: string;
|
|
10631
10649
|
}
|
|
@@ -10635,7 +10653,7 @@ declare namespace TabNavigation {
|
|
|
10635
10653
|
* Renders as an anchor tag for navigation. Can be used with or without href
|
|
10636
10654
|
* for SPA frameworks that handle navigation differently.
|
|
10637
10655
|
*/
|
|
10638
|
-
declare function TabNavigationLink({ active: activeProp, children, className, disabled, href, icon, onClick, value, ...props }: TabNavigationLinkProps):
|
|
10656
|
+
declare function TabNavigationLink({ active: activeProp, children, className, disabled, href, icon, onClick, value, ...props }: TabNavigationLinkProps): React$1.JSX.Element;
|
|
10639
10657
|
declare namespace TabNavigationLink {
|
|
10640
10658
|
var displayName: string;
|
|
10641
10659
|
}
|
|
@@ -10690,15 +10708,15 @@ interface TabPanelTriggerProps extends ComponentProps<typeof TabsPrimitive.Trigg
|
|
|
10690
10708
|
* <TabPanel value="tab1">Content 1</TabPanel>
|
|
10691
10709
|
* </TabPanelRoot>
|
|
10692
10710
|
*/
|
|
10693
|
-
declare function TabPanelRoot({ className, ...props }: TabPanelRootProps):
|
|
10711
|
+
declare function TabPanelRoot({ className, ...props }: TabPanelRootProps): React$1.JSX.Element;
|
|
10694
10712
|
/**
|
|
10695
10713
|
* TabPanelList - Container for tab triggers.
|
|
10696
10714
|
*/
|
|
10697
|
-
declare function TabPanelList({ className, ...props }: TabPanelListProps):
|
|
10715
|
+
declare function TabPanelList({ className, ...props }: TabPanelListProps): React$1.JSX.Element;
|
|
10698
10716
|
/**
|
|
10699
10717
|
* TabPanelTrigger - Button that activates its associated tab panel.
|
|
10700
10718
|
*/
|
|
10701
|
-
declare function TabPanelTrigger({ className, ...props }: TabPanelTriggerProps):
|
|
10719
|
+
declare function TabPanelTrigger({ className, ...props }: TabPanelTriggerProps): React$1.JSX.Element;
|
|
10702
10720
|
/**
|
|
10703
10721
|
* TabPanel - Content panel associated with a tab.
|
|
10704
10722
|
*
|
|
@@ -10711,7 +10729,7 @@ declare function TabPanelTrigger({ className, ...props }: TabPanelTriggerProps):
|
|
|
10711
10729
|
* <p>Manage your account here.</p>
|
|
10712
10730
|
* </TabPanel>
|
|
10713
10731
|
*/
|
|
10714
|
-
declare function TabPanel({ className, variant, ...props }: TabPanelProps):
|
|
10732
|
+
declare function TabPanel({ className, variant, ...props }: TabPanelProps): React$1.JSX.Element;
|
|
10715
10733
|
|
|
10716
10734
|
/**
|
|
10717
10735
|
* TabPanelRoot variant styles
|
|
@@ -10802,11 +10820,11 @@ interface TabsContentProps extends ComponentProps<typeof TabsPrimitive.Content>
|
|
|
10802
10820
|
* </Tabs>
|
|
10803
10821
|
* ```
|
|
10804
10822
|
*/
|
|
10805
|
-
declare function Tabs({ className, variant, ...props }: TabsProps):
|
|
10823
|
+
declare function Tabs({ className, variant, ...props }: TabsProps): React$1.JSX.Element;
|
|
10806
10824
|
/**
|
|
10807
10825
|
* TabsList - Container for tab triggers.
|
|
10808
10826
|
*/
|
|
10809
|
-
declare function TabsList({ className, ...props }: TabsListProps):
|
|
10827
|
+
declare function TabsList({ className, ...props }: TabsListProps): React$1.JSX.Element;
|
|
10810
10828
|
/**
|
|
10811
10829
|
* TabsTrigger - Button that activates its associated tab content.
|
|
10812
10830
|
*
|
|
@@ -10814,11 +10832,11 @@ declare function TabsList({ className, ...props }: TabsListProps): react_jsx_run
|
|
|
10814
10832
|
* matching the Figma `Tabs / Trigger` anatomy. When neither slot is provided,
|
|
10815
10833
|
* `children` is rendered directly so existing call sites keep working.
|
|
10816
10834
|
*/
|
|
10817
|
-
declare function TabsTrigger({ className, children, icon, badge, ...props }: TabsTriggerProps):
|
|
10835
|
+
declare function TabsTrigger({ className, children, icon, badge, ...props }: TabsTriggerProps): React$1.JSX.Element;
|
|
10818
10836
|
/**
|
|
10819
10837
|
* TabsContent - Contains the content associated with each tab.
|
|
10820
10838
|
*/
|
|
10821
|
-
declare function TabsContent({ className, ...props }: TabsContentProps):
|
|
10839
|
+
declare function TabsContent({ className, ...props }: TabsContentProps): React$1.JSX.Element;
|
|
10822
10840
|
|
|
10823
10841
|
/**
|
|
10824
10842
|
* Tabs root variant styles
|
|
@@ -10931,13 +10949,13 @@ interface ToolbarLinkProps extends ComponentProps<typeof ToolbarPrimitive.Link>
|
|
|
10931
10949
|
* <ToolbarButton>Action</ToolbarButton>
|
|
10932
10950
|
* </Toolbar>
|
|
10933
10951
|
*/
|
|
10934
|
-
declare function Toolbar({ className, variant, ...props }: ToolbarProps):
|
|
10952
|
+
declare function Toolbar({ className, variant, ...props }: ToolbarProps): React$1.JSX.Element;
|
|
10935
10953
|
/**
|
|
10936
10954
|
* ToolbarButton - Button for toolbar actions.
|
|
10937
10955
|
*
|
|
10938
10956
|
* Used for non-toggle actions within the toolbar.
|
|
10939
10957
|
*/
|
|
10940
|
-
declare function ToolbarButton({ className, ...props }: ToolbarButtonProps):
|
|
10958
|
+
declare function ToolbarButton({ className, ...props }: ToolbarButtonProps): React$1.JSX.Element;
|
|
10941
10959
|
/**
|
|
10942
10960
|
* ToolbarGroup - Generic grouping wrapper for related toolbar items.
|
|
10943
10961
|
*
|
|
@@ -10945,31 +10963,31 @@ declare function ToolbarButton({ className, ...props }: ToolbarButtonProps): rea
|
|
|
10945
10963
|
* single unit. Unlike ToolbarToggleGroup it carries no selection semantics —
|
|
10946
10964
|
* it is a plain `role="group"` container for composition.
|
|
10947
10965
|
*/
|
|
10948
|
-
declare function ToolbarGroup({ className, ...props }: ToolbarGroupProps):
|
|
10966
|
+
declare function ToolbarGroup({ className, ...props }: ToolbarGroupProps): React$1.JSX.Element;
|
|
10949
10967
|
/**
|
|
10950
10968
|
* ToolbarToggleGroup - Container for toggle items.
|
|
10951
10969
|
*
|
|
10952
10970
|
* Groups toggle items for single or multiple selection.
|
|
10953
10971
|
*/
|
|
10954
|
-
declare function ToolbarToggleGroup({ className, ...props }: ToolbarToggleGroupProps):
|
|
10972
|
+
declare function ToolbarToggleGroup({ className, ...props }: ToolbarToggleGroupProps): React$1.JSX.Element;
|
|
10955
10973
|
/**
|
|
10956
10974
|
* ToolbarToggleItem - Individual toggle item within a toggle group.
|
|
10957
10975
|
*
|
|
10958
10976
|
* Represents a selectable option that can be toggled on/off.
|
|
10959
10977
|
*/
|
|
10960
|
-
declare function ToolbarToggleItem({ className, ...props }: ToolbarToggleItemProps):
|
|
10978
|
+
declare function ToolbarToggleItem({ className, ...props }: ToolbarToggleItemProps): React$1.JSX.Element;
|
|
10961
10979
|
/**
|
|
10962
10980
|
* ToolbarSeparator - Visual separator between toolbar groups.
|
|
10963
10981
|
*
|
|
10964
10982
|
* Provides visual division between groups of related actions.
|
|
10965
10983
|
*/
|
|
10966
|
-
declare function ToolbarSeparator({ className, ...props }: ToolbarSeparatorProps):
|
|
10984
|
+
declare function ToolbarSeparator({ className, ...props }: ToolbarSeparatorProps): React$1.JSX.Element;
|
|
10967
10985
|
/**
|
|
10968
10986
|
* ToolbarLink - Link element within the toolbar.
|
|
10969
10987
|
*
|
|
10970
10988
|
* Renders an accessible link styled to match toolbar items.
|
|
10971
10989
|
*/
|
|
10972
|
-
declare function ToolbarLink({ className, ...props }: ToolbarLinkProps):
|
|
10990
|
+
declare function ToolbarLink({ className, ...props }: ToolbarLinkProps): React$1.JSX.Element;
|
|
10973
10991
|
|
|
10974
10992
|
/**
|
|
10975
10993
|
* Topbar root props
|
|
@@ -11006,15 +11024,15 @@ type TopbarTrailingProps = ComponentProps<"div">;
|
|
|
11006
11024
|
* </TopbarTrailing>
|
|
11007
11025
|
* </Topbar>
|
|
11008
11026
|
*/
|
|
11009
|
-
declare function Topbar({ className, variant, children, ...props }: TopbarProps):
|
|
11027
|
+
declare function Topbar({ className, variant, children, ...props }: TopbarProps): React$1.JSX.Element;
|
|
11010
11028
|
/**
|
|
11011
11029
|
* TopbarLeading — left-aligned slot inside a Topbar.
|
|
11012
11030
|
*/
|
|
11013
|
-
declare function TopbarLeading({ className, children, ...props }: TopbarLeadingProps):
|
|
11031
|
+
declare function TopbarLeading({ className, children, ...props }: TopbarLeadingProps): React$1.JSX.Element;
|
|
11014
11032
|
/**
|
|
11015
11033
|
* TopbarTrailing — right-aligned slot inside a Topbar.
|
|
11016
11034
|
*/
|
|
11017
|
-
declare function TopbarTrailing({ className, children, ...props }: TopbarTrailingProps):
|
|
11035
|
+
declare function TopbarTrailing({ className, children, ...props }: TopbarTrailingProps): React$1.JSX.Element;
|
|
11018
11036
|
|
|
11019
11037
|
/**
|
|
11020
11038
|
* Topbar root variant styles.
|
|
@@ -11090,12 +11108,12 @@ type AccordionProps = React$1.ComponentProps<typeof AccordionPrimitive.Root> & A
|
|
|
11090
11108
|
* </Accordion>
|
|
11091
11109
|
* ```
|
|
11092
11110
|
*/
|
|
11093
|
-
declare function Accordion({ variant, size, className, ...props }: AccordionProps):
|
|
11111
|
+
declare function Accordion({ variant, size, className, ...props }: AccordionProps): React$1.JSX.Element;
|
|
11094
11112
|
declare namespace Accordion {
|
|
11095
11113
|
var displayName: string;
|
|
11096
11114
|
}
|
|
11097
11115
|
type AccordionItemProps = React$1.ComponentProps<typeof AccordionPrimitive.Item>;
|
|
11098
|
-
declare function AccordionItem({ className, ...props }: AccordionItemProps):
|
|
11116
|
+
declare function AccordionItem({ className, ...props }: AccordionItemProps): React$1.JSX.Element;
|
|
11099
11117
|
declare namespace AccordionItem {
|
|
11100
11118
|
var displayName: string;
|
|
11101
11119
|
}
|
|
@@ -11110,12 +11128,12 @@ type AccordionTriggerProps = React$1.ComponentProps<typeof AccordionPrimitive.Tr
|
|
|
11110
11128
|
*/
|
|
11111
11129
|
chevron?: React$1.ReactNode;
|
|
11112
11130
|
};
|
|
11113
|
-
declare function AccordionTrigger({ className, children, chevron, ...props }: AccordionTriggerProps):
|
|
11131
|
+
declare function AccordionTrigger({ className, children, chevron, ...props }: AccordionTriggerProps): React$1.JSX.Element;
|
|
11114
11132
|
declare namespace AccordionTrigger {
|
|
11115
11133
|
var displayName: string;
|
|
11116
11134
|
}
|
|
11117
11135
|
type AccordionContentProps = React$1.ComponentProps<typeof AccordionPrimitive.Content>;
|
|
11118
|
-
declare function AccordionContent({ className, children, ...props }: AccordionContentProps):
|
|
11136
|
+
declare function AccordionContent({ className, children, ...props }: AccordionContentProps): React$1.JSX.Element;
|
|
11119
11137
|
declare namespace AccordionContent {
|
|
11120
11138
|
var displayName: string;
|
|
11121
11139
|
}
|
|
@@ -11159,11 +11177,11 @@ type ChartConfig = Record<string, {
|
|
|
11159
11177
|
declare function ChartContainer({ id, className, children, config, ...props }: React$1.ComponentProps<"div"> & {
|
|
11160
11178
|
children: React$1.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
|
|
11161
11179
|
config: ChartConfig;
|
|
11162
|
-
}):
|
|
11180
|
+
}): React$1.JSX.Element;
|
|
11163
11181
|
declare const ChartStyle: ({ id, config }: {
|
|
11164
11182
|
config: ChartConfig;
|
|
11165
11183
|
id: string;
|
|
11166
|
-
}) =>
|
|
11184
|
+
}) => React$1.JSX.Element | null;
|
|
11167
11185
|
declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
|
|
11168
11186
|
interface ChartTooltipContentProps extends React$1.ComponentProps<"div"> {
|
|
11169
11187
|
active?: boolean;
|
|
@@ -11179,7 +11197,7 @@ interface ChartTooltipContentProps extends React$1.ComponentProps<"div"> {
|
|
|
11179
11197
|
nameKey?: string;
|
|
11180
11198
|
payload?: Payload<ValueType, NameType>[];
|
|
11181
11199
|
}
|
|
11182
|
-
declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: ChartTooltipContentProps):
|
|
11200
|
+
declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: ChartTooltipContentProps): React$1.JSX.Element | null;
|
|
11183
11201
|
declare const ChartLegend: typeof RechartsPrimitive.Legend;
|
|
11184
11202
|
interface LegendPayloadItem$1 {
|
|
11185
11203
|
color?: string;
|
|
@@ -11203,7 +11221,7 @@ interface ChartLegendContentProps$1 extends React$1.ComponentProps<"div"> {
|
|
|
11203
11221
|
/** Vertical alignment of the legend */
|
|
11204
11222
|
verticalAlign?: "bottom" | "middle" | "top";
|
|
11205
11223
|
}
|
|
11206
|
-
declare function ChartLegendContent({ activeLegend, className, enableSlider, hideIcon, nameKey, onLegendClick, payload, verticalAlign, }: ChartLegendContentProps$1):
|
|
11224
|
+
declare function ChartLegendContent({ activeLegend, className, enableSlider, hideIcon, nameKey, onLegendClick, payload, verticalAlign, }: ChartLegendContentProps$1): React$1.JSX.Element | null;
|
|
11207
11225
|
|
|
11208
11226
|
/**
|
|
11209
11227
|
* Curve type for the area chart line
|
|
@@ -11376,7 +11394,7 @@ interface AreaChartProps extends Omit<ComponentPropsWithoutRef<"div">, "children
|
|
|
11376
11394
|
* />
|
|
11377
11395
|
* ```
|
|
11378
11396
|
*/
|
|
11379
|
-
declare function AreaChart({ allowDecimals, ariaLabel, autoMinValue, className, config, connectNulls, customTooltip, enableLegendSlider, curveType, data, fill, fillOpacity, gradientIdPrefix, gridDashArray, intervalType, legendPosition, maxValue, minValue, onValueChange, series, showGrid, showLegend, showTooltip, showXAxis, showYAxis, startEndOnly, tickGap, tooltipCallback, tooltipIndicator, variant, xAxisLabel, xAxisKey, xAxisTickFormatter, yAxisLabel, yAxisTickFormatter, yAxisWidth, ...props }: AreaChartProps):
|
|
11397
|
+
declare function AreaChart({ allowDecimals, ariaLabel, autoMinValue, className, config, connectNulls, customTooltip, enableLegendSlider, curveType, data, fill, fillOpacity, gradientIdPrefix, gridDashArray, intervalType, legendPosition, maxValue, minValue, onValueChange, series, showGrid, showLegend, showTooltip, showXAxis, showYAxis, startEndOnly, tickGap, tooltipCallback, tooltipIndicator, variant, xAxisLabel, xAxisKey, xAxisTickFormatter, yAxisLabel, yAxisTickFormatter, yAxisWidth, ...props }: AreaChartProps): React$1.JSX.Element;
|
|
11380
11398
|
declare namespace AreaChart {
|
|
11381
11399
|
var displayName: string;
|
|
11382
11400
|
}
|
|
@@ -11403,7 +11421,7 @@ interface BannerProps$1 extends React.ComponentProps<"div">, VariantProps<typeof
|
|
|
11403
11421
|
/** Whether the banner should be sticky during scroll @default false */
|
|
11404
11422
|
sticky?: boolean;
|
|
11405
11423
|
}
|
|
11406
|
-
declare function Banner({ className, variant, position, icon, action, dismissible, onDismiss, sticky, children, role, ...props }: BannerProps$1):
|
|
11424
|
+
declare function Banner({ className, variant, position, icon, action, dismissible, onDismiss, sticky, children, role, ...props }: BannerProps$1): React$1.JSX.Element;
|
|
11407
11425
|
|
|
11408
11426
|
/**
|
|
11409
11427
|
* Available banner variants
|
|
@@ -11554,6 +11572,10 @@ interface BarChartProps extends Omit<ComponentPropsWithoutRef<"div">, "children"
|
|
|
11554
11572
|
showLegend?: boolean;
|
|
11555
11573
|
/** Show tooltip on hover */
|
|
11556
11574
|
showTooltip?: boolean;
|
|
11575
|
+
/** Value label rendered at the end of each bar (sign and layout aware); pass an object to format the value */
|
|
11576
|
+
showValueLabels?: boolean | {
|
|
11577
|
+
formatter?: (value: number) => string;
|
|
11578
|
+
};
|
|
11557
11579
|
/** Show X-axis */
|
|
11558
11580
|
showXAxis?: boolean;
|
|
11559
11581
|
/** Show Y-axis */
|
|
@@ -11582,34 +11604,7 @@ interface BarChartProps extends Omit<ComponentPropsWithoutRef<"div">, "children"
|
|
|
11582
11604
|
yAxisWidth?: number;
|
|
11583
11605
|
}
|
|
11584
11606
|
|
|
11585
|
-
|
|
11586
|
-
* BarChart - Data visualization component for categorical comparisons
|
|
11587
|
-
*
|
|
11588
|
-
* Displays quantitative values as rectangular bars. The height or width
|
|
11589
|
-
* of bars is proportional to the values they represent. Ideal for
|
|
11590
|
-
* comparing values between categories.
|
|
11591
|
-
*
|
|
11592
|
-
* @example
|
|
11593
|
-
* ```tsx
|
|
11594
|
-
* const data = [
|
|
11595
|
-
* { month: "Jan", desktop: 186, mobile: 80 },
|
|
11596
|
-
* { month: "Feb", desktop: 305, mobile: 200 },
|
|
11597
|
-
* ]
|
|
11598
|
-
*
|
|
11599
|
-
* const config = {
|
|
11600
|
-
* desktop: { label: "Desktop", color: "hsl(var(--chart-1))" },
|
|
11601
|
-
* mobile: { label: "Mobile", color: "hsl(var(--chart-2))" },
|
|
11602
|
-
* }
|
|
11603
|
-
*
|
|
11604
|
-
* <BarChart
|
|
11605
|
-
* data={data}
|
|
11606
|
-
* config={config}
|
|
11607
|
-
* xAxisKey="month"
|
|
11608
|
-
* series={["desktop", "mobile"]}
|
|
11609
|
-
* />
|
|
11610
|
-
* ```
|
|
11611
|
-
*/
|
|
11612
|
-
declare function BarChart({ allowDecimals, ariaLabel, autoMinValue, barCategoryGap, barGap, className, config, customTooltip, data, enableLegendSlider, gridDashArray, intervalType, layout, legendPosition, maxValue, minValue, onValueChange, radius, series, showGrid, showLegend, showTooltip, showXAxis, showYAxis, startEndOnly, tickGap, tooltipCallback, tooltipIndicator, variant, xAxisKey, xAxisLabel, xAxisTickFormatter, yAxisLabel, yAxisTickFormatter, yAxisWidth, ...props }: BarChartProps): react_jsx_runtime.JSX.Element;
|
|
11607
|
+
declare function BarChart({ allowDecimals, ariaLabel, autoMinValue, barCategoryGap, barGap, className, config, customTooltip, data, enableLegendSlider, gridDashArray, intervalType, layout, legendPosition, maxValue, minValue, onValueChange, radius, series, showGrid, showLegend, showValueLabels, showTooltip, showXAxis, showYAxis, startEndOnly, tickGap, tooltipCallback, tooltipIndicator, variant, xAxisKey, xAxisLabel, xAxisTickFormatter, yAxisLabel, yAxisTickFormatter, yAxisWidth, ...props }: BarChartProps): React$1.JSX.Element;
|
|
11613
11608
|
declare namespace BarChart {
|
|
11614
11609
|
var displayName: string;
|
|
11615
11610
|
}
|
|
@@ -11706,7 +11701,7 @@ interface BarListProps extends Omit<ComponentPropsWithoutRef<"div">, "children"
|
|
|
11706
11701
|
* />
|
|
11707
11702
|
* ```
|
|
11708
11703
|
*/
|
|
11709
|
-
declare function BarList({ className, color, data, onClick, showAnimation, sortOrder, valueFormatter, ...props }: BarListProps):
|
|
11704
|
+
declare function BarList({ className, color, data, onClick, showAnimation, sortOrder, valueFormatter, ...props }: BarListProps): React$1.JSX.Element;
|
|
11710
11705
|
declare namespace BarList {
|
|
11711
11706
|
var displayName: string;
|
|
11712
11707
|
}
|
|
@@ -11727,7 +11722,7 @@ interface CalloutProps$1 extends React.ComponentProps<"div">, VariantProps<typeo
|
|
|
11727
11722
|
/** Title of the callout */
|
|
11728
11723
|
title?: string;
|
|
11729
11724
|
}
|
|
11730
|
-
declare function Callout({ children, className, icon, size, title, variant, role, ...props }: CalloutProps$1):
|
|
11725
|
+
declare function Callout({ children, className, icon, size, title, variant, role, ...props }: CalloutProps$1): React$1.JSX.Element;
|
|
11731
11726
|
|
|
11732
11727
|
/**
|
|
11733
11728
|
* Available callout variants
|
|
@@ -11765,11 +11760,11 @@ interface CarouselProps {
|
|
|
11765
11760
|
plugins?: CarouselPlugin;
|
|
11766
11761
|
setApi?: (api: CarouselApi) => void;
|
|
11767
11762
|
}
|
|
11768
|
-
declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React$1.ComponentProps<"div"> & CarouselProps):
|
|
11769
|
-
declare function CarouselContent({ className, ...props }: React$1.ComponentProps<"div">):
|
|
11770
|
-
declare function CarouselItem({ className, ...props }: React$1.ComponentProps<"div">):
|
|
11771
|
-
declare function CarouselPrevious({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>):
|
|
11772
|
-
declare function CarouselNext({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>):
|
|
11763
|
+
declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React$1.ComponentProps<"div"> & CarouselProps): React$1.JSX.Element;
|
|
11764
|
+
declare function CarouselContent({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
11765
|
+
declare function CarouselItem({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
11766
|
+
declare function CarouselPrevious({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>): React$1.JSX.Element;
|
|
11767
|
+
declare function CarouselNext({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>): React$1.JSX.Element;
|
|
11773
11768
|
|
|
11774
11769
|
/**
|
|
11775
11770
|
* Category bar size variant
|
|
@@ -11868,7 +11863,7 @@ interface CategoryBarProps extends Omit<ComponentPropsWithoutRef<"div">, "childr
|
|
|
11868
11863
|
* />
|
|
11869
11864
|
* ```
|
|
11870
11865
|
*/
|
|
11871
|
-
declare function CategoryBar({ className, colors, data, markerValue, onClick, showAnimation, showLabels, showTooltip, size, valueFormatter, ...props }: CategoryBarProps):
|
|
11866
|
+
declare function CategoryBar({ className, colors, data, markerValue, onClick, showAnimation, showLabels, showTooltip, size, valueFormatter, ...props }: CategoryBarProps): React$1.JSX.Element;
|
|
11872
11867
|
declare namespace CategoryBar {
|
|
11873
11868
|
var displayName: string;
|
|
11874
11869
|
}
|
|
@@ -12010,7 +12005,7 @@ interface ChartCardProps extends Omit<ComponentPropsWithoutRef<"div">, "title">,
|
|
|
12010
12005
|
* />
|
|
12011
12006
|
* ```
|
|
12012
12007
|
*/
|
|
12013
|
-
declare function ChartCard({ badge, chart, chartHeight, className, comparisonPeriod, data, emptyMessage, featuredIcon, footer, headerAction, isThumbnail, loading, tabs, title, valueFormatter, variant, ...props }: ChartCardProps):
|
|
12008
|
+
declare function ChartCard({ badge, chart, chartHeight, className, comparisonPeriod, data, emptyMessage, featuredIcon, footer, headerAction, isThumbnail, loading, tabs, title, valueFormatter, variant, ...props }: ChartCardProps): React$1.JSX.Element;
|
|
12014
12009
|
declare namespace ChartCard {
|
|
12015
12010
|
var displayName: string;
|
|
12016
12011
|
}
|
|
@@ -12252,7 +12247,7 @@ interface ComboChartProps extends Omit<ComponentPropsWithoutRef<"div">, "childre
|
|
|
12252
12247
|
* />
|
|
12253
12248
|
* ```
|
|
12254
12249
|
*/
|
|
12255
|
-
declare function ComboChart({ barGap, barRadius, barSeries, className, config, data, enableBiaxial, enableLegendSlider, gridDashArray, intervalType, legendPosition, lineSeries, onValueChange, showGrid, showLegend, showTooltip, showXAxis, startEndOnly, tickGap, tooltipCallback, tooltipIndicator, xAxisKey, xAxisLabel, xAxisTickFormatter, ...props }: ComboChartProps):
|
|
12250
|
+
declare function ComboChart({ barGap, barRadius, barSeries, className, config, data, enableBiaxial, enableLegendSlider, gridDashArray, intervalType, legendPosition, lineSeries, onValueChange, showGrid, showLegend, showTooltip, showXAxis, startEndOnly, tickGap, tooltipCallback, tooltipIndicator, xAxisKey, xAxisLabel, xAxisTickFormatter, ...props }: ComboChartProps): React$1.JSX.Element;
|
|
12256
12251
|
declare namespace ComboChart {
|
|
12257
12252
|
var displayName: string;
|
|
12258
12253
|
}
|
|
@@ -12415,23 +12410,23 @@ interface DashboardCardFooterProps extends React.ComponentProps<"div"> {
|
|
|
12415
12410
|
/**
|
|
12416
12411
|
* DashboardCardHeader - Header section with title and optional badge/icon
|
|
12417
12412
|
*/
|
|
12418
|
-
declare function DashboardCardHeader({ className, children, ...props }: DashboardCardHeaderProps):
|
|
12413
|
+
declare function DashboardCardHeader({ className, children, ...props }: DashboardCardHeaderProps): React$1.JSX.Element;
|
|
12419
12414
|
/**
|
|
12420
12415
|
* DashboardCardTitle - Title text for the card
|
|
12421
12416
|
*/
|
|
12422
|
-
declare function DashboardCardTitle({ className, children, ...props }: DashboardCardTitleProps):
|
|
12417
|
+
declare function DashboardCardTitle({ className, children, ...props }: DashboardCardTitleProps): React$1.JSX.Element;
|
|
12423
12418
|
/**
|
|
12424
12419
|
* DashboardCardValue - Main value display area
|
|
12425
12420
|
*/
|
|
12426
|
-
declare function DashboardCardValue({ className, children, ...props }: DashboardCardValueProps):
|
|
12421
|
+
declare function DashboardCardValue({ className, children, ...props }: DashboardCardValueProps): React$1.JSX.Element;
|
|
12427
12422
|
/**
|
|
12428
12423
|
* DashboardCardContent - Content area for charts, progress bars, etc.
|
|
12429
12424
|
*/
|
|
12430
|
-
declare function DashboardCardContent({ className, children, ...props }: DashboardCardContentProps):
|
|
12425
|
+
declare function DashboardCardContent({ className, children, ...props }: DashboardCardContentProps): React$1.JSX.Element;
|
|
12431
12426
|
/**
|
|
12432
12427
|
* DashboardCardFooter - Footer with optional CTA
|
|
12433
12428
|
*/
|
|
12434
|
-
declare function DashboardCardFooter({ className, children, ...props }: DashboardCardFooterProps):
|
|
12429
|
+
declare function DashboardCardFooter({ className, children, ...props }: DashboardCardFooterProps): React$1.JSX.Element;
|
|
12435
12430
|
/**
|
|
12436
12431
|
* DashboardCard - Card wrapper for dashboard widgets
|
|
12437
12432
|
*
|
|
@@ -12465,7 +12460,7 @@ declare function DashboardCardFooter({ className, children, ...props }: Dashboar
|
|
|
12465
12460
|
* </DashboardCard>
|
|
12466
12461
|
* ```
|
|
12467
12462
|
*/
|
|
12468
|
-
declare function DashboardCard({ title, badge, value, valueDescription, icon, ctaText, ctaLink, ctaDescription, loading, variant, size, className, children, ...props }: DashboardCardProps):
|
|
12463
|
+
declare function DashboardCard({ title, badge, value, valueDescription, icon, ctaText, ctaLink, ctaDescription, loading, variant, size, className, children, ...props }: DashboardCardProps): React$1.JSX.Element;
|
|
12469
12464
|
declare namespace DashboardCard {
|
|
12470
12465
|
var Header: typeof DashboardCardHeader;
|
|
12471
12466
|
var Title: typeof DashboardCardTitle;
|
|
@@ -13302,7 +13297,7 @@ interface DataTableColumnMeta {
|
|
|
13302
13297
|
* }
|
|
13303
13298
|
* ```
|
|
13304
13299
|
*/
|
|
13305
|
-
declare function DataTable<TData>(props: DataTableProps<TData>):
|
|
13300
|
+
declare function DataTable<TData>(props: DataTableProps<TData>): React$1.JSX.Element;
|
|
13306
13301
|
|
|
13307
13302
|
/**
|
|
13308
13303
|
* Convert table data to CSV string
|
|
@@ -13347,25 +13342,25 @@ interface DataTableProgressCellProps {
|
|
|
13347
13342
|
max?: number;
|
|
13348
13343
|
value: number;
|
|
13349
13344
|
}
|
|
13350
|
-
declare function DataTableProgressCell({ className, max, value, }: DataTableProgressCellProps):
|
|
13345
|
+
declare function DataTableProgressCell({ className, max, value, }: DataTableProgressCellProps): React$1.JSX.Element;
|
|
13351
13346
|
interface DataTableRatingCellProps {
|
|
13352
13347
|
className?: string;
|
|
13353
13348
|
max?: number;
|
|
13354
13349
|
value: number;
|
|
13355
13350
|
}
|
|
13356
|
-
declare function DataTableRatingCell({ className, max, value, }: DataTableRatingCellProps):
|
|
13351
|
+
declare function DataTableRatingCell({ className, max, value, }: DataTableRatingCellProps): React$1.JSX.Element;
|
|
13357
13352
|
interface DataTableCurrencyCellProps {
|
|
13358
13353
|
className?: string;
|
|
13359
13354
|
currency?: string;
|
|
13360
13355
|
locale?: string;
|
|
13361
13356
|
value: number;
|
|
13362
13357
|
}
|
|
13363
|
-
declare function DataTableCurrencyCell({ className, currency, locale, value, }: DataTableCurrencyCellProps):
|
|
13358
|
+
declare function DataTableCurrencyCell({ className, currency, locale, value, }: DataTableCurrencyCellProps): React$1.JSX.Element;
|
|
13364
13359
|
interface DataTableBooleanCellProps {
|
|
13365
13360
|
className?: string;
|
|
13366
13361
|
value: boolean;
|
|
13367
13362
|
}
|
|
13368
|
-
declare function DataTableBooleanCell({ className, value, }: DataTableBooleanCellProps):
|
|
13363
|
+
declare function DataTableBooleanCell({ className, value, }: DataTableBooleanCellProps): React$1.JSX.Element;
|
|
13369
13364
|
interface DataTableDateCellProps {
|
|
13370
13365
|
className?: string;
|
|
13371
13366
|
format?: "date" | "datetime" | "relative" | "time";
|
|
@@ -13373,7 +13368,7 @@ interface DataTableDateCellProps {
|
|
|
13373
13368
|
now?: number;
|
|
13374
13369
|
value: Date | string;
|
|
13375
13370
|
}
|
|
13376
|
-
declare function DataTableDateCell({ className, format, now, value, }: DataTableDateCellProps):
|
|
13371
|
+
declare function DataTableDateCell({ className, format, now, value, }: DataTableDateCellProps): React$1.JSX.Element;
|
|
13377
13372
|
|
|
13378
13373
|
/**
|
|
13379
13374
|
* Size variants for delta bar
|
|
@@ -13447,7 +13442,7 @@ interface DeltaBarProps extends Omit<ComponentPropsWithoutRef<"div">, "children"
|
|
|
13447
13442
|
* />
|
|
13448
13443
|
* ```
|
|
13449
13444
|
*/
|
|
13450
|
-
declare function DeltaBar({ className, decreaseColor, increaseColor, isIncreasePositive, showAnimation, size, tooltip, value, ...props }: DeltaBarProps):
|
|
13445
|
+
declare function DeltaBar({ className, decreaseColor, increaseColor, isIncreasePositive, showAnimation, size, tooltip, value, ...props }: DeltaBarProps): React$1.JSX.Element;
|
|
13451
13446
|
declare namespace DeltaBar {
|
|
13452
13447
|
var displayName: string;
|
|
13453
13448
|
}
|
|
@@ -13463,12 +13458,12 @@ declare const emptyMediaVariants: (props?: ({
|
|
|
13463
13458
|
variant?: "default" | "icon" | null | undefined;
|
|
13464
13459
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
13465
13460
|
|
|
13466
|
-
declare function Empty({ className, ...props }: React.ComponentProps<"div">):
|
|
13467
|
-
declare function EmptyHeader({ className, ...props }: React.ComponentProps<"div">):
|
|
13468
|
-
declare function EmptyMedia({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof emptyMediaVariants>):
|
|
13469
|
-
declare function EmptyTitle({ className, ...props }: React.ComponentProps<"div">):
|
|
13470
|
-
declare function EmptyDescription({ className, ...props }: React.ComponentProps<"p">):
|
|
13471
|
-
declare function EmptyContent({ className, ...props }: React.ComponentProps<"div">):
|
|
13461
|
+
declare function Empty({ className, ...props }: React.ComponentProps<"div">): React$1.JSX.Element;
|
|
13462
|
+
declare function EmptyHeader({ className, ...props }: React.ComponentProps<"div">): React$1.JSX.Element;
|
|
13463
|
+
declare function EmptyMedia({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof emptyMediaVariants>): React$1.JSX.Element;
|
|
13464
|
+
declare function EmptyTitle({ className, ...props }: React.ComponentProps<"div">): React$1.JSX.Element;
|
|
13465
|
+
declare function EmptyDescription({ className, ...props }: React.ComponentProps<"p">): React$1.JSX.Element;
|
|
13466
|
+
declare function EmptyContent({ className, ...props }: React.ComponentProps<"div">): React$1.JSX.Element;
|
|
13472
13467
|
|
|
13473
13468
|
/**
|
|
13474
13469
|
* FeatureItem root layout. The leading visual (FeaturedIcon / Badge) is stacked
|
|
@@ -13519,7 +13514,7 @@ type FeatureItemVariant = NonNullable<VariantProps<typeof featureItemVariants>["
|
|
|
13519
13514
|
*
|
|
13520
13515
|
* All spacing, color and type come from `--feature-item-*` design tokens.
|
|
13521
13516
|
*/
|
|
13522
|
-
declare function FeatureItem({ badge, className, description, icon, iconTone, title, variant, ...props }: FeatureItemProps):
|
|
13517
|
+
declare function FeatureItem({ badge, className, description, icon, iconTone, title, variant, ...props }: FeatureItemProps): React$1.JSX.Element;
|
|
13523
13518
|
|
|
13524
13519
|
declare const feedVariants: (props?: ({
|
|
13525
13520
|
variant?: "default" | "compact" | "highlighted" | null | undefined;
|
|
@@ -13575,13 +13570,13 @@ interface FeedItemProps$1 extends React.ComponentProps<"article">, VariantProps<
|
|
|
13575
13570
|
/**
|
|
13576
13571
|
* FeedItem component renders a single feed entry
|
|
13577
13572
|
*/
|
|
13578
|
-
declare function FeedItemComponent({ className, item, size, isActive, isHighlighted, isLast, showDivider, children, ...props }: FeedItemProps$1):
|
|
13573
|
+
declare function FeedItemComponent({ className, item, size, isActive, isHighlighted, isLast, showDivider, children, ...props }: FeedItemProps$1): React$1.JSX.Element;
|
|
13579
13574
|
/**
|
|
13580
13575
|
* Feed loading skeleton component
|
|
13581
13576
|
*/
|
|
13582
13577
|
declare function FeedSkeleton({ count }: {
|
|
13583
13578
|
count?: number;
|
|
13584
|
-
}):
|
|
13579
|
+
}): React$1.JSX.Element;
|
|
13585
13580
|
/**
|
|
13586
13581
|
* Feed component displays a series of events or activities in chronological order.
|
|
13587
13582
|
*
|
|
@@ -13593,7 +13588,7 @@ declare function FeedSkeleton({ count }: {
|
|
|
13593
13588
|
* <Feed items={items} />
|
|
13594
13589
|
* ```
|
|
13595
13590
|
*/
|
|
13596
|
-
declare function Feed({ className, variant, size, items, reverse, divider, loading, children, ...props }: FeedProps$1):
|
|
13591
|
+
declare function Feed({ className, variant, size, items, reverse, divider, loading, children, ...props }: FeedProps$1): React$1.JSX.Element;
|
|
13597
13592
|
|
|
13598
13593
|
/**
|
|
13599
13594
|
* Available feed variants
|
|
@@ -13834,7 +13829,7 @@ interface FunnelChartProps extends Omit<ComponentPropsWithoutRef<"div">, "childr
|
|
|
13834
13829
|
* <FunnelChart data={data} config={config} />
|
|
13835
13830
|
* ```
|
|
13836
13831
|
*/
|
|
13837
|
-
declare function FunnelChart({ animationDuration, className, config, data, enableLegendSlider, isReversed, labelPosition, legendPosition, nameKey, onClick, showLabels, showLegend, showTooltip, tooltipCallback, tooltipIndicator, valueFormatter, valueKey, ...props }: FunnelChartProps):
|
|
13832
|
+
declare function FunnelChart({ animationDuration, className, config, data, enableLegendSlider, isReversed, labelPosition, legendPosition, nameKey, onClick, showLabels, showLegend, showTooltip, tooltipCallback, tooltipIndicator, valueFormatter, valueKey, ...props }: FunnelChartProps): React$1.JSX.Element;
|
|
13838
13833
|
declare namespace FunnelChart {
|
|
13839
13834
|
var displayName: string;
|
|
13840
13835
|
}
|
|
@@ -13909,7 +13904,7 @@ declare const gaugeChartVariants: (props?: ({
|
|
|
13909
13904
|
* ]}
|
|
13910
13905
|
* />
|
|
13911
13906
|
*/
|
|
13912
|
-
declare function GaugeChart({ animated, className, label, max, min, showLabels, showValue, size, unit, value, variant, zones, }: GaugeChartProps):
|
|
13907
|
+
declare function GaugeChart({ animated, className, label, max, min, showLabels, showValue, size, unit, value, variant, zones, }: GaugeChartProps): React$1.JSX.Element;
|
|
13913
13908
|
|
|
13914
13909
|
/**
|
|
13915
13910
|
* Single data point for the heatmap
|
|
@@ -14022,7 +14017,7 @@ interface HeatmapCellProps {
|
|
|
14022
14017
|
declare const heatmapVariants: (props?: ({
|
|
14023
14018
|
variant?: "grid" | "calendar" | "triangular" | null | undefined;
|
|
14024
14019
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
14025
|
-
declare function HeatmapCell({ color, data, isHighlighted, isSelected, onClick, renderTooltip, showTooltip, size, }: HeatmapCellProps):
|
|
14020
|
+
declare function HeatmapCell({ color, data, isHighlighted, isSelected, onClick, renderTooltip, showTooltip, size, }: HeatmapCellProps): React$1.JSX.Element;
|
|
14026
14021
|
interface HeatmapLegendProps {
|
|
14027
14022
|
colorScale: "diverging" | "sequential";
|
|
14028
14023
|
max: number;
|
|
@@ -14032,12 +14027,12 @@ interface HeatmapLegendProps {
|
|
|
14032
14027
|
minColor: string;
|
|
14033
14028
|
position: "bottom" | "left" | "right" | "top";
|
|
14034
14029
|
}
|
|
14035
|
-
declare function HeatmapLegend({ colorScale, max, maxColor, midColor, min, minColor, position, }: HeatmapLegendProps):
|
|
14036
|
-
declare function Heatmap({ ariaLabel, cellGap, cellSize, className, colorScale, data, highlightedRow, legendPosition, maxColor, midColor, minColor, onCellClick, onRowHover, renderTooltip, selectedCell, showLegend, showTooltip, valueKey, variant, xKey, xLabels, yKey, yLabels, ...props }: HeatmapProps):
|
|
14030
|
+
declare function HeatmapLegend({ colorScale, max, maxColor, midColor, min, minColor, position, }: HeatmapLegendProps): React$1.JSX.Element;
|
|
14031
|
+
declare function Heatmap({ ariaLabel, cellGap, cellSize, className, colorScale, data, highlightedRow, legendPosition, maxColor, midColor, minColor, onCellClick, onRowHover, renderTooltip, selectedCell, showLegend, showTooltip, valueKey, variant, xKey, xLabels, yKey, yLabels, ...props }: HeatmapProps): React$1.JSX.Element;
|
|
14037
14032
|
|
|
14038
|
-
declare function HoverCard({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Root>):
|
|
14039
|
-
declare function HoverCardTrigger({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>):
|
|
14040
|
-
declare function HoverCardContent({ className, align, sideOffset, ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Content>):
|
|
14033
|
+
declare function HoverCard({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Root>): React$1.JSX.Element;
|
|
14034
|
+
declare function HoverCardTrigger({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>): React$1.JSX.Element;
|
|
14035
|
+
declare function HoverCardContent({ className, align, sideOffset, ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Content>): React$1.JSX.Element;
|
|
14041
14036
|
|
|
14042
14037
|
/**
|
|
14043
14038
|
* Individual image item in the gallery
|
|
@@ -14155,7 +14150,7 @@ interface ImageGalleryItemProps extends React$1.ComponentProps<"button"> {
|
|
|
14155
14150
|
/**
|
|
14156
14151
|
* Individual gallery item component
|
|
14157
14152
|
*/
|
|
14158
|
-
declare function ImageGalleryItem({ aspectRatio, className, interactive, enableSelection, image, index: _index, isSelected, onClick, onImageError, onImageLoad, ...props }: ImageGalleryItemProps):
|
|
14153
|
+
declare function ImageGalleryItem({ aspectRatio, className, interactive, enableSelection, image, index: _index, isSelected, onClick, onImageError, onImageLoad, ...props }: ImageGalleryItemProps): React$1.JSX.Element;
|
|
14159
14154
|
/**
|
|
14160
14155
|
* ImageGallery - A component for displaying collections of images in various layouts
|
|
14161
14156
|
*
|
|
@@ -14176,10 +14171,10 @@ declare function ImageGalleryItem({ aspectRatio, className, interactive, enableS
|
|
|
14176
14171
|
* />
|
|
14177
14172
|
* ```
|
|
14178
14173
|
*/
|
|
14179
|
-
declare function ImageGallery({ aspectRatio, className, columns, enableLightbox, enableSelection, gap, images, layout, loading, maxSelection, onImageClick, onImageError, onImageLoad, onLoadMore, onSelectionChange, ref, selectedIds: controlledSelectedIds, ...props }: ImageGalleryProps):
|
|
14174
|
+
declare function ImageGallery({ aspectRatio, className, columns, enableLightbox, enableSelection, gap, images, layout, loading, maxSelection, onImageClick, onImageError, onImageLoad, onLoadMore, onSelectionChange, ref, selectedIds: controlledSelectedIds, ...props }: ImageGalleryProps): React$1.JSX.Element;
|
|
14180
14175
|
|
|
14181
|
-
declare function ItemGroup({ className, ...props }: React$1.ComponentProps<"div">):
|
|
14182
|
-
declare function ItemSeparator({ className, ...props }: React$1.ComponentProps<typeof Divider>):
|
|
14176
|
+
declare function ItemGroup({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
14177
|
+
declare function ItemSeparator({ className, ...props }: React$1.ComponentProps<typeof Divider>): React$1.JSX.Element;
|
|
14183
14178
|
declare const itemVariants: (props?: ({
|
|
14184
14179
|
variant?: "default" | "muted" | "outline" | "active" | null | undefined;
|
|
14185
14180
|
size?: "sm" | "lg" | "default" | null | undefined;
|
|
@@ -14204,17 +14199,17 @@ interface ItemProps extends Omit<React$1.ComponentProps<"div">, "onClick" | "onF
|
|
|
14204
14199
|
onFocus?: (event: React$1.FocusEvent<HTMLButtonElement | HTMLDivElement>, payload: ItemEventPayload) => void;
|
|
14205
14200
|
onKeyDown?: (event: React$1.KeyboardEvent<HTMLButtonElement | HTMLDivElement>, payload: ItemEventPayload) => void;
|
|
14206
14201
|
}
|
|
14207
|
-
declare function Item({ className, variant, active, interactive, size, asChild, "data-id": dataId, onClick, onFocus, onKeyDown, ...props }: ItemProps):
|
|
14202
|
+
declare function Item({ className, variant, active, interactive, size, asChild, "data-id": dataId, onClick, onFocus, onKeyDown, ...props }: ItemProps): React$1.JSX.Element;
|
|
14208
14203
|
declare const itemMediaVariants: (props?: ({
|
|
14209
14204
|
variant?: "image" | "default" | "icon" | null | undefined;
|
|
14210
14205
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
14211
|
-
declare function ItemMedia({ className, variant, ...props }: React$1.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>):
|
|
14212
|
-
declare function ItemContent({ className, ...props }: React$1.ComponentProps<"div">):
|
|
14213
|
-
declare function ItemTitle({ className, ...props }: React$1.ComponentProps<"div">):
|
|
14214
|
-
declare function ItemDescription({ className, ...props }: React$1.ComponentProps<"p">):
|
|
14215
|
-
declare function ItemActions({ className, ...props }: React$1.ComponentProps<"div">):
|
|
14216
|
-
declare function ItemHeader({ className, ...props }: React$1.ComponentProps<"div">):
|
|
14217
|
-
declare function ItemFooter({ className, ...props }: React$1.ComponentProps<"div">):
|
|
14206
|
+
declare function ItemMedia({ className, variant, ...props }: React$1.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>): React$1.JSX.Element;
|
|
14207
|
+
declare function ItemContent({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
14208
|
+
declare function ItemTitle({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
14209
|
+
declare function ItemDescription({ className, ...props }: React$1.ComponentProps<"p">): React$1.JSX.Element;
|
|
14210
|
+
declare function ItemActions({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
14211
|
+
declare function ItemHeader({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
14212
|
+
declare function ItemFooter({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
14218
14213
|
|
|
14219
14214
|
type KPICardVariant = "default" | "ghost" | "highlight";
|
|
14220
14215
|
type KPICardSize = "lg" | "md" | "sm";
|
|
@@ -14280,7 +14275,7 @@ interface KPICardGroupProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
14280
14275
|
* />
|
|
14281
14276
|
* ```
|
|
14282
14277
|
*/
|
|
14283
|
-
declare function KPICard({ title, value, delta, deltaLabel, trend, sparkline, icon, featuredIcon, dropdownIcon, helpText, progressBar, swap, showBadge, action, variant, size, loading, className, ...props }: KPICardProps):
|
|
14278
|
+
declare function KPICard({ title, value, delta, deltaLabel, trend, sparkline, icon, featuredIcon, dropdownIcon, helpText, progressBar, swap, showBadge, action, variant, size, loading, className, ...props }: KPICardProps): React$1.JSX.Element;
|
|
14284
14279
|
/**
|
|
14285
14280
|
* KPICardGroup — Multiple KPIs composition (Figma Type=Multiple KPIs)
|
|
14286
14281
|
*
|
|
@@ -14295,7 +14290,7 @@ declare function KPICard({ title, value, delta, deltaLabel, trend, sparkline, ic
|
|
|
14295
14290
|
* </KPICardGroup>
|
|
14296
14291
|
* ```
|
|
14297
14292
|
*/
|
|
14298
|
-
declare function KPICardGroup({ children, orientation, gap, className, ...props }: KPICardGroupProps):
|
|
14293
|
+
declare function KPICardGroup({ children, orientation, gap, className, ...props }: KPICardGroupProps): React$1.JSX.Element;
|
|
14299
14294
|
|
|
14300
14295
|
/**
|
|
14301
14296
|
* Represents an individual image in the lightbox
|
|
@@ -14368,7 +14363,7 @@ interface LightboxProps {
|
|
|
14368
14363
|
* />
|
|
14369
14364
|
* ```
|
|
14370
14365
|
*/
|
|
14371
|
-
declare function Lightbox({ className, enableDownload, enableZoom, images, initialIndex, loop, onClose, onIndexChange, onOpenChange, open, showCaption, showCounter, showThumbnails, }: LightboxProps):
|
|
14366
|
+
declare function Lightbox({ className, enableDownload, enableZoom, images, initialIndex, loop, onClose, onIndexChange, onOpenChange, open, showCaption, showCounter, showThumbnails, }: LightboxProps): React$1.JSX.Element | null;
|
|
14372
14367
|
|
|
14373
14368
|
/**
|
|
14374
14369
|
* Curve type for the line chart
|
|
@@ -14434,6 +14429,8 @@ interface LineChartSeriesConfig {
|
|
|
14434
14429
|
fill?: string;
|
|
14435
14430
|
r?: number;
|
|
14436
14431
|
};
|
|
14432
|
+
/** Per-point dot colors, cycled by data index (Figma line com dots coloridos) */
|
|
14433
|
+
dotColors?: string[];
|
|
14437
14434
|
/** Optional custom stroke color (defaults to config color) */
|
|
14438
14435
|
stroke?: string;
|
|
14439
14436
|
/** Stroke dash array for dashed lines (e.g., "5 5") */
|
|
@@ -14495,6 +14492,10 @@ interface LineChartProps extends Omit<ComponentPropsWithoutRef<"div">, "children
|
|
|
14495
14492
|
showGrid?: boolean;
|
|
14496
14493
|
/** Show legend */
|
|
14497
14494
|
showLegend?: boolean;
|
|
14495
|
+
/** Value label rendered above each point; pass an object to format the value */
|
|
14496
|
+
showPointLabels?: boolean | {
|
|
14497
|
+
formatter?: (value: number) => string;
|
|
14498
|
+
};
|
|
14498
14499
|
/** Show tooltip on hover */
|
|
14499
14500
|
showTooltip?: boolean;
|
|
14500
14501
|
/** Show X-axis */
|
|
@@ -14554,7 +14555,7 @@ interface LineChartProps extends Omit<ComponentPropsWithoutRef<"div">, "children
|
|
|
14554
14555
|
* />
|
|
14555
14556
|
* ```
|
|
14556
14557
|
*/
|
|
14557
|
-
declare function LineChart({ activeDot, allowDecimals, ariaLabel, autoMinValue, className, config, connectNulls, customTooltip, curveType, data, dot, enableLegendSlider, gridDashArray, intervalType, legendPosition, maxValue, minValue, onValueChange, series, showGrid, showLegend, showTooltip, showXAxis, showYAxis, startEndOnly, strokeWidth, tickGap, tooltipCallback, tooltipIndicator, variant, xAxisLabel, xAxisKey, xAxisTickFormatter, yAxisLabel, yAxisTickFormatter, yAxisWidth, ...props }: LineChartProps):
|
|
14558
|
+
declare function LineChart({ activeDot, allowDecimals, ariaLabel, autoMinValue, className, config, connectNulls, customTooltip, curveType, data, dot, enableLegendSlider, gridDashArray, intervalType, legendPosition, maxValue, minValue, onValueChange, series, showGrid, showLegend, showPointLabels, showTooltip, showXAxis, showYAxis, startEndOnly, strokeWidth, tickGap, tooltipCallback, tooltipIndicator, variant, xAxisLabel, xAxisKey, xAxisTickFormatter, yAxisLabel, yAxisTickFormatter, yAxisWidth, ...props }: LineChartProps): React$1.JSX.Element;
|
|
14558
14559
|
declare namespace LineChart {
|
|
14559
14560
|
var displayName: string;
|
|
14560
14561
|
}
|
|
@@ -14576,7 +14577,7 @@ type ListProps = React$1.ComponentProps<"ul"> & VariantProps<typeof listVariants
|
|
|
14576
14577
|
onSelect?: (item: ListItem) => void;
|
|
14577
14578
|
selectable?: boolean;
|
|
14578
14579
|
};
|
|
14579
|
-
declare function List({ className, variant, items, selectable, multiple, loading, onSelect, children, ref, ...props }: ListProps):
|
|
14580
|
+
declare function List({ className, variant, items, selectable, multiple, loading, onSelect, children, ref, ...props }: ListProps): React$1.JSX.Element;
|
|
14580
14581
|
interface ListItemProps extends Omit<React$1.ComponentProps<"li">, "disabled"> {
|
|
14581
14582
|
disabled?: boolean;
|
|
14582
14583
|
selectable?: boolean;
|
|
@@ -14593,9 +14594,9 @@ interface ListItem {
|
|
|
14593
14594
|
label: string;
|
|
14594
14595
|
onClick?: () => void;
|
|
14595
14596
|
}
|
|
14596
|
-
declare function ListItem({ className, variant, size, selectable, selected, disabled, ref, ...restProps }: ListItemProps):
|
|
14597
|
-
declare function ListItemContent({ className, ...props }: React$1.ComponentProps<"div">):
|
|
14598
|
-
declare function ListItemActions({ className, ...props }: React$1.ComponentProps<"div">):
|
|
14597
|
+
declare function ListItem({ className, variant, size, selectable, selected, disabled, ref, ...restProps }: ListItemProps): React$1.JSX.Element;
|
|
14598
|
+
declare function ListItemContent({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
14599
|
+
declare function ListItemActions({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
14599
14600
|
|
|
14600
14601
|
/**
|
|
14601
14602
|
* Size variants for MarkerBar
|
|
@@ -14682,7 +14683,7 @@ interface MarkerBarProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
14682
14683
|
* />
|
|
14683
14684
|
* ```
|
|
14684
14685
|
*/
|
|
14685
|
-
declare function MarkerBar({ className, color, markerTooltip, maxValue, minValue, rangeColor, rangeTooltip, showAnimation, size, value, ...props }: MarkerBarProps):
|
|
14686
|
+
declare function MarkerBar({ className, color, markerTooltip, maxValue, minValue, rangeColor, rangeTooltip, showAnimation, size, value, ...props }: MarkerBarProps): React$1.JSX.Element;
|
|
14686
14687
|
declare namespace MarkerBar {
|
|
14687
14688
|
var displayName: string;
|
|
14688
14689
|
}
|
|
@@ -14852,7 +14853,7 @@ interface PieChartProps extends Omit<ComponentPropsWithoutRef<"div">, "children"
|
|
|
14852
14853
|
* />
|
|
14853
14854
|
* ```
|
|
14854
14855
|
*/
|
|
14855
|
-
declare function PieChart({ activeIndex, activeShape, animationDuration, centerLabel, className, config, cornerRadius, customTooltip, data, dataKey, enableLegendSlider, endAngle: endAngleProp, innerRadius: innerRadiusProp, label, nameKey, onClick, onMouseEnter, onMouseLeave, outerRadius: outerRadiusProp, paddingAngle, showLegend, showTooltip, startAngle: startAngleProp, tooltipCallback, tooltipIndicator, variant, ...props }: PieChartProps):
|
|
14856
|
+
declare function PieChart({ activeIndex, activeShape, animationDuration, centerLabel, className, config, cornerRadius, customTooltip, data, dataKey, enableLegendSlider, endAngle: endAngleProp, innerRadius: innerRadiusProp, label, nameKey, onClick, onMouseEnter, onMouseLeave, outerRadius: outerRadiusProp, paddingAngle, showLegend, showTooltip, startAngle: startAngleProp, tooltipCallback, tooltipIndicator, variant, ...props }: PieChartProps): React$1.JSX.Element;
|
|
14856
14857
|
declare namespace PieChart {
|
|
14857
14858
|
var displayName: string;
|
|
14858
14859
|
}
|
|
@@ -14891,7 +14892,7 @@ interface RadarChartProps extends Omit<ComponentPropsWithoutRef<"div">, "data">
|
|
|
14891
14892
|
showGrid?: boolean;
|
|
14892
14893
|
}
|
|
14893
14894
|
|
|
14894
|
-
declare function RadarChart({ className, config, data, dataKeys, angleKey, showGrid, showDots, fillOpacity, ...props }: RadarChartProps):
|
|
14895
|
+
declare function RadarChart({ className, config, data, dataKeys, angleKey, showGrid, showDots, fillOpacity, ...props }: RadarChartProps): React$1.JSX.Element;
|
|
14895
14896
|
|
|
14896
14897
|
interface RadialChartProps extends Omit<ComponentPropsWithoutRef<"div">, "data"> {
|
|
14897
14898
|
/**
|
|
@@ -14933,7 +14934,7 @@ interface RadialChartProps extends Omit<ComponentPropsWithoutRef<"div">, "data">
|
|
|
14933
14934
|
startAngle?: number;
|
|
14934
14935
|
}
|
|
14935
14936
|
|
|
14936
|
-
declare function RadialChart({ className, config, data, dataKey, innerRadius, outerRadius, startAngle, endAngle, showBackground, ...props }: RadialChartProps):
|
|
14937
|
+
declare function RadialChart({ className, config, data, dataKey, innerRadius, outerRadius, startAngle, endAngle, showBackground, ...props }: RadialChartProps): React$1.JSX.Element;
|
|
14937
14938
|
|
|
14938
14939
|
/**
|
|
14939
14940
|
* Shape types for scatter points
|
|
@@ -15189,7 +15190,7 @@ interface ScatterChartProps extends Omit<ComponentPropsWithoutRef<"div">, "child
|
|
|
15189
15190
|
* />
|
|
15190
15191
|
* ```
|
|
15191
15192
|
*/
|
|
15192
|
-
declare function ScatterChart({ autoMinValue, className, config, enableLegendSlider, gridDashArray, intervalType, legendPosition, maxXValue, maxYValue, minXValue, minYValue, onClick, rotateLabelX, series, shape, showGrid, showLegend, showOpacity, showTooltip, showXAxis, showYAxis, size, sizeRange, startEndOnly, tickGap, tooltipCallback, tooltipIndicator, valueFormatter, xAxisKey, xAxisLabel, xAxisTickFormatter, yAxisKey, yAxisLabel, yAxisTickFormatter, yAxisWidth, zAxisKey, ...props }: ScatterChartProps):
|
|
15193
|
+
declare function ScatterChart({ autoMinValue, className, config, enableLegendSlider, gridDashArray, intervalType, legendPosition, maxXValue, maxYValue, minXValue, minYValue, onClick, rotateLabelX, series, shape, showGrid, showLegend, showOpacity, showTooltip, showXAxis, showYAxis, size, sizeRange, startEndOnly, tickGap, tooltipCallback, tooltipIndicator, valueFormatter, xAxisKey, xAxisLabel, xAxisTickFormatter, yAxisKey, yAxisLabel, yAxisTickFormatter, yAxisWidth, zAxisKey, ...props }: ScatterChartProps): React$1.JSX.Element;
|
|
15193
15194
|
declare namespace ScatterChart {
|
|
15194
15195
|
var displayName: string;
|
|
15195
15196
|
}
|
|
@@ -15276,7 +15277,7 @@ interface SingleStatProps extends Omit<HTMLAttributes<HTMLDivElement>, "children
|
|
|
15276
15277
|
* />
|
|
15277
15278
|
* ```
|
|
15278
15279
|
*/
|
|
15279
|
-
declare function SingleStat({ value, label, variant, size, prefix, suffix, animated, animationDuration, loading, className, ...props }: SingleStatProps):
|
|
15280
|
+
declare function SingleStat({ value, label, variant, size, prefix, suffix, animated, animationDuration, loading, className, ...props }: SingleStatProps): React$1.JSX.Element;
|
|
15280
15281
|
|
|
15281
15282
|
/**
|
|
15282
15283
|
* Sparkline size options
|
|
@@ -15434,7 +15435,7 @@ interface SparklineProps extends Omit<React$1.SVGProps<SVGSVGElement>, "ref"> {
|
|
|
15434
15435
|
* />
|
|
15435
15436
|
* ```
|
|
15436
15437
|
*/
|
|
15437
|
-
declare function Sparkline({ autoMinValue, categories, className, color, colors, connectNulls, data, fill, height: heightProp, maxValue, minValue, showDots, showEndDot, showTrend, size, stack, strokeWidth, variant, width: widthProp, ...props }: SparklineProps):
|
|
15438
|
+
declare function Sparkline({ autoMinValue, categories, className, color, colors, connectNulls, data, fill, height: heightProp, maxValue, minValue, showDots, showEndDot, showTrend, size, stack, strokeWidth, variant, width: widthProp, ...props }: SparklineProps): React$1.JSX.Element | null;
|
|
15438
15439
|
declare namespace Sparkline {
|
|
15439
15440
|
var displayName: string;
|
|
15440
15441
|
}
|
|
@@ -15487,20 +15488,20 @@ type TableHeadVariantProps = VariantProps<typeof tableHeadVariants>;
|
|
|
15487
15488
|
type TableCellVariantProps = VariantProps<typeof tableCellVariants>;
|
|
15488
15489
|
|
|
15489
15490
|
type TableProps = React$1.ComponentProps<"table"> & TableContainerVariantProps & TableVariantProps;
|
|
15490
|
-
declare function Table({ className, ref, bordered, density, ...props }: TableProps):
|
|
15491
|
-
declare function TableHeader({ className, ...props }: React$1.ComponentProps<"thead">):
|
|
15492
|
-
declare function TableBody({ className, ...props }: React$1.ComponentProps<"tbody">):
|
|
15493
|
-
declare function TableFooter({ className, ...props }: React$1.ComponentProps<"tfoot">):
|
|
15491
|
+
declare function Table({ className, ref, bordered, density, ...props }: TableProps): React$1.JSX.Element;
|
|
15492
|
+
declare function TableHeader({ className, ...props }: React$1.ComponentProps<"thead">): React$1.JSX.Element;
|
|
15493
|
+
declare function TableBody({ className, ...props }: React$1.ComponentProps<"tbody">): React$1.JSX.Element;
|
|
15494
|
+
declare function TableFooter({ className, ...props }: React$1.ComponentProps<"tfoot">): React$1.JSX.Element;
|
|
15494
15495
|
type TableRowProps = React$1.ComponentProps<"tr"> & TableRowVariantProps;
|
|
15495
|
-
declare function TableRow({ className, hoverable, selected, striped, ...props }: TableRowProps):
|
|
15496
|
+
declare function TableRow({ className, hoverable, selected, striped, ...props }: TableRowProps): React$1.JSX.Element;
|
|
15496
15497
|
type TableHeadProps = React$1.ComponentProps<"th"> & TableHeadVariantProps & {
|
|
15497
15498
|
/** Drives the `aria-sort` attribute when the column is sorted. */
|
|
15498
15499
|
sortDirection?: TableSortDirection;
|
|
15499
15500
|
};
|
|
15500
|
-
declare function TableHead({ className, scope, sortable, sticky, sortDirection, ...props }: TableHeadProps):
|
|
15501
|
+
declare function TableHead({ className, scope, sortable, sticky, sortDirection, ...props }: TableHeadProps): React$1.JSX.Element;
|
|
15501
15502
|
type TableCellProps = Omit<React$1.ComponentProps<"td">, "align"> & TableCellVariantProps;
|
|
15502
|
-
declare function TableCell({ className, align, ...props }: TableCellProps):
|
|
15503
|
-
declare function TableCaption({ className, ...props }: React$1.ComponentProps<"caption">):
|
|
15503
|
+
declare function TableCell({ className, align, ...props }: TableCellProps): React$1.JSX.Element;
|
|
15504
|
+
declare function TableCaption({ className, ...props }: React$1.ComponentProps<"caption">): React$1.JSX.Element;
|
|
15504
15505
|
|
|
15505
15506
|
/**
|
|
15506
15507
|
* Timeline container variants
|
|
@@ -15583,7 +15584,7 @@ declare function TimelineMarker({ icon, isAnimated, size, status, }: {
|
|
|
15583
15584
|
isAnimated?: boolean;
|
|
15584
15585
|
size?: "default" | "lg" | "sm";
|
|
15585
15586
|
status?: "complete" | "current" | "error" | "pending";
|
|
15586
|
-
}):
|
|
15587
|
+
}): React$1.JSX.Element;
|
|
15587
15588
|
/**
|
|
15588
15589
|
* TimelineConnector component renders the line between items
|
|
15589
15590
|
*/
|
|
@@ -15591,7 +15592,7 @@ declare function TimelineConnector({ size, status, variant, }: {
|
|
|
15591
15592
|
size?: "default" | "lg" | "sm";
|
|
15592
15593
|
status?: "complete" | "current" | "error" | "pending";
|
|
15593
15594
|
variant?: "compact" | "default" | "detailed" | "horizontal";
|
|
15594
|
-
}):
|
|
15595
|
+
}): React$1.JSX.Element;
|
|
15595
15596
|
/**
|
|
15596
15597
|
* TimelineContent component renders the item's text content
|
|
15597
15598
|
*/
|
|
@@ -15599,11 +15600,11 @@ declare function TimelineContent({ children, className, size, }: {
|
|
|
15599
15600
|
children: ReactNode;
|
|
15600
15601
|
className?: string;
|
|
15601
15602
|
size?: "default" | "lg" | "sm";
|
|
15602
|
-
}):
|
|
15603
|
+
}): React$1.JSX.Element;
|
|
15603
15604
|
/**
|
|
15604
15605
|
* TimelineItemComponent renders a single timeline entry
|
|
15605
15606
|
*/
|
|
15606
|
-
declare function TimelineItemComponent({ children, className, isActive, isComplete, isLast, item, showConnector, size, variant, ...props }: TimelineItemProps):
|
|
15607
|
+
declare function TimelineItemComponent({ children, className, isActive, isComplete, isLast, item, showConnector, size, variant, ...props }: TimelineItemProps): React$1.JSX.Element;
|
|
15607
15608
|
/**
|
|
15608
15609
|
* Timeline component displays a sequence of events in chronological order.
|
|
15609
15610
|
*
|
|
@@ -15617,7 +15618,7 @@ declare function TimelineItemComponent({ children, className, isActive, isComple
|
|
|
15617
15618
|
* <Timeline items={items} />
|
|
15618
15619
|
* ```
|
|
15619
15620
|
*/
|
|
15620
|
-
declare function Timeline({ "aria-label": ariaLabel, children, className, completed, connector, items, size, variant, activeIndex, ...props }: TimelineProps):
|
|
15621
|
+
declare function Timeline({ "aria-label": ariaLabel, children, className, completed, connector, items, size, variant, activeIndex, ...props }: TimelineProps): React$1.JSX.Element;
|
|
15621
15622
|
|
|
15622
15623
|
/**
|
|
15623
15624
|
* Individual tracker block data
|
|
@@ -15687,7 +15688,7 @@ interface TrackerProps extends Omit<ComponentPropsWithoutRef<"div">, "children"
|
|
|
15687
15688
|
* />
|
|
15688
15689
|
* ```
|
|
15689
15690
|
*/
|
|
15690
|
-
declare function Tracker({ className, data, defaultColor, gap, onClick, ...props }: TrackerProps):
|
|
15691
|
+
declare function Tracker({ className, data, defaultColor, gap, onClick, ...props }: TrackerProps): React$1.JSX.Element;
|
|
15691
15692
|
declare namespace Tracker {
|
|
15692
15693
|
var displayName: string;
|
|
15693
15694
|
}
|
|
@@ -15776,7 +15777,7 @@ interface VirtualTableProps<TData> {
|
|
|
15776
15777
|
* }
|
|
15777
15778
|
* ```
|
|
15778
15779
|
*/
|
|
15779
|
-
declare function VirtualTable<TData>({ data, columns, rowHeight, overscan, estimateSize, containerHeight, enableRowSelection, onRowClick, getRowId, loading, loadingComponent, emptyState, className, rowSelection: controlledRowSelection, onRowSelectionChange, onSelectionChange, rowClassName, stickyHeader, }: VirtualTableProps<TData>):
|
|
15780
|
+
declare function VirtualTable<TData>({ data, columns, rowHeight, overscan, estimateSize, containerHeight, enableRowSelection, onRowClick, getRowId, loading, loadingComponent, emptyState, className, rowSelection: controlledRowSelection, onRowSelectionChange, onSelectionChange, rowClassName, stickyHeader, }: VirtualTableProps<TData>): React$1.JSX.Element;
|
|
15780
15781
|
|
|
15781
15782
|
/**
|
|
15782
15783
|
* Alert variant styles using CVA
|
|
@@ -15817,23 +15818,23 @@ interface AlertDescriptionProps extends ComponentPropsWithoutRef<"div"> {
|
|
|
15817
15818
|
children?: ReactNode;
|
|
15818
15819
|
}
|
|
15819
15820
|
|
|
15820
|
-
declare function Alert({ className, variant, ...props }: AlertProps):
|
|
15821
|
-
declare function AlertTitle({ className, ...props }: AlertTitleProps):
|
|
15822
|
-
declare function AlertDescription({ className, ...props }: AlertDescriptionProps):
|
|
15821
|
+
declare function Alert({ className, variant, ...props }: AlertProps): React$1.JSX.Element;
|
|
15822
|
+
declare function AlertTitle({ className, ...props }: AlertTitleProps): React$1.JSX.Element;
|
|
15823
|
+
declare function AlertDescription({ className, ...props }: AlertDescriptionProps): React$1.JSX.Element;
|
|
15823
15824
|
|
|
15824
|
-
declare function AlertDialog({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Root>):
|
|
15825
|
-
declare function AlertDialogTrigger({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Trigger>):
|
|
15826
|
-
declare function AlertDialogPortal({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Portal>):
|
|
15827
|
-
declare function AlertDialogOverlay({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Overlay>):
|
|
15828
|
-
declare function AlertDialogContent({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Content>):
|
|
15829
|
-
declare function AlertDialogHeader({ className, ...props }: React$1.ComponentProps<"div">):
|
|
15830
|
-
declare function AlertDialogFooter({ className, ...props }: React$1.ComponentProps<"div">):
|
|
15831
|
-
declare function AlertDialogTitle({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Title>):
|
|
15832
|
-
declare function AlertDialogDescription({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Description>):
|
|
15825
|
+
declare function AlertDialog({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Root>): React$1.JSX.Element;
|
|
15826
|
+
declare function AlertDialogTrigger({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Trigger>): React$1.JSX.Element;
|
|
15827
|
+
declare function AlertDialogPortal({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Portal>): React$1.JSX.Element;
|
|
15828
|
+
declare function AlertDialogOverlay({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Overlay>): React$1.JSX.Element;
|
|
15829
|
+
declare function AlertDialogContent({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Content>): React$1.JSX.Element;
|
|
15830
|
+
declare function AlertDialogHeader({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
15831
|
+
declare function AlertDialogFooter({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
15832
|
+
declare function AlertDialogTitle({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Title>): React$1.JSX.Element;
|
|
15833
|
+
declare function AlertDialogDescription({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Description>): React$1.JSX.Element;
|
|
15833
15834
|
declare function AlertDialogAction({ className, variant, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Action> & {
|
|
15834
15835
|
variant?: "default" | "destructive";
|
|
15835
|
-
}):
|
|
15836
|
-
declare function AlertDialogCancel({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Cancel>):
|
|
15836
|
+
}): React$1.JSX.Element;
|
|
15837
|
+
declare function AlertDialogCancel({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Cancel>): React$1.JSX.Element;
|
|
15837
15838
|
|
|
15838
15839
|
/**
|
|
15839
15840
|
* AlertDialog Root component props
|
|
@@ -16079,7 +16080,7 @@ interface ConfirmModalProps {
|
|
|
16079
16080
|
* />
|
|
16080
16081
|
* ```
|
|
16081
16082
|
*/
|
|
16082
|
-
declare function ConfirmModal({ open, onOpenChange, defaultOpen, title, description, icon, children, confirmLabel, cancelLabel, variant, onConfirm, onCancel, loading, disabled, trigger, className, size, }: ConfirmModalProps):
|
|
16083
|
+
declare function ConfirmModal({ open, onOpenChange, defaultOpen, title, description, icon, children, confirmLabel, cancelLabel, variant, onConfirm, onCancel, loading, disabled, trigger, className, size, }: ConfirmModalProps): React$1.JSX.Element;
|
|
16083
16084
|
|
|
16084
16085
|
/**
|
|
16085
16086
|
* Dialog Root component props
|
|
@@ -16179,16 +16180,16 @@ interface DialogDescriptionProps extends ComponentPropsWithoutRef<typeof SheetPr
|
|
|
16179
16180
|
className?: string;
|
|
16180
16181
|
}
|
|
16181
16182
|
|
|
16182
|
-
declare function Dialog({ ...props }: DialogProps):
|
|
16183
|
-
declare function DialogTrigger({ ...props }: DialogTriggerProps):
|
|
16184
|
-
declare function DialogPortal({ ...props }: DialogPortalProps):
|
|
16185
|
-
declare function DialogClose({ ...props }: DialogCloseProps):
|
|
16186
|
-
declare function DialogOverlay({ className, ...props }: DialogOverlayProps):
|
|
16187
|
-
declare function DialogContent({ className, children, showCloseButton, ...props }: DialogContentProps):
|
|
16188
|
-
declare function DialogHeader({ className, ...props }: DialogHeaderProps):
|
|
16189
|
-
declare function DialogFooter({ className, ...props }: DialogFooterProps):
|
|
16190
|
-
declare function DialogTitle({ className, ...props }: DialogTitleProps):
|
|
16191
|
-
declare function DialogDescription({ className, ...props }: DialogDescriptionProps):
|
|
16183
|
+
declare function Dialog({ ...props }: DialogProps): React$1.JSX.Element;
|
|
16184
|
+
declare function DialogTrigger({ ...props }: DialogTriggerProps): React$1.JSX.Element;
|
|
16185
|
+
declare function DialogPortal({ ...props }: DialogPortalProps): React$1.JSX.Element;
|
|
16186
|
+
declare function DialogClose({ ...props }: DialogCloseProps): React$1.JSX.Element;
|
|
16187
|
+
declare function DialogOverlay({ className, ...props }: DialogOverlayProps): React$1.JSX.Element;
|
|
16188
|
+
declare function DialogContent({ className, children, showCloseButton, ...props }: DialogContentProps): React$1.JSX.Element;
|
|
16189
|
+
declare function DialogHeader({ className, ...props }: DialogHeaderProps): React$1.JSX.Element;
|
|
16190
|
+
declare function DialogFooter({ className, ...props }: DialogFooterProps): React$1.JSX.Element;
|
|
16191
|
+
declare function DialogTitle({ className, ...props }: DialogTitleProps): React$1.JSX.Element;
|
|
16192
|
+
declare function DialogDescription({ className, ...props }: DialogDescriptionProps): React$1.JSX.Element;
|
|
16192
16193
|
|
|
16193
16194
|
/**
|
|
16194
16195
|
* Error type variants for the ErrorPage component
|
|
@@ -16283,7 +16284,7 @@ declare const errorDefaults: Record<ErrorType, ErrorDefault>;
|
|
|
16283
16284
|
* ErrorPage component displays user-friendly error pages with contextual
|
|
16284
16285
|
* information, navigation options, and recovery actions.
|
|
16285
16286
|
*/
|
|
16286
|
-
declare function ErrorPage({ actions, className, code, description, fullScreen, homeHref, icon, illustration, loading, onRetry, retryLabel, showBackLink, showHomeLink, title, type, ...props }: ErrorPageProps):
|
|
16287
|
+
declare function ErrorPage({ actions, className, code, description, fullScreen, homeHref, icon, illustration, loading, onRetry, retryLabel, showBackLink, showHomeLink, title, type, ...props }: ErrorPageProps): React$1.JSX.Element;
|
|
16287
16288
|
|
|
16288
16289
|
/**
|
|
16289
16290
|
* FocusTrap component props
|
|
@@ -16401,7 +16402,7 @@ interface FocusTrapProps extends Omit<ComponentPropsWithoutRef<"div">, "children
|
|
|
16401
16402
|
* </FocusTrap>
|
|
16402
16403
|
* ```
|
|
16403
16404
|
*/
|
|
16404
|
-
declare function FocusTrap({ active, allowOutsideClick, children, className, clickOutsideDeactivates, delayInitialFocus, escapeDeactivates, fallbackFocus, focusTrapOptions, initialFocus, isKeyBackward, isKeyForward, onActivate, onDeactivate, onPostActivate, onPostDeactivate, paused, preventScroll, returnFocus, setReturnFocus: _setReturnFocus, ...props }: FocusTrapProps):
|
|
16405
|
+
declare function FocusTrap({ active, allowOutsideClick, children, className, clickOutsideDeactivates, delayInitialFocus, escapeDeactivates, fallbackFocus, focusTrapOptions, initialFocus, isKeyBackward, isKeyForward, onActivate, onDeactivate, onPostActivate, onPostDeactivate, paused, preventScroll, returnFocus, setReturnFocus: _setReturnFocus, ...props }: FocusTrapProps): React$1.JSX.Element;
|
|
16405
16406
|
|
|
16406
16407
|
/**
|
|
16407
16408
|
* Message variant styles using CVA
|
|
@@ -16457,7 +16458,7 @@ interface MessageProps extends ComponentPropsWithoutRef<"p">, VariantProps<typeo
|
|
|
16457
16458
|
* <Message variant="success" id="email-success">Email is valid</Message>
|
|
16458
16459
|
* ```
|
|
16459
16460
|
*/
|
|
16460
|
-
declare function Message({ className, variant, size, icon, showIcon, animate, children, ...props }: MessageProps):
|
|
16461
|
+
declare function Message({ className, variant, size, icon, showIcon, animate, children, ...props }: MessageProps): React$1.JSX.Element;
|
|
16461
16462
|
|
|
16462
16463
|
/**
|
|
16463
16464
|
* Modal size variants
|
|
@@ -16603,7 +16604,7 @@ interface ModalProps {
|
|
|
16603
16604
|
* </Modal>
|
|
16604
16605
|
* ```
|
|
16605
16606
|
*/
|
|
16606
|
-
declare function Modal({ children, className, closeLabel, closeOnEscape, closeOnOverlayClick, defaultOpen, description, fallbackDescription, fallbackTitle, footer, icon, intent, onOpenChange, open, overlayClassName, showCloseButton, size, title, trigger, }: ModalProps):
|
|
16607
|
+
declare function Modal({ children, className, closeLabel, closeOnEscape, closeOnOverlayClick, defaultOpen, description, fallbackDescription, fallbackTitle, footer, icon, intent, onOpenChange, open, overlayClassName, showCloseButton, size, title, trigger, }: ModalProps): React$1.JSX.Element;
|
|
16607
16608
|
|
|
16608
16609
|
/**
|
|
16609
16610
|
* Notification variant styles using CVA
|
|
@@ -16717,11 +16718,11 @@ interface NotificationItem {
|
|
|
16717
16718
|
* />
|
|
16718
16719
|
* ```
|
|
16719
16720
|
*/
|
|
16720
|
-
declare function Notification({ className, variant, title, description, timestamp, read, icon, avatar, avatarSrc, avatarFallback, onClick, onMarkAsRead, onDelete, actions, ...props }: NotificationProps):
|
|
16721
|
+
declare function Notification({ className, variant, title, description, timestamp, read, icon, avatar, avatarSrc, avatarFallback, onClick, onMarkAsRead, onDelete, actions, ...props }: NotificationProps): React$1.JSX.Element;
|
|
16721
16722
|
/**
|
|
16722
16723
|
* NotificationDismissButton for use within custom actions
|
|
16723
16724
|
*/
|
|
16724
|
-
declare function NotificationDismissButton({ className, onClick, ...props }: React.ComponentPropsWithoutRef<"button">):
|
|
16725
|
+
declare function NotificationDismissButton({ className, onClick, ...props }: React.ComponentPropsWithoutRef<"button">): React$1.JSX.Element;
|
|
16725
16726
|
|
|
16726
16727
|
/**
|
|
16727
16728
|
* Popover Root component props
|
|
@@ -16873,22 +16874,22 @@ type PopoverAlign = "center" | "end" | "start";
|
|
|
16873
16874
|
* Popover Root component
|
|
16874
16875
|
* Manages the open/closed state of the popover
|
|
16875
16876
|
*/
|
|
16876
|
-
declare function Popover({ ...props }: PopoverProps):
|
|
16877
|
+
declare function Popover({ ...props }: PopoverProps): React$1.JSX.Element;
|
|
16877
16878
|
/**
|
|
16878
16879
|
* PopoverTrigger component
|
|
16879
16880
|
* Element that opens the popover when clicked
|
|
16880
16881
|
*/
|
|
16881
|
-
declare function PopoverTrigger({ ...props }: PopoverTriggerProps):
|
|
16882
|
+
declare function PopoverTrigger({ ...props }: PopoverTriggerProps): React$1.JSX.Element;
|
|
16882
16883
|
/**
|
|
16883
16884
|
* PopoverContent component
|
|
16884
16885
|
* The floating content container with animations
|
|
16885
16886
|
*/
|
|
16886
|
-
declare function PopoverContent({ className, align, sideOffset, ...props }: PopoverContentProps):
|
|
16887
|
+
declare function PopoverContent({ className, align, sideOffset, ...props }: PopoverContentProps): React$1.JSX.Element;
|
|
16887
16888
|
/**
|
|
16888
16889
|
* PopoverAnchor component
|
|
16889
16890
|
* Alternative anchor element for positioning
|
|
16890
16891
|
*/
|
|
16891
|
-
declare function PopoverAnchor({ ...props }: PopoverAnchorProps):
|
|
16892
|
+
declare function PopoverAnchor({ ...props }: PopoverAnchorProps): React$1.JSX.Element;
|
|
16892
16893
|
|
|
16893
16894
|
/**
|
|
16894
16895
|
* Position for toast placement on screen
|
|
@@ -17016,7 +17017,7 @@ interface ToastPromiseOptions<T> {
|
|
|
17016
17017
|
success: ((data: T) => string) | string;
|
|
17017
17018
|
}
|
|
17018
17019
|
|
|
17019
|
-
declare const Toaster: ({ theme, ...props }: ToasterProps) =>
|
|
17020
|
+
declare const Toaster: ({ theme, ...props }: ToasterProps) => React$1.JSX.Element;
|
|
17020
17021
|
|
|
17021
17022
|
interface UpdatesWidgetItem {
|
|
17022
17023
|
icon: ReactNode;
|
|
@@ -17050,7 +17051,7 @@ interface UpdatesWidgetProps extends Omit<ComponentProps<"div">, "title"> {
|
|
|
17050
17051
|
title?: ReactNode;
|
|
17051
17052
|
}
|
|
17052
17053
|
|
|
17053
|
-
declare function UpdatesWidget({ className, items, emptyState, menu, title, ...props }: UpdatesWidgetProps):
|
|
17054
|
+
declare function UpdatesWidget({ className, items, emptyState, menu, title, ...props }: UpdatesWidgetProps): React$1.JSX.Element;
|
|
17054
17055
|
|
|
17055
17056
|
/**
|
|
17056
17057
|
* AssetManager root container variants
|
|
@@ -17337,56 +17338,56 @@ type AssetManagerDataSlot = "asset-manager" | "asset-manager-empty" | "asset-man
|
|
|
17337
17338
|
* />
|
|
17338
17339
|
* ```
|
|
17339
17340
|
*/
|
|
17340
|
-
declare function AssetManager({ accept, assets, className, emptyMessage, loading, maxSize, multiple, onDelete, onSelect, onUpload, searchable, selectedIds: selectedIdsProp, showSidebar, showUpload, size, sortable, view: viewProp, ...props }: AssetManagerProps):
|
|
17341
|
+
declare function AssetManager({ accept, assets, className, emptyMessage, loading, maxSize, multiple, onDelete, onSelect, onUpload, searchable, selectedIds: selectedIdsProp, showSidebar, showUpload, size, sortable, view: viewProp, ...props }: AssetManagerProps): React$1.JSX.Element;
|
|
17341
17342
|
declare namespace AssetManager {
|
|
17342
17343
|
var displayName: string;
|
|
17343
17344
|
}
|
|
17344
17345
|
/**
|
|
17345
17346
|
* AssetManagerToolbar - Search, filter, and view controls
|
|
17346
17347
|
*/
|
|
17347
|
-
declare function AssetManagerToolbar({ className, ...props }: AssetManagerToolbarProps):
|
|
17348
|
+
declare function AssetManagerToolbar({ className, ...props }: AssetManagerToolbarProps): React$1.JSX.Element;
|
|
17348
17349
|
declare namespace AssetManagerToolbar {
|
|
17349
17350
|
var displayName: string;
|
|
17350
17351
|
}
|
|
17351
17352
|
/**
|
|
17352
17353
|
* AssetManagerGrid - Grid/list view of assets
|
|
17353
17354
|
*/
|
|
17354
|
-
declare function AssetManagerGrid({ className, ...props }: AssetManagerGridProps):
|
|
17355
|
+
declare function AssetManagerGrid({ className, ...props }: AssetManagerGridProps): React$1.JSX.Element;
|
|
17355
17356
|
declare namespace AssetManagerGrid {
|
|
17356
17357
|
var displayName: string;
|
|
17357
17358
|
}
|
|
17358
17359
|
/**
|
|
17359
17360
|
* AssetManagerList - Table-style list view (alias for grid with list view)
|
|
17360
17361
|
*/
|
|
17361
|
-
declare function AssetManagerList({ className, ...props }: AssetManagerListProps):
|
|
17362
|
+
declare function AssetManagerList({ className, ...props }: AssetManagerListProps): React$1.JSX.Element;
|
|
17362
17363
|
declare namespace AssetManagerList {
|
|
17363
17364
|
var displayName: string;
|
|
17364
17365
|
}
|
|
17365
17366
|
/**
|
|
17366
17367
|
* AssetManagerItem - Individual asset card/row
|
|
17367
17368
|
*/
|
|
17368
|
-
declare function AssetManagerItem({ asset, className, ...props }: AssetManagerItemProps):
|
|
17369
|
+
declare function AssetManagerItem({ asset, className, ...props }: AssetManagerItemProps): React$1.JSX.Element;
|
|
17369
17370
|
declare namespace AssetManagerItem {
|
|
17370
17371
|
var displayName: string;
|
|
17371
17372
|
}
|
|
17372
17373
|
/**
|
|
17373
17374
|
* AssetManagerSidebar - Details panel for selected asset(s)
|
|
17374
17375
|
*/
|
|
17375
|
-
declare function AssetManagerSidebar({ className, ...props }: AssetManagerSidebarProps):
|
|
17376
|
+
declare function AssetManagerSidebar({ className, ...props }: AssetManagerSidebarProps): React$1.JSX.Element | null;
|
|
17376
17377
|
declare namespace AssetManagerSidebar {
|
|
17377
17378
|
var displayName: string;
|
|
17378
17379
|
}
|
|
17379
17380
|
/**
|
|
17380
17381
|
* AssetManagerUploader - Drag and drop upload area
|
|
17381
17382
|
*/
|
|
17382
|
-
declare function AssetManagerUploader({ className, ...props }: AssetManagerUploaderProps):
|
|
17383
|
+
declare function AssetManagerUploader({ className, ...props }: AssetManagerUploaderProps): React$1.JSX.Element;
|
|
17383
17384
|
declare namespace AssetManagerUploader {
|
|
17384
17385
|
var displayName: string;
|
|
17385
17386
|
}
|
|
17386
17387
|
/**
|
|
17387
17388
|
* AssetManagerEmpty - Empty state when no assets are found
|
|
17388
17389
|
*/
|
|
17389
|
-
declare function AssetManagerEmpty({ className, message, ...props }: AssetManagerEmptyProps):
|
|
17390
|
+
declare function AssetManagerEmpty({ className, message, ...props }: AssetManagerEmptyProps): React$1.JSX.Element;
|
|
17390
17391
|
declare namespace AssetManagerEmpty {
|
|
17391
17392
|
var displayName: string;
|
|
17392
17393
|
}
|
|
@@ -17512,31 +17513,31 @@ type CommandProps$1 = React$1.ComponentProps<typeof Command$1> & CommandCombined
|
|
|
17512
17513
|
* </Command>
|
|
17513
17514
|
* ```
|
|
17514
17515
|
*/
|
|
17515
|
-
declare function Command({ size, className, ...props }: CommandProps$1):
|
|
17516
|
+
declare function Command({ size, className, ...props }: CommandProps$1): React$1.JSX.Element;
|
|
17516
17517
|
type CommandDialogProps$1 = React$1.ComponentProps<typeof Dialog> & CommandCombinedVariantProps & {
|
|
17517
17518
|
className?: string;
|
|
17518
17519
|
description?: string;
|
|
17519
17520
|
showCloseButton?: boolean;
|
|
17520
17521
|
title?: string;
|
|
17521
17522
|
};
|
|
17522
|
-
declare function CommandDialog({ title, description, children, className, showCloseButton, size, ...props }: CommandDialogProps$1):
|
|
17523
|
+
declare function CommandDialog({ title, description, children, className, showCloseButton, size, ...props }: CommandDialogProps$1): React$1.JSX.Element;
|
|
17523
17524
|
type CommandInputProps$1 = Omit<React$1.ComponentProps<typeof Command$1.Input>, "size"> & Partial<CommandCombinedVariantProps> & {
|
|
17524
17525
|
clearable?: boolean;
|
|
17525
17526
|
onClear?: () => void;
|
|
17526
17527
|
};
|
|
17527
|
-
declare function CommandInput({ className, size: sizeProp, clearable, onClear, value, defaultValue, onValueChange, ...props }: CommandInputProps$1):
|
|
17528
|
+
declare function CommandInput({ className, size: sizeProp, clearable, onClear, value, defaultValue, onValueChange, ...props }: CommandInputProps$1): React$1.JSX.Element;
|
|
17528
17529
|
type CommandListProps$1 = React$1.ComponentProps<typeof Command$1.List> & Partial<CommandCombinedVariantProps>;
|
|
17529
|
-
declare function CommandList({ className, size: sizeProp, ...props }: CommandListProps$1):
|
|
17530
|
+
declare function CommandList({ className, size: sizeProp, ...props }: CommandListProps$1): React$1.JSX.Element;
|
|
17530
17531
|
type CommandEmptyProps$1 = React$1.ComponentProps<typeof Command$1.Empty> & Partial<CommandCombinedVariantProps>;
|
|
17531
|
-
declare function CommandEmpty({ className, size: sizeProp, ...props }: CommandEmptyProps$1):
|
|
17532
|
+
declare function CommandEmpty({ className, size: sizeProp, ...props }: CommandEmptyProps$1): React$1.JSX.Element;
|
|
17532
17533
|
type CommandGroupProps$1 = React$1.ComponentProps<typeof Command$1.Group> & Partial<CommandCombinedVariantProps>;
|
|
17533
|
-
declare function CommandGroup({ className, size: sizeProp, ...props }: CommandGroupProps$1):
|
|
17534
|
+
declare function CommandGroup({ className, size: sizeProp, ...props }: CommandGroupProps$1): React$1.JSX.Element;
|
|
17534
17535
|
type CommandSeparatorProps$1 = React$1.ComponentProps<typeof Command$1.Separator> & Partial<CommandCombinedVariantProps>;
|
|
17535
|
-
declare function CommandSeparator({ className, size: sizeProp, ...props }: CommandSeparatorProps$1):
|
|
17536
|
+
declare function CommandSeparator({ className, size: sizeProp, ...props }: CommandSeparatorProps$1): React$1.JSX.Element;
|
|
17536
17537
|
type CommandItemProps$1 = React$1.ComponentProps<typeof Command$1.Item> & CommandItemCombinedVariantProps;
|
|
17537
|
-
declare function CommandItem({ className, size: sizeProp, variant, ...props }: CommandItemProps$1):
|
|
17538
|
+
declare function CommandItem({ className, size: sizeProp, variant, ...props }: CommandItemProps$1): React$1.JSX.Element;
|
|
17538
17539
|
type CommandShortcutProps$1 = React$1.ComponentProps<"span"> & Partial<CommandCombinedVariantProps>;
|
|
17539
|
-
declare function CommandShortcut({ className, size: sizeProp, ...props }: CommandShortcutProps$1):
|
|
17540
|
+
declare function CommandShortcut({ className, size: sizeProp, ...props }: CommandShortcutProps$1): React$1.JSX.Element;
|
|
17540
17541
|
|
|
17541
17542
|
/**
|
|
17542
17543
|
* Size options for Command components
|
|
@@ -17880,7 +17881,7 @@ type DragAndDropDataSlot = "dnd-context" | "drag-handle" | "drag-overlay" | "dra
|
|
|
17880
17881
|
* </DndContext>
|
|
17881
17882
|
* ```
|
|
17882
17883
|
*/
|
|
17883
|
-
declare function DndContext({ children, className, collisionDetection, modifiers, onDragCancel, onDragEnd, onDragMove, onDragOver, onDragStart, sensors: sensorsProp, }: DndContextProps):
|
|
17884
|
+
declare function DndContext({ children, className, collisionDetection, modifiers, onDragCancel, onDragEnd, onDragMove, onDragOver, onDragStart, sensors: sensorsProp, }: DndContextProps): React$1.JSX.Element;
|
|
17884
17885
|
/**
|
|
17885
17886
|
* Draggable - Makes an element draggable
|
|
17886
17887
|
*
|
|
@@ -17891,7 +17892,7 @@ declare function DndContext({ children, className, collisionDetection, modifiers
|
|
|
17891
17892
|
* </Draggable>
|
|
17892
17893
|
* ```
|
|
17893
17894
|
*/
|
|
17894
|
-
declare function Draggable({ children, className, data, disabled, id, }: DraggableProps):
|
|
17895
|
+
declare function Draggable({ children, className, data, disabled, id, }: DraggableProps): React$1.JSX.Element;
|
|
17895
17896
|
/**
|
|
17896
17897
|
* Droppable - Defines a drop zone
|
|
17897
17898
|
*
|
|
@@ -17902,7 +17903,7 @@ declare function Draggable({ children, className, data, disabled, id, }: Draggab
|
|
|
17902
17903
|
* </Droppable>
|
|
17903
17904
|
* ```
|
|
17904
17905
|
*/
|
|
17905
|
-
declare function Droppable({ children, className, data, disabled, id, }: DroppableProps):
|
|
17906
|
+
declare function Droppable({ children, className, data, disabled, id, }: DroppableProps): React$1.JSX.Element;
|
|
17906
17907
|
/**
|
|
17907
17908
|
* DragOverlay - Overlay shown during drag
|
|
17908
17909
|
*
|
|
@@ -17916,7 +17917,7 @@ declare function Droppable({ children, className, data, disabled, id, }: Droppab
|
|
|
17916
17917
|
* </DndContext>
|
|
17917
17918
|
* ```
|
|
17918
17919
|
*/
|
|
17919
|
-
declare function DragOverlay({ children, className, dropAnimation, modifiers, zIndex, }: DragOverlayProps):
|
|
17920
|
+
declare function DragOverlay({ children, className, dropAnimation, modifiers, zIndex, }: DragOverlayProps): React$1.JSX.Element;
|
|
17920
17921
|
/**
|
|
17921
17922
|
* SortableContext - Context for sortable lists
|
|
17922
17923
|
*
|
|
@@ -17931,7 +17932,7 @@ declare function DragOverlay({ children, className, dropAnimation, modifiers, zI
|
|
|
17931
17932
|
* </SortableContext>
|
|
17932
17933
|
* ```
|
|
17933
17934
|
*/
|
|
17934
|
-
declare function SortableContext({ children, disabled, items, strategy, }: SortableContextProps):
|
|
17935
|
+
declare function SortableContext({ children, disabled, items, strategy, }: SortableContextProps): React$1.JSX.Element;
|
|
17935
17936
|
/**
|
|
17936
17937
|
* SortableItem - Sortable item within a SortableContext
|
|
17937
17938
|
*
|
|
@@ -17942,7 +17943,7 @@ declare function SortableContext({ children, disabled, items, strategy, }: Sorta
|
|
|
17942
17943
|
* </SortableItem>
|
|
17943
17944
|
* ```
|
|
17944
17945
|
*/
|
|
17945
|
-
declare function SortableItem({ children, className, data, disabled, id, }: SortableItemProps):
|
|
17946
|
+
declare function SortableItem({ children, className, data, disabled, id, }: SortableItemProps): React$1.JSX.Element;
|
|
17946
17947
|
/**
|
|
17947
17948
|
* DragHandle - Handle for initiating drag within a SortableItem
|
|
17948
17949
|
*
|
|
@@ -17958,7 +17959,7 @@ declare function SortableItem({ children, className, data, disabled, id, }: Sort
|
|
|
17958
17959
|
* </SortableItem>
|
|
17959
17960
|
* ```
|
|
17960
17961
|
*/
|
|
17961
|
-
declare function DragHandle({ children, className, disabled, ...props }: DragHandleProps):
|
|
17962
|
+
declare function DragHandle({ children, className, disabled, ...props }: DragHandleProps): React$1.JSX.Element;
|
|
17962
17963
|
/**
|
|
17963
17964
|
* arrayMove - Utility to reorder array items
|
|
17964
17965
|
*
|
|
@@ -18065,7 +18066,7 @@ interface ErrorBoundaryState {
|
|
|
18065
18066
|
/**
|
|
18066
18067
|
* Default fallback UI shown when an error occurs and no custom fallback is provided
|
|
18067
18068
|
*/
|
|
18068
|
-
declare function DefaultFallback({ error, resetErrorBoundary }: FallbackProps):
|
|
18069
|
+
declare function DefaultFallback({ error, resetErrorBoundary }: FallbackProps): React$1.JSX.Element;
|
|
18069
18070
|
/**
|
|
18070
18071
|
* ErrorBoundary catches JavaScript errors in child component trees,
|
|
18071
18072
|
* logs them, and displays a fallback UI instead of crashing the whole app.
|
|
@@ -18361,13 +18362,13 @@ interface EventCalendarAgendaProps {
|
|
|
18361
18362
|
renderEvent?: (event: CalendarEvent) => React.ReactNode;
|
|
18362
18363
|
}
|
|
18363
18364
|
|
|
18364
|
-
declare function EventCalendarEvent({ event, isDragging, onClick, renderEvent, }: EventCalendarEventProps):
|
|
18365
|
-
declare function EventCalendarHeader({ date, view, onPrevious, onNext, onToday, onViewChange, locale, }: EventCalendarHeaderProps):
|
|
18366
|
-
declare function EventCalendarMonth({ date, events, weekStartsOn, selectable, onDayClick, onEventClick, onSlotSelect, renderEvent, locale, }: EventCalendarMonthProps):
|
|
18367
|
-
declare function EventCalendarWeek({ date, events, weekStartsOn, selectable, minTime, maxTime, onEventClick, onSlotSelect, renderEvent, locale, }: EventCalendarWeekProps):
|
|
18368
|
-
declare function EventCalendarDay({ date, events, selectable, minTime, maxTime, onEventClick, onSlotSelect, renderEvent, locale, }: EventCalendarDayProps):
|
|
18369
|
-
declare function EventCalendarAgenda({ date, events, daysToShow, onEventClick, renderEvent, locale, }: EventCalendarAgendaProps):
|
|
18370
|
-
declare function EventCalendar({ events, view: controlledView, date: controlledDate, onDateChange, onViewChange, onEventClick, onEventCreate, onEventUpdate: _onEventUpdate, onEventDelete: _onEventDelete, editable: _editable, selectable, weekStartsOn, minTime, maxTime, locale, renderEvent, loading, className, ...props }: EventCalendarProps):
|
|
18365
|
+
declare function EventCalendarEvent({ event, isDragging, onClick, renderEvent, }: EventCalendarEventProps): React$1.JSX.Element;
|
|
18366
|
+
declare function EventCalendarHeader({ date, view, onPrevious, onNext, onToday, onViewChange, locale, }: EventCalendarHeaderProps): React$1.JSX.Element;
|
|
18367
|
+
declare function EventCalendarMonth({ date, events, weekStartsOn, selectable, onDayClick, onEventClick, onSlotSelect, renderEvent, locale, }: EventCalendarMonthProps): React$1.JSX.Element;
|
|
18368
|
+
declare function EventCalendarWeek({ date, events, weekStartsOn, selectable, minTime, maxTime, onEventClick, onSlotSelect, renderEvent, locale, }: EventCalendarWeekProps): React$1.JSX.Element;
|
|
18369
|
+
declare function EventCalendarDay({ date, events, selectable, minTime, maxTime, onEventClick, onSlotSelect, renderEvent, locale, }: EventCalendarDayProps): React$1.JSX.Element;
|
|
18370
|
+
declare function EventCalendarAgenda({ date, events, daysToShow, onEventClick, renderEvent, locale, }: EventCalendarAgendaProps): React$1.JSX.Element;
|
|
18371
|
+
declare function EventCalendar({ events, view: controlledView, date: controlledDate, onDateChange, onViewChange, onEventClick, onEventCreate, onEventUpdate: _onEventUpdate, onEventDelete: _onEventDelete, editable: _editable, selectable, weekStartsOn, minTime, maxTime, locale, renderEvent, loading, className, ...props }: EventCalendarProps): React$1.JSX.Element;
|
|
18371
18372
|
|
|
18372
18373
|
/**
|
|
18373
18374
|
* EventCalendar container variants
|
|
@@ -18507,7 +18508,7 @@ interface FileDropzoneProps extends Omit<DropzoneOptions, "onDrop" | "onDropAcce
|
|
|
18507
18508
|
* </FileDropzone>
|
|
18508
18509
|
* ```
|
|
18509
18510
|
*/
|
|
18510
|
-
declare function FileDropzone({ accept, children, className, disabled, maxFiles, maxSize, minSize, multiple, noClick, noDrag, noKeyboard, onDrop, onReject, variant, ...props }: FileDropzoneProps):
|
|
18511
|
+
declare function FileDropzone({ accept, children, className, disabled, maxFiles, maxSize, minSize, multiple, noClick, noDrag, noKeyboard, onDrop, onReject, variant, ...props }: FileDropzoneProps): React$1.JSX.Element;
|
|
18511
18512
|
declare namespace FileDropzone {
|
|
18512
18513
|
var displayName: string;
|
|
18513
18514
|
}
|
|
@@ -18646,7 +18647,7 @@ type FilePreviewDataSlot = "file-preview" | "file-preview-actions" | "file-previ
|
|
|
18646
18647
|
* />
|
|
18647
18648
|
* ```
|
|
18648
18649
|
*/
|
|
18649
|
-
declare function FilePreview({ alt, aspectRatio, className, file, fileInfo, onDownload, onRemove, showActions, showInfo, size, url: urlProp, variant, ...props }: FilePreviewProps):
|
|
18650
|
+
declare function FilePreview({ alt, aspectRatio, className, file, fileInfo, onDownload, onRemove, showActions, showInfo, size, url: urlProp, variant, ...props }: FilePreviewProps): React$1.JSX.Element;
|
|
18650
18651
|
declare namespace FilePreview {
|
|
18651
18652
|
var displayName: string;
|
|
18652
18653
|
}
|
|
@@ -18937,21 +18938,21 @@ type FileUploadDataSlot = "file-upload" | "file-upload-dropzone" | "file-upload-
|
|
|
18937
18938
|
* </FileUpload>
|
|
18938
18939
|
* ```
|
|
18939
18940
|
*/
|
|
18940
|
-
declare function FileUpload({ accept, autoUpload, children, className, disabled, maxFiles, maxSize, multiple, onChange, onComplete, onError, onProgress, onRemove, onUpload, required, showPreview, value, variant, ...props }: FileUploadProps):
|
|
18941
|
+
declare function FileUpload({ accept, autoUpload, children, className, disabled, maxFiles, maxSize, multiple, onChange, onComplete, onError, onProgress, onRemove, onUpload, required, showPreview, value, variant, ...props }: FileUploadProps): React$1.JSX.Element;
|
|
18941
18942
|
declare namespace FileUpload {
|
|
18942
18943
|
var displayName: string;
|
|
18943
18944
|
}
|
|
18944
18945
|
/**
|
|
18945
18946
|
* FileUploadTrigger - Button to trigger file selection
|
|
18946
18947
|
*/
|
|
18947
|
-
declare function FileUploadTrigger({ children, className, disabled: disabledProp, ...props }: FileUploadTriggerProps):
|
|
18948
|
+
declare function FileUploadTrigger({ children, className, disabled: disabledProp, ...props }: FileUploadTriggerProps): React$1.JSX.Element;
|
|
18948
18949
|
declare namespace FileUploadTrigger {
|
|
18949
18950
|
var displayName: string;
|
|
18950
18951
|
}
|
|
18951
18952
|
/**
|
|
18952
18953
|
* FileUploadDropzone - Drag and drop area for file selection
|
|
18953
18954
|
*/
|
|
18954
|
-
declare function FileUploadDropzone({ children, className, disabled: disabledProp, ...props }: FileUploadDropzoneProps):
|
|
18955
|
+
declare function FileUploadDropzone({ children, className, disabled: disabledProp, ...props }: FileUploadDropzoneProps): React$1.JSX.Element;
|
|
18955
18956
|
declare namespace FileUploadDropzone {
|
|
18956
18957
|
var displayName: string;
|
|
18957
18958
|
}
|
|
@@ -18960,35 +18961,35 @@ declare namespace FileUploadDropzone {
|
|
|
18960
18961
|
*/
|
|
18961
18962
|
declare function FileUploadAvatar({ children, className, size, ...props }: React$1.ComponentProps<"div"> & {
|
|
18962
18963
|
size?: "lg" | "md" | "sm";
|
|
18963
|
-
}):
|
|
18964
|
+
}): React$1.JSX.Element;
|
|
18964
18965
|
declare namespace FileUploadAvatar {
|
|
18965
18966
|
var displayName: string;
|
|
18966
18967
|
}
|
|
18967
18968
|
/**
|
|
18968
18969
|
* FileUploadList - List of selected files with previews
|
|
18969
18970
|
*/
|
|
18970
|
-
declare function FileUploadList({ className, files: filesProp, onRemove: onRemoveProp, progress: progressProp, ...props }: FileUploadListProps):
|
|
18971
|
+
declare function FileUploadList({ className, files: filesProp, onRemove: onRemoveProp, progress: progressProp, ...props }: FileUploadListProps): React$1.JSX.Element | null;
|
|
18971
18972
|
declare namespace FileUploadList {
|
|
18972
18973
|
var displayName: string;
|
|
18973
18974
|
}
|
|
18974
18975
|
/**
|
|
18975
18976
|
* FileUploadPreview - Single file preview with progress and remove button
|
|
18976
18977
|
*/
|
|
18977
|
-
declare function FileUploadPreview({ className, file, index, onRemove, progress, ...props }: FileUploadPreviewProps):
|
|
18978
|
+
declare function FileUploadPreview({ className, file, index, onRemove, progress, ...props }: FileUploadPreviewProps): React$1.JSX.Element;
|
|
18978
18979
|
declare namespace FileUploadPreview {
|
|
18979
18980
|
var displayName: string;
|
|
18980
18981
|
}
|
|
18981
18982
|
/**
|
|
18982
18983
|
* FileUploadProgressBar - Progress indicator for file upload
|
|
18983
18984
|
*/
|
|
18984
|
-
declare function FileUploadProgressBar({ className, file, progress, ...props }: FileUploadProgressProps):
|
|
18985
|
+
declare function FileUploadProgressBar({ className, file, progress, ...props }: FileUploadProgressProps): React$1.JSX.Element;
|
|
18985
18986
|
declare namespace FileUploadProgressBar {
|
|
18986
18987
|
var displayName: string;
|
|
18987
18988
|
}
|
|
18988
18989
|
/**
|
|
18989
18990
|
* FileUploadInline - Inline variant with input and button
|
|
18990
18991
|
*/
|
|
18991
|
-
declare function FileUploadInline({ children, className, ...props }: React$1.ComponentProps<"div">):
|
|
18992
|
+
declare function FileUploadInline({ children, className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
18992
18993
|
declare namespace FileUploadInline {
|
|
18993
18994
|
var displayName: string;
|
|
18994
18995
|
}
|
|
@@ -19258,10 +19259,10 @@ declare function isFilterGroup(item: FilterGroup | FilterRule): item is FilterGr
|
|
|
19258
19259
|
*/
|
|
19259
19260
|
declare function isFilterRule(item: FilterGroup | FilterRule): item is FilterRule;
|
|
19260
19261
|
|
|
19261
|
-
declare function FilterRuleComponent({ fields, onChange, onRemove, rule, }: FilterRuleProps):
|
|
19262
|
-
declare function FilterGroupComponent({ depth, fields, group, isRoot, maxDepth, maxRules, onChange, onRemove, rulesCount, }: FilterGroupProps):
|
|
19263
|
-
declare function FilterToolbar({ canAddGroup, canAddRule, hasRules, onAddGroup, onAddRule, onApply, onClear, }: FilterToolbarProps):
|
|
19264
|
-
declare function FilterPreview({ fields, filter }: FilterPreviewProps):
|
|
19262
|
+
declare function FilterRuleComponent({ fields, onChange, onRemove, rule, }: FilterRuleProps): React$1.JSX.Element;
|
|
19263
|
+
declare function FilterGroupComponent({ depth, fields, group, isRoot, maxDepth, maxRules, onChange, onRemove, rulesCount, }: FilterGroupProps): React$1.JSX.Element;
|
|
19264
|
+
declare function FilterToolbar({ canAddGroup, canAddRule, hasRules, onAddGroup, onAddRule, onApply, onClear, }: FilterToolbarProps): React$1.JSX.Element;
|
|
19265
|
+
declare function FilterPreview({ fields, filter }: FilterPreviewProps): React$1.JSX.Element;
|
|
19265
19266
|
/**
|
|
19266
19267
|
* FilterBuilder - Advanced visual query builder component
|
|
19267
19268
|
*
|
|
@@ -19287,7 +19288,7 @@ declare function FilterPreview({ fields, filter }: FilterPreviewProps): react_js
|
|
|
19287
19288
|
* />
|
|
19288
19289
|
* ```
|
|
19289
19290
|
*/
|
|
19290
|
-
declare function FilterBuilder({ className, fields, maxDepth, maxRules, onApply, onChange, onClear, showPreview, size, value, ...props }: FilterBuilderProps):
|
|
19291
|
+
declare function FilterBuilder({ className, fields, maxDepth, maxRules, onApply, onChange, onClear, showPreview, size, value, ...props }: FilterBuilderProps): React$1.JSX.Element;
|
|
19291
19292
|
declare namespace FilterBuilder {
|
|
19292
19293
|
var displayName: string;
|
|
19293
19294
|
}
|
|
@@ -19400,15 +19401,15 @@ interface MarkdownHelpProps {
|
|
|
19400
19401
|
/**
|
|
19401
19402
|
* MarkdownHelp - Modal with markdown syntax reference
|
|
19402
19403
|
*/
|
|
19403
|
-
declare function MarkdownHelp({ open, onOpenChange }: MarkdownHelpProps):
|
|
19404
|
+
declare function MarkdownHelp({ open, onOpenChange }: MarkdownHelpProps): React$1.JSX.Element;
|
|
19404
19405
|
/**
|
|
19405
19406
|
* MarkdownPreview - Renders markdown content as HTML
|
|
19406
19407
|
*/
|
|
19407
|
-
declare function MarkdownPreview({ content, className }: MarkdownPreviewProps):
|
|
19408
|
+
declare function MarkdownPreview({ content, className }: MarkdownPreviewProps): React$1.JSX.Element;
|
|
19408
19409
|
/**
|
|
19409
19410
|
* MarkdownToolbar - Formatting toolbar for the editor
|
|
19410
19411
|
*/
|
|
19411
|
-
declare function MarkdownToolbar({ className, disabled, editorRef, showHelp, onHelpClick, }: MarkdownToolbarProps):
|
|
19412
|
+
declare function MarkdownToolbar({ className, disabled, editorRef, showHelp, onHelpClick, }: MarkdownToolbarProps): React$1.JSX.Element;
|
|
19412
19413
|
/**
|
|
19413
19414
|
* MarkdownEditor - A markdown editor with toolbar and preview.
|
|
19414
19415
|
*
|
|
@@ -19428,7 +19429,7 @@ declare function MarkdownToolbar({ className, disabled, editorRef, showHelp, onH
|
|
|
19428
19429
|
*/
|
|
19429
19430
|
declare function MarkdownEditor({ "aria-describedby": ariaDescribedBy, "aria-label": ariaLabel, allowImages: _allowImages, className, defaultValue, disabled, maxHeight, minHeight, mode, onBlur, onChange, onFocus, onImageUpload: _onImageUpload, placeholder, readOnly, ref, showHelp, showToolbar, toolbar: _toolbar, value, }: MarkdownEditorProps & {
|
|
19430
19431
|
ref?: React$1.Ref<MarkdownEditorRef>;
|
|
19431
|
-
}):
|
|
19432
|
+
}): React$1.JSX.Element;
|
|
19432
19433
|
|
|
19433
19434
|
/**
|
|
19434
19435
|
* Portal component props
|
|
@@ -19499,7 +19500,7 @@ interface PortalProps {
|
|
|
19499
19500
|
* </Portal>
|
|
19500
19501
|
* ```
|
|
19501
19502
|
*/
|
|
19502
|
-
declare function Portal({ children, container, disabled }: PortalProps):
|
|
19503
|
+
declare function Portal({ children, container, disabled }: PortalProps): React$1.JSX.Element | null;
|
|
19503
19504
|
|
|
19504
19505
|
/**
|
|
19505
19506
|
* Portal container variants
|
|
@@ -19611,7 +19612,7 @@ interface ReportBuilderProps extends Omit<HTMLAttributes<HTMLDivElement>, "onCha
|
|
|
19611
19612
|
* />
|
|
19612
19613
|
* ```
|
|
19613
19614
|
*/
|
|
19614
|
-
declare function ReportBuilder({ fields, dimensions, metrics, onSelectionChange, filterFields, filters, onFiltersChange, className, ...props }: ReportBuilderProps):
|
|
19615
|
+
declare function ReportBuilder({ fields, dimensions, metrics, onSelectionChange, filterFields, filters, onFiltersChange, className, ...props }: ReportBuilderProps): React$1.JSX.Element;
|
|
19615
19616
|
|
|
19616
19617
|
interface RichTextEditorProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "content" | "onBlur" | "onChange" | "onFocus"> {
|
|
19617
19618
|
/** ARIA label for accessibility */
|
|
@@ -19700,12 +19701,12 @@ interface RichTextFloatingMenuProps {
|
|
|
19700
19701
|
editor: Editor | null;
|
|
19701
19702
|
}
|
|
19702
19703
|
|
|
19703
|
-
declare function RichTextToolbar({ className, editor, promptForImage, promptForLink, }: RichTextToolbarProps):
|
|
19704
|
-
declare function RichTextBubbleMenuContent({ className, editor, promptForLink, }: RichTextBubbleMenuProps):
|
|
19705
|
-
declare function RichTextFloatingMenuContent({ className, editor }: RichTextFloatingMenuProps):
|
|
19704
|
+
declare function RichTextToolbar({ className, editor, promptForImage, promptForLink, }: RichTextToolbarProps): React$1.JSX.Element | null;
|
|
19705
|
+
declare function RichTextBubbleMenuContent({ className, editor, promptForLink, }: RichTextBubbleMenuProps): React$1.JSX.Element | null;
|
|
19706
|
+
declare function RichTextFloatingMenuContent({ className, editor }: RichTextFloatingMenuProps): React$1.JSX.Element | null;
|
|
19706
19707
|
declare function RichTextEditor({ "aria-label": ariaLabel, autofocus, className, content, defaultContent, editable, extensions, onBlur, onChange, onFocus, onUpdate, placeholder, promptForImage, promptForLink, ref, showBubbleMenu, showFloatingMenu, showToolbar, toolbarPosition, ...props }: RichTextEditorProps & {
|
|
19707
19708
|
ref?: React$1.Ref<RichTextEditorRef>;
|
|
19708
|
-
}):
|
|
19709
|
+
}): React$1.JSX.Element;
|
|
19709
19710
|
|
|
19710
19711
|
/**
|
|
19711
19712
|
* RichTextEditor container variants
|
|
@@ -20083,43 +20084,43 @@ declare const searchHighlightVariants: (props?: class_variance_authority_types.C
|
|
|
20083
20084
|
* />
|
|
20084
20085
|
* ```
|
|
20085
20086
|
*/
|
|
20086
|
-
declare function Search({ value, defaultValue, onChange, onSearch, results, loading, error, errorMessage, placeholder, filters, activeFilters, onFilterChange, onSelect, showHistory, history, onClearHistory, debounce, minChars, className, variant, size, open: openProp, onOpenChange, disabled, autoFocus, }: SearchProps):
|
|
20087
|
+
declare function Search({ value, defaultValue, onChange, onSearch, results, loading, error, errorMessage, placeholder, filters, activeFilters, onFilterChange, onSelect, showHistory, history, onClearHistory, debounce, minChars, className, variant, size, open: openProp, onOpenChange, disabled, autoFocus, }: SearchProps): React$1.JSX.Element;
|
|
20087
20088
|
/**
|
|
20088
20089
|
* AdvancedSearchInput - Standalone search input component for the advanced Search
|
|
20089
20090
|
*/
|
|
20090
|
-
declare function AdvancedSearchInput({ className, size, ...props }: SearchInputProps):
|
|
20091
|
+
declare function AdvancedSearchInput({ className, size, ...props }: SearchInputProps): React$1.JSX.Element;
|
|
20091
20092
|
/**
|
|
20092
20093
|
* SearchResults - Container for search results
|
|
20093
20094
|
*/
|
|
20094
|
-
declare function SearchResults({ children, className, size }: SearchResultsProps):
|
|
20095
|
+
declare function SearchResults({ children, className, size }: SearchResultsProps): React$1.JSX.Element;
|
|
20095
20096
|
/**
|
|
20096
20097
|
* SearchResultItem - Individual search result
|
|
20097
20098
|
*/
|
|
20098
|
-
declare function SearchResultItem({ result, query, selected, onSelect, className, size, }: SearchResultItemProps):
|
|
20099
|
+
declare function SearchResultItem({ result, query, selected, onSelect, className, size, }: SearchResultItemProps): React$1.JSX.Element;
|
|
20099
20100
|
/**
|
|
20100
20101
|
* SearchResultGroup - Group of related results
|
|
20101
20102
|
*/
|
|
20102
|
-
declare function SearchResultGroup({ label, children, className, size, }: SearchResultGroupProps):
|
|
20103
|
+
declare function SearchResultGroup({ label, children, className, size, }: SearchResultGroupProps): React$1.JSX.Element;
|
|
20103
20104
|
/**
|
|
20104
20105
|
* SearchFilters - Filter buttons for search
|
|
20105
20106
|
*/
|
|
20106
|
-
declare function SearchFilters({ filters, activeFilters, onFilterChange, className, size, }: SearchFiltersProps):
|
|
20107
|
+
declare function SearchFilters({ filters, activeFilters, onFilterChange, className, size, }: SearchFiltersProps): React$1.JSX.Element;
|
|
20107
20108
|
/**
|
|
20108
20109
|
* SearchHistory - Recent search history
|
|
20109
20110
|
*/
|
|
20110
|
-
declare function SearchHistory({ items, onSelect, onClear, className, size, }: SearchHistoryProps):
|
|
20111
|
+
declare function SearchHistory({ items, onSelect, onClear, className, size, }: SearchHistoryProps): React$1.JSX.Element;
|
|
20111
20112
|
/**
|
|
20112
20113
|
* SearchEmpty - Empty state for no results
|
|
20113
20114
|
*/
|
|
20114
|
-
declare function SearchEmpty({ message, children, className, size }: SearchEmptyProps):
|
|
20115
|
+
declare function SearchEmpty({ message, children, className, size }: SearchEmptyProps): React$1.JSX.Element;
|
|
20115
20116
|
/**
|
|
20116
20117
|
* SearchLoading - Loading state for search
|
|
20117
20118
|
*/
|
|
20118
|
-
declare function SearchLoading({ message, className, size }: SearchLoadingProps):
|
|
20119
|
+
declare function SearchLoading({ message, className, size }: SearchLoadingProps): React$1.JSX.Element;
|
|
20119
20120
|
/**
|
|
20120
20121
|
* SearchHighlight - Highlight matching text in search results
|
|
20121
20122
|
*/
|
|
20122
|
-
declare function SearchHighlight({ text, query, className }: SearchHighlightProps):
|
|
20123
|
+
declare function SearchHighlight({ text, query, className }: SearchHighlightProps): React$1.JSX.Element;
|
|
20123
20124
|
|
|
20124
20125
|
/**
|
|
20125
20126
|
* Props for the SortableList component
|
|
@@ -20507,7 +20508,7 @@ declare function VersionBadge({ children, className, isCurrent, isSelected, size
|
|
|
20507
20508
|
isCurrent?: boolean;
|
|
20508
20509
|
isSelected?: boolean;
|
|
20509
20510
|
size?: "default" | "lg" | "sm";
|
|
20510
|
-
}):
|
|
20511
|
+
}): React$1.JSX.Element;
|
|
20511
20512
|
/**
|
|
20512
20513
|
* ChangeIndicator component for showing additions/deletions/modifications
|
|
20513
20514
|
*/
|
|
@@ -20516,15 +20517,15 @@ declare function ChangeIndicator({ additions, deletions, modifications, classNam
|
|
|
20516
20517
|
className?: string;
|
|
20517
20518
|
deletions?: number;
|
|
20518
20519
|
modifications?: number;
|
|
20519
|
-
}):
|
|
20520
|
+
}): React$1.JSX.Element;
|
|
20520
20521
|
/**
|
|
20521
20522
|
* VersionActions component for version action buttons
|
|
20522
20523
|
*/
|
|
20523
|
-
declare function VersionActions({ version, allowRestore, onRestore, onCompare, isRestoring, className, ...props }: VersionActionsProps):
|
|
20524
|
+
declare function VersionActions({ version, allowRestore, onRestore, onCompare, isRestoring, className, ...props }: VersionActionsProps): React$1.JSX.Element;
|
|
20524
20525
|
/**
|
|
20525
20526
|
* VersionItem component for displaying a single version entry
|
|
20526
20527
|
*/
|
|
20527
|
-
declare function VersionItem({ version, isCurrent, isSelected, allowRestore, size, onVersionClick, onRestore, onCompare, className, ...props }: VersionItemProps):
|
|
20528
|
+
declare function VersionItem({ version, isCurrent, isSelected, allowRestore, size, onVersionClick, onRestore, onCompare, className, ...props }: VersionItemProps): React$1.JSX.Element;
|
|
20528
20529
|
/**
|
|
20529
20530
|
* VersionList component for displaying versions in a list format
|
|
20530
20531
|
*/
|
|
@@ -20538,15 +20539,15 @@ declare function VersionList({ versions, currentVersionId, selectedVersionId, si
|
|
|
20538
20539
|
selectedVersionId?: string;
|
|
20539
20540
|
size?: "default" | "lg" | "sm";
|
|
20540
20541
|
versions: Version[];
|
|
20541
|
-
}):
|
|
20542
|
+
}): React$1.JSX.Element;
|
|
20542
20543
|
/**
|
|
20543
20544
|
* VersionTimeline component for displaying versions in a timeline format
|
|
20544
20545
|
*/
|
|
20545
|
-
declare function VersionTimeline({ versions, currentVersionId, size, onVersionSelect, className, ...props }: VersionTimelineProps):
|
|
20546
|
+
declare function VersionTimeline({ versions, currentVersionId, size, onVersionSelect, className, ...props }: VersionTimelineProps): React$1.JSX.Element;
|
|
20546
20547
|
/**
|
|
20547
20548
|
* VersionDiff component for displaying diff between versions
|
|
20548
20549
|
*/
|
|
20549
|
-
declare function VersionDiff({ oldVersion, newVersion, lines, isLoading, className, ...props }: VersionDiffProps):
|
|
20550
|
+
declare function VersionDiff({ oldVersion, newVersion, lines, isLoading, className, ...props }: VersionDiffProps): React$1.JSX.Element;
|
|
20550
20551
|
/**
|
|
20551
20552
|
* VersionControl component for displaying and managing version history.
|
|
20552
20553
|
*
|
|
@@ -20564,7 +20565,7 @@ declare function VersionDiff({ oldVersion, newVersion, lines, isLoading, classNa
|
|
|
20564
20565
|
* />
|
|
20565
20566
|
* ```
|
|
20566
20567
|
*/
|
|
20567
|
-
declare function VersionControl({ versions, currentVersionId, onVersionSelect, onRestore, onCompare, showDiff, showTimeline, allowRestore, maxVersions, getDiff, emptyContent, isLoading, variant, size, className, ...props }: VersionControlProps):
|
|
20568
|
+
declare function VersionControl({ versions, currentVersionId, onVersionSelect, onRestore, onCompare, showDiff, showTimeline, allowRestore, maxVersions, getDiff, emptyContent, isLoading, variant, size, className, ...props }: VersionControlProps): React$1.JSX.Element;
|
|
20568
20569
|
declare namespace VersionControl {
|
|
20569
20570
|
var displayName: string;
|
|
20570
20571
|
}
|
|
@@ -20831,7 +20832,7 @@ interface ApprovalFlowStepProps extends React.ComponentProps<"div">, VariantProp
|
|
|
20831
20832
|
declare function ApprovalFlowMarker({ index, status, }: {
|
|
20832
20833
|
index: number;
|
|
20833
20834
|
status?: ApprovalStepStatus;
|
|
20834
|
-
}):
|
|
20835
|
+
}): React$1.JSX.Element;
|
|
20835
20836
|
/**
|
|
20836
20837
|
* ApprovalFlowConnector component renders the line between steps
|
|
20837
20838
|
*/
|
|
@@ -20839,11 +20840,11 @@ declare function ApprovalFlowConnector({ layout, status, isConditional, }: {
|
|
|
20839
20840
|
isConditional?: boolean;
|
|
20840
20841
|
layout?: "compact" | "horizontal" | "vertical";
|
|
20841
20842
|
status?: ApprovalStepStatus;
|
|
20842
|
-
}):
|
|
20843
|
+
}): React$1.JSX.Element;
|
|
20843
20844
|
/**
|
|
20844
20845
|
* ApprovalFlowStep component renders a single approval step
|
|
20845
20846
|
*/
|
|
20846
|
-
declare function ApprovalFlowStep({ step, index, isCurrent, isLast, showConnector, layout, readOnly, allowDelegation, allowEscalation, onApprove, onReject, onDelegate, onEscalate, className, ...props }: ApprovalFlowStepProps):
|
|
20847
|
+
declare function ApprovalFlowStep({ step, index, isCurrent, isLast, showConnector, layout, readOnly, allowDelegation, allowEscalation, onApprove, onReject, onDelegate, onEscalate, className, ...props }: ApprovalFlowStepProps): React$1.JSX.Element;
|
|
20847
20848
|
/**
|
|
20848
20849
|
* ApprovalFlow component displays and manages an approval workflow.
|
|
20849
20850
|
*
|
|
@@ -20863,7 +20864,7 @@ declare function ApprovalFlowStep({ step, index, isCurrent, isLast, showConnecto
|
|
|
20863
20864
|
* />
|
|
20864
20865
|
* ```
|
|
20865
20866
|
*/
|
|
20866
|
-
declare function ApprovalFlow({ "aria-label": ariaLabel, className, steps, currentStep, variant, layout, allowDelegation, allowEscalation, showTimeline: _showTimeline, showComments: _showComments, readOnly, history: _history, onApprove, onReject, onDelegate, onEscalate, onStepChange: _onStepChange, onComplete: _onComplete, ...props }: ApprovalFlowProps):
|
|
20867
|
+
declare function ApprovalFlow({ "aria-label": ariaLabel, className, steps, currentStep, variant, layout, allowDelegation, allowEscalation, showTimeline: _showTimeline, showComments: _showComments, readOnly, history: _history, onApprove, onReject, onDelegate, onEscalate, onStepChange: _onStepChange, onComplete: _onComplete, ...props }: ApprovalFlowProps): React$1.JSX.Element;
|
|
20867
20868
|
|
|
20868
20869
|
/**
|
|
20869
20870
|
* ApprovalStatus variant styles using CVA
|
|
@@ -20946,7 +20947,7 @@ declare const statusConfig: Record<ApprovalStatusType, StatusConfig & {
|
|
|
20946
20947
|
* />
|
|
20947
20948
|
* ```
|
|
20948
20949
|
*/
|
|
20949
|
-
declare function ApprovalStatus({ animated, approver, className, comment, showIcon, showLabel, size, status, timestamp, variant, ...props }: ApprovalStatusProps):
|
|
20950
|
+
declare function ApprovalStatus({ animated, approver, className, comment, showIcon, showLabel, size, status, timestamp, variant, ...props }: ApprovalStatusProps): React$1.JSX.Element;
|
|
20950
20951
|
|
|
20951
20952
|
/**
|
|
20952
20953
|
* CommentSystem container variants
|
|
@@ -21308,7 +21309,7 @@ interface CommentInputProps extends Omit<React.ComponentProps<"div">, "children"
|
|
|
21308
21309
|
/**
|
|
21309
21310
|
* CommentInput component for writing new comments or editing
|
|
21310
21311
|
*/
|
|
21311
|
-
declare function CommentInput({ placeholder, allowMentions, allowAttachments, mentionableUsers, parentId, initialContent, submitLabel, cancelLabel, isEditing, isSubmitting, showCancel, onSubmit, onCancel, onMention, className, ...props }: CommentInputProps):
|
|
21312
|
+
declare function CommentInput({ placeholder, allowMentions, allowAttachments, mentionableUsers, parentId, initialContent, submitLabel, cancelLabel, isEditing, isSubmitting, showCancel, onSubmit, onCancel, onMention, className, ...props }: CommentInputProps): React$1.JSX.Element;
|
|
21312
21313
|
/**
|
|
21313
21314
|
* CommentReactions component displays and manages reactions
|
|
21314
21315
|
*/
|
|
@@ -21323,11 +21324,11 @@ declare function CommentReactions({ commentId, reactions, availableReactions, re
|
|
|
21323
21324
|
users: string[];
|
|
21324
21325
|
}[];
|
|
21325
21326
|
readOnly?: boolean;
|
|
21326
|
-
}):
|
|
21327
|
+
}): React$1.JSX.Element;
|
|
21327
21328
|
/**
|
|
21328
21329
|
* CommentItem component renders a single comment
|
|
21329
21330
|
*/
|
|
21330
|
-
declare function CommentItem({ comment, confirmDelete, currentUser, depth, maxDepth, layout, allowReplies, allowReactions, allowEditing, allowDeleting, allowMentions, reactions, mentionableUsers, readOnly, onReply, onEdit, onDelete, onReact, className, ...props }: CommentItemProps):
|
|
21331
|
+
declare function CommentItem({ comment, confirmDelete, currentUser, depth, maxDepth, layout, allowReplies, allowReactions, allowEditing, allowDeleting, allowMentions, reactions, mentionableUsers, readOnly, onReply, onEdit, onDelete, onReact, className, ...props }: CommentItemProps): React$1.JSX.Element;
|
|
21331
21332
|
/**
|
|
21332
21333
|
* CommentSystem displays and manages a complete comment system
|
|
21333
21334
|
* with threading, mentions, reactions, and moderation support.
|
|
@@ -21350,7 +21351,7 @@ declare function CommentItem({ comment, confirmDelete, currentUser, depth, maxDe
|
|
|
21350
21351
|
* />
|
|
21351
21352
|
* ```
|
|
21352
21353
|
*/
|
|
21353
|
-
declare function CommentSystem({ comments, variant, layout, confirmDelete, currentUser, allowReplies, allowReactions, allowEditing, allowDeleting, allowMentions, allowAttachments, maxDepth, mentionableUsers, reactions, placeholder, readOnly, isLoading, error, onSubmit, onEdit, onDelete, onReact, onMention, onLoadMore, className, "aria-label": ariaLabel, ...props }: CommentSystemProps):
|
|
21354
|
+
declare function CommentSystem({ comments, variant, layout, confirmDelete, currentUser, allowReplies, allowReactions, allowEditing, allowDeleting, allowMentions, allowAttachments, maxDepth, mentionableUsers, reactions, placeholder, readOnly, isLoading, error, onSubmit, onEdit, onDelete, onReact, onMention, onLoadMore, className, "aria-label": ariaLabel, ...props }: CommentSystemProps): React$1.JSX.Element;
|
|
21354
21355
|
|
|
21355
21356
|
/**
|
|
21356
21357
|
* Dashboard container variants
|
|
@@ -21619,29 +21620,29 @@ interface DashboardWidgetProps extends React.ComponentProps<"div"> {
|
|
|
21619
21620
|
/**
|
|
21620
21621
|
* DashboardHeader displays the dashboard title and actions
|
|
21621
21622
|
*/
|
|
21622
|
-
declare function DashboardHeader({ title, description, showRefresh, onRefresh, actions, }: DashboardHeaderProps):
|
|
21623
|
+
declare function DashboardHeader({ title, description, showRefresh, onRefresh, actions, }: DashboardHeaderProps): React$1.JSX.Element;
|
|
21623
21624
|
/**
|
|
21624
21625
|
* DashboardWidget renders a single widget card
|
|
21625
21626
|
*/
|
|
21626
|
-
declare function DashboardWidget({ widget, columns, rowHeight, isDraggable, isResizable, onClick, onRemove, className, ...props }: DashboardWidgetProps):
|
|
21627
|
+
declare function DashboardWidget({ widget, columns, rowHeight, isDraggable, isResizable, onClick, onRemove, className, ...props }: DashboardWidgetProps): React$1.JSX.Element;
|
|
21627
21628
|
/**
|
|
21628
21629
|
* DashboardEmptyState displays when no widgets are configured
|
|
21629
21630
|
*/
|
|
21630
21631
|
declare function DashboardEmptyState({ layout }: {
|
|
21631
21632
|
layout?: "default" | "dense" | "full" | "sidebar" | null;
|
|
21632
|
-
}):
|
|
21633
|
+
}): React$1.JSX.Element;
|
|
21633
21634
|
/**
|
|
21634
21635
|
* DashboardLoadingState displays while data is loading
|
|
21635
21636
|
*/
|
|
21636
21637
|
declare function DashboardLoadingState({ layout }: {
|
|
21637
21638
|
layout?: "default" | "dense" | "full" | "sidebar" | null;
|
|
21638
|
-
}):
|
|
21639
|
+
}): React$1.JSX.Element;
|
|
21639
21640
|
/**
|
|
21640
21641
|
* DashboardErrorState displays when an error occurs
|
|
21641
21642
|
*/
|
|
21642
21643
|
declare function DashboardErrorState({ layout }: {
|
|
21643
21644
|
layout?: "default" | "dense" | "full" | "sidebar" | null;
|
|
21644
|
-
}):
|
|
21645
|
+
}): React$1.JSX.Element;
|
|
21645
21646
|
/**
|
|
21646
21647
|
* Dashboard component for creating control panels with widgets, metrics, and visualizations.
|
|
21647
21648
|
*
|
|
@@ -21660,7 +21661,7 @@ declare function DashboardErrorState({ layout }: {
|
|
|
21660
21661
|
* />
|
|
21661
21662
|
* ```
|
|
21662
21663
|
*/
|
|
21663
|
-
declare function Dashboard({ "aria-label": ariaLabel, className, title, description, widgets, layout, columns, rowHeight, isDraggable, isResizable, showHeader, showRefresh, refreshInterval, sidebarContent, headerActions, state, onLayoutChange, onWidgetAdd: _onWidgetAdd, onWidgetRemove, onRefresh, onExport: _onExport, onWidgetClick, ...props }: DashboardProps):
|
|
21664
|
+
declare function Dashboard({ "aria-label": ariaLabel, className, title, description, widgets, layout, columns, rowHeight, isDraggable, isResizable, showHeader, showRefresh, refreshInterval, sidebarContent, headerActions, state, onLayoutChange, onWidgetAdd: _onWidgetAdd, onWidgetRemove, onRefresh, onExport: _onExport, onWidgetClick, ...props }: DashboardProps): React$1.JSX.Element;
|
|
21664
21665
|
|
|
21665
21666
|
/**
|
|
21666
21667
|
* DashboardBuilder container variants
|
|
@@ -22364,7 +22365,7 @@ interface KanbanBoardProps extends VariantProps<typeof kanbanBoardVariants> {
|
|
|
22364
22365
|
/**
|
|
22365
22366
|
* KanbanCard displays an individual task item
|
|
22366
22367
|
*/
|
|
22367
|
-
declare function KanbanCard({ className, isDragging, item, onClick, onDelete: _onDelete, }: KanbanCardProps):
|
|
22368
|
+
declare function KanbanCard({ className, isDragging, item, onClick, onDelete: _onDelete, }: KanbanCardProps): React$1.JSX.Element;
|
|
22368
22369
|
/**
|
|
22369
22370
|
* KanbanBoard component for visual task management.
|
|
22370
22371
|
*
|
|
@@ -22393,7 +22394,7 @@ declare function KanbanCard({ className, isDragging, item, onClick, onDelete: _o
|
|
|
22393
22394
|
* />
|
|
22394
22395
|
* ```
|
|
22395
22396
|
*/
|
|
22396
|
-
declare function KanbanBoard({ allowAddColumn, allowAddItem, allowColumnReorder, className, columns, columnWidth, filterBy, groupBy, items, onColumnAdd, onColumnDelete: _onColumnDelete, onColumnReorder: _onColumnReorder, onColumnUpdate: _onColumnUpdate, onItemAdd, onItemClick, onItemDelete, onItemMove, onItemUpdate: _onItemUpdate, searchable, showColumnCount, showWipLimits, variant, layout, ...props }: KanbanBoardProps):
|
|
22397
|
+
declare function KanbanBoard({ allowAddColumn, allowAddItem, allowColumnReorder, className, columns, columnWidth, filterBy, groupBy, items, onColumnAdd, onColumnDelete: _onColumnDelete, onColumnReorder: _onColumnReorder, onColumnUpdate: _onColumnUpdate, onItemAdd, onItemClick, onItemDelete, onItemMove, onItemUpdate: _onItemUpdate, searchable, showColumnCount, showWipLimits, variant, layout, ...props }: KanbanBoardProps): React$1.JSX.Element;
|
|
22397
22398
|
|
|
22398
22399
|
/**
|
|
22399
22400
|
* ProgressSteps container variants
|
|
@@ -22551,7 +22552,7 @@ interface StepItemProps {
|
|
|
22551
22552
|
* <ProgressSteps steps={steps} currentStep={1} />
|
|
22552
22553
|
* ```
|
|
22553
22554
|
*/
|
|
22554
|
-
declare function ProgressSteps({ animated, className, currentStep, orientation, showConnectors, showDescriptions, showLabels, size, steps, variant, ...props }: ProgressStepsProps):
|
|
22555
|
+
declare function ProgressSteps({ animated, className, currentStep, orientation, showConnectors, showDescriptions, showLabels, size, steps, variant, ...props }: ProgressStepsProps): React$1.JSX.Element;
|
|
22555
22556
|
|
|
22556
22557
|
/**
|
|
22557
22558
|
* ReportGenerator container variants
|
|
@@ -22920,7 +22921,7 @@ interface PreviewPanelProps {
|
|
|
22920
22921
|
/**
|
|
22921
22922
|
* ReportGenerator is a wizard-style component for creating and exporting reports
|
|
22922
22923
|
*/
|
|
22923
|
-
declare function ReportGenerator({ templates, dataSource, defaultTemplate, exportFormats, showPreview, showSchedule, maxRows, branding, className, onGenerate, onReportExport, onSchedule, onReportError, onConfigChange, size, layout, }: ReportGeneratorProps):
|
|
22924
|
+
declare function ReportGenerator({ templates, dataSource, defaultTemplate, exportFormats, showPreview, showSchedule, maxRows, branding, className, onGenerate, onReportExport, onSchedule, onReportError, onConfigChange, size, layout, }: ReportGeneratorProps): React$1.JSX.Element;
|
|
22924
22925
|
|
|
22925
22926
|
/**
|
|
22926
22927
|
* Stepper container variants
|
|
@@ -23033,7 +23034,7 @@ interface StepperProps extends Omit<React.ComponentProps<"div">, "children">, Va
|
|
|
23033
23034
|
* <Stepper steps={steps} currentStep={1} />
|
|
23034
23035
|
* ```
|
|
23035
23036
|
*/
|
|
23036
|
-
declare function Stepper({ children, className, clickable, completed, currentStep, onStepClick, showConnectors, size, steps, variant, ...props }: StepperProps):
|
|
23037
|
+
declare function Stepper({ children, className, clickable, completed, currentStep, onStepClick, showConnectors, size, steps, variant, ...props }: StepperProps): React$1.JSX.Element;
|
|
23037
23038
|
|
|
23038
23039
|
/**
|
|
23039
23040
|
* TaskCard variant styles using CVA
|
|
@@ -23130,7 +23131,7 @@ interface TaskCardProps extends ComponentProps<"div">, VariantProps<typeof taskC
|
|
|
23130
23131
|
* />
|
|
23131
23132
|
* ```
|
|
23132
23133
|
*/
|
|
23133
|
-
declare function TaskCard({ assignee, children, className, completed, description, dueDate, onClick, onSelect, priority, ref, size, status, tags, title, variant, ...props }: TaskCardProps):
|
|
23134
|
+
declare function TaskCard({ assignee, children, className, completed, description, dueDate, onClick, onSelect, priority, ref, size, status, tags, title, variant, ...props }: TaskCardProps): React$1.JSX.Element;
|
|
23134
23135
|
|
|
23135
23136
|
/**
|
|
23136
23137
|
* TaskList container variant styles using CVA
|
|
@@ -23257,7 +23258,7 @@ interface TaskListProps extends Omit<React.ComponentPropsWithoutRef<"div">, "onS
|
|
|
23257
23258
|
* <TaskList tasks={tasks} title="My Tasks" />
|
|
23258
23259
|
* ```
|
|
23259
23260
|
*/
|
|
23260
|
-
declare function TaskList({ className, empty, filterable, groupBy, loading, onSelect, onTaskClick, selectable, size, sortable, tasks, title, variant, ...props }: TaskListProps):
|
|
23261
|
+
declare function TaskList({ className, empty, filterable, groupBy, loading, onSelect, onTaskClick, selectable, size, sortable, tasks, title, variant, ...props }: TaskListProps): React$1.JSX.Element;
|
|
23261
23262
|
|
|
23262
23263
|
/**
|
|
23263
23264
|
* TaskStatus container variants
|
|
@@ -23396,7 +23397,7 @@ declare const ALL_STATUSES: StatusType[];
|
|
|
23396
23397
|
* showIcon={false}
|
|
23397
23398
|
* />
|
|
23398
23399
|
*/
|
|
23399
|
-
declare function TaskStatus({ children, className, customStatuses, disabled, interactive, onChange, ref, showIcon, showLabel, size, status, variant, ...props }: TaskStatusProps):
|
|
23400
|
+
declare function TaskStatus({ children, className, customStatuses, disabled, interactive, onChange, ref, showIcon, showLabel, size, status, variant, ...props }: TaskStatusProps): React$1.JSX.Element;
|
|
23400
23401
|
|
|
23401
23402
|
/**
|
|
23402
23403
|
* Main wizard container variants
|
|
@@ -23507,7 +23508,7 @@ interface WizardProps extends Omit<React.ComponentProps<"div">, "children">, Var
|
|
|
23507
23508
|
* />
|
|
23508
23509
|
* ```
|
|
23509
23510
|
*/
|
|
23510
|
-
declare function Wizard({ backLabel, canGoBack, canSkip, className, completeLabel, currentStep, isLoading, nextLabel, onComplete, onStepChange, onValidate, ref, showActions, showSteps, size, skipLabel, steps, variant, ...props }: WizardProps):
|
|
23511
|
+
declare function Wizard({ backLabel, canGoBack, canSkip, className, completeLabel, currentStep, isLoading, nextLabel, onComplete, onStepChange, onValidate, ref, showActions, showSteps, size, skipLabel, steps, variant, ...props }: WizardProps): React$1.JSX.Element;
|
|
23511
23512
|
|
|
23512
23513
|
declare function useIsMobile(): boolean;
|
|
23513
23514
|
|
|
@@ -23670,4 +23671,4 @@ declare function getColorClassName(color: ChartColor, type: ColorUtility): strin
|
|
|
23670
23671
|
*/
|
|
23671
23672
|
declare function getYAxisDomain(autoMinValue: boolean, minValue?: number, maxValue?: number): ["auto" | number, "auto" | number];
|
|
23672
23673
|
|
|
23673
|
-
export { ALL_STATUSES, Accordion, AccordionContent, type AccordionContentProps, type AccordionEventPayload, AccordionItem, type AccordionItemProps, type AccordionItemVariantProps, type AccordionProps, type AccordionSize, AccordionTrigger, type AccordionTriggerProps, type AccordionTriggerVariantProps, type AccordionVariant, type AccordionVariantProps, AccountSwitch, type AccountSwitchAccount, type AccountSwitchProps, type ActiveDatesMatcher, type ActiveItem, AdvancedSearchInput, Alert, AlertDescription, type AlertDescriptionProps, AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogContent, type AlertDialogContentProps, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogOverlay, type AlertDialogOverlayProps, AlertDialogPortal, type AlertDialogPortalProps, type AlertDialogProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps, type AlertProps, AlertTitle, type AlertTitleProps, type AlertVariant, type ApprovalAction, type ApprovalCondition, ApprovalFlow, type ApprovalFlowActionsVariantProps, type Approver$1 as ApprovalFlowApprover, ApprovalFlowConnector, type ApprovalFlowConnectorVariantProps, ApprovalFlowMarker, type ApprovalFlowMarkerVariantProps, type ApprovalFlowProps, ApprovalFlowStep, type ApprovalFlowStepCardVariantProps, type ApprovalFlowStepProps, type ApprovalFlowStepVariantProps, type ApprovalFlowVariantProps, type ApprovalHistory, ApprovalStatus, type ApprovalStatusProps, type ApprovalStatusType, type ApprovalStep, type ApprovalStepStatus, type ApprovePayload, type Approver, AreaChart, type AreaChartCurveType, type AreaChartEventProps, type AreaChartFill, type AreaChartIntervalType, type AreaChartLegendPosition, type AreaChartProps, type AreaChartSeriesConfig, type AreaChartTooltipCallbackProps, type AreaChartTooltipIndicator, type AreaChartVariant, ArrowAnimated, type ArrowAnimatedProps, AspectRatio, type AspectRatioPreset, type AspectRatioProps, type Asset, type AssetFilter, AssetManager, type AssetManagerContextValue, type AssetManagerDataSlot, AssetManagerEmpty, type AssetManagerEmptyProps, AssetManagerGrid, type AssetManagerGridProps, type AssetManagerGridVariantProps, AssetManagerItem, type AssetManagerItemProps, type AssetManagerItemVariantProps, AssetManagerList, type AssetManagerListProps, type AssetManagerProps, AssetManagerSidebar, type AssetManagerSidebarProps, type AssetManagerSidebarVariantProps, AssetManagerToolbar, type AssetManagerToolbarProps, type AssetManagerToolbarVariantProps, AssetManagerUploader, type AssetManagerUploaderProps, type AssetManagerUploaderVariantProps, type AssetManagerVariantProps, type AssetSort, type AssetSortDirection, type AssetSortField, type AssetView, Autocomplete, type AutocompleteOption, type AutocompleteProps, type AutocompleteSize, type AutocompleteVariant, Avatar, AvatarAddButton, type AvatarAddButtonProps, AvatarBadge, type AvatarBadgeProps, type AvatarColorScheme, AvatarFallback, type AvatarFallbackProps, AvatarGroup, type AvatarGroupProps, AvatarImage, type AvatarImageProps, AvatarLabelGroup, type AvatarLabelGroupProps, AvatarLabelGroupSkeleton, type AvatarLabelGroupSkeletonProps, type AvatarProps, type AvatarShape, type AvatarSize, AvatarSkeleton, type AvatarSkeletonProps, AvatarStatus, type AvatarStatusProps, Badge, type BadgeAvatarProps, type BadgeColor, type BadgeLegacyVariant, type BadgeProps, type BadgeSize, type BadgeType, Banner, type BannerProps$1 as BannerComponentProps, type BannerPosition, type BannerProps, type BannerVariant, BarChart, type BarChartEventProps, type BarChartIntervalType, type BarChartLayout, type BarChartLegendPosition, type BarChartProps, type BarChartSeriesConfig, type BarChartTooltipCallbackProps, type BarChartTooltipIndicator, type BarChartVariant, BarList, type BarListDataItem, type BarListProps, type BarListSortOrder, type BrandingConfig, Breadcrumb, BreadcrumbEllipsis, type BreadcrumbEllipsisProps, type BreadcrumbEllipsisVariantProps, BreadcrumbItem, type BreadcrumbItemProps, type BreadcrumbItemVariantProps, BreadcrumbLink, type BreadcrumbLinkProps, type BreadcrumbLinkVariantProps, BreadcrumbList, type BreadcrumbListProps, type BreadcrumbListVariantProps, BreadcrumbPage, type BreadcrumbPageProps, type BreadcrumbPageVariantProps, type BreadcrumbProps, BreadcrumbSeparator, type BreadcrumbSeparatorProps, type BreadcrumbSeparatorVariantProps, type BuilderDataSource, type BuilderLayoutConfig, type BuilderMode, type BuilderPosition, type BuilderSavePayload, type BuilderState, type BuilderWidget, type BuilderWidgetAddPayload, type BuilderWidgetDefinition, type BuilderWidgetLayout, type BuilderWidgetProps, type BuilderWidgetRemovePayload, type BuilderWidgetUpdatePayload, Button, type ButtonCVAVariant, type ButtonEventPayload, ButtonGroup, ButtonGroupContext, type ButtonGroupContextValue, ButtonGroupItem, type ButtonGroupItemIconMode, type ButtonGroupItemProps, type ButtonGroupItemState, type ButtonGroupOrientation, type ButtonGroupProps, ButtonGroupSeparator, type ButtonGroupSeparatorProps, ButtonGroupText, type ButtonGroupTextProps, type ButtonGroupVariant, type ButtonProps, type ButtonSize, type ButtonVariant, Calendar, type CalendarButtonVariant, type CalendarCaptionLayout, CalendarDayButton, type CalendarDayButtonProps, type CalendarEvent, type CalendarMode, type CalendarPassthroughProps, type CalendarProps, type CalendarRef, Callout, type CalloutProps$1 as CalloutComponentProps, type CalloutProps, type CalloutSize, type CalloutVariant, Card, CardAction, type CardActionProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, CardMedia, type CardMediaProps, type CardProps, type CardSelectablePayload, CardTitle, type CardTitleProps, type CardType, type CardTypeConfig, type CardVariant, type CardVariantProps, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, CategoryBar, type CategoryBarDataItem, type CategoryBarProps, type CategoryBarSize, type CellEditParams, ChangeIndicator, type ChangeSet, ChartCard, type ChartCardComparisonPeriod, type ChartCardDataPoint, type ChartCardProps, type ChartCardValueFormatter, type ChartColor, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, type ChartLegendContentProps, type ChartLegendProps, ChartStyle, ChartTooltip, ChartTooltipContent, type ChartTooltipContentProps, Checkbox, CheckboxGroup, type CheckboxGroupDescriptionVariantProps, type CheckboxGroupHeaderVariantProps, CheckboxGroupItem, type CheckboxGroupItemProps, type CheckboxGroupItemWrapperVariantProps, type CheckboxGroupLabelVariantProps, type CheckboxGroupOption, type CheckboxGroupOrientation, type CheckboxGroupProps, type CheckboxGroupVariantProps, type CheckboxProps, type CheckboxSize, type CheckboxState, type CheckboxVariantProps, Collapsible, CollapsibleContent, type CollapsibleContentProps, type CollapsibleContentVariantProps, type CollapsibleProps, CollapsibleTrigger, type CollapsibleTriggerProps, type CollapsibleTriggerVariantProps, type CollapsibleVariantProps, ColorPicker, type ColorPickerPreviewVariantProps, type ColorPickerProps, type ColorPickerSize, type ColorPickerSwatchVariantProps, type ColorPickerTriggerVariantProps, type ColorPickerVariant, type ColorUtility, type ColumnDefinition, type ColumnDeletePayload, type ColumnReorderPayload, type ColumnUpdatePayload, type CombinatorToggleVariantProps, ComboChart, type ComboChartBarSeries, type ComboChartBarSeriesConfig, type ComboChartBarVariant, type ComboChartCurveType, type ComboChartEventProps, type ComboChartIntervalType, type ComboChartLegendPosition, type ComboChartLineSeries, type ComboChartLineSeriesConfig, type ComboChartProps, type ComboChartSeriesType, type ComboChartTooltipCallbackProps, type ComboChartTooltipIndicator, Combobox, type ComboboxOption, type ComboboxProps, type ComboboxSize, type ComboboxVariant, Command, type CommandCombinedVariantProps, type CommandDataSlot, CommandDialog, type CommandDialogProps, CommandEmpty, type CommandEmptyProps, type CommandEmptyVariantProps, CommandGroup, type CommandGroupData, type CommandGroupProps, type CommandGroupVariantProps, CommandInput, type CommandInputClearVariantProps, type CommandInputIconVariantProps, type CommandInputPayload, type CommandInputProps, type CommandInputVariantProps, type CommandInputWrapperVariantProps, CommandItem, type CommandItemCombinedVariantProps, type CommandItemData, type CommandItemProps, type CommandItemVariant, type CommandItemVariantProps, CommandList, type CommandListProps, type CommandListVariantProps, type CommandProps, type CommandSelectPayload, CommandSeparator, type CommandSeparatorProps, type CommandSeparatorVariantProps, CommandShortcut, type CommandShortcutProps, type CommandShortcutVariantProps, type CommandSize, type CommandVariantProps, type Comment, type CommentAttachment, type CommentDeletePayload, type CommentEditPayload, CommentInput, type CommentInputProps, CommentItem, type CommentItemProps, type CommentMentionPayload, type CommentReactPayload, type CommentReaction, CommentReactions, type CommentSubmitPayload, CommentSystem, type CommentSystemProps, type CommentUser, type CompletePayload, type ConfigChangePayload, type ConfigField, type ConfigFieldType, type ConfigSchema, type ConfigurationFormProps, ConfirmButton, type ConfirmButtonProps, type ConfirmButtonSize, type ConfirmButtonVariant, ConfirmModal, type ConfirmModalProps, type ConfirmModalSize, type ConfirmModalVariant, Container, type ContainerElement, type ContainerMaxWidth, type ContainerPadding, type ContainerProps, type ContainerVariantProps, ContextMenu, ContextMenuCheckboxItem, type ContextMenuCheckboxItemProps, ContextMenuContent, type ContextMenuContentProps, ContextMenuGroup, type ContextMenuGroupProps, ContextMenuItem, type ContextMenuItemProps, type ContextMenuItemVariant, type ContextMenuItemVariantProps, ContextMenuLabel, type ContextMenuLabelProps, type ContextMenuLabelVariantProps, ContextMenuPortal, type ContextMenuPortalProps, type ContextMenuProps, ContextMenuRadioGroup, type ContextMenuRadioGroupProps, ContextMenuRadioItem, type ContextMenuRadioItemProps, ContextMenuSeparator, type ContextMenuSeparatorProps, ContextMenuShortcut, type ContextMenuShortcutProps, ContextMenuSub, ContextMenuSubContent, type ContextMenuSubContentProps, type ContextMenuSubProps, ContextMenuSubTrigger, type ContextMenuSubTriggerProps, type ContextMenuSubTriggerVariantProps, ContextMenuTrigger, type ContextMenuTriggerProps, type Country, DEFAULT_STATUS_CONFIGS, Dashboard, DashboardBuilder, DashboardBuilderCanvas, type DashboardBuilderCanvasProps, type DashboardBuilderCanvasVariantProps, type DashboardBuilderDropZoneVariantProps, type DashboardBuilderEmptyStateVariantProps, DashboardBuilderPropertiesPanel, type DashboardBuilderPropertiesPanelProps, type DashboardBuilderPropertiesPanelVariantProps, type DashboardBuilderProps, type DashboardBuilderResizeHandleVariantProps, DashboardBuilderToolbar, type DashboardBuilderToolbarProps, type DashboardBuilderToolbarVariantProps, type DashboardBuilderVariantProps, type DashboardBuilderWidgetCardVariantProps, DashboardBuilderWidgetComponent, type DashboardBuilderWidgetComponentProps, DashboardBuilderWidgetLibrary, type DashboardBuilderWidgetLibraryProps, type DashboardBuilderWidgetLibraryVariantProps, type DashboardBuilderWidgetVariantProps, DashboardCard, DashboardCardContent, type DashboardCardContentProps, DashboardCardFooter, type DashboardCardFooterProps, DashboardCardHeader, type DashboardCardHeaderProps, type DashboardCardProps, DashboardCardTitle, type DashboardCardTitleProps, DashboardCardValue, type DashboardCardValueProps, DashboardEmptyState, DashboardErrorState, DashboardHeader, type DashboardHeaderProps, DashboardLoadingState, type DashboardProps, type DashboardState, type DashboardVariantProps, DashboardWidget, type DashboardWidgetAddPayload, type DashboardWidgetClickPayload, type DashboardWidgetConfig, type DashboardWidgetData, type DashboardWidgetProps, type DashboardWidgetRemovePayload, type DashboardWidgetType, type DashboardWidgetVariantProps, type DataSource, DataTable, DataTableBooleanCell, type DataTableBooleanCellProps, type DataTableColumnMeta, DataTableCurrencyCell, type DataTableCurrencyCellProps, DataTableDateCell, type DataTableDateCellProps, type DataTableFilterVariant, type DataTablePaginationInfo, DataTableProgressCell, type DataTableProgressCellProps, type DataTableProps, DataTableRatingCell, type DataTableRatingCellProps, DatePicker, type DatePickerProps, type DatePickerSize, type DatePickerTriggerVariantProps, type DatePickerVariant, type DateRange, DateRangeInput, type DateRangeInputFieldVariantProps, type DateRangeInputProps, DateRangePicker, type DateRangePickerProps, type DateRangePickerTriggerVariantProps, type DateRangePreset, type DateRangePresetVariantProps, DateRangePresets, type DateRangePresetsProps, DefaultFallback, type DelegatePayload, DeltaBar, type DeltaBarProps, type DeltaBarSize, Dialog, DialogClose, type DialogCloseProps, DialogContent, type DialogContentProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogOverlay, type DialogOverlayProps, DialogPortal, type DialogPortalProps, type DialogProps, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, type DiffLine, Divider, type DividerLabelPosition, type DividerLineType, type DividerOrientation, type DividerProps, type DividerType, type DividerVisualStyle, DndContext, type DndContextProps, type DragAndDropDataSlot, DragHandle, type DragHandleProps, type DragHandleVariantProps, DragOverlay, type DragOverlayProps, type DragOverlayVariantProps, Draggable, type DraggableProps, type DraggableRenderProps, type DraggableVariantProps, Drawer, DrawerClose, type DrawerCloseProps, DrawerContent, type DrawerContentProps, DrawerDescription, type DrawerDescriptionProps, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerHeaderProps, DrawerOverlay, type DrawerOverlayProps, DrawerPortal, type DrawerPortalProps, type DrawerProps, DrawerTitle, type DrawerTitleProps, DrawerTrigger, type DrawerTriggerProps, DropdownMenu, DropdownMenuCheckboxItem, type DropdownMenuCheckboxItemProps, DropdownMenuContent, type DropdownMenuContentProps, DropdownMenuGroup, type DropdownMenuGroupProps, DropdownMenuItem, type DropdownMenuItemProps, type DropdownMenuItemVariantProps, DropdownMenuLabel, type DropdownMenuLabelProps, type DropdownMenuLabelVariantProps, DropdownMenuPortal, type DropdownMenuPortalProps, type DropdownMenuProps, DropdownMenuRadioGroup, type DropdownMenuRadioGroupProps, DropdownMenuRadioItem, type DropdownMenuRadioItemProps, DropdownMenuSeparator, type DropdownMenuSeparatorProps, DropdownMenuShortcut, type DropdownMenuShortcutProps, DropdownMenuSub, DropdownMenuSubContent, type DropdownMenuSubContentProps, type DropdownMenuSubProps, DropdownMenuSubTrigger, type DropdownMenuSubTriggerProps, type DropdownMenuSubTriggerVariantProps, DropdownMenuTrigger, type DropdownMenuTriggerProps, Droppable, type DroppableProps, type DroppableRenderProps, type DroppableVariantProps, type DropzoneRenderFn, type DropzoneState, type EditableColumnMeta, EmailInput, type EmailInputProps, type EmailInputValidationState, type EmailValidationIconVariantProps, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, ErrorBoundary, type ErrorBoundaryProps, type ErrorBoundaryState, type ErrorDefault, ErrorMessage, type ErrorMessageIconVariantProps, type ErrorMessageProps, type ErrorMessageSize, type ErrorMessageVariant, type ErrorMessageVariantProps, type ErrorObject, ErrorPage, type ErrorPageProps, type ErrorType, type EscalatePayload, EventCalendar, EventCalendarAgenda, type EventCalendarAgendaProps, EventCalendarDay, type EventCalendarDayProps, EventCalendarEvent, type EventCalendarEventProps, EventCalendarHeader, type EventCalendarHeaderProps, EventCalendarMonth, type EventCalendarMonthProps, type EventCalendarProps, type EventCalendarView, EventCalendarWeek, type EventCalendarWeekProps, type ExportFormat$1 as ExportFormat, type ExportOptions, type ExportPayload, type FallbackProps, type FallbackRender, FeatureItem, type FeatureItemProps, type FeatureItemVariant, FeaturedIcon, type FeaturedIconProps, type FeaturedIconShape, type FeaturedIconSize, type FeaturedIconTone, Feed, type FeedProps$1 as FeedComponentProps, FeedItemComponent as FeedItem, type FeedItemProps$1 as FeedItemComponentProps, type FeedItemData, type FeedItem as FeedItemDataType, type FeedItemProps, type FeedProps, type FeedSize, FeedSkeleton, type FeedVariant, Field, FieldContent, type FieldContentProps, type FieldDefinition, FieldDescription, type FieldDescriptionProps, FieldError, type FieldErrorItem, type FieldErrorProps, FieldGroup, type FieldGroupProps, FieldLabel, type FieldLabelProps, FieldLegend, type FieldLegendProps, type FieldLegendVariant, type FieldLegendVariantProps, type FieldOption, type FieldOrientation, type FieldProps, FieldSeparator, type FieldSeparatorProps, FieldSet, type FieldSetProps, FieldTitle, type FieldTitleProps, type FieldType, type FieldVariantProps, type FileChange, FileDropzone, type FileDropzoneProps, type FileInfo, FilePreview, type FilePreviewActionButtonVariantProps, type FilePreviewActionsVariantProps, type FilePreviewContentVariantProps, type FilePreviewDataSlot, type FilePreviewFallbackVariantProps, type FilePreviewInfoVariantProps, type FilePreviewProps, type FilePreviewState, type FilePreviewVariantProps, FileTree, FileTreeAction, FileTreeBody, FileTreeFooter, FileTreeHeader, type FileTreeNode, FileTreeProjectBadge, FileTreeProjectMeta, type FileTreeProps, type FileTreeRowContext, FileTreeSearch, type FileTreeSelectEventPayload, type FileTreeSize, type FileTreeToggleEventPayload, FileTreeToolbar, type FileTreeVariant, type FileTypeCategory, FileUpload, FileUploadAvatar, type FileUploadAvatarVariantProps, type FileUploadChangePayload, type FileUploadCompletePayload, type FileUploadContextValue, type FileUploadDataSlot, FileUploadDropzone, type FileUploadDropzoneProps, type FileUploadDropzoneVariantProps, type FileUploadErrorPayload, FileUploadInline, FileUploadList, type FileUploadListProps, FileUploadPreview, type FileUploadPreviewProps, type FileUploadPreviewVariantProps, FileUploadProgressBar, type FileUploadProgressPayload, type FileUploadProgressProps, type FileUploadProgressVariantProps, type FileUploadProps, type FileUploadRemovePayload, FileUploadTrigger, type FileUploadTriggerProps, type FileUploadTriggerVariantProps, type FileUploadVariantProps, type FileValidationError, FilterBuilder, type FilterBuilderEventPayload, type FilterBuilderProps, type FilterBuilderVariantProps, FilterGroupComponent as FilterGroup, type FilterGroupProps, type FilterGroup as FilterGroupType, type FilterGroupVariantProps, FilterPreview, type FilterPreviewProps, FilterRuleComponent as FilterRule, type FilterRuleEventPayload, type FilterRuleProps, type FilterRule as FilterRuleType, type FilterRuleVariantProps, FilterToolbar, type FilterToolbarProps, Flex, type FlexAlign, type FlexDirection, type FlexElement, type FlexGap, type FlexJustify, type FlexProps, type FlexVariantProps, type FlexWrap, FloatLabel, type FloatLabelProps, type FloatLabelVariant, FocusTrap, type FocusTrapProps, type FocusedCell, FolderStack, type FolderStackEventPayload, type FolderStackProps, Form, FormControl, type FormControlProps, FormDescription, type FormDescriptionProps, type FormDescriptionVariantProps, FormField, FormFieldContext, type FormFieldContextValue, type FormFieldProps, FormItem, FormItemContext, type FormItemContextValue, type FormItemProps, type FormItemVariantProps, FormLabel, type FormLabelProps, type FormLabelVariantProps, FormMessage, type FormMessageProps, type FormMessageVariantProps, type FormProps, FormValidation, type FormValidationProps, type FormValidationState, type FormValidationVariantProps, FunnelChart, type FunnelChartDataItem, type FunnelChartLabelPosition, type FunnelChartLegendPosition, type FunnelChartProps, type FunnelChartTooltipCallbackProps, type FunnelChartTooltipIndicator, GaugeChart, type GaugeChartProps, type GaugeSize, type GaugeVariant, type GaugeZone, type GeneratePayload, GradientSpinner, type GradientSpinnerVariants, Grid, type GridAlign, type GridCols, type GridElement, type GridFlow, type GridGap, type GridProps, type GridRows, type GridVariantProps, Header, HeaderActions, type HeaderActionsProps, HeaderBrand, type HeaderBrandProps, HeaderNav, type HeaderNavProps, type HeaderProps, Heading, type HeadingAlign, type HeadingColor, type HeadingGradient, type HeadingLevel, type HeadingProps, type HeadingSize, type HeadingWeight, Heatmap, HeatmapCell, type HeatmapCellEventPayload, type HeatmapCellProps, type HeatmapData, HeatmapLegend, type HeatmapLegendPosition, type HeatmapProps, type HeatmapSelectedCell, HelpText, type HelpTextIconVariantProps, type HelpTextProps, type HelpTextSize, type HelpTextVariant, type HelpTextVariantProps, HoverCard, HoverCardContent, HoverCardTrigger, Icon, type IconProps, type IconSize, type IconVariant, IftaLabel, type IftaLabelProps, Image, type ImageAspectRatio, ImageGallery, type ImageGalleryGap, ImageGalleryItem, type ImageGalleryItemProps, type ImageGalleryLayout, type ImageGalleryProps, type ImageItem, type ImageObjectFit, type ImageProps, type ImageSize, type ImageVariant, type InputEventPayload, InputGroup, InputGroupAddon, type InputGroupAddonAlign, type InputGroupAddonProps, type InputGroupAddonVariantProps, InputGroupButton, type InputGroupButtonProps, type InputGroupButtonSize, type InputGroupButtonVariantProps, InputGroupInput, type InputGroupInputProps, type InputGroupInputVariantProps, type InputGroupProps, type InputGroupSize, InputGroupText, type InputGroupTextProps, InputGroupTextarea, type InputGroupTextareaProps, type InputGroupTextareaVariantProps, type InputGroupVariantProps, type InputIconVariantProps, InputOTP, type InputOTPContainerVariantProps, type InputOTPDigits, type InputOTPExtraProps, InputOTPField, type InputOTPFieldDescriptionVariantProps, type InputOTPFieldErrorVariantProps, type InputOTPFieldLabelVariantProps, type InputOTPFieldProps, type InputOTPFieldVariantProps, InputOTPGroup, type InputOTPGroupProps, type InputOTPProps, InputOTPSeparator, type InputOTPSeparatorProps, type InputOTPSize, InputOTPSlot, type InputOTPSlotProps, type InputOTPSlotVariantProps, type InputSize, type InputVariant, type InputVariantProps, Item, ItemActions, type ItemAddPayload, type ItemClickPayload, ItemContent, type ItemDeletePayload, ItemDescription, type ItemEventPayload, ItemFooter, ItemGroup, ItemHeader, ItemMedia, type ItemMovePayload, ItemSeparator, ItemTitle, type ItemUpdatePayload, KPICard, KPICardGroup, type KPICardGroupProps, type KPICardProps, type KPICardSize, type KPICardTrend, type KPICardVariant, KanbanBoard, type KanbanBoardProps, KanbanCard, type KanbanCardProps, type KanbanColumn, type KanbanColumnProps, type KanbanFilterConfig, type KanbanItem, type KanbanLabel, type KanbanSubtasks, type KanbanUser, Kbd, KbdGroup, type KbdGroupProps, type KbdProps, type KbdSize, type KbdVariant, type KbdVariants, type KeyboardShortcuts, Label, type LabelProps, type LayoutChangePayload, type LayoutItem, type LegendPayloadItem, Lightbox, type LightboxImage, type LightboxProps, LineChart, type LineChartCurveType, type LineChartProps, type LineChartSeriesConfig, type LineChartTooltipIndicator, type LineChartVariant, Link, type LinkEventPayload, type LinkProps, type LinkSize, type LinkUnderline, type LinkVariant, List, ListItem, ListItemActions, ListItemContent, type ListItemProps, ListItem as ListItemType, type ListProps, LogoConta, type LogoContaProps, type LogoContaTone, MarkdownEditor, type MarkdownEditorMode, type MarkdownEditorProps, type MarkdownEditorRef, MarkdownHelp, type MarkdownHelpProps, MarkdownPreview, type MarkdownPreviewProps, MarkdownToolbar, type MarkdownToolbarProps, MarkerBar, type MarkerBarProps, type MarkerBarSize, Menu, MenuGroup, type MenuGroupProps, MenuItem, type MenuItemProps, MenuLabel, type MenuLabelProps, type MenuProps, MenuSeparator, type MenuSeparatorProps, MenuShortcut, type MenuShortcutProps, Menubar, MenubarCheckboxItem, type MenubarCheckboxItemProps, MenubarContent, type MenubarContentProps, MenubarGroup, type MenubarGroupProps, MenubarItem, type MenubarItemProps, type MenubarItemVariantProps, MenubarLabel, type MenubarLabelProps, type MenubarLabelVariantProps, MenubarMenu, type MenubarMenuProps, MenubarPortal, type MenubarPortalProps, type MenubarProps, MenubarRadioGroup, type MenubarRadioGroupProps, MenubarRadioItem, type MenubarRadioItemProps, MenubarSeparator, type MenubarSeparatorProps, MenubarShortcut, type MenubarShortcutProps, MenubarSub, MenubarSubContent, type MenubarSubContentProps, type MenubarSubProps, MenubarSubTrigger, type MenubarSubTriggerProps, type MenubarSubTriggerVariantProps, MenubarTrigger, type MenubarTriggerProps, Message, type MessageProps, type MessageSize, type MessageVariant, Modal, type ModalIntent, type ModalProps, type ModalSize, MultiSelect, type MultiSelectOption, type MultiSelectProps, type MultiSelectSize, type MultiSelectVariant, NativeSelect, NativeSelectOptGroup, type NativeSelectOptGroupProps, NativeSelectOption, type NativeSelectOptionProps, type NativeSelectProps, type NativeSelectSize$1 as NativeSelectSize, type NativeSelectVariant, type NativeSelectVariantProps, Navbar, NavbarBrand, type NavbarBrandProps, NavbarContent, type NavbarContentProps, NavbarItem, type NavbarItemProps, NavbarLink, type NavbarLinkProps, NavbarMenu, type NavbarMenuProps, NavbarMenuToggle, type NavbarMenuToggleProps, type NavbarProps, NavigationMenu, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIndicator, type NavigationMenuIndicatorProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, type NavigationMenuProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, Notification, NotificationDismissButton, type NotificationItem, type NotificationProps, type NotificationVariant, NumberInput, type NumberInputProps, type NumberStepperButtonVariantProps, type NumberStepperVariantProps, type OperatorInfo, type OperatorType, type OperatorsByType, PROGRESS_CIRCLE_SIZES, Pagination, PaginationContent, type PaginationContentProps, PaginationEllipsis, type PaginationEllipsisProps, PaginationItem, type PaginationItemProps, PaginationLink, type PaginationLinkProps, PaginationNext, type PaginationNextProps, PaginationPrevious, type PaginationPreviousProps, type PaginationProps, Panel, PanelContent, type PanelContentProps, type PanelContentVariantProps, PanelFooter, type PanelFooterProps, PanelHeader, type PanelHeaderProps, type PanelPosition, type PanelProps, type PanelSize, type PanelVariant, type PanelVariantProps, Paragraph, type ParagraphAlign, type ParagraphColor, type ParagraphLeading, type ParagraphProps, type ParagraphSize, type ParagraphSpacing, type ParagraphWeight, PasswordInput, type PasswordInputProps, type PasswordToggleVariantProps, PaymentInput, type PaymentInputProps, type PaymentInputSize, type PaymentInputVariant, type PaymentInputVariantProps, type PaymentMethod, PaymentMethodIcon, type PaymentMethodIconProps, type PaymentMethodIconSize, PhoneInput, type PhoneInputProps, type PhoneInputSize, type PhoneInputVariant, type PhoneInputVariantProps, PieChart, type PieChartActiveShape, type PieChartCenterLabel, type PieChartDataItem, type PieChartLabelConfig, type PieChartProps, type PieChartTooltipCallbackProps, type PieChartTooltipIndicator, type PieChartVariant, Popover, type PopoverAlign, PopoverAnchor, type PopoverAnchorProps, type PopoverCloseProps, PopoverContent, type PopoverContentProps, type PopoverPortalProps, type PopoverProps, type PopoverSide, PopoverTrigger, type PopoverTriggerProps, Portal, type PortalProps, type PreviewContainerVariantProps, type PreviewPanelProps, ProgressBar, type ProgressBarColor, type ProgressBarLabelPosition, type ProgressBarLabelProps, type ProgressBarProps, type ProgressBarSize, ProgressCircle, type ProgressCircleColor, type ProgressCircleContainerVariants, type ProgressCircleIndicatorVariants, type ProgressCircleProps, type ProgressCircleShape, type ProgressCircleSize, type ProgressCircleTrackVariants, ProgressSteps, type ProgressStepsProps, type ProgressStepsVariantProps, RadarChart, type RadarChartProps, RadialChart, type RadialChartProps, RadioButton, type RadioButtonIndicatorVariantProps, type RadioButtonLabelVariantProps, type RadioButtonProps, type RadioButtonSize, type RadioButtonVariantProps, type RadioButtonWrapperVariantProps, RadioCardGroup, RadioCardGroupItem, type RadioCardGroupItemProps, type RadioCardGroupProps, type RadioCardGroupSize, RadioGroup, type RadioGroupIndicatorVariantProps, RadioGroupItem, type RadioGroupItemProps, type RadioGroupItemVariantProps, type RadioGroupOrientation, type RadioGroupProps, type RadioGroupSize, type RadioGroupVariantProps, type RangeCalendarProps, Rating, type RatingItemProps, type RatingItemVariantProps, type RatingProps, type RatingSize, type RatingVariantProps, type Reaction, type RecurrenceRule, type RefreshPayload, type RejectPayload, ReportBuilder, type ReportBuilderField, type ReportBuilderFieldKind, type ReportBuilderFilter, type ReportBuilderFilterField, type ReportBuilderFilterOp, type ReportBuilderFilterType, type ReportBuilderNumberOp, type ReportBuilderProps, type ReportChartConfig, type ReportConfig, type ReportErrorPayload, type ReportExportPayload, ReportGenerator, type ReportGeneratorProps, type ReportGeneratorState, type ReportGeneratorVariantProps, type ReportTemplate, ResizableHandle, type ResizableHandleProps, type ResizableHandleVariant, type ResizableHandleVariantProps, ResizablePanel, ResizablePanelGroup, type ResizablePanelGroupProps, type ResizablePanelGroupVariantProps, type ResizablePanelProps, type ResizablePanelVariantProps, type ResponsiveColumns, ResponsiveContainer, type ResponsiveContainerBreakpoint, type ResponsiveContainerElement, type ResponsiveContainerMaxWidth, type ResponsiveContainerProps, type ResponsiveContainerVariant, type ResponsiveContainerVariantProps, RichTextBubbleMenuContent as RichTextBubbleMenu, type RichTextBubbleMenuProps, RichTextEditor, type RichTextEditorProps, type RichTextEditorRef, RichTextFloatingMenuContent as RichTextFloatingMenu, type RichTextFloatingMenuProps, RichTextToolbar, type RichTextToolbarProps, ScatterChart, type ScatterChartEventProps, type ScatterChartIntervalType, type ScatterChartLegendPosition, type ScatterChartProps, type ScatterChartSeriesConfig, type ScatterChartShape, type ScatterChartTooltipCallbackProps, type ScatterChartTooltipIndicator, type ScatterChartValueFormatter, type ScheduleConfig, type SchedulePayload, ScrollArea, type ScrollAreaProps, type ScrollAreaVariantProps, type ScrollAreaViewportVariantProps, ScrollBar, type ScrollBarOrientation, type ScrollBarProps, type ScrollBarSize, type ScrollBarThumbVariantProps, type ScrollBarVariantProps, Search, type SearchClearButtonVariantProps, SearchEmpty, type SearchEmptyProps, type SearchFilter, SearchFilters, type SearchFiltersProps, type SearchGroup, SearchHighlight, type SearchHighlightProps, SearchHistory, type SearchHistoryProps, type SearchIconVariantProps, SearchInput, type SearchInputProps$1 as SearchInputProps, SearchLoading, type SearchLoadingProps, type SearchProps, type SearchResult, SearchResultGroup, type SearchResultGroupProps, SearchResultItem, type SearchResultItemProps, SearchResults, type SearchResultsProps, type SearchSize, type SearchState, type SearchVariant, Section, type SectionProps, type SectionSize, type SectionVariant, type SectionVariantProps, Select, SelectContent, type SelectContentProps, type SelectContentVariantProps, SelectGroup, type SelectGroupProps, SelectItem, type SelectItemProps, type SelectItemVariantProps, SelectLabel, type SelectLabelProps, type SelectLabelVariantProps, type SelectProps, type SelectScrollButtonVariantProps, SelectScrollDownButton, type SelectScrollDownButtonProps, SelectScrollUpButton, type SelectScrollUpButtonProps, SelectSeparator, type SelectSeparatorProps, type SelectSeparatorVariantProps, type SelectSize, SelectTrigger, type SelectTriggerProps, type SelectTriggerVariantProps, SelectValue, type SelectValueProps, type SelectVariant, Sheet, SheetBody, type SheetBodyProps, SheetClose, type SheetCloseProps, SheetContent, type SheetContentProps, type SheetContentVariantProps, SheetDescription, type SheetDescriptionProps, SheetFooter, type SheetFooterProps, SheetHeader, type SheetHeaderProps, SheetOverlay, type SheetOverlayProps, type SheetOverlayVariant, type SheetOverlayVariantProps, SheetPortal, type SheetPortalProps, type SheetProps, type SheetSide, type SheetSize, SheetTitle, type SheetTitleProps, SheetTrigger, type SheetTriggerProps, Sidebar, SidebarAvatar, SidebarContent, type SidebarContentProps, type SidebarContextProps, SidebarFooter, type SidebarFooterProps, SidebarGroup, SidebarGroupAction, type SidebarGroupActionProps, SidebarGroupContent, type SidebarGroupContentProps, SidebarGroupLabel, type SidebarGroupLabelProps, type SidebarGroupProps, SidebarHeader, type SidebarHeaderProps, SidebarInput, type SidebarInputProps, SidebarInset, type SidebarInsetProps, SidebarLogo, SidebarMenu, SidebarMenuAction, type SidebarMenuActionProps, SidebarMenuBadge, type SidebarMenuBadgeProps, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, type SidebarMenuItemProps, type SidebarMenuProps, SidebarMenuSkeleton, type SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, type SidebarMenuSubButtonProps, SidebarMenuSubItem, type SidebarMenuSubItemProps, type SidebarMenuSubProps, SidebarPanelContent, type SidebarPanelContentProps, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarRail, SidebarRailButton, type SidebarRailButtonProps, SidebarRailContent, type SidebarRailContentProps, type SidebarRailProps, SidebarSeparator, type SidebarSeparatorProps, type SidebarState, SidebarThemeToggle, SidebarTrigger, type SidebarTriggerProps, SingleStat, type SingleStatProps, type SingleStatSize, type SingleStatVariant, SkeletonLoader, type SkeletonLoaderAnimation, type SkeletonLoaderProps, type SkeletonLoaderShape, type SkeletonLoaderSize, type SkeletonLoaderVariants, SkipLink, type SkipLinkItem, type SkipLinkProps, SkipLinksList, type SkipLinksListProps, Slider, type SliderColor, type SliderFormatValue, type SliderGetAriaValueText, type SliderLabelType, type SliderLabelVariantProps, type SliderMark, type SliderMarkContainerVariantProps, type SliderMarkLabelVariantProps, type SliderMarkTickVariantProps, type SliderMarkVariantProps, type SliderOrientation, type SliderProps, type SliderRangeVariantProps, type SliderRootVariantProps, type SliderSize, type SliderThumbVariantProps, type SliderTooltipVariantProps, type SliderTrackVariantProps, type SliderValue, SortableContext, type SortableContextProps, SortableItem, type SortableItemProps, type SortableItemRenderProps, type SortableItemState, type SortableItemVariantProps, SortableList, type SortableListDataSlot, SortableListDragHandle, type SortableListDragHandleProps, type SortableListHandleContextValue, SortableListItem, type SortableListItemProps, type SortableListProps, type SortableListReorderEvent, Spacer, type SpacerAxis, type SpacerFlex, type SpacerNumericSize, type SpacerProps, type SpacerSize, type SpacerTokenSize, type SpanColumnMeta, Sparkline, type SparklineData, type SparklineDataPoint, type SparklineFill, type SparklineProps, type SparklineSize, type SparklineVariant, SpeedDial, type SpeedDialAction, type SpeedDialDirection, type SpeedDialProps, Spinner, type SpinnerColor, type SpinnerProps, type SpinnerSize, type SpinnerVariant, type SpinnerVariants, SplitButton, type SplitButtonEventPayload, type SplitButtonMenuItem, type SplitButtonProps, type SplitButtonSize, type SplitButtonVariant, Stack, type StackAlign, type StackDirection, type StackElement, type StackJustify, type StackProps, type StackSpacing, type StackVariantProps, type StatusConfig, StatusIndicator, type StatusIndicatorProps, type StatusIndicatorSize, type StatusIndicatorVariant, type StatusType, type Step, type StepBadgeVariantProps, type StepChangePayload, type StepCircleVariantProps, type StepConnectorHorizontalVariantProps, type StepConnectorVerticalVariantProps, type StepIndicatorProps, type StepIndicatorVariantProps, type StepItem, type StepItemProps, type StepItemVariantProps, Stepper, type StepperConnectorHorizontalVariantProps, type StepperConnectorVerticalVariantProps, type StepperIndicatorVariantProps, type StepperItemVariantProps, type StepperProps, type StepperVariantProps, SuccessMessage, type SuccessMessageProps, type SuccessMessageVariantProps, Switch, type SwitchProps, type SwitchSize, type SwitchState, type SwitchThumbVariantProps, type SwitchVariantProps, TabNavigation, TabNavigationLink, type TabNavigationLinkProps, type TabNavigationProps, type TabNavigationVariant, TabPanel, TabPanelList, type TabPanelListProps, type TabPanelProps, TabPanelRoot, type TabPanelRootProps, TabPanelTrigger, type TabPanelTriggerProps, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, type TabsVariant, Tag, type TagAvatarProps, type TagDotColor, TagGroup, type TagGroupContextValue, type TagGroupProps, type TagProps, type TagSize, TagsInput, type TagsInputInputVariantProps, type TagsInputProps, type TagsInputSize, type TagsInputVariant, type TagsInputVariantProps, type TaskAssignee, TaskCard, type TaskCardAssignee, type TaskCardProps, type TaskCardStatus, type TaskGroupBy, type TaskItem, TaskList, type TaskListPriority, type TaskListProps, type TaskListStatus, type TaskPriority, TaskStatus, type TaskStatusColorVariantProps, type TaskStatusConfig, type TaskStatusConfigMap, type TaskStatusIconVariantProps, type TaskStatusLabelVariantProps, type TaskStatusMenuItemVariantProps, type TaskStatusMenuProps, type TaskStatusProps, type TaskStatusTriggerVariantProps, type TaskStatusVariantProps, type TemplateCardVariantProps, type TemplateSelectorProps, Text, type TextColor, type TextElement, TextInput, type TextInputProps, type TextProps, type TextSize, type TextVariant, type TextWeight, Textarea, TextareaField, type TextareaFieldDescriptionVariantProps, type TextareaFieldErrorVariantProps, type TextareaFieldLabelVariantProps, type TextareaFieldProps, type TextareaFieldVariantProps, type TextareaProps, type TextareaResize, type TextareaSize, type TextareaVariant, type TextareaVariantProps, Thumbnail, type ThumbnailAspectRatio, ThumbnailBadge, ThumbnailCheckbox, type ThumbnailMode, ThumbnailPin, ThumbnailPlayOverlay, type ThumbnailProps, type ThumbnailRounded, type ThumbnailRoundedVariant, type ThumbnailSize, type ThumbnailSizeVariant, ThumbnailTag, type TimeItemVariantProps, TimePicker, type TimePickerProps, type TimePickerSize, type TimePickerTriggerVariantProps, type TimePickerVariant, type TimeScrollListVariantProps, type TimeSlot, Timeline, TimelineConnector, TimelineContent, TimelineItemComponent as TimelineItem, type TimelineItem as TimelineItemData, type TimelineItemProps, TimelineMarker, type TimelineProps, type ToastOptions, type ToastPosition, type ToastPromiseOptions, type ToastTheme, Toaster, type ToasterProps, Toggle, ToggleGroup, type ToggleGroupItemVariantProps, type ToggleGroupMultipleProps, type ToggleGroupProps, type ToggleGroupSingleProps, ToggleItem, type ToggleItemProps, type ToggleProps, type ToggleSize, type ToggleVariant, Toolbar, type ToolbarAction, ToolbarButton, type ToolbarButtonProps, ToolbarGroup, type ToolbarGroupProps, ToolbarLink, type ToolbarLinkProps, type ToolbarProps, ToolbarSeparator, type ToolbarSeparatorProps, ToolbarToggleGroup, type ToolbarToggleGroupProps, ToolbarToggleItem, type ToolbarToggleItemProps, Tooltip, type TooltipAlign, TooltipArrow, type TooltipArrowProps, TooltipContent, type TooltipContentProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, type TooltipSide, TooltipTrigger, type TooltipTriggerProps, Topbar, TopbarLeading, type TopbarLeadingProps, type TopbarProps, TopbarTrailing, type TopbarTrailingProps, Tracker, type TrackerBlockData, type TrackerProps, URLInput, type URLInputProps, type URLInputValidationState, type URLLinkIconVariantProps, type URLValidationIconVariantProps, UpdatesWidget, type UpdatesWidgetItem, type UpdatesWidgetProps, type UploadProgress, type UploadResult, type UseFormFieldReturn, type ValidationRule, type Version, VersionActions, type VersionActionsProps, type VersionAuthor, VersionBadge, VersionControl, type VersionControlProps, VersionDiff, type VersionDiffProps, VersionItem, type VersionItemProps, VersionList, VersionTimeline, type VersionTimelineProps, VirtualTable, type VirtualTableProps, Wizard, type WizardProps, type WizardStep, accordionContentInnerVariants, accordionContentVariants, accordionItemVariants, accordionTriggerVariants, alertVariants, approvalFlowActionsVariants, approvalFlowConnectorVariants, approvalFlowMarkerVariants, approvalFlowStepCardVariants, approvalFlowStepVariants, approvalFlowVariants, approvalStatusVariants, arrayMove, arrowAnimatedHeadTransforms, arrowAnimatedHeadVariants, arrowAnimatedLineVariants, arrowAnimatedVariants, aspectRatios, assetManagerContentVariants, assetManagerEmptyVariants, assetManagerGridVariants, assetManagerItemInfoVariants, assetManagerItemVariants, assetManagerLoadingVariants, assetManagerSidebarVariants, assetManagerThumbnailVariants, assetManagerToolbarVariants, assetManagerUploaderVariants, assetManagerVariants, availableChartColors, avatarAddButtonVariants, avatarBadgeVariants, avatarFallbackVariants, avatarGroupVariants, avatarLabelGroupVariants, avatarStatusVariants, avatarVariants, badgeVariants, bannerVariants, breadcrumbEllipsisVariants, breadcrumbItemVariants, breadcrumbLinkVariants, breadcrumbListVariants, breadcrumbPageVariants, breadcrumbSeparatorVariants, buttonGroupItemVariants, buttonGroupVariants, buttonVariants, calculateRatio, calendarContainerVariants, calendarDayButtonVariants, calendarDayCellVariants, calendarDisabledVariants, calendarNavButtonVariants, calendarOutsideVariants, calendarRangeEndVariants, calendarRangeMiddleVariants, calendarRangeStartVariants, calendarTodayIndicatorVariants, calendarTodayVariants, calloutVariants, cardActionVariants, cardContentVariants, cardDescriptionVariants, cardFooterVariants, cardHeaderVariants, cardMediaVariants, cardTitleVariants, cardTypes, cardVariants, changeIndicatorVariants, chartCardChartVariants, chartCardHeaderVariants, chartCardPreviousValueVariants, chartCardTitleVariants, chartCardValueContainerVariants, chartCardValueVariants, chartCardVariants, chartColors, checkboxGroupDescriptionVariants, checkboxGroupHeaderVariants, checkboxGroupItemWrapperVariants, checkboxGroupLabelVariants, checkboxGroupVariants, checkboxIconVariants, checkboxVariants, collapsibleContentVariants, collapsibleTriggerVariants, collapsibleVariants, colorPickerPreviewVariants, colorPickerSwatchVariants, colorPickerTriggerVariants, combinatorToggleVariants, commandEmptyVariants, commandGroupVariants, commandInputClearVariants, commandInputIconVariants, commandInputVariants, commandInputWrapperVariants, commandItemVariants, commandListVariants, commandSeparatorVariants, commandShortcutVariants, commandVariants, commentActionsVariants, commentContentVariants, commentEmptyStateVariants, commentHeaderVariants, commentInputContainerVariants, commentItemVariants, commentMentionVariants, commentReactionVariants, commentRepliesVariants, commentSystemVariants, commentThreadLineVariants, commentTimelineMarkerVariants, completedStyles, configSectionVariants, constructCategoryColors, containerVariants, contextMenuCheckboxItemVariants, contextMenuContentVariants, contextMenuIndicatorWrapperVariants, contextMenuItemVariants, contextMenuLabelVariants, contextMenuRadioItemVariants, contextMenuSeparatorVariants, contextMenuShortcutVariants, contextMenuSubContentVariants, contextMenuSubTriggerVariants, dashboardBuilderCanvasVariants, dashboardBuilderDropZoneVariants, dashboardBuilderEmptyStateVariants, dashboardBuilderPropertiesPanelVariants, dashboardBuilderResizeHandleVariants, dashboardBuilderToolbarVariants, dashboardBuilderVariants, dashboardBuilderWidgetCardVariants, dashboardBuilderWidgetLibraryVariants, dashboardBuilderWidgetVariants, dashboardCardContentVariants, dashboardCardFooterVariants, dashboardCardHeaderVariants, dashboardCardTitleVariants, dashboardCardValueVariants, dashboardCardVariants, dashboardContentVariants, dashboardEmptyVariants, dashboardGridVariants, dashboardHeaderVariants, dashboardLoadingVariants, dashboardSidebarVariants, dashboardVariants, dashboardWidgetHeaderVariants, dashboardWidgetVariants, datePickerTriggerVariants, dateRangeInputContainerVariants, dateRangeInputFieldVariants, dateRangePickerFooterVariants, dateRangePickerTriggerVariants, dateRangePresetVariants, dateRangePresetsContainerVariants, defaultChartColors, defaultCountries, defaultPresets, defaultReactions, defaultWidgets, detectCardType, diffLineVariants, dividerContentVariants, dividerLineVariants, dividerWrapperVariants, downloadFile, dragHandleVariants, dragOverlayVariants, draggableVariants, drawerContentBaseVariants, drawerDescriptionVariants, drawerFooterVariants, drawerHandleVariants, drawerHeaderVariants, drawerOverlayVariants, drawerTitleVariants, dropdownMenuCheckboxItemVariants, dropdownMenuContentVariants, dropdownMenuIndicatorWrapperVariants, dropdownMenuItemVariants, dropdownMenuLabelVariants, dropdownMenuRadioItemVariants, dropdownMenuSeparatorVariants, dropdownMenuShortcutVariants, dropdownMenuSubContentVariants, dropdownMenuSubTriggerVariants, droppableVariants, emailValidationIconVariants, emptyMediaVariants, emptyStateStyles, emptyStateVariants, errorBoundaryActionVariants, errorBoundaryCardVariants, errorBoundaryFallbackVariants, errorBoundaryIconVariants, errorBoundaryMessageVariants, errorBoundaryStackVariants, errorBoundaryTitleVariants, errorDefaults, errorMessageIconVariants, errorMessageListVariants, errorMessageVariants, errorStateVariants, eventCalendarAgendaItemVariants, eventCalendarCellVariants, eventCalendarDayNumberVariants, eventCalendarEventVariants, eventCalendarHeaderVariants, eventCalendarTimeSlotVariants, eventCalendarVariants, eventCalendarViewButtonVariants, exportButtonGroupVariants, exportToCSV, exportToExcel, exportToPDF, featureItemVariants, featuredIconVariants, feedItemVariants, feedVariants, fieldContentVariants, fieldDescriptionVariants, fieldErrorVariants, fieldGroupVariants, fieldLabelVariants, fieldLegendVariants, fieldSeparatorVariants, fieldSetVariants, fieldTitleVariants, fieldVariants, fileDropzoneVariants, filePreviewActionButtonVariants, filePreviewActionsVariants, filePreviewContentVariants, filePreviewFallbackVariants, filePreviewInfoVariants, filePreviewVariants, fileTreeRowVariants, fileTreeShellVariants, filterBuilderVariants, filterGroupHeaderVariants, filterGroupVariants, filterPreviewVariants, filterRuleVariants, filterToolbarVariants, findCountryByCode, findCountryByDialCode, flexVariants, folderStackVariants, formActionsVariants, formDescriptionVariants, formItemVariants, formLabelVariants, formMessageVariants, formValidationVariants, formatCardNumber, formatPhoneNumber, gaugeChartVariants, getCardBrandName, getCardConfig, getCardDigits, getColorClassName, getEventVariant, getInitials, getPhoneDigits, getRatio, getYAxisDomain, gradientSpinnerVariants, gridVariants, groupHeaderStyles, headerActionsVariants, headerBrandVariants, headerContainerVariants, headerNavVariants, headerVariants, headingVariants, heatmapVariants, helpTextIconVariants, helpTextVariants, iconVariants, imageVariants, inputGroupAddonVariants, inputGroupButtonVariants, inputGroupInputVariants, inputGroupTextareaVariants, inputGroupVariants, inputIconVariants, inputOTPCaretInnerStyles, inputOTPCaretStyles, inputOTPContainerVariants, inputOTPFieldDescriptionVariants, inputOTPFieldErrorVariants, inputOTPFieldLabelVariants, inputOTPFieldVariants, inputOTPGroupVariants, inputOTPSlotVariants, inputVariants, inputWrapperVariants, isEditableColumnMeta, isFilterGroup, isFilterRule, isSpanColumnMeta, itemMediaVariants, itemVariants, kanbanAddButtonVariants, kanbanBoardVariants, kanbanCardDescriptionVariants, kanbanCardMetaVariants, kanbanCardTitleVariants, kanbanCardVariants, kanbanColumnContentVariants, kanbanColumnHeaderVariants, kanbanColumnVariants, kanbanDropIndicatorVariants, kanbanLabelVariants, kanbanSearchVariants, kanbanSwimlaneVariants, kbdVariants, linkVariants, listItemVariants, listVariants, loadingStateVariants, loadingStyles, logoContaVariants, markerBarContainerVariants, markerBarMarkerVariants, markerBarMarkerWrapperVariants, markerBarRangeVariants, mentionSuggestionItemVariants, mentionSuggestionsVariants, menuGroupVariants, menuItemVariants, menuLabelVariants, menuSeparatorVariants, menuShortcutVariants, menuVariants, menubarCheckboxItemVariants, menubarContentVariants, menubarIndicatorWrapperVariants, menubarItemVariants, menubarLabelVariants, menubarRadioItemVariants, menubarSeparatorVariants, menubarShortcutVariants, menubarSubContentVariants, menubarSubTriggerVariants, menubarTriggerVariants, menubarVariants, messageVariants, nativeSelectIconVariants, nativeSelectLeftIconVariants, nativeSelectVariants, nativeSelectWithLeftIconPadding, nativeSelectWrapperVariants, navbarBrandVariants, navbarContainerVariants, navbarContentVariants, navbarItemVariants, navbarLinkVariants, navbarMenuToggleVariants, navbarMenuVariants, navbarVariants, navigationMenuContentVariants, navigationMenuIndicatorArrowVariants, navigationMenuIndicatorVariants, navigationMenuItemVariants, navigationMenuLinkVariants, navigationMenuListVariants, navigationMenuTriggerStyle, navigationMenuVariants, navigationMenuViewportVariants, navigationMenuViewportWrapperVariants, notificationVariants, numberInputPaddingVariants, numberStepperButtonVariants, numberStepperVariants, paginationContentVariants, paginationEllipsisVariants, paginationNextVariants, paginationPreviousVariants, paginationVariants, panelContentVariants, panelFooterVariants, panelHeaderVariants, panelVariants, paragraphVariants, parseRatio, passwordToggleVariants, paymentInputIconVariants, paymentInputInputVariants, paymentInputVariants, paymentMethodIconVariants, paymentMethodLabels, paymentMethodLogos, phoneInputCountryButtonVariants, phoneInputDropdownVariants, phoneInputInputVariants, phoneInputOptionVariants, phoneInputVariants, portalContainerVariants, portalContentVariants, portalOverlayVariants, previewContainerVariants, previewContentVariants, previewHeaderVariants, priorityStyles, progressBarIndicatorVariants, progressBarLabelVariants, progressBarTooltipVariants, progressBarVariants, progressCircleContainerVariants, progressCircleIndicatorVariants, progressCircleLabelVariants, progressCircleTrackVariants, progressCircleValueVariants, progressStepsVariants, radioButtonIndicatorVariants, radioButtonLabelVariants, radioButtonVariants, radioButtonWrapperVariants, radioCardGroupItemContentVariants, radioCardGroupItemDescriptionVariants, radioCardGroupItemDotVariants, radioCardGroupItemIconVariants, radioCardGroupItemIndicatorVariants, radioCardGroupItemTitleVariants, radioCardGroupItemVariants, radioCardGroupVariants, radioGroupIndicatorVariants, radioGroupItemVariants, radioGroupVariants, ratingItemVariants, ratingVariants, reportGeneratorVariants, stepBadgeVariants as reportStepBadgeVariants, stepIndicatorVariants as reportStepIndicatorVariants, stepItemVariants as reportStepItemVariants, resizableHandleGripVariants, resizableHandleVariants, resizablePanelGroupVariants, resizablePanelVariants, responsiveContainerVariants, richTextEditorBubbleMenuVariants, richTextEditorContentVariants, richTextEditorFloatingMenuVariants, richTextEditorPlaceholderVariants, richTextEditorToolbarButtonVariants, richTextEditorToolbarVariants, richTextEditorVariants, ruleFieldVariants, ruleOperatorVariants, ruleValueVariants, rulesContainerVariants, scrollAreaCornerVariants, scrollAreaVariants, scrollAreaViewportVariants, scrollBarThumbVariants, scrollBarVariants, searchClearButtonVariants, searchEmptyVariants, searchFilterVariants, searchFiltersContainerVariants, searchGroupHeadingVariants, searchHighlightVariants, searchHistoryHeaderVariants, searchIconVariants, searchInputVariants, searchInputWrapperVariants, searchLoadingVariants, searchResultIconVariants, searchResultItemVariants, searchResultsVariants, searchVariants, sectionVariants, selectContentVariants, selectItemVariants, selectLabelVariants, selectScrollButtonVariants, selectSeparatorVariants, selectTriggerVariants, selectedItemStyles, selectedStyles, sheetContentVariants, sheetOverlayVariants, sidebarContainerVariants, sidebarContentVariants, sidebarDesktopVariants, sidebarFooterVariants, sidebarGapVariants, sidebarGroupActionVariants, sidebarGroupContentVariants, sidebarGroupLabelVariants, sidebarGroupVariants, sidebarHeaderVariants, sidebarInnerVariants, sidebarInputVariants, sidebarInsetVariants, sidebarMenuActionShowOnHoverVariants, sidebarMenuActionVariants, sidebarMenuBadgeVariants, sidebarMenuButtonVariants, sidebarMenuItemVariants, sidebarMenuSkeletonVariants, sidebarMenuSubButtonVariants, sidebarMenuSubItemVariants, sidebarMenuSubVariants, sidebarMenuVariants, sidebarMobileVariants, sidebarNonCollapsibleVariants, sidebarProviderVariants, sidebarRailButtonVariants, sidebarRailVariants, sidebarSeparatorVariants, sidebarTriggerVariants, skeletonLoaderVariants, skipLinkVariants, skipLinksListInnerVariants, skipLinksListItemVariants, skipLinksListVariants, sliderLabelVariants, sliderMarkContainerVariants, sliderMarkLabelVariants, sliderMarkTickVariants, sliderMarkVariants, sliderRangeVariants, sliderRootVariants, sliderThumbVariants, sliderTooltipVariants, sliderTrackVariants, sortableItemVariants, sortableListHandleVariants, sortableListItemVariants, sortableListOverlayVariants, sortableListVariants, spacerVariants, spinnerVariants, splitButtonVariants, stackVariants, statusConfig, statusIndicatorVariants, statusStyles, stepBarSegmentVariants, stepCircleVariants, stepConnectorHorizontalVariants, stepConnectorVerticalVariants, stepDescriptionVariants, stepDotVariants, stepItemVariants$1 as stepItemVariants, stepLabelVariants, stepperConnectorHorizontalVariants, stepperConnectorVerticalVariants, stepperDescriptionVariants, stepperIndicatorVariants, stepperItemVariants, stepperLabelVariants, stepperVariants, successMessageVariants, switchThumbVariants, switchVariants, tabNavigationLinkVariants, tabNavigationVariants, tabPanelListVariants, tabPanelRootVariants, tabPanelTriggerVariants, tabPanelVariants, tableToCSV, tabsContentVariants, tabsListVariants, tabsTriggerVariants, tabsVariants, tagCheckboxVariants, tagCountVariants, tagGroupVariants, tagVariants, tagsInputInputVariants, tagsInputVariants, taskCardVariants, taskListHeaderVariants, taskListItemVariants, taskListTitleVariants, taskListVariants, taskStatusColorVariants, taskStatusIconVariants, taskStatusLabelVariants, taskStatusMenuItemVariants, taskStatusTriggerVariants, taskStatusVariants, templateCardVariants, templateGridVariants, textVariants, textareaFieldDescriptionVariants, textareaFieldErrorVariants, textareaFieldLabelVariants, textareaFieldVariants, textareaVariants, thumbnailVariants, timeItemVariants, timePickerTriggerVariants, timeScrollListVariants, timelineItemVariants, timelineMarkerVariants, timelineVariants, toggleGroupItemVariants, toggleVariants, toolbarButtonVariants, toolbarGroupVariants, toolbarLinkVariants, toolbarSeparatorVariants, toolbarToggleGroupVariants, toolbarToggleItemVariants, toolbarVariants, tooltipArrowVariants, tooltipContentVariants, topbarLeadingVariants, topbarTrailingVariants, topbarVariants, unreadDotVariants, urlLinkIconVariants, urlValidationIconVariants, useButtonGroup, useFormField, useIsMobile, useMediaQuery, useOnWindowResize, useSidebar, useTagGroup, validateCardNumber, versionBadgeVariants, versionControlVariants, versionItemVariants, versionTimelineConnectorVariants, versionTimelineMarkerVariants, wizardActionsVariants, wizardContentVariants, wizardStepContentVariants, wizardStepperVariants, wizardVariants };
|
|
23674
|
+
export { ALL_STATUSES, Accordion, AccordionContent, type AccordionContentProps, type AccordionEventPayload, AccordionItem, type AccordionItemProps, type AccordionItemVariantProps, type AccordionProps, type AccordionSize, AccordionTrigger, type AccordionTriggerProps, type AccordionTriggerVariantProps, type AccordionVariant, type AccordionVariantProps, AccountSwitch, type AccountSwitchAccount, type AccountSwitchProps, type ActiveDatesMatcher, type ActiveItem, AdvancedSearchInput, Alert, AlertDescription, type AlertDescriptionProps, AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogContent, type AlertDialogContentProps, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogOverlay, type AlertDialogOverlayProps, AlertDialogPortal, type AlertDialogPortalProps, type AlertDialogProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps, type AlertProps, AlertTitle, type AlertTitleProps, type AlertVariant, type ApprovalAction, type ApprovalCondition, ApprovalFlow, type ApprovalFlowActionsVariantProps, type Approver$1 as ApprovalFlowApprover, ApprovalFlowConnector, type ApprovalFlowConnectorVariantProps, ApprovalFlowMarker, type ApprovalFlowMarkerVariantProps, type ApprovalFlowProps, ApprovalFlowStep, type ApprovalFlowStepCardVariantProps, type ApprovalFlowStepProps, type ApprovalFlowStepVariantProps, type ApprovalFlowVariantProps, type ApprovalHistory, ApprovalStatus, type ApprovalStatusProps, type ApprovalStatusType, type ApprovalStep, type ApprovalStepStatus, type ApprovePayload, type Approver, AreaChart, type AreaChartCurveType, type AreaChartEventProps, type AreaChartFill, type AreaChartIntervalType, type AreaChartLegendPosition, type AreaChartProps, type AreaChartSeriesConfig, type AreaChartTooltipCallbackProps, type AreaChartTooltipIndicator, type AreaChartVariant, ArrowAnimated, type ArrowAnimatedProps, AspectRatio, type AspectRatioPreset, type AspectRatioProps, type Asset, type AssetFilter, AssetManager, type AssetManagerContextValue, type AssetManagerDataSlot, AssetManagerEmpty, type AssetManagerEmptyProps, AssetManagerGrid, type AssetManagerGridProps, type AssetManagerGridVariantProps, AssetManagerItem, type AssetManagerItemProps, type AssetManagerItemVariantProps, AssetManagerList, type AssetManagerListProps, type AssetManagerProps, AssetManagerSidebar, type AssetManagerSidebarProps, type AssetManagerSidebarVariantProps, AssetManagerToolbar, type AssetManagerToolbarProps, type AssetManagerToolbarVariantProps, AssetManagerUploader, type AssetManagerUploaderProps, type AssetManagerUploaderVariantProps, type AssetManagerVariantProps, type AssetSort, type AssetSortDirection, type AssetSortField, type AssetView, Autocomplete, type AutocompleteOption, type AutocompleteProps, type AutocompleteSize, type AutocompleteVariant, Avatar, AvatarAddButton, type AvatarAddButtonProps, AvatarBadge, type AvatarBadgeProps, type AvatarColorScheme, AvatarFallback, type AvatarFallbackProps, AvatarGroup, type AvatarGroupProps, AvatarImage, type AvatarImageProps, AvatarLabelGroup, type AvatarLabelGroupProps, AvatarLabelGroupSkeleton, type AvatarLabelGroupSkeletonProps, type AvatarProps, type AvatarShape, type AvatarSize, AvatarSkeleton, type AvatarSkeletonProps, AvatarStatus, type AvatarStatusProps, Badge, type BadgeAvatarProps, type BadgeColor, type BadgeLegacyVariant, type BadgeProps, type BadgeSize, type BadgeType, Banner, type BannerProps$1 as BannerComponentProps, type BannerPosition, type BannerProps, type BannerVariant, BarChart, type BarChartEventProps, type BarChartIntervalType, type BarChartLayout, type BarChartLegendPosition, type BarChartProps, type BarChartSeriesConfig, type BarChartTooltipCallbackProps, type BarChartTooltipIndicator, type BarChartVariant, BarList, type BarListDataItem, type BarListProps, type BarListSortOrder, type BrandingConfig, Breadcrumb, BreadcrumbEllipsis, type BreadcrumbEllipsisProps, type BreadcrumbEllipsisVariantProps, BreadcrumbItem, type BreadcrumbItemProps, type BreadcrumbItemVariantProps, BreadcrumbLink, type BreadcrumbLinkProps, type BreadcrumbLinkVariantProps, BreadcrumbList, type BreadcrumbListProps, type BreadcrumbListVariantProps, BreadcrumbPage, type BreadcrumbPageProps, type BreadcrumbPageVariantProps, type BreadcrumbProps, BreadcrumbSeparator, type BreadcrumbSeparatorProps, type BreadcrumbSeparatorVariantProps, type BuilderDataSource, type BuilderLayoutConfig, type BuilderMode, type BuilderPosition, type BuilderSavePayload, type BuilderState, type BuilderWidget, type BuilderWidgetAddPayload, type BuilderWidgetDefinition, type BuilderWidgetLayout, type BuilderWidgetProps, type BuilderWidgetRemovePayload, type BuilderWidgetUpdatePayload, Button, type ButtonCVAVariant, type ButtonEventPayload, ButtonGroup, ButtonGroupContext, type ButtonGroupContextValue, ButtonGroupItem, type ButtonGroupItemIconMode, type ButtonGroupItemProps, type ButtonGroupItemState, type ButtonGroupOrientation, type ButtonGroupProps, ButtonGroupSeparator, type ButtonGroupSeparatorProps, ButtonGroupText, type ButtonGroupTextProps, type ButtonGroupVariant, type ButtonProps, type ButtonSize, type ButtonVariant, Calendar, type CalendarButtonVariant, type CalendarCaptionLayout, CalendarDayButton, type CalendarDayButtonProps, type CalendarEvent, type CalendarMode, type CalendarPassthroughProps, type CalendarProps, type CalendarRef, Callout, type CalloutProps$1 as CalloutComponentProps, type CalloutProps, type CalloutSize, type CalloutVariant, Card, CardAction, type CardActionProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, CardMedia, type CardMediaProps, type CardProps, type CardSelectablePayload, CardTitle, type CardTitleProps, type CardType, type CardTypeConfig, type CardVariant, type CardVariantProps, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, CategoryBar, type CategoryBarDataItem, type CategoryBarProps, type CategoryBarSize, type CellEditParams, ChangeIndicator, type ChangeSet, ChartCard, type ChartCardComparisonPeriod, type ChartCardDataPoint, type ChartCardProps, type ChartCardValueFormatter, type ChartColor, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, type ChartLegendContentProps, type ChartLegendProps, ChartStyle, ChartTooltip, ChartTooltipContent, type ChartTooltipContentProps, Checkbox, CheckboxGroup, type CheckboxGroupDescriptionVariantProps, type CheckboxGroupHeaderVariantProps, CheckboxGroupItem, type CheckboxGroupItemProps, type CheckboxGroupItemWrapperVariantProps, type CheckboxGroupLabelVariantProps, type CheckboxGroupOption, type CheckboxGroupOrientation, type CheckboxGroupProps, type CheckboxGroupVariantProps, type CheckboxProps, type CheckboxSize, type CheckboxState, type CheckboxVariantProps, Collapsible, CollapsibleContent, type CollapsibleContentProps, type CollapsibleContentVariantProps, type CollapsibleProps, CollapsibleTrigger, type CollapsibleTriggerProps, type CollapsibleTriggerVariantProps, type CollapsibleVariantProps, ColorPicker, type ColorPickerPreviewVariantProps, type ColorPickerProps, type ColorPickerSize, type ColorPickerSwatchVariantProps, type ColorPickerTriggerVariantProps, type ColorPickerVariant, type ColorUtility, type ColumnDefinition, type ColumnDeletePayload, type ColumnReorderPayload, type ColumnUpdatePayload, type CombinatorToggleVariantProps, ComboChart, type ComboChartBarSeries, type ComboChartBarSeriesConfig, type ComboChartBarVariant, type ComboChartCurveType, type ComboChartEventProps, type ComboChartIntervalType, type ComboChartLegendPosition, type ComboChartLineSeries, type ComboChartLineSeriesConfig, type ComboChartProps, type ComboChartSeriesType, type ComboChartTooltipCallbackProps, type ComboChartTooltipIndicator, Combobox, type ComboboxOption, type ComboboxProps, type ComboboxSize, type ComboboxVariant, Command, type CommandCombinedVariantProps, type CommandDataSlot, CommandDialog, type CommandDialogProps, CommandEmpty, type CommandEmptyProps, type CommandEmptyVariantProps, CommandGroup, type CommandGroupData, type CommandGroupProps, type CommandGroupVariantProps, CommandInput, type CommandInputClearVariantProps, type CommandInputIconVariantProps, type CommandInputPayload, type CommandInputProps, type CommandInputVariantProps, type CommandInputWrapperVariantProps, CommandItem, type CommandItemCombinedVariantProps, type CommandItemData, type CommandItemProps, type CommandItemVariant, type CommandItemVariantProps, CommandList, type CommandListProps, type CommandListVariantProps, type CommandProps, type CommandSelectPayload, CommandSeparator, type CommandSeparatorProps, type CommandSeparatorVariantProps, CommandShortcut, type CommandShortcutProps, type CommandShortcutVariantProps, type CommandSize, type CommandVariantProps, type Comment, type CommentAttachment, type CommentDeletePayload, type CommentEditPayload, CommentInput, type CommentInputProps, CommentItem, type CommentItemProps, type CommentMentionPayload, type CommentReactPayload, type CommentReaction, CommentReactions, type CommentSubmitPayload, CommentSystem, type CommentSystemProps, type CommentUser, type CompletePayload, type ConfigChangePayload, type ConfigField, type ConfigFieldType, type ConfigSchema, type ConfigurationFormProps, ConfirmButton, type ConfirmButtonProps, type ConfirmButtonSize, type ConfirmButtonVariant, ConfirmModal, type ConfirmModalProps, type ConfirmModalSize, type ConfirmModalVariant, Container, type ContainerElement, type ContainerMaxWidth, type ContainerPadding, type ContainerProps, type ContainerVariantProps, ContextMenu, ContextMenuCheckboxItem, type ContextMenuCheckboxItemProps, ContextMenuContent, type ContextMenuContentProps, ContextMenuGroup, type ContextMenuGroupProps, ContextMenuItem, type ContextMenuItemProps, type ContextMenuItemVariant, type ContextMenuItemVariantProps, ContextMenuLabel, type ContextMenuLabelProps, type ContextMenuLabelVariantProps, ContextMenuPortal, type ContextMenuPortalProps, type ContextMenuProps, ContextMenuRadioGroup, type ContextMenuRadioGroupProps, ContextMenuRadioItem, type ContextMenuRadioItemProps, ContextMenuSeparator, type ContextMenuSeparatorProps, ContextMenuShortcut, type ContextMenuShortcutProps, ContextMenuSub, ContextMenuSubContent, type ContextMenuSubContentProps, type ContextMenuSubProps, ContextMenuSubTrigger, type ContextMenuSubTriggerProps, type ContextMenuSubTriggerVariantProps, ContextMenuTrigger, type ContextMenuTriggerProps, type Country, DEFAULT_STATUS_CONFIGS, Dashboard, DashboardBuilder, DashboardBuilderCanvas, type DashboardBuilderCanvasProps, type DashboardBuilderCanvasVariantProps, type DashboardBuilderDropZoneVariantProps, type DashboardBuilderEmptyStateVariantProps, DashboardBuilderPropertiesPanel, type DashboardBuilderPropertiesPanelProps, type DashboardBuilderPropertiesPanelVariantProps, type DashboardBuilderProps, type DashboardBuilderResizeHandleVariantProps, DashboardBuilderToolbar, type DashboardBuilderToolbarProps, type DashboardBuilderToolbarVariantProps, type DashboardBuilderVariantProps, type DashboardBuilderWidgetCardVariantProps, DashboardBuilderWidgetComponent, type DashboardBuilderWidgetComponentProps, DashboardBuilderWidgetLibrary, type DashboardBuilderWidgetLibraryProps, type DashboardBuilderWidgetLibraryVariantProps, type DashboardBuilderWidgetVariantProps, DashboardCard, DashboardCardContent, type DashboardCardContentProps, DashboardCardFooter, type DashboardCardFooterProps, DashboardCardHeader, type DashboardCardHeaderProps, type DashboardCardProps, DashboardCardTitle, type DashboardCardTitleProps, DashboardCardValue, type DashboardCardValueProps, DashboardEmptyState, DashboardErrorState, DashboardHeader, type DashboardHeaderProps, DashboardLoadingState, type DashboardProps, type DashboardState, type DashboardVariantProps, DashboardWidget, type DashboardWidgetAddPayload, type DashboardWidgetClickPayload, type DashboardWidgetConfig, type DashboardWidgetData, type DashboardWidgetProps, type DashboardWidgetRemovePayload, type DashboardWidgetType, type DashboardWidgetVariantProps, type DataSource, DataTable, DataTableBooleanCell, type DataTableBooleanCellProps, type DataTableColumnMeta, DataTableCurrencyCell, type DataTableCurrencyCellProps, DataTableDateCell, type DataTableDateCellProps, type DataTableFilterVariant, type DataTablePaginationInfo, DataTableProgressCell, type DataTableProgressCellProps, type DataTableProps, DataTableRatingCell, type DataTableRatingCellProps, DatePicker, type DatePickerProps, type DatePickerSize, type DatePickerTriggerVariantProps, type DatePickerVariant, type DateRange, DateRangeInput, type DateRangeInputFieldVariantProps, type DateRangeInputProps, DateRangePicker, type DateRangePickerProps, type DateRangePickerTriggerVariantProps, type DateRangePreset, type DateRangePresetVariantProps, DateRangePresets, type DateRangePresetsProps, DefaultFallback, type DelegatePayload, DeltaBar, type DeltaBarProps, type DeltaBarSize, Dialog, DialogClose, type DialogCloseProps, DialogContent, type DialogContentProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogOverlay, type DialogOverlayProps, DialogPortal, type DialogPortalProps, type DialogProps, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, type DiffLine, Divider, type DividerLabelPosition, type DividerLineType, type DividerOrientation, type DividerProps, type DividerType, type DividerVisualStyle, DndContext, type DndContextProps, type DragAndDropDataSlot, DragHandle, type DragHandleProps, type DragHandleVariantProps, DragOverlay, type DragOverlayProps, type DragOverlayVariantProps, Draggable, type DraggableProps, type DraggableRenderProps, type DraggableVariantProps, Drawer, DrawerClose, type DrawerCloseProps, DrawerContent, type DrawerContentProps, DrawerDescription, type DrawerDescriptionProps, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerHeaderProps, DrawerOverlay, type DrawerOverlayProps, DrawerPortal, type DrawerPortalProps, type DrawerProps, DrawerTitle, type DrawerTitleProps, DrawerTrigger, type DrawerTriggerProps, DropdownMenu, DropdownMenuCheckboxItem, type DropdownMenuCheckboxItemProps, DropdownMenuContent, type DropdownMenuContentProps, DropdownMenuGroup, type DropdownMenuGroupProps, DropdownMenuItem, type DropdownMenuItemProps, type DropdownMenuItemVariantProps, DropdownMenuLabel, type DropdownMenuLabelProps, type DropdownMenuLabelVariantProps, DropdownMenuPortal, type DropdownMenuPortalProps, type DropdownMenuProps, DropdownMenuRadioGroup, type DropdownMenuRadioGroupProps, DropdownMenuRadioItem, type DropdownMenuRadioItemProps, DropdownMenuSeparator, type DropdownMenuSeparatorProps, DropdownMenuShortcut, type DropdownMenuShortcutProps, DropdownMenuSub, DropdownMenuSubContent, type DropdownMenuSubContentProps, type DropdownMenuSubProps, DropdownMenuSubTrigger, type DropdownMenuSubTriggerProps, type DropdownMenuSubTriggerVariantProps, DropdownMenuTrigger, type DropdownMenuTriggerProps, Droppable, type DroppableProps, type DroppableRenderProps, type DroppableVariantProps, type DropzoneRenderFn, type DropzoneState, type EditableColumnMeta, EmailInput, type EmailInputProps, type EmailInputValidationState, type EmailValidationIconVariantProps, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, ErrorBoundary, type ErrorBoundaryProps, type ErrorBoundaryState, type ErrorDefault, ErrorMessage, type ErrorMessageIconVariantProps, type ErrorMessageProps, type ErrorMessageSize, type ErrorMessageVariant, type ErrorMessageVariantProps, type ErrorObject, ErrorPage, type ErrorPageProps, type ErrorType, type EscalatePayload, EventCalendar, EventCalendarAgenda, type EventCalendarAgendaProps, EventCalendarDay, type EventCalendarDayProps, EventCalendarEvent, type EventCalendarEventProps, EventCalendarHeader, type EventCalendarHeaderProps, EventCalendarMonth, type EventCalendarMonthProps, type EventCalendarProps, type EventCalendarView, EventCalendarWeek, type EventCalendarWeekProps, type ExportFormat$1 as ExportFormat, type ExportOptions, type ExportPayload, type FallbackProps, type FallbackRender, FeatureItem, type FeatureItemProps, type FeatureItemVariant, FeaturedIcon, type FeaturedIconProps, type FeaturedIconShape, type FeaturedIconSize, type FeaturedIconTone, Feed, type FeedProps$1 as FeedComponentProps, FeedItemComponent as FeedItem, type FeedItemProps$1 as FeedItemComponentProps, type FeedItemData, type FeedItem as FeedItemDataType, type FeedItemProps, type FeedProps, type FeedSize, FeedSkeleton, type FeedVariant, Field, FieldContent, type FieldContentProps, type FieldDefinition, FieldDescription, type FieldDescriptionProps, FieldError, type FieldErrorItem, type FieldErrorProps, FieldGroup, type FieldGroupProps, FieldLabel, type FieldLabelProps, FieldLegend, type FieldLegendProps, type FieldLegendVariant, type FieldLegendVariantProps, type FieldOption, type FieldOrientation, type FieldProps, FieldSeparator, type FieldSeparatorProps, FieldSet, type FieldSetProps, FieldTitle, type FieldTitleProps, type FieldType, type FieldVariantProps, type FileChange, FileDropzone, type FileDropzoneProps, type FileInfo, FilePreview, type FilePreviewActionButtonVariantProps, type FilePreviewActionsVariantProps, type FilePreviewContentVariantProps, type FilePreviewDataSlot, type FilePreviewFallbackVariantProps, type FilePreviewInfoVariantProps, type FilePreviewProps, type FilePreviewState, type FilePreviewVariantProps, FileTree, FileTreeAction, FileTreeBody, FileTreeFooter, FileTreeHeader, type FileTreeNode, FileTreeProjectBadge, FileTreeProjectMeta, type FileTreeProps, type FileTreeRowContext, FileTreeSearch, type FileTreeSelectEventPayload, type FileTreeSize, type FileTreeToggleEventPayload, FileTreeToolbar, type FileTreeVariant, type FileTypeCategory, FileUpload, FileUploadAvatar, type FileUploadAvatarVariantProps, type FileUploadChangePayload, type FileUploadCompletePayload, type FileUploadContextValue, type FileUploadDataSlot, FileUploadDropzone, type FileUploadDropzoneProps, type FileUploadDropzoneVariantProps, type FileUploadErrorPayload, FileUploadInline, FileUploadList, type FileUploadListProps, FileUploadPreview, type FileUploadPreviewProps, type FileUploadPreviewVariantProps, FileUploadProgressBar, type FileUploadProgressPayload, type FileUploadProgressProps, type FileUploadProgressVariantProps, type FileUploadProps, type FileUploadRemovePayload, FileUploadTrigger, type FileUploadTriggerProps, type FileUploadTriggerVariantProps, type FileUploadVariantProps, type FileValidationError, FilterBuilder, type FilterBuilderEventPayload, type FilterBuilderProps, type FilterBuilderVariantProps, FilterGroupComponent as FilterGroup, type FilterGroupProps, type FilterGroup as FilterGroupType, type FilterGroupVariantProps, FilterPreview, type FilterPreviewProps, FilterRuleComponent as FilterRule, type FilterRuleEventPayload, type FilterRuleProps, type FilterRule as FilterRuleType, type FilterRuleVariantProps, FilterToolbar, type FilterToolbarProps, Flex, type FlexAlign, type FlexDirection, type FlexElement, type FlexGap, type FlexJustify, type FlexProps, type FlexVariantProps, type FlexWrap, FloatLabel, type FloatLabelProps, type FloatLabelVariant, FocusTrap, type FocusTrapProps, type FocusedCell, FolderStack, type FolderStackEventPayload, type FolderStackProps, Form, FormControl, type FormControlProps, FormDescription, type FormDescriptionProps, type FormDescriptionVariantProps, FormField, FormFieldContext, type FormFieldContextValue, type FormFieldProps, FormItem, FormItemContext, type FormItemContextValue, type FormItemProps, type FormItemVariantProps, FormLabel, type FormLabelProps, type FormLabelVariantProps, FormMessage, type FormMessageProps, type FormMessageVariantProps, type FormProps, FormValidation, type FormValidationProps, type FormValidationState, type FormValidationVariantProps, FunnelChart, type FunnelChartDataItem, type FunnelChartLabelPosition, type FunnelChartLegendPosition, type FunnelChartProps, type FunnelChartTooltipCallbackProps, type FunnelChartTooltipIndicator, GaugeChart, type GaugeChartProps, type GaugeSize, type GaugeVariant, type GaugeZone, type GeneratePayload, GradientSpinner, type GradientSpinnerVariants, Grid, type GridAlign, type GridCols, type GridElement, type GridFlow, type GridGap, type GridProps, type GridRows, type GridVariantProps, Header, HeaderActions, type HeaderActionsProps, HeaderBrand, type HeaderBrandProps, HeaderNav, type HeaderNavProps, type HeaderProps, Heading, type HeadingAlign, type HeadingColor, type HeadingGradient, type HeadingLevel, type HeadingProps, type HeadingSize, type HeadingWeight, Heatmap, HeatmapCell, type HeatmapCellEventPayload, type HeatmapCellProps, type HeatmapData, HeatmapLegend, type HeatmapLegendPosition, type HeatmapProps, type HeatmapSelectedCell, HelpText, type HelpTextIconVariantProps, type HelpTextProps, type HelpTextSize, type HelpTextVariant, type HelpTextVariantProps, HoverCard, HoverCardContent, HoverCardTrigger, Icon, type IconProps, type IconSize, type IconVariant, IftaLabel, type IftaLabelProps, Image, type ImageAspectRatio, ImageGallery, type ImageGalleryGap, ImageGalleryItem, type ImageGalleryItemProps, type ImageGalleryLayout, type ImageGalleryProps, type ImageItem, type ImageObjectFit, type ImageProps, type ImageSize, type ImageVariant, type InputEventPayload, InputGroup, InputGroupAddon, type InputGroupAddonAlign, type InputGroupAddonProps, type InputGroupAddonVariantProps, InputGroupButton, type InputGroupButtonProps, type InputGroupButtonSize, type InputGroupButtonVariantProps, InputGroupInput, type InputGroupInputProps, type InputGroupInputVariantProps, type InputGroupProps, type InputGroupSize, InputGroupText, type InputGroupTextProps, InputGroupTextarea, type InputGroupTextareaProps, type InputGroupTextareaVariantProps, type InputGroupVariantProps, type InputIconVariantProps, InputOTP, type InputOTPContainerVariantProps, type InputOTPDigits, type InputOTPExtraProps, InputOTPField, type InputOTPFieldDescriptionVariantProps, type InputOTPFieldErrorVariantProps, type InputOTPFieldLabelVariantProps, type InputOTPFieldProps, type InputOTPFieldVariantProps, InputOTPGroup, type InputOTPGroupProps, type InputOTPProps, InputOTPSeparator, type InputOTPSeparatorProps, type InputOTPSize, InputOTPSlot, type InputOTPSlotProps, type InputOTPSlotVariantProps, type InputSize, type InputVariant, type InputVariantProps, Item, ItemActions, type ItemAddPayload, type ItemClickPayload, ItemContent, type ItemDeletePayload, ItemDescription, type ItemEventPayload, ItemFooter, ItemGroup, ItemHeader, ItemMedia, type ItemMovePayload, ItemSeparator, ItemTitle, type ItemUpdatePayload, KPICard, KPICardGroup, type KPICardGroupProps, type KPICardProps, type KPICardSize, type KPICardTrend, type KPICardVariant, KanbanBoard, type KanbanBoardProps, KanbanCard, type KanbanCardProps, type KanbanColumn, type KanbanColumnProps, type KanbanFilterConfig, type KanbanItem, type KanbanLabel, type KanbanSubtasks, type KanbanUser, Kbd, KbdGroup, type KbdGroupProps, type KbdProps, type KbdSize, type KbdVariant, type KbdVariants, type KeyboardShortcuts, Label, type LabelProps, type LayoutChangePayload, type LayoutItem, type LegendPayloadItem, Lightbox, type LightboxImage, type LightboxProps, LineChart, type LineChartCurveType, type LineChartProps, type LineChartSeriesConfig, type LineChartTooltipIndicator, type LineChartVariant, Link, type LinkEventPayload, type LinkProps, type LinkSize, type LinkUnderline, type LinkVariant, List, ListItem, ListItemActions, ListItemContent, type ListItemProps, ListItem as ListItemType, type ListProps, LogoConta, type LogoContaProps, type LogoContaTone, MarkdownEditor, type MarkdownEditorMode, type MarkdownEditorProps, type MarkdownEditorRef, MarkdownHelp, type MarkdownHelpProps, MarkdownPreview, type MarkdownPreviewProps, MarkdownToolbar, type MarkdownToolbarProps, MarkerBar, type MarkerBarProps, type MarkerBarSize, Menu, MenuGroup, type MenuGroupProps, MenuItem, type MenuItemProps, MenuLabel, type MenuLabelProps, type MenuProps, MenuSeparator, type MenuSeparatorProps, MenuShortcut, type MenuShortcutProps, Menubar, MenubarCheckboxItem, type MenubarCheckboxItemProps, MenubarContent, type MenubarContentProps, MenubarGroup, type MenubarGroupProps, MenubarItem, type MenubarItemProps, type MenubarItemVariantProps, MenubarLabel, type MenubarLabelProps, type MenubarLabelVariantProps, MenubarMenu, type MenubarMenuProps, MenubarPortal, type MenubarPortalProps, type MenubarProps, MenubarRadioGroup, type MenubarRadioGroupProps, MenubarRadioItem, type MenubarRadioItemProps, MenubarSeparator, type MenubarSeparatorProps, MenubarShortcut, type MenubarShortcutProps, MenubarSub, MenubarSubContent, type MenubarSubContentProps, type MenubarSubProps, MenubarSubTrigger, type MenubarSubTriggerProps, type MenubarSubTriggerVariantProps, MenubarTrigger, type MenubarTriggerProps, Message, type MessageProps, type MessageSize, type MessageVariant, Modal, type ModalIntent, type ModalProps, type ModalSize, MultiSelect, type MultiSelectOption, type MultiSelectProps, type MultiSelectSize, type MultiSelectVariant, NativeSelect, NativeSelectOptGroup, type NativeSelectOptGroupProps, NativeSelectOption, type NativeSelectOptionProps, type NativeSelectProps, type NativeSelectSize$1 as NativeSelectSize, type NativeSelectVariant, type NativeSelectVariantProps, Navbar, NavbarBrand, type NavbarBrandProps, NavbarContent, type NavbarContentProps, NavbarItem, type NavbarItemProps, NavbarLink, type NavbarLinkProps, NavbarMenu, type NavbarMenuProps, NavbarMenuToggle, type NavbarMenuToggleProps, type NavbarProps, NavigationMenu, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIndicator, type NavigationMenuIndicatorProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, type NavigationMenuProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, Notification, NotificationDismissButton, type NotificationItem, type NotificationProps, type NotificationVariant, NumberInput, type NumberInputProps, type NumberStepperButtonVariantProps, type NumberStepperVariantProps, type OperatorInfo, type OperatorType, type OperatorsByType, PROGRESS_CIRCLE_SIZES, Pagination, PaginationContent, type PaginationContentProps, PaginationEllipsis, type PaginationEllipsisProps, PaginationItem, type PaginationItemProps, PaginationLink, type PaginationLinkProps, PaginationNext, type PaginationNextProps, PaginationPrevious, type PaginationPreviousProps, type PaginationProps, Panel, PanelContent, type PanelContentProps, type PanelContentVariantProps, PanelFooter, type PanelFooterProps, PanelHeader, type PanelHeaderProps, type PanelPosition, type PanelProps, type PanelSize, type PanelVariant, type PanelVariantProps, Paragraph, type ParagraphAlign, type ParagraphColor, type ParagraphLeading, type ParagraphProps, type ParagraphSize, type ParagraphSpacing, type ParagraphWeight, PasswordInput, type PasswordInputProps, type PasswordToggleVariantProps, PaymentInput, type PaymentInputProps, type PaymentInputSize, type PaymentInputVariant, type PaymentInputVariantProps, type PaymentMethod, PaymentMethodIcon, type PaymentMethodIconProps, type PaymentMethodIconSize, PhoneInput, type PhoneInputProps, type PhoneInputSize, type PhoneInputVariant, type PhoneInputVariantProps, PieChart, type PieChartActiveShape, type PieChartCenterLabel, type PieChartDataItem, type PieChartLabelConfig, type PieChartProps, type PieChartTooltipCallbackProps, type PieChartTooltipIndicator, type PieChartVariant, Popover, type PopoverAlign, PopoverAnchor, type PopoverAnchorProps, type PopoverCloseProps, PopoverContent, type PopoverContentProps, type PopoverPortalProps, type PopoverProps, type PopoverSide, PopoverTrigger, type PopoverTriggerProps, Portal, type PortalProps, type PreviewContainerVariantProps, type PreviewPanelProps, ProgressBar, type ProgressBarColor, type ProgressBarLabelPosition, type ProgressBarLabelProps, type ProgressBarProps, type ProgressBarSize, ProgressCircle, type ProgressCircleColor, type ProgressCircleContainerVariants, type ProgressCircleIndicatorVariants, type ProgressCircleProps, type ProgressCircleShape, type ProgressCircleSize, type ProgressCircleTrackVariants, ProgressSteps, type ProgressStepsProps, type ProgressStepsVariantProps, RadarChart, type RadarChartProps, RadialChart, type RadialChartProps, RadioButton, type RadioButtonIndicatorVariantProps, type RadioButtonLabelVariantProps, type RadioButtonProps, type RadioButtonSize, type RadioButtonVariantProps, type RadioButtonWrapperVariantProps, RadioCardGroup, RadioCardGroupItem, type RadioCardGroupItemProps, type RadioCardGroupProps, type RadioCardGroupSize, RadioGroup, type RadioGroupIndicatorVariantProps, RadioGroupItem, type RadioGroupItemProps, type RadioGroupItemVariantProps, type RadioGroupOrientation, type RadioGroupProps, type RadioGroupSize, type RadioGroupVariantProps, type RangeCalendarProps, Rating, type RatingItemProps, type RatingItemVariantProps, type RatingProps, type RatingSize, type RatingVariantProps, type Reaction, type RecurrenceRule, type RefreshPayload, type RejectPayload, ReportBuilder, type ReportBuilderField, type ReportBuilderFieldKind, type ReportBuilderFilter, type ReportBuilderFilterField, type ReportBuilderFilterOp, type ReportBuilderFilterType, type ReportBuilderNumberOp, type ReportBuilderProps, type ReportChartConfig, type ReportConfig, type ReportErrorPayload, type ReportExportPayload, ReportGenerator, type ReportGeneratorProps, type ReportGeneratorState, type ReportGeneratorVariantProps, type ReportTemplate, ResizableHandle, type ResizableHandleProps, type ResizableHandleVariant, type ResizableHandleVariantProps, ResizablePanel, ResizablePanelGroup, type ResizablePanelGroupProps, type ResizablePanelGroupVariantProps, type ResizablePanelProps, type ResizablePanelVariantProps, type ResponsiveColumns, ResponsiveContainer, type ResponsiveContainerBreakpoint, type ResponsiveContainerElement, type ResponsiveContainerMaxWidth, type ResponsiveContainerProps, type ResponsiveContainerVariant, type ResponsiveContainerVariantProps, RichTextBubbleMenuContent as RichTextBubbleMenu, type RichTextBubbleMenuProps, RichTextEditor, type RichTextEditorProps, type RichTextEditorRef, RichTextFloatingMenuContent as RichTextFloatingMenu, type RichTextFloatingMenuProps, RichTextToolbar, type RichTextToolbarProps, ScatterChart, type ScatterChartEventProps, type ScatterChartIntervalType, type ScatterChartLegendPosition, type ScatterChartProps, type ScatterChartSeriesConfig, type ScatterChartShape, type ScatterChartTooltipCallbackProps, type ScatterChartTooltipIndicator, type ScatterChartValueFormatter, type ScheduleConfig, type SchedulePayload, ScrollArea, type ScrollAreaProps, type ScrollAreaVariantProps, type ScrollAreaViewportVariantProps, ScrollBar, type ScrollBarOrientation, type ScrollBarProps, type ScrollBarSize, type ScrollBarThumbVariantProps, type ScrollBarVariantProps, Search, type SearchClearButtonVariantProps, SearchEmpty, type SearchEmptyProps, type SearchFilter, SearchFilters, type SearchFiltersProps, type SearchGroup, SearchHighlight, type SearchHighlightProps, SearchHistory, type SearchHistoryProps, type SearchIconVariantProps, SearchInput, type SearchInputProps$1 as SearchInputProps, SearchLoading, type SearchLoadingProps, type SearchProps, type SearchResult, SearchResultGroup, type SearchResultGroupProps, SearchResultItem, type SearchResultItemProps, SearchResults, type SearchResultsProps, type SearchSize, type SearchState, type SearchVariant, Section, type SectionProps, type SectionSize, type SectionVariant, type SectionVariantProps, Select, SelectContent, type SelectContentProps, type SelectContentVariantProps, SelectGroup, type SelectGroupProps, SelectItem, type SelectItemProps, type SelectItemVariantProps, SelectLabel, type SelectLabelProps, type SelectLabelVariantProps, type SelectProps, type SelectScrollButtonVariantProps, SelectScrollDownButton, type SelectScrollDownButtonProps, SelectScrollUpButton, type SelectScrollUpButtonProps, SelectSeparator, type SelectSeparatorProps, type SelectSeparatorVariantProps, type SelectSize, SelectTrigger, type SelectTriggerProps, type SelectTriggerVariantProps, SelectValue, type SelectValueProps, type SelectVariant, Sheet, SheetBody, type SheetBodyProps, SheetClose, type SheetCloseProps, SheetContent, type SheetContentProps, type SheetContentVariantProps, SheetDescription, type SheetDescriptionProps, SheetFooter, type SheetFooterProps, SheetHeader, type SheetHeaderProps, SheetOverlay, type SheetOverlayProps, type SheetOverlayVariant, type SheetOverlayVariantProps, SheetPortal, type SheetPortalProps, type SheetProps, type SheetSide, type SheetSize, SheetTitle, type SheetTitleProps, SheetTrigger, type SheetTriggerProps, Sidebar, SidebarAvatar, SidebarContent, type SidebarContentProps, type SidebarContextProps, SidebarFooter, type SidebarFooterProps, SidebarGroup, SidebarGroupAction, type SidebarGroupActionProps, SidebarGroupContent, type SidebarGroupContentProps, SidebarGroupLabel, type SidebarGroupLabelProps, type SidebarGroupProps, SidebarHeader, type SidebarHeaderProps, SidebarInput, type SidebarInputProps, SidebarInset, type SidebarInsetProps, SidebarLogo, SidebarMenu, SidebarMenuAction, type SidebarMenuActionProps, SidebarMenuBadge, type SidebarMenuBadgeProps, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, type SidebarMenuItemProps, type SidebarMenuProps, SidebarMenuSkeleton, type SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, type SidebarMenuSubButtonProps, SidebarMenuSubItem, type SidebarMenuSubItemProps, type SidebarMenuSubProps, SidebarPanelContent, type SidebarPanelContentProps, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarRail, SidebarRailButton, type SidebarRailButtonProps, SidebarRailContent, type SidebarRailContentProps, type SidebarRailProps, SidebarSeparator, type SidebarSeparatorProps, type SidebarState, SidebarThemeToggle, SidebarTrigger, type SidebarTriggerProps, SingleStat, type SingleStatProps, type SingleStatSize, type SingleStatVariant, SkeletonLoader, type SkeletonLoaderAnimation, type SkeletonLoaderProps, type SkeletonLoaderShape, type SkeletonLoaderSize, type SkeletonLoaderVariants, SkipLink, type SkipLinkItem, type SkipLinkProps, SkipLinksList, type SkipLinksListProps, Slider, type SliderColor, type SliderFormatValue, type SliderGetAriaValueText, type SliderLabelType, type SliderLabelVariantProps, type SliderMark, type SliderMarkContainerVariantProps, type SliderMarkLabelVariantProps, type SliderMarkTickVariantProps, type SliderMarkVariantProps, type SliderOrientation, type SliderProps, type SliderRangeVariantProps, type SliderRootVariantProps, type SliderSize, type SliderThumbVariantProps, type SliderTooltipVariantProps, type SliderTrackVariantProps, type SliderValue, SortableContext, type SortableContextProps, SortableItem, type SortableItemProps, type SortableItemRenderProps, type SortableItemState, type SortableItemVariantProps, SortableList, type SortableListDataSlot, SortableListDragHandle, type SortableListDragHandleProps, type SortableListHandleContextValue, SortableListItem, type SortableListItemProps, type SortableListProps, type SortableListReorderEvent, Spacer, type SpacerAxis, type SpacerFlex, type SpacerNumericSize, type SpacerProps, type SpacerSize, type SpacerTokenSize, type SpanColumnMeta, Sparkline, type SparklineData, type SparklineDataPoint, type SparklineFill, type SparklineProps, type SparklineSize, type SparklineVariant, SpeedDial, type SpeedDialAction, type SpeedDialDirection, type SpeedDialProps, Spinner, type SpinnerColor, type SpinnerProps, type SpinnerSize, type SpinnerVariant, type SpinnerVariants, SplitButton, type SplitButtonEventPayload, type SplitButtonMenuItem, type SplitButtonProps, type SplitButtonSize, type SplitButtonVariant, Stack, type StackAlign, type StackDirection, type StackElement, type StackJustify, type StackProps, type StackSpacing, type StackVariantProps, type StatusConfig, StatusIndicator, type StatusIndicatorProps, type StatusIndicatorSize, type StatusIndicatorVariant, type StatusType, type Step, type StepBadgeVariantProps, type StepChangePayload, type StepCircleVariantProps, type StepConnectorHorizontalVariantProps, type StepConnectorVerticalVariantProps, type StepIndicatorProps, type StepIndicatorVariantProps, type StepItem, type StepItemProps, type StepItemVariantProps, Stepper, type StepperConnectorHorizontalVariantProps, type StepperConnectorVerticalVariantProps, type StepperIndicatorVariantProps, type StepperItemVariantProps, type StepperProps, type StepperVariantProps, SuccessMessage, type SuccessMessageProps, type SuccessMessageVariantProps, Switch, type SwitchProps, type SwitchSize, type SwitchState, type SwitchThumbVariantProps, type SwitchVariantProps, TabNavigation, TabNavigationLink, type TabNavigationLinkProps, type TabNavigationProps, type TabNavigationVariant, TabPanel, TabPanelList, type TabPanelListProps, type TabPanelProps, TabPanelRoot, type TabPanelRootProps, TabPanelTrigger, type TabPanelTriggerProps, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, type TabsContentProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger, type TabsTriggerProps, type TabsVariant, Tag, type TagAvatarProps, type TagDotColor, TagGroup, type TagGroupContextValue, type TagGroupProps, type TagProps, type TagSize, TagsInput, type TagsInputInputVariantProps, type TagsInputProps, type TagsInputSize, type TagsInputVariant, type TagsInputVariantProps, type TaskAssignee, TaskCard, type TaskCardAssignee, type TaskCardProps, type TaskCardStatus, type TaskGroupBy, type TaskItem, TaskList, type TaskListPriority, type TaskListProps, type TaskListStatus, type TaskPriority, TaskStatus, type TaskStatusColorVariantProps, type TaskStatusConfig, type TaskStatusConfigMap, type TaskStatusIconVariantProps, type TaskStatusLabelVariantProps, type TaskStatusMenuItemVariantProps, type TaskStatusMenuProps, type TaskStatusProps, type TaskStatusTriggerVariantProps, type TaskStatusVariantProps, type TemplateCardVariantProps, type TemplateSelectorProps, Text, type TextColor, type TextElement, TextInput, type TextInputProps, type TextProps, type TextSize, type TextVariant, type TextWeight, Textarea, TextareaField, type TextareaFieldDescriptionVariantProps, type TextareaFieldErrorVariantProps, type TextareaFieldLabelVariantProps, type TextareaFieldProps, type TextareaFieldVariantProps, type TextareaProps, type TextareaResize, type TextareaSize, type TextareaVariant, type TextareaVariantProps, Thumbnail, type ThumbnailAspectRatio, ThumbnailBadge, ThumbnailCheckbox, type ThumbnailMode, ThumbnailPin, ThumbnailPlayOverlay, type ThumbnailProps, type ThumbnailRounded, type ThumbnailRoundedVariant, type ThumbnailSize, type ThumbnailSizeVariant, ThumbnailTag, type TimeItemVariantProps, TimePicker, type TimePickerProps, type TimePickerSize, type TimePickerTriggerVariantProps, type TimePickerVariant, type TimeScrollListVariantProps, type TimeSlot, Timeline, TimelineConnector, TimelineContent, TimelineItemComponent as TimelineItem, type TimelineItem as TimelineItemData, type TimelineItemProps, TimelineMarker, type TimelineProps, type ToastOptions, type ToastPosition, type ToastPromiseOptions, type ToastTheme, Toaster, type ToasterProps, Toggle, ToggleGroup, type ToggleGroupMultipleProps, type ToggleGroupProps, type ToggleGroupSingleProps, ToggleItem, type ToggleItemProps, type ToggleProps, type ToggleSize, type ToggleVariant, Toolbar, type ToolbarAction, ToolbarButton, type ToolbarButtonProps, ToolbarGroup, type ToolbarGroupProps, ToolbarLink, type ToolbarLinkProps, type ToolbarProps, ToolbarSeparator, type ToolbarSeparatorProps, ToolbarToggleGroup, type ToolbarToggleGroupProps, ToolbarToggleItem, type ToolbarToggleItemProps, Tooltip, type TooltipAlign, TooltipArrow, type TooltipArrowProps, TooltipContent, type TooltipContentProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, type TooltipSide, TooltipTrigger, type TooltipTriggerProps, Topbar, TopbarLeading, type TopbarLeadingProps, type TopbarProps, TopbarTrailing, type TopbarTrailingProps, Tracker, type TrackerBlockData, type TrackerProps, URLInput, type URLInputProps, type URLInputValidationState, type URLLinkIconVariantProps, type URLValidationIconVariantProps, UpdatesWidget, type UpdatesWidgetItem, type UpdatesWidgetProps, type UploadProgress, type UploadResult, type UseFormFieldReturn, type ValidationRule, type Version, VersionActions, type VersionActionsProps, type VersionAuthor, VersionBadge, VersionControl, type VersionControlProps, VersionDiff, type VersionDiffProps, VersionItem, type VersionItemProps, VersionList, VersionTimeline, type VersionTimelineProps, VirtualTable, type VirtualTableProps, Wizard, type WizardProps, type WizardStep, accordionContentInnerVariants, accordionContentVariants, accordionItemVariants, accordionTriggerVariants, alertVariants, approvalFlowActionsVariants, approvalFlowConnectorVariants, approvalFlowMarkerVariants, approvalFlowStepCardVariants, approvalFlowStepVariants, approvalFlowVariants, approvalStatusVariants, arrayMove, arrowAnimatedHeadTransforms, arrowAnimatedHeadVariants, arrowAnimatedLineVariants, arrowAnimatedVariants, aspectRatios, assetManagerContentVariants, assetManagerEmptyVariants, assetManagerGridVariants, assetManagerItemInfoVariants, assetManagerItemVariants, assetManagerLoadingVariants, assetManagerSidebarVariants, assetManagerThumbnailVariants, assetManagerToolbarVariants, assetManagerUploaderVariants, assetManagerVariants, availableChartColors, avatarAddButtonVariants, avatarBadgeVariants, avatarFallbackVariants, avatarGroupVariants, avatarLabelGroupVariants, avatarStatusVariants, avatarVariants, badgeVariants, bannerVariants, breadcrumbEllipsisVariants, breadcrumbItemVariants, breadcrumbLinkVariants, breadcrumbListVariants, breadcrumbPageVariants, breadcrumbSeparatorVariants, buttonGroupItemVariants, buttonGroupVariants, buttonVariants, calculateRatio, calendarContainerVariants, calendarDayButtonVariants, calendarDayCellVariants, calendarDisabledVariants, calendarNavButtonVariants, calendarOutsideVariants, calendarRangeEndVariants, calendarRangeMiddleVariants, calendarRangeStartVariants, calendarTodayIndicatorVariants, calendarTodayVariants, calloutVariants, cardActionVariants, cardContentVariants, cardDescriptionVariants, cardFooterVariants, cardHeaderVariants, cardMediaVariants, cardTitleVariants, cardTypes, cardVariants, changeIndicatorVariants, chartCardChartVariants, chartCardHeaderVariants, chartCardPreviousValueVariants, chartCardTitleVariants, chartCardValueContainerVariants, chartCardValueVariants, chartCardVariants, chartColors, checkboxGroupDescriptionVariants, checkboxGroupHeaderVariants, checkboxGroupItemWrapperVariants, checkboxGroupLabelVariants, checkboxGroupVariants, checkboxIconVariants, checkboxVariants, collapsibleContentVariants, collapsibleTriggerVariants, collapsibleVariants, colorPickerPreviewVariants, colorPickerSwatchVariants, colorPickerTriggerVariants, combinatorToggleVariants, commandEmptyVariants, commandGroupVariants, commandInputClearVariants, commandInputIconVariants, commandInputVariants, commandInputWrapperVariants, commandItemVariants, commandListVariants, commandSeparatorVariants, commandShortcutVariants, commandVariants, commentActionsVariants, commentContentVariants, commentEmptyStateVariants, commentHeaderVariants, commentInputContainerVariants, commentItemVariants, commentMentionVariants, commentReactionVariants, commentRepliesVariants, commentSystemVariants, commentThreadLineVariants, commentTimelineMarkerVariants, completedStyles, configSectionVariants, constructCategoryColors, containerVariants, contextMenuCheckboxItemVariants, contextMenuContentVariants, contextMenuIndicatorWrapperVariants, contextMenuItemVariants, contextMenuLabelVariants, contextMenuRadioItemVariants, contextMenuSeparatorVariants, contextMenuShortcutVariants, contextMenuSubContentVariants, contextMenuSubTriggerVariants, dashboardBuilderCanvasVariants, dashboardBuilderDropZoneVariants, dashboardBuilderEmptyStateVariants, dashboardBuilderPropertiesPanelVariants, dashboardBuilderResizeHandleVariants, dashboardBuilderToolbarVariants, dashboardBuilderVariants, dashboardBuilderWidgetCardVariants, dashboardBuilderWidgetLibraryVariants, dashboardBuilderWidgetVariants, dashboardCardContentVariants, dashboardCardFooterVariants, dashboardCardHeaderVariants, dashboardCardTitleVariants, dashboardCardValueVariants, dashboardCardVariants, dashboardContentVariants, dashboardEmptyVariants, dashboardGridVariants, dashboardHeaderVariants, dashboardLoadingVariants, dashboardSidebarVariants, dashboardVariants, dashboardWidgetHeaderVariants, dashboardWidgetVariants, datePickerTriggerVariants, dateRangeInputContainerVariants, dateRangeInputFieldVariants, dateRangePickerFooterVariants, dateRangePickerTriggerVariants, dateRangePresetVariants, dateRangePresetsContainerVariants, defaultChartColors, defaultCountries, defaultPresets, defaultReactions, defaultWidgets, detectCardType, diffLineVariants, dividerContentVariants, dividerLineVariants, dividerWrapperVariants, downloadFile, dragHandleVariants, dragOverlayVariants, draggableVariants, drawerContentBaseVariants, drawerDescriptionVariants, drawerFooterVariants, drawerHandleVariants, drawerHeaderVariants, drawerOverlayVariants, drawerTitleVariants, dropdownMenuCheckboxItemVariants, dropdownMenuContentVariants, dropdownMenuIndicatorWrapperVariants, dropdownMenuItemVariants, dropdownMenuLabelVariants, dropdownMenuRadioItemVariants, dropdownMenuSeparatorVariants, dropdownMenuShortcutVariants, dropdownMenuSubContentVariants, dropdownMenuSubTriggerVariants, droppableVariants, emailValidationIconVariants, emptyMediaVariants, emptyStateStyles, emptyStateVariants, errorBoundaryActionVariants, errorBoundaryCardVariants, errorBoundaryFallbackVariants, errorBoundaryIconVariants, errorBoundaryMessageVariants, errorBoundaryStackVariants, errorBoundaryTitleVariants, errorDefaults, errorMessageIconVariants, errorMessageListVariants, errorMessageVariants, errorStateVariants, eventCalendarAgendaItemVariants, eventCalendarCellVariants, eventCalendarDayNumberVariants, eventCalendarEventVariants, eventCalendarHeaderVariants, eventCalendarTimeSlotVariants, eventCalendarVariants, eventCalendarViewButtonVariants, exportButtonGroupVariants, exportToCSV, exportToExcel, exportToPDF, featureItemVariants, featuredIconVariants, feedItemVariants, feedVariants, fieldContentVariants, fieldDescriptionVariants, fieldErrorVariants, fieldGroupVariants, fieldLabelVariants, fieldLegendVariants, fieldSeparatorVariants, fieldSetVariants, fieldTitleVariants, fieldVariants, fileDropzoneVariants, filePreviewActionButtonVariants, filePreviewActionsVariants, filePreviewContentVariants, filePreviewFallbackVariants, filePreviewInfoVariants, filePreviewVariants, fileTreeRowVariants, fileTreeShellVariants, filterBuilderVariants, filterGroupHeaderVariants, filterGroupVariants, filterPreviewVariants, filterRuleVariants, filterToolbarVariants, findCountryByCode, findCountryByDialCode, flexVariants, folderStackVariants, formActionsVariants, formDescriptionVariants, formItemVariants, formLabelVariants, formMessageVariants, formValidationVariants, formatCardNumber, formatPhoneNumber, gaugeChartVariants, getCardBrandName, getCardConfig, getCardDigits, getColorClassName, getEventVariant, getInitials, getPhoneDigits, getRatio, getYAxisDomain, gradientSpinnerVariants, gridVariants, groupHeaderStyles, headerActionsVariants, headerBrandVariants, headerContainerVariants, headerNavVariants, headerVariants, headingVariants, heatmapVariants, helpTextIconVariants, helpTextVariants, iconVariants, imageVariants, inputGroupAddonVariants, inputGroupButtonVariants, inputGroupInputVariants, inputGroupTextareaVariants, inputGroupVariants, inputIconVariants, inputOTPCaretInnerStyles, inputOTPCaretStyles, inputOTPContainerVariants, inputOTPFieldDescriptionVariants, inputOTPFieldErrorVariants, inputOTPFieldLabelVariants, inputOTPFieldVariants, inputOTPGroupVariants, inputOTPSlotVariants, inputVariants, inputWrapperVariants, isEditableColumnMeta, isFilterGroup, isFilterRule, isSpanColumnMeta, itemMediaVariants, itemVariants, kanbanAddButtonVariants, kanbanBoardVariants, kanbanCardDescriptionVariants, kanbanCardMetaVariants, kanbanCardTitleVariants, kanbanCardVariants, kanbanColumnContentVariants, kanbanColumnHeaderVariants, kanbanColumnVariants, kanbanDropIndicatorVariants, kanbanLabelVariants, kanbanSearchVariants, kanbanSwimlaneVariants, kbdVariants, linkVariants, listItemVariants, listVariants, loadingStateVariants, loadingStyles, logoContaVariants, markerBarContainerVariants, markerBarMarkerVariants, markerBarMarkerWrapperVariants, markerBarRangeVariants, mentionSuggestionItemVariants, mentionSuggestionsVariants, menuGroupVariants, menuItemVariants, menuLabelVariants, menuSeparatorVariants, menuShortcutVariants, menuVariants, menubarCheckboxItemVariants, menubarContentVariants, menubarIndicatorWrapperVariants, menubarItemVariants, menubarLabelVariants, menubarRadioItemVariants, menubarSeparatorVariants, menubarShortcutVariants, menubarSubContentVariants, menubarSubTriggerVariants, menubarTriggerVariants, menubarVariants, messageVariants, nativeSelectIconVariants, nativeSelectLeftIconVariants, nativeSelectVariants, nativeSelectWithLeftIconPadding, nativeSelectWrapperVariants, navbarBrandVariants, navbarContainerVariants, navbarContentVariants, navbarItemVariants, navbarLinkVariants, navbarMenuToggleVariants, navbarMenuVariants, navbarVariants, navigationMenuContentVariants, navigationMenuIndicatorArrowVariants, navigationMenuIndicatorVariants, navigationMenuItemVariants, navigationMenuLinkVariants, navigationMenuListVariants, navigationMenuTriggerStyle, navigationMenuVariants, navigationMenuViewportVariants, navigationMenuViewportWrapperVariants, notificationVariants, numberInputPaddingVariants, numberStepperButtonVariants, numberStepperVariants, paginationContentVariants, paginationEllipsisVariants, paginationNextVariants, paginationPreviousVariants, paginationVariants, panelContentVariants, panelFooterVariants, panelHeaderVariants, panelVariants, paragraphVariants, parseRatio, passwordToggleVariants, paymentInputIconVariants, paymentInputInputVariants, paymentInputVariants, paymentMethodIconVariants, paymentMethodLabels, paymentMethodLogos, phoneInputCountryButtonVariants, phoneInputDropdownVariants, phoneInputInputVariants, phoneInputOptionVariants, phoneInputVariants, portalContainerVariants, portalContentVariants, portalOverlayVariants, previewContainerVariants, previewContentVariants, previewHeaderVariants, priorityStyles, progressBarIndicatorVariants, progressBarLabelVariants, progressBarTooltipVariants, progressBarVariants, progressCircleContainerVariants, progressCircleIndicatorVariants, progressCircleLabelVariants, progressCircleTrackVariants, progressCircleValueVariants, progressStepsVariants, radioButtonIndicatorVariants, radioButtonLabelVariants, radioButtonVariants, radioButtonWrapperVariants, radioCardGroupItemContentVariants, radioCardGroupItemDescriptionVariants, radioCardGroupItemDotVariants, radioCardGroupItemIconVariants, radioCardGroupItemIndicatorVariants, radioCardGroupItemTitleVariants, radioCardGroupItemVariants, radioCardGroupVariants, radioGroupIndicatorVariants, radioGroupItemVariants, radioGroupVariants, ratingItemVariants, ratingVariants, reportGeneratorVariants, stepBadgeVariants as reportStepBadgeVariants, stepIndicatorVariants as reportStepIndicatorVariants, stepItemVariants as reportStepItemVariants, resizableHandleGripVariants, resizableHandleVariants, resizablePanelGroupVariants, resizablePanelVariants, responsiveContainerVariants, richTextEditorBubbleMenuVariants, richTextEditorContentVariants, richTextEditorFloatingMenuVariants, richTextEditorPlaceholderVariants, richTextEditorToolbarButtonVariants, richTextEditorToolbarVariants, richTextEditorVariants, ruleFieldVariants, ruleOperatorVariants, ruleValueVariants, rulesContainerVariants, scrollAreaCornerVariants, scrollAreaVariants, scrollAreaViewportVariants, scrollBarThumbVariants, scrollBarVariants, searchClearButtonVariants, searchEmptyVariants, searchFilterVariants, searchFiltersContainerVariants, searchGroupHeadingVariants, searchHighlightVariants, searchHistoryHeaderVariants, searchIconVariants, searchInputVariants, searchInputWrapperVariants, searchLoadingVariants, searchResultIconVariants, searchResultItemVariants, searchResultsVariants, searchVariants, sectionVariants, selectContentVariants, selectItemVariants, selectLabelVariants, selectScrollButtonVariants, selectSeparatorVariants, selectTriggerVariants, selectedItemStyles, selectedStyles, sheetContentVariants, sheetOverlayVariants, sidebarContainerVariants, sidebarContentVariants, sidebarDesktopVariants, sidebarFooterVariants, sidebarGapVariants, sidebarGroupActionVariants, sidebarGroupContentVariants, sidebarGroupLabelVariants, sidebarGroupVariants, sidebarHeaderVariants, sidebarInnerVariants, sidebarInputVariants, sidebarInsetVariants, sidebarMenuActionShowOnHoverVariants, sidebarMenuActionVariants, sidebarMenuBadgeVariants, sidebarMenuButtonVariants, sidebarMenuItemVariants, sidebarMenuSkeletonVariants, sidebarMenuSubButtonVariants, sidebarMenuSubItemVariants, sidebarMenuSubVariants, sidebarMenuVariants, sidebarMobileVariants, sidebarNonCollapsibleVariants, sidebarProviderVariants, sidebarRailButtonVariants, sidebarRailVariants, sidebarSeparatorVariants, sidebarTriggerVariants, skeletonLoaderVariants, skipLinkVariants, skipLinksListInnerVariants, skipLinksListItemVariants, skipLinksListVariants, sliderLabelVariants, sliderMarkContainerVariants, sliderMarkLabelVariants, sliderMarkTickVariants, sliderMarkVariants, sliderRangeVariants, sliderRootVariants, sliderThumbVariants, sliderTooltipVariants, sliderTrackVariants, sortableItemVariants, sortableListHandleVariants, sortableListItemVariants, sortableListOverlayVariants, sortableListVariants, spacerVariants, spinnerVariants, splitButtonVariants, stackVariants, statusConfig, statusIndicatorVariants, statusStyles, stepBarSegmentVariants, stepCircleVariants, stepConnectorHorizontalVariants, stepConnectorVerticalVariants, stepDescriptionVariants, stepDotVariants, stepItemVariants$1 as stepItemVariants, stepLabelVariants, stepperConnectorHorizontalVariants, stepperConnectorVerticalVariants, stepperDescriptionVariants, stepperIndicatorVariants, stepperItemVariants, stepperLabelVariants, stepperVariants, successMessageVariants, switchThumbVariants, switchVariants, tabNavigationLinkVariants, tabNavigationVariants, tabPanelListVariants, tabPanelRootVariants, tabPanelTriggerVariants, tabPanelVariants, tableToCSV, tabsContentVariants, tabsListVariants, tabsTriggerVariants, tabsVariants, tagCheckboxVariants, tagCountVariants, tagGroupVariants, tagVariants, tagsInputInputVariants, tagsInputVariants, taskCardVariants, taskListHeaderVariants, taskListItemVariants, taskListTitleVariants, taskListVariants, taskStatusColorVariants, taskStatusIconVariants, taskStatusLabelVariants, taskStatusMenuItemVariants, taskStatusTriggerVariants, taskStatusVariants, templateCardVariants, templateGridVariants, textVariants, textareaFieldDescriptionVariants, textareaFieldErrorVariants, textareaFieldLabelVariants, textareaFieldVariants, textareaVariants, thumbnailVariants, timeItemVariants, timePickerTriggerVariants, timeScrollListVariants, timelineItemVariants, timelineMarkerVariants, timelineVariants, toggleVariants, toolbarButtonVariants, toolbarGroupVariants, toolbarLinkVariants, toolbarSeparatorVariants, toolbarToggleGroupVariants, toolbarToggleItemVariants, toolbarVariants, tooltipArrowVariants, tooltipContentVariants, topbarLeadingVariants, topbarTrailingVariants, topbarVariants, unreadDotVariants, urlLinkIconVariants, urlValidationIconVariants, useButtonGroup, useFormField, useIsMobile, useMediaQuery, useOnWindowResize, useSidebar, useTagGroup, validateCardNumber, versionBadgeVariants, versionControlVariants, versionItemVariants, versionTimelineConnectorVariants, versionTimelineMarkerVariants, wizardActionsVariants, wizardContentVariants, wizardStepContentVariants, wizardStepperVariants, wizardVariants };
|