@lglab/compose-ui 0.36.0 → 0.37.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 (81) hide show
  1. package/dist/accordion.d.ts +6 -6
  2. package/dist/accordion.d.ts.map +1 -1
  3. package/dist/alert-dialog.d.ts +10 -10
  4. package/dist/alert-dialog.d.ts.map +1 -1
  5. package/dist/alert.d.ts +8 -8
  6. package/dist/alert.d.ts.map +1 -1
  7. package/dist/autocomplete.d.ts +13 -13
  8. package/dist/autocomplete.d.ts.map +1 -1
  9. package/dist/avatar.d.ts +5 -5
  10. package/dist/badge.d.ts +4 -4
  11. package/dist/breadcrumb.d.ts +6 -6
  12. package/dist/button.d.ts +2 -2
  13. package/dist/calendar.d.ts +2 -2
  14. package/dist/calendar.d.ts.map +1 -1
  15. package/dist/card.d.ts +8 -8
  16. package/dist/card.d.ts.map +1 -1
  17. package/dist/checkbox-group.d.ts +2 -2
  18. package/dist/checkbox-group.d.ts.map +1 -1
  19. package/dist/checkbox.d.ts +3 -3
  20. package/dist/checkbox.d.ts.map +1 -1
  21. package/dist/collapsible.d.ts +4 -4
  22. package/dist/collapsible.d.ts.map +1 -1
  23. package/dist/combobox.d.ts +25 -25
  24. package/dist/components/chart/context.d.ts +2 -2
  25. package/dist/components/chart/legend.d.ts +2 -2
  26. package/dist/components/chart/tooltip.d.ts +2 -2
  27. package/dist/components/table/primitives.d.ts +11 -11
  28. package/dist/components/table/primitives.js +1 -1
  29. package/dist/components/table/primitives.js.map +1 -1
  30. package/dist/context-menu.d.ts +20 -20
  31. package/dist/context-menu.d.ts.map +1 -1
  32. package/dist/dialog.d.ts +11 -11
  33. package/dist/drawer.d.ts +12 -12
  34. package/dist/empty.d.ts +7 -7
  35. package/dist/empty.d.ts.map +1 -1
  36. package/dist/field.d.ts +8 -8
  37. package/dist/field.d.ts.map +1 -1
  38. package/dist/fieldset.d.ts +3 -3
  39. package/dist/fieldset.d.ts.map +1 -1
  40. package/dist/form.d.ts +2 -2
  41. package/dist/form.d.ts.map +1 -1
  42. package/dist/group.d.ts +3 -3
  43. package/dist/group.d.ts.map +1 -1
  44. package/dist/index.d.ts +2 -1
  45. package/dist/index.js +2 -1
  46. package/dist/input.d.ts +2 -2
  47. package/dist/input.d.ts.map +1 -1
  48. package/dist/menu.d.ts +20 -20
  49. package/dist/menu.d.ts.map +1 -1
  50. package/dist/menubar.d.ts +21 -21
  51. package/dist/meter.d.ts +6 -6
  52. package/dist/navigation-menu.d.ts +14 -14
  53. package/dist/number-field.d.ts +8 -8
  54. package/dist/pagination.d.ts +10 -10
  55. package/dist/popover.d.ts +12 -12
  56. package/dist/preview-card.d.ts +8 -8
  57. package/dist/progress.d.ts +6 -6
  58. package/dist/radio-group.d.ts +2 -2
  59. package/dist/radio.d.ts +3 -3
  60. package/dist/scroll-area.d.ts +7 -7
  61. package/dist/scroll-area.d.ts.map +1 -1
  62. package/dist/select.d.ts +19 -19
  63. package/dist/separator.d.ts +2 -2
  64. package/dist/skeleton.d.ts +2 -2
  65. package/dist/slider.d.ts +7 -7
  66. package/dist/slider.d.ts.map +1 -1
  67. package/dist/switch.d.ts +3 -3
  68. package/dist/switch.d.ts.map +1 -1
  69. package/dist/tabs.d.ts +6 -6
  70. package/dist/textarea.d.ts +2 -2
  71. package/dist/timeline.d.ts +81 -0
  72. package/dist/timeline.d.ts.map +1 -0
  73. package/dist/timeline.js +165 -0
  74. package/dist/timeline.js.map +1 -0
  75. package/dist/toast.d.ts +10 -10
  76. package/dist/toggle-group.d.ts +3 -3
  77. package/dist/toggle.d.ts +2 -2
  78. package/dist/toggle.d.ts.map +1 -1
  79. package/dist/toolbar.d.ts +7 -7
  80. package/dist/tooltip.d.ts +8 -8
  81. package/package.json +5 -1
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime261 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
3
3
  import { Collapsible } from "@base-ui/react/collapsible";
4
4
 
5
5
  //#region src/components/collapsible.d.ts
@@ -8,7 +8,7 @@ declare const CollapsibleRoot: {
8
8
  ({
9
9
  className,
10
10
  ...props
11
- }: CollapsibleRootProps): react_jsx_runtime261.JSX.Element;
11
+ }: CollapsibleRootProps): react_jsx_runtime18.JSX.Element;
12
12
  displayName: string;
13
13
  };
14
14
  type CollapsibleTriggerProps = React.ComponentProps<typeof Collapsible.Trigger>;
@@ -16,7 +16,7 @@ declare const CollapsibleTrigger: {
16
16
  ({
17
17
  className,
18
18
  ...props
19
- }: CollapsibleTriggerProps): react_jsx_runtime261.JSX.Element;
19
+ }: CollapsibleTriggerProps): react_jsx_runtime18.JSX.Element;
20
20
  displayName: string;
21
21
  };
22
22
  type CollapsiblePanelProps = React.ComponentProps<typeof Collapsible.Panel>;
@@ -24,7 +24,7 @@ declare const CollapsiblePanel: {
24
24
  ({
25
25
  className,
26
26
  ...props
27
- }: CollapsiblePanelProps): react_jsx_runtime261.JSX.Element;
27
+ }: CollapsiblePanelProps): react_jsx_runtime18.JSX.Element;
28
28
  displayName: string;
29
29
  };
30
30
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"collapsible.d.ts","names":[],"sources":["../src/components/collapsible.tsx"],"sourcesContent":[],"mappings":";;;;;KAWK,oBAAA,GAAuB,KAAA,CAAM,sBAAsB,WAAA,CAAgB;cAElE;;;;KAA4C,uBAAoB,oBAAA,CAAA,GAAA,CAAA;EAFjE,WAAA,EAAA,MAAA;CAAoB;KAYpB,uBAAA,GAA0B,KAAA,CAAM,cAZmC,CAAA,OAYb,WAAA,CAAgB,OAZH,CAAA;cAclE,kBAd4B,EAAA;EAAc,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAcK,uBAdL,CAAA,EAc4B,oBAAA,CAAA,GAAA,CAAA,OAd5B;EAE1C,WAAA,EAAA,MAEL;CAAA;KAyBI,qBAAA,GAAwB,KAAA,CAAM,sBAAsB,WAAA,CAAgB;cAEnE,gBA7B4C,EAAA;;IAAoB,SAAA;IAAA,GAAA;EAAA,CAAA,EA6BnB,qBA7BmB,CAAA,EA6BE,oBAAA,CAAA,GAAA,CAAA,OA7BF;EAAA,WAAA,EAAA,MAAA;AAAA,CAAA"}
1
+ {"version":3,"file":"collapsible.d.ts","names":[],"sources":["../src/components/collapsible.tsx"],"sourcesContent":[],"mappings":";;;;;KAWK,oBAAA,GAAuB,KAAA,CAAM,sBAAsB,WAAA,CAAgB;cAElE;;;;KAA4C,uBAAoB,mBAAA,CAAA,GAAA,CAAA;EAFjE,WAAA,EAAA,MAAA;CAAoB;KAYpB,uBAAA,GAA0B,KAAA,CAAM,cAZmC,CAAA,OAYb,WAAA,CAAgB,OAZH,CAAA;cAclE,kBAd4B,EAAA;EAAc,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAcK,uBAdL,CAAA,EAc4B,mBAAA,CAAA,GAAA,CAAA,OAd5B;EAE1C,WAAA,EAAA,MAEL;CAAA;KAyBI,qBAAA,GAAwB,KAAA,CAAM,sBAAsB,WAAA,CAAgB;cAEnE,gBA7B4C,EAAA;;IAAoB,SAAA;IAAA,GAAA;EAAA,CAAA,EA6BnB,qBA7BmB,CAAA,EA6BE,mBAAA,CAAA,GAAA,CAAA,OA7BF;EAAA,WAAA,EAAA,MAAA;AAAA,CAAA"}
@@ -1,17 +1,17 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime52 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime21 from "react/jsx-runtime";
3
3
  import { Combobox as BaseCombobox, ComboboxRootProps as ComboboxRootProps$1 } from "@base-ui/react/combobox";
