@fluentui/react-alert 9.0.0-beta.3 → 9.0.0-beta.30

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 (35) hide show
  1. package/CHANGELOG.json +954 -1
  2. package/CHANGELOG.md +325 -2
  3. package/README.md +1 -1
  4. package/dist/index.d.ts +13 -1
  5. package/lib/Alert.js.map +1 -1
  6. package/lib/components/Alert/Alert.js +0 -1
  7. package/lib/components/Alert/Alert.js.map +1 -1
  8. package/lib/components/Alert/Alert.types.js.map +1 -1
  9. package/lib/components/Alert/index.js.map +1 -1
  10. package/lib/components/Alert/renderAlert.js +8 -3
  11. package/lib/components/Alert/renderAlert.js.map +1 -1
  12. package/lib/components/Alert/useAlert.js +29 -17
  13. package/lib/components/Alert/useAlert.js.map +1 -1
  14. package/lib/components/Alert/useAlertStyles.js +106 -57
  15. package/lib/components/Alert/useAlertStyles.js.map +1 -1
  16. package/lib/index.js.map +1 -1
  17. package/lib-commonjs/Alert.js +0 -2
  18. package/lib-commonjs/Alert.js.map +1 -1
  19. package/lib-commonjs/components/Alert/Alert.js +0 -6
  20. package/lib-commonjs/components/Alert/Alert.js.map +1 -1
  21. package/lib-commonjs/components/Alert/Alert.types.js.map +1 -1
  22. package/lib-commonjs/components/Alert/index.js +0 -6
  23. package/lib-commonjs/components/Alert/index.js.map +1 -1
  24. package/lib-commonjs/components/Alert/renderAlert.js +8 -7
  25. package/lib-commonjs/components/Alert/renderAlert.js.map +1 -1
  26. package/lib-commonjs/components/Alert/useAlert.js +29 -23
  27. package/lib-commonjs/components/Alert/useAlert.js.map +1 -1
  28. package/lib-commonjs/components/Alert/useAlertStyles.js +106 -61
  29. package/lib-commonjs/components/Alert/useAlertStyles.js.map +1 -1
  30. package/lib-commonjs/index.js +0 -2
  31. package/lib-commonjs/index.js.map +1 -1
  32. package/package.json +28 -17
  33. package/Migration.md +0 -0
  34. package/Spec.md +0 -95
  35. package/dist/tsdoc-metadata.json +0 -11
package/CHANGELOG.json CHANGED
@@ -2,7 +2,960 @@
2
2
  "name": "@fluentui/react-alert",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 21 Jun 2022 17:09:28 GMT",
