@fluentui/react-card 9.0.0-beta.2 → 9.0.0-beta.22

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 (192) hide show
  1. package/CHANGELOG.json +1127 -1
  2. package/CHANGELOG.md +321 -30
  3. package/README.md +3 -1
  4. package/Spec.md +527 -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/logo.svg +9 -0
  17. package/assets/non-interactive-interaction-keyboard.png +0 -0
  18. package/assets/non-interactive-interaction-mouse.png +0 -0
  19. package/assets/non-interactive-narrator.png +0 -0
  20. package/assets/non-interactive-selectable-interaction-keyboard.png +0 -0
  21. package/assets/non-interactive-selectable-interaction-mouse.png +0 -0
  22. package/assets/selectable-interaction-keyboard.png +0 -0
  23. package/assets/selectable-interaction-mouse.png +0 -0
  24. package/assets/selectable-narrator.png +0 -0
  25. package/dist/index.d.ts +286 -0
  26. package/{lib → dist}/tsdoc-metadata.json +0 -0
  27. package/lib/Card.js.map +1 -1
  28. package/lib/CardFooter.js.map +1 -1
  29. package/lib/CardHeader.js.map +1 -1
  30. package/lib/CardPreview.js.map +1 -1
  31. package/lib/components/Card/Card.js +8 -8
  32. package/lib/components/Card/Card.js.map +1 -1
  33. package/lib/components/Card/Card.types.js.map +1 -1
  34. package/lib/components/Card/index.js.map +1 -1
  35. package/lib/components/Card/renderCard.js +8 -8
  36. package/lib/components/Card/renderCard.js.map +1 -1
  37. package/lib/components/Card/useCard.js +31 -11
  38. package/lib/components/Card/useCard.js.map +1 -1
  39. package/lib/components/Card/useCardStyles.js +219 -25
  40. package/lib/components/Card/useCardStyles.js.map +1 -1
  41. package/lib/components/CardFooter/CardFooter.js +7 -7
  42. package/lib/components/CardFooter/CardFooter.js.map +1 -1
  43. package/lib/components/CardFooter/CardFooter.types.js.map +1 -1
  44. package/lib/components/CardFooter/index.js.map +1 -1
  45. package/lib/components/CardFooter/renderCardFooter.js +9 -9
  46. package/lib/components/CardFooter/renderCardFooter.js.map +1 -1
  47. package/lib/components/CardFooter/useCardFooter.js +10 -13
  48. package/lib/components/CardFooter/useCardFooter.js.map +1 -1
  49. package/lib/components/CardFooter/useCardFooterStyles.js +16 -10
  50. package/lib/components/CardFooter/useCardFooterStyles.js.map +1 -1
  51. package/lib/components/CardHeader/CardHeader.js +7 -7
  52. package/lib/components/CardHeader/CardHeader.js.map +1 -1
  53. package/lib/components/CardHeader/CardHeader.types.js.map +1 -1
  54. package/lib/components/CardHeader/index.js.map +1 -1
  55. package/lib/components/CardHeader/renderCardHeader.js +12 -9
  56. package/lib/components/CardHeader/renderCardHeader.js.map +1 -1
  57. package/lib/components/CardHeader/useCardHeader.js +16 -23
  58. package/lib/components/CardHeader/useCardHeader.js.map +1 -1
  59. package/lib/components/CardHeader/useCardHeaderStyles.js +54 -32
  60. package/lib/components/CardHeader/useCardHeaderStyles.js.map +1 -1
  61. package/lib/components/CardPreview/CardPreview.js +7 -7
  62. package/lib/components/CardPreview/CardPreview.js.map +1 -1
  63. package/lib/components/CardPreview/CardPreview.types.js.map +1 -1
  64. package/lib/components/CardPreview/index.js.map +1 -1
  65. package/lib/components/CardPreview/renderCardPreview.js +9 -9
  66. package/lib/components/CardPreview/renderCardPreview.js.map +1 -1
  67. package/lib/components/CardPreview/useCardPreview.js +10 -13
  68. package/lib/components/CardPreview/useCardPreview.js.map +1 -1
  69. package/lib/components/CardPreview/useCardPreviewStyles.js +17 -15
  70. package/lib/components/CardPreview/useCardPreviewStyles.js.map +1 -1
  71. package/lib/index.js +4 -4
  72. package/lib/index.js.map +1 -1
  73. package/lib-commonjs/Card.js +1 -1
  74. package/lib-commonjs/Card.js.map +1 -1
  75. package/lib-commonjs/CardFooter.js +1 -1
  76. package/lib-commonjs/CardFooter.js.map +1 -1
  77. package/lib-commonjs/CardHeader.js +1 -1
  78. package/lib-commonjs/CardHeader.js.map +1 -1
  79. package/lib-commonjs/CardPreview.js +1 -1
  80. package/lib-commonjs/CardPreview.js.map +1 -1
  81. package/lib-commonjs/components/Card/Card.js +9 -9
  82. package/lib-commonjs/components/Card/Card.js.map +1 -1
  83. package/lib-commonjs/components/Card/Card.types.js.map +1 -1
  84. package/lib-commonjs/components/Card/index.js +1 -1
  85. package/lib-commonjs/components/Card/index.js.map +1 -1
  86. package/lib-commonjs/components/Card/renderCard.js +12 -13
  87. package/lib-commonjs/components/Card/renderCard.js.map +1 -1
  88. package/lib-commonjs/components/Card/useCard.js +34 -15
  89. package/lib-commonjs/components/Card/useCard.js.map +1 -1
  90. package/lib-commonjs/components/Card/useCardStyles.js +226 -27
  91. package/lib-commonjs/components/Card/useCardStyles.js.map +1 -1
  92. package/lib-commonjs/components/CardFooter/CardFooter.js +8 -8
  93. package/lib-commonjs/components/CardFooter/CardFooter.js.map +1 -1
  94. package/lib-commonjs/components/CardFooter/CardFooter.types.js.map +1 -1
  95. package/lib-commonjs/components/CardFooter/index.js +1 -1
  96. package/lib-commonjs/components/CardFooter/index.js.map +1 -1
  97. package/lib-commonjs/components/CardFooter/renderCardFooter.js +13 -15
  98. package/lib-commonjs/components/CardFooter/renderCardFooter.js.map +1 -1
  99. package/lib-commonjs/components/CardFooter/useCardFooter.js +14 -18
  100. package/lib-commonjs/components/CardFooter/useCardFooter.js.map +1 -1
  101. package/lib-commonjs/components/CardFooter/useCardFooterStyles.js +18 -12
  102. package/lib-commonjs/components/CardFooter/useCardFooterStyles.js.map +1 -1
  103. package/lib-commonjs/components/CardHeader/CardHeader.js +8 -8
  104. package/lib-commonjs/components/CardHeader/CardHeader.js.map +1 -1
  105. package/lib-commonjs/components/CardHeader/CardHeader.types.js.map +1 -1
  106. package/lib-commonjs/components/CardHeader/index.js +1 -1
  107. package/lib-commonjs/components/CardHeader/index.js.map +1 -1
  108. package/lib-commonjs/components/CardHeader/renderCardHeader.js +16 -15
  109. package/lib-commonjs/components/CardHeader/renderCardHeader.js.map +1 -1
  110. package/lib-commonjs/components/CardHeader/useCardHeader.js +20 -29
  111. package/lib-commonjs/components/CardHeader/useCardHeader.js.map +1 -1
  112. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js +56 -34
  113. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js.map +1 -1
  114. package/lib-commonjs/components/CardPreview/CardPreview.js +8 -8
  115. package/lib-commonjs/components/CardPreview/CardPreview.js.map +1 -1
  116. package/lib-commonjs/components/CardPreview/CardPreview.types.js.map +1 -1
  117. package/lib-commonjs/components/CardPreview/index.js +1 -1
  118. package/lib-commonjs/components/CardPreview/index.js.map +1 -1
  119. package/lib-commonjs/components/CardPreview/renderCardPreview.js +13 -15
  120. package/lib-commonjs/components/CardPreview/renderCardPreview.js.map +1 -1
  121. package/lib-commonjs/components/CardPreview/useCardPreview.js +14 -18
  122. package/lib-commonjs/components/CardPreview/useCardPreview.js.map +1 -1
  123. package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js +19 -17
  124. package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js.map +1 -1
  125. package/lib-commonjs/index.js +140 -5
  126. package/lib-commonjs/index.js.map +1 -1
  127. package/package.json +22 -24
  128. package/dist/react-card.d.ts +0 -188
  129. package/lib/Card.d.ts +0 -1
  130. package/lib/CardFooter.d.ts +0 -1
  131. package/lib/CardHeader.d.ts +0 -1
  132. package/lib/CardPreview.d.ts +0 -1
  133. package/lib/common/isConformant.d.ts +0 -4
  134. package/lib/common/isConformant.js +0 -11
  135. package/lib/common/isConformant.js.map +0 -1
  136. package/lib/components/Card/Card.d.ts +0 -6
  137. package/lib/components/Card/Card.types.d.ts +0 -13
  138. package/lib/components/Card/index.d.ts +0 -5
  139. package/lib/components/Card/renderCard.d.ts +0 -5
  140. package/lib/components/Card/useCard.d.ts +0 -12
  141. package/lib/components/Card/useCardStyles.d.ts +0 -5
  142. package/lib/components/CardFooter/CardFooter.d.ts +0 -6
  143. package/lib/components/CardFooter/CardFooter.types.d.ts +0 -13
  144. package/lib/components/CardFooter/index.d.ts +0 -5
  145. package/lib/components/CardFooter/renderCardFooter.d.ts +0 -5
  146. package/lib/components/CardFooter/useCardFooter.d.ts +0 -16
  147. package/lib/components/CardFooter/useCardFooterStyles.d.ts +0 -5
  148. package/lib/components/CardHeader/CardHeader.d.ts +0 -6
  149. package/lib/components/CardHeader/CardHeader.types.d.ts +0 -17
  150. package/lib/components/CardHeader/index.d.ts +0 -5
  151. package/lib/components/CardHeader/renderCardHeader.d.ts +0 -5
  152. package/lib/components/CardHeader/useCardHeader.d.ts +0 -13
  153. package/lib/components/CardHeader/useCardHeaderStyles.d.ts +0 -5
  154. package/lib/components/CardPreview/CardPreview.d.ts +0 -6
  155. package/lib/components/CardPreview/CardPreview.types.d.ts +0 -13
  156. package/lib/components/CardPreview/index.d.ts +0 -5
  157. package/lib/components/CardPreview/renderCardPreview.d.ts +0 -5
  158. package/lib/components/CardPreview/useCardPreview.d.ts +0 -16
  159. package/lib/components/CardPreview/useCardPreviewStyles.d.ts +0 -5
  160. package/lib/index.d.ts +0 -4
  161. package/lib-commonjs/Card.d.ts +0 -1
  162. package/lib-commonjs/CardFooter.d.ts +0 -1
  163. package/lib-commonjs/CardHeader.d.ts +0 -1
  164. package/lib-commonjs/CardPreview.d.ts +0 -1
  165. package/lib-commonjs/common/isConformant.d.ts +0 -4
  166. package/lib-commonjs/common/isConformant.js +0 -22
  167. package/lib-commonjs/common/isConformant.js.map +0 -1
  168. package/lib-commonjs/components/Card/Card.d.ts +0 -6
  169. package/lib-commonjs/components/Card/Card.types.d.ts +0 -13
  170. package/lib-commonjs/components/Card/index.d.ts +0 -5
  171. package/lib-commonjs/components/Card/renderCard.d.ts +0 -5
  172. package/lib-commonjs/components/Card/useCard.d.ts +0 -12
  173. package/lib-commonjs/components/Card/useCardStyles.d.ts +0 -5
  174. package/lib-commonjs/components/CardFooter/CardFooter.d.ts +0 -6
  175. package/lib-commonjs/components/CardFooter/CardFooter.types.d.ts +0 -13
  176. package/lib-commonjs/components/CardFooter/index.d.ts +0 -5
  177. package/lib-commonjs/components/CardFooter/renderCardFooter.d.ts +0 -5
  178. package/lib-commonjs/components/CardFooter/useCardFooter.d.ts +0 -16
  179. package/lib-commonjs/components/CardFooter/useCardFooterStyles.d.ts +0 -5
  180. package/lib-commonjs/components/CardHeader/CardHeader.d.ts +0 -6
  181. package/lib-commonjs/components/CardHeader/CardHeader.types.d.ts +0 -17
  182. package/lib-commonjs/components/CardHeader/index.d.ts +0 -5
  183. package/lib-commonjs/components/CardHeader/renderCardHeader.d.ts +0 -5
  184. package/lib-commonjs/components/CardHeader/useCardHeader.d.ts +0 -13
  185. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.d.ts +0 -5
  186. package/lib-commonjs/components/CardPreview/CardPreview.d.ts +0 -6
  187. package/lib-commonjs/components/CardPreview/CardPreview.types.d.ts +0 -13
  188. package/lib-commonjs/components/CardPreview/index.d.ts +0 -5
  189. package/lib-commonjs/components/CardPreview/renderCardPreview.d.ts +0 -5
  190. package/lib-commonjs/components/CardPreview/useCardPreview.d.ts +0 -16
  191. package/lib-commonjs/components/CardPreview/useCardPreviewStyles.d.ts +0 -5
  192. package/lib-commonjs/index.d.ts +0 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,303 @@
