react-magma-dom 4.10.0-next.17 → 4.10.0-next.18

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.
@@ -1,4 +1,790 @@
1
1
  [
2
+ {
3
+ "name": "SpanProps",
4
+ "kind": 256,
5
+ "kindString": "Interface",
6
+ "flags": {
7
+ "isExported": true
8
+ },
9
+ "id": "SpanProps",
10
+ "tags": {},
11
+ "properties": {
12
+ "hasIconLeading": {
13
+ "name": "hasIconLeading",
14
+ "required": false,
15
+ "type": {
16
+ "name": "boolean"
17
+ },
18
+ "deprecated": false
19
+ },
20
+ "size": {
21
+ "name": "size",
22
+ "required": false,
23
+ "type": {
24
+ "name": "enum",
25
+ "options": [
26
+ "AIButtonSize.large",
27
+ "AIButtonSize.medium",
28
+ "AIButtonSize.small"
29
+ ]
30
+ },
31
+ "deprecated": false
32
+ }
33
+ }
34
+ },
35
+ {
36
+ "name": "StyledAIButtonProps",
37
+ "kind": 256,
38
+ "kindString": "Interface",
39
+ "flags": {
40
+ "isExported": true
41
+ },
42
+ "id": "StyledAIButtonProps",
43
+ "tags": {},
44
+ "properties": {
45
+ "hoverColor": {
46
+ "name": "hoverColor",
47
+ "required": false,
48
+ "type": {
49
+ "name": "string"
50
+ },
51
+ "description": "Sets the color when the button is hovered.",
52
+ "deprecated": false
53
+ },
54
+ "iconOnly": {
55
+ "name": "iconOnly",
56
+ "required": false,
57
+ "type": {
58
+ "name": "boolean"
59
+ },
60
+ "deprecated": false
61
+ },
62
+ "isAnimated": {
63
+ "name": "isAnimated",
64
+ "required": false,
65
+ "type": {
66
+ "name": "boolean"
67
+ },
68
+ "description": "Enables gradient animation for the button background.",
69
+ "defaultValue": "false",
70
+ "deprecated": false
71
+ },
72
+ "isFullWidth": {
73
+ "name": "isFullWidth",
74
+ "required": false,
75
+ "type": {
76
+ "name": "boolean"
77
+ },
78
+ "description": "Set the button to display full-width.",
79
+ "defaultValue": "false",
80
+ "deprecated": false
81
+ },
82
+ "isInverse": {
83
+ "name": "isInverse",
84
+ "required": false,
85
+ "type": {
86
+ "name": "boolean"
87
+ },
88
+ "description": "If true, the component will have inverse styling to better appear on a dark background",
89
+ "defaultValue": "false",
90
+ "deprecated": false
91
+ },
92
+ "isLoading": {
93
+ "name": "isLoading",
94
+ "required": false,
95
+ "type": {
96
+ "name": "boolean"
97
+ },
98
+ "description": " Set the button to a loading state",
99
+ "defaultValue": "false",
100
+ "deprecated": false
101
+ },
102
+ "leadingIcon": {
103
+ "name": "leadingIcon",
104
+ "required": false,
105
+ "type": {
106
+ "name": "boolean | ReactElement"
107
+ },
108
+ "deprecated": false
109
+ },
110
+ "leftColor": {
111
+ "name": "leftColor",
112
+ "required": false,
113
+ "type": {
114
+ "name": "string"
115
+ },
116
+ "description": "Sets the color for the left side of the button gradient.",
117
+ "deprecated": false
118
+ },
119
+ "pressedColor": {
120
+ "name": "pressedColor",
121
+ "required": false,
122
+ "type": {
123
+ "name": "string"
124
+ },
125
+ "description": "Sets the color when the button is pressed (active).",
126
+ "deprecated": false
127
+ },
128
+ "rightColor": {
129
+ "name": "rightColor",
130
+ "required": false,
131
+ "type": {
132
+ "name": "string"
133
+ },
134
+ "description": "Sets the color for the right side of the button gradient.",
135
+ "deprecated": false
136
+ },
137
+ "shape": {
138
+ "name": "shape",
139
+ "required": false,
140
+ "type": {
141
+ "name": "enum",
142
+ "options": [
143
+ "AIButtonShape.fill",
144
+ "AIButtonShape.leftCap",
145
+ "AIButtonShape.rightCap",
146
+ "AIButtonShape.round"
147
+ ]
148
+ },
149
+ "description": "Defines the border radius",
150
+ "defaultValue": "AIButtonShape.fill",
151
+ "deprecated": false
152
+ },
153
+ "size": {
154
+ "name": "size",
155
+ "required": false,
156
+ "type": {
157
+ "name": "enum",
158
+ "options": [
159
+ "AIButtonSize.large",
160
+ "AIButtonSize.medium",
161
+ "AIButtonSize.small"
162
+ ]
163
+ },
164
+ "description": "The relative size of the button",
165
+ "defaultValue": "AIButtonSize.medium",
166
+ "deprecated": false
167
+ },
168
+ "textTransform": {
169
+ "name": "textTransform",
170
+ "required": false,
171
+ "type": {
172
+ "name": "enum",
173
+ "options": [
174
+ "AIButtonTextTransform.none",
175
+ "AIButtonTextTransform.uppercase"
176
+ ]
177
+ },
178
+ "description": "Determines whether the button appears in all-caps",
179
+ "defaultValue": "AIButtonTextTransform.uppercase",
180
+ "deprecated": false
181
+ },
182
+ "trailingIcon": {
183
+ "name": "trailingIcon",
184
+ "required": false,
185
+ "type": {
186
+ "name": "ReactElement"
187
+ },
188
+ "deprecated": false
189
+ },
190
+ "type": {
191
+ "name": "type",
192
+ "required": false,
193
+ "type": {
194
+ "name": "enum",
195
+ "options": [
196
+ "AIButtonType.button",
197
+ "AIButtonType.reset",
198
+ "AIButtonType.submit"
199
+ ]
200
+ },
201
+ "description": "The type attribute of the button",
202
+ "defaultValue": "AIButtonType.button",
203
+ "deprecated": false
204
+ },
205
+ "variant": {
206
+ "name": "variant",
207
+ "required": false,
208
+ "type": {
209
+ "name": "enum",
210
+ "options": [
211
+ "AIButtonVariant.variantA",
212
+ "AIButtonVariant.variantB"
213
+ ]
214
+ },
215
+ "description": "The variant of the button",
216
+ "defaultValue": "AIButtonVariant.variantA",
217
+ "deprecated": false
218
+ }
219
+ }
220
+ },
221
+ {
222
+ "name": "BaseAIButtonProps",
223
+ "kind": 256,
224
+ "kindString": "Interface",
225
+ "flags": {
226
+ "isExported": true
227
+ },
228
+ "id": "BaseAIButtonProps",
229
+ "tags": {},
230
+ "properties": {
231
+ "hoverColor": {
232
+ "name": "hoverColor",
233
+ "required": false,
234
+ "type": {
235
+ "name": "string"
236
+ },
237
+ "description": "Sets the color when the button is hovered.",
238
+ "deprecated": false
239
+ },
240
+ "isAnimated": {
241
+ "name": "isAnimated",
242
+ "required": false,
243
+ "type": {
244
+ "name": "boolean"
245
+ },
246
+ "description": "Enables gradient animation for the button background.",
247
+ "defaultValue": "false",
248
+ "deprecated": false
249
+ },
250
+ "isFullWidth": {
251
+ "name": "isFullWidth",
252
+ "required": false,
253
+ "type": {
254
+ "name": "boolean"
255
+ },
256
+ "description": "Set the button to display full-width.",
257
+ "defaultValue": "false",
258
+ "deprecated": false
259
+ },
260
+ "isInverse": {
261
+ "name": "isInverse",
262
+ "required": false,
263
+ "type": {
264
+ "name": "boolean"
265
+ },
266
+ "description": "If true, the component will have inverse styling to better appear on a dark background",
267
+ "defaultValue": "false",
268
+ "deprecated": false
269
+ },
270
+ "isLoading": {
271
+ "name": "isLoading",
272
+ "required": false,
273
+ "type": {
274
+ "name": "boolean"
275
+ },
276
+ "description": " Set the button to a loading state",
277
+ "defaultValue": "false",
278
+ "deprecated": false
279
+ },
280
+ "leftColor": {
281
+ "name": "leftColor",
282
+ "required": false,
283
+ "type": {
284
+ "name": "string"
285
+ },
286
+ "description": "Sets the color for the left side of the button gradient.",
287
+ "deprecated": false
288
+ },
289
+ "pressedColor": {
290
+ "name": "pressedColor",
291
+ "required": false,
292
+ "type": {
293
+ "name": "string"
294
+ },
295
+ "description": "Sets the color when the button is pressed (active).",
296
+ "deprecated": false
297
+ },
298
+ "rightColor": {
299
+ "name": "rightColor",
300
+ "required": false,
301
+ "type": {
302
+ "name": "string"
303
+ },
304
+ "description": "Sets the color for the right side of the button gradient.",
305
+ "deprecated": false
306
+ },
307
+ "shape": {
308
+ "name": "shape",
309
+ "required": false,
310
+ "type": {
311
+ "name": "enum",
312
+ "options": [
313
+ "AIButtonShape.fill",
314
+ "AIButtonShape.leftCap",
315
+ "AIButtonShape.rightCap",
316
+ "AIButtonShape.round"
317
+ ]
318
+ },
319
+ "description": "Defines the border radius",
320
+ "defaultValue": "AIButtonShape.fill",
321
+ "deprecated": false
322
+ },
323
+ "size": {
324
+ "name": "size",
325
+ "required": false,
326
+ "type": {
327
+ "name": "enum",
328
+ "options": [
329
+ "AIButtonSize.large",
330
+ "AIButtonSize.medium",
331
+ "AIButtonSize.small"
332
+ ]
333
+ },
334
+ "description": "The relative size of the button",
335
+ "defaultValue": "AIButtonSize.medium",
336
+ "deprecated": false
337
+ },
338
+ "textTransform": {
339
+ "name": "textTransform",
340
+ "required": false,
341
+ "type": {
342
+ "name": "enum",
343
+ "options": [
344
+ "AIButtonTextTransform.none",
345
+ "AIButtonTextTransform.uppercase"
346
+ ]
347
+ },
348
+ "description": "Determines whether the button appears in all-caps",
349
+ "defaultValue": "AIButtonTextTransform.uppercase",
350
+ "deprecated": false
351
+ },
352
+ "type": {
353
+ "name": "type",
354
+ "required": false,
355
+ "type": {
356
+ "name": "enum",
357
+ "options": [
358
+ "AIButtonType.button",
359
+ "AIButtonType.reset",
360
+ "AIButtonType.submit"
361
+ ]
362
+ },
363
+ "description": "The type attribute of the button",
364
+ "defaultValue": "AIButtonType.button",
365
+ "deprecated": false
366
+ },
367
+ "variant": {
368
+ "name": "variant",
369
+ "required": false,
370
+ "type": {
371
+ "name": "enum",
372
+ "options": [
373
+ "AIButtonVariant.variantA",
374
+ "AIButtonVariant.variantB"
375
+ ]
376
+ },
377
+ "description": "The variant of the button",
378
+ "defaultValue": "AIButtonVariant.variantA",
379
+ "deprecated": false
380
+ }
381
+ }
382
+ },
383
+ {
384
+ "name": "IconOnlyAIButtonProps",
385
+ "kind": 256,
386
+ "kindString": "Interface",
387
+ "flags": {
388
+ "isExported": true
389
+ },
390
+ "id": "IconOnlyAIButtonProps",
391
+ "tags": {},
392
+ "properties": {
393
+ "aria-label": {
394
+ "name": "aria-label",
395
+ "required": true,
396
+ "type": {
397
+ "name": "string"
398
+ },
399
+ "description": "The text the screen reader will announce. Required for icon-only buttons",
400
+ "deprecated": false
401
+ },
402
+ "children": {
403
+ "name": "children",
404
+ "required": false,
405
+ "type": {
406
+ "name": "never"
407
+ },
408
+ "description": "The content of the component",
409
+ "deprecated": false
410
+ },
411
+ "hoverColor": {
412
+ "name": "hoverColor",
413
+ "required": false,
414
+ "type": {
415
+ "name": "string"
416
+ },
417
+ "description": "Sets the color when the button is hovered.",
418
+ "deprecated": false
419
+ },
420
+ "isAnimated": {
421
+ "name": "isAnimated",
422
+ "required": false,
423
+ "type": {
424
+ "name": "boolean"
425
+ },
426
+ "description": "Enables gradient animation for the button background.",
427
+ "defaultValue": "false",
428
+ "deprecated": false
429
+ },
430
+ "isFullWidth": {
431
+ "name": "isFullWidth",
432
+ "required": false,
433
+ "type": {
434
+ "name": "boolean"
435
+ },
436
+ "description": "Set the button to display full-width.",
437
+ "defaultValue": "false",
438
+ "deprecated": false
439
+ },
440
+ "isInverse": {
441
+ "name": "isInverse",
442
+ "required": false,
443
+ "type": {
444
+ "name": "boolean"
445
+ },
446
+ "description": "If true, the component will have inverse styling to better appear on a dark background",
447
+ "defaultValue": "false",
448
+ "deprecated": false
449
+ },
450
+ "isLoading": {
451
+ "name": "isLoading",
452
+ "required": false,
453
+ "type": {
454
+ "name": "boolean"
455
+ },
456
+ "description": " Set the button to a loading state",
457
+ "defaultValue": "false",
458
+ "deprecated": false
459
+ },
460
+ "leadingIcon": {
461
+ "name": "leadingIcon",
462
+ "required": false,
463
+ "type": {
464
+ "name": "true | ReactElement"
465
+ },
466
+ "description": "Icon to display on the right side within the component",
467
+ "deprecated": false
468
+ },
469
+ "leftColor": {
470
+ "name": "leftColor",
471
+ "required": false,
472
+ "type": {
473
+ "name": "string"
474
+ },
475
+ "description": "Sets the color for the left side of the button gradient.",
476
+ "deprecated": false
477
+ },
478
+ "pressedColor": {
479
+ "name": "pressedColor",
480
+ "required": false,
481
+ "type": {
482
+ "name": "string"
483
+ },
484
+ "description": "Sets the color when the button is pressed (active).",
485
+ "deprecated": false
486
+ },
487
+ "rightColor": {
488
+ "name": "rightColor",
489
+ "required": false,
490
+ "type": {
491
+ "name": "string"
492
+ },
493
+ "description": "Sets the color for the right side of the button gradient.",
494
+ "deprecated": false
495
+ },
496
+ "shape": {
497
+ "name": "shape",
498
+ "required": false,
499
+ "type": {
500
+ "name": "enum",
501
+ "options": [
502
+ "AIButtonShape.fill",
503
+ "AIButtonShape.leftCap",
504
+ "AIButtonShape.rightCap",
505
+ "AIButtonShape.round"
506
+ ]
507
+ },
508
+ "description": "Defines the border radius",
509
+ "defaultValue": "AIButtonShape.fill",
510
+ "deprecated": false
511
+ },
512
+ "size": {
513
+ "name": "size",
514
+ "required": false,
515
+ "type": {
516
+ "name": "enum",
517
+ "options": [
518
+ "AIButtonSize.large",
519
+ "AIButtonSize.medium",
520
+ "AIButtonSize.small"
521
+ ]
522
+ },
523
+ "description": "The relative size of the button",
524
+ "defaultValue": "AIButtonSize.medium",
525
+ "deprecated": false
526
+ },
527
+ "textTransform": {
528
+ "name": "textTransform",
529
+ "required": false,
530
+ "type": {
531
+ "name": "enum",
532
+ "options": [
533
+ "AIButtonTextTransform.none",
534
+ "AIButtonTextTransform.uppercase"
535
+ ]
536
+ },
537
+ "description": "Determines whether the button appears in all-caps",
538
+ "defaultValue": "AIButtonTextTransform.uppercase",
539
+ "deprecated": false
540
+ },
541
+ "type": {
542
+ "name": "type",
543
+ "required": false,
544
+ "type": {
545
+ "name": "enum",
546
+ "options": [
547
+ "AIButtonType.button",
548
+ "AIButtonType.reset",
549
+ "AIButtonType.submit"
550
+ ]
551
+ },
552
+ "description": "The type attribute of the button",
553
+ "defaultValue": "AIButtonType.button",
554
+ "deprecated": false
555
+ },
556
+ "variant": {
557
+ "name": "variant",
558
+ "required": false,
559
+ "type": {
560
+ "name": "enum",
561
+ "options": [
562
+ "AIButtonVariant.variantA",
563
+ "AIButtonVariant.variantB"
564
+ ]
565
+ },
566
+ "description": "The variant of the button",
567
+ "defaultValue": "AIButtonVariant.variantA",
568
+ "deprecated": false
569
+ }
570
+ }
571
+ },
572
+ {
573
+ "name": "TextAIButtonProps",
574
+ "kind": 256,
575
+ "kindString": "Interface",
576
+ "flags": {
577
+ "isExported": true
578
+ },
579
+ "id": "TextAIButtonProps",
580
+ "tags": {},
581
+ "properties": {
582
+ "children": {
583
+ "name": "children",
584
+ "required": true,
585
+ "type": {
586
+ "name": "React.ReactChild | "
587
+ },
588
+ "description": "The content of the component",
589
+ "deprecated": false
590
+ },
591
+ "hoverColor": {
592
+ "name": "hoverColor",
593
+ "required": false,
594
+ "type": {
595
+ "name": "string"
596
+ },
597
+ "description": "Sets the color when the button is hovered.",
598
+ "deprecated": false
599
+ },
600
+ "isAnimated": {
601
+ "name": "isAnimated",
602
+ "required": false,
603
+ "type": {
604
+ "name": "boolean"
605
+ },
606
+ "description": "Enables gradient animation for the button background.",
607
+ "defaultValue": "false",
608
+ "deprecated": false
609
+ },
610
+ "isFullWidth": {
611
+ "name": "isFullWidth",
612
+ "required": false,
613
+ "type": {
614
+ "name": "boolean"
615
+ },
616
+ "description": "Set the button to display full-width.",
617
+ "defaultValue": "false",
618
+ "deprecated": false
619
+ },
620
+ "isInverse": {
621
+ "name": "isInverse",
622
+ "required": false,
623
+ "type": {
624
+ "name": "boolean"
625
+ },
626
+ "description": "If true, the component will have inverse styling to better appear on a dark background",
627
+ "defaultValue": "false",
628
+ "deprecated": false
629
+ },
630
+ "isLoading": {
631
+ "name": "isLoading",
632
+ "required": false,
633
+ "type": {
634
+ "name": "boolean"
635
+ },
636
+ "description": " Set the button to a loading state",
637
+ "defaultValue": "false",
638
+ "deprecated": false
639
+ },
640
+ "leadingIcon": {
641
+ "name": "leadingIcon",
642
+ "required": false,
643
+ "type": {
644
+ "name": "boolean | ReactElement"
645
+ },
646
+ "description": "Leading icon to display on the left side within the component",
647
+ "deprecated": false
648
+ },
649
+ "leftColor": {
650
+ "name": "leftColor",
651
+ "required": false,
652
+ "type": {
653
+ "name": "string"
654
+ },
655
+ "description": "Sets the color for the left side of the button gradient.",
656
+ "deprecated": false
657
+ },
658
+ "pressedColor": {
659
+ "name": "pressedColor",
660
+ "required": false,
661
+ "type": {
662
+ "name": "string"
663
+ },
664
+ "description": "Sets the color when the button is pressed (active).",
665
+ "deprecated": false
666
+ },
667
+ "rightColor": {
668
+ "name": "rightColor",
669
+ "required": false,
670
+ "type": {
671
+ "name": "string"
672
+ },
673
+ "description": "Sets the color for the right side of the button gradient.",
674
+ "deprecated": false
675
+ },
676
+ "shape": {
677
+ "name": "shape",
678
+ "required": false,
679
+ "type": {
680
+ "name": "enum",
681
+ "options": [
682
+ "AIButtonShape.fill",
683
+ "AIButtonShape.leftCap",
684
+ "AIButtonShape.rightCap",
685
+ "AIButtonShape.round"
686
+ ]
687
+ },
688
+ "description": "Defines the border radius",
689
+ "defaultValue": "AIButtonShape.fill",
690
+ "deprecated": false
691
+ },
692
+ "size": {
693
+ "name": "size",
694
+ "required": false,
695
+ "type": {
696
+ "name": "enum",
697
+ "options": [
698
+ "AIButtonSize.large",
699
+ "AIButtonSize.medium",
700
+ "AIButtonSize.small"
701
+ ]
702
+ },
703
+ "description": "The relative size of the button",
704
+ "defaultValue": "AIButtonSize.medium",
705
+ "deprecated": false
706
+ },
707
+ "textTransform": {
708
+ "name": "textTransform",
709
+ "required": false,
710
+ "type": {
711
+ "name": "enum",
712
+ "options": [
713
+ "AIButtonTextTransform.none",
714
+ "AIButtonTextTransform.uppercase"
715
+ ]
716
+ },
717
+ "description": "Determines whether the button appears in all-caps",
718
+ "defaultValue": "AIButtonTextTransform.uppercase",
719
+ "deprecated": false
720
+ },
721
+ "trailingIcon": {
722
+ "name": "trailingIcon",
723
+ "required": false,
724
+ "type": {
725
+ "name": "ReactElement"
726
+ },
727
+ "description": "Icon to display on the right side within the component",
728
+ "deprecated": false
729
+ },
730
+ "type": {
731
+ "name": "type",
732
+ "required": false,
733
+ "type": {
734
+ "name": "enum",
735
+ "options": [
736
+ "AIButtonType.button",
737
+ "AIButtonType.reset",
738
+ "AIButtonType.submit"
739
+ ]
740
+ },
741
+ "description": "The type attribute of the button",
742
+ "defaultValue": "AIButtonType.button",
743
+ "deprecated": false
744
+ },
745
+ "variant": {
746
+ "name": "variant",
747
+ "required": false,
748
+ "type": {
749
+ "name": "enum",
750
+ "options": [
751
+ "AIButtonVariant.variantA",
752
+ "AIButtonVariant.variantB"
753
+ ]
754
+ },
755
+ "description": "The variant of the button",
756
+ "defaultValue": "AIButtonVariant.variantA",
757
+ "deprecated": false
758
+ }
759
+ }
760
+ },
761
+ {
762
+ "name": "AIButtonProps",
763
+ "kind": 4194304,
764
+ "kindString": "Type alias",
765
+ "flags": {
766
+ "isExported": true
767
+ },
768
+ "type": {
769
+ "type": "reference",
770
+ "typeArguments": [
771
+ {
772
+ "type": "reference",
773
+ "id": 3493,
774
+ "name": "TextAIButtonProps"
775
+ },
776
+ {
777
+ "type": "reference",
778
+ "id": 3783,
779
+ "name": "IconOnlyAIButtonProps"
780
+ }
781
+ ],
782
+ "name": "XOR"
783
+ },
784
+ "id": "AIButtonProps",
785
+ "tags": {},
786
+ "properties": {}
787
+ },
2
788
  {
3
789
  "name": "AccordionMultipleControlledProps",
4
790
  "kind": 256,
@@ -396,22 +1182,22 @@
396
1182
  "types": [
397
1183
  {
398
1184
  "type": "reference",
399
- "id": 7149,
1185
+ "id": 8727,
400
1186
  "name": "AccordionMultipleProps"
401
1187
  },
402
1188
  {
403
1189
  "type": "reference",
404
- "id": 7424,
1190
+ "id": 9002,
405
1191
  "name": "AccordionSingleProps"
406
1192
  },
407
1193
  {
408
1194
  "type": "reference",
409
- "id": 7698,
1195
+ "id": 9276,
410
1196
  "name": "AccordionMultipleControlledProps"
411
1197
  },
412
1198
  {
413
1199
  "type": "reference",
414
- "id": 7972,
1200
+ "id": 9550,
415
1201
  "name": "AccordionSingleControlledProps"
416
1202
  }
417
1203
  ]
@@ -716,7 +1502,7 @@
716
1502
  "type": "query",
717
1503
  "queryType": {
718
1504
  "type": "reference",
719
- "id": 6851,
1505
+ "id": 8429,
720
1506
  "name": "useAccordion"
721
1507
  }
722
1508
  }
@@ -763,7 +1549,7 @@
763
1549
  "type": "query",
764
1550
  "queryType": {
765
1551
  "type": "reference",
766
- "id": 8860,
1552
+ "id": 10148,
767
1553
  "name": "useAccordionButton"
768
1554
  }
769
1555
  }
