@fluentui/react-theme 9.0.0-rc.1 → 9.0.0-rc.10

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.
Files changed (192) hide show
  1. package/CHANGELOG.json +211 -1
  2. package/CHANGELOG.md +120 -38
  3. package/dist/index.d.ts +433 -0
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/alias/{dark.js → darkColor.js} +20 -31
  6. package/lib/alias/darkColor.js.map +1 -0
  7. package/lib/alias/darkColorPalette.js +33 -0
  8. package/lib/alias/darkColorPalette.js.map +1 -0
  9. package/lib/alias/{highContrast.js → highContrastColor.js} +8 -19
  10. package/lib/alias/highContrastColor.js.map +1 -0
  11. package/lib/alias/highContrastColorPalette.js +33 -0
  12. package/lib/alias/highContrastColorPalette.js.map +1 -0
  13. package/lib/alias/{light.js → lightColor.js} +9 -20
  14. package/lib/alias/lightColor.js.map +1 -0
  15. package/lib/alias/lightColorPalette.js +33 -0
  16. package/lib/alias/lightColorPalette.js.map +1 -0
  17. package/lib/alias/{teamsDark.js → teamsDarkColor.js} +20 -31
  18. package/lib/alias/teamsDarkColor.js.map +1 -0
  19. package/lib/alias/teamsDarkColorPalette.js +33 -0
  20. package/lib/alias/teamsDarkColorPalette.js.map +1 -0
  21. package/lib/global/borderRadius.js.map +1 -1
  22. package/lib/global/brandColors.js +16 -16
  23. package/lib/global/brandColors.js.map +1 -1
  24. package/lib/global/colors.js +45 -27
  25. package/lib/global/colors.js.map +1 -1
  26. package/lib/global/curves.js +12 -0
  27. package/lib/global/curves.js.map +1 -0
  28. package/lib/global/durations.js +10 -0
  29. package/lib/global/durations.js.map +1 -0
  30. package/lib/global/fonts.js.map +1 -1
  31. package/lib/global/index.js +5 -0
  32. package/lib/global/index.js.map +1 -1
  33. package/lib/global/spacings.js +40 -0
  34. package/lib/global/spacings.js.map +1 -0
  35. package/lib/global/strokeWidths.js.map +1 -1
  36. package/lib/global/typographyStyles.js +104 -0
  37. package/lib/global/typographyStyles.js.map +1 -0
  38. package/lib/index.js +3 -2
  39. package/lib/index.js.map +1 -1
  40. package/lib/themeToTokensObject.js.map +1 -1
  41. package/lib/themes/index.js.map +1 -1
  42. package/lib/themes/teams/darkTheme.js.map +1 -1
  43. package/lib/themes/teams/highContrastTheme.js.map +1 -1
  44. package/lib/themes/teams/index.js.map +1 -1
  45. package/lib/themes/teams/lightTheme.js.map +1 -1
  46. package/lib/themes/web/darkTheme.js.map +1 -1
  47. package/lib/themes/web/index.js +0 -1
  48. package/lib/themes/web/index.js.map +1 -1
  49. package/lib/themes/web/lightTheme.js.map +1 -1
  50. package/lib/tokens.js +116 -377
  51. package/lib/tokens.js.map +1 -1
  52. package/lib/types.js.map +1 -1
  53. package/lib/utils/createDarkTheme.js +9 -1
  54. package/lib/utils/createDarkTheme.js.map +1 -1
  55. package/lib/utils/createHighContrastTheme.js +9 -1
  56. package/lib/utils/createHighContrastTheme.js.map +1 -1
  57. package/lib/utils/createLightTheme.js +9 -1
  58. package/lib/utils/createLightTheme.js.map +1 -1
  59. package/lib/utils/createTeamsDarkTheme.js +9 -1
  60. package/lib/utils/createTeamsDarkTheme.js.map +1 -1
  61. package/lib/utils/index.js.map +1 -1
  62. package/lib/utils/shadows.js.map +1 -1
  63. package/lib-commonjs/alias/{dark.js → darkColor.js} +20 -31
  64. package/lib-commonjs/alias/darkColor.js.map +1 -0
  65. package/lib-commonjs/alias/darkColorPalette.js +41 -0
  66. package/lib-commonjs/alias/darkColorPalette.js.map +1 -0
  67. package/lib-commonjs/alias/{highContrast.js → highContrastColor.js} +8 -19
  68. package/lib-commonjs/alias/highContrastColor.js.map +1 -0
  69. package/lib-commonjs/alias/highContrastColorPalette.js +41 -0
  70. package/lib-commonjs/alias/highContrastColorPalette.js.map +1 -0
  71. package/lib-commonjs/alias/{light.js → lightColor.js} +9 -20
  72. package/lib-commonjs/alias/lightColor.js.map +1 -0
  73. package/lib-commonjs/alias/lightColorPalette.js +41 -0
  74. package/lib-commonjs/alias/lightColorPalette.js.map +1 -0
  75. package/lib-commonjs/alias/{teamsDark.js → teamsDarkColor.js} +20 -31
  76. package/lib-commonjs/alias/teamsDarkColor.js.map +1 -0
  77. package/lib-commonjs/alias/teamsDarkColorPalette.js +41 -0
  78. package/lib-commonjs/alias/teamsDarkColorPalette.js.map +1 -0
  79. package/lib-commonjs/global/borderRadius.js.map +1 -1
  80. package/lib-commonjs/global/brandColors.js +16 -16
  81. package/lib-commonjs/global/brandColors.js.map +1 -1
  82. package/lib-commonjs/global/colors.js +46 -28
  83. package/lib-commonjs/global/colors.js.map +1 -1
  84. package/lib-commonjs/global/curves.js +18 -0
  85. package/lib-commonjs/global/curves.js.map +1 -0
  86. package/lib-commonjs/global/durations.js +16 -0
  87. package/lib-commonjs/global/durations.js.map +1 -0
  88. package/lib-commonjs/global/fonts.js.map +1 -1
  89. package/lib-commonjs/global/index.js +10 -0
  90. package/lib-commonjs/global/index.js.map +1 -1
  91. package/lib-commonjs/global/spacings.js +46 -0
  92. package/lib-commonjs/global/spacings.js.map +1 -0
  93. package/lib-commonjs/global/strokeWidths.js.map +1 -1
  94. package/lib-commonjs/global/typographyStyles.js +112 -0
  95. package/lib-commonjs/global/typographyStyles.js.map +1 -0
  96. package/lib-commonjs/index.js +67 -4
  97. package/lib-commonjs/index.js.map +1 -1
  98. package/lib-commonjs/themeToTokensObject.js.map +1 -1
  99. package/lib-commonjs/themes/index.js.map +1 -1
  100. package/lib-commonjs/themes/teams/darkTheme.js.map +1 -1
  101. package/lib-commonjs/themes/teams/highContrastTheme.js.map +1 -1
  102. package/lib-commonjs/themes/teams/index.js.map +1 -1
  103. package/lib-commonjs/themes/teams/lightTheme.js.map +1 -1
  104. package/lib-commonjs/themes/web/darkTheme.js.map +1 -1
  105. package/lib-commonjs/themes/web/index.js +0 -2
  106. package/lib-commonjs/themes/web/index.js.map +1 -1
  107. package/lib-commonjs/themes/web/lightTheme.js.map +1 -1
  108. package/lib-commonjs/tokens.js +116 -377
  109. package/lib-commonjs/tokens.js.map +1 -1
  110. package/lib-commonjs/types.js.map +1 -1
  111. package/lib-commonjs/utils/createDarkTheme.js +15 -3
  112. package/lib-commonjs/utils/createDarkTheme.js.map +1 -1
  113. package/lib-commonjs/utils/createHighContrastTheme.js +15 -3
  114. package/lib-commonjs/utils/createHighContrastTheme.js.map +1 -1
  115. package/lib-commonjs/utils/createLightTheme.js +15 -3
  116. package/lib-commonjs/utils/createLightTheme.js.map +1 -1
  117. package/lib-commonjs/utils/createTeamsDarkTheme.js +15 -3
  118. package/lib-commonjs/utils/createTeamsDarkTheme.js.map +1 -1
  119. package/lib-commonjs/utils/index.js.map +1 -1
  120. package/lib-commonjs/utils/shadows.js.map +1 -1
  121. package/package.json +13 -9
  122. package/dist/react-theme.d.ts +0 -358
  123. package/lib/alias/dark.d.ts +0 -3
  124. package/lib/alias/dark.js.map +0 -1
  125. package/lib/alias/highContrast.d.ts +0 -3
  126. package/lib/alias/highContrast.js.map +0 -1
  127. package/lib/alias/light.d.ts +0 -3
  128. package/lib/alias/light.js.map +0 -1
  129. package/lib/alias/teamsDark.d.ts +0 -3
  130. package/lib/alias/teamsDark.js.map +0 -1
  131. package/lib/global/borderRadius.d.ts +0 -2
  132. package/lib/global/brandColors.d.ts +0 -4
  133. package/lib/global/colors.d.ts +0 -15
  134. package/lib/global/fonts.d.ts +0 -5
  135. package/lib/global/index.d.ts +0 -4
  136. package/lib/global/strokeWidths.d.ts +0 -2
  137. package/lib/index.d.ts +0 -5
  138. package/lib/themeToTokensObject.d.ts +0 -10
  139. package/lib/themes/index.d.ts +0 -2
  140. package/lib/themes/teams/darkTheme.d.ts +0 -2
  141. package/lib/themes/teams/highContrastTheme.d.ts +0 -2
  142. package/lib/themes/teams/index.d.ts +0 -3
  143. package/lib/themes/teams/lightTheme.d.ts +0 -2
  144. package/lib/themes/web/darkTheme.d.ts +0 -2
  145. package/lib/themes/web/highContrastTheme.d.ts +0 -2
  146. package/lib/themes/web/highContrastTheme.js +0 -3
  147. package/lib/themes/web/highContrastTheme.js.map +0 -1
  148. package/lib/themes/web/index.d.ts +0 -3
  149. package/lib/themes/web/lightTheme.d.ts +0 -2
  150. package/lib/tokens.d.ts +0 -2
  151. package/lib/types.d.ts +0 -342
  152. package/lib/utils/createDarkTheme.d.ts +0 -2
  153. package/lib/utils/createHighContrastTheme.d.ts +0 -2
  154. package/lib/utils/createLightTheme.d.ts +0 -2
  155. package/lib/utils/createTeamsDarkTheme.d.ts +0 -2
  156. package/lib/utils/index.d.ts +0 -4
  157. package/lib/utils/shadows.d.ts +0 -3
  158. package/lib-commonjs/alias/dark.d.ts +0 -3
  159. package/lib-commonjs/alias/dark.js.map +0 -1
  160. package/lib-commonjs/alias/highContrast.d.ts +0 -3
  161. package/lib-commonjs/alias/highContrast.js.map +0 -1
  162. package/lib-commonjs/alias/light.d.ts +0 -3
  163. package/lib-commonjs/alias/light.js.map +0 -1
  164. package/lib-commonjs/alias/teamsDark.d.ts +0 -3
  165. package/lib-commonjs/alias/teamsDark.js.map +0 -1
  166. package/lib-commonjs/global/borderRadius.d.ts +0 -2
  167. package/lib-commonjs/global/brandColors.d.ts +0 -4
  168. package/lib-commonjs/global/colors.d.ts +0 -15
  169. package/lib-commonjs/global/fonts.d.ts +0 -5
  170. package/lib-commonjs/global/index.d.ts +0 -4
  171. package/lib-commonjs/global/strokeWidths.d.ts +0 -2
  172. package/lib-commonjs/index.d.ts +0 -5
  173. package/lib-commonjs/themeToTokensObject.d.ts +0 -10
  174. package/lib-commonjs/themes/index.d.ts +0 -2
  175. package/lib-commonjs/themes/teams/darkTheme.d.ts +0 -2
  176. package/lib-commonjs/themes/teams/highContrastTheme.d.ts +0 -2
  177. package/lib-commonjs/themes/teams/index.d.ts +0 -3
  178. package/lib-commonjs/themes/teams/lightTheme.d.ts +0 -2
  179. package/lib-commonjs/themes/web/darkTheme.d.ts +0 -2
  180. package/lib-commonjs/themes/web/highContrastTheme.d.ts +0 -2
  181. package/lib-commonjs/themes/web/highContrastTheme.js +0 -11
  182. package/lib-commonjs/themes/web/highContrastTheme.js.map +0 -1
  183. package/lib-commonjs/themes/web/index.d.ts +0 -3
  184. package/lib-commonjs/themes/web/lightTheme.d.ts +0 -2
  185. package/lib-commonjs/tokens.d.ts +0 -2
  186. package/lib-commonjs/types.d.ts +0 -342
  187. package/lib-commonjs/utils/createDarkTheme.d.ts +0 -2
  188. package/lib-commonjs/utils/createHighContrastTheme.d.ts +0 -2
  189. package/lib-commonjs/utils/createLightTheme.d.ts +0 -2
  190. package/lib-commonjs/utils/createTeamsDarkTheme.d.ts +0 -2
  191. package/lib-commonjs/utils/index.d.ts +0 -4
  192. package/lib-commonjs/utils/shadows.d.ts +0 -3
