@lglab/compose-ui 0.30.4 → 0.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist/accordion.d.ts +6 -6
  2. package/dist/accordion.d.ts.map +1 -1
  3. package/dist/alert-dialog.d.ts +10 -10
  4. package/dist/alert-dialog.d.ts.map +1 -1
  5. package/dist/autocomplete.d.ts +13 -13
  6. package/dist/autocomplete.d.ts.map +1 -1
  7. package/dist/avatar.d.ts +5 -5
  8. package/dist/avatar.d.ts.map +1 -1
  9. package/dist/badge.d.ts +4 -4
  10. package/dist/badge.d.ts.map +1 -1
  11. package/dist/button.d.ts +2 -2
  12. package/dist/button.d.ts.map +1 -1
  13. package/dist/card.d.ts +8 -8
  14. package/dist/card.d.ts.map +1 -1
  15. package/dist/chart/index.d.ts +6 -0
  16. package/dist/chart/index.js +6 -0
  17. package/dist/checkbox-group.d.ts +2 -2
  18. package/dist/checkbox-group.d.ts.map +1 -1
  19. package/dist/checkbox.d.ts +3 -3
  20. package/dist/checkbox.d.ts.map +1 -1
  21. package/dist/collapsible.d.ts +4 -4
  22. package/dist/collapsible.d.ts.map +1 -1
  23. package/dist/combobox.d.ts +25 -25
  24. package/dist/combobox.d.ts.map +1 -1
  25. package/dist/components/chart/context.d.ts +21 -0
  26. package/dist/components/chart/context.d.ts.map +1 -0
  27. package/dist/components/chart/context.js +33 -0
  28. package/dist/components/chart/context.js.map +1 -0
  29. package/dist/components/chart/legend.d.ts +25 -0
  30. package/dist/components/chart/legend.d.ts.map +1 -0
  31. package/dist/components/chart/legend.js +37 -0
  32. package/dist/components/chart/legend.js.map +1 -0
  33. package/dist/components/chart/tooltip.d.ts +58 -0
  34. package/dist/components/chart/tooltip.d.ts.map +1 -0
  35. package/dist/components/chart/tooltip.js +55 -0
  36. package/dist/components/chart/tooltip.js.map +1 -0
  37. package/dist/components/chart/types.d.ts +15 -0
  38. package/dist/components/chart/types.d.ts.map +1 -0
  39. package/dist/components/chart/use-chart-context.d.ts +11 -0
  40. package/dist/components/chart/use-chart-context.d.ts.map +1 -0
  41. package/dist/components/chart/use-chart-context.js +15 -0
  42. package/dist/components/chart/use-chart-context.js.map +1 -0
  43. package/dist/components/table/primitives.d.ts +9 -9
  44. package/dist/context-menu.d.ts +20 -20
  45. package/dist/dialog.d.ts +11 -11
  46. package/dist/dialog.d.ts.map +1 -1
  47. package/dist/drawer.d.ts +12 -12
  48. package/dist/drawer.d.ts.map +1 -1
  49. package/dist/field.d.ts +8 -8
  50. package/dist/field.d.ts.map +1 -1
  51. package/dist/fieldset.d.ts +3 -3
  52. package/dist/fieldset.d.ts.map +1 -1
  53. package/dist/form.d.ts +2 -2
  54. package/dist/group.d.ts +36 -0
  55. package/dist/group.d.ts.map +1 -0
  56. package/dist/group.js +72 -0
  57. package/dist/group.js.map +1 -0
  58. package/dist/index.d.ts +7 -1
  59. package/dist/index.js +6 -1
  60. package/dist/input.d.ts +2 -2
  61. package/dist/menu.d.ts +20 -20
  62. package/dist/menubar.d.ts +21 -21
  63. package/dist/menubar.d.ts.map +1 -1
  64. package/dist/meter.d.ts +6 -6
  65. package/dist/navigation-menu.d.ts +14 -14
  66. package/dist/number-field.d.ts +8 -8
  67. package/dist/number-field.d.ts.map +1 -1
  68. package/dist/pagination.d.ts +10 -10
  69. package/dist/popover.d.ts +12 -12
  70. package/dist/preview-card.d.ts +8 -8
  71. package/dist/progress.d.ts +6 -6
  72. package/dist/radio-group.d.ts +2 -2
  73. package/dist/radio-group.d.ts.map +1 -1
  74. package/dist/radio.d.ts +3 -3
  75. package/dist/scroll-area.d.ts +7 -7
  76. package/dist/scroll-area.d.ts.map +1 -1
  77. package/dist/select.d.ts +19 -19
  78. package/dist/separator.d.ts +2 -2
  79. package/dist/separator.d.ts.map +1 -1
  80. package/dist/skeleton.d.ts +2 -2
  81. package/dist/skeleton.d.ts.map +1 -1
  82. package/dist/slider.d.ts +7 -7
  83. package/dist/slider.d.ts.map +1 -1
  84. package/dist/switch.d.ts +3 -3
  85. package/dist/switch.d.ts.map +1 -1
  86. package/dist/tabs.d.ts +6 -6
  87. package/dist/textarea.d.ts +2 -2
  88. package/dist/toast.d.ts +10 -10
  89. package/dist/toggle-group.d.ts +3 -3
  90. package/dist/toggle.d.ts +2 -2
  91. package/dist/toolbar.d.ts +7 -7
  92. package/dist/tooltip.d.ts +8 -8
  93. package/package.json +13 -3
package/dist/select.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime9 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
  import { Select, SelectRootProps as SelectRootProps$1 } from "@base-ui/react/select";
4
4
 
5
5
  //#region src/components/select.d.ts
