react-magma-dom 4.7.0-next.9 → 4.8.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/dist/components/BlockQuote/BlockQuote.d.ts +2 -2
  2. package/dist/components/Button/index.d.ts +1 -0
  3. package/dist/components/Combobox/ComboboxInput.d.ts +1 -1
  4. package/dist/components/DatePicker/CalendarContext.d.ts +1 -0
  5. package/dist/components/DatePicker/HelperInformation.d.ts +1 -0
  6. package/dist/components/Dropdown/Dropdown.d.ts +2 -0
  7. package/dist/components/InputBase/index.d.ts +29 -3
  8. package/dist/components/List/ListItem.d.ts +3 -3
  9. package/dist/components/NavTabs/NavTab.d.ts +6 -1
  10. package/dist/components/NavTabs/NavTabs.d.ts +2 -1
  11. package/dist/components/Select/ItemsList.d.ts +3 -2
  12. package/dist/components/Select/components.d.ts +3 -3
  13. package/dist/components/Select/index.d.ts +13 -3
  14. package/dist/components/Select/shared.d.ts +6 -0
  15. package/dist/components/Select/utils.d.ts +1 -0
  16. package/dist/components/Stepper/ResponsiveStepperContainer.d.ts +17 -0
  17. package/dist/components/Stepper/Step.d.ts +5 -1
  18. package/dist/components/Stepper/Stepper.d.ts +13 -0
  19. package/dist/components/Stepper/index.d.ts +1 -0
  20. package/dist/components/StyledButton/styles.d.ts +0 -1
  21. package/dist/components/Tabs/Tab.d.ts +6 -1
  22. package/dist/components/Tabs/Tabs.d.ts +7 -4
  23. package/dist/components/Tabs/shared.d.ts +4 -0
  24. package/dist/components/TreeView/TreeViewContext.d.ts +4 -1
  25. package/dist/components/TreeView/index.d.ts +1 -0
  26. package/dist/components/TreeView/useTreeItem.d.ts +1 -5
  27. package/dist/components/TreeView/useTreeView.d.ts +20 -6
  28. package/dist/components/TreeView/utils.d.ts +18 -7
  29. package/dist/esm/index.js +1747 -927
  30. package/dist/esm/index.js.map +1 -1
  31. package/dist/index.d.ts +4 -2
  32. package/dist/properties.json +464 -113
  33. package/dist/react-magma-dom.cjs.development.js +1713 -876
  34. package/dist/react-magma-dom.cjs.development.js.map +1 -1
  35. package/dist/react-magma-dom.cjs.production.min.js +1 -1
  36. package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
  37. package/dist/utils/index.d.ts +7 -0
  38. package/package.json +1 -1
  39. package/dist/components/Accordion/Accordion.stories.d.ts +0 -16
  40. package/dist/components/Alert/Alert.stories.d.ts +0 -4
  41. package/dist/components/Announce/Announce.stories.d.ts +0 -3
  42. package/dist/components/AppBar/AppBar.stories.d.ts +0 -5
  43. package/dist/components/Badge/Badge.stories.d.ts +0 -4
  44. package/dist/components/Banner/Banner.stories.d.ts +0 -5
  45. package/dist/components/BlockQuote/BlockQuote.stories.d.ts +0 -5
  46. package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts +0 -5
  47. package/dist/components/BreakpointsContainer/BreakpointsContainer.stories.d.ts +0 -3
  48. package/dist/components/Button/Button.stories.d.ts +0 -9
  49. package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +0 -278
  50. package/dist/components/Card/Card.stories.d.ts +0 -12
  51. package/dist/components/CharacterCounter/CharacterCounter.stories.d.ts +0 -556
  52. package/dist/components/Checkbox/Checkbox.stories.d.ts +0 -4
  53. package/dist/components/Combobox/Combobox.stories.d.ts +0 -39
  54. package/dist/components/Container/Container.stories.d.ts +0 -7
  55. package/dist/components/Datagrid/Datagrid.stories.d.ts +0 -14
  56. package/dist/components/DatePicker/DatePicker.stories.d.ts +0 -33
  57. package/dist/components/Drawer/Drawer.stories.d.ts +0 -17
  58. package/dist/components/Dropdown/Dropdown.stories.d.ts +0 -18
  59. package/dist/components/Flex/Flex.stories.d.ts +0 -10
  60. package/dist/components/Form/Form.stories.d.ts +0 -5
  61. package/dist/components/FormGroup/FormGroup.stories.d.ts +0 -3
  62. package/dist/components/Grid/Grid.stories.d.ts +0 -4
  63. package/dist/components/Heading/Heading.stories.d.ts +0 -11
  64. package/dist/components/HideAtBreakpoint/HideAtBreakpoint.stories.d.ts +0 -3
  65. package/dist/components/Hyperlink/Hyperlink.stories.d.ts +0 -32
  66. package/dist/components/IconButton/IconButton.stories.d.ts +0 -18
  67. package/dist/components/IndeterminateCheckbox/IndeterminateCheckbox.stories.d.ts +0 -5
  68. package/dist/components/Input/Input.stories.d.ts +0 -1012
  69. package/dist/components/InputBase/InputBase.stories.d.ts +0 -7
  70. package/dist/components/List/List.stories.d.ts +0 -64
  71. package/dist/components/LoadingIndicator/LoadingIndicator.stories.d.ts +0 -10
  72. package/dist/components/Modal/Modal.stories.d.ts +0 -16
  73. package/dist/components/NativeSelect/NativeSelect.stories.d.ts +0 -12
  74. package/dist/components/NavTabs/NavTabs.stories.d.ts +0 -7
  75. package/dist/components/Pagination/Pagination.stories.d.ts +0 -10
  76. package/dist/components/Paragraph/Paragraph.stories.d.ts +0 -3
  77. package/dist/components/PasswordInput/PasswordInput.stories.d.ts +0 -7
  78. package/dist/components/ProgressBar/ProgressBar.stories.d.ts +0 -19
  79. package/dist/components/Radio/Radio.stories.d.ts +0 -4
  80. package/dist/components/Search/Search.stories.d.ts +0 -4
  81. package/dist/components/Select/Select.stories.d.ts +0 -12
  82. package/dist/components/SkipLink/SkipLink.stories.d.ts +0 -3
  83. package/dist/components/Spacer/Spacer.stories.d.ts +0 -5
  84. package/dist/components/Spinner/Spinner.stories.d.ts +0 -4
  85. package/dist/components/Stepper/Stepper.stories.d.ts +0 -6
  86. package/dist/components/Table/Table.stories.d.ts +0 -1670
  87. package/dist/components/Tabs/Tabs.stories.d.ts +0 -11
  88. package/dist/components/Tag/Tag.stories.d.ts +0 -564
  89. package/dist/components/Textarea/Textarea.stories.d.ts +0 -298
  90. package/dist/components/TimePicker/TimePicker.stories.d.ts +0 -7
  91. package/dist/components/Toast/Toast.stories.d.ts +0 -21
  92. package/dist/components/Toggle/Toggle.stories.d.ts +0 -4
  93. package/dist/components/ToggleButton/ToggleButton.stories.d.ts +0 -1131
  94. package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +0 -554
  95. package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -10
  96. package/dist/components/Transition/Transition.stories.d.ts +0 -79
  97. package/dist/components/TreeView/TreeView.stories.d.ts +0 -104
  98. package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +0 -3