4
4
  import * as _base_ui_react0 from "@base-ui/react";
5
5
 
6
6
  //#region src/components/combobox.d.ts
7
- declare function ComboboxRoot<Value, Multiple extends boolean | undefined = false>(props: ComboboxRootProps$1<Value, Multiple>): react_jsx_runtime52.JSX.Element;
7
+ declare function ComboboxRoot<Value, Multiple extends boolean | undefined = false>(props: ComboboxRootProps$1<Value, Multiple>): react_jsx_runtime21.JSX.Element;
8
8
  declare namespace ComboboxRoot {
9
9
  var displayName: string;
10
10
  }
11
11
  type ComboboxRootProps<Value, Multiple extends boolean | undefined = false> = ComboboxRootProps$1<Value, Multiple>;
12
12
  type ComboboxValueProps = React.ComponentProps<typeof BaseCombobox.Value>;
13
13
  declare const ComboboxValue: {
14
- (props: ComboboxValueProps): react_jsx_runtime52.JSX.Element;
14
+ (props: ComboboxValueProps): react_jsx_runtime21.JSX.Element;
15
15
  displayName: string;
16
16
  };
17
17
  type ComboboxIconProps = React.ComponentProps<typeof BaseCombobox.Icon>;
@@ -19,7 +19,7 @@ declare const ComboboxIcon: {
19
19
  ({
20
20
  className,
21
21
  ...props
22
- }: ComboboxIconProps): react_jsx_runtime52.JSX.Element;
22
+ }: ComboboxIconProps): react_jsx_runtime21.JSX.Element;
23
23
  displayName: string;
24
24
  };
25
25
  type ComboboxInputProps = React.ComponentProps<typeof BaseCombobox.Input>;
@@ -27,7 +27,7 @@ declare const ComboboxInput: {
27
27
  ({
28
28
  className,
29
29
  ...props
30
- }: ComboboxInputProps): react_jsx_runtime52.JSX.Element;
30
+ }: ComboboxInputProps): react_jsx_runtime21.JSX.Element;
31
31
  displayName: string;
32
32
  };
33
33
  type ComboboxControlProps = React.ComponentProps<'div'>;
@@ -35,7 +35,7 @@ declare const ComboboxControl: {
35
35
  ({
36
36
  className,
37
37
  ...props
38
- }: ComboboxControlProps): react_jsx_runtime52.JSX.Element;
38
+ }: ComboboxControlProps): react_jsx_runtime21.JSX.Element;
39
39
  displayName: string;
40
40
  };
41
41
  type ComboboxClearProps = React.ComponentProps<typeof BaseCombobox.Clear>;
@@ -43,7 +43,7 @@ declare const ComboboxClear: {
43
43
  ({
44
44
  className,
45
45
  ...props
46
- }: ComboboxClearProps): react_jsx_runtime52.JSX.Element;
46
+ }: ComboboxClearProps): react_jsx_runtime21.JSX.Element;
47
47
  displayName: string;
48
48
  };
49
49
  type ComboboxTriggerProps = React.ComponentProps<typeof BaseCombobox.Trigger>;
@@ -51,7 +51,7 @@ declare const ComboboxTrigger: {
51
51
  ({
52
52
  className,
53
53
  ...props
54
- }: ComboboxTriggerProps): react_jsx_runtime52.JSX.Element;
54
+ }: ComboboxTriggerProps): react_jsx_runtime21.JSX.Element;
55
55
  displayName: string;
56
56
  };
57
57
  type ComboboxBackdropProps = React.ComponentProps<typeof BaseCombobox.Backdrop>;
@@ -59,12 +59,12 @@ declare const ComboboxBackdrop: {
59
59
  ({
60
60
  className,
61
61
  ...props
62
- }: ComboboxBackdropProps): react_jsx_runtime52.JSX.Element;
62
+ }: ComboboxBackdropProps): react_jsx_runtime21.JSX.Element;
63
63
  displayName: string;
64
64
  };
65
65
  type ComboboxPortalProps = React.ComponentProps<typeof BaseCombobox.Portal>;
66
66
  declare const ComboboxPortal: {
67
- (props: ComboboxPortalProps): react_jsx_runtime52.JSX.Element;
67
+ (props: ComboboxPortalProps): react_jsx_runtime21.JSX.Element;
68
68
  displayName: string;
69
69
  };
70
70
  type ComboboxPositionerProps = React.ComponentProps<typeof BaseCombobox.Positioner>;
@@ -72,7 +72,7 @@ declare const ComboboxPositioner: {
72
72
  ({
73
73
  className,
74
74
  ...props
75
- }: ComboboxPositionerProps): react_jsx_runtime52.JSX.Element;
75
+ }: ComboboxPositionerProps): react_jsx_runtime21.JSX.Element;
76
76
  displayName: string;
77
77
  };
78
78
  type ComboboxPopupProps = React.ComponentProps<typeof BaseCombobox.Popup>;
@@ -80,7 +80,7 @@ declare const ComboboxPopup: {
80
80
  ({
81
81
  className,
82
82
  ...props
83
- }: ComboboxPopupProps): react_jsx_runtime52.JSX.Element;
83
+ }: ComboboxPopupProps): react_jsx_runtime21.JSX.Element;
84
84
  displayName: string;
85
85
  };
86
86
  type ComboboxListProps = React.ComponentProps<typeof BaseCombobox.List>;
@@ -88,7 +88,7 @@ declare const ComboboxList: {
88
88
  ({
89
89
  className,
90
90
  ...props
91
- }: ComboboxListProps): react_jsx_runtime52.JSX.Element;
91
+ }: ComboboxListProps): react_jsx_runtime21.JSX.Element;
92
92
  displayName: string;
93
93
  };
94
94
  type ComboboxEmptyProps = React.ComponentProps<typeof BaseCombobox.Empty>;
@@ -96,7 +96,7 @@ declare const ComboboxEmpty: {
96
96
  ({
97
97
  className,
98
98
  ...props
99
- }: ComboboxEmptyProps): react_jsx_runtime52.JSX.Element;
99
+ }: ComboboxEmptyProps): react_jsx_runtime21.JSX.Element;
100
100
  displayName: string;
101
101
  };
102
102
  type ComboboxItemProps = React.ComponentProps<typeof BaseCombobox.Item>;
@@ -104,7 +104,7 @@ declare const ComboboxItem: {
104
104
  ({
105
105
  className,
106
106
  ...props
107
- }: ComboboxItemProps): react_jsx_runtime52.JSX.Element;
107
+ }: ComboboxItemProps): react_jsx_runtime21.JSX.Element;
108
108
  displayName: string;
109
109
  };
110
110
  type ComboboxItemTextProps = React.ComponentProps<'span'>;
@@ -112,7 +112,7 @@ declare const ComboboxItemText: {
112
112
  ({
113
113
  className,
114
114
  ...props
115
- }: ComboboxItemTextProps): react_jsx_runtime52.JSX.Element;
115
+ }: ComboboxItemTextProps): react_jsx_runtime21.JSX.Element;
116
116
  displayName: string;
117
117
  };
118
118
  type ComboboxItemIndicatorProps = React.ComponentProps<typeof BaseCombobox.ItemIndicator>;
@@ -120,7 +120,7 @@ declare const ComboboxItemIndicator: {
120
120
  ({
121
121
  className,
122
122
  ...props
123
- }: ComboboxItemIndicatorProps): react_jsx_runtime52.JSX.Element;
123
+ }: ComboboxItemIndicatorProps): react_jsx_runtime21.JSX.Element;
124
124
  displayName: string;
125
125
  };
126
126
  type ComboboxGroupProps = React.ComponentProps<typeof BaseCombobox.Group>;
@@ -128,7 +128,7 @@ declare const ComboboxGroup: {
128
128
  ({
129
129
  className,
130
130
  ...props
131
- }: ComboboxGroupProps): react_jsx_runtime52.JSX.Element;
131
+ }: ComboboxGroupProps): react_jsx_runtime21.JSX.Element;
132
132
  displayName: string;
133
133
  };
134
134
  type ComboboxGroupLabelProps = React.ComponentProps<typeof BaseCombobox.GroupLabel>;