6
- declare function SelectRoot<Value, Multiple extends boolean | undefined = false>(props: SelectRootProps$1<Value, Multiple>): react_jsx_runtime9.JSX.Element;
6
+ declare function SelectRoot<Value, Multiple extends boolean | undefined = false>(props: SelectRootProps$1<Value, Multiple>): react_jsx_runtime0.JSX.Element;
7
7
  declare namespace SelectRoot {
8
8
  var displayName: string;
9
9
  }
@@ -13,7 +13,7 @@ declare const SelectTrigger: {
13
13
  ({
14
14
  className,
15
15
  ...props
16
- }: SelectTriggerProps): react_jsx_runtime9.JSX.Element;
16
+ }: SelectTriggerProps): react_jsx_runtime0.JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  type SelectValueProps = React.ComponentProps<typeof Select.Value>;
@@ -21,7 +21,7 @@ declare const SelectValue: {
21
21
  ({
22
22
  className,
23
23
  ...props
24
- }: SelectValueProps): react_jsx_runtime9.JSX.Element;
24
+ }: SelectValueProps): react_jsx_runtime0.JSX.Element;
25
25
  displayName: string;
26
26
  };
27
27
  type SelectIconProps = React.ComponentProps<typeof Select.Icon>;
@@ -29,7 +29,7 @@ declare const SelectIcon: {
29
29
  ({
30
30
  className,
31
31
  ...props
32
- }: SelectIconProps): react_jsx_runtime9.JSX.Element;
32
+ }: SelectIconProps): react_jsx_runtime0.JSX.Element;
33
33
  displayName: string;
34
34
  };
35
35
  type SelectBackdropProps = React.ComponentProps<typeof Select.Backdrop>;
@@ -37,12 +37,12 @@ declare const SelectBackdrop: {
37
37
  ({
38
38
  className,
39
39
  ...props
40
- }: SelectBackdropProps): react_jsx_runtime9.JSX.Element;
40
+ }: SelectBackdropProps): react_jsx_runtime0.JSX.Element;
41
41
  displayName: string;
42
42
  };
43
43
  type SelectPortalProps = React.ComponentProps<typeof Select.Portal>;
44
44
  declare const SelectPortal: {
45
- (props: SelectPortalProps): react_jsx_runtime9.JSX.Element;
45
+ (props: SelectPortalProps): react_jsx_runtime0.JSX.Element;
46
46
  displayName: string;
47
47
  };
48
48
  type SelectPositionerProps = React.ComponentProps<typeof Select.Positioner>;
@@ -50,7 +50,7 @@ declare const SelectPositioner: {
50
50
  ({
51
51
  className,
52
52
  ...props
53
- }: SelectPositionerProps): react_jsx_runtime9.JSX.Element;
53
+ }: SelectPositionerProps): react_jsx_runtime0.JSX.Element;
54
54
  displayName: string;
55
55
  };
56
56
  type SelectPopupProps = React.ComponentProps<typeof Select.Popup>;
@@ -58,7 +58,7 @@ declare const SelectPopup: {
58
58
  ({
59
59
  className,
60
60
  ...props
61
- }: SelectPopupProps): react_jsx_runtime9.JSX.Element;
61
+ }: SelectPopupProps): react_jsx_runtime0.JSX.Element;
62
62
  displayName: string;
63
63
  };
64
64
  type SelectListProps = React.ComponentProps<typeof Select.List>;
@@ -66,7 +66,7 @@ declare const SelectList: {
66
66
  ({
67
67
  className,
68
68
  ...props
69
- }: SelectListProps): react_jsx_runtime9.JSX.Element;
69
+ }: SelectListProps): react_jsx_runtime0.JSX.Element;
70
70
  displayName: string;
71
71
  };
72
72
  type SelectArrowProps = React.ComponentProps<typeof Select.Arrow>;
@@ -74,7 +74,7 @@ declare const SelectArrow: {
74
74
  ({
75
75
  className,
76
76
  ...props
77
- }: SelectArrowProps): react_jsx_runtime9.JSX.Element;
77
+ }: SelectArrowProps): react_jsx_runtime0.JSX.Element;
78
78
  displayName: string;
79
79
  };
80
80
  type SelectItemProps = React.ComponentProps<typeof Select.Item>;
@@ -82,7 +82,7 @@ declare const SelectItem: {
82
82
  ({
83
83
  className,
84
84
  ...props
85
- }: SelectItemProps): react_jsx_runtime9.JSX.Element;
85
+ }: SelectItemProps): react_jsx_runtime0.JSX.Element;
86
86
  displayName: string;
87
87
  };
88
88
  type SelectItemTextProps = React.ComponentProps<typeof Select.ItemText>;
@@ -90,7 +90,7 @@ declare const SelectItemText: {
90
90
  ({
91
91
  className,
92
92
  ...props
93
- }: SelectItemTextProps): react_jsx_runtime9.JSX.Element;
93
+ }: SelectItemTextProps): react_jsx_runtime0.JSX.Element;
94
94
  displayName: string;
95
95
  };
96
96
  type SelectItemIndicatorProps = React.ComponentProps<typeof Select.ItemIndicator>;
@@ -98,7 +98,7 @@ declare const SelectItemIndicator: {
98
98
  ({
99
99
  className,
100
100
  ...props
101
- }: SelectItemIndicatorProps): react_jsx_runtime9.JSX.Element;
101
+ }: SelectItemIndicatorProps): react_jsx_runtime0.JSX.Element;
102
102
  displayName: string;
103
103
  };
104
104
  type SelectGroupProps = React.ComponentProps<typeof Select.Group>;
