@lglab/compose-ui 0.26.0 → 0.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/autocomplete.d.ts +96 -0
- package/dist/autocomplete.js +117 -0
- package/dist/combobox.d.ts +182 -0
- package/dist/combobox.js +252 -0
- package/dist/dialog.js +22 -22
- package/dist/field.js +7 -7
- package/dist/fieldset.js +1 -1
- package/dist/{form-variants-D4ge0qav.js → form-variants-LJ8gIbk0.js} +2 -2
- package/dist/index.d.ts +265 -0
- package/dist/index.js +305 -265
- package/dist/input.js +1 -1
- package/dist/number-field.js +7 -7
- package/dist/select.js +38 -41
- package/dist/textarea.js +1 -1
- package/dist/toolbar.d.ts +56 -0
- package/dist/toolbar.js +69 -0
- package/package.json +17 -5
package/dist/index.js
CHANGED
|
@@ -1,274 +1,314 @@
|
|
|
1
1
|
import { Button as r } from "./button.js";
|
|
2
2
|
import { CheckboxIndicator as a, CheckboxRoot as i } from "./checkbox.js";
|
|
3
3
|
import { CheckboxGroupRoot as l } from "./checkbox-group.js";
|
|
4
|
-
import { CollapsiblePanel as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
4
|
+
import { CollapsiblePanel as u, CollapsibleRoot as b, CollapsibleTrigger as m } from "./collapsible.js";
|
|
5
|
+
import { ComboboxArrow as x, ComboboxBackdrop as C, ComboboxChip as d, ComboboxChipRemove as g, ComboboxChips as M, ComboboxClear as P, ComboboxControl as T, ComboboxEmpty as s, ComboboxGroup as I, ComboboxGroupLabel as R, ComboboxIcon as S, ComboboxInput as A, ComboboxItem as f, ComboboxItemIndicator as D, ComboboxItemText as v, ComboboxList as w, ComboboxPopup as k, ComboboxPortal as L, ComboboxPositioner as F, ComboboxRoot as h, ComboboxSeparator as N, ComboboxTrigger as G, ComboboxValue as V } from "./combobox.js";
|
|
6
|
+
import { AlertDialogBackdrop as H, AlertDialogClose as y, AlertDialogDescription as E, AlertDialogPopup as U, AlertDialogPortal as j, AlertDialogRoot as q, AlertDialogTitle as z, AlertDialogTrigger as J, AlertDialogViewport as K } from "./alert-dialog.js";
|
|
7
|
+
import { AlertDialog as Q } from "@base-ui/react/alert-dialog";
|
|
8
|
+
import { AvatarFallback as X, AvatarImage as Y, AvatarRoot as Z, AvatarStack as _ } from "./avatar.js";
|
|
9
|
+
import { ScrollAreaContent as oo, ScrollAreaCorner as eo, ScrollAreaRoot as ro, ScrollAreaScrollbar as to, ScrollAreaThumb as ao, ScrollAreaViewport as io } from "./scroll-area.js";
|
|
10
|
+
import { SelectArrow as lo, SelectBackdrop as po, SelectGroup as uo, SelectGroupLabel as bo, SelectIcon as mo, SelectItem as co, SelectItemIndicator as xo, SelectItemText as Co, SelectList as go, SelectPopup as Mo, SelectPortal as Po, SelectPositioner as To, SelectRoot as so, SelectScrollDownArrow as Io, SelectScrollUpArrow as Ro, SelectSeparator as So, SelectTrigger as Ao, SelectValue as fo } from "./select.js";
|
|
11
|
+
import { Separator as vo } from "./separator.js";
|
|
12
|
+
import { SwitchRoot as ko, SwitchThumb as Lo } from "./switch.js";
|
|
13
|
+
import { Toggle as ho } from "./toggle.js";
|
|
14
|
+
import { TabsIndicator as Go, TabsList as Vo, TabsPanel as Bo, TabsRoot as Ho, TabsTab as yo } from "./tabs.js";
|
|
15
|
+
import { ToastAction as Uo, ToastClose as jo, ToastContent as qo, ToastDescription as zo, ToastPositioner as Jo, ToastProvider as Ko, ToastRoot as Oo, ToastTitle as Qo, ToastViewport as Wo } from "./toast.js";
|
|
16
|
+
import { DialogBackdrop as Yo, DialogClose as Zo, DialogDescription as _o, DialogFooter as $o, DialogHeader as oe, DialogPopup as ee, DialogPortal as re, DialogRoot as te, DialogTitle as ae, DialogTrigger as ie } from "./dialog.js";
|
|
17
|
+
import { DrawerBackdrop as le, DrawerClose as pe, DrawerContent as ue, DrawerDescription as be, DrawerFooter as me, DrawerHeader as ce, DrawerPopup as xe, DrawerPortal as Ce, DrawerRoot as de, DrawerTitle as ge, DrawerTrigger as Me } from "./drawer.js";
|
|
18
|
+
import { Input as Te } from "./input.js";
|
|
19
|
+
import { Textarea as Ie } from "./textarea.js";
|
|
20
|
+
import { FieldControl as Se, FieldDescription as Ae, FieldError as fe, FieldItem as De, FieldLabel as ve, FieldRoot as we, FieldValidity as ke } from "./field.js";
|
|
21
|
+
import { FieldsetLegend as Fe, FieldsetRoot as he } from "./fieldset.js";
|
|
22
|
+
import { FormRoot as Ge } from "./form.js";
|
|
23
|
+
import { AccordionHeader as Be, AccordionItem as He, AccordionPanel as ye, AccordionRoot as Ee, AccordionTrigger as Ue } from "./accordion.js";
|
|
24
|
+
import { AutocompleteEmpty as qe, AutocompleteInput as ze, AutocompleteItem as Je, AutocompleteList as Ke, AutocompletePopup as Oe, AutocompletePortal as Qe, AutocompletePositioner as We, AutocompleteRoot as Xe } from "./autocomplete.js";
|
|
25
|
+
import { MeterIndicator as Ze, MeterLabel as _e, MeterRoot as $e, MeterTrack as or, MeterValue as er } from "./meter.js";
|
|
26
|
+
import { NavigationMenuArrow as tr, NavigationMenuBackdrop as ar, NavigationMenuContent as ir, NavigationMenuIcon as nr, NavigationMenuItem as lr, NavigationMenuLink as pr, NavigationMenuList as ur, NavigationMenuPopup as br, NavigationMenuPortal as mr, NavigationMenuPositioner as cr, NavigationMenuRoot as xr, NavigationMenuTrigger as Cr, NavigationMenuViewport as dr } from "./navigation-menu.js";
|
|
27
|
+
import { MenuArrow as Mr, MenuCheckboxItem as Pr, MenuCheckboxItemIndicator as Tr, MenuCheckboxItemLabel as sr, MenuGroup as Ir, MenuGroupLabel as Rr, MenuItem as Sr, MenuPopup as Ar, MenuPortal as fr, MenuPositioner as Dr, MenuRadioGroup as vr, MenuRadioItem as wr, MenuRadioItemIndicator as kr, MenuRadioItemLabel as Lr, MenuRoot as Fr, MenuSeparator as hr, MenuSubmenuRoot as Nr, MenuSubmenuTrigger as Gr, MenuTrigger as Vr } from "./menu.js";
|
|
28
|
+
import { NumberFieldDecrement as Hr, NumberFieldGroup as yr, NumberFieldIncrement as Er, NumberFieldInput as Ur, NumberFieldRoot as jr, NumberFieldScrubArea as qr, NumberFieldScrubAreaCursor as zr } from "./number-field.js";
|
|
29
|
+
import { PopoverArrow as Kr, PopoverBackdrop as Or, PopoverClose as Qr, PopoverDescription as Wr, PopoverPopup as Xr, PopoverPortal as Yr, PopoverPositioner as Zr, PopoverRoot as _r, PopoverTitle as $r, PopoverTrigger as ot, PopoverViewport as et } from "./popover.js";
|
|
30
|
+
import { ProgressIndicator as tt, ProgressLabel as at, ProgressRoot as it, ProgressTrack as nt, ProgressValue as lt } from "./progress.js";
|
|
31
|
+
import { RadioIndicator as ut, RadioRoot as bt } from "./radio.js";
|
|
32
|
+
import { RadioGroupRoot as ct } from "./radio-group.js";
|
|
33
|
+
import { ToggleGroupItem as Ct, ToggleGroupRoot as dt } from "./toggle-group.js";
|
|
34
|
+
import { ToolbarButton as Mt, ToolbarGroup as Pt, ToolbarInput as Tt, ToolbarLink as st, ToolbarRoot as It, ToolbarSeparator as Rt } from "./toolbar.js";
|
|
35
|
+
import { CardContent as At, CardDescription as ft, CardFooter as Dt, CardHeader as vt, CardMedia as wt, CardRoot as kt, CardSection as Lt, CardTitle as Ft } from "./card.js";
|
|
36
|
+
import { ContextMenuArrow as Nt, ContextMenuCheckboxItem as Gt, ContextMenuCheckboxItemIndicator as Vt, ContextMenuCheckboxItemLabel as Bt, ContextMenuGroup as Ht, ContextMenuGroupLabel as yt, ContextMenuItem as Et, ContextMenuPopup as Ut, ContextMenuPortal as jt, ContextMenuPositioner as qt, ContextMenuRadioGroup as zt, ContextMenuRadioItem as Jt, ContextMenuRadioItemIndicator as Kt, ContextMenuRadioItemLabel as Ot, ContextMenuRoot as Qt, ContextMenuSeparator as Wt, ContextMenuSubmenuRoot as Xt, ContextMenuSubmenuTrigger as Yt, ContextMenuTrigger as Zt } from "./context-menu.js";
|
|
37
|
+
import { MenubarArrow as $t, MenubarCheckboxItem as oa, MenubarCheckboxItemIndicator as ea, MenubarCheckboxItemLabel as ra, MenubarGroup as ta, MenubarGroupLabel as aa, MenubarItem as ia, MenubarMenu as na, MenubarPopup as la, MenubarPortal as pa, MenubarPositioner as ua, MenubarRadioGroup as ba, MenubarRadioItem as ma, MenubarRadioItemIndicator as ca, MenubarRadioItemLabel as xa, MenubarRoot as Ca, MenubarSeparator as da, MenubarSubmenuRoot as ga, MenubarSubmenuTrigger as Ma, MenubarTrigger as Pa } from "./menubar.js";
|
|
38
|
+
import { SliderControl as sa, SliderIndicator as Ia, SliderRoot as Ra, SliderThumb as Sa, SliderTrack as Aa, SliderValue as fa } from "./slider.js";
|
|
39
|
+
import { TooltipArrow as va, TooltipPopup as wa, TooltipPortal as ka, TooltipPositioner as La, TooltipProvider as Fa, TooltipRoot as ha, TooltipTrigger as Na } from "./tooltip.js";
|
|
40
|
+
import { PreviewCardArrow as Va, PreviewCardBackdrop as Ba, PreviewCardPopup as Ha, PreviewCardPortal as ya, PreviewCardPositioner as Ea, PreviewCardRoot as Ua, PreviewCardTrigger as ja } from "./preview-card.js";
|
|
41
|
+
import { Toast as za } from "@base-ui/react/toast";
|
|
39
42
|
export {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
43
|
+
Be as AccordionHeader,
|
|
44
|
+
He as AccordionItem,
|
|
45
|
+
ye as AccordionPanel,
|
|
46
|
+
Ee as AccordionRoot,
|
|
47
|
+
Ue as AccordionTrigger,
|
|
48
|
+
Q as AlertDialog,
|
|
49
|
+
H as AlertDialogBackdrop,
|
|
50
|
+
y as AlertDialogClose,
|
|
51
|
+
E as AlertDialogDescription,
|
|
52
|
+
U as AlertDialogPopup,
|
|
53
|
+
j as AlertDialogPortal,
|
|
54
|
+
q as AlertDialogRoot,
|
|
55
|
+
z as AlertDialogTitle,
|
|
56
|
+
J as AlertDialogTrigger,
|
|
57
|
+
K as AlertDialogViewport,
|
|
58
|
+
qe as AutocompleteEmpty,
|
|
59
|
+
ze as AutocompleteInput,
|
|
60
|
+
Je as AutocompleteItem,
|
|
61
|
+
Ke as AutocompleteList,
|
|
62
|
+
Oe as AutocompletePopup,
|
|
63
|
+
Qe as AutocompletePortal,
|
|
64
|
+
We as AutocompletePositioner,
|
|
65
|
+
Xe as AutocompleteRoot,
|
|
66
|
+
X as AvatarFallback,
|
|
67
|
+
Y as AvatarImage,
|
|
68
|
+
Z as AvatarRoot,
|
|
69
|
+
_ as AvatarStack,
|
|
59
70
|
r as Button,
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
71
|
+
At as CardContent,
|
|
72
|
+
ft as CardDescription,
|
|
73
|
+
Dt as CardFooter,
|
|
74
|
+
vt as CardHeader,
|
|
75
|
+
wt as CardMedia,
|
|
76
|
+
kt as CardRoot,
|
|
77
|
+
Lt as CardSection,
|
|
78
|
+
Ft as CardTitle,
|
|
68
79
|
l as CheckboxGroupRoot,
|
|
69
80
|
a as CheckboxIndicator,
|
|
70
81
|
i as CheckboxRoot,
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
oo as
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
co as
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
82
|
+
u as CollapsiblePanel,
|
|
83
|
+
b as CollapsibleRoot,
|
|
84
|
+
m as CollapsibleTrigger,
|
|
85
|
+
x as ComboboxArrow,
|
|
86
|
+
C as ComboboxBackdrop,
|
|
87
|
+
d as ComboboxChip,
|
|
88
|
+
g as ComboboxChipRemove,
|
|
89
|
+
M as ComboboxChips,
|
|
90
|
+
P as ComboboxClear,
|
|
91
|
+
T as ComboboxControl,
|
|
92
|
+
s as ComboboxEmpty,
|
|
93
|
+
I as ComboboxGroup,
|
|
94
|
+
R as ComboboxGroupLabel,
|
|
95
|
+
S as ComboboxIcon,
|
|
96
|
+
A as ComboboxInput,
|
|
97
|
+
f as ComboboxItem,
|
|
98
|
+
D as ComboboxItemIndicator,
|
|
99
|
+
v as ComboboxItemText,
|
|
100
|
+
w as ComboboxList,
|
|
101
|
+
k as ComboboxPopup,
|
|
102
|
+
L as ComboboxPortal,
|
|
103
|
+
F as ComboboxPositioner,
|
|
104
|
+
h as ComboboxRoot,
|
|
105
|
+
N as ComboboxSeparator,
|
|
106
|
+
G as ComboboxTrigger,
|
|
107
|
+
V as ComboboxValue,
|
|
108
|
+
Nt as ContextMenuArrow,
|
|
109
|
+
Gt as ContextMenuCheckboxItem,
|
|
110
|
+
Vt as ContextMenuCheckboxItemIndicator,
|
|
111
|
+
Bt as ContextMenuCheckboxItemLabel,
|
|
112
|
+
Ht as ContextMenuGroup,
|
|
113
|
+
yt as ContextMenuGroupLabel,
|
|
114
|
+
Et as ContextMenuItem,
|
|
115
|
+
Ut as ContextMenuPopup,
|
|
116
|
+
jt as ContextMenuPortal,
|
|
117
|
+
qt as ContextMenuPositioner,
|
|
118
|
+
zt as ContextMenuRadioGroup,
|
|
119
|
+
Jt as ContextMenuRadioItem,
|
|
120
|
+
Kt as ContextMenuRadioItemIndicator,
|
|
121
|
+
Ot as ContextMenuRadioItemLabel,
|
|
122
|
+
Qt as ContextMenuRoot,
|
|
123
|
+
Wt as ContextMenuSeparator,
|
|
124
|
+
Xt as ContextMenuSubmenuRoot,
|
|
125
|
+
Yt as ContextMenuSubmenuTrigger,
|
|
126
|
+
Zt as ContextMenuTrigger,
|
|
127
|
+
Yo as DialogBackdrop,
|
|
128
|
+
Zo as DialogClose,
|
|
129
|
+
_o as DialogDescription,
|
|
130
|
+
$o as DialogFooter,
|
|
131
|
+
oe as DialogHeader,
|
|
132
|
+
ee as DialogPopup,
|
|
133
|
+
re as DialogPortal,
|
|
134
|
+
te as DialogRoot,
|
|
135
|
+
ae as DialogTitle,
|
|
136
|
+
ie as DialogTrigger,
|
|
137
|
+
le as DrawerBackdrop,
|
|
138
|
+
pe as DrawerClose,
|
|
139
|
+
ue as DrawerContent,
|
|
140
|
+
be as DrawerDescription,
|
|
141
|
+
me as DrawerFooter,
|
|
142
|
+
ce as DrawerHeader,
|
|
143
|
+
xe as DrawerPopup,
|
|
144
|
+
Ce as DrawerPortal,
|
|
145
|
+
de as DrawerRoot,
|
|
146
|
+
ge as DrawerTitle,
|
|
147
|
+
Me as DrawerTrigger,
|
|
148
|
+
Se as FieldControl,
|
|
149
|
+
Ae as FieldDescription,
|
|
150
|
+
fe as FieldError,
|
|
151
|
+
De as FieldItem,
|
|
152
|
+
ve as FieldLabel,
|
|
153
|
+
we as FieldRoot,
|
|
154
|
+
ke as FieldValidity,
|
|
155
|
+
Fe as FieldsetLegend,
|
|
156
|
+
he as FieldsetRoot,
|
|
157
|
+
Ge as FormRoot,
|
|
158
|
+
Te as Input,
|
|
159
|
+
Mr as MenuArrow,
|
|
160
|
+
Pr as MenuCheckboxItem,
|
|
161
|
+
Tr as MenuCheckboxItemIndicator,
|
|
162
|
+
sr as MenuCheckboxItemLabel,
|
|
163
|
+
Ir as MenuGroup,
|
|
164
|
+
Rr as MenuGroupLabel,
|
|
165
|
+
Sr as MenuItem,
|
|
166
|
+
Ar as MenuPopup,
|
|
167
|
+
fr as MenuPortal,
|
|
168
|
+
Dr as MenuPositioner,
|
|
169
|
+
vr as MenuRadioGroup,
|
|
170
|
+
wr as MenuRadioItem,
|
|
171
|
+
kr as MenuRadioItemIndicator,
|
|
172
|
+
Lr as MenuRadioItemLabel,
|
|
173
|
+
Fr as MenuRoot,
|
|
174
|
+
hr as MenuSeparator,
|
|
175
|
+
Nr as MenuSubmenuRoot,
|
|
176
|
+
Gr as MenuSubmenuTrigger,
|
|
177
|
+
Vr as MenuTrigger,
|
|
178
|
+
$t as MenubarArrow,
|
|
179
|
+
oa as MenubarCheckboxItem,
|
|
180
|
+
ea as MenubarCheckboxItemIndicator,
|
|
181
|
+
ra as MenubarCheckboxItemLabel,
|
|
182
|
+
ta as MenubarGroup,
|
|
183
|
+
aa as MenubarGroupLabel,
|
|
184
|
+
ia as MenubarItem,
|
|
185
|
+
na as MenubarMenu,
|
|
186
|
+
la as MenubarPopup,
|
|
187
|
+
pa as MenubarPortal,
|
|
188
|
+
ua as MenubarPositioner,
|
|
189
|
+
ba as MenubarRadioGroup,
|
|
190
|
+
ma as MenubarRadioItem,
|
|
191
|
+
ca as MenubarRadioItemIndicator,
|
|
192
|
+
xa as MenubarRadioItemLabel,
|
|
193
|
+
Ca as MenubarRoot,
|
|
194
|
+
da as MenubarSeparator,
|
|
195
|
+
ga as MenubarSubmenuRoot,
|
|
196
|
+
Ma as MenubarSubmenuTrigger,
|
|
197
|
+
Pa as MenubarTrigger,
|
|
198
|
+
Ze as MeterIndicator,
|
|
199
|
+
_e as MeterLabel,
|
|
200
|
+
$e as MeterRoot,
|
|
201
|
+
or as MeterTrack,
|
|
202
|
+
er as MeterValue,
|
|
203
|
+
tr as NavigationMenuArrow,
|
|
204
|
+
ar as NavigationMenuBackdrop,
|
|
205
|
+
ir as NavigationMenuContent,
|
|
206
|
+
nr as NavigationMenuIcon,
|
|
207
|
+
lr as NavigationMenuItem,
|
|
208
|
+
pr as NavigationMenuLink,
|
|
209
|
+
ur as NavigationMenuList,
|
|
210
|
+
br as NavigationMenuPopup,
|
|
211
|
+
mr as NavigationMenuPortal,
|
|
212
|
+
cr as NavigationMenuPositioner,
|
|
213
|
+
xr as NavigationMenuRoot,
|
|
214
|
+
Cr as NavigationMenuTrigger,
|
|
215
|
+
dr as NavigationMenuViewport,
|
|
216
|
+
Hr as NumberFieldDecrement,
|
|
217
|
+
yr as NumberFieldGroup,
|
|
218
|
+
Er as NumberFieldIncrement,
|
|
219
|
+
Ur as NumberFieldInput,
|
|
220
|
+
jr as NumberFieldRoot,
|
|
221
|
+
qr as NumberFieldScrubArea,
|
|
222
|
+
zr as NumberFieldScrubAreaCursor,
|
|
223
|
+
Kr as PopoverArrow,
|
|
224
|
+
Or as PopoverBackdrop,
|
|
225
|
+
Qr as PopoverClose,
|
|
226
|
+
Wr as PopoverDescription,
|
|
227
|
+
Xr as PopoverPopup,
|
|
228
|
+
Yr as PopoverPortal,
|
|
229
|
+
Zr as PopoverPositioner,
|
|
230
|
+
_r as PopoverRoot,
|
|
231
|
+
$r as PopoverTitle,
|
|
232
|
+
ot as PopoverTrigger,
|
|
233
|
+
et as PopoverViewport,
|
|
234
|
+
Va as PreviewCardArrow,
|
|
235
|
+
Ba as PreviewCardBackdrop,
|
|
236
|
+
Ha as PreviewCardPopup,
|
|
237
|
+
ya as PreviewCardPortal,
|
|
238
|
+
Ea as PreviewCardPositioner,
|
|
239
|
+
Ua as PreviewCardRoot,
|
|
240
|
+
ja as PreviewCardTrigger,
|
|
241
|
+
tt as ProgressIndicator,
|
|
242
|
+
at as ProgressLabel,
|
|
243
|
+
it as ProgressRoot,
|
|
244
|
+
nt as ProgressTrack,
|
|
245
|
+
lt as ProgressValue,
|
|
246
|
+
ct as RadioGroupRoot,
|
|
247
|
+
ut as RadioIndicator,
|
|
248
|
+
bt as RadioRoot,
|
|
249
|
+
oo as ScrollAreaContent,
|
|
250
|
+
eo as ScrollAreaCorner,
|
|
251
|
+
ro as ScrollAreaRoot,
|
|
252
|
+
to as ScrollAreaScrollbar,
|
|
253
|
+
ao as ScrollAreaThumb,
|
|
254
|
+
io as ScrollAreaViewport,
|
|
255
|
+
lo as SelectArrow,
|
|
256
|
+
po as SelectBackdrop,
|
|
257
|
+
uo as SelectGroup,
|
|
258
|
+
bo as SelectGroupLabel,
|
|
259
|
+
mo as SelectIcon,
|
|
260
|
+
co as SelectItem,
|
|
261
|
+
xo as SelectItemIndicator,
|
|
262
|
+
Co as SelectItemText,
|
|
263
|
+
go as SelectList,
|
|
264
|
+
Mo as SelectPopup,
|
|
265
|
+
Po as SelectPortal,
|
|
266
|
+
To as SelectPositioner,
|
|
267
|
+
so as SelectRoot,
|
|
268
|
+
Io as SelectScrollDownArrow,
|
|
269
|
+
Ro as SelectScrollUpArrow,
|
|
270
|
+
So as SelectSeparator,
|
|
271
|
+
Ao as SelectTrigger,
|
|
272
|
+
fo as SelectValue,
|
|
273
|
+
vo as Separator,
|
|
274
|
+
sa as SliderControl,
|
|
275
|
+
Ia as SliderIndicator,
|
|
276
|
+
Ra as SliderRoot,
|
|
277
|
+
Sa as SliderThumb,
|
|
278
|
+
Aa as SliderTrack,
|
|
279
|
+
fa as SliderValue,
|
|
280
|
+
ko as SwitchRoot,
|
|
281
|
+
Lo as SwitchThumb,
|
|
282
|
+
Go as TabsIndicator,
|
|
283
|
+
Vo as TabsList,
|
|
284
|
+
Bo as TabsPanel,
|
|
285
|
+
Ho as TabsRoot,
|
|
286
|
+
yo as TabsTab,
|
|
287
|
+
Ie as Textarea,
|
|
288
|
+
za as Toast,
|
|
289
|
+
Uo as ToastAction,
|
|
290
|
+
jo as ToastClose,
|
|
291
|
+
qo as ToastContent,
|
|
292
|
+
zo as ToastDescription,
|
|
293
|
+
Jo as ToastPositioner,
|
|
294
|
+
Ko as ToastProvider,
|
|
295
|
+
Oo as ToastRoot,
|
|
296
|
+
Qo as ToastTitle,
|
|
297
|
+
Wo as ToastViewport,
|
|
298
|
+
ho as Toggle,
|
|
299
|
+
Ct as ToggleGroupItem,
|
|
300
|
+
dt as ToggleGroupRoot,
|
|
301
|
+
Mt as ToolbarButton,
|
|
302
|
+
Pt as ToolbarGroup,
|
|
303
|
+
Tt as ToolbarInput,
|
|
304
|
+
st as ToolbarLink,
|
|
305
|
+
It as ToolbarRoot,
|
|
306
|
+
Rt as ToolbarSeparator,
|
|
307
|
+
va as TooltipArrow,
|
|
308
|
+
wa as TooltipPopup,
|
|
309
|
+
ka as TooltipPortal,
|
|
310
|
+
La as TooltipPositioner,
|
|
311
|
+
Fa as TooltipProvider,
|
|
312
|
+
ha as TooltipRoot,
|
|
313
|
+
Na as TooltipTrigger
|
|
274
314
|
};
|
package/dist/input.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as r } from "react/jsx-runtime";
|
|
3
3
|
import { Input as s } from "@base-ui/react/input";
|
|
4
|
-
import { i as m } from "./form-variants-
|
|
4
|
+
import { i as m } from "./form-variants-LJ8gIbk0.js";
|
|
5
5
|
import { c as o } from "./utils-B6yFEsav.js";
|
|
6
6
|
const n = ({ className: t, ...p }) => /* @__PURE__ */ r(s, { className: o(m, t), ...p });
|
|
7
7
|
n.displayName = "Input";
|