@atom-learning/components 2.29.0-beta.2 → 2.29.0-beta.3
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/dist/components/accordion/Accordion.d.ts +266 -1
- package/dist/components/accordion/AccordionContent.d.ts +266 -1
- package/dist/components/accordion/AccordionItem.d.ts +266 -1
- package/dist/components/accordion/AccordionTrigger.d.ts +268 -1
- package/dist/components/action-icon/ActionIcon.d.ts +281 -1
- package/dist/components/alert-dialog/AlertDialog.d.ts +266 -1
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +268 -1
- package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
- package/dist/components/avatar/Avatar.d.ts +536 -2
- package/dist/components/badge/Badge.d.ts +534 -1
- package/dist/components/box/Box.d.ts +266 -1
- package/dist/components/button/Button.d.ts +283 -2
- package/dist/components/calendar/Calendar.d.ts +1 -1
- package/dist/components/calendar/Day.d.ts +270 -1
- package/dist/components/carousel/Carousel.d.ts +1 -1
- package/dist/components/carousel/CarouselArrows.d.ts +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +267 -1
- package/dist/components/carousel/CarouselSlide.d.ts +266 -1
- package/dist/components/carousel/CarouselSlider.d.ts +269 -1
- package/dist/components/checkbox/Checkbox.d.ts +269 -1
- package/dist/components/checkbox-field/CheckboxField.d.ts +2 -2
- package/dist/components/chip/Chip.d.ts +1879 -5
- package/dist/components/chip/ChipGroup.d.ts +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +547 -2
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.d.ts +5 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +546 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +562 -1
- package/dist/components/combobox/Combobox.d.ts +266 -1
- package/dist/components/combobox/ComboboxInput.d.ts +268 -1
- package/dist/components/combobox/ComboboxList.d.ts +266 -1
- package/dist/components/combobox/ComboboxOption.d.ts +266 -1
- package/dist/components/combobox/ComboboxPopover.d.ts +266 -1
- package/dist/components/data-table/DataTableLoading.d.ts +270 -1
- package/dist/components/data-table/drag-and-drop/Handle.d.ts +559 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +266 -1
- package/dist/components/data-table/pagination/PaginationButtons.d.ts +1 -1
- package/dist/components/date-field/DateField.d.ts +2 -2
- package/dist/components/dialog/Dialog.d.ts +266 -1
- package/dist/components/dialog/DialogBackground.d.ts +531 -1
- package/dist/components/dialog/DialogClose.d.ts +267 -1
- package/dist/components/dialog/DialogContent.d.ts +268 -1
- package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
- package/dist/components/dismissible-group/index.d.ts +1 -1
- package/dist/components/divider/Divider.d.ts +268 -1
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +266 -1
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +267 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +267 -1
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +267 -1
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +267 -1
- package/dist/components/empty-state/EmptyState.d.ts +533 -1
- package/dist/components/empty-state/EmptyStateBody.d.ts +543 -1
- package/dist/components/empty-state/EmptyStateImage.d.ts +542 -2
- package/dist/components/empty-state/EmptyStateTitle.d.ts +268 -1
- package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
- package/dist/components/field-wrapper/FieldWrapper.d.ts +2 -2
- package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
- package/dist/components/flex/Flex.d.ts +266 -1
- package/dist/components/form/Form.d.ts +266 -1
- package/dist/components/grid/Grid.d.ts +268 -1
- package/dist/components/heading/Heading.d.ts +270 -2
- package/dist/components/icon/Icon.d.ts +269 -2
- package/dist/components/image/Image.d.ts +269 -2
- package/dist/components/inline-message/InlineMessage.config.d.ts +1 -1
- package/dist/components/inline-message/InlineMessage.d.ts +534 -1
- package/dist/components/input/Input.d.ts +270 -2
- package/dist/components/input-field/InputField.d.ts +2 -2
- package/dist/components/label/Label.d.ts +272 -2
- package/dist/components/link/Link.d.ts +271 -3
- package/dist/components/list/List.d.ts +537 -2
- package/dist/components/loader/Loader.d.ts +1 -1
- package/dist/components/markdown-content/MarkdownContent.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +266 -1
- package/dist/components/markdown-content/components/MarkdownImage.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +1 -1
- package/dist/components/navigation/NavigationMenu.d.ts +1 -1
- package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +543 -4
- package/dist/components/navigation/NavigationMenuLink.d.ts +1 -1
- package/dist/components/notification-badge/NotificationBadge.d.ts +531 -1
- package/dist/components/number-input/NumberInput.d.ts +1 -1
- package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
- package/dist/components/password-field/PasswordField.d.ts +2 -2
- package/dist/components/password-input/PasswordInput.d.ts +1 -1
- package/dist/components/popover/Popover.d.ts +266 -1
- package/dist/components/popover/PopoverContent.d.ts +268 -1
- package/dist/components/progress-bar/ProgressBar.d.ts +269 -1
- package/dist/components/radio-button/RadioButton.d.ts +268 -2
- package/dist/components/radio-button/RadioButtonGroup.d.ts +270 -1
- package/dist/components/radio-button-field/RadioButtonField.d.ts +2 -2
- package/dist/components/radio-button-field/RadioField.d.ts +3 -3
- package/dist/components/radio-card/RadioCard.d.ts +271 -1
- package/dist/components/radio-card/RadioCardGroup.d.ts +1 -1
- package/dist/components/search-field/SearchField.d.ts +2 -2
- package/dist/components/search-input/SearchInput.d.ts +2 -2
- package/dist/components/select/Select.d.ts +270 -2
- package/dist/components/select-field/SelectField.d.ts +2 -2
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +266 -1
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +267 -1
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +267 -1
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +268 -1
- package/dist/components/sidedrawer/SidedrawerContent.d.ts +266 -1
- package/dist/components/sidedrawer/SidedrawerFooter.d.ts +266 -1
- package/dist/components/sidedrawer/SidedrawerHeader.d.ts +266 -1
- package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +267 -1
- package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +267 -1
- package/dist/components/slider/Slider.d.ts +268 -1
- package/dist/components/slider-field/SliderField.d.ts +3 -3
- package/dist/components/stack/Stack.d.ts +273 -2
- package/dist/components/stack-content/StackContent.d.ts +267 -2
- package/dist/components/stepper/StepperStepBullet.d.ts +533 -1
- package/dist/components/stepper/StepperStepContainer.d.ts +536 -1
- package/dist/components/stepper/StepperStepLabel.d.ts +544 -1
- package/dist/components/stepper/types.d.ts +1 -1
- package/dist/components/switch/Switch.d.ts +267 -1
- package/dist/components/table/Table.d.ts +269 -1
- package/dist/components/table/TableBody.d.ts +268 -1
- package/dist/components/table/TableCell.d.ts +266 -1
- package/dist/components/table/TableFooter.d.ts +266 -1
- package/dist/components/table/TableFooterCell.d.ts +266 -1
- package/dist/components/table/TableHeader.d.ts +268 -1
- package/dist/components/table/TableHeaderCell.d.ts +266 -1
- package/dist/components/table/TableRow.d.ts +536 -2
- package/dist/components/tabs/TabTrigger.d.ts +268 -1
- package/dist/components/tabs/Tabs.d.ts +536 -2
- package/dist/components/tabs/TabsTriggerList.d.ts +269 -1
- package/dist/components/text/Text.d.ts +271 -3
- package/dist/components/textarea/Textarea.d.ts +268 -1
- package/dist/components/textarea-field/TextareaField.d.ts +2 -2
- package/dist/components/toast/Toast.d.ts +268 -1
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +534 -1
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +534 -2
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +271 -1
- package/dist/components/toggle-group/index.d.ts +1352 -3
- package/dist/components/tooltip/TooltipContent.d.ts +268 -1
- package/dist/components/top-bar/TopBar.d.ts +270 -2
- package/dist/components/top-bar/TopBarBrand.d.ts +808 -4
- package/dist/components/video/Video.d.ts +535 -4
- package/dist/docgen.json +1 -0
- package/dist/docs/Accordion.mdx +45 -0
- package/dist/docs/ActionIcon.mdx +87 -0
- package/dist/docs/AlertDialog.mdx +40 -0
- package/dist/docs/Avatar.mdx +129 -0
- package/dist/docs/Badge.mdx +55 -0
- package/dist/docs/Box.mdx +52 -0
- package/dist/docs/Button.mdx +76 -0
- package/dist/docs/CONTRIBUTING.md +224 -0
- package/dist/docs/CSSWrapper.mdx +10 -0
- package/dist/docs/Carousel.mdx +88 -0
- package/dist/docs/Checkbox.mdx +19 -0
- package/dist/docs/CheckboxField.mdx +14 -0
- package/dist/docs/Chip.mdx +118 -0
- package/dist/docs/ChipDismissibleGroup.mdx +33 -0
- package/dist/docs/ChipToggleGroup.mdx +27 -0
- package/dist/docs/Combobox.mdx +44 -0
- package/dist/docs/DataTable.mdx +279 -0
- package/dist/docs/DateField.mdx +20 -0
- package/dist/docs/DateInput.mdx +87 -0
- package/dist/docs/Dialog.mdx +68 -0
- package/dist/docs/Dismissible.mdx +48 -0
- package/dist/docs/DismissibleGroup.mdx +29 -0
- package/dist/docs/Divider.mdx +16 -0
- package/dist/docs/DropdownMenu.mdx +30 -0
- package/dist/docs/EmptyState.mdx +23 -0
- package/dist/docs/FieldWrapper.mdx +30 -0
- package/dist/docs/FileInput.mdx +45 -0
- package/dist/docs/Flex.mdx +16 -0
- package/dist/docs/Form.mdx +411 -0
- package/dist/docs/Grid.mdx +28 -0
- package/dist/docs/Heading.mdx +30 -0
- package/dist/docs/Icon.mdx +30 -0
- package/dist/docs/Image.mdx +14 -0
- package/dist/docs/InlineMessage.mdx +52 -0
- package/dist/docs/Input.mdx +24 -0
- package/dist/docs/InputField.mdx +26 -0
- package/dist/docs/Label.mdx +32 -0
- package/dist/docs/Link.mdx +53 -0
- package/dist/docs/List.mdx +38 -0
- package/dist/docs/Loader.mdx +16 -0
- package/dist/docs/MarkdownContent.mdx +77 -0
- package/dist/docs/NavigationMenu.mdx +144 -0
- package/dist/docs/NotificationBadge.mdx +35 -0
- package/dist/docs/NumberInput.mdx +37 -0
- package/dist/docs/NumberInputField.mdx +26 -0
- package/dist/docs/PasswordField.mdx +23 -0
- package/dist/docs/PasswordInput.mdx +15 -0
- package/dist/docs/Popover.mdx +29 -0
- package/dist/docs/ProgressBar.mdx +56 -0
- package/dist/docs/RadioButton.mdx +10 -0
- package/dist/docs/RadioButtonField.mdx +25 -0
- package/dist/docs/RadioCard.mdx +62 -0
- package/dist/docs/SearchField.mdx +26 -0
- package/dist/docs/SearchInput.mdx +13 -0
- package/dist/docs/Select.mdx +56 -0
- package/dist/docs/SelectField.mdx +17 -0
- package/dist/docs/Sidedrawer.mdx +155 -0
- package/dist/docs/Slider.mdx +117 -0
- package/dist/docs/SliderField.mdx +35 -0
- package/dist/docs/Stack.mdx +24 -0
- package/dist/docs/StackContent.mdx +32 -0
- package/dist/docs/Stepper.mdx +154 -0
- package/dist/docs/Styling.mdx +85 -0
- package/dist/docs/Switch.mdx +28 -0
- package/dist/docs/Table.mdx +146 -0
- package/dist/docs/Tabs.mdx +102 -0
- package/dist/docs/Text.mdx +24 -0
- package/dist/docs/Textarea.mdx +12 -0
- package/dist/docs/TextareaField.mdx +21 -0
- package/dist/docs/Toast.mdx +20 -0
- package/dist/docs/ToggleGroup.mdx +88 -0
- package/dist/docs/Tooltip.mdx +25 -0
- package/dist/docs/TopBar.mdx +95 -0
- package/dist/docs/Video.mdx +12 -0
- package/dist/docs/accessibility.mdx +67 -0
- package/dist/docs/coreconcepts.mdx +77 -0
- package/dist/docs/introduction.mdx +33 -0
- package/dist/docs/versioning.mdx +40 -0
- package/dist/index.d.ts +1 -1
- package/dist/stitches.d.ts +1949 -2
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +109 -1
- package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
- package/dist/utilities/style/capsize.d.ts +1 -1
- package/dist/utilities/style/keyframe-animations.d.ts +32 -8
- package/package.json +2 -3
|
@@ -1,6 +1,541 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
export declare const StyledLi:
|
|
3
|
-
|
|
2
|
+
export declare const StyledLi: import("@stitches/react/types/styled-component").StyledComponent<"li", {}, {
|
|
3
|
+
sm: string;
|
|
4
|
+
md: string;
|
|
5
|
+
lg: string;
|
|
6
|
+
xl: string;
|
|
7
|
+
reducedMotion: string;
|
|
8
|
+
allowMotion: string;
|
|
9
|
+
hover: string;
|
|
10
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
11
|
+
sm: string;
|
|
12
|
+
md: string;
|
|
13
|
+
lg: string;
|
|
14
|
+
xl: string;
|
|
15
|
+
reducedMotion: string;
|
|
16
|
+
allowMotion: string;
|
|
17
|
+
hover: string;
|
|
18
|
+
}, {
|
|
19
|
+
colors: {
|
|
20
|
+
textForeground: any;
|
|
21
|
+
textSubtle: any;
|
|
22
|
+
textPlaceholder: any;
|
|
23
|
+
background: any;
|
|
24
|
+
backgroundAccent: any;
|
|
25
|
+
tonal50: any;
|
|
26
|
+
tonal100: any;
|
|
27
|
+
tonal200: any;
|
|
28
|
+
tonal300: any;
|
|
29
|
+
tonal400: any;
|
|
30
|
+
tonal500: any;
|
|
31
|
+
tonal600: any;
|
|
32
|
+
alpha100: any;
|
|
33
|
+
alpha150: any;
|
|
34
|
+
alpha200: any;
|
|
35
|
+
alpha250: any;
|
|
36
|
+
alpha600: any;
|
|
37
|
+
primaryLight: any;
|
|
38
|
+
primary: any;
|
|
39
|
+
primaryMid: any;
|
|
40
|
+
primaryDark: any;
|
|
41
|
+
secondary: any;
|
|
42
|
+
brandRed: any;
|
|
43
|
+
brandRedAccent: any;
|
|
44
|
+
brandGreen: any;
|
|
45
|
+
brandGreenAccent: any;
|
|
46
|
+
brandPurple: any;
|
|
47
|
+
brandPurpleAccent: any;
|
|
48
|
+
brandYellow: any;
|
|
49
|
+
brandYellowAccent: any;
|
|
50
|
+
successLight: any;
|
|
51
|
+
success: any;
|
|
52
|
+
successMid: any;
|
|
53
|
+
successDark: any;
|
|
54
|
+
dangerLight: any;
|
|
55
|
+
danger: any;
|
|
56
|
+
dangerMid: any;
|
|
57
|
+
dangerDark: any;
|
|
58
|
+
warningLight: any;
|
|
59
|
+
warning: any;
|
|
60
|
+
warningMid: any;
|
|
61
|
+
warningDark: any;
|
|
62
|
+
warningText: any;
|
|
63
|
+
subjectEnglish: any;
|
|
64
|
+
subjectMaths: any;
|
|
65
|
+
subjectScience: any;
|
|
66
|
+
subjectVerbalReasoning: any;
|
|
67
|
+
subjectNonVerbalReasoning: any;
|
|
68
|
+
subjectCreativeWriting: any;
|
|
69
|
+
subjectExamSkills: any;
|
|
70
|
+
};
|
|
71
|
+
space: {
|
|
72
|
+
"0": any;
|
|
73
|
+
"1": any;
|
|
74
|
+
"2": any;
|
|
75
|
+
"3": any;
|
|
76
|
+
"4": any;
|
|
77
|
+
"5": any;
|
|
78
|
+
"6": any;
|
|
79
|
+
"7": any;
|
|
80
|
+
"8": any;
|
|
81
|
+
"9": any;
|
|
82
|
+
};
|
|
83
|
+
fontSizes: {
|
|
84
|
+
xs: any;
|
|
85
|
+
sm: any;
|
|
86
|
+
md: any;
|
|
87
|
+
lg: any;
|
|
88
|
+
xl: any;
|
|
89
|
+
"2xl": any;
|
|
90
|
+
"3xl": any;
|
|
91
|
+
"4xl": any;
|
|
92
|
+
};
|
|
93
|
+
fonts: {
|
|
94
|
+
sans: any;
|
|
95
|
+
mono: any;
|
|
96
|
+
display: any;
|
|
97
|
+
body: any;
|
|
98
|
+
};
|
|
99
|
+
sizes: {
|
|
100
|
+
"0": any;
|
|
101
|
+
"1": any;
|
|
102
|
+
"2": any;
|
|
103
|
+
"3": any;
|
|
104
|
+
"4": any;
|
|
105
|
+
"5": any;
|
|
106
|
+
"6": any;
|
|
107
|
+
"7": any;
|
|
108
|
+
"8": any;
|
|
109
|
+
};
|
|
110
|
+
radii: {
|
|
111
|
+
"0": any;
|
|
112
|
+
"1": any;
|
|
113
|
+
"2": any;
|
|
114
|
+
"3": any;
|
|
115
|
+
round: any;
|
|
116
|
+
};
|
|
117
|
+
shadows: {
|
|
118
|
+
"0": any;
|
|
119
|
+
"1": any;
|
|
120
|
+
"2": any;
|
|
121
|
+
"3": any;
|
|
122
|
+
};
|
|
123
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
124
|
+
bg: (value: {
|
|
125
|
+
readonly [$$PropertyValue]: "background";
|
|
126
|
+
}) => {
|
|
127
|
+
background: {
|
|
128
|
+
readonly [$$PropertyValue]: "background";
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
inset: (value: string | number | {
|
|
132
|
+
readonly [$$ScaleValue]: "space";
|
|
133
|
+
}) => {
|
|
134
|
+
top: string | number | {
|
|
135
|
+
readonly [$$ScaleValue]: "space";
|
|
136
|
+
};
|
|
137
|
+
right: string | number | {
|
|
138
|
+
readonly [$$ScaleValue]: "space";
|
|
139
|
+
};
|
|
140
|
+
bottom: string | number | {
|
|
141
|
+
readonly [$$ScaleValue]: "space";
|
|
142
|
+
};
|
|
143
|
+
left: string | number | {
|
|
144
|
+
readonly [$$ScaleValue]: "space";
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
size: (value: string | number | {
|
|
148
|
+
readonly [$$ScaleValue]: "size";
|
|
149
|
+
}) => {
|
|
150
|
+
height: string | number | {
|
|
151
|
+
readonly [$$ScaleValue]: "size";
|
|
152
|
+
};
|
|
153
|
+
width: string | number | {
|
|
154
|
+
readonly [$$ScaleValue]: "size";
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
p: (value: string | number | {
|
|
158
|
+
readonly [$$ScaleValue]: "space";
|
|
159
|
+
}) => {
|
|
160
|
+
padding: string | number | {
|
|
161
|
+
readonly [$$ScaleValue]: "space";
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
pt: (value: string | number | {
|
|
165
|
+
readonly [$$ScaleValue]: "space";
|
|
166
|
+
}) => {
|
|
167
|
+
paddingTop: string | number | {
|
|
168
|
+
readonly [$$ScaleValue]: "space";
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
pr: (value: string | number | {
|
|
172
|
+
readonly [$$ScaleValue]: "space";
|
|
173
|
+
}) => {
|
|
174
|
+
paddingRight: string | number | {
|
|
175
|
+
readonly [$$ScaleValue]: "space";
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
pb: (value: string | number | {
|
|
179
|
+
readonly [$$ScaleValue]: "space";
|
|
180
|
+
}) => {
|
|
181
|
+
paddingBottom: string | number | {
|
|
182
|
+
readonly [$$ScaleValue]: "space";
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
pl: (value: string | number | {
|
|
186
|
+
readonly [$$ScaleValue]: "space";
|
|
187
|
+
}) => {
|
|
188
|
+
paddingLeft: string | number | {
|
|
189
|
+
readonly [$$ScaleValue]: "space";
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
px: (value: string | number | {
|
|
193
|
+
readonly [$$ScaleValue]: "space";
|
|
194
|
+
}) => {
|
|
195
|
+
paddingLeft: string | number | {
|
|
196
|
+
readonly [$$ScaleValue]: "space";
|
|
197
|
+
};
|
|
198
|
+
paddingRight: string | number | {
|
|
199
|
+
readonly [$$ScaleValue]: "space";
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
py: (value: string | number | {
|
|
203
|
+
readonly [$$ScaleValue]: "space";
|
|
204
|
+
}) => {
|
|
205
|
+
paddingTop: string | number | {
|
|
206
|
+
readonly [$$ScaleValue]: "space";
|
|
207
|
+
};
|
|
208
|
+
paddingBottom: string | number | {
|
|
209
|
+
readonly [$$ScaleValue]: "space";
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
m: (value: string | number | {
|
|
213
|
+
readonly [$$ScaleValue]: "space";
|
|
214
|
+
}) => {
|
|
215
|
+
margin: string | number | {
|
|
216
|
+
readonly [$$ScaleValue]: "space";
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
mt: (value: string | number | {
|
|
220
|
+
readonly [$$ScaleValue]: "space";
|
|
221
|
+
}) => {
|
|
222
|
+
marginTop: string | number | {
|
|
223
|
+
readonly [$$ScaleValue]: "space";
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
mr: (value: string | number | {
|
|
227
|
+
readonly [$$ScaleValue]: "space";
|
|
228
|
+
}) => {
|
|
229
|
+
marginRight: string | number | {
|
|
230
|
+
readonly [$$ScaleValue]: "space";
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
mb: (value: string | number | {
|
|
234
|
+
readonly [$$ScaleValue]: "space";
|
|
235
|
+
}) => {
|
|
236
|
+
marginBottom: string | number | {
|
|
237
|
+
readonly [$$ScaleValue]: "space";
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
ml: (value: string | number | {
|
|
241
|
+
readonly [$$ScaleValue]: "space";
|
|
242
|
+
}) => {
|
|
243
|
+
marginLeft: string | number | {
|
|
244
|
+
readonly [$$ScaleValue]: "space";
|
|
245
|
+
};
|
|
246
|
+
};
|
|
247
|
+
mx: (value: string | number | {
|
|
248
|
+
readonly [$$ScaleValue]: "space";
|
|
249
|
+
}) => {
|
|
250
|
+
marginLeft: string | number | {
|
|
251
|
+
readonly [$$ScaleValue]: "space";
|
|
252
|
+
};
|
|
253
|
+
marginRight: string | number | {
|
|
254
|
+
readonly [$$ScaleValue]: "space";
|
|
255
|
+
};
|
|
256
|
+
};
|
|
257
|
+
my: (value: string | number | {
|
|
258
|
+
readonly [$$ScaleValue]: "space";
|
|
259
|
+
}) => {
|
|
260
|
+
marginTop: string | number | {
|
|
261
|
+
readonly [$$ScaleValue]: "space";
|
|
262
|
+
};
|
|
263
|
+
marginBottom: string | number | {
|
|
264
|
+
readonly [$$ScaleValue]: "space";
|
|
265
|
+
};
|
|
266
|
+
};
|
|
267
|
+
}>>;
|
|
268
|
+
export declare const StyledList: import("@stitches/react/types/styled-component").StyledComponent<"ul", {
|
|
269
|
+
as?: "ol" | "ul" | undefined;
|
|
270
|
+
theme?: "primary" | undefined;
|
|
271
|
+
size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
|
|
272
|
+
noCapsize?: boolean | "true" | undefined;
|
|
273
|
+
}, {
|
|
274
|
+
sm: string;
|
|
275
|
+
md: string;
|
|
276
|
+
lg: string;
|
|
277
|
+
xl: string;
|
|
278
|
+
reducedMotion: string;
|
|
279
|
+
allowMotion: string;
|
|
280
|
+
hover: string;
|
|
281
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
282
|
+
sm: string;
|
|
283
|
+
md: string;
|
|
284
|
+
lg: string;
|
|
285
|
+
xl: string;
|
|
286
|
+
reducedMotion: string;
|
|
287
|
+
allowMotion: string;
|
|
288
|
+
hover: string;
|
|
289
|
+
}, {
|
|
290
|
+
colors: {
|
|
291
|
+
textForeground: any;
|
|
292
|
+
textSubtle: any;
|
|
293
|
+
textPlaceholder: any;
|
|
294
|
+
background: any;
|
|
295
|
+
backgroundAccent: any;
|
|
296
|
+
tonal50: any;
|
|
297
|
+
tonal100: any;
|
|
298
|
+
tonal200: any;
|
|
299
|
+
tonal300: any;
|
|
300
|
+
tonal400: any;
|
|
301
|
+
tonal500: any;
|
|
302
|
+
tonal600: any;
|
|
303
|
+
alpha100: any;
|
|
304
|
+
alpha150: any;
|
|
305
|
+
alpha200: any;
|
|
306
|
+
alpha250: any;
|
|
307
|
+
alpha600: any;
|
|
308
|
+
primaryLight: any;
|
|
309
|
+
primary: any;
|
|
310
|
+
primaryMid: any;
|
|
311
|
+
primaryDark: any;
|
|
312
|
+
secondary: any;
|
|
313
|
+
brandRed: any;
|
|
314
|
+
brandRedAccent: any;
|
|
315
|
+
brandGreen: any;
|
|
316
|
+
brandGreenAccent: any;
|
|
317
|
+
brandPurple: any;
|
|
318
|
+
brandPurpleAccent: any;
|
|
319
|
+
brandYellow: any;
|
|
320
|
+
brandYellowAccent: any;
|
|
321
|
+
successLight: any;
|
|
322
|
+
success: any;
|
|
323
|
+
successMid: any;
|
|
324
|
+
successDark: any;
|
|
325
|
+
dangerLight: any;
|
|
326
|
+
danger: any;
|
|
327
|
+
dangerMid: any;
|
|
328
|
+
dangerDark: any;
|
|
329
|
+
warningLight: any;
|
|
330
|
+
warning: any;
|
|
331
|
+
warningMid: any;
|
|
332
|
+
warningDark: any;
|
|
333
|
+
warningText: any;
|
|
334
|
+
subjectEnglish: any;
|
|
335
|
+
subjectMaths: any;
|
|
336
|
+
subjectScience: any;
|
|
337
|
+
subjectVerbalReasoning: any;
|
|
338
|
+
subjectNonVerbalReasoning: any;
|
|
339
|
+
subjectCreativeWriting: any;
|
|
340
|
+
subjectExamSkills: any;
|
|
341
|
+
};
|
|
342
|
+
space: {
|
|
343
|
+
"0": any;
|
|
344
|
+
"1": any;
|
|
345
|
+
"2": any;
|
|
346
|
+
"3": any;
|
|
347
|
+
"4": any;
|
|
348
|
+
"5": any;
|
|
349
|
+
"6": any;
|
|
350
|
+
"7": any;
|
|
351
|
+
"8": any;
|
|
352
|
+
"9": any;
|
|
353
|
+
};
|
|
354
|
+
fontSizes: {
|
|
355
|
+
xs: any;
|
|
356
|
+
sm: any;
|
|
357
|
+
md: any;
|
|
358
|
+
lg: any;
|
|
359
|
+
xl: any;
|
|
360
|
+
"2xl": any;
|
|
361
|
+
"3xl": any;
|
|
362
|
+
"4xl": any;
|
|
363
|
+
};
|
|
364
|
+
fonts: {
|
|
365
|
+
sans: any;
|
|
366
|
+
mono: any;
|
|
367
|
+
display: any;
|
|
368
|
+
body: any;
|
|
369
|
+
};
|
|
370
|
+
sizes: {
|
|
371
|
+
"0": any;
|
|
372
|
+
"1": any;
|
|
373
|
+
"2": any;
|
|
374
|
+
"3": any;
|
|
375
|
+
"4": any;
|
|
376
|
+
"5": any;
|
|
377
|
+
"6": any;
|
|
378
|
+
"7": any;
|
|
379
|
+
"8": any;
|
|
380
|
+
};
|
|
381
|
+
radii: {
|
|
382
|
+
"0": any;
|
|
383
|
+
"1": any;
|
|
384
|
+
"2": any;
|
|
385
|
+
"3": any;
|
|
386
|
+
round: any;
|
|
387
|
+
};
|
|
388
|
+
shadows: {
|
|
389
|
+
"0": any;
|
|
390
|
+
"1": any;
|
|
391
|
+
"2": any;
|
|
392
|
+
"3": any;
|
|
393
|
+
};
|
|
394
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
395
|
+
bg: (value: {
|
|
396
|
+
readonly [$$PropertyValue]: "background";
|
|
397
|
+
}) => {
|
|
398
|
+
background: {
|
|
399
|
+
readonly [$$PropertyValue]: "background";
|
|
400
|
+
};
|
|
401
|
+
};
|
|
402
|
+
inset: (value: string | number | {
|
|
403
|
+
readonly [$$ScaleValue]: "space";
|
|
404
|
+
}) => {
|
|
405
|
+
top: string | number | {
|
|
406
|
+
readonly [$$ScaleValue]: "space";
|
|
407
|
+
};
|
|
408
|
+
right: string | number | {
|
|
409
|
+
readonly [$$ScaleValue]: "space";
|
|
410
|
+
};
|
|
411
|
+
bottom: string | number | {
|
|
412
|
+
readonly [$$ScaleValue]: "space";
|
|
413
|
+
};
|
|
414
|
+
left: string | number | {
|
|
415
|
+
readonly [$$ScaleValue]: "space";
|
|
416
|
+
};
|
|
417
|
+
};
|
|
418
|
+
size: (value: string | number | {
|
|
419
|
+
readonly [$$ScaleValue]: "size";
|
|
420
|
+
}) => {
|
|
421
|
+
height: string | number | {
|
|
422
|
+
readonly [$$ScaleValue]: "size";
|
|
423
|
+
};
|
|
424
|
+
width: string | number | {
|
|
425
|
+
readonly [$$ScaleValue]: "size";
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
p: (value: string | number | {
|
|
429
|
+
readonly [$$ScaleValue]: "space";
|
|
430
|
+
}) => {
|
|
431
|
+
padding: string | number | {
|
|
432
|
+
readonly [$$ScaleValue]: "space";
|
|
433
|
+
};
|
|
434
|
+
};
|
|
435
|
+
pt: (value: string | number | {
|
|
436
|
+
readonly [$$ScaleValue]: "space";
|
|
437
|
+
}) => {
|
|
438
|
+
paddingTop: string | number | {
|
|
439
|
+
readonly [$$ScaleValue]: "space";
|
|
440
|
+
};
|
|
441
|
+
};
|
|
442
|
+
pr: (value: string | number | {
|
|
443
|
+
readonly [$$ScaleValue]: "space";
|
|
444
|
+
}) => {
|
|
445
|
+
paddingRight: string | number | {
|
|
446
|
+
readonly [$$ScaleValue]: "space";
|
|
447
|
+
};
|
|
448
|
+
};
|
|
449
|
+
pb: (value: string | number | {
|
|
450
|
+
readonly [$$ScaleValue]: "space";
|
|
451
|
+
}) => {
|
|
452
|
+
paddingBottom: string | number | {
|
|
453
|
+
readonly [$$ScaleValue]: "space";
|
|
454
|
+
};
|
|
455
|
+
};
|
|
456
|
+
pl: (value: string | number | {
|
|
457
|
+
readonly [$$ScaleValue]: "space";
|
|
458
|
+
}) => {
|
|
459
|
+
paddingLeft: string | number | {
|
|
460
|
+
readonly [$$ScaleValue]: "space";
|
|
461
|
+
};
|
|
462
|
+
};
|
|
463
|
+
px: (value: string | number | {
|
|
464
|
+
readonly [$$ScaleValue]: "space";
|
|
465
|
+
}) => {
|
|
466
|
+
paddingLeft: string | number | {
|
|
467
|
+
readonly [$$ScaleValue]: "space";
|
|
468
|
+
};
|
|
469
|
+
paddingRight: string | number | {
|
|
470
|
+
readonly [$$ScaleValue]: "space";
|
|
471
|
+
};
|
|
472
|
+
};
|
|
473
|
+
py: (value: string | number | {
|
|
474
|
+
readonly [$$ScaleValue]: "space";
|
|
475
|
+
}) => {
|
|
476
|
+
paddingTop: string | number | {
|
|
477
|
+
readonly [$$ScaleValue]: "space";
|
|
478
|
+
};
|
|
479
|
+
paddingBottom: string | number | {
|
|
480
|
+
readonly [$$ScaleValue]: "space";
|
|
481
|
+
};
|
|
482
|
+
};
|
|
483
|
+
m: (value: string | number | {
|
|
484
|
+
readonly [$$ScaleValue]: "space";
|
|
485
|
+
}) => {
|
|
486
|
+
margin: string | number | {
|
|
487
|
+
readonly [$$ScaleValue]: "space";
|
|
488
|
+
};
|
|
489
|
+
};
|
|
490
|
+
mt: (value: string | number | {
|
|
491
|
+
readonly [$$ScaleValue]: "space";
|
|
492
|
+
}) => {
|
|
493
|
+
marginTop: string | number | {
|
|
494
|
+
readonly [$$ScaleValue]: "space";
|
|
495
|
+
};
|
|
496
|
+
};
|
|
497
|
+
mr: (value: string | number | {
|
|
498
|
+
readonly [$$ScaleValue]: "space";
|
|
499
|
+
}) => {
|
|
500
|
+
marginRight: string | number | {
|
|
501
|
+
readonly [$$ScaleValue]: "space";
|
|
502
|
+
};
|
|
503
|
+
};
|
|
504
|
+
mb: (value: string | number | {
|
|
505
|
+
readonly [$$ScaleValue]: "space";
|
|
506
|
+
}) => {
|
|
507
|
+
marginBottom: string | number | {
|
|
508
|
+
readonly [$$ScaleValue]: "space";
|
|
509
|
+
};
|
|
510
|
+
};
|
|
511
|
+
ml: (value: string | number | {
|
|
512
|
+
readonly [$$ScaleValue]: "space";
|
|
513
|
+
}) => {
|
|
514
|
+
marginLeft: string | number | {
|
|
515
|
+
readonly [$$ScaleValue]: "space";
|
|
516
|
+
};
|
|
517
|
+
};
|
|
518
|
+
mx: (value: string | number | {
|
|
519
|
+
readonly [$$ScaleValue]: "space";
|
|
520
|
+
}) => {
|
|
521
|
+
marginLeft: string | number | {
|
|
522
|
+
readonly [$$ScaleValue]: "space";
|
|
523
|
+
};
|
|
524
|
+
marginRight: string | number | {
|
|
525
|
+
readonly [$$ScaleValue]: "space";
|
|
526
|
+
};
|
|
527
|
+
};
|
|
528
|
+
my: (value: string | number | {
|
|
529
|
+
readonly [$$ScaleValue]: "space";
|
|
530
|
+
}) => {
|
|
531
|
+
marginTop: string | number | {
|
|
532
|
+
readonly [$$ScaleValue]: "space";
|
|
533
|
+
};
|
|
534
|
+
marginBottom: string | number | {
|
|
535
|
+
readonly [$$ScaleValue]: "space";
|
|
536
|
+
};
|
|
537
|
+
};
|
|
538
|
+
}>>;
|
|
4
539
|
declare type ListProps = React.ComponentProps<typeof StyledList> & {
|
|
5
540
|
ordered?: boolean;
|
|
6
541
|
};
|