react-magma-dom 4.8.0-next.9 → 4.8.1-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.
@@ -3934,7 +3934,7 @@
3934
3934
  },
3935
3935
  "indexSignature": [
3936
3936
  {
3937
- "id": 25316,
3937
+ "id": 25617,
3938
3938
  "name": "__index",
3939
3939
  "kind": 8192,
3940
3940
  "kindString": "Index signature",
@@ -3946,7 +3946,7 @@
3946
3946
  },
3947
3947
  "parameters": [
3948
3948
  {
3949
- "id": 25317,
3949
+ "id": 25618,
3950
3950
  "name": "key",
3951
3951
  "kind": 32768,
3952
3952
  "kindString": "Parameter",
@@ -4036,12 +4036,12 @@
4036
4036
  "types": [
4037
4037
  {
4038
4038
  "type": "reference",
4039
- "id": 25322,
4039
+ "id": 25623,
4040
4040
  "name": "BaseDatagridProps"
4041
4041
  },
4042
4042
  {
4043
4043
  "type": "reference",
4044
- "id": 25618,
4044
+ "id": 25919,
4045
4045
  "name": "DatagridSelectedRowsProps"
4046
4046
  }
4047
4047
  ]
@@ -4260,12 +4260,12 @@
4260
4260
  "typeArguments": [
4261
4261
  {
4262
4262
  "type": "reference",
4263
- "id": 25614,
4263
+ "id": 25915,
4264
4264
  "name": "ControlledSelectedRowsProps"
4265
4265
  },
4266
4266
  {
4267
4267
  "type": "reference",
4268
- "id": 25616,
4268
+ "id": 25917,
4269
4269
  "name": "UncontrolledSelectedRowsProps"
4270
4270
  }
4271
4271
  ],
@@ -9916,12 +9916,12 @@
9916
9916
  "types": [
9917
9917
  {
9918
9918
  "type": "reference",
9919
- "id": 27265,
9919
+ "id": 27566,
9920
9920
  "name": "ControlledPaginationProps"
9921
9921
  },
9922
9922
  {
9923
9923
  "type": "reference",
9924
- "id": 27541,
9924
+ "id": 27842,
9925
9925
  "name": "UncontrolledPaginationProps"
9926
9926
  }
9927
9927
  ]
@@ -12994,95 +12994,6 @@
12994
12994
  "defaultValue": "\"Skip Navigation\"",
12995
12995
  "deprecated": false
12996
12996
  },
12997
- "children": {
12998
- "name": "children",
12999
- "required": true,
13000
- "type": {
13001
- "name": "React.ReactNode"
13002
- },
13003
- "description": "The content of the component",
13004
- "deprecated": false
13005
- },
13006
- "color": {
13007
- "name": "color",
13008
- "required": false,
13009
- "type": {
13010
- "name": "enum",
13011
- "options": [
13012
- "ButtonColor.danger",
13013
- "ButtonColor.marketing",
13014
- "ButtonColor.primary",
13015
- "ButtonColor.secondary",
13016
- "ButtonColor.subtle",
13017
- "ButtonColor.success"
13018
- ]
13019
- },
13020
- "description": "The color of the button, indicating its function in the UI",
13021
- "defaultValue": "ButtonColor.primary",
13022
- "deprecated": false
13023
- },
13024
- "hasUnderline": {
13025
- "name": "hasUnderline",
13026
- "required": false,
13027
- "type": {
13028
- "name": "boolean"
13029
- },
13030
- "deprecated": false
13031
- },
13032
- "icon": {
13033
- "name": "icon",
13034
- "required": false,
13035
- "type": {
13036
- "name": "ReactElement | Array"
13037
- },
13038
- "description": "Icon to display within the component",
13039
- "deprecated": false
13040
- },
13041
- "iconPosition": {
13042
- "name": "iconPosition",
13043
- "required": false,
13044
- "type": {
13045
- "name": "enum",
13046
- "options": [
13047
- "HyperlinkIconPosition.both",
13048
- "HyperlinkIconPosition.left",
13049
- "HyperlinkIconPosition.right"
13050
- ]
13051
- },
13052
- "description": "Position within the link for the icon to appear",
13053
- "defaultValue": "HyperlinkIconPosition.right",
13054
- "deprecated": false
13055
- },
13056
- "isFullWidth": {
13057
- "name": "isFullWidth",
13058
- "required": false,
13059
- "type": {
13060
- "name": "boolean"
13061
- },
13062
- "description": "Set the button to display full-width.",
13063
- "defaultValue": "false",
13064
- "deprecated": false
13065
- },
13066
- "isInverse": {
13067
- "name": "isInverse",
13068
- "required": false,
13069
- "type": {
13070
- "name": "boolean"
13071
- },
13072
- "description": "If true, the component will have inverse styling to better appear on a dark background",
13073
- "defaultValue": "false",
13074
- "deprecated": false
13075
- },
13076
- "isLoading": {
13077
- "name": "isLoading",
13078
- "required": false,
13079
- "type": {
13080
- "name": "boolean"
13081
- },
13082
- "description": " Set the button to a loading state",
13083
- "defaultValue": "false",
13084
- "deprecated": false
13085
- },
13086
12997
  "positionLeft": {
13087
12998
  "name": "positionLeft",
13088
12999
  "required": false,
@@ -13102,83 +13013,6 @@
13102
13013
  "description": "Number of pixels from the top of the screen for the skip link to be positioned",
13103
13014
  "defaultValue": "10",
13104
13015
  "deprecated": false
13105
- },
13106
- "shape": {
13107
- "name": "shape",
13108
- "required": false,
13109
- "type": {
13110
- "name": "enum",
13111
- "options": [
13112
- "ButtonShape.fill",
13113
- "ButtonShape.leftCap",
13114
- "ButtonShape.rightCap",
13115
- "ButtonShape.round"
13116
- ]
13117
- },
13118
- "description": "Defines the border radius",
13119
- "defaultValue": "ButtonShape.fill",
13120
- "deprecated": false
13121
- },
13122
- "size": {
13123
- "name": "size",
13124
- "required": false,
13125
- "type": {
13126
- "name": "enum",
13127
- "options": [
13128
- "ButtonSize.large",
13129
- "ButtonSize.medium",
13130
- "ButtonSize.small"
13131
- ]
13132
- },
13133
- "description": "The relative size of the button",
13134
- "defaultValue": "ButtonSize.medium",
13135
- "deprecated": false
13136
- },
13137
- "styledAs": {
13138
- "name": "styledAs",
13139
- "required": false,
13140
- "type": {
13141
- "name": " | "
13142
- },
13143
- "description": "How the hyperlink is styled (can look like either a plain link or a button)",
13144
- "deprecated": false
13145
- },
13146
- "textTransform": {
13147
- "name": "textTransform",
13148
- "required": false,
13149
- "type": {
13150
- "name": "enum",
13151
- "options": [
13152
- "ButtonTextTransform.none",
13153
- "ButtonTextTransform.uppercase"
13154
- ]
13155
- },
13156
- "description": "Determines whether the button appears in all-caps",
13157
- "defaultValue": "ButtonTextTransform.uppercase",
13158
- "deprecated": false
13159
- },
13160
- "to": {
13161
- "name": "to",
13162
- "required": true,
13163
- "type": {
13164
- "name": "string"
13165
- },
13166
- "description": "The href value of the link",
13167
- "deprecated": false
13168
- },
13169
- "variant": {
13170
- "name": "variant",
13171
- "required": false,
13172
- "type": {
13173
- "name": "enum",
13174
- "options": [
13175
- "ButtonVariant.link",
13176
- "ButtonVariant.solid"
13177
- ]
13178
- },
13179
- "description": "The variant of the button",
13180
- "defaultValue": "ButtonVariant.solid",
13181
- "deprecated": false
13182
13016
  }
13183
13017
  }
13184
13018
  },
