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