package/CHANGELOG.json CHANGED
@@ -2,7 +2,217 @@
2
2
  "name": "@fluentui/react-theme",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 10 Feb 2022 08:44:15 GMT",
5
+ "date": "Tue, 21 Jun 2022 17:09:27 GMT",
6
+ "tag": "@fluentui/react-theme_v9.0.0-rc.10",
7
+ "version": "9.0.0-rc.10",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "miroslav.stastny@microsoft.com",
12
+ "package": "@fluentui/react-theme",
13
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed",
14
+ "comment": "BREAKING: reduce shared colors"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 23 May 2022 18:56:50 GMT",
21
+ "tag": "@fluentui/react-theme_v9.0.0-rc.9",
22
+ "version": "9.0.0-rc.9",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "miroslav.stastny@microsoft.com",
27
+ "package": "@fluentui/react-theme",
28
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
29
+ "comment": "Remove webHighContrast theme"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 23 May 2022 12:13:56 GMT",
36
+ "tag": "@fluentui/react-theme_v9.0.0-rc.8",
37
+ "version": "9.0.0-rc.8",
38
+ "comments": {
39
+ "prerelease": [
40
+ {
41
+ "author": "martinhochel@microsoft.com",
42
+ "package": "@fluentui/react-theme",
43
+ "commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
44
+ "comment": "feat: ship rolluped only dts"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Thu, 05 May 2022 18:26:27 GMT",
51
+ "tag": "@fluentui/react-theme_v9.0.0-rc.7",
52
+ "version": "9.0.0-rc.7",
53
+ "comments": {
54
+ "prerelease": [
55
+ {
56
+ "author": "miroslav.stastny@microsoft.com",
57
+ "package": "@fluentui/react-theme",
58
+ "commit": "cb0b4bd7ac79ccf27539a12104f651f5d330e464",
59
+ "comment": "Export TypographyStyle type"
60
+ },
61
+ {
62
+ "author": "humberto_makoto@hotmail.com",
63
+ "package": "@fluentui/react-theme",
64
+ "commit": "975977d075e01a9091fcf2b9b84c14f829135fa7",
65
+ "comment": "Removing star exports."
66
+ },
67
+ {
68
+ "author": "gcox@microsoft.com",
69
+ "package": "@fluentui/react-theme",
70
+ "commit": "d325a31bcd5d144e2a40ee4bf085e8ef6b3f5d73",
71
+ "comment": "Added ms suffix to durations"
72
+ }
73
+ ],
74
+ "none": [
75
+ {
76
+ "author": "miroslav.stastny@microsoft.com",
77
+ "package": "@fluentui/react-theme",
78
+ "commit": "00a4a1dd582f5695b7cb9bba48fb8537534bbec0",
79
+ "comment": "Generate theme tokens using token pipeline"
80
+ }
81
+ ]
82
+ }
83
+ },
84
+ {
85
+ "date": "Wed, 04 May 2022 13:26:33 GMT",
86
+ "tag": "@fluentui/react-theme_v9.0.0-rc.6",
87
+ "version": "9.0.0-rc.6",
88
+ "comments": {
89
+ "prerelease": [
90
+ {
91
+ "author": "gcox@microsoft.com",
92
+ "package": "@fluentui/react-theme",
93
+ "commit": "27ba5613b1253801c3ae4e2aba0fc9eb2ae464b8",
94
+ "comment": "Add px suffix to spacings"
95
+ },
96
+ {
97
+ "author": "gcox@microsoft.com",
98
+ "package": "@fluentui/react-theme",
99
+ "commit": "75ad2567f62e804a8deb3ea6016ba8a674c45627",
100
+ "comment": "Fixed typo in typography"
101
+ },
102
+ {
103
+ "author": "gcox@microsoft.com",
104
+ "package": "@fluentui/react-theme",
105
+ "commit": "7ad290b51135cb84c84e7dd8771bd712892c7484",
106
+ "comment": "Fixed line-height in title2"
107
+ },
108
+ {
109
+ "author": "gcox@microsoft.com",
110
+ "package": "@fluentui/react-theme",
111
+ "commit": "57583bfffa6bf28be389dec6c642f36ed253ecdd",
112
+ "comment": "Added global theme types and tokens"
113
+ },
114
+ {
115
+ "author": "miroslav.stastny@microsoft.com",
116
+ "package": "@fluentui/react-theme",
117
+ "commit": "3e0ff753cbb3375f28477b2249ecd8b012e2e946",
118
+ "comment": "fix(react-theme): Update CompoundBrandBackground and BrandStroke1"
119
+ },
120
+ {
121
+ "author": "gcox@microsoft.com",
122
+ "package": "@fluentui/react-theme",
123
+ "commit": "354c4f6290d7957345fd53a8f26c8f5472ff92db",
124
+ "comment": "Add base font family per figma"
125
+ },
126
+ {
127
+ "author": "gcox@microsoft.com",
128
+ "package": "@fluentui/react-theme",
129
+ "commit": "78da3be7484d156379a105048c535767f7e1b85f",
130
+ "comment": "Added typeography styles"
131
+ },
132
+ {
133
+ "author": "miroslav.stastny@microsoft.com",
134
+ "package": "@fluentui/react-theme",
135
+ "commit": "e45629a0978492d5a8a44934f5263e47862ac8b3",
136
+ "comment": "feat(react-theme): Add colorNeutralForeground2Link color tokens"
137
+ }
138
+ ],
139
+ "none": [
140
+ {
141
+ "author": "tristan.watanabe@gmail.com",
142
+ "package": "@fluentui/react-theme",
143
+ "commit": "8ec3d32fa26e6cf803ab9d18671fd51ba06c74ab",
144
+ "comment": "react-theme: Move to new common folder."
145
+ }
146
+ ]
147
+ }
148
+ },
149
+ {
150
+ "date": "Tue, 19 Apr 2022 19:17:02 GMT",
151
+ "tag": "@fluentui/react-theme_v9.0.0-rc.5",
152
+ "version": "9.0.0-rc.5",
153
+ "comments": {
154
+ "none": [
155
+ {
156
+ "author": "elcraig@microsoft.com",
157
+ "package": "@fluentui/react-theme",
158
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
159
+ "comment": "Update React dev deps and hoist them to the repo root"
160
+ },
161
+ {
162
+ "author": "mgodbolt@microsoft.com",
163
+ "package": "@fluentui/react-theme",
164
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
165
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
166
+ }
167
+ ],
168
+ "prerelease": [
169
+ {
170
+ "author": "miroslav.stastny@microsoft.com",
171
+ "package": "@fluentui/react-theme",
172
+ "commit": "d7e4ddf20d1ecb71d3dfc450c65ffde8c7394e3b",
173
+ "comment": "fix(react-theme): Update yellow shared color"
174
+ },
175
+ {
176
+ "author": "miroslav.stastny@microsoft.com",
177
+ "package": "@fluentui/react-theme",
178
+ "commit": "a91094de0bcf0467126052b6785fcbddd5ef0045",
179
+ "comment": "feat(react-theme): update color tokens"
180
+ }
181
+ ]
182
+ }
183
+ },
184
+ {
185
+ "date": "Fri, 04 Mar 2022 05:17:31 GMT",
186
+ "tag": "@fluentui/react-theme_v9.0.0-rc.4",
187
+ "version": "9.0.0-rc.4",
188
+ "comments": {
189
+ "prerelease": [
190
+ {
191
+ "author": "dzearing@microsoft.com",
192
+ "package": "@fluentui/react-theme",
193
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
194
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
195
+ }
196
+ ]
197
+ }
198
+ },
199
+ {
200
+ "date": "Fri, 18 Feb 2022 13:35:36 GMT",
201
+ "tag": "@fluentui/react-theme_v9.0.0-rc.3",
202
+ "version": "9.0.0-rc.3",
203
+ "comments": {
204
+ "prerelease": [
205
+ {
206
+ "author": "lingfangao@hotmail.com",
207
+ "package": "@fluentui/react-theme",
208
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
209
+ "comment": "fix: Source maps contain original source code"
210
+ }
211
+ ]
212
+ }
213
+ },
214
+ {
215
+ "date": "Thu, 10 Feb 2022 08:51:02 GMT",
6
216
  "tag": "@fluentui/react-theme_v9.0.0-rc.1",
7
217
  "version": "9.0.0-rc.1",
8
218
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,94 @@
1
1
  # Change Log - @fluentui/react-theme
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:44:15 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 21 Jun 2022 17:09:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.10)
8
+
9
+ Tue, 21 Jun 2022 17:09:27 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.9..@fluentui/react-theme_v9.0.0-rc.10)
11
+
12
+ ### Changes
13
+
14
+ - BREAKING: reduce shared colors ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by miroslav.stastny@microsoft.com)
15
+
16
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.9)
17
+
18
+ Mon, 23 May 2022 18:56:50 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.8..@fluentui/react-theme_v9.0.0-rc.9)
20
+
21
+ ### Changes
22
+
23
+ - Remove webHighContrast theme ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by miroslav.stastny@microsoft.com)
24
+
25
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.8)
26
+
27
+ Mon, 23 May 2022 12:13:56 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.7..@fluentui/react-theme_v9.0.0-rc.8)
29
+
30
+ ### Changes
31
+
32
+ - feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
33
+
34
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.7)
35
+
36
+ Thu, 05 May 2022 18:26:27 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.6..@fluentui/react-theme_v9.0.0-rc.7)
38
+
39
+ ### Changes
40
+
41
+ - Export TypographyStyle type ([PR #22832](https://github.com/microsoft/fluentui/pull/22832) by miroslav.stastny@microsoft.com)
42
+ - Removing star exports. ([PR #22810](https://github.com/microsoft/fluentui/pull/22810) by humberto_makoto@hotmail.com)
43
+ - Added ms suffix to durations ([PR #22831](https://github.com/microsoft/fluentui/pull/22831) by gcox@microsoft.com)
44
+
45
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.6)
46
+
47
+ Wed, 04 May 2022 13:26:33 GMT
48
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.5..@fluentui/react-theme_v9.0.0-rc.6)
49
+
50
+ ### Changes
51
+
52
+ - Add px suffix to spacings ([PR #22722](https://github.com/microsoft/fluentui/pull/22722) by gcox@microsoft.com)
53
+ - Fixed typo in typography ([PR #22625](https://github.com/microsoft/fluentui/pull/22625) by gcox@microsoft.com)
54
+ - Fixed line-height in title2 ([PR #22716](https://github.com/microsoft/fluentui/pull/22716) by gcox@microsoft.com)
55
+ - Added global theme types and tokens ([PR #22607](https://github.com/microsoft/fluentui/pull/22607) by gcox@microsoft.com)
56
+ - fix(react-theme): Update CompoundBrandBackground and BrandStroke1 ([PR #22751](https://github.com/microsoft/fluentui/pull/22751) by miroslav.stastny@microsoft.com)
57
+ - Add base font family per figma ([PR #22627](https://github.com/microsoft/fluentui/pull/22627) by gcox@microsoft.com)
58
+ - Added typeography styles ([PR #22610](https://github.com/microsoft/fluentui/pull/22610) by gcox@microsoft.com)
59
+ - feat(react-theme): Add colorNeutralForeground2Link color tokens ([PR #22570](https://github.com/microsoft/fluentui/pull/22570) by miroslav.stastny@microsoft.com)
60
+
61
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.5)
62
+
63
+ Tue, 19 Apr 2022 19:17:02 GMT
64
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.4..@fluentui/react-theme_v9.0.0-rc.5)
65
+
66
+ ### Changes
67
+
68
+ - fix(react-theme): Update yellow shared color ([PR #22450](https://github.com/microsoft/fluentui/pull/22450) by miroslav.stastny@microsoft.com)
69
+ - feat(react-theme): update color tokens ([PR #22238](https://github.com/microsoft/fluentui/pull/22238) by miroslav.stastny@microsoft.com)
70
+
71
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.4)
72
+
73
+ Fri, 04 Mar 2022 05:17:31 GMT
74
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.3..@fluentui/react-theme_v9.0.0-rc.4)
75
+
76
+ ### Changes
77
+
78
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
79
+
80
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.3)
81
+
82
+ Fri, 18 Feb 2022 13:35:36 GMT
83
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.1..@fluentui/react-theme_v9.0.0-rc.3)
84
+
85
+ ### Changes
86
+
87
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
88
+
7
89
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.1)
8
90
 
9
- Thu, 10 Feb 2022 08:44:15 GMT
91
+ Thu, 10 Feb 2022 08:51:02 GMT
10
92
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-beta.4..@fluentui/react-theme_v9.0.0-rc.1)
11
93
 
12
94
  ### Changes
@@ -23,7 +105,7 @@ Thu, 10 Feb 2022 08:44:15 GMT
23
105
 
24
106
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-beta.4)
25
107
 
26
- Thu, 25 Nov 2021 08:34:16 GMT
108
+ Thu, 25 Nov 2021 08:34:16 GMT
27
109
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-beta.3..@fluentui/react-theme_v9.0.0-beta.4)
28
110
 
29
111
  ### Changes
@@ -32,7 +114,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
32
114
 
33
115
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-beta.3)
34
116
 
35
- Fri, 12 Nov 2021 13:25:09 GMT
117
+ Fri, 12 Nov 2021 13:25:09 GMT
36
118
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-beta.2..@fluentui/react-theme_v9.0.0-beta.3)
37
119
 
38
120
  ### Changes
@@ -42,7 +124,7 @@ Fri, 12 Nov 2021 13:25:09 GMT
42
124
 
43
125
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-beta.2)
44
126
 
45
- Wed, 27 Oct 2021 12:14:23 GMT
127
+ Wed, 27 Oct 2021 12:14:23 GMT
46
128
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-beta.1..@fluentui/react-theme_v9.0.0-beta.2)
47
129
 
48
130
  ### Changes
@@ -52,7 +134,7 @@ Wed, 27 Oct 2021 12:14:23 GMT
52
134
 
53
135
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-beta.1)
54
136
 
55
- Wed, 06 Oct 2021 10:37:22 GMT
137
+ Wed, 06 Oct 2021 10:37:22 GMT
56
138
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.26..@fluentui/react-theme_v9.0.0-beta.1)
57
139
 
58
140
  ### Changes
@@ -61,7 +143,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
61
143
 
62
144
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.26)
63
145
 
64
- Fri, 01 Oct 2021 14:13:08 GMT
146
+ Fri, 01 Oct 2021 14:13:08 GMT
65
147
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.24..@fluentui/react-theme_v9.0.0-alpha.26)
66
148
 
67
149
  ### Changes
@@ -70,7 +152,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
70
152
 
71
153
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.24)
72
154
 
73
- Wed, 29 Sep 2021 08:06:11 GMT
155
+ Wed, 29 Sep 2021 08:06:11 GMT
74
156
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.23..@fluentui/react-theme_v9.0.0-alpha.24)
75
157
 
76
158
  ### Changes
@@ -79,7 +161,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
79
161
 
80
162
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.23)
81
163
 
82
- Tue, 21 Sep 2021 07:42:34 GMT
164
+ Tue, 21 Sep 2021 07:42:34 GMT
83
165
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.22..@fluentui/react-theme_v9.0.0-alpha.23)
84
166
 
85
167
  ### Changes
@@ -88,7 +170,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
88
170
 
89
171
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.22)
90
172
 
91
- Tue, 24 Aug 2021 07:34:48 GMT
173
+ Tue, 24 Aug 2021 07:34:48 GMT
92
174
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.21..@fluentui/react-theme_v9.0.0-alpha.22)
93
175
 
