@fluentui/react-alert 9.0.0-beta.14 → 9.0.0-beta.140

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 (45) hide show
  1. package/CHANGELOG.md +1544 -7
  2. package/README.md +5 -3
  3. package/dist/index.d.ts +14 -5
  4. package/lib/Alert.js +1 -2
  5. package/lib/Alert.js.map +1 -1
  6. package/lib/components/Alert/Alert.js +13 -8
  7. package/lib/components/Alert/Alert.js.map +1 -1
  8. package/lib/components/Alert/Alert.types.js +5 -2
  9. package/lib/components/Alert/Alert.types.js.map +1 -1
  10. package/lib/components/Alert/index.js +4 -6
  11. package/lib/components/Alert/index.js.map +1 -1
  12. package/lib/components/Alert/renderAlert.js +16 -13
  13. package/lib/components/Alert/renderAlert.js.map +1 -1
  14. package/lib/components/Alert/useAlert.js +64 -69
  15. package/lib/components/Alert/useAlert.js.map +1 -1
  16. package/lib/components/Alert/useAlertStyles.styles.js +170 -0
  17. package/lib/components/Alert/useAlertStyles.styles.js.map +1 -0
  18. package/lib/components/Alert/useAlertStyles.styles.raw.js +110 -0
  19. package/lib/components/Alert/useAlertStyles.styles.raw.js.map +1 -0
  20. package/lib/index.js +1 -1
  21. package/lib/index.js.map +1 -1
  22. package/lib-commonjs/Alert.js +26 -8
  23. package/lib-commonjs/Alert.js.map +1 -1
  24. package/lib-commonjs/components/Alert/Alert.js +23 -23
  25. package/lib-commonjs/components/Alert/Alert.js.map +1 -1
  26. package/lib-commonjs/components/Alert/Alert.types.js +5 -3
  27. package/lib-commonjs/components/Alert/Alert.types.js.map +1 -1
  28. package/lib-commonjs/components/Alert/index.js +29 -16
  29. package/lib-commonjs/components/Alert/index.js.map +1 -1
  30. package/lib-commonjs/components/Alert/renderAlert.js +20 -21
  31. package/lib-commonjs/components/Alert/renderAlert.js.map +1 -1
  32. package/lib-commonjs/components/Alert/useAlert.js +74 -92
  33. package/lib-commonjs/components/Alert/useAlert.js.map +1 -1
  34. package/lib-commonjs/components/Alert/useAlertStyles.styles.js +261 -0
  35. package/lib-commonjs/components/Alert/useAlertStyles.styles.js.map +1 -0
  36. package/lib-commonjs/components/Alert/useAlertStyles.styles.raw.js +123 -0
  37. package/lib-commonjs/components/Alert/useAlertStyles.styles.raw.js.map +1 -0
  38. package/lib-commonjs/index.js +25 -36
  39. package/lib-commonjs/index.js.map +1 -1
  40. package/package.json +22 -32
  41. package/CHANGELOG.json +0 -609
  42. package/lib/components/Alert/useAlertStyles.js +0 -112
  43. package/lib/components/Alert/useAlertStyles.js.map +0 -1
  44. package/lib-commonjs/components/Alert/useAlertStyles.js +0 -123
  45. package/lib-commonjs/components/Alert/useAlertStyles.js.map +0 -1