@@ -106,7 +106,7 @@ declare const SelectGroup: {
106
106
  ({
107
107
  className,
108
108
  ...props
109
- }: SelectGroupProps): react_jsx_runtime9.JSX.Element;
109
+ }: SelectGroupProps): react_jsx_runtime0.JSX.Element;
110
110
  displayName: string;
111
111
  };
112
112
  type SelectGroupLabelProps = React.ComponentProps<typeof Select.GroupLabel>;
@@ -114,7 +114,7 @@ declare const SelectGroupLabel: {
114
114
  ({
115
115
  className,
116
116
  ...props
117
- }: SelectGroupLabelProps): react_jsx_runtime9.JSX.Element;
117
+ }: SelectGroupLabelProps): react_jsx_runtime0.JSX.Element;
118
118
  displayName: string;
119
119
  };
120
120
  type SelectScrollUpArrowProps = React.ComponentProps<typeof Select.ScrollUpArrow>;
@@ -122,7 +122,7 @@ declare const SelectScrollUpArrow: {
122
122
  ({
123
123
  className,
124
124
  ...props
125
- }: SelectScrollUpArrowProps): react_jsx_runtime9.JSX.Element;
125
+ }: SelectScrollUpArrowProps): react_jsx_runtime0.JSX.Element;
126
126
  displayName: string;
127
127
  };
128
128
  type SelectScrollDownArrowProps = React.ComponentProps<typeof Select.ScrollDownArrow>;
@@ -130,7 +130,7 @@ declare const SelectScrollDownArrow: {
130
130
  ({
131
131
  className,
132
132
  ...props
133
- }: SelectScrollDownArrowProps): react_jsx_runtime9.JSX.Element;
133
+ }: SelectScrollDownArrowProps): react_jsx_runtime0.JSX.Element;
134
134
  displayName: string;
135
135
  };
136
136
  type SelectSeparatorProps = React.ComponentProps<typeof Select.Separator>;
@@ -138,7 +138,7 @@ declare const SelectSeparator: {
138
138
  ({
139
139
  className,
140
140
  ...props
141
- }: SelectSeparatorProps): react_jsx_runtime9.JSX.Element;
141
+ }: SelectSeparatorProps): react_jsx_runtime0.JSX.Element;
142
142
  displayName: string;
143
143
  };
144
144
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime28 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime286 from "react/jsx-runtime";
3
3
  import { Separator as Separator$1 } from "@base-ui/react/separator";
4
4
 
5
5
  //#region src/components/separator.d.ts
@@ -9,7 +9,7 @@ declare const Separator: {
9
9
  className,
10
10
  orientation,
11
11
  ...props
12
- }: SeparatorProps): react_jsx_runtime28.JSX.Element;
12
+ }: SeparatorProps): react_jsx_runtime286.JSX.Element;
13
13
  displayName: string;
14
14
  };
15
15
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"separator.d.ts","names":[],"sources":["../src/components/separator.tsx"],"sourcesContent":[],"mappings":";;;;;KAOK,cAAA,GAAiB,KAAA,CAAM,sBAAsB;cAE5C;;;;;KAIH,iBAAc,mBAAA,CAAA,GAAA,CAAA;EANZ,WAAA,EAAA,MAAc;CAAA"}
1
+ {"version":3,"file":"separator.d.ts","names":[],"sources":["../src/components/separator.tsx"],"sourcesContent":[],"mappings":";;;;;KAOK,cAAA,GAAiB,KAAA,CAAM,sBAAsB;cAE5C;;;;;KAIH,iBAAc,oBAAA,CAAA,GAAA,CAAA;EANZ,WAAA,EAAA,MAAc;CAAA"}
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime40 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime285 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/skeleton.d.ts
5
5
  type SkeletonAnimation = 'pulse' | 'shimmer' | 'none';
@@ -12,7 +12,7 @@ declare const Skeleton: {
12
12
  className,
13
13
  animation,
14
14
  ...props
15
- }: SkeletonProps): react_jsx_runtime40.JSX.Element;
15
+ }: SkeletonProps): react_jsx_runtime285.JSX.Element;
16
16
  displayName: string;
17
17
  };
18
18
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"skeleton.d.ts","names":[],"sources":["../src/components/skeleton.tsx"],"sourcesContent":[],"mappings":";;;;KAyBY,iBAAA;KAMP,aAAA,GAAgB,KAAA,CAAM;;EANf,SAAA,CAAA,EAQE,iBARe;AAA+B,CAAA;cAWtD,QALY,EAAA;;IAAG,SAAM;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAK2B,aAL3B,CAAA,EAKwC,mBAAA,CAAA,GAAA,CAAA,OALxC;aAEb,EAAA,MAAA;CAAiB"}
1
+ {"version":3,"file":"skeleton.d.ts","names":[],"sources":["../src/components/skeleton.tsx"],"sourcesContent":[],"mappings":";;;;KAyBY,iBAAA;KAMP,aAAA,GAAgB,KAAA,CAAM;;EANf,SAAA,CAAA,EAQE,iBARe;AAA+B,CAAA;cAWtD,QALY,EAAA;;IAAG,SAAM;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAK2B,aAL3B,CAAA,EAKwC,oBAAA,CAAA,GAAA,CAAA,OALxC;aAEb,EAAA,MAAA;CAAiB"}
package/dist/slider.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime60 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime114 from "react/jsx-runtime";
3
3
  import { Slider } from "@base-ui/react/slider";
4
4
 
5
5
  //#region src/components/slider.d.ts
