@lglab/compose-ui 0.30.0 → 0.30.2

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 (58) hide show
  1. package/dist/accordion.d.ts +6 -6
  2. package/dist/accordion.d.ts.map +1 -1
  3. package/dist/autocomplete.d.ts +13 -13
  4. package/dist/avatar.d.ts +5 -5
  5. package/dist/avatar.d.ts.map +1 -1
  6. package/dist/badge.d.ts +4 -4
  7. package/dist/badge.d.ts.map +1 -1
  8. package/dist/button.d.ts +2 -2
  9. package/dist/card.d.ts +8 -8
  10. package/dist/checkbox-group.d.ts +2 -2
  11. package/dist/checkbox.d.ts +3 -3
  12. package/dist/checkbox.d.ts.map +1 -1
  13. package/dist/collapsible.d.ts +4 -4
  14. package/dist/combobox.d.ts +25 -25
  15. package/dist/context-menu.d.ts +20 -20
  16. package/dist/dialog.d.ts +11 -11
  17. package/dist/drawer.d.ts +12 -12
  18. package/dist/field.d.ts +8 -8
  19. package/dist/fieldset.d.ts +3 -3
  20. package/dist/fieldset.d.ts.map +1 -1
  21. package/dist/fieldset.js +1 -1
  22. package/dist/fieldset.js.map +1 -1
  23. package/dist/form.d.ts +2 -2
  24. package/dist/input.d.ts +2 -2
  25. package/dist/input.d.ts.map +1 -1
  26. package/dist/menu.d.ts +20 -20
  27. package/dist/menubar.d.ts +21 -21
  28. package/dist/meter.d.ts +6 -6
  29. package/dist/navigation-menu.d.ts +14 -14
  30. package/dist/navigation-menu.d.ts.map +1 -1
  31. package/dist/number-field.d.ts +8 -8
  32. package/dist/pagination.d.ts +10 -10
  33. package/dist/pagination.d.ts.map +1 -1
  34. package/dist/popover.d.ts +12 -12
  35. package/dist/preview-card.d.ts +8 -8
  36. package/dist/progress.d.ts +6 -6
  37. package/dist/radio-group.d.ts +2 -2
  38. package/dist/radio.d.ts +3 -3
  39. package/dist/scroll-area.d.ts +7 -7
  40. package/dist/select.d.ts +19 -19
  41. package/dist/separator.d.ts +2 -2
  42. package/dist/separator.d.ts.map +1 -1
  43. package/dist/skeleton.d.ts +2 -2
  44. package/dist/skeleton.d.ts.map +1 -1
  45. package/dist/slider.d.ts +7 -7
  46. package/dist/slider.d.ts.map +1 -1
  47. package/dist/switch.d.ts +3 -3
  48. package/dist/tabs.d.ts +6 -6
  49. package/dist/textarea.d.ts +2 -2
  50. package/dist/toast.d.ts +10 -10
  51. package/dist/toast.d.ts.map +1 -1
  52. package/dist/toggle-group.d.ts +3 -3
  53. package/dist/toggle.d.ts +2 -2
  54. package/dist/toolbar.d.ts +7 -7
  55. package/dist/toolbar.js +1 -1
  56. package/dist/toolbar.js.map +1 -1
  57. package/dist/tooltip.d.ts +8 -8
  58. package/package.json +1 -1
