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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (255) hide show
  1. package/CHANGELOG.json +331 -1
  2. package/CHANGELOG.md +162 -48
  3. package/README.md +4 -4
  4. package/dist/{react-text.d.ts → index.d.ts} +61 -56
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/Body1.js +2 -0
  7. package/lib/Body1.js.map +1 -0
  8. package/lib/Caption1.js +2 -0
  9. package/lib/Caption1.js.map +1 -0
  10. package/lib/Caption2.js +2 -0
  11. package/lib/Caption2.js.map +1 -0
  12. package/lib/Display.js.map +1 -1
  13. package/lib/LargeTitle.js.map +1 -1
  14. package/lib/Subtitle1.js +2 -0
  15. package/lib/Subtitle1.js.map +1 -0
  16. package/lib/Subtitle2.js +2 -0
  17. package/lib/Subtitle2.js.map +1 -0
  18. package/lib/Text.js.map +1 -1
  19. package/lib/Title1.js.map +1 -1
  20. package/lib/Title2.js.map +1 -1
  21. package/lib/Title3.js.map +1 -1
  22. package/lib/components/Body1/Body1.js +31 -0
  23. package/lib/components/Body1/Body1.js.map +1 -0
  24. package/lib/components/Body1/index.js +2 -0
  25. package/lib/components/Body1/index.js.map +1 -0
  26. package/lib/components/Caption1/Caption1.js +31 -0
  27. package/lib/components/Caption1/Caption1.js.map +1 -0
  28. package/lib/components/Caption1/index.js +2 -0
  29. package/lib/components/Caption1/index.js.map +1 -0
  30. package/lib/components/Caption2/Caption2.js +31 -0
  31. package/lib/components/Caption2/Caption2.js.map +1 -0
  32. package/lib/components/Caption2/index.js +2 -0
  33. package/lib/components/Caption2/index.js.map +1 -0
  34. package/lib/components/Display/Display.js +8 -6
  35. package/lib/components/Display/Display.js.map +1 -1
  36. package/lib/components/Display/index.js.map +1 -1
  37. package/lib/components/LargeTitle/LargeTitle.js +8 -6
  38. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  39. package/lib/components/LargeTitle/index.js.map +1 -1
  40. package/lib/components/Subtitle1/Subtitle1.js +31 -0
  41. package/lib/components/Subtitle1/Subtitle1.js.map +1 -0
  42. package/lib/components/Subtitle1/index.js +2 -0
  43. package/lib/components/Subtitle1/index.js.map +1 -0
  44. package/lib/components/Subtitle2/Subtitle2.js +31 -0
  45. package/lib/components/Subtitle2/Subtitle2.js.map +1 -0
  46. package/lib/components/Subtitle2/index.js +2 -0
  47. package/lib/components/Subtitle2/index.js.map +1 -0
  48. package/lib/components/Text/Text.js.map +1 -1
  49. package/lib/components/Text/Text.types.js.map +1 -1
  50. package/lib/components/Text/index.js.map +1 -1
  51. package/lib/components/Text/renderText.js.map +1 -1
  52. package/lib/components/Text/useText.js +6 -6
  53. package/lib/components/Text/useText.js.map +1 -1
  54. package/lib/components/Text/useTextStyles.js +4 -2
  55. package/lib/components/Text/useTextStyles.js.map +1 -1
  56. package/lib/components/Title1/Title1.js +8 -6
  57. package/lib/components/Title1/Title1.js.map +1 -1
  58. package/lib/components/Title1/index.js.map +1 -1
  59. package/lib/components/Title2/Title2.js +8 -6
  60. package/lib/components/Title2/Title2.js.map +1 -1
  61. package/lib/components/Title2/index.js.map +1 -1
  62. package/lib/components/Title3/Title3.js +8 -6
  63. package/lib/components/Title3/Title3.js.map +1 -1
  64. package/lib/components/Title3/index.js.map +1 -1
  65. package/lib/components/wrapper.js.map +1 -1
  66. package/lib/index.js +11 -10
  67. package/lib/index.js.map +1 -1
  68. package/lib-commonjs/{Body.js → Body1.js} +2 -2
  69. package/lib-commonjs/Body1.js.map +1 -0
  70. package/lib-commonjs/{Headline.js → Caption1.js} +2 -2
  71. package/lib-commonjs/Caption1.js.map +1 -0
  72. package/lib-commonjs/{Caption.js → Caption2.js} +2 -2
  73. package/lib-commonjs/Caption2.js.map +1 -0
  74. package/lib-commonjs/Display.js.map +1 -1
  75. package/lib-commonjs/LargeTitle.js.map +1 -1
  76. package/lib-commonjs/Subtitle1.js +10 -0
  77. package/lib-commonjs/Subtitle1.js.map +1 -0
  78. package/lib-commonjs/Subtitle2.js +10 -0
  79. package/lib-commonjs/Subtitle2.js.map +1 -0
  80. package/lib-commonjs/Text.js.map +1 -1
  81. package/lib-commonjs/Title1.js.map +1 -1
  82. package/lib-commonjs/Title2.js.map +1 -1
  83. package/lib-commonjs/Title3.js.map +1 -1
  84. package/lib-commonjs/components/Body1/Body1.js +41 -0
  85. package/lib-commonjs/components/Body1/Body1.js.map +1 -0
  86. package/lib-commonjs/components/{Body → Body1}/index.js +1 -1
  87. package/lib-commonjs/components/Body1/index.js.map +1 -0
  88. package/lib-commonjs/components/Caption1/Caption1.js +41 -0
  89. package/lib-commonjs/components/Caption1/Caption1.js.map +1 -0
  90. package/lib-commonjs/components/{Headline → Caption1}/index.js +1 -1
  91. package/lib-commonjs/components/Caption1/index.js.map +1 -0
  92. package/lib-commonjs/components/Caption2/Caption2.js +41 -0
  93. package/lib-commonjs/components/Caption2/Caption2.js.map +1 -0
  94. package/lib-commonjs/components/{Caption → Caption2}/index.js +1 -1
  95. package/lib-commonjs/components/Caption2/index.js.map +1 -0
  96. package/lib-commonjs/components/Display/Display.js +17 -6
  97. package/lib-commonjs/components/Display/Display.js.map +1 -1
  98. package/lib-commonjs/components/Display/index.js.map +1 -1
  99. package/lib-commonjs/components/LargeTitle/LargeTitle.js +17 -6
  100. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  101. package/lib-commonjs/components/LargeTitle/index.js.map +1 -1
  102. package/lib-commonjs/components/Subtitle1/Subtitle1.js +41 -0
  103. package/lib-commonjs/components/Subtitle1/Subtitle1.js.map +1 -0
  104. package/lib-commonjs/components/{Subheadline → Subtitle1}/index.js +1 -1
  105. package/lib-commonjs/components/Subtitle1/index.js.map +1 -0
  106. package/lib-commonjs/components/Subtitle2/Subtitle2.js +41 -0
  107. package/lib-commonjs/components/Subtitle2/Subtitle2.js.map +1 -0
  108. package/lib-commonjs/components/Subtitle2/index.js +10 -0
  109. package/lib-commonjs/components/Subtitle2/index.js.map +1 -0
  110. package/lib-commonjs/components/Text/Text.js.map +1 -1
  111. package/lib-commonjs/components/Text/Text.types.js.map +1 -1
  112. package/lib-commonjs/components/Text/index.js.map +1 -1
  113. package/lib-commonjs/components/Text/renderText.js.map +1 -1
  114. package/lib-commonjs/components/Text/useText.js +6 -6
  115. package/lib-commonjs/components/Text/useText.js.map +1 -1
  116. package/lib-commonjs/components/Text/useTextStyles.js +5 -3
  117. package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
  118. package/lib-commonjs/components/Title1/Title1.js +17 -6
  119. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  120. package/lib-commonjs/components/Title1/index.js.map +1 -1
  121. package/lib-commonjs/components/Title2/Title2.js +17 -6
  122. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  123. package/lib-commonjs/components/Title2/index.js.map +1 -1
  124. package/lib-commonjs/components/Title3/Title3.js +17 -6
  125. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  126. package/lib-commonjs/components/Title3/index.js.map +1 -1
  127. package/lib-commonjs/components/wrapper.js.map +1 -1
  128. package/lib-commonjs/index.js +173 -11
  129. package/lib-commonjs/index.js.map +1 -1
  130. package/package.json +16 -18
  131. package/lib/Body.d.ts +0 -1
  132. package/lib/Body.js +0 -2
  133. package/lib/Body.js.map +0 -1
  134. package/lib/Caption.d.ts +0 -1
  135. package/lib/Caption.js +0 -2
  136. package/lib/Caption.js.map +0 -1
  137. package/lib/Display.d.ts +0 -1
  138. package/lib/Headline.d.ts +0 -1
  139. package/lib/Headline.js +0 -2
  140. package/lib/Headline.js.map +0 -1
  141. package/lib/LargeTitle.d.ts +0 -1
  142. package/lib/Subheadline.d.ts +0 -1
  143. package/lib/Subheadline.js +0 -2
  144. package/lib/Subheadline.js.map +0 -1
  145. package/lib/Text.d.ts +0 -1
  146. package/lib/Title1.d.ts +0 -1
  147. package/lib/Title2.d.ts +0 -1
  148. package/lib/Title3.d.ts +0 -1
  149. package/lib/components/Body/Body.d.ts +0 -7
  150. package/lib/components/Body/Body.js +0 -29
  151. package/lib/components/Body/Body.js.map +0 -1
  152. package/lib/components/Body/index.d.ts +0 -1
  153. package/lib/components/Body/index.js +0 -2
  154. package/lib/components/Body/index.js.map +0 -1
  155. package/lib/components/Caption/Caption.d.ts +0 -7
  156. package/lib/components/Caption/Caption.js +0 -29
  157. package/lib/components/Caption/Caption.js.map +0 -1
  158. package/lib/components/Caption/index.d.ts +0 -1
  159. package/lib/components/Caption/index.js +0 -2
  160. package/lib/components/Caption/index.js.map +0 -1
  161. package/lib/components/Display/Display.d.ts +0 -7
  162. package/lib/components/Display/index.d.ts +0 -1
  163. package/lib/components/Headline/Headline.d.ts +0 -7
  164. package/lib/components/Headline/Headline.js +0 -29
  165. package/lib/components/Headline/Headline.js.map +0 -1
  166. package/lib/components/Headline/index.d.ts +0 -1
  167. package/lib/components/Headline/index.js +0 -2
  168. package/lib/components/Headline/index.js.map +0 -1
  169. package/lib/components/LargeTitle/LargeTitle.d.ts +0 -7
  170. package/lib/components/LargeTitle/index.d.ts +0 -1
  171. package/lib/components/Subheadline/Subheadline.d.ts +0 -7
  172. package/lib/components/Subheadline/Subheadline.js +0 -29
  173. package/lib/components/Subheadline/Subheadline.js.map +0 -1
  174. package/lib/components/Subheadline/index.d.ts +0 -1
  175. package/lib/components/Subheadline/index.js +0 -2
  176. package/lib/components/Subheadline/index.js.map +0 -1
  177. package/lib/components/Text/Text.d.ts +0 -6
  178. package/lib/components/Text/Text.types.d.ts +0 -78
  179. package/lib/components/Text/index.d.ts +0 -5
  180. package/lib/components/Text/renderText.d.ts +0 -5
  181. package/lib/components/Text/useText.d.ts +0 -12
  182. package/lib/components/Text/useTextStyles.d.ts +0 -6
  183. package/lib/components/Title1/Title1.d.ts +0 -7
  184. package/lib/components/Title1/index.d.ts +0 -1
  185. package/lib/components/Title2/Title2.d.ts +0 -7
  186. package/lib/components/Title2/index.d.ts +0 -1
  187. package/lib/components/Title3/Title3.d.ts +0 -7
  188. package/lib/components/Title3/index.d.ts +0 -1
  189. package/lib/components/wrapper.d.ts +0 -8
  190. package/lib/index.d.ts +0 -10
  191. package/lib/typographyStyles/index.d.ts +0 -2
  192. package/lib/typographyStyles/index.js +0 -3
  193. package/lib/typographyStyles/index.js.map +0 -1
  194. package/lib/typographyStyles/typographyStyles.d.ts +0 -13
  195. package/lib/typographyStyles/typographyStyles.js +0 -60
  196. package/lib/typographyStyles/typographyStyles.js.map +0 -1
  197. package/lib-commonjs/Body.d.ts +0 -1
  198. package/lib-commonjs/Body.js.map +0 -1
  199. package/lib-commonjs/Caption.d.ts +0 -1
  200. package/lib-commonjs/Caption.js.map +0 -1
  201. package/lib-commonjs/Display.d.ts +0 -1
  202. package/lib-commonjs/Headline.d.ts +0 -1
  203. package/lib-commonjs/Headline.js.map +0 -1
  204. package/lib-commonjs/LargeTitle.d.ts +0 -1
  205. package/lib-commonjs/Subheadline.d.ts +0 -1
  206. package/lib-commonjs/Subheadline.js +0 -10
  207. package/lib-commonjs/Subheadline.js.map +0 -1
  208. package/lib-commonjs/Text.d.ts +0 -1
  209. package/lib-commonjs/Title1.d.ts +0 -1
  210. package/lib-commonjs/Title2.d.ts +0 -1
  211. package/lib-commonjs/Title3.d.ts +0 -1
  212. package/lib-commonjs/components/Body/Body.d.ts +0 -7
  213. package/lib-commonjs/components/Body/Body.js +0 -30
  214. package/lib-commonjs/components/Body/Body.js.map +0 -1
  215. package/lib-commonjs/components/Body/index.d.ts +0 -1
  216. package/lib-commonjs/components/Body/index.js.map +0 -1
  217. package/lib-commonjs/components/Caption/Caption.d.ts +0 -7
  218. package/lib-commonjs/components/Caption/Caption.js +0 -30
  219. package/lib-commonjs/components/Caption/Caption.js.map +0 -1
  220. package/lib-commonjs/components/Caption/index.d.ts +0 -1
  221. package/lib-commonjs/components/Caption/index.js.map +0 -1
  222. package/lib-commonjs/components/Display/Display.d.ts +0 -7
  223. package/lib-commonjs/components/Display/index.d.ts +0 -1
  224. package/lib-commonjs/components/Headline/Headline.d.ts +0 -7
  225. package/lib-commonjs/components/Headline/Headline.js +0 -30
  226. package/lib-commonjs/components/Headline/Headline.js.map +0 -1
  227. package/lib-commonjs/components/Headline/index.d.ts +0 -1
  228. package/lib-commonjs/components/Headline/index.js.map +0 -1
  229. package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +0 -7
  230. package/lib-commonjs/components/LargeTitle/index.d.ts +0 -1
  231. package/lib-commonjs/components/Subheadline/Subheadline.d.ts +0 -7
  232. package/lib-commonjs/components/Subheadline/Subheadline.js +0 -30
  233. package/lib-commonjs/components/Subheadline/Subheadline.js.map +0 -1
  234. package/lib-commonjs/components/Subheadline/index.d.ts +0 -1
  235. package/lib-commonjs/components/Subheadline/index.js.map +0 -1
  236. package/lib-commonjs/components/Text/Text.d.ts +0 -6
  237. package/lib-commonjs/components/Text/Text.types.d.ts +0 -78
  238. package/lib-commonjs/components/Text/index.d.ts +0 -5
  239. package/lib-commonjs/components/Text/renderText.d.ts +0 -5
  240. package/lib-commonjs/components/Text/useText.d.ts +0 -12
  241. package/lib-commonjs/components/Text/useTextStyles.d.ts +0 -6
  242. package/lib-commonjs/components/Title1/Title1.d.ts +0 -7
  243. package/lib-commonjs/components/Title1/index.d.ts +0 -1
  244. package/lib-commonjs/components/Title2/Title2.d.ts +0 -7
  245. package/lib-commonjs/components/Title2/index.d.ts +0 -1
  246. package/lib-commonjs/components/Title3/Title3.d.ts +0 -7
  247. package/lib-commonjs/components/Title3/index.d.ts +0 -1
  248. package/lib-commonjs/components/wrapper.d.ts +0 -8
  249. package/lib-commonjs/index.d.ts +0 -10
  250. package/lib-commonjs/typographyStyles/index.d.ts +0 -2
  251. package/lib-commonjs/typographyStyles/index.js +0 -11
  252. package/lib-commonjs/typographyStyles/index.js.map +0 -1
  253. package/lib-commonjs/typographyStyles/typographyStyles.d.ts +0 -13
  254. package/lib-commonjs/typographyStyles/typographyStyles.js +0 -68
  255. package/lib-commonjs/typographyStyles/typographyStyles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,337 @@
