@glasshome/ui 1.5.0 → 2.0.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.
Files changed (89) hide show
  1. package/README.md +3 -3
  2. package/SPEC.md +35 -0
  3. package/dist/index.d.ts +13 -5
  4. package/dist/index.js +2 -13
  5. package/dist/lib/alert-tones.d.ts +2 -1
  6. package/dist/lib/badge-tone.d.ts +3 -1
  7. package/dist/lib/button-variants.d.ts +2 -1
  8. package/dist/lib/card-classes.d.ts +8 -7
  9. package/dist/lib/glass-tone.d.ts +2 -0
  10. package/dist/lib/input-classes.d.ts +10 -1
  11. package/dist/lib/layers.d.ts +8 -0
  12. package/dist/lib/menu-classes.d.ts +5 -0
  13. package/dist/lib/motion-classes.d.ts +8 -0
  14. package/dist/lib/overlay-classes.d.ts +11 -4
  15. package/dist/lib/picker-classes.d.ts +3 -0
  16. package/dist/lib/pill-classes.d.ts +3 -0
  17. package/dist/lib/position-bar-classes.d.ts +2 -0
  18. package/dist/lib/section-tokens.d.ts +3 -2
  19. package/dist/lib/segment-classes.d.ts +1 -0
  20. package/dist/lib/thumb-classes.d.ts +5 -0
  21. package/dist/lib/use-is-mobile.d.ts +2 -1
  22. package/dist/solid/alert-dialog.d.ts +16 -17
  23. package/dist/solid/area-picker.d.ts +18 -3
  24. package/dist/solid/bottom-sheet/bottom-sheet.d.ts +9 -7
  25. package/dist/solid/bottom-sheet/constants.d.ts +0 -1
  26. package/dist/solid/bottom-sheet/index.d.ts +1 -1
  27. package/dist/solid/charts.d.ts +10 -5
  28. package/dist/solid/checkbox.d.ts +16 -1
  29. package/dist/solid/context-menu.d.ts +3 -1
  30. package/dist/solid/count-pill.d.ts +5 -3
  31. package/dist/solid/data-table.d.ts +4 -3
  32. package/dist/solid/dialog-parts.d.ts +55 -0
  33. package/dist/solid/dialog.d.ts +17 -14
  34. package/dist/solid/dropdown-menu.d.ts +19 -25
  35. package/dist/solid/empty.d.ts +5 -28
  36. package/dist/solid/entity-selector.d.ts +2 -0
  37. package/dist/solid/field.d.ts +3 -1
  38. package/dist/solid/form.d.ts +27 -7
  39. package/dist/solid/hero-action.d.ts +15 -0
  40. package/dist/solid/icon-picker.d.ts +2 -0
  41. package/dist/solid/index.d.ts +18 -10
  42. package/dist/solid/index.js +10377 -9274
  43. package/dist/solid/input-group.d.ts +14 -2
  44. package/dist/solid/item.d.ts +6 -30
  45. package/dist/solid/menu-parts.d.ts +47 -0
  46. package/dist/solid/option-card.d.ts +37 -0
  47. package/dist/solid/ornament.d.ts +3 -0
  48. package/dist/solid/page-header.d.ts +11 -1
  49. package/dist/solid/password-input.d.ts +9 -0
  50. package/dist/solid/picker-row.d.ts +14 -0
  51. package/dist/solid/picker-search.d.ts +15 -0
  52. package/dist/solid/popover.d.ts +9 -18
  53. package/dist/solid/progress.d.ts +1 -0
  54. package/dist/solid/radio-group.d.ts +3 -1
  55. package/dist/solid/responsive-dialog.d.ts +16 -6
  56. package/dist/solid/schema-form.d.ts +4 -0
  57. package/dist/solid/scroll-area.d.ts +1 -0
  58. package/dist/solid/section-card.d.ts +5 -6
  59. package/dist/solid/settings-row.d.ts +4 -0
  60. package/dist/solid/sheet.d.ts +22 -16
  61. package/dist/solid/step-indicator.d.ts +10 -0
  62. package/dist/solid/switch.d.ts +3 -6
  63. package/dist/solid/table.d.ts +3 -0
  64. package/dist/solid/tabs.d.ts +7 -5
  65. package/dist/solid/tooltip.d.ts +1 -1
  66. package/dist/solid/widget-identity.d.ts +4 -1
  67. package/dist/tokens/index.js +1 -1
  68. package/dist/{utils-8e8QCynI.js → utils-CiJUMt2j.js} +560 -523
  69. package/package.json +5 -3
  70. package/src/lib/alert-tones.ts +8 -3
  71. package/src/lib/badge-tone.ts +9 -2
  72. package/src/lib/button-variants.ts +8 -4
  73. package/src/lib/card-classes.ts +12 -7
  74. package/src/lib/carousel-classes.ts +2 -3
  75. package/src/lib/glass-tone.ts +8 -0
  76. package/src/lib/input-classes.ts +23 -1
  77. package/src/lib/layers.ts +12 -0
  78. package/src/lib/menu-classes.ts +21 -0
  79. package/src/lib/motion-classes.ts +40 -0
  80. package/src/lib/overlay-classes.ts +22 -5
  81. package/src/lib/picker-classes.ts +17 -0
  82. package/src/lib/pill-classes.ts +13 -0
  83. package/src/lib/position-bar-classes.ts +10 -0
  84. package/src/lib/section-tokens.ts +9 -4
  85. package/src/lib/segment-classes.ts +7 -0
  86. package/src/lib/thumb-classes.ts +21 -0
  87. package/src/lib/use-is-mobile.ts +10 -6
  88. package/src/styles/globals.css +97 -25
  89. package/src/styles/theme.css +67 -6
