@lglab/compose-ui 0.24.0 → 0.26.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/checkbox-group.d.ts +12 -0
- package/dist/checkbox-group.js +15 -0
- package/dist/checkbox.d.ts +19 -0
- package/dist/checkbox.js +33 -0
- package/dist/field.d.ts +54 -0
- package/dist/field.js +28 -0
- package/dist/fieldset.d.ts +19 -0
- package/dist/fieldset.js +19 -0
- package/dist/form-variants-D4ge0qav.js +9 -0
- package/dist/form.d.ts +12 -0
- package/dist/form.js +9 -0
- package/dist/index.d.ts +313 -0
- package/dist/index.js +270 -216
- package/dist/input.d.ts +12 -0
- package/dist/input.js +10 -0
- package/dist/number-field.d.ts +54 -0
- package/dist/number-field.js +70 -0
- package/dist/radio-group.d.ts +12 -0
- package/dist/radio-group.js +15 -0
- package/dist/radio.d.ts +19 -0
- package/dist/radio.js +35 -0
- package/dist/select.d.ts +133 -0
- package/dist/select.js +172 -0
- package/dist/textarea.d.ts +11 -0
- package/dist/textarea.js +15 -0
- package/package.json +47 -3
package/dist/index.js
CHANGED
|
@@ -1,220 +1,274 @@
|
|
|
1
1
|
import { Button as r } from "./button.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
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 {
|
|
2
|
+
import { CheckboxIndicator as a, CheckboxRoot as i } from "./checkbox.js";
|
|
3
|
+
import { CheckboxGroupRoot as l } from "./checkbox-group.js";
|
|
4
|
+
import { CollapsiblePanel as p, CollapsibleRoot as c, CollapsibleTrigger as d } from "./collapsible.js";
|
|
5
|
+
import { AlertDialogBackdrop as g, AlertDialogClose as M, AlertDialogDescription as b, AlertDialogPopup as x, AlertDialogPortal as C, AlertDialogRoot as P, AlertDialogTitle as T, AlertDialogTrigger as s, AlertDialogViewport as S } from "./alert-dialog.js";
|
|
6
|
+
import { AlertDialog as I } from "@base-ui/react/alert-dialog";
|
|
7
|
+
import { AvatarFallback as f, AvatarImage as A, AvatarRoot as v, AvatarStack as w } from "./avatar.js";
|
|
8
|
+
import { ScrollAreaContent as F, ScrollAreaCorner as N, ScrollAreaRoot as L, ScrollAreaScrollbar as h, ScrollAreaThumb as G, ScrollAreaViewport as V } from "./scroll-area.js";
|
|
9
|
+
import { SelectArrow as H, SelectBackdrop as y, SelectGroup as E, SelectGroupLabel as U, SelectIcon as j, SelectItem as q, SelectItemIndicator as z, SelectItemText as J, SelectList as K, SelectPopup as O, SelectPortal as Q, SelectPositioner as W, SelectRoot as X, SelectScrollDownArrow as Y, SelectScrollUpArrow as Z, SelectSeparator as _, SelectTrigger as $, SelectValue as oo } from "./select.js";
|
|
10
|
+
import { Separator as ro } from "./separator.js";
|
|
11
|
+
import { SwitchRoot as ao, SwitchThumb as io } from "./switch.js";
|
|
12
|
+
import { Toggle as lo } from "./toggle.js";
|
|
13
|
+
import { TabsIndicator as po, TabsList as co, TabsPanel as mo, TabsRoot as go, TabsTab as Mo } from "./tabs.js";
|
|
14
|
+
import { ToastAction as xo, ToastClose as Co, ToastContent as Po, ToastDescription as To, ToastPositioner as so, ToastProvider as So, ToastRoot as Ro, ToastTitle as Io, ToastViewport as Do } from "./toast.js";
|
|
15
|
+
import { DialogBackdrop as Ao, DialogClose as vo, DialogDescription as wo, DialogFooter as ko, DialogHeader as Fo, DialogPopup as No, DialogPortal as Lo, DialogRoot as ho, DialogTitle as Go, DialogTrigger as Vo } from "./dialog.js";
|
|
16
|
+
import { DrawerBackdrop as Ho, DrawerClose as yo, DrawerContent as Eo, DrawerDescription as Uo, DrawerFooter as jo, DrawerHeader as qo, DrawerPopup as zo, DrawerPortal as Jo, DrawerRoot as Ko, DrawerTitle as Oo, DrawerTrigger as Qo } from "./drawer.js";
|
|
17
|
+
import { Input as Xo } from "./input.js";
|
|
18
|
+
import { Textarea as Zo } from "./textarea.js";
|
|
19
|
+
import { FieldControl as $o, FieldDescription as oe, FieldError as ee, FieldItem as re, FieldLabel as te, FieldRoot as ae, FieldValidity as ie } from "./field.js";
|
|
20
|
+
import { FieldsetLegend as le, FieldsetRoot as ue } from "./fieldset.js";
|
|
21
|
+
import { FormRoot as ce } from "./form.js";
|
|
22
|
+
import { AccordionHeader as me, AccordionItem as ge, AccordionPanel as Me, AccordionRoot as be, AccordionTrigger as xe } from "./accordion.js";
|
|
23
|
+
import { MeterIndicator as Pe, MeterLabel as Te, MeterRoot as se, MeterTrack as Se, MeterValue as Re } from "./meter.js";
|
|
24
|
+
import { NavigationMenuArrow as De, NavigationMenuBackdrop as fe, NavigationMenuContent as Ae, NavigationMenuIcon as ve, NavigationMenuItem as we, NavigationMenuLink as ke, NavigationMenuList as Fe, NavigationMenuPopup as Ne, NavigationMenuPortal as Le, NavigationMenuPositioner as he, NavigationMenuRoot as Ge, NavigationMenuTrigger as Ve, NavigationMenuViewport as Be } from "./navigation-menu.js";
|
|
25
|
+
import { MenuArrow as ye, MenuCheckboxItem as Ee, MenuCheckboxItemIndicator as Ue, MenuCheckboxItemLabel as je, MenuGroup as qe, MenuGroupLabel as ze, MenuItem as Je, MenuPopup as Ke, MenuPortal as Oe, MenuPositioner as Qe, MenuRadioGroup as We, MenuRadioItem as Xe, MenuRadioItemIndicator as Ye, MenuRadioItemLabel as Ze, MenuRoot as _e, MenuSeparator as $e, MenuSubmenuRoot as or, MenuSubmenuTrigger as er, MenuTrigger as rr } from "./menu.js";
|
|
26
|
+
import { NumberFieldDecrement as ar, NumberFieldGroup as ir, NumberFieldIncrement as nr, NumberFieldInput as lr, NumberFieldRoot as ur, NumberFieldScrubArea as pr, NumberFieldScrubAreaCursor as cr } from "./number-field.js";
|
|
27
|
+
import { PopoverArrow as mr, PopoverBackdrop as gr, PopoverClose as Mr, PopoverDescription as br, PopoverPopup as xr, PopoverPortal as Cr, PopoverPositioner as Pr, PopoverRoot as Tr, PopoverTitle as sr, PopoverTrigger as Sr, PopoverViewport as Rr } from "./popover.js";
|
|
28
|
+
import { ProgressIndicator as Dr, ProgressLabel as fr, ProgressRoot as Ar, ProgressTrack as vr, ProgressValue as wr } from "./progress.js";
|
|
29
|
+
import { RadioIndicator as Fr, RadioRoot as Nr } from "./radio.js";
|
|
30
|
+
import { RadioGroupRoot as hr } from "./radio-group.js";
|
|
31
|
+
import { ToggleGroupItem as Vr, ToggleGroupRoot as Br } from "./toggle-group.js";
|
|
32
|
+
import { CardContent as yr, CardDescription as Er, CardFooter as Ur, CardHeader as jr, CardMedia as qr, CardRoot as zr, CardSection as Jr, CardTitle as Kr } from "./card.js";
|
|
33
|
+
import { ContextMenuArrow as Qr, ContextMenuCheckboxItem as Wr, ContextMenuCheckboxItemIndicator as Xr, ContextMenuCheckboxItemLabel as Yr, ContextMenuGroup as Zr, ContextMenuGroupLabel as _r, ContextMenuItem as $r, ContextMenuPopup as ot, ContextMenuPortal as et, ContextMenuPositioner as rt, ContextMenuRadioGroup as tt, ContextMenuRadioItem as at, ContextMenuRadioItemIndicator as it, ContextMenuRadioItemLabel as nt, ContextMenuRoot as lt, ContextMenuSeparator as ut, ContextMenuSubmenuRoot as pt, ContextMenuSubmenuTrigger as ct, ContextMenuTrigger as dt } from "./context-menu.js";
|
|
34
|
+
import { MenubarArrow as gt, MenubarCheckboxItem as Mt, MenubarCheckboxItemIndicator as bt, MenubarCheckboxItemLabel as xt, MenubarGroup as Ct, MenubarGroupLabel as Pt, MenubarItem as Tt, MenubarMenu as st, MenubarPopup as St, MenubarPortal as Rt, MenubarPositioner as It, MenubarRadioGroup as Dt, MenubarRadioItem as ft, MenubarRadioItemIndicator as At, MenubarRadioItemLabel as vt, MenubarRoot as wt, MenubarSeparator as kt, MenubarSubmenuRoot as Ft, MenubarSubmenuTrigger as Nt, MenubarTrigger as Lt } from "./menubar.js";
|
|
35
|
+
import { SliderControl as Gt, SliderIndicator as Vt, SliderRoot as Bt, SliderThumb as Ht, SliderTrack as yt, SliderValue as Et } from "./slider.js";
|
|
36
|
+
import { TooltipArrow as jt, TooltipPopup as qt, TooltipPortal as zt, TooltipPositioner as Jt, TooltipProvider as Kt, TooltipRoot as Ot, TooltipTrigger as Qt } from "./tooltip.js";
|
|
37
|
+
import { PreviewCardArrow as Xt, PreviewCardBackdrop as Yt, PreviewCardPopup as Zt, PreviewCardPortal as _t, PreviewCardPositioner as $t, PreviewCardRoot as oa, PreviewCardTrigger as ea } from "./preview-card.js";
|
|
38
|
+
import { Toast as ta } from "@base-ui/react/toast";
|
|
28
39
|
export {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
40
|
+
me as AccordionHeader,
|
|
41
|
+
ge as AccordionItem,
|
|
42
|
+
Me as AccordionPanel,
|
|
43
|
+
be as AccordionRoot,
|
|
44
|
+
xe as AccordionTrigger,
|
|
45
|
+
I as AlertDialog,
|
|
46
|
+
g as AlertDialogBackdrop,
|
|
47
|
+
M as AlertDialogClose,
|
|
48
|
+
b as AlertDialogDescription,
|
|
49
|
+
x as AlertDialogPopup,
|
|
50
|
+
C as AlertDialogPortal,
|
|
51
|
+
P as AlertDialogRoot,
|
|
52
|
+
T as AlertDialogTitle,
|
|
53
|
+
s as AlertDialogTrigger,
|
|
54
|
+
S as AlertDialogViewport,
|
|
55
|
+
f as AvatarFallback,
|
|
56
|
+
A as AvatarImage,
|
|
57
|
+
v as AvatarRoot,
|
|
58
|
+
w as AvatarStack,
|
|
48
59
|
r as Button,
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
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
|
-
ve as
|
|
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
|
-
H as
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
60
|
+
yr as CardContent,
|
|
61
|
+
Er as CardDescription,
|
|
62
|
+
Ur as CardFooter,
|
|
63
|
+
jr as CardHeader,
|
|
64
|
+
qr as CardMedia,
|
|
65
|
+
zr as CardRoot,
|
|
66
|
+
Jr as CardSection,
|
|
67
|
+
Kr as CardTitle,
|
|
68
|
+
l as CheckboxGroupRoot,
|
|
69
|
+
a as CheckboxIndicator,
|
|
70
|
+
i as CheckboxRoot,
|
|
71
|
+
p as CollapsiblePanel,
|
|
72
|
+
c as CollapsibleRoot,
|
|
73
|
+
d as CollapsibleTrigger,
|
|
74
|
+
Qr as ContextMenuArrow,
|
|
75
|
+
Wr as ContextMenuCheckboxItem,
|
|
76
|
+
Xr as ContextMenuCheckboxItemIndicator,
|
|
77
|
+
Yr as ContextMenuCheckboxItemLabel,
|
|
78
|
+
Zr as ContextMenuGroup,
|
|
79
|
+
_r as ContextMenuGroupLabel,
|
|
80
|
+
$r as ContextMenuItem,
|
|
81
|
+
ot as ContextMenuPopup,
|
|
82
|
+
et as ContextMenuPortal,
|
|
83
|
+
rt as ContextMenuPositioner,
|
|
84
|
+
tt as ContextMenuRadioGroup,
|
|
85
|
+
at as ContextMenuRadioItem,
|
|
86
|
+
it as ContextMenuRadioItemIndicator,
|
|
87
|
+
nt as ContextMenuRadioItemLabel,
|
|
88
|
+
lt as ContextMenuRoot,
|
|
89
|
+
ut as ContextMenuSeparator,
|
|
90
|
+
pt as ContextMenuSubmenuRoot,
|
|
91
|
+
ct as ContextMenuSubmenuTrigger,
|
|
92
|
+
dt as ContextMenuTrigger,
|
|
93
|
+
Ao as DialogBackdrop,
|
|
94
|
+
vo as DialogClose,
|
|
95
|
+
wo as DialogDescription,
|
|
96
|
+
ko as DialogFooter,
|
|
97
|
+
Fo as DialogHeader,
|
|
98
|
+
No as DialogPopup,
|
|
99
|
+
Lo as DialogPortal,
|
|
100
|
+
ho as DialogRoot,
|
|
101
|
+
Go as DialogTitle,
|
|
102
|
+
Vo as DialogTrigger,
|
|
103
|
+
Ho as DrawerBackdrop,
|
|
104
|
+
yo as DrawerClose,
|
|
105
|
+
Eo as DrawerContent,
|
|
106
|
+
Uo as DrawerDescription,
|
|
107
|
+
jo as DrawerFooter,
|
|
108
|
+
qo as DrawerHeader,
|
|
109
|
+
zo as DrawerPopup,
|
|
110
|
+
Jo as DrawerPortal,
|
|
111
|
+
Ko as DrawerRoot,
|
|
112
|
+
Oo as DrawerTitle,
|
|
113
|
+
Qo as DrawerTrigger,
|
|
114
|
+
$o as FieldControl,
|
|
115
|
+
oe as FieldDescription,
|
|
116
|
+
ee as FieldError,
|
|
117
|
+
re as FieldItem,
|
|
118
|
+
te as FieldLabel,
|
|
119
|
+
ae as FieldRoot,
|
|
120
|
+
ie as FieldValidity,
|
|
121
|
+
le as FieldsetLegend,
|
|
122
|
+
ue as FieldsetRoot,
|
|
123
|
+
ce as FormRoot,
|
|
124
|
+
Xo as Input,
|
|
125
|
+
ye as MenuArrow,
|
|
126
|
+
Ee as MenuCheckboxItem,
|
|
127
|
+
Ue as MenuCheckboxItemIndicator,
|
|
128
|
+
je as MenuCheckboxItemLabel,
|
|
129
|
+
qe as MenuGroup,
|
|
130
|
+
ze as MenuGroupLabel,
|
|
131
|
+
Je as MenuItem,
|
|
132
|
+
Ke as MenuPopup,
|
|
133
|
+
Oe as MenuPortal,
|
|
134
|
+
Qe as MenuPositioner,
|
|
135
|
+
We as MenuRadioGroup,
|
|
136
|
+
Xe as MenuRadioItem,
|
|
137
|
+
Ye as MenuRadioItemIndicator,
|
|
138
|
+
Ze as MenuRadioItemLabel,
|
|
139
|
+
_e as MenuRoot,
|
|
140
|
+
$e as MenuSeparator,
|
|
141
|
+
or as MenuSubmenuRoot,
|
|
142
|
+
er as MenuSubmenuTrigger,
|
|
143
|
+
rr as MenuTrigger,
|
|
144
|
+
gt as MenubarArrow,
|
|
145
|
+
Mt as MenubarCheckboxItem,
|
|
146
|
+
bt as MenubarCheckboxItemIndicator,
|
|
147
|
+
xt as MenubarCheckboxItemLabel,
|
|
148
|
+
Ct as MenubarGroup,
|
|
149
|
+
Pt as MenubarGroupLabel,
|
|
150
|
+
Tt as MenubarItem,
|
|
151
|
+
st as MenubarMenu,
|
|
152
|
+
St as MenubarPopup,
|
|
153
|
+
Rt as MenubarPortal,
|
|
154
|
+
It as MenubarPositioner,
|
|
155
|
+
Dt as MenubarRadioGroup,
|
|
156
|
+
ft as MenubarRadioItem,
|
|
157
|
+
At as MenubarRadioItemIndicator,
|
|
158
|
+
vt as MenubarRadioItemLabel,
|
|
159
|
+
wt as MenubarRoot,
|
|
160
|
+
kt as MenubarSeparator,
|
|
161
|
+
Ft as MenubarSubmenuRoot,
|
|
162
|
+
Nt as MenubarSubmenuTrigger,
|
|
163
|
+
Lt as MenubarTrigger,
|
|
164
|
+
Pe as MeterIndicator,
|
|
165
|
+
Te as MeterLabel,
|
|
166
|
+
se as MeterRoot,
|
|
167
|
+
Se as MeterTrack,
|
|
168
|
+
Re as MeterValue,
|
|
169
|
+
De as NavigationMenuArrow,
|
|
170
|
+
fe as NavigationMenuBackdrop,
|
|
171
|
+
Ae as NavigationMenuContent,
|
|
172
|
+
ve as NavigationMenuIcon,
|
|
173
|
+
we as NavigationMenuItem,
|
|
174
|
+
ke as NavigationMenuLink,
|
|
175
|
+
Fe as NavigationMenuList,
|
|
176
|
+
Ne as NavigationMenuPopup,
|
|
177
|
+
Le as NavigationMenuPortal,
|
|
178
|
+
he as NavigationMenuPositioner,
|
|
179
|
+
Ge as NavigationMenuRoot,
|
|
180
|
+
Ve as NavigationMenuTrigger,
|
|
181
|
+
Be as NavigationMenuViewport,
|
|
182
|
+
ar as NumberFieldDecrement,
|
|
183
|
+
ir as NumberFieldGroup,
|
|
184
|
+
nr as NumberFieldIncrement,
|
|
185
|
+
lr as NumberFieldInput,
|
|
186
|
+
ur as NumberFieldRoot,
|
|
187
|
+
pr as NumberFieldScrubArea,
|
|
188
|
+
cr as NumberFieldScrubAreaCursor,
|
|
189
|
+
mr as PopoverArrow,
|
|
190
|
+
gr as PopoverBackdrop,
|
|
191
|
+
Mr as PopoverClose,
|
|
192
|
+
br as PopoverDescription,
|
|
193
|
+
xr as PopoverPopup,
|
|
194
|
+
Cr as PopoverPortal,
|
|
195
|
+
Pr as PopoverPositioner,
|
|
196
|
+
Tr as PopoverRoot,
|
|
197
|
+
sr as PopoverTitle,
|
|
198
|
+
Sr as PopoverTrigger,
|
|
199
|
+
Rr as PopoverViewport,
|
|
200
|
+
Xt as PreviewCardArrow,
|
|
201
|
+
Yt as PreviewCardBackdrop,
|
|
202
|
+
Zt as PreviewCardPopup,
|
|
203
|
+
_t as PreviewCardPortal,
|
|
204
|
+
$t as PreviewCardPositioner,
|
|
205
|
+
oa as PreviewCardRoot,
|
|
206
|
+
ea as PreviewCardTrigger,
|
|
207
|
+
Dr as ProgressIndicator,
|
|
208
|
+
fr as ProgressLabel,
|
|
209
|
+
Ar as ProgressRoot,
|
|
210
|
+
vr as ProgressTrack,
|
|
211
|
+
wr as ProgressValue,
|
|
212
|
+
hr as RadioGroupRoot,
|
|
213
|
+
Fr as RadioIndicator,
|
|
214
|
+
Nr as RadioRoot,
|
|
215
|
+
F as ScrollAreaContent,
|
|
216
|
+
N as ScrollAreaCorner,
|
|
217
|
+
L as ScrollAreaRoot,
|
|
218
|
+
h as ScrollAreaScrollbar,
|
|
219
|
+
G as ScrollAreaThumb,
|
|
220
|
+
V as ScrollAreaViewport,
|
|
221
|
+
H as SelectArrow,
|
|
222
|
+
y as SelectBackdrop,
|
|
223
|
+
E as SelectGroup,
|
|
224
|
+
U as SelectGroupLabel,
|
|
225
|
+
j as SelectIcon,
|
|
226
|
+
q as SelectItem,
|
|
227
|
+
z as SelectItemIndicator,
|
|
228
|
+
J as SelectItemText,
|
|
229
|
+
K as SelectList,
|
|
230
|
+
O as SelectPopup,
|
|
231
|
+
Q as SelectPortal,
|
|
232
|
+
W as SelectPositioner,
|
|
233
|
+
X as SelectRoot,
|
|
234
|
+
Y as SelectScrollDownArrow,
|
|
235
|
+
Z as SelectScrollUpArrow,
|
|
236
|
+
_ as SelectSeparator,
|
|
237
|
+
$ as SelectTrigger,
|
|
238
|
+
oo as SelectValue,
|
|
239
|
+
ro as Separator,
|
|
240
|
+
Gt as SliderControl,
|
|
241
|
+
Vt as SliderIndicator,
|
|
242
|
+
Bt as SliderRoot,
|
|
243
|
+
Ht as SliderThumb,
|
|
244
|
+
yt as SliderTrack,
|
|
245
|
+
Et as SliderValue,
|
|
246
|
+
ao as SwitchRoot,
|
|
247
|
+
io as SwitchThumb,
|
|
248
|
+
po as TabsIndicator,
|
|
249
|
+
co as TabsList,
|
|
250
|
+
mo as TabsPanel,
|
|
251
|
+
go as TabsRoot,
|
|
252
|
+
Mo as TabsTab,
|
|
253
|
+
Zo as Textarea,
|
|
254
|
+
ta as Toast,
|
|
255
|
+
xo as ToastAction,
|
|
256
|
+
Co as ToastClose,
|
|
257
|
+
Po as ToastContent,
|
|
258
|
+
To as ToastDescription,
|
|
259
|
+
so as ToastPositioner,
|
|
260
|
+
So as ToastProvider,
|
|
261
|
+
Ro as ToastRoot,
|
|
262
|
+
Io as ToastTitle,
|
|
263
|
+
Do as ToastViewport,
|
|
264
|
+
lo as Toggle,
|
|
265
|
+
Vr as ToggleGroupItem,
|
|
266
|
+
Br as ToggleGroupRoot,
|
|
267
|
+
jt as TooltipArrow,
|
|
268
|
+
qt as TooltipPopup,
|
|
269
|
+
zt as TooltipPortal,
|
|
270
|
+
Jt as TooltipPositioner,
|
|
271
|
+
Kt as TooltipProvider,
|
|
272
|
+
Ot as TooltipRoot,
|
|
273
|
+
Qt as TooltipTrigger
|
|
220
274
|
};
|
package/dist/input.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Input as Input_2 } from '@base-ui/react/input';
|
|
2
|
+
import { JSX } from 'react/jsx-runtime';
|
|
3
|
+
import * as React_2 from 'react';
|
|
4
|
+
|
|
5
|
+
export declare const Input: {
|
|
6
|
+
({ className, ...props }: InputProps): JSX.Element;
|
|
7
|
+
displayName: string;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export declare type InputProps = React_2.ComponentProps<typeof Input_2>;
|
|
11
|
+
|
|
12
|
+
export { }
|
package/dist/input.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
3
|
+
import { Input as s } from "@base-ui/react/input";
|
|
4
|
+
import { i as m } from "./form-variants-D4ge0qav.js";
|
|
5
|
+
import { c as o } from "./utils-B6yFEsav.js";
|
|
6
|
+
const n = ({ className: t, ...p }) => /* @__PURE__ */ r(s, { className: o(m, t), ...p });
|
|
7
|
+
n.displayName = "Input";
|
|
8
|
+
export {
|
|
9
|
+
n as Input
|
|
10
|
+
};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { JSX } from 'react/jsx-runtime';
|
|
2
|
+
import { NumberField } from '@base-ui/react/number-field';
|
|
3
|
+
import * as React_2 from 'react';
|
|
4
|
+
|
|
5
|
+
export declare const NumberFieldDecrement: {
|
|
6
|
+
({ className, ...props }: NumberFieldDecrementProps): JSX.Element;
|
|
7
|
+
displayName: string;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export declare type NumberFieldDecrementProps = React_2.ComponentProps<typeof NumberField.Decrement>;
|
|
11
|
+
|
|
12
|
+
export declare const NumberFieldGroup: {
|
|
13
|
+
({ className, ...props }: NumberFieldGroupProps): JSX.Element;
|
|
14
|
+
displayName: string;
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export declare type NumberFieldGroupProps = React_2.ComponentProps<typeof NumberField.Group>;
|
|
18
|
+
|
|
19
|
+
export declare const NumberFieldIncrement: {
|
|
20
|
+
({ className, ...props }: NumberFieldIncrementProps): JSX.Element;
|
|
21
|
+
displayName: string;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export declare type NumberFieldIncrementProps = React_2.ComponentProps<typeof NumberField.Increment>;
|
|
25
|
+
|
|
26
|
+
export declare const NumberFieldInput: {
|
|
27
|
+
({ className, ...props }: NumberFieldInputProps): JSX.Element;
|
|
28
|
+
displayName: string;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export declare type NumberFieldInputProps = React_2.ComponentProps<typeof NumberField.Input>;
|
|
32
|
+
|
|
33
|
+
export declare const NumberFieldRoot: {
|
|
34
|
+
({ className, ...props }: NumberFieldRootProps): JSX.Element;
|
|
35
|
+
displayName: string;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export declare type NumberFieldRootProps = React_2.ComponentProps<typeof NumberField.Root>;
|
|
39
|
+
|
|
40
|
+
export declare const NumberFieldScrubArea: {
|
|
41
|
+
({ className, ...props }: NumberFieldScrubAreaProps): JSX.Element;
|
|
42
|
+
displayName: string;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
export declare const NumberFieldScrubAreaCursor: {
|
|
46
|
+
({ className, ...props }: NumberFieldScrubAreaCursorProps): JSX.Element;
|
|
47
|
+
displayName: string;
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export declare type NumberFieldScrubAreaCursorProps = React_2.ComponentProps<typeof NumberField.ScrubAreaCursor>;
|
|
51
|
+
|
|
52
|
+
export declare type NumberFieldScrubAreaProps = React_2.ComponentProps<typeof NumberField.ScrubArea>;
|
|
53
|
+
|
|
54
|
+
export { }
|