@fluentui/react-card 9.0.0-beta.1 → 9.0.0-beta.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/CHANGELOG.json +640 -1
  2. package/CHANGELOG.md +158 -2
  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 +72 -127
  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.d.ts +1 -1
  30. package/lib/components/Card/Card.js +8 -8
  31. package/lib/components/Card/Card.js.map +1 -1
  32. package/lib/components/Card/Card.types.d.ts +9 -18
  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.d.ts +1 -1
  36. package/lib/components/Card/renderCard.js +8 -8
  37. package/lib/components/Card/renderCard.js.map +1 -1
  38. package/lib/components/Card/useCard.d.ts +3 -4
  39. package/lib/components/Card/useCard.js +23 -11
  40. package/lib/components/Card/useCard.js.map +1 -1
  41. package/lib/components/Card/useCardStyles.d.ts +8 -2
  42. package/lib/components/Card/useCardStyles.js +138 -25
  43. package/lib/components/Card/useCardStyles.js.map +1 -1
  44. package/lib/components/CardFooter/CardFooter.js +7 -7
  45. package/lib/components/CardFooter/CardFooter.js.map +1 -1
  46. package/lib/components/CardFooter/CardFooter.types.d.ts +8 -23
  47. package/lib/components/CardFooter/CardFooter.types.js.map +1 -1
  48. package/lib/components/CardFooter/index.js.map +1 -1
  49. package/lib/components/CardFooter/renderCardFooter.d.ts +1 -1
  50. package/lib/components/CardFooter/renderCardFooter.js +9 -9
  51. package/lib/components/CardFooter/renderCardFooter.js.map +1 -1
  52. package/lib/components/CardFooter/useCardFooter.d.ts +4 -9
  53. package/lib/components/CardFooter/useCardFooter.js +18 -17
  54. package/lib/components/CardFooter/useCardFooter.js.map +1 -1
  55. package/lib/components/CardFooter/useCardFooterStyles.d.ts +8 -2
  56. package/lib/components/CardFooter/useCardFooterStyles.js +18 -8
  57. package/lib/components/CardFooter/useCardFooterStyles.js.map +1 -1
  58. package/lib/components/CardHeader/CardHeader.js +7 -7
  59. package/lib/components/CardHeader/CardHeader.js.map +1 -1
  60. package/lib/components/CardHeader/CardHeader.types.d.ts +12 -39
  61. package/lib/components/CardHeader/CardHeader.types.js.map +1 -1
  62. package/lib/components/CardHeader/index.js.map +1 -1
  63. package/lib/components/CardHeader/renderCardHeader.d.ts +1 -1
  64. package/lib/components/CardHeader/renderCardHeader.js +13 -9
  65. package/lib/components/CardHeader/renderCardHeader.js.map +1 -1
  66. package/lib/components/CardHeader/useCardHeader.d.ts +4 -9
  67. package/lib/components/CardHeader/useCardHeader.js +35 -33
  68. package/lib/components/CardHeader/useCardHeader.js.map +1 -1
  69. package/lib/components/CardHeader/useCardHeaderStyles.d.ts +8 -2
  70. package/lib/components/CardHeader/useCardHeaderStyles.js +35 -9
  71. package/lib/components/CardHeader/useCardHeaderStyles.js.map +1 -1
  72. package/lib/components/CardPreview/CardPreview.js +7 -7
  73. package/lib/components/CardPreview/CardPreview.js.map +1 -1
  74. package/lib/components/CardPreview/CardPreview.types.d.ts +8 -23
  75. package/lib/components/CardPreview/CardPreview.types.js.map +1 -1
  76. package/lib/components/CardPreview/index.js.map +1 -1
  77. package/lib/components/CardPreview/renderCardPreview.d.ts +1 -1
  78. package/lib/components/CardPreview/renderCardPreview.js +9 -9
  79. package/lib/components/CardPreview/renderCardPreview.js.map +1 -1
  80. package/lib/components/CardPreview/useCardPreview.d.ts +4 -9
  81. package/lib/components/CardPreview/useCardPreview.js +18 -20
  82. package/lib/components/CardPreview/useCardPreview.js.map +1 -1
  83. package/lib/components/CardPreview/useCardPreviewStyles.d.ts +8 -2
  84. package/lib/components/CardPreview/useCardPreviewStyles.js +16 -11
  85. package/lib/components/CardPreview/useCardPreviewStyles.js.map +1 -1
  86. package/lib/index.d.ts +8 -4
  87. package/lib/index.js +5 -4
  88. package/lib/index.js.map +1 -1
  89. package/lib-commonjs/Card.js +1 -1
  90. package/lib-commonjs/Card.js.map +1 -1
  91. package/lib-commonjs/CardFooter.js +1 -1
  92. package/lib-commonjs/CardFooter.js.map +1 -1
  93. package/lib-commonjs/CardHeader.js +1 -1
  94. package/lib-commonjs/CardHeader.js.map +1 -1
  95. package/lib-commonjs/CardPreview.js +1 -1
  96. package/lib-commonjs/CardPreview.js.map +1 -1
  97. package/lib-commonjs/components/Card/Card.d.ts +1 -1
  98. package/lib-commonjs/components/Card/Card.js +9 -9
  99. package/lib-commonjs/components/Card/Card.js.map +1 -1
  100. package/lib-commonjs/components/Card/Card.types.d.ts +9 -18
  101. package/lib-commonjs/components/Card/Card.types.js.map +1 -1
  102. package/lib-commonjs/components/Card/index.js +1 -1
  103. package/lib-commonjs/components/Card/index.js.map +1 -1
  104. package/lib-commonjs/components/Card/renderCard.d.ts +1 -1
  105. package/lib-commonjs/components/Card/renderCard.js +11 -12
  106. package/lib-commonjs/components/Card/renderCard.js.map +1 -1
  107. package/lib-commonjs/components/Card/useCard.d.ts +3 -4
  108. package/lib-commonjs/components/Card/useCard.js +26 -13
  109. package/lib-commonjs/components/Card/useCard.js.map +1 -1
  110. package/lib-commonjs/components/Card/useCardStyles.d.ts +8 -2
  111. package/lib-commonjs/components/Card/useCardStyles.js +143 -28
  112. package/lib-commonjs/components/Card/useCardStyles.js.map +1 -1
  113. package/lib-commonjs/components/CardFooter/CardFooter.js +8 -8
  114. package/lib-commonjs/components/CardFooter/CardFooter.js.map +1 -1
  115. package/lib-commonjs/components/CardFooter/CardFooter.types.d.ts +8 -23
  116. package/lib-commonjs/components/CardFooter/CardFooter.types.js.map +1 -1
  117. package/lib-commonjs/components/CardFooter/index.js +1 -1
  118. package/lib-commonjs/components/CardFooter/index.js.map +1 -1
  119. package/lib-commonjs/components/CardFooter/renderCardFooter.d.ts +1 -1
  120. package/lib-commonjs/components/CardFooter/renderCardFooter.js +12 -14
  121. package/lib-commonjs/components/CardFooter/renderCardFooter.js.map +1 -1
  122. package/lib-commonjs/components/CardFooter/useCardFooter.d.ts +4 -9
  123. package/lib-commonjs/components/CardFooter/useCardFooter.js +21 -20
  124. package/lib-commonjs/components/CardFooter/useCardFooter.js.map +1 -1
  125. package/lib-commonjs/components/CardFooter/useCardFooterStyles.d.ts +8 -2
  126. package/lib-commonjs/components/CardFooter/useCardFooterStyles.js +21 -11
  127. package/lib-commonjs/components/CardFooter/useCardFooterStyles.js.map +1 -1
  128. package/lib-commonjs/components/CardHeader/CardHeader.js +8 -8
  129. package/lib-commonjs/components/CardHeader/CardHeader.js.map +1 -1
  130. package/lib-commonjs/components/CardHeader/CardHeader.types.d.ts +12 -39
  131. package/lib-commonjs/components/CardHeader/CardHeader.types.js.map +1 -1
  132. package/lib-commonjs/components/CardHeader/index.js +1 -1
  133. package/lib-commonjs/components/CardHeader/index.js.map +1 -1
  134. package/lib-commonjs/components/CardHeader/renderCardHeader.d.ts +1 -1
  135. package/lib-commonjs/components/CardHeader/renderCardHeader.js +16 -14
  136. package/lib-commonjs/components/CardHeader/renderCardHeader.js.map +1 -1
  137. package/lib-commonjs/components/CardHeader/useCardHeader.d.ts +4 -9
  138. package/lib-commonjs/components/CardHeader/useCardHeader.js +38 -37
  139. package/lib-commonjs/components/CardHeader/useCardHeader.js.map +1 -1
  140. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.d.ts +8 -2
  141. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js +38 -12
  142. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js.map +1 -1
  143. package/lib-commonjs/components/CardPreview/CardPreview.js +8 -8
  144. package/lib-commonjs/components/CardPreview/CardPreview.js.map +1 -1
  145. package/lib-commonjs/components/CardPreview/CardPreview.types.d.ts +8 -23
  146. package/lib-commonjs/components/CardPreview/CardPreview.types.js.map +1 -1
  147. package/lib-commonjs/components/CardPreview/index.js +1 -1
  148. package/lib-commonjs/components/CardPreview/index.js.map +1 -1
  149. package/lib-commonjs/components/CardPreview/renderCardPreview.d.ts +1 -1
  150. package/lib-commonjs/components/CardPreview/renderCardPreview.js +12 -14
  151. package/lib-commonjs/components/CardPreview/renderCardPreview.js.map +1 -1
  152. package/lib-commonjs/components/CardPreview/useCardPreview.d.ts +4 -9
  153. package/lib-commonjs/components/CardPreview/useCardPreview.js +21 -23
  154. package/lib-commonjs/components/CardPreview/useCardPreview.js.map +1 -1
  155. package/lib-commonjs/components/CardPreview/useCardPreviewStyles.d.ts +8 -2
  156. package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js +19 -14
  157. package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js.map +1 -1
  158. package/lib-commonjs/index.d.ts +8 -4
  159. package/lib-commonjs/index.js +153 -5
  160. package/lib-commonjs/index.js.map +1 -1
  161. package/package.json +19 -22
  162. package/lib/common/isConformant.d.ts +0 -4
  163. package/lib/common/isConformant.js +0 -11
  164. package/lib/common/isConformant.js.map +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