@@ -1,19 +1,22 @@
1
1
  import { Dialog as DialogPrimitive } from "@kobalte/core/dialog";
2
+ import type { VariantProps } from "cva";
2
3
  import { type Component, type ComponentProps, type ParentComponent } from "solid-js";
3
- declare const Dialog: typeof import("@kobalte/core/alert-dialog").Root & {
4
- CloseButton: typeof import("@kobalte/core/alert-dialog").CloseButton;
5
- Content: typeof import("@kobalte/core/dialog").Content;
6
- Description: typeof import("@kobalte/core/alert-dialog").Description;
7
- Overlay: typeof import("@kobalte/core/alert-dialog").Overlay;
8
- Portal: typeof import("@kobalte/core/alert-dialog").Portal;
9
- Title: typeof import("@kobalte/core/alert-dialog").Title;
10
- Trigger: typeof import("@kobalte/core/alert-dialog").Trigger;
4
+ import { buttonVariants } from "../lib/button-variants.js";
5
+ import { type ModalDismissProps, type ModalSize } from "./dialog-parts.js";
6
+ declare const Dialog: ParentComponent<ComponentProps<typeof DialogPrimitive>>;
7
+ declare const DialogTrigger: Component<ComponentProps<typeof DialogPrimitive.Trigger>>;
8
+ type DialogCloseProps = ModalDismissProps & Partial<Pick<VariantProps<typeof buttonVariants>, "variant" | "size">>;
9
+ /** Already the outline button, so `as` is for a non-button element (a link),
10
+ * never for `Button`: two buttonVariants() calls leave tone knobs side by side
11
+ * and the later stylesheet rule wins. */
12
+ declare const DialogClose: ParentComponent<DialogCloseProps>;
13
+ type DialogContentProps = ComponentProps<typeof DialogPrimitive.Content> & {
14
+ size?: ModalSize;
15
+ /** Names a panel that has no `DialogTitle`. A registered Title wins. */
16
+ ariaLabel?: string;
11
17
  };
12
- declare const DialogTrigger: typeof import("@kobalte/core/alert-dialog").Trigger;
13
- declare const DialogClose: typeof import("@kobalte/core/alert-dialog").CloseButton;
14
- declare const DialogContent: ParentComponent<ComponentProps<typeof DialogPrimitive.Content>>;
15
- declare const DialogHeader: Component<ComponentProps<"div">>;
16
- declare const DialogFooter: Component<ComponentProps<"div">>;
18
+ declare const DialogContent: ParentComponent<DialogContentProps>;
19
+ declare const DialogHeader: Component<import("./dialog-parts.js").ModalHeaderProps>, DialogBody: Component<import("./dialog-parts.js").ModalBodyProps>, DialogFooter: Component<import("solid-js").JSX.HTMLAttributes<HTMLDivElement>>;
17
20
  declare const DialogTitle: Component<ComponentProps<typeof DialogPrimitive.Title>>;
18
21
  declare const DialogDescription: Component<ComponentProps<typeof DialogPrimitive.Description>>;
19
- export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, };
22
+ export { Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, };
@@ -1,32 +1,26 @@
1
1
  import { DropdownMenu as DropdownMenuPrimitive } from "@kobalte/core/dropdown-menu";