@@ -136,12 +136,12 @@ declare const ComboboxGroupLabel: {
136
136
  ({
137
137
  className,
138
138
  ...props
139
- }: ComboboxGroupLabelProps): react_jsx_runtime52.JSX.Element;
139
+ }: ComboboxGroupLabelProps): react_jsx_runtime21.JSX.Element;
140
140
  displayName: string;
141
141
  };
142
142
  type ComboboxCollectionProps = React.ComponentProps<typeof BaseCombobox.Collection>;
143
143
  declare const ComboboxCollection: {
144
- (props: ComboboxCollectionProps): react_jsx_runtime52.JSX.Element;
144
+ (props: ComboboxCollectionProps): react_jsx_runtime21.JSX.Element;
145
145
  displayName: string;
146
146
  };
147
147
  type ComboboxSeparatorProps = React.ComponentProps<typeof BaseCombobox.Separator>;
@@ -149,7 +149,7 @@ declare const ComboboxSeparator: {
149
149
  ({
150
150
  className,
151
151
  ...props
152
- }: ComboboxSeparatorProps): react_jsx_runtime52.JSX.Element;
152
+ }: ComboboxSeparatorProps): react_jsx_runtime21.JSX.Element;
153
153
  displayName: string;
154
154
  };
155
155
  type ComboboxStatusProps = React.ComponentProps<typeof BaseCombobox.Status>;
@@ -157,7 +157,7 @@ declare const ComboboxStatus: {
157
157
  ({
158
158
  className,
159
159
  ...props
160
- }: ComboboxStatusProps): react_jsx_runtime52.JSX.Element;
160
+ }: ComboboxStatusProps): react_jsx_runtime21.JSX.Element;
161
161
  displayName: string;
162
162
  };
163
163
  type ComboboxChipsProps = React.ComponentProps<typeof BaseCombobox.Chips>;
@@ -167,7 +167,7 @@ declare const ComboboxChip: {
167
167
  ({
168
168
  className,
169
169
  ...props
170
- }: ComboboxChipProps): react_jsx_runtime52.JSX.Element;
170
+ }: ComboboxChipProps): react_jsx_runtime21.JSX.Element;
171
171
  displayName: string;
172
172
  };
173
173
  type ComboboxChipRemoveProps = React.ComponentProps<typeof BaseCombobox.ChipRemove>;
@@ -175,7 +175,7 @@ declare const ComboboxChipRemove: {
175
175
  ({
176
176
  className,
177
177
  ...props
178
- }: ComboboxChipRemoveProps): react_jsx_runtime52.JSX.Element;
178
+ }: ComboboxChipRemoveProps): react_jsx_runtime21.JSX.Element;
179
179
  displayName: string;
180
180
  };
181
181
  type ComboboxArrowProps = React.ComponentProps<typeof BaseCombobox.Arrow>;
@@ -183,7 +183,7 @@ declare const ComboboxArrow: {
183
183
  ({
184
184
  className,
185
185
  ...props
186
- }: ComboboxArrowProps): react_jsx_runtime52.JSX.Element;
186
+ }: ComboboxArrowProps): react_jsx_runtime21.JSX.Element;
187
187
  displayName: string;
188
188
  };
189
189
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { ChartConfig } from "./types.js";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime307 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime316 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/components/chart/context.d.ts
6
6
  type ChartRootProps = React.ComponentProps<'div'> & {
@@ -12,7 +12,7 @@ declare function ChartRoot({
12
12
  children,
13
13
  style,
14
14
  ...props
15
- }: ChartRootProps): react_jsx_runtime307.JSX.Element;
15
+ }: ChartRootProps): react_jsx_runtime316.JSX.Element;
16
16
  declare namespace ChartRoot {
17
17
  var displayName: string;
18
18
  }
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime306 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime314 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/chart/legend.d.ts
4
4
  type ChartLegendContentProps = {
@@ -16,7 +16,7 @@ declare function ChartLegendContent({
16
16
  className,
17
17
  nameKey,
18
18
  verticalAlign
19
- }: ChartLegendContentProps): react_jsx_runtime306.JSX.Element | null;
19
+ }: ChartLegendContentProps): react_jsx_runtime314.JSX.Element | null;
20
20
  declare namespace ChartLegendContent {
21
21
  var displayName: string;
22
22
  }
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime308 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime315 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/chart/tooltip.d.ts
5
5
  type IndicatorType = 'dot' | 'line' | 'dashed';
@@ -49,7 +49,7 @@ declare function ChartTooltipContent({
49
49
  className,
50
50
  labelClassName,
51
51
  formatter
52
- }: ChartTooltipContentProps): react_jsx_runtime308.JSX.Element | null;
52
+ }: ChartTooltipContentProps): react_jsx_runtime315.JSX.Element | null;
53
53
  declare namespace ChartTooltipContent {
54
54
  var displayName: string;
55
55
  }
@@ -1,14 +1,14 @@
1
1
  import { SortDirection } from "./types.js";
2
2
  import { VariantProps } from "class-variance-authority";
3
3
  import * as React from "react";
4
- import * as react_jsx_runtime309 from "react/jsx-runtime";
5
- import * as class_variance_authority_types3 from "class-variance-authority/types";
4
+ import * as react_jsx_runtime317 from "react/jsx-runtime";
5
+ import * as class_variance_authority_types5 from "class-variance-authority/types";
6
6
 
7
7
  //#region src/components/table/primitives.d.ts
8
8
  declare const tableVariants: (props?: ({
9
9
  variant?: "default" | "striped" | "bordered" | null | undefined;
10
10
  size?: "default" | "compact" | null | undefined;
11
- } & class_variance_authority_types3.ClassProp) | undefined) => string;
11
+ } & class_variance_authority_types5.ClassProp) | undefined) => string;
12
12
  type TableVariant = VariantProps<typeof tableVariants>['variant'];
13
13
  type TableSize = VariantProps<typeof tableVariants>['size'];
14
14
  type TableRootProps = React.ComponentProps<'table'> & VariantProps<typeof tableVariants>;
@@ -18,7 +18,7 @@ declare const TableRoot: {
18
18
  variant,
19
19
  size,
20
20
  ...props
21
- }: TableRootProps): react_jsx_runtime309.JSX.Element;
21
+ }: TableRootProps): react_jsx_runtime317.JSX.Element;
22
22
  displayName: string;
23
23
  };
24
24
  type TableHeaderProps = React.ComponentProps<'thead'>;
@@ -26,7 +26,7 @@ declare const TableHeader: {
26
26
  ({
27
27
  className,
28
28
  ...props
29
- }: TableHeaderProps): react_jsx_runtime309.JSX.Element;
29
+ }: TableHeaderProps): react_jsx_runtime317.JSX.Element;
30
30
  displayName: string;
31
31
  };
32
32
  type TableBodyProps = React.ComponentProps<'tbody'>;
@@ -34,7 +34,7 @@ declare const TableBody: {
34
34
  ({
35
35
  className,
36
36
  ...props
37
- }: TableBodyProps): react_jsx_runtime309.JSX.Element;
37
+ }: TableBodyProps): react_jsx_runtime317.JSX.Element;
38
38
  displayName: string;
39
39
  };
40
40
  type TableFooterProps = React.ComponentProps<'tfoot'>;
@@ -42,7 +42,7 @@ declare const TableFooter: {
42
42
  ({
43
43
  className,
44
44
  ...props
45
- }: TableFooterProps): react_jsx_runtime309.JSX.Element;
45
+ }: TableFooterProps): react_jsx_runtime317.JSX.Element;
46
46
  displayName: string;
47
47
  };
48
48
  type TableRowProps = React.ComponentProps<'tr'>;
@@ -50,7 +50,7 @@ declare const TableRow: {
50
50
  ({
51
51
  className,
52
52
  ...props
53
- }: TableRowProps): react_jsx_runtime309.JSX.Element;
53
+ }: TableRowProps): react_jsx_runtime317.JSX.Element;
54
54
  displayName: string;
55
55
  };
56
56
  type TableHeadProps = React.ComponentProps<'th'> & {
@@ -66,7 +66,7 @@ declare const TableHead: {
66
66
  onSort,
67
67
  children,
68
68
  ...props
69
- }: TableHeadProps): react_jsx_runtime309.JSX.Element;
69
+ }: TableHeadProps): react_jsx_runtime317.JSX.Element;
70
70
  displayName: string;
71
71
  };
72
72
  type TableCellProps = React.ComponentProps<'td'>;
