@lessly/ui 1.6.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -429,27 +429,25 @@ declare const Slider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive.Sli
429
429
  /**
430
430
  * Two signals on two channels that never touch (#446), and two treatments for two shapes.
431
431
  *
432
- * **Fill means the pointer is here.** Selection reads as an edge, and `ToggleGroup` picks which
433
- * edge from its `type` the question being "can nothing be selected?".
432
+ * **Fill means the pointer is here except inside a track, where it means "this one".**
433
+ * `ToggleGroup` picks the treatment from its `type`, the question being "can nothing be selected?".
434
434
  *
435
435
  * - `frame` (a standalone `Toggle`, and every `type="multiple"` group): each item carries its own
436
436
  * 1px hairline and selection steps it up to `border-strong` — 5.17:1 against the page in light and
437
- * 5.47:1 in dark, and 3.63:1 / 4.31:1 above the resting hairline it replaces. Fill used to say both
438
- * things at 1.07:1, which is why a filter row could not say which of its filters were applied.
439
- * - `track` (every `type="single"` group): the group draws the track and the selected slot takes the
440
- * selection pair (#452) — `bg-bg-selected` filled inside a `ring-border-selected` edge. The fill is
441
- * 1.08:1 against the page in dark and 1.04:1 in light, so it is the **edge** that carries the
442
- * reading: 3.81:1 above the slot's own fill in dark and 3.75:1 in light, against 1.07:1 / 1.53:1
443
- * for the `border-subtle` ring over `bg-bg-overlay` it replaces. A fill that faint is only placed
444
- * at all against the track's own frame, which is why the track belongs to the component and not to
445
- * the call site.
446
- *
447
- * The mark is a **ring**, not a border: a ring is a box-shadow, so it costs no layout and an
448
- * icon-only toggle stays square at the height its `size` declares. It is also the whole mark —
449
- * `track` carries no `shadow-sm`. The shadow was the raised reading a 1.18:1 fill could not give
450
- * alone; under a 3.81:1 edge it is a second, weaker statement of one state, its blur compositing to
451
- * 1.11:1 against the page in dark and 1.14:1 in light, and `shadow-sm` is the one dark step
452
- * `@lessly/tokens@0.7.0` leaves without a rim, so in dark it can only darken.
437
+ * 5.47:1 in dark, and 3.63:1 / 4.31:1 above the resting hairline it replaces. Nothing is filled but
438
+ * the hovered item, so a filter row still says which of its filters are applied.
439
+ * - `track` (every `type="single"` group): the selected slot is a `bg-brand-subtle` tint with its
440
+ * label in `text-brand` at 600 against the unselected 500. No edge on the slot and no frame around
441
+ * the set. The tint measures 1.104:1 against the page in light and 1.144:1 in dark; the selected
442
+ * word measures 1.55:1 light and 1.26:1 against the unselected word — 1.19:1 and 1.35:1 with hue
443
+ * removed and 5.89:1 light / 5.07:1 dark against the tint it sits on. The weight step is the one
444
+ * channel that survives hue removal.
445
+ *
446
+ * The `frame` mark is a **ring**, not a border: a ring is a box-shadow, so it costs no layout and an
447
+ * icon-only toggle stays square at the height its `size` declares. `track` draws no ring and no
448
+ * `shadow-sm`: `shadow-sm` is the one dark step `@lessly/tokens@0.7.0` leaves without a rim, so in
449
+ * dark it can only darken, and its blur composites to 1.11:1 against the page in dark and 1.14:1 in
450
+ * light.
453
451
  *
454
452
  * Focus is an **outline held 2px off the box** — a flush ring painted over the selection mark, and
455
453
  * focused-selected and focused-unselected measured 1.55:1 apart, which is #446 on the keyboard.
@@ -477,12 +475,14 @@ declare const Toggle: React$1.ForwardRefExoticComponent<Omit<TogglePrimitive.Tog
477
475
  *
478
476
  * `multiple` is a set of independent chips — a filter row, where nothing need be on — so each chip
479
477
  * carries its own edge and selection steps that edge up. `single` is one object with a moving part,
480
- * so it takes the segmented-control treatment (#346): the group draws the **track** — a hairline
481
- * frame with no fill — and the selected slot is the only filled thing in the row.
478
+ * so it takes the segmented-control treatment (#346).
482
479
  *
483
- * The track is the component's, not the call site's: the slot fill measures 1.04:1 against the page
484
- * in light and 1.08:1 in dark, so without the track's edge a selected slot reads as nothing at all —
485
- * the defect #446 reports. A component cannot own half of a two-part signal.
480
+ * **The selected slot is a tint and a heavier word, and the track draws nothing else.** The
481
+ * `bg-brand-subtle` fill measures 1.104:1 against the page in light and 1.144:1 in dark; the label
482
+ * goes to `text-brand` at 600 against the unselected 500, which is 1.55:1 light and 1.26:1 dark
483
+ * against the unselected word — 1.19:1 and 1.35:1 with hue removed, so the weight step is the one
484
+ * channel that does not depend on seeing colour. There is no edge on the slot and no frame around
485
+ * the set: down a stacked list a frame put a rounded rectangle around every row.
486
486
  */
