react-magma-dom 4.10.0-next.8 → 4.10.0-next.9

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.
@@ -1,4 +1,4 @@
1
- declare const useDeviceDetect: () => {
1
+ export declare const useDeviceDetect: () => {
2
2
  isSafari: boolean;
3
3
  isChrome: boolean;
4
4
  isFirefox: boolean;
package/dist/index.d.ts CHANGED
@@ -96,6 +96,7 @@ export { I18nContext } from './i18n';
96
96
  export { defaultI18n } from './i18n/default';
97
97
  export { I18nInterface } from './i18n/interface';
98
98
  export { useMediaQuery } from './hooks/useMediaQuery';
99
+ export { useDeviceDetect } from './hooks/useDeviceDetect';
99
100
  export { useDataPagination } from './hooks/useDataPagination';
100
101
  export { useDescendants } from './hooks/useDescendants';
101
102
  export { useGenerateId } from './utils';
@@ -3934,7 +3934,7 @@
3934
3934
  },
3935
3935
  "indexSignature": [
3936
3936
  {
3937
- "id": 25393,
3937
+ "id": 25394,
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": 25394,
3949
+ "id": 25395,
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": 25399,
4039
+ "id": 25400,
4040
4040
  "name": "BaseDatagridProps"
4041
4041
  },
4042
4042
  {
4043
4043
  "type": "reference",
4044
- "id": 25702,
4044
+ "id": 25703,
4045
4045
  "name": "DatagridSelectedRowsProps"
4046
4046
  }
4047
4047
  ]
@@ -4260,12 +4260,12 @@
4260
4260
  "typeArguments": [
4261
4261
  {
4262
4262
  "type": "reference",
4263
- "id": 25698,
4263
+ "id": 25699,
4264
4264
  "name": "ControlledSelectedRowsProps"
4265
4265
  },
4266
4266
  {
4267
4267
  "type": "reference",
4268
- "id": 25700,
4268
+ "id": 25701,
4269
4269
  "name": "UncontrolledSelectedRowsProps"
4270
4270
  }
4271
4271
  ],
@@ -4899,6 +4899,16 @@
4899
4899
  "description": "Set the position of the drawer",
4900
4900
  "defaultValue": "DrawerPosition.top",
4901
4901
  "deprecated": false
4902
+ },
4903
+ "showBackgroundOverlay": {
4904
+ "name": "showBackgroundOverlay",
4905
+ "required": false,
4906
+ "type": {
4907
+ "name": "boolean"
4908
+ },
4909
+ "description": "Shows a background overlay when the drawer is open.",
4910
+ "defaultValue": "true",
4911
+ "deprecated": false
4902
4912
  }
4903
4913
  }
4904
4914
  },
@@ -9120,7 +9130,7 @@
9120
9130
  "type": {
9121
9131
  "name": "boolean"
9122
9132
  },
9123
- "description": "If true, the close button the the modal will be suppressed",
9133
+ "description": "If true, the close button the modal will be suppressed",
9124
9134
  "defaultValue": "false",
9125
9135
  "deprecated": false
9126
9136
  },
@@ -9567,12 +9577,12 @@
9567
9577
  "typeArguments": [
9568
9578
  {
9569
9579
  "type": "reference",
9570
- "id": 16799,
9580
+ "id": 16800,
9571
9581
  "name": "NavTabChildrenProps"
9572
9582
  },
9573
9583
  {
9574
9584
  "type": "reference",
9575
- "id": 17073,
9585
+ "id": 17074,
9576
9586
  "name": "NavTabComponentProps"
9577
9587
  }
9578
9588
  ],