@@ -8,7 +8,7 @@ declare const SliderRoot: {
8
8
  ({
9
9
  className,
10
10
  ...props
11
- }: SliderRootProps): react_jsx_runtime60.JSX.Element;
11
+ }: SliderRootProps): react_jsx_runtime114.JSX.Element;
12
12
  displayName: string;
13
13
  };
14
14
  type SliderValueProps = React.ComponentProps<typeof Slider.Value>;
@@ -16,7 +16,7 @@ declare const SliderValue: {
16
16
  ({
17
17
  className,
18
18
  ...props
19
- }: SliderValueProps): react_jsx_runtime60.JSX.Element;
19
+ }: SliderValueProps): react_jsx_runtime114.JSX.Element;
20
20
  displayName: string;
21
21
  };
22
22
  type SliderControlProps = React.ComponentProps<typeof Slider.Control>;
@@ -24,7 +24,7 @@ declare const SliderControl: {
24
24
  ({
25
25
  className,
26
26
  ...props
27
- }: SliderControlProps): react_jsx_runtime60.JSX.Element;
27
+ }: SliderControlProps): react_jsx_runtime114.JSX.Element;
28
28
  displayName: string;
29
29
  };
30
30
  type SliderTrackProps = React.ComponentProps<typeof Slider.Track>;
@@ -32,7 +32,7 @@ declare const SliderTrack: {
32
32
  ({
33
33
  className,
34
34
  ...props
35
- }: SliderTrackProps): react_jsx_runtime60.JSX.Element;
35
+ }: SliderTrackProps): react_jsx_runtime114.JSX.Element;
36
36
  displayName: string;
37
37
  };
38
38
  type SliderIndicatorProps = React.ComponentProps<typeof Slider.Indicator>;
@@ -40,7 +40,7 @@ declare const SliderIndicator: {
40
40
  ({
41
41
  className,
42
42
  ...props
43
- }: SliderIndicatorProps): react_jsx_runtime60.JSX.Element;
43
+ }: SliderIndicatorProps): react_jsx_runtime114.JSX.Element;
44
44
  displayName: string;
45
45
  };
46
46
  type SliderThumbProps = React.ComponentProps<typeof Slider.Thumb>;
@@ -48,7 +48,7 @@ declare const SliderThumb: {
48
48
  ({
49
49
  className,
50
50
  ...props
51
- }: SliderThumbProps): react_jsx_runtime60.JSX.Element;
51
+ }: SliderThumbProps): react_jsx_runtime114.JSX.Element;
52
52
  displayName: string;
53
53
  };
54
54
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"slider.d.ts","names":[],"sources":["../src/components/slider.tsx"],"sourcesContent":[],"mappings":";;;;;KAWK,eAAA,GAAkB,KAAA,CAAM,sBAAsB,MAAA,CAAW;cAExD;;;;KAAuC,kBAAe,mBAAA,CAAA,GAAA,CAAA;EAFvD,WAAA,EAAA,MAAe;CAAA;KAYf,gBAAA,GAAmB,KAAA,CAAM,cAZgC,CAAA,OAYV,MAAA,CAAW,KAZD,CAAA;cAcxD,WAduB,EAAA;EAAc,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAcG,gBAdH,CAAA,EAcmB,mBAAA,CAAA,GAAA,CAAA,OAdnB;EAErC,WAAA,EAEL,MAAA;CAAA;KAyBI,kBAAA,GAAqB,KAAA,CAAM,sBAAsB,MAAA,CAAW;cAE3D,aA7BuC,EAAA;;IAAe,SAAA;IAAA,GAAA;EAAA,CAAA,EA6BZ,kBA7BY,CAAA,EA6BM,mBAAA,CAAA,GAAA,CAAA,OA7BN;EAAA,WAAA,EAAA,MAAA;AAAA,CAAA;KA4CvD,gBAAA,GAAmB,KAAA,CAAM,cAlCT,CAAA,OAkC+B,MAAA,CAAW,KAlC1C,CAAA;cAoCf,WApCyD,EAAA;;IAAvC,SAAM;IAAA,GAAA;EAAA,CAAA,EAoCgB,gBApChB,CAAA,EAoCgC,mBAAA,CAAA,GAAA,CAAA,OApChC;EAAc,WAAA,EAAA,MAAA;AAAA,CAAA;KAmDvC,oBAAA,GAAuB,KAAA,CAAM,cA1CjC,CAAA,OA0CuD,MAAA,CAAW,SA1ClE,CAAA;cA4CK;;IAnDwC,SAAA;IAAA,GAAA;EAAA,CAAA,EAmDI,oBAnDJ,CAAA,EAmDwB,mBAAA,CAAA,GAAA,CAAA,OAnDxB;aAAgB,EAAA,MAAA;CAAA;AAAA,KAkEzD,gBAAA,GAAmB,KAAA,CAAM,cAnDP,CAAA,OAmD6B,MAAA,CAAW,KAnDxC,CAAA;cAqDjB,WArDiB,EAAA;;IAA+B,SAAW;IAAA,GAAA;EAAA,CAAA,EAqDnB,gBArDmB,CAAA,EAqDH,mBAAA,CAAA,GAAA,CAAA,OArDG;aAAjC,EAAA,MAAA;CAAc"}
1
+ {"version":3,"file":"slider.d.ts","names":[],"sources":["../src/components/slider.tsx"],"sourcesContent":[],"mappings":";;;;;KAWK,eAAA,GAAkB,KAAA,CAAM,sBAAsB,MAAA,CAAW;cAExD;;;;KAAuC,kBAAe,oBAAA,CAAA,GAAA,CAAA;EAFvD,WAAA,EAAA,MAAe;CAAA;KAYf,gBAAA,GAAmB,KAAA,CAAM,cAZgC,CAAA,OAYV,MAAA,CAAW,KAZD,CAAA;cAcxD,WAduB,EAAA;EAAc,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EAcG,gBAdH,CAAA,EAcmB,oBAAA,CAAA,GAAA,CAAA,OAdnB;EAErC,WAAA,EAEL,MAAA;CAAA;KAyBI,kBAAA,GAAqB,KAAA,CAAM,sBAAsB,MAAA,CAAW;cAE3D,aA7BuC,EAAA;;IAAe,SAAA;IAAA,GAAA;EAAA,CAAA,EA6BZ,kBA7BY,CAAA,EA6BM,oBAAA,CAAA,GAAA,CAAA,OA7BN;EAAA,WAAA,EAAA,MAAA;AAAA,CAAA;KA4CvD,gBAAA,GAAmB,KAAA,CAAM,cAlCT,CAAA,OAkC+B,MAAA,CAAW,KAlC1C,CAAA;cAoCf,WApCyD,EAAA;;IAAvC,SAAM;IAAA,GAAA;EAAA,CAAA,EAoCgB,gBApChB,CAAA,EAoCgC,oBAAA,CAAA,GAAA,CAAA,OApChC;EAAc,WAAA,EAAA,MAAA;AAAA,CAAA;KAmDvC,oBAAA,GAAuB,KAAA,CAAM,cA1CjC,CAAA,OA0CuD,MAAA,CAAW,SA1ClE,CAAA;cA4CK;;IAnDwC,SAAA;IAAA,GAAA;EAAA,CAAA,EAmDI,oBAnDJ,CAAA,EAmDwB,oBAAA,CAAA,GAAA,CAAA,OAnDxB;aAAgB,EAAA,MAAA;CAAA;AAAA,KAkEzD,gBAAA,GAAmB,KAAA,CAAM,cAnDP,CAAA,OAmD6B,MAAA,CAAW,KAnDxC,CAAA;cAqDjB,WArDiB,EAAA;;IAA+B,SAAW;IAAA,GAAA;EAAA,CAAA,EAqDnB,gBArDmB,CAAA,EAqDH,oBAAA,CAAA,GAAA,CAAA,OArDG;aAAjC,EAAA,MAAA;CAAc"}
package/dist/switch.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime76 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime192 from "react/jsx-runtime";
3
3
  import { Switch } from "@base-ui/react/switch";