@@ -1815,7 +1815,8 @@
1815
1815
  "ButtonColor.marketing",
1816
1816
  "ButtonColor.primary",
1817
1817
  "ButtonColor.secondary",
1818
- "ButtonColor.subtle"
1818
+ "ButtonColor.subtle",
1819
+ "ButtonColor.success"
1819
1820
  ]
1820
1821
  },
1821
1822
  "description": "The color of the button, indicating its function in the UI",
@@ -1925,12 +1926,12 @@
1925
1926
  "types": [
1926
1927
  {
1927
1928
  "type": "reference",
1928
- "id": 3963,
1929
+ "id": 3961,
1929
1930
  "name": "BaseButtonProps"
1930
1931
  },
1931
1932
  {
1932
1933
  "type": "reference",
1933
- "id": 3954,
1934
+ "id": 3952,
1934
1935
  "name": "ButtonStyles"
1935
1936
  }
1936
1937
  ]
@@ -1947,7 +1948,8 @@
1947
1948
  "ButtonColor.marketing",
1948
1949
  "ButtonColor.primary",
1949
1950
  "ButtonColor.secondary",
1950
- "ButtonColor.subtle"
1951
+ "ButtonColor.subtle",
1952
+ "ButtonColor.success"
1951
1953
  ]
1952
1954
  },
1953
1955
  "description": "The color of the button, indicating its function in the UI",
@@ -2079,7 +2081,8 @@
2079
2081
  "ButtonColor.marketing",
2080
2082
  "ButtonColor.primary",
2081
2083
  "ButtonColor.secondary",
2082
- "ButtonColor.subtle"
2084
+ "ButtonColor.subtle",
2085
+ "ButtonColor.success"
2083
2086
  ]
2084
2087
  },
2085
2088
  "deprecated": false
@@ -2189,7 +2192,8 @@
2189
2192
  "ButtonColor.marketing",
2190
2193
  "ButtonColor.primary",
2191
2194
  "ButtonColor.secondary",
2192
- "ButtonColor.subtle"
2195
+ "ButtonColor.subtle",
2196
+ "ButtonColor.success"
2193
2197
  ]
2194
2198
  },
2195
2199
  "description": "The color of all the buttons in the group",
@@ -2700,7 +2704,7 @@
2700
2704
  "flags": {},
2701
2705
  "typeParameter": [
2702
2706
  {
2703
- "id": 12033,
2707
+ "id": 12105,
2704
2708
  "name": "T",
2705
2709
  "kind": 131072,
2706
2710
  "kindString": "Type parameter",
@@ -2900,7 +2904,7 @@
2900
2904
  },
2901
2905
  "typeParameter": [
2902
2906
  {
2903
- "id": 12144,
2907
+ "id": 12216,
2904
2908
  "name": "T",
2905
2909
  "kind": 131072,
2906
2910
  "kindString": "Type parameter",
@@ -2909,7 +2913,7 @@
2909
2913
  },
2910
2914
  "type": {
2911
2915
  "type": "reference",
2912
- "id": 11960,
2916
+ "id": 12024,
2913
2917
  "name": "SelectOptions"
2914
2918
  }
2915
2919
  }
@@ -3246,7 +3250,7 @@
3246
3250
  },
3247
3251
  "typeParameter": [
3248
3252
  {
3249
- "id": 12224,
3253
+ "id": 12296,
3250
3254
  "name": "T",
3251
3255
  "kind": 131072,
3252
3256
  "kindString": "Type parameter",
@@ -3255,7 +3259,7 @@
3255
3259
  },
3256
3260
  "type": {
3257
3261
  "type": "reference",
3258
- "id": 11960,
3262
+ "id": 12024,
3259
3263
  "name": "SelectOptions"
3260
3264
  }
3261
3265
  }
@@ -3413,7 +3417,7 @@
3413
3417
  },
3414
3418
  "typeParameter": [
3415
3419
  {
3416
- "id": 12271,
3420
+ "id": 12343,
3417
3421
  "name": "T",
3418
3422
  "kind": 131072,
3419
3423
  "kindString": "Type parameter",
@@ -3427,7 +3431,7 @@
3427
3431
  "typeArguments": [
3428
3432
  {
3429
3433
  "type": "reference",
3430
- "id": 12143,
3434
+ "id": 12215,
3431
3435
  "typeArguments": [
3432
3436
  {
3433
3437
  "type": "typeParameter",
@@ -3438,7 +3442,7 @@
3438
3442
  },
3439
3443
  {
3440
3444
  "type": "reference",
3441
- "id": 12223,
3445
+ "id": 12295,
3442
3446
  "typeArguments": [
3443
3447
  {
3444
3448
  "type": "typeParameter",
@@ -3930,7 +3934,7 @@
3930
3934
  },
3931
3935
  "indexSignature": [
3932
3936
  {
3933
- "id": 25227,
3937
+ "id": 25314,
3934
3938
  "name": "__index",
3935
3939
  "kind": 8192,
3936
3940
  "kindString": "Index signature",
@@ -3942,7 +3946,7 @@
3942
3946
  },
3943
3947
  "parameters": [
3944
3948
  {
3945
- "id": 25228,
3949
+ "id": 25315,
3946
3950
  "name": "key",
3947
3951
  "kind": 32768,
3948
3952
  "kindString": "Parameter",
@@ -4032,12 +4036,12 @@
4032
4036
  "types": [
4033
4037
  {
4034
4038
  "type": "reference",
4035
- "id": 25233,
4039
+ "id": 25320,
4036
4040
  "name": "BaseDatagridProps"
4037
4041
  },
4038
4042
  {
4039
4043
  "type": "reference",
4040
- "id": 25529,
4044
+ "id": 25616,
4041
4045
  "name": "DatagridSelectedRowsProps"
4042
4046
  }
4043
4047
  ]
@@ -4256,12 +4260,12 @@
4256
4260
  "typeArguments": [
4257
4261
  {
4258
4262
  "type": "reference",
4259
- "id": 25525,
4263
+ "id": 25612,
4260
4264
  "name": "ControlledSelectedRowsProps"
4261
4265
  },
4262
4266
  {
4263
4267
  "type": "reference",
4264
- "id": 25527,
4268
+ "id": 25614,
4265
4269
  "name": "UncontrolledSelectedRowsProps"
4266
4270
  }
4267
4271
  ],
@@ -4355,6 +4359,14 @@
4355
4359
  },
4356
4360
  "deprecated": false
4357
4361
  },
4362
+ "onClose": {
4363
+ "name": "onClose",
4364
+ "required": true,
4365
+ "type": {
4366
+ "name": "function"
4367
+ },
4368
+ "deprecated": false
4369
+ },
4358
4370
  "onDateChange": {
4359
4371
  "name": "onDateChange",
4360
4372
  "required": true,
@@ -4562,6 +4574,14 @@
4562
4574
  "name": "function"
4563
4575
  },
4564
4576
  "deprecated": false
4577
+ },
4578
+ "onReturnBack": {
4579
+ "name": "onReturnBack",
4580
+ "required": false,
4581
+ "type": {
4582
+ "name": "function"
4583
+ },
4584
+ "deprecated": false
4565
4585
  }
4566
4586
  }
4567
4587
  },
@@ -5048,7 +5068,7 @@
5048
5068
  },
5049
5069
  "description": "Alignment of the dropdown content",
5050
5070
  "defaultValue": "DropdownAlignment.start",
5051
- "deprecated": false
5071
+ "deprecated": true
5052
5072
  },
5053
5073
  "dropDirection": {
5054
5074
  "name": "dropDirection",
@@ -5064,7 +5084,7 @@
5064
5084
  },
5065
5085
  "description": "Position of the dropdown content",
5066
5086
  "defaultValue": "DropdownDropDirection.down",
5067
- "deprecated": false
5087
+ "deprecated": true
5068
5088
  },
5069
5089
  "isInverse": {
5070
5090
  "name": "isInverse",
@@ -5305,12 +5325,12 @@
5305
5325
  "typeArguments": [
5306
5326
  {
5307
5327
  "type": "reference",
5308
- "id": 4876,
5328
+ "id": 4874,
5309
5329
  "name": "IconOnlyDropdownButtonProps"
5310
5330
  },
5311
5331
  {
5312
5332
  "type": "reference",
5313
- "id": 4880,
5333
+ "id": 4878,
5314
5334
  "name": "IconTextDropdownButtonProps"
5315
5335
  }
5316
5336
  ],
@@ -5745,7 +5765,8 @@
5745
5765
  "ButtonColor.marketing",
5746
5766
  "ButtonColor.primary",
5747
5767
  "ButtonColor.secondary",
5748
- "ButtonColor.subtle"
5768
+ "ButtonColor.subtle",
5769
+ "ButtonColor.success"
5749
5770
  ]
5750
5771
  },
5751
5772
  "description": "The color of the button, indicating its function in the UI",
@@ -7244,7 +7265,8 @@
7244
7265
  "ButtonColor.marketing",
7245
7266
  "ButtonColor.primary",
7246
7267
  "ButtonColor.secondary",
7247
- "ButtonColor.subtle"
7268
+ "ButtonColor.subtle",
7269
+ "ButtonColor.success"
7248
7270
  ]
