@fluentui/react-theme 9.0.0-alpha.9 → 9.0.0-beta.4

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 (309) hide show
  1. package/CHANGELOG.json +486 -1
  2. package/CHANGELOG.md +197 -2
  3. package/dist/react-theme.d.ts +367 -0
  4. package/lib/alias/dark.d.ts +3 -0
  5. package/lib/alias/dark.js +155 -0
  6. package/lib/alias/dark.js.map +1 -0
  7. package/lib/alias/highContrast.d.ts +3 -0
  8. package/lib/alias/highContrast.js +155 -0
  9. package/lib/alias/highContrast.js.map +1 -0
  10. package/lib/alias/light.d.ts +3 -0
  11. package/lib/alias/light.js +155 -0
  12. package/lib/alias/light.js.map +1 -0
  13. package/lib/alias/teamsDark.d.ts +3 -0
  14. package/lib/alias/teamsDark.js +155 -0
  15. package/lib/alias/teamsDark.js.map +1 -0
  16. package/lib/global/borderRadius.d.ts +2 -2
  17. package/lib/global/borderRadius.js +7 -7
  18. package/lib/global/borderRadius.js.map +1 -1
  19. package/lib/global/brandColors.d.ts +3 -0
  20. package/lib/global/brandColors.js +33 -0
  21. package/lib/global/brandColors.js.map +1 -0
  22. package/lib/global/colors.d.ts +14 -60
  23. package/lib/global/colors.js +823 -835
  24. package/lib/global/colors.js.map +1 -1
  25. package/lib/global/fonts.d.ts +5 -6
  26. package/lib/global/fonts.js +32 -48
  27. package/lib/global/fonts.js.map +1 -1
  28. package/lib/global/index.d.ts +0 -1
  29. package/lib/global/index.js +0 -1
  30. package/lib/global/index.js.map +1 -1
  31. package/lib/global/strokeWidths.d.ts +2 -2
  32. package/lib/global/strokeWidths.js +5 -5
  33. package/lib/global/strokeWidths.js.map +1 -1
  34. package/lib/index.d.ts +2 -4
  35. package/lib/index.js +1 -3
  36. package/lib/index.js.map +1 -1
  37. package/lib/themes/index.js.map +1 -1
  38. package/lib/themes/teams/darkTheme.d.ts +1 -1
  39. package/lib/themes/teams/darkTheme.js +3 -30
  40. package/lib/themes/teams/darkTheme.js.map +1 -1
  41. package/lib/themes/teams/highContrastTheme.d.ts +1 -1
  42. package/lib/themes/teams/highContrastTheme.js +2 -13
  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.d.ts +1 -1
  46. package/lib/themes/teams/lightTheme.js +3 -13
  47. package/lib/themes/teams/lightTheme.js.map +1 -1
  48. package/lib/themes/web/darkTheme.d.ts +1 -1
  49. package/lib/themes/web/darkTheme.js +3 -13
  50. package/lib/themes/web/darkTheme.js.map +1 -1
  51. package/lib/themes/web/highContrastTheme.d.ts +1 -1
  52. package/lib/themes/web/highContrastTheme.js +2 -13
  53. package/lib/themes/web/highContrastTheme.js.map +1 -1
  54. package/lib/themes/web/index.js.map +1 -1
  55. package/lib/themes/web/lightTheme.d.ts +1 -1
  56. package/lib/themes/web/lightTheme.js +3 -13
  57. package/lib/themes/web/lightTheme.js.map +1 -1
  58. package/lib/tsdoc-metadata.json +11 -0
  59. package/lib/types.d.ts +241 -164
  60. package/lib/types.js +1 -0
  61. package/lib/types.js.map +1 -1
  62. package/lib/utils/createDarkTheme.d.ts +2 -0
  63. package/lib/utils/createDarkTheme.js +18 -0
  64. package/lib/utils/createDarkTheme.js.map +1 -0
  65. package/lib/utils/createHighContrastTheme.d.ts +2 -0
  66. package/lib/utils/createHighContrastTheme.js +18 -0
  67. package/lib/utils/createHighContrastTheme.js.map +1 -0
  68. package/lib/utils/createLightTheme.d.ts +2 -0
  69. package/lib/utils/createLightTheme.js +18 -0
  70. package/lib/utils/createLightTheme.js.map +1 -0
  71. package/lib/utils/createTeamsDarkTheme.d.ts +2 -0
  72. package/lib/utils/createTeamsDarkTheme.js +18 -0
  73. package/lib/utils/createTeamsDarkTheme.js.map +1 -0
  74. package/lib/utils/index.d.ts +6 -0
  75. package/lib/utils/index.js +7 -0
  76. package/lib/utils/index.js.map +1 -0
  77. package/lib/utils/mergeThemes.d.ts +2 -8
  78. package/lib/utils/mergeThemes.js +12 -49
  79. package/lib/utils/mergeThemes.js.map +1 -1
  80. package/lib/utils/shadows.d.ts +3 -2
  81. package/lib/utils/shadows.js +9 -9
  82. package/lib/utils/shadows.js.map +1 -1
  83. package/lib/utils/themeToCSSVariables.d.ts +2 -2
  84. package/lib/utils/themeToCSSVariables.js +9 -19
  85. package/lib/utils/themeToCSSVariables.js.map +1 -1
  86. package/lib-commonjs/alias/dark.d.ts +3 -0
  87. package/lib-commonjs/alias/dark.js +165 -0
  88. package/lib-commonjs/alias/dark.js.map +1 -0
  89. package/lib-commonjs/alias/highContrast.d.ts +3 -0
  90. package/lib-commonjs/alias/highContrast.js +165 -0
  91. package/lib-commonjs/alias/highContrast.js.map +1 -0
  92. package/lib-commonjs/alias/light.d.ts +3 -0
  93. package/lib-commonjs/alias/light.js +165 -0
  94. package/lib-commonjs/alias/light.js.map +1 -0
  95. package/lib-commonjs/alias/teamsDark.d.ts +3 -0
  96. package/lib-commonjs/alias/teamsDark.js +165 -0
  97. package/lib-commonjs/alias/teamsDark.js.map +1 -0
  98. package/lib-commonjs/global/borderRadius.d.ts +2 -2
  99. package/lib-commonjs/global/borderRadius.js +11 -7
  100. package/lib-commonjs/global/borderRadius.js.map +1 -1
  101. package/lib-commonjs/global/brandColors.d.ts +3 -0
  102. package/lib-commonjs/global/brandColors.js +39 -0
  103. package/lib-commonjs/global/brandColors.js.map +1 -0
  104. package/lib-commonjs/global/colors.d.ts +14 -60
  105. package/lib-commonjs/global/colors.js +825 -833
  106. package/lib-commonjs/global/colors.js.map +1 -1
  107. package/lib-commonjs/global/fonts.d.ts +5 -6
  108. package/lib-commonjs/global/fonts.js +33 -45
  109. package/lib-commonjs/global/fonts.js.map +1 -1
  110. package/lib-commonjs/global/index.d.ts +0 -1
  111. package/lib-commonjs/global/index.js +10 -3
  112. package/lib-commonjs/global/index.js.map +1 -1
  113. package/lib-commonjs/global/strokeWidths.d.ts +2 -2
  114. package/lib-commonjs/global/strokeWidths.js +9 -5
  115. package/lib-commonjs/global/strokeWidths.js.map +1 -1
  116. package/lib-commonjs/index.d.ts +2 -4
  117. package/lib-commonjs/index.js +9 -6
  118. package/lib-commonjs/index.js.map +1 -1
  119. package/lib-commonjs/themes/index.js +8 -2
  120. package/lib-commonjs/themes/index.js.map +1 -1
  121. package/lib-commonjs/themes/teams/darkTheme.d.ts +1 -1
  122. package/lib-commonjs/themes/teams/darkTheme.js +10 -30
  123. package/lib-commonjs/themes/teams/darkTheme.js.map +1 -1
  124. package/lib-commonjs/themes/teams/highContrastTheme.d.ts +1 -1
  125. package/lib-commonjs/themes/teams/highContrastTheme.js +9 -14
  126. package/lib-commonjs/themes/teams/highContrastTheme.js.map +1 -1
  127. package/lib-commonjs/themes/teams/index.js +9 -2
  128. package/lib-commonjs/themes/teams/index.js.map +1 -1
  129. package/lib-commonjs/themes/teams/lightTheme.d.ts +1 -1
  130. package/lib-commonjs/themes/teams/lightTheme.js +11 -14
  131. package/lib-commonjs/themes/teams/lightTheme.js.map +1 -1
  132. package/lib-commonjs/themes/web/darkTheme.d.ts +1 -1
  133. package/lib-commonjs/themes/web/darkTheme.js +11 -14
  134. package/lib-commonjs/themes/web/darkTheme.js.map +1 -1
  135. package/lib-commonjs/themes/web/highContrastTheme.d.ts +1 -1
  136. package/lib-commonjs/themes/web/highContrastTheme.js +9 -14
  137. package/lib-commonjs/themes/web/highContrastTheme.js.map +1 -1
  138. package/lib-commonjs/themes/web/index.js +9 -2
  139. package/lib-commonjs/themes/web/index.js.map +1 -1
  140. package/lib-commonjs/themes/web/lightTheme.d.ts +1 -1
  141. package/lib-commonjs/themes/web/lightTheme.js +11 -14
  142. package/lib-commonjs/themes/web/lightTheme.js.map +1 -1
  143. package/lib-commonjs/types.d.ts +241 -164
  144. package/lib-commonjs/types.js +4 -1
  145. package/lib-commonjs/types.js.map +1 -1
  146. package/lib-commonjs/utils/createDarkTheme.d.ts +2 -0
  147. package/lib-commonjs/utils/createDarkTheme.js +30 -0
  148. package/lib-commonjs/utils/createDarkTheme.js.map +1 -0
  149. package/lib-commonjs/utils/createHighContrastTheme.d.ts +2 -0
  150. package/lib-commonjs/utils/createHighContrastTheme.js +30 -0
  151. package/lib-commonjs/utils/createHighContrastTheme.js.map +1 -0
  152. package/lib-commonjs/utils/createLightTheme.d.ts +2 -0
  153. package/lib-commonjs/utils/createLightTheme.js +30 -0
  154. package/lib-commonjs/utils/createLightTheme.js.map +1 -0
  155. package/lib-commonjs/utils/createTeamsDarkTheme.d.ts +2 -0
  156. package/lib-commonjs/utils/createTeamsDarkTheme.js +30 -0
  157. package/lib-commonjs/utils/createTeamsDarkTheme.js.map +1 -0
  158. package/lib-commonjs/utils/index.d.ts +6 -0
  159. package/lib-commonjs/utils/index.js +28 -0
  160. package/lib-commonjs/utils/index.js.map +1 -0
  161. package/lib-commonjs/utils/mergeThemes.d.ts +2 -8
  162. package/lib-commonjs/utils/mergeThemes.js +19 -51
  163. package/lib-commonjs/utils/mergeThemes.js.map +1 -1
  164. package/lib-commonjs/utils/shadows.d.ts +3 -2
  165. package/lib-commonjs/utils/shadows.js +17 -11
  166. package/lib-commonjs/utils/shadows.js.map +1 -1
  167. package/lib-commonjs/utils/themeToCSSVariables.d.ts +2 -2
  168. package/lib-commonjs/utils/themeToCSSVariables.js +16 -20
  169. package/lib-commonjs/utils/themeToCSSVariables.js.map +1 -1
  170. package/package.json +11 -8
  171. package/just.config.ts +0 -3
  172. package/lib/global/utils.d.ts +0 -23
  173. package/lib/global/utils.js +0 -27
  174. package/lib/global/utils.js.map +0 -1
  175. package/lib/themes/teams/globalTheme.d.ts +0 -22
  176. package/lib/themes/teams/globalTheme.js +0 -3
  177. package/lib/themes/teams/globalTheme.js.map +0 -1
  178. package/lib/themes/web/globalTheme.d.ts +0 -22
  179. package/lib/themes/web/globalTheme.js +0 -3
  180. package/lib/themes/web/globalTheme.js.map +0 -1
  181. package/lib/utils/dark/colors.d.ts +0 -8
  182. package/lib/utils/dark/colors.js +0 -83
  183. package/lib/utils/dark/colors.js.map +0 -1
  184. package/lib/utils/dark/index.d.ts +0 -1
  185. package/lib/utils/dark/index.js +0 -2
  186. package/lib/utils/dark/index.js.map +0 -1
  187. package/lib/utils/highContrast/colors.d.ts +0 -6
  188. package/lib/utils/highContrast/colors.js +0 -83
  189. package/lib/utils/highContrast/colors.js.map +0 -1
  190. package/lib/utils/highContrast/index.d.ts +0 -1
  191. package/lib/utils/highContrast/index.js +0 -2
  192. package/lib/utils/highContrast/index.js.map +0 -1
  193. package/lib/utils/light/colors.d.ts +0 -8
  194. package/lib/utils/light/colors.js +0 -83
  195. package/lib/utils/light/colors.js.map +0 -1
  196. package/lib/utils/light/index.d.ts +0 -1
  197. package/lib/utils/light/index.js +0 -2
  198. package/lib/utils/light/index.js.map +0 -1
  199. package/lib-amd/global/borderRadius.d.ts +0 -2
  200. package/lib-amd/global/borderRadius.js +0 -13
  201. package/lib-amd/global/borderRadius.js.map +0 -1
  202. package/lib-amd/global/colors.d.ts +0 -61
  203. package/lib-amd/global/colors.js +0 -841
  204. package/lib-amd/global/colors.js.map +0 -1
  205. package/lib-amd/global/fonts.d.ts +0 -6
  206. package/lib-amd/global/fonts.js +0 -57
  207. package/lib-amd/global/fonts.js.map +0 -1
  208. package/lib-amd/global/index.d.ts +0 -5
  209. package/lib-amd/global/index.js +0 -10
  210. package/lib-amd/global/index.js.map +0 -1
  211. package/lib-amd/global/strokeWidths.d.ts +0 -2
  212. package/lib-amd/global/strokeWidths.js +0 -11
  213. package/lib-amd/global/strokeWidths.js.map +0 -1
  214. package/lib-amd/global/utils.d.ts +0 -23
  215. package/lib-amd/global/utils.js +0 -26
  216. package/lib-amd/global/utils.js.map +0 -1
  217. package/lib-amd/index.d.ts +0 -5
  218. package/lib-amd/index.js +0 -9
  219. package/lib-amd/index.js.map +0 -1
  220. package/lib-amd/themes/index.d.ts +0 -2
  221. package/lib-amd/themes/index.js +0 -7
  222. package/lib-amd/themes/index.js.map +0 -1
  223. package/lib-amd/themes/teams/darkTheme.d.ts +0 -2
  224. package/lib-amd/themes/teams/darkTheme.js +0 -30
  225. package/lib-amd/themes/teams/darkTheme.js.map +0 -1
  226. package/lib-amd/themes/teams/globalTheme.d.ts +0 -22
  227. package/lib-amd/themes/teams/globalTheme.js +0 -6
  228. package/lib-amd/themes/teams/globalTheme.js.map +0 -1
  229. package/lib-amd/themes/teams/highContrastTheme.d.ts +0 -2
  230. package/lib-amd/themes/teams/highContrastTheme.js +0 -13
  231. package/lib-amd/themes/teams/highContrastTheme.js.map +0 -1
  232. package/lib-amd/themes/teams/index.d.ts +0 -3
  233. package/lib-amd/themes/teams/index.js +0 -8
  234. package/lib-amd/themes/teams/index.js.map +0 -1
  235. package/lib-amd/themes/teams/lightTheme.d.ts +0 -2
  236. package/lib-amd/themes/teams/lightTheme.js +0 -13
  237. package/lib-amd/themes/teams/lightTheme.js.map +0 -1
  238. package/lib-amd/themes/web/darkTheme.d.ts +0 -2
  239. package/lib-amd/themes/web/darkTheme.js +0 -13
  240. package/lib-amd/themes/web/darkTheme.js.map +0 -1
  241. package/lib-amd/themes/web/globalTheme.d.ts +0 -22
  242. package/lib-amd/themes/web/globalTheme.js +0 -6
  243. package/lib-amd/themes/web/globalTheme.js.map +0 -1
  244. package/lib-amd/themes/web/highContrastTheme.d.ts +0 -2
  245. package/lib-amd/themes/web/highContrastTheme.js +0 -13
  246. package/lib-amd/themes/web/highContrastTheme.js.map +0 -1
  247. package/lib-amd/themes/web/index.d.ts +0 -3
  248. package/lib-amd/themes/web/index.js +0 -8
  249. package/lib-amd/themes/web/index.js.map +0 -1
  250. package/lib-amd/themes/web/lightTheme.d.ts +0 -2
  251. package/lib-amd/themes/web/lightTheme.js +0 -13
  252. package/lib-amd/themes/web/lightTheme.js.map +0 -1
  253. package/lib-amd/types.d.ts +0 -290
  254. package/lib-amd/types.js +0 -5
  255. package/lib-amd/types.js.map +0 -1
  256. package/lib-amd/utils/dark/colors.d.ts +0 -8
  257. package/lib-amd/utils/dark/colors.js +0 -87
  258. package/lib-amd/utils/dark/colors.js.map +0 -1
  259. package/lib-amd/utils/dark/index.d.ts +0 -1
  260. package/lib-amd/utils/dark/index.js +0 -6
  261. package/lib-amd/utils/dark/index.js.map +0 -1
  262. package/lib-amd/utils/highContrast/colors.d.ts +0 -6
  263. package/lib-amd/utils/highContrast/colors.js +0 -87
  264. package/lib-amd/utils/highContrast/colors.js.map +0 -1
  265. package/lib-amd/utils/highContrast/index.d.ts +0 -1
  266. package/lib-amd/utils/highContrast/index.js +0 -6
  267. package/lib-amd/utils/highContrast/index.js.map +0 -1
  268. package/lib-amd/utils/light/colors.d.ts +0 -8
  269. package/lib-amd/utils/light/colors.js +0 -87
  270. package/lib-amd/utils/light/colors.js.map +0 -1
  271. package/lib-amd/utils/light/index.d.ts +0 -1
  272. package/lib-amd/utils/light/index.js +0 -6
  273. package/lib-amd/utils/light/index.js.map +0 -1
  274. package/lib-amd/utils/mergeThemes.d.ts +0 -8
  275. package/lib-amd/utils/mergeThemes.js +0 -58
  276. package/lib-amd/utils/mergeThemes.js.map +0 -1
  277. package/lib-amd/utils/shadows.d.ts +0 -2
  278. package/lib-amd/utils/shadows.js +0 -16
  279. package/lib-amd/utils/shadows.js.map +0 -1
  280. package/lib-amd/utils/themeToCSSVariables.d.ts +0 -2
  281. package/lib-amd/utils/themeToCSSVariables.js +0 -27
  282. package/lib-amd/utils/themeToCSSVariables.js.map +0 -1
  283. package/lib-commonjs/global/utils.d.ts +0 -23
  284. package/lib-commonjs/global/utils.js +0 -29
  285. package/lib-commonjs/global/utils.js.map +0 -1
  286. package/lib-commonjs/themes/teams/globalTheme.d.ts +0 -22
  287. package/lib-commonjs/themes/teams/globalTheme.js +0 -5
  288. package/lib-commonjs/themes/teams/globalTheme.js.map +0 -1
  289. package/lib-commonjs/themes/web/globalTheme.d.ts +0 -22
  290. package/lib-commonjs/themes/web/globalTheme.js +0 -5
  291. package/lib-commonjs/themes/web/globalTheme.js.map +0 -1
  292. package/lib-commonjs/utils/dark/colors.d.ts +0 -8
  293. package/lib-commonjs/utils/dark/colors.js +0 -87
  294. package/lib-commonjs/utils/dark/colors.js.map +0 -1
  295. package/lib-commonjs/utils/dark/index.d.ts +0 -1
  296. package/lib-commonjs/utils/dark/index.js +0 -5
  297. package/lib-commonjs/utils/dark/index.js.map +0 -1
  298. package/lib-commonjs/utils/highContrast/colors.d.ts +0 -6
  299. package/lib-commonjs/utils/highContrast/colors.js +0 -87
  300. package/lib-commonjs/utils/highContrast/colors.js.map +0 -1
  301. package/lib-commonjs/utils/highContrast/index.d.ts +0 -1
  302. package/lib-commonjs/utils/highContrast/index.js +0 -5
  303. package/lib-commonjs/utils/highContrast/index.js.map +0 -1
  304. package/lib-commonjs/utils/light/colors.d.ts +0 -8
  305. package/lib-commonjs/utils/light/colors.js +0 -87
  306. package/lib-commonjs/utils/light/colors.js.map +0 -1
  307. package/lib-commonjs/utils/light/index.d.ts +0 -1
  308. package/lib-commonjs/utils/light/index.js +0 -5
  309. package/lib-commonjs/utils/light/index.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,492 @@