2
- import { type Component, type ComponentProps } from "solid-js";
3
- declare const DropdownMenu: typeof import("@kobalte/core/dropdown-menu").Root & {
4
- Arrow: typeof import("@kobalte/core/popover").Arrow;
5
- CheckboxItem: typeof import("@kobalte/core/context-menu").CheckboxItem;
6
- Content: typeof import("@kobalte/core/dropdown-menu").Content;
7
- Group: typeof import("@kobalte/core/context-menu").Group;
8
- GroupLabel: typeof import("@kobalte/core/context-menu").GroupLabel;
9
- Icon: typeof import("@kobalte/core/context-menu").Icon;
10
- Item: typeof import("@kobalte/core/context-menu").Item;
11
- ItemDescription: typeof import("@kobalte/core/context-menu").ItemDescription;
12
- ItemIndicator: typeof import("@kobalte/core/context-menu").ItemIndicator;
13
- ItemLabel: typeof import("@kobalte/core/context-menu").ItemLabel;
14
- Portal: typeof import("@kobalte/core/context-menu").Portal;
15
- RadioGroup: typeof import("@kobalte/core/context-menu").RadioGroup;
16
- RadioItem: typeof import("@kobalte/core/context-menu").RadioItem;
17
- Separator: typeof import("@kobalte/core/context-menu").Separator;
18
- Sub: typeof import("@kobalte/core/context-menu").Sub;
19
- SubContent: typeof import("@kobalte/core/context-menu").SubContent;
20
- SubTrigger: typeof import("@kobalte/core/context-menu").SubTrigger;
21
- Trigger: typeof import("@kobalte/core/dropdown-menu").Trigger;
22
- };
23
- declare const DropdownMenuTrigger: typeof import("@kobalte/core/dropdown-menu").Trigger;
2
+ import { type Component, type ComponentProps, type ParentComponent } from "solid-js";
3
+ declare const DropdownMenu: Component<ComponentProps<typeof DropdownMenuPrimitive>> & typeof DropdownMenuPrimitive;
24
4
  declare const DropdownMenuGroup: typeof import("@kobalte/core/context-menu").Group;
25
5
  declare const DropdownMenuSub: typeof import("@kobalte/core/context-menu").Sub;
26
6
  declare const DropdownMenuRadioGroup: typeof import("@kobalte/core/context-menu").RadioGroup;
7
+ declare const DropdownMenuTrigger: Component<ComponentProps<typeof DropdownMenuPrimitive.Trigger>>;
27
8
  declare const DropdownMenuContent: Component<ComponentProps<typeof DropdownMenuPrimitive.Content>>;
28
- declare const DropdownMenuItem: Component<ComponentProps<typeof DropdownMenuPrimitive.Item>>;
9
+ declare const DropdownMenuItem: Component<ComponentProps<typeof DropdownMenuPrimitive.Item> & {
10
+ inset?: boolean;
11
+ tone?: string;
12
+ /** @deprecated pass `tone="var(--destructive)"` instead */
13
+ variant?: "default" | "destructive";
14
+ }>;
15
+ declare const DropdownMenuSubTrigger: ParentComponent<ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
16
+ inset?: boolean;
17
+ }>;
18
+ declare const DropdownMenuSubContent: ParentComponent<ComponentProps<typeof DropdownMenuPrimitive.SubContent>>;
19
+ declare const DropdownMenuCheckboxItem: ParentComponent<ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>>;
20
+ declare const DropdownMenuRadioItem: ParentComponent<ComponentProps<typeof DropdownMenuPrimitive.RadioItem>>;
29
21
  declare const DropdownMenuSeparator: Component<ComponentProps<typeof DropdownMenuPrimitive.Separator>>;
