@fluentui/react-card 9.0.0-beta.3 → 9.0.0-beta.8

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 (164) hide show
  1. package/CHANGELOG.json +353 -1
  2. package/CHANGELOG.md +76 -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 +45 -47
  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 +5 -3
  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 +7 -7
  37. package/lib/components/Card/renderCard.js.map +1 -1
  38. package/lib/components/Card/useCard.d.ts +3 -3
  39. package/lib/components/Card/useCard.js +16 -11
  40. package/lib/components/Card/useCard.js.map +1 -1
  41. package/lib/components/Card/useCardStyles.d.ts +2 -1
  42. package/lib/components/Card/useCardStyles.js +131 -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 +3 -3
  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 +8 -8
  51. package/lib/components/CardFooter/renderCardFooter.js.map +1 -1
  52. package/lib/components/CardFooter/useCardFooter.d.ts +4 -8
  53. package/lib/components/CardFooter/useCardFooter.js +10 -13
  54. package/lib/components/CardFooter/useCardFooter.js.map +1 -1
  55. package/lib/components/CardFooter/useCardFooterStyles.d.ts +2 -1
  56. package/lib/components/CardFooter/useCardFooterStyles.js +9 -7
  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 +8 -8
  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 +12 -8
  65. package/lib/components/CardHeader/renderCardHeader.js.map +1 -1
  66. package/lib/components/CardHeader/useCardHeader.d.ts +4 -5
  67. package/lib/components/CardHeader/useCardHeader.js +14 -13
  68. package/lib/components/CardHeader/useCardHeader.js.map +1 -1
  69. package/lib/components/CardHeader/useCardHeaderStyles.d.ts +2 -1
  70. package/lib/components/CardHeader/useCardHeaderStyles.js +9 -7
  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 +3 -3
  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 +8 -8
  79. package/lib/components/CardPreview/renderCardPreview.js.map +1 -1
  80. package/lib/components/CardPreview/useCardPreview.d.ts +4 -8
  81. package/lib/components/CardPreview/useCardPreview.js +10 -13
  82. package/lib/components/CardPreview/useCardPreview.js.map +1 -1
  83. package/lib/components/CardPreview/useCardPreviewStyles.d.ts +2 -1
  84. package/lib/components/CardPreview/useCardPreviewStyles.js +7 -10
  85. package/lib/components/CardPreview/useCardPreviewStyles.js.map +1 -1
  86. package/lib/index.js.map +1 -1
  87. package/lib-commonjs/Card.js +1 -1
  88. package/lib-commonjs/Card.js.map +1 -1
  89. package/lib-commonjs/CardFooter.js +1 -1
  90. package/lib-commonjs/CardFooter.js.map +1 -1
  91. package/lib-commonjs/CardHeader.js +1 -1
  92. package/lib-commonjs/CardHeader.js.map +1 -1
  93. package/lib-commonjs/CardPreview.js +1 -1
  94. package/lib-commonjs/CardPreview.js.map +1 -1
  95. package/lib-commonjs/components/Card/Card.d.ts +1 -1
  96. package/lib-commonjs/components/Card/Card.js +9 -9
  97. package/lib-commonjs/components/Card/Card.js.map +1 -1
  98. package/lib-commonjs/components/Card/Card.types.d.ts +5 -3
  99. package/lib-commonjs/components/Card/Card.types.js.map +1 -1
  100. package/lib-commonjs/components/Card/index.js +1 -1
  101. package/lib-commonjs/components/Card/index.js.map +1 -1
  102. package/lib-commonjs/components/Card/renderCard.d.ts +1 -1
  103. package/lib-commonjs/components/Card/renderCard.js +11 -12
  104. package/lib-commonjs/components/Card/renderCard.js.map +1 -1
  105. package/lib-commonjs/components/Card/useCard.d.ts +3 -3
  106. package/lib-commonjs/components/Card/useCard.js +19 -15
  107. package/lib-commonjs/components/Card/useCard.js.map +1 -1
  108. package/lib-commonjs/components/Card/useCardStyles.d.ts +2 -1
  109. package/lib-commonjs/components/Card/useCardStyles.js +136 -28
  110. package/lib-commonjs/components/Card/useCardStyles.js.map +1 -1
  111. package/lib-commonjs/components/CardFooter/CardFooter.js +8 -8
  112. package/lib-commonjs/components/CardFooter/CardFooter.js.map +1 -1
  113. package/lib-commonjs/components/CardFooter/CardFooter.types.d.ts +3 -3
  114. package/lib-commonjs/components/CardFooter/CardFooter.types.js.map +1 -1
  115. package/lib-commonjs/components/CardFooter/index.js +1 -1
  116. package/lib-commonjs/components/CardFooter/index.js.map +1 -1
  117. package/lib-commonjs/components/CardFooter/renderCardFooter.d.ts +1 -1
  118. package/lib-commonjs/components/CardFooter/renderCardFooter.js +12 -14
  119. package/lib-commonjs/components/CardFooter/renderCardFooter.js.map +1 -1
  120. package/lib-commonjs/components/CardFooter/useCardFooter.d.ts +4 -8
  121. package/lib-commonjs/components/CardFooter/useCardFooter.js +14 -18
  122. package/lib-commonjs/components/CardFooter/useCardFooter.js.map +1 -1
  123. package/lib-commonjs/components/CardFooter/useCardFooterStyles.d.ts +2 -1
  124. package/lib-commonjs/components/CardFooter/useCardFooterStyles.js +13 -11
  125. package/lib-commonjs/components/CardFooter/useCardFooterStyles.js.map +1 -1
  126. package/lib-commonjs/components/CardHeader/CardHeader.js +8 -8
  127. package/lib-commonjs/components/CardHeader/CardHeader.js.map +1 -1
  128. package/lib-commonjs/components/CardHeader/CardHeader.types.d.ts +8 -8
  129. package/lib-commonjs/components/CardHeader/CardHeader.types.js.map +1 -1
  130. package/lib-commonjs/components/CardHeader/index.js +1 -1
  131. package/lib-commonjs/components/CardHeader/index.js.map +1 -1
  132. package/lib-commonjs/components/CardHeader/renderCardHeader.d.ts +1 -1
  133. package/lib-commonjs/components/CardHeader/renderCardHeader.js +16 -14
  134. package/lib-commonjs/components/CardHeader/renderCardHeader.js.map +1 -1
  135. package/lib-commonjs/components/CardHeader/useCardHeader.d.ts +4 -5
  136. package/lib-commonjs/components/CardHeader/useCardHeader.js +19 -19
  137. package/lib-commonjs/components/CardHeader/useCardHeader.js.map +1 -1
  138. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.d.ts +2 -1
  139. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js +14 -12
  140. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js.map +1 -1
  141. package/lib-commonjs/components/CardPreview/CardPreview.js +8 -8
  142. package/lib-commonjs/components/CardPreview/CardPreview.js.map +1 -1
  143. package/lib-commonjs/components/CardPreview/CardPreview.types.d.ts +3 -3
  144. package/lib-commonjs/components/CardPreview/CardPreview.types.js.map +1 -1
  145. package/lib-commonjs/components/CardPreview/index.js +1 -1
  146. package/lib-commonjs/components/CardPreview/index.js.map +1 -1
  147. package/lib-commonjs/components/CardPreview/renderCardPreview.d.ts +1 -1
  148. package/lib-commonjs/components/CardPreview/renderCardPreview.js +12 -14
  149. package/lib-commonjs/components/CardPreview/renderCardPreview.js.map +1 -1
  150. package/lib-commonjs/components/CardPreview/useCardPreview.d.ts +4 -8
  151. package/lib-commonjs/components/CardPreview/useCardPreview.js +14 -18
  152. package/lib-commonjs/components/CardPreview/useCardPreview.js.map +1 -1
  153. package/lib-commonjs/components/CardPreview/useCardPreviewStyles.d.ts +2 -1
  154. package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js +11 -14
  155. package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js.map +1 -1
  156. package/lib-commonjs/index.js +1 -1
  157. package/lib-commonjs/index.js.map +1 -1
  158. package/package.json +11 -13
  159. package/lib/common/isConformant.d.ts +0 -4
  160. package/lib/common/isConformant.js +0 -11
  161. package/lib/common/isConformant.js.map +0 -1
  162. package/lib-commonjs/common/isConformant.d.ts +0 -4
  163. package/lib-commonjs/common/isConformant.js +0 -22
  164. package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,359 @@
