@fluentui/react-card 0.0.0-nightlyf3ce1fbe1d20211110.1 → 0.0.0-nightlyf8be6a7c6520220106.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/CHANGELOG.json +171 -25
  2. package/CHANGELOG.md +48 -13
  3. package/Spec.md +523 -0
  4. package/assets/Card.png +0 -0
  5. package/assets/CardHeader.png +0 -0
  6. package/assets/CardPreview.png +0 -0
  7. package/assets/context-interaction-keyboard.png +0 -0
  8. package/assets/context-interaction-mouse.png +0 -0
  9. package/assets/context-narrator.png +0 -0
  10. package/assets/disabled-narrator.png +0 -0
  11. package/assets/disabled.png +0 -0
  12. package/assets/interactive-interaction-keyboard.png +0 -0
  13. package/assets/interactive-interaction-mouse.png +0 -0
  14. package/assets/interactive-narrator.png +0 -0
  15. package/assets/non-interactive-interaction-keyboard.png +0 -0
  16. package/assets/non-interactive-interaction-mouse.png +0 -0
  17. package/assets/non-interactive-narrator.png +0 -0
  18. package/assets/non-interactive-selectable-interaction-keyboard.png +0 -0
  19. package/assets/non-interactive-selectable-interaction-mouse.png +0 -0
  20. package/assets/selectable-interaction-keyboard.png +0 -0
  21. package/assets/selectable-interaction-mouse.png +0 -0
  22. package/assets/selectable-narrator.png +0 -0
  23. package/dist/react-card.d.ts +2 -4
  24. package/lib/components/Card/Card.types.d.ts +2 -3
  25. package/lib/components/Card/renderCard.js +2 -1
  26. package/lib/components/Card/renderCard.js.map +1 -1
  27. package/lib/components/Card/useCardStyles.js +11 -6
  28. package/lib/components/Card/useCardStyles.js.map +1 -1
  29. package/lib/components/CardFooter/renderCardFooter.js +3 -1
  30. package/lib/components/CardFooter/renderCardFooter.js.map +1 -1
  31. package/lib/components/CardFooter/useCardFooterStyles.js +4 -3
  32. package/lib/components/CardFooter/useCardFooterStyles.js.map +1 -1
  33. package/lib/components/CardHeader/renderCardHeader.js +7 -1
  34. package/lib/components/CardHeader/renderCardHeader.js.map +1 -1
  35. package/lib/components/CardHeader/useCardHeaderStyles.js +4 -3
  36. package/lib/components/CardHeader/useCardHeaderStyles.js.map +1 -1
  37. package/lib/components/CardPreview/renderCardPreview.js +3 -1
  38. package/lib/components/CardPreview/renderCardPreview.js.map +1 -1
  39. package/lib/components/CardPreview/useCardPreviewStyles.js +1 -1
  40. package/lib/components/CardPreview/useCardPreviewStyles.js.map +1 -1
  41. package/lib-commonjs/components/Card/Card.types.d.ts +2 -3
  42. package/lib-commonjs/components/Card/renderCard.js +2 -1
  43. package/lib-commonjs/components/Card/renderCard.js.map +1 -1
  44. package/lib-commonjs/components/Card/useCardStyles.js +10 -5
  45. package/lib-commonjs/components/Card/useCardStyles.js.map +1 -1
  46. package/lib-commonjs/components/CardFooter/renderCardFooter.js +3 -1
  47. package/lib-commonjs/components/CardFooter/renderCardFooter.js.map +1 -1
  48. package/lib-commonjs/components/CardFooter/useCardFooterStyles.js +3 -2
  49. package/lib-commonjs/components/CardFooter/useCardFooterStyles.js.map +1 -1
  50. package/lib-commonjs/components/CardHeader/renderCardHeader.js +7 -1
  51. package/lib-commonjs/components/CardHeader/renderCardHeader.js.map +1 -1
  52. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js +3 -2
  53. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js.map +1 -1
  54. package/lib-commonjs/components/CardPreview/renderCardPreview.js +3 -1
  55. package/lib-commonjs/components/CardPreview/renderCardPreview.js.map +1 -1
  56. package/package.json +12 -12
  57. package/lib/common/isConformant.d.ts +0 -4
  58. package/lib/common/isConformant.js +0 -11
  59. package/lib/common/isConformant.js.map +0 -1
  60. package/lib-commonjs/common/isConformant.d.ts +0 -4
  61. package/lib-commonjs/common/isConformant.js +0 -22
  62. package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,78 +2,156 @@