@@ -74,7 +74,7 @@ declare const TableCell: {
74
74
  ({
75
75
  className,
76
76
  ...props
77
- }: TableCellProps): react_jsx_runtime309.JSX.Element;
77
+ }: TableCellProps): react_jsx_runtime317.JSX.Element;
78
78
  displayName: string;
79
79
  };
80
80
  type TableCaptionProps = React.ComponentProps<'caption'> & {
@@ -85,7 +85,7 @@ declare const TableCaption: {
85
85
  className,
86
86
  position,
87
87
  ...props
88
- }: TableCaptionProps): react_jsx_runtime309.JSX.Element;
88
+ }: TableCaptionProps): react_jsx_runtime317.JSX.Element;
89
89
  displayName: string;
90
90
  };
91
91
  //#endregion
@@ -96,7 +96,7 @@ const TableHead = ({ className, sortable, sortDirection, onSort, children, ...pr
96
96
  }
97
97
  };
98
98
  return /* @__PURE__ */ jsx("th", {
99
- className: cn("h-10 px-4 text-left align-middle font-medium [&:has([role=checkbox])]:pr-0", isInteractive && "cursor-pointer select-none hover:bg-muted/50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-inset", className),
99
+ className: cn("h-10 px-4 text-left align-middle font-medium [&:has([role=checkbox])]:pr-0 bg-muted", isInteractive && "cursor-pointer select-none hover:bg-muted/50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-inset", className),
100
100
  tabIndex: isInteractive ? 0 : void 0,
101
101
  "aria-sort": sortDirection ? ariaSortValues[sortDirection] : void 0,
102
102
  onClick: handleClick,
@@ -1 +1 @@
1
- {"version":3,"file":"primitives.js","names":[],"sources":["../../../src/components/table/primitives.tsx"],"sourcesContent":["'use client'\n\nimport { type VariantProps, cva } from 'class-variance-authority'\nimport * as React from 'react'\n\nimport { cn } from '../../lib/utils'\nimport type { SortDirection } from './types'\n\n// ============================================================================\n// Table Variants\n// ============================================================================\n\nconst tableVariants = cva('w-full caption-bottom text-sm', {\n variants: {\n variant: {\n default: '',\n striped: '[&_tbody_tr:nth-child(even)]:bg-muted/50',\n bordered:\n '[&_th:not(:last-child)]:border-r [&_td:not(:last-child)]:border-r [&_th]:border-border [&_td]:border-border',\n },\n size: {\n default: '',\n compact: '[&_th]:h-8 [&_th]:px-2 [&_td]:p-2.5',\n },\n },\n defaultVariants: { variant: 'default', size: 'default' },\n})\n\nexport type TableVariant = VariantProps<typeof tableVariants>['variant']\nexport type TableSize = VariantProps<typeof tableVariants>['size']\n\n// ============================================================================\n// TableRoot\n// ============================================================================\n\ntype TableRootProps = React.ComponentProps<'table'> & VariantProps<typeof tableVariants>\n\nconst TableRoot = ({ className, variant, size, ...props }: TableRootProps) => {\n return (\n <div className='relative w-full overflow-x-auto'>\n <table className={cn(tableVariants({ variant, size }), className)} {...props} />\n </div>\n )\n}\n\nTableRoot.displayName = 'TableRoot'\n\n// ============================================================================\n// TableHeader\n// ============================================================================\n\ntype TableHeaderProps = React.ComponentProps<'thead'>\n\nconst TableHeader = ({ className, ...props }: TableHeaderProps) => {\n return (\n <thead className={cn('[&_tr]:border-b [&_tr]:border-border', className)} {...props} />\n )\n}\n\nTableHeader.displayName = 'TableHeader'\n\n// ============================================================================\n// TableBody\n// ============================================================================\n\ntype TableBodyProps = React.ComponentProps<'tbody'>\n\nconst TableBody = ({ className, ...props }: TableBodyProps) => {\n return <tbody className={cn('[&_tr:last-child]:border-0', className)} {...props} />\n}\n\nTableBody.displayName = 'TableBody'\n\n// ============================================================================\n// TableFooter\n// ============================================================================\n\ntype TableFooterProps = React.ComponentProps<'tfoot'>\n\nconst TableFooter = ({ className, ...props }: TableFooterProps) => {\n return (\n <tfoot\n className={cn(\n 'border-t border-border bg-muted/50 font-medium [&>tr]:last:border-b-0',\n className,\n )}\n {...props}\n />\n )\n}\n\nTableFooter.displayName = 'TableFooter'\n\n// ============================================================================\n// TableRow\n// ============================================================================\n\ntype TableRowProps = React.ComponentProps<'tr'>\n\nconst TableRow = ({ className, ...props }: TableRowProps) => {\n return (\n <tr\n className={cn(\n 'border-b border-border transition-colors hover:bg-muted/50',\n className,\n )}\n {...props}\n />\n )\n}\n\nTableRow.displayName = 'TableRow'\n\n// ============================================================================\n// TableHead\n// ============================================================================\n\nconst ariaSortValues: Record<SortDirection, 'ascending' | 'descending'> = {\n asc: 'ascending',\n desc: 'descending',\n}\n\ntype TableHeadProps = React.ComponentProps<'th'> & {\n sortable?: boolean\n sortDirection?: SortDirection\n onSort?: () => void\n}\n\nconst SortIcon = ({ direction }: { direction?: SortDirection }) => {\n return (\n <svg\n xmlns='http://www.w3.org/2000/svg'\n width='16'\n height='16'\n viewBox='0 0 24 24'\n fill='none'\n stroke='currentColor'\n strokeWidth='2'\n strokeLinecap='round'\n strokeLinejoin='round'\n className='ml-1 inline-block'\n aria-hidden='true'\n >\n {direction === 'asc' ? (\n <path d='m18 15-6-6-6 6' />\n ) : direction === 'desc' ? (\n <path d='m6 9 6 6 6-6' />\n ) : (\n <>\n <path d='m7 15 5 5 5-5' />\n <path d='m7 9 5-5 5 5' />\n </>\n )}\n </svg>\n )\n}\n\nconst TableHead = ({\n className,\n sortable,\n sortDirection,\n onSort,\n children,\n ...props\n}: TableHeadProps) => {\n const isInteractive = sortable && onSort\n\n const handleClick = () => {\n if (isInteractive) onSort()\n }\n\n const handleKeyDown = (e: React.KeyboardEvent<HTMLTableCellElement>) => {\n if (isInteractive && (e.key === 'Enter' || e.key === ' ')) {\n e.preventDefault()\n onSort()\n }\n }\n\n return (\n <th\n className={cn(\n 'h-10 px-4 text-left align-middle font-medium [&:has([role=checkbox])]:pr-0',\n isInteractive &&\n 'cursor-pointer select-none hover:bg-muted/50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-inset',\n className,\n )}\n tabIndex={isInteractive ? 0 : undefined}\n aria-sort={sortDirection ? ariaSortValues[sortDirection] : undefined}\n onClick={handleClick}\n onKeyDown={handleKeyDown}\n {...props}\n >\n <span className='inline-flex items-center h-full'>\n {children}\n {sortable && <SortIcon direction={sortDirection} />}\n </span>\n </th>\n )\n}\n\nTableHead.displayName = 'TableHead'\n\n// ============================================================================\n// TableCell\n// ============================================================================\n\ntype TableCellProps = React.ComponentProps<'td'>\n\nconst TableCell = ({ className, ...props }: TableCellProps) => {\n return (\n <td\n className={cn('p-4 align-middle [&:has([role=checkbox])]:pr-0', className)}\n {...props}\n />\n )\n}\n\nTableCell.displayName = 'TableCell'\n\n// ============================================================================\n// TableCaption\n// ============================================================================\n\ntype TableCaptionProps = React.ComponentProps<'caption'> & {\n position?: 'top' | 'bottom'\n}\n\nconst TableCaption = ({\n className,\n position = 'bottom',\n ...props\n}: TableCaptionProps) => {\n return (\n <caption\n className={cn(\n 'mt-4 text-sm text-muted-foreground',\n position === 'top' && 'caption-top mb-4 mt-0',\n className,\n )}\n {...props}\n />\n )\n}\n\nTableCaption.displayName = 'TableCaption'\n\n// ============================================================================\n// Exports\n// ============================================================================\n\nexport {\n TableRoot,\n TableHeader,\n TableBody,\n TableFooter,\n TableRow,\n TableHead,\n TableCell,\n TableCaption,\n}\n\nexport type {\n TableRootProps,\n TableHeaderProps,\n TableBodyProps,\n TableFooterProps,\n TableRowProps,\n TableHeadProps,\n TableCellProps,\n TableCaptionProps,\n}\n"],"mappings":";;;;;;;;AAYA,MAAM,gBAAgB,IAAI,iCAAiC;CACzD,UAAU;EACR,SAAS;GACP,SAAS;GACT,SAAS;GACT,UACE;GACH;EACD,MAAM;GACJ,SAAS;GACT,SAAS;GACV;EACF;CACD,iBAAiB;EAAE,SAAS;EAAW,MAAM;EAAW;CACzD,CAAC;AAWF,MAAM,aAAa,EAAE,WAAW,SAAS,MAAM,GAAG,YAA4B;AAC5E,QACE,oBAAC;EAAI,WAAU;YACb,oBAAC;GAAM,WAAW,GAAG,cAAc;IAAE;IAAS;IAAM,CAAC,EAAE,UAAU;GAAE,GAAI;IAAS;GAC5E;;AAIV,UAAU,cAAc;AAQxB,MAAM,eAAe,EAAE,WAAW,GAAG,YAA8B;AACjE,QACE,oBAAC;EAAM,WAAW,GAAG,wCAAwC,UAAU;EAAE,GAAI;GAAS;;AAI1F,YAAY,cAAc;AAQ1B,MAAM,aAAa,EAAE,WAAW,GAAG,YAA4B;AAC7D,QAAO,oBAAC;EAAM,WAAW,GAAG,8BAA8B,UAAU;EAAE,GAAI;GAAS;;AAGrF,UAAU,cAAc;AAQxB,MAAM,eAAe,EAAE,WAAW,GAAG,YAA8B;AACjE,QACE,oBAAC;EACC,WAAW,GACT,yEACA,UACD;EACD,GAAI;GACJ;;AAIN,YAAY,cAAc;AAQ1B,MAAM,YAAY,EAAE,WAAW,GAAG,YAA2B;AAC3D,QACE,oBAAC;EACC,WAAW,GACT,8DACA,UACD;EACD,GAAI;GACJ;;AAIN,SAAS,cAAc;AAMvB,MAAM,iBAAoE;CACxE,KAAK;CACL,MAAM;CACP;AAQD,MAAM,YAAY,EAAE,gBAA+C;AACjE,QACE,oBAAC;EACC,OAAM;EACN,OAAM;EACN,QAAO;EACP,SAAQ;EACR,MAAK;EACL,QAAO;EACP,aAAY;EACZ,eAAc;EACd,gBAAe;EACf,WAAU;EACV,eAAY;YAEX,cAAc,QACb,oBAAC,UAAK,GAAE,mBAAmB,GACzB,cAAc,SAChB,oBAAC,UAAK,GAAE,iBAAiB,GAEzB,4CACE,oBAAC,UAAK,GAAE,kBAAkB,EAC1B,oBAAC,UAAK,GAAE,iBAAiB,IACxB;GAED;;AAIV,MAAM,aAAa,EACjB,WACA,UACA,eACA,QACA,UACA,GAAG,YACiB;CACpB,MAAM,gBAAgB,YAAY;CAElC,MAAM,oBAAoB;AACxB,MAAI,cAAe,SAAQ;;CAG7B,MAAM,iBAAiB,MAAiD;AACtE,MAAI,kBAAkB,EAAE,QAAQ,WAAW,EAAE,QAAQ,MAAM;AACzD,KAAE,gBAAgB;AAClB,WAAQ;;;AAIZ,QACE,oBAAC;EACC,WAAW,GACT,8EACA,iBACE,iJACF,UACD;EACD,UAAU,gBAAgB,IAAI;EAC9B,aAAW,gBAAgB,eAAe,iBAAiB;EAC3D,SAAS;EACT,WAAW;EACX,GAAI;YAEJ,qBAAC;GAAK,WAAU;cACb,UACA,YAAY,oBAAC,YAAS,WAAW,gBAAiB;IAC9C;GACJ;;AAIT,UAAU,cAAc;AAQxB,MAAM,aAAa,EAAE,WAAW,GAAG,YAA4B;AAC7D,QACE,oBAAC;EACC,WAAW,GAAG,kDAAkD,UAAU;EAC1E,GAAI;GACJ;;AAIN,UAAU,cAAc;AAUxB,MAAM,gBAAgB,EACpB,WACA,WAAW,UACX,GAAG,YACoB;AACvB,QACE,oBAAC;EACC,WAAW,GACT,sCACA,aAAa,SAAS,yBACtB,UACD;EACD,GAAI;GACJ;;AAIN,aAAa,cAAc"}
1
+ {"version":3,"file":"primitives.js","names":[],"sources":["../../../src/components/table/primitives.tsx"],"sourcesContent":["'use client'\n\nimport { type VariantProps, cva } from 'class-variance-authority'\nimport * as React from 'react'\n\nimport { cn } from '../../lib/utils'\nimport type { SortDirection } from './types'\n\n// ============================================================================\n// Table Variants\n// ============================================================================\n\nconst tableVariants = cva('w-full caption-bottom text-sm', {\n variants: {\n variant: {\n default: '',\n striped: '[&_tbody_tr:nth-child(even)]:bg-muted/50',\n bordered:\n '[&_th:not(:last-child)]:border-r [&_td:not(:last-child)]:border-r [&_th]:border-border [&_td]:border-border',\n },\n size: {\n default: '',\n compact: '[&_th]:h-8 [&_th]:px-2 [&_td]:p-2.5',\n },\n },\n defaultVariants: { variant: 'default', size: 'default' },\n})\n\nexport type TableVariant = VariantProps<typeof tableVariants>['variant']\nexport type TableSize = VariantProps<typeof tableVariants>['size']\n\n// ============================================================================\n// TableRoot\n// ============================================================================\n\ntype TableRootProps = React.ComponentProps<'table'> & VariantProps<typeof tableVariants>\n\nconst TableRoot = ({ className, variant, size, ...props }: TableRootProps) => {\n return (\n <div className='relative w-full overflow-x-auto'>\n <table className={cn(tableVariants({ variant, size }), className)} {...props} />\n </div>\n )\n}\n\nTableRoot.displayName = 'TableRoot'\n\n// ============================================================================\n// TableHeader\n// ============================================================================\n\ntype TableHeaderProps = React.ComponentProps<'thead'>\n\nconst TableHeader = ({ className, ...props }: TableHeaderProps) => {\n return (\n <thead className={cn('[&_tr]:border-b [&_tr]:border-border', className)} {...props} />\n )\n}\n\nTableHeader.displayName = 'TableHeader'\n\n// ============================================================================\n// TableBody\n// ============================================================================\n\ntype TableBodyProps = React.ComponentProps<'tbody'>\n\nconst TableBody = ({ className, ...props }: TableBodyProps) => {\n return <tbody className={cn('[&_tr:last-child]:border-0', className)} {...props} />\n}\n\nTableBody.displayName = 'TableBody'\n\n// ============================================================================\n// TableFooter\n// ============================================================================\n\ntype TableFooterProps = React.ComponentProps<'tfoot'>\n\nconst TableFooter = ({ className, ...props }: TableFooterProps) => {\n return (\n <tfoot\n className={cn(\n 'border-t border-border bg-muted/50 font-medium [&>tr]:last:border-b-0',\n className,\n )}\n {...props}\n />\n )\n}\n\nTableFooter.displayName = 'TableFooter'\n\n// ============================================================================\n// TableRow\n// ============================================================================\n\ntype TableRowProps = React.ComponentProps<'tr'>\n\nconst TableRow = ({ className, ...props }: TableRowProps) => {\n return (\n <tr\n className={cn(\n 'border-b border-border transition-colors hover:bg-muted/50',\n className,\n )}\n {...props}\n />\n )\n}\n\nTableRow.displayName = 'TableRow'\n\n// ============================================================================\n// TableHead\n// ============================================================================\n\nconst ariaSortValues: Record<SortDirection, 'ascending' | 'descending'> = {\n asc: 'ascending',\n desc: 'descending',\n}\n\ntype TableHeadProps = React.ComponentProps<'th'> & {\n sortable?: boolean\n sortDirection?: SortDirection\n onSort?: () => void\n}\n\nconst SortIcon = ({ direction }: { direction?: SortDirection }) => {\n return (\n <svg\n xmlns='http://www.w3.org/2000/svg'\n width='16'\n height='16'\n viewBox='0 0 24 24'\n fill='none'\n stroke='currentColor'\n strokeWidth='2'\n strokeLinecap='round'\n strokeLinejoin='round'\n className='ml-1 inline-block'\n aria-hidden='true'\n >\n {direction === 'asc' ? (\n <path d='m18 15-6-6-6 6' />\n ) : direction === 'desc' ? (\n <path d='m6 9 6 6 6-6' />\n ) : (\n <>\n <path d='m7 15 5 5 5-5' />\n <path d='m7 9 5-5 5 5' />\n </>\n )}\n </svg>\n )\n}\n\nconst TableHead = ({\n className,\n sortable,\n sortDirection,\n onSort,\n children,\n ...props\n}: TableHeadProps) => {\n const isInteractive = sortable && onSort\n\n const handleClick = () => {\n if (isInteractive) onSort()\n }\n\n const handleKeyDown = (e: React.KeyboardEvent<HTMLTableCellElement>) => {\n if (isInteractive && (e.key === 'Enter' || e.key === ' ')) {\n e.preventDefault()\n onSort()\n }\n }\n\n return (\n <th\n className={cn(\n 'h-10 px-4 text-left align-middle font-medium [&:has([role=checkbox])]:pr-0 bg-muted',\n isInteractive &&\n 'cursor-pointer select-none hover:bg-muted/50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-inset',\n className,\n )}\n tabIndex={isInteractive ? 0 : undefined}\n aria-sort={sortDirection ? ariaSortValues[sortDirection] : undefined}\n onClick={handleClick}\n onKeyDown={handleKeyDown}\n {...props}\n >\n <span className='inline-flex items-center h-full'>\n {children}\n {sortable && <SortIcon direction={sortDirection} />}\n </span>\n </th>\n )\n}\n\nTableHead.displayName = 'TableHead'\n\n// ============================================================================\n// TableCell\n// ============================================================================\n\ntype TableCellProps = React.ComponentProps<'td'>\n\nconst TableCell = ({ className, ...props }: TableCellProps) => {\n return (\n <td\n className={cn('p-4 align-middle [&:has([role=checkbox])]:pr-0', className)}\n {...props}\n />\n )\n}\n\nTableCell.displayName = 'TableCell'\n\n// ============================================================================\n// TableCaption\n// ============================================================================\n\ntype TableCaptionProps = React.ComponentProps<'caption'> & {\n position?: 'top' | 'bottom'\n}\n\nconst TableCaption = ({\n className,\n position = 'bottom',\n ...props\n}: TableCaptionProps) => {\n return (\n <caption\n className={cn(\n 'mt-4 text-sm text-muted-foreground',\n position === 'top' && 'caption-top mb-4 mt-0',\n className,\n )}\n {...props}\n />\n )\n}\n\nTableCaption.displayName = 'TableCaption'\n\n// ============================================================================\n// Exports\n// ============================================================================\n\nexport {\n TableRoot,\n TableHeader,\n TableBody,\n TableFooter,\n TableRow,\n TableHead,\n TableCell,\n TableCaption,\n}\n\nexport type {\n TableRootProps,\n TableHeaderProps,\n TableBodyProps,\n TableFooterProps,\n TableRowProps,\n TableHeadProps,\n TableCellProps,\n TableCaptionProps,\n}\n"],"mappings":";;;;;;;;AAYA,MAAM,gBAAgB,IAAI,iCAAiC;CACzD,UAAU;EACR,SAAS;GACP,SAAS;GACT,SAAS;GACT,UACE;GACH;EACD,MAAM;GACJ,SAAS;GACT,SAAS;GACV;EACF;CACD,iBAAiB;EAAE,SAAS;EAAW,MAAM;EAAW;CACzD,CAAC;AAWF,MAAM,aAAa,EAAE,WAAW,SAAS,MAAM,GAAG,YAA4B;AAC5E,QACE,oBAAC;EAAI,WAAU;YACb,oBAAC;GAAM,WAAW,GAAG,cAAc;IAAE;IAAS;IAAM,CAAC,EAAE,UAAU;GAAE,GAAI;IAAS;GAC5E;;AAIV,UAAU,cAAc;AAQxB,MAAM,eAAe,EAAE,WAAW,GAAG,YAA8B;AACjE,QACE,oBAAC;EAAM,WAAW,GAAG,wCAAwC,UAAU;EAAE,GAAI;GAAS;;AAI1F,YAAY,cAAc;AAQ1B,MAAM,aAAa,EAAE,WAAW,GAAG,YAA4B;AAC7D,QAAO,oBAAC;EAAM,WAAW,GAAG,8BAA8B,UAAU;EAAE,GAAI;GAAS;;AAGrF,UAAU,cAAc;AAQxB,MAAM,eAAe,EAAE,WAAW,GAAG,YAA8B;AACjE,QACE,oBAAC;EACC,WAAW,GACT,yEACA,UACD;EACD,GAAI;GACJ;;AAIN,YAAY,cAAc;AAQ1B,MAAM,YAAY,EAAE,WAAW,GAAG,YAA2B;AAC3D,QACE,oBAAC;EACC,WAAW,GACT,8DACA,UACD;EACD,GAAI;GACJ;;AAIN,SAAS,cAAc;AAMvB,MAAM,iBAAoE;CACxE,KAAK;CACL,MAAM;CACP;AAQD,MAAM,YAAY,EAAE,gBAA+C;AACjE,QACE,oBAAC;EACC,OAAM;EACN,OAAM;EACN,QAAO;EACP,SAAQ;EACR,MAAK;EACL,QAAO;EACP,aAAY;EACZ,eAAc;EACd,gBAAe;EACf,WAAU;EACV,eAAY;YAEX,cAAc,QACb,oBAAC,UAAK,GAAE,mBAAmB,GACzB,cAAc,SAChB,oBAAC,UAAK,GAAE,iBAAiB,GAEzB,4CACE,oBAAC,UAAK,GAAE,kBAAkB,EAC1B,oBAAC,UAAK,GAAE,iBAAiB,IACxB;GAED;;AAIV,MAAM,aAAa,EACjB,WACA,UACA,eACA,QACA,UACA,GAAG,YACiB;CACpB,MAAM,gBAAgB,YAAY;CAElC,MAAM,oBAAoB;AACxB,MAAI,cAAe,SAAQ;;CAG7B,MAAM,iBAAiB,MAAiD;AACtE,MAAI,kBAAkB,EAAE,QAAQ,WAAW,EAAE,QAAQ,MAAM;AACzD,KAAE,gBAAgB;AAClB,WAAQ;;;AAIZ,QACE,oBAAC;EACC,WAAW,GACT,uFACA,iBACE,iJACF,UACD;EACD,UAAU,gBAAgB,IAAI;EAC9B,aAAW,gBAAgB,eAAe,iBAAiB;EAC3D,SAAS;EACT,WAAW;EACX,GAAI;YAEJ,qBAAC;GAAK,WAAU;cACb,UACA,YAAY,oBAAC,YAAS,WAAW,gBAAiB;IAC9C;GACJ;;AAIT,UAAU,cAAc;AAQxB,MAAM,aAAa,EAAE,WAAW,GAAG,YAA4B;AAC7D,QACE,oBAAC;EACC,WAAW,GAAG,kDAAkD,UAAU;EAC1E,GAAI;GACJ;;AAIN,UAAU,cAAc;AAUxB,MAAM,gBAAgB,EACpB,WACA,WAAW,UACX,GAAG,YACoB;AACvB,QACE,oBAAC;EACC,WAAW,GACT,sCACA,aAAa,SAAS,yBACtB,UACD;EACD,GAAI;GACJ;;AAIN,aAAa,cAAc"}
@@ -1,11 +1,11 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime117 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime45 from "react/jsx-runtime";
3
3
  import { ContextMenu } from "@base-ui/react/context-menu";
4
4
 
5
5
  //#region src/components/context-menu.d.ts
6
6
  type ContextMenuRootProps = React.ComponentProps<typeof ContextMenu.Root>;
7
7
  declare const ContextMenuRoot: {
8
- (props: ContextMenuRootProps): react_jsx_runtime117.JSX.Element;
8
+ (props: ContextMenuRootProps): react_jsx_runtime45.JSX.Element;
9
9
  displayName: string;
10
10
  };
11
11
  type ContextMenuTriggerProps = React.ComponentProps<typeof ContextMenu.Trigger>;
@@ -13,12 +13,12 @@ declare const ContextMenuTrigger: {
13
13
  ({
14
14
  className,
15
15
  ...props
16
- }: ContextMenuTriggerProps): react_jsx_runtime117.JSX.Element;
16
+ }: ContextMenuTriggerProps): react_jsx_runtime45.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  type ContextMenuPortalProps = React.ComponentProps<typeof ContextMenu.Portal>;
20
20
  declare const ContextMenuPortal: {
21
- (props: ContextMenuPortalProps): react_jsx_runtime117.JSX.Element;
21
+ (props: ContextMenuPortalProps): react_jsx_runtime45.JSX.Element;
22
22
  displayName: string;
23
23
  };
24
24
  type ContextMenuPositionerProps = React.ComponentProps<typeof ContextMenu.Positioner>;
@@ -26,7 +26,7 @@ declare const ContextMenuPositioner: {
26
26
  ({
27
27
  className,
28
28
  ...props
29
- }: ContextMenuPositionerProps): react_jsx_runtime117.JSX.Element;
29
+ }: ContextMenuPositionerProps): react_jsx_runtime45.JSX.Element;
30
30
  displayName: string;
