@fluentui-react-native/focus-trap-zone 0.12.4 → 0.12.6
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.
- package/CHANGELOG.json +45 -0
- package/CHANGELOG.md +17 -1
- package/lib/FocusTrapZone.d.ts +0 -1
- package/lib/FocusTrapZone.d.ts.map +1 -1
- package/lib-commonjs/FocusTrapZone.d.ts +0 -1
- package/lib-commonjs/FocusTrapZone.d.ts.map +1 -1
- package/package.json +23 -16
- package/tsconfig.json +1 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,51 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/focus-trap-zone",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Thu, 12 Jun 2025 03:17:21 GMT",
|
|
6
|
+
"version": "0.12.6",
|
|
7
|
+
"tag": "@fluentui-react-native/focus-trap-zone_v0.12.6",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "4123478+tido64@users.noreply.github.com",
|
|
12
|
+
"package": "@fluentui-react-native/focus-trap-zone",
|
|
13
|
+
"commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a",
|
|
14
|
+
"comment": "Add support for React Native 0.74"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 11 Jun 2025 19:34:56 GMT",
|
|
21
|
+
"version": "0.12.5",
|
|
22
|
+
"tag": "@fluentui-react-native/focus-trap-zone_v0.12.5",
|
|
23
|
+
"comments": {
|
|
24
|
+
"none": [
|
|
25
|
+
{
|
|
26
|
+
"author": "4123478+tido64@users.noreply.github.com",
|
|
27
|
+
"package": "@fluentui-react-native/focus-trap-zone",
|
|
28
|
+
"commit": "2342b87a20e5a584bd2073c8c5a266f0aa48c8bb",
|
|
29
|
+
"comment": "Added missing dev dependencies"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Wed, 29 Jan 2025 23:43:55 GMT",
|
|
36
|
+
"version": "0.12.5",
|
|
37
|
+
"tag": "@fluentui-react-native/focus-trap-zone_v0.12.5",
|
|
38
|
+
"comments": {
|
|
39
|
+
"patch": [
|
|
40
|
+
{
|
|
41
|
+
"author": "sanajmi@microsoft.com",
|
|
42
|
+
"package": "@fluentui-react-native/focus-trap-zone",
|
|
43
|
+
"commit": "5ca24ac45054439768404d117213a2ae4767235d",
|
|
44
|
+
"comment": "fix tsconfig for jest types"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
4
49
|
{
|
|
5
50
|
"date": "Thu, 16 Jan 2025 19:12:12 GMT",
|
|
6
51
|
"version": "0.12.3",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,25 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/focus-trap-zone
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Thu, 12 Jun 2025 03:17:21 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.12.6
|
|
8
|
+
|
|
9
|
+
Thu, 12 Jun 2025 03:17:21 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com)
|
|
14
|
+
|
|
15
|
+
## 0.12.5
|
|
16
|
+
|
|
17
|
+
Wed, 29 Jan 2025 23:43:55 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- fix tsconfig for jest types (sanajmi@microsoft.com)
|
|
22
|
+
|
|
7
23
|
## 0.12.1
|
|
8
24
|
|
|
9
25
|
Mon, 15 Apr 2024 21:31:44 GMT
|
package/lib/FocusTrapZone.d.ts
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
* @format
|
|
5
5
|
*/
|
|
6
|
-
/// <reference types="react" />
|
|
7
6
|
import type { IFocusTrapZoneProps, IFocusTrapZoneSlotProps } from './FocusTrapZone.types';
|
|
8
7
|
export declare function filterOutComponentRef(propName: string): boolean;
|
|
9
8
|
export declare const FocusTrapZone: import("@uifabricshared/foundation-composable").IWithComposable<import("react").FunctionComponent<IFocusTrapZoneProps<import("@fluentui-react-native/adapters").IViewProps>>, import("@uifabricshared/foundation-composable").IComposable<IFocusTrapZoneProps<import("@fluentui-react-native/adapters").IViewProps>, IFocusTrapZoneSlotProps<import("@fluentui-react-native/adapters").IViewProps>, object>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FocusTrapZone.d.ts","sourceRoot":"","sources":["../src/FocusTrapZone.ts"],"names":[],"mappings":"AAAA;;;;GAIG
|
|
1
|
+
{"version":3,"file":"FocusTrapZone.d.ts","sourceRoot":"","sources":["../src/FocusTrapZone.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,KAAK,EAAE,mBAAmB,EAAE,uBAAuB,EAAsB,MAAM,uBAAuB,CAAC;AAG9G,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAE/D;AAED,eAAO,MAAM,aAAa,8YAUxB,CAAC"}
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
* @format
|
|
5
5
|
*/
|
|
6
|
-
/// <reference types="react" />
|
|
7
6
|
import type { IFocusTrapZoneProps, IFocusTrapZoneSlotProps } from './FocusTrapZone.types';
|
|
8
7
|
export declare function filterOutComponentRef(propName: string): boolean;
|
|
9
8
|
export declare const FocusTrapZone: import("@uifabricshared/foundation-composable").IWithComposable<import("react").FunctionComponent<IFocusTrapZoneProps<import("@fluentui-react-native/adapters").IViewProps>>, import("@uifabricshared/foundation-composable").IComposable<IFocusTrapZoneProps<import("@fluentui-react-native/adapters").IViewProps>, IFocusTrapZoneSlotProps<import("@fluentui-react-native/adapters").IViewProps>, object>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FocusTrapZone.d.ts","sourceRoot":"","sources":["../src/FocusTrapZone.ts"],"names":[],"mappings":"AAAA;;;;GAIG
|
|
1
|
+
{"version":3,"file":"FocusTrapZone.d.ts","sourceRoot":"","sources":["../src/FocusTrapZone.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,KAAK,EAAE,mBAAmB,EAAE,uBAAuB,EAAsB,MAAM,uBAAuB,CAAC;AAG9G,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAE/D;AAED,eAAO,MAAM,aAAa,8YAUxB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/focus-trap-zone",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.6",
|
|
4
4
|
"description": "A cross-platform FocusTrapZone component using the Fluent Design System",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -22,26 +22,28 @@
|
|
|
22
22
|
"directory": "packages/components/FocusTrapZone"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@fluentui-react-native/adapters": "0.13.
|
|
26
|
-
"@fluentui-react-native/interactive-hooks": "0.27.
|
|
27
|
-
"@uifabricshared/foundation-composable": "0.13.
|
|
28
|
-
"@uifabricshared/foundation-settings": "0.15.
|
|
25
|
+
"@fluentui-react-native/adapters": "0.13.1",
|
|
26
|
+
"@fluentui-react-native/interactive-hooks": "0.27.5",
|
|
27
|
+
"@uifabricshared/foundation-composable": "0.13.2",
|
|
28
|
+
"@uifabricshared/foundation-settings": "0.15.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
+
"@babel/core": "^7.20.0",
|
|
31
32
|
"@fluentui-react-native/eslint-config-rules": "0.1.1",
|
|
32
33
|
"@fluentui-react-native/scripts": "0.1.1",
|
|
33
|
-
"@office-iss/react-native-win32": "^0.
|
|
34
|
-
"@react-native/babel-preset": "^0.
|
|
35
|
-
"@react-native/metro-config": "^0.
|
|
34
|
+
"@office-iss/react-native-win32": "^0.74.0",
|
|
35
|
+
"@react-native/babel-preset": "^0.74.0",
|
|
36
|
+
"@react-native/metro-config": "^0.74.0",
|
|
37
|
+
"@types/react": "~18.2.0",
|
|
36
38
|
"react": "18.2.0",
|
|
37
|
-
"react-native": "^0.
|
|
39
|
+
"react-native": "^0.74.0"
|
|
38
40
|
},
|
|
39
41
|
"peerDependencies": {
|
|
40
|
-
"@office-iss/react-native-win32": "^0.
|
|
42
|
+
"@office-iss/react-native-win32": "^0.74.0",
|
|
41
43
|
"react": "18.2.0",
|
|
42
|
-
"react-native": "^0.73.0",
|
|
43
|
-
"react-native-macos": "^0.73.0",
|
|
44
|
-
"react-native-windows": "^0.73.0"
|
|
44
|
+
"react-native": "^0.73.0 || ^0.74.0",
|
|
45
|
+
"react-native-macos": "^0.73.0 || ^0.74.0",
|
|
46
|
+
"react-native-windows": "^0.73.0 || ^0.74.0"
|
|
45
47
|
},
|
|
46
48
|
"author": "",
|
|
47
49
|
"license": "MIT",
|
|
@@ -51,9 +53,14 @@
|
|
|
51
53
|
"presets": [
|
|
52
54
|
"microsoft/react-native"
|
|
53
55
|
],
|
|
54
|
-
"requirements":
|
|
55
|
-
"
|
|
56
|
-
|
|
56
|
+
"requirements": {
|
|
57
|
+
"development": [
|
|
58
|
+
"react-native@0.74"
|
|
59
|
+
],
|
|
60
|
+
"production": [
|
|
61
|
+
"react-native@0.73 || 0.74"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
57
64
|
"capabilities": [
|
|
58
65
|
"core",
|
|
59
66
|
"core-android",
|