@fluentui/react-card 9.0.0-beta.12 → 9.0.0-beta.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/CHANGELOG.json +180 -1
  2. package/CHANGELOG.md +88 -40
  3. package/Spec.md +20 -16
  4. package/dist/{react-card.d.ts → index.d.ts} +25 -6
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/components/Card/Card.types.js.map +1 -1
  7. package/lib/components/Card/useCard.js +16 -5
  8. package/lib/components/Card/useCard.js.map +1 -1
  9. package/lib/components/Card/useCardStyles.js +80 -74
  10. package/lib/components/Card/useCardStyles.js.map +1 -1
  11. package/lib/index.js.map +1 -1
  12. package/lib-commonjs/components/Card/useCard.js +16 -5
  13. package/lib-commonjs/components/Card/useCard.js.map +1 -1
  14. package/lib-commonjs/components/Card/useCardStyles.js +80 -74
  15. package/lib-commonjs/components/Card/useCardStyles.js.map +1 -1
  16. package/lib-commonjs/index.js.map +1 -1
  17. package/package.json +12 -11
  18. package/lib/Card.d.ts +0 -1
  19. package/lib/CardFooter.d.ts +0 -1
  20. package/lib/CardHeader.d.ts +0 -1
  21. package/lib/CardPreview.d.ts +0 -1
  22. package/lib/components/Card/Card.d.ts +0 -6
  23. package/lib/components/Card/Card.types.d.ts +0 -15
  24. package/lib/components/Card/index.d.ts +0 -5
  25. package/lib/components/Card/renderCard.d.ts +0 -5
  26. package/lib/components/Card/useCard.d.ts +0 -12
  27. package/lib/components/Card/useCardStyles.d.ts +0 -11
  28. package/lib/components/CardFooter/CardFooter.d.ts +0 -6
  29. package/lib/components/CardFooter/CardFooter.types.d.ts +0 -13
  30. package/lib/components/CardFooter/index.d.ts +0 -5
  31. package/lib/components/CardFooter/renderCardFooter.d.ts +0 -5
  32. package/lib/components/CardFooter/useCardFooter.d.ts +0 -12
  33. package/lib/components/CardFooter/useCardFooterStyles.d.ts +0 -11
  34. package/lib/components/CardHeader/CardHeader.d.ts +0 -6
  35. package/lib/components/CardHeader/CardHeader.types.d.ts +0 -17
  36. package/lib/components/CardHeader/index.d.ts +0 -5
  37. package/lib/components/CardHeader/renderCardHeader.d.ts +0 -5
  38. package/lib/components/CardHeader/useCardHeader.d.ts +0 -12
  39. package/lib/components/CardHeader/useCardHeaderStyles.d.ts +0 -11
  40. package/lib/components/CardPreview/CardPreview.d.ts +0 -6
  41. package/lib/components/CardPreview/CardPreview.types.d.ts +0 -13
  42. package/lib/components/CardPreview/index.d.ts +0 -5
  43. package/lib/components/CardPreview/renderCardPreview.d.ts +0 -5
  44. package/lib/components/CardPreview/useCardPreview.d.ts +0 -12
  45. package/lib/components/CardPreview/useCardPreviewStyles.d.ts +0 -11
  46. package/lib/index.d.ts +0 -8
  47. package/lib-commonjs/Card.d.ts +0 -1
  48. package/lib-commonjs/CardFooter.d.ts +0 -1
  49. package/lib-commonjs/CardHeader.d.ts +0 -1
  50. package/lib-commonjs/CardPreview.d.ts +0 -1
  51. package/lib-commonjs/components/Card/Card.d.ts +0 -6
  52. package/lib-commonjs/components/Card/Card.types.d.ts +0 -15
  53. package/lib-commonjs/components/Card/index.d.ts +0 -5
  54. package/lib-commonjs/components/Card/renderCard.d.ts +0 -5
  55. package/lib-commonjs/components/Card/useCard.d.ts +0 -12
  56. package/lib-commonjs/components/Card/useCardStyles.d.ts +0 -11
  57. package/lib-commonjs/components/CardFooter/CardFooter.d.ts +0 -6
  58. package/lib-commonjs/components/CardFooter/CardFooter.types.d.ts +0 -13
  59. package/lib-commonjs/components/CardFooter/index.d.ts +0 -5
  60. package/lib-commonjs/components/CardFooter/renderCardFooter.d.ts +0 -5
  61. package/lib-commonjs/components/CardFooter/useCardFooter.d.ts +0 -12
  62. package/lib-commonjs/components/CardFooter/useCardFooterStyles.d.ts +0 -11
  63. package/lib-commonjs/components/CardHeader/CardHeader.d.ts +0 -6
  64. package/lib-commonjs/components/CardHeader/CardHeader.types.d.ts +0 -17
  65. package/lib-commonjs/components/CardHeader/index.d.ts +0 -5
  66. package/lib-commonjs/components/CardHeader/renderCardHeader.d.ts +0 -5
  67. package/lib-commonjs/components/CardHeader/useCardHeader.d.ts +0 -12
  68. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.d.ts +0 -11
  69. package/lib-commonjs/components/CardPreview/CardPreview.d.ts +0 -6
  70. package/lib-commonjs/components/CardPreview/CardPreview.types.d.ts +0 -13
  71. package/lib-commonjs/components/CardPreview/index.d.ts +0 -5
  72. package/lib-commonjs/components/CardPreview/renderCardPreview.d.ts +0 -5
  73. package/lib-commonjs/components/CardPreview/useCardPreview.d.ts +0 -12
  74. package/lib-commonjs/components/CardPreview/useCardPreviewStyles.d.ts +0 -11
  75. package/lib-commonjs/index.d.ts +0 -8