94
176
  ### Changes
@@ -97,7 +179,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
97
179
 
98
180
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.21)
99
181
 
100
- Fri, 20 Aug 2021 07:37:28 GMT
182
+ Fri, 20 Aug 2021 07:37:28 GMT
101
183
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.20..@fluentui/react-theme_v9.0.0-alpha.21)
102
184
 
103
185
  ### Changes
@@ -106,7 +188,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
106
188
 
107
189
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.20)
108
190
 
109
- Tue, 03 Aug 2021 07:39:30 GMT
191
+ Tue, 03 Aug 2021 07:39:30 GMT
110
192
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.19..@fluentui/react-theme_v9.0.0-alpha.20)
111
193
 
112
194
  ### Patches
@@ -120,7 +202,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
120
202
 
121
203
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.19)
122
204
 
123
- Mon, 26 Jul 2021 07:37:30 GMT
205
+ Mon, 26 Jul 2021 07:37:30 GMT
124
206
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.18..@fluentui/react-theme_v9.0.0-alpha.19)
125
207
 
126
208
  ### Changes
@@ -129,7 +211,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
129
211
 
130
212
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.18)
131
213
 
132
- Fri, 23 Jul 2021 07:38:19 GMT
214
+ Fri, 23 Jul 2021 07:38:19 GMT
133
215
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.17..@fluentui/react-theme_v9.0.0-alpha.18)
134
216
 
