@fluentui-react-native/focus-trap-zone 0.11.15 → 0.12.1

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,37 @@
2
2
  "name": "@fluentui-react-native/focus-trap-zone",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 29 Mar 2024 18:05:03 GMT",
5
+ "date": "Mon, 15 Apr 2024 21:29:45 GMT",
6
+ "version": "0.12.1",
7
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.12.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "30809111+acoates-ms@users.noreply.github.com",
12
+ "package": "@fluentui-react-native/focus-trap-zone",
13
+ "commit": "b2f0ae646a08ddcaf36b18f969a2908b3d8da59f",
14
+ "comment": "Ensure build output has the generated view configs"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 11 Apr 2024 18:08:38 GMT",
21
+ "version": "0.12.0",
22
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.12.0",
23
+ "comments": {
24
+ "minor": [
25
+ {
26
+ "author": "30809111+acoates-ms@users.noreply.github.com",
27
+ "package": "@fluentui-react-native/focus-trap-zone",
28
+ "commit": "6164473627c321b03d301376c48227f4abd8e947",
29
+ "comment": "Update to RN 0.73"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Fri, 29 Mar 2024 18:07:00 GMT",
6
36
  "version": "0.11.15",
7
37
  "tag": "@fluentui-react-native/focus-trap-zone_v0.11.15",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @fluentui-react-native/focus-trap-zone
2
2
 
3
- This log was last generated on Fri, 29 Mar 2024 18:05:03 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 15 Apr 2024 21:29:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.12.1
8
+
9
+ Mon, 15 Apr 2024 21:29:45 GMT
10
+
11
+ ### Patches
12
+
13
+ - Ensure build output has the generated view configs (30809111+acoates-ms@users.noreply.github.com)
14
+
15
+ ## 0.12.0
16
+
17
+ Thu, 11 Apr 2024 18:08:38 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - Update to RN 0.73 (30809111+acoates-ms@users.noreply.github.com)
22
+
7
23
  ## 0.11.15
8
24
 
9
- Fri, 29 Mar 2024 18:05:03 GMT
25
+ Fri, 29 Mar 2024 18:07:00 GMT
10
26
 
11
27
  ### Patches
12
28
 
@@ -1,8 +1 @@
1
- /**
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- * @format
5
- */
6
- import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
7
- export default codegenNativeComponent('RCTFocusTrapZone');
8
- //# sourceMappingURL=FocusTrapZoneNativeComponent.js.map
1
+ var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=exports.__INTERNAL_VIEW_CONFIG=void 0;var _codegenNativeComponent=_interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));var NativeComponentRegistry=require('react-native/Libraries/NativeComponent/NativeComponentRegistry');var nativeComponentName='RCTFocusTrapZone';var __INTERNAL_VIEW_CONFIG=exports.__INTERNAL_VIEW_CONFIG={uiViewClassName:'RCTFocusTrapZone',validAttributes:{disabled:true,disableFirstFocus:true,focusPreviouslyFocusedInnerElement:true,ignoreExternalFocusing:true,forceFocusInsideTrap:true}};var _default=exports.default=NativeComponentRegistry.get(nativeComponentName,function(){return __INTERNAL_VIEW_CONFIG;});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/focus-trap-zone",
3
- "version": "0.11.15",
3
+ "version": "0.12.1",
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,25 +22,26 @@
22
22
  "directory": "packages/components/FocusTrapZone"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/adapters": "0.12.3",
26
- "@fluentui-react-native/interactive-hooks": "0.26.4",
27
- "@uifabricshared/foundation-composable": "0.12.5",
28
- "@uifabricshared/foundation-settings": "0.14.1"
25
+ "@fluentui-react-native/adapters": "0.13.0",
26
+ "@fluentui-react-native/interactive-hooks": "0.27.0",
27
+ "@uifabricshared/foundation-composable": "0.13.0",
28
+ "@uifabricshared/foundation-settings": "0.15.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@fluentui-react-native/eslint-config-rules": "0.1.1",
32
32
  "@fluentui-react-native/scripts": "0.1.1",
33
- "@office-iss/react-native-win32": "^0.72.0",
34
- "@react-native/metro-config": "^0.72.0",
33
+ "@office-iss/react-native-win32": "^0.73.0",
34
+ "@react-native/babel-preset": "^0.73.0",
35
+ "@react-native/metro-config": "^0.73.0",
35
36
  "react": "18.2.0",
36
- "react-native": "^0.72.0"
37
+ "react-native": "^0.73.0"
37
38
  },
38
39
  "peerDependencies": {
39
- "@office-iss/react-native-win32": "^0.72.0",
40
+ "@office-iss/react-native-win32": "^0.73.0",
40
41
  "react": "18.2.0",
41
- "react-native": "^0.72.0",
42
- "react-native-macos": "^0.72.0",
43
- "react-native-windows": "^0.72.0"
42
+ "react-native": "^0.73.0",
43
+ "react-native-macos": "^0.73.0",
44
+ "react-native-windows": "^0.73.0"
44
45
  },
45
46
  "author": "",
46
47
  "license": "MIT",
@@ -51,7 +52,7 @@
51
52
  "microsoft/react-native"
52
53
  ],
53
54
  "requirements": [
54
- "react-native@0.72"
55
+ "react-native@0.73"
55
56
  ],
56
57
  "capabilities": [
57
58
  "core",