@lglab/compose-ui 0.33.0 → 0.35.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/accordion.d.ts +6 -6
- package/dist/alert-dialog.d.ts +10 -10
- package/dist/alert-dialog.d.ts.map +1 -1
- package/dist/alert-dialog.js +2 -2
- package/dist/alert.d.ts +76 -0
- package/dist/alert.d.ts.map +1 -0
- package/dist/alert.js +176 -0
- package/dist/alert.js.map +1 -0
- package/dist/autocomplete.d.ts +13 -13
- package/dist/avatar.d.ts +5 -5
- package/dist/avatar.d.ts.map +1 -1
- package/dist/avatar.js +1 -1
- package/dist/badge.d.ts +4 -4
- package/dist/badge.d.ts.map +1 -1
- package/dist/badge.js +1 -1
- package/dist/breadcrumb.d.ts +60 -0
- package/dist/breadcrumb.d.ts.map +1 -0
- package/dist/breadcrumb.js +68 -0
- package/dist/breadcrumb.js.map +1 -0
- package/dist/button.d.ts +3 -3
- package/dist/button.js +2 -2
- package/dist/calendar.d.ts +2 -2
- package/dist/calendar.js +1 -1
- package/dist/card.d.ts +9 -9
- package/dist/card.js +1 -1
- package/dist/checkbox-group.d.ts +2 -2
- package/dist/checkbox.d.ts +3 -3
- package/dist/collapsible.d.ts +4 -4
- package/dist/collapsible.d.ts.map +1 -1
- package/dist/combobox.d.ts +25 -25
- package/dist/combobox.d.ts.map +1 -1
- package/dist/components/chart/context.d.ts +2 -2
- package/dist/components/chart/legend.d.ts +2 -2
- package/dist/components/chart/tooltip.d.ts +2 -2
- package/dist/components/table/primitives.d.ts +10 -10
- package/dist/components/table/primitives.js +1 -1
- package/dist/context-menu.d.ts +20 -20
- package/dist/context-menu.js +1 -1
- package/dist/dialog.d.ts +11 -11
- package/dist/dialog.d.ts.map +1 -1
- package/dist/dialog.js +2 -2
- package/dist/drawer.d.ts +12 -12
- package/dist/drawer.js +2 -2
- package/dist/field.d.ts +8 -8
- package/dist/fieldset.d.ts +3 -3
- package/dist/fieldset.d.ts.map +1 -1
- package/dist/form.d.ts +2 -2
- package/dist/group.d.ts +3 -3
- package/dist/group.js +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +3 -1
- package/dist/input.d.ts +2 -2
- package/dist/menu.d.ts +20 -20
- package/dist/menu.js +1 -1
- package/dist/menubar.d.ts +21 -21
- package/dist/menubar.js +1 -1
- package/dist/meter.d.ts +6 -6
- package/dist/navigation-menu.d.ts +14 -14
- package/dist/number-field.d.ts +8 -8
- package/dist/pagination.d.ts +10 -10
- package/dist/popover.d.ts +12 -12
- package/dist/preview-card.d.ts +8 -8
- package/dist/preview-card.d.ts.map +1 -1
- package/dist/progress.d.ts +6 -6
- package/dist/radio-group.d.ts +2 -2
- package/dist/radio.d.ts +3 -3
- package/dist/radio.d.ts.map +1 -1
- package/dist/scroll-area.d.ts +7 -7
- package/dist/scroll-area.d.ts.map +1 -1
- package/dist/select.d.ts +19 -19
- package/dist/select.d.ts.map +1 -1
- package/dist/separator.d.ts +2 -2
- package/dist/separator.d.ts.map +1 -1
- package/dist/skeleton.d.ts +2 -2
- package/dist/skeleton.d.ts.map +1 -1
- package/dist/skeleton.js +1 -1
- package/dist/slider.d.ts +7 -7
- package/dist/slider.d.ts.map +1 -1
- package/dist/styles/default.css +1 -1
- package/dist/switch.d.ts +3 -3
- package/dist/switch.d.ts.map +1 -1
- package/dist/tabs.d.ts +6 -6
- package/dist/tabs.js +1 -1
- package/dist/textarea.d.ts +2 -2
- package/dist/textarea.d.ts.map +1 -1
- package/dist/toast.d.ts +10 -10
- package/dist/toast.d.ts.map +1 -1
- package/dist/toast.js +1 -1
- package/dist/toggle-group.d.ts +3 -3
- package/dist/toggle-group.d.ts.map +1 -1
- package/dist/toggle.d.ts +2 -2
- package/dist/toggle.d.ts.map +1 -1
- package/dist/toolbar.d.ts +7 -7
- package/dist/toolbar.d.ts.map +1 -1
- package/dist/tooltip.d.ts +8 -8
- package/package.json +15 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SortDirection } from "./types.js";
|
|
2
|
-
import * as React from "react";
|
|
3
2
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
import * as react_jsx_runtime303 from "react/jsx-runtime";
|
|
5
5
|
import * as class_variance_authority_types3 from "class-variance-authority/types";
|
|
6
6
|
|
|
7
7
|
//#region src/components/table/primitives.d.ts
|
|
@@ -18,7 +18,7 @@ declare const TableRoot: {
|
|
|
18
18
|
variant,
|
|
19
19
|
size,
|
|
20
20
|
...props
|
|
21
|
-
}: TableRootProps):
|
|
21
|
+
}: TableRootProps): react_jsx_runtime303.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):
|
|
29
|
+
}: TableHeaderProps): react_jsx_runtime303.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):
|
|
37
|
+
}: TableBodyProps): react_jsx_runtime303.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):
|
|
45
|
+
}: TableFooterProps): react_jsx_runtime303.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):
|
|
53
|
+
}: TableRowProps): react_jsx_runtime303.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):
|
|
69
|
+
}: TableHeadProps): react_jsx_runtime303.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):
|
|
77
|
+
}: TableCellProps): react_jsx_runtime303.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):
|
|
88
|
+
}: TableCaptionProps): react_jsx_runtime303.JSX.Element;
|
|
89
89
|
displayName: string;
|
|
90
90
|
};
|
|
91
91
|
//#endregion
|
package/dist/context-menu.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime126 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):
|
|
8
|
+
(props: ContextMenuRootProps): react_jsx_runtime126.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):
|
|
16
|
+
}: ContextMenuTriggerProps): react_jsx_runtime126.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):
|
|
21
|
+
(props: ContextMenuPortalProps): react_jsx_runtime126.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):
|
|
29
|
+
}: ContextMenuPositionerProps): react_jsx_runtime126.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):
|
|
37
|
+
}: ContextMenuPopupProps): react_jsx_runtime126.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):
|
|
45
|
+
}: ContextMenuArrowProps): react_jsx_runtime126.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):
|
|
53
|
+
}: ContextMenuItemProps): react_jsx_runtime126.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):
|
|
61
|
+
}: ContextMenuSeparatorProps): react_jsx_runtime126.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):
|
|
69
|
+
}: ContextMenuGroupProps): react_jsx_runtime126.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):
|
|
77
|
+
}: ContextMenuGroupLabelProps): react_jsx_runtime126.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):
|
|
85
|
+
}: ContextMenuRadioGroupProps): react_jsx_runtime126.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):
|
|
93
|
+
}: ContextMenuRadioItemProps): react_jsx_runtime126.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):
|
|
101
|
+
}: ContextMenuCheckboxItemProps): react_jsx_runtime126.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):
|
|
109
|
+
}: ContextMenuRadioItemIndicatorProps): react_jsx_runtime126.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):
|
|
117
|
+
}: ContextMenuCheckboxItemIndicatorProps): react_jsx_runtime126.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):
|
|
125
|
+
}: ContextMenuCheckboxItemLabelProps): react_jsx_runtime126.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):
|
|
133
|
+
}: ContextMenuRadioItemLabelProps): react_jsx_runtime126.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):
|
|
141
|
+
}: ContextMenuSubmenuTriggerProps): react_jsx_runtime126.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):
|
|
146
|
+
(props: ContextMenuSubmenuRootProps): react_jsx_runtime126.JSX.Element;
|
|
147
147
|
displayName: string;
|
|
148
148
|
};
|
|
149
149
|
//#endregion
|
package/dist/context-menu.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { buttonVariants } from "./lib/button-variants.js";
|
|
4
3
|
import { cn } from "./lib/utils.js";
|
|
4
|
+
import { buttonVariants } from "./lib/button-variants.js";
|
|
5
5
|
import { ArrowSvg } from "./lib/arrow-svg.js";
|
|
6
6
|
import "react";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
package/dist/dialog.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ButtonSize, ButtonVariant } from "./lib/button-variants.js";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime98 from "react/jsx-runtime";
|
|
4
4
|
import { Dialog } from "@base-ui/react/dialog";
|
|
5
5
|
|
|
6
6
|
//#region src/components/dialog.d.ts
|
|
7
7
|
type DialogRootProps = React.ComponentProps<typeof Dialog.Root>;
|
|
8
8
|
declare const DialogRoot: {
|
|
9
|
-
(props: DialogRootProps):
|
|
9
|
+
(props: DialogRootProps): react_jsx_runtime98.JSX.Element;
|
|
10
10
|
displayName: string;
|
|
11
11
|
};
|
|
12
12
|
type DialogTriggerProps = React.ComponentProps<typeof Dialog.Trigger> & {
|
|
@@ -21,12 +21,12 @@ declare const DialogTrigger: {
|
|
|
21
21
|
variant,
|
|
22
22
|
size,
|
|
23
23
|
...props
|
|
24
|
-
}: DialogTriggerProps):
|
|
24
|
+
}: DialogTriggerProps): react_jsx_runtime98.JSX.Element;
|
|
25
25
|
displayName: string;
|
|
26
26
|
};
|
|
27
27
|
type DialogPortalProps = React.ComponentProps<typeof Dialog.Portal>;
|
|
28
28
|
declare const DialogPortal: {
|
|
29
|
-
(props: DialogPortalProps):
|
|
29
|
+
(props: DialogPortalProps): react_jsx_runtime98.JSX.Element;
|
|
30
30
|
displayName: string;
|
|
31
31
|
};
|
|
32
32
|
type DialogBackdropProps = React.ComponentProps<typeof Dialog.Backdrop>;
|
|
@@ -34,7 +34,7 @@ declare const DialogBackdrop: {
|
|
|
34
34
|
({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: DialogBackdropProps):
|
|
37
|
+
}: DialogBackdropProps): react_jsx_runtime98.JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
type DialogPopupProps = React.ComponentProps<typeof Dialog.Popup> & {
|
|
@@ -46,7 +46,7 @@ declare const DialogPopup: {
|
|
|
46
46
|
className,
|
|
47
47
|
size,
|
|
48
48
|
...props
|
|
49
|
-
}: DialogPopupProps):
|
|
49
|
+
}: DialogPopupProps): react_jsx_runtime98.JSX.Element;
|
|
50
50
|
displayName: string;
|
|
51
51
|
};
|
|
52
52
|
type DialogTitleProps = React.ComponentProps<typeof Dialog.Title>;
|
|
@@ -54,7 +54,7 @@ declare const DialogTitle: {
|
|
|
54
54
|
({
|
|
55
55
|
className,
|
|
56
56
|
...props
|
|
57
|
-
}: DialogTitleProps):
|
|
57
|
+
}: DialogTitleProps): react_jsx_runtime98.JSX.Element;
|
|
58
58
|
displayName: string;
|
|
59
59
|
};
|
|
60
60
|
type DialogDescriptionProps = React.ComponentProps<typeof Dialog.Description>;
|
|
@@ -62,7 +62,7 @@ declare const DialogDescription: {
|
|
|
62
62
|
({
|
|
63
63
|
className,
|
|
64
64
|
...props
|
|
65
|
-
}: DialogDescriptionProps):
|
|
65
|
+
}: DialogDescriptionProps): react_jsx_runtime98.JSX.Element;
|
|
66
66
|
displayName: string;
|
|
67
67
|
};
|
|
68
68
|
type DialogCloseProps = React.ComponentProps<typeof Dialog.Close> & {
|
|
@@ -77,7 +77,7 @@ declare const DialogClose: {
|
|
|
77
77
|
variant,
|
|
78
78
|
size,
|
|
79
79
|
...props
|
|
80
|
-
}: DialogCloseProps):
|
|
80
|
+
}: DialogCloseProps): react_jsx_runtime98.JSX.Element;
|
|
81
81
|
displayName: string;
|
|
82
82
|
};
|
|
83
83
|
type DialogHeaderProps = React.HTMLAttributes<HTMLDivElement>;
|
|
@@ -85,7 +85,7 @@ declare const DialogHeader: {
|
|
|
85
85
|
({
|
|
86
86
|
className,
|
|
87
87
|
...props
|
|
88
|
-
}: DialogHeaderProps):
|
|
88
|
+
}: DialogHeaderProps): react_jsx_runtime98.JSX.Element;
|
|
89
89
|
displayName: string;
|
|
90
90
|
};
|
|
91
91
|
type DialogFooterProps = React.HTMLAttributes<HTMLDivElement>;
|
|
@@ -93,7 +93,7 @@ declare const DialogFooter: {
|
|
|
93
93
|
({
|
|
94
94
|
className,
|
|
95
95
|
...props
|
|
96
|
-
}: DialogFooterProps):
|
|
96
|
+
}: DialogFooterProps): react_jsx_runtime98.JSX.Element;
|
|
97
97
|
displayName: string;
|
|
98
98
|
};
|
|
99
99
|
//#endregion
|
package/dist/dialog.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.d.ts","names":[],"sources":["../src/components/dialog.tsx"],"sourcesContent":[],"mappings":";;;;;;KAiBK,eAAA,GAAkB,KAAA,CAAM,sBAAsB,MAAA,CAAW;cAExD;UAAqB,kBAAe,
|
|
1
|
+
{"version":3,"file":"dialog.d.ts","names":[],"sources":["../src/components/dialog.tsx"],"sourcesContent":[],"mappings":"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"}
|
package/dist/dialog.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { buttonVariants } from "./lib/button-variants.js";
|
|
4
3
|
import { cn } from "./lib/utils.js";
|
|
5
|
-
import "
|
|
4
|
+
import { buttonVariants } from "./lib/button-variants.js";
|
|
6
5
|
import { cva } from "class-variance-authority";
|
|
6
|
+
import "react";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
8
|
import { Dialog } from "@base-ui/react/dialog";
|
|
9
9
|
|
package/dist/drawer.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ButtonSize, ButtonVariant } from "./lib/button-variants.js";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime115 from "react/jsx-runtime";
|
|
4
4
|
import { Dialog } from "@base-ui/react/dialog";
|
|
5
5
|
|
|
6
6
|
//#region src/components/drawer.d.ts
|
|
7
7
|
type DrawerRootProps = React.ComponentProps<typeof Dialog.Root>;
|
|
8
8
|
declare const DrawerRoot: {
|
|
9
|
-
(props: DrawerRootProps):
|
|
9
|
+
(props: DrawerRootProps): react_jsx_runtime115.JSX.Element;
|
|
10
10
|
displayName: string;
|
|
11
11
|
};
|
|
12
12
|
type DrawerTriggerProps = React.ComponentProps<typeof Dialog.Trigger> & {
|
|
@@ -21,12 +21,12 @@ declare const DrawerTrigger: {
|
|
|
21
21
|
variant,
|
|
22
22
|
size,
|
|
23
23
|
...props
|
|
24
|
-
}: DrawerTriggerProps):
|
|
24
|
+
}: DrawerTriggerProps): react_jsx_runtime115.JSX.Element;
|
|
25
25
|
displayName: string;
|
|
26
26
|
};
|
|
27
27
|
type DrawerPortalProps = React.ComponentProps<typeof Dialog.Portal>;
|
|
28
28
|
declare const DrawerPortal: {
|
|
29
|
-
(props: DrawerPortalProps):
|
|
29
|
+
(props: DrawerPortalProps): react_jsx_runtime115.JSX.Element;
|
|
30
30
|
displayName: string;
|
|
31
31
|
};
|
|
32
32
|
type DrawerBackdropProps = React.ComponentProps<typeof Dialog.Backdrop>;
|
|
@@ -34,7 +34,7 @@ declare const DrawerBackdrop: {
|
|
|
34
34
|
({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: DrawerBackdropProps):
|
|
37
|
+
}: DrawerBackdropProps): react_jsx_runtime115.JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
type DrawerPopupProps = React.ComponentProps<typeof Dialog.Popup> & {
|
|
@@ -46,7 +46,7 @@ declare const DrawerPopup: {
|
|
|
46
46
|
className,
|
|
47
47
|
side,
|
|
48
48
|
...props
|
|
49
|
-
}: DrawerPopupProps):
|
|
49
|
+
}: DrawerPopupProps): react_jsx_runtime115.JSX.Element;
|
|
50
50
|
displayName: string;
|
|
51
51
|
};
|
|
52
52
|
type DrawerTitleProps = React.ComponentProps<typeof Dialog.Title>;
|
|
@@ -54,7 +54,7 @@ declare const DrawerTitle: {
|
|
|
54
54
|
({
|
|
55
55
|
className,
|
|
56
56
|
...props
|
|
57
|
-
}: DrawerTitleProps):
|
|
57
|
+
}: DrawerTitleProps): react_jsx_runtime115.JSX.Element;
|
|
58
58
|
displayName: string;
|
|
59
59
|
};
|
|
60
60
|
type DrawerDescriptionProps = React.ComponentProps<typeof Dialog.Description>;
|
|
@@ -62,7 +62,7 @@ declare const DrawerDescription: {
|
|
|
62
62
|
({
|
|
63
63
|
className,
|
|
64
64
|
...props
|
|
65
|
-
}: DrawerDescriptionProps):
|
|
65
|
+
}: DrawerDescriptionProps): react_jsx_runtime115.JSX.Element;
|
|
66
66
|
displayName: string;
|
|
67
67
|
};
|
|
68
68
|
type DrawerCloseProps = React.ComponentProps<typeof Dialog.Close> & {
|
|
@@ -77,7 +77,7 @@ declare const DrawerClose: {
|
|
|
77
77
|
variant,
|
|
78
78
|
size,
|
|
79
79
|
...props
|
|
80
|
-
}: DrawerCloseProps):
|
|
80
|
+
}: DrawerCloseProps): react_jsx_runtime115.JSX.Element;
|
|
81
81
|
displayName: string;
|
|
82
82
|
};
|
|
83
83
|
type DrawerHeaderProps = React.HTMLAttributes<HTMLDivElement>;
|
|
@@ -85,7 +85,7 @@ declare const DrawerHeader: {
|
|
|
85
85
|
({
|
|
86
86
|
className,
|
|
87
87
|
...props
|
|
88
|
-
}: DrawerHeaderProps):
|
|
88
|
+
}: DrawerHeaderProps): react_jsx_runtime115.JSX.Element;
|
|
89
89
|
displayName: string;
|
|
90
90
|
};
|
|
91
91
|
type DrawerContentProps = React.HTMLAttributes<HTMLDivElement>;
|
|
@@ -93,7 +93,7 @@ declare const DrawerContent: {
|
|
|
93
93
|
({
|
|
94
94
|
className,
|
|
95
95
|
...props
|
|
96
|
-
}: DrawerContentProps):
|
|
96
|
+
}: DrawerContentProps): react_jsx_runtime115.JSX.Element;
|
|
97
97
|
displayName: string;
|
|
98
98
|
};
|
|
99
99
|
type DrawerFooterProps = React.HTMLAttributes<HTMLDivElement>;
|
|
@@ -101,7 +101,7 @@ declare const DrawerFooter: {
|
|
|
101
101
|
({
|
|
102
102
|
className,
|
|
103
103
|
...props
|
|
104
|
-
}: DrawerFooterProps):
|
|
104
|
+
}: DrawerFooterProps): react_jsx_runtime115.JSX.Element;
|
|
105
105
|
displayName: string;
|
|
106
106
|
};
|
|
107
107
|
//#endregion
|
package/dist/drawer.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { buttonVariants } from "./lib/button-variants.js";
|
|
4
3
|
import { cn } from "./lib/utils.js";
|
|
5
|
-
import "
|
|
4
|
+
import { buttonVariants } from "./lib/button-variants.js";
|
|
6
5
|
import { cva } from "class-variance-authority";
|
|
6
|
+
import "react";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
8
|
import { Dialog } from "@base-ui/react/dialog";
|
|
9
9
|
|
package/dist/field.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime108 from "react/jsx-runtime";
|
|
3
3
|
import { Field } from "@base-ui/react/field";
|
|
4
4
|
|
|
5
5
|
//#region src/components/field.d.ts
|
|
@@ -8,7 +8,7 @@ declare const FieldRoot: {
|
|
|
8
8
|
({
|
|
9
9
|
className,
|
|
10
10
|
...props
|
|
11
|
-
}: FieldRootProps):
|
|
11
|
+
}: FieldRootProps): react_jsx_runtime108.JSX.Element;
|
|
12
12
|
displayName: string;
|
|
13
13
|
};
|
|
14
14
|
type FieldLabelProps = React.ComponentProps<typeof Field.Label>;
|
|
@@ -16,7 +16,7 @@ declare const FieldLabel: {
|
|
|
16
16
|
({
|
|
17
17
|
className,
|
|
18
18
|
...props
|
|
19
|
-
}: FieldLabelProps):
|
|
19
|
+
}: FieldLabelProps): react_jsx_runtime108.JSX.Element;
|
|
20
20
|
displayName: string;
|
|
21
21
|
};
|
|
22
22
|
type FieldControlProps = React.ComponentProps<typeof Field.Control>;
|
|
@@ -24,7 +24,7 @@ declare const FieldControl: {
|
|
|
24
24
|
({
|
|
25
25
|
className,
|
|
26
26
|
...props
|
|
27
|
-
}: FieldControlProps):
|
|
27
|
+
}: FieldControlProps): react_jsx_runtime108.JSX.Element;
|
|
28
28
|
displayName: string;
|
|
29
29
|
};
|
|
30
30
|
type FieldDescriptionProps = React.ComponentProps<typeof Field.Description>;
|
|
@@ -32,7 +32,7 @@ declare const FieldDescription: {
|
|
|
32
32
|
({
|
|
33
33
|
className,
|
|
34
34
|
...props
|
|
35
|
-
}: FieldDescriptionProps):
|
|
35
|
+
}: FieldDescriptionProps): react_jsx_runtime108.JSX.Element;
|
|
36
36
|
displayName: string;
|
|
37
37
|
};
|
|
38
38
|
type FieldErrorProps = React.ComponentProps<typeof Field.Error>;
|
|
@@ -40,7 +40,7 @@ declare const FieldError: {
|
|
|
40
40
|
({
|
|
41
41
|
className,
|
|
42
42
|
...props
|
|
43
|
-
}: FieldErrorProps):
|
|
43
|
+
}: FieldErrorProps): react_jsx_runtime108.JSX.Element;
|
|
44
44
|
displayName: string;
|
|
45
45
|
};
|
|
46
46
|
type FieldItemProps = React.ComponentProps<typeof Field.Item>;
|
|
@@ -48,12 +48,12 @@ declare const FieldItem: {
|
|
|
48
48
|
({
|
|
49
49
|
className,
|
|
50
50
|
...props
|
|
51
|
-
}: FieldItemProps):
|
|
51
|
+
}: FieldItemProps): react_jsx_runtime108.JSX.Element;
|
|
52
52
|
displayName: string;
|
|
53
53
|
};
|
|
54
54
|
type FieldValidityProps = React.ComponentProps<typeof Field.Validity>;
|
|
55
55
|
declare const FieldValidity: {
|
|
56
|
-
(props: FieldValidityProps):
|
|
56
|
+
(props: FieldValidityProps): react_jsx_runtime108.JSX.Element;
|
|
57
57
|
displayName: string;
|
|
58
58
|
};
|
|
59
59
|
//#endregion
|
package/dist/fieldset.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime48 from "react/jsx-runtime";
|
|
3
3
|
import { Fieldset } from "@base-ui/react/fieldset";
|
|
4
4
|
|
|
5
5
|
//#region src/components/fieldset.d.ts
|
|
@@ -8,7 +8,7 @@ declare const FieldsetRoot: {
|
|
|
8
8
|
({
|
|
9
9
|
className,
|
|
10
10
|
...props
|
|
11
|
-
}: FieldsetRootProps):
|
|
11
|
+
}: FieldsetRootProps): react_jsx_runtime48.JSX.Element;
|
|
12
12
|
displayName: string;
|
|
13
13
|
};
|
|
14
14
|
type FieldsetLegendProps = React.ComponentProps<typeof Fieldset.Legend>;
|
|
@@ -16,7 +16,7 @@ declare const FieldsetLegend: {
|
|
|
16
16
|
({
|
|
17
17
|
className,
|
|
18
18
|
...props
|
|
19
|
-
}: FieldsetLegendProps):
|
|
19
|
+
}: FieldsetLegendProps): react_jsx_runtime48.JSX.Element;
|
|
20
20
|
displayName: string;
|
|
21
21
|
};
|
|
22
22
|
//#endregion
|
package/dist/fieldset.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fieldset.d.ts","names":[],"sources":["../src/components/fieldset.tsx"],"sourcesContent":[],"mappings":";;;;;KAYK,iBAAA,GAAoB,KAAA,CAAM,sBAAsB,QAAA,CAAa;cAE5D;;;;KAAyC,oBAAiB,
|
|
1
|
+
{"version":3,"file":"fieldset.d.ts","names":[],"sources":["../src/components/fieldset.tsx"],"sourcesContent":[],"mappings":";;;;;KAYK,iBAAA,GAAoB,KAAA,CAAM,sBAAsB,QAAA,CAAa;cAE5D;;;;KAAyC,oBAAiB,mBAAA,CAAA,GAAA,CAAA;EAF3D,WAAA,EAAA,MAAA;CAAiB;KAYjB,mBAAA,GAAsB,KAAA,CAAM,cAZiC,CAAA,OAYX,QAAA,CAAa,MAZF,CAAA;cAc5D,cAdyB,EAAA;EAAc,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAcI,mBAdJ,CAAA,EAcuB,mBAAA,CAAA,GAAA,CAAA,OAdvB;EAEvC,WAAA,EAAA,MAEL;CAAA"}
|
package/dist/form.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime198 from "react/jsx-runtime";
|
|
3
3
|
import { Form } from "@base-ui/react/form";
|
|
4
4
|
|
|
5
5
|
//#region src/components/form.d.ts
|
|
@@ -8,7 +8,7 @@ declare const FormRoot: {
|
|
|
8
8
|
({
|
|
9
9
|
className,
|
|
10
10
|
...props
|
|
11
|
-
}: FormRootProps):
|
|
11
|
+
}: FormRootProps): react_jsx_runtime198.JSX.Element;
|
|
12
12
|
displayName: string;
|
|
13
13
|
};
|
|
14
14
|
//#endregion
|
package/dist/group.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime187 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/group.d.ts
|
|
5
5
|
type GroupRootProps = React.ComponentProps<'div'> & {
|
|
@@ -11,7 +11,7 @@ declare const GroupRoot: {
|
|
|
11
11
|
className,
|
|
12
12
|
orientation,
|
|
13
13
|
...props
|
|
14
|
-
}: GroupRootProps):
|
|
14
|
+
}: GroupRootProps): react_jsx_runtime187.JSX.Element;
|
|
15
15
|
displayName: string;
|
|
16
16
|
};
|
|
17
17
|
type GroupAddonVariant = 'primary' | 'secondary' | 'destructive' | 'ghost';
|
|
@@ -28,7 +28,7 @@ declare const GroupAddon: {
|
|
|
28
28
|
variant,
|
|
29
29
|
size,
|
|
30
30
|
...props
|
|
31
|
-
}: GroupAddonProps):
|
|
31
|
+
}: GroupAddonProps): react_jsx_runtime187.JSX.Element;
|
|
32
32
|
displayName: string;
|
|
33
33
|
};
|
|
34
34
|
//#endregion
|