@fluentui-react-native/pressable 0.8.26 → 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 +70 -1
- package/CHANGELOG.md +30 -2
- package/lib/index.d.ts +2 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.d.ts +2 -2
- package/lib-commonjs/index.d.ts.map +1 -1
- package/lib-commonjs/index.js +3 -12
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +5 -5
- package/src/index.ts +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,76 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/pressable",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
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",
|
|
45
|
+
"tag": "@fluentui-react-native/pressable_v0.8.28",
|
|
46
|
+
"version": "0.8.28",
|
|
47
|
+
"comments": {
|
|
48
|
+
"patch": [
|
|
49
|
+
{
|
|
50
|
+
"author": "beachball",
|
|
51
|
+
"package": "@fluentui-react-native/pressable",
|
|
52
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.14.5",
|
|
53
|
+
"commit": "c85943cf17fb111a721e006e1619084e27650b39"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"date": "Wed, 23 Mar 2022 17:24:05 GMT",
|
|
60
|
+
"tag": "@fluentui-react-native/pressable_v0.8.27",
|
|
61
|
+
"version": "0.8.27",
|
|
62
|
+
"comments": {
|
|
63
|
+
"patch": [
|
|
64
|
+
{
|
|
65
|
+
"author": "beachball",
|
|
66
|
+
"package": "@fluentui-react-native/pressable",
|
|
67
|
+
"comment": "Bump @fluentui-react-native/interactive-hooks to v0.14.4",
|
|
68
|
+
"commit": "0a18d2f8bb6505c6c6e2445ff3ba62ac79334872"
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"date": "Mon, 07 Mar 2022 19:15:33 GMT",
|
|
6
75
|
"tag": "@fluentui-react-native/pressable_v0.8.26",
|
|
7
76
|
"version": "0.8.26",
|
|
8
77
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,40 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/pressable
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
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
|
+
|
|
19
|
+
## 0.8.28
|
|
20
|
+
|
|
21
|
+
Mon, 28 Mar 2022 15:02:37 GMT
|
|
22
|
+
|
|
23
|
+
### Patches
|
|
24
|
+
|
|
25
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.14.5
|
|
26
|
+
|
|
27
|
+
## 0.8.27
|
|
28
|
+
|
|
29
|
+
Wed, 23 Mar 2022 17:24:05 GMT
|
|
30
|
+
|
|
31
|
+
### Patches
|
|
32
|
+
|
|
33
|
+
- Bump @fluentui-react-native/interactive-hooks to v0.14.4
|
|
34
|
+
|
|
7
35
|
## 0.8.26
|
|
8
36
|
|
|
9
|
-
Mon, 07 Mar 2022 19:
|
|
37
|
+
Mon, 07 Mar 2022 19:15:33 GMT
|
|
10
38
|
|
|
11
39
|
### Patches
|
|
12
40
|
|
package/lib/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export type { IChildAsFunction, IPressableProps, IPressableType, IRenderChild, IRenderStyle } from './Pressable.props';
|
|
2
|
+
export { Pressable } from './Pressable';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,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
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC"}
|
package/lib-commonjs/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
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;
|
|
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-commonjs/index.js
CHANGED
|
@@ -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
|
-
|
|
14
|
-
|
|
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":"
|
|
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.
|
|
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.
|
|
26
|
-
"@fluentui-react-native/interactive-hooks": ">=0.14.
|
|
27
|
-
"@uifabricshared/foundation-composable": ">=0.10.
|
|
28
|
-
"@uifabricshared/foundation-settings": ">=0.11.
|
|
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
|
|
2
|
-
export
|
|
1
|
+
export type { IChildAsFunction, IPressableProps, IPressableType, IRenderChild, IRenderStyle } from './Pressable.props';
|
|
2
|
+
export { Pressable } from './Pressable';
|