31
31
  };
32
32
  type ContextMenuPopupProps = React.ComponentProps<typeof ContextMenu.Popup>;
@@ -34,7 +34,7 @@ declare const ContextMenuPopup: {
34
34
  ({
35
35
  className,
36
36
  ...props
37
- }: ContextMenuPopupProps): react_jsx_runtime117.JSX.Element;
37
+ }: ContextMenuPopupProps): react_jsx_runtime45.JSX.Element;
38
38
  displayName: string;
39
39
  };
40
40
  type ContextMenuArrowProps = React.ComponentProps<typeof ContextMenu.Arrow>;
@@ -42,7 +42,7 @@ declare const ContextMenuArrow: {
42
42
  ({
43
43
  className,
44
44
  ...props
45
- }: ContextMenuArrowProps): react_jsx_runtime117.JSX.Element;
45
+ }: ContextMenuArrowProps): react_jsx_runtime45.JSX.Element;
46
46
  displayName: string;
47
47
  };
48
48
  type ContextMenuItemProps = React.ComponentProps<typeof ContextMenu.Item>;
@@ -50,7 +50,7 @@ declare const ContextMenuItem: {
50
50
  ({
51
51
  className,
52
52
  ...props
53
- }: ContextMenuItemProps): react_jsx_runtime117.JSX.Element;
53
+ }: ContextMenuItemProps): react_jsx_runtime45.JSX.Element;
54
54
  displayName: string;
