@fluentui/react-text 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 (283) hide show
  1. package/CHANGELOG.json +744 -1
  2. package/CHANGELOG.md +254 -2
  3. package/dist/react-text.d.ts +61 -49
  4. package/lib/Body.js.map +1 -1
  5. package/lib/Caption.js.map +1 -1
  6. package/lib/Display.js.map +1 -1
  7. package/lib/Headline.js.map +1 -1
  8. package/lib/LargeTitle.js.map +1 -1
  9. package/lib/Subheadline.js.map +1 -1
  10. package/lib/Text.js.map +1 -1
  11. package/lib/Title1.js.map +1 -1
  12. package/lib/Title2.js.map +1 -1
  13. package/lib/Title3.js.map +1 -1
  14. package/lib/components/Body/Body.d.ts +4 -1
  15. package/lib/components/Body/Body.js +10 -8
  16. package/lib/components/Body/Body.js.map +1 -1
  17. package/lib/components/Body/index.js.map +1 -1
  18. package/lib/components/Caption/Caption.d.ts +4 -1
  19. package/lib/components/Caption/Caption.js +10 -8
  20. package/lib/components/Caption/Caption.js.map +1 -1
  21. package/lib/components/Caption/index.js.map +1 -1
  22. package/lib/components/Display/Display.d.ts +4 -1
  23. package/lib/components/Display/Display.js +10 -8
  24. package/lib/components/Display/Display.js.map +1 -1
  25. package/lib/components/Display/index.js.map +1 -1
  26. package/lib/components/Headline/Headline.d.ts +4 -1
  27. package/lib/components/Headline/Headline.js +10 -8
  28. package/lib/components/Headline/Headline.js.map +1 -1
  29. package/lib/components/Headline/index.js.map +1 -1
  30. package/lib/components/LargeTitle/LargeTitle.d.ts +4 -1
  31. package/lib/components/LargeTitle/LargeTitle.js +10 -8
  32. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  33. package/lib/components/LargeTitle/index.js.map +1 -1
  34. package/lib/components/Subheadline/Subheadline.d.ts +4 -1
  35. package/lib/components/Subheadline/Subheadline.js +10 -8
  36. package/lib/components/Subheadline/Subheadline.js.map +1 -1
  37. package/lib/components/Subheadline/index.js.map +1 -1
  38. package/lib/components/Text/Text.d.ts +2 -2
  39. package/lib/components/Text/Text.js +3 -3
  40. package/lib/components/Text/Text.js.map +1 -1
  41. package/lib/components/Text/Text.types.d.ts +20 -29
  42. package/lib/components/Text/Text.types.js.map +1 -1
  43. package/lib/components/Text/index.js.map +1 -1
  44. package/lib/components/Text/renderText.js +7 -8
  45. package/lib/components/Text/renderText.js.map +1 -1
  46. package/lib/components/Text/useText.d.ts +1 -2
  47. package/lib/components/Text/useText.js +37 -8
  48. package/lib/components/Text/useText.js.map +1 -1
  49. package/lib/components/Text/useTextStyles.d.ts +1 -0
  50. package/lib/components/Text/useTextStyles.js +32 -31
  51. package/lib/components/Text/useTextStyles.js.map +1 -1
  52. package/lib/components/Title1/Title1.d.ts +4 -1
  53. package/lib/components/Title1/Title1.js +10 -8
  54. package/lib/components/Title1/Title1.js.map +1 -1
  55. package/lib/components/Title1/index.js.map +1 -1
  56. package/lib/components/Title2/Title2.d.ts +4 -1
  57. package/lib/components/Title2/Title2.js +10 -8
  58. package/lib/components/Title2/Title2.js.map +1 -1
  59. package/lib/components/Title2/index.js.map +1 -1
  60. package/lib/components/Title3/Title3.d.ts +4 -1
  61. package/lib/components/Title3/Title3.js +10 -8
  62. package/lib/components/Title3/Title3.js.map +1 -1
  63. package/lib/components/Title3/index.js.map +1 -1
  64. package/lib/components/wrapper.d.ts +3 -3
  65. package/lib/components/wrapper.js +9 -6
  66. package/lib/components/wrapper.js.map +1 -1
  67. package/lib/index.js.map +1 -1
  68. package/lib/typographyStyles/index.js.map +1 -1
  69. package/lib/typographyStyles/typographyStyles.js +54 -72
  70. package/lib/typographyStyles/typographyStyles.js.map +1 -1
  71. package/lib-commonjs/Body.js +1 -1
  72. package/lib-commonjs/Body.js.map +1 -1
  73. package/lib-commonjs/Caption.js +1 -1
  74. package/lib-commonjs/Caption.js.map +1 -1
  75. package/lib-commonjs/Display.js +1 -1
  76. package/lib-commonjs/Display.js.map +1 -1
  77. package/lib-commonjs/Headline.js +1 -1
  78. package/lib-commonjs/Headline.js.map +1 -1
  79. package/lib-commonjs/LargeTitle.js +1 -1
  80. package/lib-commonjs/LargeTitle.js.map +1 -1
  81. package/lib-commonjs/Subheadline.js +1 -1
  82. package/lib-commonjs/Subheadline.js.map +1 -1
  83. package/lib-commonjs/Text.js +1 -1
  84. package/lib-commonjs/Text.js.map +1 -1
  85. package/lib-commonjs/Title1.js +1 -1
  86. package/lib-commonjs/Title1.js.map +1 -1
  87. package/lib-commonjs/Title2.js +1 -1
  88. package/lib-commonjs/Title2.js.map +1 -1
  89. package/lib-commonjs/Title3.js +1 -1
  90. package/lib-commonjs/Title3.js.map +1 -1
  91. package/lib-commonjs/components/Body/Body.d.ts +4 -1
  92. package/lib-commonjs/components/Body/Body.js +9 -7
  93. package/lib-commonjs/components/Body/Body.js.map +1 -1
  94. package/lib-commonjs/components/Body/index.js +1 -1
  95. package/lib-commonjs/components/Body/index.js.map +1 -1
  96. package/lib-commonjs/components/Caption/Caption.d.ts +4 -1
  97. package/lib-commonjs/components/Caption/Caption.js +9 -7
  98. package/lib-commonjs/components/Caption/Caption.js.map +1 -1
  99. package/lib-commonjs/components/Caption/index.js +1 -1
  100. package/lib-commonjs/components/Caption/index.js.map +1 -1
  101. package/lib-commonjs/components/Display/Display.d.ts +4 -1
  102. package/lib-commonjs/components/Display/Display.js +9 -7
  103. package/lib-commonjs/components/Display/Display.js.map +1 -1
  104. package/lib-commonjs/components/Display/index.js +1 -1
  105. package/lib-commonjs/components/Display/index.js.map +1 -1
  106. package/lib-commonjs/components/Headline/Headline.d.ts +4 -1
  107. package/lib-commonjs/components/Headline/Headline.js +9 -7
  108. package/lib-commonjs/components/Headline/Headline.js.map +1 -1
  109. package/lib-commonjs/components/Headline/index.js +1 -1
  110. package/lib-commonjs/components/Headline/index.js.map +1 -1
  111. package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +4 -1
  112. package/lib-commonjs/components/LargeTitle/LargeTitle.js +9 -7
  113. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  114. package/lib-commonjs/components/LargeTitle/index.js +1 -1
  115. package/lib-commonjs/components/LargeTitle/index.js.map +1 -1
  116. package/lib-commonjs/components/Subheadline/Subheadline.d.ts +4 -1
  117. package/lib-commonjs/components/Subheadline/Subheadline.js +9 -7
  118. package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
  119. package/lib-commonjs/components/Subheadline/index.js +1 -1
  120. package/lib-commonjs/components/Subheadline/index.js.map +1 -1
  121. package/lib-commonjs/components/Text/Text.d.ts +2 -2
  122. package/lib-commonjs/components/Text/Text.js +7 -7
  123. package/lib-commonjs/components/Text/Text.js.map +1 -1
  124. package/lib-commonjs/components/Text/Text.types.d.ts +20 -29
  125. package/lib-commonjs/components/Text/Text.types.js.map +1 -1
  126. package/lib-commonjs/components/Text/index.js +1 -1
  127. package/lib-commonjs/components/Text/index.js.map +1 -1
  128. package/lib-commonjs/components/Text/renderText.js +8 -10
  129. package/lib-commonjs/components/Text/renderText.js.map +1 -1
  130. package/lib-commonjs/components/Text/useText.d.ts +1 -2
  131. package/lib-commonjs/components/Text/useText.js +38 -9
  132. package/lib-commonjs/components/Text/useText.js.map +1 -1
  133. package/lib-commonjs/components/Text/useTextStyles.d.ts +1 -0
  134. package/lib-commonjs/components/Text/useTextStyles.js +35 -34
  135. package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
  136. package/lib-commonjs/components/Title1/Title1.d.ts +4 -1
  137. package/lib-commonjs/components/Title1/Title1.js +9 -7
  138. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  139. package/lib-commonjs/components/Title1/index.js +1 -1
  140. package/lib-commonjs/components/Title1/index.js.map +1 -1
  141. package/lib-commonjs/components/Title2/Title2.d.ts +4 -1
  142. package/lib-commonjs/components/Title2/Title2.js +9 -7
  143. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  144. package/lib-commonjs/components/Title2/index.js +1 -1
  145. package/lib-commonjs/components/Title2/index.js.map +1 -1
  146. package/lib-commonjs/components/Title3/Title3.d.ts +4 -1
  147. package/lib-commonjs/components/Title3/Title3.js +9 -7
  148. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  149. package/lib-commonjs/components/Title3/index.js +1 -1
  150. package/lib-commonjs/components/Title3/index.js.map +1 -1
  151. package/lib-commonjs/components/wrapper.d.ts +3 -3
  152. package/lib-commonjs/components/wrapper.js +12 -9
  153. package/lib-commonjs/components/wrapper.js.map +1 -1
  154. package/lib-commonjs/index.js +1 -1
  155. package/lib-commonjs/index.js.map +1 -1
  156. package/lib-commonjs/typographyStyles/index.js +1 -1
  157. package/lib-commonjs/typographyStyles/index.js.map +1 -1
  158. package/lib-commonjs/typographyStyles/typographyStyles.js +54 -72
  159. package/lib-commonjs/typographyStyles/typographyStyles.js.map +1 -1
  160. package/package.json +11 -10
  161. package/lib/common/isConformant.d.ts +0 -4
  162. package/lib/common/isConformant.js +0 -9
  163. package/lib/common/isConformant.js.map +0 -1
  164. package/lib-amd/Body.d.ts +0 -1
  165. package/lib-amd/Body.js +0 -6
  166. package/lib-amd/Body.js.map +0 -1
  167. package/lib-amd/Caption.d.ts +0 -1
  168. package/lib-amd/Caption.js +0 -6
  169. package/lib-amd/Caption.js.map +0 -1
  170. package/lib-amd/Display.d.ts +0 -1
  171. package/lib-amd/Display.js +0 -6
  172. package/lib-amd/Display.js.map +0 -1
  173. package/lib-amd/Headline.d.ts +0 -1
  174. package/lib-amd/Headline.js +0 -6
  175. package/lib-amd/Headline.js.map +0 -1
  176. package/lib-amd/LargeTitle.d.ts +0 -1
  177. package/lib-amd/LargeTitle.js +0 -6
  178. package/lib-amd/LargeTitle.js.map +0 -1
  179. package/lib-amd/Subheadline.d.ts +0 -1
  180. package/lib-amd/Subheadline.js +0 -6
  181. package/lib-amd/Subheadline.js.map +0 -1
  182. package/lib-amd/Text.d.ts +0 -1
  183. package/lib-amd/Text.js +0 -6
  184. package/lib-amd/Text.js.map +0 -1
  185. package/lib-amd/Title1.d.ts +0 -1
  186. package/lib-amd/Title1.js +0 -6
  187. package/lib-amd/Title1.js.map +0 -1
  188. package/lib-amd/Title2.d.ts +0 -1
  189. package/lib-amd/Title2.js +0 -6
  190. package/lib-amd/Title2.js.map +0 -1
  191. package/lib-amd/Title3.d.ts +0 -1
  192. package/lib-amd/Title3.js +0 -6
  193. package/lib-amd/Title3.js.map +0 -1
  194. package/lib-amd/common/isConformant.d.ts +0 -4
  195. package/lib-amd/common/isConformant.js +0 -14
  196. package/lib-amd/common/isConformant.js.map +0 -1
  197. package/lib-amd/components/Body/Body.d.ts +0 -4
  198. package/lib-amd/components/Body/Body.js +0 -16
  199. package/lib-amd/components/Body/Body.js.map +0 -1
  200. package/lib-amd/components/Body/index.d.ts +0 -1
  201. package/lib-amd/components/Body/index.js +0 -6
  202. package/lib-amd/components/Body/index.js.map +0 -1
  203. package/lib-amd/components/Caption/Caption.d.ts +0 -4
  204. package/lib-amd/components/Caption/Caption.js +0 -16
  205. package/lib-amd/components/Caption/Caption.js.map +0 -1
  206. package/lib-amd/components/Caption/index.d.ts +0 -1
  207. package/lib-amd/components/Caption/index.js +0 -6
  208. package/lib-amd/components/Caption/index.js.map +0 -1
  209. package/lib-amd/components/Display/Display.d.ts +0 -4
  210. package/lib-amd/components/Display/Display.js +0 -16
  211. package/lib-amd/components/Display/Display.js.map +0 -1
  212. package/lib-amd/components/Display/index.d.ts +0 -1
  213. package/lib-amd/components/Display/index.js +0 -6
  214. package/lib-amd/components/Display/index.js.map +0 -1
  215. package/lib-amd/components/Headline/Headline.d.ts +0 -4
  216. package/lib-amd/components/Headline/Headline.js +0 -16
  217. package/lib-amd/components/Headline/Headline.js.map +0 -1
  218. package/lib-amd/components/Headline/index.d.ts +0 -1
  219. package/lib-amd/components/Headline/index.js +0 -6
  220. package/lib-amd/components/Headline/index.js.map +0 -1
  221. package/lib-amd/components/LargeTitle/LargeTitle.d.ts +0 -4
  222. package/lib-amd/components/LargeTitle/LargeTitle.js +0 -16
  223. package/lib-amd/components/LargeTitle/LargeTitle.js.map +0 -1
  224. package/lib-amd/components/LargeTitle/index.d.ts +0 -1
  225. package/lib-amd/components/LargeTitle/index.js +0 -6
  226. package/lib-amd/components/LargeTitle/index.js.map +0 -1
  227. package/lib-amd/components/Subheadline/Subheadline.d.ts +0 -4
  228. package/lib-amd/components/Subheadline/Subheadline.js +0 -16
  229. package/lib-amd/components/Subheadline/Subheadline.js.map +0 -1
  230. package/lib-amd/components/Subheadline/index.d.ts +0 -1
  231. package/lib-amd/components/Subheadline/index.js +0 -6
  232. package/lib-amd/components/Subheadline/index.js.map +0 -1
  233. package/lib-amd/components/Text/Text.d.ts +0 -6
  234. package/lib-amd/components/Text/Text.js +0 -15
  235. package/lib-amd/components/Text/Text.js.map +0 -1
  236. package/lib-amd/components/Text/Text.types.d.ts +0 -86
  237. package/lib-amd/components/Text/Text.types.js +0 -5
  238. package/lib-amd/components/Text/Text.types.js.map +0 -1
  239. package/lib-amd/components/Text/index.d.ts +0 -5
  240. package/lib-amd/components/Text/index.js +0 -10
  241. package/lib-amd/components/Text/index.js.map +0 -1
  242. package/lib-amd/components/Text/renderText.d.ts +0 -5
  243. package/lib-amd/components/Text/renderText.js +0 -14
  244. package/lib-amd/components/Text/renderText.js.map +0 -1
  245. package/lib-amd/components/Text/useText.d.ts +0 -13
  246. package/lib-amd/components/Text/useText.js +0 -25
  247. package/lib-amd/components/Text/useText.js.map +0 -1
  248. package/lib-amd/components/Text/useTextStyles.d.ts +0 -5
  249. package/lib-amd/components/Text/useTextStyles.js +0 -110
  250. package/lib-amd/components/Text/useTextStyles.js.map +0 -1
  251. package/lib-amd/components/Title1/Title1.d.ts +0 -4
  252. package/lib-amd/components/Title1/Title1.js +0 -16
  253. package/lib-amd/components/Title1/Title1.js.map +0 -1
  254. package/lib-amd/components/Title1/index.d.ts +0 -1
  255. package/lib-amd/components/Title1/index.js +0 -6
  256. package/lib-amd/components/Title1/index.js.map +0 -1
  257. package/lib-amd/components/Title2/Title2.d.ts +0 -4
  258. package/lib-amd/components/Title2/Title2.js +0 -16
  259. package/lib-amd/components/Title2/Title2.js.map +0 -1
  260. package/lib-amd/components/Title2/index.d.ts +0 -1
  261. package/lib-amd/components/Title2/index.js +0 -6
  262. package/lib-amd/components/Title2/index.js.map +0 -1
  263. package/lib-amd/components/Title3/Title3.d.ts +0 -4
  264. package/lib-amd/components/Title3/Title3.js +0 -16
  265. package/lib-amd/components/Title3/Title3.js.map +0 -1
  266. package/lib-amd/components/Title3/index.d.ts +0 -1
  267. package/lib-amd/components/Title3/index.js +0 -6
  268. package/lib-amd/components/Title3/index.js.map +0 -1
  269. package/lib-amd/components/wrapper.d.ts +0 -8
  270. package/lib-amd/components/wrapper.js +0 -19
  271. package/lib-amd/components/wrapper.js.map +0 -1
  272. package/lib-amd/index.d.ts +0 -10
  273. package/lib-amd/index.js +0 -15
  274. package/lib-amd/index.js.map +0 -1
  275. package/lib-amd/typographyStyles/index.d.ts +0 -2
  276. package/lib-amd/typographyStyles/index.js +0 -7
  277. package/lib-amd/typographyStyles/index.js.map +0 -1
  278. package/lib-amd/typographyStyles/typographyStyles.d.ts +0 -14
  279. package/lib-amd/typographyStyles/typographyStyles.js +0 -72
  280. package/lib-amd/typographyStyles/typographyStyles.js.map +0 -1
  281. package/lib-commonjs/common/isConformant.d.ts +0 -4
  282. package/lib-commonjs/common/isConformant.js +0 -19
  283. package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,750 @@