30
- declare const DropdownMenuLabel: Component<ComponentProps<typeof DropdownMenuPrimitive.GroupLabel>>;
22
+ declare const DropdownMenuLabel: Component<ComponentProps<typeof DropdownMenuPrimitive.GroupLabel> & {
23
+ inset?: boolean;
24
+ }>;
31
25
  declare const DropdownMenuShortcut: Component<ComponentProps<"span">>;
32
- export { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRadioGroup, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuTrigger, };
26
+ export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, };
@@ -1,35 +1,12 @@
1
- import { type VariantProps } from "cva";
2
1
  import { type Component, type ComponentProps } from "solid-js";
3
2
  declare const Empty: Component<ComponentProps<"div">>;
4
3
  declare const EmptyHeader: Component<ComponentProps<"div">>;
5
- declare const emptyMediaVariants: import("cva").CVAComponent<Omit<{
6
- base: string;
7
- variants: {
8
- variant: {
9
- default: string;
10
- icon: string;
11
- };
12
- };
13
- defaultVariants: {
14
- variant: "default";
15
- };
16
- }, "defaultVariants"> & {
17
- variants: {
18
- variant: {
19
- default: string;
20
- icon: string;
21
- };
22
- };
23
- defaultVariants: Omit<{}, "variant"> & {
24
- variant: "default";
25
- };
26
- }, {
27
- variant: {
28
- default: string;
29
- icon: string;
30
- };
4
+ type EmptyMediaKind = "icon";
5
+ declare const EmptyMedia: Component<ComponentProps<"div"> & {
6
+ media?: EmptyMediaKind;
7
+ /** @deprecated `media` */
8
+ variant?: EmptyMediaKind | "default";
31
9
  }>;
32
- declare const EmptyMedia: Component<ComponentProps<"div"> & VariantProps<typeof emptyMediaVariants>>;
33
10
  declare const EmptyTitle: Component<ComponentProps<"div">>;
34
11
  declare const EmptyDescription: Component<ComponentProps<"div">>;
35
12
  declare const EmptyContent: Component<ComponentProps<"div">>;
@@ -6,6 +6,8 @@ interface EntitySelectorProps {
6
6
  * unit-of-measurement fallback for power/energy sensors that lack one). */
7
7
  deviceClass?: string;
8
8
  multiple?: boolean;
9
+ /** Id of the element naming the trigger, for forms that label it outside. */
10
+ "aria-labelledby"?: string;
9
11
  }
10
12
  export declare function EntitySelector(props: EntitySelectorProps): import("solid-js").JSX.Element;
11
13
  export {};
@@ -41,10 +41,12 @@ declare const FieldContent: Component<ComponentProps<"div">>;
41
41
  declare const FieldLabel: Component<ComponentProps<typeof Label>>;
42
42
  declare const FieldTitle: Component<ComponentProps<"div">>;
43
43
  declare const FieldDescription: Component<ComponentProps<"p">>;
44
+ /** Rows that belong to the control above them: stacked flush, grouped by proximity alone. */
45
+ declare const FieldSubGroup: Component<ComponentProps<"div">>;
44
46
  declare const FieldSeparator: ParentComponent<ComponentProps<"div">>;
45
47
  declare const FieldError: Component<ComponentProps<"div"> & {
46
48
  errors?: Array<{
47
49
  message?: string;
48
50
  } | undefined>;
49
51
  }>;