package/CHANGELOG.json CHANGED
@@ -2,7 +2,186 @@
2
2
  "name": "@fluentui/react-card",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 25 Apr 2022 09:31:20 GMT",
5
+ "date": "Mon, 23 May 2022 12:10:31 GMT",
6
+ "tag": "@fluentui/react-card_v9.0.0-beta.15",
7
+ "version": "9.0.0-beta.15",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-card",
13
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
14
+ "comment": "chore: Update Griffel to latest version"
15
+ },
16
+ {
17
+ "author": "39736248+andrefcdias@users.noreply.github.com",
18
+ "package": "@fluentui/react-card",
19
+ "commit": "a42bebb19d1403bfbde96cfb4b09e3ce32490ec6",
20
+ "comment": "CardPreview now expands properly, all the way to the Card's edges"
21
+ },
22
+ {
23
+ "author": "39736248+andrefcdias@users.noreply.github.com",
24
+ "package": "@fluentui/react-card",
25
+ "commit": "d24b84d3239563973ed1dff9145998a4403c531e",
26
+ "comment": "fix: focus no longer being managed when using `focusMode=\"off\"`"
27
+ },
28
+ {
29
+ "author": "sarah.higley@microsoft.com",
30
+ "package": "@fluentui/react-card",
31
+ "commit": "a31441fdf2fa55f706983653febf5c318d76693d",
32
+ "comment": "remove commons from Card"
33
+ },
34
+ {
35
+ "author": "olfedias@microsoft.com",
36
+ "package": "@fluentui/react-card",
37
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
38
+ "comment": "chore: Update Griffel to latest version"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-card",
43
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
44
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-card",
49
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
50
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-card",
55
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
56
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-card",
61
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
62
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-card",
67
+ "comment": "Bump @fluentui/react-text to v9.0.0-rc.9",
68
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-card",
73
+ "comment": "Bump @fluentui/react-button to v9.0.0-rc.10",
74
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
75
+ }
76
+ ]
77
+ }
78
+ },
79
+ {
80
+ "date": "Thu, 05 May 2022 18:26:29 GMT",
81
+ "tag": "@fluentui/react-card_v9.0.0-beta.14",
82
+ "version": "9.0.0-beta.14",
83
+ "comments": {
84
+ "prerelease": [
85
+ {
86
+ "author": "39736248+andrefcdias@users.noreply.github.com",
87
+ "package": "@fluentui/react-card",
88
+ "commit": "6f5126ab390def986bda1c95c1540c20e8b0ddd9",
89
+ "comment": "Added new `focusMode` property to control the focus behavior inside of the component"
90
+ },
91
+ {
92
+ "author": "beachball",
93
+ "package": "@fluentui/react-card",
94
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
95
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
96
+ },
97
+ {
98
+ "author": "beachball",
99
+ "package": "@fluentui/react-card",
100
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
101
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
102
+ },
103
+ {
104
+ "author": "beachball",
105
+ "package": "@fluentui/react-card",
106
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
107
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
108
+ },
109
+ {
110
+ "author": "beachball",
111
+ "package": "@fluentui/react-card",
112
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
113
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
114
+ },
115
+ {
116
+ "author": "beachball",
117
+ "package": "@fluentui/react-card",
118
+ "comment": "Bump @fluentui/react-text to v9.0.0-rc.8",
119
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
120
+ },
121
+ {
122
+ "author": "beachball",
123
+ "package": "@fluentui/react-card",
124
+ "comment": "Bump @fluentui/react-button to v9.0.0-rc.9",
125
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
126
+ }
127
+ ]
128
+ }
129
+ },
130
+ {
131
+ "date": "Wed, 04 May 2022 13:26:38 GMT",
132
+ "tag": "@fluentui/react-card_v9.0.0-beta.13",
133
+ "version": "9.0.0-beta.13",
134
+ "comments": {
135
+ "none": [
136
+ {
137
+ "author": "tristan.watanabe@gmail.com",
138
+ "package": "@fluentui/react-card",
139
+ "commit": "b8dde556ff82051c140074a3140e83bfdd56f4dc",
140
+ "comment": "react-card: Move to new common folder."
141
+ }
142
+ ],
143
+ "prerelease": [
144
+ {
145
+ "author": "martinhochel@microsoft.com",
146
+ "package": "@fluentui/react-card",
147
+ "commit": "fd41e5b15e3a2f08245cd4e4bbcc0f07a367ce3b",
148
+ "comment": "feat: ship rolluped only dts"
149
+ },
150
+ {
151
+ "author": "beachball",
152
+ "package": "@fluentui/react-card",
153
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
154
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
155
+ },
156
+ {
157
+ "author": "beachball",
158
+ "package": "@fluentui/react-card",
159
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
160
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
161
+ },
162
+ {
163
+ "author": "beachball",
164
+ "package": "@fluentui/react-card",
165
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
166
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
167
+ },
168
+ {
169
+ "author": "beachball",
170
+ "package": "@fluentui/react-card",
171
+ "comment": "Bump @fluentui/react-text to v9.0.0-rc.7",
172
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
173
+ },
174
+ {
175
+ "author": "beachball",
176
+ "package": "@fluentui/react-card",
177
+ "comment": "Bump @fluentui/react-button to v9.0.0-rc.8",
178
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
179
+ }
180
+ ]
181
+ }
182
+ },
183
+ {
184
+ "date": "Mon, 25 Apr 2022 09:32:19 GMT",
6
185
  "tag": "@fluentui/react-card_v9.0.0-beta.12",
7
186
  "version": "9.0.0-beta.12",
8
187
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,60 @@
1
1
  # Change Log - @fluentui/react-card
2
2
 
3
- This log was last generated on Mon, 25 Apr 2022 09:31:20 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 12:10:31 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.15)
8
+
9
+ Mon, 23 May 2022 12:10:31 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.14..@fluentui/react-card_v9.0.0-beta.15)
11
+
12
+ ### Changes
13
+
14
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
15
+ - CardPreview now expands properly, all the way to the Card's edges ([PR #22761](https://github.com/microsoft/fluentui/pull/22761) by 39736248+andrefcdias@users.noreply.github.com)
16
+ - fix: focus no longer being managed when using `focusMode="off"` ([PR #23011](https://github.com/microsoft/fluentui/pull/23011) by 39736248+andrefcdias@users.noreply.github.com)
17
+ - remove commons from Card ([PR #22872](https://github.com/microsoft/fluentui/pull/22872) by sarah.higley@microsoft.com)
18
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
19
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
20
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
21
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
22
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
23
+ - Bump @fluentui/react-text to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
24
+ - Bump @fluentui/react-button to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
25
+
26
+ ## [9.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.14)
27
+
28
+ Thu, 05 May 2022 18:26:29 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.13..@fluentui/react-card_v9.0.0-beta.14)
30
+
31
+ ### Changes
32
+
33
+ - 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)
34
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
35
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
36
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
37
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
38
+ - Bump @fluentui/react-text to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
39
+ - Bump @fluentui/react-button to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
40
+
41
+ ## [9.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.13)
42
+
43
+ Wed, 04 May 2022 13:26:38 GMT
44
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.12..@fluentui/react-card_v9.0.0-beta.13)
45
+
46
+ ### Changes
47
+
48
+ - feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
49
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
50
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
51
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
52
+ - Bump @fluentui/react-text to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
53
+ - Bump @fluentui/react-button to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
54
+
7
55
  ## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.12)
8
56
 
9
- Mon, 25 Apr 2022 09:31:20 GMT
57
+ Mon, 25 Apr 2022 09:32:19 GMT
10
58
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.11..@fluentui/react-card_v9.0.0-beta.12)
11
59
 
