react-magma-dom 3.2.1 → 3.3.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.
@@ -897,6 +897,15 @@
897
897
  "children": "required"
898
898
  },
899
899
  "properties": {
900
+ "additionalContent": {
901
+ "name": "additionalContent",
902
+ "required": false,
903
+ "type": {
904
+ "name": "React.ReactNode"
905
+ },
906
+ "description": "Enables additional right aligned children within the Alert.",
907
+ "deprecated": false
908
+ },
900
909
  "children": {
901
910
  "name": "children",
902
911
  "required": true,
@@ -973,6 +982,14 @@
973
982
  "id": "AlertBaseProps",
974
983
  "tags": {},
975
984
  "properties": {
985
+ "additionalContent": {
986
+ "name": "additionalContent",
987
+ "required": false,
988
+ "type": {
989
+ "name": "React.ReactNode"
990
+ },
991
+ "deprecated": false
992
+ },
976
993
  "closeAriaLabel": {
977
994
  "name": "closeAriaLabel",
978
995
  "required": false,
@@ -1320,6 +1337,15 @@
1320
1337
  "description": "The text displayed inside of the action button",
1321
1338
  "deprecated": false
1322
1339
  },
1340
+ "additionalContent": {
1341
+ "name": "additionalContent",
1342
+ "required": false,
1343
+ "type": {
1344
+ "name": "React.ReactNode"
1345
+ },
1346
+ "description": "Enables additional right aligned children within the Banner.",
1347
+ "deprecated": false
1348
+ },
1323
1349
  "children": {
1324
1350
  "name": "children",
1325
1351
  "required": true,
@@ -3877,7 +3903,7 @@
3877
3903
  },
3878
3904
  "indexSignature": [
3879
3905
  {
3880
- "id": 22825,
3906
+ "id": 23126,
3881
3907
  "name": "__index",
3882
3908
  "kind": 8192,
3883
3909
  "kindString": "Index signature",
@@ -3889,7 +3915,7 @@
3889
3915
  },
3890
3916
  "parameters": [
3891
3917
  {
3892
- "id": 22826,
3918
+ "id": 23127,
3893
3919
  "name": "key",
3894
3920
  "kind": 32768,
3895
3921
  "kindString": "Parameter",
@@ -3979,12 +4005,12 @@
3979
4005
  "types": [
3980
4006
  {
3981
4007
  "type": "reference",
3982
- "id": 22831,
4008
+ "id": 23132,
3983
4009
  "name": "BaseDatagridProps"
3984
4010
  },
3985
4011
  {
3986
4012
  "type": "reference",
3987
- "id": 23128,
4013
+ "id": 23429,
3988
4014
  "name": "DatagridSelectedRowsProps"
3989
4015
  }
3990
4016
  ]
@@ -4203,12 +4229,12 @@
4203
4229
  "typeArguments": [
4204
4230
  {
4205
4231
  "type": "reference",
4206
- "id": 23124,
4232
+ "id": 23425,
4207
4233
  "name": "ControlledSelectedRowsProps"
4208
4234
  },
4209
4235
  {
4210
4236
  "type": "reference",
4211
- "id": 23126,
4237
+ "id": 23427,
4212
4238
  "name": "UncontrolledSelectedRowsProps"
4213
4239
  }
4214
4240
  ],
@@ -7544,6 +7570,16 @@
7544
7570
  "description": "The type attribute of the form field",
7545
7571
  "defaultValue": "InputType.text",
7546
7572
  "deprecated": false
7573
+ },
7574
+ "width": {
7575
+ "name": "width",
7576
+ "required": false,
7577
+ "type": {
7578
+ "name": "string"
7579
+ },
7580
+ "description": "String to determine width of input, must be suffixed with \"px\", \"rem\", or \"%\"\"",
7581
+ "defaultValue": "\"auto\"",
7582
+ "deprecated": false
7547
7583
  }
7548
7584
  }
7549
7585
  },
@@ -7731,6 +7767,16 @@
7731
7767
  "description": "The type attribute of the form field",
7732
7768
  "defaultValue": "InputType.text",
7733
7769
  "deprecated": false
7770
+ },
7771
+ "width": {
7772
+ "name": "width",
7773
+ "required": false,
7774
+ "type": {
7775
+ "name": "string"
7776
+ },
7777
+ "description": "String to determine width of input, must be suffixed with \"px\", \"rem\", or \"%\"\"",
7778
+ "defaultValue": "\"auto\"",
7779
+ "deprecated": false
7734
7780
  }
7735
7781
  }
7736
7782
  },
