@fluentui/react-text 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.11

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 (288) hide show
  1. package/CHANGELOG.json +542 -16
  2. package/CHANGELOG.md +206 -52
  3. package/MIGRATION.md +153 -103
  4. package/README.md +4 -4
  5. package/dist/index.d.ts +188 -0
  6. package/{lib → dist}/tsdoc-metadata.json +0 -0
  7. package/lib/Body1.js +2 -0
  8. package/lib/Body1.js.map +1 -0
  9. package/lib/Caption1.js +2 -0
  10. package/lib/Caption1.js.map +1 -0
  11. package/lib/Caption2.js +2 -0
  12. package/lib/Caption2.js.map +1 -0
  13. package/lib/Display.js.map +1 -1
  14. package/lib/LargeTitle.js.map +1 -1
  15. package/lib/Subtitle1.js +2 -0
  16. package/lib/Subtitle1.js.map +1 -0
  17. package/lib/Subtitle2.js +2 -0
  18. package/lib/Subtitle2.js.map +1 -0
  19. package/lib/Text.js.map +1 -1
  20. package/lib/Title1.js.map +1 -1
  21. package/lib/Title2.js.map +1 -1
  22. package/lib/Title3.js.map +1 -1
  23. package/lib/components/Body1/Body1.js +31 -0
  24. package/lib/components/Body1/Body1.js.map +1 -0
  25. package/lib/components/Body1/index.js +2 -0
  26. package/lib/components/Body1/index.js.map +1 -0
  27. package/lib/components/Caption1/Caption1.js +31 -0
  28. package/lib/components/Caption1/Caption1.js.map +1 -0
  29. package/lib/components/Caption1/index.js +2 -0
  30. package/lib/components/Caption1/index.js.map +1 -0
  31. package/lib/components/Caption2/Caption2.js +31 -0
  32. package/lib/components/Caption2/Caption2.js.map +1 -0
  33. package/lib/components/Caption2/index.js +2 -0
  34. package/lib/components/Caption2/index.js.map +1 -0
  35. package/lib/components/Display/Display.js +12 -8
  36. package/lib/components/Display/Display.js.map +1 -1
  37. package/lib/components/Display/index.js.map +1 -1
  38. package/lib/components/LargeTitle/LargeTitle.js +12 -8
  39. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  40. package/lib/components/LargeTitle/index.js.map +1 -1
  41. package/lib/components/Subtitle1/Subtitle1.js +31 -0
  42. package/lib/components/Subtitle1/Subtitle1.js.map +1 -0
  43. package/lib/components/Subtitle1/index.js +2 -0
  44. package/lib/components/Subtitle1/index.js.map +1 -0
  45. package/lib/components/Subtitle2/Subtitle2.js +31 -0
  46. package/lib/components/Subtitle2/Subtitle2.js.map +1 -0
  47. package/lib/components/Subtitle2/index.js +2 -0
  48. package/lib/components/Subtitle2/index.js.map +1 -0
  49. package/lib/components/Text/Text.js +7 -7
  50. package/lib/components/Text/Text.js.map +1 -1
  51. package/lib/components/Text/Text.types.js.map +1 -1
  52. package/lib/components/Text/index.js.map +1 -1
  53. package/lib/components/Text/renderText.js +7 -7
  54. package/lib/components/Text/renderText.js.map +1 -1
  55. package/lib/components/Text/useText.js +28 -27
  56. package/lib/components/Text/useText.js.map +1 -1
  57. package/lib/components/Text/useTextStyles.js +17 -11
  58. package/lib/components/Text/useTextStyles.js.map +1 -1
  59. package/lib/components/Title1/Title1.js +12 -8
  60. package/lib/components/Title1/Title1.js.map +1 -1
  61. package/lib/components/Title1/index.js.map +1 -1
  62. package/lib/components/Title2/Title2.js +12 -8
  63. package/lib/components/Title2/Title2.js.map +1 -1
  64. package/lib/components/Title2/index.js.map +1 -1
  65. package/lib/components/Title3/Title3.js +12 -8
  66. package/lib/components/Title3/Title3.js.map +1 -1
  67. package/lib/components/Title3/index.js.map +1 -1
  68. package/lib/components/wrapper.js +13 -10
  69. package/lib/components/wrapper.js.map +1 -1
  70. package/lib/index.js +11 -10
  71. package/lib/index.js.map +1 -1
  72. package/lib-commonjs/Body1.js +10 -0
  73. package/lib-commonjs/Body1.js.map +1 -0
  74. package/lib-commonjs/Caption1.js +10 -0
  75. package/lib-commonjs/Caption1.js.map +1 -0
  76. package/lib-commonjs/Caption2.js +10 -0
  77. package/lib-commonjs/Caption2.js.map +1 -0
  78. package/lib-commonjs/Display.js +1 -1
  79. package/lib-commonjs/Display.js.map +1 -1
  80. package/lib-commonjs/LargeTitle.js +1 -1
  81. package/lib-commonjs/LargeTitle.js.map +1 -1
  82. package/lib-commonjs/Subtitle1.js +10 -0
  83. package/lib-commonjs/Subtitle1.js.map +1 -0
  84. package/lib-commonjs/Subtitle2.js +10 -0
  85. package/lib-commonjs/Subtitle2.js.map +1 -0
  86. package/lib-commonjs/Text.js +1 -1
  87. package/lib-commonjs/Text.js.map +1 -1
  88. package/lib-commonjs/Title1.js +1 -1
  89. package/lib-commonjs/Title1.js.map +1 -1
  90. package/lib-commonjs/Title2.js +1 -1
  91. package/lib-commonjs/Title2.js.map +1 -1
  92. package/lib-commonjs/Title3.js +1 -1
  93. package/lib-commonjs/Title3.js.map +1 -1
  94. package/lib-commonjs/components/Body1/Body1.js +41 -0
  95. package/lib-commonjs/components/Body1/Body1.js.map +1 -0
  96. package/lib-commonjs/components/Body1/index.js +10 -0
  97. package/lib-commonjs/components/Body1/index.js.map +1 -0
  98. package/lib-commonjs/components/Caption1/Caption1.js +41 -0
  99. package/lib-commonjs/components/Caption1/Caption1.js.map +1 -0
  100. package/lib-commonjs/components/Caption1/index.js +10 -0
  101. package/lib-commonjs/components/Caption1/index.js.map +1 -0
  102. package/lib-commonjs/components/Caption2/Caption2.js +41 -0
  103. package/lib-commonjs/components/Caption2/Caption2.js.map +1 -0
  104. package/lib-commonjs/components/Caption2/index.js +10 -0
  105. package/lib-commonjs/components/Caption2/index.js.map +1 -0
  106. package/lib-commonjs/components/Display/Display.js +20 -9
  107. package/lib-commonjs/components/Display/Display.js.map +1 -1
  108. package/lib-commonjs/components/Display/index.js +1 -1
  109. package/lib-commonjs/components/Display/index.js.map +1 -1
  110. package/lib-commonjs/components/LargeTitle/LargeTitle.js +20 -9
  111. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  112. package/lib-commonjs/components/LargeTitle/index.js +1 -1
  113. package/lib-commonjs/components/LargeTitle/index.js.map +1 -1
  114. package/lib-commonjs/components/Subtitle1/Subtitle1.js +41 -0
  115. package/lib-commonjs/components/Subtitle1/Subtitle1.js.map +1 -0
  116. package/lib-commonjs/components/Subtitle1/index.js +10 -0
  117. package/lib-commonjs/components/Subtitle1/index.js.map +1 -0
  118. package/lib-commonjs/components/Subtitle2/Subtitle2.js +41 -0
  119. package/lib-commonjs/components/Subtitle2/Subtitle2.js.map +1 -0
  120. package/lib-commonjs/components/Subtitle2/index.js +10 -0
  121. package/lib-commonjs/components/Subtitle2/index.js.map +1 -0
  122. package/lib-commonjs/components/Text/Text.js +8 -8
  123. package/lib-commonjs/components/Text/Text.js.map +1 -1
  124. package/lib-commonjs/components/Text/Text.types.js.map +1 -1
  125. package/lib-commonjs/components/Text/index.js +1 -1
  126. package/lib-commonjs/components/Text/index.js.map +1 -1
  127. package/lib-commonjs/components/Text/renderText.js +11 -12
  128. package/lib-commonjs/components/Text/renderText.js.map +1 -1
  129. package/lib-commonjs/components/Text/useText.js +31 -31
  130. package/lib-commonjs/components/Text/useText.js.map +1 -1
  131. package/lib-commonjs/components/Text/useTextStyles.js +21 -14
  132. package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
  133. package/lib-commonjs/components/Title1/Title1.js +20 -9
  134. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  135. package/lib-commonjs/components/Title1/index.js +1 -1
  136. package/lib-commonjs/components/Title1/index.js.map +1 -1
  137. package/lib-commonjs/components/Title2/Title2.js +20 -9
  138. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  139. package/lib-commonjs/components/Title2/index.js +1 -1
  140. package/lib-commonjs/components/Title2/index.js.map +1 -1
  141. package/lib-commonjs/components/Title3/Title3.js +20 -9
  142. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  143. package/lib-commonjs/components/Title3/index.js +1 -1
  144. package/lib-commonjs/components/Title3/index.js.map +1 -1
  145. package/lib-commonjs/components/wrapper.js +14 -11
  146. package/lib-commonjs/components/wrapper.js.map +1 -1
  147. package/lib-commonjs/index.js +173 -11
  148. package/lib-commonjs/index.js.map +1 -1
  149. package/package.json +18 -22
  150. package/dist/react-text.d.ts +0 -163
  151. package/lib/Body.d.ts +0 -1
  152. package/lib/Body.js +0 -2
  153. package/lib/Body.js.map +0 -1
  154. package/lib/Caption.d.ts +0 -1
  155. package/lib/Caption.js +0 -2
  156. package/lib/Caption.js.map +0 -1
  157. package/lib/Display.d.ts +0 -1
  158. package/lib/Headline.d.ts +0 -1
  159. package/lib/Headline.js +0 -2
  160. package/lib/Headline.js.map +0 -1
  161. package/lib/LargeTitle.d.ts +0 -1
  162. package/lib/Subheadline.d.ts +0 -1
  163. package/lib/Subheadline.js +0 -2
  164. package/lib/Subheadline.js.map +0 -1
  165. package/lib/Text.d.ts +0 -1
  166. package/lib/Title1.d.ts +0 -1
  167. package/lib/Title2.d.ts +0 -1
  168. package/lib/Title3.d.ts +0 -1
  169. package/lib/common/isConformant.d.ts +0 -4
  170. package/lib/common/isConformant.js +0 -16
  171. package/lib/common/isConformant.js.map +0 -1
  172. package/lib/components/Body/Body.d.ts +0 -6
  173. package/lib/components/Body/Body.js +0 -27
  174. package/lib/components/Body/Body.js.map +0 -1
  175. package/lib/components/Body/index.d.ts +0 -1
  176. package/lib/components/Body/index.js +0 -2
  177. package/lib/components/Body/index.js.map +0 -1
  178. package/lib/components/Caption/Caption.d.ts +0 -6
  179. package/lib/components/Caption/Caption.js +0 -27
  180. package/lib/components/Caption/Caption.js.map +0 -1
  181. package/lib/components/Caption/index.d.ts +0 -1
  182. package/lib/components/Caption/index.js +0 -2
  183. package/lib/components/Caption/index.js.map +0 -1
  184. package/lib/components/Display/Display.d.ts +0 -6
  185. package/lib/components/Display/index.d.ts +0 -1
  186. package/lib/components/Headline/Headline.d.ts +0 -6
  187. package/lib/components/Headline/Headline.js +0 -27
  188. package/lib/components/Headline/Headline.js.map +0 -1
  189. package/lib/components/Headline/index.d.ts +0 -1
  190. package/lib/components/Headline/index.js +0 -2
  191. package/lib/components/Headline/index.js.map +0 -1
  192. package/lib/components/LargeTitle/LargeTitle.d.ts +0 -6
  193. package/lib/components/LargeTitle/index.d.ts +0 -1
  194. package/lib/components/Subheadline/Subheadline.d.ts +0 -6
  195. package/lib/components/Subheadline/Subheadline.js +0 -27
  196. package/lib/components/Subheadline/Subheadline.js.map +0 -1
  197. package/lib/components/Subheadline/index.d.ts +0 -1
  198. package/lib/components/Subheadline/index.js +0 -2
  199. package/lib/components/Subheadline/index.js.map +0 -1
  200. package/lib/components/Text/Text.d.ts +0 -6
  201. package/lib/components/Text/Text.types.d.ts +0 -77
  202. package/lib/components/Text/index.d.ts +0 -5
  203. package/lib/components/Text/renderText.d.ts +0 -5
  204. package/lib/components/Text/useText.d.ts +0 -12
  205. package/lib/components/Text/useTextStyles.d.ts +0 -5
  206. package/lib/components/Title1/Title1.d.ts +0 -6
  207. package/lib/components/Title1/index.d.ts +0 -1
  208. package/lib/components/Title2/Title2.d.ts +0 -6
  209. package/lib/components/Title2/index.d.ts +0 -1
  210. package/lib/components/Title3/Title3.d.ts +0 -6
  211. package/lib/components/Title3/index.d.ts +0 -1
  212. package/lib/components/wrapper.d.ts +0 -7
  213. package/lib/index.d.ts +0 -10
  214. package/lib/typographyStyles/index.d.ts +0 -2
  215. package/lib/typographyStyles/index.js +0 -3
  216. package/lib/typographyStyles/index.js.map +0 -1
  217. package/lib/typographyStyles/typographyStyles.d.ts +0 -14
  218. package/lib/typographyStyles/typographyStyles.js +0 -76
  219. package/lib/typographyStyles/typographyStyles.js.map +0 -1
  220. package/lib-commonjs/Body.d.ts +0 -1
  221. package/lib-commonjs/Body.js +0 -10
  222. package/lib-commonjs/Body.js.map +0 -1
  223. package/lib-commonjs/Caption.d.ts +0 -1
  224. package/lib-commonjs/Caption.js +0 -10
  225. package/lib-commonjs/Caption.js.map +0 -1
  226. package/lib-commonjs/Display.d.ts +0 -1
  227. package/lib-commonjs/Headline.d.ts +0 -1
  228. package/lib-commonjs/Headline.js +0 -10
  229. package/lib-commonjs/Headline.js.map +0 -1
  230. package/lib-commonjs/LargeTitle.d.ts +0 -1
  231. package/lib-commonjs/Subheadline.d.ts +0 -1
  232. package/lib-commonjs/Subheadline.js +0 -10
  233. package/lib-commonjs/Subheadline.js.map +0 -1
  234. package/lib-commonjs/Text.d.ts +0 -1
  235. package/lib-commonjs/Title1.d.ts +0 -1
  236. package/lib-commonjs/Title2.d.ts +0 -1
  237. package/lib-commonjs/Title3.d.ts +0 -1
  238. package/lib-commonjs/common/isConformant.d.ts +0 -4
  239. package/lib-commonjs/common/isConformant.js +0 -27
  240. package/lib-commonjs/common/isConformant.js.map +0 -1
  241. package/lib-commonjs/components/Body/Body.d.ts +0 -6
  242. package/lib-commonjs/components/Body/Body.js +0 -30
  243. package/lib-commonjs/components/Body/Body.js.map +0 -1
  244. package/lib-commonjs/components/Body/index.d.ts +0 -1
  245. package/lib-commonjs/components/Body/index.js +0 -10
  246. package/lib-commonjs/components/Body/index.js.map +0 -1
  247. package/lib-commonjs/components/Caption/Caption.d.ts +0 -6
  248. package/lib-commonjs/components/Caption/Caption.js +0 -30
  249. package/lib-commonjs/components/Caption/Caption.js.map +0 -1
  250. package/lib-commonjs/components/Caption/index.d.ts +0 -1
  251. package/lib-commonjs/components/Caption/index.js +0 -10
  252. package/lib-commonjs/components/Caption/index.js.map +0 -1
  253. package/lib-commonjs/components/Display/Display.d.ts +0 -6
  254. package/lib-commonjs/components/Display/index.d.ts +0 -1
  255. package/lib-commonjs/components/Headline/Headline.d.ts +0 -6
  256. package/lib-commonjs/components/Headline/Headline.js +0 -30
  257. package/lib-commonjs/components/Headline/Headline.js.map +0 -1
  258. package/lib-commonjs/components/Headline/index.d.ts +0 -1
  259. package/lib-commonjs/components/Headline/index.js +0 -10
  260. package/lib-commonjs/components/Headline/index.js.map +0 -1
  261. package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +0 -6
  262. package/lib-commonjs/components/LargeTitle/index.d.ts +0 -1
  263. package/lib-commonjs/components/Subheadline/Subheadline.d.ts +0 -6
  264. package/lib-commonjs/components/Subheadline/Subheadline.js +0 -30
  265. package/lib-commonjs/components/Subheadline/Subheadline.js.map +0 -1
  266. package/lib-commonjs/components/Subheadline/index.d.ts +0 -1
  267. package/lib-commonjs/components/Subheadline/index.js +0 -10
  268. package/lib-commonjs/components/Subheadline/index.js.map +0 -1
  269. package/lib-commonjs/components/Text/Text.d.ts +0 -6
  270. package/lib-commonjs/components/Text/Text.types.d.ts +0 -77
  271. package/lib-commonjs/components/Text/index.d.ts +0 -5
  272. package/lib-commonjs/components/Text/renderText.d.ts +0 -5
  273. package/lib-commonjs/components/Text/useText.d.ts +0 -12
  274. package/lib-commonjs/components/Text/useTextStyles.d.ts +0 -5
  275. package/lib-commonjs/components/Title1/Title1.d.ts +0 -6
  276. package/lib-commonjs/components/Title1/index.d.ts +0 -1
  277. package/lib-commonjs/components/Title2/Title2.d.ts +0 -6
  278. package/lib-commonjs/components/Title2/index.d.ts +0 -1
  279. package/lib-commonjs/components/Title3/Title3.d.ts +0 -6
  280. package/lib-commonjs/components/Title3/index.d.ts +0 -1
  281. package/lib-commonjs/components/wrapper.d.ts +0 -7
  282. package/lib-commonjs/index.d.ts +0 -10
  283. package/lib-commonjs/typographyStyles/index.d.ts +0 -2
  284. package/lib-commonjs/typographyStyles/index.js +0 -11
  285. package/lib-commonjs/typographyStyles/index.js.map +0 -1
  286. package/lib-commonjs/typographyStyles/typographyStyles.d.ts +0 -14
  287. package/lib-commonjs/typographyStyles/typographyStyles.js +0 -109
  288. package/lib-commonjs/typographyStyles/typographyStyles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,46 +2,572 @@
