@atom-learning/components 3.27.1 → 3.27.2

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.
@@ -1115,762 +1115,11 @@ export declare type InputTextProps = Omit<React.ComponentProps<typeof StyledInpu
1115
1115
  type?: 'text' | 'number' | 'email' | 'password' | 'tel' | 'url' | 'search';
1116
1116
  as?: never;
1117
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>>;
1118
+ export declare const InputText: React.ForwardRefExoticComponent<InputTextProps>;
1493
1119
  declare type InputBackgroundProps = React.ComponentProps<typeof InputBackground>;
1494
1120
  export declare type InputProps = Omit<React.ComponentProps<typeof InputText>, 'size' | 'state'> & {
1495
1121
  size?: InputBackgroundProps['size'];
1496
1122
  state?: InputBackgroundProps['state'];
1497
1123
  };
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>>;
1124
+ export declare const Input: React.ForwardRefExoticComponent<InputProps>;
1876
1125
  export {};