@godxjp/ui 18.1.0 → 18.1.1

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 (72) hide show
  1. package/dist/app/app-provider.d.ts +2 -1
  2. package/dist/components/charts/area-chart.d.ts +1 -1
  3. package/dist/components/charts/bar-chart.d.ts +1 -1
  4. package/dist/components/charts/chart-cartesian.d.ts +1 -1
  5. package/dist/components/charts/chart-frame.d.ts +1 -1
  6. package/dist/components/charts/line-chart.d.ts +1 -1
  7. package/dist/components/charts/pie-chart.d.ts +1 -1
  8. package/dist/components/data-display/badge.d.ts +1 -1
  9. package/dist/components/data-display/card.d.ts +1 -1
  10. package/dist/components/data-display/data-table.d.ts +10 -10
  11. package/dist/components/data-display/descriptions.d.ts +2 -2
  12. package/dist/components/data-display/empty-state.d.ts +1 -1
  13. package/dist/components/data-display/popover.d.ts +6 -6
  14. package/dist/components/data-display/progress.d.ts +2 -1
  15. package/dist/components/data-display/timeline.d.ts +1 -1
  16. package/dist/components/data-display/tree-list.d.ts +1 -1
  17. package/dist/components/data-entry/calendar.d.ts +1 -1
  18. package/dist/components/data-entry/cascader.d.ts +2 -1
  19. package/dist/components/data-entry/checkbox-group.d.ts +2 -1
  20. package/dist/components/data-entry/color-picker.d.ts +2 -1
  21. package/dist/components/data-entry/date-picker.d.ts +2 -1
  22. package/dist/components/data-entry/date-range-picker.d.ts +2 -1
  23. package/dist/components/data-entry/field.d.ts +2 -1
  24. package/dist/components/data-entry/form-field.d.ts +2 -1
  25. package/dist/components/data-entry/month-picker.d.ts +2 -1
  26. package/dist/components/data-entry/month-range-picker.d.ts +2 -1
  27. package/dist/components/data-entry/password-strength.d.ts +1 -1
  28. package/dist/components/data-entry/radio.d.ts +1 -1
  29. package/dist/components/data-entry/search-input.d.ts +1 -1
  30. package/dist/components/data-entry/search-select.d.ts +2 -1
  31. package/dist/components/data-entry/select.d.ts +3 -3
  32. package/dist/components/data-entry/time-picker.d.ts +2 -1
  33. package/dist/components/data-entry/transfer.d.ts +2 -1
  34. package/dist/components/data-entry/tree-select.d.ts +2 -1
  35. package/dist/components/data-entry/upload-crop-dialog.d.ts +2 -1
  36. package/dist/components/data-entry/upload.d.ts +2 -1
  37. package/dist/components/feedback/alert.d.ts +1 -1
  38. package/dist/components/feedback/dialog.d.ts +13 -13
  39. package/dist/components/feedback/sheet.d.ts +7 -7
  40. package/dist/components/feedback/skeleton.d.ts +5 -5
  41. package/dist/components/feedback/sonner.d.ts +2 -1
  42. package/dist/components/feedback/tooltip.d.ts +2 -2
  43. package/dist/components/general/reveal.d.ts +1 -1
  44. package/dist/components/layout/app-shell.d.ts +2 -1
  45. package/dist/components/layout/app-shell.js +1 -1
  46. package/dist/components/layout/auth-shell.d.ts +1 -1
  47. package/dist/components/layout/breadcrumb.d.ts +1 -1
  48. package/dist/components/layout/centered-shell.d.ts +1 -1
  49. package/dist/components/layout/flex.d.ts +1 -1
  50. package/dist/components/layout/page-container.d.ts +2 -2
  51. package/dist/components/layout/resizable.d.ts +3 -3
  52. package/dist/components/layout/responsive-grid.d.ts +1 -1
  53. package/dist/components/layout/sidebar.d.ts +4 -4
  54. package/dist/components/layout/split-pane.d.ts +1 -1
  55. package/dist/components/layout/topbar.d.ts +1 -1
  56. package/dist/components/navigation/context-menu.d.ts +2 -2
  57. package/dist/components/navigation/dropdown-menu.d.ts +7 -7
  58. package/dist/components/navigation/filter-bar.d.ts +2 -2
  59. package/dist/components/navigation/menubar.d.ts +3 -3
  60. package/dist/components/navigation/pagination.d.ts +2 -2
  61. package/dist/components/navigation/steps.d.ts +2 -1
  62. package/dist/components/navigation/tabs.d.ts +1 -1
  63. package/dist/components/query/data-state.d.ts +2 -1
  64. package/dist/components/query/infinite-query-state.d.ts +2 -1
  65. package/dist/components/query/mutation-feedback.d.ts +1 -1
  66. package/dist/components/query/prefetch-link.d.ts +2 -1
  67. package/dist/components/query/query-refetch-button.d.ts +1 -1
  68. package/dist/components/ui/hover-card.d.ts +1 -1
  69. package/dist/form/form-field-control.d.ts +1 -1
  70. package/dist/form/form-root.d.ts +1 -1
  71. package/dist/styles/shell-layout.css +19 -11
  72. package/package.json +51 -46
@@ -1,7 +1,8 @@
1
+ import * as React from "react";
1
2
  import { type AppDateFormat, type AppLocale, type AppTimeFormat, type AppTimezone } from "./types.js";
2
3
  import type { AppContextValue, AppProviderProp } from "../props/components/app.prop.js";
3
4
  export type { AppProviderProp, AppContextValue } from "../props/components/app.prop.js";
4
- export declare function AppProvider({ children, defaultLocale, fallbackLocale, defaultTimezone, systemTimezone, defaultTimeFormat, defaultDateFormat, timezoneOptions, storageKey, persist, theme: initialTheme, brand: initialBrand, density: initialDensity, fontSize: initialFontSize, scaling: initialScaling, onLocaleChange, onTimezoneChange, onTimeFormatChange, onDateFormatChange, onThemeChange, onBrandChange, onDensityChange, onFontSizeChange, onScalingChange, }: AppProviderProp): import("react/jsx-runtime").JSX.Element;
5
+ export declare function AppProvider({ children, defaultLocale, fallbackLocale, defaultTimezone, systemTimezone, defaultTimeFormat, defaultDateFormat, timezoneOptions, storageKey, persist, theme: initialTheme, brand: initialBrand, density: initialDensity, fontSize: initialFontSize, scaling: initialScaling, onLocaleChange, onTimezoneChange, onTimeFormatChange, onDateFormatChange, onThemeChange, onBrandChange, onDensityChange, onFontSizeChange, onScalingChange, }: AppProviderProp): React.JSX.Element;
5
6
  export declare function useAppContext(): AppContextValue;
6
7
  /** Returns null outside AppProvider — used by pickers for optional context. */
7
8
  export declare function useOptionalAppContext(): AppContextValue | null;
@@ -5,4 +5,4 @@ export type { AreaChartProp, AreaChartProp as AreaChartProps, } from "../../prop
5
5
  * series; `curved` smooths the line. Import from the tree-shaken
6
6
  * `@godxjp/ui/charts` entry; requires the `recharts` optional peer.
7
7
  */
8
- export declare function AreaChart(props: AreaChartProp): import("react/jsx-runtime").JSX.Element;
8
+ export declare function AreaChart(props: AreaChartProp): import("react").JSX.Element;
@@ -5,4 +5,4 @@ export type { BarChartProp, BarChartProp as BarChartProps, } from "../../props/c
5
5
  * bar; `horizontal` puts the category axis on the left. Import from the
6
6
  * tree-shaken `@godxjp/ui/charts` entry; requires the `recharts` optional peer.
7
7
  */
8
- export declare function BarChart(props: BarChartProp): import("react/jsx-runtime").JSX.Element;
8
+ export declare function BarChart(props: BarChartProp): import("react").JSX.Element;
@@ -27,5 +27,5 @@ type CartesianChartProps = {
27
27
  /** bar */
28
28
  horizontal?: boolean;
29
29
  };
30
- export declare function CartesianChart({ kind, data, series, categoryKey, label, description, size, height, showLegend, showGrid, numberFormat, emptyMessage, className, id, curved, stacked, horizontal, }: CartesianChartProps): import("react/jsx-runtime").JSX.Element;
30
+ export declare function CartesianChart({ kind, data, series, categoryKey, label, description, size, height, showLegend, showGrid, numberFormat, emptyMessage, className, id, curved, stacked, horizontal, }: CartesianChartProps): React.JSX.Element;
31
31
  export {};
@@ -40,5 +40,5 @@ type ChartFrameProps = {
40
40
  * in a `role="img"` element with a short `aria-label`; the full data is exposed as
41
41
  * a sibling visually-hidden list referenced by the figure's `aria-describedby`.
42
42
  */
43
- export declare function ChartFrame({ label, description, summaryRows, imgSummary, hasData, height, className, id, children, }: ChartFrameProps): import("react/jsx-runtime").JSX.Element;
43
+ export declare function ChartFrame({ label, description, summaryRows, imgSummary, hasData, height, className, id, children, }: ChartFrameProps): React.JSX.Element;
44
44
  export {};
@@ -5,4 +5,4 @@ export type { LineChartProp, LineChartProp as LineChartProps, } from "../../prop
5
5
  * Import from the tree-shaken `@godxjp/ui/charts` entry; requires the `recharts`
6
6
  * optional peer dependency.
7
7
  */
8
- export declare function LineChart(props: LineChartProp): import("react/jsx-runtime").JSX.Element;
8
+ export declare function LineChart(props: LineChartProp): import("react").JSX.Element;
@@ -5,4 +5,4 @@ export type { PieChartProp, PieChartProp as PieChartProps, } from "../../props/c
5
5
  * Import from the tree-shaken `@godxjp/ui/charts` entry; requires the `recharts`
6
6
  * optional peer dependency.
7
7
  */
8
- export declare function PieChart({ data, dataKey, nameKey, colors, label, description, size, height, showLegend, numberFormat, donut, emptyMessage, className, id, }: PieChartProp): import("react/jsx-runtime").JSX.Element;
8
+ export declare function PieChart({ data, dataKey, nameKey, colors, label, description, size, height, showLegend, numberFormat, donut, emptyMessage, className, id, }: PieChartProp): import("react").JSX.Element;
@@ -23,5 +23,5 @@ export interface BadgeProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "
23
23
  status?: string;
24
24
  children?: React.ReactNode;
25
25
  }