7249
7271
  },
7250
7272
  "description": "The color of the button, indicating its function in the UI",
@@ -7606,12 +7628,12 @@
7606
7628
  "typeArguments": [
7607
7629
  {
7608
7630
  "type": "reference",
7609
- "id": 4568,
7631
+ "id": 4566,
7610
7632
  "name": "IconOnlyButtonProps"
7611
7633
  },
7612
7634
  {
7613
7635
  "type": "reference",
7614
- "id": 4572,
7636
+ "id": 4570,
7615
7637
  "name": "IconTextButtonProps"
7616
7638
  }
7617
7639
  ],
@@ -7723,7 +7745,7 @@
7723
7745
  "type": {
7724
7746
  "name": "CSSProperties"
7725
7747
  },
7726
- "description": "Style properties for the component container element",
7748
+ "description": "Style properties for the component container element.\nThis div is a direct child of the div with the inputWrapperStyle, so the second from the top.",
7727
7749
  "deprecated": false
7728
7750
  },
7729
7751
  "hasCharacterCounter": {
@@ -7816,7 +7838,7 @@
7816
7838
  "type": {
7817
7839
  "name": "CSSProperties"
7818
7840
  },
7819
- "description": "Style properties for input wrapper element",
7841
+ "description": "Style properties for input wrapper element. This is the outermost div.",
7820
7842
  "deprecated": false
7821
7843
  },
7822
7844
  "isClearable": {
@@ -7839,6 +7861,16 @@
7839
7861
  "defaultValue": "false",
7840
7862
  "deprecated": false
7841
7863
  },
7864
+ "isLabelVisuallyHidden": {
7865
+ "name": "isLabelVisuallyHidden",
7866
+ "required": false,
7867
+ "type": {
7868
+ "name": "boolean"
7869
+ },
7870
+ "description": "If true, label text will be hidden visually, but will still be read by assistive technology",
7871
+ "defaultValue": "false",
7872
+ "deprecated": false
7873
+ },
7842
7874
  "isPasswordInput": {
7843
7875
  "name": "isPasswordInput",
7844
7876
  "required": false,
@@ -7857,6 +7889,20 @@
7857
7889
  "description": "For use in predictive search which moves the icon to the left",
7858
7890
  "deprecated": false
7859
7891
  },
7892
+ "labelPosition": {
7893
+ "name": "labelPosition",
7894
+ "required": false,
7895
+ "type": {
7896
+ "name": "enum",
7897
+ "options": [
7898
+ "LabelPosition.left",
7899
+ "LabelPosition.top"
7900
+ ]
7901
+ },
7902
+ "description": "Position within the component for the label to appear",
7903
+ "defaultValue": "LabelPosition.top",
7904
+ "deprecated": false
7905
+ },
7860
7906
  "maxCount": {
7861
7907
  "name": "maxCount",
7862
7908
  "required": false,
@@ -7957,7 +8003,7 @@
7957
8003
  "type": {
7958
8004
  "name": "CSSProperties"
7959
8005
  },
7960
- "description": "Style properties for the component container element",
8006
+ "description": "Style properties for the component container element.\nThis div is a direct child of the div with the inputWrapperStyle, so the second from the top.",
7961
8007
  "deprecated": false
7962
8008
  },
7963
8009
  "hasCharacterCounter": {
@@ -8050,7 +8096,7 @@
8050
8096
  "type": {
8051
8097
  "name": "CSSProperties"
8052
8098
  },
8053
- "description": "Style properties for input wrapper element",
8099
+ "description": "Style properties for input wrapper element. This is the outermost div.",
8054
8100
  "deprecated": false
8055
8101
  },
8056
8102
  "isClearable": {
@@ -8073,6 +8119,16 @@
8073
8119
  "defaultValue": "false",
8074
8120
  "deprecated": false
8075
8121
  },
8122
+ "isLabelVisuallyHidden": {
8123
+ "name": "isLabelVisuallyHidden",
8124
+ "required": false,
8125
+ "type": {
8126
+ "name": "boolean"
8127
+ },
8128
+ "description": "If true, label text will be hidden visually, but will still be read by assistive technology",
8129
+ "defaultValue": "false",
8130
+ "deprecated": false
8131
+ },
8076
8132
  "isPasswordInput": {
8077
8133
  "name": "isPasswordInput",
8078
8134
  "required": false,
@@ -8091,6 +8147,20 @@
8091
8147
  "description": "For use in predictive search which moves the icon to the left",
8092
8148
  "deprecated": false
8093
8149
  },
8150
+ "labelPosition": {
8151
+ "name": "labelPosition",
8152
+ "required": false,
8153
+ "type": {
8154
+ "name": "enum",
8155
+ "options": [
8156
+ "LabelPosition.left",
8157
+ "LabelPosition.top"
8158
+ ]
8159
+ },
8160
+ "description": "Position within the component for the label to appear",
8161
+ "defaultValue": "LabelPosition.top",
8162
+ "deprecated": false
8163
+ },
8094
8164
  "maxCount": {
8095
8165
  "name": "maxCount",
8096
8166
  "required": false,
@@ -9149,6 +9219,20 @@
9149
9219
  "defaultValue": "TabsOrientation.horizontal",
9150
9220
  "deprecated": false
9151
9221
  },
