@fluentui/react-text 9.0.0-rc.1 → 9.0.0-rc.12

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 (255) hide show
  1. package/CHANGELOG.json +331 -1
  2. package/CHANGELOG.md +162 -48
  3. package/README.md +4 -4
  4. package/dist/{react-text.d.ts → index.d.ts} +61 -56
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/Body1.js +2 -0
  7. package/lib/Body1.js.map +1 -0
  8. package/lib/Caption1.js +2 -0
  9. package/lib/Caption1.js.map +1 -0
  10. package/lib/Caption2.js +2 -0
  11. package/lib/Caption2.js.map +1 -0
  12. package/lib/Display.js.map +1 -1
  13. package/lib/LargeTitle.js.map +1 -1
  14. package/lib/Subtitle1.js +2 -0
  15. package/lib/Subtitle1.js.map +1 -0
  16. package/lib/Subtitle2.js +2 -0
  17. package/lib/Subtitle2.js.map +1 -0
  18. package/lib/Text.js.map +1 -1
  19. package/lib/Title1.js.map +1 -1
  20. package/lib/Title2.js.map +1 -1
  21. package/lib/Title3.js.map +1 -1
  22. package/lib/components/Body1/Body1.js +31 -0
  23. package/lib/components/Body1/Body1.js.map +1 -0
  24. package/lib/components/Body1/index.js +2 -0
  25. package/lib/components/Body1/index.js.map +1 -0
  26. package/lib/components/Caption1/Caption1.js +31 -0
  27. package/lib/components/Caption1/Caption1.js.map +1 -0
  28. package/lib/components/Caption1/index.js +2 -0
  29. package/lib/components/Caption1/index.js.map +1 -0
  30. package/lib/components/Caption2/Caption2.js +31 -0
  31. package/lib/components/Caption2/Caption2.js.map +1 -0
  32. package/lib/components/Caption2/index.js +2 -0
  33. package/lib/components/Caption2/index.js.map +1 -0
  34. package/lib/components/Display/Display.js +8 -6
  35. package/lib/components/Display/Display.js.map +1 -1
  36. package/lib/components/Display/index.js.map +1 -1
  37. package/lib/components/LargeTitle/LargeTitle.js +8 -6
  38. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  39. package/lib/components/LargeTitle/index.js.map +1 -1
  40. package/lib/components/Subtitle1/Subtitle1.js +31 -0
  41. package/lib/components/Subtitle1/Subtitle1.js.map +1 -0
  42. package/lib/components/Subtitle1/index.js +2 -0
  43. package/lib/components/Subtitle1/index.js.map +1 -0
  44. package/lib/components/Subtitle2/Subtitle2.js +31 -0
  45. package/lib/components/Subtitle2/Subtitle2.js.map +1 -0
  46. package/lib/components/Subtitle2/index.js +2 -0
  47. package/lib/components/Subtitle2/index.js.map +1 -0
  48. package/lib/components/Text/Text.js.map +1 -1
  49. package/lib/components/Text/Text.types.js.map +1 -1
  50. package/lib/components/Text/index.js.map +1 -1
  51. package/lib/components/Text/renderText.js.map +1 -1
  52. package/lib/components/Text/useText.js +6 -6
  53. package/lib/components/Text/useText.js.map +1 -1
  54. package/lib/components/Text/useTextStyles.js +4 -2
  55. package/lib/components/Text/useTextStyles.js.map +1 -1
  56. package/lib/components/Title1/Title1.js +8 -6
  57. package/lib/components/Title1/Title1.js.map +1 -1
  58. package/lib/components/Title1/index.js.map +1 -1
  59. package/lib/components/Title2/Title2.js +8 -6
  60. package/lib/components/Title2/Title2.js.map +1 -1
  61. package/lib/components/Title2/index.js.map +1 -1
  62. package/lib/components/Title3/Title3.js +8 -6
  63. package/lib/components/Title3/Title3.js.map +1 -1
  64. package/lib/components/Title3/index.js.map +1 -1
  65. package/lib/components/wrapper.js.map +1 -1
  66. package/lib/index.js +11 -10
  67. package/lib/index.js.map +1 -1
  68. package/lib-commonjs/{Body.js → Body1.js} +2 -2
  69. package/lib-commonjs/Body1.js.map +1 -0
  70. package/lib-commonjs/{Headline.js → Caption1.js} +2 -2
  71. package/lib-commonjs/Caption1.js.map +1 -0
  72. package/lib-commonjs/{Caption.js → Caption2.js} +2 -2
  73. package/lib-commonjs/Caption2.js.map +1 -0
  74. package/lib-commonjs/Display.js.map +1 -1
  75. package/lib-commonjs/LargeTitle.js.map +1 -1
  76. package/lib-commonjs/Subtitle1.js +10 -0
  77. package/lib-commonjs/Subtitle1.js.map +1 -0
  78. package/lib-commonjs/Subtitle2.js +10 -0
  79. package/lib-commonjs/Subtitle2.js.map +1 -0
  80. package/lib-commonjs/Text.js.map +1 -1
  81. package/lib-commonjs/Title1.js.map +1 -1
  82. package/lib-commonjs/Title2.js.map +1 -1
  83. package/lib-commonjs/Title3.js.map +1 -1
  84. package/lib-commonjs/components/Body1/Body1.js +41 -0
  85. package/lib-commonjs/components/Body1/Body1.js.map +1 -0
  86. package/lib-commonjs/components/{Body → Body1}/index.js +1 -1
  87. package/lib-commonjs/components/Body1/index.js.map +1 -0
  88. package/lib-commonjs/components/Caption1/Caption1.js +41 -0
  89. package/lib-commonjs/components/Caption1/Caption1.js.map +1 -0
  90. package/lib-commonjs/components/{Headline → Caption1}/index.js +1 -1
  91. package/lib-commonjs/components/Caption1/index.js.map +1 -0
  92. package/lib-commonjs/components/Caption2/Caption2.js +41 -0
  93. package/lib-commonjs/components/Caption2/Caption2.js.map +1 -0
  94. package/lib-commonjs/components/{Caption → Caption2}/index.js +1 -1
  95. package/lib-commonjs/components/Caption2/index.js.map +1 -0
  96. package/lib-commonjs/components/Display/Display.js +17 -6
  97. package/lib-commonjs/components/Display/Display.js.map +1 -1
  98. package/lib-commonjs/components/Display/index.js.map +1 -1
  99. package/lib-commonjs/components/LargeTitle/LargeTitle.js +17 -6
  100. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  101. package/lib-commonjs/components/LargeTitle/index.js.map +1 -1
  102. package/lib-commonjs/components/Subtitle1/Subtitle1.js +41 -0
  103. package/lib-commonjs/components/Subtitle1/Subtitle1.js.map +1 -0
  104. package/lib-commonjs/components/{Subheadline → Subtitle1}/index.js +1 -1
  105. package/lib-commonjs/components/Subtitle1/index.js.map +1 -0
  106. package/lib-commonjs/components/Subtitle2/Subtitle2.js +41 -0
  107. package/lib-commonjs/components/Subtitle2/Subtitle2.js.map +1 -0
  108. package/lib-commonjs/components/Subtitle2/index.js +10 -0
  109. package/lib-commonjs/components/Subtitle2/index.js.map +1 -0
  110. package/lib-commonjs/components/Text/Text.js.map +1 -1
  111. package/lib-commonjs/components/Text/Text.types.js.map +1 -1
  112. package/lib-commonjs/components/Text/index.js.map +1 -1
  113. package/lib-commonjs/components/Text/renderText.js.map +1 -1
  114. package/lib-commonjs/components/Text/useText.js +6 -6
  115. package/lib-commonjs/components/Text/useText.js.map +1 -1
  116. package/lib-commonjs/components/Text/useTextStyles.js +5 -3
  117. package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
  118. package/lib-commonjs/components/Title1/Title1.js +17 -6
  119. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  120. package/lib-commonjs/components/Title1/index.js.map +1 -1
  121. package/lib-commonjs/components/Title2/Title2.js +17 -6
  122. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  123. package/lib-commonjs/components/Title2/index.js.map +1 -1
  124. package/lib-commonjs/components/Title3/Title3.js +17 -6
  125. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  126. package/lib-commonjs/components/Title3/index.js.map +1 -1
  127. package/lib-commonjs/components/wrapper.js.map +1 -1
  128. package/lib-commonjs/index.js +173 -11
  129. package/lib-commonjs/index.js.map +1 -1
  130. package/package.json +16 -18
  131. package/lib/Body.d.ts +0 -1
  132. package/lib/Body.js +0 -2
  133. package/lib/Body.js.map +0 -1
  134. package/lib/Caption.d.ts +0 -1
  135. package/lib/Caption.js +0 -2
  136. package/lib/Caption.js.map +0 -1
  137. package/lib/Display.d.ts +0 -1
  138. package/lib/Headline.d.ts +0 -1
  139. package/lib/Headline.js +0 -2
  140. package/lib/Headline.js.map +0 -1
  141. package/lib/LargeTitle.d.ts +0 -1
  142. package/lib/Subheadline.d.ts +0 -1
  143. package/lib/Subheadline.js +0 -2
  144. package/lib/Subheadline.js.map +0 -1
  145. package/lib/Text.d.ts +0 -1
  146. package/lib/Title1.d.ts +0 -1
  147. package/lib/Title2.d.ts +0 -1
  148. package/lib/Title3.d.ts +0 -1
  149. package/lib/components/Body/Body.d.ts +0 -7
  150. package/lib/components/Body/Body.js +0 -29
  151. package/lib/components/Body/Body.js.map +0 -1
  152. package/lib/components/Body/index.d.ts +0 -1
  153. package/lib/components/Body/index.js +0 -2
  154. package/lib/components/Body/index.js.map +0 -1
  155. package/lib/components/Caption/Caption.d.ts +0 -7
  156. package/lib/components/Caption/Caption.js +0 -29
  157. package/lib/components/Caption/Caption.js.map +0 -1
  158. package/lib/components/Caption/index.d.ts +0 -1
  159. package/lib/components/Caption/index.js +0 -2
  160. package/lib/components/Caption/index.js.map +0 -1
  161. package/lib/components/Display/Display.d.ts +0 -7
  162. package/lib/components/Display/index.d.ts +0 -1
  163. package/lib/components/Headline/Headline.d.ts +0 -7
  164. package/lib/components/Headline/Headline.js +0 -29
  165. package/lib/components/Headline/Headline.js.map +0 -1
  166. package/lib/components/Headline/index.d.ts +0 -1
  167. package/lib/components/Headline/index.js +0 -2
  168. package/lib/components/Headline/index.js.map +0 -1
  169. package/lib/components/LargeTitle/LargeTitle.d.ts +0 -7
  170. package/lib/components/LargeTitle/index.d.ts +0 -1
  171. package/lib/components/Subheadline/Subheadline.d.ts +0 -7
  172. package/lib/components/Subheadline/Subheadline.js +0 -29
  173. package/lib/components/Subheadline/Subheadline.js.map +0 -1
  174. package/lib/components/Subheadline/index.d.ts +0 -1
  175. package/lib/components/Subheadline/index.js +0 -2
  176. package/lib/components/Subheadline/index.js.map +0 -1
  177. package/lib/components/Text/Text.d.ts +0 -6
  178. package/lib/components/Text/Text.types.d.ts +0 -78
  179. package/lib/components/Text/index.d.ts +0 -5
  180. package/lib/components/Text/renderText.d.ts +0 -5
  181. package/lib/components/Text/useText.d.ts +0 -12
  182. package/lib/components/Text/useTextStyles.d.ts +0 -6
  183. package/lib/components/Title1/Title1.d.ts +0 -7
  184. package/lib/components/Title1/index.d.ts +0 -1
  185. package/lib/components/Title2/Title2.d.ts +0 -7
  186. package/lib/components/Title2/index.d.ts +0 -1
  187. package/lib/components/Title3/Title3.d.ts +0 -7
  188. package/lib/components/Title3/index.d.ts +0 -1
  189. package/lib/components/wrapper.d.ts +0 -8
  190. package/lib/index.d.ts +0 -10
  191. package/lib/typographyStyles/index.d.ts +0 -2
  192. package/lib/typographyStyles/index.js +0 -3
  193. package/lib/typographyStyles/index.js.map +0 -1
  194. package/lib/typographyStyles/typographyStyles.d.ts +0 -13
  195. package/lib/typographyStyles/typographyStyles.js +0 -60
  196. package/lib/typographyStyles/typographyStyles.js.map +0 -1
  197. package/lib-commonjs/Body.d.ts +0 -1
  198. package/lib-commonjs/Body.js.map +0 -1
  199. package/lib-commonjs/Caption.d.ts +0 -1
  200. package/lib-commonjs/Caption.js.map +0 -1
  201. package/lib-commonjs/Display.d.ts +0 -1
  202. package/lib-commonjs/Headline.d.ts +0 -1
  203. package/lib-commonjs/Headline.js.map +0 -1
  204. package/lib-commonjs/LargeTitle.d.ts +0 -1
  205. package/lib-commonjs/Subheadline.d.ts +0 -1
  206. package/lib-commonjs/Subheadline.js +0 -10
  207. package/lib-commonjs/Subheadline.js.map +0 -1
  208. package/lib-commonjs/Text.d.ts +0 -1
  209. package/lib-commonjs/Title1.d.ts +0 -1
  210. package/lib-commonjs/Title2.d.ts +0 -1
  211. package/lib-commonjs/Title3.d.ts +0 -1
  212. package/lib-commonjs/components/Body/Body.d.ts +0 -7
  213. package/lib-commonjs/components/Body/Body.js +0 -30
  214. package/lib-commonjs/components/Body/Body.js.map +0 -1
  215. package/lib-commonjs/components/Body/index.d.ts +0 -1
  216. package/lib-commonjs/components/Body/index.js.map +0 -1
  217. package/lib-commonjs/components/Caption/Caption.d.ts +0 -7
  218. package/lib-commonjs/components/Caption/Caption.js +0 -30
  219. package/lib-commonjs/components/Caption/Caption.js.map +0 -1
  220. package/lib-commonjs/components/Caption/index.d.ts +0 -1
  221. package/lib-commonjs/components/Caption/index.js.map +0 -1
  222. package/lib-commonjs/components/Display/Display.d.ts +0 -7
  223. package/lib-commonjs/components/Display/index.d.ts +0 -1
  224. package/lib-commonjs/components/Headline/Headline.d.ts +0 -7
  225. package/lib-commonjs/components/Headline/Headline.js +0 -30
  226. package/lib-commonjs/components/Headline/Headline.js.map +0 -1
  227. package/lib-commonjs/components/Headline/index.d.ts +0 -1
  228. package/lib-commonjs/components/Headline/index.js.map +0 -1
  229. package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +0 -7
  230. package/lib-commonjs/components/LargeTitle/index.d.ts +0 -1
  231. package/lib-commonjs/components/Subheadline/Subheadline.d.ts +0 -7
  232. package/lib-commonjs/components/Subheadline/Subheadline.js +0 -30
  233. package/lib-commonjs/components/Subheadline/Subheadline.js.map +0 -1
  234. package/lib-commonjs/components/Subheadline/index.d.ts +0 -1
  235. package/lib-commonjs/components/Subheadline/index.js.map +0 -1
  236. package/lib-commonjs/components/Text/Text.d.ts +0 -6
  237. package/lib-commonjs/components/Text/Text.types.d.ts +0 -78
  238. package/lib-commonjs/components/Text/index.d.ts +0 -5
  239. package/lib-commonjs/components/Text/renderText.d.ts +0 -5
  240. package/lib-commonjs/components/Text/useText.d.ts +0 -12
  241. package/lib-commonjs/components/Text/useTextStyles.d.ts +0 -6
  242. package/lib-commonjs/components/Title1/Title1.d.ts +0 -7
  243. package/lib-commonjs/components/Title1/index.d.ts +0 -1
  244. package/lib-commonjs/components/Title2/Title2.d.ts +0 -7
  245. package/lib-commonjs/components/Title2/index.d.ts +0 -1
  246. package/lib-commonjs/components/Title3/Title3.d.ts +0 -7
  247. package/lib-commonjs/components/Title3/index.d.ts +0 -1
  248. package/lib-commonjs/components/wrapper.d.ts +0 -8
  249. package/lib-commonjs/index.d.ts +0 -10
  250. package/lib-commonjs/typographyStyles/index.d.ts +0 -2
  251. package/lib-commonjs/typographyStyles/index.js +0 -11
  252. package/lib-commonjs/typographyStyles/index.js.map +0 -1
  253. package/lib-commonjs/typographyStyles/typographyStyles.d.ts +0 -13
  254. package/lib-commonjs/typographyStyles/typographyStyles.js +0 -68
  255. package/lib-commonjs/typographyStyles/typographyStyles.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,18 +1,132 @@