12
60
  ### Changes
@@ -16,7 +64,7 @@ Mon, 25 Apr 2022 09:31:20 GMT
16
64
 
17
65
  ## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.11)
18
66
 
19
- Tue, 19 Apr 2022 19:17:14 GMT
67
+ Tue, 19 Apr 2022 19:17:14 GMT
20
68
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.10..@fluentui/react-card_v9.0.0-beta.11)
21
69
 
22
70
  ### Changes
@@ -32,7 +80,7 @@ Tue, 19 Apr 2022 19:17:14 GMT
32
80
 
33
81
  ## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.10)
34
82
 
35
- Fri, 04 Mar 2022 05:17:35 GMT
83
+ Fri, 04 Mar 2022 05:17:35 GMT
36
84
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.9..@fluentui/react-card_v9.0.0-beta.10)
37
85
 
38
86
  ### Changes
@@ -46,7 +94,7 @@ Fri, 04 Mar 2022 05:17:35 GMT
46
94
 
47
95
  ## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.9)
48
96
 
49
- Tue, 01 Mar 2022 02:17:35 GMT
97
+ Tue, 01 Mar 2022 02:17:35 GMT
50
98
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.8..@fluentui/react-card_v9.0.0-beta.9)
51
99
 
52
100
  ### Changes