@@ -13655,6 +13489,14 @@
13655
13489
  },
13656
13490
  "deprecated": false
13657
13491
  },
13492
+ "hasSquareCorners": {
13493
+ "name": "hasSquareCorners",
13494
+ "required": false,
13495
+ "type": {
13496
+ "name": "boolean"
13497
+ },
13498
+ "deprecated": false
13499
+ },
13658
13500
  "hasVerticalBorders": {
13659
13501
  "name": "hasVerticalBorders",
13660
13502
  "required": false,
@@ -14186,6 +14028,14 @@
14186
14028
  "defaultValue": "false",
14187
14029
  "deprecated": false
14188
14030
  },
14031
+ "rowsPerPage": {
14032
+ "name": "rowsPerPage",
14033
+ "required": true,
14034
+ "type": {
14035
+ "name": "number"
14036
+ },
14037
+ "deprecated": false
14038
+ },
14189
14039
  "rowsPerPageValues": {
14190
14040
  "name": "rowsPerPageValues",
14191
14041
  "required": true,
@@ -14253,12 +14103,12 @@
14253
14103
  "typeArguments": [
14254
14104
  {
14255
14105
  "type": "reference",
14256
- "id": 24649,
14106
+ "id": 24945,
14257
14107
  "name": "ControlledPageProps"
14258
14108
  },
14259
14109
  {
14260
14110
  "type": "reference",
14261
- "id": 24651,
14111
+ "id": 24947,
14262
14112
  "name": "UncontrolledPageProps"
14263
14113
  }
14264
14114
  ],
@@ -14280,12 +14130,12 @@
14280
14130
  "typeArguments": [
14281
14131
  {
14282
14132
  "type": "reference",
14283
- "id": 24653,
14133
+ "id": 24949,
14284
14134
  "name": "ControlledRowsPerPageProps"
14285
14135
  },
14286
14136
  {
14287
14137
  "type": "reference",
14288
- "id": 24655,
14138
+ "id": 24951,
14289
14139
  "name": "UncontrolledRowsPerPageProps"
14290
14140
  }
14291
14141
  ],
@@ -14307,17 +14157,17 @@
14307
14157
  "types": [
14308
14158
  {
14309
14159
  "type": "reference",
14310
- "id": 24377,
14160
+ "id": 24673,
14311
14161
  "name": "BaseTablePaginationProps"
14312
14162
  },
14313
14163
  {
14314
14164
  "type": "reference",
14315
- "id": 24664,
14165
+ "id": 24961,
14316
14166
  "name": "PagePaginationProps"
14317
14167
  },
14318
14168
  {
14319
14169
  "type": "reference",
14320
- "id": 24665,
14170
+ "id": 24962,
14321
14171
  "name": "RowsPaginationProps"
14322
14172
  }
14323
14173
  ]
@@ -15416,12 +15266,12 @@
15416
15266
  "typeArguments": [
15417
15267
  {
15418
15268
  "type": "reference",
15419
- "id": 29796,
15269
+ "id": 29800,
15420
15270
  "name": "DeletableTagProps"
15421
15271
  },
15422
15272
  {
15423
15273
  "type": "reference",
15424
- "id": 29809,
15274
+ "id": 29813,
15425
15275
  "name": "ClickableTagProps"
15426
15276
  }
15427
15277
  ],
@@ -15666,7 +15516,7 @@
15666
15516
  "type": "query",
15667
15517
  "queryType": {
15668
15518
  "type": "reference",
15669
- "id": 31112,
15519
+ "id": 31116,
15670
15520
  "name": "useTimePicker"
15671
15521
  }
15672
15522
  }
