@fluentui/react-avatar 9.0.0-rc.5 → 9.0.0-rc.8

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 (67) hide show
  1. package/CHANGELOG.json +224 -1
  2. package/CHANGELOG.md +179 -128
  3. package/SPEC-AvatarGroup.md +185 -0
  4. package/dist/{react-avatar.d.ts → index.d.ts} +103 -1
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/AvatarGroup.js +2 -0
  7. package/lib/AvatarGroup.js.map +1 -0
  8. package/lib/components/Avatar/Avatar.types.js.map +1 -1
  9. package/lib/components/Avatar/useAvatarStyles.js +21 -10
  10. package/lib/components/Avatar/useAvatarStyles.js.map +1 -1
  11. package/lib/components/AvatarGroup/AvatarGroup.js +15 -0
  12. package/lib/components/AvatarGroup/AvatarGroup.js.map +1 -0
  13. package/lib/components/AvatarGroup/AvatarGroup.strings.js +4 -0
  14. package/lib/components/AvatarGroup/AvatarGroup.strings.js.map +1 -0
  15. package/lib/components/AvatarGroup/AvatarGroup.types.js +2 -0
  16. package/lib/components/AvatarGroup/AvatarGroup.types.js.map +1 -0
  17. package/lib/components/AvatarGroup/index.js +6 -0
  18. package/lib/components/AvatarGroup/index.js.map +1 -0
  19. package/lib/components/AvatarGroup/renderAvatarGroup.js +16 -0
  20. package/lib/components/AvatarGroup/renderAvatarGroup.js.map +1 -0
  21. package/lib/components/AvatarGroup/useAvatarGroup.js +60 -0
  22. package/lib/components/AvatarGroup/useAvatarGroup.js.map +1 -0
  23. package/lib/components/AvatarGroup/useAvatarGroupStyles.js +37 -0
  24. package/lib/components/AvatarGroup/useAvatarGroupStyles.js.map +1 -0
  25. package/lib/index.js +4 -2
  26. package/lib/index.js.map +1 -1
  27. package/lib-commonjs/AvatarGroup.js +10 -0
  28. package/lib-commonjs/AvatarGroup.js.map +1 -0
  29. package/lib-commonjs/components/Avatar/useAvatarStyles.js +22 -11
  30. package/lib-commonjs/components/Avatar/useAvatarStyles.js.map +1 -1
  31. package/lib-commonjs/components/AvatarGroup/AvatarGroup.js +26 -0
  32. package/lib-commonjs/components/AvatarGroup/AvatarGroup.js.map +1 -0
  33. package/lib-commonjs/components/AvatarGroup/AvatarGroup.strings.js +10 -0
  34. package/lib-commonjs/components/AvatarGroup/AvatarGroup.strings.js.map +1 -0
  35. package/lib-commonjs/components/AvatarGroup/AvatarGroup.types.js +6 -0
  36. package/lib-commonjs/components/AvatarGroup/AvatarGroup.types.js.map +1 -0
  37. package/lib-commonjs/components/AvatarGroup/index.js +18 -0
  38. package/lib-commonjs/components/AvatarGroup/index.js.map +1 -0
  39. package/lib-commonjs/components/AvatarGroup/renderAvatarGroup.js +27 -0
  40. package/lib-commonjs/components/AvatarGroup/renderAvatarGroup.js.map +1 -0
  41. package/lib-commonjs/components/AvatarGroup/useAvatarGroup.js +73 -0
  42. package/lib-commonjs/components/AvatarGroup/useAvatarGroup.js.map +1 -0
  43. package/lib-commonjs/components/AvatarGroup/useAvatarGroupStyles.js +47 -0
  44. package/lib-commonjs/components/AvatarGroup/useAvatarGroupStyles.js.map +1 -0
  45. package/lib-commonjs/index.js +80 -3
  46. package/lib-commonjs/index.js.map +1 -1
  47. package/package.json +15 -21
  48. package/lib/Avatar.d.ts +0 -1
  49. package/lib/components/Avatar/Avatar.d.ts +0 -3
  50. package/lib/components/Avatar/Avatar.types.d.ts +0 -107
  51. package/lib/components/Avatar/index.d.ts +0 -5
  52. package/lib/components/Avatar/renderAvatar.d.ts +0 -2
  53. package/lib/components/Avatar/useAvatar.d.ts +0 -3
  54. package/lib/components/Avatar/useAvatarStyles.d.ts +0 -3
  55. package/lib/index.d.ts +0 -2
  56. package/lib/utils/getInitials.d.ts +0 -14
  57. package/lib/utils/index.d.ts +0 -1
  58. package/lib-commonjs/Avatar.d.ts +0 -1
  59. package/lib-commonjs/components/Avatar/Avatar.d.ts +0 -3
  60. package/lib-commonjs/components/Avatar/Avatar.types.d.ts +0 -107
  61. package/lib-commonjs/components/Avatar/index.d.ts +0 -5
  62. package/lib-commonjs/components/Avatar/renderAvatar.d.ts +0 -2
  63. package/lib-commonjs/components/Avatar/useAvatar.d.ts +0 -3
  64. package/lib-commonjs/components/Avatar/useAvatarStyles.d.ts +0 -3
  65. package/lib-commonjs/index.d.ts +0 -2
  66. package/lib-commonjs/utils/getInitials.d.ts +0 -14
  67. package/lib-commonjs/utils/index.d.ts +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,230 @@
