@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,2 @@
1
+ declare function App(): import("react").JSX.Element;
2
+ export default App;
@@ -0,0 +1,14 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import * as React from 'react';
3
+ export type AlertVariant = 'info' | 'accent' | 'success' | 'warning' | 'error' | 'loading';
4
+ export interface AlertProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style' | 'title'> {
5
+ variant?: AlertVariant;
6
+ title?: React.ReactNode;
7
+ description?: React.ReactNode;
8
+ icon?: React.ReactNode;
9
+ action?: React.ReactNode;
10
+ onClose?: () => void;
11
+ style?: StyleXStyles;
12
+ className?: string;
13
+ }
14
+ export declare const Alert: React.ForwardRefExoticComponent<AlertProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,188 @@
1
+ import * as stylex from '@stylexjs/stylex';
2
+ export declare const styles: Readonly<{
3
+ readonly container: Readonly<{
4
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
5
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "row">;
6
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "flex-start">;
7
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
8
+ readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
9
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
10
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
11
+ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">;
12
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
13
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
14
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
15
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
16
+ readonly width: stylex.StyleXClassNameFor<"width", "100%">;
17
+ readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
18
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
19
+ }>;
20
+ readonly iconContainer: Readonly<{
21
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
22
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
23
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
24
+ readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
25
+ readonly height: stylex.StyleXClassNameFor<"height", string>;
26
+ }>;
27
+ readonly icon: Readonly<{
28
+ readonly width: stylex.StyleXClassNameFor<"width", "20px">;
29
+ readonly height: stylex.StyleXClassNameFor<"height", "20px">;
30
+ }>;
31
+ readonly content: Readonly<{
32
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
33
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
34
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
35
+ readonly flexGrow: stylex.StyleXClassNameFor<"flexGrow", 1>;
36
+ }>;
37
+ readonly title: Readonly<{
38
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
39
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
40
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
41
+ }>;
42
+ readonly description: Readonly<{
43
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
44
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
45
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
46
+ }>;
47
+ readonly actionContainer: Readonly<{
48
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
49
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
50
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
51
+ readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
52
+ readonly marginInlineStart: stylex.StyleXClassNameFor<"marginInlineStart", string>;
53
+ readonly height: stylex.StyleXClassNameFor<"height", string>;
54
+ }>;
55
+ readonly closeButtonContainer: Readonly<{
56
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
57
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
58
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
59
+ readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
60
+ readonly height: stylex.StyleXClassNameFor<"height", string>;
61
+ readonly marginInlineStart: stylex.StyleXClassNameFor<"marginInlineStart", string>;
62
+ }>;
63
+ readonly closeButton: Readonly<{
64
+ readonly background: stylex.StyleXClassNameFor<"background", "transparent">;
65
+ readonly border: stylex.StyleXClassNameFor<"border", "none">;
66
+ readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">;
67
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
68
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
69
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
70
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
71
+ readonly padding: stylex.StyleXClassNameFor<"padding", string>;
72
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
73
+ readonly transition: stylex.StyleXClassNameFor<"transition", "background-color 0.15s, color 0.15s">;
74
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
75
+ readonly color: stylex.StyleXVar<string>;
76
+ }>;
77
+ }>;
78
+ readonly closeButton_info: Readonly<{
79
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
80
+ readonly backgroundColor: stylex.StyleXVar<string>;
81
+ }>;
82
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
83
+ readonly backgroundColor: stylex.StyleXVar<string>;
84
+ }>;
85
+ }>;
86
+ readonly closeButton_loading: Readonly<{
87
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
88
+ readonly backgroundColor: stylex.StyleXVar<string>;
89
+ }>;
90
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
91
+ readonly backgroundColor: stylex.StyleXVar<string>;
92
+ }>;
93
+ }>;
94
+ readonly closeButton_accent: Readonly<{
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 closeButton_success: Readonly<{
103
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
104
+ readonly backgroundColor: stylex.StyleXVar<string>;
105
+ }>;
106
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
107
+ readonly backgroundColor: stylex.StyleXVar<string>;
108
+ }>;
109
+ }>;
110
+ readonly closeButton_warning: Readonly<{
111
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
112
+ readonly backgroundColor: stylex.StyleXVar<string>;
113
+ }>;
114
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
115
+ readonly backgroundColor: stylex.StyleXVar<string>;
116
+ }>;
117
+ }>;
118
+ readonly closeButton_error: Readonly<{
119
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
120
+ readonly backgroundColor: stylex.StyleXVar<string>;
121
+ }>;
122
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
123
+ readonly backgroundColor: stylex.StyleXVar<string>;
124
+ }>;
125
+ }>;
126
+ readonly closeIcon: Readonly<{
127
+ readonly width: stylex.StyleXClassNameFor<"width", "16px">;
128
+ readonly height: stylex.StyleXClassNameFor<"height", "16px">;
129
+ }>;
130
+ readonly info: Readonly<{}>;
131
+ readonly accent: Readonly<{
132
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
133
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
134
+ }>;
135
+ readonly success: Readonly<{
136
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
137
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
138
+ }>;
139
+ readonly warning: Readonly<{
140
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
141
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
142
+ }>;
143
+ readonly error: Readonly<{
144
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
145
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
146
+ }>;
147
+ readonly loading: Readonly<{}>;
148
+ readonly icon_info: Readonly<{
149
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
150
+ }>;
151
+ readonly icon_accent: Readonly<{
152
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
153
+ }>;
154
+ readonly icon_success: Readonly<{
155
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
156
+ }>;
157
+ readonly icon_warning: Readonly<{
158
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
159
+ }>;
160
+ readonly icon_error: Readonly<{
161
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
162
+ }>;
163
+ readonly icon_loading: Readonly<{
164
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
165
+ readonly animationName: stylex.StyleXClassNameFor<"animationName", string>;
166
+ readonly animationDuration: stylex.StyleXClassNameFor<"animationDuration", "1s">;
167
+ readonly animationTimingFunction: stylex.StyleXClassNameFor<"animationTimingFunction", "linear">;
168
+ readonly animationIterationCount: stylex.StyleXClassNameFor<"animationIterationCount", "infinite">;
169
+ }>;
170
+ readonly title_info: Readonly<{
171
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
172
+ }>;
173
+ readonly title_accent: Readonly<{
174
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
175
+ }>;
176
+ readonly title_success: Readonly<{
177
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
178
+ }>;
179
+ readonly title_warning: Readonly<{
180
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
181
+ }>;
182
+ readonly title_error: Readonly<{
183
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
184
+ }>;
185
+ readonly title_loading: Readonly<{
186
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
187
+ }>;
188
+ }>;
@@ -0,0 +1,2 @@
1
+ export type { AlertProps, AlertVariant } from './Alert';
2
+ export { Alert } from './Alert';
@@ -0,0 +1,23 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import { DialogProps as AriaDialogProps } from 'react-aria-components';
3
+ import * as React from 'react';
4
+ export interface AlertDialogProps extends Omit<AriaDialogProps, 'style' | 'className'> {
5
+ style?: StyleXStyles;
6
+ className?: string;
7
+ }
8
+ export declare const AlertDialog: React.ForwardRefExoticComponent<AlertDialogProps & React.RefAttributes<HTMLDivElement>>;
9
+ export interface AlertDialogHeaderProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style'> {
10
+ style?: StyleXStyles;
11
+ className?: string;
12
+ }
13
+ export declare const AlertDialogHeader: React.ForwardRefExoticComponent<AlertDialogHeaderProps & React.RefAttributes<HTMLDivElement>>;
14
+ export interface AlertDialogBodyProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style'> {
15
+ style?: StyleXStyles;
16
+ className?: string;
17
+ }
18
+ export declare const AlertDialogBody: React.ForwardRefExoticComponent<AlertDialogBodyProps & React.RefAttributes<HTMLDivElement>>;
19
+ export interface AlertDialogFooterProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style'> {
20
+ style?: StyleXStyles;
21
+ className?: string;
22
+ }
23
+ export declare const AlertDialogFooter: React.ForwardRefExoticComponent<AlertDialogFooterProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,35 @@
1
+ import * as stylex from '@stylexjs/stylex';
2
+ export declare const styles: Readonly<{
3
+ readonly dialog: Readonly<{
4
+ readonly outline: stylex.StyleXClassNameFor<"outline", "none">;
5
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
6
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
7
+ readonly flexGrow: stylex.StyleXClassNameFor<"flexGrow", 1>;
8
+ readonly width: stylex.StyleXClassNameFor<"width", "100%">;
9
+ }>;
10
+ readonly header: Readonly<{
11
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
12
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
13
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
14
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
15
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
16
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
17
+ }>;
18
+ readonly body: Readonly<{
19
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
20
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
21
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
22
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
23
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
24
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
25
+ readonly flexGrow: stylex.StyleXClassNameFor<"flexGrow", 1>;
26
+ }>;
27
+ readonly footer: Readonly<{
28
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
29
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
30
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
31
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
32
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "flex-end">;
33
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
34
+ }>;
35
+ }>;
@@ -0,0 +1 @@
1
+ export { AlertDialog, AlertDialogBody, type AlertDialogBodyProps, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, type AlertDialogProps, } from './AlertDialog';
@@ -0,0 +1,21 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import * as React from 'react';
3
+ export interface AreaChartProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style'> {
4
+ data: any[];
5
+ indexKey: string;
6
+ categories: string[];
7
+ colors?: string[];
8
+ valueFormatter?: (value: any) => string;
9
+ height?: number | string;
10
+ gridLines?: boolean;
11
+ style?: StyleXStyles;
12
+ showXAxis?: boolean;
13
+ showYAxis?: boolean;
14
+ margin?: {
15
+ top: number;
16
+ right: number;
17
+ bottom: number;
18
+ left: number;
19
+ };
20
+ }
21
+ export declare const AreaChart: React.ForwardRefExoticComponent<AreaChartProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,7 @@
1
+ import * as stylex from '@stylexjs/stylex';
2
+ export declare const styles: Readonly<{
3
+ readonly wrapper: Readonly<{
4
+ readonly width: stylex.StyleXClassNameFor<"width", "100%">;
5
+ readonly position: stylex.StyleXClassNameFor<"position", "relative">;
6
+ }>;
7
+ }>;
@@ -0,0 +1,2 @@
1
+ export type { AreaChartProps } from './AreaChart';
2
+ export { AreaChart } from './AreaChart';
@@ -0,0 +1,10 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import * as React from 'react';
3
+ export interface AvatarProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style'> {
4
+ src?: string;
5
+ alt?: string;
6
+ initials?: string;
7
+ style?: StyleXStyles;
8
+ className?: string;
9
+ }
10
+ export declare const Avatar: React.ForwardRefExoticComponent<AvatarProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,31 @@
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 width: stylex.StyleXClassNameFor<"width", string>;
8
+ readonly height: stylex.StyleXClassNameFor<"height", string>;
9
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
10
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
11
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
12
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
13
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
14
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
15
+ readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
16
+ readonly userSelect: stylex.StyleXClassNameFor<"userSelect", "none">;
17
+ readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
18
+ readonly verticalAlign: stylex.StyleXClassNameFor<"verticalAlign", "middle">;
19
+ }>;
20
+ readonly image: Readonly<{
21
+ readonly width: stylex.StyleXClassNameFor<"width", "100%">;
22
+ readonly height: stylex.StyleXClassNameFor<"height", "100%">;
23
+ readonly objectFit: stylex.StyleXClassNameFor<"objectFit", "cover">;
24
+ }>;
25
+ readonly initials: Readonly<{
26
+ readonly display: stylex.StyleXClassNameFor<"display", "inline-flex">;
27
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
28
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
29
+ readonly textTransform: stylex.StyleXClassNameFor<"textTransform", "uppercase">;
30
+ }>;
31
+ }>;
@@ -0,0 +1,2 @@
1
+ export type { AvatarProps } from './Avatar';
2
+ export { Avatar } from './Avatar';
@@ -0,0 +1,9 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import * as React from 'react';
3
+ export type BadgeVariant = 'neutral' | 'primary' | 'success' | 'warning' | 'error';
4
+ export interface BadgeProps extends Omit<React.HTMLAttributes<HTMLSpanElement>, 'style'> {
5
+ variant?: BadgeVariant;
6
+ style?: StyleXStyles;
7
+ className?: string;
8
+ }
9
+ export declare const Badge: React.ForwardRefExoticComponent<BadgeProps & React.RefAttributes<HTMLSpanElement>>;
@@ -0,0 +1,35 @@
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 paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
8
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
9
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
10
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
11
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
12
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
13
+ readonly whiteSpace: stylex.StyleXClassNameFor<"whiteSpace", "nowrap">;
14
+ }>;
15
+ readonly neutral: Readonly<{
16
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
17
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
18
+ }>;
19
+ readonly primary: Readonly<{
20
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
21
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
22
+ }>;
23
+ readonly success: Readonly<{
24
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
25
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
26
+ }>;
27
+ readonly warning: Readonly<{
28
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
29
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
30
+ }>;
31
+ readonly error: Readonly<{
32
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
33
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
34
+ }>;
35
+ }>;
@@ -0,0 +1,2 @@
1
+ export type { BadgeProps, BadgeVariant } from './Badge';
2
+ export { Badge } from './Badge';
@@ -0,0 +1,16 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import * as React from 'react';
3
+ export interface BarChartProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style'> {
4
+ data: any[];
5
+ indexKey: string;
6
+ categories: string[];
7
+ colors?: string[];
8
+ layout?: 'horizontal' | 'vertical';
9
+ stacked?: boolean;
10
+ categorical?: boolean;
11
+ style?: StyleXStyles;
12
+ valueFormatter?: (value: any) => string;
13
+ height?: number | string;
14
+ gridLines?: boolean;
15
+ }
16
+ export declare const BarChart: React.ForwardRefExoticComponent<BarChartProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,7 @@
1
+ import * as stylex from '@stylexjs/stylex';
2
+ export declare const styles: Readonly<{
3
+ readonly wrapper: Readonly<{
4
+ readonly width: stylex.StyleXClassNameFor<"width", "100%">;
5
+ readonly position: stylex.StyleXClassNameFor<"position", "relative">;
6
+ }>;
7
+ }>;
@@ -0,0 +1,2 @@
1
+ export type { BarChartProps } from './BarChart';
2
+ export { BarChart } from './BarChart';
@@ -0,0 +1,16 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import { BreadcrumbProps as AriaBreadcrumbProps, BreadcrumbsProps as AriaBreadcrumbsProps } from 'react-aria-components';
3
+ import * as React from 'react';
4
+ export interface BreadcrumbsProps<T> extends Omit<AriaBreadcrumbsProps<T>, 'style'> {
5
+ style?: StyleXStyles;
6
+ className?: string;
7
+ 'aria-label'?: string;
8
+ 'aria-labelledby'?: string;
9
+ }
10
+ export declare const Breadcrumbs: React.ForwardRefExoticComponent<BreadcrumbsProps<any> & React.RefAttributes<HTMLOListElement>>;
11
+ export interface BreadcrumbItemProps extends Omit<AriaBreadcrumbProps, 'style'> {
12
+ style?: StyleXStyles;
13
+ className?: string;
14
+ isCurrent?: boolean;
15
+ }
16
+ export declare const BreadcrumbItem: React.ForwardRefExoticComponent<BreadcrumbItemProps & React.RefAttributes<HTMLLIElement>>;
@@ -0,0 +1,34 @@
1
+ import * as stylex from '@stylexjs/stylex';
2
+ export declare const styles: Readonly<{
3
+ readonly nav: Readonly<{
4
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
5
+ readonly padding: stylex.StyleXClassNameFor<"padding", 0>;
6
+ readonly margin: stylex.StyleXClassNameFor<"margin", 0>;
7
+ }>;
8
+ readonly breadcrumbs: Readonly<{
9
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
10
+ readonly flexWrap: stylex.StyleXClassNameFor<"flexWrap", "wrap">;
11
+ readonly listStyleType: stylex.StyleXClassNameFor<"listStyleType", "none">;
12
+ readonly padding: stylex.StyleXClassNameFor<"padding", 0>;
13
+ readonly margin: stylex.StyleXClassNameFor<"margin", 0>;
14
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
15
+ }>;
16
+ readonly breadcrumbItem: Readonly<{
17
+ readonly display: stylex.StyleXClassNameFor<"display", "inline-flex">;
18
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
19
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
20
+ readonly fontFamily: stylex.StyleXClassNameFor<"fontFamily", string>;
21
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
22
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
23
+ readonly ':not(:last-child)::after': stylex.StyleXClassNameFor<":not(:last-child)::after", {
24
+ readonly content: "\"/\"";
25
+ readonly marginInlineStart: stylex.StyleXVar<string>;
26
+ readonly marginInlineEnd: stylex.StyleXVar<string>;
27
+ readonly color: stylex.StyleXVar<string>;
28
+ readonly pointerEvents: "none";
29
+ }>;
30
+ }>;
31
+ readonly breadcrumbItemCurrent: Readonly<{
32
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
33
+ }>;
34
+ }>;
@@ -0,0 +1,2 @@
1
+ export type { BreadcrumbItemProps, BreadcrumbsProps } from './Breadcrumbs';
2
+ export { BreadcrumbItem, Breadcrumbs } from './Breadcrumbs';
@@ -0,0 +1,10 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import { ButtonProps as AriaButtonProps } from 'react-aria-components';
3
+ import * as React from 'react';
4
+ export interface ButtonProps extends Omit<AriaButtonProps, 'style'> {
5
+ style?: StyleXStyles;
6
+ className?: string;
7
+ variant?: 'primary' | 'secondary' | 'tertiary' | 'outline' | 'ghost' | 'danger' | 'danger-soft';
8
+ size?: 'sm' | 'md' | 'lg';
9
+ }
10
+ export declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;