55
55
  };
56
56
  type ContextMenuSeparatorProps = React.ComponentProps<typeof ContextMenu.Separator>;
@@ -58,7 +58,7 @@ declare const ContextMenuSeparator: {
58
58
  ({
59
59
  className,
60
60
  ...props
61
- }: ContextMenuSeparatorProps): react_jsx_runtime117.JSX.Element;
61
+ }: ContextMenuSeparatorProps): react_jsx_runtime45.JSX.Element;
62
62
  displayName: string;
63
63
  };
64
64
  type ContextMenuGroupProps = React.ComponentProps<typeof ContextMenu.Group>;
@@ -66,7 +66,7 @@ declare const ContextMenuGroup: {
66
66
  ({
67
67
  className,
68
68
  ...props
69
- }: ContextMenuGroupProps): react_jsx_runtime117.JSX.Element;
69
+ }: ContextMenuGroupProps): react_jsx_runtime45.JSX.Element;
70
70
  displayName: string;
71
71
  };
72
72
  type ContextMenuGroupLabelProps = React.ComponentProps<typeof ContextMenu.GroupLabel>;
@@ -74,7 +74,7 @@ declare const ContextMenuGroupLabel: {
74
74
  ({
75
75
  className,
76
76
  ...props
77
- }: ContextMenuGroupLabelProps): react_jsx_runtime117.JSX.Element;
77
+ }: ContextMenuGroupLabelProps): react_jsx_runtime45.JSX.Element;
78
78
  displayName: string;
