@fluentui/react-card 0.0.0-nightly906d31cfa320211115.1 → 0.0.0-nightly940a86cbd620220117.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 (81) hide show
  1. package/CHANGELOG.json +127 -20
  2. package/CHANGELOG.md +35 -13
  3. package/README.md +3 -1
  4. package/Spec.md +523 -0
  5. package/assets/Card.png +0 -0
  6. package/assets/CardHeader.png +0 -0
  7. package/assets/CardPreview.png +0 -0
  8. package/assets/context-interaction-keyboard.png +0 -0
  9. package/assets/context-interaction-mouse.png +0 -0
  10. package/assets/context-narrator.png +0 -0
  11. package/assets/disabled-narrator.png +0 -0
  12. package/assets/disabled.png +0 -0
  13. package/assets/interactive-interaction-keyboard.png +0 -0
  14. package/assets/interactive-interaction-mouse.png +0 -0
  15. package/assets/interactive-narrator.png +0 -0
  16. package/assets/non-interactive-interaction-keyboard.png +0 -0
  17. package/assets/non-interactive-interaction-mouse.png +0 -0
  18. package/assets/non-interactive-narrator.png +0 -0
  19. package/assets/non-interactive-selectable-interaction-keyboard.png +0 -0
  20. package/assets/non-interactive-selectable-interaction-mouse.png +0 -0
  21. package/assets/selectable-interaction-keyboard.png +0 -0
  22. package/assets/selectable-interaction-mouse.png +0 -0
  23. package/assets/selectable-narrator.png +0 -0
  24. package/dist/react-card.d.ts +2 -16
  25. package/lib/components/Card/Card.types.d.ts +2 -3
  26. package/lib/components/Card/renderCard.js +2 -1
  27. package/lib/components/Card/renderCard.js.map +1 -1
  28. package/lib/components/Card/useCardStyles.js +12 -6
  29. package/lib/components/Card/useCardStyles.js.map +1 -1
  30. package/lib/components/CardFooter/renderCardFooter.js +4 -3
  31. package/lib/components/CardFooter/renderCardFooter.js.map +1 -1
  32. package/lib/components/CardFooter/useCardFooter.d.ts +1 -5
  33. package/lib/components/CardFooter/useCardFooter.js +0 -5
  34. package/lib/components/CardFooter/useCardFooter.js.map +1 -1
  35. package/lib/components/CardFooter/useCardFooterStyles.js +4 -3
  36. package/lib/components/CardFooter/useCardFooterStyles.js.map +1 -1
  37. package/lib/components/CardHeader/renderCardHeader.js +8 -3
  38. package/lib/components/CardHeader/renderCardHeader.js.map +1 -1
  39. package/lib/components/CardHeader/useCardHeader.d.ts +1 -2
  40. package/lib/components/CardHeader/useCardHeader.js +0 -1
  41. package/lib/components/CardHeader/useCardHeader.js.map +1 -1
  42. package/lib/components/CardHeader/useCardHeaderStyles.js +4 -3
  43. package/lib/components/CardHeader/useCardHeaderStyles.js.map +1 -1
  44. package/lib/components/CardPreview/renderCardPreview.js +4 -3
  45. package/lib/components/CardPreview/renderCardPreview.js.map +1 -1
  46. package/lib/components/CardPreview/useCardPreview.d.ts +1 -5
  47. package/lib/components/CardPreview/useCardPreview.js +0 -5
  48. package/lib/components/CardPreview/useCardPreview.js.map +1 -1
  49. package/lib/components/CardPreview/useCardPreviewStyles.js +1 -1
  50. package/lib/components/CardPreview/useCardPreviewStyles.js.map +1 -1
  51. package/lib-commonjs/components/Card/Card.types.d.ts +2 -3
  52. package/lib-commonjs/components/Card/renderCard.js +2 -1
  53. package/lib-commonjs/components/Card/renderCard.js.map +1 -1
  54. package/lib-commonjs/components/Card/useCardStyles.js +12 -5
  55. package/lib-commonjs/components/Card/useCardStyles.js.map +1 -1
  56. package/lib-commonjs/components/CardFooter/renderCardFooter.js +4 -4
  57. package/lib-commonjs/components/CardFooter/renderCardFooter.js.map +1 -1
  58. package/lib-commonjs/components/CardFooter/useCardFooter.d.ts +1 -5
  59. package/lib-commonjs/components/CardFooter/useCardFooter.js +2 -7
  60. package/lib-commonjs/components/CardFooter/useCardFooter.js.map +1 -1
  61. package/lib-commonjs/components/CardFooter/useCardFooterStyles.js +3 -2
  62. package/lib-commonjs/components/CardFooter/useCardFooterStyles.js.map +1 -1
  63. package/lib-commonjs/components/CardHeader/renderCardHeader.js +8 -4
  64. package/lib-commonjs/components/CardHeader/renderCardHeader.js.map +1 -1
  65. package/lib-commonjs/components/CardHeader/useCardHeader.d.ts +1 -2
  66. package/lib-commonjs/components/CardHeader/useCardHeader.js +2 -3
  67. package/lib-commonjs/components/CardHeader/useCardHeader.js.map +1 -1
  68. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js +3 -2
  69. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js.map +1 -1
  70. package/lib-commonjs/components/CardPreview/renderCardPreview.js +4 -4
  71. package/lib-commonjs/components/CardPreview/renderCardPreview.js.map +1 -1
  72. package/lib-commonjs/components/CardPreview/useCardPreview.d.ts +1 -5
  73. package/lib-commonjs/components/CardPreview/useCardPreview.js +2 -7
  74. package/lib-commonjs/components/CardPreview/useCardPreview.js.map +1 -1
  75. package/package.json +12 -11
  76. package/lib/common/isConformant.d.ts +0 -4
  77. package/lib/common/isConformant.js +0 -11
  78. package/lib/common/isConformant.js.map +0 -1
  79. package/lib-commonjs/common/isConformant.d.ts +0 -4
  80. package/lib-commonjs/common/isConformant.js +0 -22
  81. package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,64 +2,171 @@