50
- export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, };
52
+ export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldSubGroup, FieldTitle, };
@@ -1,5 +1,6 @@
1
- import { type Component, type ComponentProps, type ParentComponent } from "solid-js";
2
- import { Label } from "./label.js";
1
+ import { type Component, type ComponentProps, type JSX, type ParentComponent, type ValidComponent } from "solid-js";
2
+ import { Field, FieldDescription, FieldError, FieldLabel } from "./field.js";
3
+ import { Input } from "./input.js";
3
4
  declare const Form: ParentComponent<ComponentProps<"form"> & {
4
5
  errors?: Record<string, string>;
5
6
  onSetError?: (name: string, error: string) => void;
@@ -8,6 +9,7 @@ declare const Form: ParentComponent<ComponentProps<"form"> & {
8
9
  declare function useFormField(): {
9
10
  id: () => string;
10
11
  name: () => string;
12
+ hasDescription: () => boolean;
11
13
  formItemId: () => string;
12
14
  formDescriptionId: () => string;
13
15
  formMessageId: () => string;
@@ -16,9 +18,27 @@ declare function useFormField(): {
16
18
  declare const FormField: ParentComponent<{
17
19
  name: string;
18
20
  }>;
19
- declare const FormItem: ParentComponent<ComponentProps<"div">>;
20
- declare const FormLabel: Component<ComponentProps<typeof Label>>;
21
- declare const FormControl: ParentComponent<ComponentProps<"div">>;
22
- declare const FormDescription: Component<ComponentProps<"p">>;
23
- declare const FormMessage: ParentComponent<ComponentProps<"p">>;
21
+ /** @deprecated Use `Field`. Form* is the same stack with the id wiring attached. */
22
+ declare const FormItem: ParentComponent<ComponentProps<typeof Field>>;
23
+ /** @deprecated Use `FieldLabel`. */
24
+ declare const FormLabel: Component<ComponentProps<typeof FieldLabel>>;
25
+ /** @internal Lets a test assert the once-per-process warning more than once. */
26
+ export declare function resetFormControlWrapperWarning(): void;
27
+ /**
28
+ * Renders THE control (default: `Input`, any other through `as`) with the id and
29
+ * aria the field context knows.
30
+ *
31
+ * Passing children keeps the old wrapper shape working: a `div` carrying the
32
+ * same id and aria, with the children inside.
33
+ *
34
+ * @deprecated with `children`. Render the control itself, so the id and the
35
+ * describedby land on the element a screen reader announces.
36
+ */
37
+ declare const FormControl: <T extends ValidComponent = typeof Input>(props: {
38
+ as?: T;
39
+ } & ComponentProps<T>) => JSX.Element;
40
+ /** @deprecated Use `FieldDescription`. */
41
+ declare const FormDescription: Component<ComponentProps<typeof FieldDescription>>;
42
+ /** @deprecated Use `FieldError`. */
43
+ declare const FormMessage: ParentComponent<ComponentProps<typeof FieldError>>;
24
44
  export { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, useFormField, };
@@ -0,0 +1,15 @@
1
+ import { type JSX } from "solid-js";
2
+ /** Navigates away immediately on click — the setup wizard's connect/sign-in
3
+ * steps. Not part of a group, no persisted selection. */
4
+ export declare function HeroAction(props: {
5
+ icon: string;
6
+ iconImage?: string;
7
+ title: string;
8
+ description: string;
9
+ onClick: () => void;
10
+ accentVar: string;
11
+ disabled?: boolean;
12
+ recommended?: boolean;
13
+ recommendedHint?: string;
14
+ class?: string;
15
+ }): JSX.Element;
@@ -10,5 +10,7 @@ export interface IconPickerProps {
10
10
  * picker still works, showing the curated set only.
11
11
  */
12
12
  searchIcons?: (query: string, prefix: string) => Promise<string[]>;
13
+ /** Id of the element naming the trigger, for forms that label it outside. */
14
+ "aria-labelledby"?: string;
13
15
  }
14
16
  export declare function IconPicker(props: IconPickerProps): import("solid-js").JSX.Element;
@@ -1,14 +1,15 @@
1
1
  export { type Color, parseColor } from "@kobalte/core/colors";
2
+ export { SECTION_ROW_SURFACE } from "../lib/card-classes.js";
2
3
  export { OVERLAY_SURFACE } from "../lib/overlay-classes.js";
3
4
  export { SECTION_INNER_RADIUS, SECTION_OUTER_RADIUS, SECTION_PADDING, SECTION_ROW_CLASS, } from "../lib/section-tokens.js";
4
5
  export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, } from "./accordion.js";
5
6
  export { Alert, AlertDescription, AlertTitle, type AlertTone } from "./alert.js";
6
- export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, } from "./alert-dialog.js";
7
+ export { AlertDialog, AlertDialogAction, AlertDialogBody, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, } from "./alert-dialog.js";
7
8
  export { AreaPicker } from "./area-picker.js";
8
9
  export { AspectRatio } from "./aspect-ratio.js";
9
10
  export { Avatar, AvatarFallback, AvatarImage } from "./avatar.js";
10
11
  export { Badge, TierBadge } from "./badge.js";
11
- export { BottomSheet, BottomSheetBody, BottomSheetClose, BottomSheetContent, BottomSheetDescription, BottomSheetFooter, BottomSheetHandle, BottomSheetHeader, BottomSheetOverlay, BottomSheetPortal, BottomSheetTitle, BottomSheetTrigger, } from "./bottom-sheet/index.js";
12
+ export { BottomSheet, BottomSheetBody, BottomSheetClose, BottomSheetContent, BottomSheetDescription, BottomSheetHandle, BottomSheetOverlay, BottomSheetPortal, BottomSheetTitle, BottomSheetTrigger, } from "./bottom-sheet/index.js";
12
13
  export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "./breadcrumb.js";
13
14
  export { Button, buttonVariants } from "./button.js";
14
15
  export { ButtonGroup, ButtonGroupSeparator, ButtonGroupText, buttonGroupVariants, } from "./button-group.js";
@@ -23,16 +24,18 @@ export { ColorWheel } from "./color-wheel.js";
23
24
  export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, } from "./context-menu.js";
24
25
  export { CopyButton } from "./copy-button.js";
25
26
  export { CountPill } from "./count-pill.js";
26
- export { type SortDirection, TABLE_BLEED, TABLE_CELL_X, TABLE_HEAD_CELL_CLASS, TABLE_HEAD_CLASS, TABLE_NUM_CELL_CLASS, TABLE_ROW_CLASS, TABLE_SCROLL_CLASS, TableBulkBar, TableEmpty, TableError, TableFilterSelect, TableSearchInput, TableSkeleton, TableSortHeader, } from "./data-table.js";
27
- export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, } from "./dialog.js";
27
+ export { type SortDirection, TABLE_BLEED, TABLE_CELL_X, TABLE_HEAD_CELL_CLASS, TABLE_HEAD_CLASS, TABLE_HEAD_LABEL_CLASS, TABLE_NUM_CELL_CLASS, TABLE_ROW_CLASS, TABLE_SCROLL_CLASS, TableBulkBar, TableEmpty, TableError, TableFilterSelect, TableSearchInput, TableSkeleton, TableSortHeader, } from "./data-table.js";
28
+ export { Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, } from "./dialog.js";
29
+ export type { ModalSize } from "./dialog-parts.js";
28
30
  export type { DockIconButtonProps, DockItem, DockProps } from "./dock.js";