2
2
  "name": "@fluentui/react-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 04 Mar 2022 05:15:48 GMT",
5
+ "date": "Thu, 05 May 2022 18:24:36 GMT",
6
+ "tag": "@fluentui/react-avatar_v9.0.0-rc.8",
7
+ "version": "9.0.0-rc.8",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-avatar",
13
+ "commit": "e465622ca241f3dd0534da50823a51e7311fd9ef",
14
+ "comment": "feat: ship rolluped only dts"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-avatar",
19
+ "comment": "Bump @fluentui/react-badge to v9.0.0-rc.8",
20
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-avatar",
25
+ "comment": "Bump @fluentui/react-button to v9.0.0-rc.9",
26
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-avatar",
31
+ "comment": "Bump @fluentui/react-popover to v9.0.0-rc.9",
32
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-avatar",
37
+ "comment": "Bump @fluentui/react-tooltip to v9.0.0-rc.9",
38
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-avatar",
43
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
44
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-avatar",
49
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
50
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-avatar",
55
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
56
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-avatar",
61
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
62
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Wed, 04 May 2022 13:26:37 GMT",
69
+ "tag": "@fluentui/react-avatar_v9.0.0-rc.7",
70
+ "version": "9.0.0-rc.7",
71
+ "comments": {
72
+ "none": [
73
+ {
74
+ "author": "tristan.watanabe@gmail.com",
75
+ "package": "@fluentui/react-avatar",
76
+ "commit": "e791a91f5f02b6dc19f178543b6a6b95d49edb46",
77
+ "comment": "react-avatar: Move to new common folder."
78
+ },
79
+ {
80
+ "author": "esteban.230@hotmail.com",
81
+ "package": "@fluentui/react-avatar",
82
+ "commit": "2a852c82989e92d10a979979c16be97c30a51027",
83
+ "comment": "Adding AvatarGroup spec to react-avatar."
84
+ }
85
+ ],
86
+ "prerelease": [
87
+ {
88
+ "author": "beachball",
89
+ "package": "@fluentui/react-avatar",
90
+ "comment": "Bump @fluentui/react-badge to v9.0.0-rc.7",
91
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
92
+ },
93
+ {
94
+ "author": "beachball",
95
+ "package": "@fluentui/react-avatar",
96
+ "comment": "Bump @fluentui/react-button to v9.0.0-rc.8",
97
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
98
+ },
99
+ {
100
+ "author": "beachball",
101
+ "package": "@fluentui/react-avatar",
102
+ "comment": "Bump @fluentui/react-popover to v9.0.0-rc.8",
103
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
104
+ },
105
+ {
106
+ "author": "beachball",
107
+ "package": "@fluentui/react-avatar",
108
+ "comment": "Bump @fluentui/react-tooltip to v9.0.0-rc.8",
109
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
110
+ },
111
+ {
112
+ "author": "beachball",
113
+ "package": "@fluentui/react-avatar",
114
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
115
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
116
+ },
117
+ {
118
+ "author": "beachball",
119
+ "package": "@fluentui/react-avatar",
120
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
121
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
122
+ },
123
+ {
124
+ "author": "beachball",
125
+ "package": "@fluentui/react-avatar",
126
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
127
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
128
+ }
129
+ ]
130
+ }
131
+ },
132
+ {
133
+ "date": "Tue, 19 Apr 2022 19:17:08 GMT",
134
+ "tag": "@fluentui/react-avatar_v9.0.0-rc.6",
135
+ "version": "9.0.0-rc.6",
136
+ "comments": {
137
+ "none": [
138
+ {
139
+ "author": "elcraig@microsoft.com",
140
+ "package": "@fluentui/react-avatar",
141
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
142
+ "comment": "Update React dev deps and hoist them to the repo root"
143
+ },
144
+ {
145
+ "author": "email not defined",
146
+ "package": "@fluentui/react-avatar",
147
+ "commit": "83f32d33d0750e9afad10b98a98040c70919f7cf",
148
+ "comment": "Added AvatarGroup component to react-avatar"
149
+ },
150
+ {
151
+ "author": "mgodbolt@microsoft.com",
152
+ "package": "@fluentui/react-avatar",
153
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
154
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
155
+ }
156
+ ],
157
+ "prerelease": [
158
+ {
159
+ "author": "seanmonahan@microsoft.com",
160
+ "package": "@fluentui/react-avatar",
161
+ "commit": "086a675fd0c648944ff4048450190a0a13467de3",
162
+ "comment": "Add static classnames to Avatar"
163
+ },
164
+ {
165
+ "author": "Humberto.Morimoto@microsoft.com",
166
+ "package": "@fluentui/react-avatar",
167
+ "commit": "b819815318c0089f48416dc023567578efb31a46",
168
+ "comment": "Avatar: Fix style for sizes 20 and 24 to have semibold fontWeight instead of regular."
169
+ },
170
+ {
171
+ "author": "Humberto.Morimoto@microsoft.com",
172
+ "package": "@fluentui/react-avatar",
173
+ "commit": "3c919593c36ada045063934822a779e23259f06a",
174
+ "comment": "Removing star exports."
175
+ },
176
+ {
177
+ "author": "seanmonahan@microsoft.com",
178
+ "package": "@fluentui/react-avatar",
179
+ "commit": "bea6aecfed8612f7b0664ab8bac77c5fccee1efb",
180
+ "comment": "update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10"
181
+ },
182
+ {
183
+ "author": "martinhochel@microsoft.com",
184
+ "package": "@fluentui/react-avatar",
185
+ "commit": "8722596e561b57decfe9aa79121db844737102ff",
186
+ "comment": "add missing dependencies"
187
+ },
188
+ {
189
+ "author": "olfedias@microsoft.com",
190
+ "package": "@fluentui/react-avatar",
191
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
192
+ "comment": "chore: Update Griffel to latest version"
193
+ },
194
+ {
195
+ "author": "beachball",
196
+ "package": "@fluentui/react-avatar",
197
+ "comment": "Bump @fluentui/react-badge to v9.0.0-rc.6",
198
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
199
+ },
200
+ {
201
+ "author": "beachball",
202
+ "package": "@fluentui/react-avatar",
203
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
204
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
205
+ },
206
+ {
207
+ "author": "beachball",
208
+ "package": "@fluentui/react-avatar",
209
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
210
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
211
+ },
212
+ {
213
+ "author": "beachball",
214
+ "package": "@fluentui/react-avatar",
215
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
216
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
217
+ },
218
+ {
219
+ "author": "beachball",
220
+ "package": "@fluentui/react-avatar",
221
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
222
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
223
+ }
224
+ ]
225
+ }
226
+ },
227
+ {
228
+ "date": "Fri, 04 Mar 2022 05:17:33 GMT",
6
229
  "tag": "@fluentui/react-avatar_v9.0.0-rc.5",
7
230
  "version": "9.0.0-rc.5",
8
231
  "comments": {