react-magma-dom 4.7.0-next.2 → 4.7.0-next.21

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 (91) 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 +3 -1
  4. package/dist/components/Combobox/index.d.ts +25 -12
  5. package/dist/components/DatePicker/index.d.ts +4 -0
  6. package/dist/components/Dropdown/Dropdown.d.ts +8 -0
  7. package/dist/components/InputBase/index.d.ts +13 -4
  8. package/dist/components/List/ListItem.d.ts +3 -3
  9. package/dist/components/Select/ItemsList.d.ts +6 -3
  10. package/dist/components/Select/SelectContainer.d.ts +1 -1
  11. package/dist/components/Select/SelectTriggerButton.d.ts +3 -1
  12. package/dist/components/Select/index.d.ts +22 -2
  13. package/dist/components/Select/shared.d.ts +2 -0
  14. package/dist/components/Stepper/ResponsiveStepperContainer.d.ts +17 -0
  15. package/dist/components/Stepper/Step.d.ts +5 -1
  16. package/dist/components/Stepper/Stepper.d.ts +13 -0
  17. package/dist/components/Stepper/index.d.ts +1 -0
  18. package/dist/components/TreeView/TreeViewContext.d.ts +2 -0
  19. package/dist/components/TreeView/useTreeItem.d.ts +1 -0
  20. package/dist/components/TreeView/useTreeView.d.ts +7 -2
  21. package/dist/components/TreeView/utils.d.ts +14 -4
  22. package/dist/esm/index.js +3290 -564
  23. package/dist/esm/index.js.map +1 -1
  24. package/dist/i18n/interface.d.ts +3 -0
  25. package/dist/index.d.ts +2 -1
  26. package/dist/properties.json +268 -112
  27. package/dist/react-magma-dom.cjs.development.js +1036 -418
  28. package/dist/react-magma-dom.cjs.development.js.map +1 -1
  29. package/dist/react-magma-dom.cjs.production.min.js +1 -1
  30. package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
  31. package/package.json +2 -1
  32. package/dist/components/Accordion/Accordion.stories.d.ts +0 -16
  33. package/dist/components/Alert/Alert.stories.d.ts +0 -4
  34. package/dist/components/Announce/Announce.stories.d.ts +0 -3
  35. package/dist/components/AppBar/AppBar.stories.d.ts +0 -5
  36. package/dist/components/Badge/Badge.stories.d.ts +0 -4
  37. package/dist/components/Banner/Banner.stories.d.ts +0 -5
  38. package/dist/components/BlockQuote/BlockQuote.stories.d.ts +0 -5
  39. package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts +0 -5
  40. package/dist/components/BreakpointsContainer/BreakpointsContainer.stories.d.ts +0 -3
  41. package/dist/components/Button/Button.stories.d.ts +0 -9
  42. package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +0 -278
  43. package/dist/components/Card/Card.stories.d.ts +0 -12
  44. package/dist/components/CharacterCounter/CharacterCounter.stories.d.ts +0 -556
  45. package/dist/components/Checkbox/Checkbox.stories.d.ts +0 -4
  46. package/dist/components/Combobox/Combobox.stories.d.ts +0 -39
  47. package/dist/components/Container/Container.stories.d.ts +0 -7
  48. package/dist/components/Datagrid/Datagrid.stories.d.ts +0 -14
  49. package/dist/components/DatePicker/DatePicker.stories.d.ts +0 -33
  50. package/dist/components/Drawer/Drawer.stories.d.ts +0 -17
  51. package/dist/components/Dropdown/Dropdown.stories.d.ts +0 -17
  52. package/dist/components/Flex/Flex.stories.d.ts +0 -10
  53. package/dist/components/Form/Form.stories.d.ts +0 -5
  54. package/dist/components/FormGroup/FormGroup.stories.d.ts +0 -3
  55. package/dist/components/Grid/Grid.stories.d.ts +0 -4
  56. package/dist/components/Heading/Heading.stories.d.ts +0 -11
  57. package/dist/components/HideAtBreakpoint/HideAtBreakpoint.stories.d.ts +0 -3
  58. package/dist/components/Hyperlink/Hyperlink.stories.d.ts +0 -32
  59. package/dist/components/IconButton/IconButton.stories.d.ts +0 -18
  60. package/dist/components/IndeterminateCheckbox/IndeterminateCheckbox.stories.d.ts +0 -5
  61. package/dist/components/Input/Input.stories.d.ts +0 -1009
  62. package/dist/components/InputBase/InputBase.stories.d.ts +0 -7
  63. package/dist/components/List/List.stories.d.ts +0 -64
  64. package/dist/components/LoadingIndicator/LoadingIndicator.stories.d.ts +0 -10
  65. package/dist/components/Modal/Modal.stories.d.ts +0 -16
  66. package/dist/components/NativeSelect/NativeSelect.stories.d.ts +0 -12
  67. package/dist/components/NavTabs/NavTabs.stories.d.ts +0 -7
  68. package/dist/components/Pagination/Pagination.stories.d.ts +0 -10
  69. package/dist/components/Paragraph/Paragraph.stories.d.ts +0 -3
  70. package/dist/components/PasswordInput/PasswordInput.stories.d.ts +0 -7
  71. package/dist/components/ProgressBar/ProgressBar.stories.d.ts +0 -19
  72. package/dist/components/Radio/Radio.stories.d.ts +0 -4
  73. package/dist/components/Search/Search.stories.d.ts +0 -4
  74. package/dist/components/Select/Select.stories.d.ts +0 -12
  75. package/dist/components/SkipLink/SkipLink.stories.d.ts +0 -3
  76. package/dist/components/Spacer/Spacer.stories.d.ts +0 -5
  77. package/dist/components/Spinner/Spinner.stories.d.ts +0 -4
  78. package/dist/components/Stepper/Stepper.stories.d.ts +0 -6
  79. package/dist/components/Table/Table.stories.d.ts +0 -1670
  80. package/dist/components/Tabs/Tabs.stories.d.ts +0 -11
  81. package/dist/components/Tag/Tag.stories.d.ts +0 -564
  82. package/dist/components/Textarea/Textarea.stories.d.ts +0 -298
  83. package/dist/components/TimePicker/TimePicker.stories.d.ts +0 -7
  84. package/dist/components/Toast/Toast.stories.d.ts +0 -21
  85. package/dist/components/Toggle/Toggle.stories.d.ts +0 -4
  86. package/dist/components/ToggleButton/ToggleButton.stories.d.ts +0 -1131
  87. package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +0 -554
  88. package/dist/components/Tooltip/Tooltip.stories.d.ts +0 -10
  89. package/dist/components/Transition/Transition.stories.d.ts +0 -79
  90. package/dist/components/TreeView/TreeView.stories.d.ts +0 -104
  91. 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": 3964,