2
2
  "name": "@fluentui/react-card",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 10 Nov 2021 04:16:46 GMT",
6
- "tag": "@fluentui/react-card_v0.0.0-nightlyf3ce1fbe1d20211110.1",
7
- "version": "0.0.0-nightlyf3ce1fbe1d20211110.1",
5
+ "date": "Thu, 06 Jan 2022 04:30:06 GMT",
6
+ "tag": "@fluentui/react-card_v0.0.0-nightlyf8be6a7c6520220106.1",
7
+ "version": "0.0.0-nightlyf8be6a7c6520220106.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-card",
13
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a",
13
+ "commit": "9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
+ {
17
+ "author": "elcraig@microsoft.com",
18
+ "package": "@fluentui/react-card",
19
+ "commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
20
+ "comment": "Remove empty CardCommons type and outdated boilerplate comments"
21
+ },
16
22
  {
17
23
  "author": "olfedias@microsoft.com",
18
24
  "package": "@fluentui/react-card",
19
- "commit": "22460e1421c0f3b2bdf9c76d80a2cb202fa30079",
20
- "comment": "export static classes for components"
25
+ "commit": "158d89b5d98e3544e06f4f09967d2af8ab43e249",
26
+ "comment": "update styles no not use CSS shorthands"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-card",
31
+ "comment": "Bump @fluentui/react-make-styles to v0.0.0-nightlyf8be6a7c6520220106.1",
32
+ "commit": "9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-card",
37
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyf8be6a7c6520220106.1",
38
+ "commit": "9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-card",
43
+ "comment": "Bump @fluentui/react-tabster to v0.0.0-nightlyf8be6a7c6520220106.1",
44
+ "commit": "9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-card",
49
+ "comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightlyf8be6a7c6520220106.1",
50
+ "commit": "9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-card",
55
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlyf8be6a7c6520220106.1",
56
+ "commit": "9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-card",
61
+ "comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlyf8be6a7c6520220106.1",
62
+ "commit": "9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-card",
67
+ "comment": "Bump @fluentui/react-text to v0.0.0-nightlyf8be6a7c6520220106.1",
68
+ "commit": "9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8"
21
69
  },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-card",
