@fluentui/react-card 9.0.0-beta.1 → 9.0.0-beta.10
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 +533 -1
- package/CHANGELOG.md +132 -2
- 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 +62 -138
- 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.d.ts +1 -1
- package/lib/components/Card/Card.js +8 -8
- package/lib/components/Card/Card.js.map +1 -1
- package/lib/components/Card/Card.types.d.ts +9 -18
- 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 +8 -8
- package/lib/components/Card/renderCard.js.map +1 -1
- package/lib/components/Card/useCard.d.ts +3 -4
- package/lib/components/Card/useCard.js +23 -11
- package/lib/components/Card/useCard.js.map +1 -1
- package/lib/components/Card/useCardStyles.d.ts +2 -1
- package/lib/components/Card/useCardStyles.js +131 -25
- package/lib/components/Card/useCardStyles.js.map +1 -1
- package/lib/components/CardFooter/CardFooter.js +7 -7
- package/lib/components/CardFooter/CardFooter.js.map +1 -1
- package/lib/components/CardFooter/CardFooter.types.d.ts +8 -23
- 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 +9 -9
- package/lib/components/CardFooter/renderCardFooter.js.map +1 -1
- package/lib/components/CardFooter/useCardFooter.d.ts +4 -9
- package/lib/components/CardFooter/useCardFooter.js +18 -17
- package/lib/components/CardFooter/useCardFooter.js.map +1 -1
- package/lib/components/CardFooter/useCardFooterStyles.d.ts +2 -1
- package/lib/components/CardFooter/useCardFooterStyles.js +9 -7
- package/lib/components/CardFooter/useCardFooterStyles.js.map +1 -1
- package/lib/components/CardHeader/CardHeader.js +7 -7
- package/lib/components/CardHeader/CardHeader.js.map +1 -1
- package/lib/components/CardHeader/CardHeader.types.d.ts +12 -39
- 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 +13 -9
- package/lib/components/CardHeader/renderCardHeader.js.map +1 -1
- package/lib/components/CardHeader/useCardHeader.d.ts +4 -9
- package/lib/components/CardHeader/useCardHeader.js +35 -32
- package/lib/components/CardHeader/useCardHeader.js.map +1 -1
- package/lib/components/CardHeader/useCardHeaderStyles.d.ts +2 -1
- package/lib/components/CardHeader/useCardHeaderStyles.js +9 -7
- package/lib/components/CardHeader/useCardHeaderStyles.js.map +1 -1
- package/lib/components/CardPreview/CardPreview.js +7 -7
- package/lib/components/CardPreview/CardPreview.js.map +1 -1
- package/lib/components/CardPreview/CardPreview.types.d.ts +8 -23
- 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 +9 -9
- package/lib/components/CardPreview/renderCardPreview.js.map +1 -1
- package/lib/components/CardPreview/useCardPreview.d.ts +4 -9
- package/lib/components/CardPreview/useCardPreview.js +18 -20
- package/lib/components/CardPreview/useCardPreview.js.map +1 -1
- package/lib/components/CardPreview/useCardPreviewStyles.d.ts +2 -1
- package/lib/components/CardPreview/useCardPreviewStyles.js +7 -10
- package/lib/components/CardPreview/useCardPreviewStyles.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/Card.js +1 -1
- package/lib-commonjs/Card.js.map +1 -1
- package/lib-commonjs/CardFooter.js +1 -1
- package/lib-commonjs/CardFooter.js.map +1 -1
- package/lib-commonjs/CardHeader.js +1 -1
- package/lib-commonjs/CardHeader.js.map +1 -1
- package/lib-commonjs/CardPreview.js +1 -1
- package/lib-commonjs/CardPreview.js.map +1 -1
- package/lib-commonjs/components/Card/Card.d.ts +1 -1
- package/lib-commonjs/components/Card/Card.js +9 -9
- package/lib-commonjs/components/Card/Card.js.map +1 -1
- package/lib-commonjs/components/Card/Card.types.d.ts +9 -18
- package/lib-commonjs/components/Card/Card.types.js.map +1 -1
- package/lib-commonjs/components/Card/index.js +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 +11 -12
- package/lib-commonjs/components/Card/renderCard.js.map +1 -1
- package/lib-commonjs/components/Card/useCard.d.ts +3 -4
- package/lib-commonjs/components/Card/useCard.js +26 -13
- package/lib-commonjs/components/Card/useCard.js.map +1 -1
- package/lib-commonjs/components/Card/useCardStyles.d.ts +2 -1
- package/lib-commonjs/components/Card/useCardStyles.js +136 -28
- package/lib-commonjs/components/Card/useCardStyles.js.map +1 -1
- package/lib-commonjs/components/CardFooter/CardFooter.js +8 -8
- package/lib-commonjs/components/CardFooter/CardFooter.js.map +1 -1
- package/lib-commonjs/components/CardFooter/CardFooter.types.d.ts +8 -23
- package/lib-commonjs/components/CardFooter/CardFooter.types.js.map +1 -1
- package/lib-commonjs/components/CardFooter/index.js +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 +12 -14
- package/lib-commonjs/components/CardFooter/renderCardFooter.js.map +1 -1
- package/lib-commonjs/components/CardFooter/useCardFooter.d.ts +4 -9
- package/lib-commonjs/components/CardFooter/useCardFooter.js +21 -20
- package/lib-commonjs/components/CardFooter/useCardFooter.js.map +1 -1
- package/lib-commonjs/components/CardFooter/useCardFooterStyles.d.ts +2 -1
- package/lib-commonjs/components/CardFooter/useCardFooterStyles.js +13 -11
- package/lib-commonjs/components/CardFooter/useCardFooterStyles.js.map +1 -1
- package/lib-commonjs/components/CardHeader/CardHeader.js +8 -8
- package/lib-commonjs/components/CardHeader/CardHeader.js.map +1 -1
- package/lib-commonjs/components/CardHeader/CardHeader.types.d.ts +12 -39
- package/lib-commonjs/components/CardHeader/CardHeader.types.js.map +1 -1
- package/lib-commonjs/components/CardHeader/index.js +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 +16 -14
- package/lib-commonjs/components/CardHeader/renderCardHeader.js.map +1 -1
- package/lib-commonjs/components/CardHeader/useCardHeader.d.ts +4 -9
- package/lib-commonjs/components/CardHeader/useCardHeader.js +39 -36
- package/lib-commonjs/components/CardHeader/useCardHeader.js.map +1 -1
- package/lib-commonjs/components/CardHeader/useCardHeaderStyles.d.ts +2 -1
- package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js +14 -12
- package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js.map +1 -1
- package/lib-commonjs/components/CardPreview/CardPreview.js +8 -8
- package/lib-commonjs/components/CardPreview/CardPreview.js.map +1 -1
- package/lib-commonjs/components/CardPreview/CardPreview.types.d.ts +8 -23
- package/lib-commonjs/components/CardPreview/CardPreview.types.js.map +1 -1
- package/lib-commonjs/components/CardPreview/index.js +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 +12 -14
- package/lib-commonjs/components/CardPreview/renderCardPreview.js.map +1 -1
- package/lib-commonjs/components/CardPreview/useCardPreview.d.ts +4 -9
- package/lib-commonjs/components/CardPreview/useCardPreview.js +21 -23
- package/lib-commonjs/components/CardPreview/useCardPreview.js.map +1 -1
- package/lib-commonjs/components/CardPreview/useCardPreviewStyles.d.ts +2 -1
- package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js +11 -14
- package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js.map +1 -1
- package/lib-commonjs/index.js +1 -1
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +19 -12
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -11
- package/lib/common/isConformant.js.map +0 -1
- package/lib-commonjs/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -22
- package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,539 @@
|
|
2
2
|
"name": "@fluentui/react-card",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Fri, 04 Mar 2022 05:15:49 GMT",
|
6
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.10",
|
7
|
+
"version": "9.0.0-beta.10",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "dzearing@microsoft.com",
|
12
|
+
"package": "@fluentui/react-card",
|
13
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
14
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-card",
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
20
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-card",
|
25
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
|
26
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-card",
|
31
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
32
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-card",
|
37
|
+
"comment": "Bump @fluentui/react-text to v9.0.0-rc.5",
|
38
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-card",
|
43
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-rc.5",
|
44
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
45
|
+
}
|
46
|
+
]
|
47
|
+
}
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"date": "Tue, 01 Mar 2022 02:17:35 GMT",
|
51
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.9",
|
52
|
+
"version": "9.0.0-beta.9",
|
53
|
+
"comments": {
|
54
|
+
"prerelease": [
|
55
|
+
{
|
56
|
+
"author": "olfedias@microsoft.com",
|
57
|
+
"package": "@fluentui/react-card",
|
58
|
+
"commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
|
59
|
+
"comment": "fix: Add react-theme as dependency"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"author": "beachball",
|
63
|
+
"package": "@fluentui/react-card",
|
64
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
65
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"author": "beachball",
|
69
|
+
"package": "@fluentui/react-card",
|
70
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
|
71
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"author": "beachball",
|
75
|
+
"package": "@fluentui/react-card",
|
76
|
+
"comment": "Bump @fluentui/react-text to v9.0.0-rc.4",
|
77
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"author": "beachball",
|
81
|
+
"package": "@fluentui/react-card",
|
82
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-rc.4",
|
83
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
84
|
+
}
|
85
|
+
]
|
86
|
+
}
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"date": "Fri, 18 Feb 2022 13:35:29 GMT",
|
90
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.8",
|
91
|
+
"version": "9.0.0-beta.8",
|
92
|
+
"comments": {
|
93
|
+
"prerelease": [
|
94
|
+
{
|
95
|
+
"author": "lingfangao@hotmail.com",
|
96
|
+
"package": "@fluentui/react-card",
|
97
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
98
|
+
"comment": "fix: Source maps contain original source code"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"author": "39736248+andrefcdias@users.noreply.github.com",
|
102
|
+
"package": "@fluentui/react-card",
|
103
|
+
"commit": "6f39f6ae5bd33c8aa46dbb5cc1e46eded1fc2967",
|
104
|
+
"comment": "Add new appearance property to allow for different card styles"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"author": "39736248+andrefcdias@users.noreply.github.com",
|
108
|
+
"package": "@fluentui/react-card",
|
109
|
+
"commit": "4a28b5a69d0e6cf53c19c5e93bc93465f9b8a132",
|
110
|
+
"comment": "fix: top padding issues with CardPreview"
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"author": "beachball",
|
114
|
+
"package": "@fluentui/react-card",
|
115
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
116
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"author": "beachball",
|
120
|
+
"package": "@fluentui/react-card",
|
121
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
|
122
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"author": "beachball",
|
126
|
+
"package": "@fluentui/react-card",
|
127
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
128
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"author": "beachball",
|
132
|
+
"package": "@fluentui/react-card",
|
133
|
+
"comment": "Bump @fluentui/react-text to v9.0.0-rc.3",
|
134
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"author": "beachball",
|
138
|
+
"package": "@fluentui/react-card",
|
139
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-rc.3",
|
140
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
141
|
+
}
|
142
|
+
]
|
143
|
+
}
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"date": "Thu, 10 Feb 2022 08:51:52 GMT",
|
147
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.6",
|
148
|
+
"version": "9.0.0-beta.6",
|
149
|
+
"comments": {
|
150
|
+
"prerelease": [
|
151
|
+
{
|
152
|
+
"author": "ololubek@microsoft.com",
|
153
|
+
"package": "@fluentui/react-card",
|
154
|
+
"commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
|
155
|
+
"comment": "Update react-icons usage to resizable icons"
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"author": "lingfangao@hotmail.com",
|
159
|
+
"package": "@fluentui/react-card",
|
160
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
161
|
+
"comment": "Bump Fluent UI dependencies to 9.0.0-rc"
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
165
|
+
"package": "@fluentui/react-card",
|
166
|
+
"commit": "37772e1ef0b587bf08984dd053ebb356c57c5247",
|
167
|
+
"comment": "react-card: Replacing use of functions in makeStyles with direct use of tokens."
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
171
|
+
"package": "@fluentui/react-card",
|
172
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
173
|
+
"comment": "Updating based on changes to composition types."
|
174
|
+
},
|
175
|
+
{
|
176
|
+
"author": "elcraig@microsoft.com",
|
177
|
+
"package": "@fluentui/react-card",
|
178
|
+
"commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
|
179
|
+
"comment": "Remove empty CardCommons type and outdated boilerplate comments"
|
180
|
+
},
|
181
|
+
{
|
182
|
+
"author": "behowell@microsoft.com",
|
183
|
+
"package": "@fluentui/react-card",
|
184
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
185
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
186
|
+
},
|
187
|
+
{
|
188
|
+
"author": "olfedias@microsoft.com",
|
189
|
+
"package": "@fluentui/react-card",
|
190
|
+
"commit": "1249d2ee042780865e877fc2ed48f56e0eff25d1",
|
191
|
+
"comment": "use Griffel packages"
|
192
|
+
},
|
193
|
+
{
|
194
|
+
"author": "behowell@microsoft.com",
|
195
|
+
"package": "@fluentui/react-card",
|
196
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
197
|
+
"comment": "Refactor component Slot typings"
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"author": "olfedias@microsoft.com",
|
201
|
+
"package": "@fluentui/react-card",
|
202
|
+
"commit": "158d89b5d98e3544e06f4f09967d2af8ab43e249",
|
203
|
+
"comment": "update styles no not use CSS shorthands"
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"author": "behowell@microsoft.com",
|
207
|
+
"package": "@fluentui/react-card",
|
208
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
209
|
+
"comment": "Remove component's shorthandProps array"
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"author": "beachball",
|
213
|
+
"package": "@fluentui/react-card",
|
214
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
215
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"author": "beachball",
|
219
|
+
"package": "@fluentui/react-card",
|
220
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
|
221
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"author": "beachball",
|
225
|
+
"package": "@fluentui/react-card",
|
226
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
227
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"author": "beachball",
|
231
|
+
"package": "@fluentui/react-card",
|
232
|
+
"comment": "Bump @fluentui/react-text to v9.0.0-rc.1",
|
233
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"author": "beachball",
|
237
|
+
"package": "@fluentui/react-card",
|
238
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-rc.1",
|
239
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
240
|
+
}
|
241
|
+
],
|
242
|
+
"none": [
|
243
|
+
{
|
244
|
+
"author": "39736248+andrefcdias@users.noreply.github.com",
|
245
|
+
"package": "@fluentui/react-card",
|
246
|
+
"commit": "8e04b14546f264bb197ffce70bdff8ec83762c49",
|
247
|
+
"comment": "Add Alpha notice"
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"author": "martinhochel@microsoft.com",
|
251
|
+
"package": "@fluentui/react-card",
|
252
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
253
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
254
|
+
},
|
255
|
+
{
|
256
|
+
"author": "andredias@microsoft.com",
|
257
|
+
"package": "@fluentui/react-card",
|
258
|
+
"commit": "c6c745b664df52f5cbdd5a190cc08cae971216e0",
|
259
|
+
"comment": "Add component spec"
|
260
|
+
},
|
261
|
+
{
|
262
|
+
"author": "olfedias@microsoft.com",
|
263
|
+
"package": "@fluentui/react-card",
|
264
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
265
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
266
|
+
},
|
267
|
+
{
|
268
|
+
"author": "me@levithomason.com",
|
269
|
+
"package": "@fluentui/react-card",
|
270
|
+
"commit": "4bd15194a66379b165043141c266faa0c1ea1502",
|
271
|
+
"comment": "document how to import preview components"
|
272
|
+
},
|
273
|
+
{
|
274
|
+
"author": "bsunderhus@microsoft.com",
|
275
|
+
"package": "@fluentui/react-card",
|
276
|
+
"commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
|
277
|
+
"comment": "Updates components with nullRender changes"
|
278
|
+
},
|
279
|
+
{
|
280
|
+
"author": "me@levithomason.com",
|
281
|
+
"package": "@fluentui/react-card",
|
282
|
+
"commit": "a15d363937fad523e90350458ec3e44fe7199dc0",
|
283
|
+
"comment": "Move Storybook stories to Preview Components section"
|
284
|
+
}
|
285
|
+
]
|
286
|
+
}
|
287
|
+
},
|
288
|
+
{
|
289
|
+
"date": "Thu, 25 Nov 2021 08:34:12 GMT",
|
290
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.5",
|
291
|
+
"version": "9.0.0-beta.5",
|
292
|
+
"comments": {
|
293
|
+
"prerelease": [
|
294
|
+
{
|
295
|
+
"author": "andredias@microsoft.com",
|
296
|
+
"package": "@fluentui/react-card",
|
297
|
+
"commit": "5f5fb9fe289f45c7f9afe9f052c51f19cfd41160",
|
298
|
+
"comment": "Migrate Card"
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"author": "beachball",
|
302
|
+
"package": "@fluentui/react-card",
|
303
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
304
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
305
|
+
},
|
306
|
+
{
|
307
|
+
"author": "beachball",
|
308
|
+
"package": "@fluentui/react-card",
|
309
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
310
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
311
|
+
},
|
312
|
+
{
|
313
|
+
"author": "beachball",
|
314
|
+
"package": "@fluentui/react-card",
|
315
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
|
316
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
317
|
+
},
|
318
|
+
{
|
319
|
+
"author": "beachball",
|
320
|
+
"package": "@fluentui/react-card",
|
321
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
322
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"author": "beachball",
|
326
|
+
"package": "@fluentui/react-card",
|
327
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
328
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
329
|
+
},
|
330
|
+
{
|
331
|
+
"author": "beachball",
|
332
|
+
"package": "@fluentui/react-card",
|
333
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
334
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
335
|
+
},
|
336
|
+
{
|
337
|
+
"author": "beachball",
|
338
|
+
"package": "@fluentui/react-card",
|
339
|
+
"comment": "Bump @fluentui/react-text to v9.0.0-beta.4",
|
340
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
341
|
+
},
|
342
|
+
{
|
343
|
+
"author": "beachball",
|
344
|
+
"package": "@fluentui/react-card",
|
345
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-beta.5",
|
346
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
347
|
+
}
|
348
|
+
]
|
349
|
+
}
|
350
|
+
},
|
351
|
+
{
|
352
|
+
"date": "Fri, 12 Nov 2021 13:25:17 GMT",
|
353
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.4",
|
354
|
+
"version": "9.0.0-beta.4",
|
355
|
+
"comments": {
|
356
|
+
"none": [
|
357
|
+
{
|
358
|
+
"author": "mgodbolt@microsoft.com",
|
359
|
+
"package": "@fluentui/react-card",
|
360
|
+
"commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
|
361
|
+
"comment": "update docs descriptions"
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"author": "lingfangao@hotmail.com",
|
365
|
+
"package": "@fluentui/react-card",
|
366
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
367
|
+
"comment": "Remove beta release tag"
|
368
|
+
},
|
369
|
+
{
|
370
|
+
"author": "mgodbolt@microsoft.com",
|
371
|
+
"package": "@fluentui/react-card",
|
372
|
+
"commit": "114b089957bcbf547bb8713f2bfb4811239fb5a2",
|
373
|
+
"comment": "add default and move assets to github urls"
|
374
|
+
}
|
375
|
+
],
|
376
|
+
"prerelease": [
|
377
|
+
{
|
378
|
+
"author": "olfedias@microsoft.com",
|
379
|
+
"package": "@fluentui/react-card",
|
380
|
+
"commit": "22460e1421c0f3b2bdf9c76d80a2cb202fa30079",
|
381
|
+
"comment": "export static classes for components"
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"author": "andredias@microsoft.com",
|
385
|
+
"package": "@fluentui/react-card",
|
386
|
+
"commit": "70e81a56249d55dae418217ddcef5d16e030862a",
|
387
|
+
"comment": "Migrate to new useFocusableGroup usage"
|
388
|
+
},
|
389
|
+
{
|
390
|
+
"author": "beachball",
|
391
|
+
"package": "@fluentui/react-card",
|
392
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
393
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
394
|
+
},
|
395
|
+
{
|
396
|
+
"author": "beachball",
|
397
|
+
"package": "@fluentui/react-card",
|
398
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
399
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
400
|
+
},
|
401
|
+
{
|
402
|
+
"author": "beachball",
|
403
|
+
"package": "@fluentui/react-card",
|
404
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
|
405
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
406
|
+
},
|
407
|
+
{
|
408
|
+
"author": "beachball",
|
409
|
+
"package": "@fluentui/react-card",
|
410
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
|
411
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
412
|
+
},
|
413
|
+
{
|
414
|
+
"author": "beachball",
|
415
|
+
"package": "@fluentui/react-card",
|
416
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
417
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
418
|
+
},
|
419
|
+
{
|
420
|
+
"author": "beachball",
|
421
|
+
"package": "@fluentui/react-card",
|
422
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
423
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
424
|
+
},
|
425
|
+
{
|
426
|
+
"author": "beachball",
|
427
|
+
"package": "@fluentui/react-card",
|
428
|
+
"comment": "Bump @fluentui/react-text to v9.0.0-beta.3",
|
429
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
430
|
+
},
|
431
|
+
{
|
432
|
+
"author": "beachball",
|
433
|
+
"package": "@fluentui/react-card",
|
434
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-beta.4",
|
435
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
436
|
+
}
|
437
|
+
]
|
438
|
+
}
|
439
|
+
},
|
440
|
+
{
|
441
|
+
"date": "Wed, 27 Oct 2021 12:14:15 GMT",
|
442
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.3",
|
443
|
+
"version": "9.0.0-beta.3",
|
444
|
+
"comments": {
|
445
|
+
"prerelease": [
|
446
|
+
{
|
447
|
+
"author": "peter@draxler.ml",
|
448
|
+
"package": "@fluentui/react-card",
|
449
|
+
"commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
|
450
|
+
"comment": "added styling of documentation"
|
451
|
+
},
|
452
|
+
{
|
453
|
+
"author": "beachball",
|
454
|
+
"package": "@fluentui/react-card",
|
455
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
|
456
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"author": "beachball",
|
460
|
+
"package": "@fluentui/react-card",
|
461
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
|
462
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"author": "beachball",
|
466
|
+
"package": "@fluentui/react-card",
|
467
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
|
468
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
469
|
+
},
|
470
|
+
{
|
471
|
+
"author": "beachball",
|
472
|
+
"package": "@fluentui/react-card",
|
473
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
|
474
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"author": "beachball",
|
478
|
+
"package": "@fluentui/react-card",
|
479
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
|
480
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
481
|
+
},
|
482
|
+
{
|
483
|
+
"author": "beachball",
|
484
|
+
"package": "@fluentui/react-card",
|
485
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
|
486
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
487
|
+
},
|
488
|
+
{
|
489
|
+
"author": "beachball",
|
490
|
+
"package": "@fluentui/react-card",
|
491
|
+
"comment": "Bump @fluentui/react-text to v9.0.0-beta.2",
|
492
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
493
|
+
},
|
494
|
+
{
|
495
|
+
"author": "beachball",
|
496
|
+
"package": "@fluentui/react-card",
|
497
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-beta.3",
|
498
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
499
|
+
}
|
500
|
+
]
|
501
|
+
}
|
502
|
+
},
|
503
|
+
{
|
504
|
+
"date": "Tue, 12 Oct 2021 19:45:58 GMT",
|
505
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.2",
|
506
|
+
"version": "9.0.0-beta.2",
|
507
|
+
"comments": {
|
508
|
+
"prerelease": [
|
509
|
+
{
|
510
|
+
"author": "andredias@microsoft.com",
|
511
|
+
"package": "@fluentui/react-card",
|
512
|
+
"comment": "Migrate Card to new prop merging",
|
513
|
+
"commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
|
514
|
+
},
|
515
|
+
{
|
516
|
+
"author": "andredias@microsoft.com",
|
517
|
+
"package": "@fluentui/react-card",
|
518
|
+
"comment": "Add keyboard focus interactions",
|
519
|
+
"commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
|
520
|
+
},
|
521
|
+
{
|
522
|
+
"author": "beachball",
|
523
|
+
"package": "@fluentui/react-card",
|
524
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.2",
|
525
|
+
"commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
|
526
|
+
},
|
527
|
+
{
|
528
|
+
"author": "beachball",
|
529
|
+
"package": "@fluentui/react-card",
|
530
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-beta.2",
|
531
|
+
"commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
|
532
|
+
}
|
533
|
+
]
|
534
|
+
}
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"date": "Wed, 06 Oct 2021 10:37:22 GMT",
|
6
538
|
"tag": "@fluentui/react-card_v9.0.0-beta.1",
|
7
539
|
"version": "9.0.0-beta.1",
|
8
540
|
"comments": {
|