1929
1930
  "name": "BaseButtonProps"
1930
1931
  },
1931
1932
  {
1932
1933
  "type": "reference",
1933
- "id": 3954,
1934
+ "id": 3955,
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": 11991,
2707
+ "id": 12034,
2704
2708
  "name": "T",
2705
2709
  "kind": 131072,
2706
2710
  "kindString": "Type parameter",
@@ -2873,6 +2877,14 @@
2873
2877
  },
2874
2878
  "deprecated": false
2875
2879
  },
2880
+ "setReference": {
2881
+ "name": "setReference",
2882
+ "required": false,
2883
+ "type": {
2884
+ "name": "function"
2885
+ },
2886
+ "deprecated": false
2887
+ },
2876
2888
  "toggleButtonRef": {
2877
2889
  "name": "toggleButtonRef",
2878
2890
  "required": false,
@@ -2892,7 +2904,7 @@
2892
2904
  },
2893
2905
  "typeParameter": [
2894
2906
  {
2895
- "id": 12098,
2907
+ "id": 12145,
2896
2908
  "name": "T",
2897
2909
  "kind": 131072,
2898
2910
  "kindString": "Type parameter",
@@ -2901,7 +2913,7 @@
2901
2913
  },
2902
2914
  "type": {
2903
2915
  "type": "reference",
2904
- "id": 11918,
2916
+ "id": 11961,
2905
2917
  "name": "SelectOptions"
2906
2918
  }
2907
2919
  }
@@ -3238,7 +3250,7 @@
3238
3250
  },
3239
3251
  "typeParameter": [
3240
3252
  {
3241
- "id": 12169,
3253
+ "id": 12225,
3242
3254
  "name": "T",
3243
3255
  "kind": 131072,
3244
3256
  "kindString": "Type parameter",
@@ -3247,7 +3259,7 @@
3247
3259
  },
3248
3260
  "type": {
3249
3261
  "type": "reference",
3250
- "id": 11918,
3262
+ "id": 11961,
3251
3263
  "name": "SelectOptions"
3252
3264
  }
3253
3265
  }
@@ -3405,7 +3417,7 @@
3405
3417
  },