135
217
  ### Changes
@@ -138,7 +220,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
138
220
 
139
221
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.17)
140
222
 
141
- Fri, 09 Jul 2021 07:39:31 GMT
223
+ Fri, 09 Jul 2021 07:39:31 GMT
142
224
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.16..@fluentui/react-theme_v9.0.0-alpha.17)
143
225
 
144
226
  ### Patches
@@ -148,7 +230,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
148
230
 
149
231
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.16)
150
232
 
151
- Fri, 02 Jul 2021 07:37:06 GMT
233
+ Fri, 02 Jul 2021 07:37:06 GMT
152
234
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.15..@fluentui/react-theme_v9.0.0-alpha.16)
153
235
 
154
236
  ### Changes
@@ -157,7 +239,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
157
239
 
158
240
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.15)
159
241
 
160
- Mon, 07 Jun 2021 07:38:15 GMT
242
+ Mon, 07 Jun 2021 07:38:15 GMT
161
243
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.14..@fluentui/react-theme_v9.0.0-alpha.15)
162
244
 
163
245
  ### Patches
@@ -167,7 +249,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
167
249
 
168
250
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.14)
169
251
 
170
- Thu, 03 Jun 2021 07:36:03 GMT
252
+ Thu, 03 Jun 2021 07:36:03 GMT
171
253
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.13..@fluentui/react-theme_v9.0.0-alpha.14)
172
254
 
