@fluentui/react-text 9.0.0-nightly.d730088d7f.0 → 9.0.0-rc.10

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