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