@fluentui/react-text 0.0.0-nightly0e0cf06c3420211029.1 → 0.0.0-nightly3082edf34720220208.1

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 (124) hide show
  1. package/CHANGELOG.json +160 -14
  2. package/CHANGELOG.md +43 -10
  3. package/MIGRATION.md +153 -103
  4. package/dist/react-text.d.ts +27 -7
  5. package/lib/components/Body/Body.d.ts +1 -0
  6. package/lib/components/Body/Body.js +6 -4
  7. package/lib/components/Body/Body.js.map +1 -1
  8. package/lib/components/Caption/Caption.d.ts +1 -0
  9. package/lib/components/Caption/Caption.js +6 -4
  10. package/lib/components/Caption/Caption.js.map +1 -1
  11. package/lib/components/Display/Display.d.ts +1 -0
  12. package/lib/components/Display/Display.js +6 -4
  13. package/lib/components/Display/Display.js.map +1 -1
  14. package/lib/components/Headline/Headline.d.ts +1 -0
  15. package/lib/components/Headline/Headline.js +6 -4
  16. package/lib/components/Headline/Headline.js.map +1 -1
  17. package/lib/components/LargeTitle/LargeTitle.d.ts +1 -0
  18. package/lib/components/LargeTitle/LargeTitle.js +6 -4
  19. package/lib/components/LargeTitle/LargeTitle.js.map +1 -1
  20. package/lib/components/Subheadline/Subheadline.d.ts +1 -0
  21. package/lib/components/Subheadline/Subheadline.js +6 -4
  22. package/lib/components/Subheadline/Subheadline.js.map +1 -1
  23. package/lib/components/Text/Text.js +7 -7
  24. package/lib/components/Text/Text.js.map +1 -1
  25. package/lib/components/Text/Text.types.d.ts +2 -2
  26. package/lib/components/Text/renderText.d.ts +1 -1
  27. package/lib/components/Text/renderText.js +7 -7
  28. package/lib/components/Text/renderText.js.map +1 -1
  29. package/lib/components/Text/useText.d.ts +3 -3
  30. package/lib/components/Text/useText.js +22 -21
  31. package/lib/components/Text/useText.js.map +1 -1
  32. package/lib/components/Text/useTextStyles.d.ts +2 -1
  33. package/lib/components/Text/useTextStyles.js +15 -11
  34. package/lib/components/Text/useTextStyles.js.map +1 -1
  35. package/lib/components/Title1/Title1.d.ts +1 -0
  36. package/lib/components/Title1/Title1.js +6 -4
  37. package/lib/components/Title1/Title1.js.map +1 -1
  38. package/lib/components/Title2/Title2.d.ts +1 -0
  39. package/lib/components/Title2/Title2.js +6 -4
  40. package/lib/components/Title2/Title2.js.map +1 -1
  41. package/lib/components/Title3/Title3.d.ts +1 -0
  42. package/lib/components/Title3/Title3.js +6 -4
  43. package/lib/components/Title3/Title3.js.map +1 -1
  44. package/lib/components/wrapper.d.ts +1 -0
  45. package/lib/components/wrapper.js +13 -10
  46. package/lib/components/wrapper.js.map +1 -1
  47. package/lib/typographyStyles/typographyStyles.d.ts +10 -11
  48. package/lib/typographyStyles/typographyStyles.js +55 -71
  49. package/lib/typographyStyles/typographyStyles.js.map +1 -1
  50. package/lib-commonjs/Body.js +1 -1
  51. package/lib-commonjs/Caption.js +1 -1
  52. package/lib-commonjs/Display.js +1 -1
  53. package/lib-commonjs/Headline.js +1 -1
  54. package/lib-commonjs/LargeTitle.js +1 -1
  55. package/lib-commonjs/Subheadline.js +1 -1
  56. package/lib-commonjs/Text.js +1 -1
  57. package/lib-commonjs/Title1.js +1 -1
  58. package/lib-commonjs/Title2.js +1 -1
  59. package/lib-commonjs/Title3.js +1 -1
  60. package/lib-commonjs/components/Body/Body.d.ts +1 -0
  61. package/lib-commonjs/components/Body/Body.js +9 -9
  62. package/lib-commonjs/components/Body/Body.js.map +1 -1
  63. package/lib-commonjs/components/Body/index.js +1 -1
  64. package/lib-commonjs/components/Caption/Caption.d.ts +1 -0
  65. package/lib-commonjs/components/Caption/Caption.js +9 -9
  66. package/lib-commonjs/components/Caption/Caption.js.map +1 -1
  67. package/lib-commonjs/components/Caption/index.js +1 -1
  68. package/lib-commonjs/components/Display/Display.d.ts +1 -0
  69. package/lib-commonjs/components/Display/Display.js +9 -9
  70. package/lib-commonjs/components/Display/Display.js.map +1 -1
  71. package/lib-commonjs/components/Display/index.js +1 -1
  72. package/lib-commonjs/components/Headline/Headline.d.ts +1 -0
  73. package/lib-commonjs/components/Headline/Headline.js +9 -9
  74. package/lib-commonjs/components/Headline/Headline.js.map +1 -1
  75. package/lib-commonjs/components/Headline/index.js +1 -1
  76. package/lib-commonjs/components/LargeTitle/LargeTitle.d.ts +1 -0
  77. package/lib-commonjs/components/LargeTitle/LargeTitle.js +9 -9
  78. package/lib-commonjs/components/LargeTitle/LargeTitle.js.map +1 -1
  79. package/lib-commonjs/components/LargeTitle/index.js +1 -1
  80. package/lib-commonjs/components/Subheadline/Subheadline.d.ts +1 -0
  81. package/lib-commonjs/components/Subheadline/Subheadline.js +9 -9
  82. package/lib-commonjs/components/Subheadline/Subheadline.js.map +1 -1
  83. package/lib-commonjs/components/Subheadline/index.js +1 -1
  84. package/lib-commonjs/components/Text/Text.js +8 -8
  85. package/lib-commonjs/components/Text/Text.js.map +1 -1
  86. package/lib-commonjs/components/Text/Text.types.d.ts +2 -2
  87. package/lib-commonjs/components/Text/index.js +1 -1
  88. package/lib-commonjs/components/Text/renderText.d.ts +1 -1
  89. package/lib-commonjs/components/Text/renderText.js +11 -12
  90. package/lib-commonjs/components/Text/renderText.js.map +1 -1
  91. package/lib-commonjs/components/Text/useText.d.ts +3 -3
  92. package/lib-commonjs/components/Text/useText.js +25 -25
  93. package/lib-commonjs/components/Text/useText.js.map +1 -1
  94. package/lib-commonjs/components/Text/useTextStyles.d.ts +2 -1
  95. package/lib-commonjs/components/Text/useTextStyles.js +19 -14
  96. package/lib-commonjs/components/Text/useTextStyles.js.map +1 -1
  97. package/lib-commonjs/components/Title1/Title1.d.ts +1 -0
  98. package/lib-commonjs/components/Title1/Title1.js +9 -9
  99. package/lib-commonjs/components/Title1/Title1.js.map +1 -1
  100. package/lib-commonjs/components/Title1/index.js +1 -1
  101. package/lib-commonjs/components/Title2/Title2.d.ts +1 -0
  102. package/lib-commonjs/components/Title2/Title2.js +9 -9
  103. package/lib-commonjs/components/Title2/Title2.js.map +1 -1
  104. package/lib-commonjs/components/Title2/index.js +1 -1
  105. package/lib-commonjs/components/Title3/Title3.d.ts +1 -0
  106. package/lib-commonjs/components/Title3/Title3.js +9 -9
  107. package/lib-commonjs/components/Title3/Title3.js.map +1 -1
  108. package/lib-commonjs/components/Title3/index.js +1 -1
  109. package/lib-commonjs/components/wrapper.d.ts +1 -0
  110. package/lib-commonjs/components/wrapper.js +14 -11
  111. package/lib-commonjs/components/wrapper.js.map +1 -1
  112. package/lib-commonjs/index.js +1 -1
  113. package/lib-commonjs/typographyStyles/index.js +1 -1
  114. package/lib-commonjs/typographyStyles/index.js.map +1 -1
  115. package/lib-commonjs/typographyStyles/typographyStyles.d.ts +10 -11
  116. package/lib-commonjs/typographyStyles/typographyStyles.js +48 -89
  117. package/lib-commonjs/typographyStyles/typographyStyles.js.map +1 -1
  118. package/package.json +8 -10
  119. package/lib/common/isConformant.d.ts +0 -4
  120. package/lib/common/isConformant.js +0 -16
  121. package/lib/common/isConformant.js.map +0 -1
  122. package/lib-commonjs/common/isConformant.d.ts +0 -4
  123. package/lib-commonjs/common/isConformant.js +0 -27
  124. package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,55 +2,201 @@