1
1
  # Change Log - @fluentui/react-text
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:44:12 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 21 Jun 2022 17:09:28 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.12)
8
+
9
+ Tue, 21 Jun 2022 17:09:28 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.11..@fluentui/react-text_v9.0.0-rc.12)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
15
+
16
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.11)
17
+
18
+ Tue, 31 May 2022 21:28:49 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.10..@fluentui/react-text_v9.0.0-rc.11)
20
+
21
+ ### Changes
22
+
23
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
24
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
25
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
26
+
27
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.10)
28
+
29
+ Mon, 23 May 2022 18:56:49 GMT
30
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.9..@fluentui/react-text_v9.0.0-rc.10)
31
+
32
+ ### Changes
33
+
34
+ - fix: Change typography wrapper component names to match new design spec ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by 39736248+andrefcdias@users.noreply.github.com)
35
+ - Text: Ordering types alphabetically. ([PR #23120](https://github.com/microsoft/fluentui/pull/23120) by Humberto.Morimoto@microsoft.com)
36
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
37
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
38
+
39
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.9)
40
+
41
+ Mon, 23 May 2022 12:13:52 GMT
42
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.8..@fluentui/react-text_v9.0.0-rc.9)
43
+
44
+ ### Changes
45
+
46
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
47
+ - Removing TextCommons type. ([PR #22971](https://github.com/microsoft/fluentui/pull/22971) by Humberto.Morimoto@microsoft.com)
48
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
49
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
50
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
51
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
52
+
53
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.8)
54
+
55
+ Thu, 05 May 2022 18:26:30 GMT
56
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.7..@fluentui/react-text_v9.0.0-rc.8)
57
+
58
+ ### Changes
59
+
60
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
61
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
62
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
63
+
64
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.7)
65
+
66
+ Wed, 04 May 2022 13:26:33 GMT
67
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.6..@fluentui/react-text_v9.0.0-rc.7)
68
+
69
+ ### Changes
70
+
71
+ - feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
72
+ - Updated react-text to use typography constants ([PR #22716](https://github.com/microsoft/fluentui/pull/22716) by gcox@microsoft.com)
73
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
74
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
75
+
76
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.6)
77
+
78
+ Tue, 19 Apr 2022 19:17:01 GMT
79
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.5..@fluentui/react-text_v9.0.0-rc.6)
80
+
81
+ ### Changes
82
+
83
+ - Add static classnames to Text ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
84
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
85
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
86
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
87
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
88
+
89
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.5)
90
+
91
+ Fri, 04 Mar 2022 05:17:31 GMT
92
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.4..@fluentui/react-text_v9.0.0-rc.5)
93
+
94
+ ### Changes
95
+
96
+ - 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)
97
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
98
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
99
+
100
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.4)
101
+
102
+ Tue, 01 Mar 2022 02:17:39 GMT
103
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.3..@fluentui/react-text_v9.0.0-rc.4)
104
+
105
+ ### Changes
106
+
107
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
108
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
109
+
110
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.3)
111
+
112
+ Fri, 18 Feb 2022 13:35:36 GMT
113
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-rc.1..@fluentui/react-text_v9.0.0-rc.3)
114
+
115
+ ### Changes
116
+
117
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
118
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
119
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
120
+
7
121
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-rc.1)
8
122
 