2
2
  "name": "@fluentui/react-card",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 15 Nov 2021 04:16:25 GMT",
6
- "tag": "@fluentui/react-card_v0.0.0-nightly906d31cfa320211115.1",
7
- "version": "0.0.0-nightly906d31cfa320211115.1",
5
+ "date": "Mon, 17 Jan 2022 04:14:04 GMT",
6
+ "tag": "@fluentui/react-card_v0.0.0-nightly940a86cbd620220117.1",
7
+ "version": "0.0.0-nightly940a86cbd620220117.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-card",
13
- "commit": "05edacbae8d85aa6b3d4164f9cd7d1465b47f246",
13
+ "commit": "07adbf7fccd0e09945e35e8c537e3595d8170375",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
+ {
17
+ "author": "ololubek@microsoft.com",
18
+ "package": "@fluentui/react-card",
19
+ "commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
20
+ "comment": "Update react-icons usage to resizable icons"
21
+ },
22
+ {
23
+ "author": "Humberto.Morimoto@microsoft.com",
24
+ "package": "@fluentui/react-card",
25
+ "commit": "37772e1ef0b587bf08984dd053ebb356c57c5247",
26
+ "comment": "react-card: Replacing use of functions in makeStyles with direct use of tokens."
27
+ },
28
+ {
29
+ "author": "elcraig@microsoft.com",
30
+ "package": "@fluentui/react-card",
31
+ "commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
32
+ "comment": "Remove empty CardCommons type and outdated boilerplate comments"
33
+ },
34
+ {
35
+ "author": "olfedias@microsoft.com",
36
+ "package": "@fluentui/react-card",
37
+ "commit": "158d89b5d98e3544e06f4f09967d2af8ab43e249",
38
+ "comment": "update styles no not use CSS shorthands"
39
+ },
40
+ {
41
+ "author": "behowell@microsoft.com",
42
+ "package": "@fluentui/react-card",
43
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
44
+ "comment": "Remove component's shorthandProps array"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-card",
49
+ "comment": "Bump @fluentui/react-make-styles to v0.0.0-nightly940a86cbd620220117.1",
50
+ "commit": "07adbf7fccd0e09945e35e8c537e3595d8170375"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-card",
55
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly940a86cbd620220117.1",
56
+ "commit": "07adbf7fccd0e09945e35e8c537e3595d8170375"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-card",
61
+ "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly940a86cbd620220117.1",
62
+ "commit": "07adbf7fccd0e09945e35e8c537e3595d8170375"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-card",
67
+ "comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightly940a86cbd620220117.1",
68
+ "commit": "07adbf7fccd0e09945e35e8c537e3595d8170375"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-card",
73
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly940a86cbd620220117.1",
74
+ "commit": "07adbf7fccd0e09945e35e8c537e3595d8170375"
75
+ },
76
+ {
77
+ "author": "beachball",
78
+ "package": "@fluentui/react-card",
79
+ "comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly940a86cbd620220117.1",
80
+ "commit": "07adbf7fccd0e09945e35e8c537e3595d8170375"
81
+ },
82
+ {
83
+ "author": "beachball",
84
+ "package": "@fluentui/react-card",
85
+ "comment": "Bump @fluentui/react-text to v0.0.0-nightly940a86cbd620220117.1",
86
+ "commit": "07adbf7fccd0e09945e35e8c537e3595d8170375"
87
+ },
88
+ {
89
+ "author": "beachball",
90
+ "package": "@fluentui/react-card",
91
+ "comment": "Bump @fluentui/react-button to v0.0.0-nightly940a86cbd620220117.1",
92
+ "commit": "07adbf7fccd0e09945e35e8c537e3595d8170375"
93
+ }
94
+ ],
95
+ "none": [
96
+ {
97
+ "author": "39736248+andrefcdias@users.noreply.github.com",
98
+ "package": "@fluentui/react-card",
99
+ "commit": "8e04b14546f264bb197ffce70bdff8ec83762c49",
100
+ "comment": "Add Alpha notice"
101
+ },
102
+ {
103
+ "author": "andredias@microsoft.com",
104
+ "package": "@fluentui/react-card",
105
+ "commit": "c6c745b664df52f5cbdd5a190cc08cae971216e0",
106
+ "comment": "Add component spec"
107
+ }
108
+ ]
109
+ }
110
+ },
111
+ {
112
+ "date": "Thu, 25 Nov 2021 08:34:12 GMT",
113
+ "tag": "@fluentui/react-card_v9.0.0-beta.5",
114
+ "version": "9.0.0-beta.5",
115
+ "comments": {
116
+ "prerelease": [
117
+ {
118
+ "author": "andredias@microsoft.com",
119
+ "package": "@fluentui/react-card",
120
+ "commit": "5f5fb9fe289f45c7f9afe9f052c51f19cfd41160",
121
+ "comment": "Migrate Card"
122
+ },
16
123
  {
17
124
  "author": "beachball",
18
125
  "package": "@fluentui/react-card",
19
- "comment": "Bump @fluentui/react-make-styles to v0.0.0-nightly906d31cfa320211115.1",
20
- "commit": "05edacbae8d85aa6b3d4164f9cd7d1465b47f246"
126
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
127
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
21
128
  },
22
129
  {
23
130
  "author": "beachball",
24
131
  "package": "@fluentui/react-card",
25
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly906d31cfa320211115.1",
26
- "commit": "05edacbae8d85aa6b3d4164f9cd7d1465b47f246"
132
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
133
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
27
134
  },
28
135
  {
29
136
  "author": "beachball",
30
137
  "package": "@fluentui/react-card",
31
- "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly906d31cfa320211115.1",
32
- "commit": "05edacbae8d85aa6b3d4164f9cd7d1465b47f246"
138
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
139
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
33
140
  },
34
141
  {
35
142
  "author": "beachball",
36
143
  "package": "@fluentui/react-card",
37
- "comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightly906d31cfa320211115.1",
38
- "commit": "05edacbae8d85aa6b3d4164f9cd7d1465b47f246"
144
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
145
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
39
146
  },
40
147
  {
41
148
  "author": "beachball",
42
149
  "package": "@fluentui/react-card",
43
- "comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly906d31cfa320211115.1",
44
- "commit": "05edacbae8d85aa6b3d4164f9cd7d1465b47f246"
150
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
151
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
45
152
  },
46
153
  {
47
154
  "author": "beachball",
48
155
  "package": "@fluentui/react-card",
49
- "comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly906d31cfa320211115.1",
50
- "commit": "05edacbae8d85aa6b3d4164f9cd7d1465b47f246"
156
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
157
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
51
158
  },
52
159
  {
53
160
  "author": "beachball",
54
161
  "package": "@fluentui/react-card",
55
- "comment": "Bump @fluentui/react-text to v0.0.0-nightly906d31cfa320211115.1",
56
- "commit": "05edacbae8d85aa6b3d4164f9cd7d1465b47f246"
162
+ "comment": "Bump @fluentui/react-text to v9.0.0-beta.4",
163
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
57
164
  },
58
165
  {
59
166
  "author": "beachball",
60
167
  "package": "@fluentui/react-card",
61
- "comment": "Bump @fluentui/react-button to v0.0.0-nightly906d31cfa320211115.1",
62
- "commit": "05edacbae8d85aa6b3d4164f9cd7d1465b47f246"
168
+ "comment": "Bump @fluentui/react-button to v9.0.0-beta.5",
169
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
63
170
  }
64
171
  ]
65
172
  }
package/CHANGELOG.md CHANGED
@@ -1,25 +1,47 @@
1
1
  # Change Log - @fluentui/react-card
2
2
 
3
- This log was last generated on Mon, 15 Nov 2021 04:16:25 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 17 Jan 2022 04:14:04 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly906d31cfa320211115.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v0.0.0-nightly906d31cfa320211115.1)
7
+ ## [0.0.0-nightly940a86cbd620220117.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v0.0.0-nightly940a86cbd620220117.1)
8
8
 
