@fluentui-react-native/focus-trap-zone 0.8.9 → 0.8.13

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 CHANGED
@@ -2,7 +2,81 @@
2
2
  "name": "@fluentui-react-native/focus-trap-zone",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 05 Jan 2022 23:52:32 GMT",
5
+ "date": "Fri, 14 Jan 2022 21:46:23 GMT",
6
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.13",
7
+ "version": "0.8.13",
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.13",
14
+ "commit": "5ff1c8ba46f401679119d71fe4035642dc175e15"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 14 Jan 2022 01:00:02 GMT",
21
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.12",
22
+ "version": "0.8.12",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "sanajmi@microsoft.com",
27
+ "package": "@fluentui-react-native/focus-trap-zone",
28
+ "commit": "163defba33412f6f44117750a540b8fdecd3bdca",
29
+ "comment": "Remove references to uifabricshared"
30
+ }
31
+ ],
32
+ "patch": [
33
+ {
34
+ "author": "email not defined",
35
+ "package": "@fluentui-react-native/focus-trap-zone",
36
+ "commit": "ef3732e4e5b82e3f324ca0eed4b12b6617788299",
37
+ "comment": "fix disabled buttonn"
38
+ },
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui-react-native/focus-trap-zone",
42
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.12",
43
+ "commit": "163defba33412f6f44117750a540b8fdecd3bdca"
44
+ }
45
+ ]
46
+ }
47
+ },
48
+ {
49
+ "date": "Thu, 06 Jan 2022 23:14:38 GMT",
50
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.11",
51
+ "version": "0.8.11",
52
+ "comments": {
53
+ "patch": [
54
+ {
55
+ "author": "beachball",
56
+ "package": "@fluentui-react-native/focus-trap-zone",
57
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.11",
58
+ "commit": "58c54eff228ec071098f3c18a91f11b4a89a6c15"
59
+ }
60
+ ]
61
+ }
62
+ },
63
+ {
64
+ "date": "Thu, 06 Jan 2022 21:30:08 GMT",
65
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.10",
66
+ "version": "0.8.10",
67
+ "comments": {
68
+ "patch": [
69
+ {
70
+ "author": "beachball",
71
+ "package": "@fluentui-react-native/focus-trap-zone",
72
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.10",
73
+ "commit": "06307699c93ffe31a57f8f1c1fb60beec83583e0"
74
+ }
75
+ ]
76
+ }
77
+ },
78
+ {
79
+ "date": "Wed, 05 Jan 2022 23:53:54 GMT",
6
80
  "tag": "@fluentui-react-native/focus-trap-zone_v0.8.9",
7
81
  "version": "0.8.9",
8
82
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,45 @@
1
1
  # Change Log - @fluentui-react-native/focus-trap-zone
2
2
 
3
- This log was last generated on Wed, 05 Jan 2022 23:52:32 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 14 Jan 2022 21:46:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.13
8
+
9
+ Fri, 14 Jan 2022 21:46:23 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.13
14
+
15
+ ## 0.8.12
16
+
17
+ Fri, 14 Jan 2022 01:00:02 GMT
18
+
19
+ ### Patches
20
+
21
+ - fix disabled buttonn (email not defined)
22
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.12
23
+
24
+ ## 0.8.11
25
+
26
+ Thu, 06 Jan 2022 23:14:38 GMT
27
+
28
+ ### Patches
29
+
30
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.11
31
+
32
+ ## 0.8.10
33
+
34
+ Thu, 06 Jan 2022 21:30:08 GMT
35
+
36
+ ### Patches
37
+
38
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.10
39
+
7
40
  ## 0.8.9
8
41
 
9
- Wed, 05 Jan 2022 23:52:32 GMT
42
+ Wed, 05 Jan 2022 23:53:54 GMT
10
43
 
11
44
  ### Patches
12
45
 
package/babel.config.js CHANGED
@@ -1 +1 @@
1
- module.exports = require('@uifabricshared/build-native/babel.config');
1
+ module.exports = require('@fluentui-react-native/scripts/babel.config');
package/jest.config.js CHANGED
@@ -1,2 +1,2 @@
1
- const { configureReactNativeJest } = require('@uifabricshared/build-native');
1
+ const { configureReactNativeJest } = require('@fluentui-react-native/scripts');
2
2
  module.exports = configureReactNativeJest('android');
package/just.config.js CHANGED
@@ -1,3 +1,3 @@
1
- const { preset } = require('@uifabricshared/build-native');
1
+ const { preset } = require('@fluentui-react-native/scripts');
2
2
 
3
3
  preset();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/focus-trap-zone",
3
- "version": "0.8.9",
3
+ "version": "0.8.13",
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",
@@ -24,14 +24,14 @@
24
24
  "dependencies": {
25
25
  "@fluentui-react-native/adapters": ">=0.8.2 <1.0.0",
26
26
  "@fluentui-react-native/component-cache": "^1.3.1",
27
- "@fluentui-react-native/interactive-hooks": ">=0.11.9 <1.0.0",
27
+ "@fluentui-react-native/interactive-hooks": ">=0.11.13 <1.0.0",
28
28
  "@uifabricshared/foundation-composable": ">=0.10.2 <1.0.0",
29
29
  "@uifabricshared/foundation-settings": ">=0.11.2 <1.0.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
33
33
  "@types/react-native": "^0.64.0",
34
- "@uifabricshared/build-native": "^0.1.1",
34
+ "@fluentui-react-native/scripts": "^0.1.1",
35
35
  "react-native": "^0.64.3"
36
36
  },
37
37
  "peerDependencies": {
package/tsconfig.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "extends": "@uifabricshared/build-native/tsconfig.json",
2
+ "extends": "@fluentui-react-native/scripts/tsconfig.json",
3
3
  "compilerOptions": {
4
4
  "outDir": "lib",
5
5
  "types": ["node", "jest"]