1
1
  # Change Log - @fluentui/react-card
2
2
 
3
- This log was last generated on Tue, 12 Oct 2021 19:45:25 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Jul 2022 17:03:25 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.22)
8
+
9
+ Thu, 14 Jul 2022 17:03:25 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.21..@fluentui/react-card_v9.0.0-beta.22)
11
+
12
+ ### Changes
13
+
14
+ - BREAKING CHANGE: new structural and styling approach applied to CardHeader ([PR #23449](https://github.com/microsoft/fluentui/pull/23449) by 39736248+andrefcdias@users.noreply.github.com)
15
+ - feat: add `img` as allowed element for CardPreview's logo slot ([PR #23902](https://github.com/microsoft/fluentui/pull/23902) by 39736248+andrefcdias@users.noreply.github.com)
16
+ - Bump @fluentui/react-utilities to v9.0.1-0 ([PR #23909](https://github.com/microsoft/fluentui/pull/23909) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.0.2 ([PR #23909](https://github.com/microsoft/fluentui/pull/23909) by beachball)
18
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11 ([PR #23909](https://github.com/microsoft/fluentui/pull/23909) by beachball)
19
+ - Bump @fluentui/react-text to v9.0.2 ([PR #23909](https://github.com/microsoft/fluentui/pull/23909) by beachball)
20
+ - Bump @fluentui/react-button to v9.0.2 ([PR #23909](https://github.com/microsoft/fluentui/pull/23909) by beachball)
21
+
22
+ ## [9.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.21)
23
+
24
+ Tue, 28 Jun 2022 17:39:47 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.20..@fluentui/react-card_v9.0.0-beta.21)
26
+
27
+ ### Changes
28
+
29
+ - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com)
30
+ - Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
31
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
32
+ - Bump @fluentui/react-text to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
33
+ - Bump @fluentui/react-button to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
34
+
35
+ ## [9.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.20)
36
+
37
+ Tue, 28 Jun 2022 15:13:27 GMT
38
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.19..@fluentui/react-card_v9.0.0-beta.20)
39
+
40
+ ### Changes
41
+
42
+ - feat: add `orientation` prop ([PR #23037](https://github.com/microsoft/fluentui/pull/23037) by 39736248+andrefcdias@users.noreply.github.com)
43
+ - chore: add basic API documentation ([PR #23410](https://github.com/microsoft/fluentui/pull/23410) by 39736248+andrefcdias@users.noreply.github.com)
44
+ - Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
45
+ - feat: Add focus indicators ([PR #23456](https://github.com/microsoft/fluentui/pull/23456) by 39736248+andrefcdias@users.noreply.github.com)
46
+ - Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
47
+ - Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
48
+ - Bump @fluentui/react-tabster to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
49
+ - Bump @fluentui/react-theme to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
50
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
51
+ - Bump @fluentui/react-text to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
52
+ - Bump @fluentui/react-button to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
53
+
54
+ ## [9.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.19)
55
+
56
+ Thu, 23 Jun 2022 14:25:31 GMT
57
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.18..@fluentui/react-card_v9.0.0-beta.19)
58
+
59
+ ### Changes
60
+
61
+ - Bump @fluentui/react-tabster to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
62
+ - Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
63
+ - Bump @fluentui/react-text to v9.0.0-rc.12 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
64
+ - Bump @fluentui/react-button to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
65
+
66
+ ## [9.0.0-beta.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.18)
67
+
68
+ Tue, 31 May 2022 21:28:36 GMT
69
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.17..@fluentui/react-card_v9.0.0-beta.18)
70
+
71
+ ### Changes
72
+
73
+ - feat: Add `size` property to control card padding and border radius ([PR #22915](https://github.com/microsoft/fluentui/pull/22915) by 39736248+andrefcdias@users.noreply.github.com)
74
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
75
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
76
+ - Bump @fluentui/react-tabster to v9.0.0-rc.13 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
77
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
78
+ - Bump @fluentui/react-text to v9.0.0-rc.11 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
79
+ - Bump @fluentui/react-button to v9.0.0-rc.13 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
80
+
81
+ ## [9.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.17)
82
+
83
+ Thu, 26 May 2022 21:01:32 GMT
84
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.16..@fluentui/react-card_v9.0.0-beta.17)
85
+
86
+ ### Changes
87
+
88
+ - Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
89
+ - Bump @fluentui/react-button to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
90
+
91
+ ## [9.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.16)
92
+
93
+ Mon, 23 May 2022 18:56:42 GMT
94
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.15..@fluentui/react-card_v9.0.0-beta.16)
95
+
96
+ ### Changes
97
+
98
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
99
+ - update tabster tab behaviors ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by seanmonahan@microsoft.com)
100
+ - Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
101
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
102
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
103
+ - Bump @fluentui/react-text to v9.0.0-rc.10 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
104
+ - Bump @fluentui/react-button to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
105
+
106
+ ## [9.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.15)
107
+
108
+ Mon, 23 May 2022 12:14:05 GMT
109
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.14..@fluentui/react-card_v9.0.0-beta.15)
110
+
111
+ ### Changes
112
+
113
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
114
+ - CardPreview now expands properly, all the way to the Card's edges ([PR #22761](https://github.com/microsoft/fluentui/pull/22761) by 39736248+andrefcdias@users.noreply.github.com)
115
+ - fix: focus no longer being managed when using `focusMode="off"` ([PR #23011](https://github.com/microsoft/fluentui/pull/23011) by 39736248+andrefcdias@users.noreply.github.com)
116
+ - remove commons from Card ([PR #22872](https://github.com/microsoft/fluentui/pull/22872) by sarah.higley@microsoft.com)
117
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
118
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
119
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
120
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
121
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
122
+ - Bump @fluentui/react-text to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
123
+ - Bump @fluentui/react-button to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
124
+
125
+ ## [9.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.14)
126
+
127
+ Thu, 05 May 2022 18:26:29 GMT
128
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.13..@fluentui/react-card_v9.0.0-beta.14)
129
+
130
+ ### Changes
131
+
132
+ - Added new `focusMode` property to control the focus behavior inside of the component ([PR #22312](https://github.com/microsoft/fluentui/pull/22312) by 39736248+andrefcdias@users.noreply.github.com)
133
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
134
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
135
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
136
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
137
+ - Bump @fluentui/react-text to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
138
+ - Bump @fluentui/react-button to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
139
+
140
+ ## [9.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.13)
141
+
142
+ Wed, 04 May 2022 13:26:38 GMT
143
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.12..@fluentui/react-card_v9.0.0-beta.13)
144
+
145
+ ### Changes
146
+
147
+ - feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
148
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
149
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
150
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
151
+ - Bump @fluentui/react-text to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
152
+ - Bump @fluentui/react-button to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
153
+
154
+ ## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.12)
155
+
156
+ Mon, 25 Apr 2022 09:32:19 GMT
157
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.11..@fluentui/react-card_v9.0.0-beta.12)
158
+
159
+ ### Changes
160
+
161
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
162
+ - Bump @fluentui/react-button to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
163
+
164
+ ## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.11)
165
+
166
+ Tue, 19 Apr 2022 19:17:14 GMT
167
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.10..@fluentui/react-card_v9.0.0-beta.11)
168
+
169
+ ### Changes
170
+
171
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
172
+ - Add static classnames to Card ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
173
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
174
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
175
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
176
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
177
+ - Bump @fluentui/react-text to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
178
+ - Bump @fluentui/react-button to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
179
+
180
+ ## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.10)
181
+
182
+ Fri, 04 Mar 2022 05:17:35 GMT
183
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.9..@fluentui/react-card_v9.0.0-beta.10)
184
+
185
+ ### Changes
186
+
187
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
188
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
189
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
190
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
191
+ - Bump @fluentui/react-text to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
192
+ - Bump @fluentui/react-button to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
193
+
194
+ ## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.9)
195
+
196
+ Tue, 01 Mar 2022 02:17:35 GMT
197
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.8..@fluentui/react-card_v9.0.0-beta.9)
198
+
199
+ ### Changes
200
+
201
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
202
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
203
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
204
+ - Bump @fluentui/react-text to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
205
+ - Bump @fluentui/react-button to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
206
+
207
+ ## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.8)
208
+
209
+ Fri, 18 Feb 2022 13:35:29 GMT
210
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.6..@fluentui/react-card_v9.0.0-beta.8)
211
+
212
+ ### Changes
213
+
214
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
215
+ - 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)
216
+ - fix: top padding issues with CardPreview ([PR #21685](https://github.com/microsoft/fluentui/pull/21685) by 39736248+andrefcdias@users.noreply.github.com)
217
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
218
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
219
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
220
+ - Bump @fluentui/react-text to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
221
+ - Bump @fluentui/react-button to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
222
+
223
+ ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.6)
224
+
225
+ Thu, 10 Feb 2022 08:51:52 GMT
226
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.5..@fluentui/react-card_v9.0.0-beta.6)
227
+
228
+ ### Changes
229
+
230
+ - Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
231
+ - Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
232
+ - 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)
233
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
234
+ - Remove empty CardCommons type and outdated boilerplate comments ([PR #21150](https://github.com/microsoft/fluentui/pull/21150) by elcraig@microsoft.com)
235
+ - 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)
236
+ - use Griffel packages ([PR #21417](https://github.com/microsoft/fluentui/pull/21417) by olfedias@microsoft.com)
237
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
238
+ - update styles no not use CSS shorthands ([PR #20794](https://github.com/microsoft/fluentui/pull/20794) by olfedias@microsoft.com)
239
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
240
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
241
+ - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
242
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
243
+ - Bump @fluentui/react-text to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
244
+ - Bump @fluentui/react-button to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
245
+
246
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.5)
247
+
248
+ Thu, 25 Nov 2021 08:34:12 GMT
249
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.4..@fluentui/react-card_v9.0.0-beta.5)
250
+
251
+ ### Changes
252
+
253
+ - Migrate Card ([PR #20599](https://github.com/microsoft/fluentui/pull/20599) by andredias@microsoft.com)
254
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
255
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
256
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
257
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
258
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
259
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
260
+ - Bump @fluentui/react-text to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
261
+ - Bump @fluentui/react-button to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
262
+
263
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.4)
264
+
265
+ Fri, 12 Nov 2021 13:25:17 GMT
266
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.3..@fluentui/react-card_v9.0.0-beta.4)
267
+
268
+ ### Changes
269
+
270
+ - export static classes for components ([PR #20447](https://github.com/microsoft/fluentui/pull/20447) by olfedias@microsoft.com)
271
+ - Migrate to new useFocusableGroup usage ([PR #20131](https://github.com/microsoft/fluentui/pull/20131) by andredias@microsoft.com)
272
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
273
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
274
+ - Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
275
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
276
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
277
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
278
+ - Bump @fluentui/react-text to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
279
+ - Bump @fluentui/react-button to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
280
+
281
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.3)
282
+
283
+ Wed, 27 Oct 2021 12:14:15 GMT
284
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.2..@fluentui/react-card_v9.0.0-beta.3)
285
+
286
+ ### Changes
287
+
288
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
289
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
290
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
291
+ - Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
292
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
293
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
294
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
295
+ - Bump @fluentui/react-text to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
296
+ - Bump @fluentui/react-button to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
297
+
7
298
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.2)
8
299
 
9
- Tue, 12 Oct 2021 19:45:25 GMT
300
+ Tue, 12 Oct 2021 19:45:58 GMT
10
301
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.1..@fluentui/react-card_v9.0.0-beta.2)
11
302
 
12
303
  ### Changes
@@ -18,7 +309,7 @@ Tue, 12 Oct 2021 19:45:25 GMT
18
309
 
19
310
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.1)
20
311
 
21
- Wed, 06 Oct 2021 10:37:22 GMT
312
+ Wed, 06 Oct 2021 10:37:22 GMT
22
313
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.18..@fluentui/react-card_v9.0.0-beta.1)
23
314
 
24
315
  ### Changes
@@ -34,7 +325,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
34
325
 
35
326
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.18)
36
327
 
37
- Tue, 05 Oct 2021 12:47:58 GMT
328
+ Tue, 05 Oct 2021 12:47:58 GMT
38
329
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.17..@fluentui/react-card_v9.0.0-alpha.18)
39
330
 
40
331
  ### Changes
@@ -48,7 +339,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
48
339
 
49
340
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.17)
50
341
 
51
- Tue, 05 Oct 2021 09:28:07 GMT
342
+ Tue, 05 Oct 2021 09:28:07 GMT
52
343
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.16..@fluentui/react-card_v9.0.0-alpha.17)
53
344
 
54
345
  ### Changes
@@ -64,7 +355,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
64
355
 
65
356
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.16)
66
357
 
67
- Mon, 04 Oct 2021 08:03:04 GMT
358
+ Mon, 04 Oct 2021 08:03:04 GMT
68
359
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.15..@fluentui/react-card_v9.0.0-alpha.16)
69
360
 
70
361
  ### Changes
@@ -73,7 +364,7 @@ Mon, 04 Oct 2021 08:03:04 GMT
73
364
 
74
365
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.15)
75
366
 
