@fluentui-react-native/framework 0.8.30 → 0.8.32

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,43 @@
2
2
  "name": "@fluentui-react-native/framework",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 30 Dec 2022 16:07:32 GMT",
5
+ "date": "Mon, 09 Jan 2023 22:22:53 GMT",
6
+ "tag": "@fluentui-react-native/framework_v0.8.32",
7
+ "version": "0.8.32",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui-react-native/framework",
13
+ "comment": "Bump @fluentui-react-native/default-theme to v0.16.22",
14
+ "commit": "17bf1b56555ea10ad474c765d447718a1742b982"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 06 Jan 2023 12:26:31 GMT",
21
+ "tag": "@fluentui-react-native/framework_v0.8.31",
22
+ "version": "0.8.31",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "78454019+lyzhan7@users.noreply.github.com",
27
+ "package": "@fluentui-react-native/framework",
28
+ "commit": "984ee826e94da2e7dabf162d02007727adba53ac",
29
+ "comment": "Change default theme const to a method"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui-react-native/framework",
34
+ "comment": "Bump @fluentui-react-native/default-theme to v0.16.21",
35
+ "commit": "984ee826e94da2e7dabf162d02007727adba53ac"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Fri, 30 Dec 2022 16:09:27 GMT",
6
42
  "tag": "@fluentui-react-native/framework_v0.8.30",
7
43
  "version": "0.8.30",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @fluentui-react-native/framework
2
2
 
3
- This log was last generated on Fri, 30 Dec 2022 16:07:32 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 09 Jan 2023 22:22:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.32
8
+
9
+ Mon, 09 Jan 2023 22:22:53 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @fluentui-react-native/default-theme to v0.16.22
14
+
15
+ ## 0.8.31
16
+
17
+ Fri, 06 Jan 2023 12:26:31 GMT
18
+
19
+ ### Patches
20
+
21
+ - Change default theme const to a method (78454019+lyzhan7@users.noreply.github.com)
22
+ - Bump @fluentui-react-native/default-theme to v0.16.21
23
+
7
24
  ## 0.8.30
8
25
 
9
- Fri, 30 Dec 2022 16:07:32 GMT
26
+ Fri, 30 Dec 2022 16:09:27 GMT
10
27
 
11
28
  ### Patches
12
29
 
@@ -6,6 +6,6 @@ import { useTheme } from '@fluentui-react-native/theme-types';
6
6
  * @returns - a valid Theme object
7
7
  */
8
8
  export function useFluentTheme() {
9
- return useTheme() || defaultFluentTheme;
9
+ return useTheme() || defaultFluentTheme();
10
10
  }
11
11
  //# sourceMappingURL=useFluentTheme.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"useFluentTheme.js","sourceRoot":"","sources":["../src/useFluentTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,EAAS,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAErE;;;;GAIG;AACH,MAAM,UAAU,cAAc;IAC5B,OAAO,QAAQ,EAAE,IAAI,kBAAkB,CAAC;AAC1C,CAAC"}
1
+ {"version":3,"file":"useFluentTheme.js","sourceRoot":"","sources":["../src/useFluentTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,EAAS,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAErE;;;;GAIG;AACH,MAAM,UAAU,cAAc;IAC5B,OAAO,QAAQ,EAAE,IAAI,kBAAkB,EAAE,CAAC;AAC5C,CAAC"}
@@ -9,7 +9,7 @@ var theme_types_1 = require("@fluentui-react-native/theme-types");
9
9
  * @returns - a valid Theme object
10
10
  */
11
11
  function useFluentTheme() {
12
- return (0, theme_types_1.useTheme)() || default_theme_1.defaultFluentTheme;
12
+ return (0, theme_types_1.useTheme)() || (0, default_theme_1.defaultFluentTheme)();
13
13
  }
14
14
  exports.useFluentTheme = useFluentTheme;
15
15
  //# sourceMappingURL=useFluentTheme.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"useFluentTheme.js","sourceRoot":"","sources":["../src/useFluentTheme.ts"],"names":[],"mappings":";;;AAAA,sEAA0E;AAC1E,kEAAqE;AAErE;;;;GAIG;AACH,SAAgB,cAAc;IAC5B,OAAO,IAAA,sBAAQ,GAAE,IAAI,kCAAkB,CAAC;AAC1C,CAAC;AAFD,wCAEC"}
1
+ {"version":3,"file":"useFluentTheme.js","sourceRoot":"","sources":["../src/useFluentTheme.ts"],"names":[],"mappings":";;;AAAA,sEAA0E;AAC1E,kEAAqE;AAErE;;;;GAIG;AACH,SAAgB,cAAc;IAC5B,OAAO,IAAA,sBAAQ,GAAE,IAAI,IAAA,kCAAkB,GAAE,CAAC;AAC5C,CAAC;AAFD,wCAEC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/framework",
3
- "version": "0.8.30",
3
+ "version": "0.8.32",
4
4
  "description": "Component framework used by fluentui react native controls",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@fluentui-react-native/composition": ">=0.8.1 <1.0.0",
28
- "@fluentui-react-native/default-theme": ">=0.16.20 <1.0.0",
28
+ "@fluentui-react-native/default-theme": ">=0.16.22 <1.0.0",
29
29
  "@fluentui-react-native/immutable-merge": "^1.1.7",
30
30
  "@fluentui-react-native/merge-props": ">=0.5.1 <1.0.0",
31
31
  "@fluentui-react-native/theme-types": ">=0.28.0 <1.0.0",
@@ -7,5 +7,5 @@ import { Theme, useTheme } from '@fluentui-react-native/theme-types';
7
7
  * @returns - a valid Theme object
8
8
  */
9
9
  export function useFluentTheme(): Theme {
10
- return useTheme() || defaultFluentTheme;
10
+ return useTheme() || defaultFluentTheme();
11
11
  }