@fluentui-react-native/pressable 0.8.1 → 0.8.5

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,94 @@
2
2
  "name": "@fluentui-react-native/pressable",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 16 Dec 2021 06:26:43 GMT",
5
+ "date": "Sat, 18 Dec 2021 04:11:32 GMT",
6
+ "tag": "@fluentui-react-native/pressable_v0.8.5",
7
+ "version": "0.8.5",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/pressable",
13
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.5",
14
+ "commit": "38fe241a385ecd1ce4e51b5bcba57a9dd0426789"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/pressable",
19
+ "comment": "Bump @uifabricshared/foundation-composable to v0.10.1",
20
+ "commit": "38fe241a385ecd1ce4e51b5bcba57a9dd0426789"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/pressable",
25
+ "comment": "Bump @uifabricshared/foundation-settings to v0.11.1",
26
+ "commit": "38fe241a385ecd1ce4e51b5bcba57a9dd0426789"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Fri, 17 Dec 2021 22:06:58 GMT",
33
+ "tag": "@fluentui-react-native/pressable_v0.8.4",
34
+ "version": "0.8.4",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui-react-native/pressable",
40
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.4",
41
+ "commit": "9dc61df83605c035822518c18cc46fb5503dff70"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Fri, 17 Dec 2021 19:53:21 GMT",
48
+ "tag": "@fluentui-react-native/pressable_v0.8.3",
49
+ "version": "0.8.3",
50
+ "comments": {
51
+ "patch": [
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui-react-native/pressable",
55
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.3",
56
+ "commit": "3012e075ca89e36931357442679b73d20540af8b"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Fri, 17 Dec 2021 01:26:42 GMT",
63
+ "tag": "@fluentui-react-native/pressable_v0.8.2",
64
+ "version": "0.8.2",
65
+ "comments": {
66
+ "patch": [
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui-react-native/pressable",
70
+ "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.2",
71
+ "commit": "511aeb31982a5fb9dd2f7196c0c7217cc4a3dbc6"
72
+ }
73
+ ]
74
+ }
75
+ },
76
+ {
77
+ "date": "Thu, 16 Dec 2021 23:00:57 GMT",
78
+ "tag": "@fluentui-react-native/pressable_v0.8.1",
79
+ "version": "0.8.1",
80
+ "comments": {
81
+ "none": [
82
+ {
83
+ "author": "dannyvv@microsoft.com",
84
+ "package": "@fluentui-react-native/pressable",
85
+ "commit": "25b3989739737bc598a5d699a941af4c0b4a421f",
86
+ "comment": "📦 applying package updates ***NO_CI***"
87
+ }
88
+ ]
89
+ }
90
+ },
91
+ {
92
+ "date": "Thu, 16 Dec 2021 19:10:31 GMT",
6
93
  "tag": "@fluentui-react-native/pressable_v0.8.1",
7
94
  "version": "0.8.1",
8
95
  "comments": {
@@ -11,13 +98,13 @@
11
98
  "author": "beachball",
12
99
  "package": "@fluentui-react-native/pressable",
13
100
  "comment": "Bump @fluentui-react-native/adapters to v0.8.1",
14
- "commit": "841d2998e8b97fabe0b6dac9c74c3d63d2b3bbd4"
101
+ "commit": "6a9f067ae2510481b6ff3512c10c08e7de84f86e"
15
102
  },
16
103
  {
17
104
  "author": "beachball",
18
105
  "package": "@fluentui-react-native/pressable",
19
106
  "comment": "Bump @fluentui-react-native/interactive-hooks to v0.11.1",
20
- "commit": "841d2998e8b97fabe0b6dac9c74c3d63d2b3bbd4"
107
+ "commit": "6a9f067ae2510481b6ff3512c10c08e7de84f86e"
21
108
  }
22
109
  ]
23
110
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,46 @@
1
1
  # Change Log - @fluentui-react-native/pressable
2
2
 
3
- This log was last generated on Thu, 16 Dec 2021 06:26:43 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 18 Dec 2021 04:11:32 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.5
8
+
9
+ Sat, 18 Dec 2021 04:11:32 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.5
14
+ - Bump @uifabricshared/foundation-composable to v0.10.1
15
+ - Bump @uifabricshared/foundation-settings to v0.11.1
16
+
17
+ ## 0.8.4
18
+
19
+ Fri, 17 Dec 2021 22:06:58 GMT
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.4
24
+
25
+ ## 0.8.3
26
+
27
+ Fri, 17 Dec 2021 19:53:21 GMT
28
+
29
+ ### Patches
30
+
31
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.3
32
+
33
+ ## 0.8.2
34
+
35
+ Fri, 17 Dec 2021 01:26:42 GMT
36
+
37
+ ### Patches
38
+
39
+ - Bump @fluentui-react-native/interactive-hooks to v0.11.2
40
+
7
41
  ## 0.8.1
8
42
 
9
- Thu, 16 Dec 2021 06:26:43 GMT
43
+ Thu, 16 Dec 2021 19:10:31 GMT
10
44
 
11
45
  ### Patches
12
46
 
@@ -1 +1 @@
1
- {"version":3,"file":"Pressable.js","sourceRoot":"","sources":["../src/Pressable.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,YAAY,CAAC;;;;;;;;;;;;AAEb,OAAO,EAAe,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEpC,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAE1E,MAAM,CAAC,IAAM,SAAS,GAAG,UAAU,CAAiB;IAClD,KAAK,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE;IACrB,eAAe,EAAE,UAAC,SAA0B,EAAE,UAAuC;QAC3E,IAAA,mCAAW,EAAE,yCAAO,CAAe;QACrC,IAAA,yBAAuC,EAArC,gBAAK,EAAE,gBAA8B,CAAC;QAC9C,IAAM,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;QACrC,WAAW,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC;QAClD,OAAO;YACL,SAAS,EAAE,aAAa,CAA8B,UAAU,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;YAClF,KAAK,EAAE,EAAE,KAAK,OAAA,EAAE;SACjB,CAAC;IACJ,CAAC;CACF,CAAC,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"Pressable.js","sourceRoot":"","sources":["../src/Pressable.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,YAAY,CAAC;;;;;;;;;;;;AAEb,OAAO,EAAe,UAAU,EAAE,MAAM,uCAAuC,CAAC;AAChF,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEpC,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAE1E,MAAM,CAAC,IAAM,SAAS,GAAG,UAAU,CAAiB;IAClD,KAAK,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE;IACrB,eAAe,EAAE,UAAC,SAA0B,EAAE,UAAuC;QAC3E,IAAA,WAAW,GAAc,SAAS,YAAvB,EAAK,IAAI,UAAK,SAAS,EAApC,eAAwB,CAAF,CAAe;QACrC,IAAA,KAAmB,cAAc,CAAC,IAAI,CAAC,EAArC,KAAK,WAAA,EAAE,KAAK,WAAyB,CAAC;QAC9C,IAAM,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;QACrC,WAAW,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC;QAClD,OAAO;YACL,SAAS,EAAE,aAAa,CAA8B,UAAU,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;YAClF,KAAK,EAAE,EAAE,KAAK,OAAA,EAAE;SACjB,CAAC;IACJ,CAAC;CACF,CAAC,CAAC;AAEH,eAAe,SAAS,CAAC"}
@@ -1 +1,2 @@
1
+ export {};
1
2
  //# sourceMappingURL=Pressable.props.js.map
package/lib/index.js CHANGED
@@ -1,2 +1,3 @@
1
+ export * from './Pressable.props';
1
2
  export * from './Pressable';
2
3
  //# 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":"AACA,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC"}
@@ -21,19 +21,20 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  return t;
22
22
  };
23
23
  Object.defineProperty(exports, "__esModule", { value: true });
24
+ exports.Pressable = void 0;
24
25
  var foundation_composable_1 = require("@uifabricshared/foundation-composable");
25
26
  var react_native_1 = require("react-native");
26
27
  var foundation_settings_1 = require("@uifabricshared/foundation-settings");
27
28
  var interactive_hooks_1 = require("@fluentui-react-native/interactive-hooks");
28
- exports.Pressable = foundation_composable_1.composable({
29
+ exports.Pressable = (0, foundation_composable_1.composable)({
29
30
  slots: { root: react_native_1.View },
30
31
  usePrepareProps: function (userProps, useStyling) {
31
32
  var renderStyle = userProps.renderStyle, rest = __rest(userProps, ["renderStyle"]);
32
- var _a = interactive_hooks_1.useAsPressable(rest), props = _a.props, state = _a.state;
33
+ var _a = (0, interactive_hooks_1.useAsPressable)(rest), props = _a.props, state = _a.state;
33
34
  var styleProps = useStyling(props);
34
35
  renderStyle && (props.style = renderStyle(state));
35
36
  return {
36
- slotProps: foundation_settings_1.mergeSettings(styleProps, { root: props }),
37
+ slotProps: (0, foundation_settings_1.mergeSettings)(styleProps, { root: props }),
37
38
  state: { state: state },
38
39
  };
39
40
  },
@@ -1 +1 @@
1
- {"version":3,"file":"Pressable.js","sourceRoot":"","sources":["../src/Pressable.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,YAAY,CAAC;;;;;;;;;;;;;AAEb,+EAAgF;AAChF,6CAAoC;AAEpC,2EAAoE;AACpE,8EAA0E;AAE7D,QAAA,SAAS,GAAG,kCAAU,CAAiB;IAClD,KAAK,EAAE,EAAE,IAAI,EAAE,mBAAI,EAAE;IACrB,eAAe,EAAE,UAAC,SAA0B,EAAE,UAAuC;QAC3E,IAAA,mCAAW,EAAE,yCAAO,CAAe;QACrC,IAAA,6CAAuC,EAArC,gBAAK,EAAE,gBAA8B,CAAC;QAC9C,IAAM,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;QACrC,WAAW,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC;QAClD,OAAO;YACL,SAAS,EAAE,mCAAa,CAA8B,UAAU,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;YAClF,KAAK,EAAE,EAAE,KAAK,OAAA,EAAE;SACjB,CAAC;IACJ,CAAC;CACF,CAAC,CAAC;AAEH,kBAAe,iBAAS,CAAC"}
1
+ {"version":3,"file":"Pressable.js","sourceRoot":"","sources":["../src/Pressable.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,YAAY,CAAC;;;;;;;;;;;;;;AAEb,+EAAgF;AAChF,6CAAoC;AAEpC,2EAAoE;AACpE,8EAA0E;AAE7D,QAAA,SAAS,GAAG,IAAA,kCAAU,EAAiB;IAClD,KAAK,EAAE,EAAE,IAAI,EAAE,mBAAI,EAAE;IACrB,eAAe,EAAE,UAAC,SAA0B,EAAE,UAAuC;QAC3E,IAAA,WAAW,GAAc,SAAS,YAAvB,EAAK,IAAI,UAAK,SAAS,EAApC,eAAwB,CAAF,CAAe;QACrC,IAAA,KAAmB,IAAA,kCAAc,EAAC,IAAI,CAAC,EAArC,KAAK,WAAA,EAAE,KAAK,WAAyB,CAAC;QAC9C,IAAM,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;QACrC,WAAW,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC;QAClD,OAAO;YACL,SAAS,EAAE,IAAA,mCAAa,EAA8B,UAAU,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;YAClF,KAAK,EAAE,EAAE,KAAK,OAAA,EAAE;SACjB,CAAC;IACJ,CAAC;CACF,CAAC,CAAC;AAEH,kBAAe,iBAAS,CAAC"}
@@ -1,7 +1,15 @@
1
1
  "use strict";
2
- function __export(m) {
3
- for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4
- }
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
+ };
5
12
  Object.defineProperty(exports, "__esModule", { value: true });
6
- __export(require("./Pressable"));
13
+ __exportStar(require("./Pressable.props"), exports);
14
+ __exportStar(require("./Pressable"), exports);
7
15
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;AACA,iCAA4B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oDAAkC;AAClC,8CAA4B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/pressable",
3
- "version": "0.8.1",
3
+ "version": "0.8.5",
4
4
  "description": "A cross-platform Pressable component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -18,9 +18,9 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@fluentui-react-native/adapters": ">=0.8.1 <1.0.0",
21
- "@fluentui-react-native/interactive-hooks": ">=0.11.1 <1.0.0",
22
- "@uifabricshared/foundation-composable": ">=0.10.0 <1.0.0",
23
- "@uifabricshared/foundation-settings": ">=0.11.0 <1.0.0"
21
+ "@fluentui-react-native/interactive-hooks": ">=0.11.5 <1.0.0",
22
+ "@uifabricshared/foundation-composable": ">=0.10.1 <1.0.0",
23
+ "@uifabricshared/foundation-settings": ">=0.11.1 <1.0.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",