@@ -9674,7 +9684,7 @@
9674
9684
  "typeArguments": [
9675
9685
  {
9676
9686
  "type": "reference",
9677
- "id": 15004,
9687
+ "id": 15005,
9678
9688
  "name": "TabsProps"
9679
9689
  },
9680
9690
  {
@@ -10029,12 +10039,12 @@
10029
10039
  "types": [
10030
10040
  {
10031
10041
  "type": "reference",
10032
- "id": 28548,
10042
+ "id": 28556,
10033
10043
  "name": "ControlledPaginationProps"
10034
10044
  },
10035
10045
  {
10036
10046
  "type": "reference",
10037
- "id": 28831,
10047
+ "id": 28839,
10038
10048
  "name": "UncontrolledPaginationProps"
10039
10049
  }
10040
10050
  ]
@@ -11008,12 +11018,12 @@
11008
11018
  "typeArguments": [
11009
11019
  {
11010
11020
  "type": "reference",
11011
- "id": 32564,
11021
+ "id": 32572,
11012
11022
  "name": "IconOnlyPopoverTriggerProps"
11013
11023
  },
11014
11024
  {
11015
11025
  "type": "reference",
11016
- "id": 32569,
11026
+ "id": 32577,
11017
11027
  "name": "IconTextPopoverTriggerProps"
11018
11028
  }
11019
11029
  ],
@@ -14850,12 +14860,12 @@
14850
14860
  "typeArguments": [
14851
14861
  {
14852
14862
  "type": "reference",
14853
- "id": 24707,
14863
+ "id": 24708,
14854
14864
  "name": "ControlledPageProps"
14855
14865
  },
14856
14866
  {
14857
14867
  "type": "reference",
14858
- "id": 24709,
14868
+ "id": 24710,
14859
14869
  "name": "UncontrolledPageProps"
14860
14870
  }
14861
14871
  ],
@@ -14877,12 +14887,12 @@
14877
14887
  "typeArguments": [
14878
14888
  {
14879
14889
  "type": "reference",
14880
- "id": 24711,
14890
+ "id": 24712,
14881
14891
  "name": "ControlledRowsPerPageProps"
14882
14892
  },
14883
14893
  {
14884
14894
  "type": "reference",
14885
- "id": 24713,
14895
+ "id": 24714,
14886
14896
  "name": "UncontrolledRowsPerPageProps"
14887
14897
  }
14888
14898
  ],
@@ -14904,17 +14914,17 @@
14904
14914
  "types": [
14905
14915
  {
14906
14916
  "type": "reference",
14907
- "id": 24428,
14917
+ "id": 24429,
14908
14918
  "name": "BaseTablePaginationProps"
14909
14919
  },
14910
14920
  {
14911
14921
  "type": "reference",
14912
- "id": 24723,
14922
+ "id": 24724,
14913
14923
  "name": "PagePaginationProps"
14914
14924
  },
14915
14925
  {
14916
14926
  "type": "reference",
14917
- "id": 24724,
14927
+ "id": 24725,
14918
14928
  "name": "RowsPaginationProps"
14919
14929
  }
14920
14930
  ]
@@ -15530,12 +15540,12 @@
15530
15540
  "types": [
15531
15541
  {
15532
15542
  "type": "reference",
15533
- "id": 15001,
15543
+ "id": 15002,
15534
15544
  "name": "HorizontalTabsProps"
15535
15545
  },
15536
15546
  {
15537
15547
  "type": "reference",
15538
- "id": 14998,
15548
+ "id": 14999,
15539
15549
  "name": "VerticalTabsProps"
15540
15550
  }
15541
15551
  ]
@@ -16013,12 +16023,12 @@
16013
16023
  "typeArguments": [
16014
16024
  {
16015
16025
  "type": "reference",
16016
- "id": 30827,
16026
+ "id": 30835,
16017
16027
  "name": "DeletableTagProps"
16018
16028
  },
16019
16029
  {
16020
16030
  "type": "reference",
16021
- "id": 30840,
16031
+ "id": 30848,
16022
16032
  "name": "ClickableTagProps"
16023
16033
  }
16024
16034
  ],
@@ -16263,7 +16273,7 @@
16263
16273
  "type": "query",
16264
16274
  "queryType": {
16265
16275
  "type": "reference",
16266
- "id": 32168,
16276
+ "id": 32176,
16267
16277
  "name": "useTimePicker"
16268
16278
  }
16269
16279
  }
@@ -16958,12 +16968,12 @@
16958
16968
  "typeArguments": [
16959
16969
  {
16960
16970
  "type": "reference",
16961
- "id": 35192,
16971
+ "id": 35200,
16962
16972
  "name": "ToggleButtonTextProps"
16963
16973
  },
16964
16974
  {
16965
16975
  "type": "reference",
16966
- "id": 35476,
16976
+ "id": 35484,
16967
16977
  "name": "ToggleButtonIconProps"
16968
16978
  }
16969
16979
  ],
@@ -18382,7 +18392,7 @@
18382
18392
  "type": "query",
18383
18393
  "queryType": {
18384
18394
  "type": "reference",
18385
- "id": 33950,
18395
+ "id": 33958,
18386
18396
  "name": "useTreeView"
18387
18397
  }
18388
18398
  }
@@ -18579,7 +18589,7 @@
18579
18589
  },
18580
18590
  "typeParameter": [
18581
18591
  {
18582
- "id": 22568,
18592
+ "id": 22569,
18583
18593
  "name": "PaginatedItem",
18584
18594
  "kind": 131072,
18585
18595
  "kindString": "Type parameter",
@@ -18639,7 +18649,7 @@
18639
18649
  },
18640
18650
  "typeParameter": [
18641
18651
  {
18642
- "id": 22577,
18652
+ "id": 22578,
18643
18653
  "name": "PaginatedItem",
18644
18654
  "kind": 131072,
18645
18655
  "kindString": "Type parameter",