@fluentui-react-native/focus-trap-zone 0.12.0 → 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,22 @@
2
2
  "name": "@fluentui-react-native/focus-trap-zone",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 11 Apr 2024 18:02:34 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",
6
21
  "version": "0.12.0",
7
22
  "tag": "@fluentui-react-native/focus-trap-zone_v0.12.0",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @fluentui-react-native/focus-trap-zone
2
2
 
3
- This log was last generated on Thu, 11 Apr 2024 18:02:34 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
+
7
15
  ## 0.12.0
8
16
 
9
- Thu, 11 Apr 2024 18:02:34 GMT
17
+ Thu, 11 Apr 2024 18:08:38 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
@@ -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.12.0",
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",