@fluentui-react-native/win32-theme 0.34.4 → 0.34.6

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
@@ -1,6 +1,51 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/win32-theme",
3
3
  "entries": [
4
+ {
5
+ "date": "Thu, 12 Jun 2025 03:17:16 GMT",
6
+ "version": "0.34.6",
7
+ "tag": "@fluentui-react-native/win32-theme_v0.34.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "4123478+tido64@users.noreply.github.com",
12
+ "package": "@fluentui-react-native/win32-theme",
13
+ "commit": "24b9abab3370f008afd2dbb304751fc9af6bec4a",
14
+ "comment": "Add support for React Native 0.74"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 11 Jun 2025 19:34:45 GMT",
21
+ "version": "0.34.5",
22
+ "tag": "@fluentui-react-native/win32-theme_v0.34.5",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "4123478+tido64@users.noreply.github.com",
27
+ "package": "@fluentui-react-native/win32-theme",
28
+ "commit": "2342b87a20e5a584bd2073c8c5a266f0aa48c8bb",
29
+ "comment": "Added missing dev dependencies"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Wed, 29 Jan 2025 23:43:52 GMT",
36
+ "version": "0.34.5",
37
+ "tag": "@fluentui-react-native/win32-theme_v0.34.5",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "sanajmi@microsoft.com",
42
+ "package": "@fluentui-react-native/win32-theme",
43
+ "commit": "5ca24ac45054439768404d117213a2ae4767235d",
44
+ "comment": "fix tsconfig for jest types"
45
+ }
46
+ ]
47
+ }
48
+ },
4
49
  {
5
50
  "date": "Fri, 12 Jul 2024 17:42:47 GMT",
6
51
  "version": "0.34.3",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,25 @@
1
1
  # Change Log - @fluentui-react-native/win32-theme
2
2
 
3
- This log was last generated on Fri, 12 Jul 2024 17:42:47 GMT and should not be manually modified.
3
+ <!-- This log was last generated on Thu, 12 Jun 2025 03:17:16 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.34.6
8
+
9
+ Thu, 12 Jun 2025 03:17:16 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add support for React Native 0.74 (4123478+tido64@users.noreply.github.com)
14
+
15
+ ## 0.34.5
16
+
17
+ Wed, 29 Jan 2025 23:43:52 GMT
18
+
19
+ ### Patches
20
+
21
+ - fix tsconfig for jest types (sanajmi@microsoft.com)
22
+
7
23
  ## 0.34.3
8
24
 
9
25
  Fri, 12 Jul 2024 17:42:47 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/win32-theme",
3
- "version": "0.34.4",
3
+ "version": "0.34.6",
4
4
  "description": "Win32 office theme that works with the theming native module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,31 +27,32 @@
27
27
  "author": "",
28
28
  "license": "MIT",
29
29
  "dependencies": {
30
- "@fluentui-react-native/default-theme": "0.26.1",
30
+ "@fluentui-react-native/default-theme": "0.26.3",
31
31
  "@fluentui-react-native/design-tokens-win32": "^0.53.0",
32
32
  "@fluentui-react-native/memo-cache": "1.3.3",
33
- "@fluentui-react-native/theme": "0.11.0",
34
- "@fluentui-react-native/theme-tokens": "0.27.0",
35
- "@fluentui-react-native/theme-types": "0.39.0",
36
- "@fluentui-react-native/theming-utils": "0.26.0",
33
+ "@fluentui-react-native/theme": "0.11.2",
34
+ "@fluentui-react-native/theme-tokens": "0.27.2",
35
+ "@fluentui-react-native/theme-types": "0.39.2",
36
+ "@fluentui-react-native/theming-utils": "0.26.2",
37
37
  "tslib": "^2.3.1"
38
38
  },
39
39
  "devDependencies": {
40
+ "@babel/core": "^7.20.0",
40
41
  "@fluentui-react-native/eslint-config-rules": "0.1.1",
41
42
  "@fluentui-react-native/scripts": "0.1.1",
42
- "@office-iss/react-native-win32": "^0.73.0",
43
- "@react-native/babel-preset": "^0.73.0",
44
- "@react-native/metro-config": "^0.73.0",
43
+ "@office-iss/react-native-win32": "^0.74.0",
44
+ "@react-native/babel-preset": "^0.74.0",
45
+ "@react-native/metro-config": "^0.74.0",
45
46
  "@types/react": "^18.2.0",
46
47
  "react": "18.2.0",
47
- "react-native": "^0.73.0"
48
+ "react-native": "^0.74.0"
48
49
  },
49
50
  "peerDependencies": {
50
- "@office-iss/react-native-win32": "^0.73.0",
51
+ "@office-iss/react-native-win32": "^0.74.0",
51
52
  "react": "18.2.0",
52
- "react-native": "^0.73.0",
53
- "react-native-macos": "^0.73.0",
54
- "react-native-windows": "^0.73.0"
53
+ "react-native": "^0.73.0 || ^0.74.0",
54
+ "react-native-macos": "^0.73.0 || ^0.74.0",
55
+ "react-native-windows": "^0.73.0 || ^0.74.0"
55
56
  },
56
57
  "rnx-kit": {
57
58
  "kitType": "library",
@@ -59,9 +60,14 @@
59
60
  "presets": [
60
61
  "microsoft/react-native"
61
62
  ],
62
- "requirements": [
63
- "react-native@0.73"
64
- ],
63
+ "requirements": {
64
+ "development": [
65
+ "react-native@0.74"
66
+ ],
67
+ "production": [
68
+ "react-native@0.73 || 0.74"
69
+ ]
70
+ },
65
71
  "capabilities": [
66
72
  "core",
67
73
  "core-android",