9
- Thu, 10 Feb 2022 08:44:12 GMT
123
+ Thu, 10 Feb 2022 08:50:58 GMT
10
124
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.4..@fluentui/react-text_v9.0.0-rc.1)
11
125
 
12
126
  ### Changes
13
127
 
14
128
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
15
- - BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
129
+ - BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
16
130
  - use makeStyles types from proper package ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
17
131
  - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
18
132
  - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
@@ -26,7 +140,7 @@ Thu, 10 Feb 2022 08:44:12 GMT
26
140
 
27
141
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.4)
28
142
 
29
- Thu, 25 Nov 2021 08:34:16 GMT
143
+ Thu, 25 Nov 2021 08:34:16 GMT
30
144
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.3..@fluentui/react-text_v9.0.0-beta.4)
31
145
 
32
146
  ### Changes
@@ -40,7 +154,7 @@ Thu, 25 Nov 2021 08:34:16 GMT
40
154
 
41
155
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.3)
42
156
 
43
- Fri, 12 Nov 2021 13:25:08 GMT
157
+ Fri, 12 Nov 2021 13:25:08 GMT
44
158
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.2..@fluentui/react-text_v9.0.0-beta.3)
45
159
 
46
160
  ### Changes
@@ -55,7 +169,7 @@ Fri, 12 Nov 2021 13:25:08 GMT
55
169
 