package/CHANGELOG.md CHANGED
@@ -1,12 +1,168 @@
1
1
  # Change Log - @fluentui/react-card
2
2
 
3
- This log was last generated on Wed, 06 Oct 2021 10:36:00 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 25 Apr 2022 09:31:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.12)
8
+
9
+ Mon, 25 Apr 2022 09:31:20 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.11..@fluentui/react-card_v9.0.0-beta.12)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
15
+ - Bump @fluentui/react-button to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
16
+
17
+ ## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.11)
18
+
19
+ Tue, 19 Apr 2022 19:17:14 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.10..@fluentui/react-card_v9.0.0-beta.11)
21
+
22
+ ### Changes
23
+
24
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
25
+ - Add static classnames to Card ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
26
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
27
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
28
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
29
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
30
+ - Bump @fluentui/react-text to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
31
+ - Bump @fluentui/react-button to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
32
+
33
+ ## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.10)
34
+
35
+ Fri, 04 Mar 2022 05:17:35 GMT
36
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.9..@fluentui/react-card_v9.0.0-beta.10)
37
+
38
+ ### Changes
39
+
40
+ - 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)
41
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
42
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
43
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
44
+ - Bump @fluentui/react-text to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
45
+ - Bump @fluentui/react-button to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
46
+
47
+ ## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.9)
48
+
49
+ Tue, 01 Mar 2022 02:17:35 GMT
50
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.8..@fluentui/react-card_v9.0.0-beta.9)
51
+
52
+ ### Changes
53
+
54
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
55
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
56
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
57
+ - Bump @fluentui/react-text to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
58
+ - Bump @fluentui/react-button to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
59
+
60
+ ## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.8)
61
+
62
+ Fri, 18 Feb 2022 13:35:29 GMT
63
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.6..@fluentui/react-card_v9.0.0-beta.8)
64
+
65
+ ### Changes
66
+
67
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
68
+ - 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)
69
+ - fix: top padding issues with CardPreview ([PR #21685](https://github.com/microsoft/fluentui/pull/21685) by 39736248+andrefcdias@users.noreply.github.com)
70
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
71
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
72
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
73
+ - Bump @fluentui/react-text to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
74
+ - Bump @fluentui/react-button to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
75
+
76
+ ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.6)
77
+
78
+ Thu, 10 Feb 2022 08:51:52 GMT
79
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.5..@fluentui/react-card_v9.0.0-beta.6)
80
+
81
+ ### Changes
82
+
83
+ - Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
84
+ - Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
85
+ - 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)
86
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
87
+ - Remove empty CardCommons type and outdated boilerplate comments ([PR #21150](https://github.com/microsoft/fluentui/pull/21150) by elcraig@microsoft.com)
88
+ - 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)
89
+ - use Griffel packages ([PR #21417](https://github.com/microsoft/fluentui/pull/21417) by olfedias@microsoft.com)
90
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
91
+ - update styles no not use CSS shorthands ([PR #20794](https://github.com/microsoft/fluentui/pull/20794) by olfedias@microsoft.com)
92
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
93
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
94
+ - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
95
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
96
+ - Bump @fluentui/react-text to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
97
+ - Bump @fluentui/react-button to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
98
+
99
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.5)
100
+
101
+ Thu, 25 Nov 2021 08:34:12 GMT
102
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.4..@fluentui/react-card_v9.0.0-beta.5)
103
+
104
+ ### Changes
105
+
106
+ - Migrate Card ([PR #20599](https://github.com/microsoft/fluentui/pull/20599) by andredias@microsoft.com)
107
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
108
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
109
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
110
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
111
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
112
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
113
+ - Bump @fluentui/react-text to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
114
+ - Bump @fluentui/react-button to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
115
+
116
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.4)
117
+
118
+ Fri, 12 Nov 2021 13:25:17 GMT
119
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.3..@fluentui/react-card_v9.0.0-beta.4)
120
+
121
+ ### Changes
122
+
123
+ - export static classes for components ([PR #20447](https://github.com/microsoft/fluentui/pull/20447) by olfedias@microsoft.com)
124
+ - Migrate to new useFocusableGroup usage ([PR #20131](https://github.com/microsoft/fluentui/pull/20131) by andredias@microsoft.com)
125
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
126
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
127
+ - Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
128
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
129
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
130
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
131
+ - Bump @fluentui/react-text to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
132
+ - Bump @fluentui/react-button to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
133
+
134
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.3)
135
+
136
+ Wed, 27 Oct 2021 12:14:15 GMT
137
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.2..@fluentui/react-card_v9.0.0-beta.3)
138
+
139
+ ### Changes
140
+
141
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
142
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
143
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
144
+ - Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
145
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
146
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
147
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
148
+ - Bump @fluentui/react-text to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
149
+ - Bump @fluentui/react-button to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
150
+
151
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.2)
152
+
153
+ Tue, 12 Oct 2021 19:45:58 GMT
154
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.1..@fluentui/react-card_v9.0.0-beta.2)
155
+
156
+ ### Changes
157
+
158
+ - Migrate Card to new prop merging ([PR #20132](https://github.com/microsoft/fluentui/pull/20132) by andredias@microsoft.com)
159
+ - Add keyboard focus interactions ([PR #20132](https://github.com/microsoft/fluentui/pull/20132) by andredias@microsoft.com)
160
+ - Bump @fluentui/react-tabster to v9.0.0-beta.2 ([PR #20132](https://github.com/microsoft/fluentui/pull/20132) by beachball)
161
+ - Bump @fluentui/react-button to v9.0.0-beta.2 ([PR #20132](https://github.com/microsoft/fluentui/pull/20132) by beachball)
162
+
7
163
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.1)
8
164
 
9
- Wed, 06 Oct 2021 10:36:00 GMT
165
+ Wed, 06 Oct 2021 10:37:22 GMT
10
166
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.18..@fluentui/react-card_v9.0.0-beta.1)
11
167
 
12
168
  ### 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: