@fluentui-react-native/pressable 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,46 @@
2
2
  "name": "@fluentui-react-native/pressable",
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/pressable_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/pressable",
13
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed",
14
+ "comment": "Ban `export *` in index files for better tree-shakeability"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/pressable",
19
+ "comment": "Bump @fluentui-react-native/adapters to v0.8.5",
20
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/pressable",
25
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.14.6",
26
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/pressable",
31
+ "comment": "Bump @uifabricshared/foundation-composable to v0.10.3",
32
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/pressable",
37
+ "comment": "Bump @uifabricshared/foundation-settings to v0.11.3",
38
+ "commit": "c39b4436f2ca160a31ca1d7ca9fa8bf7d59512ed"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Mon, 28 Mar 2022 15:02:37 GMT",
6
45
  "tag": "@fluentui-react-native/pressable_v0.8.28",
7
46
  "version": "0.8.28",
8
47
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui-react-native/pressable
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/interactive-hooks to v0.14.6
16
+ - Bump @uifabricshared/foundation-composable to v0.10.3
17
+ - Bump @uifabricshared/foundation-settings to v0.11.3
18
+
7
19
  ## 0.8.28
8
20
 
9
- Mon, 28 Mar 2022 15:01:45 GMT
21
+ Mon, 28 Mar 2022 15:02:37 GMT
10
22
 
11
23
  ### Patches
12
24
 
package/lib/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export * from './Pressable.props';
2
- export * from './Pressable';
1
+ export type { IChildAsFunction, IPressableProps, IPressableType, IRenderChild, IRenderStyle } from './Pressable.props';
2
+ export { Pressable } from './Pressable';
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,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACvH,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
package/lib/index.js CHANGED
@@ -1,3 +1,2 @@
1
- export * from './Pressable.props';
2
- export * from './Pressable';
1
+ export { Pressable } from './Pressable';
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,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
@@ -1,3 +1,3 @@
1
- export * from './Pressable.props';
2
- export * from './Pressable';
1
+ export type { IChildAsFunction, IPressableProps, IPressableType, IRenderChild, IRenderStyle } from './Pressable.props';
2
+ export { Pressable } from './Pressable';
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,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,gBAAgB,EAAE,eAAe,EAAE,cAAc,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACvH,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
@@ -1,15 +1,6 @@
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("./Pressable.props"), exports);
14
- __exportStar(require("./Pressable"), exports);
3
+ exports.Pressable = void 0;
4
+ var Pressable_1 = require("./Pressable");
5
+ Object.defineProperty(exports, "Pressable", { enumerable: true, get: function () { return Pressable_1.Pressable; } });
15
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAkC;AAClC,8CAA4B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,yCAAwC;AAA/B,sGAAA,SAAS,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/pressable",
3
- "version": "0.8.28",
3
+ "version": "0.8.29",
4
4
  "description": "A cross-platform Pressable component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,10 +22,10 @@
22
22
  "directory": "packages/components/Pressable"
23
23
  },
24
24
  "dependencies": {
25
- "@fluentui-react-native/adapters": ">=0.8.4 <1.0.0",
26
- "@fluentui-react-native/interactive-hooks": ">=0.14.5 <1.0.0",
27
- "@uifabricshared/foundation-composable": ">=0.10.2 <1.0.0",
28
- "@uifabricshared/foundation-settings": ">=0.11.2 <1.0.0"
25
+ "@fluentui-react-native/adapters": ">=0.8.5 <1.0.0",
26
+ "@fluentui-react-native/interactive-hooks": ">=0.14.6 <1.0.0",
27
+ "@uifabricshared/foundation-composable": ">=0.10.3 <1.0.0",
28
+ "@uifabricshared/foundation-settings": ">=0.11.3 <1.0.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
package/src/index.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from './Pressable.props';
2
- export * from './Pressable';
1
+ export type { IChildAsFunction, IPressableProps, IPressableType, IRenderChild, IRenderStyle } from './Pressable.props';
2
+ export { Pressable } from './Pressable';