@helpscout/ui-kit-react 1.1.0 → 2.0.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.
@@ -63,27 +63,846 @@
63
63
  }
64
64
  },
65
65
  "Button": {
66
- "variant": {
66
+ "isPending": {
67
+ "defaultValue": null,
68
+ "description": "Whether the button is in a pending state. This disables press and hover events\nwhile retaining focusability, and announces the pending state to screen readers.",
69
+ "name": "isPending",
70
+ "parent": {
71
+ "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",
72
+ "name": "ButtonProps"
73
+ },
74
+ "declarations": [
75
+ {
76
+ "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",
77
+ "name": "ButtonProps"
78
+ }
79
+ ],
80
+ "required": false,
81
+ "type": {
82
+ "name": "boolean"
83
+ }
84
+ },
85
+ "isDisabled": {
86
+ "defaultValue": null,
87
+ "description": "Whether the button is disabled.",
88
+ "name": "isDisabled",
89
+ "parent": {
90
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
91
+ "name": "ButtonProps"
92
+ },
93
+ "declarations": [
94
+ {
95
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
96
+ "name": "ButtonProps"
97
+ }
98
+ ],
99
+ "required": false,
100
+ "type": {
101
+ "name": "boolean"
102
+ }
103
+ },
104
+ "onPress": {
105
+ "defaultValue": null,
106
+ "description": "Handler that is called when the press is released over the target.",
107
+ "name": "onPress",
108
+ "parent": {
109
+ "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",
110
+ "name": "PressEvents"
111
+ },
112
+ "declarations": [
113
+ {
114
+ "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",
115
+ "name": "PressEvents"
116
+ }
117
+ ],
118
+ "required": false,
119
+ "type": {
120
+ "name": "(e: PressEvent) => void"
121
+ }
122
+ },
123
+ "onPressStart": {
124
+ "defaultValue": null,
125
+ "description": "Handler that is called when a press interaction starts.",
126
+ "name": "onPressStart",
127
+ "parent": {
128
+ "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",
129
+ "name": "PressEvents"
130
+ },
131
+ "declarations": [
132
+ {
133
+ "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",
134
+ "name": "PressEvents"
135
+ }
136
+ ],
137
+ "required": false,
138
+ "type": {
139
+ "name": "(e: PressEvent) => void"
140
+ }
141
+ },
142
+ "onPressEnd": {
143
+ "defaultValue": null,
144
+ "description": "Handler that is called when a press interaction ends, either\nover the target or when the pointer leaves the target.",
145
+ "name": "onPressEnd",
146
+ "parent": {
147
+ "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",
148
+ "name": "PressEvents"
149
+ },
150
+ "declarations": [
151
+ {
152
+ "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",
153
+ "name": "PressEvents"
154
+ }
155
+ ],
156
+ "required": false,
157
+ "type": {
158
+ "name": "(e: PressEvent) => void"
159
+ }
160
+ },
161
+ "onPressChange": {
162
+ "defaultValue": null,
163
+ "description": "Handler that is called when the press state changes.",
164
+ "name": "onPressChange",
165
+ "parent": {
166
+ "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",
167
+ "name": "PressEvents"
168
+ },
169
+ "declarations": [
170
+ {
171
+ "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",
172
+ "name": "PressEvents"
173
+ }
174
+ ],
175
+ "required": false,
176
+ "type": {
177
+ "name": "(isPressed: boolean) => void"
178
+ }
179
+ },
180
+ "onPressUp": {
181
+ "defaultValue": null,
182
+ "description": "Handler that is called when a press is released over the target, regardless of\nwhether it started on the target or not.",
183
+ "name": "onPressUp",
184
+ "parent": {
185
+ "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",
186
+ "name": "PressEvents"
187
+ },
188
+ "declarations": [
189
+ {
190
+ "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",
191
+ "name": "PressEvents"
192
+ }
193
+ ],
194
+ "required": false,
195
+ "type": {
196
+ "name": "(e: PressEvent) => void"
197
+ }
198
+ },
199
+ "onClick": {
200
+ "defaultValue": null,
201
+ "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.",
202
+ "name": "onClick",
203
+ "parent": {
204
+ "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",
205
+ "name": "PressEvents"
206
+ },
207
+ "declarations": [
208
+ {
209
+ "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",
210
+ "name": "PressEvents"
211
+ }
212
+ ],
213
+ "required": false,
214
+ "type": {
215
+ "name": "(e: MouseEvent<FocusableElement, MouseEvent>) => void"
216
+ }
217
+ },
218
+ "autoFocus": {
219
+ "defaultValue": null,
220
+ "description": "Whether the element should receive focus on render.",
221
+ "name": "autoFocus",
222
+ "parent": {
223
+ "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",
224
+ "name": "FocusableProps"
225
+ },
226
+ "declarations": [
227
+ {
228
+ "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",
229
+ "name": "FocusableProps"
230
+ }
231
+ ],
232
+ "required": false,
233
+ "type": {
234
+ "name": "boolean"
235
+ }
236
+ },
237
+ "onFocus": {
238
+ "defaultValue": null,
239
+ "description": "Handler that is called when the element receives focus.",
240
+ "name": "onFocus",
241
+ "parent": {
242
+ "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",
243
+ "name": "FocusEvents"
244
+ },
245
+ "declarations": [
246
+ {
247
+ "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",
248
+ "name": "FocusEvents"
249
+ }
250
+ ],
251
+ "required": false,
252
+ "type": {
253
+ "name": "(e: FocusEvent<Element, Element>) => void"
254
+ }
255
+ },
256
+ "onBlur": {
257
+ "defaultValue": null,
258
+ "description": "Handler that is called when the element loses focus.",
259
+ "name": "onBlur",
260
+ "parent": {
261
+ "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",
262
+ "name": "FocusEvents"
263
+ },
264
+ "declarations": [
265
+ {
266
+ "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",
267
+ "name": "FocusEvents"
268
+ }
269
+ ],
270
+ "required": false,
271
+ "type": {
272
+ "name": "(e: FocusEvent<Element, Element>) => void"
273
+ }
274
+ },
275
+ "onFocusChange": {
276
+ "defaultValue": null,
277
+ "description": "Handler that is called when the element's focus status changes.",
278
+ "name": "onFocusChange",
279
+ "parent": {
280
+ "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",
281
+ "name": "FocusEvents"
282
+ },
283
+ "declarations": [
284
+ {
285
+ "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",
286
+ "name": "FocusEvents"
287
+ }
288
+ ],
289
+ "required": false,
290
+ "type": {
291
+ "name": "(isFocused: boolean) => void"
292
+ }
293
+ },
294
+ "onKeyDown": {
295
+ "defaultValue": null,
296
+ "description": "Handler that is called when a key is pressed.",
297
+ "name": "onKeyDown",
298
+ "parent": {
299
+ "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",
300
+ "name": "KeyboardEvents"
301
+ },
302
+ "declarations": [
303
+ {
304
+ "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",
305
+ "name": "KeyboardEvents"
306
+ }
307
+ ],
308
+ "required": false,
309
+ "type": {
310
+ "name": "(e: KeyboardEvent) => void"
311
+ }
312
+ },
313
+ "onKeyUp": {
314
+ "defaultValue": null,
315
+ "description": "Handler that is called when a key is released.",
316
+ "name": "onKeyUp",
317
+ "parent": {
318
+ "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",
319
+ "name": "KeyboardEvents"
320
+ },
321
+ "declarations": [
322
+ {
323
+ "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",
324
+ "name": "KeyboardEvents"
325
+ }
326
+ ],
327
+ "required": false,
328
+ "type": {
329
+ "name": "(e: KeyboardEvent) => void"
330
+ }
331
+ },
332
+ "aria-disabled": {
333
+ "defaultValue": null,
334
+ "description": "Indicates whether the element is disabled to users of assistive technology.",
335
+ "name": "aria-disabled",
336
+ "parent": {
337
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
338
+ "name": "AriaBaseButtonProps"
339
+ },
340
+ "declarations": [
341
+ {
342
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
343
+ "name": "AriaBaseButtonProps"
344
+ }
345
+ ],
346
+ "required": false,
347
+ "type": {
348
+ "name": "boolean | \"true\" | \"false\""
349
+ }
350
+ },
351
+ "aria-expanded": {
352
+ "defaultValue": null,
353
+ "description": "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
354
+ "name": "aria-expanded",
355
+ "parent": {
356
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
357
+ "name": "AriaBaseButtonProps"
358
+ },
359
+ "declarations": [
360
+ {
361
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
362
+ "name": "AriaBaseButtonProps"
363
+ }
364
+ ],
365
+ "required": false,
366
+ "type": {
367
+ "name": "boolean | \"true\" | \"false\""
368
+ }
369
+ },
370
+ "aria-haspopup": {
371
+ "defaultValue": null,
372
+ "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
373
+ "name": "aria-haspopup",
374
+ "parent": {
375
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
376
+ "name": "AriaBaseButtonProps"
377
+ },
378
+ "declarations": [
379
+ {
380
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
381
+ "name": "AriaBaseButtonProps"
382
+ }
383
+ ],
384
+ "required": false,
385
+ "type": {
386
+ "name": "boolean | \"true\" | \"false\" | \"menu\" | \"listbox\" | \"tree\" | \"grid\" | \"dialog\""
387
+ }
388
+ },
389
+ "aria-controls": {
390
+ "defaultValue": null,
391
+ "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
392
+ "name": "aria-controls",
393
+ "parent": {
394
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
395
+ "name": "AriaBaseButtonProps"
396
+ },
397
+ "declarations": [
398
+ {
399
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
400
+ "name": "AriaBaseButtonProps"
401
+ }
402
+ ],
403
+ "required": false,
404
+ "type": {
405
+ "name": "string"
406
+ }
407
+ },
408
+ "aria-pressed": {
409
+ "defaultValue": null,
410
+ "description": "Indicates the current \"pressed\" state of toggle buttons.",
411
+ "name": "aria-pressed",
412
+ "parent": {
413
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
414
+ "name": "AriaBaseButtonProps"
415
+ },
416
+ "declarations": [
417
+ {
418
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
419
+ "name": "AriaBaseButtonProps"
420
+ }
421
+ ],
422
+ "required": false,
423
+ "type": {
424
+ "name": "boolean | \"true\" | \"false\" | \"mixed\""
425
+ }
426
+ },
427
+ "aria-current": {
428
+ "defaultValue": null,
429
+ "description": "Indicates whether this element represents the current item within a container or set of related elements.",
430
+ "name": "aria-current",
431
+ "parent": {
432
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
433
+ "name": "AriaBaseButtonProps"
434
+ },
435
+ "declarations": [
436
+ {
437
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
438
+ "name": "AriaBaseButtonProps"
439
+ }
440
+ ],
441
+ "required": false,
442
+ "type": {
443
+ "name": "boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\""
444
+ }
445
+ },
446
+ "type": {
67
447
  "defaultValue": {
68
- "value": "secondary"
448
+ "value": "'button'"
449
+ },
450
+ "description": "The behavior of the button when used in an HTML form.",
451
+ "name": "type",
452
+ "parent": {
453
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
454
+ "name": "AriaBaseButtonProps"
455
+ },
456
+ "declarations": [
457
+ {
458
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
459
+ "name": "AriaBaseButtonProps"
460
+ }
461
+ ],
462
+ "required": false,
463
+ "type": {
464
+ "name": "\"button\" | \"submit\" | \"reset\""
465
+ }
466
+ },
467
+ "preventFocusOnPress": {
468
+ "defaultValue": null,
469
+ "description": "Whether to prevent focus from moving to the button when pressing it.\n\nCaution, this can make the button inaccessible and should only be used when alternative keyboard interaction is provided,\nsuch as ComboBox's MenuTrigger or a NumberField's increment/decrement control.",
470
+ "name": "preventFocusOnPress",
471
+ "parent": {
472
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
473
+ "name": "AriaBaseButtonProps"
474
+ },
475
+ "declarations": [
476
+ {
477
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
478
+ "name": "AriaBaseButtonProps"
479
+ }
480
+ ],
481
+ "required": false,
482
+ "type": {
483
+ "name": "boolean"
484
+ }
485
+ },
486
+ "form": {
487
+ "defaultValue": null,
488
+ "description": "The `<form>` element to associate the button 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/button#form).",
489
+ "name": "form",
490
+ "parent": {
491
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
492
+ "name": "AriaBaseButtonProps"
493
+ },
494
+ "declarations": [
495
+ {
496
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
497
+ "name": "AriaBaseButtonProps"
498
+ }
499
+ ],
500
+ "required": false,
501
+ "type": {
502
+ "name": "string"
503
+ }
504
+ },
505
+ "formAction": {
506
+ "defaultValue": null,
507
+ "description": "The URL that processes the information submitted by the button.\nOverrides the action attribute of the button's form owner.",
508
+ "name": "formAction",
509
+ "parent": {
510
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
511
+ "name": "AriaBaseButtonProps"
512
+ },
513
+ "declarations": [
514
+ {
515
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
516
+ "name": "AriaBaseButtonProps"
517
+ }
518
+ ],
519
+ "required": false,
520
+ "type": {
521
+ "name": "string"
522
+ }
523
+ },
524
+ "formEncType": {
525
+ "defaultValue": null,
526
+ "description": "Indicates how to encode the form data that is submitted.",
527
+ "name": "formEncType",
528
+ "parent": {
529
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
530
+ "name": "AriaBaseButtonProps"
531
+ },
532
+ "declarations": [
533
+ {
534
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
535
+ "name": "AriaBaseButtonProps"
536
+ }
537
+ ],
538
+ "required": false,
539
+ "type": {
540
+ "name": "string"
541
+ }
542
+ },
543
+ "formMethod": {
544
+ "defaultValue": null,
545
+ "description": "Indicates the HTTP method used to submit the form.",
546
+ "name": "formMethod",
547
+ "parent": {
548
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
549
+ "name": "AriaBaseButtonProps"
550
+ },
551
+ "declarations": [
552
+ {
553
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
554
+ "name": "AriaBaseButtonProps"
555
+ }
556
+ ],
557
+ "required": false,
558
+ "type": {
559
+ "name": "string"
560
+ }
561
+ },
562
+ "formNoValidate": {
563
+ "defaultValue": null,
564
+ "description": "Indicates that the form is not to be validated when it is submitted.",
565
+ "name": "formNoValidate",
566
+ "parent": {
567
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
568
+ "name": "AriaBaseButtonProps"
569
+ },
570
+ "declarations": [
571
+ {
572
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
573
+ "name": "AriaBaseButtonProps"
574
+ }
575
+ ],
576
+ "required": false,
577
+ "type": {
578
+ "name": "boolean"
579
+ }
580
+ },
581
+ "formTarget": {
582
+ "defaultValue": null,
583
+ "description": "Overrides the target attribute of the button's form owner.",
584
+ "name": "formTarget",
585
+ "parent": {
586
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
587
+ "name": "AriaBaseButtonProps"
588
+ },
589
+ "declarations": [
590
+ {
591
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
592
+ "name": "AriaBaseButtonProps"
593
+ }
594
+ ],
595
+ "required": false,
596
+ "type": {
597
+ "name": "string"
598
+ }
599
+ },
600
+ "name": {
601
+ "defaultValue": null,
602
+ "description": "Submitted as a pair with the button's value as part of the form data.",
603
+ "name": "name",
604
+ "parent": {
605
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
606
+ "name": "AriaBaseButtonProps"
607
+ },
608
+ "declarations": [
609
+ {
610
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
611
+ "name": "AriaBaseButtonProps"
612
+ }
613
+ ],
614
+ "required": false,
615
+ "type": {
616
+ "name": "string"
617
+ }
618
+ },
619
+ "value": {
620
+ "defaultValue": null,
621
+ "description": "The value associated with the button's name when it's submitted with the form data.",
622
+ "name": "value",
623
+ "parent": {
624
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
625
+ "name": "AriaBaseButtonProps"
626
+ },
627
+ "declarations": [
628
+ {
629
+ "fileName": "apps-platform/node_modules/.pnpm/@react-types+button@3.14.1_react@18.3.1/node_modules/@react-types/button/src/index.d.ts",
630
+ "name": "AriaBaseButtonProps"
631
+ }
632
+ ],
633
+ "required": false,
634
+ "type": {
635
+ "name": "string"
636
+ }
637
+ },
638
+ "excludeFromTabOrder": {
639
+ "defaultValue": null,
640
+ "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.",
641
+ "name": "excludeFromTabOrder",
642
+ "parent": {
643
+ "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",
644
+ "name": "FocusableDOMProps"
645
+ },
646
+ "declarations": [
647
+ {
648
+ "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",
649
+ "name": "FocusableDOMProps"
650
+ }
651
+ ],
652
+ "required": false,
653
+ "type": {
654
+ "name": "boolean"
655
+ }
656
+ },
657
+ "id": {
658
+ "defaultValue": null,
659
+ "description": "The element's unique identifier. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id).",
660
+ "name": "id",
661
+ "parent": {
662
+ "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",
663
+ "name": "DOMProps"
69
664
  },
70
- "description": "Changes the appearance of the button.",
71
- "name": "variant",
665
+ "declarations": [
666
+ {
667
+ "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",
668
+ "name": "DOMProps"
669
+ }
670
+ ],
671
+ "required": false,
672
+ "type": {
673
+ "name": "string"
674
+ }
675
+ },
676
+ "aria-label": {
677
+ "defaultValue": null,
678
+ "description": "Defines a string value that labels the current element.",
679
+ "name": "aria-label",
72
680
  "parent": {
73
- "fileName": "ui-kit-react/lib/components/button/button.tsx",
74
- "name": "ButtonProps"
681
+ "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",
682
+ "name": "AriaLabelingProps"
75
683
  },
76
684
  "declarations": [
77
685
  {
78
- "fileName": "ui-kit-react/lib/components/button/button.tsx",
79
- "name": "ButtonProps"
686
+ "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",
687
+ "name": "AriaLabelingProps"
688
+ }
689
+ ],
690
+ "required": false,
691
+ "type": {
692
+ "name": "string"
693
+ }
694
+ },
695
+ "aria-labelledby": {
696
+ "defaultValue": null,
697
+ "description": "Identifies the element (or elements) that labels the current element.",
698
+ "name": "aria-labelledby",
699
+ "parent": {
700
+ "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",
701
+ "name": "AriaLabelingProps"
702
+ },
703
+ "declarations": [
704
+ {
705
+ "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",
706
+ "name": "AriaLabelingProps"
707
+ }
708
+ ],
709
+ "required": false,
710
+ "type": {
711
+ "name": "string"
712
+ }
713
+ },
714
+ "aria-describedby": {
715
+ "defaultValue": null,
716
+ "description": "Identifies the element (or elements) that describes the object.",
717
+ "name": "aria-describedby",
718
+ "parent": {
719
+ "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",
720
+ "name": "AriaLabelingProps"
721
+ },
722
+ "declarations": [
723
+ {
724
+ "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",
725
+ "name": "AriaLabelingProps"
726
+ }
727
+ ],
728
+ "required": false,
729
+ "type": {
730
+ "name": "string"
731
+ }
732
+ },
733
+ "aria-details": {
734
+ "defaultValue": null,
735
+ "description": "Identifies the element (or elements) that provide a detailed, extended description for the object.",
736
+ "name": "aria-details",
737
+ "parent": {
738
+ "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",
739
+ "name": "AriaLabelingProps"
740
+ },
741
+ "declarations": [
742
+ {
743
+ "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",
744
+ "name": "AriaLabelingProps"
745
+ }
746
+ ],
747
+ "required": false,
748
+ "type": {
749
+ "name": "string"
750
+ }
751
+ },
752
+ "onHoverStart": {
753
+ "defaultValue": null,
754
+ "description": "Handler that is called when a hover interaction starts.",
755
+ "name": "onHoverStart",
756
+ "parent": {
757
+ "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",
758
+ "name": "HoverEvents"
759
+ },
760
+ "declarations": [
761
+ {
762
+ "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",
763
+ "name": "HoverEvents"
764
+ }
765
+ ],
766
+ "required": false,
767
+ "type": {
768
+ "name": "(e: HoverEvent) => void"
769
+ }
770
+ },
771
+ "onHoverEnd": {
772
+ "defaultValue": null,
773
+ "description": "Handler that is called when a hover interaction ends.",
774
+ "name": "onHoverEnd",
775
+ "parent": {
776
+ "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",
777
+ "name": "HoverEvents"
778
+ },
779
+ "declarations": [
780
+ {
781
+ "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",
782
+ "name": "HoverEvents"
783
+ }
784
+ ],
785
+ "required": false,
786
+ "type": {
787
+ "name": "(e: HoverEvent) => void"
788
+ }
789
+ },
790
+ "onHoverChange": {
791
+ "defaultValue": null,
792
+ "description": "Handler that is called when the hover state changes.",
793
+ "name": "onHoverChange",
794
+ "parent": {
795
+ "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",
796
+ "name": "HoverEvents"
797
+ },
798
+ "declarations": [
799
+ {
800
+ "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",
801
+ "name": "HoverEvents"
802
+ }
803
+ ],
804
+ "required": false,
805
+ "type": {
806
+ "name": "(isHovering: boolean) => void"
807
+ }
808
+ },
809
+ "slot": {
810
+ "defaultValue": null,
811
+ "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.",
812
+ "name": "slot",
813
+ "parent": {
814
+ "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",
815
+ "name": "SlotProps"
816
+ },
817
+ "declarations": [
818
+ {
819
+ "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",
820
+ "name": "SlotProps"
821
+ }
822
+ ],
823
+ "required": false,
824
+ "type": {
825
+ "name": "string | null"
826
+ }
827
+ },
828
+ "children": {
829
+ "defaultValue": null,
830
+ "description": "The children of the component. A function may be provided to alter the children based on component state.",
831
+ "name": "children",
832
+ "parent": {
833
+ "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",
834
+ "name": "RenderProps"
835
+ },
836
+ "declarations": [
837
+ {
838
+ "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",
839
+ "name": "RenderProps"
840
+ }
841
+ ],
842
+ "required": false,
843
+ "type": {
844
+ "name": "ChildrenOrFunction<ButtonRenderProps>"
845
+ }
846
+ },
847
+ "className": {
848
+ "defaultValue": null,
849
+ "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.",
850
+ "name": "className",
851
+ "parent": {
852
+ "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",
853
+ "name": "StyleRenderProps"
854
+ },
855
+ "declarations": [
856
+ {
857
+ "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",
858
+ "name": "StyleRenderProps"
859
+ }
860
+ ],
861
+ "required": false,
862
+ "type": {
863
+ "name": "ClassNameOrFunction<ButtonRenderProps>"
864
+ }
865
+ },
866
+ "style": {
867
+ "defaultValue": null,
868
+ "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.",
869
+ "name": "style",
870
+ "parent": {
871
+ "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",
872
+ "name": "StyleRenderProps"
873
+ },
874
+ "declarations": [
875
+ {
876
+ "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",
877
+ "name": "StyleRenderProps"
80
878
  }
81
879
  ],
82
880
  "required": false,
83
881
  "type": {
84
- "name": "\"critical\" | \"primary\" | \"secondary\" | \"tertiary\" | null"
882
+ "name": "StyleOrFunction<ButtonRenderProps>"
85
883
  }
86
884
  },
885
+ "variant": {
886
+ "defaultValue": null,
887
+ "description": "Legacy button variant (DEPRECATED).\n@remarks Maintained for backward compatibility only. New code should use\n`type`, `size`, and `color` props instead.\n@deprecated Use `type`, `size`, and `color` props instead.",
888
+ "name": "variant",
889
+ "parent": {
890
+ "fileName": "ui-kit-react/lib/components/button/button.legacy.tsx",
891
+ "name": "LegacyButtonProps"
892
+ },
893
+ "declarations": [
894
+ {
895
+ "fileName": "ui-kit-react/lib/components/button/button.legacy.tsx",
896
+ "name": "LegacyButtonProps"
897
+ }
898
+ ],
899
+ "required": false,
900
+ "type": {
901
+ "name": "LegacyButtonVariant"
902
+ }
903
+ }
904
+ },
905
+ "resolveButtonProps": {
87
906
  "isPending": {
88
907
  "defaultValue": null,
89
908
  "description": "Whether the button is in a pending state. This disables press and hover events\nwhile retaining focusability, and announces the pending state to screen readers.",
@@ -902,6 +1721,25 @@
902
1721
  "type": {
903
1722
  "name": "StyleOrFunction<ButtonRenderProps>"
904
1723
  }
1724
+ },
1725
+ "variant": {
1726
+ "defaultValue": null,
1727
+ "description": "Legacy button variant (DEPRECATED).\n@remarks Maintained for backward compatibility only. New code should use\n`type`, `size`, and `color` props instead.\n@deprecated Use `type`, `size`, and `color` props instead.",
1728
+ "name": "variant",
1729
+ "parent": {
1730
+ "fileName": "ui-kit-react/lib/components/button/button.legacy.tsx",
1731
+ "name": "LegacyButtonProps"
1732
+ },
1733
+ "declarations": [
1734
+ {
1735
+ "fileName": "ui-kit-react/lib/components/button/button.legacy.tsx",
1736
+ "name": "LegacyButtonProps"
1737
+ }
1738
+ ],
1739
+ "required": false,
1740
+ "type": {
1741
+ "name": "LegacyButtonVariant"
1742
+ }
905
1743
  }
906
1744
  },
907
1745
  "ButtonGroup": {
@@ -1932,6 +2770,25 @@
1932
2770
  }
1933
2771
  },
1934
2772
  "IconButton": {
2773
+ "renderIcon": {
2774
+ "defaultValue": null,
2775
+ "description": "Custom icon renderer function. Allows complete control over icon rendering.\nReceives the icon and options, should return a React element.\nIf provided, overrides the default icon rendering logic.",
2776
+ "name": "renderIcon",
2777
+ "parent": {
2778
+ "fileName": "ui-kit-react/lib/components/icon-button/icon-button.tsx",
2779
+ "name": "IconButtonProps"
2780
+ },
2781
+ "declarations": [
2782
+ {
2783
+ "fileName": "ui-kit-react/lib/components/icon-button/icon-button.tsx",
2784
+ "name": "IconButtonProps"
2785
+ }
2786
+ ],
2787
+ "required": false,
2788
+ "type": {
2789
+ "name": "(icon: IconButtonIcon, options: { iconClassName?: string; iconSize?: number | undefined; iconStyle?: CSSProperties | undefined; }) => ReactElement<...>"
2790
+ }
2791
+ },
1935
2792
  "aria-label": {
1936
2793
  "defaultValue": null,
1937
2794
  "description": "Defines a string value that labels the current element.",