76
- Fri, 01 Oct 2021 14:13:08 GMT
367
+ Fri, 01 Oct 2021 14:13:08 GMT
77
368
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.13..@fluentui/react-card_v9.0.0-alpha.15)
78
369
 
79
370
  ### Changes
@@ -89,7 +380,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
89
380
 
90
381
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.13)
91
382
 
92
- Fri, 01 Oct 2021 12:30:46 GMT
383
+ Fri, 01 Oct 2021 12:30:46 GMT
93
384
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.12..@fluentui/react-card_v9.0.0-alpha.13)
94
385
 
95
386
  ### Changes
@@ -98,7 +389,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
98
389
 
99
390
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.12)
100
391
 
101
- Fri, 01 Oct 2021 09:44:56 GMT
392
+ Fri, 01 Oct 2021 09:44:56 GMT
102
393
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.11..@fluentui/react-card_v9.0.0-alpha.12)
103
394
 
104
395
  ### Changes
@@ -107,7 +398,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
107
398
 
108
399
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.11)
109
400
 
110
- Thu, 30 Sep 2021 09:18:15 GMT
401
+ Thu, 30 Sep 2021 09:18:15 GMT
111
402
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.10..@fluentui/react-card_v9.0.0-alpha.11)
112
403
 
113
404
  ### Changes