@@ -59,7 +107,7 @@ Tue, 01 Mar 2022 02:17:35 GMT
59
107
 
60
108
  ## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.8)
61
109
 
62
- Fri, 18 Feb 2022 13:35:29 GMT
110
+ Fri, 18 Feb 2022 13:35:29 GMT
63
111
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.6..@fluentui/react-card_v9.0.0-beta.8)
64
112
 
65
113
  ### Changes
@@ -75,7 +123,7 @@ Fri, 18 Feb 2022 13:35:29 GMT
75
123
 
76
124
  ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.6)
77
125
 
78
- Thu, 10 Feb 2022 08:51:52 GMT
126
+ Thu, 10 Feb 2022 08:51:52 GMT
79
127
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.5..@fluentui/react-card_v9.0.0-beta.6)
80
128
 
81
129
  ### Changes
@@ -85,7 +133,7 @@ Thu, 10 Feb 2022 08:51:52 GMT
85
133
  - 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)
86
134
  - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
87
135
  - Remove empty CardCommons type and outdated boilerplate comments ([PR #21150](https://github.com/microsoft/fluentui/pull/21150) by elcraig@microsoft.com)
88
- - 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)
136
+ - 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)
89
137
  - use Griffel packages ([PR #21417](https://github.com/microsoft/fluentui/pull/21417) by olfedias@microsoft.com)
90
138
  - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
91
139
  - update styles no not use CSS shorthands ([PR #20794](https://github.com/microsoft/fluentui/pull/20794) by olfedias@microsoft.com)
@@ -98,7 +146,7 @@ Thu, 10 Feb 2022 08:51:52 GMT
98
146
 
99
147
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.5)
100
148
 
101
- Thu, 25 Nov 2021 08:34:12 GMT
149
+ Thu, 25 Nov 2021 08:34:12 GMT
102
150
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.4..@fluentui/react-card_v9.0.0-beta.5)
103
151
 
104
152
  ### Changes
@@ -115,7 +163,7 @@ Thu, 25 Nov 2021 08:34:12 GMT
115
163
 
116
164
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.4)
117
165
 
118
- Fri, 12 Nov 2021 13:25:17 GMT
166
+ Fri, 12 Nov 2021 13:25:17 GMT
119
167
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.3..@fluentui/react-card_v9.0.0-beta.4)
120
168
 