@@ -1,11 +1,11 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime254 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime158 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_runtime254.JSX.Element;
8
+ (props: ContextMenuRootProps): react_jsx_runtime158.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_runtime254.JSX.Element;
16
+ }: ContextMenuTriggerProps): react_jsx_runtime158.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_runtime254.JSX.Element;
21
+ (props: ContextMenuPortalProps): react_jsx_runtime158.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_runtime254.JSX.Element;
29
+ }: ContextMenuPositionerProps): react_jsx_runtime158.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_runtime254.JSX.Element;
37
+ }: ContextMenuPopupProps): react_jsx_runtime158.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_runtime254.JSX.Element;
45
+ }: ContextMenuArrowProps): react_jsx_runtime158.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_runtime254.JSX.Element;
53
+ }: ContextMenuItemProps): react_jsx_runtime158.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_runtime254.JSX.Element;
61
+ }: ContextMenuSeparatorProps): react_jsx_runtime158.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_runtime254.JSX.Element;
69
+ }: ContextMenuGroupProps): react_jsx_runtime158.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_runtime254.JSX.Element;
77
+ }: ContextMenuGroupLabelProps): react_jsx_runtime158.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_runtime254.JSX.Element;
85
+ }: ContextMenuRadioGroupProps): react_jsx_runtime158.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_runtime254.JSX.Element;
93
+ }: ContextMenuRadioItemProps): react_jsx_runtime158.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_runtime254.JSX.Element;
101
+ }: ContextMenuCheckboxItemProps): react_jsx_runtime158.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_runtime254.JSX.Element;
109
+ }: ContextMenuRadioItemIndicatorProps): react_jsx_runtime158.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_runtime254.JSX.Element;
117
+ }: ContextMenuCheckboxItemIndicatorProps): react_jsx_runtime158.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_runtime254.JSX.Element;
125
+ }: ContextMenuCheckboxItemLabelProps): react_jsx_runtime158.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_runtime254.JSX.Element;
133
+ }: ContextMenuRadioItemLabelProps): react_jsx_runtime158.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_runtime254.JSX.Element;
141
+ }: ContextMenuSubmenuTriggerProps): react_jsx_runtime158.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_runtime254.JSX.Element;
146
+ (props: ContextMenuSubmenuRootProps): react_jsx_runtime158.JSX.Element;
147
147
  displayName: string;
148
148
  };
149
149
  //#endregion
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 react_jsx_runtime211 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime226 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): react_jsx_runtime211.JSX.Element;
9
+ (props: DialogRootProps): react_jsx_runtime226.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): react_jsx_runtime211.JSX.Element;
24
+ }: DialogTriggerProps): react_jsx_runtime226.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): react_jsx_runtime211.JSX.Element;
29
+ (props: DialogPortalProps): react_jsx_runtime226.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): react_jsx_runtime211.JSX.Element;
37
+ }: DialogBackdropProps): react_jsx_runtime226.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): react_jsx_runtime211.JSX.Element;
49
+ }: DialogPopupProps): react_jsx_runtime226.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): react_jsx_runtime211.JSX.Element;
57
+ }: DialogTitleProps): react_jsx_runtime226.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): react_jsx_runtime211.JSX.Element;
65
+ }: DialogDescriptionProps): react_jsx_runtime226.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): react_jsx_runtime211.JSX.Element;
80
+ }: DialogCloseProps): react_jsx_runtime226.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): react_jsx_runtime211.JSX.Element;
88
+ }: DialogHeaderProps): react_jsx_runtime226.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): react_jsx_runtime211.JSX.Element;
96
+ }: DialogFooterProps): react_jsx_runtime226.JSX.Element;
97
97
  displayName: string;
98
98
  };
99
99
  //#endregion
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 react_jsx_runtime274 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime206 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): react_jsx_runtime274.JSX.Element;
9
+ (props: DrawerRootProps): react_jsx_runtime206.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): react_jsx_runtime274.JSX.Element;
24
+ }: DrawerTriggerProps): react_jsx_runtime206.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): react_jsx_runtime274.JSX.Element;
29
+ (props: DrawerPortalProps): react_jsx_runtime206.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): react_jsx_runtime274.JSX.Element;
37
+ }: DrawerBackdropProps): react_jsx_runtime206.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): react_jsx_runtime274.JSX.Element;
49
+ }: DrawerPopupProps): react_jsx_runtime206.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): react_jsx_runtime274.JSX.Element;
57
+ }: DrawerTitleProps): react_jsx_runtime206.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): react_jsx_runtime274.JSX.Element;
65
+ }: DrawerDescriptionProps): react_jsx_runtime206.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): react_jsx_runtime274.JSX.Element;
80
+ }: DrawerCloseProps): react_jsx_runtime206.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): react_jsx_runtime274.JSX.Element;
88
+ }: DrawerHeaderProps): react_jsx_runtime206.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): react_jsx_runtime274.JSX.Element;
96
+ }: DrawerContentProps): react_jsx_runtime206.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): react_jsx_runtime274.JSX.Element;
104
+ }: DrawerFooterProps): react_jsx_runtime206.JSX.Element;
105
105
  displayName: string;
106
106
  };
107
107
  //#endregion