79
79
  };
80
80
  type ContextMenuRadioGroupProps = React.ComponentProps<typeof ContextMenu.RadioGroup>;
@@ -82,7 +82,7 @@ declare const ContextMenuRadioGroup: {
82
82
  ({
83
83
  className,
84
84
  ...props
85
- }: ContextMenuRadioGroupProps): react_jsx_runtime117.JSX.Element;
85
+ }: ContextMenuRadioGroupProps): react_jsx_runtime45.JSX.Element;
86
86
  displayName: string;
87
87
  };
88
88
  type ContextMenuRadioItemProps = React.ComponentProps<typeof ContextMenu.RadioItem>;
@@ -90,7 +90,7 @@ declare const ContextMenuRadioItem: {
90
90
  ({
91
91
  className,
92
92
  ...props
93
- }: ContextMenuRadioItemProps): react_jsx_runtime117.JSX.Element;
93
+ }: ContextMenuRadioItemProps): react_jsx_runtime45.JSX.Element;
94
94
  displayName: string;
95
95
  };
96
96
  type ContextMenuCheckboxItemProps = React.ComponentProps<typeof ContextMenu.CheckboxItem>;
@@ -98,7 +98,7 @@ declare const ContextMenuCheckboxItem: {
98
98
  ({
99
99
  className,
100
100
  ...props
101
- }: ContextMenuCheckboxItemProps): react_jsx_runtime117.JSX.Element;
101
+ }: ContextMenuCheckboxItemProps): react_jsx_runtime45.JSX.Element;
102
102
  displayName: string;
103
103
  };
104
104
  type ContextMenuRadioItemIndicatorProps = React.ComponentProps<typeof ContextMenu.RadioItemIndicator>;
@@ -106,7 +106,7 @@ declare const ContextMenuRadioItemIndicator: {
106
106
  ({
107
107
  className,
108
108
  ...props
109
- }: ContextMenuRadioItemIndicatorProps): react_jsx_runtime117.JSX.Element;
109
+ }: ContextMenuRadioItemIndicatorProps): react_jsx_runtime45.JSX.Element;
110
110
  displayName: string;
111
111
  };
112
112
  type ContextMenuCheckboxItemIndicatorProps = React.ComponentProps<typeof ContextMenu.CheckboxItemIndicator>;
@@ -114,7 +114,7 @@ declare const ContextMenuCheckboxItemIndicator: {
114
114
  ({
115
115
  className,
116
116
  ...props
117
- }: ContextMenuCheckboxItemIndicatorProps): react_jsx_runtime117.JSX.Element;
117
+ }: ContextMenuCheckboxItemIndicatorProps): react_jsx_runtime45.JSX.Element;
118
118
  displayName: string;
119
119
  };
120
120
  type ContextMenuCheckboxItemLabelProps = React.ComponentProps<'span'>;
@@ -122,7 +122,7 @@ declare const ContextMenuCheckboxItemLabel: {
122
122
  ({
123
123
  className,
124
124
  ...props
125
- }: ContextMenuCheckboxItemLabelProps): react_jsx_runtime117.JSX.Element;
125
+ }: ContextMenuCheckboxItemLabelProps): react_jsx_runtime45.JSX.Element;
126
126
  displayName: string;
127
127
  };
128
128
  type ContextMenuRadioItemLabelProps = React.ComponentProps<'span'>;
@@ -130,7 +130,7 @@ declare const ContextMenuRadioItemLabel: {
130
130
  ({
131
131
  className,
132
132
  ...props
133
- }: ContextMenuRadioItemLabelProps): react_jsx_runtime117.JSX.Element;
133
+ }: ContextMenuRadioItemLabelProps): react_jsx_runtime45.JSX.Element;
134
134
  displayName: string;
135
135
  };
136
136
  type ContextMenuSubmenuTriggerProps = React.ComponentProps<typeof ContextMenu.SubmenuTrigger>;
@@ -138,12 +138,12 @@ declare const ContextMenuSubmenuTrigger: {
138
138
  ({
139
139
  className,
140
140
  ...props
141
- }: ContextMenuSubmenuTriggerProps): react_jsx_runtime117.JSX.Element;
141
+ }: ContextMenuSubmenuTriggerProps): react_jsx_runtime45.JSX.Element;
142
142
  displayName: string;
143
143
  };
144
144
  type ContextMenuSubmenuRootProps = React.ComponentProps<typeof ContextMenu.SubmenuRoot>;
145
145
  declare const ContextMenuSubmenuRoot: {
146
- (props: ContextMenuSubmenuRootProps): react_jsx_runtime117.JSX.Element;
146
+ (props: ContextMenuSubmenuRootProps): react_jsx_runtime45.JSX.Element;
147
147
  displayName: string;
148
148
  };