@@ -116,7 +407,7 @@ Thu, 30 Sep 2021 09:18:15 GMT
116
407
 
117
408
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.10)
118
409
 
119
- Wed, 29 Sep 2021 08:06:11 GMT
410
+ Wed, 29 Sep 2021 08:06:11 GMT
120
411
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.9..@fluentui/react-card_v9.0.0-alpha.10)
121
412
 
122
413
  ### Changes
@@ -130,7 +421,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
130
421
 
131
422
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.9)
132
423
 
133
- Mon, 27 Sep 2021 08:06:00 GMT
424
+ Mon, 27 Sep 2021 08:06:00 GMT
134
425
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.8..@fluentui/react-card_v9.0.0-alpha.9)
135
426
 
136
427
  ### Changes
@@ -145,7 +436,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
145
436
 
146
437
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.8)
147
438
 
148
- Fri, 24 Sep 2021 09:17:17 GMT
439
+ Fri, 24 Sep 2021 09:17:17 GMT
149
440
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.7..@fluentui/react-card_v9.0.0-alpha.8)
150
441
 
151
442
  ### Changes
@@ -160,7 +451,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
160
451
 
161
452
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.7)
162
453
 
163
- Thu, 23 Sep 2021 08:21:34 GMT
454
+ Thu, 23 Sep 2021 08:21:34 GMT
164
455
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.6..@fluentui/react-card_v9.0.0-alpha.7)
165
456
 