@@ -866,7 +1652,7 @@
866
1652
  "type": "query",
867
1653
  "queryType": {
868
1654
  "type": "reference",
869
- "id": 8275,
1655
+ "id": 9853,
870
1656
  "name": "useAccordionItem"
871
1657
  }
872
1658
  }
@@ -1926,12 +2712,12 @@
1926
2712
  "types": [
1927
2713
  {
1928
2714
  "type": "reference",
1929
- "id": 1256,
2715
+ "id": 944,
1930
2716
  "name": "BaseButtonProps"
1931
2717
  },
1932
2718
  {
1933
2719
  "type": "reference",
1934
- "id": 1247,
2720
+ "id": 935,
1935
2721
  "name": "ButtonStyles"
1936
2722
  }
1937
2723
  ]
@@ -2704,7 +3490,7 @@
2704
3490
  "flags": {},
2705
3491
  "typeParameter": [
2706
3492
  {
2707
- "id": 4711,
3493
+ "id": 6289,
2708
3494
  "name": "T",
2709
3495
  "kind": 131072,
2710
3496
  "kindString": "Type parameter",
@@ -2904,7 +3690,7 @@
2904
3690
  },
2905
3691
  "typeParameter": [
2906
3692
  {
2907
- "id": 4822,
3693
+ "id": 6400,
2908
3694
  "name": "T",
2909
3695
  "kind": 131072,
2910
3696
  "kindString": "Type parameter",
@@ -2913,7 +3699,7 @@
2913
3699
  },
2914
3700
  "type": {
2915
3701
  "type": "reference",
2916
- "id": 4630,
3702
+ "id": 6208,
2917
3703
  "name": "SelectOptions"
2918
3704
  }
2919
3705
  }
@@ -3250,7 +4036,7 @@
3250
4036
  },