4
4
 
5
5
  //#region src/components/switch.d.ts
@@ -8,7 +8,7 @@ declare const SwitchRoot: {
8
8
  ({
9
9
  className,
10
10
  ...props
11
- }: SwitchRootProps): react_jsx_runtime76.JSX.Element;
11
+ }: SwitchRootProps): react_jsx_runtime192.JSX.Element;
12
12
  displayName: string;
13
13
  };
14
14
  type SwitchThumbProps = React.ComponentProps<typeof Switch.Thumb>;
@@ -16,7 +16,7 @@ declare const SwitchThumb: {
16
16
  ({
17
17
  className,
18
18
  ...props
19
- }: SwitchThumbProps): react_jsx_runtime76.JSX.Element;
19
+ }: SwitchThumbProps): react_jsx_runtime192.JSX.Element;
20
20
  displayName: string;
21
21
  };
22
22
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"switch.d.ts","names":[],"sources":["../src/components/switch.tsx"],"sourcesContent":[],"mappings":";;;;;KASK,eAAA,GAAkB,KAAA,CAAM,sBAAsB,MAAA,CAAW;cAExD;;;;KAAuC,kBAAe,mBAAA,CAAA,GAAA,CAAA;EAFvD,WAAA,EAAA,MAAe;CAAA;KA0Bf,gBAAA,GAAmB,KAAA,CAAM,cA1BgC,CAAA,OA0BV,MAAA,CAAW,KA1BD,CAAA;cA4BxD,WA5BuB,EAAA;EAAc,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EA4BG,gBA5BH,CAAA,EA4BmB,mBAAA,CAAA,GAAA,CAAA,OA5BnB;EAErC,WAAA,EAgBL,MAAA;CAAA"}
1
+ {"version":3,"file":"switch.d.ts","names":[],"sources":["../src/components/switch.tsx"],"sourcesContent":[],"mappings":";;;;;KASK,eAAA,GAAkB,KAAA,CAAM,sBAAsB,MAAA,CAAW;cAExD;;;;KAAuC,kBAAe,oBAAA,CAAA,GAAA,CAAA;EAFvD,WAAA,EAAA,MAAe;CAAA;KA0Bf,gBAAA,GAAmB,KAAA,CAAM,cA1BgC,CAAA,OA0BV,MAAA,CAAW,KA1BD,CAAA;cA4BxD,WA5BuB,EAAA;EAAc,CAAA;IAAA,SAAA;IAAA,GAAA;EAAA,CAAA,EA4BG,gBA5BH,CAAA,EA4BmB,oBAAA,CAAA,GAAA,CAAA,OA5BnB;EAErC,WAAA,EAgBL,MAAA;CAAA"}
package/dist/tabs.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime280 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime155 from "react/jsx-runtime";
3
3
  import { Tabs } from "@base-ui/react/tabs";
4
4
 
5
5
  //#region src/components/tabs.d.ts
@@ -8,7 +8,7 @@ declare const TabsRoot: {
8
8
  ({
9
9
  className,
10
10
  ...props
11
- }: TabsRootProps): react_jsx_runtime280.JSX.Element;
11
+ }: TabsRootProps): react_jsx_runtime155.JSX.Element;
12
12
  displayName: string;
13
13
  };