56
170
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.2)
57
171
 
58
- Wed, 27 Oct 2021 12:14:23 GMT
172
+ Wed, 27 Oct 2021 12:14:23 GMT
59
173
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.1..@fluentui/react-text_v9.0.0-beta.2)
60
174
 
61
175
  ### Changes
@@ -69,7 +183,7 @@ Wed, 27 Oct 2021 12:14:23 GMT
69
183
 
70
184
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.1)
71
185
 
72
- Wed, 06 Oct 2021 10:37:22 GMT
186
+ Wed, 06 Oct 2021 10:37:22 GMT
73
187
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.27..@fluentui/react-text_v9.0.0-beta.1)
74
188
 
75
189
  ### Changes
@@ -83,7 +197,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
83
197
 
84
198
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.27)
85
199
 
86
- Tue, 05 Oct 2021 12:47:58 GMT
200
+ Tue, 05 Oct 2021 12:47:58 GMT
87
201
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.26..@fluentui/react-text_v9.0.0-alpha.27)
88
202
 
89
203
  ### Changes
@@ -95,7 +209,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
95
209
 
96
210
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.26)
97
211
 
98
- Tue, 05 Oct 2021 09:28:07 GMT
212
+ Tue, 05 Oct 2021 09:28:07 GMT
99
213
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.25..@fluentui/react-text_v9.0.0-alpha.26)
100
214
 