487
487
  declare const ToggleGroup: React$1.ForwardRefExoticComponent<((Omit<ToggleGroupPrimitive.ToggleGroupSingleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> | Omit<ToggleGroupPrimitive.ToggleGroupMultipleProps & React$1.RefAttributes<HTMLDivElement>, "ref">) & VariantProps<(props?: ({
488
488
  treatment?: "track" | "frame" | null | undefined;
@@ -699,11 +699,9 @@ declare const MenubarShortcut: {
699
699
  * critical, important, and the rung that is only worth knowing. They are the one place colour marks
700
700
  * a state rather than an action, and *subtle* is the whole permission: the solid `destructive` and
701
701
  * `warning` fills belong to a thing you must act on, and three of those read as three shouting
702
- * pills. See Guidelines/Colour marks actions.
703
- *
704
- * The bottom rung is its own variant rather than the `status` pill because the three have to be read
705
- * as one ladder: `bg-bg-sunken` is the strongest plate of the three in light, so a ladder resting on
706
- * it puts its heaviest mark under its two lightest and reads upside down.
702
+ * pills. The bottom rung shares the `status` pill's plate and is told apart by its text —
703
+ * `text-text-tertiary` against `status`'s `text-text-primary` — and stays its own variant because it
704
+ * is read as part of the ladder rather than as a state pill. See Guidelines/Colour marks actions.
707
705
  */
708
706
  declare const badgeVariants: (props?: ({
709
707
  variant?: "status" | "default" | "destructive" | "outline" | "secondary" | "danger-subtle" | "warning-subtle" | "neutral-subtle" | "success" | "warning" | null | undefined;
@@ -983,6 +981,11 @@ declare function useTheme(): {
983
981
  resolvedTheme: ResolvedTheme;
984
982
  };
985
983
 
984
+ /**
985
+ * `system` remains a stored preference — a console nobody has told defaults to it — and pressing
986
+ * this mark ends it. That is why the name says so while the preference is still `system`: the press
987
+ * costs something a person cannot see, and `ThemePicker` is where it is given back.
988
+ */
986
989
  declare function ThemeToggle(): React$1.JSX.Element;
987
990
 
988
991
  type CalendarProps = React$1.ComponentProps<typeof DayPicker>;
@@ -1377,31 +1380,6 @@ interface UserMenuProps {
1377
1380
  }
1378
1381
  declare function UserMenu({ user, items, collapsed, align }: UserMenuProps): React$1.JSX.Element;
1379
1382
 
1380
- type ExtensionLinkUiMode = 'federation' | 'standalone';
1381
- interface ExtensionLinkProps extends Omit<React$1.AnchorHTMLAttributes<HTMLAnchorElement>, 'href'> {
1382
- /**
1383
- * 'federation' → the extension runs inside the workspace shell and navigates
1384
- * client-side via react-router's <Link>. 'standalone' → the extension is
1385
- * served full-page, so a plain <a href> triggers a normal document load.
1386
- */
1387
- uiMode: ExtensionLinkUiMode;
1388
- /** Target route/href. */
1389
- to: string;
1390
- }
1391
- /**
1392
- * Federation-aware navigation link. Federation extensions are mounted in-shell
1393
- * and navigate client-side (react-router <Link>); standalone extensions load
1394
- * full-page (<a href>). Anchor props are forwarded to both variants — in
1395
- * particular onMouseEnter/onFocus, which hosts use to preload the target route.
1396
- *
1397
- * The federation branch renders a react-router <Link>, so it must be used
1398
- * within a Router context (the workspace shell / MemoryRouter in tests).
1399
- */
1400
- declare function ExtensionLink({ uiMode, to, className, children, ...anchorProps }: ExtensionLinkProps): React$1.JSX.Element;
1401
- declare namespace ExtensionLink {
1402
- var displayName: string;
1403
- }
1404
-
1405
1383
  /** True when `name` (kebab-case) maps to a real lucide-react icon. */
1406
1384
  declare function isKnownExtensionIcon(name: string): boolean;
1407
1385
  interface ExtensionIconProps extends LucideProps {
@@ -1411,6 +1389,15 @@ interface ExtensionIconProps extends LucideProps {
1411
1389
  /**
1412
1390
  * Renders the lucide-react icon named by a kebab-case manifest id, falling back
1413
1391
  * to the Puzzle glyph (plus a one-time dev warning) for unknown ids.
1392
+ *
1393
+ * A fallback carries `data-icon-fallback="<the unresolved id>"`, in every
1394
+ * environment. That is the contract a consumer gates on — one DOM query in a
1395
+ * snapshot, an E2E assertion, or a grep over built output names both the fact
1396
+ * and the id, without a throw and without a line of production console output:
1397
+ *
1398
+ * ```ts
1399
+ * expect(container.querySelector('[data-icon-fallback]')).toBeNull();
1400
+ * ```
1414
1401
  */
1415
1402
  declare const ExtensionIcon: React$1.ForwardRefExoticComponent<Omit<ExtensionIconProps, "ref"> & React$1.RefAttributes<SVGSVGElement>>;
1416
1403
 
@@ -2409,66 +2396,6 @@ interface MenuPopupProps {
2409
2396
  declare function MenuPopup({ trigger, children, open, defaultOpen, onOpenChange, direction, align, sideOffset, className, }: MenuPopupProps): React$1.JSX.Element;
2410
2397
  declare const MenuDivider: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
2411
2398
 
2412
- interface NavItem {
2413
- label: string;
2414
- href: string;
2415
- icon?: LucideIcon;
2416
- exact?: boolean;
2417
- }
2418
- type NavLinkComponent = React$1.ComponentType<{
2419
- to: string;
2420
- className?: string;
2421
- children?: React$1.ReactNode;
2422
- } & Record<string, unknown>>;
2423
- interface SidebarNavLinkProps {
2424
- item: NavItem;
2425
- collapsed?: boolean;
2426
- active?: boolean;
2427
- basePath?: string;
2428
- LinkComponent?: NavLinkComponent;
2429
- className?: string;
2430
- }
2431
- declare function SidebarNavLink({ item, collapsed, active, basePath, LinkComponent, className, }: SidebarNavLinkProps): React$1.JSX.Element;
2432
- interface SidebarNavProps {
2433
- items: NavItem[];
2434
- collapsed?: boolean;
2435
- basePath?: string;
2436
- LinkComponent?: NavLinkComponent;
2437
- isItemActive?: (item: NavItem, pathname: string) => boolean;
2438
- className?: string;
2439
- }
2440
- declare function SidebarNav({ items, collapsed, basePath, LinkComponent, isItemActive, className, }: SidebarNavProps): React$1.JSX.Element;
2441
-
2442
- interface AppSidebarProps {
2443
- items: NavItem[];
2444
- /** Expanded-slot mark/wordmark, rendered when `header` is absent. Also the collapsed-rail
2445
- * fallback when `logoCollapsed` isn't given, on a rail that isn't `collapsible` — see
2446
- * `logoCollapsed`. */
2447
- logo?: React$1.ReactNode;
2448
- /** Collapsed-rail identity — a small mark, for a rail that cannot be expanded from inside it.
2449
- * A `collapsible` rail shows the pin here instead and never reads this: the 52px rail holds
2450
- * one box, and the way back to expanded is what it holds. */
2451
- logoCollapsed?: React$1.ReactNode;
2452
- /** Identity slot above the rail — e.g. an <OrgProductSwitcher/> (#266). Falls back to `logo`.
2453
- * Expanded-only: rendering it in the 52px collapsed rail would overflow, so the collapsed
2454
- * branch never reads it. What stands in depends on `collapsible` — the pin when it is set,
2455
- * `logoCollapsed ?? logo` when it is not. */
2456
- header?: React$1.ReactNode;
2457
- /** Account slot below the rail — e.g. a <UserMenu/>. Its divider renders only with it. */
2458
- footer?: React$1.ReactNode;
2459
- /** Render the built-in collapse pin. Off by default: the shipped rail has none.
2460
- * `collapsed` is still honoured without it, for consumers driving collapse themselves. */
2461
- collapsible?: boolean;
2462
- collapsed?: boolean;
2463
- defaultCollapsed?: boolean;
2464
- onCollapsedChange?: (collapsed: boolean) => void;
2465
- basePath?: string;
2466
- LinkComponent?: NavLinkComponent;
2467
- isItemActive?: (item: NavItem, pathname: string) => boolean;
2468
- className?: string;
2469
- }
2470
- declare function AppSidebar({ items, logo, logoCollapsed, header, footer, collapsible, collapsed: controlled, defaultCollapsed, onCollapsedChange, basePath, LinkComponent, isItemActive, className, }: AppSidebarProps): React$1.JSX.Element;
2471
-
2472
2399
  interface SidebarProductHeaderOwnProps {
2473
2400
  /** Product name. Rendered at 13/600, truncated. */
2474
2401
  name: string;
@@ -2589,18 +2516,6 @@ declare namespace SidebarBackHeader {
2589
2516
  var displayName: string;
2590
2517
  }
2591
2518
 
2592
- interface AppShellProps {
2593
- /** The sidebar, typically an <AppSidebar/>. Rendered in the desktop rail and,
2594
- * on mobile, inside a Sheet (force-expanded via cloneElement collapsed=false). */
2595
- sidebar: React$1.ReactNode;
2596
- topBar?: React$1.ReactNode;
2597
- children?: React$1.ReactNode;
2598
- className?: string;
2599
- }
2600
- declare function AppShell({ sidebar, topBar, children, className }: AppShellProps): React$1.JSX.Element;
2601
- /** Alias of AppShell — reads better in app router files. */
2602
- declare const AuthenticatedLayout: typeof AppShell;
2603
-
2604
2519
  interface TopBarProps extends React$1.HTMLAttributes<HTMLDivElement> {
2605
2520
  /** The leading content — the page's trail. */
2606
2521
  left?: React$1.ReactNode;
@@ -2711,6 +2626,30 @@ interface ColProps extends React$1.HTMLAttributes<HTMLDivElement> {
2711
2626
  }
2712
2627
  declare const Col: React$1.ForwardRefExoticComponent<ColProps & React$1.RefAttributes<HTMLDivElement>>;
2713
2628
 
2629
+ /**
2630
+ * The page column: the one grid a console page lays its cards on, in one of two widths.
2631
+ *
2632
+ * `reading` (the default) is capped and centred in the well — the width a page of cards, a form, a
2633
+ * settings page, an overview or an entity detail is read at, which is most of the console. `full`
2634
+ * drops the cap and fills the well, for a page whose main content is a table, a matrix, a roster, a
2635
+ * log or a chart: something that gets better with horizontal room.
2636
+ *
2637
+ * It writes no horizontal padding, ever. `AppShell` spells the inset once for `main` and the
2638
+ * top-bar row together, so a column that padded itself again would push the page off the trail
2639
+ * above it.
2640
+ *
2641
+ * The cap and the centring are `.page-column` in `src/styles.css` — a real class rather than an
2642
+ * arbitrary `max-w-[…]` utility, which the content scanner can drop for a newly-used class. `full`
2643
+ * is the absence of that class, never a second copy of the number.
2644
+ */
2645
+ /** `'reading'` is the capped, centred column; `'full'` fills the well. */
2646
+ type PageColumnWidth = 'reading' | 'full';
2647
+ interface PageColumnProps extends React$1.HTMLAttributes<HTMLDivElement> {
2648
+ /** How wide the column reads. Defaults to `'reading'`. */
2649
+ width?: PageColumnWidth;
2650
+ }
2651
+ declare function PageColumn({ className, width, ...props }: PageColumnProps): React$1.JSX.Element;
2652
+
2714
2653
  /**
2715
2654
  * Dependency-free syntax highlighter for docs/consumer code snippets. A single
2716
2655
  * ordered-alternation regex per language tokenizes the source into typed runs;
@@ -2989,7 +2928,7 @@ interface NotificationProduct {
2989
2928
  label: string;
2990
2929
  }
2991
2930
  declare const severityLabels: Record<NotificationSeverity, string>;
2992
- declare function severityBadgeVariant(severity: NotificationSeverity): 'destructive' | 'warning' | 'secondary';
2931
+ declare function severityBadgeVariant(severity: NotificationSeverity): 'danger-subtle' | 'warning-subtle' | 'neutral-subtle';
2993
2932
  /** Per-severity dwell in seconds. `Infinity` means the toast stays until dismissed. */
2994
2933
  type NotificationToastDwell = Record<NotificationSeverity, number>;
2995
2934
  /**
@@ -3440,4 +3379,4 @@ interface SecretRevealProps extends Omit<React$1.HTMLAttributes<HTMLDivElement>,
3440
3379
  }
3441
3380
  declare const SecretReveal: React$1.ForwardRefExoticComponent<SecretRevealProps & React$1.RefAttributes<HTMLDivElement>>;
3442
3381
 
3443
- export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, AddPicker, type AddPickerItem, type AddPickerProps, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AppShell, type AppShellProps, AppSidebar, type AppSidebarProps, AspectRatio, AttachmentChip, type AttachmentChipProps, type AttachmentState, AuthenticatedLayout, AutoHeight, type AutoHeightProps, Avatar, AvatarFallback, AvatarImage, BackLink, type BackLinkProps, Badge, type BadgeProps, type BeneficialOwnerPayload, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, COUNTRY_OPTIONS, Calendar, type CalendarProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardNote, type CardNoteProps, type CardProps, CardTitle, type CardTitleProps, Carousel, type CarouselApi, CarouselContent, type CarouselContextProps, CarouselItem, CarouselNext, type CarouselOptions, type CarouselPlugin, CarouselPrevious, type CarouselProps, Checkbox, Code, CodeBlock, type CodeBlockProps, type CodeLang, type CodeProps, type CodeVariant, Col, type ColProps, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, type CommandItemProps, CommandList, CommandSeparator, CommandShortcut, ConfirmDialog, type ConfirmDialogProps, type ConfirmDialogStepUp, ConnectorCard, type ConnectorCardProps, type ConnectorOrigin, type ConnectorStatus, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, CopyButton, type CopyButtonProps, DatePicker, type DatePickerProps, DecorativeIcon, type DecorativeIconProps, type DeltaDirection, type DeltaTone, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DocsLink, type DocsLinkProps, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, type EmptyStateProps, EntityRow, type EntityRowOpens, type EntityRowOpensProps, type EntityRowProps, EntityTile, type EntityTileProps, ExtensionIcon, type ExtensionIconProps, ExtensionLink, type ExtensionLinkProps, type ExtensionLinkUiMode, FeedbackButton, type FeedbackButtonLabels, type FeedbackButtonProps, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, GlyphAvatar, type GlyphAvatarProps, type GrantRole, type GrantRoleNotes, GrantRolePicker, type GrantRolePickerProps, GrantRow, type GrantRowProps, Grid, GridOverlay, type GridOverlayProps, type GridProps, HoverCard, HoverCardContent, HoverCardTrigger, IconHint, type IconHintProps, ImageCropDialog, type ImageCropDialogProps, type ImageCropShape, type ImageCropType, ImageCropper, type ImageCropperProps, ImageUpload, type ImageUploadProps, type ImageUploadSize, InlineError, type InlineErrorProps, Input, InputAddon, type InputAddonProps, InputGroup, InputGroupInput, type InputGroupInputProps, type InputGroupProps, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, type InputProps, Label, ListCells, type ListCellsProps, type ListColumn, type ListColumnWidth, ListHeader, type ListHeaderProps, MISSING_TONE, Medallion, type MedallionProps, MenuDivider, MenuPopup, type MenuPopupProps, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, type NavItem, type NavLinkComponent, NavRow, type NavRowProps, type NavRowVariant, NavSectionLabel, type NavSectionLabelProps, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, type NotifClass, type NotificationAction, NotificationBell, type NotificationBellProps, NotificationCenter, type NotificationCenterProps, type NotificationClass, type NotificationDeepLink, type NotificationItem, type NotificationMute, type NotificationPreferences, type NotificationProduct, NotificationRow, type NotificationRowProps, NotificationSettings, type NotificationSettingsProps, type NotificationSeverity, type NotificationSubscription, type NotificationThreshold, NotificationToast, type NotificationToastDwell, type NotificationToastProps, NotificationToaster, type NotificationToasterPosition, type NotificationToasterProps, OptionCard, type OptionCardProps, OrgProductSwitcher, type OrgProductSwitcherAction, type OrgProductSwitcherItem, type OrgProductSwitcherProps, type OrganizationOnboardingDefaults, OrganizationOnboardingForm, type OrganizationOnboardingFormProps, type OrganizationOnboardingPayload, PageHeader, type PageHeaderProps, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, type PaginationLinkProps, PaginationNext, PaginationPrevious, PersonAvatar, type PersonAvatarProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, RemovableChip, type RemovableChipProps, RemoveButton, type RemoveButtonProps, RequestRow, type RequestRowProps, type RequestState, type RequestSurface, type ResolvedTheme, type Responsive, ScrollArea, ScrollBar, SecretReveal, type SecretRevealProps, SectionIntro, type SectionIntroProps, Select, type SelectOption, type SelectProps, Separator, SettingRow, type SettingRowProps, type Severity, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SidebarBackHeader, type SidebarBackHeaderProps, SidebarNav, SidebarNavLink, type SidebarNavLinkProps, type SidebarNavProps, SidebarProductHeader, type SidebarProductHeaderProps, Skeleton, Slider, StatCard, type StatCardProps, StatusDot, type StatusDotProps, StepUpChallenge, type StepUpChallengeProps, type StepUpMethod, type StepUpProof, Switch, type SwitchProps, TOAST_DWELL, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, type TableProps, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, type TextareaProps, type Theme, ThemePicker, type ThemePickerProps, ThemeToggle, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TopBar, type TopBarProps, TopBarUtilities, type TopBarUtilitiesProps, type TopBarUtility, type UseSidebarOptions, type UseSidebarResult, UserMenu, type UserMenuItem, type UserMenuProps, type UserMenuUser, WEIGHT_TONE, alertVariants, attachmentChipVariants, badgeVariants, buttonVariants, cn, formatRelativeAge, grantRemoveLabel, isKnownExtensionIcon, isNotificationSettled, navigationMenuTriggerStyle, severityBadgeVariant, severityLabels, statusDotVariants, toggleVariants, useCarousel, useFormField, useIsMobile, useSidebar, useTheme };
3382
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, AddPicker, type AddPickerItem, type AddPickerProps, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, AttachmentChip, type AttachmentChipProps, type AttachmentState, AutoHeight, type AutoHeightProps, Avatar, AvatarFallback, AvatarImage, BackLink, type BackLinkProps, Badge, type BadgeProps, type BeneficialOwnerPayload, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, type ButtonProps, COUNTRY_OPTIONS, Calendar, type CalendarProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardNote, type CardNoteProps, type CardProps, CardTitle, type CardTitleProps, Carousel, type CarouselApi, CarouselContent, type CarouselContextProps, CarouselItem, CarouselNext, type CarouselOptions, type CarouselPlugin, CarouselPrevious, type CarouselProps, Checkbox, Code, CodeBlock, type CodeBlockProps, type CodeLang, type CodeProps, type CodeVariant, Col, type ColProps, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, type CommandItemProps, CommandList, CommandSeparator, CommandShortcut, ConfirmDialog, type ConfirmDialogProps, type ConfirmDialogStepUp, ConnectorCard, type ConnectorCardProps, type ConnectorOrigin, type ConnectorStatus, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, CopyButton, type CopyButtonProps, DatePicker, type DatePickerProps, DecorativeIcon, type DecorativeIconProps, type DeltaDirection, type DeltaTone, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DocsLink, type DocsLinkProps, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmptyState, type EmptyStateProps, EntityRow, type EntityRowOpens, type EntityRowOpensProps, type EntityRowProps, EntityTile, type EntityTileProps, ExtensionIcon, type ExtensionIconProps, FeedbackButton, type FeedbackButtonLabels, type FeedbackButtonProps, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, GlyphAvatar, type GlyphAvatarProps, type GrantRole, type GrantRoleNotes, GrantRolePicker, type GrantRolePickerProps, GrantRow, type GrantRowProps, Grid, GridOverlay, type GridOverlayProps, type GridProps, HoverCard, HoverCardContent, HoverCardTrigger, IconHint, type IconHintProps, ImageCropDialog, type ImageCropDialogProps, type ImageCropShape, type ImageCropType, ImageCropper, type ImageCropperProps, ImageUpload, type ImageUploadProps, type ImageUploadSize, InlineError, type InlineErrorProps, Input, InputAddon, type InputAddonProps, InputGroup, InputGroupInput, type InputGroupInputProps, type InputGroupProps, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, type InputProps, Label, ListCells, type ListCellsProps, type ListColumn, type ListColumnWidth, ListHeader, type ListHeaderProps, MISSING_TONE, Medallion, type MedallionProps, MenuDivider, MenuPopup, type MenuPopupProps, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavRow, type NavRowProps, type NavRowVariant, NavSectionLabel, type NavSectionLabelProps, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, type NotifClass, type NotificationAction, NotificationBell, type NotificationBellProps, NotificationCenter, type NotificationCenterProps, type NotificationClass, type NotificationDeepLink, type NotificationItem, type NotificationMute, type NotificationPreferences, type NotificationProduct, NotificationRow, type NotificationRowProps, NotificationSettings, type NotificationSettingsProps, type NotificationSeverity, type NotificationSubscription, type NotificationThreshold, NotificationToast, type NotificationToastDwell, type NotificationToastProps, NotificationToaster, type NotificationToasterPosition, type NotificationToasterProps, OptionCard, type OptionCardProps, OrgProductSwitcher, type OrgProductSwitcherAction, type OrgProductSwitcherItem, type OrgProductSwitcherProps, type OrganizationOnboardingDefaults, OrganizationOnboardingForm, type OrganizationOnboardingFormProps, type OrganizationOnboardingPayload, PageColumn, type PageColumnProps, PageHeader, type PageHeaderProps, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, type PaginationLinkProps, PaginationNext, PaginationPrevious, PersonAvatar, type PersonAvatarProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, RemovableChip, type RemovableChipProps, RemoveButton, type RemoveButtonProps, RequestRow, type RequestRowProps, type RequestState, type RequestSurface, type ResolvedTheme, type Responsive, ScrollArea, ScrollBar, SecretReveal, type SecretRevealProps, SectionIntro, type SectionIntroProps, Select, type SelectOption, type SelectProps, Separator, SettingRow, type SettingRowProps, type Severity, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SidebarBackHeader, type SidebarBackHeaderProps, SidebarProductHeader, type SidebarProductHeaderProps, Skeleton, Slider, StatCard, type StatCardProps, StatusDot, type StatusDotProps, StepUpChallenge, type StepUpChallengeProps, type StepUpMethod, type StepUpProof, Switch, type SwitchProps, TOAST_DWELL, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, type TableProps, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, type TextareaProps, type Theme, ThemePicker, type ThemePickerProps, ThemeToggle, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TopBar, type TopBarProps, TopBarUtilities, type TopBarUtilitiesProps, type TopBarUtility, type UseSidebarOptions, type UseSidebarResult, UserMenu, type UserMenuItem, type UserMenuProps, type UserMenuUser, WEIGHT_TONE, alertVariants, attachmentChipVariants, badgeVariants, buttonVariants, cn, formatRelativeAge, grantRemoveLabel, isKnownExtensionIcon, isNotificationSettled, navigationMenuTriggerStyle, severityBadgeVariant, severityLabels, statusDotVariants, toggleVariants, useCarousel, useFormField, useIsMobile, useSidebar, useTheme };