9222
+ "textTransform": {
9223
+ "name": "textTransform",
9224
+ "required": false,
9225
+ "type": {
9226
+ "name": "enum",
9227
+ "options": [
9228
+ "TabsTextTransform.none",
9229
+ "TabsTextTransform.uppercase"
9230
+ ]
9231
+ },
9232
+ "description": "Determines whether the tab appears in all-caps",
9233
+ "defaultValue": "TabsTextTransform.uppercase",
9234
+ "deprecated": false
9235
+ },
9152
9236
  "to": {
9153
9237
  "name": "to",
9154
9238
  "required": false,
@@ -9229,6 +9313,20 @@
9229
9313
  "defaultValue": "TabsOrientation.horizontal",
9230
9314
  "deprecated": false
9231
9315
  },
9316
+ "textTransform": {
9317
+ "name": "textTransform",
9318
+ "required": false,
9319
+ "type": {
9320
+ "name": "enum",
9321
+ "options": [
9322
+ "TabsTextTransform.none",
9323
+ "TabsTextTransform.uppercase"
9324
+ ]
9325
+ },
9326
+ "description": "Determines whether the tab appears in all-caps",
9327
+ "defaultValue": "TabsTextTransform.uppercase",
9328
+ "deprecated": false
9329
+ },
9232
9330
  "to": {
9233
9331
  "name": "to",
9234
9332
  "required": true,
@@ -9335,6 +9433,20 @@
9335
9433
  "defaultValue": "TabsOrientation.horizontal",
9336
9434
  "deprecated": false
9337
9435
  },
9436
+ "textTransform": {
9437
+ "name": "textTransform",
9438
+ "required": false,
9439
+ "type": {
9440
+ "name": "enum",
9441
+ "options": [
9442
+ "TabsTextTransform.none",
9443
+ "TabsTextTransform.uppercase"
9444
+ ]
9445
+ },
9446
+ "description": "Determines whether the tab appears in all-caps",
9447
+ "defaultValue": "TabsTextTransform.uppercase",
9448
+ "deprecated": false
9449
+ },
9338
9450
  "to": {
9339
9451
  "name": "to",
9340
9452
  "required": false,
@@ -9357,12 +9469,12 @@
9357
9469
  "typeArguments": [
9358
9470
  {
9359
9471
  "type": "reference",
9360
- "id": 17412,
9472
+ "id": 17493,
9361
9473
  "name": "NavTabChildrenProps"
9362
9474
  },
9363
9475
  {
9364
9476
  "type": "reference",
9365
- "id": 17678,
9477
+ "id": 17760,
9366
9478
  "name": "NavTabComponentProps"
9367
9479
  }
9368
9480
  ],
@@ -9437,6 +9549,18 @@
9437
9549
  ]
9438
9550
  },
9439
9551
  "deprecated": false
9552
+ },
9553
+ "textTransform": {
9554
+ "name": "textTransform",
9555
+ "required": false,
9556
+ "type": {
9557
+ "name": "enum",
9558
+ "options": [
9559
+ "TabsTextTransform.none",
9560
+ "TabsTextTransform.uppercase"
9561
+ ]
9562
+ },
9563
+ "deprecated": false
9440
9564
  }
9441
9565
  }
9442
9566
  },
@@ -9792,12 +9916,12 @@
9792
9916
  "types": [
9793
9917
  {
9794
9918
  "type": "reference",
9795
- "id": 27168,
9919
+ "id": 27263,
9796
9920
  "name": "ControlledPaginationProps"
9797
9921
  },
9798
9922
  {
9799
9923
  "type": "reference",
9800
- "id": 27444,
9924
+ "id": 27539,
9801
9925
  "name": "UncontrolledPaginationProps"
9802
9926
  }
9803
9927
  ]
@@ -10743,7 +10867,7 @@
10743
10867
  "type": {
10744
10868
  "name": "CSSProperties"
10745
10869
  },
10746
- "description": "Style properties for input wrapper element",
10870
+ "description": "Style properties for input wrapper element. This is the outermost div.",
10747
10871
  "deprecated": false
10748
10872
  },
10749
10873
  "isClearable": {
@@ -10765,6 +10889,16 @@
10765
10889
  "defaultValue": "false",
10766
10890
  "deprecated": false
10767
10891
  },
10892
+ "isLabelVisuallyHidden": {
10893
+ "name": "isLabelVisuallyHidden",
10894
+ "required": false,
10895
+ "type": {
10896
+ "name": "boolean"
10897
+ },
10898
+ "description": "If true, label text will be hidden visually, but will still be read by assistive technology",
10899
+ "defaultValue": "false",
10900
+ "deprecated": false
10901
+ },
10768
10902
  "isLoading": {
10769
10903
  "name": "isLoading",
10770
10904
  "required": false,
@@ -10793,6 +10927,20 @@
10793
10927
  "description": "For use in predictive search which moves the icon to the left",
10794
10928
  "deprecated": false
10795
10929
  },
10930
+ "labelPosition": {
10931
+ "name": "labelPosition",
10932
+ "required": false,
10933
+ "type": {
10934
+ "name": "enum",
10935
+ "options": [
10936
+ "LabelPosition.left",
10937
+ "LabelPosition.top"
10938
+ ]
10939
+ },
10940
+ "description": "Position within the component for the label to appear",
10941
+ "defaultValue": "LabelPosition.top",
10942
+ "deprecated": false
10943
+ },
10796
10944
  "labelText": {
10797
10945
  "name": "labelText",
10798
10946
  "required": false,
@@ -10912,7 +11060,7 @@
10912
11060
  "flags": {},
10913
11061
  "typeParameter": [
10914
11062
  {
10915
- "id": 11634,
11063
+ "id": 11694,
10916
11064
  "name": "T",
10917
11065
  "kind": 131072,
10918
11066
  "kindString": "Type parameter",
@@ -11027,6 +11175,14 @@
11027
11175
  "name": "function"
11028
11176
  },
11029
11177
  "deprecated": false
11178
+ },
11179
+ "setHighlightedIndex": {
11180
+ "name": "setHighlightedIndex",
11181
+ "required": false,
11182
+ "type": {
11183
+ "name": "function"
11184
+ },
11185
+ "deprecated": false
11030
11186
  }
11031
11187
  }
11032
11188
  },
@@ -11037,7 +11193,7 @@
11037
11193
  "flags": {},
