@fluentui/react-avatar 9.0.0-rc.6 → 9.0.0-rc.9
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 +223 -6
- package/CHANGELOG.md +186 -134
- package/SPEC-AvatarGroup.md +185 -0
- package/dist/{react-avatar.d.ts → index.d.ts} +120 -65
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/components/Avatar/Avatar.types.js.map +1 -1
- package/lib/components/Avatar/useAvatar.js +3 -3
- package/lib/components/Avatar/useAvatar.js.map +1 -1
- package/lib/components/Avatar/useAvatarStyles.js +12 -3
- package/lib/components/Avatar/useAvatarStyles.js.map +1 -1
- package/lib/components/AvatarGroup/AvatarGroup.strings.js +4 -0
- package/lib/components/AvatarGroup/AvatarGroup.strings.js.map +1 -0
- package/lib/components/AvatarGroup/AvatarGroup.types.js.map +1 -1
- package/lib/components/AvatarGroup/useAvatarGroup.js +27 -3
- package/lib/components/AvatarGroup/useAvatarGroup.js.map +1 -1
- package/lib/components/AvatarGroup/useAvatarGroupStyles.js +14 -3
- package/lib/components/AvatarGroup/useAvatarGroupStyles.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/utils/getInitials.js +14 -12
- package/lib/utils/getInitials.js.map +1 -1
- package/lib-commonjs/components/Avatar/useAvatar.js +3 -3
- package/lib-commonjs/components/Avatar/useAvatar.js.map +1 -1
- package/lib-commonjs/components/Avatar/useAvatarStyles.js +12 -3
- package/lib-commonjs/components/Avatar/useAvatarStyles.js.map +1 -1
- package/lib-commonjs/components/AvatarGroup/AvatarGroup.strings.js +10 -0
- package/lib-commonjs/components/AvatarGroup/AvatarGroup.strings.js.map +1 -0
- package/lib-commonjs/components/AvatarGroup/useAvatarGroup.js +29 -2
- package/lib-commonjs/components/AvatarGroup/useAvatarGroup.js.map +1 -1
- package/lib-commonjs/components/AvatarGroup/useAvatarGroupStyles.js +15 -4
- package/lib-commonjs/components/AvatarGroup/useAvatarGroupStyles.js.map +1 -1
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/utils/getInitials.js +14 -12
- package/lib-commonjs/utils/getInitials.js.map +1 -1
- package/package.json +13 -10
- package/lib/Avatar.d.ts +0 -1
- package/lib/AvatarGroup.d.ts +0 -1
- package/lib/components/Avatar/Avatar.d.ts +0 -3
- package/lib/components/Avatar/Avatar.types.d.ts +0 -107
- package/lib/components/Avatar/index.d.ts +0 -5
- package/lib/components/Avatar/renderAvatar.d.ts +0 -2
- package/lib/components/Avatar/useAvatar.d.ts +0 -3
- package/lib/components/Avatar/useAvatarStyles.d.ts +0 -8
- package/lib/components/AvatarGroup/AvatarGroup.d.ts +0 -6
- package/lib/components/AvatarGroup/AvatarGroup.types.d.ts +0 -14
- package/lib/components/AvatarGroup/index.d.ts +0 -5
- package/lib/components/AvatarGroup/renderAvatarGroup.d.ts +0 -5
- package/lib/components/AvatarGroup/useAvatarGroup.d.ts +0 -12
- package/lib/components/AvatarGroup/useAvatarGroupStyles.d.ts +0 -7
- package/lib/index.d.ts +0 -5
- package/lib/utils/getInitials.d.ts +0 -14
- package/lib/utils/index.d.ts +0 -1
- package/lib-commonjs/Avatar.d.ts +0 -1
- package/lib-commonjs/AvatarGroup.d.ts +0 -1
- package/lib-commonjs/components/Avatar/Avatar.d.ts +0 -3
- package/lib-commonjs/components/Avatar/Avatar.types.d.ts +0 -107
- package/lib-commonjs/components/Avatar/index.d.ts +0 -5
- package/lib-commonjs/components/Avatar/renderAvatar.d.ts +0 -2
- package/lib-commonjs/components/Avatar/useAvatar.d.ts +0 -3
- package/lib-commonjs/components/Avatar/useAvatarStyles.d.ts +0 -8
- package/lib-commonjs/components/AvatarGroup/AvatarGroup.d.ts +0 -6
- package/lib-commonjs/components/AvatarGroup/AvatarGroup.types.d.ts +0 -14
- package/lib-commonjs/components/AvatarGroup/index.d.ts +0 -5
- package/lib-commonjs/components/AvatarGroup/renderAvatarGroup.d.ts +0 -5
- package/lib-commonjs/components/AvatarGroup/useAvatarGroup.d.ts +0 -12
- package/lib-commonjs/components/AvatarGroup/useAvatarGroupStyles.d.ts +0 -7
- package/lib-commonjs/index.d.ts +0 -5
- package/lib-commonjs/utils/getInitials.d.ts +0 -14
- package/lib-commonjs/utils/index.d.ts +0 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,224 @@
|
|
|
2
2
|
"name": "@fluentui/react-avatar",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Mon, 23 May 2022 12:10:26 GMT",
|
|
6
|
+
"tag": "@fluentui/react-avatar_v9.0.0-rc.9",
|
|
7
|
+
"version": "9.0.0-rc.9",
|
|
8
|
+
"comments": {
|
|
9
|
+
"prerelease": [
|
|
10
|
+
{
|
|
11
|
+
"author": "behowell@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-avatar",
|
|
13
|
+
"commit": "f57165a466c9d62226af2d49928f6eb797c20432",
|
|
14
|
+
"comment": "Add support for size={16} to Avatar"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "olfedias@microsoft.com",
|
|
18
|
+
"package": "@fluentui/react-avatar",
|
|
19
|
+
"commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
|
|
20
|
+
"comment": "chore: Update Griffel to latest version"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "olfedias@microsoft.com",
|
|
24
|
+
"package": "@fluentui/react-avatar",
|
|
25
|
+
"commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
|
|
26
|
+
"comment": "chore: Update Griffel to latest version"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"author": "esteban.230@hotmail.com",
|
|
30
|
+
"package": "@fluentui/react-avatar",
|
|
31
|
+
"commit": "72684d3d57ee3cb0d7012a31559b8a2b7ad36849",
|
|
32
|
+
"comment": "Moving Avatar stories to stories folder."
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"author": "beachball",
|
|
36
|
+
"package": "@fluentui/react-avatar",
|
|
37
|
+
"comment": "Bump @fluentui/react-badge to v9.0.0-rc.9",
|
|
38
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"author": "beachball",
|
|
42
|
+
"package": "@fluentui/react-avatar",
|
|
43
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-rc.10",
|
|
44
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"author": "beachball",
|
|
48
|
+
"package": "@fluentui/react-avatar",
|
|
49
|
+
"comment": "Bump @fluentui/react-popover to v9.0.0-rc.10",
|
|
50
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"author": "beachball",
|
|
54
|
+
"package": "@fluentui/react-avatar",
|
|
55
|
+
"comment": "Bump @fluentui/react-tooltip to v9.0.0-rc.10",
|
|
56
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"author": "beachball",
|
|
60
|
+
"package": "@fluentui/react-avatar",
|
|
61
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
|
|
62
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"author": "beachball",
|
|
66
|
+
"package": "@fluentui/react-avatar",
|
|
67
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
|
|
68
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"author": "beachball",
|
|
72
|
+
"package": "@fluentui/react-avatar",
|
|
73
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
|
74
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"author": "beachball",
|
|
78
|
+
"package": "@fluentui/react-avatar",
|
|
79
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
|
|
80
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"none": [
|
|
84
|
+
{
|
|
85
|
+
"author": "sarah.higley@microsoft.com",
|
|
86
|
+
"package": "@fluentui/react-avatar",
|
|
87
|
+
"commit": "59ea4de9c55cfaca51bac4a07e1e03fb60939a15",
|
|
88
|
+
"comment": "remove commons type from avatar and avatargroup"
|
|
89
|
+
}
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"date": "Thu, 05 May 2022 18:26:29 GMT",
|
|
95
|
+
"tag": "@fluentui/react-avatar_v9.0.0-rc.8",
|
|
96
|
+
"version": "9.0.0-rc.8",
|
|
97
|
+
"comments": {
|
|
98
|
+
"prerelease": [
|
|
99
|
+
{
|
|
100
|
+
"author": "martinhochel@microsoft.com",
|
|
101
|
+
"package": "@fluentui/react-avatar",
|
|
102
|
+
"commit": "e465622ca241f3dd0534da50823a51e7311fd9ef",
|
|
103
|
+
"comment": "feat: ship rolluped only dts"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"author": "beachball",
|
|
107
|
+
"package": "@fluentui/react-avatar",
|
|
108
|
+
"comment": "Bump @fluentui/react-badge to v9.0.0-rc.8",
|
|
109
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"author": "beachball",
|
|
113
|
+
"package": "@fluentui/react-avatar",
|
|
114
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-rc.9",
|
|
115
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"author": "beachball",
|
|
119
|
+
"package": "@fluentui/react-avatar",
|
|
120
|
+
"comment": "Bump @fluentui/react-popover to v9.0.0-rc.9",
|
|
121
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"author": "beachball",
|
|
125
|
+
"package": "@fluentui/react-avatar",
|
|
126
|
+
"comment": "Bump @fluentui/react-tooltip to v9.0.0-rc.9",
|
|
127
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"author": "beachball",
|
|
131
|
+
"package": "@fluentui/react-avatar",
|
|
132
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
|
133
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"author": "beachball",
|
|
137
|
+
"package": "@fluentui/react-avatar",
|
|
138
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
|
|
139
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"author": "beachball",
|
|
143
|
+
"package": "@fluentui/react-avatar",
|
|
144
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
|
145
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"author": "beachball",
|
|
149
|
+
"package": "@fluentui/react-avatar",
|
|
150
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
|
|
151
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"date": "Wed, 04 May 2022 13:26:37 GMT",
|
|
158
|
+
"tag": "@fluentui/react-avatar_v9.0.0-rc.7",
|
|
159
|
+
"version": "9.0.0-rc.7",
|
|
160
|
+
"comments": {
|
|
161
|
+
"none": [
|
|
162
|
+
{
|
|
163
|
+
"author": "tristan.watanabe@gmail.com",
|
|
164
|
+
"package": "@fluentui/react-avatar",
|
|
165
|
+
"commit": "e791a91f5f02b6dc19f178543b6a6b95d49edb46",
|
|
166
|
+
"comment": "react-avatar: Move to new common folder."
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"author": "esteban.230@hotmail.com",
|
|
170
|
+
"package": "@fluentui/react-avatar",
|
|
171
|
+
"commit": "2a852c82989e92d10a979979c16be97c30a51027",
|
|
172
|
+
"comment": "Adding AvatarGroup spec to react-avatar."
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
"prerelease": [
|
|
176
|
+
{
|
|
177
|
+
"author": "beachball",
|
|
178
|
+
"package": "@fluentui/react-avatar",
|
|
179
|
+
"comment": "Bump @fluentui/react-badge to v9.0.0-rc.7",
|
|
180
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"author": "beachball",
|
|
184
|
+
"package": "@fluentui/react-avatar",
|
|
185
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-rc.8",
|
|
186
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"author": "beachball",
|
|
190
|
+
"package": "@fluentui/react-avatar",
|
|
191
|
+
"comment": "Bump @fluentui/react-popover to v9.0.0-rc.8",
|
|
192
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"author": "beachball",
|
|
196
|
+
"package": "@fluentui/react-avatar",
|
|
197
|
+
"comment": "Bump @fluentui/react-tooltip to v9.0.0-rc.8",
|
|
198
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"author": "beachball",
|
|
202
|
+
"package": "@fluentui/react-avatar",
|
|
203
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
|
204
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"author": "beachball",
|
|
208
|
+
"package": "@fluentui/react-avatar",
|
|
209
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
|
|
210
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"author": "beachball",
|
|
214
|
+
"package": "@fluentui/react-avatar",
|
|
215
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
|
216
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
217
|
+
}
|
|
218
|
+
]
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"date": "Tue, 19 Apr 2022 19:17:08 GMT",
|
|
6
223
|
"tag": "@fluentui/react-avatar_v9.0.0-rc.6",
|
|
7
224
|
"version": "9.0.0-rc.6",
|
|
8
225
|
"comments": {
|
|
@@ -67,31 +284,31 @@
|
|
|
67
284
|
"author": "beachball",
|
|
68
285
|
"package": "@fluentui/react-avatar",
|
|
69
286
|
"comment": "Bump @fluentui/react-badge to v9.0.0-rc.6",
|
|
70
|
-
"commit": "
|
|
287
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
|
71
288
|
},
|
|
72
289
|
{
|
|
73
290
|
"author": "beachball",
|
|
74
291
|
"package": "@fluentui/react-avatar",
|
|
75
292
|
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
|
76
|
-
"commit": "
|
|
293
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
|
77
294
|
},
|
|
78
295
|
{
|
|
79
296
|
"author": "beachball",
|
|
80
297
|
"package": "@fluentui/react-avatar",
|
|
81
298
|
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
|
|
82
|
-
"commit": "
|
|
299
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
|
83
300
|
},
|
|
84
301
|
{
|
|
85
302
|
"author": "beachball",
|
|
86
303
|
"package": "@fluentui/react-avatar",
|
|
87
304
|
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
|
88
|
-
"commit": "
|
|
305
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
|
89
306
|
},
|
|
90
307
|
{
|
|
91
308
|
"author": "beachball",
|
|
92
309
|
"package": "@fluentui/react-avatar",
|
|
93
310
|
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
|
94
|
-
"commit": "
|
|
311
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
|
95
312
|
}
|
|
96
313
|
]
|
|
97
314
|
}
|