73
+ "comment": "Bump @fluentui/react-button to v0.0.0-nightlyf8be6a7c6520220106.1",
74
+ "commit": "9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8"
75
+ }
76
+ ],
77
+ "none": [
22
78
  {
23
79
  "author": "andredias@microsoft.com",
24
80
  "package": "@fluentui/react-card",
25
- "commit": "70e81a56249d55dae418217ddcef5d16e030862a",
26
- "comment": "Migrate to new useFocusableGroup usage"
81
+ "commit": "c6c745b664df52f5cbdd5a190cc08cae971216e0",
82
+ "comment": "Add component spec"
83
+ }
84
+ ]
85
+ }
86
+ },
87
+ {
88
+ "date": "Thu, 25 Nov 2021 08:34:12 GMT",
89
+ "tag": "@fluentui/react-card_v9.0.0-beta.5",
90
+ "version": "9.0.0-beta.5",
91
+ "comments": {
92
+ "prerelease": [
93
+ {
94
+ "author": "andredias@microsoft.com",
95
+ "package": "@fluentui/react-card",
96
+ "commit": "5f5fb9fe289f45c7f9afe9f052c51f19cfd41160",
97
+ "comment": "Migrate Card"
27
98
  },
28
99
  {
29
100
  "author": "beachball",
30
101
  "package": "@fluentui/react-card",
31
- "comment": "Bump @fluentui/react-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1",
32
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
102
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
103
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
33
104
  },
34
105
  {
35
106
  "author": "beachball",
36
107
  "package": "@fluentui/react-card",
37
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyf3ce1fbe1d20211110.1",
38
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
108
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
109
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
39
110
  },
40
111
  {
41
112
  "author": "beachball",
42
113
  "package": "@fluentui/react-card",
43
- "comment": "Bump @fluentui/react-tabster to v0.0.0-nightlyf3ce1fbe1d20211110.1",
44
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
114
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
115
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
45
116
  },
46
117
  {
47
118
  "author": "beachball",
48
119
  "package": "@fluentui/react-card",
49
- "comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1",
50
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
120
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
121
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
51
122
  },
52
123
  {
53
124
  "author": "beachball",
54
125
  "package": "@fluentui/react-card",
55
- "comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1",
56
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
126
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
127
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
57
128
  },
58
129
  {
59
130
  "author": "beachball",
60
131
  "package": "@fluentui/react-card",
61
- "comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1",
62
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
132
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
133
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
63
134
  },
64
135
  {
65
136
  "author": "beachball",
66
137
  "package": "@fluentui/react-card",
67
- "comment": "Bump @fluentui/react-text to v0.0.0-nightlyf3ce1fbe1d20211110.1",
68
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
138
+ "comment": "Bump @fluentui/react-text to v9.0.0-beta.4",
139
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
69
140
  },
70
141
  {
71
142
  "author": "beachball",
72
143
  "package": "@fluentui/react-card",
73
- "comment": "Bump @fluentui/react-button to v0.0.0-nightlyf3ce1fbe1d20211110.1",
74
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
144
+ "comment": "Bump @fluentui/react-button to v9.0.0-beta.5",
145
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
75
146
  }
76
- ],
147
+ ]
148
+ }
149
+ },
150
+ {
151
+ "date": "Fri, 12 Nov 2021 13:25:17 GMT",
152
+ "tag": "@fluentui/react-card_v9.0.0-beta.4",
153
+ "version": "9.0.0-beta.4",
154
+ "comments": {
77
155
  "none": [
78
156
  {
79
157
  "author": "mgodbolt@microsoft.com",
@@ -81,12 +159,80 @@
81
159
  "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
82
160
  "comment": "update docs descriptions"
83
161
  },
162
+ {
163
+ "author": "lingfangao@hotmail.com",
164
+ "package": "@fluentui/react-card",
165
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
166
+ "comment": "Remove beta release tag"
167
+ },
84
168
  {
85
169
  "author": "mgodbolt@microsoft.com",
86
170
  "package": "@fluentui/react-card",
87
171
  "commit": "114b089957bcbf547bb8713f2bfb4811239fb5a2",
88
172
  "comment": "add default and move assets to github urls"
89
173
  }
174
+ ],
175
+ "prerelease": [
176
+ {
177
+ "author": "olfedias@microsoft.com",
178
+ "package": "@fluentui/react-card",
179
+ "commit": "22460e1421c0f3b2bdf9c76d80a2cb202fa30079",
180
+ "comment": "export static classes for components"
181
+ },
182
+ {
183
+ "author": "andredias@microsoft.com",
184
+ "package": "@fluentui/react-card",
185
+ "commit": "70e81a56249d55dae418217ddcef5d16e030862a",
186
+ "comment": "Migrate to new useFocusableGroup usage"
187
+ },
188
+ {
189
+ "author": "beachball",
190
+ "package": "@fluentui/react-card",
191
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
192
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
193
+ },
194
+ {
195
+ "author": "beachball",
196
+ "package": "@fluentui/react-card",
197
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
198
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
199
+ },
200
+ {
201
+ "author": "beachball",
202
+ "package": "@fluentui/react-card",
203
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
204
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
205
+ },
206
+ {
207
+ "author": "beachball",
208
+ "package": "@fluentui/react-card",
209
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
210
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
211
+ },
212
+ {
213
+ "author": "beachball",
214
+ "package": "@fluentui/react-card",
215
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
216
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
217
+ },
218
+ {
219
+ "author": "beachball",
220
+ "package": "@fluentui/react-card",
221
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
222
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
223
+ },
224
+ {
225
+ "author": "beachball",
226
+ "package": "@fluentui/react-card",
227
+ "comment": "Bump @fluentui/react-text to v9.0.0-beta.3",
228
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
229
+ },
230
+ {
231
+ "author": "beachball",
232
+ "package": "@fluentui/react-card",
233
+ "comment": "Bump @fluentui/react-button to v9.0.0-beta.4",
234
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
235
+ }
90
236
  ]
91
237
  }
92
238
  },
package/CHANGELOG.md CHANGED
@@ -1,27 +1,62 @@
1
1
  # Change Log - @fluentui/react-card