3251
4037
  "typeParameter": [
3252
4038
  {
3253
- "id": 4893,
4039
+ "id": 6471,
3254
4040
  "name": "T",
3255
4041
  "kind": 131072,
3256
4042
  "kindString": "Type parameter",
@@ -3259,7 +4045,7 @@
3259
4045
  },
3260
4046
  "type": {
3261
4047
  "type": "reference",
3262
- "id": 4630,
4048
+ "id": 6208,
3263
4049
  "name": "SelectOptions"
3264
4050
  }
3265
4051
  }
@@ -3417,7 +4203,7 @@
3417
4203
  },
3418
4204
  "typeParameter": [
3419
4205
  {
3420
- "id": 4940,
4206
+ "id": 6518,
3421
4207
  "name": "T",
3422
4208
  "kind": 131072,
3423
4209
  "kindString": "Type parameter",
@@ -3431,7 +4217,7 @@
3431
4217
  "typeArguments": [
3432
4218
  {
3433
4219
  "type": "reference",
3434
- "id": 4821,
4220
+ "id": 6399,
3435
4221
  "typeArguments": [
3436
4222
  {
3437
4223
  "type": "typeParameter",
@@ -3442,7 +4228,7 @@
3442
4228
  },
3443
4229
  {
3444
4230
  "type": "reference",
3445
- "id": 4892,
4231
+ "id": 6470,
3446
4232
  "typeArguments": [
3447
4233
  {
3448
4234
  "type": "typeParameter",
@@ -3963,7 +4749,7 @@
3963
4749
  },
3964
4750
  "indexSignature": [
3965
4751
  {
3966
- "id": 19507,
4752
+ "id": 20795,
3967
4753
  "name": "__index",
3968
4754
  "kind": 8192,
3969
4755
  "kindString": "Index signature",
@@ -3975,7 +4761,7 @@
3975
4761
  },
3976
4762
  "parameters": [
3977
4763
  {
3978
- "id": 19508,
4764
+ "id": 20796,
3979
4765
  "name": "key",
3980
4766
  "kind": 32768,
3981
4767
  "kindString": "Parameter",
@@ -4065,12 +4851,12 @@
4065
4851
  "types": [
4066
4852
  {
4067
4853
  "type": "reference",
4068
- "id": 19513,
4854
+ "id": 20801,
4069
4855
  "name": "BaseDatagridProps"
4070
4856
  },
4071
4857
  {
4072
4858
  "type": "reference",
4073
- "id": 19819,
4859
+ "id": 21107,
4074
4860
  "name": "DatagridSelectedRowsProps"
4075
4861
  }
4076
4862
  ]
@@ -4318,12 +5104,12 @@
4318
5104
  "typeArguments": [
4319
5105
  {
4320
5106
  "type": "reference",
4321
- "id": 19815,
5107
+ "id": 21103,
4322
5108
  "name": "ControlledSelectedRowsProps"
4323
5109
  },
4324
5110
  {
4325
5111
  "type": "reference",
4326
- "id": 19817,
5112
+ "id": 21105,
4327
5113
  "name": "UncontrolledSelectedRowsProps"
4328
5114
  }
4329
5115
  ],
@@ -5458,12 +6244,12 @@
5458
6244
  "typeArguments": [
5459
6245
  {
5460
6246
  "type": "reference",
5461
- "id": 5323,
6247
+ "id": 6901,
5462
6248
  "name": "IconOnlyDropdownButtonProps"
5463
6249
  },
5464
6250
  {
5465
6251
  "type": "reference",
5466
- "id": 5327,
6252
+ "id": 6905,
5467
6253
  "name": "IconTextDropdownButtonProps"
5468
6254
  }
5469
6255
  ],
@@ -5716,7 +6502,7 @@
5716
6502
  },
5717
6503
  "type": {
5718
6504
  "type": "reference",
5719
- "id": 9300,
6505
+ "id": 10588,
5720
6506
  "name": "AccordionPanelProps"
5721
6507
  },
5722
6508
  "id": "DropdownExpandableMenuPanelProps",
@@ -7791,12 +8577,12 @@
7791
8577
  "typeArguments": [
7792
8578
  {
7793
8579
  "type": "reference",
7794
- "id": 1538,
8580
+ "id": 4092,
7795
8581
  "name": "IconOnlyButtonProps"
7796
8582
  },
7797
8583
  {
7798
8584
  "type": "reference",
7799
- "id": 1542,
8585
+ "id": 4096,
7800
8586
  "name": "IconTextButtonProps"
7801
8587
  }
7802
8588
  ],
@@ -9635,12 +10421,12 @@
9635
10421
  "typeArguments": [
9636
10422
  {
9637
10423
  "type": "reference",
9638
- "id": 24072,
10424
+ "id": 25360,
9639
10425
  "name": "NavTabChildrenProps"
9640
10426
  },
9641
10427
  {
9642
10428
  "type": "reference",
9643
- "id": 24346,
10429
+ "id": 25634,
9644
10430
  "name": "NavTabComponentProps"
9645
10431
  }
9646
10432
  ],
@@ -9742,7 +10528,7 @@
9742
10528
  "typeArguments": [
9743
10529
  {
9744
10530
  "type": "reference",
9745
- "id": 22274,
10531
+ "id": 23562,
9746
10532
  "name": "TabsProps"
9747
10533
  },
9748
10534
  {
@@ -10097,12 +10883,12 @@
10097
10883
  "types": [
10098
10884
  {
10099
10885
  "type": "reference",
10100
- "id": 25267,
10886
+ "id": 26555,
10101
10887
  "name": "ControlledPaginationProps"
10102
10888
  },
10103
10889
  {
10104
10890
  "type": "reference",
10105
- "id": 25550,
10891
+ "id": 26838,
10106
10892
  "name": "UncontrolledPaginationProps"
10107
10893
  }
10108
10894
  ]
@@ -11127,12 +11913,12 @@
11127
11913
  "typeArguments": [
11128
11914
  {
11129
11915
  "type": "reference",
11130
- "id": 30207,
11916
+ "id": 31495,
11131
11917
  "name": "IconOnlyPopoverTriggerProps"
11132
11918
  },
11133
11919
  {
11134
11920
  "type": "reference",
11135
- "id": 30212,
11921
+ "id": 31500,
11136
11922
  "name": "IconTextPopoverTriggerProps"
11137
11923
  }
11138
11924
  ],
@@ -11917,7 +12703,7 @@
11917
12703
  "flags": {},
11918
12704
  "typeParameter": [
11919
12705
  {
11920
- "id": 3740,
12706
+ "id": 5318,
11921
12707
  "name": "T",
11922
12708
  "kind": 131072,
11923
12709
  "kindString": "Type parameter",
@@ -12050,7 +12836,7 @@
12050
12836
  "flags": {},
12051
12837
  "typeParameter": [
12052
12838
  {
12053
- "id": 4352,
12839
+ "id": 5930,
12054
12840
  "name": "T",
12055
12841
  "kind": 131072,
12056
12842
  "kindString": "Type parameter",
@@ -12196,7 +12982,7 @@
12196
12982
  "flags": {},
12197
12983
  "typeParameter": [
12198
12984
  {
12199
- "id": 4412,
12985
+ "id": 5990,
12200
12986
  "name": "T",
12201
12987
  "kind": 131072,
12202
12988
  "kindString": "Type parameter",
@@ -12300,7 +13086,7 @@
12300
13086
  },
12301
13087
  "typeParameter": [
12302
13088
  {
12303
- "id": 3688,
13089
+ "id": 5266,
12304
13090
  "name": "T",
12305
13091
  "kind": 131072,
12306
13092
  "kindString": "Type parameter",
@@ -12312,7 +13098,7 @@
12312
13098
  "type": {
12313
13099
  "type": "reflection",
12314
13100
  "declaration": {
12315
- "id": 3689,
13101
+ "id": 5267,
12316
13102
  "name": "__type",
12317
13103
  "kind": 65536,
12318
13104
  "kindString": "Type literal",
@@ -12321,7 +13107,7 @@
12321
13107
  },
12322
13108
  "indexSignature": [
12323
13109
  {
12324
- "id": 3697,
13110
+ "id": 5275,
12325
13111
  "name": "__index",
12326
13112
  "kind": 8192,
12327
13113
  "kindString": "Index signature",
@@ -12330,7 +13116,7 @@
12330
13116
  },
12331
13117
  "parameters": [
12332
13118
  {
12333
- "id": 3698,
13119
+ "id": 5276,
12334
13120
  "name": "key",
12335
13121
  "kind": 32768,
12336
13122
  "kindString": "Parameter",
@@ -12351,7 +13137,7 @@
12351
13137
  ],
12352
13138
  "children": [
12353
13139
  {
12354
- "id": 3691,
13140
+ "id": 5269,
12355
13141
  "name": "isFocused",
12356
13142
  "kind": 32,
12357
13143
  "kindString": "Variable",
@@ -12372,7 +13158,7 @@
12372
13158
  }
12373
13159
  },
12374
13160
  {
12375
- "id": 3692,
13161
+ "id": 5270,
12376
13162
  "name": "isInverse",
12377
13163
  "kind": 32,
12378
13164
  "kindString": "Variable",
@@ -12393,7 +13179,7 @@
12393
13179
  }
12394
13180
  },
12395
13181
  {
12396
- "id": 3693,
13182
+ "id": 5271,
12397
13183
  "name": "item",
12398
13184
  "kind": 32,
12399
13185
  "kindString": "Variable",
@@ -12413,7 +13199,7 @@
12413
13199
  }
12414
13200
  },
12415
13201
  {
12416
- "id": 3694,
13202
+ "id": 5272,
12417
13203
  "name": "itemRef",
12418
13204
  "kind": 32,
12419
13205
  "kindString": "Variable",
@@ -12439,7 +13225,7 @@
12439
13225
  }
12440
13226
  },
12441
13227
  {
12442
- "id": 3695,
13228
+ "id": 5273,
12443
13229
  "name": "itemString",
12444
13230
  "kind": 32,
12445
13231
  "kindString": "Variable",
@@ -12459,7 +13245,7 @@
12459
13245
  }
12460
13246
  },
12461
13247
  {
12462
- "id": 3690,
13248
+ "id": 5268,
12463
13249
  "name": "key",
12464
13250
  "kind": 32,
12465
13251
  "kindString": "Variable",
@@ -12479,7 +13265,7 @@
12479
13265
  }
12480
13266
  },
12481
13267
  {
12482
- "id": 3696,
13268
+ "id": 5274,
12483
13269
  "name": "theme",
12484
13270
  "kind": 32,
12485
13271
  "kindString": "Variable",
@@ -12504,13 +13290,13 @@
12504
13290
  "title": "Variables",
12505
13291
  "kind": 32,
12506
13292
  "children": [
12507
- 3691,
12508
- 3692,
12509
- 3693,
12510
- 3694,
12511
- 3695,
12512
- 3690,
12513
- 3696
13293
+ 5269,
13294
+ 5270,
13295
+ 5271,
13296
+ 5272,
13297
+ 5273,
13298
+ 5268,
13299
+ 5274
12514
13300
  ]
12515
13301
  }
12516
13302
  ],
@@ -12536,7 +13322,7 @@
12536
13322
  },
12537
13323
  "typeParameter": [
12538
13324
  {
12539
- "id": 3700,
13325
+ "id": 5278,
12540
13326
  "name": "T",
12541
13327
  "kind": 131072,
12542
13328
  "kindString": "Type parameter",
@@ -12548,7 +13334,7 @@
12548
13334
  "type": {
12549
13335
  "type": "reflection",
12550
13336
  "declaration": {
12551
- "id": 3701,
13337
+ "id": 5279,
12552
13338
  "name": "__type",
12553
13339
  "kind": 65536,
12554
13340
  "kindString": "Type literal",
@@ -12557,7 +13343,7 @@
12557
13343
  },
12558
13344
  "children": [
12559
13345
  {
12560
- "id": 3702,
13346
+ "id": 5280,
12561
13347
  "name": "ClearIndicator",
12562
13348
  "kind": 32,
12563
13349
  "kindString": "Variable",
@@ -12577,7 +13363,7 @@
12577
13363
  "typeArguments": [
12578
13364
  {
12579
13365
  "type": "reference",
12580
- "id": 1831,
13366
+ "id": 4385,
12581
13367
  "name": "IconButtonProps"
12582
13368
  }
12583
13369
  ],
@@ -12585,7 +13371,7 @@
12585
13371
  }
12586
13372
  },
12587
13373
  {
12588
- "id": 3703,
13374
+ "id": 5281,
12589
13375
  "name": "DropdownIndicator",
12590
13376
  "kind": 32,
12591
13377
  "kindString": "Variable",
@@ -12618,7 +13404,7 @@
12618
13404
  }
12619
13405
  },
12620
13406
  {
12621
- "id": 3705,
13407
+ "id": 5283,
12622
13408
  "name": "Item",
12623
13409
  "kind": 32,
12624
13410
  "kindString": "Variable",
@@ -12638,7 +13424,7 @@
12638
13424
  "typeArguments": [
12639
13425
  {
12640
13426
  "type": "reference",
12641
- "id": 3687,
13427
+ "id": 5265,
12642
13428
  "typeArguments": [
12643
13429
  {
12644
13430
  "type": "typeParameter",
@@ -12652,7 +13438,7 @@
12652
13438
  }
12653
13439
  },
12654
13440
  {
12655
- "id": 3704,
13441
+ "id": 5282,
12656
13442
  "name": "LoadingIndicator",
12657
13443
  "kind": 32,
12658
13444
  "kindString": "Variable",
@@ -12672,7 +13458,7 @@
12672
13458
  "typeArguments": [
12673
13459
  {
12674
13460
  "type": "reference",
12675
- "id": 363,
13461
+ "id": 51,
12676
13462
  "name": "SpinnerProps"
12677
13463
  }
12678
13464
  ],
@@ -12685,10 +13471,10 @@
12685
13471
  "title": "Variables",
12686
13472
  "kind": 32,
12687
13473
  "children": [
12688
- 3702,
12689
- 3703,
12690
- 3705,
12691
- 3704
13474
+ 5280,
13475
+ 5281,
13476
+ 5283,
13477
+ 5282
12692
13478
  ]
12693
13479
  }
12694
13480
  ],
@@ -12714,7 +13500,7 @@
12714
13500
  },
12715
13501
  "typeParameter": [
12716
13502
  {
12717
- "id": 4478,
13503
+ "id": 6056,
12718
13504
  "name": "T",
12719
13505
  "kind": 131072,
12720
13506
  "kindString": "Type parameter",
@@ -12746,7 +13532,7 @@
12746
13532
  },
12747
13533
  "typeParameter": [
12748
13534
  {
12749
- "id": 4457,
13535
+ "id": 6035,
12750
13536
  "name": "T",
12751
13537
  "kind": 131072,
12752
13538
  "kindString": "Type parameter",
@@ -12940,7 +13726,7 @@
12940
13726
  },
12941
13727
  "typeParameter": [
12942
13728
  {
12943
- "id": 4587,
13729
+ "id": 6165,
12944
13730
  "name": "T",
12945
13731
  "kind": 131072,
12946
13732
  "kindString": "Type parameter",
@@ -12949,7 +13735,7 @@
12949
13735
  },
12950
13736
  "type": {
12951
13737
  "type": "reference",
12952
- "id": 4630,
13738
+ "id": 6208,
12953
13739
  "name": "SelectOptions"
12954
13740
  }
12955
13741
  }
@@ -13097,7 +13883,7 @@
13097
13883
  },
13098
13884
  "typeParameter": [
13099
13885
  {
13100
- "id": 4484,
13886
+ "id": 6062,
13101
13887
  "name": "T",
13102
13888
  "kind": 131072,
13103
13889
  "kindString": "Type parameter",
@@ -13106,7 +13892,7 @@
13106
13892
  },
13107
13893
  "type": {
13108
13894
  "type": "reference",
13109
- "id": 4630,
13895
+ "id": 6208,
13110
13896
  "name": "SelectOptions"
13111
13897
  }
13112
13898
  }
@@ -13575,7 +14361,7 @@
13575
14361
  {
13576
14362
  "type": "reflection",
13577
14363
  "declaration": {
13578
- "id": 4631,
14364
+ "id": 6209,
13579
14365
  "name": "__type",
13580
14366
  "kind": 65536,
13581
14367
  "kindString": "Type literal",
@@ -13584,7 +14370,7 @@
13584
14370
  },
13585
14371
  "indexSignature": [
13586
14372
  {
13587
- "id": 4634,
14373
+ "id": 6212,
13588
14374
  "name": "__index",
13589
14375
  "kind": 8192,
13590
14376
  "kindString": "Index signature",
@@ -13593,7 +14379,7 @@
13593
14379
  },
13594
14380
  "parameters": [
13595
14381
  {
13596
- "id": 4635,
14382
+ "id": 6213,
13597
14383
  "name": "key",
13598
14384
  "kind": 32768,
13599
14385
  "kindString": "Parameter",
@@ -13614,7 +14400,7 @@
13614
14400
  ],
13615
14401
  "children": [
13616
14402
  {
13617
- "id": 4636,
14403
+ "id": 6214,
13618
14404
  "name": "disabled",
13619
14405
  "kind": 32,
13620
14406
  "kindString": "Variable",
@@ -13635,7 +14421,7 @@
13635
14421
  }
13636
14422
  },
13637
14423
  {
13638
- "id": 4633,
14424
+ "id": 6211,
13639
14425
  "name": "label",
13640
14426
  "kind": 32,
13641
14427
  "kindString": "Variable",
@@ -13655,7 +14441,7 @@
13655
14441
  }
13656
14442
  },
13657
14443
  {
13658
- "id": 4632,
14444
+ "id": 6210,
13659
14445
  "name": "value",
13660
14446
  "kind": 32,
13661
14447
  "kindString": "Variable",
@@ -13680,9 +14466,9 @@
13680
14466
  "title": "Variables",
13681
14467
  "kind": 32,
13682
14468
  "children": [
13683
- 4636,
13684
- 4633,
13685
- 4632
14469
+ 6214,
14470
+ 6211,
14471
+ 6210
13686
14472
  ]
13687
14473
  }
13688
14474
  ],
@@ -13714,7 +14500,7 @@
13714
14500
  },
13715
14501
  "typeParameter": [
13716
14502
  {
13717
- "id": 4664,
14503
+ "id": 6242,
13718
14504
  "name": "T",
13719
14505
  "kind": 131072,
13720
14506
  "kindString": "Type parameter",
@@ -13728,7 +14514,7 @@
13728
14514
  "typeArguments": [
13729
14515
  {
13730
14516
  "type": "reference",
13731
- "id": 4483,
14517
+ "id": 6061,
13732
14518
  "typeArguments": [
13733
14519
  {
13734
14520
  "type": "typeParameter",
@@ -13739,7 +14525,7 @@
13739
14525
  },
13740
14526
  {
13741
14527
  "type": "reference",
13742
- "id": 4586,
14528
+ "id": 6164,
13743
14529
  "typeArguments": [
13744
14530
  {
13745
14531
  "type": "typeParameter",
@@ -15016,12 +15802,12 @@
15016
15802
  "typeArguments": [
15017
15803
  {
15018
15804
  "type": "reference",
15019
- "id": 18811,
15805
+ "id": 20099,
15020
15806
  "name": "ControlledPageProps"
15021
15807
  },
15022
15808
  {
15023
15809
  "type": "reference",
15024
- "id": 18813,
15810
+ "id": 20101,
15025
15811
  "name": "UncontrolledPageProps"
15026
15812
  }
15027
15813
  ],
@@ -15043,12 +15829,12 @@
15043
15829
  "typeArguments": [
15044
15830
  {
15045
15831
  "type": "reference",
15046
- "id": 18815,
15832
+ "id": 20103,
15047
15833
  "name": "ControlledRowsPerPageProps"
15048
15834
  },
15049
15835
  {
15050
15836
  "type": "reference",
15051
- "id": 18817,
15837
+ "id": 20105,
15052
15838
  "name": "UncontrolledRowsPerPageProps"
15053
15839
  }
15054
15840
  ],
@@ -15070,17 +15856,17 @@
15070
15856
  "types": [
15071
15857
  {
15072
15858
  "type": "reference",
15073
- "id": 18531,
15859
+ "id": 19819,
15074
15860
  "name": "BaseTablePaginationProps"
15075
15861
  },
15076
15862
  {
15077
15863
  "type": "reference",
15078
- "id": 18827,
15864
+ "id": 20115,
15079
15865
  "name": "PagePaginationProps"
15080
15866
  },
15081
15867
  {
15082
15868
  "type": "reference",
15083
- "id": 18828,
15869
+ "id": 20116,
15084
15870
  "name": "RowsPaginationProps"
15085
15871
  }
15086
15872
  ]
@@ -15706,12 +16492,12 @@
15706
16492
  "types": [
15707
16493
  {
15708
16494
  "type": "reference",
15709
- "id": 22271,
16495
+ "id": 23559,
15710
16496
  "name": "HorizontalTabsProps"
15711
16497
  },
15712
16498
  {
15713
16499
  "type": "reference",
15714
- "id": 22268,
16500
+ "id": 23556,
15715
16501
  "name": "VerticalTabsProps"
15716
16502
  }
15717
16503
  ]
@@ -16189,12 +16975,12 @@
16189
16975
  "typeArguments": [
16190
16976
  {
16191
16977
  "type": "reference",
16192
- "id": 28461,
16978
+ "id": 29749,
16193
16979
  "name": "DeletableTagProps"
16194
16980
  },
16195
16981
  {
16196
16982
  "type": "reference",
16197
- "id": 28474,
16983
+ "id": 29762,
16198
16984
  "name": "ClickableTagProps"
16199
16985
  }
16200
16986
  ],
@@ -16439,7 +17225,7 @@
16439
17225
  "type": "query",
16440
17226
  "queryType": {
16441
17227
  "type": "reference",
16442
- "id": 29802,
17228
+ "id": 31090,
16443
17229
  "name": "useTimePicker"
16444
17230
  }
16445
17231
  }
@@ -17134,12 +17920,12 @@
17134
17920
  "typeArguments": [
17135
17921
  {
17136
17922
  "type": "reference",
17137
- "id": 34611,
17923
+ "id": 35899,
17138
17924
  "name": "ToggleButtonTextProps"
17139
17925
  },
17140
17926
  {
17141
17927
  "type": "reference",
17142
- "id": 34895,
17928
+ "id": 36183,
17143
17929
  "name": "ToggleButtonIconProps"
17144
17930
  }
17145
17931
  ],
@@ -18679,7 +19465,7 @@
18679
19465
  "type": "query",
18680
19466
  "queryType": {
18681
19467
  "type": "reference",
18682
- "id": 33346,
19468
+ "id": 34634,
18683
19469
  "name": "useTreeView"
18684
19470
  }
18685
19471
  }
@@ -18699,7 +19485,7 @@
18699
19485
  },
18700
19486
  "typeParameter": [
18701
19487
  {
18702
- "id": 3204,
19488
+ "id": 2108,
18703
19489
  "name": "T",
18704
19490
  "kind": 131072,
18705
19491
  "kindString": "Type parameter",
@@ -18876,7 +19662,7 @@
18876
19662
  },
18877
19663
  "typeParameter": [
18878
19664
  {
18879
- "id": 16657,
19665
+ "id": 17945,
18880
19666
  "name": "PaginatedItem",
18881
19667
  "kind": 131072,
18882
19668
  "kindString": "Type parameter",
@@ -18936,7 +19722,7 @@
18936
19722
  },
18937
19723
  "typeParameter": [
18938
19724
  {
18939
- "id": 16666,
19725
+ "id": 17954,
18940
19726
  "name": "PaginatedItem",
18941
19727
  "kind": 131072,
18942
19728
  "kindString": "Type parameter",