@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.
- package/LICENSE +21 -0
- package/README.md +149 -0
- package/dist/assets/stylex.css +2391 -0
- package/dist/favicon.svg +20 -0
- package/dist/icons.svg +24 -0
- package/dist/moul-ui.js +6662 -0
- package/dist/src/App.d.ts +2 -0
- package/dist/src/components/Alert/Alert.d.ts +14 -0
- package/dist/src/components/Alert/Alert.styles.d.ts +188 -0
- package/dist/src/components/Alert/index.d.ts +2 -0
- package/dist/src/components/AlertDialog/AlertDialog.d.ts +23 -0
- package/dist/src/components/AlertDialog/AlertDialog.styles.d.ts +35 -0
- package/dist/src/components/AlertDialog/index.d.ts +1 -0
- package/dist/src/components/AreaChart/AreaChart.d.ts +21 -0
- package/dist/src/components/AreaChart/AreaChart.styles.d.ts +7 -0
- package/dist/src/components/AreaChart/index.d.ts +2 -0
- package/dist/src/components/Avatar/Avatar.d.ts +10 -0
- package/dist/src/components/Avatar/Avatar.styles.d.ts +31 -0
- package/dist/src/components/Avatar/index.d.ts +2 -0
- package/dist/src/components/Badge/Badge.d.ts +9 -0
- package/dist/src/components/Badge/Badge.styles.d.ts +35 -0
- package/dist/src/components/Badge/index.d.ts +2 -0
- package/dist/src/components/BarChart/BarChart.d.ts +16 -0
- package/dist/src/components/BarChart/BarChart.styles.d.ts +7 -0
- package/dist/src/components/BarChart/index.d.ts +2 -0
- package/dist/src/components/Breadcrumbs/Breadcrumbs.d.ts +16 -0
- package/dist/src/components/Breadcrumbs/Breadcrumbs.styles.d.ts +34 -0
- package/dist/src/components/Breadcrumbs/index.d.ts +2 -0
- package/dist/src/components/Button/Button.d.ts +10 -0
- package/dist/src/components/Button/Button.styles.d.ts +148 -0
- package/dist/src/components/Button/index.d.ts +2 -0
- package/dist/src/components/ButtonGroup/ButtonGroup.d.ts +7 -0
- package/dist/src/components/ButtonGroup/ButtonGroup.styles.d.ts +9 -0
- package/dist/src/components/ButtonGroup/index.d.ts +2 -0
- package/dist/src/components/Card/Card.d.ts +19 -0
- package/dist/src/components/Card/Card.styles.d.ts +185 -0
- package/dist/src/components/Card/CardBody.d.ts +7 -0
- package/dist/src/components/Card/CardFooter.d.ts +7 -0
- package/dist/src/components/Card/CardHeader.d.ts +7 -0
- package/dist/src/components/Card/index.d.ts +8 -0
- package/dist/src/components/ChartCommon.d.ts +1 -0
- package/dist/src/components/ChartContainer/ChartContainer.d.ts +21 -0
- package/dist/src/components/ChartContainer/ChartContainer.styles.d.ts +124 -0
- package/dist/src/components/ChartContainer/index.d.ts +2 -0
- package/dist/src/components/ChartTooltip/ChartTooltip.d.ts +8 -0
- package/dist/src/components/ChartTooltip/ChartTooltip.styles.d.ts +61 -0
- package/dist/src/components/ChartTooltip/index.d.ts +2 -0
- package/dist/src/components/Checkbox/Checkbox.d.ts +9 -0
- package/dist/src/components/Checkbox/Checkbox.styles.d.ts +94 -0
- package/dist/src/components/Checkbox/context.d.ts +5 -0
- package/dist/src/components/Checkbox/index.d.ts +2 -0
- package/dist/src/components/CheckboxGroup/CheckboxGroup.d.ts +13 -0
- package/dist/src/components/CheckboxGroup/CheckboxGroup.styles.d.ts +18 -0
- package/dist/src/components/CheckboxGroup/index.d.ts +2 -0
- package/dist/src/components/ComboBox/ComboBox.d.ts +25 -0
- package/dist/src/components/ComboBox/ComboBox.styles.d.ts +223 -0
- package/dist/src/components/ComboBox/index.d.ts +2 -0
- package/dist/src/components/Description/Description.d.ts +8 -0
- package/dist/src/components/Description/Description.styles.d.ts +9 -0
- package/dist/src/components/Description/index.d.ts +2 -0
- package/dist/src/components/DoughnutChart/DoughnutChart.d.ts +15 -0
- package/dist/src/components/DoughnutChart/DoughnutChart.styles.d.ts +10 -0
- package/dist/src/components/DoughnutChart/index.d.ts +2 -0
- package/dist/src/components/ErrorMessage/ErrorMessage.d.ts +7 -0
- package/dist/src/components/ErrorMessage/ErrorMessage.styles.d.ts +9 -0
- package/dist/src/components/ErrorMessage/index.d.ts +2 -0
- package/dist/src/components/FieldError/FieldError.d.ts +9 -0
- package/dist/src/components/FieldError/FieldError.styles.d.ts +9 -0
- package/dist/src/components/FieldError/index.d.ts +2 -0
- package/dist/src/components/Form/Form.d.ts +8 -0
- package/dist/src/components/Form/Form.styles.d.ts +3 -0
- package/dist/src/components/Form/index.d.ts +2 -0
- package/dist/src/components/InputOTP/InputOTP.d.ts +25 -0
- package/dist/src/components/InputOTP/InputOTP.styles.d.ts +113 -0
- package/dist/src/components/InputOTP/index.d.ts +3 -0
- package/dist/src/components/Kbd/Kbd.d.ts +7 -0
- package/dist/src/components/Kbd/Kbd.styles.d.ts +20 -0
- package/dist/src/components/Kbd/index.d.ts +2 -0
- package/dist/src/components/Label/Label.d.ts +8 -0
- package/dist/src/components/Label/Label.styles.d.ts +10 -0
- package/dist/src/components/Label/index.d.ts +2 -0
- package/dist/src/components/LineChart/LineChart.d.ts +15 -0
- package/dist/src/components/LineChart/LineChart.styles.d.ts +7 -0
- package/dist/src/components/LineChart/index.d.ts +2 -0
- package/dist/src/components/Link/Link.d.ts +9 -0
- package/dist/src/components/Link/Link.styles.d.ts +92 -0
- package/dist/src/components/Link/index.d.ts +2 -0
- package/dist/src/components/Modal/Modal.d.ts +34 -0
- package/dist/src/components/Modal/Modal.styles.d.ts +91 -0
- package/dist/src/components/Modal/index.d.ts +1 -0
- package/dist/src/components/NumberField/NumberField.d.ts +14 -0
- package/dist/src/components/NumberField/NumberField.styles.d.ts +147 -0
- package/dist/src/components/NumberField/index.d.ts +2 -0
- package/dist/src/components/Percentage/Percentage.styles.d.ts +70 -0
- package/dist/src/components/Percentage/PercentageBar.d.ts +11 -0
- package/dist/src/components/Percentage/PercentageCircle.d.ts +12 -0
- package/dist/src/components/Percentage/index.d.ts +4 -0
- package/dist/src/components/Popover/Popover.d.ts +15 -0
- package/dist/src/components/Popover/Popover.styles.d.ts +22 -0
- package/dist/src/components/Popover/index.d.ts +1 -0
- package/dist/src/components/RadioGroup/RadioGroup.d.ts +16 -0
- package/dist/src/components/RadioGroup/RadioGroup.styles.d.ts +75 -0
- package/dist/src/components/RadioGroup/index.d.ts +2 -0
- package/dist/src/components/SearchField/SearchField.d.ts +14 -0
- package/dist/src/components/SearchField/SearchField.styles.d.ts +147 -0
- package/dist/src/components/SearchField/index.d.ts +2 -0
- package/dist/src/components/Select/Select.d.ts +30 -0
- package/dist/src/components/Select/Select.styles.d.ts +171 -0
- package/dist/src/components/Select/index.d.ts +2 -0
- package/dist/src/components/Separator/Separator.d.ts +8 -0
- package/dist/src/components/Separator/Separator.styles.d.ts +20 -0
- package/dist/src/components/Separator/index.d.ts +2 -0
- package/dist/src/components/Sidebar/Sidebar.d.ts +77 -0
- package/dist/src/components/Sidebar/Sidebar.styles.d.ts +326 -0
- package/dist/src/components/Sidebar/index.d.ts +2 -0
- package/dist/src/components/Skeleton/Skeleton.d.ts +7 -0
- package/dist/src/components/Skeleton/Skeleton.styles.d.ts +17 -0
- package/dist/src/components/Skeleton/index.d.ts +2 -0
- package/dist/src/components/Slider/Slider.d.ts +21 -0
- package/dist/src/components/Slider/Slider.styles.d.ts +78 -0
- package/dist/src/components/Slider/index.d.ts +2 -0
- package/dist/src/components/Spinner/Spinner.d.ts +9 -0
- package/dist/src/components/Spinner/Spinner.styles.d.ts +20 -0
- package/dist/src/components/Spinner/index.d.ts +2 -0
- package/dist/src/components/Stat/Stat.d.ts +15 -0
- package/dist/src/components/Stat/Stat.styles.d.ts +115 -0
- package/dist/src/components/Stat/index.d.ts +2 -0
- package/dist/src/components/Switch/Switch.d.ts +8 -0
- package/dist/src/components/Switch/Switch.styles.d.ts +66 -0
- package/dist/src/components/Switch/index.d.ts +2 -0
- package/dist/src/components/Table/Table.d.ts +33 -0
- package/dist/src/components/Table/Table.styles.d.ts +77 -0
- package/dist/src/components/Table/index.d.ts +2 -0
- package/dist/src/components/Tabs/Tabs.d.ts +29 -0
- package/dist/src/components/Tabs/Tabs.styles.d.ts +186 -0
- package/dist/src/components/Tabs/index.d.ts +2 -0
- package/dist/src/components/TagGroup/TagGroup.d.ts +27 -0
- package/dist/src/components/TagGroup/TagGroup.styles.d.ts +199 -0
- package/dist/src/components/TagGroup/index.d.ts +2 -0
- package/dist/src/components/TextArea/TextArea.d.ts +14 -0
- package/dist/src/components/TextArea/TextArea.styles.d.ts +63 -0
- package/dist/src/components/TextArea/index.d.ts +2 -0
- package/dist/src/components/TextField/TextField.d.ts +15 -0
- package/dist/src/components/TextField/TextField.styles.d.ts +80 -0
- package/dist/src/components/TextField/index.d.ts +2 -0
- package/dist/src/components/Toast/Toast.d.ts +28 -0
- package/dist/src/components/Toast/Toast.styles.d.ts +29 -0
- package/dist/src/components/Toast/index.d.ts +1 -0
- package/dist/src/components/ToggleButton/ToggleButton.d.ts +11 -0
- package/dist/src/components/ToggleButton/ToggleButton.styles.d.ts +223 -0
- package/dist/src/components/ToggleButton/index.d.ts +2 -0
- package/dist/src/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +10 -0
- package/dist/src/components/ToggleButtonGroup/ToggleButtonGroup.styles.d.ts +36 -0
- package/dist/src/components/ToggleButtonGroup/context.d.ts +8 -0
- package/dist/src/components/ToggleButtonGroup/index.d.ts +2 -0
- package/dist/src/components/Tooltip/Tooltip.d.ts +19 -0
- package/dist/src/components/Tooltip/Tooltip.styles.d.ts +26 -0
- package/dist/src/components/Tooltip/index.d.ts +1 -0
- package/dist/src/components/TopList/TopList.d.ts +17 -0
- package/dist/src/components/TopList/TopList.styles.d.ts +43 -0
- package/dist/src/components/TopList/index.d.ts +2 -0
- package/dist/src/components/Typography/Typography.d.ts +26 -0
- package/dist/src/components/Typography/Typography.styles.d.ts +53 -0
- package/dist/src/components/Typography/index.d.ts +2 -0
- package/dist/src/index.d.ts +102 -0
- package/dist/src/main.d.ts +0 -0
- package/dist/src/theme/ThemeProvider.d.ts +17 -0
- package/dist/src/tokens/tokens.stylex.d.ts +121 -0
- package/dist/src/utils/mergeProps.d.ts +1 -0
- package/dist/src/utils/warnMissingLabel.d.ts +16 -0
- package/package.json +94 -0
|
@@ -0,0 +1,113 @@
|
|
|
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", "column">;
|
|
6
|
+
readonly gap: stylex.StyleXClassNameFor<"gap", string>;
|
|
7
|
+
readonly width: stylex.StyleXClassNameFor<"width", "100%">;
|
|
8
|
+
}>;
|
|
9
|
+
readonly otpContainer: Readonly<{
|
|
10
|
+
readonly display: stylex.StyleXClassNameFor<"display", "flex">;
|
|
11
|
+
readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
|
|
12
|
+
readonly gap: stylex.StyleXClassNameFor<"gap", string>;
|
|
13
|
+
readonly outline: stylex.StyleXClassNameFor<"outline", "none">;
|
|
14
|
+
readonly userSelect: stylex.StyleXClassNameFor<"userSelect", "none">;
|
|
15
|
+
}>;
|
|
16
|
+
readonly group: Readonly<{
|
|
17
|
+
readonly display: stylex.StyleXClassNameFor<"display", "flex">;
|
|
18
|
+
readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
|
|
19
|
+
readonly gap: stylex.StyleXClassNameFor<"gap", string>;
|
|
20
|
+
}>;
|
|
21
|
+
readonly slot: Readonly<{
|
|
22
|
+
readonly position: stylex.StyleXClassNameFor<"position", "relative">;
|
|
23
|
+
readonly display: stylex.StyleXClassNameFor<"display", "flex">;
|
|
24
|
+
readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
|
|
25
|
+
readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
|
|
26
|
+
readonly fontFamily: stylex.StyleXClassNameFor<"fontFamily", string>;
|
|
27
|
+
readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
|
|
28
|
+
readonly color: stylex.StyleXClassNameFor<"color", string>;
|
|
29
|
+
readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
|
|
30
|
+
readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
|
|
31
|
+
readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">;
|
|
32
|
+
readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
|
|
33
|
+
readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
|
|
34
|
+
readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "border-color, box-shadow">;
|
|
35
|
+
readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "0.15s">;
|
|
36
|
+
readonly transitionTimingFunction: stylex.StyleXClassNameFor<"transitionTimingFunction", "ease-in-out">;
|
|
37
|
+
readonly userSelect: stylex.StyleXClassNameFor<"userSelect", "none">;
|
|
38
|
+
readonly ':hover': stylex.StyleXClassNameFor<":hover", {
|
|
39
|
+
readonly borderColor: stylex.StyleXVar<string>;
|
|
40
|
+
}>;
|
|
41
|
+
}>;
|
|
42
|
+
readonly sm: Readonly<{
|
|
43
|
+
readonly width: stylex.StyleXClassNameFor<"width", `calc(${stylex.StyleXVar<string>} * 2 + ${stylex.StyleXVar<string>})`>;
|
|
44
|
+
readonly height: stylex.StyleXClassNameFor<"height", `calc(${stylex.StyleXVar<string>} * 2 + ${stylex.StyleXVar<string>})`>;
|
|
45
|
+
readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
|
|
46
|
+
readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
|
|
47
|
+
}>;
|
|
48
|
+
readonly md: Readonly<{
|
|
49
|
+
readonly width: stylex.StyleXClassNameFor<"width", `calc(${stylex.StyleXVar<string>} * 2 + ${stylex.StyleXVar<string>})`>;
|
|
50
|
+
readonly height: stylex.StyleXClassNameFor<"height", `calc(${stylex.StyleXVar<string>} * 2 + ${stylex.StyleXVar<string>})`>;
|
|
51
|
+
readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
|
|
52
|
+
readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
|
|
53
|
+
}>;
|
|
54
|
+
readonly lg: Readonly<{
|
|
55
|
+
readonly width: stylex.StyleXClassNameFor<"width", `calc(${stylex.StyleXVar<string>} * 2 + ${stylex.StyleXVar<string>})`>;
|
|
56
|
+
readonly height: stylex.StyleXClassNameFor<"height", `calc(${stylex.StyleXVar<string>} * 2 + ${stylex.StyleXVar<string>})`>;
|
|
57
|
+
readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
|
|
58
|
+
readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
|
|
59
|
+
}>;
|
|
60
|
+
readonly slotActive: Readonly<{
|
|
61
|
+
readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 10>;
|
|
62
|
+
readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
|
|
63
|
+
readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", `0 0 0 2px ${stylex.StyleXVar<string>}`>;
|
|
64
|
+
}>;
|
|
65
|
+
readonly slotInvalid: Readonly<{
|
|
66
|
+
readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
|
|
67
|
+
readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", `0 0 0 1px ${stylex.StyleXVar<string>}`>;
|
|
68
|
+
readonly ':hover': stylex.StyleXClassNameFor<":hover", {
|
|
69
|
+
readonly borderColor: stylex.StyleXVar<string>;
|
|
70
|
+
}>;
|
|
71
|
+
}>;
|
|
72
|
+
readonly slotDisabled: Readonly<{
|
|
73
|
+
readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.5>;
|
|
74
|
+
readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
|
|
75
|
+
readonly cursor: stylex.StyleXClassNameFor<"cursor", "not-allowed">;
|
|
76
|
+
readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "none">;
|
|
77
|
+
readonly ':hover': stylex.StyleXClassNameFor<":hover", {
|
|
78
|
+
readonly borderColor: stylex.StyleXVar<string>;
|
|
79
|
+
}>;
|
|
80
|
+
}>;
|
|
81
|
+
readonly caretContainer: Readonly<{
|
|
82
|
+
readonly position: stylex.StyleXClassNameFor<"position", "absolute">;
|
|
83
|
+
readonly top: stylex.StyleXClassNameFor<"top", 0>;
|
|
84
|
+
readonly bottom: stylex.StyleXClassNameFor<"bottom", 0>;
|
|
85
|
+
readonly insetInline: stylex.StyleXClassNameFor<"insetInline", 0>;
|
|
86
|
+
readonly display: stylex.StyleXClassNameFor<"display", "flex">;
|
|
87
|
+
readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
|
|
88
|
+
readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
|
|
89
|
+
readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "none">;
|
|
90
|
+
}>;
|
|
91
|
+
readonly caret: Readonly<{
|
|
92
|
+
readonly width: stylex.StyleXClassNameFor<"width", "2px">;
|
|
93
|
+
readonly height: stylex.StyleXClassNameFor<"height", "40%">;
|
|
94
|
+
readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
|
|
95
|
+
readonly animationName: stylex.StyleXClassNameFor<"animationName", string>;
|
|
96
|
+
readonly animationDuration: stylex.StyleXClassNameFor<"animationDuration", "1s">;
|
|
97
|
+
readonly animationIterationCount: stylex.StyleXClassNameFor<"animationIterationCount", "infinite">;
|
|
98
|
+
readonly animationTimingFunction: stylex.StyleXClassNameFor<"animationTimingFunction", "step-end">;
|
|
99
|
+
}>;
|
|
100
|
+
readonly separator: Readonly<{
|
|
101
|
+
readonly display: stylex.StyleXClassNameFor<"display", "flex">;
|
|
102
|
+
readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
|
|
103
|
+
readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
|
|
104
|
+
readonly color: stylex.StyleXClassNameFor<"color", string>;
|
|
105
|
+
readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
|
|
106
|
+
}>;
|
|
107
|
+
readonly separatorDot: Readonly<{
|
|
108
|
+
readonly width: stylex.StyleXClassNameFor<"width", "6px">;
|
|
109
|
+
readonly height: stylex.StyleXClassNameFor<"height", "6px">;
|
|
110
|
+
readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
|
|
111
|
+
readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
|
|
112
|
+
}>;
|
|
113
|
+
}>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { REGEXP_ONLY_DIGITS, REGEXP_ONLY_DIGITS_AND_CHARS } from 'input-otp';
|
|
2
|
+
export type { InputOTPGroupProps, InputOTPProps, InputOTPSeparatorProps, InputOTPSlotProps, } from './InputOTP';
|
|
3
|
+
export { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, } from './InputOTP';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { StyleXStyles } from '@stylexjs/stylex';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
export interface KbdProps extends Omit<React.HTMLAttributes<HTMLElement>, 'style'> {
|
|
4
|
+
style?: StyleXStyles;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const Kbd: React.ForwardRefExoticComponent<KbdProps & React.RefAttributes<HTMLElement>>;
|
|
@@ -0,0 +1,20 @@
|
|
|
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 fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
|
|
6
|
+
readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
|
|
7
|
+
readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
|
|
8
|
+
readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
|
|
9
|
+
readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
|
|
10
|
+
readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
|
|
11
|
+
readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">;
|
|
12
|
+
readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
|
|
13
|
+
readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
|
|
14
|
+
readonly color: stylex.StyleXClassNameFor<"color", string>;
|
|
15
|
+
readonly display: stylex.StyleXClassNameFor<"display", "inline-flex">;
|
|
16
|
+
readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
|
|
17
|
+
readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
|
|
18
|
+
readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "0 1px 0 var(--colorShadow)">;
|
|
19
|
+
}>;
|
|
20
|
+
}>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { StyleXStyles } from '@stylexjs/stylex';
|
|
2
|
+
import { LabelProps as AriaLabelProps } from 'react-aria-components';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
export interface LabelProps extends Omit<AriaLabelProps, 'style'> {
|
|
5
|
+
style?: StyleXStyles;
|
|
6
|
+
className?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const Label: React.ForwardRefExoticComponent<LabelProps & React.RefAttributes<HTMLLabelElement>>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as stylex from '@stylexjs/stylex';
|
|
2
|
+
export declare const styles: Readonly<{
|
|
3
|
+
readonly base: Readonly<{
|
|
4
|
+
readonly color: stylex.StyleXClassNameFor<"color", string>;
|
|
5
|
+
readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
|
|
6
|
+
readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
|
|
7
|
+
readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
|
|
8
|
+
readonly marginBlockEnd: stylex.StyleXClassNameFor<"marginBlockEnd", 0>;
|
|
9
|
+
}>;
|
|
10
|
+
}>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { StyleXStyles } from '@stylexjs/stylex';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
export interface LineChartProps 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
|
+
}
|
|
15
|
+
export declare const LineChart: React.ForwardRefExoticComponent<LineChartProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { StyleXStyles } from '@stylexjs/stylex';
|
|
2
|
+
import { LinkProps as AriaLinkProps } from 'react-aria-components';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
export interface LinkProps extends Omit<AriaLinkProps, 'style'> {
|
|
5
|
+
style?: StyleXStyles;
|
|
6
|
+
className?: string;
|
|
7
|
+
variant?: 'primary' | 'secondary' | 'tertiary' | 'outline' | 'ghost' | 'danger' | 'danger-soft';
|
|
8
|
+
}
|
|
9
|
+
export declare const Link: React.ForwardRefExoticComponent<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import * as stylex from '@stylexjs/stylex';
|
|
2
|
+
export declare const styles: Readonly<{
|
|
3
|
+
readonly base: Readonly<{
|
|
4
|
+
readonly textDecoration: stylex.StyleXClassNameFor<"textDecoration", "none">;
|
|
5
|
+
readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">;
|
|
6
|
+
readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "color">;
|
|
7
|
+
readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "0.15s">;
|
|
8
|
+
readonly transitionTimingFunction: stylex.StyleXClassNameFor<"transitionTimingFunction", "ease-in-out">;
|
|
9
|
+
readonly ':hover': stylex.StyleXClassNameFor<":hover", {
|
|
10
|
+
readonly textDecoration: "underline";
|
|
11
|
+
}>;
|
|
12
|
+
readonly ':focus-visible': stylex.StyleXClassNameFor<":focus-visible", {
|
|
13
|
+
readonly outlineStyle: "solid";
|
|
14
|
+
readonly outlineWidth: "2px";
|
|
15
|
+
readonly outlineOffset: "2px";
|
|
16
|
+
readonly outlineColor: stylex.StyleXVar<string>;
|
|
17
|
+
}>;
|
|
18
|
+
readonly '@media (prefers-reduced-motion: reduce)': stylex.StyleXClassNameFor<"@media (prefers-reduced-motion: reduce)", {
|
|
19
|
+
readonly transitionProperty: "none";
|
|
20
|
+
}>;
|
|
21
|
+
}>;
|
|
22
|
+
readonly primary: Readonly<{
|
|
23
|
+
readonly color: stylex.StyleXClassNameFor<"color", string>;
|
|
24
|
+
readonly ':hover': stylex.StyleXClassNameFor<":hover", {
|
|
25
|
+
readonly color: stylex.StyleXVar<string>;
|
|
26
|
+
}>;
|
|
27
|
+
readonly ':active': stylex.StyleXClassNameFor<":active", {
|
|
28
|
+
readonly color: stylex.StyleXVar<string>;
|
|
29
|
+
}>;
|
|
30
|
+
}>;
|
|
31
|
+
readonly secondary: Readonly<{
|
|
32
|
+
readonly color: stylex.StyleXClassNameFor<"color", string>;
|
|
33
|
+
readonly ':hover': stylex.StyleXClassNameFor<":hover", {
|
|
34
|
+
readonly color: stylex.StyleXVar<string>;
|
|
35
|
+
}>;
|
|
36
|
+
readonly ':active': stylex.StyleXClassNameFor<":active", {
|
|
37
|
+
readonly color: stylex.StyleXVar<string>;
|
|
38
|
+
}>;
|
|
39
|
+
}>;
|
|
40
|
+
readonly tertiary: Readonly<{
|
|
41
|
+
readonly color: stylex.StyleXClassNameFor<"color", string>;
|
|
42
|
+
readonly ':hover': stylex.StyleXClassNameFor<":hover", {
|
|
43
|
+
readonly color: stylex.StyleXVar<string>;
|
|
44
|
+
}>;
|
|
45
|
+
readonly ':active': stylex.StyleXClassNameFor<":active", {
|
|
46
|
+
readonly color: stylex.StyleXVar<string>;
|
|
47
|
+
}>;
|
|
48
|
+
}>;
|
|
49
|
+
readonly outline: Readonly<{
|
|
50
|
+
readonly color: stylex.StyleXClassNameFor<"color", string>;
|
|
51
|
+
readonly textDecoration: stylex.StyleXClassNameFor<"textDecoration", "underline">;
|
|
52
|
+
readonly ':hover': stylex.StyleXClassNameFor<":hover", {
|
|
53
|
+
readonly color: stylex.StyleXVar<string>;
|
|
54
|
+
}>;
|
|
55
|
+
readonly ':active': stylex.StyleXClassNameFor<":active", {
|
|
56
|
+
readonly color: stylex.StyleXVar<string>;
|
|
57
|
+
}>;
|
|
58
|
+
}>;
|
|
59
|
+
readonly ghost: Readonly<{
|
|
60
|
+
readonly color: stylex.StyleXClassNameFor<"color", string>;
|
|
61
|
+
readonly ':hover': stylex.StyleXClassNameFor<":hover", {
|
|
62
|
+
readonly color: stylex.StyleXVar<string>;
|
|
63
|
+
}>;
|
|
64
|
+
readonly ':active': stylex.StyleXClassNameFor<":active", {
|
|
65
|
+
readonly color: stylex.StyleXVar<string>;
|
|
66
|
+
}>;
|
|
67
|
+
}>;
|
|
68
|
+
readonly danger: Readonly<{
|
|
69
|
+
readonly color: stylex.StyleXClassNameFor<"color", string>;
|
|
70
|
+
readonly ':hover': stylex.StyleXClassNameFor<":hover", {
|
|
71
|
+
readonly color: stylex.StyleXVar<string>;
|
|
72
|
+
}>;
|
|
73
|
+
readonly ':active': stylex.StyleXClassNameFor<":active", {
|
|
74
|
+
readonly color: stylex.StyleXVar<string>;
|
|
75
|
+
}>;
|
|
76
|
+
}>;
|
|
77
|
+
readonly 'danger-soft': Readonly<{
|
|
78
|
+
readonly color: stylex.StyleXClassNameFor<"color", string>;
|
|
79
|
+
readonly ':hover': stylex.StyleXClassNameFor<":hover", {
|
|
80
|
+
readonly color: stylex.StyleXVar<string>;
|
|
81
|
+
}>;
|
|
82
|
+
readonly ':active': stylex.StyleXClassNameFor<":active", {
|
|
83
|
+
readonly color: stylex.StyleXVar<string>;
|
|
84
|
+
}>;
|
|
85
|
+
}>;
|
|
86
|
+
readonly isDisabled: Readonly<{
|
|
87
|
+
readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.4>;
|
|
88
|
+
readonly cursor: stylex.StyleXClassNameFor<"cursor", "not-allowed">;
|
|
89
|
+
readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "none">;
|
|
90
|
+
readonly textDecoration: stylex.StyleXClassNameFor<"textDecoration", "none">;
|
|
91
|
+
}>;
|
|
92
|
+
}>;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { StyleXStyles } from '@stylexjs/stylex';
|
|
2
|
+
import { DialogProps as AriaDialogProps, ModalOverlayProps as AriaModalOverlayProps } from 'react-aria-components';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
export interface ModalOverlayProps extends Omit<AriaModalOverlayProps, 'style' | 'className'> {
|
|
5
|
+
style?: StyleXStyles;
|
|
6
|
+
className?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const ModalOverlay: React.ForwardRefExoticComponent<ModalOverlayProps & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
+
export interface ModalProps extends Omit<AriaModalOverlayProps, 'style' | 'className'> {
|
|
10
|
+
style?: StyleXStyles;
|
|
11
|
+
className?: string;
|
|
12
|
+
size?: 'sm' | 'md' | 'lg' | 'fullscreen';
|
|
13
|
+
}
|
|
14
|
+
export declare const Modal: React.ForwardRefExoticComponent<ModalProps & React.RefAttributes<HTMLDivElement>>;
|
|
15
|
+
export interface ModalDialogProps extends Omit<AriaDialogProps, 'style' | 'className'> {
|
|
16
|
+
style?: StyleXStyles;
|
|
17
|
+
className?: string;
|
|
18
|
+
}
|
|
19
|
+
export declare const ModalDialog: React.ForwardRefExoticComponent<ModalDialogProps & React.RefAttributes<HTMLDivElement>>;
|
|
20
|
+
export interface ModalHeaderProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style'> {
|
|
21
|
+
style?: StyleXStyles;
|
|
22
|
+
className?: string;
|
|
23
|
+
}
|
|
24
|
+
export declare const ModalHeader: React.ForwardRefExoticComponent<ModalHeaderProps & React.RefAttributes<HTMLDivElement>>;
|
|
25
|
+
export interface ModalBodyProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style'> {
|
|
26
|
+
style?: StyleXStyles;
|
|
27
|
+
className?: string;
|
|
28
|
+
}
|
|
29
|
+
export declare const ModalBody: React.ForwardRefExoticComponent<ModalBodyProps & React.RefAttributes<HTMLDivElement>>;
|
|
30
|
+
export interface ModalFooterProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'style'> {
|
|
31
|
+
style?: StyleXStyles;
|
|
32
|
+
className?: string;
|
|
33
|
+
}
|
|
34
|
+
export declare const ModalFooter: React.ForwardRefExoticComponent<ModalFooterProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import * as stylex from '@stylexjs/stylex';
|
|
2
|
+
export declare const styles: Readonly<{
|
|
3
|
+
readonly overlay: Readonly<{
|
|
4
|
+
readonly position: stylex.StyleXClassNameFor<"position", "fixed">;
|
|
5
|
+
readonly inset: stylex.StyleXClassNameFor<"inset", 0>;
|
|
6
|
+
readonly zIndex: stylex.StyleXClassNameFor<"zIndex", string>;
|
|
7
|
+
readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
|
|
8
|
+
readonly display: stylex.StyleXClassNameFor<"display", "flex">;
|
|
9
|
+
readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center" | "flex-end">;
|
|
10
|
+
readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
|
|
11
|
+
readonly animationName: stylex.StyleXClassNameFor<"animationName", string>;
|
|
12
|
+
readonly animationDuration: stylex.StyleXClassNameFor<"animationDuration", "0.4s">;
|
|
13
|
+
readonly animationTimingFunction: stylex.StyleXClassNameFor<"animationTimingFunction", "cubic-bezier(0.16, 1, 0.3, 1)">;
|
|
14
|
+
readonly '@media (prefers-reduced-motion: reduce)': stylex.StyleXClassNameFor<"@media (prefers-reduced-motion: reduce)", {
|
|
15
|
+
readonly animationPlayState: "paused";
|
|
16
|
+
readonly animationDuration: "0s";
|
|
17
|
+
}>;
|
|
18
|
+
}>;
|
|
19
|
+
readonly modal: Readonly<{
|
|
20
|
+
readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
|
|
21
|
+
readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
|
|
22
|
+
readonly borderTopLeftRadius: stylex.StyleXClassNameFor<"borderTopLeftRadius", string>;
|
|
23
|
+
readonly borderTopRightRadius: stylex.StyleXClassNameFor<"borderTopRightRadius", string>;
|
|
24
|
+
readonly borderBottomLeftRadius: stylex.StyleXClassNameFor<"borderBottomLeftRadius", string | 0>;
|
|
25
|
+
readonly borderBottomRightRadius: stylex.StyleXClassNameFor<"borderBottomRightRadius", string | 0>;
|
|
26
|
+
readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
|
|
27
|
+
readonly width: stylex.StyleXClassNameFor<"width", "100%">;
|
|
28
|
+
readonly display: stylex.StyleXClassNameFor<"display", "flex">;
|
|
29
|
+
readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
|
|
30
|
+
readonly outline: stylex.StyleXClassNameFor<"outline", "none">;
|
|
31
|
+
readonly animationName: stylex.StyleXClassNameFor<"animationName", string>;
|
|
32
|
+
readonly animationDuration: stylex.StyleXClassNameFor<"animationDuration", "0.4s">;
|
|
33
|
+
readonly animationTimingFunction: stylex.StyleXClassNameFor<"animationTimingFunction", "cubic-bezier(0.16, 1, 0.3, 1)">;
|
|
34
|
+
readonly '@media (prefers-reduced-motion: reduce)': stylex.StyleXClassNameFor<"@media (prefers-reduced-motion: reduce)", {
|
|
35
|
+
readonly animationPlayState: "paused";
|
|
36
|
+
readonly animationDuration: "0s";
|
|
37
|
+
}>;
|
|
38
|
+
}>;
|
|
39
|
+
readonly sm: Readonly<{
|
|
40
|
+
readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "100%" | "400px">;
|
|
41
|
+
}>;
|
|
42
|
+
readonly md: Readonly<{
|
|
43
|
+
readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "100%" | "500px">;
|
|
44
|
+
}>;
|
|
45
|
+
readonly lg: Readonly<{
|
|
46
|
+
readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "100%" | "640px">;
|
|
47
|
+
}>;
|
|
48
|
+
readonly fullscreen: Readonly<{
|
|
49
|
+
readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "100vw">;
|
|
50
|
+
readonly width: stylex.StyleXClassNameFor<"width", "100vw">;
|
|
51
|
+
readonly height: stylex.StyleXClassNameFor<"height", "100vh">;
|
|
52
|
+
readonly maxHeight: stylex.StyleXClassNameFor<"maxHeight", "100vh">;
|
|
53
|
+
readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
|
|
54
|
+
}>;
|
|
55
|
+
readonly dialog: Readonly<{
|
|
56
|
+
readonly outline: stylex.StyleXClassNameFor<"outline", "none">;
|
|
57
|
+
readonly display: stylex.StyleXClassNameFor<"display", "flex">;
|
|
58
|
+
readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
|
|
59
|
+
readonly flexGrow: stylex.StyleXClassNameFor<"flexGrow", 1>;
|
|
60
|
+
readonly width: stylex.StyleXClassNameFor<"width", "100%">;
|
|
61
|
+
}>;
|
|
62
|
+
readonly header: Readonly<{
|
|
63
|
+
readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
|
|
64
|
+
readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
|
|
65
|
+
readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
|
|
66
|
+
readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", string>;
|
|
67
|
+
readonly color: stylex.StyleXClassNameFor<"color", string>;
|
|
68
|
+
readonly borderBlockEndStyle: stylex.StyleXClassNameFor<"borderBlockEndStyle", "solid">;
|
|
69
|
+
readonly borderBlockEndWidth: stylex.StyleXClassNameFor<"borderBlockEndWidth", "1px">;
|
|
70
|
+
readonly borderBlockEndColor: stylex.StyleXClassNameFor<"borderBlockEndColor", string>;
|
|
71
|
+
}>;
|
|
72
|
+
readonly body: Readonly<{
|
|
73
|
+
readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
|
|
74
|
+
readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
|
|
75
|
+
readonly color: stylex.StyleXClassNameFor<"color", string>;
|
|
76
|
+
readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
|
|
77
|
+
readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
|
|
78
|
+
readonly flexGrow: stylex.StyleXClassNameFor<"flexGrow", 1>;
|
|
79
|
+
readonly overflowY: stylex.StyleXClassNameFor<"overflowY", "auto">;
|
|
80
|
+
}>;
|
|
81
|
+
readonly footer: Readonly<{
|
|
82
|
+
readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", string>;
|
|
83
|
+
readonly paddingInline: stylex.StyleXClassNameFor<"paddingInline", string>;
|
|
84
|
+
readonly display: stylex.StyleXClassNameFor<"display", "flex">;
|
|
85
|
+
readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "flex-end">;
|
|
86
|
+
readonly gap: stylex.StyleXClassNameFor<"gap", string>;
|
|
87
|
+
readonly borderBlockStartStyle: stylex.StyleXClassNameFor<"borderBlockStartStyle", "solid">;
|
|
88
|
+
readonly borderBlockStartWidth: stylex.StyleXClassNameFor<"borderBlockStartWidth", "1px">;
|
|
89
|
+
readonly borderBlockStartColor: stylex.StyleXClassNameFor<"borderBlockStartColor", string>;
|
|
90
|
+
}>;
|
|
91
|
+
}>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Modal, ModalBody, type ModalBodyProps, ModalDialog, type ModalDialogProps, ModalFooter, type ModalFooterProps, ModalHeader, type ModalHeaderProps, ModalOverlay, type ModalOverlayProps, type ModalProps, } from './Modal';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { StyleXStyles } from '@stylexjs/stylex';
|
|
2
|
+
import { NumberFieldProps as AriaNumberFieldProps, ValidationResult } from 'react-aria-components';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
export interface NumberFieldProps extends Omit<AriaNumberFieldProps, 'style'> {
|
|
5
|
+
style?: StyleXStyles;
|
|
6
|
+
className?: string;
|
|
7
|
+
label?: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
errorMessage?: string | ((v: ValidationResult) => string);
|
|
10
|
+
placeholder?: string;
|
|
11
|
+
variant?: 'primary' | 'secondary';
|
|
12
|
+
size?: 'sm' | 'md' | 'lg';
|
|
13
|
+
}
|
|
14
|
+
export declare const NumberField: React.ForwardRefExoticComponent<NumberFieldProps & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -0,0 +1,147 @@
|
|
|
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", "column">;
|
|
6
|
+
readonly gap: stylex.StyleXClassNameFor<"gap", string>;
|
|
7
|
+
readonly width: stylex.StyleXClassNameFor<"width", "100%">;
|
|
8
|
+
}>;
|
|
9
|
+
readonly group: Readonly<{
|
|
10
|
+
readonly display: stylex.StyleXClassNameFor<"display", "flex">;
|
|
11
|
+
readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "stretch">;
|
|
12
|
+
readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">;
|
|
13
|
+
readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">;
|
|
14
|
+
readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>;
|
|
15
|
+
readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">;
|
|
16
|
+
readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">;
|
|
17
|
+
readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "border-color, box-shadow">;
|
|
18
|
+
readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "0.15s">;
|
|
19
|
+
readonly transitionTimingFunction: stylex.StyleXClassNameFor<"transitionTimingFunction", "ease-in-out">;
|
|
20
|
+
}>;
|
|
21
|
+
readonly groupSm: Readonly<{
|
|
22
|
+
readonly height: stylex.StyleXClassNameFor<"height", `calc(${stylex.StyleXVar<string>} * 2 + ${stylex.StyleXVar<string>})`>;
|
|
23
|
+
readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
|
|
24
|
+
}>;
|
|
25
|
+
readonly groupMd: Readonly<{
|
|
26
|
+
readonly height: stylex.StyleXClassNameFor<"height", `calc(${stylex.StyleXVar<string>} * 2 + ${stylex.StyleXVar<string>})`>;
|
|
27
|
+
readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
|
|
28
|
+
}>;
|
|
29
|
+
readonly groupLg: Readonly<{
|
|
30
|
+
readonly height: stylex.StyleXClassNameFor<"height", `calc(${stylex.StyleXVar<string>} * 2 + ${stylex.StyleXVar<string>})`>;
|
|
31
|
+
readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", string>;
|
|
32
|
+
}>;
|
|
33
|
+
readonly primary: Readonly<{
|
|
34
|
+
readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
|
|
35
|
+
readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
|
|
36
|
+
}>;
|
|
37
|
+
readonly secondary: Readonly<{
|
|
38
|
+
readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
|
|
39
|
+
readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
|
|
40
|
+
}>;
|
|
41
|
+
readonly groupHover: Readonly<{
|
|
42
|
+
readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
|
|
43
|
+
}>;
|
|
44
|
+
readonly groupFocused: Readonly<{
|
|
45
|
+
readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
|
|
46
|
+
readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", `0 0 0 1px ${stylex.StyleXVar<string>}`>;
|
|
47
|
+
}>;
|
|
48
|
+
readonly groupInvalid: Readonly<{
|
|
49
|
+
readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
|
|
50
|
+
}>;
|
|
51
|
+
readonly groupFocusedInvalid: Readonly<{
|
|
52
|
+
readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>;
|
|
53
|
+
readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", `0 0 0 1px ${stylex.StyleXVar<string>}`>;
|
|
54
|
+
}>;
|
|
55
|
+
readonly groupDisabled: Readonly<{
|
|
56
|
+
readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.4>;
|
|
57
|
+
readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>;
|
|
58
|
+
readonly cursor: stylex.StyleXClassNameFor<"cursor", "not-allowed">;
|
|
59
|
+
readonly ':hover': stylex.StyleXClassNameFor<":hover", {
|
|
60
|
+
readonly borderColor: stylex.StyleXVar<string>;
|
|
61
|
+
}>;
|
|
62
|
+
}>;
|
|
63
|
+
readonly input: Readonly<{
|
|
64
|
+
readonly flexGrow: stylex.StyleXClassNameFor<"flexGrow", 1>;
|
|
65
|
+
readonly width: stylex.StyleXClassNameFor<"width", "100%">;
|
|
66
|
+
readonly height: stylex.StyleXClassNameFor<"height", "100%">;
|
|
67
|
+
readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
|
|
68
|
+
readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">;
|
|
69
|
+
readonly color: stylex.StyleXClassNameFor<"color", string>;
|
|
70
|
+
readonly fontFamily: stylex.StyleXClassNameFor<"fontFamily", string>;
|
|
71
|
+
readonly outline: stylex.StyleXClassNameFor<"outline", "none">;
|
|
72
|
+
}>;
|
|
73
|
+
readonly inputSm: Readonly<{
|
|
74
|
+
readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
|
|
75
|
+
readonly paddingInlineStart: stylex.StyleXClassNameFor<"paddingInlineStart", string>;
|
|
76
|
+
readonly paddingInlineEnd: stylex.StyleXClassNameFor<"paddingInlineEnd", string>;
|
|
77
|
+
readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
|
|
78
|
+
readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
|
|
79
|
+
}>;
|
|
80
|
+
readonly inputMd: Readonly<{
|
|
81
|
+
readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
|
|
82
|
+
readonly paddingInlineStart: stylex.StyleXClassNameFor<"paddingInlineStart", string>;
|
|
83
|
+
readonly paddingInlineEnd: stylex.StyleXClassNameFor<"paddingInlineEnd", string>;
|
|
84
|
+
readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
|
|
85
|
+
readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
|
|
86
|
+
}>;
|
|
87
|
+
readonly inputLg: Readonly<{
|
|
88
|
+
readonly paddingBlock: stylex.StyleXClassNameFor<"paddingBlock", 0>;
|
|
89
|
+
readonly paddingInlineStart: stylex.StyleXClassNameFor<"paddingInlineStart", string>;
|
|
90
|
+
readonly paddingInlineEnd: stylex.StyleXClassNameFor<"paddingInlineEnd", string>;
|
|
91
|
+
readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>;
|
|
92
|
+
readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", string>;
|
|
93
|
+
}>;
|
|
94
|
+
readonly stepperContainer: Readonly<{
|
|
95
|
+
readonly display: stylex.StyleXClassNameFor<"display", "flex">;
|
|
96
|
+
readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">;
|
|
97
|
+
readonly borderInlineStartWidth: stylex.StyleXClassNameFor<"borderInlineStartWidth", "1px">;
|
|
98
|
+
readonly borderInlineStartStyle: stylex.StyleXClassNameFor<"borderInlineStartStyle", "solid">;
|
|
99
|
+
readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>;
|
|
100
|
+
}>;
|
|
101
|
+
readonly stepperContainerSm: Readonly<{
|
|
102
|
+
readonly width: stylex.StyleXClassNameFor<"width", string>;
|
|
103
|
+
}>;
|
|
104
|
+
readonly stepperContainerMd: Readonly<{
|
|
105
|
+
readonly width: stylex.StyleXClassNameFor<"width", string>;
|
|
106
|
+
}>;
|
|
107
|
+
readonly stepperContainerLg: Readonly<{
|
|
108
|
+
readonly width: stylex.StyleXClassNameFor<"width", string>;
|
|
109
|
+
}>;
|
|
110
|
+
readonly stepperContainerPrimary: Readonly<{
|
|
111
|
+
readonly borderInlineStartColor: stylex.StyleXClassNameFor<"borderInlineStartColor", string>;
|
|
112
|
+
}>;
|
|
113
|
+
readonly stepperContainerSecondary: Readonly<{
|
|
114
|
+
readonly borderInlineStartColor: stylex.StyleXClassNameFor<"borderInlineStartColor", string>;
|
|
115
|
+
}>;
|
|
116
|
+
readonly stepperButton: Readonly<{
|
|
117
|
+
readonly flexGrow: stylex.StyleXClassNameFor<"flexGrow", 1>;
|
|
118
|
+
readonly height: stylex.StyleXClassNameFor<"height", "50%">;
|
|
119
|
+
readonly display: stylex.StyleXClassNameFor<"display", "flex">;
|
|
120
|
+
readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">;
|
|
121
|
+
readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">;
|
|
122
|
+
readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">;
|
|
123
|
+
readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">;
|
|
124
|
+
readonly color: stylex.StyleXClassNameFor<"color", string>;
|
|
125
|
+
readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">;
|
|
126
|
+
readonly padding: stylex.StyleXClassNameFor<"padding", 0>;
|
|
127
|
+
readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "0.625rem">;
|
|
128
|
+
readonly transitionProperty: stylex.StyleXClassNameFor<"transitionProperty", "background-color, color">;
|
|
129
|
+
readonly transitionDuration: stylex.StyleXClassNameFor<"transitionDuration", "0.1s">;
|
|
130
|
+
readonly transitionTimingFunction: stylex.StyleXClassNameFor<"transitionTimingFunction", "ease-in-out">;
|
|
131
|
+
readonly ':hover': stylex.StyleXClassNameFor<":hover", {
|
|
132
|
+
readonly backgroundColor: stylex.StyleXVar<string>;
|
|
133
|
+
readonly color: stylex.StyleXVar<string>;
|
|
134
|
+
}>;
|
|
135
|
+
readonly ':active': stylex.StyleXClassNameFor<":active", {
|
|
136
|
+
readonly backgroundColor: stylex.StyleXVar<string>;
|
|
137
|
+
}>;
|
|
138
|
+
}>;
|
|
139
|
+
readonly stepperButtonDisabled: Readonly<{
|
|
140
|
+
readonly cursor: stylex.StyleXClassNameFor<"cursor", "not-allowed">;
|
|
141
|
+
readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.5>;
|
|
142
|
+
readonly ':hover': stylex.StyleXClassNameFor<":hover", {
|
|
143
|
+
readonly backgroundColor: "transparent";
|
|
144
|
+
readonly color: stylex.StyleXVar<string>;
|
|
145
|
+
}>;
|
|
146
|
+
}>;
|
|
147
|
+
}>;
|