@fluentui/react-card 9.0.0-alpha.1 → 9.0.0-alpha.13

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 (155) hide show
  1. package/CHANGELOG.json +405 -1
  2. package/CHANGELOG.md +146 -2
  3. package/lib/Card.js.map +1 -1
  4. package/lib/CardFooter.js.map +1 -1
  5. package/lib/CardHeader.js.map +1 -1
  6. package/lib/CardPreview.js.map +1 -1
  7. package/lib/common/isConformant.js.map +1 -1
  8. package/lib/components/Card/Card.js.map +1 -1
  9. package/lib/components/Card/Card.types.js.map +1 -1
  10. package/lib/components/Card/index.js.map +1 -1
  11. package/lib/components/Card/renderCard.js.map +1 -1
  12. package/lib/components/Card/useCard.js.map +1 -1
  13. package/lib/components/Card/useCardStyles.js +9 -9
  14. package/lib/components/Card/useCardStyles.js.map +1 -1
  15. package/lib/components/CardFooter/CardFooter.js.map +1 -1
  16. package/lib/components/CardFooter/CardFooter.types.js.map +1 -1
  17. package/lib/components/CardFooter/index.js.map +1 -1
  18. package/lib/components/CardFooter/renderCardFooter.js.map +1 -1
  19. package/lib/components/CardFooter/useCardFooter.js.map +1 -1
  20. package/lib/components/CardFooter/useCardFooterStyles.js.map +1 -1
  21. package/lib/components/CardHeader/CardHeader.js.map +1 -1
  22. package/lib/components/CardHeader/CardHeader.types.js.map +1 -1
  23. package/lib/components/CardHeader/index.js.map +1 -1
  24. package/lib/components/CardHeader/renderCardHeader.js.map +1 -1
  25. package/lib/components/CardHeader/useCardHeader.js.map +1 -1
  26. package/lib/components/CardHeader/useCardHeaderStyles.js.map +1 -1
  27. package/lib/components/CardPreview/CardPreview.js.map +1 -1
  28. package/lib/components/CardPreview/CardPreview.types.js.map +1 -1
  29. package/lib/components/CardPreview/index.js.map +1 -1
  30. package/lib/components/CardPreview/renderCardPreview.js.map +1 -1
  31. package/lib/components/CardPreview/useCardPreview.js.map +1 -1
  32. package/lib/components/CardPreview/useCardPreviewStyles.js.map +1 -1
  33. package/lib/index.js.map +1 -1
  34. package/lib-commonjs/Card.js.map +1 -1
  35. package/lib-commonjs/CardFooter.js.map +1 -1
  36. package/lib-commonjs/CardHeader.js.map +1 -1
  37. package/lib-commonjs/CardPreview.js.map +1 -1
  38. package/lib-commonjs/common/isConformant.js.map +1 -1
  39. package/lib-commonjs/components/Card/Card.js.map +1 -1
  40. package/lib-commonjs/components/Card/Card.types.js.map +1 -1
  41. package/lib-commonjs/components/Card/index.js.map +1 -1
  42. package/lib-commonjs/components/Card/renderCard.js.map +1 -1
  43. package/lib-commonjs/components/Card/useCard.js.map +1 -1
  44. package/lib-commonjs/components/Card/useCardStyles.js +9 -9
  45. package/lib-commonjs/components/Card/useCardStyles.js.map +1 -1
  46. package/lib-commonjs/components/CardFooter/CardFooter.js.map +1 -1
  47. package/lib-commonjs/components/CardFooter/CardFooter.types.js.map +1 -1
  48. package/lib-commonjs/components/CardFooter/index.js.map +1 -1
  49. package/lib-commonjs/components/CardFooter/renderCardFooter.js.map +1 -1
  50. package/lib-commonjs/components/CardFooter/useCardFooter.js.map +1 -1
  51. package/lib-commonjs/components/CardFooter/useCardFooterStyles.js.map +1 -1
  52. package/lib-commonjs/components/CardHeader/CardHeader.js.map +1 -1
  53. package/lib-commonjs/components/CardHeader/CardHeader.types.js.map +1 -1
  54. package/lib-commonjs/components/CardHeader/index.js.map +1 -1
  55. package/lib-commonjs/components/CardHeader/renderCardHeader.js.map +1 -1
  56. package/lib-commonjs/components/CardHeader/useCardHeader.js.map +1 -1
  57. package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js.map +1 -1
  58. package/lib-commonjs/components/CardPreview/CardPreview.js.map +1 -1
  59. package/lib-commonjs/components/CardPreview/CardPreview.types.js.map +1 -1
  60. package/lib-commonjs/components/CardPreview/index.js.map +1 -1
  61. package/lib-commonjs/components/CardPreview/renderCardPreview.js.map +1 -1
  62. package/lib-commonjs/components/CardPreview/useCardPreview.js.map +1 -1
  63. package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js.map +1 -1
  64. package/lib-commonjs/index.js.map +1 -1
  65. package/package.json +10 -10
  66. package/lib-amd/Card.d.ts +0 -1
  67. package/lib-amd/Card.js +0 -6
  68. package/lib-amd/Card.js.map +0 -1
  69. package/lib-amd/CardFooter.d.ts +0 -1
  70. package/lib-amd/CardFooter.js +0 -6
  71. package/lib-amd/CardFooter.js.map +0 -1
  72. package/lib-amd/CardHeader.d.ts +0 -1
  73. package/lib-amd/CardHeader.js +0 -6
  74. package/lib-amd/CardHeader.js.map +0 -1
  75. package/lib-amd/CardPreview.d.ts +0 -1
  76. package/lib-amd/CardPreview.js +0 -6
  77. package/lib-amd/CardPreview.js.map +0 -1
  78. package/lib-amd/common/isConformant.d.ts +0 -4
  79. package/lib-amd/common/isConformant.js +0 -15
  80. package/lib-amd/common/isConformant.js.map +0 -1
  81. package/lib-amd/components/Card/Card.d.ts +0 -6
  82. package/lib-amd/components/Card/Card.js +0 -15
  83. package/lib-amd/components/Card/Card.js.map +0 -1
  84. package/lib-amd/components/Card/Card.types.d.ts +0 -24
  85. package/lib-amd/components/Card/Card.types.js +0 -5
  86. package/lib-amd/components/Card/Card.types.js.map +0 -1
  87. package/lib-amd/components/Card/index.d.ts +0 -5
  88. package/lib-amd/components/Card/index.js +0 -10
  89. package/lib-amd/components/Card/index.js.map +0 -1
  90. package/lib-amd/components/Card/renderCard.d.ts +0 -5
  91. package/lib-amd/components/Card/renderCard.js +0 -14
  92. package/lib-amd/components/Card/renderCard.js.map +0 -1
  93. package/lib-amd/components/Card/useCard.d.ts +0 -13
  94. package/lib-amd/components/Card/useCard.js +0 -25
  95. package/lib-amd/components/Card/useCard.js.map +0 -1
  96. package/lib-amd/components/Card/useCardStyles.d.ts +0 -5
  97. package/lib-amd/components/Card/useCardStyles.js +0 -50
  98. package/lib-amd/components/Card/useCardStyles.js.map +0 -1
  99. package/lib-amd/components/CardFooter/CardFooter.d.ts +0 -6
  100. package/lib-amd/components/CardFooter/CardFooter.js +0 -15
  101. package/lib-amd/components/CardFooter/CardFooter.js.map +0 -1
  102. package/lib-amd/components/CardFooter/CardFooter.types.d.ts +0 -28
  103. package/lib-amd/components/CardFooter/CardFooter.types.js +0 -5
  104. package/lib-amd/components/CardFooter/CardFooter.types.js.map +0 -1
  105. package/lib-amd/components/CardFooter/index.d.ts +0 -5
  106. package/lib-amd/components/CardFooter/index.js +0 -10
  107. package/lib-amd/components/CardFooter/index.js.map +0 -1
  108. package/lib-amd/components/CardFooter/renderCardFooter.d.ts +0 -5
  109. package/lib-amd/components/CardFooter/renderCardFooter.js +0 -16
  110. package/lib-amd/components/CardFooter/renderCardFooter.js.map +0 -1
  111. package/lib-amd/components/CardFooter/useCardFooter.d.ts +0 -17
  112. package/lib-amd/components/CardFooter/useCardFooter.js +0 -28
  113. package/lib-amd/components/CardFooter/useCardFooter.js.map +0 -1
  114. package/lib-amd/components/CardFooter/useCardFooterStyles.d.ts +0 -5
  115. package/lib-amd/components/CardFooter/useCardFooterStyles.js +0 -31
  116. package/lib-amd/components/CardFooter/useCardFooterStyles.js.map +0 -1
  117. package/lib-amd/components/CardHeader/CardHeader.d.ts +0 -6
  118. package/lib-amd/components/CardHeader/CardHeader.js +0 -15
  119. package/lib-amd/components/CardHeader/CardHeader.js.map +0 -1
  120. package/lib-amd/components/CardHeader/CardHeader.types.d.ts +0 -44
  121. package/lib-amd/components/CardHeader/CardHeader.types.js +0 -5
  122. package/lib-amd/components/CardHeader/CardHeader.types.js.map +0 -1
  123. package/lib-amd/components/CardHeader/index.d.ts +0 -5
  124. package/lib-amd/components/CardHeader/index.js +0 -10
  125. package/lib-amd/components/CardHeader/index.js.map +0 -1
  126. package/lib-amd/components/CardHeader/renderCardHeader.d.ts +0 -5
  127. package/lib-amd/components/CardHeader/renderCardHeader.js +0 -19
  128. package/lib-amd/components/CardHeader/renderCardHeader.js.map +0 -1
  129. package/lib-amd/components/CardHeader/useCardHeader.d.ts +0 -17
  130. package/lib-amd/components/CardHeader/useCardHeader.js +0 -39
  131. package/lib-amd/components/CardHeader/useCardHeader.js.map +0 -1
  132. package/lib-amd/components/CardHeader/useCardHeaderStyles.d.ts +0 -5
  133. package/lib-amd/components/CardHeader/useCardHeaderStyles.js +0 -56
  134. package/lib-amd/components/CardHeader/useCardHeaderStyles.js.map +0 -1
  135. package/lib-amd/components/CardPreview/CardPreview.d.ts +0 -6
  136. package/lib-amd/components/CardPreview/CardPreview.js +0 -15
  137. package/lib-amd/components/CardPreview/CardPreview.js.map +0 -1
  138. package/lib-amd/components/CardPreview/CardPreview.types.d.ts +0 -28
  139. package/lib-amd/components/CardPreview/CardPreview.types.js +0 -5
  140. package/lib-amd/components/CardPreview/CardPreview.types.js.map +0 -1
  141. package/lib-amd/components/CardPreview/index.d.ts +0 -5
  142. package/lib-amd/components/CardPreview/index.js +0 -10
  143. package/lib-amd/components/CardPreview/index.js.map +0 -1
  144. package/lib-amd/components/CardPreview/renderCardPreview.d.ts +0 -5
  145. package/lib-amd/components/CardPreview/renderCardPreview.js +0 -16
  146. package/lib-amd/components/CardPreview/renderCardPreview.js.map +0 -1
  147. package/lib-amd/components/CardPreview/useCardPreview.d.ts +0 -17
  148. package/lib-amd/components/CardPreview/useCardPreview.js +0 -29
  149. package/lib-amd/components/CardPreview/useCardPreview.js.map +0 -1
  150. package/lib-amd/components/CardPreview/useCardPreviewStyles.d.ts +0 -5
  151. package/lib-amd/components/CardPreview/useCardPreviewStyles.js +0 -39
  152. package/lib-amd/components/CardPreview/useCardPreviewStyles.js.map +0 -1
  153. package/lib-amd/index.d.ts +0 -4
  154. package/lib-amd/index.js +0 -9
  155. package/lib-amd/index.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,411 @@