2
2
  "name": "@fluentui/react-text",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 29 Oct 2021 06:39:54 GMT",
6
- "tag": "@fluentui/react-text_v0.0.0-nightly0e0cf06c3420211029.1",
7
- "version": "0.0.0-nightly0e0cf06c3420211029.1",
5
+ "date": "Tue, 08 Feb 2022 04:14:27 GMT",
6
+ "tag": "@fluentui/react-text_v0.0.0-nightly3082edf34720220208.1",
7
+ "version": "0.0.0-nightly3082edf34720220208.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-text",
13
- "commit": "3535f78f7af73f13f2c1e7470293fb5e592866de",
13
+ "commit": "2995e3262243608331236b8d12b1652c84d313bc",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
+ {
17
+ "author": "behowell@microsoft.com",
18
+ "package": "@fluentui/react-text",
19
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
20
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
21
+ },
22
+ {
23
+ "author": "olfedias@microsoft.com",
24
+ "package": "@fluentui/react-text",
25
+ "commit": "a76afe26daad901ff5458ffdda7e66e600d5bcac",
26
+ "comment": "use makeStyles types from proper package"
27
+ },
28
+ {
29
+ "author": "behowell@microsoft.com",
30
+ "package": "@fluentui/react-text",
31
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
32
+ "comment": "Refactor component Slot typings"
33
+ },
34
+ {
35
+ "author": "Humberto.Morimoto@microsoft.com",
36
+ "package": "@fluentui/react-text",
37
+ "commit": "003de9a9527703d429690c7ab5d7c24b4038d518",
38
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
39
+ },
40
+ {
41
+ "author": "Humberto.Morimoto@microsoft.com",
42
+ "package": "@fluentui/react-text",
43
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
44
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
45
+ },
46
+ {
47
+ "author": "Humberto.Morimoto@microsoft.com",
48
+ "package": "@fluentui/react-text",
49
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
50
+ "comment": "Updating based on changes to composition types."
51
+ },
52
+ {
53
+ "author": "olfedias@microsoft.com",
54
+ "package": "@fluentui/react-text",
55
+ "commit": "5a6f0d55d87f70d67dd1567ce97e637e51b07863",
56
+ "comment": "use Griffel packages"
57
+ },
58
+ {
59
+ "author": "olfedias@microsoft.com",
60
+ "package": "@fluentui/react-text",
61
+ "commit": "554b6709ced97b4d04363f9d9d22b6da4d31378c",
62
+ "comment": "update styles to not use CSS shorthands"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-text",
67
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly3082edf34720220208.1",
68
+ "commit": "2995e3262243608331236b8d12b1652c84d313bc"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-text",
73
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly3082edf34720220208.1",
74
+ "commit": "2995e3262243608331236b8d12b1652c84d313bc"
75
+ }
76
+ ],
77
+ "none": [
78
+ {
79
+ "author": "olfedias@microsoft.com",
80
+ "package": "@fluentui/react-text",
81
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
82
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
83
+ },
84
+ {
85
+ "author": "martinhochel@microsoft.com",
86
+ "package": "@fluentui/react-text",
87
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
88
+ "comment": "chore: use storybook runner for all vNext packages"
89
+ }
90
+ ]
91
+ }
92
+ },
93
+ {
94
+ "date": "Thu, 25 Nov 2021 08:34:16 GMT",
95
+ "tag": "@fluentui/react-text_v9.0.0-beta.4",
96
+ "version": "9.0.0-beta.4",
97
+ "comments": {
98
+ "prerelease": [
99
+ {
100
+ "author": "andredias@microsoft.com",
101
+ "package": "@fluentui/react-text",
102
+ "commit": "168b9343fc93f5d188c6dbf4c9ced75f8ee4f41b",
103
+ "comment": "Migrate Text"
104
+ },
105
+ {
106
+ "author": "beachball",
107
+ "package": "@fluentui/react-text",
108
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
109
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
110
+ },
111
+ {
112
+ "author": "beachball",
113
+ "package": "@fluentui/react-text",
114
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
115
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
116
+ },
117
+ {
118
+ "author": "beachball",
119
+ "package": "@fluentui/react-text",
120
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
121
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
122
+ },
123
+ {
124
+ "author": "beachball",
125
+ "package": "@fluentui/react-text",
126
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
127
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
128
+ },
129
+ {
130
+ "author": "beachball",
131
+ "package": "@fluentui/react-text",
132
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
133
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
134
+ }
135
+ ]
136
+ }
137
+ },
138
+ {
139
+ "date": "Fri, 12 Nov 2021 13:25:08 GMT",
140
+ "tag": "@fluentui/react-text_v9.0.0-beta.3",
141
+ "version": "9.0.0-beta.3",
142
+ "comments": {
143
+ "prerelease": [
16
144
  {
17
145
  "author": "gcox@microsoft.com",
18
146
  "package": "@fluentui/react-text",
19
147
  "commit": "3d5ca9b57c3a6ed9d60a041abc1f5417686ba41e",
20
148
  "comment": "Updated with codesandbox comments"
21
149
  },
150
+ {
151
+ "author": "olfedias@microsoft.com",
152
+ "package": "@fluentui/react-text",
153
+ "commit": "259d0bf8475629b0b2521157a9b33e97fcf8d513",
154
+ "comment": "export static classes for components"
155
+ },
22
156
  {
23
157
  "author": "beachball",
24
158
  "package": "@fluentui/react-text",
25
- "comment": "Bump @fluentui/react-make-styles to v0.0.0-nightly0e0cf06c3420211029.1",
26
- "commit": "3535f78f7af73f13f2c1e7470293fb5e592866de"
159
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
160
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
27
161
  },
28
162
  {
29
163
  "author": "beachball",
30
164
  "package": "@fluentui/react-text",
31
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly0e0cf06c3420211029.1",
32
- "commit": "3535f78f7af73f13f2c1e7470293fb5e592866de"
165
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
166
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
33
167
  },
34
168
  {
35
169
  "author": "beachball",
36
170
  "package": "@fluentui/react-text",
37
- "comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightly0e0cf06c3420211029.1",
38
- "commit": "3535f78f7af73f13f2c1e7470293fb5e592866de"
171
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
172
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
39
173
  },
40
174
  {
41
175
  "author": "beachball",
42
176
  "package": "@fluentui/react-text",
43
- "comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly0e0cf06c3420211029.1",
44
- "commit": "3535f78f7af73f13f2c1e7470293fb5e592866de"
177
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
178
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
45
179
  },
46
180
  {
47
181
  "author": "beachball",
48
182
  "package": "@fluentui/react-text",
49
- "comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly0e0cf06c3420211029.1",
50
- "commit": "3535f78f7af73f13f2c1e7470293fb5e592866de"
183
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
184
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
51
185
  }
52
186
  ],
53
187
  "none": [
188
+ {
189
+ "author": "lingfangao@hotmail.com",
190
+ "package": "@fluentui/react-text",
191
+ "commit": "5e04b6208619318aa256768635101d5e64b96cc5",
192
+ "comment": "chore(Text): Add docs for each prop and new typography story"
193
+ },
194
+ {
195
+ "author": "lingfangao@hotmail.com",
196
+ "package": "@fluentui/react-text",
197
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
198
+ "comment": "Remove beta release tag"
199
+ },
54
200
  {
55
201
  "author": "mgodbolt@microsoft.com",
56
202
  "package": "@fluentui/react-text",
package/CHANGELOG.md CHANGED
@@ -1,23 +1,56 @@
1
1
  # Change Log - @fluentui/react-text
2
2
 
3
- This log was last generated on Fri, 29 Oct 2021 06:39:54 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 08 Feb 2022 04:14:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly0e0cf06c3420211029.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v0.0.0-nightly0e0cf06c3420211029.1)
7
+ ## [0.0.0-nightly3082edf34720220208.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v0.0.0-nightly3082edf34720220208.1)
8
8
 
9
- Fri, 29 Oct 2021 06:39:54 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.2..@fluentui/react-text_v0.0.0-nightly0e0cf06c3420211029.1)
9
+ Tue, 08 Feb 2022 04:14:27 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.4..@fluentui/react-text_v0.0.0-nightly3082edf34720220208.1)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/2995e3262243608331236b8d12b1652c84d313bc) by email not defined)
15
+ - BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
16
+ - use makeStyles types from proper package ([PR #20786](https://github.com/microsoft/fluentui/pull/20786) by olfedias@microsoft.com)
17
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
18
+ - Replacing use of functions in makeStyles with direct use of tokens. ([PR #21057](https://github.com/microsoft/fluentui/pull/21057) by Humberto.Morimoto@microsoft.com)
19
+ - Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
20
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
21
+ - use Griffel packages ([PR #21418](https://github.com/microsoft/fluentui/pull/21418) by olfedias@microsoft.com)
22
+ - update styles to not use CSS shorthands ([PR #20841](https://github.com/microsoft/fluentui/pull/20841) by olfedias@microsoft.com)
23
+ - Bump @fluentui/react-utilities to v0.0.0-nightly3082edf34720220208.1 ([commit](https://github.com/microsoft/fluentui/commit/2995e3262243608331236b8d12b1652c84d313bc) by beachball)
24
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly3082edf34720220208.1 ([commit](https://github.com/microsoft/fluentui/commit/2995e3262243608331236b8d12b1652c84d313bc) by beachball)
25
+
26
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.4)
27
+
28
+ Thu, 25 Nov 2021 08:34:16 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.3..@fluentui/react-text_v9.0.0-beta.4)
30
+
31
+ ### Changes
32
+
33
+ - Migrate Text ([PR #20653](https://github.com/microsoft/fluentui/pull/20653) by andredias@microsoft.com)
34
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
35
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
36
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
37
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
38
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
39
+
40
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.3)
41
+
42
+ Fri, 12 Nov 2021 13:25:08 GMT
43
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.0.0-beta.2..@fluentui/react-text_v9.0.0-beta.3)
11
44
 
12
45
  ### Changes
13
46
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/3535f78f7af73f13f2c1e7470293fb5e592866de) by email not defined)
15
47
  - Updated with codesandbox comments ([PR #20371](https://github.com/microsoft/fluentui/pull/20371) by gcox@microsoft.com)
16
- - Bump @fluentui/react-make-styles to v0.0.0-nightly0e0cf06c3420211029.1 ([commit](https://github.com/microsoft/fluentui/commit/3535f78f7af73f13f2c1e7470293fb5e592866de) by beachball)
17
- - Bump @fluentui/react-utilities to v0.0.0-nightly0e0cf06c3420211029.1 ([commit](https://github.com/microsoft/fluentui/commit/3535f78f7af73f13f2c1e7470293fb5e592866de) by beachball)
18
- - Bump @fluentui/babel-make-styles to v0.0.0-nightly0e0cf06c3420211029.1 ([commit](https://github.com/microsoft/fluentui/commit/3535f78f7af73f13f2c1e7470293fb5e592866de) by beachball)
19
- - Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly0e0cf06c3420211029.1 ([commit](https://github.com/microsoft/fluentui/commit/3535f78f7af73f13f2c1e7470293fb5e592866de) by beachball)
20
- - Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly0e0cf06c3420211029.1 ([commit](https://github.com/microsoft/fluentui/commit/3535f78f7af73f13f2c1e7470293fb5e592866de) by beachball)
48
+ - export static classes for components ([PR #20449](https://github.com/microsoft/fluentui/pull/20449) by olfedias@microsoft.com)
49
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
50
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
51
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
52
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
53
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
21
54
 
22
55
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.0.0-beta.2)
23
56