react-magma-dom 4.8.1-next.2 → 4.9.0-next.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/dist/components/BlockQuote/BlockQuoteItem.d.ts +1 -1
  2. package/dist/components/Button/index.d.ts +2 -1
  3. package/dist/components/Checkbox/index.d.ts +2 -1
  4. package/dist/components/Combobox/ComboboxInput.d.ts +2 -2
  5. package/dist/components/Combobox/index.d.ts +1 -1
  6. package/dist/components/Drawer/index.d.ts +1 -1
  7. package/dist/components/Dropdown/DropdownButton.d.ts +1 -1
  8. package/dist/components/Dropdown/DropdownExpandableMenuButton.d.ts +1 -1
  9. package/dist/components/Dropdown/DropdownExpandableMenuListItem.d.ts +1 -1
  10. package/dist/components/Dropdown/DropdownExpandableMenuPanel.d.ts +2 -3
  11. package/dist/components/Grid/index.d.ts +1 -1
  12. package/dist/components/Hyperlink/index.d.ts +2 -2
  13. package/dist/components/IconButton/index.d.ts +1 -1
  14. package/dist/components/IndeterminateCheckbox/index.d.ts +1 -1
  15. package/dist/components/InputBase/index.d.ts +2 -2
  16. package/dist/components/Label/index.d.ts +2 -1
  17. package/dist/components/List/ListItem.d.ts +1 -1
  18. package/dist/components/NavTabs/NavTab.d.ts +3 -2
  19. package/dist/components/NavTabs/NavTabs.d.ts +3 -4
  20. package/dist/components/Paragraph/index.d.ts +2 -1
  21. package/dist/components/PasswordInput/index.d.ts +1 -1
  22. package/dist/components/Popover/Popover.d.ts +102 -0
  23. package/dist/components/Popover/PopoverContent.d.ts +12 -0
  24. package/dist/components/Popover/PopoverSection.d.ts +13 -0
  25. package/dist/components/Popover/PopoverTrigger.d.ts +37 -0
  26. package/dist/components/Popover/index.d.ts +4 -0
  27. package/dist/components/Select/ItemsList.d.ts +1 -1
  28. package/dist/components/Select/SelectContainer.d.ts +1 -1
  29. package/dist/components/Select/SelectTriggerButton.d.ts +1 -1
  30. package/dist/components/Select/index.d.ts +1 -1
  31. package/dist/components/SkipLink/index.d.ts +2 -2
  32. package/dist/components/Stepper/Step.d.ts +1 -1
  33. package/dist/components/Table/TableCell.d.ts +2 -1
  34. package/dist/components/Table/TableRow.d.ts +1 -1
  35. package/dist/components/Tabs/Tab.d.ts +2 -2
  36. package/dist/components/Tabs/Tabs.d.ts +2 -2
  37. package/dist/components/Tag/index.d.ts +1 -1
  38. package/dist/components/Textarea/index.d.ts +1 -1
  39. package/dist/components/Toggle/index.d.ts +2 -1
  40. package/dist/components/ToggleButton/ToggleButton.d.ts +2 -2
  41. package/dist/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -1
  42. package/dist/components/TreeView/TreeItem.d.ts +2 -3
  43. package/dist/components/TreeView/TreeViewContext.d.ts +2 -0
  44. package/dist/components/TreeView/useTreeItem.d.ts +1 -0
  45. package/dist/components/TreeView/useTreeView.d.ts +11 -0
  46. package/dist/components/TreeView/utils.d.ts +8 -8
  47. package/dist/components/Typography/index.d.ts +2 -1
  48. package/dist/esm/index.js +10421 -17302
  49. package/dist/esm/index.js.map +1 -1
  50. package/dist/index.d.ts +5 -5
  51. package/dist/properties.json +853 -253
  52. package/dist/react-magma-dom.cjs.development.js +3303 -2692
  53. package/dist/react-magma-dom.cjs.development.js.map +1 -1
  54. package/dist/react-magma-dom.cjs.production.min.js +1 -1
  55. package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
  56. package/dist/theme/styled.d.ts +1 -0
  57. package/package.json +29 -28
@@ -396,22 +396,22 @@
396
396
  "types": [
397
397
  {
398
398
  "type": "reference",
399
- "id": 341,
399
+ "id": 7516,
400
400
  "name": "AccordionMultipleProps"
401
401
  },
402
402
  {
403
403
  "type": "reference",
404
- "id": 609,
404
+ "id": 7784,
405
405
  "name": "AccordionSingleProps"
406
406
  },
407
407
  {
408
408
  "type": "reference",
409
- "id": 876,
409
+ "id": 8051,
410
410
  "name": "AccordionMultipleControlledProps"
411
411
  },
412
412
  {
413
413
  "type": "reference",
414
- "id": 1143,
414
+ "id": 8318,
415
415
  "name": "AccordionSingleControlledProps"
416
416
  }
417
417
  ]
@@ -716,7 +716,7 @@
716
716
  "type": "query",
717
717
  "queryType": {
718
718
  "type": "reference",
719
- "id": 50,
719
+ "id": 7225,
720
720
  "name": "useAccordion"
721
721
  }
722
722
  }
@@ -763,7 +763,7 @@
763
763
  "type": "query",
764
764
  "queryType": {
765
765
  "type": "reference",
766
- "id": 2010,
766
+ "id": 9185,
767
767
  "name": "useAccordionButton"
768
768
  }
769
769
  }
@@ -866,7 +866,7 @@
866
866
  "type": "query",
867
867
  "queryType": {
868
868
  "type": "reference",
869
- "id": 1439,
869
+ "id": 8614,
870
870
  "name": "useAccordionItem"
871
871
  }
872
872
  }
@@ -1926,12 +1926,12 @@
1926
1926
  "types": [
1927
1927
  {
1928
1928
  "type": "reference",
1929
- "id": 3961,
1929
+ "id": 1229,
1930
1930
  "name": "BaseButtonProps"
1931
1931
  },
1932
1932
  {
1933
1933
  "type": "reference",
1934
- "id": 3952,
1934
+ "id": 1220,
1935
1935
  "name": "ButtonStyles"
1936
1936
  }
1937
1937
  ]
@@ -2704,7 +2704,7 @@
2704
2704
  "flags": {},
2705
2705
  "typeParameter": [
2706
2706
  {
2707
- "id": 12102,
2707
+ "id": 5132,
2708
2708
  "name": "T",
2709
2709
  "kind": 131072,
2710
2710
  "kindString": "Type parameter",
@@ -2904,7 +2904,7 @@
2904
2904
  },
2905
2905
  "typeParameter": [
2906
2906
  {
2907
- "id": 12213,
2907
+ "id": 5243,
2908
2908
  "name": "T",
2909
2909
  "kind": 131072,
2910
2910
  "kindString": "Type parameter",
@@ -2913,7 +2913,7 @@
2913
2913
  },
2914
2914
  "type": {
2915
2915
  "type": "reference",
2916
- "id": 12021,
2916
+ "id": 5051,
2917
2917
  "name": "SelectOptions"
2918
2918
  }
2919
2919
  }
@@ -3250,7 +3250,7 @@
3250
3250
  },
3251
3251
  "typeParameter": [
3252
3252
  {
3253
- "id": 12293,
3253
+ "id": 5323,
3254
3254
  "name": "T",
3255
3255
  "kind": 131072,
3256
3256
  "kindString": "Type parameter",
@@ -3259,7 +3259,7 @@
3259
3259
  },
3260
3260
  "type": {
3261
3261
  "type": "reference",
3262
- "id": 12021,
3262
+ "id": 5051,
3263
3263
  "name": "SelectOptions"
3264
3264
  }
3265
3265
  }
@@ -3417,7 +3417,7 @@
3417
3417
  },
