@atom-learning/components 3.27.0-beta.4 → 3.27.0
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/CHANGELOG.md +207 -0
- package/dist/components/accordion/AccordionTrigger.d.ts +1 -1
- package/dist/components/accordion/AccordionTrigger.js +1 -1
- package/dist/components/accordion/AccordionTrigger.js.map +1 -1
- package/dist/components/action-icon/ActionIcon.js +1 -1
- package/dist/components/action-icon/ActionIcon.js.map +1 -1
- package/dist/components/button/Button.js +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/calendar/Day.js +1 -1
- package/dist/components/calendar/Day.js.map +1 -1
- package/dist/components/data-table/DataTable.d.ts +44 -9
- package/dist/components/data-table/DataTableTable.js +1 -1
- package/dist/components/data-table/DataTableTable.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuLinkItem.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuLinkItem.js.map +1 -1
- package/dist/components/empty-state/EmptyState.context.d.ts +8 -0
- package/dist/components/empty-state/EmptyState.context.js +2 -0
- package/dist/components/empty-state/EmptyState.context.js.map +1 -0
- package/dist/components/empty-state/EmptyState.d.ts +374 -738
- package/dist/components/empty-state/EmptyState.js +1 -1
- package/dist/components/empty-state/EmptyState.js.map +1 -1
- package/dist/components/empty-state/EmptyStateBody.d.ts +9 -4
- package/dist/components/empty-state/EmptyStateBody.js +1 -1
- package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
- package/dist/components/empty-state/EmptyStateImage.d.ts +1 -2
- package/dist/components/empty-state/EmptyStateImage.js +1 -1
- package/dist/components/empty-state/EmptyStateImage.js.map +1 -1
- package/dist/components/empty-state/EmptyStateTitle.d.ts +7 -1
- package/dist/components/empty-state/EmptyStateTitle.js +1 -1
- package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/components/input/Input.d.ts +1503 -5
- package/dist/components/input/Input.js +1 -1
- package/dist/components/input/Input.js.map +1 -1
- package/dist/components/input/index.d.ts +1 -1
- package/dist/components/link/Link.js +1 -1
- package/dist/components/link/Link.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdown.js +1 -1
- package/dist/components/navigation/NavigationMenuDropdownTrigger.js +1 -1
- package/dist/components/navigation/NavigationMenuLink.js +1 -1
- package/dist/components/navigation/NavigationMenuLink.js.map +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.js +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.js.map +1 -1
- package/dist/components/side-bar/SideBar.d.ts +360 -364
- package/dist/components/side-bar/SideBarComponents.d.ts +8 -10
- package/dist/components/side-bar/SideBarComponents.js +1 -1
- package/dist/components/side-bar/SideBarComponents.js.map +1 -1
- package/dist/components/table/Table.d.ts +6 -2
- package/dist/components/table/Table.js +1 -1
- package/dist/components/table/Table.js.map +1 -1
- package/dist/components/table/TableStickyColumnsContainer.d.ts +3 -1
- package/dist/components/table/TableStickyColumnsContainer.js +1 -1
- package/dist/components/table/TableStickyColumnsContainer.js.map +1 -1
- package/dist/components/table/useStickyColumnsCss.d.ts +6 -1
- package/dist/components/table/useStickyColumnsCss.js +1 -1
- package/dist/components/table/useStickyColumnsCss.js.map +1 -1
- package/dist/components/tile-interactive/TileInteractive.d.ts +3 -1
- package/dist/components/tile-interactive/TileInteractive.js +1 -1
- package/dist/components/tile-interactive/TileInteractive.js.map +1 -1
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +2 -0
- package/dist/components/top-bar/TopBar.d.ts +360 -364
- package/dist/components/top-bar/TopBarBrand.d.ts +1 -2
- package/dist/components/top-bar/TopBarBrand.js +1 -1
- package/dist/components/top-bar/TopBarBrand.js.map +1 -1
- package/dist/docgen.json +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -1
- package/dist/utilities/uri/index.d.ts +0 -1
- package/dist/utilities/uri/index.js +1 -1
- package/dist/utilities/uri/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/context/router/index.d.ts +0 -10
- package/dist/context/router/index.js +0 -2
- package/dist/context/router/index.js.map +0 -1
|
@@ -1,7 +1,381 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Override } from '../../utilities/types';
|
|
3
|
-
|
|
3
|
+
import { Text } from '../text';
|
|
4
|
+
export declare const InputBackground: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
5
|
+
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
|
|
6
|
+
wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
|
|
7
|
+
justify?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
|
|
8
|
+
align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
|
|
9
|
+
gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
10
|
+
}, {
|
|
11
|
+
sm: string;
|
|
12
|
+
md: string;
|
|
13
|
+
lg: string;
|
|
14
|
+
xl: string;
|
|
15
|
+
reducedMotion: string;
|
|
16
|
+
allowMotion: string;
|
|
17
|
+
hover: string;
|
|
18
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
19
|
+
sm: string;
|
|
20
|
+
md: string;
|
|
21
|
+
lg: string;
|
|
22
|
+
xl: string;
|
|
23
|
+
reducedMotion: string;
|
|
24
|
+
allowMotion: string;
|
|
25
|
+
hover: string;
|
|
26
|
+
}, {
|
|
27
|
+
colors: {
|
|
28
|
+
textBold: any;
|
|
29
|
+
textRegular: any;
|
|
30
|
+
textSubtle: any;
|
|
31
|
+
textMinimal: any;
|
|
32
|
+
background: any;
|
|
33
|
+
backgroundAccent: any;
|
|
34
|
+
grey100: any;
|
|
35
|
+
grey200: any;
|
|
36
|
+
grey300: any;
|
|
37
|
+
grey400: any;
|
|
38
|
+
grey500: any;
|
|
39
|
+
grey600: any;
|
|
40
|
+
grey700: any;
|
|
41
|
+
grey800: any;
|
|
42
|
+
grey900: any;
|
|
43
|
+
grey1000: any;
|
|
44
|
+
grey1100: any;
|
|
45
|
+
grey1200: any;
|
|
46
|
+
blue100: any;
|
|
47
|
+
blue200: any;
|
|
48
|
+
blue300: any;
|
|
49
|
+
blue400: any;
|
|
50
|
+
blue500: any;
|
|
51
|
+
blue600: any;
|
|
52
|
+
blue700: any;
|
|
53
|
+
blue800: any;
|
|
54
|
+
blue900: any;
|
|
55
|
+
blue1000: any;
|
|
56
|
+
blue1100: any;
|
|
57
|
+
blue1200: any;
|
|
58
|
+
purple100: any;
|
|
59
|
+
purple200: any;
|
|
60
|
+
purple300: any;
|
|
61
|
+
purple400: any;
|
|
62
|
+
purple500: any;
|
|
63
|
+
purple600: any;
|
|
64
|
+
purple700: any;
|
|
65
|
+
purple800: any;
|
|
66
|
+
purple900: any;
|
|
67
|
+
purple1000: any;
|
|
68
|
+
purple1100: any;
|
|
69
|
+
purple1200: any;
|
|
70
|
+
cyan100: any;
|
|
71
|
+
cyan200: any;
|
|
72
|
+
cyan300: any;
|
|
73
|
+
cyan400: any;
|
|
74
|
+
cyan500: any;
|
|
75
|
+
cyan600: any;
|
|
76
|
+
cyan700: any;
|
|
77
|
+
cyan800: any;
|
|
78
|
+
cyan900: any;
|
|
79
|
+
cyan1000: any;
|
|
80
|
+
cyan1100: any;
|
|
81
|
+
cyan1200: any;
|
|
82
|
+
green100: any;
|
|
83
|
+
green200: any;
|
|
84
|
+
green300: any;
|
|
85
|
+
green400: any;
|
|
86
|
+
green500: any;
|
|
87
|
+
green600: any;
|
|
88
|
+
green700: any;
|
|
89
|
+
green800: any;
|
|
90
|
+
green900: any;
|
|
91
|
+
green1000: any;
|
|
92
|
+
green1100: any;
|
|
93
|
+
green1200: any;
|
|
94
|
+
magenta100: any;
|
|
95
|
+
magenta200: any;
|
|
96
|
+
magenta300: any;
|
|
97
|
+
magenta400: any;
|
|
98
|
+
magenta500: any;
|
|
99
|
+
magenta600: any;
|
|
100
|
+
magenta700: any;
|
|
101
|
+
magenta800: any;
|
|
102
|
+
magenta900: any;
|
|
103
|
+
magenta1000: any;
|
|
104
|
+
magenta1100: any;
|
|
105
|
+
magenta1200: any;
|
|
106
|
+
red100: any;
|
|
107
|
+
red200: any;
|
|
108
|
+
red300: any;
|
|
109
|
+
red400: any;
|
|
110
|
+
red500: any;
|
|
111
|
+
red600: any;
|
|
112
|
+
red700: any;
|
|
113
|
+
red800: any;
|
|
114
|
+
red900: any;
|
|
115
|
+
red1000: any;
|
|
116
|
+
red1100: any;
|
|
117
|
+
red1200: any;
|
|
118
|
+
teal100: any;
|
|
119
|
+
teal200: any;
|
|
120
|
+
teal300: any;
|
|
121
|
+
teal400: any;
|
|
122
|
+
teal500: any;
|
|
123
|
+
teal600: any;
|
|
124
|
+
teal700: any;
|
|
125
|
+
teal800: any;
|
|
126
|
+
teal900: any;
|
|
127
|
+
teal1000: any;
|
|
128
|
+
teal1100: any;
|
|
129
|
+
teal1200: any;
|
|
130
|
+
orange100: any;
|
|
131
|
+
orange200: any;
|
|
132
|
+
orange300: any;
|
|
133
|
+
orange400: any;
|
|
134
|
+
orange500: any;
|
|
135
|
+
orange600: any;
|
|
136
|
+
orange700: any;
|
|
137
|
+
orange800: any;
|
|
138
|
+
orange900: any;
|
|
139
|
+
orange1000: any;
|
|
140
|
+
orange1100: any;
|
|
141
|
+
orange1200: any;
|
|
142
|
+
yellow100: any;
|
|
143
|
+
yellow200: any;
|
|
144
|
+
yellow300: any;
|
|
145
|
+
yellow400: any;
|
|
146
|
+
yellow500: any;
|
|
147
|
+
yellow600: any;
|
|
148
|
+
yellow700: any;
|
|
149
|
+
yellow800: any;
|
|
150
|
+
yellow900: any;
|
|
151
|
+
yellow1000: any;
|
|
152
|
+
yellow1100: any;
|
|
153
|
+
yellow1200: any;
|
|
154
|
+
lime100: any;
|
|
155
|
+
lime200: any;
|
|
156
|
+
lime300: any;
|
|
157
|
+
lime400: any;
|
|
158
|
+
lime500: any;
|
|
159
|
+
lime600: any;
|
|
160
|
+
lime700: any;
|
|
161
|
+
lime800: any;
|
|
162
|
+
lime900: any;
|
|
163
|
+
lime1000: any;
|
|
164
|
+
lime1100: any;
|
|
165
|
+
lime1200: any;
|
|
166
|
+
lapis100: any;
|
|
167
|
+
lapis200: any;
|
|
168
|
+
lapis300: any;
|
|
169
|
+
lapis400: any;
|
|
170
|
+
lapis500: any;
|
|
171
|
+
lapis600: any;
|
|
172
|
+
lapis700: any;
|
|
173
|
+
lapis800: any;
|
|
174
|
+
lapis900: any;
|
|
175
|
+
lapis1000: any;
|
|
176
|
+
lapis1100: any;
|
|
177
|
+
lapis1200: any;
|
|
178
|
+
maroon100: any;
|
|
179
|
+
maroon200: any;
|
|
180
|
+
maroon300: any;
|
|
181
|
+
maroon400: any;
|
|
182
|
+
maroon500: any;
|
|
183
|
+
maroon600: any;
|
|
184
|
+
maroon700: any;
|
|
185
|
+
maroon800: any;
|
|
186
|
+
maroon900: any;
|
|
187
|
+
maroon1000: any;
|
|
188
|
+
maroon1100: any;
|
|
189
|
+
maroon1200: any;
|
|
190
|
+
marsh100: any;
|
|
191
|
+
marsh200: any;
|
|
192
|
+
marsh300: any;
|
|
193
|
+
marsh400: any;
|
|
194
|
+
marsh500: any;
|
|
195
|
+
marsh600: any;
|
|
196
|
+
marsh700: any;
|
|
197
|
+
marsh800: any;
|
|
198
|
+
marsh900: any;
|
|
199
|
+
marsh1000: any;
|
|
200
|
+
marsh1100: any;
|
|
201
|
+
marsh1200: any;
|
|
202
|
+
tonal50: any;
|
|
203
|
+
tonal100: any;
|
|
204
|
+
tonal200: any;
|
|
205
|
+
tonal300: any;
|
|
206
|
+
tonal400: any;
|
|
207
|
+
tonal500: any;
|
|
208
|
+
tonal600: any;
|
|
209
|
+
alpha100: any;
|
|
210
|
+
alpha150: any;
|
|
211
|
+
alpha200: any;
|
|
212
|
+
alpha250: any;
|
|
213
|
+
alpha600: any;
|
|
214
|
+
brandRed: any;
|
|
215
|
+
brandRedAccent: any;
|
|
216
|
+
brandGreen: any;
|
|
217
|
+
brandGreenAccent: any;
|
|
218
|
+
brandPurple: any;
|
|
219
|
+
brandPurpleAccent: any;
|
|
220
|
+
brandYellow: any;
|
|
221
|
+
brandYellowAccent: any;
|
|
222
|
+
infoLight: any;
|
|
223
|
+
info: any;
|
|
224
|
+
infoMid: any;
|
|
225
|
+
infoDark: any;
|
|
226
|
+
successLight: any;
|
|
227
|
+
success: any;
|
|
228
|
+
successMid: any;
|
|
229
|
+
successDark: any;
|
|
230
|
+
dangerLight: any;
|
|
231
|
+
danger: any;
|
|
232
|
+
dangerMid: any;
|
|
233
|
+
dangerDark: any;
|
|
234
|
+
warningLight: any;
|
|
235
|
+
warning: any;
|
|
236
|
+
warningMid: any;
|
|
237
|
+
warningDark: any;
|
|
238
|
+
warningText: any;
|
|
239
|
+
subjectEnglish: any;
|
|
240
|
+
subjectMaths: any;
|
|
241
|
+
subjectScience: any;
|
|
242
|
+
subjectVerbalReasoning: any;
|
|
243
|
+
subjectNonVerbalReasoning: any;
|
|
244
|
+
subjectCreativeWriting: any;
|
|
245
|
+
subjectExamSkills: any;
|
|
246
|
+
glBlueLight: any;
|
|
247
|
+
glBluePrimary: any;
|
|
248
|
+
glBlueDark: any;
|
|
249
|
+
primary100: any;
|
|
250
|
+
primary200: any;
|
|
251
|
+
primary300: any;
|
|
252
|
+
primary400: any;
|
|
253
|
+
primary500: any;
|
|
254
|
+
primary600: any;
|
|
255
|
+
primary700: any;
|
|
256
|
+
primary800: any;
|
|
257
|
+
primary900: any;
|
|
258
|
+
primary1000: any;
|
|
259
|
+
primary1100: any;
|
|
260
|
+
primary1200: any;
|
|
261
|
+
};
|
|
262
|
+
space: {
|
|
263
|
+
"0": any;
|
|
264
|
+
"1": any;
|
|
265
|
+
"2": any;
|
|
266
|
+
"3": any;
|
|
267
|
+
"4": any;
|
|
268
|
+
"5": any;
|
|
269
|
+
"6": any;
|
|
270
|
+
"7": any;
|
|
271
|
+
"8": any;
|
|
272
|
+
"9": any;
|
|
273
|
+
"24": any;
|
|
274
|
+
};
|
|
275
|
+
fontSizes: {
|
|
276
|
+
xs: any;
|
|
277
|
+
sm: any;
|
|
278
|
+
md: any;
|
|
279
|
+
lg: any;
|
|
280
|
+
xl: any;
|
|
281
|
+
"2xl": any;
|
|
282
|
+
"3xl": any;
|
|
283
|
+
"4xl": any;
|
|
284
|
+
};
|
|
285
|
+
fonts: {
|
|
286
|
+
sans: any;
|
|
287
|
+
mono: any;
|
|
288
|
+
display: any;
|
|
289
|
+
body: any;
|
|
290
|
+
};
|
|
291
|
+
sizes: {
|
|
292
|
+
"0": any;
|
|
293
|
+
"1": any;
|
|
294
|
+
"2": any;
|
|
295
|
+
"3": any;
|
|
296
|
+
"4": any;
|
|
297
|
+
"5": any;
|
|
298
|
+
"6": any;
|
|
299
|
+
"7": any;
|
|
300
|
+
"8": any;
|
|
301
|
+
};
|
|
302
|
+
radii: {
|
|
303
|
+
"0": any;
|
|
304
|
+
"1": any;
|
|
305
|
+
"2": any;
|
|
306
|
+
"3": any;
|
|
307
|
+
round: any;
|
|
308
|
+
};
|
|
309
|
+
shadows: {
|
|
310
|
+
"0": any;
|
|
311
|
+
"1": any;
|
|
312
|
+
"2": any;
|
|
313
|
+
"3": any;
|
|
314
|
+
};
|
|
315
|
+
ratios: {
|
|
316
|
+
"16-9": any;
|
|
317
|
+
"3-2": any;
|
|
318
|
+
"4-3": any;
|
|
319
|
+
"1-1": any;
|
|
320
|
+
"3-4": any;
|
|
321
|
+
};
|
|
322
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
323
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
324
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
325
|
+
};
|
|
326
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
|
|
327
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
328
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
329
|
+
};
|
|
330
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
331
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
332
|
+
};
|
|
333
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
334
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
335
|
+
};
|
|
336
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
337
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
338
|
+
};
|
|
339
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
340
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
341
|
+
};
|
|
342
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
343
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
344
|
+
};
|
|
345
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
346
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
347
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
348
|
+
};
|
|
349
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
350
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
351
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
352
|
+
};
|
|
353
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
354
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
355
|
+
};
|
|
356
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
357
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
358
|
+
};
|
|
359
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
360
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
361
|
+
};
|
|
362
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
363
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
364
|
+
};
|
|
365
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
366
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
367
|
+
};
|
|
368
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
369
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
370
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
371
|
+
};
|
|
372
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
373
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
374
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
375
|
+
};
|
|
376
|
+
}>>, {
|
|
4
377
|
size?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
378
|
+
disabled?: boolean | "true" | undefined;
|
|
5
379
|
state?: "error" | undefined;
|
|
6
380
|
}, {
|
|
7
381
|
sm: string;
|
|
@@ -370,10 +744,1134 @@ declare const StyledInput: import("@stitches/react/types/styled-component").Styl
|
|
|
370
744
|
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
371
745
|
};
|
|
372
746
|
}>>;
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
747
|
+
declare const StyledInputText: import("@stitches/react/types/styled-component").StyledComponent<"input", {}, {
|
|
748
|
+
sm: string;
|
|
749
|
+
md: string;
|
|
750
|
+
lg: string;
|
|
751
|
+
xl: string;
|
|
752
|
+
reducedMotion: string;
|
|
753
|
+
allowMotion: string;
|
|
754
|
+
hover: string;
|
|
755
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
756
|
+
sm: string;
|
|
757
|
+
md: string;
|
|
758
|
+
lg: string;
|
|
759
|
+
xl: string;
|
|
760
|
+
reducedMotion: string;
|
|
761
|
+
allowMotion: string;
|
|
762
|
+
hover: string;
|
|
763
|
+
}, {
|
|
764
|
+
colors: {
|
|
765
|
+
textBold: any;
|
|
766
|
+
textRegular: any;
|
|
767
|
+
textSubtle: any;
|
|
768
|
+
textMinimal: any;
|
|
769
|
+
background: any;
|
|
770
|
+
backgroundAccent: any;
|
|
771
|
+
grey100: any;
|
|
772
|
+
grey200: any;
|
|
773
|
+
grey300: any;
|
|
774
|
+
grey400: any;
|
|
775
|
+
grey500: any;
|
|
776
|
+
grey600: any;
|
|
777
|
+
grey700: any;
|
|
778
|
+
grey800: any;
|
|
779
|
+
grey900: any;
|
|
780
|
+
grey1000: any;
|
|
781
|
+
grey1100: any;
|
|
782
|
+
grey1200: any;
|
|
783
|
+
blue100: any;
|
|
784
|
+
blue200: any;
|
|
785
|
+
blue300: any;
|
|
786
|
+
blue400: any;
|
|
787
|
+
blue500: any;
|
|
788
|
+
blue600: any;
|
|
789
|
+
blue700: any;
|
|
790
|
+
blue800: any;
|
|
791
|
+
blue900: any;
|
|
792
|
+
blue1000: any;
|
|
793
|
+
blue1100: any;
|
|
794
|
+
blue1200: any;
|
|
795
|
+
purple100: any;
|
|
796
|
+
purple200: any;
|
|
797
|
+
purple300: any;
|
|
798
|
+
purple400: any;
|
|
799
|
+
purple500: any;
|
|
800
|
+
purple600: any;
|
|
801
|
+
purple700: any;
|
|
802
|
+
purple800: any;
|
|
803
|
+
purple900: any;
|
|
804
|
+
purple1000: any;
|
|
805
|
+
purple1100: any;
|
|
806
|
+
purple1200: any;
|
|
807
|
+
cyan100: any;
|
|
808
|
+
cyan200: any;
|
|
809
|
+
cyan300: any;
|
|
810
|
+
cyan400: any;
|
|
811
|
+
cyan500: any;
|
|
812
|
+
cyan600: any;
|
|
813
|
+
cyan700: any;
|
|
814
|
+
cyan800: any;
|
|
815
|
+
cyan900: any;
|
|
816
|
+
cyan1000: any;
|
|
817
|
+
cyan1100: any;
|
|
818
|
+
cyan1200: any;
|
|
819
|
+
green100: any;
|
|
820
|
+
green200: any;
|
|
821
|
+
green300: any;
|
|
822
|
+
green400: any;
|
|
823
|
+
green500: any;
|
|
824
|
+
green600: any;
|
|
825
|
+
green700: any;
|
|
826
|
+
green800: any;
|
|
827
|
+
green900: any;
|
|
828
|
+
green1000: any;
|
|
829
|
+
green1100: any;
|
|
830
|
+
green1200: any;
|
|
831
|
+
magenta100: any;
|
|
832
|
+
magenta200: any;
|
|
833
|
+
magenta300: any;
|
|
834
|
+
magenta400: any;
|
|
835
|
+
magenta500: any;
|
|
836
|
+
magenta600: any;
|
|
837
|
+
magenta700: any;
|
|
838
|
+
magenta800: any;
|
|
839
|
+
magenta900: any;
|
|
840
|
+
magenta1000: any;
|
|
841
|
+
magenta1100: any;
|
|
842
|
+
magenta1200: any;
|
|
843
|
+
red100: any;
|
|
844
|
+
red200: any;
|
|
845
|
+
red300: any;
|
|
846
|
+
red400: any;
|
|
847
|
+
red500: any;
|
|
848
|
+
red600: any;
|
|
849
|
+
red700: any;
|
|
850
|
+
red800: any;
|
|
851
|
+
red900: any;
|
|
852
|
+
red1000: any;
|
|
853
|
+
red1100: any;
|
|
854
|
+
red1200: any;
|
|
855
|
+
teal100: any;
|
|
856
|
+
teal200: any;
|
|
857
|
+
teal300: any;
|
|
858
|
+
teal400: any;
|
|
859
|
+
teal500: any;
|
|
860
|
+
teal600: any;
|
|
861
|
+
teal700: any;
|
|
862
|
+
teal800: any;
|
|
863
|
+
teal900: any;
|
|
864
|
+
teal1000: any;
|
|
865
|
+
teal1100: any;
|
|
866
|
+
teal1200: any;
|
|
867
|
+
orange100: any;
|
|
868
|
+
orange200: any;
|
|
869
|
+
orange300: any;
|
|
870
|
+
orange400: any;
|
|
871
|
+
orange500: any;
|
|
872
|
+
orange600: any;
|
|
873
|
+
orange700: any;
|
|
874
|
+
orange800: any;
|
|
875
|
+
orange900: any;
|
|
876
|
+
orange1000: any;
|
|
877
|
+
orange1100: any;
|
|
878
|
+
orange1200: any;
|
|
879
|
+
yellow100: any;
|
|
880
|
+
yellow200: any;
|
|
881
|
+
yellow300: any;
|
|
882
|
+
yellow400: any;
|
|
883
|
+
yellow500: any;
|
|
884
|
+
yellow600: any;
|
|
885
|
+
yellow700: any;
|
|
886
|
+
yellow800: any;
|
|
887
|
+
yellow900: any;
|
|
888
|
+
yellow1000: any;
|
|
889
|
+
yellow1100: any;
|
|
890
|
+
yellow1200: any;
|
|
891
|
+
lime100: any;
|
|
892
|
+
lime200: any;
|
|
893
|
+
lime300: any;
|
|
894
|
+
lime400: any;
|
|
895
|
+
lime500: any;
|
|
896
|
+
lime600: any;
|
|
897
|
+
lime700: any;
|
|
898
|
+
lime800: any;
|
|
899
|
+
lime900: any;
|
|
900
|
+
lime1000: any;
|
|
901
|
+
lime1100: any;
|
|
902
|
+
lime1200: any;
|
|
903
|
+
lapis100: any;
|
|
904
|
+
lapis200: any;
|
|
905
|
+
lapis300: any;
|
|
906
|
+
lapis400: any;
|
|
907
|
+
lapis500: any;
|
|
908
|
+
lapis600: any;
|
|
909
|
+
lapis700: any;
|
|
910
|
+
lapis800: any;
|
|
911
|
+
lapis900: any;
|
|
912
|
+
lapis1000: any;
|
|
913
|
+
lapis1100: any;
|
|
914
|
+
lapis1200: any;
|
|
915
|
+
maroon100: any;
|
|
916
|
+
maroon200: any;
|
|
917
|
+
maroon300: any;
|
|
918
|
+
maroon400: any;
|
|
919
|
+
maroon500: any;
|
|
920
|
+
maroon600: any;
|
|
921
|
+
maroon700: any;
|
|
922
|
+
maroon800: any;
|
|
923
|
+
maroon900: any;
|
|
924
|
+
maroon1000: any;
|
|
925
|
+
maroon1100: any;
|
|
926
|
+
maroon1200: any;
|
|
927
|
+
marsh100: any;
|
|
928
|
+
marsh200: any;
|
|
929
|
+
marsh300: any;
|
|
930
|
+
marsh400: any;
|
|
931
|
+
marsh500: any;
|
|
932
|
+
marsh600: any;
|
|
933
|
+
marsh700: any;
|
|
934
|
+
marsh800: any;
|
|
935
|
+
marsh900: any;
|
|
936
|
+
marsh1000: any;
|
|
937
|
+
marsh1100: any;
|
|
938
|
+
marsh1200: any;
|
|
939
|
+
tonal50: any;
|
|
940
|
+
tonal100: any;
|
|
941
|
+
tonal200: any;
|
|
942
|
+
tonal300: any;
|
|
943
|
+
tonal400: any;
|
|
944
|
+
tonal500: any;
|
|
945
|
+
tonal600: any;
|
|
946
|
+
alpha100: any;
|
|
947
|
+
alpha150: any;
|
|
948
|
+
alpha200: any;
|
|
949
|
+
alpha250: any;
|
|
950
|
+
alpha600: any;
|
|
951
|
+
brandRed: any;
|
|
952
|
+
brandRedAccent: any;
|
|
953
|
+
brandGreen: any;
|
|
954
|
+
brandGreenAccent: any;
|
|
955
|
+
brandPurple: any;
|
|
956
|
+
brandPurpleAccent: any;
|
|
957
|
+
brandYellow: any;
|
|
958
|
+
brandYellowAccent: any;
|
|
959
|
+
infoLight: any;
|
|
960
|
+
info: any;
|
|
961
|
+
infoMid: any;
|
|
962
|
+
infoDark: any;
|
|
963
|
+
successLight: any;
|
|
964
|
+
success: any;
|
|
965
|
+
successMid: any;
|
|
966
|
+
successDark: any;
|
|
967
|
+
dangerLight: any;
|
|
968
|
+
danger: any;
|
|
969
|
+
dangerMid: any;
|
|
970
|
+
dangerDark: any;
|
|
971
|
+
warningLight: any;
|
|
972
|
+
warning: any;
|
|
973
|
+
warningMid: any;
|
|
974
|
+
warningDark: any;
|
|
975
|
+
warningText: any;
|
|
976
|
+
subjectEnglish: any;
|
|
977
|
+
subjectMaths: any;
|
|
978
|
+
subjectScience: any;
|
|
979
|
+
subjectVerbalReasoning: any;
|
|
980
|
+
subjectNonVerbalReasoning: any;
|
|
981
|
+
subjectCreativeWriting: any;
|
|
982
|
+
subjectExamSkills: any;
|
|
983
|
+
glBlueLight: any;
|
|
984
|
+
glBluePrimary: any;
|
|
985
|
+
glBlueDark: any;
|
|
986
|
+
primary100: any;
|
|
987
|
+
primary200: any;
|
|
988
|
+
primary300: any;
|
|
989
|
+
primary400: any;
|
|
990
|
+
primary500: any;
|
|
991
|
+
primary600: any;
|
|
992
|
+
primary700: any;
|
|
993
|
+
primary800: any;
|
|
994
|
+
primary900: any;
|
|
995
|
+
primary1000: any;
|
|
996
|
+
primary1100: any;
|
|
997
|
+
primary1200: any;
|
|
998
|
+
};
|
|
999
|
+
space: {
|
|
1000
|
+
"0": any;
|
|
1001
|
+
"1": any;
|
|
1002
|
+
"2": any;
|
|
1003
|
+
"3": any;
|
|
1004
|
+
"4": any;
|
|
1005
|
+
"5": any;
|
|
1006
|
+
"6": any;
|
|
1007
|
+
"7": any;
|
|
1008
|
+
"8": any;
|
|
1009
|
+
"9": any;
|
|
1010
|
+
"24": any;
|
|
1011
|
+
};
|
|
1012
|
+
fontSizes: {
|
|
1013
|
+
xs: any;
|
|
1014
|
+
sm: any;
|
|
1015
|
+
md: any;
|
|
1016
|
+
lg: any;
|
|
1017
|
+
xl: any;
|
|
1018
|
+
"2xl": any;
|
|
1019
|
+
"3xl": any;
|
|
1020
|
+
"4xl": any;
|
|
1021
|
+
};
|
|
1022
|
+
fonts: {
|
|
1023
|
+
sans: any;
|
|
1024
|
+
mono: any;
|
|
1025
|
+
display: any;
|
|
1026
|
+
body: any;
|
|
1027
|
+
};
|
|
1028
|
+
sizes: {
|
|
1029
|
+
"0": any;
|
|
1030
|
+
"1": any;
|
|
1031
|
+
"2": any;
|
|
1032
|
+
"3": any;
|
|
1033
|
+
"4": any;
|
|
1034
|
+
"5": any;
|
|
1035
|
+
"6": any;
|
|
1036
|
+
"7": any;
|
|
1037
|
+
"8": any;
|
|
1038
|
+
};
|
|
1039
|
+
radii: {
|
|
1040
|
+
"0": any;
|
|
1041
|
+
"1": any;
|
|
1042
|
+
"2": any;
|
|
1043
|
+
"3": any;
|
|
1044
|
+
round: any;
|
|
1045
|
+
};
|
|
1046
|
+
shadows: {
|
|
1047
|
+
"0": any;
|
|
1048
|
+
"1": any;
|
|
1049
|
+
"2": any;
|
|
1050
|
+
"3": any;
|
|
1051
|
+
};
|
|
1052
|
+
ratios: {
|
|
1053
|
+
"16-9": any;
|
|
1054
|
+
"3-2": any;
|
|
1055
|
+
"4-3": any;
|
|
1056
|
+
"1-1": any;
|
|
1057
|
+
"3-4": any;
|
|
1058
|
+
};
|
|
1059
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1060
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
1061
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
1062
|
+
};
|
|
1063
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
|
|
1064
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
1065
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
1066
|
+
};
|
|
1067
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1068
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1069
|
+
};
|
|
1070
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1071
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1072
|
+
};
|
|
1073
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1074
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1075
|
+
};
|
|
1076
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1077
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1078
|
+
};
|
|
1079
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1080
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1081
|
+
};
|
|
1082
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1083
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1084
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1085
|
+
};
|
|
1086
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1087
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1088
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1089
|
+
};
|
|
1090
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1091
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1092
|
+
};
|
|
1093
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1094
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1095
|
+
};
|
|
1096
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1097
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1098
|
+
};
|
|
1099
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1100
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1101
|
+
};
|
|
1102
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1103
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1104
|
+
};
|
|
1105
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1106
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1107
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1108
|
+
};
|
|
1109
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1110
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1111
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1112
|
+
};
|
|
1113
|
+
}>>;
|
|
1114
|
+
export declare type InputTextProps = Override<React.ComponentProps<typeof StyledInputText>, {
|
|
1115
|
+
size: React.ComponentProps<typeof Text>['size'];
|
|
376
1116
|
type?: 'text' | 'number' | 'email' | 'password' | 'tel' | 'url' | 'search';
|
|
1117
|
+
as?: never;
|
|
1118
|
+
}>;
|
|
1119
|
+
export declare const InputText: React.ForwardRefExoticComponent<Pick<Omit<Omit<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & {
|
|
1120
|
+
ref?: ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
|
|
1121
|
+
}, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
|
|
1122
|
+
sm: string;
|
|
1123
|
+
md: string;
|
|
1124
|
+
lg: string;
|
|
1125
|
+
xl: string;
|
|
1126
|
+
reducedMotion: string;
|
|
1127
|
+
allowMotion: string;
|
|
1128
|
+
hover: string;
|
|
1129
|
+
}> & {
|
|
1130
|
+
css?: import("@stitches/react/types/css-util").CSS<{
|
|
1131
|
+
sm: string;
|
|
1132
|
+
md: string;
|
|
1133
|
+
lg: string;
|
|
1134
|
+
xl: string;
|
|
1135
|
+
reducedMotion: string;
|
|
1136
|
+
allowMotion: string;
|
|
1137
|
+
hover: string;
|
|
1138
|
+
}, {
|
|
1139
|
+
colors: {
|
|
1140
|
+
textBold: any;
|
|
1141
|
+
textRegular: any;
|
|
1142
|
+
textSubtle: any;
|
|
1143
|
+
textMinimal: any;
|
|
1144
|
+
background: any;
|
|
1145
|
+
backgroundAccent: any;
|
|
1146
|
+
grey100: any;
|
|
1147
|
+
grey200: any;
|
|
1148
|
+
grey300: any;
|
|
1149
|
+
grey400: any;
|
|
1150
|
+
grey500: any;
|
|
1151
|
+
grey600: any;
|
|
1152
|
+
grey700: any;
|
|
1153
|
+
grey800: any;
|
|
1154
|
+
grey900: any;
|
|
1155
|
+
grey1000: any;
|
|
1156
|
+
grey1100: any;
|
|
1157
|
+
grey1200: any;
|
|
1158
|
+
blue100: any;
|
|
1159
|
+
blue200: any;
|
|
1160
|
+
blue300: any;
|
|
1161
|
+
blue400: any;
|
|
1162
|
+
blue500: any;
|
|
1163
|
+
blue600: any;
|
|
1164
|
+
blue700: any;
|
|
1165
|
+
blue800: any;
|
|
1166
|
+
blue900: any;
|
|
1167
|
+
blue1000: any;
|
|
1168
|
+
blue1100: any;
|
|
1169
|
+
blue1200: any;
|
|
1170
|
+
purple100: any;
|
|
1171
|
+
purple200: any;
|
|
1172
|
+
purple300: any;
|
|
1173
|
+
purple400: any;
|
|
1174
|
+
purple500: any;
|
|
1175
|
+
purple600: any;
|
|
1176
|
+
purple700: any;
|
|
1177
|
+
purple800: any;
|
|
1178
|
+
purple900: any;
|
|
1179
|
+
purple1000: any;
|
|
1180
|
+
purple1100: any;
|
|
1181
|
+
purple1200: any;
|
|
1182
|
+
cyan100: any;
|
|
1183
|
+
cyan200: any;
|
|
1184
|
+
cyan300: any;
|
|
1185
|
+
cyan400: any;
|
|
1186
|
+
cyan500: any;
|
|
1187
|
+
cyan600: any;
|
|
1188
|
+
cyan700: any;
|
|
1189
|
+
cyan800: any;
|
|
1190
|
+
cyan900: any;
|
|
1191
|
+
cyan1000: any;
|
|
1192
|
+
cyan1100: any;
|
|
1193
|
+
cyan1200: any;
|
|
1194
|
+
green100: any;
|
|
1195
|
+
green200: any;
|
|
1196
|
+
green300: any;
|
|
1197
|
+
green400: any;
|
|
1198
|
+
green500: any;
|
|
1199
|
+
green600: any;
|
|
1200
|
+
green700: any;
|
|
1201
|
+
green800: any;
|
|
1202
|
+
green900: any;
|
|
1203
|
+
green1000: any;
|
|
1204
|
+
green1100: any;
|
|
1205
|
+
green1200: any;
|
|
1206
|
+
magenta100: any;
|
|
1207
|
+
magenta200: any;
|
|
1208
|
+
magenta300: any;
|
|
1209
|
+
magenta400: any;
|
|
1210
|
+
magenta500: any;
|
|
1211
|
+
magenta600: any;
|
|
1212
|
+
magenta700: any;
|
|
1213
|
+
magenta800: any;
|
|
1214
|
+
magenta900: any;
|
|
1215
|
+
magenta1000: any;
|
|
1216
|
+
magenta1100: any;
|
|
1217
|
+
magenta1200: any;
|
|
1218
|
+
red100: any;
|
|
1219
|
+
red200: any;
|
|
1220
|
+
red300: any;
|
|
1221
|
+
red400: any;
|
|
1222
|
+
red500: any;
|
|
1223
|
+
red600: any;
|
|
1224
|
+
red700: any;
|
|
1225
|
+
red800: any;
|
|
1226
|
+
red900: any;
|
|
1227
|
+
red1000: any;
|
|
1228
|
+
red1100: any;
|
|
1229
|
+
red1200: any;
|
|
1230
|
+
teal100: any;
|
|
1231
|
+
teal200: any;
|
|
1232
|
+
teal300: any;
|
|
1233
|
+
teal400: any;
|
|
1234
|
+
teal500: any;
|
|
1235
|
+
teal600: any;
|
|
1236
|
+
teal700: any;
|
|
1237
|
+
teal800: any;
|
|
1238
|
+
teal900: any;
|
|
1239
|
+
teal1000: any;
|
|
1240
|
+
teal1100: any;
|
|
1241
|
+
teal1200: any;
|
|
1242
|
+
orange100: any;
|
|
1243
|
+
orange200: any;
|
|
1244
|
+
orange300: any;
|
|
1245
|
+
orange400: any;
|
|
1246
|
+
orange500: any;
|
|
1247
|
+
orange600: any;
|
|
1248
|
+
orange700: any;
|
|
1249
|
+
orange800: any;
|
|
1250
|
+
orange900: any;
|
|
1251
|
+
orange1000: any;
|
|
1252
|
+
orange1100: any;
|
|
1253
|
+
orange1200: any;
|
|
1254
|
+
yellow100: any;
|
|
1255
|
+
yellow200: any;
|
|
1256
|
+
yellow300: any;
|
|
1257
|
+
yellow400: any;
|
|
1258
|
+
yellow500: any;
|
|
1259
|
+
yellow600: any;
|
|
1260
|
+
yellow700: any;
|
|
1261
|
+
yellow800: any;
|
|
1262
|
+
yellow900: any;
|
|
1263
|
+
yellow1000: any;
|
|
1264
|
+
yellow1100: any;
|
|
1265
|
+
yellow1200: any;
|
|
1266
|
+
lime100: any;
|
|
1267
|
+
lime200: any;
|
|
1268
|
+
lime300: any;
|
|
1269
|
+
lime400: any;
|
|
1270
|
+
lime500: any;
|
|
1271
|
+
lime600: any;
|
|
1272
|
+
lime700: any;
|
|
1273
|
+
lime800: any;
|
|
1274
|
+
lime900: any;
|
|
1275
|
+
lime1000: any;
|
|
1276
|
+
lime1100: any;
|
|
1277
|
+
lime1200: any;
|
|
1278
|
+
lapis100: any;
|
|
1279
|
+
lapis200: any;
|
|
1280
|
+
lapis300: any;
|
|
1281
|
+
lapis400: any;
|
|
1282
|
+
lapis500: any;
|
|
1283
|
+
lapis600: any;
|
|
1284
|
+
lapis700: any;
|
|
1285
|
+
lapis800: any;
|
|
1286
|
+
lapis900: any;
|
|
1287
|
+
lapis1000: any;
|
|
1288
|
+
lapis1100: any;
|
|
1289
|
+
lapis1200: any;
|
|
1290
|
+
maroon100: any;
|
|
1291
|
+
maroon200: any;
|
|
1292
|
+
maroon300: any;
|
|
1293
|
+
maroon400: any;
|
|
1294
|
+
maroon500: any;
|
|
1295
|
+
maroon600: any;
|
|
1296
|
+
maroon700: any;
|
|
1297
|
+
maroon800: any;
|
|
1298
|
+
maroon900: any;
|
|
1299
|
+
maroon1000: any;
|
|
1300
|
+
maroon1100: any;
|
|
1301
|
+
maroon1200: any;
|
|
1302
|
+
marsh100: any;
|
|
1303
|
+
marsh200: any;
|
|
1304
|
+
marsh300: any;
|
|
1305
|
+
marsh400: any;
|
|
1306
|
+
marsh500: any;
|
|
1307
|
+
marsh600: any;
|
|
1308
|
+
marsh700: any;
|
|
1309
|
+
marsh800: any;
|
|
1310
|
+
marsh900: any;
|
|
1311
|
+
marsh1000: any;
|
|
1312
|
+
marsh1100: any;
|
|
1313
|
+
marsh1200: any;
|
|
1314
|
+
tonal50: any;
|
|
1315
|
+
tonal100: any;
|
|
1316
|
+
tonal200: any;
|
|
1317
|
+
tonal300: any;
|
|
1318
|
+
tonal400: any;
|
|
1319
|
+
tonal500: any;
|
|
1320
|
+
tonal600: any;
|
|
1321
|
+
alpha100: any;
|
|
1322
|
+
alpha150: any;
|
|
1323
|
+
alpha200: any;
|
|
1324
|
+
alpha250: any;
|
|
1325
|
+
alpha600: any;
|
|
1326
|
+
brandRed: any;
|
|
1327
|
+
brandRedAccent: any;
|
|
1328
|
+
brandGreen: any;
|
|
1329
|
+
brandGreenAccent: any;
|
|
1330
|
+
brandPurple: any;
|
|
1331
|
+
brandPurpleAccent: any;
|
|
1332
|
+
brandYellow: any;
|
|
1333
|
+
brandYellowAccent: any;
|
|
1334
|
+
infoLight: any;
|
|
1335
|
+
info: any;
|
|
1336
|
+
infoMid: any;
|
|
1337
|
+
infoDark: any;
|
|
1338
|
+
successLight: any;
|
|
1339
|
+
success: any;
|
|
1340
|
+
successMid: any;
|
|
1341
|
+
successDark: any;
|
|
1342
|
+
dangerLight: any;
|
|
1343
|
+
danger: any;
|
|
1344
|
+
dangerMid: any;
|
|
1345
|
+
dangerDark: any;
|
|
1346
|
+
warningLight: any;
|
|
1347
|
+
warning: any;
|
|
1348
|
+
warningMid: any;
|
|
1349
|
+
warningDark: any;
|
|
1350
|
+
warningText: any;
|
|
1351
|
+
subjectEnglish: any;
|
|
1352
|
+
subjectMaths: any;
|
|
1353
|
+
subjectScience: any;
|
|
1354
|
+
subjectVerbalReasoning: any;
|
|
1355
|
+
subjectNonVerbalReasoning: any;
|
|
1356
|
+
subjectCreativeWriting: any;
|
|
1357
|
+
subjectExamSkills: any;
|
|
1358
|
+
glBlueLight: any;
|
|
1359
|
+
glBluePrimary: any;
|
|
1360
|
+
glBlueDark: any;
|
|
1361
|
+
primary100: any;
|
|
1362
|
+
primary200: any;
|
|
1363
|
+
primary300: any;
|
|
1364
|
+
primary400: any;
|
|
1365
|
+
primary500: any;
|
|
1366
|
+
primary600: any;
|
|
1367
|
+
primary700: any;
|
|
1368
|
+
primary800: any;
|
|
1369
|
+
primary900: any;
|
|
1370
|
+
primary1000: any;
|
|
1371
|
+
primary1100: any;
|
|
1372
|
+
primary1200: any;
|
|
1373
|
+
};
|
|
1374
|
+
space: {
|
|
1375
|
+
"0": any;
|
|
1376
|
+
"1": any;
|
|
1377
|
+
"2": any;
|
|
1378
|
+
"3": any;
|
|
1379
|
+
"4": any;
|
|
1380
|
+
"5": any;
|
|
1381
|
+
"6": any;
|
|
1382
|
+
"7": any;
|
|
1383
|
+
"8": any;
|
|
1384
|
+
"9": any;
|
|
1385
|
+
"24": any;
|
|
1386
|
+
};
|
|
1387
|
+
fontSizes: {
|
|
1388
|
+
xs: any;
|
|
1389
|
+
sm: any;
|
|
1390
|
+
md: any;
|
|
1391
|
+
lg: any;
|
|
1392
|
+
xl: any;
|
|
1393
|
+
"2xl": any;
|
|
1394
|
+
"3xl": any;
|
|
1395
|
+
"4xl": any;
|
|
1396
|
+
};
|
|
1397
|
+
fonts: {
|
|
1398
|
+
sans: any;
|
|
1399
|
+
mono: any;
|
|
1400
|
+
display: any;
|
|
1401
|
+
body: any;
|
|
1402
|
+
};
|
|
1403
|
+
sizes: {
|
|
1404
|
+
"0": any;
|
|
1405
|
+
"1": any;
|
|
1406
|
+
"2": any;
|
|
1407
|
+
"3": any;
|
|
1408
|
+
"4": any;
|
|
1409
|
+
"5": any;
|
|
1410
|
+
"6": any;
|
|
1411
|
+
"7": any;
|
|
1412
|
+
"8": any;
|
|
1413
|
+
};
|
|
1414
|
+
radii: {
|
|
1415
|
+
"0": any;
|
|
1416
|
+
"1": any;
|
|
1417
|
+
"2": any;
|
|
1418
|
+
"3": any;
|
|
1419
|
+
round: any;
|
|
1420
|
+
};
|
|
1421
|
+
shadows: {
|
|
1422
|
+
"0": any;
|
|
1423
|
+
"1": any;
|
|
1424
|
+
"2": any;
|
|
1425
|
+
"3": any;
|
|
1426
|
+
};
|
|
1427
|
+
ratios: {
|
|
1428
|
+
"16-9": any;
|
|
1429
|
+
"3-2": any;
|
|
1430
|
+
"4-3": any;
|
|
1431
|
+
"1-1": any;
|
|
1432
|
+
"3-4": any;
|
|
1433
|
+
};
|
|
1434
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1435
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
1436
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
1437
|
+
};
|
|
1438
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
|
|
1439
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
1440
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
1441
|
+
};
|
|
1442
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1443
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1444
|
+
};
|
|
1445
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1446
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1447
|
+
};
|
|
1448
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1449
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1450
|
+
};
|
|
1451
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1452
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1453
|
+
};
|
|
1454
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1455
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1456
|
+
};
|
|
1457
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1458
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1459
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1460
|
+
};
|
|
1461
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1462
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1463
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1464
|
+
};
|
|
1465
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1466
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1467
|
+
};
|
|
1468
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1469
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1470
|
+
};
|
|
1471
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1472
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1473
|
+
};
|
|
1474
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1475
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1476
|
+
};
|
|
1477
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1478
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1479
|
+
};
|
|
1480
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1481
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1482
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1483
|
+
};
|
|
1484
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1485
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1486
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1487
|
+
};
|
|
1488
|
+
}> | undefined;
|
|
1489
|
+
}, "size" | "as" | "type"> & {
|
|
1490
|
+
size: React.ComponentProps<typeof Text>['size'];
|
|
1491
|
+
type?: "number" | "text" | "search" | "tel" | "url" | "email" | "password" | undefined;
|
|
1492
|
+
as?: undefined;
|
|
1493
|
+
}, "color" | "height" | "translate" | "width" | "size" | "css" | "onBlur" | "onChange" | "onSubmit" | "form" | "slot" | "style" | "title" | "pattern" | "key" | "autoComplete" | "name" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "as" | "step" | "required" | "min" | "max" | "maxLength" | "minLength" | "disabled" | "type" | "crossOrigin" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "multiple" | "alt" | "src" | "accept" | "capture" | "checked" | "enterKeyHint" | "readOnly"> & React.RefAttributes<HTMLInputElement>>;
|
|
1494
|
+
declare type InputBackgroundProps = React.ComponentProps<typeof InputBackground>;
|
|
1495
|
+
export declare type InputProps = Override<React.ComponentProps<typeof InputText>, {
|
|
1496
|
+
size?: InputBackgroundProps['size'];
|
|
1497
|
+
state?: InputBackgroundProps['state'];
|
|
377
1498
|
}>;
|
|
378
|
-
export declare const Input: React.ForwardRefExoticComponent<
|
|
1499
|
+
export declare const Input: React.ForwardRefExoticComponent<Pick<Omit<Pick<Omit<Omit<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & {
|
|
1500
|
+
ref?: ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
|
|
1501
|
+
}, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
|
|
1502
|
+
sm: string;
|
|
1503
|
+
md: string;
|
|
1504
|
+
lg: string;
|
|
1505
|
+
xl: string;
|
|
1506
|
+
reducedMotion: string;
|
|
1507
|
+
allowMotion: string;
|
|
1508
|
+
hover: string;
|
|
1509
|
+
}> & {
|
|
1510
|
+
css?: import("@stitches/react/types/css-util").CSS<{
|
|
1511
|
+
sm: string;
|
|
1512
|
+
md: string;
|
|
1513
|
+
lg: string;
|
|
1514
|
+
xl: string;
|
|
1515
|
+
reducedMotion: string;
|
|
1516
|
+
allowMotion: string;
|
|
1517
|
+
hover: string;
|
|
1518
|
+
}, {
|
|
1519
|
+
colors: {
|
|
1520
|
+
textBold: any;
|
|
1521
|
+
textRegular: any;
|
|
1522
|
+
textSubtle: any;
|
|
1523
|
+
textMinimal: any;
|
|
1524
|
+
background: any;
|
|
1525
|
+
backgroundAccent: any;
|
|
1526
|
+
grey100: any;
|
|
1527
|
+
grey200: any;
|
|
1528
|
+
grey300: any;
|
|
1529
|
+
grey400: any;
|
|
1530
|
+
grey500: any;
|
|
1531
|
+
grey600: any;
|
|
1532
|
+
grey700: any;
|
|
1533
|
+
grey800: any;
|
|
1534
|
+
grey900: any;
|
|
1535
|
+
grey1000: any;
|
|
1536
|
+
grey1100: any;
|
|
1537
|
+
grey1200: any;
|
|
1538
|
+
blue100: any;
|
|
1539
|
+
blue200: any;
|
|
1540
|
+
blue300: any;
|
|
1541
|
+
blue400: any;
|
|
1542
|
+
blue500: any;
|
|
1543
|
+
blue600: any;
|
|
1544
|
+
blue700: any;
|
|
1545
|
+
blue800: any;
|
|
1546
|
+
blue900: any;
|
|
1547
|
+
blue1000: any;
|
|
1548
|
+
blue1100: any;
|
|
1549
|
+
blue1200: any;
|
|
1550
|
+
purple100: any;
|
|
1551
|
+
purple200: any;
|
|
1552
|
+
purple300: any;
|
|
1553
|
+
purple400: any;
|
|
1554
|
+
purple500: any;
|
|
1555
|
+
purple600: any;
|
|
1556
|
+
purple700: any;
|
|
1557
|
+
purple800: any;
|
|
1558
|
+
purple900: any;
|
|
1559
|
+
purple1000: any;
|
|
1560
|
+
purple1100: any;
|
|
1561
|
+
purple1200: any;
|
|
1562
|
+
cyan100: any;
|
|
1563
|
+
cyan200: any;
|
|
1564
|
+
cyan300: any;
|
|
1565
|
+
cyan400: any;
|
|
1566
|
+
cyan500: any;
|
|
1567
|
+
cyan600: any;
|
|
1568
|
+
cyan700: any;
|
|
1569
|
+
cyan800: any;
|
|
1570
|
+
cyan900: any;
|
|
1571
|
+
cyan1000: any;
|
|
1572
|
+
cyan1100: any;
|
|
1573
|
+
cyan1200: any;
|
|
1574
|
+
green100: any;
|
|
1575
|
+
green200: any;
|
|
1576
|
+
green300: any;
|
|
1577
|
+
green400: any;
|
|
1578
|
+
green500: any;
|
|
1579
|
+
green600: any;
|
|
1580
|
+
green700: any;
|
|
1581
|
+
green800: any;
|
|
1582
|
+
green900: any;
|
|
1583
|
+
green1000: any;
|
|
1584
|
+
green1100: any;
|
|
1585
|
+
green1200: any;
|
|
1586
|
+
magenta100: any;
|
|
1587
|
+
magenta200: any;
|
|
1588
|
+
magenta300: any;
|
|
1589
|
+
magenta400: any;
|
|
1590
|
+
magenta500: any;
|
|
1591
|
+
magenta600: any;
|
|
1592
|
+
magenta700: any;
|
|
1593
|
+
magenta800: any;
|
|
1594
|
+
magenta900: any;
|
|
1595
|
+
magenta1000: any;
|
|
1596
|
+
magenta1100: any;
|
|
1597
|
+
magenta1200: any;
|
|
1598
|
+
red100: any;
|
|
1599
|
+
red200: any;
|
|
1600
|
+
red300: any;
|
|
1601
|
+
red400: any;
|
|
1602
|
+
red500: any;
|
|
1603
|
+
red600: any;
|
|
1604
|
+
red700: any;
|
|
1605
|
+
red800: any;
|
|
1606
|
+
red900: any;
|
|
1607
|
+
red1000: any;
|
|
1608
|
+
red1100: any;
|
|
1609
|
+
red1200: any;
|
|
1610
|
+
teal100: any;
|
|
1611
|
+
teal200: any;
|
|
1612
|
+
teal300: any;
|
|
1613
|
+
teal400: any;
|
|
1614
|
+
teal500: any;
|
|
1615
|
+
teal600: any;
|
|
1616
|
+
teal700: any;
|
|
1617
|
+
teal800: any;
|
|
1618
|
+
teal900: any;
|
|
1619
|
+
teal1000: any;
|
|
1620
|
+
teal1100: any;
|
|
1621
|
+
teal1200: any;
|
|
1622
|
+
orange100: any;
|
|
1623
|
+
orange200: any;
|
|
1624
|
+
orange300: any;
|
|
1625
|
+
orange400: any;
|
|
1626
|
+
orange500: any;
|
|
1627
|
+
orange600: any;
|
|
1628
|
+
orange700: any;
|
|
1629
|
+
orange800: any;
|
|
1630
|
+
orange900: any;
|
|
1631
|
+
orange1000: any;
|
|
1632
|
+
orange1100: any;
|
|
1633
|
+
orange1200: any;
|
|
1634
|
+
yellow100: any;
|
|
1635
|
+
yellow200: any;
|
|
1636
|
+
yellow300: any;
|
|
1637
|
+
yellow400: any;
|
|
1638
|
+
yellow500: any;
|
|
1639
|
+
yellow600: any;
|
|
1640
|
+
yellow700: any;
|
|
1641
|
+
yellow800: any;
|
|
1642
|
+
yellow900: any;
|
|
1643
|
+
yellow1000: any;
|
|
1644
|
+
yellow1100: any;
|
|
1645
|
+
yellow1200: any;
|
|
1646
|
+
lime100: any;
|
|
1647
|
+
lime200: any;
|
|
1648
|
+
lime300: any;
|
|
1649
|
+
lime400: any;
|
|
1650
|
+
lime500: any;
|
|
1651
|
+
lime600: any;
|
|
1652
|
+
lime700: any;
|
|
1653
|
+
lime800: any;
|
|
1654
|
+
lime900: any;
|
|
1655
|
+
lime1000: any;
|
|
1656
|
+
lime1100: any;
|
|
1657
|
+
lime1200: any;
|
|
1658
|
+
lapis100: any;
|
|
1659
|
+
lapis200: any;
|
|
1660
|
+
lapis300: any;
|
|
1661
|
+
lapis400: any;
|
|
1662
|
+
lapis500: any;
|
|
1663
|
+
lapis600: any;
|
|
1664
|
+
lapis700: any;
|
|
1665
|
+
lapis800: any;
|
|
1666
|
+
lapis900: any;
|
|
1667
|
+
lapis1000: any;
|
|
1668
|
+
lapis1100: any;
|
|
1669
|
+
lapis1200: any;
|
|
1670
|
+
maroon100: any;
|
|
1671
|
+
maroon200: any;
|
|
1672
|
+
maroon300: any;
|
|
1673
|
+
maroon400: any;
|
|
1674
|
+
maroon500: any;
|
|
1675
|
+
maroon600: any;
|
|
1676
|
+
maroon700: any;
|
|
1677
|
+
maroon800: any;
|
|
1678
|
+
maroon900: any;
|
|
1679
|
+
maroon1000: any;
|
|
1680
|
+
maroon1100: any;
|
|
1681
|
+
maroon1200: any;
|
|
1682
|
+
marsh100: any;
|
|
1683
|
+
marsh200: any;
|
|
1684
|
+
marsh300: any;
|
|
1685
|
+
marsh400: any;
|
|
1686
|
+
marsh500: any;
|
|
1687
|
+
marsh600: any;
|
|
1688
|
+
marsh700: any;
|
|
1689
|
+
marsh800: any;
|
|
1690
|
+
marsh900: any;
|
|
1691
|
+
marsh1000: any;
|
|
1692
|
+
marsh1100: any;
|
|
1693
|
+
marsh1200: any;
|
|
1694
|
+
tonal50: any;
|
|
1695
|
+
tonal100: any;
|
|
1696
|
+
tonal200: any;
|
|
1697
|
+
tonal300: any;
|
|
1698
|
+
tonal400: any;
|
|
1699
|
+
tonal500: any;
|
|
1700
|
+
tonal600: any;
|
|
1701
|
+
alpha100: any;
|
|
1702
|
+
alpha150: any;
|
|
1703
|
+
alpha200: any;
|
|
1704
|
+
alpha250: any;
|
|
1705
|
+
alpha600: any;
|
|
1706
|
+
brandRed: any;
|
|
1707
|
+
brandRedAccent: any;
|
|
1708
|
+
brandGreen: any;
|
|
1709
|
+
brandGreenAccent: any;
|
|
1710
|
+
brandPurple: any;
|
|
1711
|
+
brandPurpleAccent: any;
|
|
1712
|
+
brandYellow: any;
|
|
1713
|
+
brandYellowAccent: any;
|
|
1714
|
+
infoLight: any;
|
|
1715
|
+
info: any;
|
|
1716
|
+
infoMid: any;
|
|
1717
|
+
infoDark: any;
|
|
1718
|
+
successLight: any;
|
|
1719
|
+
success: any;
|
|
1720
|
+
successMid: any;
|
|
1721
|
+
successDark: any;
|
|
1722
|
+
dangerLight: any;
|
|
1723
|
+
danger: any;
|
|
1724
|
+
dangerMid: any;
|
|
1725
|
+
dangerDark: any;
|
|
1726
|
+
warningLight: any;
|
|
1727
|
+
warning: any;
|
|
1728
|
+
warningMid: any;
|
|
1729
|
+
warningDark: any;
|
|
1730
|
+
warningText: any;
|
|
1731
|
+
subjectEnglish: any;
|
|
1732
|
+
subjectMaths: any;
|
|
1733
|
+
subjectScience: any;
|
|
1734
|
+
subjectVerbalReasoning: any;
|
|
1735
|
+
subjectNonVerbalReasoning: any;
|
|
1736
|
+
subjectCreativeWriting: any;
|
|
1737
|
+
subjectExamSkills: any;
|
|
1738
|
+
glBlueLight: any;
|
|
1739
|
+
glBluePrimary: any;
|
|
1740
|
+
glBlueDark: any;
|
|
1741
|
+
primary100: any;
|
|
1742
|
+
primary200: any;
|
|
1743
|
+
primary300: any;
|
|
1744
|
+
primary400: any;
|
|
1745
|
+
primary500: any;
|
|
1746
|
+
primary600: any;
|
|
1747
|
+
primary700: any;
|
|
1748
|
+
primary800: any;
|
|
1749
|
+
primary900: any;
|
|
1750
|
+
primary1000: any;
|
|
1751
|
+
primary1100: any;
|
|
1752
|
+
primary1200: any;
|
|
1753
|
+
};
|
|
1754
|
+
space: {
|
|
1755
|
+
"0": any;
|
|
1756
|
+
"1": any;
|
|
1757
|
+
"2": any;
|
|
1758
|
+
"3": any;
|
|
1759
|
+
"4": any;
|
|
1760
|
+
"5": any;
|
|
1761
|
+
"6": any;
|
|
1762
|
+
"7": any;
|
|
1763
|
+
"8": any;
|
|
1764
|
+
"9": any;
|
|
1765
|
+
"24": any;
|
|
1766
|
+
};
|
|
1767
|
+
fontSizes: {
|
|
1768
|
+
xs: any;
|
|
1769
|
+
sm: any;
|
|
1770
|
+
md: any;
|
|
1771
|
+
lg: any;
|
|
1772
|
+
xl: any;
|
|
1773
|
+
"2xl": any;
|
|
1774
|
+
"3xl": any;
|
|
1775
|
+
"4xl": any;
|
|
1776
|
+
};
|
|
1777
|
+
fonts: {
|
|
1778
|
+
sans: any;
|
|
1779
|
+
mono: any;
|
|
1780
|
+
display: any;
|
|
1781
|
+
body: any;
|
|
1782
|
+
};
|
|
1783
|
+
sizes: {
|
|
1784
|
+
"0": any;
|
|
1785
|
+
"1": any;
|
|
1786
|
+
"2": any;
|
|
1787
|
+
"3": any;
|
|
1788
|
+
"4": any;
|
|
1789
|
+
"5": any;
|
|
1790
|
+
"6": any;
|
|
1791
|
+
"7": any;
|
|
1792
|
+
"8": any;
|
|
1793
|
+
};
|
|
1794
|
+
radii: {
|
|
1795
|
+
"0": any;
|
|
1796
|
+
"1": any;
|
|
1797
|
+
"2": any;
|
|
1798
|
+
"3": any;
|
|
1799
|
+
round: any;
|
|
1800
|
+
};
|
|
1801
|
+
shadows: {
|
|
1802
|
+
"0": any;
|
|
1803
|
+
"1": any;
|
|
1804
|
+
"2": any;
|
|
1805
|
+
"3": any;
|
|
1806
|
+
};
|
|
1807
|
+
ratios: {
|
|
1808
|
+
"16-9": any;
|
|
1809
|
+
"3-2": any;
|
|
1810
|
+
"4-3": any;
|
|
1811
|
+
"1-1": any;
|
|
1812
|
+
"3-4": any;
|
|
1813
|
+
};
|
|
1814
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1815
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
1816
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
1817
|
+
};
|
|
1818
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
|
|
1819
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
1820
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
1821
|
+
};
|
|
1822
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1823
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1824
|
+
};
|
|
1825
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1826
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1827
|
+
};
|
|
1828
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1829
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1830
|
+
};
|
|
1831
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1832
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1833
|
+
};
|
|
1834
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1835
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1836
|
+
};
|
|
1837
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1838
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1839
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1840
|
+
};
|
|
1841
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1842
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1843
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1844
|
+
};
|
|
1845
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1846
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1847
|
+
};
|
|
1848
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1849
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1850
|
+
};
|
|
1851
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1852
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1853
|
+
};
|
|
1854
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1855
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1856
|
+
};
|
|
1857
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1858
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1859
|
+
};
|
|
1860
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1861
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1862
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1863
|
+
};
|
|
1864
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
1865
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1866
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
1867
|
+
};
|
|
1868
|
+
}> | undefined;
|
|
1869
|
+
}, "size" | "as" | "type"> & {
|
|
1870
|
+
size: React.ComponentProps<typeof Text>['size'];
|
|
1871
|
+
type?: "number" | "text" | "search" | "tel" | "url" | "email" | "password" | undefined;
|
|
1872
|
+
as?: undefined;
|
|
1873
|
+
}, "color" | "height" | "translate" | "width" | "size" | "css" | "onBlur" | "onChange" | "onSubmit" | "form" | "slot" | "style" | "title" | "pattern" | "key" | "autoComplete" | "name" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "as" | "step" | "required" | "min" | "max" | "maxLength" | "minLength" | "disabled" | "type" | "crossOrigin" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "multiple" | "alt" | "src" | "accept" | "capture" | "checked" | "enterKeyHint" | "readOnly"> & React.RefAttributes<HTMLInputElement>, "size" | "state"> & {
|
|
1874
|
+
size?: InputBackgroundProps['size'];
|
|
1875
|
+
state?: InputBackgroundProps['state'];
|
|
1876
|
+
}, "color" | "height" | "translate" | "width" | "size" | "css" | "onBlur" | "onChange" | "onSubmit" | "form" | "slot" | "style" | "title" | "pattern" | "key" | "autoComplete" | "name" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "as" | "step" | "required" | "min" | "max" | "maxLength" | "minLength" | "disabled" | "type" | "crossOrigin" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "multiple" | "alt" | "src" | "accept" | "capture" | "checked" | "enterKeyHint" | "readOnly" | "state"> & React.RefAttributes<HTMLInputElement>>;
|
|
379
1877
|
export {};
|