@fluentui/react-text 9.0.0-rc.1 → 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 (255) hide show
  1. package/CHANGELOG.json +289 -1
  2. package/CHANGELOG.md +142 -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.json CHANGED
@@ -2,7 +2,295 @@
2
2
  "name": "@fluentui/react-text",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 10 Feb 2022 08:44:12 GMT",
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
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "39736248+andrefcdias@users.noreply.github.com",
12
+ "package": "@fluentui/react-text",
13
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
14
+ "comment": "fix: Change typography wrapper component names to match new design spec"
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",
6
294
  "tag": "@fluentui/react-text_v9.0.0-rc.1",
7
295
  "version": "9.0.0-rc.1",
8
296
  "comments": {