2
2
  "name": "@fluentui/react-card",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 14 Sep 2021 20:06:25 GMT",
5
+ "date": "Fri, 01 Oct 2021 12:30:28 GMT",
6
+ "tag": "@fluentui/react-card_v9.0.0-alpha.13",
7
+ "version": "9.0.0-alpha.13",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-card",
13
+ "comment": "Bump @fluentui/react-button to v9.0.0-alpha.97",
14
+ "commit": "c5f91bfccb65073eb01e4b4aa0b720bb6bf06b5d"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 01 Oct 2021 09:44:56 GMT",
21
+ "tag": "@fluentui/react-card_v9.0.0-alpha.12",
22
+ "version": "9.0.0-alpha.12",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@fluentui/react-card",
28
+ "comment": "Bump @fluentui/react-button to v9.0.0-alpha.96",
29
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 30 Sep 2021 09:18:15 GMT",
36
+ "tag": "@fluentui/react-card_v9.0.0-alpha.11",
37
+ "version": "9.0.0-alpha.11",
38
+ "comments": {
39
+ "prerelease": [
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-card",
43
+ "comment": "Bump @fluentui/react-button to v9.0.0-alpha.95",
44
+ "commit": "d5578f1a321c72a95ee2760fd128437bc793c60d"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
51
+ "tag": "@fluentui/react-card_v9.0.0-alpha.10",
52
+ "version": "9.0.0-alpha.10",
53
+ "comments": {
54
+ "prerelease": [
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-card",
58
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
59
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-card",
64
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.56",
65
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-card",
70
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
71
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-card",
76
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
77
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-card",
82
+ "comment": "Bump @fluentui/react-text to v9.0.0-alpha.23",
83
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui/react-card",
88
+ "comment": "Bump @fluentui/react-button to v9.0.0-alpha.94",
89
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
90
+ }
91
+ ]
92
+ }
93
+ },
94
+ {
95
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
96
+ "tag": "@fluentui/react-card_v9.0.0-alpha.9",
97
+ "version": "9.0.0-alpha.9",
98
+ "comments": {
99
+ "prerelease": [
100
+ {
101
+ "author": "beachball",
102
+ "package": "@fluentui/react-card",
103
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
104
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
105
+ },
106
+ {
107
+ "author": "beachball",
108
+ "package": "@fluentui/react-card",
109
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
110
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
111
+ },
112
+ {
113
+ "author": "beachball",
114
+ "package": "@fluentui/react-card",
115
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.55",
116
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
117
+ },
118
+ {
119
+ "author": "beachball",
120
+ "package": "@fluentui/react-card",
121
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
122
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
123
+ },
124
+ {
125
+ "author": "beachball",
126
+ "package": "@fluentui/react-card",
127
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
128
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
129
+ },
130
+ {
131
+ "author": "beachball",
132
+ "package": "@fluentui/react-card",
133
+ "comment": "Bump @fluentui/react-text to v9.0.0-alpha.22",
134
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
135
+ },
136
+ {
137
+ "author": "beachball",
138
+ "package": "@fluentui/react-card",
139
+ "comment": "Bump @fluentui/react-button to v9.0.0-alpha.93",
140
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
141
+ }
142
+ ]
143
+ }
144
+ },
145
+ {
146
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
147
+ "tag": "@fluentui/react-card_v9.0.0-alpha.8",
148
+ "version": "9.0.0-alpha.8",
149
+ "comments": {
150
+ "prerelease": [
151
+ {
152
+ "author": "beachball",
153
+ "package": "@fluentui/react-card",
154
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
155
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
156
+ },
157
+ {
158
+ "author": "beachball",
159
+ "package": "@fluentui/react-card",
160
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
161
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
162
+ },
163
+ {
164
+ "author": "beachball",
165
+ "package": "@fluentui/react-card",
166
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.54",
167
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
168
+ },
169
+ {
170
+ "author": "beachball",
171
+ "package": "@fluentui/react-card",
172
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
173
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
174
+ },
175
+ {
176
+ "author": "beachball",
177
+ "package": "@fluentui/react-card",
178
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
179
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
180
+ },
181
+ {
182
+ "author": "beachball",
183
+ "package": "@fluentui/react-card",
184
+ "comment": "Bump @fluentui/react-text to v9.0.0-alpha.21",
185
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
186
+ },
187
+ {
188
+ "author": "beachball",
189
+ "package": "@fluentui/react-card",
190
+ "comment": "Bump @fluentui/react-button to v9.0.0-alpha.92",
191
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
192
+ }
193
+ ]
194
+ }
195
+ },
196
+ {
197
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
198
+ "tag": "@fluentui/react-card_v9.0.0-alpha.7",
199
+ "version": "9.0.0-alpha.7",
200
+ "comments": {
201
+ "prerelease": [
202
+ {
203
+ "author": "andredias@microsoft.com",
204
+ "package": "@fluentui/react-card",
205
+ "comment": "Fix dependencies",
206
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
207
+ },
208
+ {
209
+ "author": "gcox@microsoft.com",
210
+ "package": "@fluentui/react-card",
211
+ "comment": "Updated ButtonProps for consistency",
212
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
213
+ },
214
+ {
215
+ "author": "beachball",
216
+ "package": "@fluentui/react-card",
217
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
218
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
219
+ },
220
+ {
221
+ "author": "beachball",
222
+ "package": "@fluentui/react-card",
223
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
224
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
225
+ },
226
+ {
227
+ "author": "beachball",
228
+ "package": "@fluentui/react-card",
229
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.53",
230
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
231
+ },
232
+ {
233
+ "author": "beachball",
234
+ "package": "@fluentui/react-card",
235
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
236
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
237
+ },
238
+ {
239
+ "author": "beachball",
240
+ "package": "@fluentui/react-card",
241
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
242
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
243
+ },
244
+ {
245
+ "author": "beachball",
246
+ "package": "@fluentui/react-card",
247
+ "comment": "Bump @fluentui/react-text to v9.0.0-alpha.20",
248
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
249
+ },
250
+ {
251
+ "author": "beachball",
252
+ "package": "@fluentui/react-card",
253
+ "comment": "Bump @fluentui/react-button to v9.0.0-alpha.91",
254
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
255
+ }
256
+ ]
257
+ }
258
+ },
259
+ {
260
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
261
+ "tag": "@fluentui/react-card_v9.0.0-alpha.6",
262
+ "version": "9.0.0-alpha.6",
263
+ "comments": {
264
+ "prerelease": [
265
+ {
266
+ "author": "beachball",
267
+ "package": "@fluentui/react-card",
268
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
269
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
270
+ },
271
+ {
272
+ "author": "beachball",
273
+ "package": "@fluentui/react-card",
274
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
275
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
276
+ },
277
+ {
278
+ "author": "beachball",
279
+ "package": "@fluentui/react-card",
280
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.52",
281
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
282
+ },
283
+ {
284
+ "author": "beachball",
285
+ "package": "@fluentui/react-card",
286
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
287
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
288
+ },
289
+ {
290
+ "author": "beachball",
291
+ "package": "@fluentui/react-card",
292
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
293
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
294
+ },
295
+ {
296
+ "author": "beachball",
297
+ "package": "@fluentui/react-card",
298
+ "comment": "Bump @fluentui/react-text to v9.0.0-alpha.19",
299
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
300
+ },
301
+ {
302
+ "author": "beachball",
303
+ "package": "@fluentui/react-card",
304
+ "comment": "Bump @fluentui/react-button to v9.0.0-alpha.90",
305
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
306
+ }
307
+ ]
308
+ }
309
+ },
310
+ {
311
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
312
+ "tag": "@fluentui/react-card_v9.0.0-alpha.5",
313
+ "version": "9.0.0-alpha.5",
314
+ "comments": {
315
+ "prerelease": [
316
+ {
317
+ "author": "beachball",
318
+ "package": "@fluentui/react-card",
319
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
320
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
321
+ },
322
+ {
323
+ "author": "beachball",
324
+ "package": "@fluentui/react-card",
325
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.51",
326
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
327
+ },
328
+ {
329
+ "author": "beachball",
330
+ "package": "@fluentui/react-card",
331
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
332
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
333
+ },
334
+ {
335
+ "author": "beachball",
336
+ "package": "@fluentui/react-card",
337
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
338
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
339
+ },
340
+ {
341
+ "author": "beachball",
342
+ "package": "@fluentui/react-card",
343
+ "comment": "Bump @fluentui/react-text to v9.0.0-alpha.18",
344
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
345
+ },
346
+ {
347
+ "author": "beachball",
348
+ "package": "@fluentui/react-card",
349
+ "comment": "Bump @fluentui/react-button to v9.0.0-alpha.89",
350
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
351
+ }
352
+ ]
353
+ }
354
+ },
355
+ {
356
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
357
+ "tag": "@fluentui/react-card_v9.0.0-alpha.4",
358
+ "version": "9.0.0-alpha.4",
359
+ "comments": {
360
+ "none": [
361
+ {
362
+ "author": "lingfangao@hotmail.com",
363
+ "package": "@fluentui/react-card",
364
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
365
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
366
+ }
367
+ ],
368
+ "prerelease": [
369
+ {
370
+ "author": "lingfangao@hotmail.com",
371
+ "package": "@fluentui/react-card",
372
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
373
+ "comment": "Bump @fluentui/react-card to v9.0.0-alpha.4"
374
+ }
375
+ ]
376
+ }
377
+ },
378
+ {
379
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
380
+ "tag": "@fluentui/react-card_v9.0.0-alpha.3",
381
+ "version": "9.0.0-alpha.3",
382
+ "comments": {
383
+ "prerelease": [
384
+ {
385
+ "author": "Humberto.Morimoto@microsoft.com",
386
+ "package": "@fluentui/react-card",
387
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
388
+ "comment": "Bump @fluentui/react-card to v9.0.0-alpha.3"
389
+ }
390
+ ]
391
+ }
392
+ },
393
+ {
394
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
395
+ "tag": "@fluentui/react-card_v9.0.0-alpha.2",
396
+ "version": "9.0.0-alpha.2",
397
+ "comments": {
398
+ "prerelease": [
399
+ {
400
+ "author": "behowell@microsoft.com",
401
+ "package": "@fluentui/react-card",
402
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
403
+ "comment": "Bump @fluentui/react-card to v9.0.0-alpha.2"
404
+ }
405
+ ]
406
+ }
407
+ },
408
+ {
409
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
6
410
  "tag": "@fluentui/react-card_v9.0.0-alpha.1",
7
411
  "version": "9.0.0-alpha.1",
8
412
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,156 @@
1
1
  # Change Log - @fluentui/react-card
2
2
 
3
- This log was last generated on Tue, 14 Sep 2021 20:06:25 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 01 Oct 2021 12:30:28 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.13)
8
+
9
+ Fri, 01 Oct 2021 12:30:28 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.12..@fluentui/react-card_v9.0.0-alpha.13)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-button to v9.0.0-alpha.97 ([PR #18814](https://github.com/microsoft/fluentui/pull/18814) by beachball)
15
+
16
+ ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.12)
17
+
18
+ Fri, 01 Oct 2021 09:44:56 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.11..@fluentui/react-card_v9.0.0-alpha.12)
20
+
21
+ ### Changes
22
+
23
+ - Bump @fluentui/react-button to v9.0.0-alpha.96 ([PR #19990](https://github.com/microsoft/fluentui/pull/19990) by beachball)
24
+
25
+ ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.11)
26
+
27
+ Thu, 30 Sep 2021 09:18:15 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.10..@fluentui/react-card_v9.0.0-alpha.11)
29
+
30
+ ### Changes
31
+
32
+ - Bump @fluentui/react-button to v9.0.0-alpha.95 ([PR #19802](https://github.com/microsoft/fluentui/pull/19802) by beachball)
33
+
34
+ ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.10)
35
+
36
+ Wed, 29 Sep 2021 08:06:11 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.9..@fluentui/react-card_v9.0.0-alpha.10)
38
+
39
+ ### Changes
40
+
41
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.74 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
42
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.56 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
43
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
44
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
45
+ - Bump @fluentui/react-text to v9.0.0-alpha.23 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
46
+ - Bump @fluentui/react-button to v9.0.0-alpha.94 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
47
+
48
+ ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.9)
49
+
50
+ Mon, 27 Sep 2021 08:06:00 GMT
51
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.8..@fluentui/react-card_v9.0.0-alpha.9)
52
+
53
+ ### Changes
54
+
55
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.73 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
56
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.53 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
57
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.55 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
58
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
59
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
60
+ - Bump @fluentui/react-text to v9.0.0-alpha.22 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
61
+ - Bump @fluentui/react-button to v9.0.0-alpha.93 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
62
+
63
+ ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.8)
64
+
65
+ Fri, 24 Sep 2021 09:17:17 GMT
66
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.7..@fluentui/react-card_v9.0.0-alpha.8)
67
+
68
+ ### Changes
69
+
70
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.72 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
71
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.52 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
72
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.54 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
73
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
74
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
75
+ - Bump @fluentui/react-text to v9.0.0-alpha.21 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
76
+ - Bump @fluentui/react-button to v9.0.0-alpha.92 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
77
+
78
+ ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.7)
79
+
80
+ Thu, 23 Sep 2021 08:21:34 GMT
81
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.6..@fluentui/react-card_v9.0.0-alpha.7)
82
+
83
+ ### Changes
84
+
85
+ - Fix dependencies ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by andredias@microsoft.com)
86
+ - Updated ButtonProps for consistency ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by gcox@microsoft.com)
87
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.71 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
88
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.51 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
89
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.53 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
90
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
91
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
92
+ - Bump @fluentui/react-text to v9.0.0-alpha.20 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
93
+ - Bump @fluentui/react-button to v9.0.0-alpha.91 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
94
+
95
+ ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.6)
96
+
97
+ Wed, 22 Sep 2021 10:10:07 GMT
98
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.5..@fluentui/react-card_v9.0.0-alpha.6)
99
+
100
+ ### Changes
101
+
102
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.70 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
103
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.50 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
104
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.52 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
105
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
106
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
107
+ - Bump @fluentui/react-text to v9.0.0-alpha.19 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
108
+ - Bump @fluentui/react-button to v9.0.0-alpha.90 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
109
+
110
+ ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.5)
111
+
112
+ Tue, 21 Sep 2021 07:42:34 GMT
113
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.4..@fluentui/react-card_v9.0.0-alpha.5)
114
+
115
+ ### Changes
116
+
117
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.69 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
118
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.51 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
119
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
120
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
121
+ - Bump @fluentui/react-text to v9.0.0-alpha.18 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
122
+ - Bump @fluentui/react-button to v9.0.0-alpha.89 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
123
+
124
+ ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.4)
125
+
126
+ Mon, 20 Sep 2021 07:36:26 GMT
127
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.3..@fluentui/react-card_v9.0.0-alpha.4)
128
+
129
+ ### Changes
130
+
131
+ - Bump @fluentui/react-card to v9.0.0-alpha.4 ([PR #19844](https://github.com/microsoft/fluentui/pull/19844) by lingfangao@hotmail.com)
132
+
133
+ ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.3)
134
+
135
+ Fri, 17 Sep 2021 07:35:26 GMT
136
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.2..@fluentui/react-card_v9.0.0-alpha.3)
137
+
138
+ ### Changes
139
+
140
+ - Bump @fluentui/react-card to v9.0.0-alpha.3 ([PR #19840](https://github.com/microsoft/fluentui/pull/19840) by Humberto.Morimoto@microsoft.com)
141
+
142
+ ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.2)
143
+
144
+ Thu, 16 Sep 2021 07:38:39 GMT
145
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.1..@fluentui/react-card_v9.0.0-alpha.2)
146
+
147
+ ### Changes
148
+
149
+ - Bump @fluentui/react-card to v9.0.0-alpha.2 ([PR #19815](https://github.com/microsoft/fluentui/pull/19815) by behowell@microsoft.com)
150
+
7
151
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-alpha.1)
8
152
 
9
- Tue, 14 Sep 2021 20:06:25 GMT
153
+ Tue, 14 Sep 2021 20:09:02 GMT
10
154
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-alpha.0..@fluentui/react-card_v9.0.0-alpha.1)
11
155
 