2
2
  "name": "@fluentui/react-text",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Oct 2021 12:39:14 GMT",
6
- "tag": "@fluentui/react-text_v9.0.0-nightly.f81b28ceb3.1",
7
- "version": "9.0.0-nightly.f81b28ceb3.1",
5
+ "date": "Tue, 31 May 2022 21:26:43 GMT",
6
+ "tag": "@fluentui/react-text_v9.0.0-rc.11",
7
+ "version": "9.0.0-rc.11",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
- "author": "email not defined",
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-text",
13
+ "commit": "0a5e9fa77a72eecafdd07034ccdc0b95fd49877c",
14
+ "comment": "chore: Update Griffel to latest version"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-text",
19
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
20
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-text",
25
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8",
26
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Mon, 23 May 2022 18:56:49 GMT",
33
+ "tag": "@fluentui/react-text_v9.0.0-rc.10",
34
+ "version": "9.0.0-rc.10",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "39736248+andrefcdias@users.noreply.github.com",
39
+ "package": "@fluentui/react-text",
40
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
41
+ "comment": "fix: Change typography wrapper component names to match new design spec"
42
+ },
43
+ {
44
+ "author": "Humberto.Morimoto@microsoft.com",
45
+ "package": "@fluentui/react-text",
46
+ "commit": "9c239eaf77f2f5e3246bb16904d263001a26c726",
47
+ "comment": "Text: Ordering types alphabetically."
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-text",
52
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
53
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-text",
58
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
59
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Mon, 23 May 2022 12:13:52 GMT",
66
+ "tag": "@fluentui/react-text_v9.0.0-rc.9",
67
+ "version": "9.0.0-rc.9",
68
+ "comments": {
69
+ "prerelease": [
70
+ {
71
+ "author": "olfedias@microsoft.com",
72
+ "package": "@fluentui/react-text",
73
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
74
+ "comment": "chore: Update Griffel to latest version"
75
+ },
76
+ {
77
+ "author": "Humberto.Morimoto@microsoft.com",
78
+ "package": "@fluentui/react-text",
79
+ "commit": "cab7ae0f9667d278f6e4b3463f4890fe8bf63ca8",
80
+ "comment": "Removing TextCommons type."
81
+ },
82
+ {
83
+ "author": "olfedias@microsoft.com",
84
+ "package": "@fluentui/react-text",
85
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
86
+ "comment": "chore: Update Griffel to latest version"
87
+ },
88
+ {
89
+ "author": "beachball",
90
+ "package": "@fluentui/react-text",
91
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
92
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
93
+ },
94
+ {
95
+ "author": "beachball",
96
+ "package": "@fluentui/react-text",
97
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
98
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
99
+ },
100
+ {
101
+ "author": "beachball",
102
+ "package": "@fluentui/react-text",
103
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
104
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
105
+ }
106
+ ],
107
+ "none": [
108
+ {
109
+ "author": "t-emmajiang@microsoft.com",
110
+ "package": "@fluentui/react-text",
111
+ "commit": "d1b79b83dbffbc0242d8f463715741efec9bf5dd",
112
+ "comment": "fixing typo in Text best practices"
113
+ }
114
+ ]
115
+ }
116
+ },
117
+ {
118
+ "date": "Thu, 05 May 2022 18:26:30 GMT",
119
+ "tag": "@fluentui/react-text_v9.0.0-rc.8",
120
+ "version": "9.0.0-rc.8",
121
+ "comments": {
122
+ "prerelease": [
123
+ {
124
+ "author": "beachball",
125
+ "package": "@fluentui/react-text",
126
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
127
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
128
+ },
129
+ {
130
+ "author": "beachball",
131
+ "package": "@fluentui/react-text",
132
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
133
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
134
+ },
135
+ {
136
+ "author": "beachball",
137
+ "package": "@fluentui/react-text",
138
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
139
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
140
+ }
141
+ ]
142
+ }
143
+ },
144
+ {
145
+ "date": "Wed, 04 May 2022 13:26:33 GMT",
146
+ "tag": "@fluentui/react-text_v9.0.0-rc.7",
147
+ "version": "9.0.0-rc.7",
148
+ "comments": {
149
+ "prerelease": [
150
+ {
151
+ "author": "martinhochel@microsoft.com",
152
+ "package": "@fluentui/react-text",
153
+ "commit": "fd41e5b15e3a2f08245cd4e4bbcc0f07a367ce3b",
154
+ "comment": "feat: ship rolluped only dts"
155
+ },
156
+ {
157
+ "author": "gcox@microsoft.com",
158
+ "package": "@fluentui/react-text",
159
+ "commit": "7ad290b51135cb84c84e7dd8771bd712892c7484",
160
+ "comment": "Updated react-text to use typography constants"
161
+ },
162
+ {
163
+ "author": "beachball",
164
+ "package": "@fluentui/react-text",
165
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
166
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
167
+ },
168
+ {
169
+ "author": "beachball",
170
+ "package": "@fluentui/react-text",
171
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
172
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
173
+ }
174
+ ],
175
+ "none": [
176
+ {
177
+ "author": "tristan.watanabe@gmail.com",
178
+ "package": "@fluentui/react-text",
179
+ "commit": "af6bea84f19cf196b4d17df940e7230cbd9d832d",
180
+ "comment": "react-text: Move to new common folder."
181
+ }
182
+ ]
183
+ }
184
+ },
185
+ {
186
+ "date": "Tue, 19 Apr 2022 19:17:01 GMT",
187
+ "tag": "@fluentui/react-text_v9.0.0-rc.6",
188
+ "version": "9.0.0-rc.6",
189
+ "comments": {
190
+ "prerelease": [
191
+ {
192
+ "author": "seanmonahan@microsoft.com",
193
+ "package": "@fluentui/react-text",
194
+ "commit": "086a675fd0c648944ff4048450190a0a13467de3",
195
+ "comment": "Add static classnames to Text"
196
+ },
197
+ {
198
+ "author": "olfedias@microsoft.com",
199
+ "package": "@fluentui/react-text",
200
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
201
+ "comment": "chore: Update Griffel to latest version"
202
+ },
203
+ {
204
+ "author": "beachball",
205
+ "package": "@fluentui/react-text",
206
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
207
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
208
+ },
209
+ {
210
+ "author": "beachball",
211
+ "package": "@fluentui/react-text",
212
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
213
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
214
+ },
215
+ {
216
+ "author": "beachball",
217
+ "package": "@fluentui/react-text",
218
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
219
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
220
+ }
221
+ ],
222
+ "none": [
223
+ {
224
+ "author": "mgodbolt@microsoft.com",
225
+ "package": "@fluentui/react-text",
226
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
227
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
228
+ },
229
+ {
230
+ "author": "martinhochel@microsoft.com",
231
+ "package": "@fluentui/react-text",
232
+ "commit": "320b8bbba1e498c65d011f3fae09dee98e7a11bb",
233
+ "comment": "refactor: autofix no export star at index file for cxe-prg packages"
234
+ },
235
+ {
236
+ "author": "elcraig@microsoft.com",
237
+ "package": "@fluentui/react-text",
238
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
239
+ "comment": "Update React dev deps and hoist them to the repo root"
240
+ }
241
+ ]
242
+ }
243
+ },
244
+ {
245
+ "date": "Fri, 04 Mar 2022 05:17:31 GMT",
246
+ "tag": "@fluentui/react-text_v9.0.0-rc.5",
247
+ "version": "9.0.0-rc.5",
248
+ "comments": {
249
+ "prerelease": [
250
+ {
251
+ "author": "dzearing@microsoft.com",
252
+ "package": "@fluentui/react-text",
253
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
254
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
255
+ },
256
+ {
257
+ "author": "beachball",
258
+ "package": "@fluentui/react-text",
259
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
260
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
261
+ },
262
+ {
263
+ "author": "beachball",
264
+ "package": "@fluentui/react-text",
265
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
266
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
267
+ }
268
+ ]
269
+ }
270
+ },
271
+ {
272
+ "date": "Tue, 01 Mar 2022 02:17:39 GMT",
273
+ "tag": "@fluentui/react-text_v9.0.0-rc.4",
274
+ "version": "9.0.0-rc.4",
275
+ "comments": {
276
+ "prerelease": [
277
+ {
278
+ "author": "olfedias@microsoft.com",
279
+ "package": "@fluentui/react-text",
280
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
281
+ "comment": "fix: Add react-theme as dependency"
282
+ },
283
+ {
284
+ "author": "beachball",
285
+ "package": "@fluentui/react-text",
286
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
287
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
288
+ }
289
+ ]
290
+ }
291
+ },
292
+ {
293
+ "date": "Fri, 18 Feb 2022 13:35:36 GMT",
294
+ "tag": "@fluentui/react-text_v9.0.0-rc.3",
295
+ "version": "9.0.0-rc.3",
296
+ "comments": {
297
+ "prerelease": [
298
+ {
299
+ "author": "lingfangao@hotmail.com",
300
+ "package": "@fluentui/react-text",
301
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
302
+ "comment": "fix: Source maps contain original source code"
303
+ },
304
+ {
305
+ "author": "beachball",
306
+ "package": "@fluentui/react-text",
307
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
308
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
309
+ },
310
+ {
311
+ "author": "beachball",
312
+ "package": "@fluentui/react-text",
313
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
314
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
315
+ }
316
+ ]
317
+ }
318
+ },
319
+ {
320
+ "date": "Thu, 10 Feb 2022 08:50:58 GMT",
321
+ "tag": "@fluentui/react-text_v9.0.0-rc.1",
322
+ "version": "9.0.0-rc.1",
323
+ "comments": {
324
+ "prerelease": [
325
+ {
326
+ "author": "lingfangao@hotmail.com",
327
+ "package": "@fluentui/react-text",
328
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
329
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
330
+ },
331
+ {
332
+ "author": "behowell@microsoft.com",
333
+ "package": "@fluentui/react-text",
334
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
335
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
336
+ },
337
+ {
338
+ "author": "olfedias@microsoft.com",
339
+ "package": "@fluentui/react-text",
340
+ "commit": "a76afe26daad901ff5458ffdda7e66e600d5bcac",
341
+ "comment": "use makeStyles types from proper package"
342
+ },
343
+ {
344
+ "author": "behowell@microsoft.com",
345
+ "package": "@fluentui/react-text",
346
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
347
+ "comment": "Refactor component Slot typings"
348
+ },
349
+ {
350
+ "author": "mgodbolt@microsoft.com",
351
+ "package": "@fluentui/react-text",
352
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
353
+ "comment": "remove export of commons types"
354
+ },
355
+ {
356
+ "author": "Humberto.Morimoto@microsoft.com",
357
+ "package": "@fluentui/react-text",
358
+ "commit": "003de9a9527703d429690c7ab5d7c24b4038d518",
359
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
360
+ },
361
+ {
362
+ "author": "Humberto.Morimoto@microsoft.com",
363
+ "package": "@fluentui/react-text",
364
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
365
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
366
+ },
367
+ {
368
+ "author": "Humberto.Morimoto@microsoft.com",
369
+ "package": "@fluentui/react-text",
370
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
371
+ "comment": "Updating based on changes to composition types."
372
+ },
373
+ {
374
+ "author": "olfedias@microsoft.com",
375
+ "package": "@fluentui/react-text",
376
+ "commit": "5a6f0d55d87f70d67dd1567ce97e637e51b07863",
377
+ "comment": "use Griffel packages"
378
+ },
379
+ {
380
+ "author": "olfedias@microsoft.com",
381
+ "package": "@fluentui/react-text",
382
+ "commit": "554b6709ced97b4d04363f9d9d22b6da4d31378c",
383
+ "comment": "update styles to not use CSS shorthands"
384
+ },
385
+ {
386
+ "author": "beachball",
387
+ "package": "@fluentui/react-text",
388
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
389
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
390
+ },
391
+ {
392
+ "author": "beachball",
393
+ "package": "@fluentui/react-text",
394
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
395
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
396
+ }
397
+ ],
398
+ "none": [
399
+ {
400
+ "author": "olfedias@microsoft.com",
401
+ "package": "@fluentui/react-text",
402
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
403
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
404
+ },
405
+ {
406
+ "author": "martinhochel@microsoft.com",
407
+ "package": "@fluentui/react-text",
408
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
409
+ "comment": "chore: use storybook runner for all vNext packages"
410
+ }
411
+ ]
412
+ }
413
+ },
414
+ {
415
+ "date": "Thu, 25 Nov 2021 08:34:16 GMT",
416
+ "tag": "@fluentui/react-text_v9.0.0-beta.4",
417
+ "version": "9.0.0-beta.4",
418
+ "comments": {
419
+ "prerelease": [
420
+ {
421
+ "author": "andredias@microsoft.com",
422
+ "package": "@fluentui/react-text",
423
+ "commit": "168b9343fc93f5d188c6dbf4c9ced75f8ee4f41b",
424
+ "comment": "Migrate Text"
425
+ },
426
+ {
427
+ "author": "beachball",
428
+ "package": "@fluentui/react-text",
429
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
430
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
431
+ },
432
+ {
433
+ "author": "beachball",
434
+ "package": "@fluentui/react-text",
435
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
436
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
437
+ },
438
+ {
439
+ "author": "beachball",
440
+ "package": "@fluentui/react-text",
441
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
442
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
443
+ },
444
+ {
445
+ "author": "beachball",
446
+ "package": "@fluentui/react-text",
447
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
448
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
449
+ },
450
+ {
451
+ "author": "beachball",
452
+ "package": "@fluentui/react-text",
453
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
454
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
455
+ }
456
+ ]
457
+ }
458
+ },
459
+ {
460
+ "date": "Fri, 12 Nov 2021 13:25:08 GMT",
461
+ "tag": "@fluentui/react-text_v9.0.0-beta.3",
462
+ "version": "9.0.0-beta.3",
463
+ "comments": {
464
+ "prerelease": [
465
+ {
466
+ "author": "gcox@microsoft.com",
467
+ "package": "@fluentui/react-text",
468
+ "commit": "3d5ca9b57c3a6ed9d60a041abc1f5417686ba41e",
469
+ "comment": "Updated with codesandbox comments"
470
+ },
471
+ {
472
+ "author": "olfedias@microsoft.com",
473
+ "package": "@fluentui/react-text",
474
+ "commit": "259d0bf8475629b0b2521157a9b33e97fcf8d513",
475
+ "comment": "export static classes for components"
476
+ },
477
+ {
478
+ "author": "beachball",
479
+ "package": "@fluentui/react-text",
480
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
481
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
482
+ },
483
+ {
484
+ "author": "beachball",
485
+ "package": "@fluentui/react-text",
486
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
487
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
488
+ },
489
+ {
490
+ "author": "beachball",
491
+ "package": "@fluentui/react-text",
492
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
493
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
494
+ },
495
+ {
496
+ "author": "beachball",
497
+ "package": "@fluentui/react-text",
498
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
499
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
500
+ },
501
+ {
502
+ "author": "beachball",
503
+ "package": "@fluentui/react-text",
504
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
505
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
506
+ }
507
+ ],
508
+ "none": [
509
+ {
510
+ "author": "lingfangao@hotmail.com",
511
+ "package": "@fluentui/react-text",
512
+ "commit": "5e04b6208619318aa256768635101d5e64b96cc5",
513
+ "comment": "chore(Text): Add docs for each prop and new typography story"
514
+ },
515
+ {
516
+ "author": "lingfangao@hotmail.com",
517
+ "package": "@fluentui/react-text",
518
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
519
+ "comment": "Remove beta release tag"
520
+ },
521
+ {
522
+ "author": "mgodbolt@microsoft.com",
523
+ "package": "@fluentui/react-text",
524
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
525
+ "comment": "update docs descriptions"
526
+ }
527
+ ]
528
+ }
529
+ },
530
+ {
531
+ "date": "Wed, 27 Oct 2021 12:14:23 GMT",
532
+ "tag": "@fluentui/react-text_v9.0.0-beta.2",
533
+ "version": "9.0.0-beta.2",
534
+ "comments": {
535
+ "prerelease": [
536
+ {
537
+ "author": "peter@draxler.ml",
12
538
  "package": "@fluentui/react-text",
13
- "comment": "Release nightly v9",
14
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
539
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
540
+ "comment": "added styling of documentation"
15
541
  },
16
542
  {
17
543
  "author": "beachball",
18
544
  "package": "@fluentui/react-text",
19
- "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.f81b28ceb3.1",
20
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
545
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
546
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
21
547
  },
22
548
  {
23
549
  "author": "beachball",
24
550
  "package": "@fluentui/react-text",
25
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.f81b28ceb3.1",
26
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
551
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
552
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
27
553
  },
28
554
  {
29
555
  "author": "beachball",
30
556
  "package": "@fluentui/react-text",
31
- "comment": "Bump @fluentui/babel-make-styles to v9.0.0-nightly.f81b28ceb3.1",
32
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
557
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
558
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
33
559
  },
34
560
  {
35
561
  "author": "beachball",
36
562
  "package": "@fluentui/react-text",
37
- "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.f81b28ceb3.1",
38
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
563
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
564
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
39
565
  },
40
566
  {
41
567
  "author": "beachball",
42
568
  "package": "@fluentui/react-text",
43
- "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.f81b28ceb3.1",
44
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
569
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
570
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
45
571
  }
46
572
  ]
47
573
  }