@fluentui/react-card 0.0.0-nightlya54302c0b220211124.1 → 0.0.0-nightlya9c3d10d9520220113.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 +124 -17
- package/CHANGELOG.md +34 -11
- package/Spec.md +523 -0
- package/assets/Card.png +0 -0
- package/assets/CardHeader.png +0 -0
- package/assets/CardPreview.png +0 -0
- package/assets/context-interaction-keyboard.png +0 -0
- package/assets/context-interaction-mouse.png +0 -0
- package/assets/context-narrator.png +0 -0
- package/assets/disabled-narrator.png +0 -0
- package/assets/disabled.png +0 -0
- package/assets/interactive-interaction-keyboard.png +0 -0
- package/assets/interactive-interaction-mouse.png +0 -0
- package/assets/interactive-narrator.png +0 -0
- package/assets/non-interactive-interaction-keyboard.png +0 -0
- package/assets/non-interactive-interaction-mouse.png +0 -0
- package/assets/non-interactive-narrator.png +0 -0
- package/assets/non-interactive-selectable-interaction-keyboard.png +0 -0
- package/assets/non-interactive-selectable-interaction-mouse.png +0 -0
- package/assets/selectable-interaction-keyboard.png +0 -0
- package/assets/selectable-interaction-mouse.png +0 -0
- package/assets/selectable-narrator.png +0 -0
- package/dist/react-card.d.ts +2 -16
- package/lib/components/Card/Card.types.d.ts +2 -3
- package/lib/components/Card/renderCard.js +2 -1
- package/lib/components/Card/renderCard.js.map +1 -1
- package/lib/components/Card/useCardStyles.js +11 -5
- package/lib/components/Card/useCardStyles.js.map +1 -1
- package/lib/components/CardFooter/renderCardFooter.js +4 -3
- package/lib/components/CardFooter/renderCardFooter.js.map +1 -1
- package/lib/components/CardFooter/useCardFooter.d.ts +1 -5
- package/lib/components/CardFooter/useCardFooter.js +0 -5
- package/lib/components/CardFooter/useCardFooter.js.map +1 -1
- package/lib/components/CardFooter/useCardFooterStyles.js +4 -3
- package/lib/components/CardFooter/useCardFooterStyles.js.map +1 -1
- package/lib/components/CardHeader/renderCardHeader.js +8 -3
- package/lib/components/CardHeader/renderCardHeader.js.map +1 -1
- package/lib/components/CardHeader/useCardHeader.d.ts +1 -2
- package/lib/components/CardHeader/useCardHeader.js +0 -1
- package/lib/components/CardHeader/useCardHeader.js.map +1 -1
- package/lib/components/CardHeader/useCardHeaderStyles.js +4 -3
- package/lib/components/CardHeader/useCardHeaderStyles.js.map +1 -1
- package/lib/components/CardPreview/renderCardPreview.js +4 -3
- package/lib/components/CardPreview/renderCardPreview.js.map +1 -1
- package/lib/components/CardPreview/useCardPreview.d.ts +1 -5
- package/lib/components/CardPreview/useCardPreview.js +0 -5
- package/lib/components/CardPreview/useCardPreview.js.map +1 -1
- package/lib/components/CardPreview/useCardPreviewStyles.js +1 -1
- package/lib/components/CardPreview/useCardPreviewStyles.js.map +1 -1
- package/lib-commonjs/components/Card/Card.types.d.ts +2 -3
- package/lib-commonjs/components/Card/renderCard.js +2 -1
- package/lib-commonjs/components/Card/renderCard.js.map +1 -1
- package/lib-commonjs/components/Card/useCardStyles.js +11 -4
- package/lib-commonjs/components/Card/useCardStyles.js.map +1 -1
- package/lib-commonjs/components/CardFooter/renderCardFooter.js +4 -4
- package/lib-commonjs/components/CardFooter/renderCardFooter.js.map +1 -1
- package/lib-commonjs/components/CardFooter/useCardFooter.d.ts +1 -5
- package/lib-commonjs/components/CardFooter/useCardFooter.js +2 -7
- package/lib-commonjs/components/CardFooter/useCardFooter.js.map +1 -1
- package/lib-commonjs/components/CardFooter/useCardFooterStyles.js +3 -2
- package/lib-commonjs/components/CardFooter/useCardFooterStyles.js.map +1 -1
- package/lib-commonjs/components/CardHeader/renderCardHeader.js +8 -4
- package/lib-commonjs/components/CardHeader/renderCardHeader.js.map +1 -1
- package/lib-commonjs/components/CardHeader/useCardHeader.d.ts +1 -2
- package/lib-commonjs/components/CardHeader/useCardHeader.js +2 -3
- package/lib-commonjs/components/CardHeader/useCardHeader.js.map +1 -1
- package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js +3 -2
- package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js.map +1 -1
- package/lib-commonjs/components/CardPreview/renderCardPreview.js +4 -4
- package/lib-commonjs/components/CardPreview/renderCardPreview.js.map +1 -1
- package/lib-commonjs/components/CardPreview/useCardPreview.d.ts +1 -5
- package/lib-commonjs/components/CardPreview/useCardPreview.js +2 -7
- package/lib-commonjs/components/CardPreview/useCardPreview.js.map +1 -1
- package/package.json +9 -9
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,110 @@
|
|
2
2
|
"name": "@fluentui/react-card",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-card_v0.0.0-
|
7
|
-
"version": "0.0.0-
|
5
|
+
"date": "Thu, 13 Jan 2022 04:15:41 GMT",
|
6
|
+
"tag": "@fluentui/react-card_v0.0.0-nightlya9c3d10d9520220113.1",
|
7
|
+
"version": "0.0.0-nightlya9c3d10d9520220113.1",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "email not defined",
|
12
|
+
"package": "@fluentui/react-card",
|
13
|
+
"commit": "e5182b449d13b07c2da6a36ece6f79ec664c4075",
|
14
|
+
"comment": "Release nightly v9"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "ololubek@microsoft.com",
|
18
|
+
"package": "@fluentui/react-card",
|
19
|
+
"commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
|
20
|
+
"comment": "Update react-icons usage to resizable icons"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
24
|
+
"package": "@fluentui/react-card",
|
25
|
+
"commit": "37772e1ef0b587bf08984dd053ebb356c57c5247",
|
26
|
+
"comment": "react-card: Replacing use of functions in makeStyles with direct use of tokens."
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "elcraig@microsoft.com",
|
30
|
+
"package": "@fluentui/react-card",
|
31
|
+
"commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
|
32
|
+
"comment": "Remove empty CardCommons type and outdated boilerplate comments"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "olfedias@microsoft.com",
|
36
|
+
"package": "@fluentui/react-card",
|
37
|
+
"commit": "158d89b5d98e3544e06f4f09967d2af8ab43e249",
|
38
|
+
"comment": "update styles no not use CSS shorthands"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "behowell@microsoft.com",
|
42
|
+
"package": "@fluentui/react-card",
|
43
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
44
|
+
"comment": "Remove component's shorthandProps array"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "beachball",
|
48
|
+
"package": "@fluentui/react-card",
|
49
|
+
"comment": "Bump @fluentui/react-make-styles to v0.0.0-nightlya9c3d10d9520220113.1",
|
50
|
+
"commit": "e5182b449d13b07c2da6a36ece6f79ec664c4075"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"author": "beachball",
|
54
|
+
"package": "@fluentui/react-card",
|
55
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightlya9c3d10d9520220113.1",
|
56
|
+
"commit": "e5182b449d13b07c2da6a36ece6f79ec664c4075"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"author": "beachball",
|
60
|
+
"package": "@fluentui/react-card",
|
61
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightlya9c3d10d9520220113.1",
|
62
|
+
"commit": "e5182b449d13b07c2da6a36ece6f79ec664c4075"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"author": "beachball",
|
66
|
+
"package": "@fluentui/react-card",
|
67
|
+
"comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightlya9c3d10d9520220113.1",
|
68
|
+
"commit": "e5182b449d13b07c2da6a36ece6f79ec664c4075"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"author": "beachball",
|
72
|
+
"package": "@fluentui/react-card",
|
73
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlya9c3d10d9520220113.1",
|
74
|
+
"commit": "e5182b449d13b07c2da6a36ece6f79ec664c4075"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"author": "beachball",
|
78
|
+
"package": "@fluentui/react-card",
|
79
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlya9c3d10d9520220113.1",
|
80
|
+
"commit": "e5182b449d13b07c2da6a36ece6f79ec664c4075"
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"author": "beachball",
|
84
|
+
"package": "@fluentui/react-card",
|
85
|
+
"comment": "Bump @fluentui/react-text to v0.0.0-nightlya9c3d10d9520220113.1",
|
86
|
+
"commit": "e5182b449d13b07c2da6a36ece6f79ec664c4075"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"author": "beachball",
|
90
|
+
"package": "@fluentui/react-card",
|
91
|
+
"comment": "Bump @fluentui/react-button to v0.0.0-nightlya9c3d10d9520220113.1",
|
92
|
+
"commit": "e5182b449d13b07c2da6a36ece6f79ec664c4075"
|
93
|
+
}
|
94
|
+
],
|
95
|
+
"none": [
|
96
|
+
{
|
97
|
+
"author": "andredias@microsoft.com",
|
98
|
+
"package": "@fluentui/react-card",
|
99
|
+
"commit": "c6c745b664df52f5cbdd5a190cc08cae971216e0",
|
100
|
+
"comment": "Add component spec"
|
101
|
+
}
|
102
|
+
]
|
103
|
+
}
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"date": "Thu, 25 Nov 2021 08:34:12 GMT",
|
107
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.5",
|
108
|
+
"version": "9.0.0-beta.5",
|
8
109
|
"comments": {
|
9
110
|
"prerelease": [
|
10
111
|
{
|
@@ -16,44 +117,50 @@
|
|
16
117
|
{
|
17
118
|
"author": "beachball",
|
18
119
|
"package": "@fluentui/react-card",
|
19
|
-
"comment": "Bump @fluentui/react-make-styles to
|
20
|
-
"commit": "
|
120
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
121
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"author": "beachball",
|
125
|
+
"package": "@fluentui/react-card",
|
126
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
127
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
21
128
|
},
|
22
129
|
{
|
23
130
|
"author": "beachball",
|
24
131
|
"package": "@fluentui/react-card",
|
25
|
-
"comment": "Bump @fluentui/react-tabster to
|
26
|
-
"commit": "
|
132
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
|
133
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
27
134
|
},
|
28
135
|
{
|
29
136
|
"author": "beachball",
|
30
137
|
"package": "@fluentui/react-card",
|
31
|
-
"comment": "Bump @fluentui/babel-make-styles to
|
32
|
-
"commit": "
|
138
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
139
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
33
140
|
},
|
34
141
|
{
|
35
142
|
"author": "beachball",
|
36
143
|
"package": "@fluentui/react-card",
|
37
|
-
"comment": "Bump @fluentui/jest-serializer-make-styles to
|
38
|
-
"commit": "
|
144
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
145
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
39
146
|
},
|
40
147
|
{
|
41
148
|
"author": "beachball",
|
42
149
|
"package": "@fluentui/react-card",
|
43
|
-
"comment": "Bump @fluentui/react-conformance-make-styles to
|
44
|
-
"commit": "
|
150
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
151
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
45
152
|
},
|
46
153
|
{
|
47
154
|
"author": "beachball",
|
48
155
|
"package": "@fluentui/react-card",
|
49
|
-
"comment": "Bump @fluentui/react-text to
|
50
|
-
"commit": "
|
156
|
+
"comment": "Bump @fluentui/react-text to v9.0.0-beta.4",
|
157
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
51
158
|
},
|
52
159
|
{
|
53
160
|
"author": "beachball",
|
54
161
|
"package": "@fluentui/react-card",
|
55
|
-
"comment": "Bump @fluentui/react-button to
|
56
|
-
"commit": "
|
162
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-beta.5",
|
163
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
57
164
|
}
|
58
165
|
]
|
59
166
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,24 +1,47 @@
|
|
1
1
|
# Change Log - @fluentui/react-card
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 13 Jan 2022 04:15:41 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-
|
7
|
+
## [0.0.0-nightlya9c3d10d9520220113.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v0.0.0-nightlya9c3d10d9520220113.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.
|
9
|
+
Thu, 13 Jan 2022 04:15:41 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.5..@fluentui/react-card_v0.0.0-nightlya9c3d10d9520220113.1)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/e5182b449d13b07c2da6a36ece6f79ec664c4075) by email not defined)
|
15
|
+
- Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
|
16
|
+
- 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)
|
17
|
+
- Remove empty CardCommons type and outdated boilerplate comments ([PR #21150](https://github.com/microsoft/fluentui/pull/21150) by elcraig@microsoft.com)
|
18
|
+
- update styles no not use CSS shorthands ([PR #20794](https://github.com/microsoft/fluentui/pull/20794) by olfedias@microsoft.com)
|
19
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
20
|
+
- Bump @fluentui/react-make-styles to v0.0.0-nightlya9c3d10d9520220113.1 ([commit](https://github.com/microsoft/fluentui/commit/e5182b449d13b07c2da6a36ece6f79ec664c4075) by beachball)
|
21
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightlya9c3d10d9520220113.1 ([commit](https://github.com/microsoft/fluentui/commit/e5182b449d13b07c2da6a36ece6f79ec664c4075) by beachball)
|
22
|
+
- Bump @fluentui/react-tabster to v0.0.0-nightlya9c3d10d9520220113.1 ([commit](https://github.com/microsoft/fluentui/commit/e5182b449d13b07c2da6a36ece6f79ec664c4075) by beachball)
|
23
|
+
- Bump @fluentui/babel-make-styles to v0.0.0-nightlya9c3d10d9520220113.1 ([commit](https://github.com/microsoft/fluentui/commit/e5182b449d13b07c2da6a36ece6f79ec664c4075) by beachball)
|
24
|
+
- Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlya9c3d10d9520220113.1 ([commit](https://github.com/microsoft/fluentui/commit/e5182b449d13b07c2da6a36ece6f79ec664c4075) by beachball)
|
25
|
+
- Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlya9c3d10d9520220113.1 ([commit](https://github.com/microsoft/fluentui/commit/e5182b449d13b07c2da6a36ece6f79ec664c4075) by beachball)
|
26
|
+
- Bump @fluentui/react-text to v0.0.0-nightlya9c3d10d9520220113.1 ([commit](https://github.com/microsoft/fluentui/commit/e5182b449d13b07c2da6a36ece6f79ec664c4075) by beachball)
|
27
|
+
- Bump @fluentui/react-button to v0.0.0-nightlya9c3d10d9520220113.1 ([commit](https://github.com/microsoft/fluentui/commit/e5182b449d13b07c2da6a36ece6f79ec664c4075) by beachball)
|
28
|
+
|
29
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.5)
|
30
|
+
|
31
|
+
Thu, 25 Nov 2021 08:34:12 GMT
|
32
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.4..@fluentui/react-card_v9.0.0-beta.5)
|
11
33
|
|
12
34
|
### Changes
|
13
35
|
|
14
36
|
- Migrate Card ([PR #20599](https://github.com/microsoft/fluentui/pull/20599) by andredias@microsoft.com)
|
15
|
-
- Bump @fluentui/react-make-styles to
|
16
|
-
- Bump @fluentui/react-
|
17
|
-
- Bump @fluentui/
|
18
|
-
- Bump @fluentui/
|
19
|
-
- Bump @fluentui/
|
20
|
-
- Bump @fluentui/react-
|
21
|
-
- Bump @fluentui/react-
|
37
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
38
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
39
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
40
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
41
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
42
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
43
|
+
- Bump @fluentui/react-text to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
44
|
+
- Bump @fluentui/react-button to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
22
45
|
|
23
46
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.4)
|
24
47
|
|