@fluentui-react-native/win32-theme 0.25.11 → 0.26.0

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,103 @@
2
2
  "name": "@fluentui-react-native/win32-theme",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 03 May 2023 07:04:22 GMT",
5
+ "date": "Mon, 05 Jun 2023 19:19:50 GMT",
6
+ "tag": "@fluentui-react-native/win32-theme_v0.26.0",
7
+ "version": "0.26.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "sanajmi@microsoft.com",
12
+ "package": "@fluentui-react-native/win32-theme",
13
+ "commit": "8c0f9d27e34913da82c00299c12c399877257325",
14
+ "comment": "Upgrade to React Native 0.71"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/win32-theme",
19
+ "comment": "Bump @fluentui-react-native/default-theme to v0.19.0",
20
+ "commit": "8c0f9d27e34913da82c00299c12c399877257325"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/win32-theme",
25
+ "comment": "Bump @fluentui-react-native/memo-cache to v1.2.0",
26
+ "commit": "8c0f9d27e34913da82c00299c12c399877257325"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/win32-theme",
31
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.25.0",
32
+ "commit": "8c0f9d27e34913da82c00299c12c399877257325"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/win32-theme",
37
+ "comment": "Bump @fluentui-react-native/theme-types to v0.32.0",
38
+ "commit": "8c0f9d27e34913da82c00299c12c399877257325"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/win32-theme",
43
+ "comment": "Bump @fluentui-react-native/theme to v0.9.0",
44
+ "commit": "8c0f9d27e34913da82c00299c12c399877257325"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/win32-theme",
49
+ "comment": "Bump @fluentui-react-native/theming-utils to v0.24.0",
50
+ "commit": "8c0f9d27e34913da82c00299c12c399877257325"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Tue, 30 May 2023 20:34:15 GMT",
57
+ "tag": "@fluentui-react-native/win32-theme_v0.25.12",
58
+ "version": "0.25.12",
59
+ "comments": {
60
+ "patch": [
61
+ {
62
+ "author": "78454019+lyzhan7@users.noreply.github.com",
63
+ "package": "@fluentui-react-native/win32-theme",
64
+ "commit": "09fa3b65fd9d29f4dc4769e1e479fb5a82812979",
65
+ "comment": "Add macOS status tokens and accessible mobile stroke colors to AliasColorTokens interface"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui-react-native/win32-theme",
70
+ "comment": "Bump @fluentui-react-native/default-theme to v0.18.4",
71
+ "commit": "09fa3b65fd9d29f4dc4769e1e479fb5a82812979"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui-react-native/win32-theme",
76
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.24.7",
77
+ "commit": "09fa3b65fd9d29f4dc4769e1e479fb5a82812979"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui-react-native/win32-theme",
82
+ "comment": "Bump @fluentui-react-native/theme-types to v0.31.2",
83
+ "commit": "09fa3b65fd9d29f4dc4769e1e479fb5a82812979"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui-react-native/win32-theme",
88
+ "comment": "Bump @fluentui-react-native/theme to v0.8.5",
89
+ "commit": "09fa3b65fd9d29f4dc4769e1e479fb5a82812979"
90
+ },
91
+ {
92
+ "author": "beachball",
93
+ "package": "@fluentui-react-native/win32-theme",
94
+ "comment": "Bump @fluentui-react-native/theming-utils to v0.23.12",
95
+ "commit": "09fa3b65fd9d29f4dc4769e1e479fb5a82812979"
96
+ }
97
+ ]
98
+ }
99
+ },
100
+ {
101
+ "date": "Wed, 03 May 2023 07:08:52 GMT",
6
102
  "tag": "@fluentui-react-native/win32-theme_v0.25.11",
7
103
  "version": "0.25.11",
8
104
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui-react-native/win32-theme
2
2
 
3
- This log was last generated on Wed, 03 May 2023 07:04:22 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 05 Jun 2023 19:19:50 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.26.0
8
+
9
+ Mon, 05 Jun 2023 19:19:50 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Upgrade to React Native 0.71 (sanajmi@microsoft.com)
14
+ - Bump @fluentui-react-native/default-theme to v0.19.0
15
+ - Bump @fluentui-react-native/memo-cache to v1.2.0
16
+ - Bump @fluentui-react-native/theme-tokens to v0.25.0
17
+ - Bump @fluentui-react-native/theme-types to v0.32.0
18
+ - Bump @fluentui-react-native/theme to v0.9.0
19
+ - Bump @fluentui-react-native/theming-utils to v0.24.0
20
+
21
+ ## 0.25.12
22
+
23
+ Tue, 30 May 2023 20:34:15 GMT
24
+
25
+ ### Patches
26
+
27
+ - Add macOS status tokens and accessible mobile stroke colors to AliasColorTokens interface (78454019+lyzhan7@users.noreply.github.com)
28
+ - Bump @fluentui-react-native/default-theme to v0.18.4
29
+ - Bump @fluentui-react-native/theme-tokens to v0.24.7
30
+ - Bump @fluentui-react-native/theme-types to v0.31.2
31
+ - Bump @fluentui-react-native/theme to v0.8.5
32
+ - Bump @fluentui-react-native/theming-utils to v0.23.12
33
+
7
34
  ## 0.25.11
8
35
 
9
- Wed, 03 May 2023 07:04:22 GMT
36
+ Wed, 03 May 2023 07:08:52 GMT
10
37
 
11
38
  ### Patches
12
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/win32-theme",
3
- "version": "0.25.11",
3
+ "version": "0.26.0",
4
4
  "description": "Win32 office theme that works with the theming native module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,27 +27,26 @@
27
27
  "author": "",
28
28
  "license": "MIT",
29
29
  "dependencies": {
30
- "@fluentui-react-native/default-theme": ">=0.18.3 <1.0.0",
31
- "@fluentui-react-native/design-tokens-win32": "^0.49.0",
32
- "@fluentui-react-native/memo-cache": "^1.1.8",
33
- "@fluentui-react-native/theme-tokens": ">=0.24.6 <1.0.0",
34
- "@fluentui-react-native/theme-types": ">=0.31.1 <1.0.0",
35
- "@fluentui-react-native/theme": ">=0.8.4 <1.0.0",
36
- "@fluentui-react-native/theming-utils": ">=0.23.11 <1.0.0",
30
+ "@fluentui-react-native/default-theme": ">=0.19.0 <1.0.0",
31
+ "@fluentui-react-native/design-tokens-win32": "^0.50.0",
32
+ "@fluentui-react-native/memo-cache": "^1.2.0",
33
+ "@fluentui-react-native/theme-tokens": ">=0.25.0 <1.0.0",
34
+ "@fluentui-react-native/theme-types": ">=0.32.0 <1.0.0",
35
+ "@fluentui-react-native/theme": ">=0.9.0 <1.0.0",
36
+ "@fluentui-react-native/theming-utils": ">=0.24.0 <1.0.0",
37
37
  "tslib": "^2.3.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@fluentui-react-native/eslint-config-rules": "^0.1.1",
41
41
  "@fluentui-react-native/scripts": "^0.1.1",
42
- "@office-iss/react-native-win32": "^0.68.0",
43
- "@types/react": "^17.0.2",
44
- "@types/react-native": "^0.68.0",
45
- "react": "17.0.2",
46
- "react-native": "^0.68.0"
42
+ "@office-iss/react-native-win32": "^0.71.0",
43
+ "@types/react": "^18.2.0",
44
+ "react": "18.2.0",
45
+ "react-native": "^0.71.0"
47
46
  },
48
47
  "peerDependencies": {
49
- "react": "17.0.2",
50
- "react-native": "^0.68.0"
48
+ "react": "18.2.0",
49
+ "react-native": "^0.71.0"
51
50
  },
52
51
  "rnx-kit": {
53
52
  "kitType": "library",
@@ -56,7 +55,7 @@
56
55
  "microsoft/react-native"
57
56
  ],
58
57
  "requirements": [
59
- "react-native@0.68"
58
+ "react-native@0.71"
60
59
  ],
61
60
  "capabilities": [
62
61
  "core",