121
169
  ### Changes
@@ -133,7 +181,7 @@ Fri, 12 Nov 2021 13:25:17 GMT
133
181
 
134
182
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.3)
135
183
 
136
- Wed, 27 Oct 2021 12:14:15 GMT
184
+ Wed, 27 Oct 2021 12:14:15 GMT
137
185
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.2..@fluentui/react-card_v9.0.0-beta.3)
138
186
 
139
187
  ### Changes
@@ -150,7 +198,7 @@ Wed, 27 Oct 2021 12:14:15 GMT
150
198
 
151
199
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.2)
152
200
 
153
- Tue, 12 Oct 2021 19:45:58 GMT
201
+ Tue, 12 Oct 2021 19:45:58 GMT
154
202
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.1..@fluentui/react-card_v9.0.0-beta.2)
155
203
 
156
204
  ### Changes
@@ -162,7 +210,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
162
210
 
163
211
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.1)
164
212
 
165
- Wed, 06 Oct 2021 10:37:22 GMT
213
+ Wed, 06 Oct 2021 10:37:22 GMT
166
214
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.18..@fluentui/react-card_v9.0.0-beta.1)
167
215
 
168
216
  ### Changes
@@ -178,7 +226,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
178
226
 
179
227
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.18)
180
228
 
181
- Tue, 05 Oct 2021 12:47:58 GMT
229
+ Tue, 05 Oct 2021 12:47:58 GMT
182
230
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.17..@fluentui/react-card_v9.0.0-alpha.18)
183
231
 
184
232
  ### Changes
@@ -192,7 +240,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
192
240
 
193
241
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.17)
194
242
 
195
- Tue, 05 Oct 2021 09:28:07 GMT
243
+ Tue, 05 Oct 2021 09:28:07 GMT
196
244
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.16..@fluentui/react-card_v9.0.0-alpha.17)
197
245
 
198
246
  ### Changes
@@ -208,7 +256,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
208
256
 
209
257
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.16)
210
258
 
211
- Mon, 04 Oct 2021 08:03:04 GMT
259
+ Mon, 04 Oct 2021 08:03:04 GMT
212
260
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.15..@fluentui/react-card_v9.0.0-alpha.16)
213
261
 
214
262
  ### Changes
@@ -217,7 +265,7 @@ Mon, 04 Oct 2021 08:03:04 GMT
217
265
 
218
266
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.15)
219
267
 
220
- Fri, 01 Oct 2021 14:13:08 GMT
268
+ Fri, 01 Oct 2021 14:13:08 GMT
221
269
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.13..@fluentui/react-card_v9.0.0-alpha.15)
222
270
 
223
271
  ### Changes
@@ -233,7 +281,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
233
281
 