2
2
  "name": "@fluentui/react-card",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 27 Oct 2021 12:12:23 GMT",
5
+ "date": "Fri, 18 Feb 2022 13:33:44 GMT",
6
+ "tag": "@fluentui/react-card_v9.0.0-beta.8",
7
+ "version": "9.0.0-beta.8",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-card",
13
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
14
+ "comment": "fix: Source maps contain original source code"
15
+ },
16
+ {
17
+ "author": "39736248+andrefcdias@users.noreply.github.com",
18
+ "package": "@fluentui/react-card",
19
+ "commit": "6f39f6ae5bd33c8aa46dbb5cc1e46eded1fc2967",
20
+ "comment": "Add new appearance property to allow for different card styles"
21
+ },
22
+ {
23
+ "author": "39736248+andrefcdias@users.noreply.github.com",
24
+ "package": "@fluentui/react-card",
25
+ "commit": "4a28b5a69d0e6cf53c19c5e93bc93465f9b8a132",
26
+ "comment": "fix: top padding issues with CardPreview"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-card",
31
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
32
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-card",
37
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
38
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-card",
43
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
44
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-card",
49
+ "comment": "Bump @fluentui/react-text to v9.0.0-rc.3",
50
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-card",
55
+ "comment": "Bump @fluentui/react-button to v9.0.0-rc.3",
56
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Thu, 10 Feb 2022 08:51:52 GMT",
63
+ "tag": "@fluentui/react-card_v9.0.0-beta.6",
64
+ "version": "9.0.0-beta.6",
65
+ "comments": {
66
+ "prerelease": [
67
+ {
68
+ "author": "ololubek@microsoft.com",
69
+ "package": "@fluentui/react-card",
70
+ "commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
71
+ "comment": "Update react-icons usage to resizable icons"
72
+ },
73
+ {
74
+ "author": "lingfangao@hotmail.com",
75
+ "package": "@fluentui/react-card",
76
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
77
+ "comment": "Bump Fluent UI dependencies to 9.0.0-rc"
78
+ },
79
+ {
80
+ "author": "Humberto.Morimoto@microsoft.com",
81
+ "package": "@fluentui/react-card",
82
+ "commit": "37772e1ef0b587bf08984dd053ebb356c57c5247",
83
+ "comment": "react-card: Replacing use of functions in makeStyles with direct use of tokens."
84
+ },
85
+ {
86
+ "author": "Humberto.Morimoto@microsoft.com",
87
+ "package": "@fluentui/react-card",
88
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
89
+ "comment": "Updating based on changes to composition types."
90
+ },
91
+ {
92
+ "author": "elcraig@microsoft.com",
93
+ "package": "@fluentui/react-card",
94
+ "commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
95
+ "comment": "Remove empty CardCommons type and outdated boilerplate comments"
96
+ },
97
+ {
98
+ "author": "behowell@microsoft.com",
99
+ "package": "@fluentui/react-card",
100
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
101
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
102
+ },
103
+ {
104
+ "author": "olfedias@microsoft.com",
105
+ "package": "@fluentui/react-card",
106
+ "commit": "1249d2ee042780865e877fc2ed48f56e0eff25d1",
107
+ "comment": "use Griffel packages"
108
+ },
109
+ {
110
+ "author": "behowell@microsoft.com",
111
+ "package": "@fluentui/react-card",
112
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
113
+ "comment": "Refactor component Slot typings"
114
+ },
115
+ {
116
+ "author": "olfedias@microsoft.com",
117
+ "package": "@fluentui/react-card",
118
+ "commit": "158d89b5d98e3544e06f4f09967d2af8ab43e249",
119
+ "comment": "update styles no not use CSS shorthands"
120
+ },
121
+ {
122
+ "author": "behowell@microsoft.com",
123
+ "package": "@fluentui/react-card",
124
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
125
+ "comment": "Remove component's shorthandProps array"
126
+ },
127
+ {
128
+ "author": "beachball",
129
+ "package": "@fluentui/react-card",
130
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
131
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
132
+ },
133
+ {
134
+ "author": "beachball",
135
+ "package": "@fluentui/react-card",
136
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
137
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
138
+ },
139
+ {
140
+ "author": "beachball",
141
+ "package": "@fluentui/react-card",
142
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
143
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
144
+ },
145
+ {
146
+ "author": "beachball",
147
+ "package": "@fluentui/react-card",
148
+ "comment": "Bump @fluentui/react-text to v9.0.0-rc.1",
149
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
150
+ },
151
+ {
152
+ "author": "beachball",
153
+ "package": "@fluentui/react-card",
154
+ "comment": "Bump @fluentui/react-button to v9.0.0-rc.1",
155
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
156
+ }
157
+ ],
158
+ "none": [
159
+ {
160
+ "author": "39736248+andrefcdias@users.noreply.github.com",
161
+ "package": "@fluentui/react-card",
162
+ "commit": "8e04b14546f264bb197ffce70bdff8ec83762c49",
163
+ "comment": "Add Alpha notice"
164
+ },
165
+ {
166
+ "author": "martinhochel@microsoft.com",
167
+ "package": "@fluentui/react-card",
168
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
169
+ "comment": "chore: use storybook runner for all vNext packages"
170
+ },
171
+ {
172
+ "author": "andredias@microsoft.com",
173
+ "package": "@fluentui/react-card",
174
+ "commit": "c6c745b664df52f5cbdd5a190cc08cae971216e0",
175
+ "comment": "Add component spec"
176
+ },
177
+ {
178
+ "author": "olfedias@microsoft.com",
179
+ "package": "@fluentui/react-card",
180
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
181
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
182
+ },
183
+ {
184
+ "author": "me@levithomason.com",
185
+ "package": "@fluentui/react-card",
186
+ "commit": "4bd15194a66379b165043141c266faa0c1ea1502",
187
+ "comment": "document how to import preview components"
188
+ },
189
+ {
190
+ "author": "bsunderhus@microsoft.com",
191
+ "package": "@fluentui/react-card",
192
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
193
+ "comment": "Updates components with nullRender changes"
194
+ },
195
+ {
196
+ "author": "me@levithomason.com",
197
+ "package": "@fluentui/react-card",
198
+ "commit": "a15d363937fad523e90350458ec3e44fe7199dc0",
199
+ "comment": "Move Storybook stories to Preview Components section"
200
+ }
201
+ ]
202
+ }
203
+ },
204
+ {
205
+ "date": "Thu, 25 Nov 2021 08:34:12 GMT",
206
+ "tag": "@fluentui/react-card_v9.0.0-beta.5",
207
+ "version": "9.0.0-beta.5",
208
+ "comments": {
209
+ "prerelease": [
210
+ {
211
+ "author": "andredias@microsoft.com",
212
+ "package": "@fluentui/react-card",
213
+ "commit": "5f5fb9fe289f45c7f9afe9f052c51f19cfd41160",
214
+ "comment": "Migrate Card"
215
+ },
216
+ {
217
+ "author": "beachball",
218
+ "package": "@fluentui/react-card",
219
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
220
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
221
+ },
222
+ {
223
+ "author": "beachball",
224
+ "package": "@fluentui/react-card",
225
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
226
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
227
+ },
228
+ {
229
+ "author": "beachball",
230
+ "package": "@fluentui/react-card",
231
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
232
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
233
+ },
234
+ {
235
+ "author": "beachball",
236
+ "package": "@fluentui/react-card",
237
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
238
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
239
+ },
240
+ {
241
+ "author": "beachball",
242
+ "package": "@fluentui/react-card",
243
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
244
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
245
+ },
246
+ {
247
+ "author": "beachball",
248
+ "package": "@fluentui/react-card",
249
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
250
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
251
+ },
252
+ {
253
+ "author": "beachball",
254
+ "package": "@fluentui/react-card",
255
+ "comment": "Bump @fluentui/react-text to v9.0.0-beta.4",
256
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
257
+ },
258
+ {
259
+ "author": "beachball",
260
+ "package": "@fluentui/react-card",
261
+ "comment": "Bump @fluentui/react-button to v9.0.0-beta.5",
262
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
263
+ }
264
+ ]
265
+ }
266
+ },
267
+ {
268
+ "date": "Fri, 12 Nov 2021 13:25:17 GMT",
269
+ "tag": "@fluentui/react-card_v9.0.0-beta.4",
270
+ "version": "9.0.0-beta.4",
271
+ "comments": {
272
+ "none": [
273
+ {
274
+ "author": "mgodbolt@microsoft.com",
275
+ "package": "@fluentui/react-card",
276
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
277
+ "comment": "update docs descriptions"
278
+ },
279
+ {
280
+ "author": "lingfangao@hotmail.com",
281
+ "package": "@fluentui/react-card",
282
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
283
+ "comment": "Remove beta release tag"
284
+ },
285
+ {
286
+ "author": "mgodbolt@microsoft.com",
287
+ "package": "@fluentui/react-card",
288
+ "commit": "114b089957bcbf547bb8713f2bfb4811239fb5a2",
289
+ "comment": "add default and move assets to github urls"
290
+ }
291
+ ],
292
+ "prerelease": [
293
+ {
294
+ "author": "olfedias@microsoft.com",
295
+ "package": "@fluentui/react-card",
296
+ "commit": "22460e1421c0f3b2bdf9c76d80a2cb202fa30079",
297
+ "comment": "export static classes for components"
298
+ },
299
+ {
300
+ "author": "andredias@microsoft.com",
301
+ "package": "@fluentui/react-card",
302
+ "commit": "70e81a56249d55dae418217ddcef5d16e030862a",
303
+ "comment": "Migrate to new useFocusableGroup usage"
304
+ },
305
+ {
306
+ "author": "beachball",
307
+ "package": "@fluentui/react-card",
308
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
309
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
310
+ },
311
+ {
312
+ "author": "beachball",
313
+ "package": "@fluentui/react-card",
314
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
315
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
316
+ },
317
+ {
318
+ "author": "beachball",
319
+ "package": "@fluentui/react-card",
320
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
321
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
322
+ },
323
+ {
324
+ "author": "beachball",
325
+ "package": "@fluentui/react-card",
326
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
327
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
328
+ },
329
+ {
330
+ "author": "beachball",
331
+ "package": "@fluentui/react-card",
332
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
333
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
334
+ },
335
+ {
336
+ "author": "beachball",
337
+ "package": "@fluentui/react-card",
338
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
339
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
340
+ },
341
+ {
342
+ "author": "beachball",
343
+ "package": "@fluentui/react-card",
344
+ "comment": "Bump @fluentui/react-text to v9.0.0-beta.3",
345
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
346
+ },
347
+ {
348
+ "author": "beachball",
349
+ "package": "@fluentui/react-card",
350
+ "comment": "Bump @fluentui/react-button to v9.0.0-beta.4",
351
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
352
+ }
353
+ ]
354
+ }
355
+ },
356
+ {
357
+ "date": "Wed, 27 Oct 2021 12:14:15 GMT",
6
358
  "tag": "@fluentui/react-card_v9.0.0-beta.3",
7
359
  "version": "9.0.0-beta.3",
8
360
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,86 @@
1
1
  # Change Log - @fluentui/react-card
2
2
 
3
- This log was last generated on Wed, 27 Oct 2021 12:12:23 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 18 Feb 2022 13:33:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.8)
8
+
9
+ Fri, 18 Feb 2022 13:33:44 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.6..@fluentui/react-card_v9.0.0-beta.8)
11
+
12
+ ### Changes
13
+
14
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
15
+ - 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)
16
+ - fix: top padding issues with CardPreview ([PR #21685](https://github.com/microsoft/fluentui/pull/21685) by 39736248+andrefcdias@users.noreply.github.com)
17
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
19
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
20
+ - Bump @fluentui/react-text to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
21
+ - Bump @fluentui/react-button to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
22
+
23
+ ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.6)
24
+
25
+ Thu, 10 Feb 2022 08:51:52 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.5..@fluentui/react-card_v9.0.0-beta.6)
27
+
28
+ ### Changes
29
+
30
+ - Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
31
+ - Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
32
+ - 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)
33
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
34
+ - Remove empty CardCommons type and outdated boilerplate comments ([PR #21150](https://github.com/microsoft/fluentui/pull/21150) by elcraig@microsoft.com)
35
+ - 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)
36
+ - use Griffel packages ([PR #21417](https://github.com/microsoft/fluentui/pull/21417) by olfedias@microsoft.com)
37
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
38
+ - update styles no not use CSS shorthands ([PR #20794](https://github.com/microsoft/fluentui/pull/20794) by olfedias@microsoft.com)
39
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
40
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
41
+ - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
42
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
43
+ - Bump @fluentui/react-text to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
44
+ - Bump @fluentui/react-button to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
45
+
46
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.5)
47
+
48
+ Thu, 25 Nov 2021 08:34:12 GMT
49
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.4..@fluentui/react-card_v9.0.0-beta.5)
50
+
51
+ ### Changes
52
+
53
+ - Migrate Card ([PR #20599](https://github.com/microsoft/fluentui/pull/20599) by andredias@microsoft.com)
54
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
55
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
56
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
57
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
58
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
59
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
60
+ - Bump @fluentui/react-text to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
61
+ - Bump @fluentui/react-button to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
62
+
63
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.4)
64
+
65
+ Fri, 12 Nov 2021 13:25:17 GMT
66
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.3..@fluentui/react-card_v9.0.0-beta.4)
67
+
68
+ ### Changes
69
+
70
+ - export static classes for components ([PR #20447](https://github.com/microsoft/fluentui/pull/20447) by olfedias@microsoft.com)
71
+ - Migrate to new useFocusableGroup usage ([PR #20131](https://github.com/microsoft/fluentui/pull/20131) by andredias@microsoft.com)
72
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
73
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
74
+ - Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
75
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
76
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
77
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
78
+ - Bump @fluentui/react-text to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
79
+ - Bump @fluentui/react-button to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
80
+
7
81
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.3)
8
82
 
9
- Wed, 27 Oct 2021 12:12:23 GMT
83
+ Wed, 27 Oct 2021 12:14:15 GMT
10
84
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.2..@fluentui/react-card_v9.0.0-beta.3)
11
85
 
12
86
  ### 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: