@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,148 @@
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, box-shadow, 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 height: stylex.StyleXClassNameFor<"height", `calc(${stylex.StyleXVar<string>} * 2 + ${stylex.StyleXVar<string>})`>;
30
+ readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
31
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
32
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
33
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
34
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
35
+ }>;
36
+ readonly md: Readonly<{
37
+ readonly height: stylex.StyleXClassNameFor<"height", `calc(${stylex.StyleXVar<string>} * 2 + ${stylex.StyleXVar<string>})`>;
38
+ readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
39
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
40
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
41
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
42
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
43
+ }>;
44
+ readonly lg: Readonly<{
45
+ readonly height: stylex.StyleXClassNameFor<"height", `calc(${stylex.StyleXVar<string>} * 2 + ${stylex.StyleXVar<string>})`>;
46
+ readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
47
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
48
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
49
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
50
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
51
+ }>;
52
+ readonly primary: Readonly<{
53
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
54
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
55
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
56
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
57
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
58
+ readonly backgroundColor: stylex.StyleXVar<string>;
59
+ }>;
60
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
61
+ readonly backgroundColor: stylex.StyleXVar<string>;
62
+ }>;
63
+ }>;
64
+ readonly secondary: Readonly<{
65
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
66
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
67
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
68
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
69
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
70
+ readonly backgroundColor: stylex.StyleXVar<string>;
71
+ }>;
72
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
73
+ readonly backgroundColor: stylex.StyleXVar<string>;
74
+ }>;
75
+ }>;
76
+ readonly tertiary: Readonly<{
77
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
78
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
79
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
80
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
81
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
82
+ readonly backgroundColor: stylex.StyleXVar<string>;
83
+ }>;
84
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
85
+ readonly backgroundColor: stylex.StyleXVar<string>;
86
+ }>;
87
+ }>;
88
+ readonly outline: Readonly<{
89
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
90
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
91
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
92
+ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">;
93
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
94
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "none">;
95
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
96
+ readonly backgroundColor: stylex.StyleXVar<string>;
97
+ readonly borderColor: stylex.StyleXVar<string>;
98
+ }>;
99
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
100
+ readonly backgroundColor: stylex.StyleXVar<string>;
101
+ }>;
102
+ }>;
103
+ readonly ghost: Readonly<{
104
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">;
105
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
106
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
107
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "none">;
108
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
109
+ readonly backgroundColor: stylex.StyleXVar<string>;
110
+ }>;
111
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
112
+ readonly backgroundColor: stylex.StyleXVar<string>;
113
+ }>;
114
+ }>;
115
+ readonly danger: Readonly<{
116
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
117
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
118
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
119
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
120
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
121
+ readonly backgroundColor: stylex.StyleXVar<string>;
122
+ }>;
123
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
124
+ readonly backgroundColor: stylex.StyleXVar<string>;
125
+ }>;
126
+ }>;
127
+ readonly 'danger-soft': Readonly<{
128
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
129
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
130
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
131
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
132
+ readonly ':hover': stylex.StyleXClassNameFor<":hover", {
133
+ readonly backgroundColor: stylex.StyleXVar<string>;
134
+ }>;
135
+ readonly ':active': stylex.StyleXClassNameFor<":active", {
136
+ readonly backgroundColor: stylex.StyleXVar<string>;
137
+ }>;
138
+ }>;
139
+ readonly isPending: Readonly<{
140
+ readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.7>;
141
+ readonly cursor: stylex.StyleXClassNameFor<"cursor", "not-allowed">;
142
+ }>;
143
+ readonly isDisabled: Readonly<{
144
+ readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.4>;
145
+ readonly cursor: stylex.StyleXClassNameFor<"cursor", "not-allowed">;
146
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "none">;
147
+ }>;
148
+ }>;
@@ -0,0 +1,2 @@
1
+ export type { ButtonProps } from './Button';
2
+ export { Button } from './Button';
@@ -0,0 +1,7 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import * as React from 'react';
3
+ export interface ButtonGroupProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style'> {
4
+ style?: StyleXStyles;
5
+ className?: string;
6
+ }
7
+ export declare const ButtonGroup: React.ForwardRefExoticComponent<ButtonGroupProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,9 @@
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", "center">;
7
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
8
+ }>;
9
+ }>;
@@ -0,0 +1,2 @@
1
+ export type { ButtonGroupProps } from './ButtonGroup';
2
+ export { ButtonGroup } from './ButtonGroup';
@@ -0,0 +1,19 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import * as React from 'react';
3
+ export type Elevation = 0 | 1 | 2 | 3 | 'none' | 'sm' | 'md' | 'lg';
4
+ export type CardVariant = 'default' | 'flat' | 'glass';
5
+ export type CardSize = 'sm' | 'md' | 'lg';
6
+ export interface CardContextValue {
7
+ divided?: boolean;
8
+ size?: CardSize;
9
+ }
10
+ export declare const CardContext: React.Context<CardContextValue>;
11
+ export interface CardProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style'> {
12
+ elevation?: Elevation;
13
+ variant?: CardVariant;
14
+ divided?: boolean;
15
+ size?: CardSize;
16
+ style?: StyleXStyles;
17
+ className?: string;
18
+ }
19
+ export declare const Card: React.ForwardRefExoticComponent<CardProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,185 @@
1
+ import * as stylex from '@stylexjs/stylex';
2
+ export declare const styles: Readonly<{
3
+ readonly root: Readonly<{
4
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
5
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
6
+ readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
7
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
8
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
9
+ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">;
10
+ readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
11
+ }>;
12
+ readonly el0: Readonly<{
13
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
14
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
15
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "none">;
16
+ }>;
17
+ readonly el1: Readonly<{
18
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
19
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
20
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
21
+ }>;
22
+ readonly el2: Readonly<{
23
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
24
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
25
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
26
+ }>;
27
+ readonly el3: Readonly<{
28
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
29
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
30
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
31
+ }>;
32
+ readonly default: Readonly<{}>;
33
+ readonly flat: Readonly<{
34
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
35
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", "transparent">;
36
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "none">;
37
+ }>;
38
+ readonly glass: Readonly<{
39
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
40
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
41
+ readonly backdropFilter: stylex.StyleXClassNameFor<"backdropFilter", "blur(24px)">;
42
+ readonly WebkitBackdropFilter: stylex.StyleXClassNameFor<"WebkitBackdropFilter", "blur(24px)">;
43
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
44
+ }>;
45
+ readonly header: Readonly<{
46
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
47
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
48
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
49
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
50
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
51
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
52
+ }>;
53
+ readonly headerDivided: Readonly<{
54
+ readonly borderBlockEndStyle: stylex.StyleXClassNameFor<"borderBlockEndStyle", "solid">;
55
+ readonly borderBlockEndWidth: stylex.StyleXClassNameFor<"borderBlockEndWidth", "1px">;
56
+ readonly borderBlockEndColor: stylex.StyleXClassNameFor<"borderBlockEndColor", string>;
57
+ }>;
58
+ readonly body: Readonly<{
59
+ readonly flexGrow: stylex.StyleXClassNameFor<"flexGrow", 1>;
60
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
61
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
62
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
63
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
64
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
65
+ }>;
66
+ readonly footer: Readonly<{
67
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
68
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
69
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "flex-end">;
70
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
71
+ }>;
72
+ readonly footerDivided: Readonly<{
73
+ readonly borderBlockStartStyle: stylex.StyleXClassNameFor<"borderBlockStartStyle", "solid">;
74
+ readonly borderBlockStartWidth: stylex.StyleXClassNameFor<"borderBlockStartWidth", "1px">;
75
+ readonly borderBlockStartColor: stylex.StyleXClassNameFor<"borderBlockStartColor", string>;
76
+ }>;
77
+ readonly header_sm: Readonly<{
78
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
79
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
80
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
81
+ }>;
82
+ readonly header_sm_divided: Readonly<{
83
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
84
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
85
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
86
+ }>;
87
+ readonly header_md: Readonly<{
88
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
89
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
90
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
91
+ }>;
92
+ readonly header_md_divided: Readonly<{
93
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
94
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
95
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
96
+ }>;
97
+ readonly header_lg: Readonly<{
98
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
99
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
100
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
101
+ }>;
102
+ readonly header_lg_divided: Readonly<{
103
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
104
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
105
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
106
+ }>;
107
+ readonly body_sm: Readonly<{
108
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
109
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
110
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
111
+ readonly ':first-child': stylex.StyleXClassNameFor<":first-child", {
112
+ readonly paddingBlockStart: stylex.StyleXVar<string>;
113
+ }>;
114
+ readonly ':last-child': stylex.StyleXClassNameFor<":last-child", {
115
+ readonly paddingBlockEnd: stylex.StyleXVar<string>;
116
+ }>;
117
+ }>;
118
+ readonly body_sm_divided: Readonly<{
119
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
120
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
121
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
122
+ }>;
123
+ readonly body_md: Readonly<{
124
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
125
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
126
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
127
+ readonly ':first-child': stylex.StyleXClassNameFor<":first-child", {
128
+ readonly paddingBlockStart: stylex.StyleXVar<string>;
129
+ }>;
130
+ readonly ':last-child': stylex.StyleXClassNameFor<":last-child", {
131
+ readonly paddingBlockEnd: stylex.StyleXVar<string>;
132
+ }>;
133
+ }>;
134
+ readonly body_md_divided: Readonly<{
135
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
136
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
137
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
138
+ }>;
139
+ readonly body_lg: Readonly<{
140
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
141
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
142
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
143
+ readonly ':first-child': stylex.StyleXClassNameFor<":first-child", {
144
+ readonly paddingBlockStart: stylex.StyleXVar<string>;
145
+ }>;
146
+ readonly ':last-child': stylex.StyleXClassNameFor<":last-child", {
147
+ readonly paddingBlockEnd: stylex.StyleXVar<string>;
148
+ }>;
149
+ }>;
150
+ readonly body_lg_divided: Readonly<{
151
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
152
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
153
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
154
+ }>;
155
+ readonly footer_sm: Readonly<{
156
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
157
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
158
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
159
+ }>;
160
+ readonly footer_sm_divided: Readonly<{
161
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
162
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
163
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
164
+ }>;
165
+ readonly footer_md: Readonly<{
166
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
167
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
168
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
169
+ }>;
170
+ readonly footer_md_divided: Readonly<{
171
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
172
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
173
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
174
+ }>;
175
+ readonly footer_lg: Readonly<{
176
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
177
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
178
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
179
+ }>;
180
+ readonly footer_lg_divided: Readonly<{
181
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
182
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
183
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
184
+ }>;
185
+ }>;
@@ -0,0 +1,7 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import * as React from 'react';
3
+ export interface CardBodyProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style'> {
4
+ style?: StyleXStyles;
5
+ className?: string;
6
+ }
7
+ export declare const CardBody: React.ForwardRefExoticComponent<CardBodyProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,7 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import * as React from 'react';
3
+ export interface CardFooterProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style'> {
4
+ style?: StyleXStyles;
5
+ className?: string;
6
+ }
7
+ export declare const CardFooter: React.ForwardRefExoticComponent<CardFooterProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,7 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import * as React from 'react';
3
+ export interface CardHeaderProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style'> {
4
+ style?: StyleXStyles;
5
+ className?: string;
6
+ }
7
+ export declare const CardHeader: React.ForwardRefExoticComponent<CardHeaderProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,8 @@
1
+ export type { CardProps } from './Card';
2
+ export { Card } from './Card';
3
+ export type { CardBodyProps } from './CardBody';
4
+ export { CardBody } from './CardBody';
5
+ export type { CardFooterProps } from './CardFooter';
6
+ export { CardFooter } from './CardFooter';
7
+ export type { CardHeaderProps } from './CardHeader';
8
+ export { CardHeader } from './CardHeader';
@@ -0,0 +1 @@
1
+ export declare const CHART_COLORS: import('@stylexjs/stylex').StyleXVar<string>[];
@@ -0,0 +1,21 @@
1
+ import { StyleXStyles } from '@stylexjs/stylex';
2
+ import * as React from 'react';
3
+ export interface LegendItem {
4
+ name: string;
5
+ value?: string | number;
6
+ color?: string;
7
+ }
8
+ export interface ChartContainerProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style' | 'title'> {
9
+ title: React.ReactNode;
10
+ description?: React.ReactNode;
11
+ actions?: React.ReactNode;
12
+ legend?: LegendItem[];
13
+ legendLimit?: number;
14
+ loading?: boolean;
15
+ empty?: boolean;
16
+ emptyMessage?: string;
17
+ style?: StyleXStyles;
18
+ edgeToEdge?: boolean;
19
+ showHeaderDivider?: boolean;
20
+ }
21
+ export declare const ChartContainer: React.ForwardRefExoticComponent<ChartContainerProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,124 @@
1
+ import * as stylex from '@stylexjs/stylex';
2
+ export declare const styles: Readonly<{
3
+ readonly card: Readonly<{
4
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
5
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
6
+ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">;
7
+ readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
8
+ readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
9
+ readonly padding: stylex.StyleXClassNameFor<"padding", string>;
10
+ readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
11
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
12
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
13
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
14
+ readonly fontFamily: stylex.StyleXClassNameFor<"fontFamily", string>;
15
+ readonly position: stylex.StyleXClassNameFor<"position", "relative">;
16
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
17
+ readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
18
+ }>;
19
+ readonly cardEdgeToEdge: Readonly<{
20
+ readonly padding: stylex.StyleXClassNameFor<"padding", 0>;
21
+ readonly gap: stylex.StyleXClassNameFor<"gap", 0>;
22
+ }>;
23
+ readonly header: Readonly<{
24
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
25
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "space-between">;
26
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
27
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
28
+ readonly borderBottomWidth: stylex.StyleXClassNameFor<"borderBottomWidth", "1px">;
29
+ readonly borderBottomStyle: stylex.StyleXClassNameFor<"borderBottomStyle", "solid">;
30
+ readonly borderBottomColor: stylex.StyleXClassNameFor<"borderBottomColor", "transparent">;
31
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
32
+ }>;
33
+ readonly headerEdgeToEdge: Readonly<{
34
+ readonly paddingBlockStart: stylex.StyleXClassNameFor<"paddingBlockStart", string>;
35
+ readonly paddingBlockEnd: stylex.StyleXClassNameFor<"paddingBlockEnd", string>;
36
+ readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
37
+ }>;
38
+ readonly headerDivider: Readonly<{
39
+ readonly borderBottomColor: stylex.StyleXClassNameFor<"borderBottomColor", string>;
40
+ }>;
41
+ readonly title: Readonly<{
42
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
43
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
44
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
45
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
46
+ readonly margin: stylex.StyleXClassNameFor<"margin", 0>;
47
+ }>;
48
+ readonly description: Readonly<{
49
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
50
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
51
+ readonly marginBlockStart: stylex.StyleXClassNameFor<"marginBlockStart", string>;
52
+ }>;
53
+ readonly actions: Readonly<{
54
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
55
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
56
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
57
+ }>;
58
+ readonly legend: Readonly<{
59
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
60
+ readonly flexWrap: stylex.StyleXClassNameFor<"flexWrap", "wrap">;
61
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
62
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
63
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
64
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
65
+ readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
66
+ }>;
67
+ readonly legendItem: Readonly<{
68
+ readonly display: stylex.StyleXClassNameFor<"display", "inline-flex">;
69
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
70
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
71
+ }>;
72
+ readonly legendDot: Readonly<{
73
+ readonly width: stylex.StyleXClassNameFor<"width", "10px">;
74
+ readonly height: stylex.StyleXClassNameFor<"height", "10px">;
75
+ readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
76
+ readonly display: stylex.StyleXClassNameFor<"display", "inline-block">;
77
+ readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
78
+ }>;
79
+ readonly legendName: Readonly<{
80
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
81
+ }>;
82
+ readonly legendValue: Readonly<{
83
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
84
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
85
+ readonly marginInlineStart: stylex.StyleXClassNameFor<"marginInlineStart", string>;
86
+ }>;
87
+ readonly legendMore: Readonly<{
88
+ readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
89
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
90
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
91
+ }>;
92
+ readonly body: Readonly<{
93
+ readonly position: stylex.StyleXClassNameFor<"position", "relative">;
94
+ readonly minHeight: stylex.StyleXClassNameFor<"minHeight", "260px">;
95
+ readonly width: stylex.StyleXClassNameFor<"width", "100%">;
96
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
97
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
98
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
99
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
100
+ }>;
101
+ readonly bodyEdgeToEdge: Readonly<{
102
+ readonly minHeight: stylex.StyleXClassNameFor<"minHeight", "auto">;
103
+ readonly display: stylex.StyleXClassNameFor<"display", "block">;
104
+ }>;
105
+ readonly loadingContainer: Readonly<{
106
+ readonly position: stylex.StyleXClassNameFor<"position", "absolute">;
107
+ readonly inset: stylex.StyleXClassNameFor<"inset", 0>;
108
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
109
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
110
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
111
+ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
112
+ readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 10>;
113
+ }>;
114
+ readonly emptyContainer: Readonly<{
115
+ readonly display: stylex.StyleXClassNameFor<"display", "flex">;
116
+ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
117
+ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
118
+ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
119
+ readonly gap: stylex.StyleXClassNameFor<"gap", string>;
120
+ readonly color: stylex.StyleXClassNameFor<"color", string>;
121
+ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
122
+ readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
123
+ }>;
124
+ }>;
@@ -0,0 +1,2 @@
1
+ export type { ChartContainerProps, LegendItem } from './ChartContainer';
2
+ export { ChartContainer } from './ChartContainer';
@@ -0,0 +1,8 @@
1
+ import type * as React from 'react';
2
+ export interface CustomTooltipProps {
3
+ active?: boolean;
4
+ payload?: any[];
5
+ label?: any;
6
+ valueFormatter?: (value: any) => string;
7
+ }
8
+ export declare const ChartTooltip: React.FC<CustomTooltipProps>;