101
215
  ### Changes
@@ -109,7 +223,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
109
223
 
110
224
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.25)
111
225
 
112
- Fri, 01 Oct 2021 14:13:08 GMT
226
+ Fri, 01 Oct 2021 14:13:08 GMT
113
227
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.23..@fluentui/react-text_v9.0.0-alpha.25)
114
228
 
115
229
  ### Changes
@@ -123,7 +237,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
123
237
 
124
238
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.23)
125
239
 
126
- Wed, 29 Sep 2021 08:06:11 GMT
240
+ Wed, 29 Sep 2021 08:06:11 GMT
127
241
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.22..@fluentui/react-text_v9.0.0-alpha.23)
128
242
 
129
243
  ### Changes
@@ -135,7 +249,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
135
249
 
136
250
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.22)
137
251
 
138
- Mon, 27 Sep 2021 08:06:00 GMT
252
+ Mon, 27 Sep 2021 08:06:00 GMT
139
253
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.21..@fluentui/react-text_v9.0.0-alpha.22)
140
254
 
141
255
  ### Changes
@@ -148,7 +262,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
148
262
 
149
263
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.21)
150
264
 
151
- Fri, 24 Sep 2021 09:17:17 GMT
265
+ Fri, 24 Sep 2021 09:17:17 GMT
152
266
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.20..@fluentui/react-text_v9.0.0-alpha.21)
153
267
 
154
268
  ### Changes
@@ -162,7 +276,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
162
276
 
163
277
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.20)
164
278
 
165
- Thu, 23 Sep 2021 08:21:34 GMT
279
+ Thu, 23 Sep 2021 08:21:34 GMT
166
280
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.19..@fluentui/react-text_v9.0.0-alpha.20)
167
281
 
168
282
  ### Changes
@@ -175,7 +289,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
175
289
 
176
290
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.19)
177
291
 
178
- Wed, 22 Sep 2021 10:10:07 GMT
292
+ Wed, 22 Sep 2021 10:10:07 GMT
179
293
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.18..@fluentui/react-text_v9.0.0-alpha.19)
180
294
 
181
295
  ### Changes
@@ -189,7 +303,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
189
303
 
190
304
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.18)
191
305
 
192
- Tue, 21 Sep 2021 07:42:34 GMT
306
+ Tue, 21 Sep 2021 07:42:34 GMT
193
307
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.17..@fluentui/react-text_v9.0.0-alpha.18)
194
308
 
195
309
  ### Changes
@@ -201,7 +315,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
201
315
 
202
316
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.17)
203
317
 
204
- Mon, 20 Sep 2021 07:36:26 GMT
318
+ Mon, 20 Sep 2021 07:36:26 GMT
205
319
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.16..@fluentui/react-text_v9.0.0-alpha.17)
206
320
 
207
321
  ### Changes
@@ -210,7 +324,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
210
324
 
211
325
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.16)
212
326
 
213
- Fri, 17 Sep 2021 07:35:26 GMT
327
+ Fri, 17 Sep 2021 07:35:26 GMT
214
328
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.15..@fluentui/react-text_v9.0.0-alpha.16)
215
329
 
216
330
  ### Changes
@@ -219,7 +333,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
219
333
 
220
334
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.15)
221
335
 
222
- Thu, 16 Sep 2021 07:38:39 GMT
336
+ Thu, 16 Sep 2021 07:38:39 GMT
223
337
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.14..@fluentui/react-text_v9.0.0-alpha.15)
224
338
 
225
339
  ### Changes
@@ -228,7 +342,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
228
342
 
229
343
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.14)
230
344
 
231
- Tue, 14 Sep 2021 20:09:02 GMT
345
+ Tue, 14 Sep 2021 20:09:02 GMT
232
346
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.13..@fluentui/react-text_v9.0.0-alpha.14)
233
347
 
234
348
  ### Changes
@@ -237,7 +351,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
237
351
 
238
352
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.13)
239
353
 
240
- Fri, 10 Sep 2021 16:31:53 GMT
354
+ Fri, 10 Sep 2021 16:31:53 GMT
241
355
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.12..@fluentui/react-text_v9.0.0-alpha.13)
242
356
 
243
357
  ### Changes
@@ -247,7 +361,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
247
361
 
248
362
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.12)
249
363
 
250
- Fri, 10 Sep 2021 07:39:51 GMT
364
+ Fri, 10 Sep 2021 07:39:51 GMT
251
365
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.11..@fluentui/react-text_v9.0.0-alpha.12)
252
366
 
253
367
  ### Changes
@@ -256,7 +370,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
256
370
 
257
371
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.11)
258
372
 
259
- Mon, 06 Sep 2021 07:34:53 GMT
373
+ Mon, 06 Sep 2021 07:34:53 GMT
260
374
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.10..@fluentui/react-text_v9.0.0-alpha.11)
261
375
 
262
376
  ### Changes
@@ -265,7 +379,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
265
379
 
266
380
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.10)
267
381
 
268
- Thu, 02 Sep 2021 07:36:46 GMT
382
+ Thu, 02 Sep 2021 07:36:46 GMT
269
383
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.9..@fluentui/react-text_v9.0.0-alpha.10)
270
384
 
271
385
  ### Patches
@@ -278,7 +392,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
278
392
 
279
393
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.9)
280
394
 
281
- Wed, 01 Sep 2021 07:39:56 GMT
395
+ Wed, 01 Sep 2021 07:39:56 GMT
282
396
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.8..@fluentui/react-text_v9.0.0-alpha.9)
283
397
 
284
398
  ### Changes
@@ -287,7 +401,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
287
401
 
288
402
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.8)
289
403
 
290
- Tue, 31 Aug 2021 07:37:47 GMT
404
+ Tue, 31 Aug 2021 07:37:47 GMT
291
405
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.7..@fluentui/react-text_v9.0.0-alpha.8)
292
406
 
293
407
  ### Changes
@@ -296,7 +410,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
296
410
 
297
411
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.7)
298
412
 
299
- Fri, 27 Aug 2021 07:33:32 GMT
413
+ Fri, 27 Aug 2021 07:33:32 GMT
300
414
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.6..@fluentui/react-text_v9.0.0-alpha.7)
301
415
 
302
416
  ### Changes
@@ -305,7 +419,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
305
419
 
306
420
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.6)
307
421
 
308
- Thu, 26 Aug 2021 07:35:43 GMT
422
+ Thu, 26 Aug 2021 07:35:43 GMT
309
423
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.5..@fluentui/react-text_v9.0.0-alpha.6)
310
424
 
311
425
  ### Changes
@@ -314,7 +428,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
314
428
 
315
429
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.5)
316
430
 
317
- Tue, 24 Aug 2021 07:34:48 GMT
431
+ Tue, 24 Aug 2021 07:34:48 GMT
318
432
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.4..@fluentui/react-text_v9.0.0-alpha.5)
319
433
 
320
434
  ### Changes
@@ -323,7 +437,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
323
437
 
324
438
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.4)
325
439
 
326
- Fri, 20 Aug 2021 07:37:28 GMT
440
+ Fri, 20 Aug 2021 07:37:28 GMT
327
441
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.3..@fluentui/react-text_v9.0.0-alpha.4)
328
442
 
329
443
  ### Changes
@@ -332,7 +446,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
332
446
 
333
447
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.3)
334
448
 
335
- Thu, 19 Aug 2021 07:41:35 GMT
449
+ Thu, 19 Aug 2021 07:41:35 GMT
336
450
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.2..@fluentui/react-text_v9.0.0-alpha.3)
337
451
 
338
452
  ### Changes
@@ -341,7 +455,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
341
455
 
342
456
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.2)
343
457
 
344
- Fri, 13 Aug 2021 07:36:34 GMT
458
+ Fri, 13 Aug 2021 07:36:34 GMT
345
459
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.1..@fluentui/react-text_v9.0.0-alpha.2)
346
460
 
347
461
  ### Changes
@@ -350,7 +464,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
350
464
 
351
465
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.1)
352
466
 
353
- Thu, 12 Aug 2021 07:34:46 GMT
467
+ Thu, 12 Aug 2021 07:34:46 GMT
354
468
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.1)
355
469
 
356
470
  ### Changes
@@ -359,7 +473,7 @@ Thu, 12 Aug 2021 07:34:46 GMT
359
473
 
360
474
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
361
475
 
362
- Wed, 11 Aug 2021 07:34:54 GMT
476
+ Wed, 11 Aug 2021 07:34:54 GMT
363
477
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
364
478
 
365
479
  ### Changes
@@ -368,7 +482,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
368
482
 
369
483
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
370
484
 
371
- Fri, 06 Aug 2021 07:35:14 GMT
485
+ Fri, 06 Aug 2021 07:35:14 GMT
372
486
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
373
487
 
374
488
  ### Changes
