@fluentui/react-card 9.0.0-beta.11 → 9.0.0-beta.14
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 +132 -7
- package/CHANGELOG.md +84 -45
- package/Spec.md +20 -16
- package/dist/{react-card.d.ts → index.d.ts} +21 -0
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/components/Card/Card.types.js.map +1 -1
- package/lib/components/Card/useCard.js +13 -4
- package/lib/components/Card/useCard.js.map +1 -1
- package/lib-commonjs/components/Card/useCard.js +13 -4
- package/lib-commonjs/components/Card/useCard.js.map +1 -1
- package/package.json +11 -10
- package/lib/Card.d.ts +0 -1
- package/lib/CardFooter.d.ts +0 -1
- package/lib/CardHeader.d.ts +0 -1
- package/lib/CardPreview.d.ts +0 -1
- package/lib/components/Card/Card.d.ts +0 -6
- package/lib/components/Card/Card.types.d.ts +0 -15
- package/lib/components/Card/index.d.ts +0 -5
- package/lib/components/Card/renderCard.d.ts +0 -5
- package/lib/components/Card/useCard.d.ts +0 -12
- package/lib/components/Card/useCardStyles.d.ts +0 -11
- package/lib/components/CardFooter/CardFooter.d.ts +0 -6
- package/lib/components/CardFooter/CardFooter.types.d.ts +0 -13
- package/lib/components/CardFooter/index.d.ts +0 -5
- package/lib/components/CardFooter/renderCardFooter.d.ts +0 -5
- package/lib/components/CardFooter/useCardFooter.d.ts +0 -12
- package/lib/components/CardFooter/useCardFooterStyles.d.ts +0 -11
- package/lib/components/CardHeader/CardHeader.d.ts +0 -6
- package/lib/components/CardHeader/CardHeader.types.d.ts +0 -17
- package/lib/components/CardHeader/index.d.ts +0 -5
- package/lib/components/CardHeader/renderCardHeader.d.ts +0 -5
- package/lib/components/CardHeader/useCardHeader.d.ts +0 -12
- package/lib/components/CardHeader/useCardHeaderStyles.d.ts +0 -11
- package/lib/components/CardPreview/CardPreview.d.ts +0 -6
- package/lib/components/CardPreview/CardPreview.types.d.ts +0 -13
- package/lib/components/CardPreview/index.d.ts +0 -5
- package/lib/components/CardPreview/renderCardPreview.d.ts +0 -5
- package/lib/components/CardPreview/useCardPreview.d.ts +0 -12
- package/lib/components/CardPreview/useCardPreviewStyles.d.ts +0 -11
- package/lib/index.d.ts +0 -8
- package/lib-commonjs/Card.d.ts +0 -1
- package/lib-commonjs/CardFooter.d.ts +0 -1
- package/lib-commonjs/CardHeader.d.ts +0 -1
- package/lib-commonjs/CardPreview.d.ts +0 -1
- package/lib-commonjs/components/Card/Card.d.ts +0 -6
- package/lib-commonjs/components/Card/Card.types.d.ts +0 -15
- package/lib-commonjs/components/Card/index.d.ts +0 -5
- package/lib-commonjs/components/Card/renderCard.d.ts +0 -5
- package/lib-commonjs/components/Card/useCard.d.ts +0 -12
- package/lib-commonjs/components/Card/useCardStyles.d.ts +0 -11
- package/lib-commonjs/components/CardFooter/CardFooter.d.ts +0 -6
- package/lib-commonjs/components/CardFooter/CardFooter.types.d.ts +0 -13
- package/lib-commonjs/components/CardFooter/index.d.ts +0 -5
- package/lib-commonjs/components/CardFooter/renderCardFooter.d.ts +0 -5
- package/lib-commonjs/components/CardFooter/useCardFooter.d.ts +0 -12
- package/lib-commonjs/components/CardFooter/useCardFooterStyles.d.ts +0 -11
- package/lib-commonjs/components/CardHeader/CardHeader.d.ts +0 -6
- package/lib-commonjs/components/CardHeader/CardHeader.types.d.ts +0 -17
- package/lib-commonjs/components/CardHeader/index.d.ts +0 -5
- package/lib-commonjs/components/CardHeader/renderCardHeader.d.ts +0 -5
- package/lib-commonjs/components/CardHeader/useCardHeader.d.ts +0 -12
- package/lib-commonjs/components/CardHeader/useCardHeaderStyles.d.ts +0 -11
- package/lib-commonjs/components/CardPreview/CardPreview.d.ts +0 -6
- package/lib-commonjs/components/CardPreview/CardPreview.types.d.ts +0 -13
- package/lib-commonjs/components/CardPreview/index.d.ts +0 -5
- package/lib-commonjs/components/CardPreview/renderCardPreview.d.ts +0 -5
- package/lib-commonjs/components/CardPreview/useCardPreview.d.ts +0 -12
- package/lib-commonjs/components/CardPreview/useCardPreviewStyles.d.ts +0 -11
- package/lib-commonjs/index.d.ts +0 -8
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,132 @@
|
|
2
2
|
"name": "@fluentui/react-card",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Thu, 05 May 2022 18:24:36 GMT",
|
6
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.14",
|
7
|
+
"version": "9.0.0-beta.14",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "39736248+andrefcdias@users.noreply.github.com",
|
12
|
+
"package": "@fluentui/react-card",
|
13
|
+
"commit": "6f5126ab390def986bda1c95c1540c20e8b0ddd9",
|
14
|
+
"comment": "Added new `focusMode` property to control the focus behavior inside of the component"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-card",
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
20
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-card",
|
25
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
|
26
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-card",
|
31
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
32
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-card",
|
37
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
|
38
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-card",
|
43
|
+
"comment": "Bump @fluentui/react-text to v9.0.0-rc.8",
|
44
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "beachball",
|
48
|
+
"package": "@fluentui/react-card",
|
49
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-rc.9",
|
50
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
51
|
+
}
|
52
|
+
]
|
53
|
+
}
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"date": "Wed, 04 May 2022 13:26:38 GMT",
|
57
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.13",
|
58
|
+
"version": "9.0.0-beta.13",
|
59
|
+
"comments": {
|
60
|
+
"none": [
|
61
|
+
{
|
62
|
+
"author": "tristan.watanabe@gmail.com",
|
63
|
+
"package": "@fluentui/react-card",
|
64
|
+
"commit": "b8dde556ff82051c140074a3140e83bfdd56f4dc",
|
65
|
+
"comment": "react-card: Move to new common folder."
|
66
|
+
}
|
67
|
+
],
|
68
|
+
"prerelease": [
|
69
|
+
{
|
70
|
+
"author": "martinhochel@microsoft.com",
|
71
|
+
"package": "@fluentui/react-card",
|
72
|
+
"commit": "fd41e5b15e3a2f08245cd4e4bbcc0f07a367ce3b",
|
73
|
+
"comment": "feat: ship rolluped only dts"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"author": "beachball",
|
77
|
+
"package": "@fluentui/react-card",
|
78
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
79
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"author": "beachball",
|
83
|
+
"package": "@fluentui/react-card",
|
84
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
|
85
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"author": "beachball",
|
89
|
+
"package": "@fluentui/react-card",
|
90
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
91
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"author": "beachball",
|
95
|
+
"package": "@fluentui/react-card",
|
96
|
+
"comment": "Bump @fluentui/react-text to v9.0.0-rc.7",
|
97
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"author": "beachball",
|
101
|
+
"package": "@fluentui/react-card",
|
102
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-rc.8",
|
103
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
104
|
+
}
|
105
|
+
]
|
106
|
+
}
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"date": "Mon, 25 Apr 2022 09:32:19 GMT",
|
110
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.12",
|
111
|
+
"version": "9.0.0-beta.12",
|
112
|
+
"comments": {
|
113
|
+
"prerelease": [
|
114
|
+
{
|
115
|
+
"author": "beachball",
|
116
|
+
"package": "@fluentui/react-card",
|
117
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
|
118
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"author": "beachball",
|
122
|
+
"package": "@fluentui/react-card",
|
123
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-rc.7",
|
124
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
|
125
|
+
}
|
126
|
+
]
|
127
|
+
}
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"date": "Tue, 19 Apr 2022 19:17:14 GMT",
|
6
131
|
"tag": "@fluentui/react-card_v9.0.0-beta.11",
|
7
132
|
"version": "9.0.0-beta.11",
|
8
133
|
"comments": {
|
@@ -52,37 +177,37 @@
|
|
52
177
|
"author": "beachball",
|
53
178
|
"package": "@fluentui/react-card",
|
54
179
|
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
55
|
-
"commit": "
|
180
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
56
181
|
},
|
57
182
|
{
|
58
183
|
"author": "beachball",
|
59
184
|
"package": "@fluentui/react-card",
|
60
185
|
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
|
61
|
-
"commit": "
|
186
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
62
187
|
},
|
63
188
|
{
|
64
189
|
"author": "beachball",
|
65
190
|
"package": "@fluentui/react-card",
|
66
191
|
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
67
|
-
"commit": "
|
192
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
68
193
|
},
|
69
194
|
{
|
70
195
|
"author": "beachball",
|
71
196
|
"package": "@fluentui/react-card",
|
72
197
|
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
73
|
-
"commit": "
|
198
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
74
199
|
},
|
75
200
|
{
|
76
201
|
"author": "beachball",
|
77
202
|
"package": "@fluentui/react-card",
|
78
203
|
"comment": "Bump @fluentui/react-text to v9.0.0-rc.6",
|
79
|
-
"commit": "
|
204
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
80
205
|
},
|
81
206
|
{
|
82
207
|
"author": "beachball",
|
83
208
|
"package": "@fluentui/react-card",
|
84
209
|
"comment": "Bump @fluentui/react-button to v9.0.0-rc.6",
|
85
|
-
"commit": "
|
210
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
86
211
|
}
|
87
212
|
]
|
88
213
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,28 +1,67 @@
|
|
1
1
|
# Change Log - @fluentui/react-card
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 05 May 2022 18:24:36 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.14)
|
8
|
+
|
9
|
+
Thu, 05 May 2022 18:24:36 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.13..@fluentui/react-card_v9.0.0-beta.14)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Added new `focusMode` property to control the focus behavior inside of the component ([PR #22312](https://github.com/microsoft/fluentui/pull/22312) by 39736248+andrefcdias@users.noreply.github.com)
|
15
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
16
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
17
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
18
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
19
|
+
- Bump @fluentui/react-text to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
20
|
+
- Bump @fluentui/react-button to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
21
|
+
|
22
|
+
## [9.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.13)
|
23
|
+
|
24
|
+
Wed, 04 May 2022 13:26:38 GMT
|
25
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.12..@fluentui/react-card_v9.0.0-beta.13)
|
26
|
+
|
27
|
+
### Changes
|
28
|
+
|
29
|
+
- feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
|
30
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
31
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
32
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
33
|
+
- Bump @fluentui/react-text to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
34
|
+
- Bump @fluentui/react-button to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
35
|
+
|
36
|
+
## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.12)
|
37
|
+
|
38
|
+
Mon, 25 Apr 2022 09:32:19 GMT
|
39
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.11..@fluentui/react-card_v9.0.0-beta.12)
|
40
|
+
|
41
|
+
### Changes
|
42
|
+
|
43
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
44
|
+
- Bump @fluentui/react-button to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
45
|
+
|
7
46
|
## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.11)
|
8
47
|
|
9
|
-
Tue, 19 Apr 2022 19:14
|
48
|
+
Tue, 19 Apr 2022 19:17:14 GMT
|
10
49
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.10..@fluentui/react-card_v9.0.0-beta.11)
|
11
50
|
|
12
51
|
### Changes
|
13
52
|
|
14
53
|
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
15
54
|
- Add static classnames to Card ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
16
|
-
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #
|
17
|
-
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #
|
18
|
-
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #
|
19
|
-
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #
|
20
|
-
- Bump @fluentui/react-text to v9.0.0-rc.6 ([PR #
|
21
|
-
- Bump @fluentui/react-button to v9.0.0-rc.6 ([PR #
|
55
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
56
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
57
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
58
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
59
|
+
- Bump @fluentui/react-text to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
60
|
+
- Bump @fluentui/react-button to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
22
61
|
|
23
62
|
## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.10)
|
24
63
|
|
25
|
-
Fri, 04 Mar 2022 05:17:35 GMT
|
64
|
+
Fri, 04 Mar 2022 05:17:35 GMT
|
26
65
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.9..@fluentui/react-card_v9.0.0-beta.10)
|
27
66
|
|
28
67
|
### Changes
|
@@ -36,7 +75,7 @@ Fri, 04 Mar 2022 05:17:35 GMT
|
|
36
75
|
|
37
76
|
## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.9)
|
38
77
|
|
39
|
-
Tue, 01 Mar 2022 02:17:35 GMT
|
78
|
+
Tue, 01 Mar 2022 02:17:35 GMT
|
40
79
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.8..@fluentui/react-card_v9.0.0-beta.9)
|
41
80
|
|
42
81
|
### Changes
|
@@ -49,7 +88,7 @@ Tue, 01 Mar 2022 02:17:35 GMT
|
|
49
88
|
|
50
89
|
## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.8)
|
51
90
|
|
52
|
-
Fri, 18 Feb 2022 13:35:29 GMT
|
91
|
+
Fri, 18 Feb 2022 13:35:29 GMT
|
53
92
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.6..@fluentui/react-card_v9.0.0-beta.8)
|
54
93
|
|
55
94
|
### Changes
|
@@ -65,7 +104,7 @@ Fri, 18 Feb 2022 13:35:29 GMT
|
|
65
104
|
|
66
105
|
## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.6)
|
67
106
|
|
68
|
-
Thu, 10 Feb 2022 08:51:52 GMT
|
107
|
+
Thu, 10 Feb 2022 08:51:52 GMT
|
69
108
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.5..@fluentui/react-card_v9.0.0-beta.6)
|
70
109
|
|
71
110
|
### Changes
|
@@ -75,7 +114,7 @@ Thu, 10 Feb 2022 08:51:52 GMT
|
|
75
114
|
- 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)
|
76
115
|
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
77
116
|
- Remove empty CardCommons type and outdated boilerplate comments ([PR #21150](https://github.com/microsoft/fluentui/pull/21150) by elcraig@microsoft.com)
|
78
|
-
- 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)
|
117
|
+
- 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)
|
79
118
|
- use Griffel packages ([PR #21417](https://github.com/microsoft/fluentui/pull/21417) by olfedias@microsoft.com)
|
80
119
|
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
81
120
|
- update styles no not use CSS shorthands ([PR #20794](https://github.com/microsoft/fluentui/pull/20794) by olfedias@microsoft.com)
|
@@ -88,7 +127,7 @@ Thu, 10 Feb 2022 08:51:52 GMT
|
|
88
127
|
|
89
128
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.5)
|
90
129
|
|
91
|
-
Thu, 25 Nov 2021 08:34:12 GMT
|
130
|
+
Thu, 25 Nov 2021 08:34:12 GMT
|
92
131
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.4..@fluentui/react-card_v9.0.0-beta.5)
|
93
132
|
|
94
133
|
### Changes
|
@@ -105,7 +144,7 @@ Thu, 25 Nov 2021 08:34:12 GMT
|
|
105
144
|
|
106
145
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.4)
|
107
146
|
|
108
|
-
Fri, 12 Nov 2021 13:25:17 GMT
|
147
|
+
Fri, 12 Nov 2021 13:25:17 GMT
|
109
148
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.3..@fluentui/react-card_v9.0.0-beta.4)
|
110
149
|
|
111
150
|
### Changes
|
@@ -123,7 +162,7 @@ Fri, 12 Nov 2021 13:25:17 GMT
|
|
123
162
|
|
124
163
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.3)
|
125
164
|
|
126
|
-
Wed, 27 Oct 2021 12:14:15 GMT
|
165
|
+
Wed, 27 Oct 2021 12:14:15 GMT
|
127
166
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.2..@fluentui/react-card_v9.0.0-beta.3)
|
128
167
|
|
129
168
|
### Changes
|
@@ -140,7 +179,7 @@ Wed, 27 Oct 2021 12:14:15 GMT
|
|
140
179
|
|
141
180
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.2)
|
142
181
|
|
143
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
182
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
144
183
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.1..@fluentui/react-card_v9.0.0-beta.2)
|
145
184
|
|
146
185
|
### Changes
|
@@ -152,7 +191,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
152
191
|
|
153
192
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.1)
|
154
193
|
|
155
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
194
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
156
195
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.18..@fluentui/react-card_v9.0.0-beta.1)
|
157
196
|
|
158
197
|
### Changes
|
@@ -168,7 +207,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
168
207
|
|
169
208
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.18)
|
170
209
|
|
171
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
210
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
172
211
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.17..@fluentui/react-card_v9.0.0-alpha.18)
|
173
212
|
|
174
213
|
### Changes
|
@@ -182,7 +221,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
182
221
|
|
183
222
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.17)
|
184
223
|
|
185
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
224
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
186
225
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.16..@fluentui/react-card_v9.0.0-alpha.17)
|
187
226
|
|
188
227
|
### Changes
|
@@ -198,7 +237,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
198
237
|
|
199
238
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.16)
|
200
239
|
|
201
|
-
Mon, 04 Oct 2021 08:03:04 GMT
|
240
|
+
Mon, 04 Oct 2021 08:03:04 GMT
|
202
241
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.15..@fluentui/react-card_v9.0.0-alpha.16)
|
203
242
|
|
204
243
|
### Changes
|
@@ -207,7 +246,7 @@ Mon, 04 Oct 2021 08:03:04 GMT
|
|
207
246
|
|
208
247
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.15)
|
209
248
|
|
210
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
249
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
211
250
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.13..@fluentui/react-card_v9.0.0-alpha.15)
|
212
251
|
|
213
252
|
### Changes
|
@@ -223,7 +262,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
223
262
|
|
224
263
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.13)
|
225
264
|
|
226
|
-
Fri, 01 Oct 2021 12:30:46 GMT
|
265
|
+
Fri, 01 Oct 2021 12:30:46 GMT
|
227
266
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.12..@fluentui/react-card_v9.0.0-alpha.13)
|
228
267
|
|
229
268
|
### Changes
|
@@ -232,7 +271,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
|
|
232
271
|
|
233
272
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.12)
|
234
273
|
|
235
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
274
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
236
275
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.11..@fluentui/react-card_v9.0.0-alpha.12)
|
237
276
|
|
238
277
|
### Changes
|
@@ -241,7 +280,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
241
280
|
|
242
281
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.11)
|
243
282
|
|
244
|
-
Thu, 30 Sep 2021 09:18:15 GMT
|
283
|
+
Thu, 30 Sep 2021 09:18:15 GMT
|
245
284
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.10..@fluentui/react-card_v9.0.0-alpha.11)
|
246
285
|
|
247
286
|
### Changes
|
@@ -250,7 +289,7 @@ Thu, 30 Sep 2021 09:18:15 GMT
|
|
250
289
|
|
251
290
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.10)
|
252
291
|
|
253
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
292
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
254
293
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.9..@fluentui/react-card_v9.0.0-alpha.10)
|
255
294
|
|
256
295
|
### Changes
|
@@ -264,7 +303,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
264
303
|
|
265
304
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.9)
|
266
305
|
|
267
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
306
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
268
307
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.8..@fluentui/react-card_v9.0.0-alpha.9)
|
269
308
|
|
270
309
|
### Changes
|
@@ -279,7 +318,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
279
318
|
|
280
319
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.8)
|
281
320
|
|
282
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
321
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
283
322
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.7..@fluentui/react-card_v9.0.0-alpha.8)
|
284
323
|
|
285
324
|
### Changes
|
@@ -294,7 +333,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
294
333
|
|
295
334
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.7)
|
296
335
|
|
297
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
336
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
298
337
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.6..@fluentui/react-card_v9.0.0-alpha.7)
|
299
338
|
|
300
339
|
### Changes
|
@@ -311,7 +350,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
311
350
|
|
312
351
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.6)
|
313
352
|
|
314
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
353
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
315
354
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.5..@fluentui/react-card_v9.0.0-alpha.6)
|
316
355
|
|
317
356
|
### Changes
|
@@ -326,7 +365,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
326
365
|
|
327
366
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.5)
|
328
367
|
|
329
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
368
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
330
369
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.4..@fluentui/react-card_v9.0.0-alpha.5)
|
331
370
|
|
332
371
|
### Changes
|
@@ -340,7 +379,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
340
379
|
|
341
380
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.4)
|
342
381
|
|
343
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
382
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
344
383
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.3..@fluentui/react-card_v9.0.0-alpha.4)
|
345
384
|
|
346
385
|
### Changes
|
@@ -349,7 +388,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
349
388
|
|
350
389
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.3)
|
351
390
|
|
352
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
391
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
353
392
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.2..@fluentui/react-card_v9.0.0-alpha.3)
|
354
393
|
|
355
394
|
### Changes
|
@@ -358,7 +397,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
358
397
|
|
359
398
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.2)
|
360
399
|
|
361
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
400
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
362
401
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.1..@fluentui/react-card_v9.0.0-alpha.2)
|
363
402
|
|
364
403
|
### Changes
|
@@ -367,7 +406,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
367
406
|
|
368
407
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.1)
|
369
408
|
|
370
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
409
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
371
410
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.1)
|
372
411
|
|
373
412
|
### Changes
|
@@ -377,7 +416,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
377
416
|
|
378
417
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
|
379
418
|
|
380
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
419
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
381
420
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
|
382
421
|
|
383
422
|
### Changes
|
@@ -386,7 +425,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
386
425
|
|
387
426
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
|
388
427
|
|
389
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
428
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
390
429
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
|
391
430
|
|
392
431
|
### Changes
|
@@ -395,7 +434,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
395
434
|
|
396
435
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
|
397
436
|
|
398
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
437
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
399
438
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
|
400
439
|
|
401
440
|
### Changes
|
@@ -404,7 +443,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
404
443
|
|
405
444
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
|
406
445
|
|
407
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
446
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
408
447
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
|
409
448
|
|
410
449
|
### Patches
|
@@ -417,7 +456,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
417
456
|
|
418
457
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
|
419
458
|
|
420
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
459
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
421
460
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
|
422
461
|
|
423
462
|
### Changes
|
@@ -426,7 +465,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
426
465
|
|
427
466
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
|
428
467
|
|
429
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
468
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
430
469
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
|
431
470
|
|
432
471
|
### Changes
|
@@ -435,7 +474,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
435
474
|
|
436
475
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
|
437
476
|
|
438
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
477
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
439
478
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
|
440
479
|
|
441
480
|
### Changes
|
@@ -444,7 +483,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
444
483
|
|
445
484
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
|
446
485
|
|
447
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
486
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
448
487
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
|
449
488
|
|
450
489
|
### Changes
|
@@ -453,7 +492,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
453
492
|
|
454
493
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
|
455
494
|
|
456
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
495
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
457
496
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
|
458
497
|
|
459
498
|
### Changes
|
@@ -462,7 +501,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
462
501
|
|
463
502
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
|
464
503
|
|
465
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
504
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
466
505
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
|
467
506
|
|
468
507
|
### Changes
|
package/Spec.md
CHANGED
@@ -102,17 +102,17 @@ Card goes for a more structural and generic approach to a card component and is
|
|
102
102
|
|
103
103
|
#### API
|
104
104
|
|
105
|
-
| Property | Values | Default | Purpose
|
106
|
-
| ----------- | ------------------------------------------------------------------------------------ | ---------- |
|
107
|
-
| orientation | `vertical`, `horizontal` | `vertical` | Orientation of the card
|
108
|
-
| size | `smallest`, `smaller`, `small`, `medium`, `large` | `medium` | Define the minimum size of the card. Smaller sizes only apply to horizontal card
|
109
|
-
| scale | `fixed`, `auto-width`, `auto-height`, `auto`, `fluid-width`, `fluid-height`, `fluid` | `auto` | Manages how the card handles it's scaling depending on the content
|
110
|
-
| appearance | `filled`, `filled-alternative`, `outline`, `subtle` | `filled` | Define the appearance of the card
|
111
|
-
| selectable | boolean | false | Makes the card selectable by adding a checkbox to the _Actions_ area
|
112
|
-
| selected | boolean | false | Set to `true` if card is selected
|
113
|
-
| expandable | boolean | false | Allow card to expand to show whole content
|
114
|
-
| disabled | boolean | false | Makes the card and card selection disabled (not propagated to children)
|
115
|
-
|
|
105
|
+
| Property | Values | Default | Purpose |
|
106
|
+
| ----------- | ------------------------------------------------------------------------------------ | ---------- | -------------------------------------------------------------------------------- |
|
107
|
+
| orientation | `vertical`, `horizontal` | `vertical` | Orientation of the card |
|
108
|
+
| size | `smallest`, `smaller`, `small`, `medium`, `large` | `medium` | Define the minimum size of the card. Smaller sizes only apply to horizontal card |
|
109
|
+
| scale | `fixed`, `auto-width`, `auto-height`, `auto`, `fluid-width`, `fluid-height`, `fluid` | `auto` | Manages how the card handles it's scaling depending on the content |
|
110
|
+
| appearance | `filled`, `filled-alternative`, `outline`, `subtle` | `filled` | Define the appearance of the card |
|
111
|
+
| selectable | boolean | false | Makes the card selectable by adding a checkbox to the _Actions_ area |
|
112
|
+
| selected | boolean | false | Set to `true` if card is selected |
|
113
|
+
| expandable | boolean | false | Allow card to expand to show whole content |
|
114
|
+
| disabled | boolean | false | Makes the card and card selection disabled (not propagated to children) |
|
115
|
+
| focusMode | `off`, `no-tab`, `tab-exit`, `tab-only` | `off` | Sets the focus behavior for the card. |
|
116
116
|
|
117
117
|
#### `scale` property
|
118
118
|
|
@@ -124,19 +124,23 @@ Card goes for a more structural and generic approach to a card component and is
|
|
124
124
|
- `fluid-height`: `height` is set to `100%`.
|
125
125
|
- `fluid`: `width` and `height` are set to `100%`.
|
126
126
|
|
127
|
-
#### `
|
127
|
+
#### `focusMode` property
|
128
128
|
|
129
|
-
The three allowed focus behaviours (
|
129
|
+
The three allowed focus behaviours (`no-tab`, `tab-exit`, `tab-only`) map to the behaviors provided by Tabster.
|
130
130
|
|
131
|
-
- `
|
131
|
+
- `off`
|
132
|
+
|
133
|
+
The card will not focusable.
|
134
|
+
|
135
|
+
- `no-tab` (`trapFocus` in Tabster)
|
132
136
|
|
133
137
|
This behaviour traps the focus inside of the Card when pressing the `Enter` key and will only release focus when pressing the `Escape` key.
|
134
138
|
|
135
|
-
- `
|
139
|
+
- `tab-exit` (`limited` in Tabster)
|
136
140
|
|
137
141
|
This behaviour traps the focus inside of the Card when pressing the `Enter` key but will release focus when pressing the `Tab` key on the last inner element.
|
138
142
|
|
139
|
-
- `
|
143
|
+
- `tab-only` (`unlimited` in Tabster)
|
140
144
|
|
141
145
|
This behaviour will cycle through all elements inside of the Card when pressing the `Tab` key and then release focus after the last inner element.
|
142
146
|
|
@@ -19,6 +19,27 @@ export declare const cardClassNames: SlotClassNames<CardSlots>;
|
|
19
19
|
|
20
20
|
export declare type CardCommons = {
|
21
21
|
appearance: 'filled' | 'filled-alternative' | 'outline' | 'subtle';
|
22
|
+
/**
|
23
|
+
* Sets the focus behavior for the card. If `true`, the card will use the `noTab` focus behavior.
|
24
|
+
*
|
25
|
+
* `off`
|
26
|
+
* The card will not focusable.
|
27
|
+
*
|
28
|
+
* `no-tab`
|
29
|
+
* This behaviour traps the focus inside of the Card when pressing the Enter key and will only release focus when
|
30
|
+
* pressing the Escape key.
|
31
|
+
*
|
32
|
+
* `tab-exit`
|
33
|
+
* This behaviour traps the focus inside of the Card when pressing the Enter key but will release focus when pressing
|
34
|
+
* the Tab key on the last inner element.
|
35
|
+
*
|
36
|
+
* `tab-only`
|
37
|
+
* This behaviour will cycle through all elements inside of the Card when pressing the Tab key and then release focus
|
38
|
+
* after the last inner element.
|
39
|
+
*
|
40
|
+
* @defaultvalue off
|
41
|
+
*/
|
42
|
+
focusMode: 'off' | 'no-tab' | 'tab-exit' | 'tab-only';
|
22
43
|
};
|
23
44
|
|
24
45
|
/**
|