14
14
  type TabsListProps = React.ComponentProps<typeof Tabs.List> & {
@@ -20,7 +20,7 @@ declare const TabsList: {
20
20
  className,
21
21
  orientation,
22
22
  ...props
23
- }: TabsListProps): react_jsx_runtime280.JSX.Element;
23
+ }: TabsListProps): react_jsx_runtime155.JSX.Element;
24
24
  displayName: string;
25
25
  };
26
26
  type TabsTabProps = React.ComponentProps<typeof Tabs.Tab> & {
@@ -32,7 +32,7 @@ declare const TabsTab: {
32
32
  className,
33
33
  size,
34
34
  ...props
35
- }: TabsTabProps): react_jsx_runtime280.JSX.Element;
35
+ }: TabsTabProps): react_jsx_runtime155.JSX.Element;
36
36
  displayName: string;
37
37
  };
38
38
  type TabsIndicatorProps = React.ComponentProps<typeof Tabs.Indicator> & {
@@ -44,7 +44,7 @@ declare const TabsIndicator: {
44
44
  className,
45
45
  orientation,
46
46
  ...props
47
- }: TabsIndicatorProps): react_jsx_runtime280.JSX.Element;
47
+ }: TabsIndicatorProps): react_jsx_runtime155.JSX.Element;
48
48
  displayName: string;
49
49
  };
50
50
  type TabsPanelProps = React.ComponentProps<typeof Tabs.Panel>;
@@ -52,7 +52,7 @@ declare const TabsPanel: {
52
52
  ({
53
53
  className,
54
54
  ...props
55
- }: TabsPanelProps): react_jsx_runtime280.JSX.Element;
55
+ }: TabsPanelProps): react_jsx_runtime155.JSX.Element;
56
56
  displayName: string;
57
57
  };
58
58
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import * as react_jsx_runtime219 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime154 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/textarea.d.ts
5
5
  type TextareaProps = React.ComponentProps<'textarea'>;
@@ -7,7 +7,7 @@ declare const Textarea: {
7
7
  ({
8
8
  className,
9
9
  ...props
10
- }: TextareaProps): react_jsx_runtime219.JSX.Element;
10
+ }: TextareaProps): react_jsx_runtime154.JSX.Element;
11
11
  displayName: string;
12
12
  };
13
13
  //#endregion
package/dist/toast.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_runtime220 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime160 from "react/jsx-runtime";
4
4
  import { Toast, Toast as Toast$1 } from "@base-ui/react/toast";
5
5
 
6
6
  //#region src/components/toast.d.ts
7
7
  type ToastProviderProps = React.ComponentProps<typeof Toast$1.Provider>;
8
8
  declare const ToastProvider: {
9
- (props: ToastProviderProps): react_jsx_runtime220.JSX.Element;
9
+ (props: ToastProviderProps): react_jsx_runtime160.JSX.Element;
10
10
  displayName: string;
11
11
  };
12
12
  type ToastPosition = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
@@ -18,7 +18,7 @@ declare const ToastViewport: {
18
18
  className,
19
19
  position,
20
20
  ...props
21
- }: ToastViewportProps): react_jsx_runtime220.JSX.Element;
21
+ }: ToastViewportProps): react_jsx_runtime160.JSX.Element;
22
22
  displayName: string;
23
23
  };
24
24
  type ToastRootProps = React.ComponentProps<typeof Toast$1.Root>;
@@ -26,7 +26,7 @@ declare const ToastRoot: {
26
26
  ({
27
27
  className,
28
28
  ...props
29
- }: ToastRootProps): react_jsx_runtime220.JSX.Element;
29
+ }: ToastRootProps): react_jsx_runtime160.JSX.Element;
30
30
  displayName: string;
31
31
  };
32
32
  type ToastContentProps = React.ComponentProps<typeof Toast$1.Content>;
@@ -34,7 +34,7 @@ declare const ToastContent: {
34
34
  ({
35
35
  className,
36
36
  ...props
37
- }: ToastContentProps): react_jsx_runtime220.JSX.Element;
37
+ }: ToastContentProps): react_jsx_runtime160.JSX.Element;
38
38
  displayName: string;
39
39
  };
40
40
  type ToastTitleProps = React.ComponentProps<typeof Toast$1.Title>;
@@ -42,7 +42,7 @@ declare const ToastTitle: {
42
42
  ({
43
43
  className,
44
44
  ...props
45
- }: ToastTitleProps): react_jsx_runtime220.JSX.Element;
45
+ }: ToastTitleProps): react_jsx_runtime160.JSX.Element;
46
46
  displayName: string;
47
47
  };
48
48
  type ToastDescriptionProps = React.ComponentProps<typeof Toast$1.Description>;
@@ -50,7 +50,7 @@ declare const ToastDescription: {
50
50
  ({
51
51
  className,
52
52
  ...props
53
- }: ToastDescriptionProps): react_jsx_runtime220.JSX.Element;
53
+ }: ToastDescriptionProps): react_jsx_runtime160.JSX.Element;
54
54
  displayName: string;
55
55
  };
56
56
  type ToastActionProps = React.ComponentProps<typeof Toast$1.Action> & {
@@ -63,7 +63,7 @@ declare const ToastAction: {
63
63
  variant,
64
64
  size,
65
65
  ...props
66
- }: ToastActionProps): react_jsx_runtime220.JSX.Element;
66
+ }: ToastActionProps): react_jsx_runtime160.JSX.Element;
67
67
  displayName: string;
68
68
  };
69
69
  type ToastCloseProps = React.ComponentProps<typeof Toast$1.Close>;