@@ -377,7 +491,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
377
491
 
378
492
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
379
493
 
380
- Tue, 03 Aug 2021 07:39:30 GMT
494
+ Tue, 03 Aug 2021 07:39:30 GMT
381
495
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
382
496
 
383
497
  ### Patches
@@ -392,7 +506,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
392
506
 
393
507
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
394
508
 
395
- Mon, 02 Aug 2021 07:36:20 GMT
509
+ Mon, 02 Aug 2021 07:36:20 GMT
396
510
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
397
511
 
398
512
  ### Changes
@@ -401,7 +515,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
401
515
 
402
516
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
403
517
 
404
- Mon, 26 Jul 2021 07:37:30 GMT
518
+ Mon, 26 Jul 2021 07:37:30 GMT
405
519
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
406
520
 
407
521
  ### Changes
@@ -410,7 +524,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
410
524
 
411
525
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
412
526
 
413
- Fri, 23 Jul 2021 07:38:19 GMT
527
+ Fri, 23 Jul 2021 07:38:19 GMT
414
528
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
415
529
 
416
530
  ### Changes
@@ -419,7 +533,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
419
533
 
420
534
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
421
535
 
422
- Thu, 22 Jul 2021 07:36:55 GMT
536
+ Thu, 22 Jul 2021 07:36:55 GMT
423
537
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
424
538
 
425
539
  ### Changes
@@ -428,7 +542,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
428
542
 
429
543
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
430
544
 
431
- Thu, 15 Jul 2021 07:36:18 GMT
545
+ Thu, 15 Jul 2021 07:36:18 GMT
432
546
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
433
547
 
434
548
  ### Changes
@@ -437,7 +551,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
437
551
 
438
552
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
439
553
 
440
- Tue, 13 Jul 2021 22:32:58 GMT
554
+ Tue, 13 Jul 2021 22:32:58 GMT
441
555
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
442
556
 
443
557
  ### Patches
@@ -446,7 +560,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
446
560
 
447
561
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
448
562
 
449
- Tue, 13 Jul 2021 07:35:36 GMT
563
+ Tue, 13 Jul 2021 07:35:36 GMT
450
564
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
451
565
 
452
566
  ### Changes
@@ -455,7 +569,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
455
569
 
456
570
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
457
571
 
458
- Fri, 09 Jul 2021 07:39:31 GMT
572
+ Fri, 09 Jul 2021 07:39:31 GMT
459
573
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
460
574
 
461
575
  ### Patches
@@ -470,7 +584,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
470
584
 
471
585
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
472
586
 
473
- Fri, 02 Jul 2021 23:15:55 GMT
587
+ Fri, 02 Jul 2021 23:15:55 GMT
474
588
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
475
589
 
476
590
  ### Changes
@@ -479,7 +593,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
479
593
 
480
594
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
481
595
 
482
- Fri, 02 Jul 2021 07:37:06 GMT
596
+ Fri, 02 Jul 2021 07:37:06 GMT
483
597
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
484
598
 
485
599
  ### Changes
@@ -488,7 +602,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
488
602
 
489
603
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
490
604
 
491
- Wed, 30 Jun 2021 07:38:35 GMT
605
+ Wed, 30 Jun 2021 07:38:35 GMT
492
606
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
493
607
 
494
608
  ### Changes
@@ -497,7 +611,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
497
611
 
498
612
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-alpha.0)
499
613
 
500
- Tue, 29 Jun 2021 07:33:32 GMT
614
+ Tue, 29 Jun 2021 07:33:32 GMT
501
615
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-alpha.0..@fluentui/react-text_v9.0.0-alpha.0)
502
616
 
503
617
  ### Changes
package/README.md CHANGED
@@ -74,8 +74,8 @@ By default, Text and all the typography wrappers render a `<span>` element. You
74
74
 
75
75
  ```html
76
76
  <div>
77
- <Headline as="h1">Headline</Headline>
78
- <Subheadline as="h2">Subheadline</Subheadline>
77
+ <Subtitle1 as="h1">Subtitle1</Subtitle1>
78
+ <Subtitle2 as="h2">Subtitle2</Subtitle2>
79
79
  <Text as="p">This is simple example</Text>
80
80
  </div>
81
81
  ```
@@ -84,8 +84,8 @@ This will result in the following DOM structure:
84
84
 
85
85
  ```html
86
86
  <div>
87
- <h1>Headline</h1>
88
- <h2>Subheadline</h2>
87
+ <h1>Subtitle1</h1>
88
+ <h2>Subtitle2</h2>
89
89
  <p>This is simple example</p>
90
90
  </div>
91
91
  ```