2
2
  "name": "@fluentui/react-theme",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 23 Apr 2021 07:30:56 GMT",
5
+ "date": "Thu, 25 Nov 2021 08:31:34 GMT",
6
+ "tag": "@fluentui/react-theme_v9.0.0-beta.4",
7
+ "version": "9.0.0-beta.4",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-theme",
13
+ "commit": "66670cf47c716e284c7ac7ae5f25d1f77f3aced3",
14
+ "comment": "update tooling configs"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "miroslav.stastny@microsoft.com",
20
+ "package": "@fluentui/react-theme",
21
+ "commit": "0a328c7a57bfa78ff9a4cd896f17e2887da64bec",
22
+ "comment": "feat(react-theme): update shadow design tokens"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Fri, 12 Nov 2021 13:25:09 GMT",
29
+ "tag": "@fluentui/react-theme_v9.0.0-beta.3",
30
+ "version": "9.0.0-beta.3",
31
+ "comments": {
32
+ "prerelease": [
33
+ {
34
+ "author": "gcox@microsoft.com",
35
+ "package": "@fluentui/react-theme",
36
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
37
+ "comment": "Updated beta and RC components to ES2019"
38
+ },
39
+ {
40
+ "author": "miroslav.stastny@microsoft.com",
41
+ "package": "@fluentui/react-theme",
42
+ "commit": "fe9829e4818f9bb7206df37747d5da332706ae4b",
43
+ "comment": "feat(react-theme): add/update design tokens"
44
+ }
45
+ ],
46
+ "none": [
47
+ {
48
+ "author": "lingfangao@hotmail.com",
49
+ "package": "@fluentui/react-theme",
50
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
51
+ "comment": "Remove beta release tag"
52
+ }
53
+ ]
54
+ }
55
+ },
56
+ {
57
+ "date": "Wed, 27 Oct 2021 12:14:23 GMT",
58
+ "tag": "@fluentui/react-theme_v9.0.0-beta.2",
59
+ "version": "9.0.0-beta.2",
60
+ "comments": {
61
+ "prerelease": [
62
+ {
63
+ "author": "lingfangao@hotmail.com",
64
+ "package": "@fluentui/react-theme",
65
+ "commit": "f81b28ceb3d5d5d52a4f7e7ce50f99aed9832109",
66
+ "comment": "fix(reat-theme): Remove template literal types for color palette"
67
+ },
68
+ {
69
+ "author": "peter@draxler.ml",
70
+ "package": "@fluentui/react-theme",
71
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
72
+ "comment": "added styling of documentation"
73
+ }
74
+ ]
75
+ }
76
+ },
77
+ {
78
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
79
+ "tag": "@fluentui/react-theme_v9.0.0-beta.1",
80
+ "version": "9.0.0-beta.1",
81
+ "comments": {
82
+ "prerelease": [
83
+ {
84
+ "author": "lingfangao@hotmail.com",
85
+ "package": "@fluentui/react-theme",
86
+ "comment": "Bump all v9 components to beta prerelease tag",
87
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
88
+ }
89
+ ]
90
+ }
91
+ },
92
+ {
93
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
94
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.26",
95
+ "version": "9.0.0-alpha.26",
96
+ "comments": {
97
+ "prerelease": [
98
+ {
99
+ "author": "lingfangao@hotmail.com",
100
+ "package": "@fluentui/react-theme",
101
+ "comment": "Bump v9 prerelease versions to rerelease",
102
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
103
+ }
104
+ ],
105
+ "none": [
106
+ {
107
+ "author": "miroslav.stastny@microsoft.com",
108
+ "package": "@fluentui/react-theme",
109
+ "comment": "docs(react-theme): fix shadows story",
110
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
111
+ }
112
+ ]
113
+ }
114
+ },
115
+ {
116
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
117
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.24",
118
+ "version": "9.0.0-alpha.24",
119
+ "comments": {
120
+ "prerelease": [
121
+ {
122
+ "author": "miroslav.stastny@microsoft.com",
123
+ "package": "@fluentui/react-theme",
124
+ "comment": "Use direct values in alias tokens",
125
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
126
+ }
127
+ ]
128
+ }
129
+ },
130
+ {
131
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
132
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.23",
133
+ "version": "9.0.0-alpha.23",
134
+ "comments": {
135
+ "prerelease": [
136
+ {
137
+ "author": "Humberto.Morimoto@microsoft.com",
138
+ "package": "@fluentui/react-theme",
139
+ "comment": "Theme: Updating value of borderRadius global token.",
140
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
141
+ }
142
+ ]
143
+ }
144
+ },
145
+ {
146
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
147
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.22",
148
+ "version": "9.0.0-alpha.22",
149
+ "comments": {
150
+ "none": [
151
+ {
152
+ "author": "lingfangao@hotmail.com",
153
+ "package": "@fluentui/react-theme",
154
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
155
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
156
+ }
157
+ ]
158
+ }
159
+ },
160
+ {
161
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
162
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.22",
163
+ "version": "9.0.0-alpha.22",
164
+ "comments": {
165
+ "prerelease": [
166
+ {
167
+ "comment": "Updating TypeScript type-only imports/exports to use import/export type syntax.",
168
+ "author": "dzearing@hotmail.com",
169
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
170
+ "package": "@fluentui/react-theme"
171
+ }
172
+ ],
173
+ "none": [
174
+ {
175
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.1",
176
+ "author": "dzearing@hotmail.com",
177
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
178
+ "package": "@fluentui/react-theme"
179
+ },
180
+ {
181
+ "comment": "Bump @fluentui/scripts to v1.0.0",
182
+ "author": "dzearing@hotmail.com",
183
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
184
+ "package": "@fluentui/react-theme"
185
+ }
186
+ ]
187
+ }
188
+ },
189
+ {
190
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
191
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.21",
192
+ "version": "9.0.0-alpha.21",
193
+ "comments": {
194
+ "prerelease": [
195
+ {
196
+ "comment": "Update .npmignore",
197
+ "author": "elcraig@microsoft.com",
198
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
199
+ "package": "@fluentui/react-theme"
200
+ }
201
+ ],
202
+ "none": [
203
+ {
204
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
205
+ "author": "behowell@microsoft.com",
206
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
207
+ "package": "@fluentui/react-theme"
208
+ },
209
+ {
210
+ "comment": "Bump @fluentui/scripts to v1.0.0",
211
+ "author": "behowell@microsoft.com",
212
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
213
+ "package": "@fluentui/react-theme"
214
+ }
215
+ ]
216
+ }
217
+ },
218
+ {
219
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
220
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.20",
221
+ "version": "9.0.0-alpha.20",
222
+ "comments": {
223
+ "prerelease": [
224
+ {
225
+ "comment": "Enable exhaustive-deps rule for useIsomorphicLayoutEffect",
226
+ "author": "behowell@microsoft.com",
227
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
228
+ "package": "@fluentui/react-theme"
229
+ }
230
+ ],
231
+ "patch": [
232
+ {
233
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
234
+ "author": "behowell@microsoft.com",
235
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
236
+ "package": "@fluentui/react-theme"
237
+ },
238
+ {
239
+ "comment": "Bump @fluentui/scripts to v1.0.0",
240
+ "author": "behowell@microsoft.com",
241
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
242
+ "package": "@fluentui/react-theme"
243
+ }
244
+ ]
245
+ }
246
+ },
247
+ {
248
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
249
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.19",
250
+ "version": "9.0.0-alpha.19",
251
+ "comments": {
252
+ "prerelease": [
253
+ {
254
+ "comment": "Add global alpha tokens",
255
+ "author": "miroslav.stastny@microsoft.com",
256
+ "commit": "aa570c511fdcef015696f07182af8bb251311406",
257
+ "package": "@fluentui/react-theme"
258
+ }
259
+ ]
260
+ }
261
+ },
262
+ {
263
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
264
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.18",
265
+ "version": "9.0.0-alpha.18",
266
+ "comments": {
267
+ "prerelease": [
268
+ {
269
+ "comment": "Update tokens",
270
+ "author": "miroslav.stastny@microsoft.com",
271
+ "commit": "5d812148593dc574a6f3a343a5657614b4d10456",
272
+ "package": "@fluentui/react-theme"
273
+ }
274
+ ]
275
+ }
276
+ },
277
+ {
278
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
279
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.17",
280
+ "version": "9.0.0-alpha.17",
281
+ "comments": {
282
+ "patch": [
283
+ {
284
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
285
+ "author": "martinhochel@microsoft.com",
286
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
287
+ "package": "@fluentui/react-theme"
288
+ },
289
+ {
290
+ "comment": "Bump @fluentui/scripts to v1.0.0",
291
+ "author": "martinhochel@microsoft.com",
292
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
293
+ "package": "@fluentui/react-theme"
294
+ }
295
+ ]
296
+ }
297
+ },
298
+ {
299
+ "date": "Fri, 02 Jul 2021 07:37:06 GMT",
300
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.16",
301
+ "version": "9.0.0-alpha.16",
302
+ "comments": {
303
+ "prerelease": [
304
+ {
305
+ "comment": "chore(react-theme): Migrate to new DX",
306
+ "author": "miroslav.stastny@microsoft.com",
307
+ "commit": "7222c057ece8a528431a1860223d9d920685f975",
308
+ "package": "@fluentui/react-theme"
309
+ }
310
+ ]
311
+ }
312
+ },
313
+ {
314
+ "date": "Mon, 21 Jun 2021 07:34:33 GMT",
315
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.15",
316
+ "version": "9.0.0-alpha.15",
317
+ "comments": {
318
+ "none": [
319
+ {
320
+ "comment": "doc(react-theme): Improve alias color tokens story",
321
+ "author": "miroslav.stastny@microsoft.com",
322
+ "commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3",
323
+ "package": "@fluentui/react-theme"
324
+ }
325
+ ]
326
+ }
327
+ },
328
+ {
329
+ "date": "Mon, 07 Jun 2021 07:38:15 GMT",
330
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.15",
331
+ "version": "9.0.0-alpha.15",
332
+ "comments": {
333
+ "patch": [
334
+ {
335
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.1",
336
+ "author": "martinhochel@microsoft.com",
337
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
338
+ "package": "@fluentui/react-theme"
339
+ },
340
+ {
341
+ "comment": "Bump @fluentui/scripts to v1.0.0",
342
+ "author": "martinhochel@microsoft.com",
343
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
344
+ "package": "@fluentui/react-theme"
345
+ }
346
+ ]
347
+ }
348
+ },
349
+ {
350
+ "date": "Thu, 03 Jun 2021 07:36:03 GMT",
351
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.14",
352
+ "version": "9.0.0-alpha.14",
353
+ "comments": {
354
+ "prerelease": [
355
+ {
356
+ "comment": "Update theme tokens",
357
+ "author": "miroslav.stastny@microsoft.com",
358
+ "commit": "32aed1a91b19ac1beb161a7a2ab43e78b51f53d1",
359
+ "package": "@fluentui/react-theme"
360
+ }
361
+ ]
362
+ }
363
+ },
364
+ {
365
+ "date": "Tue, 01 Jun 2021 07:31:58 GMT",
366
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.13",
367
+ "version": "9.0.0-alpha.13",
368
+ "comments": {
369
+ "none": [
370
+ {
371
+ "comment": "Revert \"chore: enable Jest aliases for converged packages (#18337)\"",
372
+ "author": "olfedias@microsoft.com",
373
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
374
+ "package": "@fluentui/react-theme"
375
+ }
376
+ ]
377
+ }
378
+ },
379
+ {
380
+ "date": "Fri, 28 May 2021 07:33:57 GMT",
381
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.13",
382
+ "version": "9.0.0-alpha.13",
383
+ "comments": {
384
+ "none": [
385
+ {
386
+ "comment": "enable Jest aliases",
387
+ "author": "olfedias@microsoft.com",
388
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
389
+ "package": "@fluentui/react-theme"
390
+ }
391
+ ]
392
+ }
393
+ },
394
+ {
395
+ "date": "Fri, 21 May 2021 07:34:54 GMT",
396
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.13",
397
+ "version": "9.0.0-alpha.13",
398
+ "comments": {
399
+ "none": [
400
+ {
401
+ "comment": "chore(react-theme): Collocate stories",
402
+ "author": "miroslav.stastny@microsoft.com",
403
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
404
+ "package": "@fluentui/react-theme"
405
+ }
406
+ ]
407
+ }
408
+ },
409
+ {
410
+ "date": "Thu, 20 May 2021 07:41:54 GMT",
411
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.13",
412
+ "version": "9.0.0-alpha.13",
413
+ "comments": {
414
+ "patch": [
415
+ {
416
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.0",
417
+ "author": "elcraig@microsoft.com",
418
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
419
+ "package": "@fluentui/react-theme"
420
+ },
421
+ {
422
+ "comment": "Bump @fluentui/scripts to v1.0.0",
423
+ "author": "elcraig@microsoft.com",
424
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
425
+ "package": "@fluentui/react-theme"
426
+ }
427
+ ]
428
+ }
429
+ },
430
+ {
431
+ "date": "Wed, 19 May 2021 07:34:20 GMT",
432
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.12",
433
+ "version": "9.0.0-alpha.12",
434
+ "comments": {
435
+ "prerelease": [
436
+ {
437
+ "comment": "chore: add more Babel plugins",
438
+ "author": "olfedias@microsoft.com",
439
+ "commit": "975140887c6ad2391f8db63003ed440239ec9c25",
440
+ "package": "@fluentui/react-theme"
441
+ }
442
+ ]
443
+ }
444
+ },
445
+ {
446
+ "date": "Thu, 13 May 2021 07:36:55 GMT",
447
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.11",
448
+ "version": "9.0.0-alpha.11",
449
+ "comments": {
450
+ "prerelease": [
451
+ {
452
+ "comment": "perf: avoid deep merge in mergeThemes() if possible",
453
+ "author": "olfedias@microsoft.com",
454
+ "commit": "d1d73e5ea7be50ad93077fad7d3b05af4db1cc94",
455
+ "package": "@fluentui/react-theme"
456
+ }
457
+ ]
458
+ }
459
+ },
460
+ {
461
+ "date": "Fri, 30 Apr 2021 07:42:23 GMT",
462
+ "tag": "@fluentui/react-theme_v9.0.0-alpha.10",
463
+ "version": "9.0.0-alpha.10",
464
+ "comments": {
465
+ "prerelease": [
466
+ {
467
+ "comment": "Upgrade to ts 4.0",
468
+ "author": "joschect@microsoft.com",
469
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
470
+ "package": "@fluentui/react-theme"
471
+ }
472
+ ],
473
+ "patch": [
474
+ {
475
+ "comment": "Bump @fluentui/eslint-plugin to v1.2.0",
476
+ "author": "joschect@microsoft.com",
477
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
478
+ "package": "@fluentui/react-theme"
479
+ },
480
+ {
481
+ "comment": "Bump @fluentui/scripts to v1.0.0",
482
+ "author": "joschect@microsoft.com",
483
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
484
+ "package": "@fluentui/react-theme"
485
+ }
486
+ ]
487
+ }
488
+ },
489
+ {
490
+ "date": "Fri, 23 Apr 2021 07:37:10 GMT",
6
491
  "tag": "@fluentui/react-theme_v9.0.0-alpha.9",
7
492
  "version": "9.0.0-alpha.9",
8
493
  "comments": {