2
2
 
3
- This log was last generated on Wed, 10 Nov 2021 04:16:46 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 06 Jan 2022 04:30:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightlyf3ce1fbe1d20211110.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v0.0.0-nightlyf3ce1fbe1d20211110.1)
7
+ ## [0.0.0-nightlyf8be6a7c6520220106.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v0.0.0-nightlyf8be6a7c6520220106.1)
8
8
 
9
- Wed, 10 Nov 2021 04:16:46 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.3..@fluentui/react-card_v0.0.0-nightlyf3ce1fbe1d20211110.1)
9
+ Thu, 06 Jan 2022 04:30:06 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.5..@fluentui/react-card_v0.0.0-nightlyf8be6a7c6520220106.1)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8) by email not defined)
15
+ - Remove empty CardCommons type and outdated boilerplate comments ([PR #21150](https://github.com/microsoft/fluentui/pull/21150) by elcraig@microsoft.com)
16
+ - update styles no not use CSS shorthands ([PR #20794](https://github.com/microsoft/fluentui/pull/20794) by olfedias@microsoft.com)
17
+ - Bump @fluentui/react-make-styles to v0.0.0-nightlyf8be6a7c6520220106.1 ([commit](https://github.com/microsoft/fluentui/commit/9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8) by beachball)
18
+ - Bump @fluentui/react-utilities to v0.0.0-nightlyf8be6a7c6520220106.1 ([commit](https://github.com/microsoft/fluentui/commit/9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8) by beachball)
19
+ - Bump @fluentui/react-tabster to v0.0.0-nightlyf8be6a7c6520220106.1 ([commit](https://github.com/microsoft/fluentui/commit/9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8) by beachball)
20
+ - Bump @fluentui/babel-make-styles to v0.0.0-nightlyf8be6a7c6520220106.1 ([commit](https://github.com/microsoft/fluentui/commit/9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8) by beachball)
21
+ - Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlyf8be6a7c6520220106.1 ([commit](https://github.com/microsoft/fluentui/commit/9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8) by beachball)
22
+ - Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlyf8be6a7c6520220106.1 ([commit](https://github.com/microsoft/fluentui/commit/9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8) by beachball)
23
+ - Bump @fluentui/react-text to v0.0.0-nightlyf8be6a7c6520220106.1 ([commit](https://github.com/microsoft/fluentui/commit/9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8) by beachball)
24
+ - Bump @fluentui/react-button to v0.0.0-nightlyf8be6a7c6520220106.1 ([commit](https://github.com/microsoft/fluentui/commit/9b6d690fccd3a42a9ce2fed55d90f3eeb80edaa8) by beachball)
25
+
26
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.5)
27
+
28
+ Thu, 25 Nov 2021 08:34:12 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.4..@fluentui/react-card_v9.0.0-beta.5)
30
+
31
+ ### Changes
32
+
33
+ - Migrate Card ([PR #20599](https://github.com/microsoft/fluentui/pull/20599) by andredias@microsoft.com)
34
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
35
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
36
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
37
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
38
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
39
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
40
+ - Bump @fluentui/react-text to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
41
+ - Bump @fluentui/react-button to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
42
+
43
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.4)
44
+
45
+ Fri, 12 Nov 2021 13:25:17 GMT
46
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.3..@fluentui/react-card_v9.0.0-beta.4)
11
47
 
12
48
  ### Changes
13
49
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by email not defined)
15
50
  - export static classes for components ([PR #20447](https://github.com/microsoft/fluentui/pull/20447) by olfedias@microsoft.com)
16
51
  - Migrate to new useFocusableGroup usage ([PR #20131](https://github.com/microsoft/fluentui/pull/20131) by andredias@microsoft.com)
17
- - Bump @fluentui/react-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
18
- - Bump @fluentui/react-utilities to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
19
- - Bump @fluentui/react-tabster to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
20
- - Bump @fluentui/babel-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
21
- - Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
22
- - Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
23
- - Bump @fluentui/react-text to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
24
- - Bump @fluentui/react-button to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
52
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
53
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
54
+ - Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
55
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
56
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
57
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
58
+ - Bump @fluentui/react-text to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
59
+ - Bump @fluentui/react-button to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
25
60
 
26
61
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.3)
27
62