29
31
  export { Dock } from "./dock.js";
30
- export { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRadioGroup, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuTrigger, } from "./dropdown-menu.js";
32
+ export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, } from "./dropdown-menu.js";
31
33
  export { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, } from "./empty.js";
32
34
  export { type AreaViewLike, type EntityDataAdapter, EntityDataContext, type EntityViewLike, provideEntityData, useEntityData, } from "./entity-data.js";
33
35
  export { EntitySelector } from "./entity-selector.js";
34
- export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, } from "./field.js";
36
+ export { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldSubGroup, FieldTitle, } from "./field.js";
35
37
  export { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, useFormField, } from "./form.js";
38
+ export { HeroAction } from "./hero-action.js";
36
39
  export { HoverCard, HoverCardContent, HoverCardTrigger, } from "./hover-card.js";
37
40
  export { IconPicker, type IconPickerProps } from "./icon-picker.js";
38
41
  export { ImagePicker, type ImagePickerProps } from "./image-picker.js";
@@ -48,29 +51,34 @@ export { mediaIndexErrorCopy, mediaStoreErrorCopy, toMediaStoreError, } from "./
48
51
  export { type BrokenMedia, createBrokenMedia, imageUrl, isMediaImage, MEDIA_PAGE_SIZE, type MediaIndex, type MediaQuotaUsage, type MediaStore, MediaStoreContext, MediaStoreError, type MediaStoreErrorKind, type MediaVariant, mediaUrl, provideMediaStore, type StoredMedia, sortMediaForClearing, useMediaStore, } from "./media-store.js";
