@fluentui-react-native/focus-trap-zone 0.7.54 → 0.8.3
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/.eslintrc.js +2 -4
- package/CHANGELOG.json +150 -1
- package/CHANGELOG.md +44 -2
- package/lib/__tests__/FocusTrapZone.test.d.ts +2 -0
- package/lib/__tests__/FocusTrapZone.test.d.ts.map +1 -0
- package/lib/__tests__/{FocusTrapZone.test.win32.js → FocusTrapZone.test.js} +1 -1
- package/lib/__tests__/FocusTrapZone.test.js.map +1 -0
- package/lib-commonjs/__tests__/FocusTrapZone.test.d.ts +2 -0
- package/lib-commonjs/__tests__/FocusTrapZone.test.d.ts.map +1 -0
- package/lib-commonjs/__tests__/{FocusTrapZone.test.win32.js → FocusTrapZone.test.js} +1 -1
- package/lib-commonjs/__tests__/FocusTrapZone.test.js.map +1 -0
- package/package.json +11 -11
- package/src/__tests__/{FocusTrapZone.test.win32.tsx → FocusTrapZone.test.tsx} +0 -0
- package/src/__tests__/__snapshots__/{FocusTrapZone.test.win32.tsx.snap → FocusTrapZone.test.tsx.snap} +0 -0
- package/lib/__tests__/FocusTrapZone.test.win32.d.ts +0 -2
- package/lib/__tests__/FocusTrapZone.test.win32.d.ts.map +0 -1
- package/lib/__tests__/FocusTrapZone.test.win32.js.map +0 -1
- package/lib-commonjs/__tests__/FocusTrapZone.test.win32.d.ts +0 -2
- package/lib-commonjs/__tests__/FocusTrapZone.test.win32.d.ts.map +0 -1
- package/lib-commonjs/__tests__/FocusTrapZone.test.win32.js.map +0 -1
package/.eslintrc.js
CHANGED
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,156 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/focus-trap-zone",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 17 Dec 2021 19:51:04 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/focus-trap-zone_v0.8.3",
|
|
7
|
+
"version": "0.8.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui-react-native/focus-trap-zone",
|
|
13
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.3",
|
|
14
|
+
"commit": "3012e075ca89e36931357442679b73d20540af8b"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 17 Dec 2021 01:26:42 GMT",
|
|
21
|
+
"tag": "@fluentui-react-native/focus-trap-zone_v0.8.2",
|
|
22
|
+
"version": "0.8.2",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "beachball",
|
|
27
|
+
"package": "@fluentui-react-native/focus-trap-zone",
|
|
28
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.2",
|
|
29
|
+
"commit": "511aeb31982a5fb9dd2f7196c0c7217cc4a3dbc6"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Thu, 16 Dec 2021 23:00:57 GMT",
|
|
36
|
+
"tag": "@fluentui-react-native/focus-trap-zone_v0.8.1",
|
|
37
|
+
"version": "0.8.1",
|
|
38
|
+
"comments": {
|
|
39
|
+
"none": [
|
|
40
|
+
{
|
|
41
|
+
"author": "dannyvv@microsoft.com",
|
|
42
|
+
"package": "@fluentui-react-native/focus-trap-zone",
|
|
43
|
+
"commit": "25b3989739737bc598a5d699a941af4c0b4a421f",
|
|
44
|
+
"comment": "📦 applying package updates ***NO_CI***"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Thu, 16 Dec 2021 19:10:27 GMT",
|
|
51
|
+
"tag": "@fluentui-react-native/focus-trap-zone_v0.8.1",
|
|
52
|
+
"version": "0.8.1",
|
|
53
|
+
"comments": {
|
|
54
|
+
"patch": [
|
|
55
|
+
{
|
|
56
|
+
"author": "sanajmi@microsoft.com",
|
|
57
|
+
"package": "@fluentui-react-native/focus-trap-zone",
|
|
58
|
+
"commit": "e597717b14dce4916740076786391449dd4a7c69",
|
|
59
|
+
"comment": "Rename Jest snapshots to be platform agnostic "
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "beachball",
|
|
63
|
+
"package": "@fluentui-react-native/focus-trap-zone",
|
|
64
|
+
"comment": "Bump @fluentui-react-native/adapters to v0.8.1",
|
|
65
|
+
"commit": "6a9f067ae2510481b6ff3512c10c08e7de84f86e"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"author": "beachball",
|
|
69
|
+
"package": "@fluentui-react-native/focus-trap-zone",
|
|
70
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.1",
|
|
71
|
+
"commit": "6a9f067ae2510481b6ff3512c10c08e7de84f86e"
|
|
72
|
+
}
|
|
73
|
+
]
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"date": "Wed, 17 Nov 2021 19:28:07 GMT",
|
|
78
|
+
"tag": "@fluentui-react-native/focus-trap-zone_v0.8.0",
|
|
79
|
+
"version": "0.8.0",
|
|
80
|
+
"comments": {
|
|
81
|
+
"minor": [
|
|
82
|
+
{
|
|
83
|
+
"comment": "Update to react-native 0.64",
|
|
84
|
+
"author": "afoxman@microsoft.com",
|
|
85
|
+
"commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
|
|
86
|
+
"package": "@fluentui-react-native/focus-trap-zone"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"patch": [
|
|
90
|
+
{
|
|
91
|
+
"comment": "Bump @fluentui-react-native/adapters to v0.8.0",
|
|
92
|
+
"author": "afoxman@microsoft.com",
|
|
93
|
+
"commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
|
|
94
|
+
"package": "@fluentui-react-native/focus-trap-zone"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.0",
|
|
98
|
+
"author": "afoxman@microsoft.com",
|
|
99
|
+
"commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
|
|
100
|
+
"package": "@fluentui-react-native/focus-trap-zone"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"comment": "Bump @fluentui-react-native/component-cache to v1.3.0",
|
|
104
|
+
"author": "afoxman@microsoft.com",
|
|
105
|
+
"commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
|
|
106
|
+
"package": "@fluentui-react-native/focus-trap-zone"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"comment": "Bump @uifabricshared/foundation-composable to v0.10.0",
|
|
110
|
+
"author": "afoxman@microsoft.com",
|
|
111
|
+
"commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
|
|
112
|
+
"package": "@fluentui-react-native/focus-trap-zone"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"comment": "Bump @uifabricshared/foundation-settings to v0.11.0",
|
|
116
|
+
"author": "afoxman@microsoft.com",
|
|
117
|
+
"commit": "f16d742b5c2d5b97e49ac1ef7b740cbf89fc42e6",
|
|
118
|
+
"package": "@fluentui-react-native/focus-trap-zone"
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"date": "Fri, 12 Nov 2021 16:07:20 GMT",
|
|
125
|
+
"tag": "@fluentui-react-native/focus-trap-zone_v0.7.54",
|
|
126
|
+
"version": "0.7.54",
|
|
127
|
+
"comments": {
|
|
128
|
+
"none": [
|
|
129
|
+
{
|
|
130
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.10.54",
|
|
131
|
+
"author": "4123478+tido64@users.noreply.github.com",
|
|
132
|
+
"commit": "25673699e6c6c064b41f1246c2c995baa67a74ad",
|
|
133
|
+
"package": "@fluentui-react-native/focus-trap-zone"
|
|
134
|
+
}
|
|
135
|
+
]
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"date": "Thu, 11 Nov 2021 23:17:41 GMT",
|
|
140
|
+
"tag": "@fluentui-react-native/focus-trap-zone_v0.7.54",
|
|
141
|
+
"version": "0.7.54",
|
|
142
|
+
"comments": {
|
|
143
|
+
"none": [
|
|
144
|
+
{
|
|
145
|
+
"comment": "Rename uifabricshared/eslint-config-rules to fluentui-react-native/eslint-config-rules",
|
|
146
|
+
"author": "ruaraki@microsoft.com",
|
|
147
|
+
"commit": "110fba2a1721a914501404f6040f07656307549e",
|
|
148
|
+
"package": "@fluentui-react-native/focus-trap-zone"
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"date": "Tue, 09 Nov 2021 23:04:33 GMT",
|
|
6
155
|
"tag": "@fluentui-react-native/focus-trap-zone_v0.7.54",
|
|
7
156
|
"version": "0.7.54",
|
|
8
157
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,54 @@
|
|
|
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 Fri, 17 Dec 2021 19:51:04 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.8.3
|
|
8
|
+
|
|
9
|
+
Fri, 17 Dec 2021 19:51:04 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.11.3
|
|
14
|
+
|
|
15
|
+
## 0.8.2
|
|
16
|
+
|
|
17
|
+
Fri, 17 Dec 2021 01:26:42 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.11.2
|
|
22
|
+
|
|
23
|
+
## 0.8.1
|
|
24
|
+
|
|
25
|
+
Thu, 16 Dec 2021 19:10:27 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- Rename Jest snapshots to be platform agnostic (sanajmi@microsoft.com)
|
|
30
|
+
- Bump @fluentui-react-native/adapters to v0.8.1
|
|
31
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.11.1
|
|
32
|
+
|
|
33
|
+
## 0.8.0
|
|
34
|
+
|
|
35
|
+
Wed, 17 Nov 2021 19:28:07 GMT
|
|
36
|
+
|
|
37
|
+
### Minor changes
|
|
38
|
+
|
|
39
|
+
- Update to react-native 0.64 (afoxman@microsoft.com)
|
|
40
|
+
|
|
41
|
+
### Patches
|
|
42
|
+
|
|
43
|
+
- Bump @fluentui-react-native/adapters to v0.8.0 (afoxman@microsoft.com)
|
|
44
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.11.0 (afoxman@microsoft.com)
|
|
45
|
+
- Bump @fluentui-react-native/component-cache to v1.3.0 (afoxman@microsoft.com)
|
|
46
|
+
- Bump @uifabricshared/foundation-composable to v0.10.0 (afoxman@microsoft.com)
|
|
47
|
+
- Bump @uifabricshared/foundation-settings to v0.11.0 (afoxman@microsoft.com)
|
|
48
|
+
|
|
7
49
|
## 0.7.54
|
|
8
50
|
|
|
9
|
-
Tue, 09 Nov 2021 23:
|
|
51
|
+
Tue, 09 Nov 2021 23:04:33 GMT
|
|
10
52
|
|
|
11
53
|
### Patches
|
|
12
54
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FocusTrapZone.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/FocusTrapZone.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FocusTrapZone.test.js","sourceRoot":"","sources":["../../src/__tests__/FocusTrapZone.test.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,aAAa,EAAE,MAAM,IAAI,CAAC;AACnC,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC;AAGhD,EAAE,CAAC,6BAA6B,EAAE;IAChC,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,oBAAC,aAAa,OAAG,CAAC,CAAC,MAAM,EAAE,CAAC;IACzD,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC;AAEH,EAAE,CAAC,+BAA+B,EAAE;IAClC,IAAM,GAAG,GAAgC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;IAC3D,IAAM,IAAI,GAAG,QAAQ;SAClB,MAAM,CAAC,oBAAC,aAAa,IAAC,YAAY,EAAE,GAAG,EAAE,iBAAiB,QAAC,QAAQ,QAAC,sBAAsB,QAAC,kCAAkC,SAAG,CAAC;SACjI,MAAM,EAAE,CAAC;IACZ,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FocusTrapZone.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/FocusTrapZone.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FocusTrapZone.test.js","sourceRoot":"","sources":["../../src/__tests__/FocusTrapZone.test.tsx"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA+B;AAC/B,wBAAmC;AACnC,4DAAgD;AAGhD,EAAE,CAAC,6BAA6B,EAAE;IAChC,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,oBAAC,iBAAa,OAAG,CAAC,CAAC,MAAM,EAAE,CAAC;IACzD,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC;AAEH,EAAE,CAAC,+BAA+B,EAAE;IAClC,IAAM,GAAG,GAAgC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;IAC3D,IAAM,IAAI,GAAG,QAAQ;SAClB,MAAM,CAAC,oBAAC,iBAAa,IAAC,YAAY,EAAE,GAAG,EAAE,iBAAiB,QAAC,QAAQ,QAAC,sBAAsB,QAAC,kCAAkC,SAAG,CAAC;SACjI,MAAM,EAAE,CAAC;IACZ,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/focus-trap-zone",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.3",
|
|
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",
|
|
@@ -17,21 +17,21 @@
|
|
|
17
17
|
"prettier-fix": "fluentui-scripts prettier --fix true"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@fluentui-react-native/adapters": ">=0.
|
|
21
|
-
"@fluentui-react-native/component-cache": "^1.
|
|
22
|
-
"@fluentui-react-native/interactive-hooks": ">=0.
|
|
23
|
-
"@uifabricshared/foundation-composable": ">=0.
|
|
24
|
-
"@uifabricshared/foundation-settings": ">=0.
|
|
20
|
+
"@fluentui-react-native/adapters": ">=0.8.1 <1.0.0",
|
|
21
|
+
"@fluentui-react-native/component-cache": "^1.3.0",
|
|
22
|
+
"@fluentui-react-native/interactive-hooks": ">=0.11.3 <1.0.0",
|
|
23
|
+
"@uifabricshared/foundation-composable": ">=0.10.0 <1.0.0",
|
|
24
|
+
"@uifabricshared/foundation-settings": ">=0.11.0 <1.0.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@
|
|
27
|
+
"@fluentui-react-native/eslint-config-rules": "^0.1.1",
|
|
28
|
+
"@types/react-native": "^0.64.0",
|
|
28
29
|
"@uifabricshared/build-native": "^0.1.1",
|
|
29
|
-
"
|
|
30
|
-
"react-native": "^0.63.4"
|
|
30
|
+
"react-native": "^0.64.3"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"react": ">=
|
|
34
|
-
"react-native": ">=0.
|
|
33
|
+
"react": ">=17.0.1",
|
|
34
|
+
"react-native": ">=0.64.3"
|
|
35
35
|
},
|
|
36
36
|
"author": "",
|
|
37
37
|
"license": "MIT"
|
|
File without changes
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FocusTrapZone.test.win32.d.ts","sourceRoot":"","sources":["../../src/__tests__/FocusTrapZone.test.win32.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FocusTrapZone.test.win32.js","sourceRoot":"","sources":["../../src/__tests__/FocusTrapZone.test.win32.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,aAAa,EAAE,MAAM,IAAI,CAAC;AACnC,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAC;AAGhD,EAAE,CAAC,6BAA6B,EAAE;IAChC,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,oBAAC,aAAa,OAAG,CAAC,CAAC,MAAM,EAAE,CAAC;IACzD,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC;AAEH,EAAE,CAAC,+BAA+B,EAAE;IAClC,IAAM,GAAG,GAAgC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;IAC3D,IAAM,IAAI,GAAG,QAAQ;SAClB,MAAM,CAAC,oBAAC,aAAa,IAAC,YAAY,EAAE,GAAG,EAAE,iBAAiB,QAAC,QAAQ,QAAC,sBAAsB,QAAC,kCAAkC,SAAG,CAAC;SACjI,MAAM,EAAE,CAAC;IACZ,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FocusTrapZone.test.win32.d.ts","sourceRoot":"","sources":["../../src/__tests__/FocusTrapZone.test.win32.tsx"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FocusTrapZone.test.win32.js","sourceRoot":"","sources":["../../src/__tests__/FocusTrapZone.test.win32.tsx"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA+B;AAC/B,wBAAmC;AACnC,4DAAgD;AAGhD,EAAE,CAAC,6BAA6B,EAAE;IAChC,IAAM,IAAI,GAAG,QAAQ,CAAC,MAAM,CAAC,oBAAC,iBAAa,OAAG,CAAC,CAAC,MAAM,EAAE,CAAC;IACzD,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC;AAEH,EAAE,CAAC,+BAA+B,EAAE;IAClC,IAAM,GAAG,GAAgC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;IAC3D,IAAM,IAAI,GAAG,QAAQ;SAClB,MAAM,CAAC,oBAAC,iBAAa,IAAC,YAAY,EAAE,GAAG,EAAE,iBAAiB,QAAC,QAAQ,QAAC,sBAAsB,QAAC,kCAAkC,SAAG,CAAC;SACjI,MAAM,EAAE,CAAC;IACZ,MAAM,CAAC,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;AACjC,CAAC,CAAC,CAAC"}
|