react-magma-dom 4.8.0-next.16 → 4.8.0-next.17

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": 25331,
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": 25332,
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": 25337,
4039
+ "id": 25623,
4040
4040
  "name": "BaseDatagridProps"
4041
4041
  },
4042
4042
  {
4043
4043
  "type": "reference",
4044
- "id": 25633,
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": 25629,
4263
+ "id": 25915,
4264
4264
  "name": "ControlledSelectedRowsProps"
4265
4265
  },
4266
4266
  {
4267
4267
  "type": "reference",
4268
- "id": 25631,
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": 27280,
9919
+ "id": 27566,
9920
9920
  "name": "ControlledPaginationProps"
9921
9921
  },
9922
9922
  {
9923
9923
  "type": "reference",
9924
- "id": 27556,
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
  },
@@ -14269,12 +14103,12 @@
14269
14103
  "typeArguments": [
14270
14104
  {
14271
14105
  "type": "reference",
14272
- "id": 24659,
14106
+ "id": 24945,
14273
14107
  "name": "ControlledPageProps"
14274
14108
  },
14275
14109
  {
14276
14110
  "type": "reference",
14277
- "id": 24661,
14111
+ "id": 24947,
14278
14112
  "name": "UncontrolledPageProps"
14279
14113
  }
14280
14114
  ],
@@ -14296,12 +14130,12 @@
14296
14130
  "typeArguments": [
14297
14131
  {
14298
14132
  "type": "reference",
14299
- "id": 24663,
14133
+ "id": 24949,
14300
14134
  "name": "ControlledRowsPerPageProps"
14301
14135
  },
14302
14136
  {
14303
14137
  "type": "reference",
14304
- "id": 24665,
14138
+ "id": 24951,
14305
14139
  "name": "UncontrolledRowsPerPageProps"
14306
14140
  }
14307
14141
  ],
@@ -14323,17 +14157,17 @@
14323
14157
  "types": [
14324
14158
  {
14325
14159
  "type": "reference",
14326
- "id": 24387,
14160
+ "id": 24673,
14327
14161
  "name": "BaseTablePaginationProps"
14328
14162
  },
14329
14163
  {
14330
14164
  "type": "reference",
14331
- "id": 24675,
14165
+ "id": 24961,
14332
14166
  "name": "PagePaginationProps"
14333
14167
  },
14334
14168
  {
14335
14169
  "type": "reference",
14336
- "id": 24676,
14170
+ "id": 24962,
14337
14171
  "name": "RowsPaginationProps"
14338
14172
  }
14339
14173
  ]
@@ -15432,12 +15266,12 @@
15432
15266
  "typeArguments": [
15433
15267
  {
15434
15268
  "type": "reference",
15435
- "id": 29811,
15269
+ "id": 29800,
15436
15270
  "name": "DeletableTagProps"
15437
15271
  },
15438
15272
  {
15439
15273
  "type": "reference",
15440
- "id": 29824,
15274
+ "id": 29813,
15441
15275
  "name": "ClickableTagProps"
15442
15276
  }
15443
15277
  ],
@@ -15682,7 +15516,7 @@
15682
15516
  "type": "query",
15683
15517
  "queryType": {
15684
15518
  "type": "reference",
15685
- "id": 31127,
15519
+ "id": 31116,
15686
15520
  "name": "useTimePicker"
15687
15521
  }
15688
15522
  }
@@ -16377,12 +16211,12 @@
16377
16211
  "typeArguments": [
16378
16212
  {
16379
16213
  "type": "reference",
16380
- "id": 33689,
16214
+ "id": 33678,
16381
16215
  "name": "ToggleButtonTextProps"
16382
16216
  },
16383
16217
  {
16384
16218
  "type": "reference",
16385
- "id": 33967,
16219
+ "id": 33956,
16386
16220
  "name": "ToggleButtonIconProps"
16387
16221
  }
16388
16222
  ],