@@ -71,7 +71,7 @@ declare const ToastClose: {
71
71
  ({
72
72
  className,
73
73
  ...props
74
- }: ToastCloseProps): react_jsx_runtime220.JSX.Element;
74
+ }: ToastCloseProps): react_jsx_runtime160.JSX.Element;
75
75
  displayName: string;
76
76
  };
77
77
  type ToastPositionerProps = React.ComponentProps<typeof Toast$1.Positioner>;
@@ -79,7 +79,7 @@ declare const ToastPositioner: {
79
79
  ({
80
80
  className,
81
81
  ...props
82
- }: ToastPositionerProps): react_jsx_runtime220.JSX.Element;
82
+ }: ToastPositionerProps): react_jsx_runtime160.JSX.Element;
83
83
  displayName: string;
84
84
  };
85
85
  //#endregion
@@ -1,6 +1,6 @@
1
1
  import { ControlSize, ControlVariant } from "./lib/control-variants.js";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime217 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime152 from "react/jsx-runtime";
4
4
  import { Toggle } from "@base-ui/react/toggle";
5
5
  import { ToggleGroup } from "@base-ui/react/toggle-group";
6
6
 
@@ -11,7 +11,7 @@ declare const ToggleGroupRoot: {
11
11
  className,
12
12
  orientation,
13
13
  ...props
14
- }: ToggleGroupRootProps): react_jsx_runtime217.JSX.Element;
14
+ }: ToggleGroupRootProps): react_jsx_runtime152.JSX.Element;
15
15
  displayName: string;
16
16
  };
17
17
  type ToggleGroupItemProps = React.ComponentProps<typeof Toggle> & {
@@ -26,7 +26,7 @@ declare const ToggleGroupItem: {
26
26
  variant,
27
27
  size,
28
28
  ...props
29
- }: ToggleGroupItemProps): react_jsx_runtime217.JSX.Element;
29
+ }: ToggleGroupItemProps): react_jsx_runtime152.JSX.Element;
30
30
  displayName: string;
31
31
  };
32
32
  //#endregion
package/dist/toggle.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { ControlSize, ControlVariant } from "./lib/control-variants.js";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime229 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime169 from "react/jsx-runtime";
4
4
  import { Toggle as Toggle$1 } from "@base-ui/react/toggle";
5
5
 
6
6
  //#region src/components/toggle.d.ts
@@ -16,7 +16,7 @@ declare const Toggle: {
16
16
  variant,
17
17
  size,
18
18
  ...props
19
- }: ToggleProps): react_jsx_runtime229.JSX.Element;
19
+ }: ToggleProps): react_jsx_runtime169.JSX.Element;
20
20
  displayName: string;
21
21
  };
22
22
  //#endregion
package/dist/toolbar.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { ControlSize, ControlVariant } from "./lib/control-variants.js";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime256 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime179 from "react/jsx-runtime";
4
4
  import { Toolbar } from "@base-ui/react/toolbar";
5
5
 
6
6
  //#region src/components/toolbar.d.ts
@@ -9,7 +9,7 @@ declare const ToolbarRoot: {
9
9
  ({
10
10
  className,
11
11
  ...props
12
- }: ToolbarRootProps): react_jsx_runtime256.JSX.Element;
12
+ }: ToolbarRootProps): react_jsx_runtime179.JSX.Element;
13
13
  displayName: string;
14
14
  };
15
15
  type ToolbarButtonProps = React.ComponentProps<typeof Toolbar.Button> & {
@@ -24,7 +24,7 @@ declare const ToolbarButton: {
24
24
  variant,
25
25
  size,
26
26
  ...props
27
- }: ToolbarButtonProps): react_jsx_runtime256.JSX.Element;
27
+ }: ToolbarButtonProps): react_jsx_runtime179.JSX.Element;
28
28
  displayName: string;
29
29
  };
30
30
  type ToolbarLinkProps = React.ComponentProps<typeof Toolbar.Link>;
@@ -32,7 +32,7 @@ declare const ToolbarLink: {
32
32
  ({
33
33
  className,
34
34
  ...props
35
- }: ToolbarLinkProps): react_jsx_runtime256.JSX.Element;
35
+ }: ToolbarLinkProps): react_jsx_runtime179.JSX.Element;
36
36
  displayName: string;
37
37
  };
38
38
  type ToolbarInputProps = React.ComponentProps<typeof Toolbar.Input>;
@@ -40,7 +40,7 @@ declare const ToolbarInput: {
40
40
  ({
41
41
  className,
42
42
  ...props
43
- }: ToolbarInputProps): react_jsx_runtime256.JSX.Element;
43
+ }: ToolbarInputProps): react_jsx_runtime179.JSX.Element;
44
44
  displayName: string;
45
45
  };
46
46
  type ToolbarGroupProps = React.ComponentProps<typeof Toolbar.Group>;
@@ -48,7 +48,7 @@ declare const ToolbarGroup: {
48
48
  ({
49
49
  className,
50
50
  ...props
51
- }: ToolbarGroupProps): react_jsx_runtime256.JSX.Element;
51
+ }: ToolbarGroupProps): react_jsx_runtime179.JSX.Element;
52
52
  displayName: string;
53
53
  };
54
54
  type ToolbarSeparatorProps = React.ComponentProps<typeof Toolbar.Separator>;
@@ -56,7 +56,7 @@ declare const ToolbarSeparator: {
56
56
  ({
57
57
  className,
58
58
  ...props
59
- }: ToolbarSeparatorProps): react_jsx_runtime256.JSX.Element;
59
+ }: ToolbarSeparatorProps): react_jsx_runtime179.JSX.Element;
60
60
  displayName: string;
61
61
  };