173
255
  ### Changes
@@ -176,7 +258,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
176
258
 
177
259
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.13)
178
260
 
179
- Thu, 20 May 2021 07:41:54 GMT
261
+ Thu, 20 May 2021 07:41:54 GMT
180
262
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.12..@fluentui/react-theme_v9.0.0-alpha.13)
181
263
 
182
264
  ### Patches
@@ -186,7 +268,7 @@ Thu, 20 May 2021 07:41:54 GMT
186
268
 
187
269
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.12)
188
270
 
189
- Wed, 19 May 2021 07:34:20 GMT
271
+ Wed, 19 May 2021 07:34:20 GMT
190
272
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.11..@fluentui/react-theme_v9.0.0-alpha.12)
191
273
 
192
274
  ### Changes
@@ -195,7 +277,7 @@ Wed, 19 May 2021 07:34:20 GMT
195
277
 
196
278
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.11)
197
279
 
198
- Thu, 13 May 2021 07:36:55 GMT
280
+ Thu, 13 May 2021 07:36:55 GMT
199
281
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.10..@fluentui/react-theme_v9.0.0-alpha.11)
200
282
 
201
283
  ### Changes
@@ -204,7 +286,7 @@ Thu, 13 May 2021 07:36:55 GMT
204
286
 
205
287
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.10)
206
288
 
207
- Fri, 30 Apr 2021 07:42:23 GMT
289
+ Fri, 30 Apr 2021 07:42:23 GMT
208
290
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.9..@fluentui/react-theme_v9.0.0-alpha.10)
209
291
 
210
292
  ### Patches
@@ -218,7 +300,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
218
300
 
219
301
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.9)
220
302
 
221
- Fri, 23 Apr 2021 07:37:10 GMT
303
+ Fri, 23 Apr 2021 07:37:10 GMT
222
304
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.8..@fluentui/react-theme_v9.0.0-alpha.9)
223
305
 
224
306
  ### Patches
@@ -228,7 +310,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
228
310
 
229
311
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.8)
230
312
 
231
- Thu, 08 Apr 2021 07:33:06 GMT
313
+ Thu, 08 Apr 2021 07:33:06 GMT
232
314
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.7..@fluentui/react-theme_v9.0.0-alpha.8)
233
315
 
234
316
  ### Changes
@@ -237,7 +319,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
237
319
 
238
320
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.7)
239
321
 
240
- Wed, 31 Mar 2021 00:53:43 GMT
322
+ Wed, 31 Mar 2021 00:53:43 GMT
241
323
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.6..@fluentui/react-theme_v9.0.0-alpha.7)
242
324
 
243
325
  ### Patches
@@ -247,7 +329,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
247
329
 
248
330
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.6)
249
331
 
250
- Mon, 15 Mar 2021 07:36:20 GMT
332
+ Mon, 15 Mar 2021 07:36:20 GMT
251
333
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.5..@fluentui/react-theme_v9.0.0-alpha.6)
252
334
 
253
335
  ### Changes
@@ -256,7 +338,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
256
338
 
257
339
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.5)
258
340
 
259
- Wed, 03 Mar 2021 00:10:09 GMT
341
+ Wed, 03 Mar 2021 00:10:09 GMT
260
342
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.4..@fluentui/react-theme_v9.0.0-alpha.5)
261
343
 
262
344
  ### Changes
@@ -265,7 +347,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
265
347
 
266
348
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.4)
267
349
 
268
- Tue, 02 Mar 2021 07:24:27 GMT
350
+ Tue, 02 Mar 2021 07:24:27 GMT
269
351
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.3..@fluentui/react-theme_v9.0.0-alpha.4)
270
352
 
271
353
  ### Changes
@@ -275,7 +357,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
275
357
 
276
358
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.3)
277
359
 
278
- Fri, 26 Feb 2021 01:16:27 GMT
360
+ Fri, 26 Feb 2021 01:16:27 GMT
279
361
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.2..@fluentui/react-theme_v9.0.0-alpha.3)
280
362
 
281
363
  ### Patches
@@ -291,7 +373,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
291
373
 
292
374
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.2)
293
375
 
294
- Thu, 25 Feb 2021 20:16:39 GMT
376
+ Thu, 25 Feb 2021 20:16:39 GMT
295
377
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-alpha.1..@fluentui/react-theme_v9.0.0-alpha.2)
296
378
 
297
379
  ### Changes
@@ -300,7 +382,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
300
382
 
301
383
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-alpha.1)
302
384
 
303
- Wed, 24 Feb 2021 00:05:29 GMT
385
+ Wed, 24 Feb 2021 00:05:29 GMT
304
386
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v0.3.3..@fluentui/react-theme_v9.0.0-alpha.1)
305
387
 
306
388
  ### Changes
@@ -309,7 +391,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
309
391
 
310
392
  ## [0.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.3.3)
311
393
 
312
- Mon, 22 Feb 2021 12:26:22 GMT
394
+ Mon, 22 Feb 2021 12:26:22 GMT
313
395
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v0.3.2..@fluentui/react-theme_v0.3.3)
314
396
 
315
397
  ### Patches
@@ -322,7 +404,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
322
404
 
323
405
  ## [0.3.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.3.2)
324
406
 
325
- Thu, 18 Feb 2021 19:38:50 GMT
407
+ Thu, 18 Feb 2021 19:38:50 GMT
326
408
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v0.3.1..@fluentui/react-theme_v0.3.2)
327
409
 
328
410
  ### Patches
@@ -335,7 +417,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
335
417
 
336
418
  ## [0.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.3.1)
337
419
 
338
- Thu, 18 Feb 2021 12:27:34 GMT
420
+ Thu, 18 Feb 2021 12:27:34 GMT
339
421
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v0.3.1..@fluentui/react-theme_v0.3.1)
340
422
 
341
423
  ### Changes
@@ -347,7 +429,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
347
429
 
348
430
  ## [0.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.3.1)
349
431
 
350
- Mon, 15 Feb 2021 12:22:00 GMT
432
+ Mon, 15 Feb 2021 12:22:00 GMT
351
433
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v0.3.1..@fluentui/react-theme_v0.3.1)
352
434
 
353
435
  ### Changes
@@ -356,7 +438,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
356
438
 
357
439
  ## [0.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.3.1)
358
440
 
359
- Thu, 11 Feb 2021 00:58:10 GMT
441
+ Thu, 11 Feb 2021 00:58:10 GMT
360
442
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v0.3.1..@fluentui/react-theme_v0.3.1)
361
443
 
362
444
  ### Changes
@@ -365,7 +447,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
365
447
 
366
448
  ## [0.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.3.1)
367
449
 
368
- Tue, 09 Feb 2021 00:56:52 GMT
450
+ Tue, 09 Feb 2021 00:56:52 GMT
369
451
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v0.3.0..@fluentui/react-theme_v0.3.1)
370
452
 
371
453
  ### Patches
@@ -374,7 +456,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
374
456
 
375
457
  ## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.3.0)
376
458
 
377
- Mon, 08 Feb 2021 12:23:08 GMT
459
+ Mon, 08 Feb 2021 12:23:08 GMT
378
460
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v0.2.0..@fluentui/react-theme_v0.3.0)
379
461
 
380
462
  ### Minor changes