@@ -16361,12 +16211,12 @@
16361
16211
  "typeArguments": [
16362
16212
  {
16363
16213
  "type": "reference",
16364
- "id": 33674,
16214
+ "id": 33678,
16365
16215
  "name": "ToggleButtonTextProps"
16366
16216
  },
16367
16217
  {
16368
16218
  "type": "reference",
16369
- "id": 33952,
16219
+ "id": 33956,
16370
16220
  "name": "ToggleButtonIconProps"
16371
16221
  }
16372
16222
  ],
@@ -17747,7 +17597,7 @@
17747
17597
  "type": "query",
17748
17598
  "queryType": {
17749
17599
  "type": "reference",
17750
- "id": 33286,
17600
+ "id": 33290,
17751
17601
  "name": "useTreeView"
17752
17602
  }
17753
17603
  }
@@ -17944,7 +17794,7 @@
17944
17794
  },
17945
17795
  "typeParameter": [
17946
17796
  {
17947
- "id": 22568,
17797
+ "id": 22854,
17948
17798
  "name": "PaginatedItem",
17949
17799
  "kind": 131072,
17950
17800
  "kindString": "Type parameter",
@@ -18004,7 +17854,7 @@
18004
17854
  },
18005
17855
  "typeParameter": [
18006
17856
  {
18007
- "id": 22577,
17857
+ "id": 22863,
18008
17858
  "name": "PaginatedItem",
18009
17859
  "kind": 131072,
18010
17860
  "kindString": "Type parameter",