package/dist/field.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime245 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime188 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): react_jsx_runtime245.JSX.Element;
11
+ }: FieldRootProps): react_jsx_runtime188.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): react_jsx_runtime245.JSX.Element;
19
+ }: FieldLabelProps): react_jsx_runtime188.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): react_jsx_runtime245.JSX.Element;
27
+ }: FieldControlProps): react_jsx_runtime188.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): react_jsx_runtime245.JSX.Element;
35
+ }: FieldDescriptionProps): react_jsx_runtime188.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): react_jsx_runtime245.JSX.Element;
43
+ }: FieldErrorProps): react_jsx_runtime188.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): react_jsx_runtime245.JSX.Element;
51
+ }: FieldItemProps): react_jsx_runtime188.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): react_jsx_runtime245.JSX.Element;
56
+ (props: FieldValidityProps): react_jsx_runtime188.JSX.Element;
57
57
  displayName: string;
58
58
  };
59
59
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime252 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime224 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): react_jsx_runtime252.JSX.Element;
11
+ }: FieldsetRootProps): react_jsx_runtime224.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): react_jsx_runtime252.JSX.Element;
19
+ }: FieldsetLegendProps): react_jsx_runtime224.JSX.Element;
20
20
  displayName: string;
21
21
  };
22
22
  //#endregion
@@ -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,oBAAA,CAAA,GAAA,CAAA;EAF3D,WAAA,EAAA,MAAA;CAAiB;KAiBjB,mBAAA,GAAsB,KAAA,CAAM,cAjBiC,CAAA,OAiBX,QAAA,CAAa,MAjBF,CAAA;cAmB5D,cAnByB,EAAA;EAAc,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAmBI,mBAnBJ,CAAA,EAmBuB,oBAAA,CAAA,GAAA,CAAA,OAnBvB;EAEvC,WAAA,EAAA,MAOL;CAAA"}
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,oBAAA,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,oBAAA,CAAA,GAAA,CAAA,OAdvB;EAEvC,WAAA,EAAA,MAEL;CAAA"}
package/dist/fieldset.js CHANGED
@@ -9,7 +9,7 @@ import { Fieldset } from "@base-ui/react/fieldset";
9
9
  //#region src/components/fieldset.tsx
10
10
  const FieldsetRoot = ({ className, ...props }) => {
11
11
  return /* @__PURE__ */ jsx(Fieldset.Root, {
12
- className: cn("flex flex-col items-start gap-2", className),
12
+ className: cn("flex flex-col gap-2", className),
13
13
  ...props
14
14
  });
15
15
  };