@@ -8894,12 +8940,12 @@
8894
8940
  "typeArguments": [
8895
8941
  {
8896
8942
  "type": "reference",
8897
- "id": 15194,
8943
+ "id": 15493,
8898
8944
  "name": "NavTabChildrenProps"
8899
8945
  },
8900
8946
  {
8901
8947
  "type": "reference",
8902
- "id": 15460,
8948
+ "id": 15759,
8903
8949
  "name": "NavTabComponentProps"
8904
8950
  }
8905
8951
  ],
@@ -9314,12 +9360,12 @@
9314
9360
  "types": [
9315
9361
  {
9316
9362
  "type": "reference",
9317
- "id": 27857,
9363
+ "id": 27870,
9318
9364
  "name": "ControlledPaginationProps"
9319
9365
  },
9320
9366
  {
9321
9367
  "type": "reference",
9322
- "id": 28133,
9368
+ "id": 28146,
9323
9369
  "name": "UncontrolledPaginationProps"
9324
9370
  }
9325
9371
  ]
@@ -9638,6 +9684,16 @@
9638
9684
  "name": "string"
9639
9685
  },
9640
9686
  "deprecated": false
9687
+ },
9688
+ "width": {
9689
+ "name": "width",
9690
+ "required": false,
9691
+ "type": {
9692
+ "name": "string"
9693
+ },
9694
+ "description": "String to determine width of input, must be suffixed with \"px\", \"rem\", or \"%\"\"",
9695
+ "defaultValue": "\"auto\"",
9696
+ "deprecated": false
9641
9697
  }
9642
9698
  }
9643
9699
  },
@@ -10338,6 +10394,16 @@
10338
10394
  },
10339
10395
  "description": "Value of the input element",
10340
10396
  "deprecated": false
10397
+ },
10398
+ "width": {
10399
+ "name": "width",
10400
+ "required": false,
10401
+ "type": {
10402
+ "name": "string"
10403
+ },
10404
+ "description": "String to determine width of input, must be suffixed with \"px\", \"rem\", or \"%\"\"",
10405
+ "defaultValue": "\"auto\"",
10406
+ "deprecated": false
10341
10407
  }
10342
10408
  }
10343
10409
  },
@@ -13046,7 +13112,7 @@
13046
13112
  },
13047
13113
  "description": "Position of the dropdown content",
13048
13114
  "defaultValue": "DropdownDropDirection.up",
13049
- "deprecated": false
13115
+ "deprecated": true
13050
13116
  },
13051
13117
  "isInverse": {
13052
13118
  "name": "isInverse",
@@ -13194,12 +13260,12 @@
13194
13260
  "typeArguments": [
13195
13261
  {
13196
13262
  "type": "reference",
13197
- "id": 22190,
13263
+ "id": 22491,
13198
13264
  "name": "ControlledPageProps"
13199
13265
  },
13200
13266
  {
13201
13267
  "type": "reference",
13202
- "id": 22192,
13268
+ "id": 22493,
13203
13269
  "name": "UncontrolledPageProps"
13204
13270
  }
13205
13271
  ],
@@ -13221,12 +13287,12 @@
13221
13287
  "typeArguments": [
13222
13288
  {
13223
13289
  "type": "reference",
13224
- "id": 22194,
13290
+ "id": 22495,
13225
13291
  "name": "ControlledRowsPerPageProps"
13226
13292
  },
13227
13293
  {
13228
13294
  "type": "reference",
13229
- "id": 22196,
13295
+ "id": 22497,
13230
13296
  "name": "UncontrolledRowsPerPageProps"
13231
13297
  }
13232
13298
  ],
@@ -13248,17 +13314,17 @@
13248
13314
  "types": [
13249
13315
  {
13250
13316
  "type": "reference",
13251
- "id": 21918,
13317
+ "id": 22219,
13252
13318
  "name": "BaseTablePaginationProps"
13253
13319
  },
13254
13320
  {
13255
13321
  "type": "reference",
13256
- "id": 22198,
13322
+ "id": 22499,
13257
13323
  "name": "PagePaginationProps"
13258
13324
  },
13259
13325
  {
13260
13326
  "type": "reference",
13261
- "id": 22199,
13327
+ "id": 22500,
13262
13328
  "name": "RowsPaginationProps"
13263
13329
  }
13264
13330
  ]
@@ -13279,7 +13345,7 @@
13279
13345
  },
13280
13346
  "description": "Position of the dropdown content",
13281
13347
  "defaultValue": "DropdownDropDirection.up",
13282
- "deprecated": false
13348
+ "deprecated": true
13283
13349
  },
13284
13350
  "isInverse": {
13285
13351
  "name": "isInverse",
@@ -13797,12 +13863,12 @@
13797
13863
  "types": [
13798
13864
  {
13799
13865
  "type": "reference",
13800
- "id": 14008,
13866
+ "id": 14307,
13801
13867
  "name": "HorizontalTabsProps"
13802
13868
  },
13803
13869
  {
13804
13870
  "type": "reference",
13805
- "id": 14005,
13871
+ "id": 14304,
13806
13872
  "name": "VerticalTabsProps"
13807
13873
  }
13808
13874
  ]
@@ -14258,12 +14324,12 @@
14258
14324
  "typeArguments": [
14259
14325
  {
14260
14326
  "type": "reference",
14261
- "id": 28740,
14327
+ "id": 28753,
14262
14328
  "name": "DeletableTagProps"
14263
14329
  },
14264
14330
  {
14265
14331
  "type": "reference",
14266
- "id": 28753,
14332
+ "id": 28766,
14267
14333
  "name": "ClickableTagProps"
14268
14334
  }
14269
14335
  ],
@@ -14508,7 +14574,7 @@
14508
14574
  "type": "query",
14509
14575
  "queryType": {
14510
14576
  "type": "reference",
14511
- "id": 24781,
14577
+ "id": 25083,
14512
14578
  "name": "useTimePicker"
14513
14579
  }
14514
14580
  }
@@ -14589,6 +14655,14 @@
14589
14655
  "children": "required"
14590
14656
  },
14591
14657
  "properties": {
14658
+ "additionalContent": {
14659
+ "name": "additionalContent",
14660
+ "required": false,
14661
+ "type": {
14662
+ "name": "React.ReactNode"
14663
+ },
14664
+ "deprecated": false
14665
+ },
14592
14666
  "alertStyle": {
14593
14667
  "name": "alertStyle",
14594
14668
  "required": false,
@@ -14883,6 +14957,613 @@
14883
14957
  }
14884
14958
  }
14885
14959
  },
14960
+ {
14961
+ "name": "ToggleButtonIconProps",
14962
+ "kind": 256,
14963
+ "kindString": "Interface",
14964
+ "flags": {
14965
+ "isExported": true
14966
+ },
14967
+ "id": "ToggleButtonIconProps",
14968
+ "tags": {},
14969
+ "properties": {
14970
+ "aria-label": {
14971
+ "name": "aria-label",
14972
+ "required": false,
14973
+ "type": {
14974
+ "name": "string"
14975
+ },
14976
+ "description": "Sets the aria-label which is required for icon only buttons.",
14977
+ "deprecated": false
14978
+ },
14979
+ "disabled": {
14980
+ "name": "disabled",
14981
+ "required": false,
14982
+ "type": {
14983
+ "name": "boolean"
14984
+ },
14985
+ "description": "Sets a disabled state for a button.",
14986
+ "deprecated": false
14987
+ },
14988
+ "icon": {
14989
+ "name": "icon",
14990
+ "required": true,
14991
+ "type": {
14992
+ "name": "ReactElement"
14993
+ },
14994
+ "description": "Icon which displays alongside text.",
14995
+ "deprecated": false
14996
+ },
14997
+ "isChecked": {
14998
+ "name": "isChecked",
14999
+ "required": false,
15000
+ "type": {
15001
+ "name": "boolean"
15002
+ },
15003
+ "description": "Sets an active button state for a single button.",
15004
+ "deprecated": false
15005
+ },
15006
+ "isFullWidth": {
15007
+ "name": "isFullWidth",
15008
+ "required": false,
15009
+ "type": {
15010
+ "name": "boolean"
15011
+ },
15012
+ "description": "Set the button to display full-width.",
15013
+ "defaultValue": "false",
15014
+ "deprecated": false
15015
+ },
15016
+ "isInverse": {
15017
+ "name": "isInverse",
15018
+ "required": false,
15019
+ "type": {
15020
+ "name": "boolean"
15021
+ },
15022
+ "description": "If true, the component will have inverse styling to better appear on a dark background",
15023
+ "defaultValue": "false",
15024
+ "deprecated": false
15025
+ },
15026
+ "isLoading": {
15027
+ "name": "isLoading",
15028
+ "required": false,
15029
+ "type": {
15030
+ "name": "boolean"
15031
+ },
15032
+ "description": " Set the button to a loading state",
15033
+ "defaultValue": "false",
15034
+ "deprecated": false
15035
+ },
15036
+ "shape": {
15037
+ "name": "shape",
15038
+ "required": false,
15039
+ "type": {
15040
+ "name": "enum",
15041
+ "options": [
15042
+ "ButtonShape.fill",
15043
+ "ButtonShape.leftCap",
15044
+ "ButtonShape.rightCap",
15045
+ "ButtonShape.round"
15046
+ ]
15047
+ },
15048
+ "description": "Defines the border radius",
15049
+ "defaultValue": "ButtonShape.fill",
15050
+ "deprecated": false
15051
+ },
15052
+ "size": {
15053
+ "name": "size",
15054
+ "required": false,
15055
+ "type": {
15056
+ "name": "enum",
15057
+ "options": [
15058
+ "ButtonSize.large",
15059
+ "ButtonSize.medium",
15060
+ "ButtonSize.small"
15061
+ ]
15062
+ },
15063
+ "description": "Changes the button size: 'small', 'medium', and 'large'.",
15064
+ "deprecated": false
15065
+ },
15066
+ "textTransform": {
15067
+ "name": "textTransform",
15068
+ "required": false,
15069
+ "type": {
15070
+ "name": "enum",
15071
+ "options": [
15072
+ "ButtonTextTransform.none",
15073
+ "ButtonTextTransform.uppercase"
15074
+ ]
15075
+ },
15076
+ "description": "Determines whether the button appears in all-caps",
15077
+ "defaultValue": "ButtonTextTransform.uppercase",
15078
+ "deprecated": false
15079
+ },
15080
+ "type": {
15081
+ "name": "type",
15082
+ "required": false,
15083
+ "type": {
15084
+ "name": "enum",
15085
+ "options": [
15086
+ "ButtonType.button",
15087
+ "ButtonType.reset",
15088
+ "ButtonType.submit"
15089
+ ]
15090
+ },
15091
+ "description": "The type attribute of the button\nButtonType.button",
15092
+ "deprecated": false
15093
+ },
15094
+ "value": {
15095
+ "name": "value",
15096
+ "required": true,
15097
+ "type": {
15098
+ "name": "string"
15099
+ },
15100
+ "description": "Value of the button element",
15101
+ "deprecated": false
15102
+ },
15103
+ "variant": {
15104
+ "name": "variant",
15105
+ "required": false,
15106
+ "type": {
15107
+ "name": "enum",
15108
+ "options": [
15109
+ "ButtonVariant.link",
15110
+ "ButtonVariant.solid"
15111
+ ]
15112
+ },
15113
+ "description": "The variant of the button",
15114
+ "defaultValue": "ButtonVariant.solid",
15115
+ "deprecated": false
15116
+ }
15117
+ }
15118
+ },
15119
+ {
15120
+ "name": "ToggleButtonTextProps",
15121
+ "kind": 256,
15122
+ "kindString": "Interface",
15123
+ "flags": {
15124
+ "isExported": true
15125
+ },
15126
+ "id": "ToggleButtonTextProps",
15127
+ "tags": {},
15128
+ "properties": {
15129
+ "disabled": {
15130
+ "name": "disabled",
15131
+ "required": false,
15132
+ "type": {
15133
+ "name": "boolean"
15134
+ },
15135
+ "description": "Sets a disabled state for a button.",
15136
+ "deprecated": false
15137
+ },
15138
+ "isChecked": {
15139
+ "name": "isChecked",
15140
+ "required": false,
15141
+ "type": {
15142
+ "name": "boolean"
15143
+ },
15144
+ "description": "Sets an active button state for a single button.",
15145
+ "deprecated": false
15146
+ },
15147
+ "isFullWidth": {
15148
+ "name": "isFullWidth",
15149
+ "required": false,
15150
+ "type": {
15151
+ "name": "boolean"
15152
+ },
15153
+ "description": "Set the button to display full-width.",
15154
+ "defaultValue": "false",
15155
+ "deprecated": false
15156
+ },
15157
+ "isInverse": {
15158
+ "name": "isInverse",
15159
+ "required": false,
15160
+ "type": {
15161
+ "name": "boolean"
15162
+ },
15163
+ "description": "If true, the component will have inverse styling to better appear on a dark background",
15164
+ "defaultValue": "false",
15165
+ "deprecated": false
15166
+ },
15167
+ "isLoading": {
15168
+ "name": "isLoading",
15169
+ "required": false,
15170
+ "type": {
15171
+ "name": "boolean"
15172
+ },
15173
+ "description": " Set the button to a loading state",
15174
+ "defaultValue": "false",
15175
+ "deprecated": false
15176
+ },
15177
+ "shape": {
15178
+ "name": "shape",
15179
+ "required": false,
15180
+ "type": {
15181
+ "name": "enum",
15182
+ "options": [
15183
+ "ButtonShape.fill",
15184
+ "ButtonShape.leftCap",
15185
+ "ButtonShape.rightCap",
15186
+ "ButtonShape.round"
15187
+ ]
15188
+ },
15189
+ "description": "Defines the border radius",
15190
+ "defaultValue": "ButtonShape.fill",
15191
+ "deprecated": false
15192
+ },
15193
+ "size": {
15194
+ "name": "size",
15195
+ "required": false,
15196
+ "type": {
15197
+ "name": "enum",
15198
+ "options": [
15199
+ "ButtonSize.large",
15200
+ "ButtonSize.medium",
15201
+ "ButtonSize.small"
15202
+ ]
15203
+ },
15204
+ "description": "Changes the button size: 'small', 'medium', and 'large'.",
15205
+ "deprecated": false
15206
+ },
15207
+ "textTransform": {
15208
+ "name": "textTransform",
15209
+ "required": false,
15210
+ "type": {
15211
+ "name": "enum",
15212
+ "options": [
15213
+ "ButtonTextTransform.none",
15214
+ "ButtonTextTransform.uppercase"
15215
+ ]
15216
+ },
15217
+ "description": "Determines whether the button appears in all-caps",
15218
+ "defaultValue": "ButtonTextTransform.uppercase",
15219
+ "deprecated": false
15220
+ },
15221
+ "type": {
15222
+ "name": "type",
15223
+ "required": false,
15224
+ "type": {
15225
+ "name": "enum",
15226
+ "options": [
15227
+ "ButtonType.button",
15228
+ "ButtonType.reset",
15229
+ "ButtonType.submit"
15230
+ ]
15231
+ },
15232
+ "description": "The type attribute of the button\nButtonType.button",
15233
+ "deprecated": false
15234
+ },
15235
+ "value": {
15236
+ "name": "value",
15237
+ "required": true,
15238
+ "type": {
15239
+ "name": "string"
15240
+ },
15241
+ "description": "Value of the button element",
15242
+ "deprecated": false
15243
+ },
15244
+ "variant": {
15245
+ "name": "variant",
15246
+ "required": false,
15247
+ "type": {
15248
+ "name": "enum",
15249
+ "options": [
15250
+ "ButtonVariant.link",
15251
+ "ButtonVariant.solid"
15252
+ ]
15253
+ },
15254
+ "description": "The variant of the button",
15255
+ "defaultValue": "ButtonVariant.solid",
15256
+ "deprecated": false
15257
+ }
15258
+ }
15259
+ },
15260
+ {
15261
+ "name": "ToggleButtonProps",
15262
+ "kind": 4194304,
15263
+ "kindString": "Type alias",
15264
+ "flags": {
15265
+ "isExported": true
15266
+ },
15267
+ "type": {
15268
+ "type": "reference",
15269
+ "typeArguments": [
15270
+ {
15271
+ "type": "reference",
15272
+ "id": 29689,
15273
+ "name": "ToggleButtonTextProps"
15274
+ },
15275
+ {
15276
+ "type": "reference",
15277
+ "id": 29968,
15278
+ "name": "ToggleButtonIconProps"
15279
+ }
15280
+ ],
15281
+ "name": "XOR"
15282
+ },
15283
+ "id": "ToggleButtonProps",
15284
+ "tags": {},
15285
+ "properties": {}
15286
+ },
15287
+ {
15288
+ "name": "ToggleButtonGroupContextInterface",
15289
+ "kind": 256,
15290
+ "kindString": "Interface",
15291
+ "flags": {
15292
+ "isExported": true
15293
+ },
15294
+ "id": "ToggleButtonGroupContextInterface",
15295
+ "tags": {},
15296
+ "properties": {
15297
+ "ariaChecked": {
15298
+ "name": "ariaChecked",
15299
+ "required": false,
15300
+ "type": {
15301
+ "name": "boolean"
15302
+ },
15303
+ "deprecated": false
15304
+ },
15305
+ "descriptionId": {
15306
+ "name": "descriptionId",
15307
+ "required": false,
15308
+ "type": {
15309
+ "name": "string"
15310
+ },
15311
+ "deprecated": false
15312
+ },
15313
+ "enforced": {
15314
+ "name": "enforced",
15315
+ "required": false,
15316
+ "type": {
15317
+ "name": "boolean"
15318
+ },
15319
+ "deprecated": false
15320
+ },
15321
+ "exclusive": {
15322
+ "name": "exclusive",
15323
+ "required": false,
15324
+ "type": {
15325
+ "name": "boolean"
15326
+ },
15327
+ "deprecated": false
15328
+ },
15329
+ "isInverse": {
15330
+ "name": "isInverse",
15331
+ "required": false,
15332
+ "type": {
15333
+ "name": "boolean"
15334
+ },
15335
+ "description": "If true, the component will have inverse styling to better appear on a dark background",
15336
+ "defaultValue": "false",
15337
+ "deprecated": false
15338
+ },
15339
+ "onChange": {
15340
+ "name": "onChange",
15341
+ "required": false,
15342
+ "type": {
15343
+ "name": "function"
15344
+ },
15345
+ "deprecated": false
15346
+ },
15347
+ "selected": {
15348
+ "name": "selected",
15349
+ "required": false,
15350
+ "type": {
15351
+ "name": "boolean"
15352
+ },
15353
+ "deprecated": false
15354
+ },
15355
+ "selectedValues": {
15356
+ "name": "selectedValues",
15357
+ "required": false,
15358
+ "type": {
15359
+ "name": "string[]"
15360
+ },
15361
+ "deprecated": false
15362
+ },
15363
+ "size": {
15364
+ "name": "size",
15365
+ "required": false,
15366
+ "type": {
15367
+ "name": "enum",
15368
+ "options": [
15369
+ "ButtonSize.large",
15370
+ "ButtonSize.medium",
15371
+ "ButtonSize.small"
15372
+ ]
15373
+ },
15374
+ "deprecated": false
15375
+ }
15376
+ }
15377
+ },
15378
+ {
15379
+ "name": "ToggleButtonGroupProps",
15380
+ "kind": 256,
15381
+ "kindString": "Interface",
15382
+ "flags": {
15383
+ "isExported": true
15384
+ },
15385
+ "comment": {
15386
+ "tags": [
15387
+ {
15388
+ "tag": "children",
15389
+ "text": "required\n"
15390
+ }
15391
+ ]
15392
+ },
15393
+ "id": "ToggleButtonGroupProps",
15394
+ "tags": {
15395
+ "children": "required"
15396
+ },
15397
+ "properties": {
15398
+ "alignment": {
15399
+ "name": "alignment",
15400
+ "required": false,
15401
+ "type": {
15402
+ "name": "enum",
15403
+ "options": [
15404
+ "ButtonGroupAlignment.apart",
15405
+ "ButtonGroupAlignment.center",
15406
+ "ButtonGroupAlignment.fill",
15407
+ "ButtonGroupAlignment.left",
15408
+ "ButtonGroupAlignment.right"
15409
+ ]
15410
+ },
15411
+ "description": "Alignment of the dropdown content",
15412
+ "defaultValue": "ButtonGroupAlignment.left",
15413
+ "deprecated": false
15414
+ },
15415
+ "children": {
15416
+ "name": "children",
15417
+ "required": true,
15418
+ "type": {
15419
+ "name": "ReactNode | undefined"
15420
+ },
15421
+ "description": "The content of the component",
15422
+ "deprecated": false
15423
+ },
15424
+ "color": {
15425
+ "name": "color",
15426
+ "required": false,
15427
+ "type": {
15428
+ "name": "enum",
15429
+ "options": [
15430
+ "ButtonColor.danger",
15431
+ "ButtonColor.marketing",
15432
+ "ButtonColor.primary",
15433
+ "ButtonColor.secondary",
15434
+ "ButtonColor.subtle"
15435
+ ]
15436
+ },
15437
+ "description": "The color of all the buttons in the group",
15438
+ "defaultValue": "ButtonColor.primary",
15439
+ "deprecated": false
15440
+ },
15441
+ "descriptionId": {
15442
+ "name": "descriptionId",
15443
+ "required": false,
15444
+ "type": {
15445
+ "name": "string"
15446
+ },
15447
+ "description": "Description for aria-describedby",
15448
+ "deprecated": false
15449
+ },
15450
+ "enforced": {
15451
+ "name": "enforced",
15452
+ "required": false,
15453
+ "type": {
15454
+ "name": "boolean"
15455
+ },
15456
+ "description": "Enables a radio configuration throughout the group retaining an active selection at all times.",
15457
+ "defaultValue": "false",
15458
+ "deprecated": false
15459
+ },
15460
+ "exclusive": {
15461
+ "name": "exclusive",
15462
+ "required": false,
15463
+ "type": {
15464
+ "name": "boolean"
15465
+ },
15466
+ "description": "Sets the Toggle Button group to have only one active selection.",
15467
+ "defaultValue": "false",
15468
+ "deprecated": false
15469
+ },
15470
+ "isInverse": {
15471
+ "name": "isInverse",
15472
+ "required": false,
15473
+ "type": {
15474
+ "name": "boolean"
15475
+ },
15476
+ "description": "If true, the component will have inverse styling to better appear on a dark background",
15477
+ "defaultValue": "false",
15478
+ "deprecated": false
15479
+ },
15480
+ "noSpace": {
15481
+ "name": "noSpace",
15482
+ "required": false,
15483
+ "type": {
15484
+ "name": "boolean"
15485
+ },
15486
+ "description": "Whether or not the buttons in the group are spaced out",
15487
+ "defaultValue": "false",
15488
+ "deprecated": false
15489
+ },
15490
+ "onChange": {
15491
+ "name": "onChange",
15492
+ "required": false,
15493
+ "type": {
15494
+ "name": "function"
15495
+ },
15496
+ "description": "The onChange handler for managing state of toggle buttons by your custom logic.",
15497
+ "deprecated": false
15498
+ },
15499
+ "orientation": {
15500
+ "name": "orientation",
15501
+ "required": false,
15502
+ "type": {
15503
+ "name": "enum",
15504
+ "options": [
15505
+ "ButtonGroupOrientation.horizontal",
15506
+ "ButtonGroupOrientation.vertical"
15507
+ ]
15508
+ },
15509
+ "description": "Determines if the buttons are displayed vertically or horizontally",
15510
+ "defaultValue": "ButtonGroupOrientation.horizontal",
15511
+ "deprecated": false
15512
+ },
15513
+ "size": {
15514
+ "name": "size",
15515
+ "required": false,
15516
+ "type": {
15517
+ "name": "enum",
15518
+ "options": [
15519
+ "ButtonSize.large",
15520
+ "ButtonSize.medium",
15521
+ "ButtonSize.small"
15522
+ ]
15523
+ },
15524
+ "description": "The relative size of all the buttons in the group",
15525
+ "defaultValue": "ButtonSize.medium",
15526
+ "deprecated": false
15527
+ },
15528
+ "textTransform": {
15529
+ "name": "textTransform",
15530
+ "required": false,
15531
+ "type": {
15532
+ "name": "enum",
15533
+ "options": [
15534
+ "ButtonTextTransform.none",
15535
+ "ButtonTextTransform.uppercase"
15536
+ ]
15537
+ },
15538
+ "description": "Determines whether all the buttons in the group appear in all-caps",
15539
+ "defaultValue": "ButtonTextTransform.uppercase",
15540
+ "deprecated": false
15541
+ },
15542
+ "value": {
15543
+ "name": "value",
15544
+ "required": false,
15545
+ "type": {
15546
+ "name": "string"
15547
+ },
15548
+ "description": "Value of the toggle button that is the default selected value for the group",
15549
+ "deprecated": false
15550
+ },
15551
+ "variant": {
15552
+ "name": "variant",
15553
+ "required": false,
15554
+ "type": {
15555
+ "name": "enum",
15556
+ "options": [
15557
+ "ButtonVariant.link",
15558
+ "ButtonVariant.solid"
15559
+ ]
15560
+ },
15561
+ "description": "The variant of all the buttons in the group",
15562
+ "defaultValue": "ButtonVariant.solid",
15563
+ "deprecated": false
15564
+ }
15565
+ }
15566
+ },
14886
15567
  {
14887
15568
  "name": "ITooltipState",
14888
15569
  "kind": 256,
@@ -15355,7 +16036,7 @@
15355
16036
  },
15356
16037
  "typeParameter": [
15357
16038
  {
15358
- "id": 20440,
16039
+ "id": 20452,
15359
16040
  "name": "PaginatedItem",
15360
16041
  "kind": 131072,
15361
16042
  "kindString": "Type parameter",
@@ -15415,7 +16096,7 @@
15415
16096
  },
15416
16097
  "typeParameter": [
15417
16098
  {
15418
- "id": 20449,
16099
+ "id": 20461,
15419
16100
  "name": "PaginatedItem",
15420
16101
  "kind": 131072,
15421
16102
  "kindString": "Type parameter",