166
457
  ### Changes
@@ -177,7 +468,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
177
468
 
178
469
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.6)
179
470
 
180
- Wed, 22 Sep 2021 10:10:07 GMT
471
+ Wed, 22 Sep 2021 10:10:07 GMT
181
472
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.5..@fluentui/react-card_v9.0.0-alpha.6)
182
473
 
183
474
  ### Changes
@@ -192,7 +483,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
192
483
 
193
484
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.5)
194
485
 
195
- Tue, 21 Sep 2021 07:42:34 GMT
486
+ Tue, 21 Sep 2021 07:42:34 GMT
196
487
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.4..@fluentui/react-card_v9.0.0-alpha.5)
197
488
 
198
489
  ### Changes
@@ -206,7 +497,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
206
497
 
207
498
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.4)
208
499
 
209
- Mon, 20 Sep 2021 07:36:26 GMT
500
+ Mon, 20 Sep 2021 07:36:26 GMT
210
501
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.3..@fluentui/react-card_v9.0.0-alpha.4)
211
502
 
212
503
  ### Changes
@@ -215,7 +506,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
215
506
 
216
507
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.3)
217
508
 
218
- Fri, 17 Sep 2021 07:35:26 GMT
509
+ Fri, 17 Sep 2021 07:35:26 GMT
219
510
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.2..@fluentui/react-card_v9.0.0-alpha.3)
220
511
 