9
- Mon, 15 Nov 2021 04:16:25 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.4..@fluentui/react-card_v0.0.0-nightly906d31cfa320211115.1)
9
+ Mon, 17 Jan 2022 04:14:04 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.5..@fluentui/react-card_v0.0.0-nightly940a86cbd620220117.1)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/05edacbae8d85aa6b3d4164f9cd7d1465b47f246) by email not defined)
15
- - Bump @fluentui/react-make-styles to v0.0.0-nightly906d31cfa320211115.1 ([commit](https://github.com/microsoft/fluentui/commit/05edacbae8d85aa6b3d4164f9cd7d1465b47f246) by beachball)
16
- - Bump @fluentui/react-utilities to v0.0.0-nightly906d31cfa320211115.1 ([commit](https://github.com/microsoft/fluentui/commit/05edacbae8d85aa6b3d4164f9cd7d1465b47f246) by beachball)
17
- - Bump @fluentui/react-tabster to v0.0.0-nightly906d31cfa320211115.1 ([commit](https://github.com/microsoft/fluentui/commit/05edacbae8d85aa6b3d4164f9cd7d1465b47f246) by beachball)
18
- - Bump @fluentui/babel-make-styles to v0.0.0-nightly906d31cfa320211115.1 ([commit](https://github.com/microsoft/fluentui/commit/05edacbae8d85aa6b3d4164f9cd7d1465b47f246) by beachball)
19
- - Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly906d31cfa320211115.1 ([commit](https://github.com/microsoft/fluentui/commit/05edacbae8d85aa6b3d4164f9cd7d1465b47f246) by beachball)
20
- - Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly906d31cfa320211115.1 ([commit](https://github.com/microsoft/fluentui/commit/05edacbae8d85aa6b3d4164f9cd7d1465b47f246) by beachball)
21
- - Bump @fluentui/react-text to v0.0.0-nightly906d31cfa320211115.1 ([commit](https://github.com/microsoft/fluentui/commit/05edacbae8d85aa6b3d4164f9cd7d1465b47f246) by beachball)
22
- - Bump @fluentui/react-button to v0.0.0-nightly906d31cfa320211115.1 ([commit](https://github.com/microsoft/fluentui/commit/05edacbae8d85aa6b3d4164f9cd7d1465b47f246) by beachball)
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/07adbf7fccd0e09945e35e8c537e3595d8170375) by email not defined)
15
+ - Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
16
+ - 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)
17
+ - Remove empty CardCommons type and outdated boilerplate comments ([PR #21150](https://github.com/microsoft/fluentui/pull/21150) by elcraig@microsoft.com)
18
+ - update styles no not use CSS shorthands ([PR #20794](https://github.com/microsoft/fluentui/pull/20794) by olfedias@microsoft.com)
19
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
20
+ - Bump @fluentui/react-make-styles to v0.0.0-nightly940a86cbd620220117.1 ([commit](https://github.com/microsoft/fluentui/commit/07adbf7fccd0e09945e35e8c537e3595d8170375) by beachball)
21
+ - Bump @fluentui/react-utilities to v0.0.0-nightly940a86cbd620220117.1 ([commit](https://github.com/microsoft/fluentui/commit/07adbf7fccd0e09945e35e8c537e3595d8170375) by beachball)
22
+ - Bump @fluentui/react-tabster to v0.0.0-nightly940a86cbd620220117.1 ([commit](https://github.com/microsoft/fluentui/commit/07adbf7fccd0e09945e35e8c537e3595d8170375) by beachball)
23
+ - Bump @fluentui/babel-make-styles to v0.0.0-nightly940a86cbd620220117.1 ([commit](https://github.com/microsoft/fluentui/commit/07adbf7fccd0e09945e35e8c537e3595d8170375) by beachball)
24
+ - Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightly940a86cbd620220117.1 ([commit](https://github.com/microsoft/fluentui/commit/07adbf7fccd0e09945e35e8c537e3595d8170375) by beachball)
25
+ - Bump @fluentui/react-conformance-make-styles to v0.0.0-nightly940a86cbd620220117.1 ([commit](https://github.com/microsoft/fluentui/commit/07adbf7fccd0e09945e35e8c537e3595d8170375) by beachball)
26
+ - Bump @fluentui/react-text to v0.0.0-nightly940a86cbd620220117.1 ([commit](https://github.com/microsoft/fluentui/commit/07adbf7fccd0e09945e35e8c537e3595d8170375) by beachball)
27
+ - Bump @fluentui/react-button to v0.0.0-nightly940a86cbd620220117.1 ([commit](https://github.com/microsoft/fluentui/commit/07adbf7fccd0e09945e35e8c537e3595d8170375) by beachball)
28
+
29
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.5)
30
+
31
+ Thu, 25 Nov 2021 08:34:12 GMT
32
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.4..@fluentui/react-card_v9.0.0-beta.5)
33
+
34
+ ### Changes
35
+
36
+ - Migrate Card ([PR #20599](https://github.com/microsoft/fluentui/pull/20599) by andredias@microsoft.com)
37
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
38
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
39
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
40
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
41
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
42
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
43
+ - Bump @fluentui/react-text to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
44
+ - Bump @fluentui/react-button to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
23
45
 
24
46
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.4)
25
47
 
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: