@moul-dev/ui 2026.8.17

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 (171) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +149 -0
  3. package/dist/assets/stylex.css +2391 -0
  4. package/dist/favicon.svg +20 -0
  5. package/dist/icons.svg +24 -0
  6. package/dist/moul-ui.js +6662 -0
  7. package/dist/src/App.d.ts +2 -0
  8. package/dist/src/components/Alert/Alert.d.ts +14 -0
  9. package/dist/src/components/Alert/Alert.styles.d.ts +188 -0
  10. package/dist/src/components/Alert/index.d.ts +2 -0
  11. package/dist/src/components/AlertDialog/AlertDialog.d.ts +23 -0
  12. package/dist/src/components/AlertDialog/AlertDialog.styles.d.ts +35 -0
  13. package/dist/src/components/AlertDialog/index.d.ts +1 -0
  14. package/dist/src/components/AreaChart/AreaChart.d.ts +21 -0
  15. package/dist/src/components/AreaChart/AreaChart.styles.d.ts +7 -0
  16. package/dist/src/components/AreaChart/index.d.ts +2 -0
  17. package/dist/src/components/Avatar/Avatar.d.ts +10 -0
  18. package/dist/src/components/Avatar/Avatar.styles.d.ts +31 -0
  19. package/dist/src/components/Avatar/index.d.ts +2 -0
  20. package/dist/src/components/Badge/Badge.d.ts +9 -0
  21. package/dist/src/components/Badge/Badge.styles.d.ts +35 -0
  22. package/dist/src/components/Badge/index.d.ts +2 -0
  23. package/dist/src/components/BarChart/BarChart.d.ts +16 -0
  24. package/dist/src/components/BarChart/BarChart.styles.d.ts +7 -0
  25. package/dist/src/components/BarChart/index.d.ts +2 -0
  26. package/dist/src/components/Breadcrumbs/Breadcrumbs.d.ts +16 -0
  27. package/dist/src/components/Breadcrumbs/Breadcrumbs.styles.d.ts +34 -0
  28. package/dist/src/components/Breadcrumbs/index.d.ts +2 -0
  29. package/dist/src/components/Button/Button.d.ts +10 -0
  30. package/dist/src/components/Button/Button.styles.d.ts +148 -0
  31. package/dist/src/components/Button/index.d.ts +2 -0
  32. package/dist/src/components/ButtonGroup/ButtonGroup.d.ts +7 -0
  33. package/dist/src/components/ButtonGroup/ButtonGroup.styles.d.ts +9 -0
  34. package/dist/src/components/ButtonGroup/index.d.ts +2 -0
  35. package/dist/src/components/Card/Card.d.ts +19 -0
  36. package/dist/src/components/Card/Card.styles.d.ts +185 -0
  37. package/dist/src/components/Card/CardBody.d.ts +7 -0
  38. package/dist/src/components/Card/CardFooter.d.ts +7 -0
  39. package/dist/src/components/Card/CardHeader.d.ts +7 -0
  40. package/dist/src/components/Card/index.d.ts +8 -0
  41. package/dist/src/components/ChartCommon.d.ts +1 -0
  42. package/dist/src/components/ChartContainer/ChartContainer.d.ts +21 -0
  43. package/dist/src/components/ChartContainer/ChartContainer.styles.d.ts +124 -0
  44. package/dist/src/components/ChartContainer/index.d.ts +2 -0
  45. package/dist/src/components/ChartTooltip/ChartTooltip.d.ts +8 -0
  46. package/dist/src/components/ChartTooltip/ChartTooltip.styles.d.ts +61 -0
  47. package/dist/src/components/ChartTooltip/index.d.ts +2 -0
  48. package/dist/src/components/Checkbox/Checkbox.d.ts +9 -0
  49. package/dist/src/components/Checkbox/Checkbox.styles.d.ts +94 -0
  50. package/dist/src/components/Checkbox/context.d.ts +5 -0
  51. package/dist/src/components/Checkbox/index.d.ts +2 -0
  52. package/dist/src/components/CheckboxGroup/CheckboxGroup.d.ts +13 -0
  53. package/dist/src/components/CheckboxGroup/CheckboxGroup.styles.d.ts +18 -0
  54. package/dist/src/components/CheckboxGroup/index.d.ts +2 -0
  55. package/dist/src/components/ComboBox/ComboBox.d.ts +25 -0
  56. package/dist/src/components/ComboBox/ComboBox.styles.d.ts +223 -0
  57. package/dist/src/components/ComboBox/index.d.ts +2 -0
  58. package/dist/src/components/Description/Description.d.ts +8 -0
  59. package/dist/src/components/Description/Description.styles.d.ts +9 -0
  60. package/dist/src/components/Description/index.d.ts +2 -0
  61. package/dist/src/components/DoughnutChart/DoughnutChart.d.ts +15 -0
  62. package/dist/src/components/DoughnutChart/DoughnutChart.styles.d.ts +10 -0
  63. package/dist/src/components/DoughnutChart/index.d.ts +2 -0
  64. package/dist/src/components/ErrorMessage/ErrorMessage.d.ts +7 -0
  65. package/dist/src/components/ErrorMessage/ErrorMessage.styles.d.ts +9 -0
  66. package/dist/src/components/ErrorMessage/index.d.ts +2 -0
  67. package/dist/src/components/FieldError/FieldError.d.ts +9 -0
  68. package/dist/src/components/FieldError/FieldError.styles.d.ts +9 -0
  69. package/dist/src/components/FieldError/index.d.ts +2 -0
  70. package/dist/src/components/Form/Form.d.ts +8 -0
  71. package/dist/src/components/Form/Form.styles.d.ts +3 -0
  72. package/dist/src/components/Form/index.d.ts +2 -0
  73. package/dist/src/components/InputOTP/InputOTP.d.ts +25 -0
  74. package/dist/src/components/InputOTP/InputOTP.styles.d.ts +113 -0
  75. package/dist/src/components/InputOTP/index.d.ts +3 -0
  76. package/dist/src/components/Kbd/Kbd.d.ts +7 -0
  77. package/dist/src/components/Kbd/Kbd.styles.d.ts +20 -0
  78. package/dist/src/components/Kbd/index.d.ts +2 -0
  79. package/dist/src/components/Label/Label.d.ts +8 -0
  80. package/dist/src/components/Label/Label.styles.d.ts +10 -0
  81. package/dist/src/components/Label/index.d.ts +2 -0
  82. package/dist/src/components/LineChart/LineChart.d.ts +15 -0
  83. package/dist/src/components/LineChart/LineChart.styles.d.ts +7 -0
  84. package/dist/src/components/LineChart/index.d.ts +2 -0
  85. package/dist/src/components/Link/Link.d.ts +9 -0
  86. package/dist/src/components/Link/Link.styles.d.ts +92 -0
  87. package/dist/src/components/Link/index.d.ts +2 -0
  88. package/dist/src/components/Modal/Modal.d.ts +34 -0
  89. package/dist/src/components/Modal/Modal.styles.d.ts +91 -0
  90. package/dist/src/components/Modal/index.d.ts +1 -0
  91. package/dist/src/components/NumberField/NumberField.d.ts +14 -0
  92. package/dist/src/components/NumberField/NumberField.styles.d.ts +147 -0
  93. package/dist/src/components/NumberField/index.d.ts +2 -0
  94. package/dist/src/components/Percentage/Percentage.styles.d.ts +70 -0
  95. package/dist/src/components/Percentage/PercentageBar.d.ts +11 -0
  96. package/dist/src/components/Percentage/PercentageCircle.d.ts +12 -0
  97. package/dist/src/components/Percentage/index.d.ts +4 -0
  98. package/dist/src/components/Popover/Popover.d.ts +15 -0
  99. package/dist/src/components/Popover/Popover.styles.d.ts +22 -0
  100. package/dist/src/components/Popover/index.d.ts +1 -0
  101. package/dist/src/components/RadioGroup/RadioGroup.d.ts +16 -0
  102. package/dist/src/components/RadioGroup/RadioGroup.styles.d.ts +75 -0
  103. package/dist/src/components/RadioGroup/index.d.ts +2 -0
  104. package/dist/src/components/SearchField/SearchField.d.ts +14 -0
  105. package/dist/src/components/SearchField/SearchField.styles.d.ts +147 -0
  106. package/dist/src/components/SearchField/index.d.ts +2 -0
  107. package/dist/src/components/Select/Select.d.ts +30 -0
  108. package/dist/src/components/Select/Select.styles.d.ts +171 -0
  109. package/dist/src/components/Select/index.d.ts +2 -0
  110. package/dist/src/components/Separator/Separator.d.ts +8 -0
  111. package/dist/src/components/Separator/Separator.styles.d.ts +20 -0
  112. package/dist/src/components/Separator/index.d.ts +2 -0
  113. package/dist/src/components/Sidebar/Sidebar.d.ts +77 -0
  114. package/dist/src/components/Sidebar/Sidebar.styles.d.ts +326 -0
  115. package/dist/src/components/Sidebar/index.d.ts +2 -0
  116. package/dist/src/components/Skeleton/Skeleton.d.ts +7 -0
  117. package/dist/src/components/Skeleton/Skeleton.styles.d.ts +17 -0
  118. package/dist/src/components/Skeleton/index.d.ts +2 -0
  119. package/dist/src/components/Slider/Slider.d.ts +21 -0
  120. package/dist/src/components/Slider/Slider.styles.d.ts +78 -0
  121. package/dist/src/components/Slider/index.d.ts +2 -0
  122. package/dist/src/components/Spinner/Spinner.d.ts +9 -0
  123. package/dist/src/components/Spinner/Spinner.styles.d.ts +20 -0
  124. package/dist/src/components/Spinner/index.d.ts +2 -0
  125. package/dist/src/components/Stat/Stat.d.ts +15 -0
  126. package/dist/src/components/Stat/Stat.styles.d.ts +115 -0
  127. package/dist/src/components/Stat/index.d.ts +2 -0
  128. package/dist/src/components/Switch/Switch.d.ts +8 -0
  129. package/dist/src/components/Switch/Switch.styles.d.ts +66 -0
  130. package/dist/src/components/Switch/index.d.ts +2 -0
  131. package/dist/src/components/Table/Table.d.ts +33 -0
  132. package/dist/src/components/Table/Table.styles.d.ts +77 -0
  133. package/dist/src/components/Table/index.d.ts +2 -0
  134. package/dist/src/components/Tabs/Tabs.d.ts +29 -0
  135. package/dist/src/components/Tabs/Tabs.styles.d.ts +186 -0
  136. package/dist/src/components/Tabs/index.d.ts +2 -0
  137. package/dist/src/components/TagGroup/TagGroup.d.ts +27 -0
  138. package/dist/src/components/TagGroup/TagGroup.styles.d.ts +199 -0
  139. package/dist/src/components/TagGroup/index.d.ts +2 -0
  140. package/dist/src/components/TextArea/TextArea.d.ts +14 -0
  141. package/dist/src/components/TextArea/TextArea.styles.d.ts +63 -0
  142. package/dist/src/components/TextArea/index.d.ts +2 -0
  143. package/dist/src/components/TextField/TextField.d.ts +15 -0
  144. package/dist/src/components/TextField/TextField.styles.d.ts +80 -0
  145. package/dist/src/components/TextField/index.d.ts +2 -0
  146. package/dist/src/components/Toast/Toast.d.ts +28 -0
  147. package/dist/src/components/Toast/Toast.styles.d.ts +29 -0
  148. package/dist/src/components/Toast/index.d.ts +1 -0
  149. package/dist/src/components/ToggleButton/ToggleButton.d.ts +11 -0
  150. package/dist/src/components/ToggleButton/ToggleButton.styles.d.ts +223 -0
  151. package/dist/src/components/ToggleButton/index.d.ts +2 -0
  152. package/dist/src/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +10 -0
  153. package/dist/src/components/ToggleButtonGroup/ToggleButtonGroup.styles.d.ts +36 -0
  154. package/dist/src/components/ToggleButtonGroup/context.d.ts +8 -0
  155. package/dist/src/components/ToggleButtonGroup/index.d.ts +2 -0
  156. package/dist/src/components/Tooltip/Tooltip.d.ts +19 -0
  157. package/dist/src/components/Tooltip/Tooltip.styles.d.ts +26 -0
  158. package/dist/src/components/Tooltip/index.d.ts +1 -0
  159. package/dist/src/components/TopList/TopList.d.ts +17 -0
  160. package/dist/src/components/TopList/TopList.styles.d.ts +43 -0
  161. package/dist/src/components/TopList/index.d.ts +2 -0
  162. package/dist/src/components/Typography/Typography.d.ts +26 -0
  163. package/dist/src/components/Typography/Typography.styles.d.ts +53 -0
  164. package/dist/src/components/Typography/index.d.ts +2 -0
  165. package/dist/src/index.d.ts +102 -0
  166. package/dist/src/main.d.ts +0 -0
  167. package/dist/src/theme/ThemeProvider.d.ts +17 -0
  168. package/dist/src/tokens/tokens.stylex.d.ts +121 -0
  169. package/dist/src/utils/mergeProps.d.ts +1 -0
  170. package/dist/src/utils/warnMissingLabel.d.ts +16 -0
  171. package/package.json +94 -0