3418
3418
  "typeParameter": [
3419
3419
  {
3420
- "id": 12340,
3420
+ "id": 5370,
3421
3421
  "name": "T",
3422
3422
  "kind": 131072,
3423
3423
  "kindString": "Type parameter",
@@ -3431,7 +3431,7 @@
3431
3431
  "typeArguments": [
3432
3432
  {
3433
3433
  "type": "reference",
3434
- "id": 12212,
3434
+ "id": 5242,
3435
3435
  "typeArguments": [
3436
3436
  {
3437
3437
  "type": "typeParameter",
@@ -3442,7 +3442,7 @@
3442
3442
  },
3443
3443
  {
3444
3444
  "type": "reference",
3445
- "id": 12292,
3445
+ "id": 5322,
3446
3446
  "typeArguments": [
3447
3447
  {
3448
3448
  "type": "typeParameter",
@@ -3934,7 +3934,7 @@
3934
3934
  },
3935
3935
  "indexSignature": [
3936
3936
  {
3937
- "id": 25617,
3937
+ "id": 25357,
3938
3938
  "name": "__index",
3939
3939
  "kind": 8192,
3940
3940
  "kindString": "Index signature",
@@ -3946,7 +3946,7 @@
3946
3946
  },
3947
3947
  "parameters": [
3948
3948
  {
3949
- "id": 25618,
3949
+ "id": 25358,
3950
3950
  "name": "key",
3951
3951
  "kind": 32768,
3952
3952
  "kindString": "Parameter",
@@ -4036,12 +4036,12 @@
4036
4036
  "types": [
4037
4037
  {
4038
4038
  "type": "reference",
4039
- "id": 25623,
4039
+ "id": 25363,
4040
4040
  "name": "BaseDatagridProps"
4041
4041
  },
4042
4042
  {
4043
4043
  "type": "reference",
4044
- "id": 25919,
4044
+ "id": 25659,
4045
4045
  "name": "DatagridSelectedRowsProps"
4046
4046
  }
4047
4047
  ]
@@ -4260,12 +4260,12 @@
4260
4260
  "typeArguments": [
4261
4261
  {
4262
4262
  "type": "reference",
4263
- "id": 25915,
4263
+ "id": 25655,
4264
4264
  "name": "ControlledSelectedRowsProps"
4265
4265
  },
4266
4266
  {
4267
4267
  "type": "reference",
4268
- "id": 25917,
4268
+ "id": 25657,
4269
4269
  "name": "UncontrolledSelectedRowsProps"
4270
4270
  }
4271
4271
  ],
@@ -5325,12 +5325,12 @@
5325
5325
  "typeArguments": [
5326
5326
  {
5327
5327
  "type": "reference",
5328
- "id": 4874,
5328
+ "id": 5746,
5329
5329
  "name": "IconOnlyDropdownButtonProps"
5330
5330
  },
5331
5331
  {
5332
5332
  "type": "reference",
5333
- "id": 4878,
5333
+ "id": 5750,
5334
5334
  "name": "IconTextDropdownButtonProps"
5335
5335
  }
5336
5336
  ],
@@ -5549,33 +5549,19 @@
5549
5549
  },
5550
5550
  {
5551
5551
  "name": "DropdownExpandableMenuPanelProps",
5552
- "kind": 256,
5553
- "kindString": "Interface",
5552
+ "kind": 4194304,
5553
+ "kindString": "Type alias",
5554
5554
  "flags": {
5555
5555
  "isExported": true
5556
5556
  },
5557
+ "type": {
5558
+ "type": "reference",
5559
+ "id": 9617,
5560
+ "name": "AccordionPanelProps"
5561
+ },
5557
5562
  "id": "DropdownExpandableMenuPanelProps",
5558
5563
  "tags": {},
5559
- "properties": {
5560
- "isInverse": {
5561
- "name": "isInverse",
5562
- "required": false,
5563
- "type": {
5564
- "name": "boolean"
5565
- },
5566
- "description": "If true, the component will have inverse styling to better appear on a dark background",
5567
- "defaultValue": "false",
5568
- "deprecated": false
5569
- },
5570
- "testId": {
5571
- "name": "testId",
5572
- "required": false,
5573
- "type": {
5574
- "name": "string"
5575
- },
5576
- "deprecated": false
5577
- }
5578
- }
5564
+ "properties": {}
5579
5565
  },
5580
5566
  {
5581
5567
  "name": "DropdownHeaderProps",
@@ -7144,7 +7130,7 @@
7144
7130
  "name": "theme",
7145
7131
  "required": false,
7146
7132
  "type": {
7147
- "name": "any"
7133
+ "name": "ThemeInterface"
7148
7134
  },
7149
7135
  "deprecated": false
7150
7136
  },
@@ -7628,12 +7614,12 @@
7628
7614
  "typeArguments": [
7629
7615
  {
7630
7616
  "type": "reference",
7631
- "id": 4566,
7617
+ "id": 1505,
7632
7618
  "name": "IconOnlyButtonProps"
7633
7619
  },
7634
7620
  {
7635
7621
  "type": "reference",
7636
- "id": 4570,
7622
+ "id": 1509,
7637
7623
  "name": "IconTextButtonProps"
7638
7624
  }
7639
7625
  ],
@@ -8506,7 +8492,7 @@
8506
8492
  "name": "theme",
8507
8493
  "required": false,
8508
8494
  "type": {
8509
- "name": "any"
8495
+ "name": "ThemeInterface"
8510
8496
  },
8511
8497
  "deprecated": false
8512
8498
  }
@@ -9469,12 +9455,12 @@
9469
9455
  "typeArguments": [
9470
9456
  {
9471
9457
  "type": "reference",
9472
- "id": 17495,
9458
+ "id": 16953,
9473
9459
  "name": "NavTabChildrenProps"
9474
9460
  },
9475
9461
  {
9476
9462
  "type": "reference",
9477
- "id": 17762,
9463
+ "id": 17220,
9478
9464
  "name": "NavTabComponentProps"
9479
9465
  }
9480
9466
  ],
@@ -9566,11 +9552,26 @@
9566
9552
  },
9567
9553
  {
9568
9554
  "name": "NavTabsProps",
9569
- "kind": 256,
9570
- "kindString": "Interface",
9555
+ "kind": 4194304,
9556
+ "kindString": "Type alias",
9571
9557
  "flags": {
9572
9558
  "isExported": true
9573
9559
  },
9560
+ "type": {
9561
+ "type": "reference",
9562
+ "typeArguments": [
9563
+ {
9564
+ "type": "reference",
9565
+ "id": 15199,
9566
+ "name": "TabsProps"
9567
+ },
9568
+ {
9569
+ "type": "stringLiteral",
9570
+ "value": "onChange"
9571
+ }
9572
+ ],
9573
+ "name": "Omit"
9574
+ },
9574
9575
  "id": "NavTabsProps",
9575
9576
  "tags": {},
9576
9577
  "properties": {}
@@ -9916,12 +9917,12 @@
9916
9917
  "types": [
9917
9918
  {
9918
9919
  "type": "reference",
9919
- "id": 27566,
9920
+ "id": 27306,
9920
9921
  "name": "ControlledPaginationProps"
9921
9922
  },
9922
9923
  {
9923
9924
  "type": "reference",
9924
- "id": 27842,
9925
+ "id": 27582,
9925
9926
  "name": "UncontrolledPaginationProps"
9926
9927
  }
9927
9928
  ]
@@ -10197,34 +10198,586 @@
10197
10198
  "name": "hidePasswordButtonAriaLabel",
10198
10199
  "required": false,
10199
10200
  "type": {
10200
- "name": "string"
10201
+ "name": "string"
10202
+ },
10203
+ "description": "Aria-label for the \"Hide Password\" button",
10204
+ "defaultValue": "\"Hide password\"",
10205
+ "deprecated": false
10206
+ },
10207
+ "hidePasswordButtonText": {
10208
+ "name": "hidePasswordButtonText",
10209
+ "required": false,
10210
+ "type": {
10211
+ "name": "string"
10212
+ },
10213
+ "description": "Text displayed on screen for the \"Hide Password\" button",
10214
+ "defaultValue": "\"Hide\"",
10215
+ "deprecated": false
10216
+ },
10217
+ "inputSize": {
10218
+ "name": "inputSize",
10219
+ "required": false,
10220
+ "type": {
10221
+ "name": "enum",
10222
+ "options": [
10223
+ "InputSize.large",
10224
+ "InputSize.medium"
10225
+ ]
10226
+ },
10227
+ "description": "Relative size of the component",
10228
+ "defaultValue": "InputSize.medium",
10229
+ "deprecated": false
10230
+ },
10231
+ "isInverse": {
10232
+ "name": "isInverse",
10233
+ "required": false,
10234
+ "type": {
10235
+ "name": "boolean"
10236
+ },
10237
+ "description": "If true, the component will have inverse styling to better appear on a dark background",
10238
+ "defaultValue": "false",
10239
+ "deprecated": false
10240
+ },
10241
+ "isPasswordMaskButtonHidden": {
10242
+ "name": "isPasswordMaskButtonHidden",
10243
+ "required": false,
10244
+ "type": {
10245
+ "name": "boolean"
10246
+ },
10247
+ "description": "If true, label text will be hidden visually, but will still be read by assistive technology",
10248
+ "defaultValue": "false",
10249
+ "deprecated": false
10250
+ },
10251
+ "showPasswordButtonAriaLabel": {
10252
+ "name": "showPasswordButtonAriaLabel",
10253
+ "required": false,
10254
+ "type": {
10255
+ "name": "string"
10256
+ },
10257
+ "description": "Aria-label for the \"Show Password\" button",
10258
+ "defaultValue": "\"Show password. Note: this will visually expose your password on the screen\"",
10259
+ "deprecated": false
10260
+ },
10261
+ "showPasswordButtonText": {
10262
+ "name": "showPasswordButtonText",
10263
+ "required": false,
10264
+ "type": {
10265
+ "name": "string"
10266
+ },
10267
+ "description": "Text displayed on screen for the \"Show Password\" button",
10268
+ "defaultValue": "\"Show\"",
10269
+ "deprecated": false
10270
+ },
10271
+ "shownPasswordAnnounceText": {
10272
+ "name": "shownPasswordAnnounceText",
10273
+ "required": false,
10274
+ "type": {
10275
+ "name": "string"
10276
+ },
10277
+ "deprecated": false
10278
+ },
10279
+ "width": {
10280
+ "name": "width",
10281
+ "required": false,
10282
+ "type": {
10283
+ "name": "string"
10284
+ },
10285
+ "description": "String to determine width of input, must be suffixed with \"px\", \"rem\", or \"%\"\"",
10286
+ "defaultValue": "\"auto\"",
10287
+ "deprecated": false
10288
+ }
10289
+ }
10290
+ },
10291
+ {
10292
+ "name": "PopoverApi",
10293
+ "kind": 256,
10294
+ "kindString": "Interface",
10295
+ "flags": {
10296
+ "isExported": true
10297
+ },
10298
+ "id": "PopoverApi",
10299
+ "tags": {},
10300
+ "properties": {}
10301
+ },
10302
+ {
10303
+ "name": "PopoverContextInterface",
10304
+ "kind": 256,
10305
+ "kindString": "Interface",
10306
+ "flags": {
10307
+ "isExported": true
10308
+ },
10309
+ "id": "PopoverContextInterface",
10310
+ "tags": {},
10311
+ "properties": {
10312
+ "arrowContext": {
10313
+ "name": "arrowContext",
10314
+ "required": false,
10315
+ "type": {
10316
+ "name": "any"
10317
+ },
10318
+ "deprecated": false
10319
+ },
10320
+ "arrowRef": {
10321
+ "name": "arrowRef",
10322
+ "required": false,
10323
+ "type": {
10324
+ "name": "MutableRefObject"
10325
+ },
10326
+ "deprecated": false
10327
+ },
10328
+ "closePopover": {
10329
+ "name": "closePopover",
10330
+ "required": false,
10331
+ "type": {
10332
+ "name": "function"
10333
+ },
10334
+ "deprecated": false
10335
+ },
10336
+ "contentRef": {
10337
+ "name": "contentRef",
10338
+ "required": false,
10339
+ "type": {
10340
+ "name": "any"
10341
+ },
10342
+ "deprecated": false
10343
+ },
10344
+ "floatingStyles": {
10345
+ "name": "floatingStyles",
10346
+ "required": false,
10347
+ "type": {
10348
+ "name": "CSSProperties"
10349
+ },
10350
+ "deprecated": false
10351
+ },
10352
+ "focusTrap": {
10353
+ "name": "focusTrap",
10354
+ "required": false,
10355
+ "type": {
10356
+ "name": "boolean"
10357
+ },
10358
+ "deprecated": false
10359
+ },
10360
+ "hasActiveElements": {
10361
+ "name": "hasActiveElements",
10362
+ "required": false,
10363
+ "type": {
10364
+ "name": "boolean"
10365
+ },
10366
+ "deprecated": false
10367
+ },
10368
+ "hasPointer": {
10369
+ "name": "hasPointer",
10370
+ "required": false,
10371
+ "type": {
10372
+ "name": "boolean"
10373
+ },
10374
+ "deprecated": false
10375
+ },
10376
+ "hoverable": {
10377
+ "name": "hoverable",
10378
+ "required": false,
10379
+ "type": {
10380
+ "name": "boolean"
10381
+ },
10382
+ "deprecated": false
10383
+ },
10384
+ "isDisabled": {
10385
+ "name": "isDisabled",
10386
+ "required": false,
10387
+ "type": {
10388
+ "name": "boolean"
10389
+ },
10390
+ "deprecated": false
10391
+ },
10392
+ "isInverse": {
10393
+ "name": "isInverse",
10394
+ "required": false,
10395
+ "type": {
10396
+ "name": "boolean"
10397
+ },
10398
+ "description": "If true, the component will have inverse styling to better appear on a dark background",
10399
+ "defaultValue": "false",
10400
+ "deprecated": false
10401
+ },
10402
+ "isOpen": {
10403
+ "name": "isOpen",
10404
+ "required": true,
10405
+ "type": {
10406
+ "name": "boolean"
10407
+ },
10408
+ "deprecated": false
10409
+ },
10410
+ "maxHeight": {
10411
+ "name": "maxHeight",
10412
+ "required": false,
10413
+ "type": {
10414
+ "name": "string"
10415
+ },
10416
+ "deprecated": false
10417
+ },
10418
+ "openPopover": {
10419
+ "name": "openPopover",
10420
+ "required": false,
10421
+ "type": {
10422
+ "name": "function"
10423
+ },
10424
+ "deprecated": false
10425
+ },
10426
+ "popoverContentId": {
10427
+ "name": "popoverContentId",
10428
+ "required": false,
10429
+ "type": {
10430
+ "name": "MutableRefObject"
10431
+ },
10432
+ "deprecated": false
10433
+ },
10434
+ "popoverTriggerId": {
10435
+ "name": "popoverTriggerId",
10436
+ "required": false,
10437
+ "type": {
10438
+ "name": "MutableRefObject"
10439
+ },
10440
+ "deprecated": false
10441
+ },
10442
+ "position": {
10443
+ "name": "position",
10444
+ "required": false,
10445
+ "type": {
10446
+ "name": "enum",
10447
+ "options": [
10448
+ "PopoverPosition.bottom",
10449
+ "PopoverPosition.top"
10450
+ ]
10451
+ },
10452
+ "deprecated": false
10453
+ },
10454
+ "setFloating": {
10455
+ "name": "setFloating",
10456
+ "required": false,
10457
+ "type": {
10458
+ "name": "function"
10459
+ },
10460
+ "deprecated": false
10461
+ },
10462
+ "setIsOpen": {
10463
+ "name": "setIsOpen",
10464
+ "required": true,
10465
+ "type": {
10466
+ "name": "React.Dispatch"
10467
+ },
10468
+ "deprecated": false
10469
+ },
10470
+ "setReference": {
10471
+ "name": "setReference",
10472
+ "required": false,
10473
+ "type": {
10474
+ "name": "function"
10475
+ },
10476
+ "deprecated": false
10477
+ },
10478
+ "toggleRef": {
10479
+ "name": "toggleRef",
10480
+ "required": false,
10481
+ "type": {
10482
+ "name": "any"
10483
+ },
10484
+ "deprecated": false
10485
+ },
10486
+ "width": {
10487
+ "name": "width",
10488
+ "required": false,
10489
+ "type": {
10490
+ "name": "string"
10491
+ },
10492
+ "deprecated": false
10493
+ }
10494
+ }
10495
+ },
10496
+ {
10497
+ "name": "PopoverProps",
10498
+ "kind": 256,
10499
+ "kindString": "Interface",
10500
+ "flags": {
10501
+ "isExported": true
10502
+ },
10503
+ "id": "PopoverProps",
10504
+ "tags": {},
10505
+ "properties": {
10506
+ "apiRef": {
10507
+ "name": "apiRef",
10508
+ "required": false,
10509
+ "type": {
10510
+ "name": "MutableRefObject"
10511
+ },
10512
+ "description": "The ref object that allows Popover manipulation.\nActions available:\nclosePopoverManually(event): void - Closes the popover manually.",
10513
+ "deprecated": false
10514
+ },
10515
+ "focusTrap": {
10516
+ "name": "focusTrap",
10517
+ "required": false,
10518
+ "type": {
10519
+ "name": "boolean"
10520
+ },
10521
+ "description": "If true, the focus will be trapped within the popover, preventing focus from moving outside.\nThis is recommended when using interactive elements inside the popover to improve accessibility.",
10522
+ "defaultValue": "false",
10523
+ "deprecated": false
10524
+ },
10525
+ "hasPointer": {
10526
+ "name": "hasPointer",
10527
+ "required": false,
10528
+ "type": {
10529
+ "name": "boolean"
10530
+ },
10531
+ "description": "If true, a pointer (arrow) is displayed pointing towards the trigger element.",
10532
+ "defaultValue": "true",
10533
+ "deprecated": false
10534
+ },
10535
+ "hoverable": {
10536
+ "name": "hoverable",
10537
+ "required": false,
10538
+ "type": {
10539
+ "name": "boolean"
10540
+ },
10541
+ "description": "If true, the popover will remain open when hovered over.",
10542
+ "defaultValue": "false",
10543
+ "deprecated": false
10544
+ },
10545
+ "isDisabled": {
10546
+ "name": "isDisabled",
10547
+ "required": false,
10548
+ "type": {
10549
+ "name": "boolean"
10550
+ },
10551
+ "description": "If true, the popover will be disabled and cannot be opened.",
10552
+ "defaultValue": "false",
10553
+ "deprecated": false
10554
+ },
10555
+ "isInverse": {
10556
+ "name": "isInverse",
10557
+ "required": false,
10558
+ "type": {
10559
+ "name": "boolean"
10560
+ },
10561
+ "description": "If true, the component will have inverse styling to better appear on a dark background",
10562
+ "defaultValue": "false",
10563
+ "deprecated": false
10564
+ },
10565
+ "maxHeight": {
10566
+ "name": "maxHeight",
10567
+ "required": false,
10568
+ "type": {
10569
+ "name": "string | number"
10570
+ },
10571
+ "description": "Sets the maximum height of the popover content.",
10572
+ "defaultValue": "100%",
10573
+ "deprecated": false
10574
+ },
10575
+ "onClose": {
10576
+ "name": "onClose",
10577
+ "required": false,
10578
+ "type": {
10579
+ "name": "function"
10580
+ },
10581
+ "description": "Function called when closing the popover menu",
10582
+ "deprecated": false
10583
+ },
10584
+ "onOpen": {
10585
+ "name": "onOpen",
10586
+ "required": false,
10587
+ "type": {
10588
+ "name": "function"
10589
+ },
10590
+ "description": "Function called when opening the popover menu",
10591
+ "deprecated": false
10592
+ },
10593
+ "openByDefault": {
10594
+ "name": "openByDefault",
10595
+ "required": false,
10596
+ "type": {
10597
+ "name": "boolean"
10598
+ },
10599
+ "description": "If true, the popover is open by default when the component is first rendered.",
10600
+ "defaultValue": "false",
10601
+ "deprecated": false
10602
+ },
10603
+ "position": {
10604
+ "name": "position",
10605
+ "required": false,
10606
+ "type": {
10607
+ "name": "enum",
10608
+ "options": [
10609
+ "PopoverPosition.bottom",
10610
+ "PopoverPosition.top"
10611
+ ]
10612
+ },
10613
+ "description": "Determines the position of the popover relative to its trigger.",
10614
+ "defaultValue": "PopoverPosition.bottom",
10615
+ "deprecated": false
10616
+ },
10617
+ "width": {
10618
+ "name": "width",
10619
+ "required": false,
10620
+ "type": {
10621
+ "name": "string | number"
10622
+ },
10623
+ "description": "Sets the width of the popover.",
10624
+ "defaultValue": "Width of longest menu item",
10625
+ "deprecated": false
10626
+ }
10627
+ }
10628
+ },
10629
+ {
10630
+ "name": "PopoverContentProps",
10631
+ "kind": 256,
10632
+ "kindString": "Interface",
10633
+ "flags": {
10634
+ "isExported": true
10635
+ },
10636
+ "id": "PopoverContentProps",
10637
+ "tags": {},
10638
+ "properties": {
10639
+ "children": {
10640
+ "name": "children",
10641
+ "required": true,
10642
+ "type": {
10643
+ "name": "React.ReactChild | "
10644
+ },
10645
+ "description": "The content of the component",
10646
+ "deprecated": false
10647
+ }
10648
+ }
10649
+ },
10650
+ {
10651
+ "name": "PopoverSectionProps",
10652
+ "kind": 256,
10653
+ "kindString": "Interface",
10654
+ "flags": {
10655
+ "isExported": true
10656
+ },
10657
+ "id": "PopoverSectionProps",
10658
+ "tags": {},
10659
+ "properties": {
10660
+ "children": {
10661
+ "name": "children",
10662
+ "required": true,
10663
+ "type": {
10664
+ "name": "React.ReactChild | "
10665
+ },
10666
+ "description": "The content of the component",
10667
+ "deprecated": false
10668
+ }
10669
+ }
10670
+ },
10671
+ {
10672
+ "name": "PopoverSectionTemplateProps",
10673
+ "kind": 256,
10674
+ "kindString": "Interface",
10675
+ "flags": {},
10676
+ "id": "PopoverSectionTemplateProps",
10677
+ "tags": {},
10678
+ "properties": {
10679
+ "children": {
10680
+ "name": "children",
10681
+ "required": true,
10682
+ "type": {
10683
+ "name": "React.ReactChild | "
10684
+ },
10685
+ "description": "The content of the component",
10686
+ "deprecated": false
10687
+ },
10688
+ "section": {
10689
+ "name": "section",
10690
+ "required": true,
10691
+ "type": {
10692
+ "name": "enum",
10693
+ "options": [
10694
+ "SectionEnum.footer",
10695
+ "SectionEnum.header"
10696
+ ]
10697
+ },
10698
+ "deprecated": false
10699
+ },
10700
+ "style": {
10701
+ "name": "style",
10702
+ "required": false,
10703
+ "type": {
10704
+ "name": "CSSProperties"
10705
+ },
10706
+ "deprecated": false
10707
+ }
10708
+ }
10709
+ },
10710
+ {
10711
+ "name": "IconOnlyPopoverTriggerProps",
10712
+ "kind": 256,
10713
+ "kindString": "Interface",
10714
+ "flags": {},
10715
+ "id": "IconOnlyPopoverTriggerProps",
10716
+ "tags": {},
10717
+ "properties": {
10718
+ "aria-label": {
10719
+ "name": "aria-label",
10720
+ "required": true,
10721
+ "type": {
10722
+ "name": "string"
10723
+ },
10724
+ "description": "The text the screen reader will announce. Required for icon-only buttons",
10725
+ "deprecated": false
10726
+ },
10727
+ "icon": {
10728
+ "name": "icon",
10729
+ "required": false,
10730
+ "type": {
10731
+ "name": "ReactElement"
10732
+ },
10733
+ "description": "Icon to display within the component",
10734
+ "deprecated": false
10735
+ },
10736
+ "tabIndex": {
10737
+ "name": "tabIndex",
10738
+ "required": false,
10739
+ "type": {
10740
+ "name": "number"
10741
+ },
10742
+ "description": "The tab order of the component when navigating with a keyboard",
10743
+ "deprecated": false
10744
+ }
10745
+ }
10746
+ },
10747
+ {
10748
+ "name": "IconTextPopoverTriggerProps",
10749
+ "kind": 256,
10750
+ "kindString": "Interface",
10751
+ "flags": {},
10752
+ "id": "IconTextPopoverTriggerProps",
10753
+ "tags": {},
10754
+ "properties": {
10755
+ "children": {
10756
+ "name": "children",
10757
+ "required": true,
10758
+ "type": {
10759
+ "name": "React.ReactChild | | string"
10201
10760
  },
10202
- "description": "Aria-label for the \"Hide Password\" button",
10203
- "defaultValue": "\"Hide password\"",
10761
+ "description": "The content of the component",
10204
10762
  "deprecated": false
10205
10763
  },
10206
- "hidePasswordButtonText": {
10207
- "name": "hidePasswordButtonText",
10764
+ "icon": {
10765
+ "name": "icon",
10208
10766
  "required": false,
10209
10767
  "type": {
10210
- "name": "string"
10768
+ "name": "ReactElement"
10211
10769
  },
10212
- "description": "Text displayed on screen for the \"Hide Password\" button",
10213
- "defaultValue": "\"Hide\"",
10770
+ "description": "Icon to display within the component",
10214
10771
  "deprecated": false
10215
10772
  },
10216
- "inputSize": {
10217
- "name": "inputSize",
10773
+ "isFullWidth": {
10774
+ "name": "isFullWidth",
10218
10775
  "required": false,
10219
10776
  "type": {
10220
- "name": "enum",
10221
- "options": [
10222
- "InputSize.large",
10223
- "InputSize.medium"
10224
- ]
10777
+ "name": "boolean"
10225
10778
  },
10226
- "description": "Relative size of the component",
10227
- "defaultValue": "InputSize.medium",
10779
+ "description": "Set the button to display full-width.",
10780
+ "defaultValue": "false",
10228
10781
  "deprecated": false
10229
10782
  },
10230
10783
  "isInverse": {
@@ -10237,56 +10790,127 @@
10237
10790
  "defaultValue": "false",
10238
10791
  "deprecated": false
10239
10792
  },
10240
- "isPasswordMaskButtonHidden": {
10241
- "name": "isPasswordMaskButtonHidden",
10793
+ "isLoading": {
10794
+ "name": "isLoading",
10242
10795
  "required": false,
10243
10796
  "type": {
10244
10797
  "name": "boolean"
10245
10798
  },
10246
- "description": "If true, label text will be hidden visually, but will still be read by assistive technology",
10799
+ "description": " Set the button to a loading state",
10247
10800
  "defaultValue": "false",
10248
10801
  "deprecated": false
10249
10802
  },
10250
- "showPasswordButtonAriaLabel": {
10251
- "name": "showPasswordButtonAriaLabel",
10803
+ "shape": {
10804
+ "name": "shape",
10252
10805
  "required": false,
10253
10806
  "type": {
10254
- "name": "string"
10807
+ "name": "enum",
10808
+ "options": [
10809
+ "ButtonShape.fill",
10810
+ "ButtonShape.leftCap",
10811
+ "ButtonShape.rightCap",
10812
+ "ButtonShape.round"
10813
+ ]
10255
10814
  },
10256
- "description": "Aria-label for the \"Show Password\" button",
10257
- "defaultValue": "\"Show password. Note: this will visually expose your password on the screen\"",
10815
+ "description": "Defines the border radius",
10816
+ "defaultValue": "ButtonShape.fill",
10258
10817
  "deprecated": false
10259
10818
  },
10260
- "showPasswordButtonText": {
10261
- "name": "showPasswordButtonText",
10819
+ "size": {
10820
+ "name": "size",
10262
10821
  "required": false,
10263
10822
  "type": {
10264
- "name": "string"
10823
+ "name": "enum",
10824
+ "options": [
10825
+ "ButtonSize.large",
10826
+ "ButtonSize.medium",
10827
+ "ButtonSize.small"
10828
+ ]
10265
10829
  },
10266
- "description": "Text displayed on screen for the \"Show Password\" button",
10267
- "defaultValue": "\"Show\"",
10830
+ "description": "The relative size of the button",
10831
+ "defaultValue": "ButtonSize.medium",
10268
10832
  "deprecated": false
10269
10833
  },
10270
- "shownPasswordAnnounceText": {
10271
- "name": "shownPasswordAnnounceText",
10834
+ "tabIndex": {
10835
+ "name": "tabIndex",
10272
10836
  "required": false,
10273
10837
  "type": {
10274
- "name": "string"
10838
+ "name": "number"
10275
10839
  },
10840
+ "description": "The tab order of the component when navigating with a keyboard",
10276
10841
  "deprecated": false
10277
10842
  },
10278
- "width": {
10279
- "name": "width",
10843
+ "textTransform": {
10844
+ "name": "textTransform",
10280
10845
  "required": false,
10281
10846
  "type": {
10282
- "name": "string"
10847
+ "name": "enum",
10848
+ "options": [
10849
+ "ButtonTextTransform.none",
10850
+ "ButtonTextTransform.uppercase"
10851
+ ]
10283
10852
  },
10284
- "description": "String to determine width of input, must be suffixed with \"px\", \"rem\", or \"%\"\"",
10285
- "defaultValue": "\"auto\"",
10853
+ "description": "Determines whether the button appears in all-caps",
10854
+ "defaultValue": "ButtonTextTransform.uppercase",
10855
+ "deprecated": false
10856
+ },
10857
+ "type": {
10858
+ "name": "type",
10859
+ "required": false,
10860
+ "type": {
10861
+ "name": "enum",
10862
+ "options": [
10863
+ "ButtonType.button",
10864
+ "ButtonType.reset",
10865
+ "ButtonType.submit"
10866
+ ]
10867
+ },
10868
+ "description": "The type attribute of the button\nButtonType.button",
10869
+ "deprecated": false
10870
+ },
10871
+ "variant": {
10872
+ "name": "variant",
10873
+ "required": false,
10874
+ "type": {
10875
+ "name": "enum",
10876
+ "options": [
10877
+ "ButtonVariant.link",
10878
+ "ButtonVariant.solid"
10879
+ ]
10880
+ },
10881
+ "description": "The variant of the button",
10882
+ "defaultValue": "ButtonVariant.solid",
10286
10883
  "deprecated": false
10287
10884
  }
10288
10885
  }
10289
10886
  },
10887
+ {
10888
+ "name": "PopoverTriggerProps",
10889
+ "kind": 4194304,
10890
+ "kindString": "Type alias",
10891
+ "flags": {
10892
+ "isExported": true
10893
+ },
10894
+ "type": {
10895
+ "type": "reference",
10896
+ "typeArguments": [
10897
+ {
10898
+ "type": "reference",
10899
+ "id": 31245,
10900
+ "name": "IconOnlyPopoverTriggerProps"
10901
+ },
10902
+ {
10903
+ "type": "reference",
10904
+ "id": 31250,
10905
+ "name": "IconTextPopoverTriggerProps"
10906
+ }
10907
+ ],
10908
+ "name": "XOR"
10909
+ },
10910
+ "id": "PopoverTriggerProps",
10911
+ "tags": {},
10912
+ "properties": {}
10913
+ },
10290
10914
  {
10291
10915
  "name": "ProgressBarProps",
10292
10916
  "kind": 256,
@@ -11060,7 +11684,7 @@
11060
11684
  "flags": {},
11061
11685
  "typeParameter": [
11062
11686
  {
11063
- "id": 11691,
11687
+ "id": 4171,
11064
11688
  "name": "T",
11065
11689
  "kind": 131072,
11066
11690
  "kindString": "Type parameter",
@@ -11193,7 +11817,7 @@
11193
11817
  "flags": {},
11194
11818
  "typeParameter": [
11195
11819
  {
11196
- "id": 11739,
11820
+ "id": 4769,
11197
11821
  "name": "T",
11198
11822
  "kind": 131072,
11199
11823
  "kindString": "Type parameter",
@@ -11339,7 +11963,7 @@
11339
11963
  "flags": {},
11340
11964
  "typeParameter": [
11341
11965
  {
11342
- "id": 11799,
11966
+ "id": 4829,
11343
11967
  "name": "T",
11344
11968
  "kind": 131072,
11345
11969
  "kindString": "Type parameter",
@@ -11443,7 +12067,7 @@
11443
12067
  },
11444
12068
  "typeParameter": [
11445
12069
  {
11446
- "id": 11639,
12070
+ "id": 4119,
11447
12071
  "name": "T",
11448
12072
  "kind": 131072,
11449
12073
  "kindString": "Type parameter",
@@ -11455,7 +12079,7 @@
11455
12079
  "type": {
11456
12080
  "type": "reflection",
11457
12081
  "declaration": {
11458
- "id": 11640,
12082
+ "id": 4120,
11459
12083
  "name": "__type",
11460
12084
  "kind": 65536,
11461
12085
  "kindString": "Type literal",
@@ -11464,7 +12088,7 @@
11464
12088
  },
11465
12089
  "indexSignature": [
11466
12090
  {
11467
- "id": 11648,
12091
+ "id": 4128,
11468
12092
  "name": "__index",
11469
12093
  "kind": 8192,
11470
12094
  "kindString": "Index signature",
@@ -11473,7 +12097,7 @@
11473
12097
  },
11474
12098
  "parameters": [
11475
12099
  {
11476
- "id": 11649,
12100
+ "id": 4129,
11477
12101
  "name": "key",
11478
12102
  "kind": 32768,
11479
12103
  "kindString": "Parameter",
@@ -11494,7 +12118,7 @@
11494
12118
  ],
11495
12119
  "children": [
11496
12120
  {
11497
- "id": 11642,
12121
+ "id": 4122,
11498
12122
  "name": "isFocused",
11499
12123
  "kind": 32,
11500
12124
  "kindString": "Variable",
@@ -11505,7 +12129,7 @@
11505
12129
  "sources": [
11506
12130
  {
11507
12131
  "fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
11508
- "line": 10,
12132
+ "line": 12,
11509
12133
  "character": 11
11510
12134
  }
11511
12135
  ],
@@ -11515,7 +12139,7 @@
11515
12139
  }
11516
12140
  },
11517
12141
  {
11518
- "id": 11643,
12142
+ "id": 4123,
11519
12143
  "name": "isInverse",
11520
12144
  "kind": 32,
11521
12145
  "kindString": "Variable",
@@ -11526,7 +12150,7 @@
11526
12150
  "sources": [
11527
12151
  {
11528
12152
  "fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
11529
- "line": 11,
12153
+ "line": 13,
11530
12154
  "character": 11
11531
12155
  }
11532
12156
  ],
@@ -11536,7 +12160,7 @@
11536
12160
  }
11537
12161
  },
11538
12162
  {
11539
- "id": 11644,
12163
+ "id": 4124,
11540
12164
  "name": "item",
11541
12165
  "kind": 32,
11542
12166
  "kindString": "Variable",
@@ -11546,7 +12170,7 @@
11546
12170
  "sources": [
11547
12171
  {
11548
12172
  "fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
11549
- "line": 12,
12173
+ "line": 14,
11550
12174
  "character": 6
11551
12175
  }
11552
12176
  ],
@@ -11556,7 +12180,7 @@
11556
12180
  }
11557
12181
  },
11558
12182
  {
11559
- "id": 11645,
12183
+ "id": 4125,
11560
12184
  "name": "itemRef",
11561
12185
  "kind": 32,
11562
12186
  "kindString": "Variable",
@@ -11566,7 +12190,7 @@
11566
12190
  "sources": [
11567
12191
  {
11568
12192
  "fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
11569
- "line": 13,
12193
+ "line": 15,
11570
12194
  "character": 9
11571
12195
  }
11572
12196
  ],
@@ -11582,7 +12206,7 @@
11582
12206
  }
11583
12207
  },
11584
12208
  {
11585
- "id": 11646,
12209
+ "id": 4126,
11586
12210
  "name": "itemString",
11587
12211
  "kind": 32,
11588
12212
  "kindString": "Variable",
@@ -11592,7 +12216,7 @@
11592
12216
  "sources": [
11593
12217
  {
11594
12218
  "fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
11595
- "line": 14,
12219
+ "line": 16,
11596
12220
  "character": 12
11597
12221
  }
11598
12222
  ],
@@ -11602,7 +12226,7 @@
11602
12226
  }
11603
12227
  },
11604
12228
  {
11605
- "id": 11641,
12229
+ "id": 4121,
11606
12230
  "name": "key",
11607
12231
  "kind": 32,
11608
12232
  "kindString": "Variable",
@@ -11612,7 +12236,7 @@
11612
12236
  "sources": [
11613
12237
  {
11614
12238
  "fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
11615
- "line": 9,
12239
+ "line": 11,
11616
12240
  "character": 5
11617
12241
  }
11618
12242
  ],
@@ -11622,7 +12246,7 @@
11622
12246
  }
11623
12247
  },
11624
12248
  {
11625
- "id": 11647,
12249
+ "id": 4127,
11626
12250
  "name": "theme",
11627
12251
  "kind": 32,
11628
12252
  "kindString": "Variable",
@@ -11632,7 +12256,7 @@
11632
12256
  "sources": [
11633
12257
  {
11634
12258
  "fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
11635
- "line": 15,
12259
+ "line": 17,
11636
12260
  "character": 7
11637
12261
  }
11638
12262
  ],
@@ -11647,20 +12271,20 @@
11647
12271
  "title": "Variables",
11648
12272
  "kind": 32,
11649
12273
  "children": [
11650
- 11642,
11651
- 11643,
11652
- 11644,
11653
- 11645,
11654
- 11646,
11655
- 11641,
11656
- 11647
12274
+ 4122,
12275
+ 4123,
12276
+ 4124,
12277
+ 4125,
12278
+ 4126,
12279
+ 4121,
12280
+ 4127
11657
12281
  ]
11658
12282
  }
11659
12283
  ],
11660
12284
  "sources": [
11661
12285
  {
11662
12286
  "fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
11663
- "line": 8,
12287
+ "line": 10,
11664
12288
  "character": 34
11665
12289
  }
11666
12290
  ]
@@ -11679,7 +12303,7 @@
11679
12303
  },
11680
12304
  "typeParameter": [
11681
12305
  {
11682
- "id": 11651,
12306
+ "id": 4131,
11683
12307
  "name": "T",
11684
12308
  "kind": 131072,
11685
12309
  "kindString": "Type parameter",
@@ -11691,7 +12315,7 @@
11691
12315
  "type": {
11692
12316
  "type": "reflection",
11693
12317
  "declaration": {
11694
- "id": 11652,
12318
+ "id": 4132,
11695
12319
  "name": "__type",
11696
12320
  "kind": 65536,
11697
12321
  "kindString": "Type literal",
@@ -11700,7 +12324,7 @@
11700
12324
  },
11701
12325
  "children": [
11702
12326
  {
11703
- "id": 11653,
12327
+ "id": 4133,
11704
12328
  "name": "ClearIndicator",
11705
12329
  "kind": 32,
11706
12330
  "kindString": "Variable",
@@ -11711,7 +12335,7 @@
11711
12335
  "sources": [
11712
12336
  {
11713
12337
  "fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
11714
- "line": 20,
12338
+ "line": 22,
11715
12339
  "character": 16
11716
12340
  }
11717
12341
  ],
@@ -11720,7 +12344,7 @@
11720
12344
  "typeArguments": [
11721
12345
  {
11722
12346
  "type": "reference",
11723
- "id": 4851,
12347
+ "id": 1790,
11724
12348
  "name": "IconButtonProps"
11725
12349
  }
11726
12350
  ],
@@ -11728,7 +12352,7 @@
11728
12352
  }
11729
12353
  },
11730
12354
  {
11731
- "id": 11654,
12355
+ "id": 4134,
11732
12356
  "name": "DropdownIndicator",
11733
12357
  "kind": 32,
11734
12358
  "kindString": "Variable",
@@ -11739,7 +12363,7 @@
11739
12363
  "sources": [
11740
12364
  {
11741
12365
  "fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
11742
- "line": 21,
12366
+ "line": 23,
11743
12367
  "character": 19
11744
12368
  }
11745
12369
  ],
@@ -11761,7 +12385,7 @@
11761
12385
  }
11762
12386
  },
11763
12387
  {
11764
- "id": 11656,
12388
+ "id": 4136,
11765
12389
  "name": "Item",
11766
12390
  "kind": 32,
11767
12391
  "kindString": "Variable",
@@ -11772,7 +12396,7 @@
11772
12396
  "sources": [
11773
12397
  {
11774
12398
  "fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
11775
- "line": 23,
12399
+ "line": 25,
11776
12400
  "character": 6
11777
12401
  }
11778
12402
  ],
@@ -11781,7 +12405,7 @@
11781
12405
  "typeArguments": [
11782
12406
  {
11783
12407
  "type": "reference",
11784
- "id": 11638,
12408
+ "id": 4118,
11785
12409
  "typeArguments": [
11786
12410
  {
11787
12411
  "type": "typeParameter",
@@ -11795,7 +12419,7 @@
11795
12419
  }
11796
12420
  },
11797
12421
  {
11798
- "id": 11655,
12422
+ "id": 4135,
11799
12423
  "name": "LoadingIndicator",
11800
12424
  "kind": 32,
11801
12425
  "kindString": "Variable",
@@ -11806,7 +12430,7 @@
11806
12430
  "sources": [
11807
12431
  {
11808
12432
  "fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
11809
- "line": 22,
12433
+ "line": 24,
11810
12434
  "character": 18
11811
12435
  }
11812
12436
  ],
@@ -11815,7 +12439,7 @@
11815
12439
  "typeArguments": [
11816
12440
  {
11817
12441
  "type": "reference",
11818
- "id": 2783,
12442
+ "id": 356,
11819
12443
  "name": "SpinnerProps"
11820
12444
  }
11821
12445
  ],
@@ -11828,17 +12452,17 @@
11828
12452
  "title": "Variables",
11829
12453
  "kind": 32,
11830
12454
  "children": [
11831
- 11653,
11832
- 11654,
11833
- 11656,
11834
- 11655
12455
+ 4133,
12456
+ 4134,
12457
+ 4136,
12458
+ 4135
11835
12459
  ]
11836
12460
  }
11837
12461
  ],
11838
12462
  "sources": [
11839
12463
  {
11840
12464
  "fileName": "packages/react-magma-dom/src/components/Select/components.tsx",
11841
- "line": 19,
12465
+ "line": 21,
11842
12466
  "character": 33
11843
12467
  }
11844
12468
  ]
@@ -11857,7 +12481,7 @@
11857
12481
  },
11858
12482
  "typeParameter": [
11859
12483
  {
11860
- "id": 11860,
12484
+ "id": 4890,
11861
12485
  "name": "T",
11862
12486
  "kind": 131072,
11863
12487
  "kindString": "Type parameter",
@@ -11889,7 +12513,7 @@
11889
12513
  },
11890
12514
  "typeParameter": [
11891
12515
  {
11892
- "id": 11839,
12516
+ "id": 4869,
11893
12517
  "name": "T",
11894
12518
  "kind": 131072,
11895
12519
  "kindString": "Type parameter",
@@ -12083,7 +12707,7 @@
12083
12707
  },
12084
12708
  "typeParameter": [
12085
12709
  {
12086
- "id": 11978,
12710
+ "id": 5008,
12087
12711
  "name": "T",
12088
12712
  "kind": 131072,
12089
12713
  "kindString": "Type parameter",
@@ -12092,7 +12716,7 @@
12092
12716
  },
12093
12717
  "type": {
12094
12718
  "type": "reference",
12095
- "id": 12021,
12719
+ "id": 5051,
12096
12720
  "name": "SelectOptions"
12097
12721
  }
12098
12722
  }
@@ -12240,7 +12864,7 @@
12240
12864
  },
12241
12865
  "typeParameter": [
12242
12866
  {
12243
- "id": 11866,
12867
+ "id": 4896,
12244
12868
  "name": "T",
12245
12869
  "kind": 131072,
12246
12870
  "kindString": "Type parameter",
@@ -12249,7 +12873,7 @@
12249
12873
  },
12250
12874
  "type": {
12251
12875
  "type": "reference",
12252
- "id": 12021,
12876
+ "id": 5051,
12253
12877
  "name": "SelectOptions"
12254
12878
  }
12255
12879
  }
@@ -12718,7 +13342,7 @@
12718
13342
  {
12719
13343
  "type": "reflection",
12720
13344
  "declaration": {
12721
- "id": 12022,
13345
+ "id": 5052,
12722
13346
  "name": "__type",
12723
13347
  "kind": 65536,
12724
13348
  "kindString": "Type literal",
@@ -12727,7 +13351,7 @@
12727
13351
  },
12728
13352
  "indexSignature": [
12729
13353
  {
12730
- "id": 12025,
13354
+ "id": 5055,
12731
13355
  "name": "__index",
12732
13356
  "kind": 8192,
12733
13357
  "kindString": "Index signature",
@@ -12736,7 +13360,7 @@
12736
13360
  },
12737
13361
  "parameters": [
12738
13362
  {
12739
- "id": 12026,
13363
+ "id": 5056,
12740
13364
  "name": "key",
12741
13365
  "kind": 32768,
12742
13366
  "kindString": "Parameter",
@@ -12757,7 +13381,7 @@
12757
13381
  ],
12758
13382
  "children": [
12759
13383
  {
12760
- "id": 12027,
13384
+ "id": 5057,
12761
13385
  "name": "disabled",
12762
13386
  "kind": 32,
12763
13387
  "kindString": "Variable",
@@ -12768,7 +13392,7 @@
12768
13392
  "sources": [
12769
13393
  {
12770
13394
  "fileName": "packages/react-magma-dom/src/components/Select/index.tsx",
12771
- "line": 24,
13395
+ "line": 26,
12772
13396
  "character": 64
12773
13397
  }
12774
13398
  ],
@@ -12778,7 +13402,7 @@
12778
13402
  }
12779
13403
  },
12780
13404
  {
12781
- "id": 12024,
13405
+ "id": 5054,
12782
13406
  "name": "label",
12783
13407
  "kind": 32,
12784
13408
  "kindString": "Variable",
@@ -12788,7 +13412,7 @@
12788
13412
  "sources": [
12789
13413
  {
12790
13414
  "fileName": "packages/react-magma-dom/src/components/Select/index.tsx",
12791
- "line": 24,
13415
+ "line": 26,
12792
13416
  "character": 26
12793
13417
  }
12794
13418
  ],
@@ -12798,7 +13422,7 @@
12798
13422
  }
12799
13423
  },
12800
13424
  {
12801
- "id": 12023,
13425
+ "id": 5053,
12802
13426
  "name": "value",
12803
13427
  "kind": 32,
12804
13428
  "kindString": "Variable",
@@ -12808,7 +13432,7 @@
12808
13432
  "sources": [
12809
13433
  {
12810
13434
  "fileName": "packages/react-magma-dom/src/components/Select/index.tsx",
12811
- "line": 24,
13435
+ "line": 26,
12812
13436
  "character": 11
12813
13437
  }
12814
13438
  ],
@@ -12823,16 +13447,16 @@
12823
13447
  "title": "Variables",
12824
13448
  "kind": 32,
12825
13449
  "children": [
12826
- 12027,
12827
- 12024,
12828
- 12023
13450
+ 5057,
13451
+ 5054,
13452
+ 5053
12829
13453
  ]
12830
13454
  }
12831
13455
  ],
12832
13456
  "sources": [
12833
13457
  {
12834
13458
  "fileName": "packages/react-magma-dom/src/components/Select/index.tsx",
12835
- "line": 24,
13459
+ "line": 26,
12836
13460
  "character": 3
12837
13461
  }
12838
13462
  ]
@@ -12857,7 +13481,7 @@
12857
13481
  },
12858
13482
  "typeParameter": [
12859
13483
  {
12860
- "id": 12055,
13484
+ "id": 5085,
12861
13485
  "name": "T",
12862
13486
  "kind": 131072,
12863
13487
  "kindString": "Type parameter",
@@ -12871,7 +13495,7 @@
12871
13495
  "typeArguments": [
12872
13496
  {
12873
13497
  "type": "reference",
12874
- "id": 11865,
13498
+ "id": 4895,
12875
13499
  "typeArguments": [
12876
13500
  {
12877
13501
  "type": "typeParameter",
@@ -12882,7 +13506,7 @@
12882
13506
  },
12883
13507
  {
12884
13508
  "type": "reference",
12885
- "id": 11977,
13509
+ "id": 5007,
12886
13510
  "typeArguments": [
12887
13511
  {
12888
13512
  "type": "typeParameter",
@@ -14103,12 +14727,12 @@
14103
14727
  "typeArguments": [
14104
14728
  {
14105
14729
  "type": "reference",
14106
- "id": 24945,
14730
+ "id": 24685,
14107
14731
  "name": "ControlledPageProps"
14108
14732
  },
14109
14733
  {
14110
14734
  "type": "reference",
14111
- "id": 24947,
14735
+ "id": 24687,
14112
14736
  "name": "UncontrolledPageProps"
14113
14737
  }
14114
14738
  ],
@@ -14130,12 +14754,12 @@
14130
14754
  "typeArguments": [
14131
14755
  {
14132
14756
  "type": "reference",
14133
- "id": 24949,
14757
+ "id": 24689,
14134
14758
  "name": "ControlledRowsPerPageProps"
14135
14759
  },
14136
14760
  {
14137
14761
  "type": "reference",
14138
- "id": 24951,
14762
+ "id": 24691,
14139
14763
  "name": "UncontrolledRowsPerPageProps"
14140
14764
  }
14141
14765
  ],
@@ -14157,17 +14781,17 @@
14157
14781
  "types": [
14158
14782
  {
14159
14783
  "type": "reference",
14160
- "id": 24673,
14784
+ "id": 24413,
14161
14785
  "name": "BaseTablePaginationProps"
14162
14786
  },
14163
14787
  {
14164
14788
  "type": "reference",
14165
- "id": 24961,
14789
+ "id": 24701,
14166
14790
  "name": "PagePaginationProps"
14167
14791
  },
14168
14792
  {
14169
14793
  "type": "reference",
14170
- "id": 24962,
14794
+ "id": 24702,
14171
14795
  "name": "RowsPaginationProps"
14172
14796
  }
14173
14797
  ]
@@ -14783,12 +15407,12 @@
14783
15407
  "types": [
14784
15408
  {
14785
15409
  "type": "reference",
14786
- "id": 15738,
15410
+ "id": 15196,
14787
15411
  "name": "HorizontalTabsProps"
14788
15412
  },
14789
15413
  {
14790
15414
  "type": "reference",
14791
- "id": 15735,
15415
+ "id": 15193,
14792
15416
  "name": "VerticalTabsProps"
14793
15417
  }
14794
15418
  ]
@@ -15266,12 +15890,12 @@
15266
15890
  "typeArguments": [
15267
15891
  {
15268
15892
  "type": "reference",
15269
- "id": 29800,
15893
+ "id": 29540,
15270
15894
  "name": "DeletableTagProps"
15271
15895
  },
15272
15896
  {
15273
15897
  "type": "reference",
15274
- "id": 29813,
15898
+ "id": 29553,
15275
15899
  "name": "ClickableTagProps"
15276
15900
  }
15277
15901
  ],
@@ -15516,7 +16140,7 @@
15516
16140
  "type": "query",
15517
16141
  "queryType": {
15518
16142
  "type": "reference",
15519
- "id": 31116,
16143
+ "id": 30856,
15520
16144
  "name": "useTimePicker"
15521
16145
  }
15522
16146
  }
@@ -16211,12 +16835,12 @@
16211
16835
  "typeArguments": [
16212
16836
  {
16213
16837
  "type": "reference",
16214
- "id": 33678,
16838
+ "id": 34140,
16215
16839
  "name": "ToggleButtonTextProps"
16216
16840
  },
16217
16841
  {
16218
16842
  "type": "reference",
16219
- "id": 33956,
16843
+ "id": 34418,
16220
16844
  "name": "ToggleButtonIconProps"
16221
16845
  }
16222
16846
  ],
@@ -16811,79 +17435,19 @@
16811
17435
  },
16812
17436
  {
16813
17437
  "name": "TreeItemProps",
16814
- "kind": 256,
16815
- "kindString": "Interface",
17438
+ "kind": 4194304,
17439
+ "kindString": "Type alias",
16816
17440
  "flags": {
16817
17441
  "isExported": true
16818
17442
  },
17443
+ "type": {
17444
+ "type": "reference",
17445
+ "id": 33425,
17446
+ "name": "UseTreeItemProps"
17447
+ },
16819
17448
  "id": "TreeItemProps",
16820
17449
  "tags": {},
16821
- "properties": {
16822
- "icon": {
16823
- "name": "icon",
16824
- "required": false,
16825
- "type": {
16826
- "name": "ReactElement"
16827
- },
16828
- "description": "Icon for the tree item",
16829
- "deprecated": false
16830
- },
16831
- "index": {
16832
- "name": "index",
16833
- "required": false,
16834
- "type": {
16835
- "name": "number"
16836
- },
16837
- "description": "Index number\nprivate",
16838
- "deprecated": false
16839
- },
16840
- "isDisabled": {
16841
- "name": "isDisabled",
16842
- "required": false,
16843
- "type": {
16844
- "name": "boolean"
16845
- },
16846
- "description": "If true, element is disabled",
16847
- "defaultValue": "false",
16848
- "deprecated": false
16849
- },
16850
- "itemId": {
16851
- "name": "itemId",
16852
- "required": true,
16853
- "type": {
16854
- "name": "string"
16855
- },
16856
- "description": "Item id",
16857
- "deprecated": false
16858
- },
16859
- "label": {
16860
- "name": "label",
16861
- "required": true,
16862
- "type": {
16863
- "name": "React.ReactNode"
16864
- },
16865
- "description": "Item name",
16866
- "deprecated": false
16867
- },
16868
- "labelStyle": {
16869
- "name": "labelStyle",
16870
- "required": false,
16871
- "type": {
16872
- "name": "CSSProperties"
16873
- },
16874
- "description": "Style properties for the tree item label",
16875
- "deprecated": false
16876
- },
16877
- "onClick": {
16878
- "name": "onClick",
16879
- "required": false,
16880
- "type": {
16881
- "name": "function"
16882
- },
16883
- "description": "Action that fires when the item is clicked",
16884
- "deprecated": false
16885
- }
16886
- }
17450
+ "properties": {}
16887
17451
  },
16888
17452
  {
16889
17453
  "name": "TreeItemContextInterface",
@@ -16972,7 +17536,7 @@
16972
17536
  "type": {
16973
17537
  "name": "MutableRefObject"
16974
17538
  },
16975
- "description": "The ref object that allows TreeView manipulation.\nActions available:\nselectItem({ itemId, checkedStatus }: Pick<TreeViewItemInterface, 'itemId' | 'checkedStatus'>): void - action that allows to change item selection,\nselectAll(): void - action that allows to select all items,\nclearAll(): void - action that allows to unselect all items.\nshowMore(): void - action that gets called when a tree has hidden items and they get expanded.\nshowLess(): void - action that gets called when a tree has hidden items and they get collapsed.",
17539
+ "description": "The ref object that allows TreeView manipulation.\nActions available:\nselectItem({ itemId, checkedStatus }: Pick<TreeViewItemInterface, 'itemId' | 'checkedStatus'>): void - action that allows to change item selection,\nselectAll(): void - action that allows to select all items,\nclearAll(): void - action that allows to unselect all items.\nshowMore(): void - action that gets called when a tree has hidden items and they get expanded.\nshowLess(): void - action that gets called when a tree has hidden items and they get collapsed.\nexpandAll(): void - action that allows to expand all items.\ncollapseAll(): void - action that allows to collapse all items.",
16976
17540
  "deprecated": false
16977
17541
  },
16978
17542
  "ariaLabel": {
@@ -17052,6 +17616,16 @@
17052
17616
  "defaultValue": "false",
17053
17617
  "deprecated": false
17054
17618
  },
17619
+ "isTopLevelSelectable": {
17620
+ "name": "isTopLevelSelectable",
17621
+ "required": false,
17622
+ "type": {
17623
+ "name": "boolean"
17624
+ },
17625
+ "description": "If false, top-level items will not be selectable in multi-select mode.\nTheir checkboxes will be hidden, and they will only function as expandable groups.",
17626
+ "defaultValue": "true",
17627
+ "deprecated": false
17628
+ },
17055
17629
  "onExpandedChange": {
17056
17630
  "name": "onExpandedChange",
17057
17631
  "required": false,
@@ -17172,6 +17746,14 @@
17172
17746
  "description": "The content of the component",
17173
17747
  "deprecated": false
17174
17748
  },
17749
+ "expandedSet": {
17750
+ "name": "expandedSet",
17751
+ "required": true,
17752
+ "type": {
17753
+ "name": "Set"
17754
+ },
17755
+ "deprecated": false
17756
+ },
17175
17757
  "handleExpandedChange": {
17176
17758
  "name": "handleExpandedChange",
17177
17759
  "required": true,
@@ -17204,6 +17786,14 @@
17204
17786
  },
17205
17787
  "deprecated": false
17206
17788
  },
17789
+ "isTopLevelSelectable": {
17790
+ "name": "isTopLevelSelectable",
17791
+ "required": false,
17792
+ "type": {
17793
+ "name": "boolean"
17794
+ },
17795
+ "deprecated": false
17796
+ },
17207
17797
  "itemToFocus": {
17208
17798
  "name": "itemToFocus",
17209
17799
  "required": false,
@@ -17459,7 +18049,7 @@
17459
18049
  "type": {
17460
18050
  "name": "MutableRefObject"
17461
18051
  },
17462
- "description": "The ref object that allows TreeView manipulation.\nActions available:\nselectItem({ itemId, checkedStatus }: Pick<TreeViewItemInterface, 'itemId' | 'checkedStatus'>): void - action that allows to change item selection,\nselectAll(): void - action that allows to select all items,\nclearAll(): void - action that allows to unselect all items.\nshowMore(): void - action that gets called when a tree has hidden items and they get expanded.\nshowLess(): void - action that gets called when a tree has hidden items and they get collapsed.",
18052
+ "description": "The ref object that allows TreeView manipulation.\nActions available:\nselectItem({ itemId, checkedStatus }: Pick<TreeViewItemInterface, 'itemId' | 'checkedStatus'>): void - action that allows to change item selection,\nselectAll(): void - action that allows to select all items,\nclearAll(): void - action that allows to unselect all items.\nshowMore(): void - action that gets called when a tree has hidden items and they get expanded.\nshowLess(): void - action that gets called when a tree has hidden items and they get collapsed.\nexpandAll(): void - action that allows to expand all items.\ncollapseAll(): void - action that allows to collapse all items.",
17463
18053
  "deprecated": false
17464
18054
  },
17465
18055
  "ariaLabel": {
@@ -17539,6 +18129,16 @@
17539
18129
  "defaultValue": "false",
17540
18130
  "deprecated": false
17541
18131
  },
18132
+ "isTopLevelSelectable": {
18133
+ "name": "isTopLevelSelectable",
18134
+ "required": false,
18135
+ "type": {
18136
+ "name": "boolean"
18137
+ },
18138
+ "description": "If false, top-level items will not be selectable in multi-select mode.\nTheir checkboxes will be hidden, and they will only function as expandable groups.",
18139
+ "defaultValue": "true",
18140
+ "deprecated": false
18141
+ },
17542
18142
  "onExpandedChange": {
17543
18143
  "name": "onExpandedChange",
17544
18144
  "required": false,
@@ -17597,7 +18197,7 @@
17597
18197
  "type": "query",
17598
18198
  "queryType": {
17599
18199
  "type": "reference",
17600
- "id": 33290,
18200
+ "id": 33197,
17601
18201
  "name": "useTreeView"
17602
18202
  }
17603
18203
  }
@@ -17617,7 +18217,7 @@
17617
18217
  },
17618
18218
  "typeParameter": [
17619
18219
  {
17620
- "id": 5733,
18220
+ "id": 3135,
17621
18221
  "name": "T",
17622
18222
  "kind": 131072,
17623
18223
  "kindString": "Type parameter",
@@ -17727,7 +18327,7 @@
17727
18327
  "name": "theme",
17728
18328
  "required": false,
17729
18329
  "type": {
17730
- "name": "any"
18330
+ "name": "ThemeInterface"
17731
18331
  },
17732
18332
  "deprecated": false
17733
18333
  },
@@ -17794,7 +18394,7 @@
17794
18394
  },
17795
18395
  "typeParameter": [
17796
18396
  {
17797
- "id": 22854,
18397
+ "id": 22594,
17798
18398
  "name": "PaginatedItem",
17799
18399
  "kind": 131072,
17800
18400
  "kindString": "Type parameter",
@@ -17854,7 +18454,7 @@
17854
18454
  },
17855
18455
  "typeParameter": [
17856
18456
  {
17857
- "id": 22863,
18457
+ "id": 22603,
17858
18458
  "name": "PaginatedItem",
17859
18459
  "kind": 131072,
17860
18460
  "kindString": "Type parameter",