@@ -1 +1 @@
1
- {"version":3,"file":"fieldset.js","names":["BaseFieldset"],"sources":["../src/components/fieldset.tsx"],"sourcesContent":["'use client'\n\nimport { Fieldset as BaseFieldset } from '@base-ui/react/fieldset'\nimport * as React from 'react'\n\nimport { labelStyles } from '../lib/form-variants'\nimport { cn } from '../lib/utils'\n\n// ============================================================================\n// FieldsetRoot\n// ============================================================================\n\ntype FieldsetRootProps = React.ComponentProps<typeof BaseFieldset.Root>\n\nconst FieldsetRoot = ({ className, ...props }: FieldsetRootProps) => {\n return (\n <BaseFieldset.Root\n className={cn('flex flex-col items-start gap-2', className)}\n {...props}\n />\n )\n}\n\nFieldsetRoot.displayName = 'FieldsetRoot'\n\n// ============================================================================\n// FieldsetLegend\n// ============================================================================\n\ntype FieldsetLegendProps = React.ComponentProps<typeof BaseFieldset.Legend>\n\nconst FieldsetLegend = ({ className, ...props }: FieldsetLegendProps) => {\n return <BaseFieldset.Legend className={cn(labelStyles, className)} {...props} />\n}\n\nFieldsetLegend.displayName = 'FieldsetLegend'\n\n// ============================================================================\n// Exports\n// ============================================================================\n\nexport { FieldsetRoot, FieldsetLegend }\n\nexport type { FieldsetRootProps, FieldsetLegendProps }\n"],"mappings":";;;;;;;;;AAcA,MAAM,gBAAgB,EAAE,WAAW,GAAG,YAA+B;AACnE,QACE,oBAACA,SAAa;EACZ,WAAW,GAAG,mCAAmC,UAAU;EAC3D,GAAI;GACJ;;AAIN,aAAa,cAAc;AAQ3B,MAAM,kBAAkB,EAAE,WAAW,GAAG,YAAiC;AACvE,QAAO,oBAACA,SAAa;EAAO,WAAW,GAAG,aAAa,UAAU;EAAE,GAAI;GAAS;;AAGlF,eAAe,cAAc"}
1
+ {"version":3,"file":"fieldset.js","names":["BaseFieldset"],"sources":["../src/components/fieldset.tsx"],"sourcesContent":["'use client'\n\nimport { Fieldset as BaseFieldset } from '@base-ui/react/fieldset'\nimport * as React from 'react'\n\nimport { labelStyles } from '../lib/form-variants'\nimport { cn } from '../lib/utils'\n\n// ============================================================================\n// FieldsetRoot\n// ============================================================================\n\ntype FieldsetRootProps = React.ComponentProps<typeof BaseFieldset.Root>\n\nconst FieldsetRoot = ({ className, ...props }: FieldsetRootProps) => {\n return <BaseFieldset.Root className={cn('flex flex-col gap-2', className)} {...props} />\n}\n\nFieldsetRoot.displayName = 'FieldsetRoot'\n\n// ============================================================================\n// FieldsetLegend\n// ============================================================================\n\ntype FieldsetLegendProps = React.ComponentProps<typeof BaseFieldset.Legend>\n\nconst FieldsetLegend = ({ className, ...props }: FieldsetLegendProps) => {\n return <BaseFieldset.Legend className={cn(labelStyles, className)} {...props} />\n}\n\nFieldsetLegend.displayName = 'FieldsetLegend'\n\n// ============================================================================\n// Exports\n// ============================================================================\n\nexport { FieldsetRoot, FieldsetLegend }\n\nexport type { FieldsetRootProps, FieldsetLegendProps }\n"],"mappings":";;;;;;;;;AAcA,MAAM,gBAAgB,EAAE,WAAW,GAAG,YAA+B;AACnE,QAAO,oBAACA,SAAa;EAAK,WAAW,GAAG,uBAAuB,UAAU;EAAE,GAAI;GAAS;;AAG1F,aAAa,cAAc;AAQ3B,MAAM,kBAAkB,EAAE,WAAW,GAAG,YAAiC;AACvE,QAAO,oBAACA,SAAa;EAAO,WAAW,GAAG,aAAa,UAAU;EAAE,GAAI;GAAS;;AAGlF,eAAe,cAAc"}
package/dist/form.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime273 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime276 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): react_jsx_runtime273.JSX.Element;
11
+ }: FormRootProps): react_jsx_runtime276.JSX.Element;
12
12
  displayName: string;
13
13
  };
14
14
  //#endregion
package/dist/input.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime8 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime284 from "react/jsx-runtime";
3
3
  import { Input as Input$1 } from "@base-ui/react/input";
4
4
 
5
5
  //#region src/components/input.d.ts
@@ -8,7 +8,7 @@ declare const Input: {
8
8
  ({
9
9
  className,
10
10
  ...props
11
- }: InputProps): react_jsx_runtime8.JSX.Element;
11
+ }: InputProps): react_jsx_runtime284.JSX.Element;
12
12
  displayName: string;
13
13
  };
14
14
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"input.d.ts","names":[],"sources":["../src/components/input.tsx"],"sourcesContent":[],"mappings":";;;;;KAQK,UAAA,GAAa,KAAA,CAAM,sBAAsB;cAExC;;;;KAAkC,aAAU,kBAAA,CAAA,GAAA,CAAA;EAF7C,WAAA,EAAU,MAAA;CAAA"}
1
+ {"version":3,"file":"input.d.ts","names":[],"sources":["../src/components/input.tsx"],"sourcesContent":[],"mappings":";;;;;KAQK,UAAA,GAAa,KAAA,CAAM,sBAAsB;cAExC;;;;KAAkC,aAAU,oBAAA,CAAA,GAAA,CAAA;EAF7C,WAAA,EAAU,MAAA;CAAA"}
package/dist/menu.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime11 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime30 from "react/jsx-runtime";
3
3
  import { Menu } from "@base-ui/react/menu";
4
4
 
5
5
  //#region src/components/menu.d.ts
6
6
  type MenuRootProps = React.ComponentProps<typeof Menu.Root>;