12
156
  ### Changes
package/lib/Card.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Card.js","sourceRoot":"../src/","sources":["Card.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC","sourcesContent":["export * from './components/Card/index';\n"]}
1
+ {"version":3,"file":"Card.js","sourceRoot":"","sources":["../src/Card.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CardFooter.js","sourceRoot":"../src/","sources":["CardFooter.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC","sourcesContent":["export * from './components/CardFooter/index';\n"]}
1
+ {"version":3,"file":"CardFooter.js","sourceRoot":"","sources":["../src/CardFooter.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CardHeader.js","sourceRoot":"../src/","sources":["CardHeader.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC","sourcesContent":["export * from './components/CardHeader/index';\n"]}
1
+ {"version":3,"file":"CardHeader.js","sourceRoot":"","sources":["../src/CardHeader.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CardPreview.js","sourceRoot":"../src/","sources":["CardPreview.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC","sourcesContent":["export * from './components/CardPreview/index';\n"]}
1
+ {"version":3,"file":"CardPreview.js","sourceRoot":"","sources":["../src/CardPreview.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["common/isConformant.ts"],"names":[],"mappings":"AAAA,SAAS,YAAY,IAAI,gBAAzB,QAAiD,6BAAjD;AAEA,OAAO,eAAP,MAA4B,yCAA5B;AAEA,OAAM,SAAU,YAAV,CACJ,QADI,EACqF;AAEzF,MAAM,cAAc,GAAyC;AAC3D,IAAA,gBAAgB,EAAE,IADyC;AAE3D,IAAA,aAAa,EAAE,MAAO,CAAC,MAAR,CAAgB,QAAhB,CAAyB,OAAzB,CAAiC,OAAjC,EAA0C,EAA1C,CAF4C;AAG3D,IAAA,UAAU,EAAE;AAH+C,GAA7D;AAMA,EAAA,gBAAgB,CAAC,cAAD,EAAiB,QAAjB,CAAhB;AACD","sourcesContent":["import { isConformant as baseIsConformant } from '@fluentui/react-conformance';\nimport type { IsConformantOptions, TestObject } from '@fluentui/react-conformance';\nimport makeStylesTests from '@fluentui/react-conformance-make-styles';\n\nexport function isConformant<TProps = {}>(\n testInfo: Omit<IsConformantOptions<TProps>, 'componentPath'> & { componentPath?: string },\n) {\n const defaultOptions: Partial<IsConformantOptions<TProps>> = {\n asPropHandlesRef: true,\n componentPath: module!.parent!.filename.replace('.test', ''),\n extraTests: makeStylesTests as TestObject<TProps>,\n };\n\n baseIsConformant(defaultOptions, testInfo);\n}\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../../src/common/isConformant.ts"],"names":[],"mappings":"AAAA,SAAS,YAAY,IAAI,gBAAzB,QAAiD,6BAAjD;AAEA,OAAO,eAAP,MAA4B,yCAA5B;AAEA,OAAM,SAAU,YAAV,CACJ,QADI,EACqF;AAEzF,MAAM,cAAc,GAAyC;AAC3D,IAAA,gBAAgB,EAAE,IADyC;AAE3D,IAAA,aAAa,EAAE,MAAO,CAAC,MAAR,CAAgB,QAAhB,CAAyB,OAAzB,CAAiC,OAAjC,EAA0C,EAA1C,CAF4C;AAG3D,IAAA,UAAU,EAAE;AAH+C,GAA7D;AAMA,EAAA,gBAAgB,CAAC,cAAD,EAAiB,QAAjB,CAAhB;AACD","sourceRoot":""}
@@ -1 +1 @@
1
- {"version":3,"sources":["components/Card/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,OAAT,QAAwB,WAAxB;AACA,SAAS,UAAT,QAA2B,cAA3B;AACA,SAAS,aAAT,QAA8B,iBAA9B;AAGA;;AAEG;;AACH,OAAO,IAAM,IAAI,gBAAG,KAAK,CAAC,UAAN,CAAyC,UAAC,KAAD,EAAQ,GAAR,EAAW;AACtE,MAAM,KAAK,GAAG,OAAO,CAAC,KAAD,EAAQ,GAAR,CAArB;AAEA,EAAA,aAAa,CAAC,KAAD,CAAb;AACA,SAAO,UAAU,CAAC,KAAD,CAAjB;AACD,CALmB,CAAb;AAOP,IAAI,CAAC,WAAL,GAAmB,MAAnB","sourcesContent":["import * as React from 'react';\nimport { useCard } from './useCard';\nimport { renderCard } from './renderCard';\nimport { useCardStyles } from './useCardStyles';\nimport type { CardProps } from './Card.types';\n\n/**\n * Component to provide scaffolding for hosting actions and content for a single topic within a card sized object.\n */\nexport const Card = React.forwardRef<HTMLElement, CardProps>((props, ref) => {\n const state = useCard(props, ref);\n\n useCardStyles(state);\n return renderCard(state);\n});\n\nCard.displayName = 'Card';\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../../../src/components/Card/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,OAAT,QAAwB,WAAxB;AACA,SAAS,UAAT,QAA2B,cAA3B;AACA,SAAS,aAAT,QAA8B,iBAA9B;AAGA;;AAEG;;AACH,OAAO,IAAM,IAAI,gBAAG,KAAK,CAAC,UAAN,CAAyC,UAAC,KAAD,EAAQ,GAAR,EAAW;AACtE,MAAM,KAAK,GAAG,OAAO,CAAC,KAAD,EAAQ,GAAR,CAArB;AAEA,EAAA,aAAa,CAAC,KAAD,CAAb;AACA,SAAO,UAAU,CAAC,KAAD,CAAjB;AACD,CALmB,CAAb;AAOP,IAAI,CAAC,WAAL,GAAmB,MAAnB","sourceRoot":""}
@@ -1 +1 @@
1
- {"version":3,"file":"Card.types.js","sourceRoot":"../src/","sources":["components/Card/Card.types.ts"],"names":[],"mappings":"","sourcesContent":["import * as React from 'react';\nimport type { ComponentPropsCompat, ComponentStateCompat } from '@fluentui/react-utilities';\n\n/**\n * Card Props\n */\nexport interface CardProps extends ComponentPropsCompat, React.HTMLAttributes<HTMLElement> {\n /*\n * TODO Add props and slots here\n * Any slot property should be listed in the cardShorthandProps array below\n * Any property that has a default value should be listed in CardDefaultedProps as e.g. 'size' | 'icon'\n */\n}\n\n/**\n * Names of the shorthand properties in CardProps\n */\nexport type CardShorthandProps = never; // TODO add shorthand property names\n\n/**\n * Names of CardProps that have a default value in useCard\n */\nexport type CardDefaultedProps = never; // TODO add names of properties with default values\n\n/**\n * State used in rendering Card\n */\nexport interface CardState extends CardProps, ComponentStateCompat<CardProps, CardShorthandProps, CardDefaultedProps> {\n /**\n * Ref to the root element\n */\n ref: React.Ref<HTMLElement>;\n}\n"]}
1
+ {"version":3,"file":"Card.types.js","sourceRoot":"","sources":["../../../src/components/Card/Card.types.ts"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"../src/","sources":["components/Card/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC","sourcesContent":["export * from './Card';\nexport * from './Card.types';\nexport * from './renderCard';\nexport * from './useCard';\nexport * from './useCardStyles';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Card/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"sources":["components/Card/renderCard.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,cAAT,QAA+B,2BAA/B;AAGA;;AAEG;;AACH,OAAO,IAAM,UAAU,GAAG,UAAC,KAAD,EAAiB;AACnC,MAAA,EAAA,GAAuB,cAAc,CAAC,KAAD,CAArC;AAAA,MAAE,KAAK,GAAA,EAAA,CAAA,KAAP;AAAA,MAAS,SAAS,GAAA,EAAA,CAAA,SAAlB;;AAEN,sBAAO,KAAA,CAAA,aAAA,CAAC,KAAK,CAAC,IAAP,EAAW,QAAA,CAAA,EAAA,EAAK,SAAS,CAAC,IAAf,CAAX,EAAiC,KAAK,CAAC,QAAvC,CAAP;AACD,CAJM","sourcesContent":["import * as React from 'react';\nimport { getSlotsCompat } from '@fluentui/react-utilities';\nimport type { CardState } from './Card.types';\n\n/**\n * Render the final JSX of Card\n */\nexport const renderCard = (state: CardState) => {\n const { slots, slotProps } = getSlotsCompat(state);\n\n return <slots.root {...slotProps.root}>{state.children}</slots.root>;\n};\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../../../src/components/Card/renderCard.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,cAAT,QAA+B,2BAA/B;AAGA;;AAEG;;AACH,OAAO,IAAM,UAAU,GAAG,UAAC,KAAD,EAAiB;AACnC,MAAA,EAAA,GAAuB,cAAc,CAAC,KAAD,CAArC;AAAA,MAAE,KAAK,GAAA,EAAA,CAAA,KAAP;AAAA,MAAS,SAAS,GAAA,EAAA,CAAA,SAAlB;;AAEN,sBAAO,KAAA,CAAA,aAAA,CAAC,KAAK,CAAC,IAAP,EAAW,QAAA,CAAA,EAAA,EAAK,SAAS,CAAC,IAAf,CAAX,EAAiC,KAAK,CAAC,QAAvC,CAAP;AACD,CAJM","sourceRoot":""}
@@ -1 +1 @@
1
- {"version":3,"sources":["components/Card/useCard.ts"],"names":[],"mappings":"AACA,SAAS,cAAT,QAA+B,2BAA/B;AAGA,IAAM,UAAU,gBAAG,cAAc,EAAjC;AAEA;;;;;;;;;AASG;;AACH,OAAO,IAAM,OAAO,GAAG,UAAC,KAAD,EAAmB,GAAnB,EAAgD,YAAhD,EAAwE;AAC7F,MAAM,KAAK,GAAG,UAAU,CACtB;AACE,IAAA,GAAG,EAAA,GADL;AAEE,IAAA,IAAI,EAAE;AAFR,GADsB,EAKtB,YALsB,EAMtB,KANsB,CAAxB;AASA,SAAO,KAAP;AACD,CAXM","sourcesContent":["import * as React from 'react';\nimport { makeMergeProps } from '@fluentui/react-utilities';\nimport type { CardProps, CardState } from './Card.types';\n\nconst mergeProps = makeMergeProps<CardState>();\n\n/**\n * Create the state required to render Card.\n *\n * The returned state can be modified with hooks such as useCardStyles,\n * before being passed to renderCard.\n *\n * @param props - props from this instance of Card\n * @param ref - reference to root HTMLElement of Card\n * @param defaultProps - (optional) default prop values provided by the implementing type\n */\nexport const useCard = (props: CardProps, ref: React.Ref<HTMLElement>, defaultProps?: CardProps): CardState => {\n const state = mergeProps(\n {\n ref,\n role: 'group',\n },\n defaultProps,\n props,\n );\n\n return state;\n};\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../../../src/components/Card/useCard.ts"],"names":[],"mappings":"AACA,SAAS,cAAT,QAA+B,2BAA/B;AAGA,IAAM,UAAU,gBAAG,cAAc,EAAjC;AAEA;;;;;;;;;AASG;;AACH,OAAO,IAAM,OAAO,GAAG,UAAC,KAAD,EAAmB,GAAnB,EAAgD,YAAhD,EAAwE;AAC7F,MAAM,KAAK,GAAG,UAAU,CACtB;AACE,IAAA,GAAG,EAAA,GADL;AAEE,IAAA,IAAI,EAAE;AAFR,GADsB,EAKtB,YALsB,EAMtB,KANsB,CAAxB;AASA,SAAO,KAAP;AACD,CAXM","sourceRoot":""}