234
282
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.13)
235
283
 
236
- Fri, 01 Oct 2021 12:30:46 GMT
284
+ Fri, 01 Oct 2021 12:30:46 GMT
237
285
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.12..@fluentui/react-card_v9.0.0-alpha.13)
238
286
 
239
287
  ### Changes
@@ -242,7 +290,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
242
290
 
243
291
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.12)
244
292
 
245
- Fri, 01 Oct 2021 09:44:56 GMT
293
+ Fri, 01 Oct 2021 09:44:56 GMT
246
294
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.11..@fluentui/react-card_v9.0.0-alpha.12)
247
295
 
248
296
  ### Changes
@@ -251,7 +299,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
251
299
 
252
300
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.11)
253
301
 
254
- Thu, 30 Sep 2021 09:18:15 GMT
302
+ Thu, 30 Sep 2021 09:18:15 GMT
255
303
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.10..@fluentui/react-card_v9.0.0-alpha.11)
256
304
 
257
305
  ### Changes
@@ -260,7 +308,7 @@ Thu, 30 Sep 2021 09:18:15 GMT
260
308
 
261
309
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.10)
262
310
 
263
- Wed, 29 Sep 2021 08:06:11 GMT
311
+ Wed, 29 Sep 2021 08:06:11 GMT
264
312
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.9..@fluentui/react-card_v9.0.0-alpha.10)
265
313
 
266
314
  ### Changes
@@ -274,7 +322,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
274
322
 
275
323
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.9)
276
324
 
277
- Mon, 27 Sep 2021 08:06:00 GMT
325
+ Mon, 27 Sep 2021 08:06:00 GMT
278
326
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.8..@fluentui/react-card_v9.0.0-alpha.9)
279
327
 
280
328
  ### Changes
@@ -289,7 +337,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
289
337
 
290
338
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.8)
291
339
 
292
- Fri, 24 Sep 2021 09:17:17 GMT
340
+ Fri, 24 Sep 2021 09:17:17 GMT
293
341
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.7..@fluentui/react-card_v9.0.0-alpha.8)
294
342
 
295
343
  ### Changes
@@ -304,7 +352,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
304
352
 
305
353
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.7)
306
354
 
307
- Thu, 23 Sep 2021 08:21:34 GMT
355
+ Thu, 23 Sep 2021 08:21:34 GMT
308
356
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.6..@fluentui/react-card_v9.0.0-alpha.7)
309
357
 
310
358
  ### Changes
@@ -321,7 +369,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
321
369
 
322
370
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.6)
323
371
 
324
- Wed, 22 Sep 2021 10:10:07 GMT
372
+ Wed, 22 Sep 2021 10:10:07 GMT
325
373
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.5..@fluentui/react-card_v9.0.0-alpha.6)
326
374
 
327
375
  ### Changes
@@ -336,7 +384,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
336
384
 
337
385
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.5)
338
386
 
339
- Tue, 21 Sep 2021 07:42:34 GMT
387
+ Tue, 21 Sep 2021 07:42:34 GMT
340
388
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.4..@fluentui/react-card_v9.0.0-alpha.5)
341
389
 
342
390
  ### Changes
@@ -350,7 +398,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
350
398
 
351
399
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.4)
352
400
 
353
- Mon, 20 Sep 2021 07:36:26 GMT
401
+ Mon, 20 Sep 2021 07:36:26 GMT
354
402
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.3..@fluentui/react-card_v9.0.0-alpha.4)
355
403
 
356
404
  ### Changes
@@ -359,7 +407,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
359
407
 
360
408
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.3)
361
409
 
362
- Fri, 17 Sep 2021 07:35:26 GMT
410
+ Fri, 17 Sep 2021 07:35:26 GMT
363
411
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.2..@fluentui/react-card_v9.0.0-alpha.3)
364
412
 
365
413
  ### Changes
@@ -368,7 +416,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
368
416
 
369
417
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.2)
370
418
 
