@atom-learning/components 3.27.0-beta.5 → 3.27.1

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