2
2
  "name": "@fluentui/react-text",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 10 Feb 2022 08:44:12 GMT",
5
+ "date": "Tue, 21 Jun 2022 17:09:28 GMT",
6
+ "tag": "@fluentui/react-text_v9.0.0-rc.12",
7
+ "version": "9.0.0-rc.12",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-text",
13
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
14
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 31 May 2022 21:28:49 GMT",
21
+ "tag": "@fluentui/react-text_v9.0.0-rc.11",
22
+ "version": "9.0.0-rc.11",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "olfedias@microsoft.com",
27
+ "package": "@fluentui/react-text",
28
+ "commit": "0a5e9fa77a72eecafdd07034ccdc0b95fd49877c",
29
+ "comment": "chore: Update Griffel to latest version"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-text",
34
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
35
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-text",
40
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8",
41
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Mon, 23 May 2022 18:56:49 GMT",
48
+ "tag": "@fluentui/react-text_v9.0.0-rc.10",
49
+ "version": "9.0.0-rc.10",
50
+ "comments": {
51
+ "prerelease": [
52
+ {
53
+ "author": "39736248+andrefcdias@users.noreply.github.com",
54
+ "package": "@fluentui/react-text",
55
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
56
+ "comment": "fix: Change typography wrapper component names to match new design spec"
57
+ },
58
+ {
59
+ "author": "Humberto.Morimoto@microsoft.com",
60
+ "package": "@fluentui/react-text",
61
+ "commit": "9c239eaf77f2f5e3246bb16904d263001a26c726",
62
+ "comment": "Text: Ordering types alphabetically."
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-text",
67
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
68
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-text",
73
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
74
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
75
+ }
76
+ ]
77
+ }
78
+ },
79
+ {
80
+ "date": "Mon, 23 May 2022 12:13:52 GMT",
81
+ "tag": "@fluentui/react-text_v9.0.0-rc.9",
82
+ "version": "9.0.0-rc.9",
83
+ "comments": {
84
+ "prerelease": [
85
+ {
86
+ "author": "olfedias@microsoft.com",
87
+ "package": "@fluentui/react-text",
88
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
89
+ "comment": "chore: Update Griffel to latest version"
90
+ },
91
+ {
92
+ "author": "Humberto.Morimoto@microsoft.com",
93
+ "package": "@fluentui/react-text",
94
+ "commit": "cab7ae0f9667d278f6e4b3463f4890fe8bf63ca8",
95
+ "comment": "Removing TextCommons type."
96
+ },
97
+ {
98
+ "author": "olfedias@microsoft.com",
99
+ "package": "@fluentui/react-text",
100
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
101
+ "comment": "chore: Update Griffel to latest version"
102
+ },
103
+ {
104
+ "author": "beachball",
105
+ "package": "@fluentui/react-text",
106
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
107
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
108
+ },
109
+ {
110
+ "author": "beachball",
111
+ "package": "@fluentui/react-text",
112
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
113
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
114
+ },
115
+ {
116
+ "author": "beachball",
117
+ "package": "@fluentui/react-text",
118
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
119
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
120
+ }
121
+ ],
122
+ "none": [
123
+ {
124
+ "author": "t-emmajiang@microsoft.com",
125
+ "package": "@fluentui/react-text",
126
+ "commit": "d1b79b83dbffbc0242d8f463715741efec9bf5dd",
127
+ "comment": "fixing typo in Text best practices"
128
+ }
129
+ ]
130
+ }
131
+ },
132
+ {
133
+ "date": "Thu, 05 May 2022 18:26:30 GMT",
134
+ "tag": "@fluentui/react-text_v9.0.0-rc.8",
135
+ "version": "9.0.0-rc.8",
136
+ "comments": {
137
+ "prerelease": [
138
+ {
139
+ "author": "beachball",
140
+ "package": "@fluentui/react-text",
141
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
142
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
143
+ },
144
+ {
145
+ "author": "beachball",
146
+ "package": "@fluentui/react-text",
147
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
148
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
149
+ },
150
+ {
151
+ "author": "beachball",
152
+ "package": "@fluentui/react-text",
153
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
154
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
155
+ }
156
+ ]
157
+ }
158
+ },
159
+ {
160
+ "date": "Wed, 04 May 2022 13:26:33 GMT",
161
+ "tag": "@fluentui/react-text_v9.0.0-rc.7",
162
+ "version": "9.0.0-rc.7",
163
+ "comments": {
164
+ "prerelease": [
165
+ {
166
+ "author": "martinhochel@microsoft.com",
167
+ "package": "@fluentui/react-text",
168
+ "commit": "fd41e5b15e3a2f08245cd4e4bbcc0f07a367ce3b",
169
+ "comment": "feat: ship rolluped only dts"
170
+ },
171
+ {
172
+ "author": "gcox@microsoft.com",
173
+ "package": "@fluentui/react-text",
174
+ "commit": "7ad290b51135cb84c84e7dd8771bd712892c7484",
175
+ "comment": "Updated react-text to use typography constants"
176
+ },
177
+ {
178
+ "author": "beachball",
179
+ "package": "@fluentui/react-text",
180
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
181
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
182
+ },
183
+ {
184
+ "author": "beachball",
185
+ "package": "@fluentui/react-text",
186
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
187
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
188
+ }
189
+ ],
190
+ "none": [
191
+ {
192
+ "author": "tristan.watanabe@gmail.com",
193
+ "package": "@fluentui/react-text",
194
+ "commit": "af6bea84f19cf196b4d17df940e7230cbd9d832d",
195
+ "comment": "react-text: Move to new common folder."
196
+ }
197
+ ]
198
+ }
199
+ },
200
+ {
201
+ "date": "Tue, 19 Apr 2022 19:17:01 GMT",
202
+ "tag": "@fluentui/react-text_v9.0.0-rc.6",
203
+ "version": "9.0.0-rc.6",
204
+ "comments": {
205
+ "prerelease": [
206
+ {
207
+ "author": "seanmonahan@microsoft.com",
208
+ "package": "@fluentui/react-text",
209
+ "commit": "086a675fd0c648944ff4048450190a0a13467de3",
210
+ "comment": "Add static classnames to Text"
211
+ },
212
+ {
213
+ "author": "olfedias@microsoft.com",
214
+ "package": "@fluentui/react-text",
215
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
216
+ "comment": "chore: Update Griffel to latest version"
217
+ },
218
+ {
219
+ "author": "beachball",
220
+ "package": "@fluentui/react-text",
221
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
222
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
223
+ },
224
+ {
225
+ "author": "beachball",
226
+ "package": "@fluentui/react-text",
227
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
228
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
229
+ },
230
+ {
231
+ "author": "beachball",
232
+ "package": "@fluentui/react-text",
233
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
234
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
235
+ }
236
+ ],
237
+ "none": [
238
+ {
239
+ "author": "mgodbolt@microsoft.com",
240
+ "package": "@fluentui/react-text",
241
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
242
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
243
+ },
244
+ {
245
+ "author": "martinhochel@microsoft.com",
246
+ "package": "@fluentui/react-text",
247
+ "commit": "320b8bbba1e498c65d011f3fae09dee98e7a11bb",
248
+ "comment": "refactor: autofix no export star at index file for cxe-prg packages"
249
+ },
250
+ {
251
+ "author": "elcraig@microsoft.com",
252
+ "package": "@fluentui/react-text",
253
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
254
+ "comment": "Update React dev deps and hoist them to the repo root"
255
+ }
256
+ ]
257
+ }
258
+ },
259
+ {
260
+ "date": "Fri, 04 Mar 2022 05:17:31 GMT",
261
+ "tag": "@fluentui/react-text_v9.0.0-rc.5",
262
+ "version": "9.0.0-rc.5",
263
+ "comments": {
264
+ "prerelease": [
265
+ {
266
+ "author": "dzearing@microsoft.com",
267
+ "package": "@fluentui/react-text",
268
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
269
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
270
+ },
271
+ {
272
+ "author": "beachball",
273
+ "package": "@fluentui/react-text",
274
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
275
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
276
+ },
277
+ {
278
+ "author": "beachball",
279
+ "package": "@fluentui/react-text",
280
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
281
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
282
+ }
283
+ ]
284
+ }
285
+ },
286
+ {
287
+ "date": "Tue, 01 Mar 2022 02:17:39 GMT",
288
+ "tag": "@fluentui/react-text_v9.0.0-rc.4",
289
+ "version": "9.0.0-rc.4",
290
+ "comments": {
291
+ "prerelease": [
292
+ {
293
+ "author": "olfedias@microsoft.com",
294
+ "package": "@fluentui/react-text",
295
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
296
+ "comment": "fix: Add react-theme as dependency"
297
+ },
298
+ {
299
+ "author": "beachball",
300
+ "package": "@fluentui/react-text",
301
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
302
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
303
+ }
304
+ ]
305
+ }
306
+ },
307
+ {
308
+ "date": "Fri, 18 Feb 2022 13:35:36 GMT",
309
+ "tag": "@fluentui/react-text_v9.0.0-rc.3",
310
+ "version": "9.0.0-rc.3",
311
+ "comments": {
312
+ "prerelease": [
313
+ {
314
+ "author": "lingfangao@hotmail.com",
315
+ "package": "@fluentui/react-text",
316
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
317
+ "comment": "fix: Source maps contain original source code"
318
+ },
319
+ {
320
+ "author": "beachball",
321
+ "package": "@fluentui/react-text",
322
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
323
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
324
+ },
325
+ {
326
+ "author": "beachball",
327
+ "package": "@fluentui/react-text",
328
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
329
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
330
+ }
331
+ ]
332
+ }
333
+ },
334
+ {
335
+ "date": "Thu, 10 Feb 2022 08:50:58 GMT",
6
336
  "tag": "@fluentui/react-text_v9.0.0-rc.1",
7
337
  "version": "9.0.0-rc.1",
8
338
  "comments": {