7
7
  declare const MenuRoot: {
8
- (props: MenuRootProps): react_jsx_runtime11.JSX.Element;
8
+ (props: MenuRootProps): react_jsx_runtime30.JSX.Element;
9
9
  displayName: string;
10
10
  };
11
11
  type MenuTriggerProps = React.ComponentProps<typeof Menu.Trigger>;
@@ -13,12 +13,12 @@ declare const MenuTrigger: {
13
13
  ({
14
14
  className,
15
15
  ...props
16
- }: MenuTriggerProps): react_jsx_runtime11.JSX.Element;
16
+ }: MenuTriggerProps): react_jsx_runtime30.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  type MenuPortalProps = React.ComponentProps<typeof Menu.Portal>;
20
20
  declare const MenuPortal: {
21
- (props: MenuPortalProps): react_jsx_runtime11.JSX.Element;
21
+ (props: MenuPortalProps): react_jsx_runtime30.JSX.Element;
22
22
  displayName: string;
23
23
  };
24
24
  type MenuPositionerProps = React.ComponentProps<typeof Menu.Positioner>;
@@ -26,7 +26,7 @@ declare const MenuPositioner: {
26
26
  ({
27
27
  className,
28
28
  ...props
29
- }: MenuPositionerProps): react_jsx_runtime11.JSX.Element;
29
+ }: MenuPositionerProps): react_jsx_runtime30.JSX.Element;
30
30
  displayName: string;
31
31
  };
32
32
  type MenuPopupProps = React.ComponentProps<typeof Menu.Popup>;
@@ -34,7 +34,7 @@ declare const MenuPopup: {
34
34
  ({
35
35
  className,
36
36
  ...props
37
- }: MenuPopupProps): react_jsx_runtime11.JSX.Element;
37
+ }: MenuPopupProps): react_jsx_runtime30.JSX.Element;
38
38
  displayName: string;
39
39
  };
40
40
  type MenuArrowProps = React.ComponentProps<typeof Menu.Arrow>;
@@ -42,7 +42,7 @@ declare const MenuArrow: {
42
42
  ({
43
43
  className,
44
44
  ...props
45
- }: MenuArrowProps): react_jsx_runtime11.JSX.Element;
45
+ }: MenuArrowProps): react_jsx_runtime30.JSX.Element;
46
46
  displayName: string;
47
47
  };
48
48
  type MenuItemProps = React.ComponentProps<typeof Menu.Item>;
@@ -50,7 +50,7 @@ declare const MenuItem: {
50
50
  ({
51
51
  className,
52
52
  ...props
53
- }: MenuItemProps): react_jsx_runtime11.JSX.Element;
53
+ }: MenuItemProps): react_jsx_runtime30.JSX.Element;
54
54
  displayName: string;
55
55
  };
56
56
  type MenuSeparatorProps = React.ComponentProps<typeof Menu.Separator>;
@@ -58,7 +58,7 @@ declare const MenuSeparator: {
58
58
  ({
59
59
  className,
60
60
  ...props
61
- }: MenuSeparatorProps): react_jsx_runtime11.JSX.Element;
61
+ }: MenuSeparatorProps): react_jsx_runtime30.JSX.Element;
62
62
  displayName: string;
63
63
  };
64
64
  type MenuGroupProps = React.ComponentProps<typeof Menu.Group>;
@@ -66,7 +66,7 @@ declare const MenuGroup: {
66
66
  ({
67
67
  className,
68
68
  ...props
69
- }: MenuGroupProps): react_jsx_runtime11.JSX.Element;
69
+ }: MenuGroupProps): react_jsx_runtime30.JSX.Element;
70
70
  displayName: string;
71
71
  };
72
72
  type MenuGroupLabelProps = React.ComponentProps<typeof Menu.GroupLabel>;
@@ -74,7 +74,7 @@ declare const MenuGroupLabel: {
74
74
  ({
75
75
  className,
76
76
  ...props
77
- }: MenuGroupLabelProps): react_jsx_runtime11.JSX.Element;
77
+ }: MenuGroupLabelProps): react_jsx_runtime30.JSX.Element;
78
78
  displayName: string;
79
79
  };
80
80
  type MenuRadioGroupProps = React.ComponentProps<typeof Menu.RadioGroup>;