3406
3418
  "typeParameter": [
3407
3419
  {
3408
- "id": 12216,
3420
+ "id": 12272,
3409
3421
  "name": "T",
3410
3422
  "kind": 131072,
3411
3423
  "kindString": "Type parameter",
@@ -3419,7 +3431,7 @@
3419
3431
  "typeArguments": [
3420
3432
  {
3421
3433
  "type": "reference",
3422
- "id": 12097,
3434
+ "id": 12144,
3423
3435
  "typeArguments": [
3424
3436
  {
3425
3437
  "type": "typeParameter",
@@ -3430,7 +3442,7 @@
3430
3442
  },
3431
3443
  {
3432
3444
  "type": "reference",
3433
- "id": 12168,
3445
+ "id": 12224,
3434
3446
  "typeArguments": [
3435
3447
  {
3436
3448
  "type": "typeParameter",
@@ -3922,7 +3934,7 @@
3922
3934
  },
3923
3935
  "indexSignature": [
3924
3936
  {
3925
- "id": 25168,
3937
+ "id": 25228,
3926
3938
  "name": "__index",
3927
3939
  "kind": 8192,
3928
3940
  "kindString": "Index signature",
@@ -3934,7 +3946,7 @@
3934
3946
  },
3935
3947
  "parameters": [
3936
3948
  {
3937
- "id": 25169,
3949
+ "id": 25229,
3938
3950
  "name": "key",
3939
3951
  "kind": 32768,
3940
3952
  "kindString": "Parameter",
@@ -4024,12 +4036,12 @@
4024
4036
  "types": [
4025
4037
  {
4026
4038
  "type": "reference",
4027
- "id": 25174,
4039
+ "id": 25234,
4028
4040
  "name": "BaseDatagridProps"
4029
4041
  },
4030
4042
  {
4031
4043
  "type": "reference",
4032
- "id": 25470,
4044
+ "id": 25530,
4033
4045
  "name": "DatagridSelectedRowsProps"
4034
4046
  }
4035
4047
  ]
@@ -4248,12 +4260,12 @@
4248
4260
  "typeArguments": [
4249
4261
  {
4250
4262
  "type": "reference",
4251
- "id": 25466,
4263
+ "id": 25526,
4252
4264
  "name": "ControlledSelectedRowsProps"
4253
4265
  },
4254
4266
  {
4255
4267
  "type": "reference",
4256
- "id": 25468,
4268
+ "id": 25528,
4257
4269
  "name": "UncontrolledSelectedRowsProps"
4258
4270
  }
4259
4271
  ],
@@ -4876,6 +4888,14 @@
4876
4888
  },
4877
4889
  "deprecated": false
4878
4890
  },
4891
+ "floatingStyles": {
4892
+ "name": "floatingStyles",
4893
+ "required": false,
4894
+ "type": {
4895
+ "name": "CSSProperties"
4896
+ },
4897
+ "deprecated": false
4898
+ },
4879
4899
  "handleDropdownBlur": {
4880
4900
  "name": "handleDropdownBlur",
4881
4901
  "required": false,
@@ -4958,6 +4978,14 @@
4958
4978
  },
4959
4979
  "deprecated": false
4960
4980
  },
4981
+ "setFloating": {
4982
+ "name": "setFloating",
4983
+ "required": false,
4984
+ "type": {
4985
+ "name": "function"
4986
+ },
4987
+ "deprecated": false
4988
+ },
4961
4989
  "setIsOpen": {
4962
4990
  "name": "setIsOpen",
4963
4991
  "required": true,
@@ -4966,6 +4994,14 @@
4966
4994
  },
4967
4995
  "deprecated": false
4968
4996
  },
4997
+ "setReference": {
4998
+ "name": "setReference",
4999
+ "required": false,
5000
+ "type": {
5001
+ "name": "function"
5002
+ },
5003
+ "deprecated": false
5004
+ },
4969
5005
  "toggleRef": {
4970
5006
  "name": "toggleRef",
4971
5007
  "required": false,
@@ -5273,12 +5309,12 @@
5273
5309
  "typeArguments": [
5274
5310
  {
5275
5311
  "type": "reference",
5276
- "id": 4867,
5312
+ "id": 4877,
5277
5313
  "name": "IconOnlyDropdownButtonProps"
5278
5314
  },
5279
5315
  {
5280
5316
  "type": "reference",
5281
- "id": 4871,
5317
+ "id": 4881,
5282
5318
  "name": "IconTextDropdownButtonProps"
5283
5319
  }
5284
5320
  ],
@@ -5713,7 +5749,8 @@
5713
5749
  "ButtonColor.marketing",
5714
5750
  "ButtonColor.primary",
5715
5751
  "ButtonColor.secondary",
5716
- "ButtonColor.subtle"
5752
+ "ButtonColor.subtle",
5753
+ "ButtonColor.success"
5717
5754
  ]
5718
5755
  },
5719
5756
  "description": "The color of the button, indicating its function in the UI",
@@ -7212,7 +7249,8 @@
7212
7249
  "ButtonColor.marketing",
7213
7250
  "ButtonColor.primary",
7214
7251
  "ButtonColor.secondary",
7215
- "ButtonColor.subtle"
7252
+ "ButtonColor.subtle",
7253
+ "ButtonColor.success"
7216
7254
  ]
7217
7255
  },
7218
7256
  "description": "The color of the button, indicating its function in the UI",
@@ -7574,12 +7612,12 @@
7574
7612
  "typeArguments": [
7575
7613
  {
7576
7614
  "type": "reference",
7577
- "id": 4559,
7615
+ "id": 4569,
7578
7616
  "name": "IconOnlyButtonProps"
7579
7617
  },
7580
7618
  {
7581
7619
  "type": "reference",
7582
- "id": 4563,
7620
+ "id": 4573,
7583
7621
  "name": "IconTextButtonProps"
7584
7622
  }
7585
7623
  ],
@@ -9325,12 +9363,12 @@
9325
9363
  "typeArguments": [
9326
9364
  {
9327
9365
  "type": "reference",
9328
- "id": 17357,
9366
+ "id": 17413,
9329
9367
  "name": "NavTabChildrenProps"
9330
9368
  },
9331
9369
  {
9332
9370
  "type": "reference",
9333
- "id": 17623,
9371
+ "id": 17679,
9334
9372
  "name": "NavTabComponentProps"
9335
9373
  }
9336
9374
  ],
@@ -9760,12 +9798,12 @@
9760
9798
  "types": [
9761
9799
  {
9762
9800
  "type": "reference",
9763
- "id": 27109,
9801
+ "id": 27169,
9764
9802
  "name": "ControlledPaginationProps"
9765
9803
  },
9766
9804
  {
9767
9805
  "type": "reference",
9768
- "id": 27385,
9806
+ "id": 27445,
9769
9807
  "name": "UncontrolledPaginationProps"
9770
9808
  }
9771
9809
  ]
@@ -10880,7 +10918,7 @@
10880
10918
  "flags": {},
10881
10919
  "typeParameter": [
10882
10920
  {
10883
- "id": 11615,
10921
+ "id": 11635,
10884
10922
  "name": "T",
10885
10923
  "kind": 131072,
10886
10924
  "kindString": "Type parameter",
@@ -10898,6 +10936,14 @@
10898
10936
  },
10899
10937
  "deprecated": false
10900
10938
  },
10939
+ "floatingElementStyles": {
10940
+ "name": "floatingElementStyles",
10941
+ "required": false,
10942
+ "type": {
10943
+ "name": "CSSProperties"
10944
+ },
10945
+ "deprecated": false
10946
+ },
10901
10947
  "getItemProps": {
10902
10948
  "name": "getItemProps",
10903
10949
  "required": true,
@@ -10979,6 +11025,14 @@
10979
11025
  "name": "CSSProperties"
10980
11026
  },
10981
11027
  "deprecated": false
11028
+ },
11029
+ "setFloating": {
11030
+ "name": "setFloating",
11031
+ "required": false,
11032
+ "type": {
11033
+ "name": "function"
11034
+ },
11035
+ "deprecated": false
10982
11036
  }
10983
11037
  }
10984
11038
  },