11038
11194
  "typeParameter": [
11039
11195
  {
11040
- "id": 11678,
11196
+ "id": 11742,
11041
11197
  "name": "T",
11042
11198
  "kind": 131072,
11043
11199
  "kindString": "Type parameter",
@@ -11183,7 +11339,7 @@
11183
11339
  "flags": {},
11184
11340
  "typeParameter": [
11185
11341
  {
11186
- "id": 11738,
11342
+ "id": 11802,
11187
11343
  "name": "T",
11188
11344
  "kind": 131072,
11189
11345
  "kindString": "Type parameter",
@@ -11287,7 +11443,7 @@
11287
11443
  },
11288
11444
  "typeParameter": [
11289
11445
  {
11290
- "id": 11587,
11446
+ "id": 11642,
11291
11447
  "name": "T",
11292
11448
  "kind": 131072,
11293
11449
  "kindString": "Type parameter",
@@ -11299,7 +11455,7 @@
11299
11455
  "type": {
11300
11456
  "type": "reflection",
11301
11457
  "declaration": {
11302
- "id": 11588,
11458
+ "id": 11643,
11303
11459
  "name": "__type",
11304
11460
  "kind": 65536,
11305
11461
  "kindString": "Type literal",
@@ -11308,7 +11464,7 @@
11308
11464
  },
11309
11465
  "indexSignature": [
11310
11466
  {
11311
- "id": 11596,
11467
+ "id": 11651,
11312
11468
  "name": "__index",
11313
11469
  "kind": 8192,
11314
11470
  "kindString": "Index signature",
@@ -11317,7 +11473,7 @@
11317
11473
  },
11318
11474
  "parameters": [
11319
11475
  {
11320
- "id": 11597,
11476
+ "id": 11652,
11321
11477
  "name": "key",
11322
11478
  "kind": 32768,
11323
11479
  "kindString": "Parameter",
@@ -11338,7 +11494,7 @@
11338
11494
  ],
11339
11495
  "children": [
11340
11496
  {
11341
- "id": 11590,
11497
+ "id": 11645,
11342
11498
  "name": "isFocused",
11343
11499
  "kind": 32,
11344
11500
  "kindString": "Variable",
@@ -11359,7 +11515,7 @@
11359
11515
  }
11360
11516
  },
11361
11517
  {
11362
- "id": 11591,
11518
+ "id": 11646,
11363
11519
  "name": "isInverse",
11364
11520
  "kind": 32,
11365
11521
  "kindString": "Variable",
@@ -11380,7 +11536,7 @@
11380
11536
  }
11381
11537
  },
11382
11538
  {
11383
- "id": 11592,
11539
+ "id": 11647,
11384
11540
  "name": "item",
11385
11541
  "kind": 32,
11386
11542
  "kindString": "Variable",
@@ -11400,7 +11556,7 @@
11400
11556
  }
11401
11557
  },
11402
11558
  {
11403
- "id": 11593,
11559
+ "id": 11648,
11404
11560
  "name": "itemRef",
11405
11561
  "kind": 32,
11406
11562
  "kindString": "Variable",
@@ -11426,7 +11582,7 @@
11426
11582
  }
11427
11583
  },
11428
11584
  {
11429
- "id": 11594,
11585
+ "id": 11649,
11430
11586
  "name": "itemString",
11431
11587
  "kind": 32,
11432
11588
  "kindString": "Variable",
@@ -11446,7 +11602,7 @@
11446
11602
  }
11447
11603
  },
11448
11604
  {
11449
- "id": 11589,
11605
+ "id": 11644,
11450
11606
  "name": "key",
11451
11607
  "kind": 32,
11452
11608
  "kindString": "Variable",
@@ -11466,7 +11622,7 @@
11466
11622
  }
11467
11623
  },
11468
11624
  {
11469
- "id": 11595,
11625
+ "id": 11650,
11470
11626
  "name": "theme",
11471
11627
  "kind": 32,
11472
11628
  "kindString": "Variable",
@@ -11491,13 +11647,13 @@
11491
11647
  "title": "Variables",
11492
11648
  "kind": 32,
11493
11649
  "children": [
11494
- 11590,
11495
- 11591,
11496
- 11592,
11497
- 11593,
11498
- 11594,
11499
- 11589,
11500
- 11595
11650
+ 11645,
11651
+ 11646,
11652
+ 11647,
11653
+ 11648,
11654
+ 11649,
11655
+ 11644,
11656
+ 11650
11501
11657
  ]
11502
11658
  }
11503
11659
  ],
@@ -11523,7 +11679,7 @@
11523
11679
  },
11524
11680
  "typeParameter": [
11525
11681
  {
11526
- "id": 11599,
11682
+ "id": 11654,
11527
11683
  "name": "T",
11528
11684
  "kind": 131072,
11529
11685
  "kindString": "Type parameter",
@@ -11535,7 +11691,7 @@
11535
11691
  "type": {
11536
11692
  "type": "reflection",
11537
11693
  "declaration": {
11538
- "id": 11600,
11694
+ "id": 11655,
11539
11695
  "name": "__type",
11540
11696
  "kind": 65536,
11541
11697
  "kindString": "Type literal",
@@ -11544,7 +11700,7 @@
11544
11700
  },
11545
11701
  "children": [
11546
11702
  {
11547
- "id": 11601,
11703
+ "id": 11656,
11548
11704
  "name": "ClearIndicator",
11549
11705
  "kind": 32,
11550
11706
  "kindString": "Variable",
@@ -11564,7 +11720,7 @@
11564
11720
  "typeArguments": [
11565
11721
  {
11566
11722
  "type": "reference",
11567
- "id": 4853,
11723
+ "id": 4851,
11568
11724
  "name": "IconButtonProps"
11569
11725
  }
11570
11726
  ],
@@ -11572,7 +11728,7 @@
11572
11728
  }
11573
11729
  },
11574
11730
  {
11575
- "id": 11602,
11731
+ "id": 11657,
11576
11732
  "name": "DropdownIndicator",
11577
11733
  "kind": 32,
11578
11734
  "kindString": "Variable",
@@ -11605,7 +11761,7 @@
11605
11761
  }
11606
11762
  },
11607
11763
  {
11608
- "id": 11604,
11764
+ "id": 11659,
11609
11765
  "name": "Item",
11610
11766
  "kind": 32,
11611
11767
  "kindString": "Variable",
@@ -11625,7 +11781,7 @@
11625
11781
  "typeArguments": [
11626
11782
  {
11627
11783
  "type": "reference",
11628
- "id": 11586,
11784
+ "id": 11641,
11629
11785
  "typeArguments": [
11630
11786
  {
11631
11787
  "type": "typeParameter",
@@ -11639,7 +11795,7 @@
11639
11795
  }
11640
11796
  },
11641
11797
  {
11642
- "id": 11603,
11798
+ "id": 11658,
11643
11799
  "name": "LoadingIndicator",
11644
11800
  "kind": 32,
11645
11801
  "kindString": "Variable",
@@ -11659,7 +11815,7 @@
11659
11815
  "typeArguments": [
11660
11816
  {
11661
11817
  "type": "reference",
11662
- "id": 2786,
11818
+ "id": 2783,
11663
11819
  "name": "SpinnerProps"
11664
11820
  }
11665
11821
  ],
@@ -11672,10 +11828,10 @@
11672
11828
  "title": "Variables",
11673
11829
  "kind": 32,
11674
11830
  "children": [
11675
- 11601,
11676
- 11602,
11677
- 11604,
11678
- 11603
11831
+ 11656,
11832
+ 11657,
11833
+ 11659,
11834
+ 11658
11679
11835
  ]
11680
11836
  }
11681
11837
  ],
@@ -11701,7 +11857,7 @@
11701
11857
  },
11702
11858
  "typeParameter": [
11703
11859
  {
11704
- "id": 11799,
11860
+ "id": 11863,
11705
11861
  "name": "T",
11706
11862
  "kind": 131072,
11707
11863
  "kindString": "Type parameter",
@@ -11733,7 +11889,7 @@
11733
11889
  },
11734
11890
  "typeParameter": [
11735
11891
  {
11736
- "id": 11778,
11892
+ "id": 11842,
11737
11893
  "name": "T",
11738
11894
  "kind": 131072,
11739
11895
  "kindString": "Type parameter",
@@ -11927,7 +12083,7 @@
11927
12083
  },
11928
12084
  "typeParameter": [
11929
12085
  {
11930
- "id": 11917,
12086
+ "id": 11981,
11931
12087
  "name": "T",
11932
12088
  "kind": 131072,
11933
12089
  "kindString": "Type parameter",
@@ -11936,7 +12092,7 @@
11936
12092
  },
11937
12093
  "type": {
11938
12094
  "type": "reference",
11939
- "id": 11960,
12095
+ "id": 12024,
11940
12096
  "name": "SelectOptions"
11941
12097
  }
11942
12098
  }
@@ -12084,7 +12240,7 @@
12084
12240
  },
12085
12241
  "typeParameter": [
12086
12242
  {
12087
- "id": 11805,
12243
+ "id": 11869,
12088
12244
  "name": "T",
12089
12245
  "kind": 131072,
12090
12246
  "kindString": "Type parameter",
@@ -12093,7 +12249,7 @@
12093
12249
  },
12094
12250
  "type": {
12095
12251
  "type": "reference",
12096
- "id": 11960,
12252
+ "id": 12024,
12097
12253
  "name": "SelectOptions"
12098
12254
  }
12099
12255
  }
@@ -12251,6 +12407,7 @@
12251
12407
  "type": {
12252
12408
  "name": "number"
12253
12409
  },
12410
+ "description": "Index of the item that should be highlighted by default. Use this prop when you want to set a specific item on the list to be highlighted when the component is first rendered.",
12254
12411
  "deprecated": false
12255
12412
  },
12256
12413
  "initialIsOpen": {
@@ -12561,7 +12718,7 @@
12561
12718
  {
12562
12719
  "type": "reflection",
12563
12720
  "declaration": {
12564
- "id": 11961,
12721
+ "id": 12025,
12565
12722
  "name": "__type",
12566
12723
  "kind": 65536,
12567
12724
  "kindString": "Type literal",
@@ -12570,7 +12727,7 @@
12570
12727
  },
12571
12728
  "indexSignature": [
12572
12729
  {
12573
- "id": 11964,
12730
+ "id": 12028,
12574
12731
  "name": "__index",
12575
12732
  "kind": 8192,
12576
12733
  "kindString": "Index signature",
@@ -12579,7 +12736,7 @@
12579
12736
  },
12580
12737
  "parameters": [
12581
12738
  {
12582
- "id": 11965,
12739
+ "id": 12029,
12583
12740
  "name": "key",
12584
12741
  "kind": 32768,
12585
12742
  "kindString": "Parameter",
@@ -12600,7 +12757,28 @@
12600
12757
  ],
12601
12758
  "children": [
12602
12759
  {
12603
- "id": 11963,
12760
+ "id": 12030,
12761
+ "name": "disabled",
12762
+ "kind": 32,
12763
+ "kindString": "Variable",
12764
+ "flags": {
12765
+ "isExported": true,
12766
+ "isOptional": true
12767
+ },
12768
+ "sources": [
12769
+ {
12770
+ "fileName": "packages/react-magma-dom/src/components/Select/index.tsx",
12771
+ "line": 24,
12772
+ "character": 64
12773
+ }
12774
+ ],
12775
+ "type": {
12776
+ "type": "intrinsic",
12777
+ "name": "boolean"
12778
+ }
12779
+ },
12780
+ {
12781
+ "id": 12027,
12604
12782
  "name": "label",
12605
12783
  "kind": 32,
12606
12784
  "kindString": "Variable",
@@ -12620,7 +12798,7 @@
12620
12798
  }
12621
12799
  },
12622
12800
  {
12623
- "id": 11962,
12801
+ "id": 12026,
12624
12802
  "name": "value",
12625
12803
  "kind": 32,
12626
12804
  "kindString": "Variable",
@@ -12645,8 +12823,9 @@
12645
12823
  "title": "Variables",
12646
12824
  "kind": 32,
12647
12825
  "children": [
12648
- 11963,
12649
- 11962
12826
+ 12030,
12827
+ 12027,
12828
+ 12026
12650
12829
  ]
12651
12830
  }
12652
12831
  ],
@@ -12678,7 +12857,7 @@
12678
12857
  },
12679
12858
  "typeParameter": [
12680
12859
  {
12681
- "id": 11986,
12860
+ "id": 12058,
12682
12861
  "name": "T",
12683
12862
  "kind": 131072,
12684
12863
  "kindString": "Type parameter",
@@ -12692,7 +12871,7 @@
12692
12871
  "typeArguments": [
12693
12872
  {
12694
12873
  "type": "reference",
12695
- "id": 11804,
12874
+ "id": 11868,
12696
12875
  "typeArguments": [
12697
12876
  {
12698
12877
  "type": "typeParameter",
@@ -12703,7 +12882,7 @@
12703
12882
  },
12704
12883
  {
12705
12884
  "type": "reference",
12706
- "id": 11916,
12885
+ "id": 11980,
12707
12886
  "typeArguments": [
12708
12887
  {
12709
12888
  "type": "typeParameter",
@@ -12834,7 +13013,8 @@
12834
13013
  "ButtonColor.marketing",
12835
13014
  "ButtonColor.primary",
12836
13015
  "ButtonColor.secondary",
12837
- "ButtonColor.subtle"
13016
+ "ButtonColor.subtle",
13017
+ "ButtonColor.success"
12838
13018
  ]
12839
13019
  },
12840
13020
  "description": "The color of the button, indicating its function in the UI",
@@ -13111,6 +13291,45 @@
13111
13291
  }
13112
13292
  }
13113
13293
  },
13294
+ {
13295
+ "name": "ResponsiveStepperContainerProps",
13296
+ "kind": 256,
13297
+ "kindString": "Interface",
13298
+ "flags": {
13299
+ "isExported": true
13300
+ },
13301
+ "id": "ResponsiveStepperContainerProps",
13302
+ "tags": {},
13303
+ "properties": {
13304
+ "children": {
13305
+ "name": "children",
13306
+ "required": false,
13307
+ "type": {
13308
+ "name": "React.ReactNode"
13309
+ },
13310
+ "description": "The content of the component",
13311
+ "deprecated": false
13312
+ },
13313
+ "currentStep": {
13314
+ "name": "currentStep",
13315
+ "required": true,
13316
+ "type": {
13317
+ "name": "number"
13318
+ },
13319
+ "description": "Current step value.",
13320
+ "deprecated": false
13321
+ },
13322
+ "steps": {
13323
+ "name": "steps",
13324
+ "required": true,
13325
+ "type": {
13326
+ "name": "React.ReactNode[]"
13327
+ },
13328
+ "description": "Steps of the Stepper.",
13329
+ "deprecated": false
13330
+ }
13331
+ }
13332
+ },
13114
13333
  {
13115
13334
  "name": "StepProps",
13116
13335
  "kind": 256,
@@ -13193,6 +13412,19 @@
13193
13412
  "description": "Changes the Stepper view for responsive layouts, needs a minimum 'breakpoint' number.",
13194
13413
  "deprecated": false
13195
13414
  },
13415
+ "breakpointOrientation": {
13416
+ "name": "breakpointOrientation",
13417
+ "required": false,
13418
+ "type": {
13419
+ "name": "enum",
13420
+ "options": [
13421
+ "StepperOrientation.horizontal",
13422
+ "StepperOrientation.vertical"
13423
+ ]
13424
+ },
13425
+ "description": "Changes the Stepper orientation for responsive layouts, needs a minimum 'breakpoint' number.",
13426
+ "deprecated": false
13427
+ },
13196
13428
  "completionLabel": {
13197
13429
  "name": "completionLabel",
13198
13430
  "required": false,
@@ -13237,6 +13469,20 @@
13237
13469
  "defaultValue": "StepperLayout.showLabels",
13238
13470
  "deprecated": false
13239
13471
  },
13472
+ "orientation": {
13473
+ "name": "orientation",
13474
+ "required": false,
13475
+ "type": {
13476
+ "name": "enum",
13477
+ "options": [
13478
+ "StepperOrientation.horizontal",
13479
+ "StepperOrientation.vertical"
13480
+ ]
13481
+ },
13482
+ "description": "Determines if the stepper is displayed vertically or horizontally",
13483
+ "defaultValue": "StepperOrientation.horizontal",
13484
+ "deprecated": false
13485
+ },
13240
13486
  "stepLabel": {
13241
13487
  "name": "stepLabel",
13242
13488
  "required": false,
@@ -14007,12 +14253,12 @@
14007
14253
  "typeArguments": [
14008
14254
  {
14009
14255
  "type": "reference",
14010
- "id": 24560,
14256
+ "id": 24647,
14011
14257
  "name": "ControlledPageProps"
14012
14258
  },
14013
14259
  {
14014
14260
  "type": "reference",
14015
- "id": 24562,
14261
+ "id": 24649,
14016
14262
  "name": "UncontrolledPageProps"
14017
14263
  }
14018
14264
  ],
@@ -14034,12 +14280,12 @@
14034
14280
  "typeArguments": [
14035
14281
  {
14036
14282
  "type": "reference",
14037
- "id": 24564,
14283
+ "id": 24651,
14038
14284
  "name": "ControlledRowsPerPageProps"
14039
14285
  },
14040
14286
  {
14041
14287
  "type": "reference",
14042
- "id": 24566,
14288
+ "id": 24653,
14043
14289
  "name": "UncontrolledRowsPerPageProps"
14044
14290
  }
14045
14291
  ],
@@ -14061,17 +14307,17 @@
14061
14307
  "types": [
14062
14308
  {
14063
14309
  "type": "reference",
14064
- "id": 24288,
14310
+ "id": 24375,
14065
14311
  "name": "BaseTablePaginationProps"
14066
14312
  },
14067
14313
  {
14068
14314
  "type": "reference",
14069
- "id": 24575,
14315
+ "id": 24662,
14070
14316
  "name": "PagePaginationProps"
14071
14317
  },
14072
14318
  {
14073
14319
  "type": "reference",
14074
- "id": 24576,
14320
+ "id": 24663,
14075
14321
  "name": "RowsPaginationProps"
14076
14322
  }
14077
14323
  ]
@@ -14312,6 +14558,20 @@
14312
14558
  "description": "If true, the component will have inverse styling to better appear on a dark background",
14313
14559
  "defaultValue": "false",
14314
14560
  "deprecated": false
14561
+ },
14562
+ "textTransform": {
14563
+ "name": "textTransform",
14564
+ "required": false,
14565
+ "type": {
14566
+ "name": "enum",
14567
+ "options": [
14568
+ "TabsTextTransform.none",
14569
+ "TabsTextTransform.uppercase"
14570
+ ]
14571
+ },
14572
+ "description": "Determines whether the tab appears in all-caps",
14573
+ "defaultValue": "TabsTextTransform.uppercase",
14574
+ "deprecated": false
14315
14575
  }
14316
14576
  }
14317
14577
  },
@@ -14502,6 +14762,18 @@
14502
14762
  "name": "function"
14503
14763
  },
14504
14764
  "deprecated": false
14765
+ },
14766
+ "textTransform": {
14767
+ "name": "textTransform",
14768
+ "required": false,
14769
+ "type": {
14770
+ "name": "enum",
14771
+ "options": [
14772
+ "TabsTextTransform.none",
14773
+ "TabsTextTransform.uppercase"
14774
+ ]
14775
+ },
14776
+ "deprecated": false
14505
14777
  }
14506
14778
  }
14507
14779
  },
@@ -14604,6 +14876,20 @@
14604
14876
  },
14605
14877
  "defaultValue": "TabsOrientation.horizontal",
14606
14878
  "deprecated": false
14879
+ },
14880
+ "textTransform": {
14881
+ "name": "textTransform",
14882
+ "required": false,
14883
+ "type": {
14884
+ "name": "enum",
14885
+ "options": [
14886
+ "TabsTextTransform.none",
14887
+ "TabsTextTransform.uppercase"
14888
+ ]
14889
+ },
14890
+ "description": "Determines whether the tab appears in all-caps",
14891
+ "defaultValue": "TabsTextTransform.uppercase",
14892
+ "deprecated": false
14607
14893
  }
14608
14894
  }