62
62
  //#endregion
package/dist/tooltip.d.ts CHANGED
@@ -1,12 +1,12 @@
1
1
  import { TooltipVariant } from "./lib/tooltip-variants.js";
2
2
  import * as React from "react";
3
- import * as react_jsx_runtime270 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime185 from "react/jsx-runtime";
4
4
  import { Tooltip } from "@base-ui/react/tooltip";
5
5
 
6
6
  //#region src/components/tooltip.d.ts
7
7
  type TooltipProviderProps = React.ComponentProps<typeof Tooltip.Provider>;
8
8
  declare const TooltipProvider: {
9
- (props: TooltipProviderProps): react_jsx_runtime270.JSX.Element;
9
+ (props: TooltipProviderProps): react_jsx_runtime185.JSX.Element;
10
10
  displayName: string;
11
11
  };
12
12
  type TooltipRootProps = React.ComponentProps<typeof Tooltip.Root> & {
@@ -16,7 +16,7 @@ declare const TooltipRoot: {
16
16
  ({
17
17
  variant,
18
18
  ...props
19
- }: TooltipRootProps): react_jsx_runtime270.JSX.Element;
19
+ }: TooltipRootProps): react_jsx_runtime185.JSX.Element;
20
20
  displayName: string;
21
21
  };
22
22
  type TooltipTriggerProps = React.ComponentProps<typeof Tooltip.Trigger>;
@@ -24,12 +24,12 @@ declare const TooltipTrigger: {
24
24
  ({
25
25
  className,
26
26
  ...props
27
- }: TooltipTriggerProps): react_jsx_runtime270.JSX.Element;
27
+ }: TooltipTriggerProps): react_jsx_runtime185.JSX.Element;
28
28
  displayName: string;
29
29
  };
30
30
  type TooltipPortalProps = React.ComponentProps<typeof Tooltip.Portal>;
31
31
  declare const TooltipPortal: {
32
- (props: TooltipPortalProps): react_jsx_runtime270.JSX.Element;
32
+ (props: TooltipPortalProps): react_jsx_runtime185.JSX.Element;
33
33
  displayName: string;
34
34
  };
35
35
  type TooltipPositionerProps = React.ComponentProps<typeof Tooltip.Positioner>;
@@ -37,7 +37,7 @@ declare const TooltipPositioner: {
37
37
  ({
38
38
  className,
39
39
  ...props
40
- }: TooltipPositionerProps): react_jsx_runtime270.JSX.Element;
40
+ }: TooltipPositionerProps): react_jsx_runtime185.JSX.Element;
41
41
  displayName: string;
42
42
  };
43
43
  type TooltipPopupProps = React.ComponentProps<typeof Tooltip.Popup> & {
@@ -48,7 +48,7 @@ declare const TooltipPopup: {
48
48
  className,
49
49
  variant,
50
50
  ...props
51
- }: TooltipPopupProps): react_jsx_runtime270.JSX.Element;
51
+ }: TooltipPopupProps): react_jsx_runtime185.JSX.Element;
52
52
  displayName: string;
53
53
  };
54
54
  type TooltipArrowProps = React.ComponentProps<typeof Tooltip.Arrow> & {
@@ -59,7 +59,7 @@ declare const TooltipArrow: {
59
59
  className,
60
60
  variant,
61
61
  ...props
62
- }: TooltipArrowProps): react_jsx_runtime270.JSX.Element;
62
+ }: TooltipArrowProps): react_jsx_runtime185.JSX.Element;
63
63
  displayName: string;
64
64
  };
65
65
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lglab/compose-ui",
3
- "version": "0.30.4",
3
+ "version": "0.32.0",
4
4
  "description": "A collection of components built with Base UI & Tailwind CSS",
5
5
  "author": "LGLab",
6
6
  "license": "MIT",
@@ -94,6 +94,10 @@
94
94
  "import": "./dist/form.js",
95
95
  "types": "./dist/form.d.ts"
96
96
  },
97
+ "./group": {
98
+ "import": "./dist/group.js",
99
+ "types": "./dist/group.d.ts"
100
+ },
97
101
  "./input": {
98
102
  "import": "./dist/input.js",
99
103
  "types": "./dist/input.d.ts"
@@ -202,6 +206,10 @@
202
206
  "import": "./dist/tooltip.js",
203
207
  "types": "./dist/tooltip.d.ts"
204
208
  },
209
+ "./chart": {
210
+ "import": "./dist/chart/index.js",
211
+ "types": "./dist/chart/index.d.ts"
212
+ },
205
213
  "./styles/*": "./dist/styles/*"
206
214
  },
207
215
  "files": [
@@ -217,17 +225,19 @@
217
225
  "clsx": "^2.1.1",
218
226
  "react": "^18 || ^19",
219
227
  "react-dom": "^18 || ^19",
228
+ "recharts": "^3.7.0",
220
229
  "tailwind-merge": "^3.4.0",
221
230
  "tailwindcss": "^4.0.0"
222
231
  },
223
232
  "devDependencies": {
224
233
  "@base-ui/react": "^1.1.0",
225
- "@types/node": "^25.1.0",
234
+ "@types/node": "^25.2.0",
226
235
  "@types/react": "^19.2.10",
227
236
  "@types/react-dom": "^19.2.3",
228
- "globals": "^17.2.0",
237
+ "globals": "^17.3.0",
229
238
  "react": "^19.2.4",
230
239
  "react-dom": "^19.2.4",
240
+ "recharts": "^3.7.0",
231
241
  "tsdown": "^0.12.9",
232
242
  "typescript": "~5.9.3",
233
243
  "typescript-eslint": "^8.54.0"