371
- Thu, 16 Sep 2021 07:38:39 GMT
419
+ Thu, 16 Sep 2021 07:38:39 GMT
372
420
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.1..@fluentui/react-card_v9.0.0-alpha.2)
373
421
 
374
422
  ### Changes
@@ -377,7 +425,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
377
425
 
378
426
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.1)
379
427
 
380
- Tue, 14 Sep 2021 20:09:02 GMT
428
+ Tue, 14 Sep 2021 20:09:02 GMT
381
429
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.1)
382
430
 
383
431
  ### Changes
@@ -387,7 +435,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
387
435
 
388
436
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
389
437
 
390
- Fri, 10 Sep 2021 16:31:53 GMT
438
+ Fri, 10 Sep 2021 16:31:53 GMT
391
439
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
392
440
 
393
441
  ### Changes
@@ -396,7 +444,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
396
444
 
397
445
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
398
446
 
399
- Fri, 10 Sep 2021 07:39:51 GMT
447
+ Fri, 10 Sep 2021 07:39:51 GMT
400
448
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
401
449
 
402
450
  ### Changes
@@ -405,7 +453,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
405
453
 
406
454
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
407
455
 
408
- Mon, 06 Sep 2021 07:34:53 GMT
456
+ Mon, 06 Sep 2021 07:34:53 GMT
409
457
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
410
458
 
411
459
  ### Changes
@@ -414,7 +462,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
414
462
 
415
463
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
416
464
 
417
- Thu, 02 Sep 2021 07:36:46 GMT
465
+ Thu, 02 Sep 2021 07:36:46 GMT
418
466
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
419
467
 
420
468
  ### Patches
@@ -427,7 +475,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
427
475
 
428
476
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
429
477
 
430
- Wed, 01 Sep 2021 07:39:56 GMT
478
+ Wed, 01 Sep 2021 07:39:56 GMT
431
479
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
432
480
 
433
481
  ### Changes
@@ -436,7 +484,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
436
484
 
437
485
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
438
486
 
439
- Tue, 31 Aug 2021 07:37:47 GMT
487
+ Tue, 31 Aug 2021 07:37:47 GMT
440
488
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
441
489
 
442
490
  ### Changes
@@ -445,7 +493,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
445
493
 
446
494
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
447
495
 
448
- Fri, 27 Aug 2021 07:33:32 GMT
496
+ Fri, 27 Aug 2021 07:33:32 GMT
449
497
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
450
498
 
451
499
  ### Changes
@@ -454,7 +502,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
454
502
 
455
503
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
456
504
 
457
- Thu, 26 Aug 2021 07:35:43 GMT
505
+ Thu, 26 Aug 2021 07:35:43 GMT
458
506
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
459
507
 
460
508
  ### Changes
@@ -463,7 +511,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
463
511
 
464
512
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
465
513
 
466
- Fri, 20 Aug 2021 07:37:28 GMT
514
+ Fri, 20 Aug 2021 07:37:28 GMT
467
515
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
468
516
 
469
517
  ### Changes
@@ -472,7 +520,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
472
520
 
473
521
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.0)
474
522
 
475
- Thu, 19 Aug 2021 07:41:35 GMT
523
+ Thu, 19 Aug 2021 07:41:35 GMT
476
524
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.0)
477
525
 
478
526
  ### 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
- | focusable | boolean \| 'noTab' \| 'tabExit' \| 'tabOnly' | false | Sets the focus behavior for the card. If `true`, the card will have the 'noTab' focus behavior. |
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
- #### `focusable` property
127
+ #### `focusMode` property
128
128
 
129
- The three allowed focus behaviours (noTab, tabExit, tabOnly) map to the behaviors provided by Tabster.
129
+ The three allowed focus behaviours (`no-tab`, `tab-exit`, `tab-only`) map to the behaviors provided by Tabster.
130
130
 
131
- - `noTab` (`trapFocus` in Tabster)
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
- - `tabExit` (`limited` in Tabster)
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
- - `tabOnly` (`unlimited` in Tabster)
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