@@ -17763,7 +17597,7 @@
17763
17597
  "type": "query",
17764
17598
  "queryType": {
17765
17599
  "type": "reference",
17766
- "id": 33301,
17600
+ "id": 33290,
17767
17601
  "name": "useTreeView"
17768
17602
  }
17769
17603
  }
@@ -17960,7 +17794,7 @@
17960
17794
  },
17961
17795
  "typeParameter": [
17962
17796
  {
17963
- "id": 22568,
17797
+ "id": 22854,
17964
17798
  "name": "PaginatedItem",
17965
17799
  "kind": 131072,
17966
17800
  "kindString": "Type parameter",
@@ -18020,7 +17854,7 @@
18020
17854
  },
18021
17855
  "typeParameter": [
18022
17856
  {
18023
- "id": 22577,
17857
+ "id": 22863,
18024
17858
  "name": "PaginatedItem",
18025
17859
  "kind": 131072,
18026
17860
  "kindString": "Type parameter",
@@ -13111,7 +13111,7 @@ var StyledSkipLink = /*#__PURE__*/_styled(Hyperlink, {
13111
13111
  return props.positionLeft;
13112
13112
  }, "px;top:", function (props) {
13113
13113
  return props.positionTop;
13114
- }, "px;z-index:99999;}" + ( "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFvQnlDIiwiZmlsZSI6ImluZGV4LnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIFJlYWN0IGZyb20gJ3JlYWN0JztcclxuaW1wb3J0IHsgQnV0dG9uQ29sb3IsIEJ1dHRvblZhcmlhbnQgfSBmcm9tICcuLi9CdXR0b24nO1xyXG5pbXBvcnQgeyBIeXBlcmxpbmsgfSBmcm9tICcuLi9IeXBlcmxpbmsnO1xyXG5pbXBvcnQgeyBJMThuQ29udGV4dCB9IGZyb20gJy4uLy4uL2kxOG4nO1xyXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XHJcbmV4cG9ydCBjb25zdCBUQVJHRVRfSUQgPSAncmVhY3RNYWdtYU1haW5Db250ZW50JztcclxuY29uc3QgaGFuZGxlQ2xpY2sgPSBlID0+IHtcclxuICAgIGUucHJldmVudERlZmF1bHQoKTtcclxuICAgIGNvbnN0IHRhcmdldEFuY2hvciA9IGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKFRBUkdFVF9JRCk7XHJcbiAgICBpZiAoIXRhcmdldEFuY2hvcikge1xyXG4gICAgICAgIHJldHVybjtcclxuICAgIH1cclxuICAgIGNvbnN0IHRhcmdldEhlYWRpbmcgPSB0YXJnZXRBbmNob3IuZ2V0RWxlbWVudHNCeVRhZ05hbWUoJ2gxJylbMF07XHJcbiAgICBpZiAodGFyZ2V0SGVhZGluZykge1xyXG4gICAgICAgIHRhcmdldEhlYWRpbmcuc2V0QXR0cmlidXRlKCd0YWJJbmRleCcsICctMScpO1xyXG4gICAgICAgIHRhcmdldEhlYWRpbmcuZm9jdXMoKTtcclxuICAgICAgICByZXR1cm47XHJcbiAgICB9XHJcbiAgICB0YXJnZXRBbmNob3IuZm9jdXMoKTtcclxufTtcclxuY29uc3QgU3R5bGVkU2tpcExpbmsgPSBzdHlsZWQoSHlwZXJsaW5rKSBgXG4gICAgbGVmdDogLTk5OTlweDtcbiAgICBwb3NpdGlvbjogZml4ZWQ7XG4gICAgdG9wOiAtOTk5OXB4O1xuXG4gICAgJjpmb2N1cyB7XG4gICAgICBsZWZ0OiAke3Byb3BzID0+IHByb3BzLnBvc2l0aW9uTGVmdH1weDtcbiAgICAgIHRvcDogJHtwcm9wcyA9PiBwcm9wcy5wb3NpdGlvblRvcH1weDtcbiAgICAgIHotaW5kZXg6IDk5OTk5O1xuICAgIH1cbiAgfVxuYDtcclxuZXhwb3J0IGNvbnN0IFNraXBMaW5rID0gcHJvcHMgPT4ge1xyXG4gICAgY29uc3QgeyBidXR0b25UZXh0LCBjb2xvciwgcG9zaXRpb25MZWZ0LCBwb3NpdGlvblRvcCwgdGVzdElkLCB2YXJpYW50LCAuLi5vdGhlciB9ID0gcHJvcHM7XHJcbiAgICBjb25zdCBpMThuID0gUmVhY3QudXNlQ29udGV4dChJMThuQ29udGV4dCk7XHJcbiAgICByZXR1cm4gKFJlYWN0LmNyZWF0ZUVsZW1lbnQoU3R5bGVkU2tpcExpbmssIE9iamVjdC5hc3NpZ24oe30sIG90aGVyLCB7IGNvbG9yOiBjb2xvciA/IGNvbG9yIDogQnV0dG9uQ29sb3IucHJpbWFyeSwgdGVzdElkOiB0ZXN0SWQsIG9uQ2xpY2s6IGUgPT4ge1xyXG4gICAgICAgICAgICBoYW5kbGVDbGljayhlKTtcclxuICAgICAgICB9LCBwb3NpdGlvbkxlZnQ6IHBvc2l0aW9uTGVmdCA/IHBvc2l0aW9uTGVmdCA6IDEwLCBwb3NpdGlvblRvcDogcG9zaXRpb25Ub3AgPyBwb3NpdGlvblRvcCA6IDEwLCBzdHlsZWRBczogXCJCdXR0b25cIiwgdG86IGAjJHtUQVJHRVRfSUR9YCwgdmFyaWFudDogdmFyaWFudCA/IHZhcmlhbnQgOiBCdXR0b25WYXJpYW50LnNvbGlkIH0pLCBidXR0b25UZXh0ID8gYnV0dG9uVGV4dCA6IGkxOG4uc2tpcExpbmsuYnV0dG9uVGV4dCkpO1xyXG59O1xyXG4vLyMgc291cmNlTWFwcGluZ1VSTD1pbmRleC5qcy5tYXAiXX0= */"));
13114
+ }, "px;z-index:99999;}&:not(:disabled):focus{z-index:99999;}" + ( "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFvQnlDIiwiZmlsZSI6ImluZGV4LnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIFJlYWN0IGZyb20gJ3JlYWN0JztcclxuaW1wb3J0IHsgQnV0dG9uQ29sb3IsIEJ1dHRvblZhcmlhbnQgfSBmcm9tICcuLi9CdXR0b24nO1xyXG5pbXBvcnQgeyBIeXBlcmxpbmsgfSBmcm9tICcuLi9IeXBlcmxpbmsnO1xyXG5pbXBvcnQgeyBJMThuQ29udGV4dCB9IGZyb20gJy4uLy4uL2kxOG4nO1xyXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XHJcbmV4cG9ydCBjb25zdCBUQVJHRVRfSUQgPSAncmVhY3RNYWdtYU1haW5Db250ZW50JztcclxuY29uc3QgaGFuZGxlQ2xpY2sgPSBlID0+IHtcclxuICAgIGUucHJldmVudERlZmF1bHQoKTtcclxuICAgIGNvbnN0IHRhcmdldEFuY2hvciA9IGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKFRBUkdFVF9JRCk7XHJcbiAgICBpZiAoIXRhcmdldEFuY2hvcikge1xyXG4gICAgICAgIHJldHVybjtcclxuICAgIH1cclxuICAgIGNvbnN0IHRhcmdldEhlYWRpbmcgPSB0YXJnZXRBbmNob3IuZ2V0RWxlbWVudHNCeVRhZ05hbWUoJ2gxJylbMF07XHJcbiAgICBpZiAodGFyZ2V0SGVhZGluZykge1xyXG4gICAgICAgIHRhcmdldEhlYWRpbmcuc2V0QXR0cmlidXRlKCd0YWJJbmRleCcsICctMScpO1xyXG4gICAgICAgIHRhcmdldEhlYWRpbmcuZm9jdXMoKTtcclxuICAgICAgICByZXR1cm47XHJcbiAgICB9XHJcbiAgICB0YXJnZXRBbmNob3IuZm9jdXMoKTtcclxufTtcclxuY29uc3QgU3R5bGVkU2tpcExpbmsgPSBzdHlsZWQoSHlwZXJsaW5rKSBgXG4gICAgbGVmdDogLTk5OTlweDtcbiAgICBwb3NpdGlvbjogZml4ZWQ7XG4gICAgdG9wOiAtOTk5OXB4O1xuXG4gICAgJjpmb2N1cyB7XG4gICAgICBsZWZ0OiAke3Byb3BzID0+IHByb3BzLnBvc2l0aW9uTGVmdH1weDtcbiAgICAgIHRvcDogJHtwcm9wcyA9PiBwcm9wcy5wb3NpdGlvblRvcH1weDtcbiAgICAgIHotaW5kZXg6IDk5OTk5O1xuICAgIH1cbiAgICAmOm5vdCg6ZGlzYWJsZWQpOmZvY3VzIHtcbiAgICAgIHotaW5kZXg6IDk5OTk5O1xuICAgIH1cbiAgfVxuYDtcclxuZXhwb3J0IGNvbnN0IFNraXBMaW5rID0gcHJvcHMgPT4ge1xyXG4gICAgY29uc3QgeyBidXR0b25UZXh0LCBjb2xvciwgcG9zaXRpb25MZWZ0LCBwb3NpdGlvblRvcCwgdGVzdElkLCB2YXJpYW50LCAuLi5vdGhlciB9ID0gcHJvcHM7XHJcbiAgICBjb25zdCBpMThuID0gUmVhY3QudXNlQ29udGV4dChJMThuQ29udGV4dCk7XHJcbiAgICByZXR1cm4gKFJlYWN0LmNyZWF0ZUVsZW1lbnQoU3R5bGVkU2tpcExpbmssIE9iamVjdC5hc3NpZ24oe30sIG90aGVyLCB7IGNvbG9yOiBjb2xvciA/IGNvbG9yIDogQnV0dG9uQ29sb3IucHJpbWFyeSwgdGVzdElkOiB0ZXN0SWQsIG9uQ2xpY2s6IGUgPT4ge1xyXG4gICAgICAgICAgICBoYW5kbGVDbGljayhlKTtcclxuICAgICAgICB9LCBwb3NpdGlvbkxlZnQ6IHBvc2l0aW9uTGVmdCA/IHBvc2l0aW9uTGVmdCA6IDEwLCBwb3NpdGlvblRvcDogcG9zaXRpb25Ub3AgPyBwb3NpdGlvblRvcCA6IDEwLCBzdHlsZWRBczogXCJCdXR0b25cIiwgdG86IGAjJHtUQVJHRVRfSUR9YCwgdmFyaWFudDogdmFyaWFudCA/IHZhcmlhbnQgOiBCdXR0b25WYXJpYW50LnNvbGlkIH0pLCBidXR0b25UZXh0ID8gYnV0dG9uVGV4dCA6IGkxOG4uc2tpcExpbmsuYnV0dG9uVGV4dCkpO1xyXG59O1xyXG4vLyMgc291cmNlTWFwcGluZ1VSTD1pbmRleC5qcy5tYXAiXX0= */"));
13115
13115
  var SkipLink = function SkipLink(props) {
13116
13116
  var buttonText = props.buttonText,
13117
13117
  color = props.color,