49
52
  export { MediaTile, type MediaTileProps } from "./media-tile.js";
50
53
  export { NumberField } from "./number-field.js";
54
+ export { OptionCard, OptionCardGroup, OptionChoice } from "./option-card.js";
51
55
  export { Overlay } from "./overlay.js";
52
56
  export { PageHeader } from "./page-header.js";
53
57
  export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, } from "./pagination.js";
58
+ export { PasswordInput } from "./password-input.js";
59
+ export { PICKER_ROW_HEIGHT, PickerRow } from "./picker-row.js";
60
+ export { PickerSearch, type PickerSearchProps } from "./picker-search.js";
54
61
  export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger, } from "./popover.js";
55
62
  export { Progress } from "./progress.js";
56
63
  export { RadioGroup, RadioGroupItem } from "./radio-group.js";
57
64
  export { ResizableHandle, ResizablePanel, ResizablePanelGroup, } from "./resizable.js";
58
- export { ResponsiveDialog, ResponsiveDialogClose, ResponsiveDialogContent, ResponsiveDialogDescription, ResponsiveDialogFooter, ResponsiveDialogHeader, ResponsiveDialogTitle, ResponsiveDialogTrigger, } from "./responsive-dialog.js";
65
+ export { ResponsiveDialog, ResponsiveDialogBody, ResponsiveDialogClose, ResponsiveDialogContent, ResponsiveDialogDescription, ResponsiveDialogFooter, ResponsiveDialogHeader, ResponsiveDialogTitle, ResponsiveDialogTrigger, } from "./responsive-dialog.js";
59
66
  export { type ExtendedJSONSchema, SCHEMA_FORM_FORM_TYPES, SchemaForm, } from "./schema-form.js";
60
67
  export { ScopeIndicator } from "./scope-indicator.js";
61
68
  export { ScrollArea, ScrollBar } from "./scroll-area.js";
62
- export { type GlassSurface, SectionCard, SectionIcon, SectionLabel, SectionMeta, SectionRow, SectionRowSkeleton, SectionRowSkeletons, SectionSubtitle, SectionTitle, } from "./section-card.js";
69
+ export { type GlassSurface, NOOP_GLASS, SectionCard, SectionIcon, SectionLabel, SectionMeta, SectionRow, SectionRowSkeleton, SectionRowSkeletons, SectionSubtitle, SectionTitle, } from "./section-card.js";
63
70
  export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator, SelectTrigger, SelectValue, } from "./select.js";
64
71
  export { Separator } from "./separator.js";
65
72
  export { LabeledField, LabeledIconPicker, LabeledInput, RowActions, SectionAddButton, SectionEmpty, SwitchRow, } from "./settings-row.js";
66
- export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, } from "./sheet.js";
73
+ export { Sheet, SheetBody, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, } from "./sheet.js";
67
74
  export { Skeleton } from "./skeleton.js";
68
75
  export { Slider } from "./slider.js";
69
76
  export { SlidingIndicator } from "./sliding-indicator.js";
70
77
  export { GlassToast, Toaster, toast } from "./sonner.js";
71
78
  export { Spinner } from "./spinner.js";
79
+ export { StepIndicator } from "./step-indicator.js";
72
80
  export { Switch } from "./switch.js";
73
- export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, } from "./table.js";
81
+ export { TABLE_CELL_INSET, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, } from "./table.js";
74
82
  export { Tabs, TabsContent, TabsList, TabsTrigger } from "./tabs.js";
75
83
  export { Textarea } from "./textarea.js";
76
84
  export { Toggle, toggleVariants } from "./toggle.js";