@@ -82,7 +82,7 @@ declare const MenuRadioGroup: {
82
82
  ({
83
83
  className,
84
84
  ...props
85
- }: MenuRadioGroupProps): react_jsx_runtime11.JSX.Element;
85
+ }: MenuRadioGroupProps): react_jsx_runtime30.JSX.Element;
86
86
  displayName: string;
87
87
  };
88
88
  type MenuRadioItemProps = React.ComponentProps<typeof Menu.RadioItem>;
@@ -90,7 +90,7 @@ declare const MenuRadioItem: {
90
90
  ({
91
91
  className,
92
92
  ...props
93
- }: MenuRadioItemProps): react_jsx_runtime11.JSX.Element;
93
+ }: MenuRadioItemProps): react_jsx_runtime30.JSX.Element;
94
94
  displayName: string;
95
95
  };
96
96
  type MenuCheckboxItemProps = React.ComponentProps<typeof Menu.CheckboxItem>;
@@ -98,7 +98,7 @@ declare const MenuCheckboxItem: {
98
98
  ({
99
99
  className,
100
100
  ...props
101
- }: MenuCheckboxItemProps): react_jsx_runtime11.JSX.Element;
101
+ }: MenuCheckboxItemProps): react_jsx_runtime30.JSX.Element;
102
102
  displayName: string;
103
103
  };
104
104
  type MenuRadioItemIndicatorProps = React.ComponentProps<typeof Menu.RadioItemIndicator>;
@@ -106,7 +106,7 @@ declare const MenuRadioItemIndicator: {
106
106
  ({
107
107
  className,
108
108
  ...props
109
- }: MenuRadioItemIndicatorProps): react_jsx_runtime11.JSX.Element;
109
+ }: MenuRadioItemIndicatorProps): react_jsx_runtime30.JSX.Element;
110
110
  displayName: string;
111
111
  };
112
112
  type MenuCheckboxItemIndicatorProps = React.ComponentProps<typeof Menu.CheckboxItemIndicator>;
@@ -114,7 +114,7 @@ declare const MenuCheckboxItemIndicator: {
114
114
  ({
115
115
  className,
116
116
  ...props
117
- }: MenuCheckboxItemIndicatorProps): react_jsx_runtime11.JSX.Element;
117
+ }: MenuCheckboxItemIndicatorProps): react_jsx_runtime30.JSX.Element;
118
118
  displayName: string;
119
119
  };
120
120
  type MenuCheckboxItemLabelProps = React.ComponentProps<'span'>;
@@ -122,7 +122,7 @@ declare const MenuCheckboxItemLabel: {
122
122
  ({
123
123
  className,
124
124
  ...props
125
- }: MenuCheckboxItemLabelProps): react_jsx_runtime11.JSX.Element;
125
+ }: MenuCheckboxItemLabelProps): react_jsx_runtime30.JSX.Element;
126
126
  displayName: string;
127
127
  };
128
128
  type MenuRadioItemLabelProps = React.ComponentProps<'span'>;
@@ -130,7 +130,7 @@ declare const MenuRadioItemLabel: {
130
130
  ({
131
131
  className,
132
132
  ...props
133
- }: MenuRadioItemLabelProps): react_jsx_runtime11.JSX.Element;
133
+ }: MenuRadioItemLabelProps): react_jsx_runtime30.JSX.Element;
134
134
  displayName: string;
135
135
  };
136
136
  type MenuSubmenuTriggerProps = React.ComponentProps<typeof Menu.SubmenuTrigger>;
@@ -138,12 +138,12 @@ declare const MenuSubmenuTrigger: {
138
138
  ({
139
139
  className,
140
140
  ...props
141
- }: MenuSubmenuTriggerProps): react_jsx_runtime11.JSX.Element;
141
+ }: MenuSubmenuTriggerProps): react_jsx_runtime30.JSX.Element;
142
142
  displayName: string;
143
143
  };
144
144
  type MenuSubmenuRootProps = React.ComponentProps<typeof Menu.SubmenuRoot>;
145
145
  declare const MenuSubmenuRoot: {
146
- (props: MenuSubmenuRootProps): react_jsx_runtime11.JSX.Element;
146
+ (props: MenuSubmenuRootProps): react_jsx_runtime30.JSX.Element;
147
147
  displayName: string;
148
148
  };
149
149
  //#endregion