14609
14895
  },
@@ -14647,12 +14933,12 @@
14647
14933
  "types": [
14648
14934
  {
14649
14935
  "type": "reference",
14650
- "id": 15659,
14936
+ "id": 15736,
14651
14937
  "name": "HorizontalTabsProps"
14652
14938
  },
14653
14939
  {
14654
14940
  "type": "reference",
14655
- "id": 15656,
14941
+ "id": 15733,
14656
14942
  "name": "VerticalTabsProps"
14657
14943
  }
14658
14944
  ]
@@ -15130,12 +15416,12 @@
15130
15416
  "typeArguments": [
15131
15417
  {
15132
15418
  "type": "reference",
15133
- "id": 29667,
15419
+ "id": 29794,
15134
15420
  "name": "DeletableTagProps"
15135
15421
  },
15136
15422
  {
15137
15423
  "type": "reference",
15138
- "id": 29680,
15424
+ "id": 29807,
15139
15425
  "name": "ClickableTagProps"
15140
15426
  }
15141
15427
  ],
@@ -15380,7 +15666,7 @@
15380
15666
  "type": "query",
15381
15667
  "queryType": {
15382
15668
  "type": "reference",
15383
- "id": 30983,
15669
+ "id": 31110,
15384
15670
  "name": "useTimePicker"
15385
15671
  }