@@ -0,0 +1,223 @@
1
+ import * as stylex from '@stylexjs/stylex';
2
+ export declare const styles: Readonly<{
3
+ readonly base: Readonly<{
4
+ readonly display: stylex.StyleXClassNameFor<"display", "inline-flex">;
5
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
6
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
7
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
8
+ readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">;
9
+ readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "background-color, border-color, color, transform">;
10
+ readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "0.15s">;
11
+ readonly transitionTimingFunction: stylex.StyleXClassNameFor<"transitionTimingFunction", "ease-in-out">;
12
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
13
+ readonly transform: {
14
+ readonly default: "scale(0.98)";
15
+ readonly '@media (prefers-reduced-motion: reduce)': "none";
16
+ };
17
+ }>;
18
+ readonly ':focus-visible': stylex.StyleXClassNameFor<":focus-visible", {
19
+ readonly outlineStyle: "solid";
20
+ readonly outlineWidth: "2px";
21
+ readonly outlineOffset: "2px";
22
+ readonly outlineColor: stylex.StyleXVar<string>;
23
+ }>;
24
+ readonly '@media (prefers-reduced-motion: reduce)': stylex.StyleXClassNameFor<"@media (prefers-reduced-motion: reduce)", {
25
+ readonly transitionProperty: "none";
26
+ }>;
27
+ }>;
28
+ readonly sm: Readonly<{
29
+ readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
30
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
31
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
32
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
33
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
34
+ }>;
35
+ readonly md: Readonly<{
36
+ readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
37
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
38
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
39
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
40
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
41
+ }>;
42
+ readonly lg: Readonly<{
43
+ readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
44
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
45
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
46
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
47
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
48
+ }>;
49
+ readonly primary: Readonly<{
50
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
51
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
52
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
53
+ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">;
54
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
55
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "none">;
56
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
57
+ readonly backgroundColor: stylex.StyleXVar<string>;
58
+ readonly borderColor: stylex.StyleXVar<string>;
59
+ }>;
60
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
61
+ readonly backgroundColor: stylex.StyleXVar<string>;
62
+ }>;
63
+ }>;
64
+ readonly primarySelected: Readonly<{
65
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
66
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
67
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
68
+ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">;
69
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
70
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
71
+ readonly backgroundColor: stylex.StyleXVar<string>;
72
+ readonly borderColor: stylex.StyleXVar<string>;
73
+ }>;
74
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
75
+ readonly backgroundColor: stylex.StyleXVar<string>;
76
+ readonly borderColor: stylex.StyleXVar<string>;
77
+ }>;
78
+ }>;
79
+ readonly secondary: Readonly<{
80
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">;
81
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
82
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
83
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "none">;
84
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
85
+ readonly backgroundColor: stylex.StyleXVar<string>;
86
+ }>;
87
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
88
+ readonly backgroundColor: stylex.StyleXVar<string>;
89
+ }>;
90
+ }>;
91
+ readonly secondarySelected: Readonly<{
92
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
93
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
94
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
95
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
96
+ readonly backgroundColor: stylex.StyleXVar<string>;
97
+ }>;
98
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
99
+ readonly backgroundColor: stylex.StyleXVar<string>;
100
+ }>;
101
+ }>;
102
+ readonly isDisabled: Readonly<{
103
+ readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.4>;
104
+ readonly cursor: stylex.StyleXClassNameFor<"cursor", "not-allowed">;
105
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "none">;
106
+ readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "none">;
107
+ }>;
108
+ readonly groupItem: Readonly<{
109
+ readonly position: stylex.StyleXClassNameFor<"position", "relative">;
110
+ readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 1>;
111
+ }>;
112
+ readonly groupItemActive: Readonly<{
113
+ readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 2>;
114
+ }>;
115
+ readonly groupItemDisabled: Readonly<{
116
+ readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 0>;
117
+ }>;
118
+ readonly groupHorizontal: Readonly<{
119
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 0>;
120
+ readonly marginInlineStart: stylex.StyleXClassNameFor<"marginInlineStart", "-1px">;
121
+ readonly ':first-child': stylex.StyleXClassNameFor<":first-child", {
122
+ readonly borderTopLeftRadius: stylex.StyleXVar<string>;
123
+ readonly borderBottomLeftRadius: stylex.StyleXVar<string>;
124
+ readonly marginInlineStart: 0;
125
+ }>;
126
+ readonly ':last-child': stylex.StyleXClassNameFor<":last-child", {
127
+ readonly borderTopRightRadius: stylex.StyleXVar<string>;
128
+ readonly borderBottomRightRadius: stylex.StyleXVar<string>;
129
+ }>;
130
+ }>;
131
+ readonly groupVertical: Readonly<{
132
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 0>;
133
+ readonly marginBlockStart: stylex.StyleXClassNameFor<"marginBlockStart", "-1px">;
134
+ readonly ':first-child': stylex.StyleXClassNameFor<":first-child", {
135
+ readonly borderTopLeftRadius: stylex.StyleXVar<string>;
136
+ readonly borderTopRightRadius: stylex.StyleXVar<string>;
137
+ readonly marginBlockStart: 0;
138
+ }>;
139
+ readonly ':last-child': stylex.StyleXClassNameFor<":last-child", {
140
+ readonly borderBottomLeftRadius: stylex.StyleXVar<string>;
141
+ readonly borderBottomRightRadius: stylex.StyleXVar<string>;
142
+ }>;
143
+ }>;
144
+ readonly animatedItem: Readonly<{
145
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">;
146
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
147
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "none">;
148
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
149
+ readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "color">;
150
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
151
+ readonly backgroundColor: "transparent";
152
+ readonly color: stylex.StyleXVar<string>;
153
+ }>;
154
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
155
+ readonly transform: "none";
156
+ }>;
157
+ }>;
158
+ readonly animatedItemSm: Readonly<{
159
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", `calc(${stylex.StyleXVar<string>} - 3px)`>;
160
+ }>;
161
+ readonly animatedItemMd: Readonly<{
162
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", `calc(${stylex.StyleXVar<string>} - 3px)`>;
163
+ }>;
164
+ readonly animatedItemLg: Readonly<{
165
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", `calc(${stylex.StyleXVar<string>} - 3px)`>;
166
+ }>;
167
+ readonly animatedItemSelectedPrimary: Readonly<{
168
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
169
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">;
170
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
171
+ readonly backgroundColor: "transparent";
172
+ readonly color: stylex.StyleXVar<string>;
173
+ }>;
174
+ }>;
175
+ readonly animatedItemSelectedSecondary: Readonly<{
176
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
177
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">;
178
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
179
+ readonly backgroundColor: "transparent";
180
+ readonly color: stylex.StyleXVar<string>;
181
+ }>;
182
+ }>;
183
+ readonly selectionIndicator: Readonly<{
184
+ readonly position: stylex.StyleXClassNameFor<"position", "absolute">;
185
+ readonly inset: stylex.StyleXClassNameFor<"inset", 0>;
186
+ readonly zIndex: stylex.StyleXClassNameFor<"zIndex", -1>;
187
+ readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "translate, width, height">;
188
+ readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "0.2s">;
189
+ readonly transitionTimingFunction: stylex.StyleXClassNameFor<"transitionTimingFunction", "ease-in-out">;
190
+ readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "none">;
191
+ readonly '@media (prefers-reduced-motion: reduce)': stylex.StyleXClassNameFor<"@media (prefers-reduced-motion: reduce)", {
192
+ readonly transitionProperty: "none";
193
+ }>;
194
+ }>;
195
+ readonly selectionIndicatorSm: Readonly<{
196
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", `calc(${stylex.StyleXVar<string>} - 3px)`>;
197
+ }>;
198
+ readonly selectionIndicatorMd: Readonly<{
199
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", `calc(${stylex.StyleXVar<string>} - 3px)`>;
200
+ }>;
201
+ readonly selectionIndicatorLg: Readonly<{
202
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", `calc(${stylex.StyleXVar<string>} - 3px)`>;
203
+ }>;
204
+ readonly selectionIndicatorPrimary: Readonly<{
205
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
206
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
207
+ }>;
208
+ readonly selectionIndicatorSecondary: Readonly<{
209
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
210
+ }>;
211
+ readonly squareSm: Readonly<{
212
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
213
+ readonly aspectRatio: stylex.StyleXClassNameFor<"aspectRatio", "1/1">;
214
+ }>;
215
+ readonly squareMd: Readonly<{
216
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
217
+ readonly aspectRatio: stylex.StyleXClassNameFor<"aspectRatio", "1/1">;
218
+ }>;
219
+ readonly squareLg: Readonly<{
220
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
221
+ readonly aspectRatio: stylex.StyleXClassNameFor<"aspectRatio", "1/1">;
222
+ }>;
223
+ }>;
@@ -0,0 +1,2 @@
1
+ export type { ToggleButtonProps } from './ToggleButton';
2
+ export { ToggleButton } from './ToggleButton';
@@ -0,0 +1,10 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import { ToggleButtonGroupProps as AriaToggleButtonGroupProps } from 'react-aria-components';
3
+ import * as React from 'react';
4
+ export interface ToggleButtonGroupProps extends Omit<AriaToggleButtonGroupProps, 'style'> {
5
+ style?: StyleXStyles;
6
+ className?: string;
7
+ size?: 'sm' | 'md' | 'lg';
8
+ animated?: boolean;
9
+ }
10
+ export declare const ToggleButtonGroup: React.ForwardRefExoticComponent<ToggleButtonGroupProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,36 @@
1
+ import * as stylex from '@stylexjs/stylex';
2
+ export declare const styles: Readonly<{
3
+ readonly base: Readonly<{
4
+ readonly display: stylex.StyleXClassNameFor<"display", "inline-flex">;
5
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "row">;
6
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "stretch">;
7
+ readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
8
+ }>;
9
+ readonly vertical: Readonly<{
10
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
11
+ }>;
12
+ readonly animatedTrack: Readonly<{
13
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
14
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
15
+ readonly padding: stylex.StyleXClassNameFor<"padding", "2px">;
16
+ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">;
17
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
18
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
19
+ readonly gap: stylex.StyleXClassNameFor<"gap", "2px">;
20
+ }>;
21
+ readonly trackSm: Readonly<{
22
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
23
+ }>;
24
+ readonly trackMd: Readonly<{
25
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
26
+ }>;
27
+ readonly trackLg: Readonly<{
28
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
29
+ }>;
30
+ readonly animatedTrackHorizontal: Readonly<{
31
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "row">;
32
+ }>;
33
+ readonly animatedTrackVertical: Readonly<{
34
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
35
+ }>;
36
+ }>;
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ export interface ToggleButtonGroupContextValue {
3
+ isInGroup: boolean;
4
+ orientation: 'horizontal' | 'vertical';
5
+ size?: 'sm' | 'md' | 'lg';
6
+ animated: boolean;
7
+ }
8
+ export declare const ToggleButtonGroupContext: React.Context<ToggleButtonGroupContextValue | null>;
@@ -0,0 +1,2 @@
1
+ export type { ToggleButtonGroupProps } from './ToggleButtonGroup';
2
+ export { ToggleButtonGroup } from './ToggleButtonGroup';
@@ -0,0 +1,19 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import { TooltipProps as AriaTooltipProps, TooltipTrigger as AriaTooltipTrigger } from 'react-aria-components';
3
+ import * as React from 'react';
4
+ export declare const TooltipTrigger: typeof AriaTooltipTrigger;
5
+ export interface TooltipProps extends Omit<AriaTooltipProps, 'style' | 'className'> {
6
+ style?: StyleXStyles;
7
+ className?: string;
8
+ /**
9
+ * The distance between the tooltip and the trigger button.
10
+ * @default 8
11
+ */
12
+ offset?: number;
13
+ /**
14
+ * The offset along the cross axis.
15
+ * @default 0
16
+ */
17
+ crossOffset?: number;
18
+ }
19
+ export declare const Tooltip: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,26 @@
1
+ import * as stylex from '@stylexjs/stylex';
2
+ export declare const styles: Readonly<{
3
+ readonly tooltip: Readonly<{
4
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
5
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
6
+ readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
7
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
8
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
9
+ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">;
10
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
11
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
12
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
13
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
14
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
15
+ readonly zIndex: stylex.StyleXClassNameFor<"zIndex", string>;
16
+ readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "none">;
17
+ readonly outline: stylex.StyleXClassNameFor<"outline", "none">;
18
+ readonly animationName: stylex.StyleXClassNameFor<"animationName", string>;
19
+ readonly animationDuration: stylex.StyleXClassNameFor<"animationDuration", "0.15s">;
20
+ readonly animationTimingFunction: stylex.StyleXClassNameFor<"animationTimingFunction", "ease-out">;
21
+ readonly '@media (prefers-reduced-motion: reduce)': stylex.StyleXClassNameFor<"@media (prefers-reduced-motion: reduce)", {
22
+ readonly animationPlayState: "paused";
23
+ readonly animationDuration: "0s";
24
+ }>;
25
+ }>;
26
+ }>;
@@ -0,0 +1 @@
1
+ export { Tooltip, type TooltipProps, TooltipTrigger } from './Tooltip';
@@ -0,0 +1,17 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import * as React from 'react';
3
+ export interface TopListItem {
4
+ label: string;
5
+ value: number;
6
+ color?: string;
7
+ }
8
+ export interface TopListProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style'> {
9
+ data: TopListItem[];
10
+ maxValue?: number;
11
+ colors?: string[];
12
+ barColor?: string;
13
+ multiColor?: boolean;
14
+ valueFormatter?: (value: number) => string;
15
+ style?: StyleXStyles;
16
+ }
17
+ export declare const TopList: React.ForwardRefExoticComponent<TopListProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,43 @@
1
+ import * as stylex from '@stylexjs/stylex';
2
+ export declare const styles: Readonly<{
3
+ readonly container: Readonly<{
4
+ readonly width: stylex.StyleXClassNameFor<"width", "100%">;
5
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
6
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
7
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
8
+ readonly fontFamily: stylex.StyleXClassNameFor<"fontFamily", string>;
9
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
10
+ }>;
11
+ readonly row: Readonly<{
12
+ readonly display: stylex.StyleXClassNameFor<"display", "grid">;
13
+ readonly gridTemplateColumns: stylex.StyleXClassNameFor<"gridTemplateColumns", "minmax(100px, 1.5fr) 2fr minmax(60px, auto)">;
14
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
15
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
16
+ }>;
17
+ readonly label: Readonly<{
18
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
19
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
20
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
21
+ readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
22
+ readonly textOverflow: stylex.StyleXClassNameFor<"textOverflow", "ellipsis">;
23
+ readonly whiteSpace: stylex.StyleXClassNameFor<"whiteSpace", "nowrap">;
24
+ }>;
25
+ readonly track: Readonly<{
26
+ readonly height: stylex.StyleXClassNameFor<"height", "6px">;
27
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
28
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
29
+ readonly width: stylex.StyleXClassNameFor<"width", "100%">;
30
+ readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
31
+ }>;
32
+ readonly bar: Readonly<{
33
+ readonly height: stylex.StyleXClassNameFor<"height", "100%">;
34
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
35
+ readonly transition: stylex.StyleXClassNameFor<"transition", "width 0.3s ease-in-out">;
36
+ }>;
37
+ readonly value: Readonly<{
38
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
39
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
40
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
41
+ readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "end">;
42
+ }>;
43
+ }>;
@@ -0,0 +1,2 @@
1
+ export type { TopListItem, TopListProps } from './TopList';
2
+ export { TopList } from './TopList';
@@ -0,0 +1,26 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import * as React from 'react';
3
+ export type TypographyTag = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'span' | 'label';
4
+ export interface TypographyProps extends Omit<React.HTMLAttributes<HTMLElement>, 'style'> {
5
+ as?: TypographyTag;
6
+ style?: StyleXStyles;
7
+ className?: string;
8
+ }
9
+ export interface HeadingProps extends Omit<TypographyProps, 'as'> {
10
+ as?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
11
+ }
12
+ declare const Heading: React.ForwardRefExoticComponent<HeadingProps & React.RefAttributes<HTMLHeadingElement>>;
13
+ export type ParagraphProps = Omit<TypographyProps, 'as'>;
14
+ declare const Paragraph: React.ForwardRefExoticComponent<ParagraphProps & React.RefAttributes<HTMLParagraphElement>>;
15
+ export type SpanProps = Omit<TypographyProps, 'as'>;
16
+ declare const Span: React.ForwardRefExoticComponent<SpanProps & React.RefAttributes<HTMLSpanElement>>;
17
+ export type TypographyLabelProps = Omit<TypographyProps, 'as'>;
18
+ declare const Label: React.ForwardRefExoticComponent<TypographyLabelProps & React.RefAttributes<HTMLLabelElement>>;
19
+ export interface TypographyComponent extends React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<HTMLElement>> {
20
+ Heading: typeof Heading;
21
+ Paragraph: typeof Paragraph;
22
+ Span: typeof Span;
23
+ Label: typeof Label;
24
+ }
25
+ export declare const Typography: TypographyComponent;
26
+ export { Heading as TypographyHeading, Label as TypographyLabel, Paragraph as TypographyParagraph, Span as TypographySpan, };
@@ -0,0 +1,53 @@
1
+ import * as stylex from '@stylexjs/stylex';
2
+ export declare const styles: Readonly<{
3
+ readonly base: Readonly<{
4
+ readonly fontFamily: stylex.StyleXClassNameFor<"fontFamily", string>;
5
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
6
+ readonly margin: stylex.StyleXClassNameFor<"margin", 0>;
7
+ }>;
8
+ readonly h1: Readonly<{
9
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
10
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
11
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
12
+ }>;
13
+ readonly h2: Readonly<{
14
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
15
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
16
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
17
+ }>;
18
+ readonly h3: Readonly<{
19
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
20
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
21
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
22
+ }>;
23
+ readonly h4: Readonly<{
24
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
25
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
26
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
27
+ }>;
28
+ readonly h5: Readonly<{
29
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
30
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
31
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
32
+ }>;
33
+ readonly h6: Readonly<{
34
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
35
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
36
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
37
+ }>;
38
+ readonly p: Readonly<{
39
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
40
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
41
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
42
+ }>;
43
+ readonly span: Readonly<{
44
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
45
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
46
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
47
+ }>;
48
+ readonly label: Readonly<{
49
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
50
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
51
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
52
+ }>;
53
+ }>;
@@ -0,0 +1,2 @@
1
+ export type { HeadingProps, ParagraphProps, SpanProps, TypographyLabelProps, TypographyProps, TypographyTag, } from './Typography';
2
+ export { Typography, TypographyHeading, TypographyLabel, TypographyParagraph, TypographySpan, } from './Typography';
@@ -0,0 +1,102 @@
1
+ export declare const version = "2026.08.17";
2
+ export { Alert } from './components/Alert';
3
+ export type { AlertProps, AlertVariant } from './components/Alert/Alert';
4
+ export { AlertDialog, AlertDialogBody, AlertDialogFooter, AlertDialogHeader, } from './components/AlertDialog';
5
+ export type { AlertDialogBodyProps, AlertDialogFooterProps, AlertDialogHeaderProps, AlertDialogProps, } from './components/AlertDialog/AlertDialog';
6
+ export type { AreaChartProps } from './components/AreaChart';
7
+ export { AreaChart } from './components/AreaChart';
8
+ export { Avatar } from './components/Avatar';
9
+ export type { AvatarProps } from './components/Avatar/Avatar';
10
+ export { Badge } from './components/Badge';
11
+ export type { BadgeProps, BadgeVariant } from './components/Badge/Badge';
12
+ export type { BarChartProps } from './components/BarChart';
13
+ export { BarChart } from './components/BarChart';
14
+ export type { BreadcrumbItemProps, BreadcrumbsProps, } from './components/Breadcrumbs';
15
+ export { BreadcrumbItem, Breadcrumbs } from './components/Breadcrumbs';
16
+ export { Button } from './components/Button';
17
+ export type { ButtonProps } from './components/Button/Button';
18
+ export { ButtonGroup } from './components/ButtonGroup';
19
+ export type { ButtonGroupProps } from './components/ButtonGroup/ButtonGroup';
20
+ export type { CardBodyProps, CardFooterProps, CardHeaderProps, CardProps, } from './components/Card';
21
+ export { Card, CardBody, CardFooter, CardHeader } from './components/Card';
22
+ export type { ChartContainerProps, LegendItem, } from './components/ChartContainer';
23
+ export { ChartContainer } from './components/ChartContainer';
24
+ export { Checkbox } from './components/Checkbox';
25
+ export type { CheckboxProps } from './components/Checkbox/Checkbox';
26
+ export { CheckboxGroup } from './components/CheckboxGroup';
27
+ export type { CheckboxGroupProps } from './components/CheckboxGroup/CheckboxGroup';
28
+ export { ComboBox, ComboBoxItem, ComboBoxSection } from './components/ComboBox';
29
+ export type { ComboBoxItemProps, ComboBoxProps, ComboBoxSectionProps, } from './components/ComboBox/ComboBox';
30
+ export { Description } from './components/Description';
31
+ export type { DescriptionProps } from './components/Description/Description';
32
+ export type { DoughnutChartProps } from './components/DoughnutChart';
33
+ export { DoughnutChart } from './components/DoughnutChart';
34
+ export { ErrorMessage } from './components/ErrorMessage';
35
+ export type { ErrorMessageProps } from './components/ErrorMessage/ErrorMessage';
36
+ export { FieldError } from './components/FieldError';
37
+ export type { FieldErrorProps } from './components/FieldError/FieldError';
38
+ export { Form } from './components/Form';
39
+ export type { FormProps } from './components/Form/Form';
40
+ export { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, REGEXP_ONLY_DIGITS, REGEXP_ONLY_DIGITS_AND_CHARS, } from './components/InputOTP';
41
+ export type { InputOTPGroupProps, InputOTPProps, InputOTPSeparatorProps, InputOTPSlotProps, } from './components/InputOTP/InputOTP';
42
+ export { Kbd } from './components/Kbd';
43
+ export type { KbdProps } from './components/Kbd/Kbd';
44
+ export { Label } from './components/Label';
45
+ export type { LabelProps } from './components/Label/Label';
46
+ export type { LineChartProps } from './components/LineChart';
47
+ export { LineChart } from './components/LineChart';
48
+ export { Link } from './components/Link';
49
+ export type { LinkProps } from './components/Link/Link';
50
+ export { Modal, ModalBody, ModalDialog, ModalFooter, ModalHeader, ModalOverlay, } from './components/Modal';
51
+ export type { ModalBodyProps, ModalDialogProps, ModalFooterProps, ModalHeaderProps, ModalOverlayProps, ModalProps, } from './components/Modal/Modal';
52
+ export { NumberField } from './components/NumberField';
53
+ export type { NumberFieldProps } from './components/NumberField/NumberField';
54
+ export type { PercentageBarProps, PercentageCircleProps, } from './components/Percentage';
55
+ export { PercentageBar, PercentageCircle } from './components/Percentage';
56
+ export { Popover, PopoverDialog, PopoverTrigger } from './components/Popover';
57
+ export type { PopoverDialogProps, PopoverProps, } from './components/Popover/Popover';
58
+ export { Radio, RadioGroup } from './components/RadioGroup';
59
+ export type { RadioGroupProps, RadioProps, } from './components/RadioGroup/RadioGroup';
60
+ export { SearchField } from './components/SearchField';
61
+ export type { SearchFieldProps } from './components/SearchField/SearchField';
62
+ export { Select, SelectItem, SelectPopover, SelectSection, SelectValue, } from './components/Select';
63
+ export type { SelectItemProps, SelectPopoverProps, SelectProps, SelectSectionProps, } from './components/Select/Select';
64
+ export { Separator } from './components/Separator';
65
+ export type { SeparatorProps } from './components/Separator/Separator';
66
+ export type { SidebarAsideProps, SidebarDividerProps, SidebarFooterProps, SidebarGroupProps, SidebarHeaderProps, SidebarItemProps, SidebarMainProps, SidebarProps, } from './components/Sidebar';
67
+ export { Sidebar, SidebarAside, SidebarDivider, SidebarFooter, SidebarGroup, SidebarHeader, SidebarItem, SidebarMain, } from './components/Sidebar';
68
+ export { Skeleton } from './components/Skeleton';
69
+ export type { SkeletonProps } from './components/Skeleton/Skeleton';
70
+ export { Slider, SliderThumb, SliderTrack } from './components/Slider';
71
+ export type { SliderProps, SliderThumbProps, SliderTrackProps, } from './components/Slider/Slider';
72
+ export { Spinner } from './components/Spinner';
73
+ export type { SpinnerProps } from './components/Spinner/Spinner';
74
+ export type { StatProps } from './components/Stat';
75
+ export { Stat } from './components/Stat';
76
+ export { Switch } from './components/Switch';
77
+ export type { SwitchProps } from './components/Switch/Switch';
78
+ export type { CellProps, ColumnProps, RowProps, TableBodyProps, TableHeaderProps, TableProps, } from './components/Table';
79
+ export { Cell, Column, Row, Table, TableBody, TableHeader, } from './components/Table';
80
+ export type { TabListProps, TabPanelProps, TabPanelsProps, TabProps, TabsProps, } from './components/Tabs';
81
+ export { Tab, TabList, TabPanel, TabPanels, Tabs } from './components/Tabs';
82
+ export { Tag, TagGroup } from './components/TagGroup';
83
+ export type { TagGroupProps, TagProps, TagSize, TagVariant, } from './components/TagGroup/TagGroup';
84
+ export { TextArea } from './components/TextArea';
85
+ export type { TextAreaProps } from './components/TextArea/TextArea';
86
+ export { TextField } from './components/TextField';
87
+ export type { TextFieldProps } from './components/TextField/TextField';
88
+ export { Toast, ToastContainer, toastQueue, useToast } from './components/Toast';
89
+ export type { ToastContainerProps, ToastContent, ToastProps, } from './components/Toast/Toast';
90
+ export { ToggleButton } from './components/ToggleButton';
91
+ export type { ToggleButtonProps } from './components/ToggleButton/ToggleButton';
92
+ export { ToggleButtonGroup } from './components/ToggleButtonGroup';
93
+ export type { ToggleButtonGroupProps } from './components/ToggleButtonGroup/ToggleButtonGroup';
94
+ export { Tooltip, TooltipTrigger } from './components/Tooltip';
95
+ export type { TooltipProps } from './components/Tooltip/Tooltip';
96
+ export type { TopListItem, TopListProps } from './components/TopList';
97
+ export { TopList } from './components/TopList';
98
+ export { Typography, TypographyHeading, TypographyLabel, TypographyParagraph, TypographySpan, } from './components/Typography';
99
+ export type { HeadingProps, ParagraphProps, SpanProps, TypographyLabelProps, TypographyProps, TypographyTag, } from './components/Typography/Typography';
100
+ export type { ThemeProviderProps } from './theme/ThemeProvider';
101
+ export { ThemeProvider } from './theme/ThemeProvider';
102
+ export { tokens } from './tokens/tokens.stylex';
File without changes
@@ -0,0 +1,17 @@
1
+ import * as stylex from '@stylexjs/stylex';
2
+ import * as React from 'react';
3
+ type ColorScheme = 'light' | 'dark' | 'light dark';
4
+ export interface ThemeProviderProps extends React.HTMLAttributes<HTMLDivElement> {
5
+ /**
6
+ * Controls which side of every light-dark() token is resolved.
7
+ * 'light dark' = follow system preference (default).
8
+ */
9
+ colorScheme?: ColorScheme;
10
+ /**
11
+ * Optional full token override for brand customisation.
12
+ */
13
+ theme?: ReturnType<typeof stylex.createTheme>;
14
+ children?: React.ReactNode;
15
+ }
16
+ export declare const ThemeProvider: React.ForwardRefExoticComponent<ThemeProviderProps & React.RefAttributes<HTMLDivElement>>;
17
+ export {};