@fluentui/react-text 0.0.0-nightlyff78d1e27a20220217.1 → 0.0.0

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