15386
15672
  }
@@ -16075,12 +16361,12 @@
16075
16361
  "typeArguments": [
16076
16362
  {
16077
16363
  "type": "reference",
16078
- "id": 33448,
16364
+ "id": 33672,
16079
16365
  "name": "ToggleButtonTextProps"
16080
16366
  },
16081
16367
  {
16082
16368
  "type": "reference",
16083
- "id": 33726,
16369
+ "id": 33950,
16084
16370
  "name": "ToggleButtonIconProps"
16085
16371
  }
16086
16372
  ],
@@ -16237,7 +16523,8 @@
16237
16523
  "ButtonColor.marketing",
16238
16524
  "ButtonColor.primary",
16239
16525
  "ButtonColor.secondary",
16240
- "ButtonColor.subtle"
16526
+ "ButtonColor.subtle",
16527
+ "ButtonColor.success"
16241
16528
  ]
16242
16529
  },
16243
16530
  "description": "The color of all the buttons in the group",
@@ -16700,6 +16987,16 @@
16700
16987
  "description": "Index number\nprivate",
16701
16988
  "deprecated": false
16702
16989
  },
16990
+ "isDisabled": {
16991
+ "name": "isDisabled",
16992
+ "required": false,
16993
+ "type": {
16994
+ "name": "boolean"
16995
+ },
16996
+ "description": "If true, element is disabled",
16997
+ "defaultValue": "false",
16998
+ "deprecated": false
16999
+ },
16703
17000
  "itemId": {
16704
17001
  "name": "itemId",
16705
17002
  "required": true,
@@ -16825,7 +17122,7 @@
16825
17122
  "type": {
16826
17123
  "name": "MutableRefObject"
16827
17124
  },
16828
- "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.",
17125
+ "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.",
16829
17126
  "deprecated": false
16830
17127
  },
