@fluentui/react-card 0.0.0-nightlyc9ccb6f37d20211122.1 → 0.0.0-nightlycc44f3625c20211220.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 +91 -20
- package/CHANGELOG.md +30 -13
- 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/lib/components/Card/renderCard.js +2 -1
- package/lib/components/Card/renderCard.js.map +1 -1
- package/lib/components/Card/useCardStyles.js +10 -5
- package/lib/components/Card/useCardStyles.js.map +1 -1
- package/lib/components/CardFooter/renderCardFooter.js +3 -1
- package/lib/components/CardFooter/renderCardFooter.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 +7 -1
- package/lib/components/CardHeader/renderCardHeader.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 +3 -1
- package/lib/components/CardPreview/renderCardPreview.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/renderCard.js +2 -1
- package/lib-commonjs/components/Card/renderCard.js.map +1 -1
- package/lib-commonjs/components/Card/useCardStyles.js +9 -4
- package/lib-commonjs/components/Card/useCardStyles.js.map +1 -1
- package/lib-commonjs/components/CardFooter/renderCardFooter.js +3 -1
- package/lib-commonjs/components/CardFooter/renderCardFooter.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 +7 -1
- package/lib-commonjs/components/CardHeader/renderCardHeader.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 +3 -1
- package/lib-commonjs/components/CardPreview/renderCardPreview.js.map +1 -1
- package/package.json +9 -9
package/CHANGELOG.json
CHANGED
@@ -2,17 +2,88 @@
|
|
2
2
|
"name": "@fluentui/react-card",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Mon,
|
6
|
-
"tag": "@fluentui/react-card_v0.0.0-
|
7
|
-
"version": "0.0.0-
|
5
|
+
"date": "Mon, 20 Dec 2021 04:17:48 GMT",
|
6
|
+
"tag": "@fluentui/react-card_v0.0.0-nightlycc44f3625c20211220.1",
|
7
|
+
"version": "0.0.0-nightlycc44f3625c20211220.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": "0839b0d96424e04706bd895d731d371acd3baaf5",
|
14
14
|
"comment": "Release nightly v9"
|
15
15
|
},
|
16
|
+
{
|
17
|
+
"author": "olfedias@microsoft.com",
|
18
|
+
"package": "@fluentui/react-card",
|
19
|
+
"commit": "158d89b5d98e3544e06f4f09967d2af8ab43e249",
|
20
|
+
"comment": "update styles no not use CSS shorthands"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-card",
|
25
|
+
"comment": "Bump @fluentui/react-make-styles to v0.0.0-nightlycc44f3625c20211220.1",
|
26
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-card",
|
31
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightlycc44f3625c20211220.1",
|
32
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-card",
|
37
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightlycc44f3625c20211220.1",
|
38
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-card",
|
43
|
+
"comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightlycc44f3625c20211220.1",
|
44
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "beachball",
|
48
|
+
"package": "@fluentui/react-card",
|
49
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlycc44f3625c20211220.1",
|
50
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"author": "beachball",
|
54
|
+
"package": "@fluentui/react-card",
|
55
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlycc44f3625c20211220.1",
|
56
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"author": "beachball",
|
60
|
+
"package": "@fluentui/react-card",
|
61
|
+
"comment": "Bump @fluentui/react-text to v0.0.0-nightlycc44f3625c20211220.1",
|
62
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"author": "beachball",
|
66
|
+
"package": "@fluentui/react-card",
|
67
|
+
"comment": "Bump @fluentui/react-button to v0.0.0-nightlycc44f3625c20211220.1",
|
68
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
69
|
+
}
|
70
|
+
],
|
71
|
+
"none": [
|
72
|
+
{
|
73
|
+
"author": "andredias@microsoft.com",
|
74
|
+
"package": "@fluentui/react-card",
|
75
|
+
"commit": "c6c745b664df52f5cbdd5a190cc08cae971216e0",
|
76
|
+
"comment": "Add component spec"
|
77
|
+
}
|
78
|
+
]
|
79
|
+
}
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"date": "Thu, 25 Nov 2021 08:34:12 GMT",
|
83
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.5",
|
84
|
+
"version": "9.0.0-beta.5",
|
85
|
+
"comments": {
|
86
|
+
"prerelease": [
|
16
87
|
{
|
17
88
|
"author": "andredias@microsoft.com",
|
18
89
|
"package": "@fluentui/react-card",
|
@@ -22,50 +93,50 @@
|
|
22
93
|
{
|
23
94
|
"author": "beachball",
|
24
95
|
"package": "@fluentui/react-card",
|
25
|
-
"comment": "Bump @fluentui/react-make-styles to
|
26
|
-
"commit": "
|
96
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
97
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
27
98
|
},
|
28
99
|
{
|
29
100
|
"author": "beachball",
|
30
101
|
"package": "@fluentui/react-card",
|
31
|
-
"comment": "Bump @fluentui/react-utilities to
|
32
|
-
"commit": "
|
102
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
103
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
33
104
|
},
|
34
105
|
{
|
35
106
|
"author": "beachball",
|
36
107
|
"package": "@fluentui/react-card",
|
37
|
-
"comment": "Bump @fluentui/react-tabster to
|
38
|
-
"commit": "
|
108
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
|
109
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
39
110
|
},
|
40
111
|
{
|
41
112
|
"author": "beachball",
|
42
113
|
"package": "@fluentui/react-card",
|
43
|
-
"comment": "Bump @fluentui/babel-make-styles to
|
44
|
-
"commit": "
|
114
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
115
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
45
116
|
},
|
46
117
|
{
|
47
118
|
"author": "beachball",
|
48
119
|
"package": "@fluentui/react-card",
|
49
|
-
"comment": "Bump @fluentui/jest-serializer-make-styles to
|
50
|
-
"commit": "
|
120
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
121
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
51
122
|
},
|
52
123
|
{
|
53
124
|
"author": "beachball",
|
54
125
|
"package": "@fluentui/react-card",
|
55
|
-
"comment": "Bump @fluentui/react-conformance-make-styles to
|
56
|
-
"commit": "
|
126
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
127
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
57
128
|
},
|
58
129
|
{
|
59
130
|
"author": "beachball",
|
60
131
|
"package": "@fluentui/react-card",
|
61
|
-
"comment": "Bump @fluentui/react-text to
|
62
|
-
"commit": "
|
132
|
+
"comment": "Bump @fluentui/react-text to v9.0.0-beta.4",
|
133
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
63
134
|
},
|
64
135
|
{
|
65
136
|
"author": "beachball",
|
66
137
|
"package": "@fluentui/react-card",
|
67
|
-
"comment": "Bump @fluentui/react-button to
|
68
|
-
"commit": "
|
138
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-beta.5",
|
139
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
69
140
|
}
|
70
141
|
]
|
71
142
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,26 +1,43 @@
|
|
1
1
|
# Change Log - @fluentui/react-card
|
2
2
|
|
3
|
-
This log was last generated on Mon,
|
3
|
+
This log was last generated on Mon, 20 Dec 2021 04:17:48 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-
|
7
|
+
## [0.0.0-nightlycc44f3625c20211220.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v0.0.0-nightlycc44f3625c20211220.1)
|
8
8
|
|
9
|
-
Mon,
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.
|
9
|
+
Mon, 20 Dec 2021 04:17:48 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.5..@fluentui/react-card_v0.0.0-nightlycc44f3625c20211220.1)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by email not defined)
|
15
|
+
- update styles no not use CSS shorthands ([PR #20794](https://github.com/microsoft/fluentui/pull/20794) by olfedias@microsoft.com)
|
16
|
+
- Bump @fluentui/react-make-styles to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
17
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
18
|
+
- Bump @fluentui/react-tabster to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
19
|
+
- Bump @fluentui/babel-make-styles to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
20
|
+
- Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
21
|
+
- Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
22
|
+
- Bump @fluentui/react-text to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
23
|
+
- Bump @fluentui/react-button to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
24
|
+
|
25
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.5)
|
26
|
+
|
27
|
+
Thu, 25 Nov 2021 08:34:12 GMT
|
28
|
+
[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
29
|
|
12
30
|
### Changes
|
13
31
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/485cdebc9d90401363f72f87d647689444cdaba4) by email not defined)
|
15
32
|
- Migrate Card ([PR #20599](https://github.com/microsoft/fluentui/pull/20599) by andredias@microsoft.com)
|
16
|
-
- Bump @fluentui/react-make-styles to
|
17
|
-
- Bump @fluentui/react-utilities to
|
18
|
-
- Bump @fluentui/react-tabster to
|
19
|
-
- Bump @fluentui/babel-make-styles to
|
20
|
-
- Bump @fluentui/jest-serializer-make-styles to
|
21
|
-
- Bump @fluentui/react-conformance-make-styles to
|
22
|
-
- Bump @fluentui/react-text to
|
23
|
-
- Bump @fluentui/react-button to
|
33
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
34
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
35
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
36
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
37
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
38
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
39
|
+
- Bump @fluentui/react-text to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
40
|
+
- Bump @fluentui/react-button to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
24
41
|
|
25
42
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.4)
|
26
43
|
|