149
149
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"context-menu.d.ts","names":[],"sources":["../src/components/context-menu.tsx"],"sourcesContent":[],"mappings":"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"}
1
+ {"version":3,"file":"context-menu.d.ts","names":[],"sources":["../src/components/context-menu.tsx"],"sourcesContent":[],"mappings":";;;;;KAaK,oBAAA,GAAuB,KAAA,CAAM,sBAAsB,WAAA,CAAgB;cAElE;UAA0B,uBAAoB,mBAAA,CAAA,GAAA,CAAA;EAF/C,WAAA,EAAA,MAAA;CAAoB;KAYpB,uBAAA,GAA0B,KAAA,CAAM,cAZmC,CAAA,OAYb,WAAA,CAAgB,OAZH,CAAA;cAclE,kBAd4B,EAAA;EAAc,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAcK,uBAdL,CAAA,EAc4B,mBAAA,CAAA,GAAA,CAAA,OAd5B;EAE1C,WAAA,EAAA,MAEL;CAAA;KAoBI,sBAAA,GAAyB,KAAA,CAAM,cAtBJ,CAAA,OAsB0B,WAAA,CAAgB,MAtB1C,CAAA;cAwB1B,iBAxB8C,EAAA;EAAA,CAAA,KAAA,EAwBlB,sBAxBkB,CAAA,EAwBI,mBAAA,CAAA,GAAA,CAAA,OAxBJ;EAU/C,WAAA,EAAA,MAAA;CAAuB;KAwBvB,0BAAA,GAA6B,KAAA,CAAM,cAxBmC,CAAA,OAwBb,WAAA,CAAgB,UAxBH,CAAA;cA0BrE,qBA1B+B,EAAA;EAAc,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EA0BK,0BA1BL,CAAA,EA0B+B,mBAAA,CAAA,GAAA,CAAA,OA1B/B;EAE7C,WAAA,EAAA,MAAA;CAEL;KAsCI,qBAAA,GAAwB,KAAA,CAAM,sBAAsB,WAAA,CAAgB;cAEnE,gBA1C+C,EAAA;;IAAuB,SAAA;IAAA,GAAA;EAAA,CAAA,EA0CzB,qBA1CyB,CAAA,EA0CJ,mBAAA,CAAA,GAAA,CAAA,OA1CI;EAAA,WAAA,EAAA,MAAA;AAAA,CAAA;KA6DvE,qBAAA,GAAwB,KAAA,CAAM,cAnDR,CAAA,OAmD8B,WAAA,CAAgB,KAnD9C,CAAA;cAqDrB,gBArDoE,EAAA;;IAA5C,SAAM;IAAA,GAAA;EAAA,CAAA,EAqDe,qBArDf,CAAA,EAqDoC,mBAAA,CAAA,GAAA,CAAA,OArDpC;EAAc,WAAA,EAAA,MAAA;AAAA,CAAA;KAyE7C,oBAAA,GAAuB,KAAA,CAAM,cArEjC,CAAA,OAqEuD,WAAA,CAAgB,IArEvE,CAAA;cAuEK,eAzE4B,EAAA;;IAAsB,SAAA;IAAA,GAAA;EAAA,CAAA,EAyEN,oBAzEM,CAAA,EAyEc,mBAAA,CAAA,GAAA,CAAA,OAzEd;EAAA,WAAA,EAAA,MAAA;AAAA,CAAA;KA4FnD,yBAAA,GAA4B,KAAA,CAAM,cAlFR,CAAA,OAkF8B,WAAA,CAAgB,SAlF9C,CAAA;cAoFzB,oBApFwE,EAAA;;IAA5C,SAAM;IAAA,GAAA;EAAA,CAAA,EAoFe,yBApFf,CAAA,EAoFwC,mBAAA,CAAA,GAAA,CAAA,OApFxC;EAAc,WAAA,EAAA,MAAA;AAAA,CAAA;KAmGjD,qBAAA,GAAwB,KAAA,CAAM,cAzFlC,CAAA,OAyFwD,WAAA,CAAgB,KAzFxE,CAAA;cA2FK;;IAnGkD,SAAA;IAAA,GAAA;EAAA,CAAA,EAmGL,qBAnGK,CAAA,EAmGgB,mBAAA,CAAA,GAAA,CAAA,OAnGhB;aAA0B,EAAA,MAAA;CAAA;AAAA,KA6G7E,0BAAA,GAA6B,KAAA,CAAM,cA7Fd,CAAA,OA6FoC,WAAA,CAAgB,UA7FpD,CAAA;cA+FpB,qBA/FoB,EAAA;;IAA+B,SAAA;IAAA,GAAgB;EAAA,CAAA,EA+FjB,0BA/FiB,CAAA,EA+FS,mBAAA,CAAA,GAAA,CAAA,OA/FT;aAAtC,EAAA,MAAA;CAAc;AAAA,KA8G5C,0BAAA,GAA6B,KAAA,CAAM,cAjGvC,CAAA,OAiG6D,WAAA,CAAgB,UAjG7E,CAAA;cAmGK,qBAnGL,EAAA;;;;KAmGuD,6BAA0B,mBAAA,CAAA,GAAA,CAAA;aA9G/B,EAAA,MAAA;;KAwH9C,yBAAA,GAA4B,KAAA,CAAM,cAxHiC,CAAA,OAwHX,WAAA,CAAgB,SAxHL,CAAA;AAAA,cA0HlE,oBAvGoB,EAAA;EAAA,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAuG6B,yBAvG7B,CAAA,EAuGsD,mBAAA,CAAA,GAAA,CAAA,OAvGtD;aAA+B,EAAA,MAAgB;;KA0HpE,4BAAA,GAA+B,KAAA,CAAM,cA1HO,CAAA,OA2HxC,WAAA,CAAgB,YA3HwB,CAAA;AAAA,cA8H3C,uBAhHL,EAAA;EAAA,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAmHE,4BAnHF,CAAA,EAmH8B,mBAAA,CAAA,GAAA,CAAA,OAnH9B;;;KAsII,kCAAA,GAAqC,KAAA,CAAM,cAlJwB,CAAA,OAmJ/D,WAAA,CAAgB,kBAnJ+C,CAAA;cAsJlE,6BAtJkE,EAAA;EAoBnE,CAAA;IAAA,SAAA;IAAA,GAAA;EAAoB,CAAA,EAqItB,kCArIsB,CAAA,EAqIY,mBAAA,CAAA,GAAA,CAAA,OArIZ;EAAA,WAAA,EAAA,MAAA;;KAoJpB,qCAAA,GAAwC,KAAA,CAAM,cApJjB,CAAA,OAqJzB,WAAA,CAAgB,qBArJS,CAAA;cAwJ5B,gCAxJ0C,EAAA;EAE1C,CAAA;IAAA,SAAA;IAAA,GAAA;EAWL,CAAA,EA8IE,qCA9IF,CAAA,EA8IuC,mBAAA,CAAA,GAAA,CAAA,OA9IvC;EAAA,WAAA,EAAA,MAAA;;KA6JI,iCAAA,GAAoC,KAAA,CAAM,cAxKG,CAAA,MAAA,CAAA;cA0K5C,4BA1KgE,EAAA;EAAA,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EA6KnE,iCA7KmE,CAAA,EA6KlC,mBAAA,CAAA,GAAA,CAAA,OA7KkC;EAmBjE,WAAA,EAAA,MAAA;CAAyB;KAoKzB,8BAAA,GAAiC,KAAA,CAAM,cApKiC,CAAA,MAAA,CAAA;cAsKvE,yBAtKiC,EAAA;EAAc,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAyKlD,8BAzKkD,CAAA,EAyKpB,mBAAA,CAAA,GAAA,CAAA,OAzKoB;EAE/C,WAAA,EAAA,MAAA;CAOL;KA0KI,8BAAA,GAAiC,KAAA,CAAM,sBACnC,WAAA,CAAgB;cAGnB,yBArLiD,EAAA;;IAAyB,SAAA;IAAA,GAAA;EAAA,CAAA,EAwL7E,8BAxL6E,CAAA,EAwL/C,mBAAA,CAAA,GAAA,CAAA,OAxL+C;EAAA,WAAA,EAAA,MAAA;AAAA,CAAA;KA2M3E,2BAAA,GAA8B,KAAA,CAAM,cA5Lf,CAAA,OA6LjB,WAAA,CAAgB,WA7LC,CAAA;cAgMpB,sBAhMmE,EAAA;QAA5C,EAgMU,2BAhMJ,CAAA,EAgM+B,mBAAA,CAAA,GAAA,CAAA,OAhM/B;EAAc,WAAA,EAAA,MAAA;AAAA,CAAA"}