16831
17128
  "ariaLabel": {
@@ -16870,7 +17167,7 @@
16870
17167
  "name": "children",
16871
17168
  "required": false,
16872
17169
  "type": {
16873
- "name": "React.ReactNode[]"
17170
+ "name": " | React.ReactNode"
16874
17171
  },
16875
17172
  "description": "The content of the component",
16876
17173
  "deprecated": false
@@ -16885,6 +17182,16 @@
16885
17182
  "defaultValue": "[] (no items expanded)",
16886
17183
  "deprecated": false
16887
17184
  },
17185
+ "isDisabled": {
17186
+ "name": "isDisabled",
17187
+ "required": false,
17188
+ "type": {
17189
+ "name": "boolean"
17190
+ },
17191
+ "description": "If true, every item is disabled",
17192
+ "defaultValue": "false",
17193
+ "deprecated": false
17194
+ },
16888
17195
  "isInverse": {
16889
17196
  "name": "isInverse",
16890
17197
  "required": false,
@@ -16901,7 +17208,7 @@
16901
17208
  "type": {
16902
17209
  "name": "function"
16903
17210
  },
16904
- "description": "Action that fires when an item is expanded or collapsed",
17211
+ "description": "Action that fires when an item is expanded or collapsed\nReturn an array of itemIds of items that are expanded\nExample: ['item0', 'item1', 'item3']",
16905
17212
  "deprecated": false
16906
17213
  },
16907
17214
  "onSelectedItemChange": {
@@ -16962,6 +17269,14 @@
16962
17269
  },
16963
17270
  "deprecated": false
16964
17271
  },
17272
+ "isDisabled": {
17273
+ "name": "isDisabled",
17274
+ "required": false,
17275
+ "type": {
17276
+ "name": "boolean"
17277
+ },
17278
+ "deprecated": false
17279
+ },
16965
17280
  "itemId": {
16966
17281
  "name": "itemId",
16967
17282
  "required": false,
@@ -17007,6 +17322,14 @@
17007
17322
  "description": "The content of the component",
17008
17323
  "deprecated": false
17009
17324
  },
17325
+ "handleExpandedChange": {
17326
+ "name": "handleExpandedChange",
17327
+ "required": true,
17328
+ "type": {
17329
+ "name": "function"
17330
+ },
17331
+ "deprecated": false
17332
+ },
17010
17333
  "hasIcons": {
17011
17334
  "name": "hasIcons",
17012
17335
  "required": true,
@@ -17157,6 +17480,14 @@
17157
17480
  },
17158
17481
  "deprecated": false
17159
17482
  },
17483
+ "isDisabled": {
17484
+ "name": "isDisabled",
17485
+ "required": false,
17486
+ "type": {
17487
+ "name": "boolean"
17488
+ },
17489
+ "deprecated": false
17490
+ },
17160
17491
  "itemId": {
17161
17492
  "name": "itemId",
17162
17493
  "required": false,
@@ -17203,6 +17534,16 @@
17203
17534
  "description": "Index number\nprivate",
17204
17535
  "deprecated": false
17205
17536
  },
17537
+ "isDisabled": {
17538
+ "name": "isDisabled",
17539
+ "required": false,
17540
+ "type": {
17541
+ "name": "boolean"
17542
+ },
17543
+ "description": "If true, element is disabled",
17544
+ "defaultValue": "false",
17545
+ "deprecated": false
17546
+ },
17206
17547
  "itemId": {
17207
17548
  "name": "itemId",
17208
17549
  "required": true,
@@ -17268,7 +17609,7 @@
17268
17609
  "type": {
17269
17610
  "name": "MutableRefObject"
17270
17611
  },
17271
- "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.",
17612
+ "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.",
17272
17613
  "deprecated": false
17273
17614
  },
17274
17615
  "ariaLabel": {
@@ -17313,7 +17654,7 @@
17313
17654
  "name": "children",
17314
17655
  "required": false,
17315
17656
  "type": {
17316
- "name": "React.ReactNode[]"
17657
+ "name": " | React.ReactNode"
17317
17658
  },
17318
17659
  "description": "The content of the component",
17319
17660
  "deprecated": false
@@ -17328,6 +17669,16 @@
17328
17669
  "defaultValue": "[] (no items expanded)",
17329
17670
  "deprecated": false
17330
17671
  },
17672
+ "isDisabled": {
17673
+ "name": "isDisabled",
17674
+ "required": false,
17675
+ "type": {
17676
+ "name": "boolean"
17677
+ },
17678
+ "description": "If true, every item is disabled",
17679
+ "defaultValue": "false",
17680
+ "deprecated": false
17681
+ },
17331
17682
  "isInverse": {
17332
17683
  "name": "isInverse",
17333
17684
  "required": false,
@@ -17344,7 +17695,7 @@
17344
17695
  "type": {
17345
17696
  "name": "function"
17346
17697
  },
17347
- "description": "Action that fires when an item is expanded or collapsed",
17698
+ "description": "Action that fires when an item is expanded or collapsed\nReturn an array of itemIds of items that are expanded\nExample: ['item0', 'item1', 'item3']",
17348
17699
  "deprecated": false
17349
17700
  },
17350
17701
  "onSelectedItemChange": {
@@ -17396,7 +17747,7 @@
17396
17747
  "type": "query",
17397
17748
  "queryType": {
17398
17749
  "type": "reference",
17399
- "id": 33071,
17750
+ "id": 33284,
17400
17751
  "name": "useTreeView"
17401
17752
  }
17402
17753
  }
@@ -17416,7 +17767,7 @@
17416
17767
  },
17417
17768
  "typeParameter": [
17418
17769
  {
17419
- "id": 5735,
17770
+ "id": 5733,
17420
17771
  "name": "T",
17421
17772
  "kind": 131072,
17422
17773
  "kindString": "Type parameter",
@@ -17593,7 +17944,7 @@
17593
17944
  },
17594
17945
  "typeParameter": [
17595
17946
  {
17596
- "id": 22479,
17947
+ "id": 22566,
17597
17948
  "name": "PaginatedItem",
17598
17949
  "kind": 131072,
17599
17950
  "kindString": "Type parameter",
@@ -17653,7 +18004,7 @@
17653
18004
  },
17654
18005
  "typeParameter": [
17655
18006
  {
17656
- "id": 22488,
18007
+ "id": 22575,
17657
18008
  "name": "PaginatedItem",
17658
18009
  "kind": 131072,
17659
18010
  "kindString": "Type parameter",