@helpscout/ui-kit-react 0.7.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -967,6 +967,770 @@
967
967
  }
968
968
  }
969
969
  },
970
+ "Checkbox": {
971
+ "className": {
972
+ "defaultValue": null,
973
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
974
+ "name": "className",
975
+ "parent": {
976
+ "fileName": "ui-kit-react/lib/components/checkbox/checkbox.tsx",
977
+ "name": "CheckboxProps"
978
+ },
979
+ "declarations": [
980
+ {
981
+ "fileName": "ui-kit-react/lib/components/checkbox/checkbox.tsx",
982
+ "name": "CheckboxProps"
983
+ }
984
+ ],
985
+ "required": false,
986
+ "type": {
987
+ "name": "string"
988
+ }
989
+ },
990
+ "validationBehavior": {
991
+ "defaultValue": {
992
+ "value": "'native'"
993
+ },
994
+ "description": "Whether to use native HTML form validation to prevent form submission\nwhen the value is missing or invalid, or mark the field as required\nor invalid via ARIA.",
995
+ "name": "validationBehavior",
996
+ "parent": {
997
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@18.3.1_react@18.3.1/node_modules/react-aria-components/dist/types.d.ts",
998
+ "name": "RACValidation"
999
+ },
1000
+ "declarations": [
1001
+ {
1002
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@18.3.1_react@18.3.1/node_modules/react-aria-components/dist/types.d.ts",
1003
+ "name": "RACValidation"
1004
+ }
1005
+ ],
1006
+ "required": false,
1007
+ "type": {
1008
+ "name": "\"native\" | \"aria\""
1009
+ }
1010
+ },
1011
+ "isIndeterminate": {
1012
+ "defaultValue": null,
1013
+ "description": "Indeterminism is presentational only.\nThe indeterminate visual representation remains regardless of user interaction.",
1014
+ "name": "isIndeterminate",
1015
+ "parent": {
1016
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+checkbox@3.10.2_react@18.3.1/node_modules/@react-types/checkbox/src/index.d.ts",
1017
+ "name": "CheckboxProps"
1018
+ },
1019
+ "declarations": [
1020
+ {
1021
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+checkbox@3.10.2_react@18.3.1/node_modules/@react-types/checkbox/src/index.d.ts",
1022
+ "name": "CheckboxProps"
1023
+ }
1024
+ ],
1025
+ "required": false,
1026
+ "type": {
1027
+ "name": "boolean"
1028
+ }
1029
+ },
1030
+ "value": {
1031
+ "defaultValue": null,
1032
+ "description": "The value of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefvalue).",
1033
+ "name": "value",
1034
+ "parent": {
1035
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+checkbox@3.10.2_react@18.3.1/node_modules/@react-types/checkbox/src/index.d.ts",
1036
+ "name": "ToggleProps"
1037
+ },
1038
+ "declarations": [
1039
+ {
1040
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+checkbox@3.10.2_react@18.3.1/node_modules/@react-types/checkbox/src/index.d.ts",
1041
+ "name": "ToggleProps"
1042
+ }
1043
+ ],
1044
+ "required": false,
1045
+ "type": {
1046
+ "name": "string"
1047
+ }
1048
+ },
1049
+ "defaultSelected": {
1050
+ "defaultValue": null,
1051
+ "description": "Whether the element should be selected (uncontrolled).",
1052
+ "name": "defaultSelected",
1053
+ "parent": {
1054
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+checkbox@3.10.2_react@18.3.1/node_modules/@react-types/checkbox/src/index.d.ts",
1055
+ "name": "ToggleStateOptions"
1056
+ },
1057
+ "declarations": [
1058
+ {
1059
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+checkbox@3.10.2_react@18.3.1/node_modules/@react-types/checkbox/src/index.d.ts",
1060
+ "name": "ToggleStateOptions"
1061
+ }
1062
+ ],
1063
+ "required": false,
1064
+ "type": {
1065
+ "name": "boolean"
1066
+ }
1067
+ },
1068
+ "isSelected": {
1069
+ "defaultValue": null,
1070
+ "description": "Whether the element should be selected (controlled).",
1071
+ "name": "isSelected",
1072
+ "parent": {
1073
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+checkbox@3.10.2_react@18.3.1/node_modules/@react-types/checkbox/src/index.d.ts",
1074
+ "name": "ToggleStateOptions"
1075
+ },
1076
+ "declarations": [
1077
+ {
1078
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+checkbox@3.10.2_react@18.3.1/node_modules/@react-types/checkbox/src/index.d.ts",
1079
+ "name": "ToggleStateOptions"
1080
+ }
1081
+ ],
1082
+ "required": false,
1083
+ "type": {
1084
+ "name": "boolean"
1085
+ }
1086
+ },
1087
+ "onChange": {
1088
+ "defaultValue": null,
1089
+ "description": "Handler that is called when the element's selection state changes.",
1090
+ "name": "onChange",
1091
+ "parent": {
1092
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+checkbox@3.10.2_react@18.3.1/node_modules/@react-types/checkbox/src/index.d.ts",
1093
+ "name": "ToggleStateOptions"
1094
+ },
1095
+ "declarations": [
1096
+ {
1097
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+checkbox@3.10.2_react@18.3.1/node_modules/@react-types/checkbox/src/index.d.ts",
1098
+ "name": "ToggleStateOptions"
1099
+ }
1100
+ ],
1101
+ "required": false,
1102
+ "type": {
1103
+ "name": "(isSelected: boolean) => void"
1104
+ }
1105
+ },
1106
+ "isDisabled": {
1107
+ "defaultValue": null,
1108
+ "description": "Whether the input is disabled.",
1109
+ "name": "isDisabled",
1110
+ "parent": {
1111
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/inputs.d.ts",
1112
+ "name": "InputBase"
1113
+ },
1114
+ "declarations": [
1115
+ {
1116
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/inputs.d.ts",
1117
+ "name": "InputBase"
1118
+ }
1119
+ ],
1120
+ "required": false,
1121
+ "type": {
1122
+ "name": "boolean"
1123
+ }
1124
+ },
1125
+ "isReadOnly": {
1126
+ "defaultValue": null,
1127
+ "description": "Whether the input can be selected but not changed by the user.",
1128
+ "name": "isReadOnly",
1129
+ "parent": {
1130
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/inputs.d.ts",
1131
+ "name": "InputBase"
1132
+ },
1133
+ "declarations": [
1134
+ {
1135
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/inputs.d.ts",
1136
+ "name": "InputBase"
1137
+ }
1138
+ ],
1139
+ "required": false,
1140
+ "type": {
1141
+ "name": "boolean"
1142
+ }
1143
+ },
1144
+ "isRequired": {
1145
+ "defaultValue": null,
1146
+ "description": "Whether user input is required on the input before form submission.",
1147
+ "name": "isRequired",
1148
+ "parent": {
1149
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/inputs.d.ts",
1150
+ "name": "Validation"
1151
+ },
1152
+ "declarations": [
1153
+ {
1154
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/inputs.d.ts",
1155
+ "name": "Validation"
1156
+ }
1157
+ ],
1158
+ "required": false,
1159
+ "type": {
1160
+ "name": "boolean"
1161
+ }
1162
+ },
1163
+ "isInvalid": {
1164
+ "defaultValue": null,
1165
+ "description": "Whether the input value is invalid.",
1166
+ "name": "isInvalid",
1167
+ "parent": {
1168
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/inputs.d.ts",
1169
+ "name": "Validation"
1170
+ },
1171
+ "declarations": [
1172
+ {
1173
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/inputs.d.ts",
1174
+ "name": "Validation"
1175
+ }
1176
+ ],
1177
+ "required": false,
1178
+ "type": {
1179
+ "name": "boolean"
1180
+ }
1181
+ },
1182
+ "validate": {
1183
+ "defaultValue": null,
1184
+ "description": "A function that returns an error message if a given value is invalid.\nValidation errors are displayed to the user when the form is submitted\nif `validationBehavior=\"native\"`. For realtime validation, use the `isInvalid`\nprop instead.",
1185
+ "name": "validate",
1186
+ "parent": {
1187
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/inputs.d.ts",
1188
+ "name": "Validation"
1189
+ },
1190
+ "declarations": [
1191
+ {
1192
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/inputs.d.ts",
1193
+ "name": "Validation"
1194
+ }
1195
+ ],
1196
+ "required": false,
1197
+ "type": {
1198
+ "name": "(value: boolean) => true | ValidationError | null"
1199
+ }
1200
+ },
1201
+ "autoFocus": {
1202
+ "defaultValue": null,
1203
+ "description": "Whether the element should receive focus on render.",
1204
+ "name": "autoFocus",
1205
+ "parent": {
1206
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1207
+ "name": "FocusableProps"
1208
+ },
1209
+ "declarations": [
1210
+ {
1211
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1212
+ "name": "FocusableProps"
1213
+ }
1214
+ ],
1215
+ "required": false,
1216
+ "type": {
1217
+ "name": "boolean"
1218
+ }
1219
+ },
1220
+ "onFocus": {
1221
+ "defaultValue": null,
1222
+ "description": "Handler that is called when the element receives focus.",
1223
+ "name": "onFocus",
1224
+ "parent": {
1225
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1226
+ "name": "FocusEvents"
1227
+ },
1228
+ "declarations": [
1229
+ {
1230
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1231
+ "name": "FocusEvents"
1232
+ }
1233
+ ],
1234
+ "required": false,
1235
+ "type": {
1236
+ "name": "(e: FocusEvent<Element, Element>) => void"
1237
+ }
1238
+ },
1239
+ "onBlur": {
1240
+ "defaultValue": null,
1241
+ "description": "Handler that is called when the element loses focus.",
1242
+ "name": "onBlur",
1243
+ "parent": {
1244
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1245
+ "name": "FocusEvents"
1246
+ },
1247
+ "declarations": [
1248
+ {
1249
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1250
+ "name": "FocusEvents"
1251
+ }
1252
+ ],
1253
+ "required": false,
1254
+ "type": {
1255
+ "name": "(e: FocusEvent<Element, Element>) => void"
1256
+ }
1257
+ },
1258
+ "onFocusChange": {
1259
+ "defaultValue": null,
1260
+ "description": "Handler that is called when the element's focus status changes.",
1261
+ "name": "onFocusChange",
1262
+ "parent": {
1263
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1264
+ "name": "FocusEvents"
1265
+ },
1266
+ "declarations": [
1267
+ {
1268
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1269
+ "name": "FocusEvents"
1270
+ }
1271
+ ],
1272
+ "required": false,
1273
+ "type": {
1274
+ "name": "(isFocused: boolean) => void"
1275
+ }
1276
+ },
1277
+ "onKeyDown": {
1278
+ "defaultValue": null,
1279
+ "description": "Handler that is called when a key is pressed.",
1280
+ "name": "onKeyDown",
1281
+ "parent": {
1282
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1283
+ "name": "KeyboardEvents"
1284
+ },
1285
+ "declarations": [
1286
+ {
1287
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1288
+ "name": "KeyboardEvents"
1289
+ }
1290
+ ],
1291
+ "required": false,
1292
+ "type": {
1293
+ "name": "(e: KeyboardEvent) => void"
1294
+ }
1295
+ },
1296
+ "onKeyUp": {
1297
+ "defaultValue": null,
1298
+ "description": "Handler that is called when a key is released.",
1299
+ "name": "onKeyUp",
1300
+ "parent": {
1301
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1302
+ "name": "KeyboardEvents"
1303
+ },
1304
+ "declarations": [
1305
+ {
1306
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1307
+ "name": "KeyboardEvents"
1308
+ }
1309
+ ],
1310
+ "required": false,
1311
+ "type": {
1312
+ "name": "(e: KeyboardEvent) => void"
1313
+ }
1314
+ },
1315
+ "name": {
1316
+ "defaultValue": null,
1317
+ "description": "The name of the input element, used when submitting an HTML form. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefname).",
1318
+ "name": "name",
1319
+ "parent": {
1320
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1321
+ "name": "InputDOMProps"
1322
+ },
1323
+ "declarations": [
1324
+ {
1325
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1326
+ "name": "InputDOMProps"
1327
+ }
1328
+ ],
1329
+ "required": false,
1330
+ "type": {
1331
+ "name": "string"
1332
+ }
1333
+ },
1334
+ "form": {
1335
+ "defaultValue": null,
1336
+ "description": "The `<form>` element to associate the input with.\nThe value of this attribute must be the id of a `<form>` in the same document.\nSee [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#form).",
1337
+ "name": "form",
1338
+ "parent": {
1339
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1340
+ "name": "InputDOMProps"
1341
+ },
1342
+ "declarations": [
1343
+ {
1344
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1345
+ "name": "InputDOMProps"
1346
+ }
1347
+ ],
1348
+ "required": false,
1349
+ "type": {
1350
+ "name": "string"
1351
+ }
1352
+ },
1353
+ "aria-controls": {
1354
+ "defaultValue": null,
1355
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
1356
+ "name": "aria-controls",
1357
+ "parent": {
1358
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+checkbox@3.10.2_react@18.3.1/node_modules/@react-types/checkbox/src/index.d.ts",
1359
+ "name": "AriaToggleProps"
1360
+ },
1361
+ "declarations": [
1362
+ {
1363
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+checkbox@3.10.2_react@18.3.1/node_modules/@react-types/checkbox/src/index.d.ts",
1364
+ "name": "AriaToggleProps"
1365
+ }
1366
+ ],
1367
+ "required": false,
1368
+ "type": {
1369
+ "name": "string"
1370
+ }
1371
+ },
1372
+ "excludeFromTabOrder": {
1373
+ "defaultValue": null,
1374
+ "description": "Whether to exclude the element from the sequential tab order. If true,\nthe element will not be focusable via the keyboard by tabbing. This should\nbe avoided except in rare scenarios where an alternative means of accessing\nthe element or its functionality via the keyboard is available.",
1375
+ "name": "excludeFromTabOrder",
1376
+ "parent": {
1377
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1378
+ "name": "FocusableDOMProps"
1379
+ },
1380
+ "declarations": [
1381
+ {
1382
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1383
+ "name": "FocusableDOMProps"
1384
+ }
1385
+ ],
1386
+ "required": false,
1387
+ "type": {
1388
+ "name": "boolean"
1389
+ }
1390
+ },
1391
+ "id": {
1392
+ "defaultValue": null,
1393
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
1394
+ "name": "id",
1395
+ "parent": {
1396
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1397
+ "name": "DOMProps"
1398
+ },
1399
+ "declarations": [
1400
+ {
1401
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1402
+ "name": "DOMProps"
1403
+ }
1404
+ ],
1405
+ "required": false,
1406
+ "type": {
1407
+ "name": "string"
1408
+ }
1409
+ },
1410
+ "aria-label": {
1411
+ "defaultValue": null,
1412
+ "description": "Defines a string value that labels the current element.",
1413
+ "name": "aria-label",
1414
+ "parent": {
1415
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1416
+ "name": "AriaLabelingProps"
1417
+ },
1418
+ "declarations": [
1419
+ {
1420
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1421
+ "name": "AriaLabelingProps"
1422
+ }
1423
+ ],
1424
+ "required": false,
1425
+ "type": {
1426
+ "name": "string"
1427
+ }
1428
+ },
1429
+ "aria-labelledby": {
1430
+ "defaultValue": null,
1431
+ "description": "Identifies the element (or elements) that labels the current element.",
1432
+ "name": "aria-labelledby",
1433
+ "parent": {
1434
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1435
+ "name": "AriaLabelingProps"
1436
+ },
1437
+ "declarations": [
1438
+ {
1439
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1440
+ "name": "AriaLabelingProps"
1441
+ }
1442
+ ],
1443
+ "required": false,
1444
+ "type": {
1445
+ "name": "string"
1446
+ }
1447
+ },
1448
+ "aria-describedby": {
1449
+ "defaultValue": null,
1450
+ "description": "Identifies the element (or elements) that describes the object.",
1451
+ "name": "aria-describedby",
1452
+ "parent": {
1453
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1454
+ "name": "AriaLabelingProps"
1455
+ },
1456
+ "declarations": [
1457
+ {
1458
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1459
+ "name": "AriaLabelingProps"
1460
+ }
1461
+ ],
1462
+ "required": false,
1463
+ "type": {
1464
+ "name": "string"
1465
+ }
1466
+ },
1467
+ "aria-details": {
1468
+ "defaultValue": null,
1469
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
1470
+ "name": "aria-details",
1471
+ "parent": {
1472
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1473
+ "name": "AriaLabelingProps"
1474
+ },
1475
+ "declarations": [
1476
+ {
1477
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1478
+ "name": "AriaLabelingProps"
1479
+ }
1480
+ ],
1481
+ "required": false,
1482
+ "type": {
1483
+ "name": "string"
1484
+ }
1485
+ },
1486
+ "aria-errormessage": {
1487
+ "defaultValue": null,
1488
+ "description": "Identifies the element that provides an error message for the object.",
1489
+ "name": "aria-errormessage",
1490
+ "parent": {
1491
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1492
+ "name": "AriaValidationProps"
1493
+ },
1494
+ "declarations": [
1495
+ {
1496
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/dom.d.ts",
1497
+ "name": "AriaValidationProps"
1498
+ }
1499
+ ],
1500
+ "required": false,
1501
+ "type": {
1502
+ "name": "string"
1503
+ }
1504
+ },
1505
+ "onPress": {
1506
+ "defaultValue": null,
1507
+ "description": "Handler that is called when the press is released over the target.",
1508
+ "name": "onPress",
1509
+ "parent": {
1510
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1511
+ "name": "PressEvents"
1512
+ },
1513
+ "declarations": [
1514
+ {
1515
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1516
+ "name": "PressEvents"
1517
+ }
1518
+ ],
1519
+ "required": false,
1520
+ "type": {
1521
+ "name": "(e: PressEvent) => void"
1522
+ }
1523
+ },
1524
+ "onPressStart": {
1525
+ "defaultValue": null,
1526
+ "description": "Handler that is called when a press interaction starts.",
1527
+ "name": "onPressStart",
1528
+ "parent": {
1529
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1530
+ "name": "PressEvents"
1531
+ },
1532
+ "declarations": [
1533
+ {
1534
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1535
+ "name": "PressEvents"
1536
+ }
1537
+ ],
1538
+ "required": false,
1539
+ "type": {
1540
+ "name": "(e: PressEvent) => void"
1541
+ }
1542
+ },
1543
+ "onPressEnd": {
1544
+ "defaultValue": null,
1545
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
1546
+ "name": "onPressEnd",
1547
+ "parent": {
1548
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1549
+ "name": "PressEvents"
1550
+ },
1551
+ "declarations": [
1552
+ {
1553
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1554
+ "name": "PressEvents"
1555
+ }
1556
+ ],
1557
+ "required": false,
1558
+ "type": {
1559
+ "name": "(e: PressEvent) => void"
1560
+ }
1561
+ },
1562
+ "onPressChange": {
1563
+ "defaultValue": null,
1564
+ "description": "Handler that is called when the press state changes.",
1565
+ "name": "onPressChange",
1566
+ "parent": {
1567
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1568
+ "name": "PressEvents"
1569
+ },
1570
+ "declarations": [
1571
+ {
1572
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1573
+ "name": "PressEvents"
1574
+ }
1575
+ ],
1576
+ "required": false,
1577
+ "type": {
1578
+ "name": "(isPressed: boolean) => void"
1579
+ }
1580
+ },
1581
+ "onPressUp": {
1582
+ "defaultValue": null,
1583
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
1584
+ "name": "onPressUp",
1585
+ "parent": {
1586
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1587
+ "name": "PressEvents"
1588
+ },
1589
+ "declarations": [
1590
+ {
1591
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1592
+ "name": "PressEvents"
1593
+ }
1594
+ ],
1595
+ "required": false,
1596
+ "type": {
1597
+ "name": "(e: PressEvent) => void"
1598
+ }
1599
+ },
1600
+ "onClick": {
1601
+ "defaultValue": null,
1602
+ "description": "**Not recommended – use `onPress` instead.** `onClick` is an alias for `onPress`\nprovided for compatibility with other libraries. `onPress` provides \nadditional event details for non-mouse interactions.",
1603
+ "name": "onClick",
1604
+ "parent": {
1605
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1606
+ "name": "PressEvents"
1607
+ },
1608
+ "declarations": [
1609
+ {
1610
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1611
+ "name": "PressEvents"
1612
+ }
1613
+ ],
1614
+ "required": false,
1615
+ "type": {
1616
+ "name": "(e: MouseEvent<FocusableElement, MouseEvent>) => void"
1617
+ }
1618
+ },
1619
+ "inputRef": {
1620
+ "defaultValue": null,
1621
+ "description": "A ref for the HTML input element.",
1622
+ "name": "inputRef",
1623
+ "parent": {
1624
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@18.3.1_react@18.3.1/node_modules/react-aria-components/dist/types.d.ts",
1625
+ "name": "CheckboxProps"
1626
+ },
1627
+ "declarations": [
1628
+ {
1629
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@18.3.1_react@18.3.1/node_modules/react-aria-components/dist/types.d.ts",
1630
+ "name": "CheckboxProps"
1631
+ }
1632
+ ],
1633
+ "required": false,
1634
+ "type": {
1635
+ "name": "RefObject<HTMLInputElement | null>"
1636
+ }
1637
+ },
1638
+ "onHoverStart": {
1639
+ "defaultValue": null,
1640
+ "description": "Handler that is called when a hover interaction starts.",
1641
+ "name": "onHoverStart",
1642
+ "parent": {
1643
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1644
+ "name": "HoverEvents"
1645
+ },
1646
+ "declarations": [
1647
+ {
1648
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1649
+ "name": "HoverEvents"
1650
+ }
1651
+ ],
1652
+ "required": false,
1653
+ "type": {
1654
+ "name": "(e: HoverEvent) => void"
1655
+ }
1656
+ },
1657
+ "onHoverEnd": {
1658
+ "defaultValue": null,
1659
+ "description": "Handler that is called when a hover interaction ends.",
1660
+ "name": "onHoverEnd",
1661
+ "parent": {
1662
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1663
+ "name": "HoverEvents"
1664
+ },
1665
+ "declarations": [
1666
+ {
1667
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1668
+ "name": "HoverEvents"
1669
+ }
1670
+ ],
1671
+ "required": false,
1672
+ "type": {
1673
+ "name": "(e: HoverEvent) => void"
1674
+ }
1675
+ },
1676
+ "onHoverChange": {
1677
+ "defaultValue": null,
1678
+ "description": "Handler that is called when the hover state changes.",
1679
+ "name": "onHoverChange",
1680
+ "parent": {
1681
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1682
+ "name": "HoverEvents"
1683
+ },
1684
+ "declarations": [
1685
+ {
1686
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+shared@3.32.1_react@18.3.1/node_modules/@react-types/shared/src/events.d.ts",
1687
+ "name": "HoverEvents"
1688
+ }
1689
+ ],
1690
+ "required": false,
1691
+ "type": {
1692
+ "name": "(isHovering: boolean) => void"
1693
+ }
1694
+ },
1695
+ "style": {
1696
+ "defaultValue": null,
1697
+ "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
1698
+ "name": "style",
1699
+ "parent": {
1700
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@18.3.1_react@18.3.1/node_modules/react-aria-components/dist/types.d.ts",
1701
+ "name": "StyleRenderProps"
1702
+ },
1703
+ "declarations": [
1704
+ {
1705
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@18.3.1_react@18.3.1/node_modules/react-aria-components/dist/types.d.ts",
1706
+ "name": "StyleRenderProps"
1707
+ }
1708
+ ],
1709
+ "required": false,
1710
+ "type": {
1711
+ "name": "StyleOrFunction<CheckboxRenderProps>"
1712
+ }
1713
+ },
1714
+ "slot": {
1715
+ "defaultValue": null,
1716
+ "description": "A slot name for the component. Slots allow the component to receive props from a parent component.\nAn explicit `null` value indicates that the local props completely override all props received from a parent.",
1717
+ "name": "slot",
1718
+ "parent": {
1719
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@18.3.1_react@18.3.1/node_modules/react-aria-components/dist/types.d.ts",
1720
+ "name": "SlotProps"
1721
+ },
1722
+ "declarations": [
1723
+ {
1724
+ "fileName": "apps-platform/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@18.3.1_react@18.3.1/node_modules/react-aria-components/dist/types.d.ts",
1725
+ "name": "SlotProps"
1726
+ }
1727
+ ],
1728
+ "required": false,
1729
+ "type": {
1730
+ "name": "string | null"
1731
+ }
1732
+ }
1733
+ },
970
1734
  "Collapsible": {
971
1735
  "isDisabled": {
972
1736
  "defaultValue": null,