2
2
  "name": "@fluentui/react-text",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 01 Sep 2021 07:37:53 GMT",
5
+ "date": "Thu, 25 Nov 2021 08:31:34 GMT",
6
+ "tag": "@fluentui/react-text_v9.0.0-beta.4",
7
+ "version": "9.0.0-beta.4",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "andredias@microsoft.com",
12
+ "package": "@fluentui/react-text",
13
+ "commit": "168b9343fc93f5d188c6dbf4c9ced75f8ee4f41b",
14
+ "comment": "Migrate Text"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-text",
19
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
20
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-text",
25
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
26
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-text",
31
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
32
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-text",
37
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
38
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-text",
43
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
44
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Fri, 12 Nov 2021 13:25:08 GMT",
51
+ "tag": "@fluentui/react-text_v9.0.0-beta.3",
52
+ "version": "9.0.0-beta.3",
53
+ "comments": {
54
+ "prerelease": [
55
+ {
56
+ "author": "gcox@microsoft.com",
57
+ "package": "@fluentui/react-text",
58
+ "commit": "3d5ca9b57c3a6ed9d60a041abc1f5417686ba41e",
59
+ "comment": "Updated with codesandbox comments"
60
+ },
61
+ {
62
+ "author": "olfedias@microsoft.com",
63
+ "package": "@fluentui/react-text",
64
+ "commit": "259d0bf8475629b0b2521157a9b33e97fcf8d513",
65
+ "comment": "export static classes for components"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-text",
70
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
71
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-text",
76
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
77
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-text",
82
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
83
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui/react-text",
88
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
89
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
90
+ },
91
+ {
92
+ "author": "beachball",
93
+ "package": "@fluentui/react-text",
94
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
95
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
96
+ }
97
+ ],
98
+ "none": [
99
+ {
100
+ "author": "lingfangao@hotmail.com",
101
+ "package": "@fluentui/react-text",
102
+ "commit": "5e04b6208619318aa256768635101d5e64b96cc5",
103
+ "comment": "chore(Text): Add docs for each prop and new typography story"
104
+ },
105
+ {
106
+ "author": "lingfangao@hotmail.com",
107
+ "package": "@fluentui/react-text",
108
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
109
+ "comment": "Remove beta release tag"
110
+ },
111
+ {
112
+ "author": "mgodbolt@microsoft.com",
113
+ "package": "@fluentui/react-text",
114
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
115
+ "comment": "update docs descriptions"
116
+ }
117
+ ]
118
+ }
119
+ },
120
+ {
121
+ "date": "Wed, 27 Oct 2021 12:14:23 GMT",
122
+ "tag": "@fluentui/react-text_v9.0.0-beta.2",
123
+ "version": "9.0.0-beta.2",
124
+ "comments": {
125
+ "prerelease": [
126
+ {
127
+ "author": "peter@draxler.ml",
128
+ "package": "@fluentui/react-text",
129
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
130
+ "comment": "added styling of documentation"
131
+ },
132
+ {
133
+ "author": "beachball",
134
+ "package": "@fluentui/react-text",
135
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
136
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
137
+ },
138
+ {
139
+ "author": "beachball",
140
+ "package": "@fluentui/react-text",
141
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
142
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
143
+ },
144
+ {
145
+ "author": "beachball",
146
+ "package": "@fluentui/react-text",
147
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
148
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
149
+ },
150
+ {
151
+ "author": "beachball",
152
+ "package": "@fluentui/react-text",
153
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
154
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
155
+ },
156
+ {
157
+ "author": "beachball",
158
+ "package": "@fluentui/react-text",
159
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
160
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
161
+ }
162
+ ]
163
+ }
164
+ },
165
+ {
166
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
167
+ "tag": "@fluentui/react-text_v9.0.0-beta.1",
168
+ "version": "9.0.0-beta.1",
169
+ "comments": {
170
+ "prerelease": [
171
+ {
172
+ "author": "lingfangao@hotmail.com",
173
+ "package": "@fluentui/react-text",
174
+ "comment": "Bump all v9 components to beta prerelease tag",
175
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
176
+ },
177
+ {
178
+ "author": "beachball",
179
+ "package": "@fluentui/react-text",
180
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
181
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
182
+ },
183
+ {
184
+ "author": "beachball",
185
+ "package": "@fluentui/react-text",
186
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
187
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
188
+ },
189
+ {
190
+ "author": "beachball",
191
+ "package": "@fluentui/react-text",
192
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.1",
193
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
194
+ },
195
+ {
196
+ "author": "beachball",
197
+ "package": "@fluentui/react-text",
198
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
199
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
200
+ },
201
+ {
202
+ "author": "beachball",
203
+ "package": "@fluentui/react-text",
204
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1",
205
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
206
+ }
207
+ ]
208
+ }
209
+ },
210
+ {
211
+ "date": "Tue, 05 Oct 2021 12:47:58 GMT",
212
+ "tag": "@fluentui/react-text_v9.0.0-alpha.27",
213
+ "version": "9.0.0-alpha.27",
214
+ "comments": {
215
+ "prerelease": [
216
+ {
217
+ "author": "beachball",
218
+ "package": "@fluentui/react-text",
219
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
220
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
221
+ },
222
+ {
223
+ "author": "beachball",
224
+ "package": "@fluentui/react-text",
225
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.60",
226
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
227
+ },
228
+ {
229
+ "author": "beachball",
230
+ "package": "@fluentui/react-text",
231
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
232
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
233
+ },
234
+ {
235
+ "author": "beachball",
236
+ "package": "@fluentui/react-text",
237
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
238
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
239
+ }
240
+ ]
241
+ }
242
+ },
243
+ {
244
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
245
+ "tag": "@fluentui/react-text_v9.0.0-alpha.26",
246
+ "version": "9.0.0-alpha.26",
247
+ "comments": {
248
+ "prerelease": [
249
+ {
250
+ "author": "elcraig@microsoft.com",
251
+ "package": "@fluentui/react-text",
252
+ "comment": "Add and use ForwardRefComponent helper type",
253
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
254
+ },
255
+ {
256
+ "author": "beachball",
257
+ "package": "@fluentui/react-text",
258
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
259
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
260
+ },
261
+ {
262
+ "author": "beachball",
263
+ "package": "@fluentui/react-text",
264
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
265
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
266
+ },
267
+ {
268
+ "author": "beachball",
269
+ "package": "@fluentui/react-text",
270
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.59",
271
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
272
+ },
273
+ {
274
+ "author": "beachball",
275
+ "package": "@fluentui/react-text",
276
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
277
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
278
+ },
279
+ {
280
+ "author": "beachball",
281
+ "package": "@fluentui/react-text",
282
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
283
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
284
+ }
285
+ ]
286
+ }
287
+ },
288
+ {
289
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
290
+ "tag": "@fluentui/react-text_v9.0.0-alpha.25",
291
+ "version": "9.0.0-alpha.25",
292
+ "comments": {
293
+ "prerelease": [
294
+ {
295
+ "author": "lingfangao@hotmail.com",
296
+ "package": "@fluentui/react-text",
297
+ "comment": "Bump v9 prerelease versions to rerelease",
298
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
299
+ },
300
+ {
301
+ "author": "beachball",
302
+ "package": "@fluentui/react-text",
303
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
304
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
305
+ },
306
+ {
307
+ "author": "beachball",
308
+ "package": "@fluentui/react-text",
309
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
310
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
311
+ },
312
+ {
313
+ "author": "beachball",
314
+ "package": "@fluentui/react-text",
315
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.58",
316
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
317
+ },
318
+ {
319
+ "author": "beachball",
320
+ "package": "@fluentui/react-text",
321
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
322
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
323
+ },
324
+ {
325
+ "author": "beachball",
326
+ "package": "@fluentui/react-text",
327
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20",
328
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
329
+ }
330
+ ]
331
+ }
332
+ },
333
+ {
334
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
335
+ "tag": "@fluentui/react-text_v9.0.0-alpha.23",
336
+ "version": "9.0.0-alpha.23",
337
+ "comments": {
338
+ "prerelease": [
339
+ {
340
+ "author": "beachball",
341
+ "package": "@fluentui/react-text",
342
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
343
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
344
+ },
345
+ {
346
+ "author": "beachball",
347
+ "package": "@fluentui/react-text",
348
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.56",
349
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
350
+ },
351
+ {
352
+ "author": "beachball",
353
+ "package": "@fluentui/react-text",
354
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
355
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
356
+ },
357
+ {
358
+ "author": "beachball",
359
+ "package": "@fluentui/react-text",
360
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
361
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
362
+ }
363
+ ]
364
+ }
365
+ },
366
+ {
367
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
368
+ "tag": "@fluentui/react-text_v9.0.0-alpha.22",
369
+ "version": "9.0.0-alpha.22",
370
+ "comments": {
371
+ "prerelease": [
372
+ {
373
+ "author": "beachball",
374
+ "package": "@fluentui/react-text",
375
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
376
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
377
+ },
378
+ {
379
+ "author": "beachball",
380
+ "package": "@fluentui/react-text",
381
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
382
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
383
+ },
384
+ {
385
+ "author": "beachball",
386
+ "package": "@fluentui/react-text",
387
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.55",
388
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
389
+ },
390
+ {
391
+ "author": "beachball",
392
+ "package": "@fluentui/react-text",
393
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
394
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
395
+ },
396
+ {
397
+ "author": "beachball",
398
+ "package": "@fluentui/react-text",
399
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
400
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
401
+ }
402
+ ]
403
+ }
404
+ },
405
+ {
406
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
407
+ "tag": "@fluentui/react-text_v9.0.0-alpha.21",
408
+ "version": "9.0.0-alpha.21",
409
+ "comments": {
410
+ "prerelease": [
411
+ {
412
+ "author": "andredias@microsoft.com",
413
+ "package": "@fluentui/react-text",
414
+ "comment": "Remove workaround for as prop with getNativeElementProps",
415
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
416
+ },
417
+ {
418
+ "author": "beachball",
419
+ "package": "@fluentui/react-text",
420
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
421
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
422
+ },
423
+ {
424
+ "author": "beachball",
425
+ "package": "@fluentui/react-text",
426
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
427
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
428
+ },
429
+ {
430
+ "author": "beachball",
431
+ "package": "@fluentui/react-text",
432
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.54",
433
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
434
+ },
435
+ {
436
+ "author": "beachball",
437
+ "package": "@fluentui/react-text",
438
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
439
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
440
+ },
441
+ {
442
+ "author": "beachball",
443
+ "package": "@fluentui/react-text",
444
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
445
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
446
+ }
447
+ ]
448
+ }
449
+ },
450
+ {
451
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
452
+ "tag": "@fluentui/react-text_v9.0.0-alpha.20",
453
+ "version": "9.0.0-alpha.20",
454
+ "comments": {
455
+ "none": [
456
+ {
457
+ "author": "tkrasniqi@microsoft.com",
458
+ "package": "@fluentui/react-text",
459
+ "comment": "Updated storybook documentation",
460
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
461
+ }
462
+ ],
463
+ "prerelease": [
464
+ {
465
+ "author": "beachball",
466
+ "package": "@fluentui/react-text",
467
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
468
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
469
+ },
470
+ {
471
+ "author": "beachball",
472
+ "package": "@fluentui/react-text",
473
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
474
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
475
+ },
476
+ {
477
+ "author": "beachball",
478
+ "package": "@fluentui/react-text",
479
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.53",
480
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
481
+ },
482
+ {
483
+ "author": "beachball",
484
+ "package": "@fluentui/react-text",
485
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
486
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
487
+ },
488
+ {
489
+ "author": "beachball",
490
+ "package": "@fluentui/react-text",
491
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
492
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
493
+ }
494
+ ]
495
+ }
496
+ },
497
+ {
498
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
499
+ "tag": "@fluentui/react-text_v9.0.0-alpha.19",
500
+ "version": "9.0.0-alpha.19",
501
+ "comments": {
502
+ "prerelease": [
503
+ {
504
+ "author": "andredias@microsoft.com",
505
+ "package": "@fluentui/react-text",
506
+ "comment": "Migrate to simplified prop merging",
507
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
508
+ },
509
+ {
510
+ "author": "beachball",
511
+ "package": "@fluentui/react-text",
512
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
513
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
514
+ },
515
+ {
516
+ "author": "beachball",
517
+ "package": "@fluentui/react-text",
518
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
519
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
520
+ },
521
+ {
522
+ "author": "beachball",
523
+ "package": "@fluentui/react-text",
524
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.52",
525
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
526
+ },
527
+ {
528
+ "author": "beachball",
529
+ "package": "@fluentui/react-text",
530
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
531
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
532
+ },
533
+ {
534
+ "author": "beachball",
535
+ "package": "@fluentui/react-text",
536
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
537
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
538
+ }
539
+ ]
540
+ }
541
+ },
542
+ {
543
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
544
+ "tag": "@fluentui/react-text_v9.0.0-alpha.18",
545
+ "version": "9.0.0-alpha.18",
546
+ "comments": {
547
+ "prerelease": [
548
+ {
549
+ "author": "beachball",
550
+ "package": "@fluentui/react-text",
551
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
552
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
553
+ },
554
+ {
555
+ "author": "beachball",
556
+ "package": "@fluentui/react-text",
557
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.51",
558
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
559
+ },
560
+ {
561
+ "author": "beachball",
562
+ "package": "@fluentui/react-text",
563
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
564
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
565
+ },
566
+ {
567
+ "author": "beachball",
568
+ "package": "@fluentui/react-text",
569
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
570
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
571
+ }
572
+ ]
573
+ }
574
+ },
575
+ {
576
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
577
+ "tag": "@fluentui/react-text_v9.0.0-alpha.17",
578
+ "version": "9.0.0-alpha.17",
579
+ "comments": {
580
+ "none": [
581
+ {
582
+ "author": "lingfangao@hotmail.com",
583
+ "package": "@fluentui/react-text",
584
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
585
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
586
+ }
587
+ ],
588
+ "prerelease": [
589
+ {
590
+ "author": "lingfangao@hotmail.com",
591
+ "package": "@fluentui/react-text",
592
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
593
+ "comment": "Bump @fluentui/react-text to v9.0.0-alpha.17"
594
+ }
595
+ ]
596
+ }
597
+ },
598
+ {
599
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
600
+ "tag": "@fluentui/react-text_v9.0.0-alpha.16",
601
+ "version": "9.0.0-alpha.16",
602
+ "comments": {
603
+ "prerelease": [
604
+ {
605
+ "author": "Humberto.Morimoto@microsoft.com",
606
+ "package": "@fluentui/react-text",
607
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
608
+ "comment": "Bump @fluentui/react-text to v9.0.0-alpha.16"
609
+ }
610
+ ]
611
+ }
612
+ },
613
+ {
614
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
615
+ "tag": "@fluentui/react-text_v9.0.0-alpha.15",
616
+ "version": "9.0.0-alpha.15",
617
+ "comments": {
618
+ "prerelease": [
619
+ {
620
+ "author": "behowell@microsoft.com",
621
+ "package": "@fluentui/react-text",
622
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
623
+ "comment": "Bump @fluentui/react-text to v9.0.0-alpha.15"
624
+ }
625
+ ]
626
+ }
627
+ },
628
+ {
629
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
630
+ "tag": "@fluentui/react-text_v9.0.0-alpha.14",
631
+ "version": "9.0.0-alpha.14",
632
+ "comments": {
633
+ "prerelease": [
634
+ {
635
+ "author": "bsunderhus@microsoft.com",
636
+ "package": "@fluentui/react-text",
637
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
638
+ "comment": "Bump @fluentui/react-text to v9.0.0-alpha.14"
639
+ }
640
+ ]
641
+ }
642
+ },
643
+ {
644
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
645
+ "tag": "@fluentui/react-text_v9.0.0-alpha.13",
646
+ "version": "9.0.0-alpha.13",
647
+ "comments": {
648
+ "prerelease": [
649
+ {
650
+ "author": "lingfangao@hotmail.com",
651
+ "package": "@fluentui/react-text",
652
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
653
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
654
+ },
655
+ {
656
+ "author": "lingfangao@hotmail.com",
657
+ "package": "@fluentui/react-text",
658
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
659
+ "comment": "Bump @fluentui/react-text to v9.0.0-alpha.13"
660
+ }
661
+ ]
662
+ }
663
+ },
664
+ {
665
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
666
+ "tag": "@fluentui/react-text_v9.0.0-alpha.12",
667
+ "version": "9.0.0-alpha.12",
668
+ "comments": {
669
+ "prerelease": [
670
+ {
671
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.45",
672
+ "author": "behowell@microsoft.com",
673
+ "commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
674
+ "package": "@fluentui/react-text"
675
+ }
676
+ ]
677
+ }
678
+ },
679
+ {
680
+ "date": "Tue, 07 Sep 2021 07:34:55 GMT",
681
+ "tag": "@fluentui/react-text_v9.0.0-alpha.11",
682
+ "version": "9.0.0-alpha.11",
683
+ "comments": {
684
+ "none": [
685
+ {
686
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.6",
687
+ "author": "olfedias@microsoft.com",
688
+ "commit": "37e0f35eb706d40c4537010de97db94a831022d3",
689
+ "package": "@fluentui/react-text"
690
+ }
691
+ ]
692
+ }
693
+ },
694
+ {
695
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
696
+ "tag": "@fluentui/react-text_v9.0.0-alpha.11",
697
+ "version": "9.0.0-alpha.11",
698
+ "comments": {
699
+ "prerelease": [
700
+ {
701
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.44",
702
+ "author": "lingfangao@hotmail.com",
703
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
704
+ "package": "@fluentui/react-text"
705
+ }
706
+ ]
707
+ }
708
+ },
709
+ {
710
+ "date": "Fri, 03 Sep 2021 00:13:07 GMT",
711
+ "tag": "@fluentui/react-text_v9.0.0-alpha.10",
712
+ "version": "9.0.0-alpha.10",
713
+ "comments": {
714
+ "none": [
715
+ {
716
+ "comment": "enable makeStyles conformance tests",
717
+ "author": "olfedias@microsoft.com",
718
+ "commit": "7d246f9483660ee7a6b2a459d102d0d7cbf06695",
719
+ "package": "@fluentui/react-text"
720
+ }
721
+ ]
722
+ }
723
+ },
724
+ {
725
+ "date": "Thu, 02 Sep 2021 07:36:46 GMT",
726
+ "tag": "@fluentui/react-text_v9.0.0-alpha.10",
727
+ "version": "9.0.0-alpha.10",
728
+ "comments": {
729
+ "prerelease": [
730
+ {
731
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.43",
732
+ "author": "olfedias@microsoft.com",
733
+ "commit": "ff3225d408fa6a97628e3f08a5a11a196bef6934",
734
+ "package": "@fluentui/react-text"
735
+ }
736
+ ],
737
+ "patch": [
738
+ {
739
+ "comment": "Bump @fluentui/react-conformance to v0.4.5",
740
+ "author": "olfedias@microsoft.com",
741
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
742
+ "package": "@fluentui/react-text"
743
+ }
744
+ ]
745
+ }
746
+ },
747
+ {
748
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
6
749
  "tag": "@fluentui/react-text_v9.0.0-alpha.9",
7
750
  "version": "9.0.0-alpha.9",
8
751
  "comments": {