221
512
  ### Changes
@@ -224,7 +515,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
224
515
 
225
516
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.2)
226
517
 
227
- Thu, 16 Sep 2021 07:38:39 GMT
518
+ Thu, 16 Sep 2021 07:38:39 GMT
228
519
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.1..@fluentui/react-card_v9.0.0-alpha.2)
229
520
 
230
521
  ### Changes
@@ -233,7 +524,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
233
524
 
234
525
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.1)
235
526
 
236
- Tue, 14 Sep 2021 20:09:02 GMT
527
+ Tue, 14 Sep 2021 20:09:02 GMT
237
528
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.1)
238
529
 
239
530
  ### Changes
@@ -243,7 +534,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
243
534
 
244
535
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
245
536
 
246
- Fri, 10 Sep 2021 16:31:53 GMT
537
+ Fri, 10 Sep 2021 16:31:53 GMT
247
538
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
248
539
 
249
540
  ### Changes
@@ -252,7 +543,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
252
543
 
253
544
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
254
545
 
255
- Fri, 10 Sep 2021 07:39:51 GMT
546
+ Fri, 10 Sep 2021 07:39:51 GMT
256
547
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
257
548
 
258
549
  ### Changes
@@ -261,7 +552,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
261
552
 
262
553
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
263
554
 