5
+ "date": "Tue, 07 Feb 2023 14:10:47 GMT",
6
+ "tag": "@fluentui/react-alert_v9.0.0-beta.30",
7
+ "version": "9.0.0-beta.30",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-alert",
13
+ "comment": "Bump @fluentui/react-avatar to v9.3.2",
14
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-alert",
19
+ "comment": "Bump @fluentui/react-button to v9.2.2",
20
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-alert",
25
+ "comment": "Bump @fluentui/react-tabster to v9.5.0",
26
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 31 Jan 2023 19:53:58 GMT",
33
+ "tag": "@fluentui/react-alert_v9.0.0-beta.29",
34
+ "version": "9.0.0-beta.29",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-alert",
40
+ "comment": "Bump @fluentui/react-avatar to v9.3.1",
41
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-alert",
46
+ "comment": "Bump @fluentui/react-button to v9.2.1",
47
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-alert",
52
+ "comment": "Bump @fluentui/react-tabster to v9.4.2",
53
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-alert",
58
+ "comment": "Bump @fluentui/react-utilities to v9.5.1",
59
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Thu, 26 Jan 2023 13:31:03 GMT",
66
+ "tag": "@fluentui/react-alert_v9.0.0-beta.28",
67
+ "version": "9.0.0-beta.28",
68
+ "comments": {
69
+ "prerelease": [
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-alert",
73
+ "comment": "Bump @fluentui/react-avatar to v9.3.0",
74
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
75
+ },
76
+ {
77
+ "author": "beachball",
78
+ "package": "@fluentui/react-alert",
79
+ "comment": "Bump @fluentui/react-button to v9.2.0",
80
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
81
+ },
82
+ {
83
+ "author": "beachball",
84
+ "package": "@fluentui/react-alert",
85
+ "comment": "Bump @fluentui/react-tabster to v9.4.1",
86
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
87
+ },
88
+ {
89
+ "author": "beachball",
90
+ "package": "@fluentui/react-alert",
91
+ "comment": "Bump @fluentui/react-utilities to v9.5.0",
92
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
93
+ }
94
+ ]
95
+ }
96
+ },
97
+ {
98
+ "date": "Mon, 23 Jan 2023 16:43:12 GMT",
99
+ "tag": "@fluentui/react-alert_v9.0.0-beta.27",
100
+ "version": "9.0.0-beta.27",
101
+ "comments": {
102
+ "prerelease": [
103
+ {
104
+ "author": "beachball",
105
+ "package": "@fluentui/react-alert",
106
+ "comment": "Bump @fluentui/react-avatar to v9.2.16",
107
+ "commit": "828c4260edc4fba07c9ccc8e94f15051c7fd25d3"
108
+ }
109
+ ]
110
+ }
111
+ },
112
+ {
113
+ "date": "Wed, 18 Jan 2023 16:32:57 GMT",
114
+ "tag": "@fluentui/react-alert_v9.0.0-beta.26",
115
+ "version": "9.0.0-beta.26",
116
+ "comments": {
117
+ "prerelease": [
118
+ {
119
+ "author": "beachball",
120
+ "package": "@fluentui/react-alert",
121
+ "comment": "Bump @fluentui/react-avatar to v9.2.15",
122
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
123
+ },
124
+ {
125
+ "author": "beachball",
126
+ "package": "@fluentui/react-alert",
127
+ "comment": "Bump @fluentui/react-button to v9.1.16",
128
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
129
+ },
130
+ {
131
+ "author": "beachball",
132
+ "package": "@fluentui/react-alert",
133
+ "comment": "Bump @fluentui/react-tabster to v9.4.0",
134
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
135
+ }
136
+ ]
137
+ }
138
+ },
139
+ {
140
+ "date": "Tue, 17 Jan 2023 12:22:56 GMT",
141
+ "tag": "@fluentui/react-alert_v9.0.0-beta.25",
142
+ "version": "9.0.0-beta.25",
143
+ "comments": {
144
+ "prerelease": [
145
+ {
146
+ "author": "beachball",
147
+ "package": "@fluentui/react-alert",
148
+ "comment": "Bump @fluentui/react-avatar to v9.2.14",
149
+ "commit": "64989c23309e77e51bb42c00609fd2425cd20680"
150
+ }
151
+ ]
152
+ }
153
+ },
154
+ {
155
+ "date": "Mon, 16 Jan 2023 08:38:54 GMT",
156
+ "tag": "@fluentui/react-alert_v9.0.0-beta.24",
157
+ "version": "9.0.0-beta.24",
158
+ "comments": {
159
+ "none": [
160
+ {
161
+ "author": "martinhochel@microsoft.com",
162
+ "package": "@fluentui/react-alert",
163
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
164
+ "comment": "chore: migrate to packaged scripts"
165
+ }
166
+ ],
167
+ "prerelease": [
168
+ {
169
+ "author": "beachball",
170
+ "package": "@fluentui/react-alert",
171
+ "comment": "Bump @fluentui/react-avatar to v9.2.13",
172
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
173
+ },
174
+ {
175
+ "author": "beachball",
176
+ "package": "@fluentui/react-alert",
177
+ "comment": "Bump @fluentui/react-button to v9.1.15",
178
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
179
+ },
180
+ {
181
+ "author": "beachball",
182
+ "package": "@fluentui/react-alert",
183
+ "comment": "Bump @fluentui/react-tabster to v9.3.7",
184
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
185
+ }
186
+ ]
187
+ }
188
+ },
189
+ {
190
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
191
+ "tag": "@fluentui/react-alert_v9.0.0-beta.23",
192
+ "version": "9.0.0-beta.23",
193
+ "comments": {
194
+ "prerelease": [
195
+ {
196
+ "author": "beachball",
197
+ "package": "@fluentui/react-alert",
198
+ "comment": "Bump @fluentui/react-avatar to v9.2.12",
199
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
200
+ },
201
+ {
202
+ "author": "beachball",
203
+ "package": "@fluentui/react-alert",
204
+ "comment": "Bump @fluentui/react-button to v9.1.14",
205
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
206
+ },
207
+ {
208
+ "author": "beachball",
209
+ "package": "@fluentui/react-alert",
210
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
211
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
212
+ },
213
+ {
214
+ "author": "beachball",
215
+ "package": "@fluentui/react-alert",
216
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
217
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
218
+ }
219
+ ]
220
+ }
221
+ },
222
+ {
223
+ "date": "Wed, 04 Jan 2023 01:40:49 GMT",
224
+ "tag": "@fluentui/react-alert_v9.0.0-beta.22",
225
+ "version": "9.0.0-beta.22",
226
+ "comments": {
227
+ "none": [
228
+ {
229
+ "author": "martinhochel@microsoft.com",
230
+ "package": "@fluentui/react-alert",
231
+ "commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
232
+ "comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
233
+ },
234
+ {
235
+ "author": "martinhochel@microsoft.com",
236
+ "package": "@fluentui/react-alert",
237
+ "commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
238
+ "comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
239
+ }
240
+ ],
241
+ "prerelease": [
242
+ {
243
+ "author": "olfedias@microsoft.com",
244
+ "package": "@fluentui/react-alert",
245
+ "commit": "2c38f1e4ae07b2b60df596efe11015a68f166dbf",
246
+ "comment": "chore: Update Griffel to latest version"
247
+ },
248
+ {
249
+ "author": "beachball",
250
+ "package": "@fluentui/react-alert",
251
+ "comment": "Bump @fluentui/react-avatar to v9.2.11",
252
+ "commit": "3e322d15529451be153e97298873253e21af4082"
253
+ },
254
+ {
255
+ "author": "beachball",
256
+ "package": "@fluentui/react-alert",
257
+ "comment": "Bump @fluentui/react-button to v9.1.13",
258
+ "commit": "3e322d15529451be153e97298873253e21af4082"
259
+ },
260
+ {
261
+ "author": "beachball",
262
+ "package": "@fluentui/react-alert",
263
+ "comment": "Bump @fluentui/react-tabster to v9.3.5",
264
+ "commit": "3e322d15529451be153e97298873253e21af4082"
265
+ },
266
+ {
267
+ "author": "beachball",
268
+ "package": "@fluentui/react-alert",
269
+ "comment": "Bump @fluentui/react-utilities to v9.3.1",
270
+ "commit": "3e322d15529451be153e97298873253e21af4082"
271
+ },
272
+ {
273
+ "author": "beachball",
274
+ "package": "@fluentui/react-alert",
275
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.19",
276
+ "commit": "3e322d15529451be153e97298873253e21af4082"
277
+ }
278
+ ]
279
+ }
280
+ },
281
+ {
282
+ "date": "Wed, 21 Dec 2022 10:20:33 GMT",
283
+ "tag": "@fluentui/react-alert_v9.0.0-beta.21",
284
+ "version": "9.0.0-beta.21",
285
+ "comments": {
286
+ "prerelease": [
287
+ {
288
+ "author": "beachball",
289
+ "package": "@fluentui/react-alert",
290
+ "comment": "Bump @fluentui/react-avatar to v9.2.10",
291
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
292
+ },
293
+ {
294
+ "author": "beachball",
295
+ "package": "@fluentui/react-alert",
296
+ "comment": "Bump @fluentui/react-button to v9.1.12",
297
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
298
+ },
299
+ {
300
+ "author": "beachball",
301
+ "package": "@fluentui/react-alert",
302
+ "comment": "Bump @fluentui/react-tabster to v9.3.4",
303
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
304
+ },
305
+ {
306
+ "author": "beachball",
307
+ "package": "@fluentui/react-alert",
308
+ "comment": "Bump @fluentui/react-theme to v9.1.5",
309
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
310
+ }
311
+ ]
312
+ }
313
+ },
314
+ {
315
+ "date": "Tue, 20 Dec 2022 14:59:21 GMT",
316
+ "tag": "@fluentui/react-alert_v9.0.0-beta.20",
317
+ "version": "9.0.0-beta.20",
318
+ "comments": {
319
+ "prerelease": [
320
+ {
321
+ "author": "marigome@microsoft.com",
322
+ "package": "@fluentui/react-alert",
323
+ "commit": "f944ddda46a4f5f997fd7614a62b72fcbab09da6",
324
+ "comment": "fix: update tokens to match the spec"
325
+ },
326
+ {
327
+ "author": "beachball",
328
+ "package": "@fluentui/react-alert",
329
+ "comment": "Bump @fluentui/react-avatar to v9.2.9",
330
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
331
+ },
332
+ {
333
+ "author": "beachball",
334
+ "package": "@fluentui/react-alert",
335
+ "comment": "Bump @fluentui/react-button to v9.1.11",
336
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
337
+ },
338
+ {
339
+ "author": "beachball",
340
+ "package": "@fluentui/react-alert",
341
+ "comment": "Bump @fluentui/react-tabster to v9.3.3",
342
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
343
+ },
344
+ {
345
+ "author": "beachball",
346
+ "package": "@fluentui/react-alert",
347
+ "comment": "Bump @fluentui/react-theme to v9.1.4",
348
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
349
+ },
350
+ {
351
+ "author": "beachball",
352
+ "package": "@fluentui/react-alert",
353
+ "comment": "Bump @fluentui/react-utilities to v9.3.0",
354
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
355
+ }
356
+ ]
357
+ }
358
+ },
359
+ {
360
+ "date": "Mon, 05 Dec 2022 18:29:39 GMT",
361
+ "tag": "@fluentui/react-alert_v9.0.0-beta.19",
362
+ "version": "9.0.0-beta.19",
363
+ "comments": {
364
+ "prerelease": [
365
+ {
366
+ "author": "beachball",
367
+ "package": "@fluentui/react-alert",
368
+ "comment": "Bump @fluentui/react-avatar to v9.2.8",
369
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
370
+ },
371
+ {
372
+ "author": "beachball",
373
+ "package": "@fluentui/react-alert",
374
+ "comment": "Bump @fluentui/react-button to v9.1.10",
375
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
376
+ },
377
+ {
378
+ "author": "beachball",
379
+ "package": "@fluentui/react-alert",
380
+ "comment": "Bump @fluentui/react-theme to v9.1.3",
381
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
382
+ }
383
+ ]
384
+ }
385
+ },
386
+ {
387
+ "date": "Thu, 17 Nov 2022 23:05:33 GMT",
388
+ "tag": "@fluentui/react-alert_v9.0.0-beta.18",
389
+ "version": "9.0.0-beta.18",
390
+ "comments": {
391
+ "none": [
392
+ {
393
+ "author": "martinhochel@microsoft.com",
394
+ "package": "@fluentui/react-alert",
395
+ "commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
396
+ "comment": "chore: update package scaffold"
397
+ }
398
+ ],
399
+ "prerelease": [
400
+ {
401
+ "author": "beachball",
402
+ "package": "@fluentui/react-alert",
403
+ "comment": "Bump @fluentui/react-avatar to v9.2.7",
404
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
405
+ },
406
+ {
407
+ "author": "beachball",
408
+ "package": "@fluentui/react-alert",
409
+ "comment": "Bump @fluentui/react-button to v9.1.9",
410
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
411
+ },
412
+ {
413
+ "author": "beachball",
414
+ "package": "@fluentui/react-alert",
415
+ "comment": "Bump @fluentui/react-utilities to v9.2.2",
416
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
417
+ }
418
+ ]
419
+ }
420
+ },
421
+ {
422
+ "date": "Fri, 11 Nov 2022 14:57:51 GMT",
423
+ "tag": "@fluentui/react-alert_v9.0.0-beta.17",
424
+ "version": "9.0.0-beta.17",
425
+ "comments": {
426
+ "none": [
427
+ {
428
+ "author": "martinhochel@microsoft.com",
429
+ "package": "@fluentui/react-alert",
430
+ "commit": "87859b052155ca206ef3540a2a9623803f6e2b93",
431
+ "comment": "test: replace deprecated module.parent with require.main within isConformance"
432
+ }
433
+ ],
434
+ "prerelease": [
435
+ {
436
+ "author": "beachball",
437
+ "package": "@fluentui/react-alert",
438
+ "comment": "Bump @fluentui/react-avatar to v9.2.6",
439
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
440
+ },
441
+ {
442
+ "author": "beachball",
443
+ "package": "@fluentui/react-alert",
444
+ "comment": "Bump @fluentui/react-button to v9.1.8",
445
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
446
+ },
447
+ {
448
+ "author": "beachball",
449
+ "package": "@fluentui/react-alert",
450
+ "comment": "Bump @fluentui/react-theme to v9.1.2",
451
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
452
+ },
453
+ {
454
+ "author": "beachball",
455
+ "package": "@fluentui/react-alert",
456
+ "comment": "Bump @fluentui/react-utilities to v9.2.1",
457
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
458
+ },
459
+ {
460
+ "author": "beachball",
461
+ "package": "@fluentui/react-alert",
462
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18",
463
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
464
+ }
465
+ ]
466
+ }
467
+ },
468
+ {
469
+ "date": "Wed, 02 Nov 2022 11:57:47 GMT",
470
+ "tag": "@fluentui/react-alert_v9.0.0-beta.16",
471
+ "version": "9.0.0-beta.16",
472
+ "comments": {
473
+ "prerelease": [
474
+ {
475
+ "author": "olfedias@microsoft.com",
476
+ "package": "@fluentui/react-alert",
477
+ "commit": "c619ba066f11a8654e95375314824ba6b81b003e",
478
+ "comment": "chore: Update Griffel to latest version"
479
+ },
480
+ {
481
+ "author": "beachball",
482
+ "package": "@fluentui/react-alert",
483
+ "comment": "Bump @fluentui/react-avatar to v9.2.5",
484
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
485
+ },
486
+ {
487
+ "author": "beachball",
488
+ "package": "@fluentui/react-alert",
489
+ "comment": "Bump @fluentui/react-button to v9.1.7",
490
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
491
+ },
492
+ {
493
+ "author": "beachball",
494
+ "package": "@fluentui/react-alert",
495
+ "comment": "Bump @fluentui/react-utilities to v9.2.0",
496
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
497
+ },
498
+ {
499
+ "author": "beachball",
500
+ "package": "@fluentui/react-alert",
501
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17",
502
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
503
+ }
504
+ ]
505
+ }
506
+ },
507
+ {
508
+ "date": "Tue, 25 Oct 2022 00:35:27 GMT",
509
+ "tag": "@fluentui/react-alert_v9.0.0-beta.15",
510
+ "version": "9.0.0-beta.15",
511
+ "comments": {
512
+ "none": [
513
+ {
514
+ "author": "miroslav.stastny@microsoft.com",
515
+ "package": "@fluentui/react-alert",
516
+ "commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
517
+ "comment": "Update package readme"
518
+ }
519
+ ],
520
+ "prerelease": [
521
+ {
522
+ "author": "beachball",
523
+ "package": "@fluentui/react-alert",
524
+ "comment": "Bump @fluentui/react-avatar to v9.2.4",
525
+ "commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9"
526
+ },
527
+ {
528
+ "author": "beachball",
529
+ "package": "@fluentui/react-alert",
530
+ "comment": "Bump @fluentui/react-button to v9.1.6",
531
+ "commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9"
532
+ }
533
+ ]
534
+ }
535
+ },
536
+ {
537
+ "date": "Thu, 20 Oct 2022 08:39:57 GMT",
538
+ "tag": "@fluentui/react-alert_v9.0.0-beta.14",
539
+ "version": "9.0.0-beta.14",
540
+ "comments": {
541
+ "prerelease": [
542
+ {
543
+ "author": "mgodbolt@microsoft.com",
544
+ "package": "@fluentui/react-alert",
545
+ "commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
546
+ "comment": "chore: Bump peer deps to support React 18"
547
+ },
548
+ {
549
+ "author": "tristan.watanabe@gmail.com",
550
+ "package": "@fluentui/react-alert",
551
+ "commit": "791ed7453a6bf65342e9bed5876b02ef0b9fc944",
552
+ "comment": "chore: Migrate to new package structure."
553
+ },
554
+ {
555
+ "author": "olfedias@microsoft.com",
556
+ "package": "@fluentui/react-alert",
557
+ "commit": "06865dada128321804646582f564ee86d835d174",
558
+ "comment": "chore: Update Griffel to latest version"
559
+ },
560
+ {
561
+ "author": "beachball",
562
+ "package": "@fluentui/react-alert",
563
+ "comment": "Bump @fluentui/react-avatar to v9.2.3",
564
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
565
+ },
566
+ {
567
+ "author": "beachball",
568
+ "package": "@fluentui/react-alert",
569
+ "comment": "Bump @fluentui/react-button to v9.1.5",
570
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
571
+ },
572
+ {
573
+ "author": "beachball",
574
+ "package": "@fluentui/react-alert",
575
+ "comment": "Bump @fluentui/react-theme to v9.1.1",
576
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
577
+ },
578
+ {
579
+ "author": "beachball",
580
+ "package": "@fluentui/react-alert",
581
+ "comment": "Bump @fluentui/react-utilities to v9.1.2",
582
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
583
+ },
584
+ {
585
+ "author": "beachball",
586
+ "package": "@fluentui/react-alert",
587
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
588
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
589
+ }
590
+ ]
591
+ }
592
+ },
593
+ {
594
+ "date": "Thu, 13 Oct 2022 12:56:30 GMT",
595
+ "tag": "@fluentui/react-alert_v9.0.0-beta.13",
596
+ "version": "9.0.0-beta.13",
597
+ "comments": {
598
+ "prerelease": [
599
+ {
600
+ "author": "beachball",
601
+ "package": "@fluentui/react-alert",
602
+ "comment": "Bump @fluentui/react-avatar to v9.2.2",
603
+ "commit": "77301c97c0539b9ebf891642eb0a077d1aeae9a6"
604
+ }
605
+ ]
606
+ }
607
+ },
608
+ {
609
+ "date": "Thu, 13 Oct 2022 11:02:42 GMT",
610
+ "tag": "@fluentui/react-alert_v9.0.0-beta.12",
611
+ "version": "9.0.0-beta.12",
612
+ "comments": {
613
+ "prerelease": [
614
+ {
615
+ "author": "olfedias@microsoft.com",
616
+ "package": "@fluentui/react-alert",
617
+ "commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
618
+ "comment": "chore: Update Griffel to latest version"
619
+ },
620
+ {
621
+ "author": "beachball",
622
+ "package": "@fluentui/react-alert",
623
+ "comment": "Bump @fluentui/react-avatar to v9.2.1",
624
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
625
+ },
626
+ {
627
+ "author": "beachball",
628
+ "package": "@fluentui/react-alert",
629
+ "comment": "Bump @fluentui/react-button to v9.1.4",
630
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
631
+ },
632
+ {
633
+ "author": "beachball",
634
+ "package": "@fluentui/react-alert",
635
+ "comment": "Bump @fluentui/react-utilities to v9.1.1",
636
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
637
+ },
638
+ {
639
+ "author": "beachball",
640
+ "package": "@fluentui/react-alert",
641
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.15",
642
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
643
+ }
644
+ ]
645
+ }
646
+ },
647
+ {
648
+ "date": "Mon, 03 Oct 2022 22:24:42 GMT",
649
+ "tag": "@fluentui/react-alert_v9.0.0-beta.11",
650
+ "version": "9.0.0-beta.11",
651
+ "comments": {
652
+ "prerelease": [
653
+ {
654
+ "author": "beachball",
655
+ "package": "@fluentui/react-alert",
656
+ "comment": "Bump @fluentui/react-avatar to v9.2.0",
657
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
658
+ },
659
+ {
660
+ "author": "beachball",
661
+ "package": "@fluentui/react-alert",
662
+ "comment": "Bump @fluentui/react-button to v9.1.3",
663
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
664
+ }
665
+ ]
666
+ }
667
+ },
668
+ {
669
+ "date": "Tue, 20 Sep 2022 20:55:45 GMT",
670
+ "tag": "@fluentui/react-alert_v9.0.0-beta.10",
671
+ "version": "9.0.0-beta.10",
672
+ "comments": {
673
+ "prerelease": [
674
+ {
675
+ "author": "beachball",
676
+ "package": "@fluentui/react-alert",
677
+ "comment": "Bump @fluentui/react-avatar to v9.1.1",
678
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
679
+ },
680
+ {
681
+ "author": "beachball",
682
+ "package": "@fluentui/react-alert",
683
+ "comment": "Bump @fluentui/react-button to v9.1.2",
684
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
685
+ },
686
+ {
687
+ "author": "beachball",
688
+ "package": "@fluentui/react-alert",
689
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14",
690
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
691
+ }
692
+ ]
693
+ }
694
+ },
695
+ {
696
+ "date": "Thu, 15 Sep 2022 09:49:47 GMT",
697
+ "tag": "@fluentui/react-alert_v9.0.0-beta.9",
698
+ "version": "9.0.0-beta.9",
699
+ "comments": {
700
+ "none": [
701
+ {
702
+ "author": "martinhochel@microsoft.com",
703
+ "package": "@fluentui/react-alert",
704
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
705
+ "comment": "chore: update package scaffold"
706
+ },
707
+ {
708
+ "author": "rohitpag@microsoft.com",
709
+ "package": "@fluentui/react-alert",
710
+ "commit": "045c66e2a2142e3d2380da05a9aa60b54de6888c",
711
+ "comment": "Adding appearance prop to the alert component"
712
+ }
713
+ ],
714
+ "prerelease": [
715
+ {
716
+ "author": "olfedias@microsoft.com",
717
+ "package": "@fluentui/react-alert",
718
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
719
+ "comment": "chore: Update Griffel to latest version"
720
+ },
721
+ {
722
+ "author": "beachball",
723
+ "package": "@fluentui/react-alert",
724
+ "comment": "Bump @fluentui/react-avatar to v9.1.0",
725
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
726
+ },
727
+ {
728
+ "author": "beachball",
729
+ "package": "@fluentui/react-alert",
730
+ "comment": "Bump @fluentui/react-button to v9.1.1",
731
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
732
+ },
733
+ {
734
+ "author": "beachball",
735
+ "package": "@fluentui/react-alert",
736
+ "comment": "Bump @fluentui/react-theme to v9.1.0",
737
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
738
+ },
739
+ {
740
+ "author": "beachball",
741
+ "package": "@fluentui/react-alert",
742
+ "comment": "Bump @fluentui/react-utilities to v9.1.0",
743
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
744
+ },
745
+ {
746
+ "author": "beachball",
747
+ "package": "@fluentui/react-alert",
748
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13",
749
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
750
+ }
751
+ ]
752
+ }
753
+ },
754
+ {
755
+ "date": "Wed, 03 Aug 2022 16:03:36 GMT",
756
+ "tag": "@fluentui/react-alert_v9.0.0-beta.8",
757
+ "version": "9.0.0-beta.8",
758
+ "comments": {
759
+ "prerelease": [
760
+ {
761
+ "author": "miroslav.stastny@microsoft.com",
762
+ "package": "@fluentui/react-alert",
763
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
764
+ "comment": "chore: Bump Griffel dependencies"
765
+ },
766
+ {
767
+ "author": "beachball",
768
+ "package": "@fluentui/react-alert",
769
+ "comment": "Bump @fluentui/react-avatar to v9.0.4",
770
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
771
+ },
772
+ {
773
+ "author": "beachball",
774
+ "package": "@fluentui/react-alert",
775
+ "comment": "Bump @fluentui/react-button to v9.1.0",
776
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
777
+ },
778
+ {
779
+ "author": "beachball",
780
+ "package": "@fluentui/react-alert",
781
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12",
782
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
783
+ }
784
+ ]
785
+ }
786
+ },
787
+ {
788
+ "date": "Thu, 14 Jul 2022 21:21:08 GMT",
789
+ "tag": "@fluentui/react-alert_v9.0.0-beta.7",
790
+ "version": "9.0.0-beta.7",
791
+ "comments": {
792
+ "prerelease": [
793
+ {
794
+ "author": "Humberto.Morimoto@microsoft.com",
795
+ "package": "@fluentui/react-alert",
796
+ "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2",
797
+ "comment": "fix: Fixing bad version bump of @fluentui/react-utilities."
798
+ },
799
+ {
800
+ "author": "beachball",
801
+ "package": "@fluentui/react-alert",
802
+ "comment": "Bump @fluentui/react-avatar to v9.0.3",
803
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
804
+ },
805
+ {
806
+ "author": "beachball",
807
+ "package": "@fluentui/react-alert",
808
+ "comment": "Bump @fluentui/react-button to v9.0.3",
809
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
810
+ },
811
+ {
812
+ "author": "beachball",
813
+ "package": "@fluentui/react-alert",
814
+ "comment": "Bump @fluentui/react-utilities to v9.0.2",
815
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
816
+ }
817
+ ]
818
+ }
819
+ },
820
+ {
821
+ "date": "Thu, 14 Jul 2022 17:06:12 GMT",
822
+ "tag": "@fluentui/react-alert_v9.0.0-beta.6",
823
+ "version": "9.0.0-beta.6",
824
+ "comments": {
825
+ "prerelease": [
826
+ {
827
+ "author": "ololubek@microsoft.com",
828
+ "package": "@fluentui/react-alert",
829
+ "commit": "63ab03fa7a9b3d02204147ea5356b8f78751df42",
830
+ "comment": "chore: Update @fluentui/react-icons dependency to v2.0.175"
831
+ },
832
+ {
833
+ "author": "sarah.higley@microsoft.com",
834
+ "package": "@fluentui/react-alert",
835
+ "commit": "18cb868b8978fc56b9dc2ded0aaf79d17e6deeee",
836
+ "comment": "update Alert with live region attributes"
837
+ },
838
+ {
839
+ "author": "rohitpag@microsoft.com",
840
+ "package": "@fluentui/react-alert",
841
+ "commit": "b4a1586d84a3f1480327d288b128eb102b44ba5a",
842
+ "comment": "feat: Adding avatar slot support to Alert"
843
+ },
844
+ {
845
+ "author": "beachball",
846
+ "package": "@fluentui/react-alert",
847
+ "comment": "Bump @fluentui/react-avatar to v9.0.2",
848
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
849
+ },
850
+ {
851
+ "author": "beachball",
852
+ "package": "@fluentui/react-alert",
853
+ "comment": "Bump @fluentui/react-button to v9.0.2",
854
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
855
+ },
856
+ {
857
+ "author": "beachball",
858
+ "package": "@fluentui/react-alert",
859
+ "comment": "Bump @fluentui/react-utilities to v9.0.1-0",
860
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
861
+ },
862
+ {
863
+ "author": "beachball",
864
+ "package": "@fluentui/react-alert",
865
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11",
866
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
867
+ }
868
+ ]
869
+ }
870
+ },
871
+ {
872
+ "date": "Tue, 28 Jun 2022 17:39:46 GMT",
873
+ "tag": "@fluentui/react-alert_v9.0.0-beta.5",
874
+ "version": "9.0.0-beta.5",
875
+ "comments": {
876
+ "prerelease": [
877
+ {
878
+ "author": "lingfangao@hotmail.com",
879
+ "package": "@fluentui/react-alert",
880
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b",
881
+ "comment": "fix: Use caret dependency range for Griffel"
882
+ },
883
+ {
884
+ "author": "beachball",
885
+ "package": "@fluentui/react-alert",
886
+ "comment": "Bump @fluentui/react-button to v9.0.1",
887
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
888
+ },
889
+ {
890
+ "author": "beachball",
891
+ "package": "@fluentui/react-alert",
892
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10",
893
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
894
+ }
895
+ ]
896
+ }
897
+ },
898
+ {
899
+ "date": "Tue, 28 Jun 2022 15:14:12 GMT",
900
+ "tag": "@fluentui/react-alert_v9.0.0-beta.4",
901
+ "version": "9.0.0-beta.4",
902
+ "comments": {
903
+ "prerelease": [
904
+ {
905
+ "author": "lingfangao@hotmail.com",
906
+ "package": "@fluentui/react-alert",
907
+ "commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
908
+ "comment": "Update 9.0.0-rc dependencies to use caret range"
909
+ },
910
+ {
911
+ "author": "lingfangao@hotmail.com",
912
+ "package": "@fluentui/react-alert",
913
+ "commit": "675acea49c97f10837ddee9b8c4350ca27750125",
914
+ "comment": "Bump Griffel dependencies"
915
+ },
916
+ {
917
+ "author": "olfedias@microsoft.com",
918
+ "package": "@fluentui/react-alert",
919
+ "commit": "82bd30dd41ad58df1f325e9b721200ed15d674a2",
920
+ "comment": "chore: Update @fluentui/react-icons to latest version"
921
+ },
922
+ {
923
+ "author": "beachball",
924
+ "package": "@fluentui/react-alert",
925
+ "comment": "Bump @fluentui/react-button to v9.0.0",
926
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
927
+ },
928
+ {
929
+ "author": "beachball",
930
+ "package": "@fluentui/react-alert",
931
+ "comment": "Bump @fluentui/react-theme to v9.0.0",
932
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
933
+ },
934
+ {
935
+ "author": "beachball",
936
+ "package": "@fluentui/react-alert",
937
+ "comment": "Bump @fluentui/react-utilities to v9.0.0",
938
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
939
+ },
940
+ {
941
+ "author": "beachball",
942
+ "package": "@fluentui/react-alert",
943
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9",
944
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
945
+ }
946
+ ],
947
+ "none": [
948
+ {
949
+ "author": "mgodbolt@microsoft.com",
950
+ "package": "@fluentui/react-alert",
951
+ "commit": "262d148f068ea1d3354994dd659ac881b31dda28",
952
+ "comment": "chore: Move alert stories into folder and use index entry point."
953
+ }
954
+ ]
955
+ }
956
+ },
957
+ {
958
+ "date": "Thu, 23 Jun 2022 14:25:31 GMT",
6
959
  "tag": "@fluentui/react-alert_v9.0.0-beta.3",
7
960
  "version": "9.0.0-beta.3",
8
961
  "comments": {