package/CHANGELOG.json DELETED
@@ -1,609 +0,0 @@
1
- {
2
- "name": "@fluentui/react-alert",
3
- "entries": [
4
- {
5
- "date": "Thu, 20 Oct 2022 08:35:34 GMT",
6
- "tag": "@fluentui/react-alert_v9.0.0-beta.14",
7
- "version": "9.0.0-beta.14",
8
- "comments": {
9
- "prerelease": [
10
- {
11
- "author": "mgodbolt@microsoft.com",
12
- "package": "@fluentui/react-alert",
13
- "commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
14
- "comment": "chore: Bump peer deps to support React 18"
15
- },
16
- {
17
- "author": "tristan.watanabe@gmail.com",
18
- "package": "@fluentui/react-alert",
19
- "commit": "791ed7453a6bf65342e9bed5876b02ef0b9fc944",
20
- "comment": "chore: Migrate to new package structure."
21
- },
22
- {
23
- "author": "olfedias@microsoft.com",
24
- "package": "@fluentui/react-alert",
25
- "commit": "06865dada128321804646582f564ee86d835d174",
26
- "comment": "chore: Update Griffel to latest version"
27
- },
28
- {
29
- "author": "beachball",
30
- "package": "@fluentui/react-alert",
31
- "comment": "Bump @fluentui/react-avatar to v9.2.3",
32
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
33
- },
34
- {
35
- "author": "beachball",
36
- "package": "@fluentui/react-alert",
37
- "comment": "Bump @fluentui/react-button to v9.1.5",
38
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
39
- },
40
- {
41
- "author": "beachball",
42
- "package": "@fluentui/react-alert",
43
- "comment": "Bump @fluentui/react-theme to v9.1.1",
44
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
45
- },
46
- {
47
- "author": "beachball",
48
- "package": "@fluentui/react-alert",
49
- "comment": "Bump @fluentui/react-utilities to v9.1.2",
50
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
51
- },
52
- {
53
- "author": "beachball",
54
- "package": "@fluentui/react-alert",
55
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
56
- "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
57
- }
58
- ]
59
- }
60
- },
61
- {
62
- "date": "Thu, 13 Oct 2022 12:56:30 GMT",
63
- "tag": "@fluentui/react-alert_v9.0.0-beta.13",
64
- "version": "9.0.0-beta.13",
65
- "comments": {
66
- "prerelease": [
67
- {
68
- "author": "beachball",
69
- "package": "@fluentui/react-alert",
70
- "comment": "Bump @fluentui/react-avatar to v9.2.2",
71
- "commit": "77301c97c0539b9ebf891642eb0a077d1aeae9a6"
72
- }
73
- ]
74
- }
75
- },
76
- {
77
- "date": "Thu, 13 Oct 2022 11:02:42 GMT",
78
- "tag": "@fluentui/react-alert_v9.0.0-beta.12",
79
- "version": "9.0.0-beta.12",
80
- "comments": {
81
- "prerelease": [
82
- {
83
- "author": "olfedias@microsoft.com",
84
- "package": "@fluentui/react-alert",
85
- "commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
86
- "comment": "chore: Update Griffel to latest version"
87
- },
88
- {
89
- "author": "beachball",
90
- "package": "@fluentui/react-alert",
91
- "comment": "Bump @fluentui/react-avatar to v9.2.1",
92
- "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
93
- },
94
- {
95
- "author": "beachball",
96
- "package": "@fluentui/react-alert",
97
- "comment": "Bump @fluentui/react-button to v9.1.4",
98
- "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
99
- },
100
- {
101
- "author": "beachball",
102
- "package": "@fluentui/react-alert",
103
- "comment": "Bump @fluentui/react-utilities to v9.1.1",
104
- "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
105
- },
106
- {
107
- "author": "beachball",
108
- "package": "@fluentui/react-alert",
109
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.15",
110
- "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
111
- }
112
- ]
113
- }
114
- },
115
- {
116
- "date": "Mon, 03 Oct 2022 22:24:42 GMT",
117
- "tag": "@fluentui/react-alert_v9.0.0-beta.11",
118
- "version": "9.0.0-beta.11",
119
- "comments": {
120
- "prerelease": [
121
- {
122
- "author": "beachball",
123
- "package": "@fluentui/react-alert",
124
- "comment": "Bump @fluentui/react-avatar to v9.2.0",
125
- "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
126
- },
127
- {
128
- "author": "beachball",
129
- "package": "@fluentui/react-alert",
130
- "comment": "Bump @fluentui/react-button to v9.1.3",
131
- "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
132
- }
133
- ]
134
- }
135
- },
136
- {
137
- "date": "Tue, 20 Sep 2022 20:55:45 GMT",
138
- "tag": "@fluentui/react-alert_v9.0.0-beta.10",
139
- "version": "9.0.0-beta.10",
140
- "comments": {
141
- "prerelease": [
142
- {
143
- "author": "beachball",
144
- "package": "@fluentui/react-alert",
145
- "comment": "Bump @fluentui/react-avatar to v9.1.1",
146
- "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
147
- },
148
- {
149
- "author": "beachball",
150
- "package": "@fluentui/react-alert",
151
- "comment": "Bump @fluentui/react-button to v9.1.2",
152
- "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
153
- },
154
- {
155
- "author": "beachball",
156
- "package": "@fluentui/react-alert",
157
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14",
158
- "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
159
- }
160
- ]
161
- }
162
- },
163
- {
164
- "date": "Thu, 15 Sep 2022 09:49:47 GMT",
165
- "tag": "@fluentui/react-alert_v9.0.0-beta.9",
166
- "version": "9.0.0-beta.9",
167
- "comments": {
168
- "none": [
169
- {
170
- "author": "martinhochel@microsoft.com",
171
- "package": "@fluentui/react-alert",
172
- "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
173
- "comment": "chore: update package scaffold"
174
- },
175
- {
176
- "author": "rohitpag@microsoft.com",
177
- "package": "@fluentui/react-alert",
178
- "commit": "045c66e2a2142e3d2380da05a9aa60b54de6888c",
179
- "comment": "Adding appearance prop to the alert component"
180
- }
181
- ],
182
- "prerelease": [
183
- {
184
- "author": "olfedias@microsoft.com",
185
- "package": "@fluentui/react-alert",
186
- "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
187
- "comment": "chore: Update Griffel to latest version"
188
- },
189
- {
190
- "author": "beachball",
191
- "package": "@fluentui/react-alert",
192
- "comment": "Bump @fluentui/react-avatar to v9.1.0",
193
- "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
194
- },
195
- {
196
- "author": "beachball",
197
- "package": "@fluentui/react-alert",
198
- "comment": "Bump @fluentui/react-button to v9.1.1",
199
- "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
200
- },
201
- {
202
- "author": "beachball",
203
- "package": "@fluentui/react-alert",
204
- "comment": "Bump @fluentui/react-theme to v9.1.0",
205
- "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
206
- },
207
- {
208
- "author": "beachball",
209
- "package": "@fluentui/react-alert",
210
- "comment": "Bump @fluentui/react-utilities to v9.1.0",
211
- "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
212
- },
213
- {
214
- "author": "beachball",
215
- "package": "@fluentui/react-alert",
216
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13",
217
- "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
218
- }
219
- ]
220
- }
221
- },
222
- {
223
- "date": "Wed, 03 Aug 2022 16:03:36 GMT",
224
- "tag": "@fluentui/react-alert_v9.0.0-beta.8",
225
- "version": "9.0.0-beta.8",
226
- "comments": {
227
- "prerelease": [
228
- {
229
- "author": "miroslav.stastny@microsoft.com",
230
- "package": "@fluentui/react-alert",
231
- "commit": "08563664778fd80284561d3c9d254307a0a32362",
232
- "comment": "chore: Bump Griffel dependencies"
233
- },
234
- {
235
- "author": "beachball",
236
- "package": "@fluentui/react-alert",
237
- "comment": "Bump @fluentui/react-avatar to v9.0.4",
238
- "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
239
- },
240
- {
241
- "author": "beachball",
242
- "package": "@fluentui/react-alert",
243
- "comment": "Bump @fluentui/react-button to v9.1.0",
244
- "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
245
- },
246
- {
247
- "author": "beachball",
248
- "package": "@fluentui/react-alert",
249
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12",
250
- "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
251
- }
252
- ]
253
- }
254
- },
255
- {
256
- "date": "Thu, 14 Jul 2022 21:21:08 GMT",
257
- "tag": "@fluentui/react-alert_v9.0.0-beta.7",
258
- "version": "9.0.0-beta.7",
259
- "comments": {
260
- "prerelease": [
261
- {
262
- "author": "Humberto.Morimoto@microsoft.com",
263
- "package": "@fluentui/react-alert",
264
- "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2",
265
- "comment": "fix: Fixing bad version bump of @fluentui/react-utilities."
266
- },
267
- {
268
- "author": "beachball",
269
- "package": "@fluentui/react-alert",
270
- "comment": "Bump @fluentui/react-avatar to v9.0.3",
271
- "commit": "79b513146194367544160f364b0a7dd749ed93e4"
272
- },
273
- {
274
- "author": "beachball",
275
- "package": "@fluentui/react-alert",
276
- "comment": "Bump @fluentui/react-button to v9.0.3",
277
- "commit": "79b513146194367544160f364b0a7dd749ed93e4"
278
- },
279
- {
280
- "author": "beachball",
281
- "package": "@fluentui/react-alert",
282
- "comment": "Bump @fluentui/react-utilities to v9.0.2",
283
- "commit": "79b513146194367544160f364b0a7dd749ed93e4"
284
- }
285
- ]
286
- }
287
- },
288
- {
289
- "date": "Thu, 14 Jul 2022 17:06:12 GMT",
290
- "tag": "@fluentui/react-alert_v9.0.0-beta.6",
291
- "version": "9.0.0-beta.6",
292
- "comments": {
293
- "prerelease": [
294
- {
295
- "author": "ololubek@microsoft.com",
296
- "package": "@fluentui/react-alert",
297
- "commit": "63ab03fa7a9b3d02204147ea5356b8f78751df42",
298
- "comment": "chore: Update @fluentui/react-icons dependency to v2.0.175"
299
- },
300
- {
301
- "author": "sarah.higley@microsoft.com",
302
- "package": "@fluentui/react-alert",
303
- "commit": "18cb868b8978fc56b9dc2ded0aaf79d17e6deeee",
304
- "comment": "update Alert with live region attributes"
305
- },
306
- {
307
- "author": "rohitpag@microsoft.com",
308
- "package": "@fluentui/react-alert",
309
- "commit": "b4a1586d84a3f1480327d288b128eb102b44ba5a",
310
- "comment": "feat: Adding avatar slot support to Alert"
311
- },
312
- {
313
- "author": "beachball",
314
- "package": "@fluentui/react-alert",
315
- "comment": "Bump @fluentui/react-avatar to v9.0.2",
316
- "commit": "35237381e941c8935b1892c9217096cea3e5601f"
317
- },
318
- {
319
- "author": "beachball",
320
- "package": "@fluentui/react-alert",
321
- "comment": "Bump @fluentui/react-button to v9.0.2",
322
- "commit": "35237381e941c8935b1892c9217096cea3e5601f"
323
- },
324
- {
325
- "author": "beachball",
326
- "package": "@fluentui/react-alert",
327
- "comment": "Bump @fluentui/react-utilities to v9.0.1-0",
328
- "commit": "35237381e941c8935b1892c9217096cea3e5601f"
329
- },
330
- {
331
- "author": "beachball",
332
- "package": "@fluentui/react-alert",
333
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11",
334
- "commit": "35237381e941c8935b1892c9217096cea3e5601f"
335
- }
336
- ]
337
- }
338
- },
339
- {
340
- "date": "Tue, 28 Jun 2022 17:39:46 GMT",
341
- "tag": "@fluentui/react-alert_v9.0.0-beta.5",
342
- "version": "9.0.0-beta.5",
343
- "comments": {
344
- "prerelease": [
345
- {
346
- "author": "lingfangao@hotmail.com",
347
- "package": "@fluentui/react-alert",
348
- "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b",
349
- "comment": "fix: Use caret dependency range for Griffel"
350
- },
351
- {
352
- "author": "beachball",
353
- "package": "@fluentui/react-alert",
354
- "comment": "Bump @fluentui/react-button to v9.0.1",
355
- "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
356
- },
357
- {
358
- "author": "beachball",
359
- "package": "@fluentui/react-alert",
360
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10",
361
- "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
362
- }
363
- ]
364
- }
365
- },
366
- {
367
- "date": "Tue, 28 Jun 2022 15:14:12 GMT",
368
- "tag": "@fluentui/react-alert_v9.0.0-beta.4",
369
- "version": "9.0.0-beta.4",
370
- "comments": {
371
- "prerelease": [
372
- {
373
- "author": "lingfangao@hotmail.com",
374
- "package": "@fluentui/react-alert",
375
- "commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
376
- "comment": "Update 9.0.0-rc dependencies to use caret range"
377
- },
378
- {
379
- "author": "lingfangao@hotmail.com",
380
- "package": "@fluentui/react-alert",
381
- "commit": "675acea49c97f10837ddee9b8c4350ca27750125",
382
- "comment": "Bump Griffel dependencies"
383
- },
384
- {
385
- "author": "olfedias@microsoft.com",
386
- "package": "@fluentui/react-alert",
387
- "commit": "82bd30dd41ad58df1f325e9b721200ed15d674a2",
388
- "comment": "chore: Update @fluentui/react-icons to latest version"
389
- },
390
- {
391
- "author": "beachball",
392
- "package": "@fluentui/react-alert",
393
- "comment": "Bump @fluentui/react-button to v9.0.0",
394
- "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
395
- },
396
- {
397
- "author": "beachball",
398
- "package": "@fluentui/react-alert",
399
- "comment": "Bump @fluentui/react-theme to v9.0.0",
400
- "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
401
- },
402
- {
403
- "author": "beachball",
404
- "package": "@fluentui/react-alert",
405
- "comment": "Bump @fluentui/react-utilities to v9.0.0",
406
- "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
407
- },
408
- {
409
- "author": "beachball",
410
- "package": "@fluentui/react-alert",
411
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9",
412
- "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
413
- }
414
- ],
415
- "none": [
416
- {
417
- "author": "mgodbolt@microsoft.com",
418
- "package": "@fluentui/react-alert",
419
- "commit": "262d148f068ea1d3354994dd659ac881b31dda28",
420
- "comment": "chore: Move alert stories into folder and use index entry point."
421
- }
422
- ]
423
- }
424
- },
425
- {
426
- "date": "Thu, 23 Jun 2022 14:25:31 GMT",
427
- "tag": "@fluentui/react-alert_v9.0.0-beta.3",
428
- "version": "9.0.0-beta.3",
429
- "comments": {
430
- "prerelease": [
431
- {
432
- "author": "beachball",
433
- "package": "@fluentui/react-alert",
434
- "comment": "Bump @fluentui/react-button to v9.0.0-rc.14",
435
- "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
436
- },
437
- {
438
- "author": "beachball",
439
- "package": "@fluentui/react-alert",
440
- "comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
441
- "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
442
- }
443
- ]
444
- }
445
- },
446
- {
447
- "date": "Tue, 31 May 2022 21:28:35 GMT",
448
- "tag": "@fluentui/react-alert_v9.0.0-beta.2",
449
- "version": "9.0.0-beta.2",
450
- "comments": {
451
- "prerelease": [
452
- {
453
- "author": "olfedias@microsoft.com",
454
- "package": "@fluentui/react-alert",
455
- "commit": "0a5e9fa77a72eecafdd07034ccdc0b95fd49877c",
456
- "comment": "chore: Update Griffel to latest version"
457
- },
458
- {
459
- "author": "beachball",
460
- "package": "@fluentui/react-alert",
461
- "comment": "Bump @fluentui/react-button to v9.0.0-rc.13",
462
- "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
463
- },
464
- {
465
- "author": "beachball",
466
- "package": "@fluentui/react-alert",
467
- "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
468
- "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
469
- },
470
- {
471
- "author": "beachball",
472
- "package": "@fluentui/react-alert",
473
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8",
474
- "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
475
- }
476
- ]
477
- }
478
- },
479
- {
480
- "date": "Thu, 26 May 2022 21:01:22 GMT",
481
- "tag": "@fluentui/react-alert_v9.0.0-beta.1",
482
- "version": "9.0.0-beta.1",
483
- "comments": {
484
- "prerelease": [
485
- {
486
- "author": "rohitpag@microsoft.com",
487
- "package": "@fluentui/react-alert",
488
- "commit": "303947a3e3687058c902a9a8bee1ecd1f19a92c8",
489
- "comment": "Publish react-alert as unstable component"
490
- },
491
- {
492
- "author": "beachball",
493
- "package": "@fluentui/react-alert",
494
- "comment": "Bump @fluentui/react-button to v9.0.0-rc.12",
495
- "commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
496
- }
497
- ]
498
- }
499
- },
500
- {
501
- "date": "Mon, 23 May 2022 18:56:51 GMT",
502
- "tag": "@fluentui/react-alert_v9.0.0-alpha.0",
503
- "version": "9.0.0-alpha.0",
504
- "comments": {
505
- "prerelease": [
506
- {
507
- "author": "beachball",
508
- "package": "@fluentui/react-alert",
509
- "comment": "Bump @fluentui/react-button to v9.0.0-rc.11",
510
- "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
511
- },
512
- {
513
- "author": "beachball",
514
- "package": "@fluentui/react-alert",
515
- "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
516
- "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
517
- },
518
- {
519
- "author": "beachball",
520
- "package": "@fluentui/react-alert",
521
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
522
- "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
523
- }
524
- ]
525
- }
526
- },
527
- {
528
- "date": "Mon, 23 May 2022 12:14:24 GMT",
529
- "tag": "@fluentui/react-alert_v9.0.0-alpha.0",
530
- "version": "9.0.0-alpha.0",
531
- "comments": {
532
- "prerelease": [
533
- {
534
- "author": "beachball",
535
- "package": "@fluentui/react-alert",
536
- "comment": "Bump @fluentui/react-button to v9.0.0-rc.10",
537
- "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
538
- },
539
- {
540
- "author": "beachball",
541
- "package": "@fluentui/react-alert",
542
- "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
543
- "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
544
- },
545
- {
546
- "author": "beachball",
547
- "package": "@fluentui/react-alert",
548
- "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
549
- "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
550
- },
551
- {
552
- "author": "beachball",
553
- "package": "@fluentui/react-alert",
554
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
555
- "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
556
- }
557
- ]
558
- }
559
- },
560
- {
561
- "date": "Thu, 05 May 2022 18:26:30 GMT",
562
- "tag": "@fluentui/react-alert_v9.0.0-alpha.0",
563
- "version": "9.0.0-alpha.0",
564
- "comments": {
565
- "prerelease": [
566
- {
567
- "author": "beachball",
568
- "package": "@fluentui/react-alert",
569
- "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
570
- "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
571
- },
572
- {
573
- "author": "beachball",
574
- "package": "@fluentui/react-alert",
575
- "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
576
- "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
577
- },
578
- {
579
- "author": "beachball",
580
- "package": "@fluentui/react-alert",
581
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
582
- "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
583
- }
584
- ]
585
- }
586
- },
587
- {
588
- "date": "Wed, 04 May 2022 13:26:54 GMT",
589
- "tag": "@fluentui/react-alert_v9.0.0-alpha.0",
590
- "version": "9.0.0-alpha.0",
591
- "comments": {
592
- "prerelease": [
593
- {
594
- "author": "beachball",
595
- "package": "@fluentui/react-alert",
596
- "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
597
- "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
598
- },
599
- {
600
- "author": "beachball",
601
- "package": "@fluentui/react-alert",
602
- "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
603
- "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
604
- }
605
- ]
606
- }
607
- }
608
- ]
609
- }