@@ -10989,7 +11043,7 @@
10989
11043
  "flags": {},
10990
11044
  "typeParameter": [
10991
11045
  {
10992
- "id": 11654,
11046
+ "id": 11679,
10993
11047
  "name": "T",
10994
11048
  "kind": 131072,
10995
11049
  "kindString": "Type parameter",
@@ -11135,7 +11189,7 @@
11135
11189
  "flags": {},
11136
11190
  "typeParameter": [
11137
11191
  {
11138
- "id": 11709,
11192
+ "id": 11739,
11139
11193
  "name": "T",
11140
11194
  "kind": 131072,
11141
11195
  "kindString": "Type parameter",
@@ -11196,6 +11250,14 @@
11196
11250
  "defaultValue": "false",
11197
11251
  "deprecated": false
11198
11252
  },
11253
+ "setReference": {
11254
+ "name": "setReference",
11255
+ "required": false,
11256
+ "type": {
11257
+ "name": "function"
11258
+ },
11259
+ "deprecated": false
11260
+ },
11199
11261
  "style": {
11200
11262
  "name": "style",
11201
11263
  "required": false,
@@ -11231,7 +11293,7 @@
11231
11293
  },
11232
11294
  "typeParameter": [
11233
11295
  {
11234
- "id": 11568,
11296
+ "id": 11588,
11235
11297
  "name": "T",
11236
11298
  "kind": 131072,
11237
11299
  "kindString": "Type parameter",
@@ -11243,7 +11305,7 @@
11243
11305
  "type": {
11244
11306
  "type": "reflection",
11245
11307
  "declaration": {
11246
- "id": 11569,
11308
+ "id": 11589,
11247
11309
  "name": "__type",
11248
11310
  "kind": 65536,
11249
11311
  "kindString": "Type literal",
@@ -11252,7 +11314,7 @@
11252
11314
  },
11253
11315
  "indexSignature": [
11254
11316
  {
11255
- "id": 11577,
11317
+ "id": 11597,
11256
11318
  "name": "__index",
11257
11319
  "kind": 8192,
11258
11320
  "kindString": "Index signature",
@@ -11261,7 +11323,7 @@
11261
11323
  },
11262
11324
  "parameters": [
11263
11325
  {
11264
- "id": 11578,
11326
+ "id": 11598,
11265
11327
  "name": "key",
11266
11328
  "kind": 32768,
11267
11329
  "kindString": "Parameter",
@@ -11282,7 +11344,7 @@
11282
11344
  ],
11283
11345
  "children": [
11284
11346
  {
11285
- "id": 11571,
11347
+ "id": 11591,
11286
11348
  "name": "isFocused",
11287
11349
  "kind": 32,
11288
11350
  "kindString": "Variable",
@@ -11303,7 +11365,7 @@
11303
11365
  }
11304
11366
  },
11305
11367
  {
11306
- "id": 11572,
11368
+ "id": 11592,
11307
11369
  "name": "isInverse",
11308
11370
  "kind": 32,
11309
11371
  "kindString": "Variable",
@@ -11324,7 +11386,7 @@
11324
11386
  }
11325
11387
  },
11326
11388
  {
11327
- "id": 11573,
11389
+ "id": 11593,
11328
11390
  "name": "item",
11329
11391
  "kind": 32,
11330
11392
  "kindString": "Variable",
@@ -11344,7 +11406,7 @@
11344
11406
  }
11345
11407
  },
11346
11408
  {
11347
- "id": 11574,
11409
+ "id": 11594,
11348
11410
  "name": "itemRef",
11349
11411
  "kind": 32,
11350
11412
  "kindString": "Variable",
@@ -11370,7 +11432,7 @@
11370
11432
  }
11371
11433
  },
11372
11434
  {
11373
- "id": 11575,
11435
+ "id": 11595,
11374
11436
  "name": "itemString",
11375
11437
  "kind": 32,
11376
11438
  "kindString": "Variable",
@@ -11390,7 +11452,7 @@
11390
11452
  }
11391
11453
  },
11392
11454
  {
11393
- "id": 11570,
11455
+ "id": 11590,
11394
11456
  "name": "key",
11395
11457
  "kind": 32,
11396
11458
  "kindString": "Variable",
@@ -11410,7 +11472,7 @@
11410
11472
  }
11411
11473
  },
11412
11474
  {
11413
- "id": 11576,
11475
+ "id": 11596,
11414
11476
  "name": "theme",
11415
11477
  "kind": 32,
11416
11478
  "kindString": "Variable",
@@ -11435,13 +11497,13 @@
11435
11497
  "title": "Variables",
11436
11498
  "kind": 32,
11437
11499
  "children": [
11438
- 11571,
11439
- 11572,
11440
- 11573,
11441
- 11574,
11442
- 11575,
11443
- 11570,
11444
- 11576
11500
+ 11591,
11501
+ 11592,
11502
+ 11593,
11503
+ 11594,
11504
+ 11595,
11505
+ 11590,
11506
+ 11596
11445
11507
  ]
11446
11508
  }
11447
11509
  ],
@@ -11467,7 +11529,7 @@
11467
11529
  },
11468
11530
  "typeParameter": [
11469
11531
  {
11470
- "id": 11580,
11532
+ "id": 11600,
11471
11533
  "name": "T",
11472
11534
  "kind": 131072,
11473
11535
  "kindString": "Type parameter",
@@ -11479,7 +11541,7 @@
11479
11541
  "type": {
11480
11542
  "type": "reflection",
11481
11543
  "declaration": {
11482
- "id": 11581,
11544
+ "id": 11601,
11483
11545
  "name": "__type",
11484
11546
  "kind": 65536,
11485
11547
  "kindString": "Type literal",
@@ -11488,7 +11550,7 @@
11488
11550
  },
11489
11551
  "children": [
11490
11552
  {
11491
- "id": 11582,
11553
+ "id": 11602,
11492
11554
  "name": "ClearIndicator",
11493
11555
  "kind": 32,
11494
11556
  "kindString": "Variable",
@@ -11508,7 +11570,7 @@
11508
11570
  "typeArguments": [
11509
11571
  {
11510
11572
  "type": "reference",
11511
- "id": 4844,
11573
+ "id": 4854,
11512
11574
  "name": "IconButtonProps"
11513
11575
  }
11514
11576
  ],
@@ -11516,7 +11578,7 @@
11516
11578
  }
11517
11579
  },
11518
11580
  {
11519
- "id": 11583,
11581
+ "id": 11603,
11520
11582
  "name": "DropdownIndicator",
11521
11583
  "kind": 32,
11522
11584
  "kindString": "Variable",
@@ -11549,7 +11611,7 @@
11549
11611
  }
11550
11612
  },
11551
11613
  {
11552
- "id": 11585,
11614
+ "id": 11605,
11553
11615
  "name": "Item",
11554
11616
  "kind": 32,
11555
11617
  "kindString": "Variable",
@@ -11569,7 +11631,7 @@
11569
11631
  "typeArguments": [
11570
11632
  {
11571
11633
  "type": "reference",
11572
- "id": 11567,
11634
+ "id": 11587,
11573
11635
  "typeArguments": [
11574
11636
  {
11575
11637
  "type": "typeParameter",
@@ -11583,7 +11645,7 @@
11583
11645
  }
11584
11646
  },
11585
11647
  {
11586
- "id": 11584,
11648
+ "id": 11604,
11587
11649
  "name": "LoadingIndicator",
11588
11650
  "kind": 32,
11589
11651
  "kindString": "Variable",
@@ -11616,10 +11678,10 @@
11616
11678
  "title": "Variables",
11617
11679
  "kind": 32,
11618
11680
  "children": [
11619
- 11582,
11620
- 11583,
11621
- 11585,
11622
- 11584
11681
+ 11602,
11682
+ 11603,
11683
+ 11605,
11684
+ 11604
11623
11685
  ]
11624
11686
  }
11625
11687
  ],
@@ -11645,7 +11707,7 @@
11645
11707
  },
11646
11708
  "typeParameter": [
11647
11709
  {
11648
- "id": 11766,
11710
+ "id": 11800,
11649
11711
  "name": "T",
11650
11712
  "kind": 131072,
11651
11713
  "kindString": "Type parameter",
@@ -11677,7 +11739,7 @@
11677
11739
  },
11678
11740
  "typeParameter": [
11679
11741
  {
11680
- "id": 11745,
11742
+ "id": 11779,
11681
11743
  "name": "T",
11682
11744
  "kind": 131072,
11683
11745
  "kindString": "Type parameter",
@@ -11871,7 +11933,7 @@
11871
11933
  },
11872
11934
  "typeParameter": [
11873
11935
  {
11874
- "id": 11875,
11936
+ "id": 11918,
11875
11937
  "name": "T",
11876
11938
  "kind": 131072,
11877
11939
  "kindString": "Type parameter",
@@ -11880,7 +11942,7 @@
11880
11942
  },
11881
11943
  "type": {
11882
11944
  "type": "reference",
11883
- "id": 11918,
11945
+ "id": 11961,
11884
11946
  "name": "SelectOptions"
11885
11947
  }
11886
11948
  }
@@ -11944,16 +12006,6 @@
11944
12006
  },
11945
12007
  "deprecated": false
11946
12008
  },
11947
- "isInverse": {
11948
- "name": "isInverse",
11949
- "required": false,
11950
- "type": {
11951
- "name": "boolean"
11952
- },
11953
- "description": "If true, the component will have inverse styling to better appear on a dark background",
11954
- "defaultValue": "false",
11955
- "deprecated": false
11956
- },
11957
12009
  "itemToString": {
11958
12010
  "name": "itemToString",
11959
12011
  "required": false,
@@ -12038,7 +12090,7 @@
12038
12090
  },
12039
12091
  "typeParameter": [
12040
12092
  {
12041
- "id": 11772,
12093
+ "id": 11806,
12042
12094
  "name": "T",
12043
12095
  "kind": 131072,
12044
12096
  "kindString": "Type parameter",
@@ -12047,7 +12099,7 @@
12047
12099
  },
12048
12100
  "type": {
12049
12101
  "type": "reference",
12050
- "id": 11918,
12102
+ "id": 11961,
12051
12103
  "name": "SelectOptions"
12052
12104
  }
12053
12105
  }
@@ -12515,7 +12567,7 @@
12515
12567
  {
12516
12568
  "type": "reflection",
12517
12569
  "declaration": {
12518
- "id": 11919,
12570
+ "id": 11962,
12519
12571
  "name": "__type",
12520
12572
  "kind": 65536,
12521
12573
  "kindString": "Type literal",
@@ -12524,7 +12576,7 @@
12524
12576
  },
12525
12577
  "indexSignature": [
12526
12578
  {
12527
- "id": 11922,
12579
+ "id": 11965,
12528
12580
  "name": "__index",
12529
12581
  "kind": 8192,
12530
12582
  "kindString": "Index signature",
@@ -12533,7 +12585,7 @@
12533
12585
  },
12534
12586
  "parameters": [
12535
12587
  {
12536
- "id": 11923,
12588
+ "id": 11966,
12537
12589
  "name": "key",
12538
12590
  "kind": 32768,
12539
12591
  "kindString": "Parameter",
@@ -12554,7 +12606,7 @@
12554
12606
  ],
12555
12607
  "children": [
12556
12608
  {
12557
- "id": 11921,
12609
+ "id": 11964,
12558
12610
  "name": "label",
12559
12611
  "kind": 32,
12560
12612
  "kindString": "Variable",
@@ -12564,7 +12616,7 @@
12564
12616
  "sources": [
12565
12617
  {
12566
12618
  "fileName": "packages/react-magma-dom/src/components/Select/index.tsx",
12567
- "line": 18,
12619
+ "line": 24,
12568
12620
  "character": 26
12569
12621
  }
12570
12622
  ],
@@ -12574,7 +12626,7 @@
12574
12626
  }
12575
12627
  },
12576
12628
  {
12577
- "id": 11920,
12629
+ "id": 11963,
12578
12630
  "name": "value",
12579
12631
  "kind": 32,
12580
12632
  "kindString": "Variable",
@@ -12584,7 +12636,7 @@
12584
12636
  "sources": [
12585
12637
  {
12586
12638
  "fileName": "packages/react-magma-dom/src/components/Select/index.tsx",
12587
- "line": 18,
12639
+ "line": 24,
12588
12640
  "character": 11
12589
12641
  }
12590
12642
  ],
@@ -12599,15 +12651,15 @@
12599
12651
  "title": "Variables",
12600
12652
  "kind": 32,
12601
12653
  "children": [
12602
- 11921,
12603
- 11920
12654
+ 11964,
12655
+ 11963
12604
12656
  ]
12605
12657
  }
12606
12658
  ],
12607
12659
  "sources": [
12608
12660
  {
12609
12661
  "fileName": "packages/react-magma-dom/src/components/Select/index.tsx",
12610
- "line": 18,
12662
+ "line": 24,
12611
12663
  "character": 3
12612
12664
  }
12613
12665
  ]
@@ -12632,7 +12684,7 @@
12632
12684
  },
12633
12685
  "typeParameter": [
12634
12686
  {
12635
- "id": 11944,
12687
+ "id": 11987,
12636
12688
  "name": "T",
12637
12689
  "kind": 131072,
12638
12690
  "kindString": "Type parameter",
@@ -12646,7 +12698,7 @@
12646
12698
  "typeArguments": [
12647
12699
  {
12648
12700
  "type": "reference",
12649
- "id": 11771,
12701
+ "id": 11805,
12650
12702
  "typeArguments": [
12651
12703
  {
12652
12704
  "type": "typeParameter",
@@ -12657,7 +12709,7 @@
12657
12709
  },
12658
12710
  {
12659
12711
  "type": "reference",
12660
- "id": 11874,
12712
+ "id": 11917,
12661
12713
  "typeArguments": [
12662
12714
  {
12663
12715
  "type": "typeParameter",
@@ -12788,7 +12840,8 @@
12788
12840
  "ButtonColor.marketing",
12789
12841
  "ButtonColor.primary",
12790
12842
  "ButtonColor.secondary",
12791
- "ButtonColor.subtle"
12843
+ "ButtonColor.subtle",
12844
+ "ButtonColor.success"
12792
12845
  ]
12793
12846
  },
12794
12847
  "description": "The color of the button, indicating its function in the UI",
@@ -13065,6 +13118,45 @@
13065
13118
  }
13066
13119
  }
13067
13120
  },
13121
+ {
13122
+ "name": "ResponsiveStepperContainerProps",
13123
+ "kind": 256,
13124
+ "kindString": "Interface",
13125
+ "flags": {
13126
+ "isExported": true
13127
+ },
13128
+ "id": "ResponsiveStepperContainerProps",
13129
+ "tags": {},
13130
+ "properties": {
13131
+ "children": {
13132
+ "name": "children",
13133
+ "required": false,
13134
+ "type": {
13135
+ "name": "React.ReactNode"
13136
+ },
13137
+ "description": "The content of the component",
13138
+ "deprecated": false
13139
+ },
13140
+ "currentStep": {
13141
+ "name": "currentStep",
13142
+ "required": true,
13143
+ "type": {
13144
+ "name": "number"
13145
+ },
13146
+ "description": "Current step value.",
13147
+ "deprecated": false
13148
+ },
13149
+ "steps": {
13150
+ "name": "steps",
13151
+ "required": true,
13152
+ "type": {
13153
+ "name": "React.ReactNode[]"
13154
+ },
13155
+ "description": "Steps of the Stepper.",
13156
+ "deprecated": false
13157
+ }
13158
+ }
13159
+ },
13068
13160
  {
13069
13161
  "name": "StepProps",
13070
13162
  "kind": 256,
@@ -13147,6 +13239,19 @@
13147
13239
  "description": "Changes the Stepper view for responsive layouts, needs a minimum 'breakpoint' number.",
13148
13240
  "deprecated": false
13149
13241
  },
13242
+ "breakpointOrientation": {
13243
+ "name": "breakpointOrientation",
13244
+ "required": false,
13245
+ "type": {
13246
+ "name": "enum",
13247
+ "options": [
13248
+ "StepperOrientation.horizontal",
13249
+ "StepperOrientation.vertical"
13250
+ ]
13251
+ },
13252
+ "description": "Changes the Stepper orientation for responsive layouts, needs a minimum 'breakpoint' number.",
13253
+ "deprecated": false
13254
+ },
13150
13255
  "completionLabel": {
13151
13256
  "name": "completionLabel",
13152
13257
  "required": false,
@@ -13191,6 +13296,20 @@
13191
13296
  "defaultValue": "StepperLayout.showLabels",
13192
13297
  "deprecated": false
13193
13298
  },
13299
+ "orientation": {
13300
+ "name": "orientation",
13301
+ "required": false,
13302
+ "type": {
13303
+ "name": "enum",
13304
+ "options": [
13305
+ "StepperOrientation.horizontal",
13306
+ "StepperOrientation.vertical"
13307
+ ]
13308
+ },
13309
+ "description": "Determines if the stepper is displayed vertically or horizontally",
13310
+ "defaultValue": "StepperOrientation.horizontal",
13311
+ "deprecated": false
13312
+ },
13194
13313
  "stepLabel": {
13195
13314
  "name": "stepLabel",
13196
13315
  "required": false,
@@ -13961,12 +14080,12 @@
13961
14080
  "typeArguments": [
13962
14081
  {
13963
14082
  "type": "reference",
13964
- "id": 24501,
14083
+ "id": 24561,
13965
14084
  "name": "ControlledPageProps"
13966
14085
  },
13967
14086
  {
13968
14087
  "type": "reference",
13969
- "id": 24503,
14088
+ "id": 24563,
13970
14089
  "name": "UncontrolledPageProps"
13971
14090
  }
13972
14091
  ],
@@ -13988,12 +14107,12 @@
13988
14107
  "typeArguments": [
13989
14108
  {
13990
14109
  "type": "reference",
13991
- "id": 24505,
14110
+ "id": 24565,
13992
14111
  "name": "ControlledRowsPerPageProps"
13993
14112
  },
13994
14113
  {
13995
14114
  "type": "reference",
13996
- "id": 24507,
14115
+ "id": 24567,
13997
14116
  "name": "UncontrolledRowsPerPageProps"
13998
14117
  }
13999
14118
  ],
@@ -14015,17 +14134,17 @@
14015
14134
  "types": [
14016
14135
  {
14017
14136
  "type": "reference",
14018
- "id": 24229,
14137
+ "id": 24289,
14019
14138
  "name": "BaseTablePaginationProps"
14020
14139
  },
14021
14140
  {
14022
14141
  "type": "reference",
14023
- "id": 24516,
14142
+ "id": 24576,
14024
14143
  "name": "PagePaginationProps"
14025
14144
  },
14026
14145
  {
14027
14146
  "type": "reference",
14028
- "id": 24517,
14147
+ "id": 24577,
14029
14148
  "name": "RowsPaginationProps"
14030
14149
  }
14031
14150
  ]
@@ -14601,12 +14720,12 @@
14601
14720
  "types": [
14602
14721
  {
14603
14722
  "type": "reference",
14604
- "id": 15604,
14723
+ "id": 15660,
14605
14724
  "name": "HorizontalTabsProps"
14606
14725
  },
14607
14726
  {
14608
14727
  "type": "reference",
14609
- "id": 15601,
14728
+ "id": 15657,
14610
14729
  "name": "VerticalTabsProps"
14611
14730
  }
14612
14731
  ]
@@ -15084,12 +15203,12 @@
15084
15203
  "typeArguments": [
15085
15204
  {
15086
15205
  "type": "reference",
15087
- "id": 29608,
15206
+ "id": 29700,
15088
15207
  "name": "DeletableTagProps"
15089
15208
  },
15090
15209
  {
15091
15210
  "type": "reference",
15092
- "id": 29621,
15211
+ "id": 29713,
15093
15212
  "name": "ClickableTagProps"
15094
15213
  }
15095
15214
  ],
@@ -15334,7 +15453,7 @@
15334
15453
  "type": "query",
15335
15454
  "queryType": {
15336
15455
  "type": "reference",
15337
- "id": 30924,
15456
+ "id": 31016,
15338
15457
  "name": "useTimePicker"
15339
15458
  }
15340
15459
  }
@@ -16029,12 +16148,12 @@
16029
16148
  "typeArguments": [
16030
16149
  {
16031
16150
  "type": "reference",
16032
- "id": 33375,
16151
+ "id": 33542,
16033
16152
  "name": "ToggleButtonTextProps"
16034
16153
  },
16035
16154
  {
16036
16155
  "type": "reference",
16037
- "id": 33653,
16156
+ "id": 33820,
16038
16157
  "name": "ToggleButtonIconProps"
16039
16158
  }
16040
16159
  ],
@@ -16191,7 +16310,8 @@
16191
16310
  "ButtonColor.marketing",
16192
16311
  "ButtonColor.primary",
16193
16312
  "ButtonColor.secondary",
16194
- "ButtonColor.subtle"
16313
+ "ButtonColor.subtle",
16314
+ "ButtonColor.success"
16195
16315
  ]
16196
16316
  },
16197
16317
  "description": "The color of all the buttons in the group",
@@ -16839,6 +16959,16 @@
16839
16959
  "defaultValue": "[] (no items expanded)",
16840
16960
  "deprecated": false
16841
16961
  },
16962
+ "isDisabled": {
16963
+ "name": "isDisabled",
16964
+ "required": false,
16965
+ "type": {
16966
+ "name": "boolean"
16967
+ },
16968
+ "description": "If true, every item is disabled",
16969
+ "defaultValue": "false",
16970
+ "deprecated": false
16971
+ },
16842
16972
  "isInverse": {
16843
16973
  "name": "isInverse",
16844
16974
  "required": false,
@@ -16916,6 +17046,14 @@
16916
17046
  },
16917
17047
  "deprecated": false
16918
17048
  },
17049
+ "isDisabled": {
17050
+ "name": "isDisabled",
17051
+ "required": false,
17052
+ "type": {
17053
+ "name": "boolean"
17054
+ },
17055
+ "deprecated": false
17056
+ },
16919
17057
  "itemId": {
16920
17058
  "name": "itemId",
16921
17059
  "required": false,
@@ -17111,6 +17249,14 @@
17111
17249
  },
17112
17250
  "deprecated": false
17113
17251
  },
17252
+ "isDisabled": {
17253
+ "name": "isDisabled",
17254
+ "required": false,
17255
+ "type": {
17256
+ "name": "boolean"
17257
+ },
17258
+ "deprecated": false
17259
+ },
17114
17260
  "itemId": {
17115
17261
  "name": "itemId",
17116
17262
  "required": false,
@@ -17282,6 +17428,16 @@
17282
17428
  "defaultValue": "[] (no items expanded)",
17283
17429
  "deprecated": false
17284
17430
  },
17431
+ "isDisabled": {
17432
+ "name": "isDisabled",
17433
+ "required": false,
17434
+ "type": {
17435
+ "name": "boolean"
17436
+ },
17437
+ "description": "If true, every item is disabled",
17438
+ "defaultValue": "false",
17439
+ "deprecated": false
17440
+ },
17285
17441
  "isInverse": {
17286
17442
  "name": "isInverse",
17287
17443
  "required": false,
@@ -17350,7 +17506,7 @@
17350
17506
  "type": "query",
17351
17507
  "queryType": {
17352
17508
  "type": "reference",
17353
- "id": 32999,
17509
+ "id": 33162,
17354
17510
  "name": "useTreeView"
17355
17511
  }
17356
17512
  }
@@ -17370,7 +17526,7 @@
17370
17526
  },
17371
17527
  "typeParameter": [
17372
17528
  {
17373
- "id": 5726,
17529
+ "id": 5736,
17374
17530
  "name": "T",
17375
17531
  "kind": 131072,
17376
17532
  "kindString": "Type parameter",
@@ -17547,7 +17703,7 @@
17547
17703
  },
17548
17704
  "typeParameter": [
17549
17705
  {
17550
- "id": 22420,
17706
+ "id": 22480,
17551
17707
  "name": "PaginatedItem",
17552
17708
  "kind": 131072,
17553
17709
  "kindString": "Type parameter",
@@ -17607,7 +17763,7 @@
17607
17763
  },
17608
17764
  "typeParameter": [
17609
17765
  {
17610
- "id": 22429,
17766
+ "id": 22489,
17611
17767
  "name": "PaginatedItem",
17612
17768
  "kind": 131072,
17613
17769
  "kindString": "Type parameter",