@fluentui/react-card 0.0.0-nightlyf1be0a972820211214.1 → 0.0.0-nightlyf3017f159620220222.1
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 +191 -23
- package/CHANGELOG.md +48 -13
- package/README.md +3 -1
- package/dist/react-card.d.ts +36 -46
- package/lib/Card.js.map +1 -1
- package/lib/CardFooter.js.map +1 -1
- package/lib/CardHeader.js.map +1 -1
- package/lib/CardPreview.js.map +1 -1
- package/lib/components/Card/Card.js +6 -6
- package/lib/components/Card/Card.js.map +1 -1
- package/lib/components/Card/Card.types.d.ts +5 -3
- package/lib/components/Card/Card.types.js.map +1 -1
- package/lib/components/Card/index.js.map +1 -1
- package/lib/components/Card/renderCard.d.ts +1 -1
- package/lib/components/Card/renderCard.js +1 -1
- package/lib/components/Card/renderCard.js.map +1 -1
- package/lib/components/Card/useCard.d.ts +3 -3
- package/lib/components/Card/useCard.js +7 -3
- package/lib/components/Card/useCard.js.map +1 -1
- package/lib/components/Card/useCardStyles.d.ts +1 -1
- package/lib/components/Card/useCardStyles.js +120 -21
- package/lib/components/Card/useCardStyles.js.map +1 -1
- package/lib/components/CardFooter/CardFooter.js +6 -6
- package/lib/components/CardFooter/CardFooter.js.map +1 -1
- package/lib/components/CardFooter/CardFooter.types.d.ts +3 -3
- package/lib/components/CardFooter/CardFooter.types.js.map +1 -1
- package/lib/components/CardFooter/index.js.map +1 -1
- package/lib/components/CardFooter/renderCardFooter.d.ts +1 -1
- package/lib/components/CardFooter/renderCardFooter.js +3 -4
- package/lib/components/CardFooter/renderCardFooter.js.map +1 -1
- package/lib/components/CardFooter/useCardFooter.d.ts +4 -8
- package/lib/components/CardFooter/useCardFooter.js +3 -8
- package/lib/components/CardFooter/useCardFooter.js.map +1 -1
- package/lib/components/CardFooter/useCardFooterStyles.d.ts +1 -1
- package/lib/components/CardFooter/useCardFooterStyles.js +2 -2
- package/lib/components/CardFooter/useCardFooterStyles.js.map +1 -1
- package/lib/components/CardHeader/CardHeader.js +6 -6
- package/lib/components/CardHeader/CardHeader.js.map +1 -1
- package/lib/components/CardHeader/CardHeader.types.d.ts +8 -8
- package/lib/components/CardHeader/CardHeader.types.js.map +1 -1
- package/lib/components/CardHeader/index.js.map +1 -1
- package/lib/components/CardHeader/renderCardHeader.d.ts +1 -1
- package/lib/components/CardHeader/renderCardHeader.js +4 -5
- package/lib/components/CardHeader/renderCardHeader.js.map +1 -1
- package/lib/components/CardHeader/useCardHeader.d.ts +4 -5
- package/lib/components/CardHeader/useCardHeader.js +3 -4
- package/lib/components/CardHeader/useCardHeader.js.map +1 -1
- package/lib/components/CardHeader/useCardHeaderStyles.d.ts +1 -1
- package/lib/components/CardHeader/useCardHeaderStyles.js +2 -2
- package/lib/components/CardHeader/useCardHeaderStyles.js.map +1 -1
- package/lib/components/CardPreview/CardPreview.js +6 -6
- package/lib/components/CardPreview/CardPreview.js.map +1 -1
- package/lib/components/CardPreview/CardPreview.types.d.ts +3 -3
- package/lib/components/CardPreview/CardPreview.types.js.map +1 -1
- package/lib/components/CardPreview/index.js.map +1 -1
- package/lib/components/CardPreview/renderCardPreview.d.ts +1 -1
- package/lib/components/CardPreview/renderCardPreview.js +3 -4
- package/lib/components/CardPreview/renderCardPreview.js.map +1 -1
- package/lib/components/CardPreview/useCardPreview.d.ts +4 -8
- package/lib/components/CardPreview/useCardPreview.js +3 -8
- package/lib/components/CardPreview/useCardPreview.js.map +1 -1
- package/lib/components/CardPreview/useCardPreviewStyles.d.ts +1 -1
- package/lib/components/CardPreview/useCardPreviewStyles.js +3 -7
- package/lib/components/CardPreview/useCardPreviewStyles.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/Card.js.map +1 -1
- package/lib-commonjs/CardFooter.js.map +1 -1
- package/lib-commonjs/CardHeader.js.map +1 -1
- package/lib-commonjs/CardPreview.js.map +1 -1
- package/lib-commonjs/components/Card/Card.js +3 -3
- package/lib-commonjs/components/Card/Card.js.map +1 -1
- package/lib-commonjs/components/Card/Card.types.d.ts +5 -3
- package/lib-commonjs/components/Card/Card.types.js.map +1 -1
- package/lib-commonjs/components/Card/index.js.map +1 -1
- package/lib-commonjs/components/Card/renderCard.d.ts +1 -1
- package/lib-commonjs/components/Card/renderCard.js +3 -3
- package/lib-commonjs/components/Card/renderCard.js.map +1 -1
- package/lib-commonjs/components/Card/useCard.d.ts +3 -3
- package/lib-commonjs/components/Card/useCard.js +9 -5
- package/lib-commonjs/components/Card/useCard.js.map +1 -1
- package/lib-commonjs/components/Card/useCardStyles.d.ts +1 -1
- package/lib-commonjs/components/Card/useCardStyles.js +124 -24
- package/lib-commonjs/components/Card/useCardStyles.js.map +1 -1
- package/lib-commonjs/components/CardFooter/CardFooter.js +3 -3
- package/lib-commonjs/components/CardFooter/CardFooter.js.map +1 -1
- package/lib-commonjs/components/CardFooter/CardFooter.types.d.ts +3 -3
- package/lib-commonjs/components/CardFooter/CardFooter.types.js.map +1 -1
- package/lib-commonjs/components/CardFooter/index.js.map +1 -1
- package/lib-commonjs/components/CardFooter/renderCardFooter.d.ts +1 -1
- package/lib-commonjs/components/CardFooter/renderCardFooter.js +5 -7
- package/lib-commonjs/components/CardFooter/renderCardFooter.js.map +1 -1
- package/lib-commonjs/components/CardFooter/useCardFooter.d.ts +4 -8
- package/lib-commonjs/components/CardFooter/useCardFooter.js +6 -11
- package/lib-commonjs/components/CardFooter/useCardFooter.js.map +1 -1
- package/lib-commonjs/components/CardFooter/useCardFooterStyles.d.ts +1 -1
- package/lib-commonjs/components/CardFooter/useCardFooterStyles.js +7 -7
- package/lib-commonjs/components/CardFooter/useCardFooterStyles.js.map +1 -1
- package/lib-commonjs/components/CardHeader/CardHeader.js +3 -3
- package/lib-commonjs/components/CardHeader/CardHeader.js.map +1 -1
- package/lib-commonjs/components/CardHeader/CardHeader.types.d.ts +8 -8
- package/lib-commonjs/components/CardHeader/CardHeader.types.js.map +1 -1
- package/lib-commonjs/components/CardHeader/index.js.map +1 -1
- package/lib-commonjs/components/CardHeader/renderCardHeader.d.ts +1 -1
- package/lib-commonjs/components/CardHeader/renderCardHeader.js +6 -8
- package/lib-commonjs/components/CardHeader/renderCardHeader.js.map +1 -1
- package/lib-commonjs/components/CardHeader/useCardHeader.d.ts +4 -5
- package/lib-commonjs/components/CardHeader/useCardHeader.js +6 -7
- package/lib-commonjs/components/CardHeader/useCardHeader.js.map +1 -1
- package/lib-commonjs/components/CardHeader/useCardHeaderStyles.d.ts +1 -1
- package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js +8 -8
- package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js.map +1 -1
- package/lib-commonjs/components/CardPreview/CardPreview.js +3 -3
- package/lib-commonjs/components/CardPreview/CardPreview.js.map +1 -1
- package/lib-commonjs/components/CardPreview/CardPreview.types.d.ts +3 -3
- package/lib-commonjs/components/CardPreview/CardPreview.types.js.map +1 -1
- package/lib-commonjs/components/CardPreview/index.js.map +1 -1
- package/lib-commonjs/components/CardPreview/renderCardPreview.d.ts +1 -1
- package/lib-commonjs/components/CardPreview/renderCardPreview.js +5 -7
- package/lib-commonjs/components/CardPreview/renderCardPreview.js.map +1 -1
- package/lib-commonjs/components/CardPreview/useCardPreview.d.ts +4 -8
- package/lib-commonjs/components/CardPreview/useCardPreview.js +6 -11
- package/lib-commonjs/components/CardPreview/useCardPreview.js.map +1 -1
- package/lib-commonjs/components/CardPreview/useCardPreviewStyles.d.ts +1 -1
- package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js +8 -12
- package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js.map +1 -1
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +9 -11
package/CHANGELOG.json
CHANGED
@@ -2,78 +2,246 @@
|
|
2
2
|
"name": "@fluentui/react-card",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Tue,
|
6
|
-
"tag": "@fluentui/react-card_v0.0.0-
|
7
|
-
"version": "0.0.0-
|
5
|
+
"date": "Tue, 22 Feb 2022 04:13:22 GMT",
|
6
|
+
"tag": "@fluentui/react-card_v0.0.0-nightlyf3017f159620220222.1",
|
7
|
+
"version": "0.0.0-nightlyf3017f159620220222.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
11
|
"author": "email not defined",
|
12
12
|
"package": "@fluentui/react-card",
|
13
|
-
"commit": "
|
13
|
+
"commit": "abd89ece026acc4dc588f4a78edfb26dc1b57921",
|
14
14
|
"comment": "Release nightly v9"
|
15
15
|
},
|
16
16
|
{
|
17
|
-
"author": "
|
17
|
+
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-card",
|
19
|
-
"
|
20
|
-
"
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyf3017f159620220222.1",
|
20
|
+
"commit": "abd89ece026acc4dc588f4a78edfb26dc1b57921"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-card",
|
25
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightlyf3017f159620220222.1",
|
26
|
+
"commit": "abd89ece026acc4dc588f4a78edfb26dc1b57921"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-card",
|
31
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyf3017f159620220222.1",
|
32
|
+
"commit": "abd89ece026acc4dc588f4a78edfb26dc1b57921"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-card",
|
37
|
+
"comment": "Bump @fluentui/react-text to v0.0.0-nightlyf3017f159620220222.1",
|
38
|
+
"commit": "abd89ece026acc4dc588f4a78edfb26dc1b57921"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-card",
|
43
|
+
"comment": "Bump @fluentui/react-button to v0.0.0-nightlyf3017f159620220222.1",
|
44
|
+
"commit": "abd89ece026acc4dc588f4a78edfb26dc1b57921"
|
45
|
+
}
|
46
|
+
]
|
47
|
+
}
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"date": "Fri, 18 Feb 2022 13:35:29 GMT",
|
51
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.8",
|
52
|
+
"version": "9.0.0-beta.8",
|
53
|
+
"comments": {
|
54
|
+
"prerelease": [
|
55
|
+
{
|
56
|
+
"author": "lingfangao@hotmail.com",
|
57
|
+
"package": "@fluentui/react-card",
|
58
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
59
|
+
"comment": "fix: Source maps contain original source code"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"author": "39736248+andrefcdias@users.noreply.github.com",
|
63
|
+
"package": "@fluentui/react-card",
|
64
|
+
"commit": "6f39f6ae5bd33c8aa46dbb5cc1e46eded1fc2967",
|
65
|
+
"comment": "Add new appearance property to allow for different card styles"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"author": "39736248+andrefcdias@users.noreply.github.com",
|
69
|
+
"package": "@fluentui/react-card",
|
70
|
+
"commit": "4a28b5a69d0e6cf53c19c5e93bc93465f9b8a132",
|
71
|
+
"comment": "fix: top padding issues with CardPreview"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"author": "beachball",
|
75
|
+
"package": "@fluentui/react-card",
|
76
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
77
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"author": "beachball",
|
81
|
+
"package": "@fluentui/react-card",
|
82
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
|
83
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
21
84
|
},
|
22
85
|
{
|
23
86
|
"author": "beachball",
|
24
87
|
"package": "@fluentui/react-card",
|
25
|
-
"comment": "Bump @fluentui/react-
|
26
|
-
"commit": "
|
88
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
89
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
27
90
|
},
|
28
91
|
{
|
29
92
|
"author": "beachball",
|
30
93
|
"package": "@fluentui/react-card",
|
31
|
-
"comment": "Bump @fluentui/react-
|
32
|
-
"commit": "
|
94
|
+
"comment": "Bump @fluentui/react-text to v9.0.0-rc.3",
|
95
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
33
96
|
},
|
34
97
|
{
|
35
98
|
"author": "beachball",
|
36
99
|
"package": "@fluentui/react-card",
|
37
|
-
"comment": "Bump @fluentui/react-
|
38
|
-
"commit": "
|
100
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-rc.3",
|
101
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
102
|
+
}
|
103
|
+
]
|
104
|
+
}
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"date": "Thu, 10 Feb 2022 08:51:52 GMT",
|
108
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.6",
|
109
|
+
"version": "9.0.0-beta.6",
|
110
|
+
"comments": {
|
111
|
+
"prerelease": [
|
112
|
+
{
|
113
|
+
"author": "ololubek@microsoft.com",
|
114
|
+
"package": "@fluentui/react-card",
|
115
|
+
"commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
|
116
|
+
"comment": "Update react-icons usage to resizable icons"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"author": "lingfangao@hotmail.com",
|
120
|
+
"package": "@fluentui/react-card",
|
121
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
122
|
+
"comment": "Bump Fluent UI dependencies to 9.0.0-rc"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
126
|
+
"package": "@fluentui/react-card",
|
127
|
+
"commit": "37772e1ef0b587bf08984dd053ebb356c57c5247",
|
128
|
+
"comment": "react-card: Replacing use of functions in makeStyles with direct use of tokens."
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
132
|
+
"package": "@fluentui/react-card",
|
133
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
134
|
+
"comment": "Updating based on changes to composition types."
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"author": "elcraig@microsoft.com",
|
138
|
+
"package": "@fluentui/react-card",
|
139
|
+
"commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
|
140
|
+
"comment": "Remove empty CardCommons type and outdated boilerplate comments"
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"author": "behowell@microsoft.com",
|
144
|
+
"package": "@fluentui/react-card",
|
145
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
146
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"author": "olfedias@microsoft.com",
|
150
|
+
"package": "@fluentui/react-card",
|
151
|
+
"commit": "1249d2ee042780865e877fc2ed48f56e0eff25d1",
|
152
|
+
"comment": "use Griffel packages"
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"author": "behowell@microsoft.com",
|
156
|
+
"package": "@fluentui/react-card",
|
157
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
158
|
+
"comment": "Refactor component Slot typings"
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"author": "olfedias@microsoft.com",
|
162
|
+
"package": "@fluentui/react-card",
|
163
|
+
"commit": "158d89b5d98e3544e06f4f09967d2af8ab43e249",
|
164
|
+
"comment": "update styles no not use CSS shorthands"
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"author": "behowell@microsoft.com",
|
168
|
+
"package": "@fluentui/react-card",
|
169
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
170
|
+
"comment": "Remove component's shorthandProps array"
|
39
171
|
},
|
40
172
|
{
|
41
173
|
"author": "beachball",
|
42
174
|
"package": "@fluentui/react-card",
|
43
|
-
"comment": "Bump @fluentui/
|
44
|
-
"commit": "
|
175
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
176
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
45
177
|
},
|
46
178
|
{
|
47
179
|
"author": "beachball",
|
48
180
|
"package": "@fluentui/react-card",
|
49
|
-
"comment": "Bump @fluentui/
|
50
|
-
"commit": "
|
181
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
|
182
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
51
183
|
},
|
52
184
|
{
|
53
185
|
"author": "beachball",
|
54
186
|
"package": "@fluentui/react-card",
|
55
|
-
"comment": "Bump @fluentui/react-conformance-
|
56
|
-
"commit": "
|
187
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
188
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
57
189
|
},
|
58
190
|
{
|
59
191
|
"author": "beachball",
|
60
192
|
"package": "@fluentui/react-card",
|
61
|
-
"comment": "Bump @fluentui/react-text to
|
62
|
-
"commit": "
|
193
|
+
"comment": "Bump @fluentui/react-text to v9.0.0-rc.1",
|
194
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
63
195
|
},
|
64
196
|
{
|
65
197
|
"author": "beachball",
|
66
198
|
"package": "@fluentui/react-card",
|
67
|
-
"comment": "Bump @fluentui/react-button to
|
68
|
-
"commit": "
|
199
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-rc.1",
|
200
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
69
201
|
}
|
70
202
|
],
|
71
203
|
"none": [
|
204
|
+
{
|
205
|
+
"author": "39736248+andrefcdias@users.noreply.github.com",
|
206
|
+
"package": "@fluentui/react-card",
|
207
|
+
"commit": "8e04b14546f264bb197ffce70bdff8ec83762c49",
|
208
|
+
"comment": "Add Alpha notice"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"author": "martinhochel@microsoft.com",
|
212
|
+
"package": "@fluentui/react-card",
|
213
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
214
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
215
|
+
},
|
72
216
|
{
|
73
217
|
"author": "andredias@microsoft.com",
|
74
218
|
"package": "@fluentui/react-card",
|
75
219
|
"commit": "c6c745b664df52f5cbdd5a190cc08cae971216e0",
|
76
220
|
"comment": "Add component spec"
|
221
|
+
},
|
222
|
+
{
|
223
|
+
"author": "olfedias@microsoft.com",
|
224
|
+
"package": "@fluentui/react-card",
|
225
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
226
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
227
|
+
},
|
228
|
+
{
|
229
|
+
"author": "me@levithomason.com",
|
230
|
+
"package": "@fluentui/react-card",
|
231
|
+
"commit": "4bd15194a66379b165043141c266faa0c1ea1502",
|
232
|
+
"comment": "document how to import preview components"
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"author": "bsunderhus@microsoft.com",
|
236
|
+
"package": "@fluentui/react-card",
|
237
|
+
"commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
|
238
|
+
"comment": "Updates components with nullRender changes"
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"author": "me@levithomason.com",
|
242
|
+
"package": "@fluentui/react-card",
|
243
|
+
"commit": "a15d363937fad523e90350458ec3e44fe7199dc0",
|
244
|
+
"comment": "Move Storybook stories to Preview Components section"
|
77
245
|
}
|
78
246
|
]
|
79
247
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,26 +1,61 @@
|
|
1
1
|
# Change Log - @fluentui/react-card
|
2
2
|
|
3
|
-
This log was last generated on Tue,
|
3
|
+
This log was last generated on Tue, 22 Feb 2022 04:13:22 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-
|
7
|
+
## [0.0.0-nightlyf3017f159620220222.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v0.0.0-nightlyf3017f159620220222.1)
|
8
8
|
|
9
|
-
Tue,
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.
|
9
|
+
Tue, 22 Feb 2022 04:13:22 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.8..@fluentui/react-card_v0.0.0-nightlyf3017f159620220222.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/abd89ece026acc4dc588f4a78edfb26dc1b57921) by email not defined)
|
15
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightlyf3017f159620220222.1 ([commit](https://github.com/microsoft/fluentui/commit/abd89ece026acc4dc588f4a78edfb26dc1b57921) by beachball)
|
16
|
+
- Bump @fluentui/react-tabster to v0.0.0-nightlyf3017f159620220222.1 ([commit](https://github.com/microsoft/fluentui/commit/abd89ece026acc4dc588f4a78edfb26dc1b57921) by beachball)
|
17
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyf3017f159620220222.1 ([commit](https://github.com/microsoft/fluentui/commit/abd89ece026acc4dc588f4a78edfb26dc1b57921) by beachball)
|
18
|
+
- Bump @fluentui/react-text to v0.0.0-nightlyf3017f159620220222.1 ([commit](https://github.com/microsoft/fluentui/commit/abd89ece026acc4dc588f4a78edfb26dc1b57921) by beachball)
|
19
|
+
- Bump @fluentui/react-button to v0.0.0-nightlyf3017f159620220222.1 ([commit](https://github.com/microsoft/fluentui/commit/abd89ece026acc4dc588f4a78edfb26dc1b57921) by beachball)
|
20
|
+
|
21
|
+
## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.8)
|
22
|
+
|
23
|
+
Fri, 18 Feb 2022 13:35:29 GMT
|
24
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.6..@fluentui/react-card_v9.0.0-beta.8)
|
25
|
+
|
26
|
+
### Changes
|
27
|
+
|
28
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
29
|
+
- Add new appearance property to allow for different card styles ([PR #21264](https://github.com/microsoft/fluentui/pull/21264) by 39736248+andrefcdias@users.noreply.github.com)
|
30
|
+
- fix: top padding issues with CardPreview ([PR #21685](https://github.com/microsoft/fluentui/pull/21685) by 39736248+andrefcdias@users.noreply.github.com)
|
31
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
32
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
33
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
34
|
+
- Bump @fluentui/react-text to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
35
|
+
- Bump @fluentui/react-button to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
36
|
+
|
37
|
+
## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.6)
|
38
|
+
|
39
|
+
Thu, 10 Feb 2022 08:51:52 GMT
|
40
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.5..@fluentui/react-card_v9.0.0-beta.6)
|
41
|
+
|
42
|
+
### Changes
|
43
|
+
|
44
|
+
- Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
|
45
|
+
- Bump Fluent UI dependencies to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
46
|
+
- 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)
|
47
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
48
|
+
- Remove empty CardCommons type and outdated boilerplate comments ([PR #21150](https://github.com/microsoft/fluentui/pull/21150) by elcraig@microsoft.com)
|
49
|
+
- 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)
|
50
|
+
- use Griffel packages ([PR #21417](https://github.com/microsoft/fluentui/pull/21417) by olfedias@microsoft.com)
|
51
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
15
52
|
- update styles no not use CSS shorthands ([PR #20794](https://github.com/microsoft/fluentui/pull/20794) by olfedias@microsoft.com)
|
16
|
-
-
|
17
|
-
- Bump @fluentui/react-utilities to
|
18
|
-
- Bump @fluentui/react-tabster to
|
19
|
-
- Bump @fluentui/
|
20
|
-
- Bump @fluentui/
|
21
|
-
- Bump @fluentui/react-
|
22
|
-
- Bump @fluentui/react-text to v0.0.0-nightlyf1be0a972820211214.1 ([commit](https://github.com/microsoft/fluentui/commit/3bda806f2deef1997fc6c070450a4a7aacb036ca) by beachball)
|
23
|
-
- Bump @fluentui/react-button to v0.0.0-nightlyf1be0a972820211214.1 ([commit](https://github.com/microsoft/fluentui/commit/3bda806f2deef1997fc6c070450a4a7aacb036ca) by beachball)
|
53
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
54
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
55
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
56
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
57
|
+
- Bump @fluentui/react-text to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
58
|
+
- Bump @fluentui/react-button to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
24
59
|
|
25
60
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.5)
|
26
61
|
|
package/README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1
|
-
# @fluentui/react-card
|
1
|
+
# @fluentui/react-card [ALPHA]
|
2
2
|
|
3
3
|
**React Card components for [Fluent UI React](https://developer.microsoft.com/en-us/fluentui)**
|
4
4
|
|
5
|
+
**⚠️ Please note that functionality is still being added to this package. Due to lockstep versioning, the version of this package is aligned with the others in _react-components_.**
|
6
|
+
|
5
7
|
These are not production-ready components and **should never be used in product**. This space is useful for testing new components whose APIs might change before final release.
|
6
8
|
|
7
9
|
To import React Card components:
|
package/dist/react-card.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import type { ComponentProps } from '@fluentui/react-utilities';
|
2
2
|
import type { ComponentState } from '@fluentui/react-utilities';
|
3
3
|
import type { ForwardRefComponent } from '@fluentui/react-utilities';
|
4
|
-
import type { IntrinsicShorthandProps } from '@fluentui/react-utilities';
|
5
4
|
import * as React_2 from 'react';
|
5
|
+
import type { Slot } from '@fluentui/react-utilities';
|
6
6
|
|
7
7
|
/**
|
8
8
|
* A card provides scaffolding for hosting actions and content for a single topic.
|
@@ -11,7 +11,9 @@ export declare const Card: ForwardRefComponent<CardProps>;
|
|
11
11
|
|
12
12
|
export declare const cardClassName = "fui-Card";
|
13
13
|
|
14
|
-
export declare type CardCommons = {
|
14
|
+
export declare type CardCommons = {
|
15
|
+
appearance: 'filled' | 'filled-alternative' | 'outline' | 'subtle';
|
16
|
+
};
|
15
17
|
|
16
18
|
/**
|
17
19
|
* Component to render Button actions in a Card component.
|
@@ -25,14 +27,9 @@ export declare const cardFooterClassName = "fui-CardFooter";
|
|
25
27
|
*/
|
26
28
|
export declare type CardFooterProps = ComponentProps<CardFooterSlots>;
|
27
29
|
|
28
|
-
/**
|
29
|
-
* Array of all shorthand properties listed in CardFooterShorthandProps
|
30
|
-
*/
|
31
|
-
export declare const cardFooterShorthandProps: Array<keyof CardFooterSlots>;
|
32
|
-
|
33
30
|
export declare type CardFooterSlots = {
|
34
|
-
root:
|
35
|
-
action?:
|
31
|
+
root: Slot<'div'>;
|
32
|
+
action?: Slot<'div'>;
|
36
33
|
};
|
37
34
|
|
38
35
|
/**
|
@@ -50,17 +47,15 @@ export declare const cardHeaderClassName = "fui-CardHeader";
|
|
50
47
|
/**
|
51
48
|
* CardHeader props
|
52
49
|
*/
|
53
|
-
export declare type CardHeaderProps = ComponentProps<CardHeaderSlots
|
54
|
-
|
55
|
-
export declare const cardHeaderShorthandProps: Array<keyof CardHeaderSlots>;
|
50
|
+
export declare type CardHeaderProps = ComponentProps<Partial<CardHeaderSlots>>;
|
56
51
|
|
57
52
|
export declare type CardHeaderSlots = {
|
58
|
-
root:
|
59
|
-
image:
|
60
|
-
content?:
|
61
|
-
header:
|
62
|
-
description:
|
63
|
-
action?:
|
53
|
+
root: Slot<'div'>;
|
54
|
+
image: Slot<'div'>;
|
55
|
+
content?: Slot<'div'>;
|
56
|
+
header: Slot<'span'>;
|
57
|
+
description: Slot<'span'>;
|
58
|
+
action?: Slot<'div'>;
|
64
59
|
};
|
65
60
|
|
66
61
|
/**
|
@@ -80,14 +75,9 @@ export declare const cardPreviewClassName = "fui-CardPreview";
|
|
80
75
|
*/
|
81
76
|
export declare type CardPreviewProps = ComponentProps<CardPreviewSlots>;
|
82
77
|
|
83
|
-
/**
|
84
|
-
* Array of all shorthand properties listed in CardPreviewShorthandProps
|
85
|
-
*/
|
86
|
-
export declare const cardPreviewShorthandProps: Array<keyof CardPreviewSlots>;
|
87
|
-
|
88
78
|
export declare type CardPreviewSlots = {
|
89
|
-
root:
|
90
|
-
logo?:
|
79
|
+
root: Slot<'div'>;
|
80
|
+
logo?: Slot<'div'>;
|
91
81
|
};
|
92
82
|
|
93
83
|
/**
|
@@ -101,7 +91,7 @@ export declare type CardPreviewState = ComponentState<CardPreviewSlots>;
|
|
101
91
|
export declare type CardProps = ComponentProps<CardSlots> & Partial<CardCommons>;
|
102
92
|
|
103
93
|
export declare type CardSlots = {
|
104
|
-
root:
|
94
|
+
root: Slot<'div'>;
|
105
95
|
};
|
106
96
|
|
107
97
|
/**
|
@@ -112,85 +102,85 @@ export declare type CardState = ComponentState<CardSlots> & CardCommons;
|
|
112
102
|
/**
|
113
103
|
* Render the final JSX of Card
|
114
104
|
*/
|
115
|
-
export declare const
|
105
|
+
export declare const renderCard_unstable: (state: CardState) => JSX.Element;
|
116
106
|
|
117
107
|
/**
|
118
108
|
* Render the final JSX of CardFooter
|
119
109
|
*/
|
120
|
-
export declare const
|
110
|
+
export declare const renderCardFooter_unstable: (state: CardFooterState) => JSX.Element;
|
121
111
|
|
122
112
|
/**
|
123
113
|
* Render the final JSX of CardHeader
|
124
114
|
*/
|
125
|
-
export declare const
|
115
|
+
export declare const renderCardHeader_unstable: (state: CardHeaderState) => JSX.Element;
|
126
116
|
|
127
117
|
/**
|
128
118
|
* Render the final JSX of CardPreview
|
129
119
|
*/
|
130
|
-
export declare const
|
120
|
+
export declare const renderCardPreview_unstable: (state: CardPreviewState) => JSX.Element;
|
131
121
|
|
132
122
|
/**
|
133
123
|
* Create the state required to render Card.
|
134
124
|
*
|
135
|
-
* The returned state can be modified with hooks such as
|
136
|
-
* before being passed to
|
125
|
+
* The returned state can be modified with hooks such as useCardStyles_unstable,
|
126
|
+
* before being passed to renderCard_unstable.
|
137
127
|
*
|
138
128
|
* @param props - props from this instance of Card
|
139
129
|
* @param ref - reference to root HTMLElement of Card
|
140
130
|
*/
|
141
|
-
export declare const
|
131
|
+
export declare const useCard_unstable: (props: CardProps, ref: React_2.Ref<HTMLElement>) => CardState;
|
142
132
|
|
143
133
|
/**
|
144
134
|
* Create the state required to render CardFooter.
|
145
135
|
*
|
146
|
-
* The returned state can be modified with hooks such as
|
147
|
-
* before being passed to
|
136
|
+
* The returned state can be modified with hooks such as useCardFooterStyles_unstable,
|
137
|
+
* before being passed to renderCardFooter_unstable.
|
148
138
|
*
|
149
139
|
* @param props - props from this instance of CardFooter
|
150
140
|
* @param ref - reference to root HTMLElement of CardFooter
|
151
141
|
*/
|
152
|
-
export declare const
|
142
|
+
export declare const useCardFooter_unstable: (props: CardFooterProps, ref: React_2.Ref<HTMLElement>) => CardFooterState;
|
153
143
|
|
154
144
|
/**
|
155
145
|
* Apply styling to the CardFooter slots based on the state
|
156
146
|
*/
|
157
|
-
export declare const
|
147
|
+
export declare const useCardFooterStyles_unstable: (state: CardFooterState) => CardFooterState;
|
158
148
|
|
159
149
|
/**
|
160
150
|
* Create the state required to render CardHeader.
|
161
151
|
*
|
162
|
-
* The returned state can be modified with hooks such as
|
163
|
-
* before being passed to
|
152
|
+
* The returned state can be modified with hooks such as useCardHeaderStyles_unstable,
|
153
|
+
* before being passed to renderCardHeader_unstable.
|
164
154
|
*
|
165
155
|
* @param props - props from this instance of CardHeader
|
166
156
|
* @param ref - reference to root HTMLElement of CardHeader
|
167
157
|
*/
|
168
|
-
export declare const
|
158
|
+
export declare const useCardHeader_unstable: (props: CardHeaderProps, ref: React_2.Ref<HTMLElement>) => CardHeaderState;
|
169
159
|
|
170
160
|
/**
|
171
161
|
* Apply styling to the CardHeader slots based on the state
|
172
162
|
*/
|
173
|
-
export declare const
|
163
|
+
export declare const useCardHeaderStyles_unstable: (state: CardHeaderState) => CardHeaderState;
|
174
164
|
|
175
165
|
/**
|
176
166
|
* Create the state required to render CardPreview.
|
177
167
|
*
|
178
|
-
* The returned state can be modified with hooks such as
|
179
|
-
* before being passed to
|
168
|
+
* The returned state can be modified with hooks such as useCardPreviewStyles_unstable,
|
169
|
+
* before being passed to renderCardPreview_unstable.
|
180
170
|
*
|
181
171
|
* @param props - props from this instance of CardPreview
|
182
172
|
* @param ref - reference to root HTMLElement of CardPreview
|
183
173
|
*/
|
184
|
-
export declare const
|
174
|
+
export declare const useCardPreview_unstable: (props: CardPreviewProps, ref: React_2.Ref<HTMLElement>) => CardPreviewState;
|
185
175
|
|
186
176
|
/**
|
187
177
|
* Apply styling to the CardPreview slots based on the state
|
188
178
|
*/
|
189
|
-
export declare const
|
179
|
+
export declare const useCardPreviewStyles_unstable: (state: CardPreviewState) => CardPreviewState;
|
190
180
|
|
191
181
|
/**
|
192
182
|
* Apply styling to the Card slots based on the state
|
193
183
|
*/
|
194
|
-
export declare const
|
184
|
+
export declare const useCardStyles_unstable: (state: CardState) => CardState;
|
195
185
|
|
196
186
|
export { }
|
package/lib/Card.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Card.js","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"Card.js","sourceRoot":"../src/","sources":["Card.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC","sourcesContent":["export * from './components/Card/index';\n"]}
|
package/lib/CardFooter.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CardFooter.js","sourceRoot":"","sources":["
|
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"]}
|
package/lib/CardHeader.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CardHeader.js","sourceRoot":"","sources":["
|
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"]}
|
package/lib/CardPreview.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CardPreview.js","sourceRoot":"","sources":["
|
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,15 +1,15 @@
|
|
1
1
|
import * as React from 'react';
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import {
|
2
|
+
import { useCard_unstable } from './useCard';
|
3
|
+
import { renderCard_unstable } from './renderCard';
|
4
|
+
import { useCardStyles_unstable } from './useCardStyles';
|
5
5
|
/**
|
6
6
|
* A card provides scaffolding for hosting actions and content for a single topic.
|
7
7
|
*/
|
8
8
|
|
9
9
|
export const Card = /*#__PURE__*/React.forwardRef((props, ref) => {
|
10
|
-
const state =
|
11
|
-
|
12
|
-
return
|
10
|
+
const state = useCard_unstable(props, ref);
|
11
|
+
useCardStyles_unstable(state);
|
12
|
+
return renderCard_unstable(state);
|
13
13
|
});
|
14
14
|
Card.displayName = 'Card';
|
15
15
|
//# sourceMappingURL=Card.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["components/Card/Card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAZ,MAAuB,OAAvB;AACA,SAAS,gBAAT,QAAiC,WAAjC;AACA,SAAS,mBAAT,QAAoC,cAApC;AACA,SAAS,sBAAT,QAAuC,iBAAvC;AAIA;;AAEG;;AACH,OAAO,MAAM,IAAI,gBAAmC,KAAK,CAAC,UAAN,CAAiB,CAAC,KAAD,EAAQ,GAAR,KAAe;AAClF,QAAM,KAAK,GAAG,gBAAgB,CAAC,KAAD,EAAQ,GAAR,CAA9B;AAEA,EAAA,sBAAsB,CAAC,KAAD,CAAtB;AACA,SAAO,mBAAmB,CAAC,KAAD,CAA1B;AACD,CALmD,CAA7C;AAOP,IAAI,CAAC,WAAL,GAAmB,MAAnB","sourcesContent":["import * as React from 'react';\nimport { useCard_unstable } from './useCard';\nimport { renderCard_unstable } from './renderCard';\nimport { useCardStyles_unstable } from './useCardStyles';\nimport type { CardProps } from './Card.types';\nimport type { ForwardRefComponent } from '@fluentui/react-utilities';\n\n/**\n * A card provides scaffolding for hosting actions and content for a single topic.\n */\nexport const Card: ForwardRefComponent<CardProps> = React.forwardRef((props, ref) => {\n const state = useCard_unstable(props, ref);\n\n useCardStyles_unstable(state);\n return renderCard_unstable(state);\n});\n\nCard.displayName = 'Card';\n"],"sourceRoot":"../src/"}
|
@@ -1,8 +1,10 @@
|
|
1
|
-
import type { ComponentProps, ComponentState,
|
1
|
+
import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';
|
2
2
|
export declare type CardSlots = {
|
3
|
-
root:
|
3
|
+
root: Slot<'div'>;
|
4
|
+
};
|
5
|
+
export declare type CardCommons = {
|
6
|
+
appearance: 'filled' | 'filled-alternative' | 'outline' | 'subtle';
|
4
7
|
};
|
5
|
-
export declare type CardCommons = {};
|
6
8
|
/**
|
7
9
|
* Card Props
|
8
10
|
*/
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Card.types.js","sourceRoot":"","sources":["
|
1
|
+
{"version":3,"file":"Card.types.js","sourceRoot":"../src/","sources":["components/Card/Card.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';\n\nexport type CardSlots = {\n root: Slot<'div'>;\n};\n\nexport type CardCommons = {\n appearance: 'filled' | 'filled-alternative' | 'outline' | 'subtle';\n};\n\n/**\n * Card Props\n */\nexport type CardProps = ComponentProps<CardSlots> & Partial<CardCommons>;\n\n/**\n * State used in rendering Card\n */\nexport type CardState = ComponentState<CardSlots> & CardCommons;\n"]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["
|
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"]}
|