26
- export declare function Badge({ className, variant, shape, tone, icon, status, children, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element;
26
+ export declare function Badge({ className, variant, shape, tone, icon, status, children, ...props }: BadgeProps): React.JSX.Element;
27
27
  export {};
@@ -138,7 +138,7 @@ export type StatCardProps = React.HTMLAttributes<HTMLDivElement> & VariantProps<
138
138
  accent?: CardAccent;
139
139
  };
140
140
  /** KPI / stat tile — token-driven layout aligned to dashboard KPI cards. */
141
- export declare function StatCard({ label, value, hint, icon: Icon, delta, layout, align, inverse, accent, className, size, ...props }: StatCardProps): import("react/jsx-runtime").JSX.Element;
141
+ export declare function StatCard({ label, value, hint, icon: Icon, delta, layout, align, inverse, accent, className, size, ...props }: StatCardProps): React.JSX.Element;
142
142
  /** Header actions slot — pair with `CardHeader className="flex flex-row …"`. */
143
143
  export declare const CardAction: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
144
144
  export {};
@@ -67,25 +67,25 @@ interface DataTableProps<T> {
67
67
  className?: string;
68
68
  children?: React.ReactNode;
69
69
  }
70
- export declare function DataTable<T>({ data, columns, getRowId, selectable, selected: controlledSelected, onSelectChange, onRowClick, density: controlledDensity, onDensityChange, sort, onSortChange, globalFilter: controlledGlobalFilter, onGlobalFilterChange, pagination: controlledPagination, onPaginationChange, rowCount, columnVisibility: controlledVisibility, onColumnVisibilityChange, manualSorting, manualFiltering, manualPagination, loading, empty, striped, hoverable, stickyHeader, rowClassName, className, children, }: DataTableProps<T>): import("react/jsx-runtime").JSX.Element;
70
+ export declare function DataTable<T>({ data, columns, getRowId, selectable, selected: controlledSelected, onSelectChange, onRowClick, density: controlledDensity, onDensityChange, sort, onSortChange, globalFilter: controlledGlobalFilter, onGlobalFilterChange, pagination: controlledPagination, onPaginationChange, rowCount, columnVisibility: controlledVisibility, onColumnVisibilityChange, manualSorting, manualFiltering, manualPagination, loading, empty, striped, hoverable, stickyHeader, rowClassName, className, children, }: DataTableProps<T>): React.JSX.Element;
71
71
  export declare namespace DataTable {
72
72
  var Toolbar: ({ children, className, }: {
73
73
  children?: React.ReactNode;
74
74
  className?: string;
75
- }) => import("react/jsx-runtime").JSX.Element;
75
+ }) => React.JSX.Element;
76
76
  var Search: ({ placeholder, className, }: {
77
77
  placeholder?: string;
78
78
  className?: string;
79
- }) => import("react/jsx-runtime").JSX.Element;
79
+ }) => React.JSX.Element;
80
80
  var ViewOptions: ({ className }: {
81
81
  className?: string;
82
- }) => import("react/jsx-runtime").JSX.Element | null;
83
- var SelectAll: () => import("react/jsx-runtime").JSX.Element | null;
84
- var BulkActions: ({ count, children, className, }: BulkActionsProps) => import("react/jsx-runtime").JSX.Element | null;
85
- var DensityToggle: () => import("react/jsx-runtime").JSX.Element;
86
- var Content: () => import("react/jsx-runtime").JSX.Element;
87
- var Pagination: (props: PaginationProps) => import("react/jsx-runtime").JSX.Element;
88
- var RowActions: ({ ariaLabel, children }: RowActionsProps) => import("react/jsx-runtime").JSX.Element;
82
+ }) => React.JSX.Element | null;
83
+ var SelectAll: () => React.JSX.Element | null;
84
+ var BulkActions: ({ count, children, className, }: BulkActionsProps) => React.JSX.Element | null;
85
+ var DensityToggle: () => React.JSX.Element;
86
+ var Content: () => React.JSX.Element;
87
+ var Pagination: (props: PaginationProps) => React.JSX.Element;
88
+ var RowActions: ({ ariaLabel, children }: RowActionsProps) => React.JSX.Element;
89
89
  }