264
- Mon, 06 Sep 2021 07:34:53 GMT
555
+ Mon, 06 Sep 2021 07:34:53 GMT
265
556
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
266
557
 
267
558
  ### Changes
@@ -270,7 +561,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
270
561
 
271
562
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
272
563
 
273
- Thu, 02 Sep 2021 07:36:46 GMT
564
+ Thu, 02 Sep 2021 07:36:46 GMT
274
565
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
275
566
 
276
567
  ### Patches
@@ -283,7 +574,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
283
574
 
284
575
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
285
576
 
286
- Wed, 01 Sep 2021 07:39:56 GMT
577
+ Wed, 01 Sep 2021 07:39:56 GMT
287
578
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
288
579
 
289
580
  ### Changes
@@ -292,7 +583,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
292
583
 
293
584
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
294
585
 
295
- Tue, 31 Aug 2021 07:37:47 GMT
586
+ Tue, 31 Aug 2021 07:37:47 GMT
296
587
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
297
588
 
298
589
  ### Changes
@@ -301,7 +592,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
301
592
 
302
593
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
303
594
 
304
- Fri, 27 Aug 2021 07:33:32 GMT
595
+ Fri, 27 Aug 2021 07:33:32 GMT
305
596
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
306
597
 
307
598
  ### Changes
@@ -310,7 +601,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
310
601
 
311
602
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
312
603
 
313
- Thu, 26 Aug 2021 07:35:43 GMT
604
+ Thu, 26 Aug 2021 07:35:43 GMT
314
605
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
315
606
 
316
607
  ### Changes
@@ -319,7 +610,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
319
610
 
320
611
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
321
612
 
322
- Fri, 20 Aug 2021 07:37:28 GMT
613
+ Fri, 20 Aug 2021 07:37:28 GMT
323
614
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
324
615
 
325
616
  ### Changes
@@ -328,7 +619,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
328
619
 
329
620
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
330
621
 
331
- Thu, 19 Aug 2021 07:41:35 GMT
622
+ Thu, 19 Aug 2021 07:41:35 GMT
332
623
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
333
624
 
334
625
  ### Changes
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: