@fluentui/react-card 0.0.0-nightly627ad67f1120211109.1 → 0.0.0-nightly695230dc7220220301.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 (153) hide show
  1. package/CHANGELOG.json +378 -25
  2. package/CHANGELOG.md +96 -13
  3. package/README.md +3 -1
  4. package/Spec.md +523 -0
  5. package/assets/Card.png +0 -0
  6. package/assets/CardHeader.png +0 -0
  7. package/assets/CardPreview.png +0 -0
  8. package/assets/context-interaction-keyboard.png +0 -0
  9. package/assets/context-interaction-mouse.png +0 -0
  10. package/assets/context-narrator.png +0 -0
  11. package/assets/disabled-narrator.png +0 -0
  12. package/assets/disabled.png +0 -0
  13. package/assets/interactive-interaction-keyboard.png +0 -0
  14. package/assets/interactive-interaction-mouse.png +0 -0
  15. package/assets/interactive-narrator.png +0 -0
  16. package/assets/non-interactive-interaction-keyboard.png +0 -0
  17. package/assets/non-interactive-interaction-mouse.png +0 -0
  18. package/assets/non-interactive-narrator.png +0 -0
  19. package/assets/non-interactive-selectable-interaction-keyboard.png +0 -0
  20. package/assets/non-interactive-selectable-interaction-mouse.png +0 -0
  21. package/assets/selectable-interaction-keyboard.png +0 -0
  22. package/assets/selectable-interaction-mouse.png +0 -0
  23. package/assets/selectable-narrator.png +0 -0
  24. package/dist/react-card.d.ts +36 -46
  25. package/lib/Card.js.map +1 -1
  26. package/lib/CardFooter.js.map +1 -1
  27. package/lib/CardHeader.js.map +1 -1
  28. package/lib/CardPreview.js.map +1 -1
  29. package/lib/components/Card/Card.js +6 -6
  30. package/lib/components/Card/Card.js.map +1 -1
  31. package/lib/components/Card/Card.types.d.ts +5 -3
  32. package/lib/components/Card/Card.types.js.map +1 -1
  33. package/lib/components/Card/index.js.map +1 -1
  34. package/lib/components/Card/renderCard.d.ts +1 -1
  35. package/lib/components/Card/renderCard.js +3 -2
  36. package/lib/components/Card/renderCard.js.map +1 -1
  37. package/lib/components/Card/useCard.d.ts +3 -3
  38. package/lib/components/Card/useCard.js +7 -3
  39. package/lib/components/Card/useCard.js.map +1 -1
  40. package/lib/components/Card/useCardStyles.d.ts +1 -1
  41. package/lib/components/Card/useCardStyles.js +127 -23
  42. package/lib/components/Card/useCardStyles.js.map +1 -1
  43. package/lib/components/CardFooter/CardFooter.js +6 -6
  44. package/lib/components/CardFooter/CardFooter.js.map +1 -1
  45. package/lib/components/CardFooter/CardFooter.types.d.ts +3 -3
  46. package/lib/components/CardFooter/CardFooter.types.js.map +1 -1
  47. package/lib/components/CardFooter/index.js.map +1 -1
  48. package/lib/components/CardFooter/renderCardFooter.d.ts +1 -1
  49. package/lib/components/CardFooter/renderCardFooter.js +5 -4
  50. package/lib/components/CardFooter/renderCardFooter.js.map +1 -1
  51. package/lib/components/CardFooter/useCardFooter.d.ts +4 -8
  52. package/lib/components/CardFooter/useCardFooter.js +3 -8
  53. package/lib/components/CardFooter/useCardFooter.js.map +1 -1
  54. package/lib/components/CardFooter/useCardFooterStyles.d.ts +1 -1
  55. package/lib/components/CardFooter/useCardFooterStyles.js +5 -4
  56. package/lib/components/CardFooter/useCardFooterStyles.js.map +1 -1
  57. package/lib/components/CardHeader/CardHeader.js +6 -6
  58. package/lib/components/CardHeader/CardHeader.js.map +1 -1
  59. package/lib/components/CardHeader/CardHeader.types.d.ts +8 -8
  60. package/lib/components/CardHeader/CardHeader.types.js.map +1 -1
  61. package/lib/components/CardHeader/index.js.map +1 -1
  62. package/lib/components/CardHeader/renderCardHeader.d.ts +1 -1
  63. package/lib/components/CardHeader/renderCardHeader.js +9 -4
  64. package/lib/components/CardHeader/renderCardHeader.js.map +1 -1
  65. package/lib/components/CardHeader/useCardHeader.d.ts +4 -5
  66. package/lib/components/CardHeader/useCardHeader.js +3 -4
  67. package/lib/components/CardHeader/useCardHeader.js.map +1 -1
  68. package/lib/components/CardHeader/useCardHeaderStyles.d.ts +1 -1
  69. package/lib/components/CardHeader/useCardHeaderStyles.js +5 -4
  70. package/lib/components/CardHeader/useCardHeaderStyles.js.map +1 -1
  71. package/lib/components/CardPreview/CardPreview.js +6 -6
  72. package/lib/components/CardPreview/CardPreview.js.map +1 -1
  73. package/lib/components/CardPreview/CardPreview.types.d.ts +3 -3
  74. package/lib/components/CardPreview/CardPreview.types.js.map +1 -1
  75. package/lib/components/CardPreview/index.js.map +1 -1
  76. package/lib/components/CardPreview/renderCardPreview.d.ts +1 -1
  77. package/lib/components/CardPreview/renderCardPreview.js +5 -4
  78. package/lib/components/CardPreview/renderCardPreview.js.map +1 -1
  79. package/lib/components/CardPreview/useCardPreview.d.ts +4 -8
  80. package/lib/components/CardPreview/useCardPreview.js +3 -8
  81. package/lib/components/CardPreview/useCardPreview.js.map +1 -1
  82. package/lib/components/CardPreview/useCardPreviewStyles.d.ts +1 -1
  83. package/lib/components/CardPreview/useCardPreviewStyles.js +3 -7
  84. package/lib/components/CardPreview/useCardPreviewStyles.js.map +1 -1
  85. package/lib/index.js.map +1 -1
  86. package/lib-commonjs/Card.js.map +1 -1
  87. package/lib-commonjs/CardFooter.js.map +1 -1
  88. package/lib-commonjs/CardHeader.js.map +1 -1
  89. package/lib-commonjs/CardPreview.js.map +1 -1
  90. package/lib-commonjs/components/Card/Card.js +3 -3
  91. package/lib-commonjs/components/Card/Card.js.map +1 -1
  92. package/lib-commonjs/components/Card/Card.types.d.ts +5 -3
  93. package/lib-commonjs/components/Card/Card.types.js.map +1 -1
  94. package/lib-commonjs/components/Card/index.js.map +1 -1
  95. package/lib-commonjs/components/Card/renderCard.d.ts +1 -1
  96. package/lib-commonjs/components/Card/renderCard.js +5 -4
  97. package/lib-commonjs/components/Card/renderCard.js.map +1 -1
  98. package/lib-commonjs/components/Card/useCard.d.ts +3 -3
  99. package/lib-commonjs/components/Card/useCard.js +9 -5
  100. package/lib-commonjs/components/Card/useCard.js.map +1 -1
  101. package/lib-commonjs/components/Card/useCardStyles.d.ts +1 -1
  102. package/lib-commonjs/components/Card/useCardStyles.js +131 -26
  103. package/lib-commonjs/components/Card/useCardStyles.js.map +1 -1
  104. package/lib-commonjs/components/CardFooter/CardFooter.js +3 -3
  105. package/lib-commonjs/components/CardFooter/CardFooter.js.map +1 -1
  106. package/lib-commonjs/components/CardFooter/CardFooter.types.d.ts +3 -3
  107. package/lib-commonjs/components/CardFooter/CardFooter.types.js.map +1 -1
  108. package/lib-commonjs/components/CardFooter/index.js.map +1 -1
  109. package/lib-commonjs/components/CardFooter/renderCardFooter.d.ts +1 -1
  110. package/lib-commonjs/components/CardFooter/renderCardFooter.js +7 -7
  111. package/lib-commonjs/components/CardFooter/renderCardFooter.js.map +1 -1
  112. package/lib-commonjs/components/CardFooter/useCardFooter.d.ts +4 -8
  113. package/lib-commonjs/components/CardFooter/useCardFooter.js +6 -11
  114. package/lib-commonjs/components/CardFooter/useCardFooter.js.map +1 -1
  115. package/lib-commonjs/components/CardFooter/useCardFooterStyles.d.ts +1 -1
  116. package/lib-commonjs/components/CardFooter/useCardFooterStyles.js +10 -9
  117. package/lib-commonjs/components/CardFooter/useCardFooterStyles.js.map +1 -1
  118. package/lib-commonjs/components/CardHeader/CardHeader.js +3 -3
  119. package/lib-commonjs/components/CardHeader/CardHeader.js.map +1 -1
  120. package/lib-commonjs/components/CardHeader/CardHeader.types.d.ts +8 -8
  121. package/lib-commonjs/components/CardHeader/CardHeader.types.js.map +1 -1
  122. package/lib-commonjs/components/CardHeader/index.js.map +1 -1
  123. package/lib-commonjs/components/CardHeader/renderCardHeader.d.ts +1 -1
  124. package/lib-commonjs/components/CardHeader/renderCardHeader.js +11 -7
  125. package/lib-commonjs/components/CardHeader/renderCardHeader.js.map +1 -1
  126. package/lib-commonjs/components/CardHeader/useCardHeader.d.ts +4 -5
  127. package/lib-commonjs/components/CardHeader/useCardHeader.js +6 -7
  128. package/lib-commonjs/components/CardHeader/useCardHeader.js.map +1 -1
  129. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.d.ts +1 -1
  130. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js +11 -10
  131. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js.map +1 -1
  132. package/lib-commonjs/components/CardPreview/CardPreview.js +3 -3
  133. package/lib-commonjs/components/CardPreview/CardPreview.js.map +1 -1
  134. package/lib-commonjs/components/CardPreview/CardPreview.types.d.ts +3 -3
  135. package/lib-commonjs/components/CardPreview/CardPreview.types.js.map +1 -1
  136. package/lib-commonjs/components/CardPreview/index.js.map +1 -1
  137. package/lib-commonjs/components/CardPreview/renderCardPreview.d.ts +1 -1
  138. package/lib-commonjs/components/CardPreview/renderCardPreview.js +7 -7
  139. package/lib-commonjs/components/CardPreview/renderCardPreview.js.map +1 -1
  140. package/lib-commonjs/components/CardPreview/useCardPreview.d.ts +4 -8
  141. package/lib-commonjs/components/CardPreview/useCardPreview.js +6 -11
  142. package/lib-commonjs/components/CardPreview/useCardPreview.js.map +1 -1
  143. package/lib-commonjs/components/CardPreview/useCardPreviewStyles.d.ts +1 -1
  144. package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js +8 -12
  145. package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js.map +1 -1
  146. package/lib-commonjs/index.js.map +1 -1
  147. package/package.json +12 -13
  148. package/lib/common/isConformant.d.ts +0 -4
  149. package/lib/common/isConformant.js +0 -11
  150. package/lib/common/isConformant.js.map +0 -1
  151. package/lib-commonjs/common/isConformant.d.ts +0 -4
  152. package/lib-commonjs/common/isConformant.js +0 -22
  153. package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,78 +2,363 @@
2
2
  "name": "@fluentui/react-card",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 09 Nov 2021 04:20:24 GMT",
6
- "tag": "@fluentui/react-card_v0.0.0-nightly627ad67f1120211109.1",
7
- "version": "0.0.0-nightly627ad67f1120211109.1",
5
+ "date": "Tue, 01 Mar 2022 04:14:57 GMT",
6
+ "tag": "@fluentui/react-card_v0.0.0-nightly695230dc7220220301.1",
7
+ "version": "0.0.0-nightly695230dc7220220301.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-card",
13
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337",
13
+ "commit": "be1864c428aedd3bb265318a6cb6cf161ded2472",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-card",
19
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly695230dc7220220301.1",
20
+ "commit": "be1864c428aedd3bb265318a6cb6cf161ded2472"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-card",
25
+ "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly695230dc7220220301.1",
26
+ "commit": "be1864c428aedd3bb265318a6cb6cf161ded2472"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-card",
31
+ "comment": "Bump @fluentui/react-theme to v0.0.0-nightly695230dc7220220301.1",
32
+ "commit": "be1864c428aedd3bb265318a6cb6cf161ded2472"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-card",
37
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly695230dc7220220301.1",
38
+ "commit": "be1864c428aedd3bb265318a6cb6cf161ded2472"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-card",
43
+ "comment": "Bump @fluentui/react-text to v0.0.0-nightly695230dc7220220301.1",
44
+ "commit": "be1864c428aedd3bb265318a6cb6cf161ded2472"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-card",
49
+ "comment": "Bump @fluentui/react-button to v0.0.0-nightly695230dc7220220301.1",
50
+ "commit": "be1864c428aedd3bb265318a6cb6cf161ded2472"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Tue, 01 Mar 2022 02:17:35 GMT",
57
+ "tag": "@fluentui/react-card_v9.0.0-beta.9",
58
+ "version": "9.0.0-beta.9",
59
+ "comments": {
60
+ "prerelease": [
16
61
  {
17
62
  "author": "olfedias@microsoft.com",
18
63
  "package": "@fluentui/react-card",
19
- "commit": "22460e1421c0f3b2bdf9c76d80a2cb202fa30079",
20
- "comment": "export static classes for components"
64
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
65
+ "comment": "fix: Add react-theme as dependency"
21
66
  },
22
67
  {
23
- "author": "andredias@microsoft.com",
68
+ "author": "beachball",
24
69
  "package": "@fluentui/react-card",
25
- "commit": "70e81a56249d55dae418217ddcef5d16e030862a",
26
- "comment": "Migrate to new useFocusableGroup usage"
70
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
71
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-card",
76
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
77
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-card",
82
+ "comment": "Bump @fluentui/react-text to v9.0.0-rc.4",
83
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui/react-card",
88
+ "comment": "Bump @fluentui/react-button to v9.0.0-rc.4",
89
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
90
+ }
91
+ ]
92
+ }
93
+ },
94
+ {
95
+ "date": "Fri, 18 Feb 2022 13:35:29 GMT",
96
+ "tag": "@fluentui/react-card_v9.0.0-beta.8",
97
+ "version": "9.0.0-beta.8",
98
+ "comments": {
99
+ "prerelease": [
100
+ {
101
+ "author": "lingfangao@hotmail.com",
102
+ "package": "@fluentui/react-card",
103
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
104
+ "comment": "fix: Source maps contain original source code"
105
+ },
106
+ {
107
+ "author": "39736248+andrefcdias@users.noreply.github.com",
108
+ "package": "@fluentui/react-card",
109
+ "commit": "6f39f6ae5bd33c8aa46dbb5cc1e46eded1fc2967",
110
+ "comment": "Add new appearance property to allow for different card styles"
111
+ },
112
+ {
113
+ "author": "39736248+andrefcdias@users.noreply.github.com",
114
+ "package": "@fluentui/react-card",
115
+ "commit": "4a28b5a69d0e6cf53c19c5e93bc93465f9b8a132",
116
+ "comment": "fix: top padding issues with CardPreview"
117
+ },
118
+ {
119
+ "author": "beachball",
120
+ "package": "@fluentui/react-card",
121
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
122
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
27
123
  },
28
124
  {
29
125
  "author": "beachball",
30
126
  "package": "@fluentui/react-card",
31
- "comment": "Bump @fluentui/react-make-styles to v0.0.0-nightly627ad67f1120211109.1",
32
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
127
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
128
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
33
129
  },
34
130
  {
35
131
  "author": "beachball",
36
132
  "package": "@fluentui/react-card",
37
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly627ad67f1120211109.1",
38
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
133
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
134
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
39
135
  },
40
136
  {
41
137
  "author": "beachball",
42
138
  "package": "@fluentui/react-card",
43
- "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly627ad67f1120211109.1",
44
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
139
+ "comment": "Bump @fluentui/react-text to v9.0.0-rc.3",
140
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
141
+ },
142
+ {
143
+ "author": "beachball",
144
+ "package": "@fluentui/react-card",
145
+ "comment": "Bump @fluentui/react-button to v9.0.0-rc.3",
146
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
147
+ }
148
+ ]
149
+ }
150
+ },
151
+ {
152
+ "date": "Thu, 10 Feb 2022 08:51:52 GMT",
153
+ "tag": "@fluentui/react-card_v9.0.0-beta.6",
154
+ "version": "9.0.0-beta.6",
155
+ "comments": {
156
+ "prerelease": [
157
+ {
158
+ "author": "ololubek@microsoft.com",
159
+ "package": "@fluentui/react-card",
160
+ "commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
161
+ "comment": "Update react-icons usage to resizable icons"
162
+ },
163
+ {
164
+ "author": "lingfangao@hotmail.com",
165
+ "package": "@fluentui/react-card",
166
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
167
+ "comment": "Bump Fluent UI dependencies to 9.0.0-rc"
168
+ },
169
+ {
170
+ "author": "Humberto.Morimoto@microsoft.com",
171
+ "package": "@fluentui/react-card",
172
+ "commit": "37772e1ef0b587bf08984dd053ebb356c57c5247",
173
+ "comment": "react-card: Replacing use of functions in makeStyles with direct use of tokens."
174
+ },
175
+ {
176
+ "author": "Humberto.Morimoto@microsoft.com",
177
+ "package": "@fluentui/react-card",
178
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
179
+ "comment": "Updating based on changes to composition types."
180
+ },
181
+ {
182
+ "author": "elcraig@microsoft.com",
183
+ "package": "@fluentui/react-card",
184
+ "commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
185
+ "comment": "Remove empty CardCommons type and outdated boilerplate comments"
186
+ },
187
+ {
188
+ "author": "behowell@microsoft.com",
189
+ "package": "@fluentui/react-card",
190
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
191
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
192
+ },
193
+ {
194
+ "author": "olfedias@microsoft.com",
195
+ "package": "@fluentui/react-card",
196
+ "commit": "1249d2ee042780865e877fc2ed48f56e0eff25d1",
197
+ "comment": "use Griffel packages"
198
+ },
199
+ {
200
+ "author": "behowell@microsoft.com",
201
+ "package": "@fluentui/react-card",
202
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
203
+ "comment": "Refactor component Slot typings"
204
+ },
205
+ {
206
+ "author": "olfedias@microsoft.com",
207
+ "package": "@fluentui/react-card",
208
+ "commit": "158d89b5d98e3544e06f4f09967d2af8ab43e249",
209
+ "comment": "update styles no not use CSS shorthands"
210
+ },
211
+ {
212
+ "author": "behowell@microsoft.com",
213
+ "package": "@fluentui/react-card",
214
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
215
+ "comment": "Remove component's shorthandProps array"
45
216
  },
46
217
  {
47
218
  "author": "beachball",
48
219
  "package": "@fluentui/react-card",
49
- "comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightly627ad67f1120211109.1",
50
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
220
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
221
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
51
222
  },
52
223
  {
53
224
  "author": "beachball",
54
225
  "package": "@fluentui/react-card",
55
- "comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly627ad67f1120211109.1",
56
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
226
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
227
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
57
228
  },
58
229
  {
59
230
  "author": "beachball",
60
231
  "package": "@fluentui/react-card",
61
- "comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly627ad67f1120211109.1",
62
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
232
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
233
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
63
234
  },
64
235
  {
65
236
  "author": "beachball",
66
237
  "package": "@fluentui/react-card",
67
- "comment": "Bump @fluentui/react-text to v0.0.0-nightly627ad67f1120211109.1",
68
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
238
+ "comment": "Bump @fluentui/react-text to v9.0.0-rc.1",
239
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
69
240
  },
70
241
  {
71
242
  "author": "beachball",
72
243
  "package": "@fluentui/react-card",
73
- "comment": "Bump @fluentui/react-button to v0.0.0-nightly627ad67f1120211109.1",
74
- "commit": "5e2f04f4741a9e3b98463480f9c1926ea2006337"
244
+ "comment": "Bump @fluentui/react-button to v9.0.0-rc.1",
245
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
75
246
  }
76
247
  ],
248
+ "none": [
249
+ {
250
+ "author": "39736248+andrefcdias@users.noreply.github.com",
251
+ "package": "@fluentui/react-card",
252
+ "commit": "8e04b14546f264bb197ffce70bdff8ec83762c49",
253
+ "comment": "Add Alpha notice"
254
+ },
255
+ {
256
+ "author": "martinhochel@microsoft.com",
257
+ "package": "@fluentui/react-card",
258
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
259
+ "comment": "chore: use storybook runner for all vNext packages"
260
+ },
261
+ {
262
+ "author": "andredias@microsoft.com",
263
+ "package": "@fluentui/react-card",
264
+ "commit": "c6c745b664df52f5cbdd5a190cc08cae971216e0",
265
+ "comment": "Add component spec"
266
+ },
267
+ {
268
+ "author": "olfedias@microsoft.com",
269
+ "package": "@fluentui/react-card",
270
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
271
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
272
+ },
273
+ {
274
+ "author": "me@levithomason.com",
275
+ "package": "@fluentui/react-card",
276
+ "commit": "4bd15194a66379b165043141c266faa0c1ea1502",
277
+ "comment": "document how to import preview components"
278
+ },
279
+ {
280
+ "author": "bsunderhus@microsoft.com",
281
+ "package": "@fluentui/react-card",
282
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
283
+ "comment": "Updates components with nullRender changes"
284
+ },
285
+ {
286
+ "author": "me@levithomason.com",
287
+ "package": "@fluentui/react-card",
288
+ "commit": "a15d363937fad523e90350458ec3e44fe7199dc0",
289
+ "comment": "Move Storybook stories to Preview Components section"
290
+ }
291
+ ]
292
+ }
293
+ },
294
+ {
295
+ "date": "Thu, 25 Nov 2021 08:34:12 GMT",
296
+ "tag": "@fluentui/react-card_v9.0.0-beta.5",
297
+ "version": "9.0.0-beta.5",
298
+ "comments": {
299
+ "prerelease": [
300
+ {
301
+ "author": "andredias@microsoft.com",
302
+ "package": "@fluentui/react-card",
303
+ "commit": "5f5fb9fe289f45c7f9afe9f052c51f19cfd41160",
304
+ "comment": "Migrate Card"
305
+ },
306
+ {
307
+ "author": "beachball",
308
+ "package": "@fluentui/react-card",
309
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
310
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
311
+ },
312
+ {
313
+ "author": "beachball",
314
+ "package": "@fluentui/react-card",
315
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
316
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
317
+ },
318
+ {
319
+ "author": "beachball",
320
+ "package": "@fluentui/react-card",
321
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
322
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
323
+ },
324
+ {
325
+ "author": "beachball",
326
+ "package": "@fluentui/react-card",
327
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
328
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
329
+ },
330
+ {
331
+ "author": "beachball",
332
+ "package": "@fluentui/react-card",
333
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
334
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
335
+ },
336
+ {
337
+ "author": "beachball",
338
+ "package": "@fluentui/react-card",
339
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
340
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
341
+ },
342
+ {
343
+ "author": "beachball",
344
+ "package": "@fluentui/react-card",
345
+ "comment": "Bump @fluentui/react-text to v9.0.0-beta.4",
346
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
347
+ },
348
+ {
349
+ "author": "beachball",
350
+ "package": "@fluentui/react-card",
351
+ "comment": "Bump @fluentui/react-button to v9.0.0-beta.5",
352
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
353
+ }
354
+ ]
355
+ }
356
+ },
357
+ {
358
+ "date": "Fri, 12 Nov 2021 13:25:17 GMT",
359
+ "tag": "@fluentui/react-card_v9.0.0-beta.4",
360
+ "version": "9.0.0-beta.4",
361
+ "comments": {
77
362
  "none": [
78
363
  {
79
364
  "author": "mgodbolt@microsoft.com",
@@ -81,12 +366,80 @@
81
366
  "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
82
367
  "comment": "update docs descriptions"
83
368
  },
369
+ {
370
+ "author": "lingfangao@hotmail.com",
371
+ "package": "@fluentui/react-card",
372
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
373
+ "comment": "Remove beta release tag"
374
+ },
84
375
  {
85
376
  "author": "mgodbolt@microsoft.com",
86
377
  "package": "@fluentui/react-card",
87
378
  "commit": "114b089957bcbf547bb8713f2bfb4811239fb5a2",
88
379
  "comment": "add default and move assets to github urls"
89
380
  }
381
+ ],
382
+ "prerelease": [
383
+ {
384
+ "author": "olfedias@microsoft.com",
385
+ "package": "@fluentui/react-card",
386
+ "commit": "22460e1421c0f3b2bdf9c76d80a2cb202fa30079",
387
+ "comment": "export static classes for components"
388
+ },
389
+ {
390
+ "author": "andredias@microsoft.com",
391
+ "package": "@fluentui/react-card",
392
+ "commit": "70e81a56249d55dae418217ddcef5d16e030862a",
393
+ "comment": "Migrate to new useFocusableGroup usage"
394
+ },
395
+ {
396
+ "author": "beachball",
397
+ "package": "@fluentui/react-card",
398
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
399
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
400
+ },
401
+ {
402
+ "author": "beachball",
403
+ "package": "@fluentui/react-card",
404
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
405
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
406
+ },
407
+ {
408
+ "author": "beachball",
409
+ "package": "@fluentui/react-card",
410
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
411
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
412
+ },
413
+ {
414
+ "author": "beachball",
415
+ "package": "@fluentui/react-card",
416
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
417
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
418
+ },
419
+ {
420
+ "author": "beachball",
421
+ "package": "@fluentui/react-card",
422
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
423
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
424
+ },
425
+ {
426
+ "author": "beachball",
427
+ "package": "@fluentui/react-card",
428
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
429
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
430
+ },
431
+ {
432
+ "author": "beachball",
433
+ "package": "@fluentui/react-card",
434
+ "comment": "Bump @fluentui/react-text to v9.0.0-beta.3",
435
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
436
+ },
437
+ {
438
+ "author": "beachball",
439
+ "package": "@fluentui/react-card",
440
+ "comment": "Bump @fluentui/react-button to v9.0.0-beta.4",
441
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
442
+ }
90
443
  ]
91
444
  }
92
445
  },
package/CHANGELOG.md CHANGED
@@ -1,27 +1,110 @@
1
1
  # Change Log - @fluentui/react-card
2
2
 
3
- This log was last generated on Tue, 09 Nov 2021 04:20:24 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Mar 2022 04:14:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly627ad67f1120211109.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v0.0.0-nightly627ad67f1120211109.1)
7
+ ## [0.0.0-nightly695230dc7220220301.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v0.0.0-nightly695230dc7220220301.1)
8
8
 
9
- Tue, 09 Nov 2021 04:20:24 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.3..@fluentui/react-card_v0.0.0-nightly627ad67f1120211109.1)
9
+ Tue, 01 Mar 2022 04:14:57 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.9..@fluentui/react-card_v0.0.0-nightly695230dc7220220301.1)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/be1864c428aedd3bb265318a6cb6cf161ded2472) by email not defined)
15
+ - Bump @fluentui/react-utilities to v0.0.0-nightly695230dc7220220301.1 ([commit](https://github.com/microsoft/fluentui/commit/be1864c428aedd3bb265318a6cb6cf161ded2472) by beachball)
16
+ - Bump @fluentui/react-tabster to v0.0.0-nightly695230dc7220220301.1 ([commit](https://github.com/microsoft/fluentui/commit/be1864c428aedd3bb265318a6cb6cf161ded2472) by beachball)
17
+ - Bump @fluentui/react-theme to v0.0.0-nightly695230dc7220220301.1 ([commit](https://github.com/microsoft/fluentui/commit/be1864c428aedd3bb265318a6cb6cf161ded2472) by beachball)
18
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly695230dc7220220301.1 ([commit](https://github.com/microsoft/fluentui/commit/be1864c428aedd3bb265318a6cb6cf161ded2472) by beachball)
19
+ - Bump @fluentui/react-text to v0.0.0-nightly695230dc7220220301.1 ([commit](https://github.com/microsoft/fluentui/commit/be1864c428aedd3bb265318a6cb6cf161ded2472) by beachball)
20
+ - Bump @fluentui/react-button to v0.0.0-nightly695230dc7220220301.1 ([commit](https://github.com/microsoft/fluentui/commit/be1864c428aedd3bb265318a6cb6cf161ded2472) by beachball)
21
+
22
+ ## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.9)
23
+
24
+ Tue, 01 Mar 2022 02:17:35 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.8..@fluentui/react-card_v9.0.0-beta.9)
26
+
27
+ ### Changes
28
+
29
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
30
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
31
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
32
+ - Bump @fluentui/react-text to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
33
+ - Bump @fluentui/react-button to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
34
+
35
+ ## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.8)
36
+
37
+ Fri, 18 Feb 2022 13:35:29 GMT
38
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.6..@fluentui/react-card_v9.0.0-beta.8)
39
+
40
+ ### Changes
41
+
42
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
43
+ - Add new appearance property to allow for different card styles ([PR #21264](https://github.com/microsoft/fluentui/pull/21264) by 39736248+andrefcdias@users.noreply.github.com)
44
+ - fix: top padding issues with CardPreview ([PR #21685](https://github.com/microsoft/fluentui/pull/21685) by 39736248+andrefcdias@users.noreply.github.com)
45
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
46
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
47
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
48
+ - Bump @fluentui/react-text to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
49
+ - Bump @fluentui/react-button to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
50
+
51
+ ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.6)
52
+
53
+ Thu, 10 Feb 2022 08:51:52 GMT
54
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.5..@fluentui/react-card_v9.0.0-beta.6)
55
+
56
+ ### Changes
57
+
58
+ - Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
59
+ - Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
60
+ - react-card: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21040](https://github.com/microsoft/fluentui/pull/21040) by Humberto.Morimoto@microsoft.com)
61
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
62
+ - Remove empty CardCommons type and outdated boilerplate comments ([PR #21150](https://github.com/microsoft/fluentui/pull/21150) by elcraig@microsoft.com)
63
+ - 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)
64
+ - use Griffel packages ([PR #21417](https://github.com/microsoft/fluentui/pull/21417) by olfedias@microsoft.com)
65
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
66
+ - update styles no not use CSS shorthands ([PR #20794](https://github.com/microsoft/fluentui/pull/20794) by olfedias@microsoft.com)
67
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
68
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
69
+ - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
70
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
71
+ - Bump @fluentui/react-text to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
72
+ - Bump @fluentui/react-button to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
73
+
74
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.5)
75
+
76
+ Thu, 25 Nov 2021 08:34:12 GMT
77
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.4..@fluentui/react-card_v9.0.0-beta.5)
78
+
79
+ ### Changes
80
+
81
+ - Migrate Card ([PR #20599](https://github.com/microsoft/fluentui/pull/20599) by andredias@microsoft.com)
82
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
83
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
84
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
85
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
86
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
87
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
88
+ - Bump @fluentui/react-text to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
89
+ - Bump @fluentui/react-button to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
90
+
91
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.4)
92
+
93
+ Fri, 12 Nov 2021 13:25:17 GMT
94
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.3..@fluentui/react-card_v9.0.0-beta.4)
11
95
 
12
96
  ### Changes
13
97
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by email not defined)
15
98
  - export static classes for components ([PR #20447](https://github.com/microsoft/fluentui/pull/20447) by olfedias@microsoft.com)
16
99
  - Migrate to new useFocusableGroup usage ([PR #20131](https://github.com/microsoft/fluentui/pull/20131) by andredias@microsoft.com)
17
- - Bump @fluentui/react-make-styles to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
18
- - Bump @fluentui/react-utilities to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
19
- - Bump @fluentui/react-tabster to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
20
- - Bump @fluentui/babel-make-styles to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
21
- - Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
22
- - Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
23
- - Bump @fluentui/react-text to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
24
- - Bump @fluentui/react-button to v0.0.0-nightly627ad67f1120211109.1 ([commit](https://github.com/microsoft/fluentui/commit/5e2f04f4741a9e3b98463480f9c1926ea2006337) by beachball)
100
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
101
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
102
+ - Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
103
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
104
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
105
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
106
+ - Bump @fluentui/react-text to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
107
+ - Bump @fluentui/react-button to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
25
108
 
26
109
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.3)
27
110
 
package/README.md CHANGED
@@ -1,7 +1,9 @@
1
- # @fluentui/react-card
1
+ # @fluentui/react-card [ALPHA]
2
2
 
3
3
  **React Card components for [Fluent UI React](https://developer.microsoft.com/en-us/fluentui)**
4
4
 
5
+ **⚠️ Please note that functionality is still being added to this package. Due to lockstep versioning, the version of this package is aligned with the others in _react-components_.**
6
+
5
7
  These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release.
6
8
 
7
9
  To import React Card components: