@fluentui-react-native/focus-trap-zone 0.8.28 → 0.8.29

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,52 @@
2
2
  "name": "@fluentui-react-native/focus-trap-zone",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 28 Mar 2022 15:01:45 GMT",
5
+ "date": "Thu, 31 Mar 2022 07:25:44 GMT",
6
+ "tag": "@fluentui-react-native/focus-trap-zone_v0.8.29",
7
+ "version": "0.8.29",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "4123478+tido64@users.noreply.github.com",
12
+ "package": "@fluentui-react-native/focus-trap-zone",
13
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed",
14
+ "comment": "Ban `export *` in index files for better tree-shakeability"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/focus-trap-zone",
19
+ "comment": "Bump @fluentui-react-native/adapters to v0.8.5",
20
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/focus-trap-zone",
25
+ "comment": "Bump @fluentui-react-native/component-cache to v1.3.2",
26
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/focus-trap-zone",
31
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.14.6",
32
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/focus-trap-zone",
37
+ "comment": "Bump @uifabricshared/foundation-composable to v0.10.3",
38
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/focus-trap-zone",
43
+ "comment": "Bump @uifabricshared/foundation-settings to v0.11.3",
44
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Mon, 28 Mar 2022 15:02:37 GMT",
6
51
  "tag": "@fluentui-react-native/focus-trap-zone_v0.8.28",
7
52
  "version": "0.8.28",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # Change Log - @fluentui-react-native/focus-trap-zone
2
2
 
3
- This log was last generated on Mon, 28 Mar 2022 15:01:45 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 31 Mar 2022 07:25:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.29
8
+
9
+ Thu, 31 Mar 2022 07:25:44 GMT
10
+
11
+ ### Patches
12
+
13
+ - Ban `export *` in index files for better tree-shakeability (4123478+tido64@users.noreply.github.com)
14
+ - Bump @fluentui-react-native/adapters to v0.8.5
15
+ - Bump @fluentui-react-native/component-cache to v1.3.2
16
+ - Bump @fluentui-react-native/interactive-hooks to v0.14.6
17
+ - Bump @uifabricshared/foundation-composable to v0.10.3
18
+ - Bump @uifabricshared/foundation-settings to v0.11.3
19
+
7
20
  ## 0.8.28
8
21
 
9
- Mon, 28 Mar 2022 15:01:45 GMT
22
+ Mon, 28 Mar 2022 15:02:37 GMT
10
23
 
11
24
  ### Patches
12
25
 
package/lib/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export * from './FocusTrapZone.types';
2
- export * from './FocusTrapZone';
1
+ export type { IFocusTrapZoneProps, IFocusTrapZoneSlotProps, IFocusTrapZoneType } from './FocusTrapZone.types';
2
+ export { FocusTrapZone, filterOutComponentRef } from './FocusTrapZone';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,mBAAmB,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC9G,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC"}
package/lib/index.js CHANGED
@@ -1,3 +1,2 @@
1
- export * from './FocusTrapZone.types';
2
- export * from './FocusTrapZone';
1
+ export { FocusTrapZone, filterOutComponentRef } from './FocusTrapZone';
3
2
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC"}
@@ -1,3 +1,3 @@
1
- export * from './FocusTrapZone.types';
2
- export * from './FocusTrapZone';
1
+ export type { IFocusTrapZoneProps, IFocusTrapZoneSlotProps, IFocusTrapZoneType } from './FocusTrapZone.types';
2
+ export { FocusTrapZone, filterOutComponentRef } from './FocusTrapZone';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,mBAAmB,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAC9G,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC"}
@@ -1,15 +1,7 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
- };
12
2
  Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./FocusTrapZone.types"), exports);
14
- __exportStar(require("./FocusTrapZone"), exports);
3
+ exports.filterOutComponentRef = exports.FocusTrapZone = void 0;
4
+ var FocusTrapZone_1 = require("./FocusTrapZone");
5
+ Object.defineProperty(exports, "FocusTrapZone", { enumerable: true, get: function () { return FocusTrapZone_1.FocusTrapZone; } });
6
+ Object.defineProperty(exports, "filterOutComponentRef", { enumerable: true, get: function () { return FocusTrapZone_1.filterOutComponentRef; } });
15
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,wDAAsC;AACtC,kDAAgC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,iDAAuE;AAA9D,8GAAA,aAAa,OAAA;AAAE,sHAAA,qBAAqB,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/focus-trap-zone",
3
- "version": "0.8.28",
3
+ "version": "0.8.29",
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,11 +22,11 @@
22
22
  "directory": "packages/components/FocusTrapZone"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/adapters": ">=0.8.4 <1.0.0",
26
- "@fluentui-react-native/component-cache": "^1.3.1",
27
- "@fluentui-react-native/interactive-hooks": ">=0.14.5 <1.0.0",
28
- "@uifabricshared/foundation-composable": ">=0.10.2 <1.0.0",
29
- "@uifabricshared/foundation-settings": ">=0.11.2 <1.0.0"
25
+ "@fluentui-react-native/adapters": ">=0.8.5 <1.0.0",
26
+ "@fluentui-react-native/component-cache": "^1.3.2",
27
+ "@fluentui-react-native/interactive-hooks": ">=0.14.6 <1.0.0",
28
+ "@uifabricshared/foundation-composable": ">=0.10.3 <1.0.0",
29
+ "@uifabricshared/foundation-settings": ">=0.11.3 <1.0.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
package/src/index.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from './FocusTrapZone.types';
2
- export * from './FocusTrapZone';
1
+ export type { IFocusTrapZoneProps, IFocusTrapZoneSlotProps, IFocusTrapZoneType } from './FocusTrapZone.types';
2
+ export { FocusTrapZone, filterOutComponentRef } from './FocusTrapZone';