90
90
  interface BulkActionsProps {
91
91
  count?: number;
@@ -8,9 +8,9 @@ export interface DescriptionsProps {
8
8
  className?: string;
9
9
  children: React.ReactNode;
10
10
  }
11
- export declare function Descriptions({ columns, layout, className, children, }: DescriptionsProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare function Descriptions({ columns, layout, className, children, }: DescriptionsProps): React.JSX.Element;
12
12
  export declare namespace Descriptions {
13
- var Item: ({ label, mono, span, className, children, }: DescriptionsItemProps) => import("react/jsx-runtime").JSX.Element;
13
+ var Item: ({ label, mono, span, className, children, }: DescriptionsItemProps) => React.JSX.Element;
14
14
  }
15
15
  export interface DescriptionsItemProps {
16
16
  label: React.ReactNode;
@@ -1,3 +1,3 @@
1
1
  import type { EmptyStateProp } from "../../props/components/data-display.prop.js";
2
2
  export type { EmptyStateProp, EmptyStateProp as EmptyStateProps, } from "../../props/components/data-display.prop.js";
3
- export declare function EmptyState({ icon: Icon, title, description, action, variant, tone, titleLevel, titleAs, className, }: EmptyStateProp): import("react/jsx-runtime").JSX.Element;
3
+ export declare function EmptyState({ icon: Icon, title, description, action, variant, tone, titleLevel, titleAs, className, }: EmptyStateProp): import("react").JSX.Element;
@@ -1,9 +1,9 @@
1
1
  import * as React from "react";
2
2
  import * as PopoverPrimitive from "@radix-ui/react-popover";
3
- export declare function Popover(props: React.ComponentProps<typeof PopoverPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
- export declare function PopoverTrigger(props: React.ComponentProps<typeof PopoverPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
- export declare function PopoverAnchor(props: React.ComponentProps<typeof PopoverPrimitive.Anchor>): import("react/jsx-runtime").JSX.Element;
3
+ export declare function Popover(props: React.ComponentProps<typeof PopoverPrimitive.Root>): React.JSX.Element;
4
+ export declare function PopoverTrigger(props: React.ComponentProps<typeof PopoverPrimitive.Trigger>): React.JSX.Element;
5
+ export declare function PopoverAnchor(props: React.ComponentProps<typeof PopoverPrimitive.Anchor>): React.JSX.Element;
6
6
  export declare const PopoverContent: React.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
- export declare const PopoverHeader: ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
8
- export declare const PopoverTitle: ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
9
- export declare const PopoverDescription: ({ className, ...props }: React.HTMLAttributes<HTMLParagraphElement>) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const PopoverHeader: ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => React.JSX.Element;
8
+ export declare const PopoverTitle: ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => React.JSX.Element;
9
+ export declare const PopoverDescription: ({ className, ...props }: React.HTMLAttributes<HTMLParagraphElement>) => React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  export type ProgressTone = "success" | "warning" | "destructive";
2
3
  export type ProgressProps = {
3
4
  value: number;
@@ -11,4 +12,4 @@ export type ProgressProps = {
11
12
  */
12
13
  over?: boolean;
13
14
  };
14
- export declare function Progress({ value, label, tone, over }: ProgressProps): import("react/jsx-runtime").JSX.Element;
15
+ export declare function Progress({ value, label, tone, over }: ProgressProps): React.JSX.Element;
@@ -24,4 +24,4 @@ export type TimelineProps = {
24
24
  */
25
25
  variant?: TimelineVariant;
26
26
  };
27
- export declare function Timeline({ items, variant }: TimelineProps): import("react/jsx-runtime").JSX.Element;
27
+ export declare function Timeline({ items, variant }: TimelineProps): import("react").JSX.Element;
@@ -10,4 +10,4 @@ export type TreeListItem = {
10
10
  export type TreeListProps = {
11
11
  items: TreeListItem[];
12
12
  };
13
- export declare function TreeList({ items }: TreeListProps): import("react/jsx-runtime").JSX.Element;
13
+ export declare function TreeList({ items }: TreeListProps): import("react").JSX.Element;
@@ -1,3 +1,3 @@
1
1
  import type { CalendarProp } from "../../props/components/data-entry.prop.js";
2
2
  export type { CalendarProp, CalendarProp as CalendarProps, } from "../../props/components/data-entry.prop.js";
3
- export declare function Calendar({ className, classNames, showOutsideDays, "aria-label": ariaLabel, labels, ...props }: CalendarProp): import("react/jsx-runtime").JSX.Element;
3
+ export declare function Calendar({ className, classNames, showOutsideDays, "aria-label": ariaLabel, labels, ...props }: CalendarProp): import("react").JSX.Element;
@@ -1,4 +1,5 @@
1
+ import * as React from "react";
1
2
  import type { CascaderProp } from "../../props/components/data-entry.prop.js";
2
3
  export type { CascaderProp, CascaderProp as CascaderProps, } from "../../props/components/data-entry.prop.js";
3
4
  export type { TreeOption, TreeFieldNames } from "./tree-utils.js";
4
- export declare function Cascader({ options: optionsProp, value, defaultValue, onValueChange, multiple, changeOnSelect, showSearch, placeholder, disabled, className, id, expandTrigger, fieldNames, allowClear, ...ariaProps }: CascaderProp): import("react/jsx-runtime").JSX.Element;
5
+ export declare function Cascader({ options: optionsProp, value, defaultValue, onValueChange, multiple, changeOnSelect, showSearch, placeholder, disabled, className, id, expandTrigger, fieldNames, allowClear, ...ariaProps }: CascaderProp): React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { CheckboxGroupProp } from "../../props/components/data-entry.prop.js";
2
3
  export type { CheckboxGroupProp, CheckboxGroupProp as CheckboxGroupProps, } from "../../props/components/data-entry.prop.js";
3
- export declare function CheckboxGroup({ value: controlledValue, defaultValue, onValueChange, options, orientation, disabled, name, id, className, children, ...ariaProps }: CheckboxGroupProp): import("react/jsx-runtime").JSX.Element;
4
+ export declare function CheckboxGroup({ value: controlledValue, defaultValue, onValueChange, options, orientation, disabled, name, id, className, children, ...ariaProps }: CheckboxGroupProp): React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { ColorPickerProp } from "../../props/components/data-entry.prop.js";
2
3
  export type { ColorPickerProp, ColorPickerProp as ColorPickerProps, } from "../../props/components/data-entry.prop.js";
3
- export declare function ColorPicker({ value, onValueChange, disabled, className, id, showHexInput, ...ariaProps }: ColorPickerProp): import("react/jsx-runtime").JSX.Element;
4
+ export declare function ColorPicker({ value, onValueChange, disabled, className, id, showHexInput, ...ariaProps }: ColorPickerProp): React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { DatePickerProp } from "../../props/components/data-entry.prop.js";
2
3
  export type { DatePickerProp, DatePickerProp as DatePickerProps, } from "../../props/components/data-entry.prop.js";
3
4
  /**
@@ -6,4 +7,4 @@ export type { DatePickerProp, DatePickerProp as DatePickerProps, } from "../../p
6
7
  * `name`), screen-reader friendly, and e2e-testable by simply filling the input. The calendar
7
8
  * popover is the visual affordance; typing and the calendar stay in sync.
8
9
  */
9
- export declare function DatePicker({ value: valueProp, defaultValue, onValueChange, placeholder, disabled, className, id, name, locale: localeProp, fromDate, toDate, allowClear, ...ariaProps }: DatePickerProp): import("react/jsx-runtime").JSX.Element;
10
+ export declare function DatePicker({ value: valueProp, defaultValue, onValueChange, placeholder, disabled, className, id, name, locale: localeProp, fromDate, toDate, allowClear, ...ariaProps }: DatePickerProp): React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { DateRangePickerProp } from "../../props/components/data-entry.prop.js";
2
3
  export type { DateRangePickerProp, DateRangePickerProp as DateRangePickerProps, } from "../../props/components/data-entry.prop.js";
3
4
  /**
@@ -7,4 +8,4 @@ export type { DateRangePickerProp, DateRangePickerProp as DateRangePickerProps,
7
8
  * `${name}_to`, screen-reader friendly, e2e-testable by filling either input); the
8
9
  * range calendar is the visual affordance.
9
10
  */
10
- export declare function DateRangePicker({ value: valueProp, defaultValue, onValueChange, placeholder, disabled, className, id, name, locale: localeProp, fromDate, toDate, allowClear, ...ariaProps }: DateRangePickerProp): import("react/jsx-runtime").JSX.Element;
11
+ export declare function DateRangePicker({ value: valueProp, defaultValue, onValueChange, placeholder, disabled, className, id, name, locale: localeProp, fromDate, toDate, allowClear, ...ariaProps }: DateRangePickerProp): React.JSX.Element;
@@ -1,4 +1,5 @@
1
+ import * as React from "react";
1
2
  import type { FieldProp } from "../../props/components/data-entry.prop.js";
2
3
  export type { FieldProp, FieldProp as FieldProps } from "../../props/components/data-entry.prop.js";
3
4
  /** Label + optional description beside a checkbox/radio/switch control. */
4
- export declare function Field({ id, label, description, className, children }: FieldProp): import("react/jsx-runtime").JSX.Element;
5
+ export declare function Field({ id, label, description, className, children }: FieldProp): React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { FormFieldProp } from "../../props/components/data-entry.prop.js";
2
3
  export type { FormFieldProp, FormFieldProp as FormFieldProps, } from "../../props/components/data-entry.prop.js";
3
- export declare function FormField({ id, label, required, helper, error, labelAddon, layout: layoutProp, labelWidth: labelWidthProp, controlWidth: controlWidthProp, colSpan, className, children, }: FormFieldProp): import("react/jsx-runtime").JSX.Element;
4
+ export declare function FormField({ id, label, required, helper, error, labelAddon, layout: layoutProp, labelWidth: labelWidthProp, controlWidth: controlWidthProp, colSpan, className, children, }: FormFieldProp): React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { MonthPickerProp } from "../../props/components/data-entry.prop.js";
2
3
  export type { MonthPickerProp, MonthPickerProp as MonthPickerProps, } from "../../props/components/data-entry.prop.js";
3
4
  /**
@@ -6,4 +7,4 @@ export type { MonthPickerProp, MonthPickerProp as MonthPickerProps, } from "../.
6
7
  * The field stays a real, typeable input (form-submittable via `name` as
7
8
  * `yyyy-MM`); the grid is the visual affordance.
8
9
  */
9
- export declare function MonthPicker({ value: valueProp, defaultValue, onValueChange, placeholder, disabled, className, id, name, fromYear, toYear, allowClear, ...ariaProps }: MonthPickerProp): import("react/jsx-runtime").JSX.Element;
10
+ export declare function MonthPicker({ value: valueProp, defaultValue, onValueChange, placeholder, disabled, className, id, name, fromYear, toYear, allowClear, ...ariaProps }: MonthPickerProp): React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { MonthRangePickerProp } from "../../props/components/data-entry.prop.js";
2
3
  export type { MonthRangePickerProp, MonthRangePickerProp as MonthRangePickerProps, } from "../../props/components/data-entry.prop.js";
3
4
  /**
@@ -8,4 +9,4 @@ export type { MonthRangePickerProp, MonthRangePickerProp as MonthRangePickerProp
8
9
  * affordance. Grid picks are two-step (from, then to — swapped when picked
9
10
  * backwards) and a pick on a COMPLETE range starts a new one (reset-on-complete).
10
11
  */
11
- export declare function MonthRangePicker({ value: valueProp, defaultValue, onValueChange, placeholder, disabled, className, id, name, fromYear, toYear, allowClear, ...ariaProps }: MonthRangePickerProp): import("react/jsx-runtime").JSX.Element;
12
+ export declare function MonthRangePicker({ value: valueProp, defaultValue, onValueChange, placeholder, disabled, className, id, name, fromYear, toYear, allowClear, ...ariaProps }: MonthRangePickerProp): React.JSX.Element;
@@ -16,5 +16,5 @@ export type PasswordStrengthReturn = {
16
16
  checks: Record<PasswordRule, boolean>;
17
17
  };
18
18
  export declare function usePasswordStrength(value: string, rules?: PasswordRule[]): PasswordStrengthReturn;
19
- export declare function PasswordStrength({ value, rules, showChecklist, labels, }: PasswordStrengthProps): import("react/jsx-runtime").JSX.Element;
19
+ export declare function PasswordStrength({ value, rules, showChecklist, labels, }: PasswordStrengthProps): import("react").JSX.Element;
20
20
  export {};
@@ -4,7 +4,7 @@ import type { RadioGroupProp } from "../../props/components/data-entry.prop.js";
4
4
  export type { RadioGroupProp, RadioGroupProp as RadioGroupProps, } from "../../props/components/data-entry.prop.js";
5
5
  declare const RadioGroupRoot: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
6
6
  declare const RadioItem: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
7
- declare function RadioGroupOptions({ value, defaultValue, onValueChange, options, orientation, disabled, name, id, className, children, ...ariaProps }: RadioGroupProp): import("react/jsx-runtime").JSX.Element;
7
+ declare function RadioGroupOptions({ value, defaultValue, onValueChange, options, orientation, disabled, name, id, className, children, ...ariaProps }: RadioGroupProp): React.JSX.Element;
8
8
  /** Single radio — use inside `Radio.Group` / `RadioGroupRoot`, or via `options` API. */
9
9
  export declare const Radio: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>> & {
10
10
  Root: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -16,5 +16,5 @@ interface SearchInputProps extends FieldA11yProps {
16
16
  id?: string;
17
17
  disabled?: boolean;
18
18
  }
19
- export declare function SearchInput({ value: controlledValue, defaultValue, placeholder, debounce, onValueChange, onSearch, label, ariaLabel, className, inputClassName, id, disabled, ...ariaProps }: SearchInputProps): import("react/jsx-runtime").JSX.Element;
19
+ export declare function SearchInput({ value: controlledValue, defaultValue, placeholder, debounce, onValueChange, onSearch, label, ariaLabel, className, inputClassName, id, disabled, ...ariaProps }: SearchInputProps): React.JSX.Element;
20
20
  export {};
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { SearchSelectProp } from "../../props/components/data-entry.prop.js";
2
3
  export type { SearchSelectProp, SearchSelectProp as SearchSelectProps, SearchSelectOptionProp, SearchSelectOptionProp as SearchSelectOption, SearchSelectLoadParamsProp, SearchSelectLoadResultProp, } from "../../props/components/data-entry.prop.js";
3
4
  /**
@@ -8,4 +9,4 @@ export type { SearchSelectProp, SearchSelectProp as SearchSelectProps, SearchSel
8
9
  * Custom per-option rendering via `renderOption` (Ant-Design style). Form-submittable via
9
10
  * `name`; e2e-testable by the trigger's `data-testid` + each option's `${data-testid}-option-${value}`.
10
11
  */
11
- export declare function SearchSelect({ value: valueProp, defaultValue, onValueChange, options: staticOptions, loadOptions, renderOption, labelRender, selectedLabel, selectedIcon, placeholder, searchPlaceholder, emptyMessage, loadingMessage, errorMessage, clearLabel, clearable, disabled, readOnly, size, open: openProp, onOpenChange, search: searchProp, onSearchChange, filterOption, renderError, renderLoadMore, name, id, className, "data-testid": dataTestId, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, "aria-describedby": ariaDescribedby, "aria-errormessage": ariaErrorMessage, "aria-invalid": ariaInvalid, "aria-required": ariaRequired, }: SearchSelectProp): import("react/jsx-runtime").JSX.Element;
12
+ export declare function SearchSelect({ value: valueProp, defaultValue, onValueChange, options: staticOptions, loadOptions, renderOption, labelRender, selectedLabel, selectedIcon, placeholder, searchPlaceholder, emptyMessage, loadingMessage, errorMessage, clearLabel, clearable, disabled, readOnly, size, open: openProp, onOpenChange, search: searchProp, onSearchChange, filterOption, renderError, renderLoadMore, name, id, className, "data-testid": dataTestId, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledby, "aria-describedby": ariaDescribedby, "aria-errormessage": ariaErrorMessage, "aria-invalid": ariaInvalid, "aria-required": ariaRequired, }: SearchSelectProp): React.JSX.Element;
@@ -9,9 +9,9 @@ export type SelectProp = SelectDataProp | React.ComponentProps<typeof SelectPrim
9
9
  * searchable combobox (powered by SearchSelect) vs a plain no-search listbox; supports async,
10
10
  * optgroup grouping, and `renderOption`.
11
11
  */
12
- export declare function Select(props: SelectProp): import("react/jsx-runtime").JSX.Element;
13
- export declare function SelectGroup(props: React.ComponentProps<typeof SelectPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
14
- export declare function SelectValue(props: React.ComponentProps<typeof SelectPrimitive.Value>): import("react/jsx-runtime").JSX.Element;
12
+ export declare function Select(props: SelectProp): React.JSX.Element;
13
+ export declare function SelectGroup(props: React.ComponentProps<typeof SelectPrimitive.Group>): React.JSX.Element;
14
+ export declare function SelectValue(props: React.ComponentProps<typeof SelectPrimitive.Value>): React.JSX.Element;
15
15
  export declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & {
16
16
  size?: "sm" | "md";
17
17
  /**
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { TimePickerProp } from "../../props/components/data-entry.prop.js";
2
3
  export type { TimePickerProp, TimePickerProp as TimePickerProps, } from "../../props/components/data-entry.prop.js";
3
4
  /**
@@ -7,4 +8,4 @@ export type { TimePickerProp, TimePickerProp as TimePickerProps, } from "../../p
7
8
  * The column display honours the active `timeFormat` (12h shows 1-12 + AM/PM) while the canonical
8
9
  * value remains 24h `HH:mm`.
9
10
  */
10
- export declare function TimePicker({ value: controlledValue, defaultValue, onValueChange, placeholder, disabled, className, id, name, minuteStep, allowClear, ...ariaProps }: TimePickerProp): import("react/jsx-runtime").JSX.Element;
11
+ export declare function TimePicker({ value: controlledValue, defaultValue, onValueChange, placeholder, disabled, className, id, name, minuteStep, allowClear, ...ariaProps }: TimePickerProp): React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { TransferProp } from "../../props/components/data-entry.prop.js";
2
3
  export type { TransferProp, TransferProp as TransferProps, TransferItemProp, } from "../../props/components/data-entry.prop.js";
3
- export declare function Transfer({ dataSource, targetKeys, onValueChange, titles, showSearch, oneWay, disabled, id, className, selectedKeys: selectedKeysProp, onSelectChange, ...ariaProps }: TransferProp): import("react/jsx-runtime").JSX.Element;
4
+ export declare function Transfer({ dataSource, targetKeys, onValueChange, titles, showSearch, oneWay, disabled, id, className, selectedKeys: selectedKeysProp, onSelectChange, ...ariaProps }: TransferProp): React.JSX.Element;
@@ -1,7 +1,8 @@
1
+ import * as React from "react";
1
2
  import type { TreeSelectProp } from "../../props/components/data-entry.prop.js";
2
3
  export type { TreeSelectProp, TreeSelectProp as TreeSelectProps, } from "../../props/components/data-entry.prop.js";
3
4
  export { SHOW_CHILD, SHOW_PARENT, SHOW_ALL } from "./tree-select-strategy.js";
4
- declare function TreeSelectRoot({ treeData: treeDataProp, value, defaultValue, onValueChange, multiple, treeCheckable, treeCheckStrictly, showSearch, showCheckedStrategy, treeDefaultExpandAll, placeholder, disabled, allowClear, className, id, fieldNames, ...ariaProps }: TreeSelectProp): import("react/jsx-runtime").JSX.Element;
5
+ declare function TreeSelectRoot({ treeData: treeDataProp, value, defaultValue, onValueChange, multiple, treeCheckable, treeCheckStrictly, showSearch, showCheckedStrategy, treeDefaultExpandAll, placeholder, disabled, allowClear, className, id, fieldNames, ...ariaProps }: TreeSelectProp): React.JSX.Element;
5
6
  export declare const TreeSelect: typeof TreeSelectRoot & {
6
7
  SHOW_CHILD: "SHOW_CHILD";
7
8
  SHOW_PARENT: "SHOW_PARENT";
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  interface UploadCropDialogProps {
2
3
  open: boolean;
3
4
  onOpenChange: (open: boolean) => void;
@@ -5,5 +6,5 @@ interface UploadCropDialogProps {
5
6
  onConfirm: (cropped: File) => void;
6
7
  }
7
8
  /** Simple 1:1 avatar crop — canvas export, no extra deps. */
8
- export declare function UploadCropDialog({ open, onOpenChange, file, onConfirm }: UploadCropDialogProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function UploadCropDialog({ open, onOpenChange, file, onConfirm }: UploadCropDialogProps): React.JSX.Element;
9
10
  export {};
@@ -1,6 +1,7 @@
1
+ import * as React from "react";
1
2
  import type { UploadProp } from "../../props/components/data-entry.prop.js";
2
3
  export type { UploadProp, UploadProp as UploadProps, UploadFileItemProp, UploadVariantProp, } from "../../props/components/data-entry.prop.js";
3
4
  export type { UploadFileItem, UploadVariant, UploadCommitAction } from "./upload-types.js";
4
5
  export { collectUploadCommitActions, createUploadItem } from "./upload-types.js";
5
6
  export { useUploadDraft } from "./use-upload-draft.js";
6
- export declare function Upload({ variant, value, defaultValue, onValueChange, accept: acceptProp, multiple: multipleProp, maxCount: maxCountProp, maxSizeBytes, disabled, removable, onUpload, id, className, children, ...ariaProps }: UploadProp): import("react/jsx-runtime").JSX.Element;
7
+ export declare function Upload({ variant, value, defaultValue, onValueChange, accept: acceptProp, multiple: multipleProp, maxCount: maxCountProp, maxSizeBytes, disabled, removable, onUpload, id, className, children, ...ariaProps }: UploadProp): React.JSX.Element;
@@ -36,7 +36,7 @@ export declare const AlertActions: React.ForwardRefExoticComponent<React.HTMLAtt
36
36
  * - **Legacy mode** (no `category`, e.g. mutation/infinite feedback): shows the cleaned domain
37
37
  * message (`humanError`) + optional Retry — form-submit corrective guidance stays visible.
38
38
  */
39
- export declare function AlertQueryError({ error, category, onRetry, onAuthAction, className, }: AlertQueryErrorProp): import("react/jsx-runtime").JSX.Element;
39
+ export declare function AlertQueryError({ error, category, onRetry, onAuthAction, className, }: AlertQueryErrorProp): React.JSX.Element;
40
40
  export declare const Alert: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
41
41
  variant?: import("../../props/index.js").AlertVariantProp;
42
42
  tone?: ToneProp;
@@ -5,10 +5,10 @@ import type { ToneProp } from "../../props/vocabulary/index.js";
5
5
  import type { AlertDialogProp } from "../../props/components/feedback.prop.js";
6
6
  export type { AlertDialogProp, AlertDialogProp as AlertDialogProps, } from "../../props/components/feedback.prop.js";
7
7
  type DialogRootProps = React.ComponentProps<typeof DialogPrimitive.Root> & {};
8
- declare function DialogRoot(props: DialogRootProps): import("react/jsx-runtime").JSX.Element;
9
- declare function DialogTrigger(props: React.ComponentProps<typeof DialogPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
10
- declare function DialogPortal(props: React.ComponentProps<typeof DialogPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
11
- declare function DialogClose(props: React.ComponentProps<typeof DialogPrimitive.Close>): import("react/jsx-runtime").JSX.Element;
8
+ declare function DialogRoot(props: DialogRootProps): React.JSX.Element;
9
+ declare function DialogTrigger(props: React.ComponentProps<typeof DialogPrimitive.Trigger>): React.JSX.Element;
10
+ declare function DialogPortal(props: React.ComponentProps<typeof DialogPrimitive.Portal>): React.JSX.Element;
11
+ declare function DialogClose(props: React.ComponentProps<typeof DialogPrimitive.Close>): React.JSX.Element;
12
12
  declare const DialogOverlay: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
13
13
  declare const DialogContent: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
14
14
  showClose?: boolean;
@@ -21,15 +21,15 @@ interface DialogHeaderProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "
21
21
  tone?: ToneProp;
22
22
  }
23
23
  declare const DialogHeader: {
24
- ({ className, title, subtitle, extra, tone, children, ...props }: DialogHeaderProps): import("react/jsx-runtime").JSX.Element;
24
+ ({ className, title, subtitle, extra, tone, children, ...props }: DialogHeaderProps): React.JSX.Element;
25
25
  displayName: string;
26
26
  };
27
27
  declare const DialogBody: {
28
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
28
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
29
29
  displayName: string;
30
30
  };
31
31
  declare const DialogFooter: {
32
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
32
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
33
33
  displayName: string;
34
34
  };
35
35
  declare const DialogTitle: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
@@ -42,11 +42,11 @@ declare const AlertDialogContent: React.ForwardRefExoticComponent<Omit<AlertDial
42
42
  showCloseButton?: boolean;
43
43
  } & React.RefAttributes<HTMLDivElement>>;
44
44
  declare const AlertDialogHeader: {
45
- ({ className, title, subtitle, extra, tone, children, ...props }: DialogHeaderProps): import("react/jsx-runtime").JSX.Element;
45
+ ({ className, title, subtitle, extra, tone, children, ...props }: DialogHeaderProps): React.JSX.Element;
46
46
  displayName: string;
47
47
  };
48
48
  declare const AlertDialogFooter: {
49
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
49
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
50
50
  displayName: string;
51
51
  };
52
52
  declare const AlertDialogTitle: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
@@ -58,7 +58,7 @@ declare const DialogCancel: React.ForwardRefExoticComponent<Omit<AlertDialogPrim
58
58
  declare const AlertDialogAction: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogActionProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
59
59
  declare const AlertDialogCancel: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogCancelProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
60
60
  /** Preset: confirm / destructive / type-to-confirm without compound markup. */
61
- declare function AlertDialog({ open, onOpenChange, title, description, confirmLabel, cancelLabel, variant, confirmPhrase, onConfirm, keepOpenOnConfirm, pending, }: AlertDialogProp): import("react/jsx-runtime").JSX.Element;
61
+ declare function AlertDialog({ open, onOpenChange, title, description, confirmLabel, cancelLabel, variant, confirmPhrase, onConfirm, keepOpenOnConfirm, pending, }: AlertDialogProp): React.JSX.Element;
62
62
  export declare const Dialog: typeof DialogRoot & {
63
63
  Trigger: typeof DialogTrigger;
64
64
  Portal: typeof DialogPortal;
@@ -68,15 +68,15 @@ export declare const Dialog: typeof DialogRoot & {
68
68
  showCloseButton?: boolean;
69
69
  } & React.RefAttributes<HTMLDivElement>>;
70
70
  Header: {
71
- ({ className, title, subtitle, extra, tone, children, ...props }: DialogHeaderProps): import("react/jsx-runtime").JSX.Element;
71
+ ({ className, title, subtitle, extra, tone, children, ...props }: DialogHeaderProps): React.JSX.Element;
72
72
  displayName: string;
73
73
  };
74
74
  Body: {
75
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
75
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
76
76
  displayName: string;
77
77
  };
78
78
  Footer: {
79
- ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
79
+ ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
80
80
  displayName: string;
81
81
  };
82
82
  Title: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
@@ -2,10 +2,10 @@ import * as React from "react";
2
2
  import * as DialogPrimitive from "@radix-ui/react-dialog";
3
3
  import { type VariantProps } from "class-variance-authority";
4
4
  import type { ToneProp, WidthProp } from "../../props/vocabulary/index.js";
5
- export declare function Sheet(props: React.ComponentProps<typeof DialogPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
6
- export declare function SheetTrigger(props: React.ComponentProps<typeof DialogPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
7
- export declare function SheetClose(props: React.ComponentProps<typeof DialogPrimitive.Close>): import("react/jsx-runtime").JSX.Element;
8
- export declare function SheetPortal(props: React.ComponentProps<typeof DialogPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
5
+ export declare function Sheet(props: React.ComponentProps<typeof DialogPrimitive.Root>): React.JSX.Element;
6
+ export declare function SheetTrigger(props: React.ComponentProps<typeof DialogPrimitive.Trigger>): React.JSX.Element;
7
+ export declare function SheetClose(props: React.ComponentProps<typeof DialogPrimitive.Close>): React.JSX.Element;
8
+ export declare function SheetPortal(props: React.ComponentProps<typeof DialogPrimitive.Portal>): React.JSX.Element;
9
9
  export declare const SheetOverlay: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
10
10
  declare const sheetVariants: (props?: ({
11
11
  side?: "left" | "right" | "top" | "bottom" | null | undefined;
@@ -30,9 +30,9 @@ export interface SheetHeaderProps extends Omit<React.HTMLAttributes<HTMLDivEleme
30
30
  /** Soft semantic background band for the header. `default` = no band. */
31
31
  tone?: ToneProp;
32
32
  }
33
- export declare const SheetHeader: ({ className, title, subtitle, extra, tone, children, ...props }: SheetHeaderProps) => import("react/jsx-runtime").JSX.Element;
34
- export declare const SheetBody: ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
35
- export declare const SheetFooter: ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
33
+ export declare const SheetHeader: ({ className, title, subtitle, extra, tone, children, ...props }: SheetHeaderProps) => React.JSX.Element;
34
+ export declare const SheetBody: ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => React.JSX.Element;
35
+ export declare const SheetFooter: ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => React.JSX.Element;
36
36
  export declare const SheetTitle: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
37
37
  export declare const SheetDescription: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
38
38
  export {};
@@ -1,17 +1,17 @@
1
1
  import * as React from "react";
2
2
  export type SkeletonProps = React.HTMLAttributes<HTMLDivElement>;
3
- export declare function Skeleton({ className, ...props }: SkeletonProps): import("react/jsx-runtime").JSX.Element;
3
+ export declare function Skeleton({ className, ...props }: SkeletonProps): React.JSX.Element;
4
4
  interface SkeletonRowsProps {
5
5
  rows?: number;
6
6
  columns?: number;
7
7
  className?: string;
8
8
  }
9
9
  /** Skeleton for a flat list of rows (use inside a Card or section). */
10
- export declare function SkeletonRows({ rows, columns, className }: SkeletonRowsProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function SkeletonRows({ rows, columns, className }: SkeletonRowsProps): React.JSX.Element;
11
11
  /** Skeleton matching the DataTable layout — header row + N body rows. */
12
- export declare function SkeletonTable({ rows, columns }: SkeletonRowsProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare function SkeletonTable({ rows, columns }: SkeletonRowsProps): React.JSX.Element;
13
13
  /** Skeleton matching a Card detail layout — title + 6 metadata rows. */
14
- export declare function SkeletonDetail(): import("react/jsx-runtime").JSX.Element;
14
+ export declare function SkeletonDetail(): React.JSX.Element;
15
15
  /** Skeleton matching a stat card / dashboard tile. */
16
- export declare function SkeletonStat(): import("react/jsx-runtime").JSX.Element;
16
+ export declare function SkeletonStat(): React.JSX.Element;
17
17
  export {};
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import { type ToasterProps } from "sonner";
2
- declare function Toaster({ ...props }: ToasterProps): import("react/jsx-runtime").JSX.Element;
3
+ declare function Toaster({ ...props }: ToasterProps): React.JSX.Element;
3
4
  export { Toaster };
@@ -1,10 +1,10 @@
1
1
  import * as React from "react";
2
2
  import * as TooltipPrimitive from "@radix-ui/react-tooltip";
3
3
  /** Opt-in provider for tuning delay across a subtree. Each <Tooltip> already self-provides. */
4
- export declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>): import("react/jsx-runtime").JSX.Element;
4
+ export declare function TooltipProvider({ delayDuration, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>): React.JSX.Element;
5
5
  /** Self-contained tooltip — no app-level provider needed. Controllable via `open`/`onOpenChange`. */
6
6
  export declare function Tooltip({ delayDuration, ...props }: React.ComponentProps<typeof TooltipPrimitive.Root> & {
7
7
  delayDuration?: number;
8
- }): import("react/jsx-runtime").JSX.Element;
8
+ }): React.JSX.Element;
9
9
  export declare const TooltipTrigger: React.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React.RefAttributes<HTMLButtonElement>>;
10
10
  export declare const TooltipContent: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -11,4 +11,4 @@ export type { RevealProp, RevealProp as RevealProps } from "../../props/componen
11
11
  * Pure/server-safe: no hooks, no effects. Pass `asChild` to merge the reveal onto the single child
12
12
  * element (no wrapper `<div>`) when an extra box would break a grid/flex layout.
13
13
  */
14
- export declare function Reveal({ children, delay, asChild, className, ...props }: RevealProp): import("react/jsx-runtime").JSX.Element;
14
+ export declare function Reveal({ children, delay, asChild, className, ...props }: RevealProp): import("react").JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { AppShellProp } from "../../props/components/layout.prop.js";
2
3
  export type { AppShellProp, AppShellProp as AppShellProps, } from "../../props/components/layout.prop.js";
3
- export declare function AppShell({ sidebar, topbar, topbarLeft, topbarRight, logo, breadcrumb, footer, children, sidebarCollapsed, mobileNav, mobileNavLabel, mobileNavOpen, onMobileNavOpenChange, }: AppShellProp): import("react/jsx-runtime").JSX.Element;
4
+ export declare function AppShell({ sidebar, topbar, topbarLeft, topbarRight, logo, breadcrumb, footer, children, sidebarCollapsed, mobileNav, mobileNavLabel, mobileNavOpen, onMobileNavOpenChange, }: AppShellProp): React.JSX.Element;
@@ -49,7 +49,7 @@ function AppShell({
49
49
  type: "button",
50
50
  variant: "ghost",
51
51
  size: "sm",
52
- className: "app-mobile-nav-trigger",
52
+ className: "app-mobile-nav-trigger hidden max-lg:inline-flex",
53
53
  "aria-label": t("layout.appShell.openNav"),
54
54
  "aria-haspopup": "dialog",
55
55
  children: /* @__PURE__ */ jsx(Menu, { className: "size-5", "aria-hidden": "true" })
@@ -8,4 +8,4 @@ export type { AuthShellProp, AuthShellProp as AuthShellProps, } from "../../prop
8
8
  * consumer's `.auth-shell-*` / `.ui-auth-scope` classes. Motion is delegated to `Reveal` (wrap the
9
9
  * card) so `prefers-reduced-motion` is honoured in one place.
10
10
  */
11
- export declare function AuthShell({ brand, footer, children, className }: AuthShellProp): import("react/jsx-runtime").JSX.Element;
11
+ export declare function AuthShell({ brand, footer, children, className }: AuthShellProp): import("react").JSX.Element;
@@ -10,4 +10,4 @@ export type BreadcrumbProps = {
10
10
  */
11
11
  ariaLabel?: string;
12
12
  };
13
- export declare function Breadcrumb({ items, linkComponent: LinkComponent, ariaLabel, }: BreadcrumbProps): import("react/jsx-runtime").JSX.Element;
13
+ export declare function Breadcrumb({ items, linkComponent: LinkComponent, ariaLabel, }: BreadcrumbProps): import("react").JSX.Element;
@@ -19,4 +19,4 @@ export type { CenteredShellProp, CenteredShellProp as CenteredShellProps, } from
19
19
  * footgun). Layout-only: delegate motion to `Reveal` (wrap a section) so `prefers-reduced-motion`
20
20
  * is honoured in one place.
21
21
  */
22
- export declare function CenteredShell({ topbar, footer, children, width, className, }: CenteredShellProp): import("react/jsx-runtime").JSX.Element;
22
+ export declare function CenteredShell({ topbar, footer, children, width, className, }: CenteredShellProp): import("react").JSX.Element;
@@ -1,3 +1,3 @@
1
1
  import type { FlexProp } from "../../props/components/layout.prop.js";
2
2
  export type { FlexAlignProp, FlexDirectionProp, FlexJustifyProp, FlexProp, FlexProp as FlexProps, } from "../../props/components/layout.prop.js";
3
- export declare function Flex({ direction, gap, align, justify, wrap, className, children, ...props }: FlexProp): import("react/jsx-runtime").JSX.Element;
3
+ export declare function Flex({ direction, gap, align, justify, wrap, className, children, ...props }: FlexProp): import("react").JSX.Element;
@@ -1,8 +1,8 @@
1
1
  import type { PageContainerProp, PageInsetProp } from "../../props/components/layout.prop.js";
2
2
  export type { PageContainerProp, PageContainerProp as PageContainerProps, } from "../../props/components/layout.prop.js";
3
3
  export type { BreadcrumbItemProp, BreadcrumbItemProp as BreadcrumbItem, } from "../../props/vocabulary/navigation.prop.js";
4
- export declare function PageContainerInset({ className, children, ...props }: PageInsetProp): import("react/jsx-runtime").JSX.Element;
5
- declare function PageContainerRoot({ title, subtitle, extra, footer, breadcrumb, breadcrumbLabel, breadcrumbAriaLabel, linkComponent: LinkComponent, density, variant, stickyFooter, footerReveal, fill, children, className, }: PageContainerProp): import("react/jsx-runtime").JSX.Element;
4
+ export declare function PageContainerInset({ className, children, ...props }: PageInsetProp): import("react").JSX.Element;
5
+ declare function PageContainerRoot({ title, subtitle, extra, footer, breadcrumb, breadcrumbLabel, breadcrumbAriaLabel, linkComponent: LinkComponent, density, variant, stickyFooter, footerReveal, fill, children, className, }: PageContainerProp): import("react").JSX.Element;
6
6
  export declare const PageContainer: typeof PageContainerRoot & {
7
7
  Inset: typeof PageContainerInset;
8
8
  };
@@ -1,14 +1,14 @@
1
1
  import * as React from "react";
2
2
  import * as ResizablePrimitive from "react-resizable-panels";
3
3
  export declare const ResizablePanelGroup: {
4
- ({ className, ...props }: React.ComponentPropsWithoutRef<typeof ResizablePrimitive.Group>): import("react/jsx-runtime").JSX.Element;
4
+ ({ className, ...props }: React.ComponentPropsWithoutRef<typeof ResizablePrimitive.Group>): React.JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export declare const ResizablePanel: {
8
- ({ className, ...props }: React.ComponentPropsWithoutRef<typeof ResizablePrimitive.Panel>): import("react/jsx-runtime").JSX.Element;
8
+ ({ className, ...props }: React.ComponentPropsWithoutRef<typeof ResizablePrimitive.Panel>): React.JSX.Element;
9
9
  displayName: string;
10
10
  };
11
11
  export declare const ResizableHandle: {
12
- ({ className, ...props }: React.ComponentPropsWithoutRef<typeof ResizablePrimitive.Separator>): import("react/jsx-runtime").JSX.Element;
12
+ ({ className, ...props }: React.ComponentPropsWithoutRef<typeof ResizablePrimitive.Separator>): React.JSX.Element;
13
13
  displayName: string;
14
14
  };
@@ -4,4 +4,4 @@ export type ResponsiveGridProps = {
4
4
  columns?: ResponsiveGridColumnsProp;
5
5
  children: ReactNode;
6
6
  };
7
- export declare function ResponsiveGrid({ columns, children }: ResponsiveGridProps): import("react/jsx-runtime").JSX.Element;
7
+ export declare function ResponsiveGrid({ columns, children }: ResponsiveGridProps): import("react").JSX.Element;
@@ -15,7 +15,7 @@ type SidebarItemProps = {
15
15
  onActivate?: (id: string) => void;
16
16
  renderItem?: RenderItem;
17
17
  };
18
- export declare function SidebarHeader({ children, className, ...props }: SidebarHeaderProps): import("react/jsx-runtime").JSX.Element;
19
- export declare function SidebarSection({ label, collapsed, children, className, ...props }: SidebarSectionProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
20
- export declare function SidebarItem({ item, active, sub, onActivate, renderItem, children, ...props }: SidebarItemProps & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onClick">): import("react/jsx-runtime").JSX.Element;
21
- export declare function Sidebar({ ariaLabel: ariaLabelCamel, activeId, onSelect, sections, product, onProductClick, brand, collapsed, children, renderItem, footer, "aria-label": ariaLabel, }: SidebarProp): import("react/jsx-runtime").JSX.Element;
18
+ export declare function SidebarHeader({ children, className, ...props }: SidebarHeaderProps): React.JSX.Element;
19
+ export declare function SidebarSection({ label, collapsed, children, className, ...props }: SidebarSectionProps & React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
20
+ export declare function SidebarItem({ item, active, sub, onActivate, renderItem, children, ...props }: SidebarItemProps & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onClick">): React.JSX.Element;
21
+ export declare function Sidebar({ ariaLabel: ariaLabelCamel, activeId, onSelect, sections, product, onProductClick, brand, collapsed, children, renderItem, footer, "aria-label": ariaLabel, }: SidebarProp): React.JSX.Element;
@@ -6,4 +6,4 @@ export type SplitPaneProps = {
6
6
  /** Accessible complementary landmark name; required when multiple panes share a document. */
7
7
  asideLabel?: string;
8
8
  };
9
- export declare function SplitPane({ children, aside, asideWidth, asideLabel }: SplitPaneProps): import("react/jsx-runtime").JSX.Element;
9
+ export declare function SplitPane({ children, aside, asideWidth, asideLabel }: SplitPaneProps): import("react").JSX.Element;
@@ -17,4 +17,4 @@ export type { TopbarProp, TopbarProp as TopbarProps } from "../../props/componen
17
17
  * Use it as `AppShell`'s `topbar` slot, or place it directly. For full custom content, pass
18
18
  * `children` instead of the three slots.
19
19
  */
20
- export declare function Topbar({ start, center, end, className, children, ...props }: TopbarProp): import("react/jsx-runtime").JSX.Element;
20
+ export declare function Topbar({ start, center, end, className, children, ...props }: TopbarProp): import("react").JSX.Element;
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
3
3
  export declare const ContextMenu: React.FC<ContextMenuPrimitive.ContextMenuProps>;
4
- export declare function ContextMenuTrigger(props: React.ComponentProps<typeof ContextMenuPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
4
+ export declare function ContextMenuTrigger(props: React.ComponentProps<typeof ContextMenuPrimitive.Trigger>): React.JSX.Element;
5
5
  export declare const ContextMenuPortal: React.FC<ContextMenuPrimitive.ContextMenuPortalProps>;
6
6
  export declare const ContextMenuContent: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
7
  export declare const ContextMenuItem: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
@@ -15,7 +15,7 @@ export declare const ContextMenuLabel: React.ForwardRefExoticComponent<Omit<Cont
15
15
  inset?: boolean;
16
16
  } & React.RefAttributes<HTMLDivElement>>;
17
17
  export declare const ContextMenuSeparator: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
18
- export declare const ContextMenuShortcut: ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => import("react/jsx-runtime").JSX.Element;
18
+ export declare const ContextMenuShortcut: ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => React.JSX.Element;
19
19
  export declare const ContextMenuSub: React.FC<ContextMenuPrimitive.ContextMenuSubProps>;
20
20
  export declare const ContextMenuSubTrigger: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSubTriggerProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
21
21
  export declare const ContextMenuSubContent: React.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSubContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -1,11 +1,11 @@
1
1
  import * as React from "react";
2
2
  import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
3
- export declare function DropdownMenu(props: React.ComponentProps<typeof DropdownMenuPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
- export declare function DropdownMenuTrigger(props: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
- export declare function DropdownMenuPortal(props: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
6
- export declare function DropdownMenuGroup(props: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): import("react/jsx-runtime").JSX.Element;
7
- export declare function DropdownMenuRadioGroup(props: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): import("react/jsx-runtime").JSX.Element;
8
- export declare function DropdownMenuSub(props: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): import("react/jsx-runtime").JSX.Element;
3
+ export declare function DropdownMenu(props: React.ComponentProps<typeof DropdownMenuPrimitive.Root>): React.JSX.Element;
4
+ export declare function DropdownMenuTrigger(props: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): React.JSX.Element;
5
+ export declare function DropdownMenuPortal(props: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): React.JSX.Element;
6
+ export declare function DropdownMenuGroup(props: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): React.JSX.Element;
7
+ export declare function DropdownMenuRadioGroup(props: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): React.JSX.Element;
8
+ export declare function DropdownMenuSub(props: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): React.JSX.Element;
9
9
  export declare const DropdownMenuContent: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
10
10
  export declare const DropdownMenuItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
11
11
  inset?: boolean;
@@ -21,4 +21,4 @@ export declare const DropdownMenuSubTrigger: React.ForwardRefExoticComponent<Omi
21
21
  inset?: boolean;
22
22
  } & React.RefAttributes<HTMLDivElement>>;
23
23
  export declare const DropdownMenuSubContent: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
24
- export declare const DropdownMenuShortcut: ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => import("react/jsx-runtime").JSX.Element;
24
+ export declare const DropdownMenuShortcut: ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => React.JSX.Element;
@@ -1,4 +1,4 @@
1
1
  import type { ToolbarGroupProp, ToolbarProp } from "../../props/components/navigation.prop.js";
2
2
  export type { ToolbarGroupProp, ToolbarGroupProp as ToolbarGroupProps, ToolbarProp, ToolbarProp as ToolbarProps, } from "../../props/components/navigation.prop.js";
3
- export declare function Toolbar({ onClear, hasActiveFilters, className, children }: ToolbarProp): import("react/jsx-runtime").JSX.Element;
4
- export declare function ToolbarGroup({ label, className, children }: ToolbarGroupProp): import("react/jsx-runtime").JSX.Element;
3
+ export declare function Toolbar({ onClear, hasActiveFilters, className, children }: ToolbarProp): import("react").JSX.Element;
4
+ export declare function ToolbarGroup({ label, className, children }: ToolbarGroupProp): import("react").JSX.Element;
@@ -4,10 +4,10 @@ export declare const Menubar: React.ForwardRefExoticComponent<MenubarPrimitive.M
4
4
  export declare const MenubarMenu: {
5
5
  (props: MenubarPrimitive.MenubarMenuProps & {
6
6
  __scopeMenubar?: import("@radix-ui/react-context").Scope;
7
- }): import("react/jsx-runtime").JSX.Element;
7
+ }): React.JSX.Element;
8
8
  displayName: string;
9
9
  };
10
- export declare function MenubarTrigger(props: React.ComponentProps<typeof MenubarPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
10
+ export declare function MenubarTrigger(props: React.ComponentProps<typeof MenubarPrimitive.Trigger>): React.JSX.Element;
11
11
  export declare const MenubarContent: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
12
12
  export declare const MenubarItem: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
13
13
  inset?: boolean;
@@ -18,7 +18,7 @@ export declare const MenubarRadioGroup: React.ForwardRefExoticComponent<Omit<Men
18
18
  export declare const MenubarRadioItem: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarRadioItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
19
19
  export declare const MenubarLabel: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarLabelProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
20
20
  export declare const MenubarSeparator: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
21
- export declare const MenubarShortcut: ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => import("react/jsx-runtime").JSX.Element;
21
+ export declare const MenubarShortcut: ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => React.JSX.Element;
22
22
  export declare const MenubarSub: React.FC<MenubarPrimitive.MenubarSubProps>;
23
23
  export declare const MenubarSubTrigger: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSubTriggerProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
24
24
  export declare const MenubarSubContent: React.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSubContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -9,7 +9,7 @@ declare const PaginationLink: React.ForwardRefExoticComponent<Omit<Omit<React.De
9
9
  href?: string;
10
10
  } & React.RefAttributes<HTMLButtonElement>>;
11
11
  declare const PaginationEllipsis: {
12
- ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
12
+ ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): React.JSX.Element;
13
13
  displayName: string;
14
14
  };
15
15
  declare const PaginationPrevious: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "type"> & {
@@ -22,5 +22,5 @@ declare const PaginationNext: React.ForwardRefExoticComponent<Omit<Omit<React.De
22
22
  disabled?: boolean;
23
23
  href?: string;
24
24
  } & React.RefAttributes<HTMLButtonElement>>;
25
- export declare function Pagination({ ariaLabel, value, total, pageSize, pageSizeOptions, showSizeChanger, showTotal, hideOnSinglePage, simple, disabled, className, onValueChange, }: PaginationProp): import("react/jsx-runtime").JSX.Element | null;
25
+ export declare function Pagination({ ariaLabel, value, total, pageSize, pageSizeOptions, showSizeChanger, showTotal, hideOnSinglePage, simple, disabled, className, onValueChange, }: PaginationProp): React.JSX.Element | null;
26
26
  export { PaginationContent, PaginationItem, PaginationLink, PaginationEllipsis, PaginationPrevious, PaginationNext, };
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { StepsProp } from "../../props/components/navigation.prop.js";
2
3
  export type { StepsProp, StepsProp as StepsProps, StepItemProp, StepStatusProp, } from "../../props/components/navigation.prop.js";
3
- export declare function Steps({ items, value: current, defaultValue, status: currentStatus, orientation, type, size, titlePlacement, onValueChange, className, }: StepsProp): import("react/jsx-runtime").JSX.Element;
4
+ export declare function Steps({ items, value: current, defaultValue, status: currentStatus, orientation, type, size, titlePlacement, onValueChange, className, }: StepsProp): React.JSX.Element;
@@ -12,7 +12,7 @@ export type TabsProps = React.ComponentProps<typeof TabsPrimitive.Root> & {
12
12
  listClassName?: string;
13
13
  contentClassName?: string;
14
14
  };
15
- export declare function Tabs({ className, orientation, items, value, defaultValue, variant, listClassName, contentClassName, ...props }: TabsProps): import("react/jsx-runtime").JSX.Element;
15
+ export declare function Tabs({ className, orientation, items, value, defaultValue, variant, listClassName, contentClassName, ...props }: TabsProps): React.JSX.Element;
16
16
  export declare const TabsList: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
17
17
  variant?: "default" | "line";
18
18
  } & React.RefAttributes<HTMLDivElement>>;
@@ -1,7 +1,8 @@
1
+ import * as React from "react";
1
2
  import type { DataStateProp } from "../../props/components/query.prop.js";
2
3
  export type { DataStateProp, DataStateProp as DataStateProps, } from "../../props/components/query.prop.js";
3
4
  /**
4
5
  * Query lifecycle widget — orchestrates skeleton / error / empty / success for one `useQuery` block.
5
6
  * Not a visual component; prefer `@godxjp/ui/query`. Apps may also import via `@godxjp/ui/admin`.
6
7
  */
7
- export declare function DataState<T>({ query, skeleton, prerequisite, empty, isEmpty, errorRenderer, showRetry, onRetry, onAuthError, children, }: DataStateProp<T>): import("react/jsx-runtime").JSX.Element;
8
+ export declare function DataState<T>({ query, skeleton, prerequisite, empty, isEmpty, errorRenderer, showRetry, onRetry, onAuthError, children, }: DataStateProp<T>): React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import * as React from "react";
1
2
  import type { InfiniteQueryStateProp } from "../../props/components/query.prop.js";
2
3
  export type { InfiniteQueryStateProp, InfiniteQueryStateProp as InfiniteQueryStateProps, } from "../../props/components/query.prop.js";
3
4
  /** Flatten `{ pages: [{ items }] }` — default GODX paginated API shape. */
@@ -10,4 +11,4 @@ export declare function flattenItemPages<TItem, TPage extends {
10
11
  * `useInfiniteQuery` lifecycle widget — flatten pages, load-more footer.
11
12
  * Cursor / activity feeds where user accumulates pages (vs DataTable cursor buttons).
12
13
  */
13
- export declare function InfiniteQueryState<TPage, TFlat>({ query, skeleton, empty, flatten, isEmpty, errorRenderer, showRetry, onRetry, onAuthError, loadingMore, loadMore, showLoadMore, children, }: InfiniteQueryStateProp<TPage, TFlat>): import("react/jsx-runtime").JSX.Element;
14
+ export declare function InfiniteQueryState<TPage, TFlat>({ query, skeleton, empty, flatten, isEmpty, errorRenderer, showRetry, onRetry, onAuthError, loadingMore, loadMore, showLoadMore, children, }: InfiniteQueryStateProp<TPage, TFlat>): React.JSX.Element;
@@ -4,4 +4,4 @@ export type { AlertMutationFeedbackProp, AlertMutationFeedbackProp as AlertMutat
4
4
  * Inline mutation error — renders nothing when idle/success.
5
5
  * Prefer toast for transient saves; use this for blocking form sections (SimulatorPage).
6
6
  */
7
- export declare function AlertMutationFeedback({ mutation, onRetry, showRetry, pending, className, }: AlertMutationFeedbackProp): import("react/jsx-runtime").JSX.Element | null;
7
+ export declare function AlertMutationFeedback({ mutation, onRetry, showRetry, pending, className, }: AlertMutationFeedbackProp): import("react").JSX.Element | null;
@@ -1,7 +1,8 @@
1
+ import * as React from "react";
1
2
  import type { PrefetchLinkProp } from "../../props/components/query.prop.js";
2
3
  export type { PrefetchLinkProp, PrefetchLinkProp as PrefetchLinkProps, } from "../../props/components/query.prop.js";
3
4
  /**
4
5
  * React Router `Link` + `queryClient.prefetchQuery` on hover/focus.
5
6
  * Detail routes feel instant when list rows are hovered.
6
7
  */
7
- export declare function PrefetchLink({ queryKey, queryFn, prefetchOn, staleTime, onMouseEnter, onFocus, ...linkProps }: PrefetchLinkProp): import("react/jsx-runtime").JSX.Element;
8
+ export declare function PrefetchLink({ queryKey, queryFn, prefetchOn, staleTime, onMouseEnter, onFocus, ...linkProps }: PrefetchLinkProp): React.JSX.Element;
@@ -1,4 +1,4 @@
1
1
  import type { ButtonRefetchProp } from "../../props/components/query.prop.js";
2
2
  export type { ButtonRefetchProp, ButtonRefetchProp as ButtonRefetchProps, } from "../../props/components/query.prop.js";
3
3
  /** Page-header Refresh — spins while `query.isFetching`, calls `query.refetch()`. */
4
- export declare function ButtonRefetch({ query, label, children, variant, size, className, ...props }: ButtonRefetchProp): import("react/jsx-runtime").JSX.Element;
4
+ export declare function ButtonRefetch({ query, label, children, variant, size, className, ...props }: ButtonRefetchProp): import("react").JSX.Element;
@@ -5,6 +5,6 @@ import * as HoverCardPrimitive from "@radix-ui/react-hover-card";
5
5
  * laggy); consumers can still pass `openDelay`/`closeDelay`. A small open delay (not 0) is
6
6
  * intentional — it prevents accidental triggering as the pointer passes over the trigger.
7
7
  */
8
- export declare function HoverCard({ openDelay, closeDelay, ...props }: React.ComponentProps<typeof HoverCardPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
8
+ export declare function HoverCard({ openDelay, closeDelay, ...props }: React.ComponentProps<typeof HoverCardPrimitive.Root>): React.JSX.Element;
9
9
  export declare const HoverCardTrigger: React.ForwardRefExoticComponent<HoverCardPrimitive.HoverCardTriggerProps & React.RefAttributes<HTMLAnchorElement>>;
10
10
  export declare const HoverCardContent: React.ForwardRefExoticComponent<Omit<HoverCardPrimitive.HoverCardContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -1,4 +1,4 @@
1
1
  import { type FieldValues } from "react-hook-form";
2
2
  import type { FormFieldControlProp } from "../props/components/form.prop.js";
3
3
  export type { FormFieldControlProp } from "../props/components/form.prop.js";
4
- export declare function FormFieldControl<TFieldValues extends FieldValues>({ name, label, required, helper, className, children, }: FormFieldControlProp<TFieldValues>): import("react/jsx-runtime").JSX.Element;
4
+ export declare function FormFieldControl<TFieldValues extends FieldValues>({ name, label, required, helper, className, children, }: FormFieldControlProp<TFieldValues>): import("react").JSX.Element;
@@ -7,4 +7,4 @@ export type { FormRootProp } from "../props/components/form.prop.js";
7
7
  * library — Inertia's `useForm` via `@godxjp/ui/inertia`, formik, TanStack Form). Both drive the same
8
8
  * `FormFieldControl` auto-binding; the core keeps ZERO dependency on any non-RHF form library.
9
9
  */
10
- export declare function FormRoot<TFieldValues extends FieldValues>({ form, adapter, onSubmit, children, className, id, }: FormRootProp<TFieldValues>): import("react/jsx-runtime").JSX.Element;
10
+ export declare function FormRoot<TFieldValues extends FieldValues>({ form, adapter, onSubmit, children, className, id, }: FormRootProp<TFieldValues>): import("react").JSX.Element;
@@ -235,7 +235,7 @@
235
235
  font-size: var(--font-size-base);
236
236
  }
237
237
 
238
- @media (max-width: 1023px) {
238
+ @media (width < 64rem) {
239
239
  .app-root,
240
240
  .app-root[data-collapsed="true"] {
241
241
  grid-template-areas:
@@ -602,26 +602,34 @@
602
602
  color: hsl(var(--muted-foreground));
603
603
  }
604
604
 
605
- [data-collapsed="true"] .sb-user-meta,
606
- [data-collapsed="true"] .sb-user-menu {
605
+ :is(.app-root[data-collapsed="true"] > .app-sidebar, .sb-root[data-collapsed="true"])
606
+ .sb-user-meta,
607
+ :is(.app-root[data-collapsed="true"] > .app-sidebar, .sb-root[data-collapsed="true"])
608
+ .sb-user-menu {
607
609
  display: none;
608
610
  }
609
611
 
610
- [data-collapsed="true"] .sb-product-name,
611
- [data-collapsed="true"] .sb-product-tenant,
612
- [data-collapsed="true"] .sb-product-caret,
613
- [data-collapsed="true"] .sb-section-label,
614
- [data-collapsed="true"] .sb-label,
615
- [data-collapsed="true"] .sb-badge {
612
+ :is(.app-root[data-collapsed="true"] > .app-sidebar, .sb-root[data-collapsed="true"])
613
+ .sb-product-name,
614
+ :is(.app-root[data-collapsed="true"] > .app-sidebar, .sb-root[data-collapsed="true"])
615
+ .sb-product-tenant,
616
+ :is(.app-root[data-collapsed="true"] > .app-sidebar, .sb-root[data-collapsed="true"])
617
+ .sb-product-caret,
618
+ :is(.app-root[data-collapsed="true"] > .app-sidebar, .sb-root[data-collapsed="true"])
619
+ .sb-section-label,
620
+ :is(.app-root[data-collapsed="true"] > .app-sidebar, .sb-root[data-collapsed="true"]) .sb-label,
621
+ :is(.app-root[data-collapsed="true"] > .app-sidebar, .sb-root[data-collapsed="true"]) .sb-badge {
616
622
  display: none;
617
623
  }
618
624
 
619
- [data-collapsed="true"] .sb-product {
625
+ :is(.app-root[data-collapsed="true"] > .app-sidebar, .sb-root[data-collapsed="true"])
626
+ .sb-product {
620
627
  justify-content: center;
621
628
  padding: 0;
622
629
  }
623
630
 
624
- [data-collapsed="true"] .sb-nav-item {
631
+ :is(.app-root[data-collapsed="true"] > .app-sidebar, .sb-root[data-collapsed="true"])
632
+ .sb-nav-item {
625
633
  width: var(--control-height);
626
634
  justify-content: center;
627
635
  margin-inline: auto;
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "@godxjp/ui",
3
- "version": "18.1.0",
4
- "godxUiMcp": "18.0.3",
3
+ "version": "18.1.1",
4
+ "godxUiMcp": "18.1.0",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.29.1",
7
+ "pnpm": {
8
+ "overrides": {
9
+ "esbuild": ">=0.28.1"
10
+ }
11
+ },
7
12
  "sideEffects": false,
8
13
  "description": "@godxjp/ui — shared React UI framework (shadcn + Radix + Tailwind v4).",
9
14
  "files": [
@@ -367,32 +372,32 @@
367
372
  "@date-fns/tz": "^1.5.0",
368
373
  "@fontsource/montserrat": "^5.2.8",
369
374
  "@fontsource/noto-sans-jp": "^5.2.9",
370
- "@radix-ui/react-accordion": "^1.2.12",
371
- "@radix-ui/react-alert-dialog": "^1.1.15",
372
- "@radix-ui/react-aspect-ratio": "^1.1.8",
373
- "@radix-ui/react-avatar": "^1.1.11",
374
- "@radix-ui/react-checkbox": "^1.3.3",
375
- "@radix-ui/react-collapsible": "^1.1.12",
376
- "@radix-ui/react-context": "^1.1.2",
377
- "@radix-ui/react-context-menu": "^2.2.16",
378
- "@radix-ui/react-dialog": "^1.1.15",
379
- "@radix-ui/react-dropdown-menu": "^2.1.16",
380
- "@radix-ui/react-hover-card": "^1.1.15",
381
- "@radix-ui/react-label": "^2.1.8",
382
- "@radix-ui/react-menubar": "^1.1.16",
383
- "@radix-ui/react-navigation-menu": "^1.2.14",
384
- "@radix-ui/react-popover": "^1.1.15",
385
- "@radix-ui/react-radio-group": "^1.3.8",
386
- "@radix-ui/react-scroll-area": "^1.2.10",
387
- "@radix-ui/react-select": "^2.2.6",
388
- "@radix-ui/react-separator": "^1.1.8",
389
- "@radix-ui/react-slider": "^1.3.6",
390
- "@radix-ui/react-slot": "^1.2.4",
391
- "@radix-ui/react-switch": "^1.2.6",
392
- "@radix-ui/react-tabs": "^1.1.13",
393
- "@radix-ui/react-toggle": "^1.1.10",
394
- "@radix-ui/react-toggle-group": "^1.1.11",
395
- "@radix-ui/react-tooltip": "^1.2.8",
375
+ "@radix-ui/react-accordion": "^1.2.16",
376
+ "@radix-ui/react-alert-dialog": "^1.1.19",
377
+ "@radix-ui/react-aspect-ratio": "^1.1.11",
378
+ "@radix-ui/react-avatar": "^1.2.2",
379
+ "@radix-ui/react-checkbox": "^1.3.7",
380
+ "@radix-ui/react-collapsible": "^1.1.16",
381
+ "@radix-ui/react-context": "^1.2.0",
382
+ "@radix-ui/react-context-menu": "^2.3.3",
383
+ "@radix-ui/react-dialog": "^1.1.19",
384
+ "@radix-ui/react-dropdown-menu": "^2.1.20",
385
+ "@radix-ui/react-hover-card": "^1.1.19",
386
+ "@radix-ui/react-label": "^2.1.11",
387
+ "@radix-ui/react-menubar": "^1.1.20",
388
+ "@radix-ui/react-navigation-menu": "^1.2.18",
389
+ "@radix-ui/react-popover": "^1.1.19",
390
+ "@radix-ui/react-radio-group": "^1.4.3",
391
+ "@radix-ui/react-scroll-area": "^1.2.14",
392
+ "@radix-ui/react-select": "^2.3.3",
393
+ "@radix-ui/react-separator": "^1.1.11",
394
+ "@radix-ui/react-slider": "^1.4.3",
395
+ "@radix-ui/react-slot": "^1.3.0",
396
+ "@radix-ui/react-switch": "^1.3.3",
397
+ "@radix-ui/react-tabs": "^1.1.17",
398
+ "@radix-ui/react-toggle": "^1.1.14",
399
+ "@radix-ui/react-toggle-group": "^1.1.15",
400
+ "@radix-ui/react-tooltip": "^1.2.12",
396
401
  "@tanstack/react-table": "^8.21.3",
397
402
  "class-variance-authority": "^0.7.1",
398
403
  "clsx": "^2.1.1",
@@ -400,9 +405,9 @@
400
405
  "date-fns": "^4.1.0",
401
406
  "embla-carousel-react": "^8.6.0",
402
407
  "input-otp": "^1.4.2",
403
- "lucide-react": "^1.14.0",
408
+ "lucide-react": "^1.25.0",
404
409
  "react-day-picker": "^10.0.1",
405
- "react-resizable-panels": "^4.11.2",
410
+ "react-resizable-panels": "^4.12.2",
406
411
  "sonner": "^2.0.7",
407
412
  "tailwind-merge": "^3.5.0",
408
413
  "tailwindcss-animate": "^1.0.7",
@@ -411,17 +416,17 @@
411
416
  "devDependencies": {
412
417
  "@axe-core/playwright": "^4.12.1",
413
418
  "@eslint/js": "^9.39.4",
414
- "@hookform/resolvers": "^5.2.2",
415
- "@tailwindcss/vite": "^4.2.4",
416
- "@tanstack/react-query": "^5.100.9",
419
+ "@hookform/resolvers": "^5.4.0",
420
+ "@tailwindcss/vite": "^4.3.3",
421
+ "@tanstack/react-query": "^5.101.2",
417
422
  "@testing-library/jest-dom": "^6.9.1",
418
423
  "@testing-library/react": "^16.3.2",
419
424
  "@testing-library/user-event": "^14.6.1",
420
425
  "@types/node": "^22.19.19",
421
- "@types/react": "^19.2.14",
426
+ "@types/react": "^19.2.17",
422
427
  "@types/react-dom": "^19.2.3",
423
- "@vitejs/plugin-react": "^6.0.1",
424
- "@vitest/coverage-v8": "^4.1.5",
428
+ "@vitejs/plugin-react": "^6.0.3",
429
+ "@vitest/coverage-v8": "^4.1.10",
425
430
  "axe-core": "^4.12.1",
426
431
  "eslint": "^9.39.2",
427
432
  "eslint-plugin-react": "^7.37.5",
@@ -429,19 +434,19 @@
429
434
  "globals": "^15.15.0",
430
435
  "jsdom": "^29.1.1",
431
436
  "playwright": "^1.61.1",
432
- "prettier": "^3.6.2",
437
+ "prettier": "^3.9.5",
433
438
  "prettier-plugin-tailwindcss": "^0.6.14",
434
- "react": "^19.2.6",
435
- "react-dom": "^19.2.6",
436
- "react-hook-form": "^7.76.0",
437
- "react-router-dom": "^7.15.0",
438
- "recharts": "^3.8.1",
439
- "tailwindcss": "^4.2.4",
439
+ "react": "^19.2.7",
440
+ "react-dom": "^19.2.7",
441
+ "react-hook-form": "^7.81.0",
442
+ "react-router-dom": "^7.18.1",
443
+ "recharts": "^3.9.2",
444
+ "tailwindcss": "^4.3.3",
440
445
  "tsup": "^8.5.1",
441
446
  "typescript": "^6.0.3",
442
- "typescript-eslint": "^8.60.0",
443
- "vite": "^8.0.10",
444
- "vitest": "^4.1.5",
447
+ "typescript-eslint": "^8.64.0",
448
+ "vite": "^8.1.5",
449
+ "vitest": "^4.1.10",
445
450
  "vitest-axe": "1.0.0-pre.5",
446
451
  "zod": "^4.4.3"
447
452
  },