@fluentui/react-infobutton 9.0.0-beta.7 → 9.0.0-beta.71

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 (71) hide show
  1. package/CHANGELOG.json +2309 -1
  2. package/CHANGELOG.md +787 -2
  3. package/dist/index.d.ts +75 -5
  4. package/lib/InfoButton.js +0 -1
  5. package/lib/InfoButton.js.map +1 -1
  6. package/lib/InfoLabel.js +1 -0
  7. package/lib/InfoLabel.js.map +1 -0
  8. package/lib/components/InfoButton/DefaultInfoButtonIcons.js +3 -4
  9. package/lib/components/InfoButton/DefaultInfoButtonIcons.js.map +1 -1
  10. package/lib/components/InfoButton/InfoButton.js +5 -7
  11. package/lib/components/InfoButton/InfoButton.js.map +1 -1
  12. package/lib/components/InfoButton/InfoButton.types.js +1 -2
  13. package/lib/components/InfoButton/InfoButton.types.js.map +1 -1
  14. package/lib/components/InfoButton/index.js +1 -2
  15. package/lib/components/InfoButton/index.js.map +1 -1
  16. package/lib/components/InfoButton/renderInfoButton.js +12 -16
  17. package/lib/components/InfoButton/renderInfoButton.js.map +1 -1
  18. package/lib/components/InfoButton/useInfoButton.js +68 -50
  19. package/lib/components/InfoButton/useInfoButton.js.map +1 -1
  20. package/lib/components/InfoButton/{useInfoButtonStyles.js → useInfoButtonStyles.styles.js} +10 -9
  21. package/lib/components/InfoButton/useInfoButtonStyles.styles.js.map +1 -0
  22. package/lib/components/InfoLabel/InfoLabel.js +12 -0
  23. package/lib/components/InfoLabel/InfoLabel.js.map +1 -0
  24. package/lib/components/InfoLabel/InfoLabel.types.js +1 -0
  25. package/lib/components/InfoLabel/InfoLabel.types.js.map +1 -0
  26. package/lib/components/InfoLabel/index.js +5 -0
  27. package/lib/components/InfoLabel/index.js.map +1 -0
  28. package/lib/components/InfoLabel/renderInfoLabel.js +13 -0
  29. package/lib/components/InfoLabel/renderInfoLabel.js.map +1 -0
  30. package/lib/components/InfoLabel/useInfoLabel.js +77 -0
  31. package/lib/components/InfoLabel/useInfoLabel.js.map +1 -0
  32. package/lib/components/InfoLabel/useInfoLabelStyles.styles.js +43 -0
  33. package/lib/components/InfoLabel/useInfoLabelStyles.styles.js.map +1 -0
  34. package/lib/index.js +1 -1
  35. package/lib/index.js.map +1 -1
  36. package/lib-commonjs/InfoButton.js +3 -5
  37. package/lib-commonjs/InfoButton.js.map +1 -1
  38. package/lib-commonjs/InfoLabel.js +6 -0
  39. package/lib-commonjs/InfoLabel.js.map +1 -0
  40. package/lib-commonjs/components/InfoButton/DefaultInfoButtonIcons.js +22 -8
  41. package/lib-commonjs/components/InfoButton/DefaultInfoButtonIcons.js.map +1 -1
  42. package/lib-commonjs/components/InfoButton/InfoButton.js +17 -16
  43. package/lib-commonjs/components/InfoButton/InfoButton.js.map +1 -1
  44. package/lib-commonjs/components/InfoButton/InfoButton.types.js +1 -3
  45. package/lib-commonjs/components/InfoButton/InfoButton.types.js.map +1 -1
  46. package/lib-commonjs/components/InfoButton/index.js +7 -9
  47. package/lib-commonjs/components/InfoButton/index.js.map +1 -1
  48. package/lib-commonjs/components/InfoButton/renderInfoButton.js +20 -23
  49. package/lib-commonjs/components/InfoButton/renderInfoButton.js.map +1 -1
  50. package/lib-commonjs/components/InfoButton/useInfoButton.js +79 -65
  51. package/lib-commonjs/components/InfoButton/useInfoButton.js.map +1 -1
  52. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.styles.js +346 -0
  53. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.styles.js.map +1 -0
  54. package/lib-commonjs/components/InfoLabel/InfoLabel.js +21 -0
  55. package/lib-commonjs/components/InfoLabel/InfoLabel.js.map +1 -0
  56. package/lib-commonjs/components/InfoLabel/InfoLabel.types.js +4 -0
  57. package/lib-commonjs/components/InfoLabel/InfoLabel.types.js.map +1 -0
  58. package/lib-commonjs/components/InfoLabel/index.js +10 -0
  59. package/lib-commonjs/components/InfoLabel/index.js.map +1 -0
  60. package/lib-commonjs/components/InfoLabel/renderInfoLabel.js +21 -0
  61. package/lib-commonjs/components/InfoLabel/renderInfoLabel.js.map +1 -0
  62. package/lib-commonjs/components/InfoLabel/useInfoLabel.js +80 -0
  63. package/lib-commonjs/components/InfoLabel/useInfoLabel.js.map +1 -0
  64. package/lib-commonjs/components/InfoLabel/useInfoLabelStyles.styles.js +66 -0
  65. package/lib-commonjs/components/InfoLabel/useInfoLabelStyles.styles.js.map +1 -0
  66. package/lib-commonjs/index.js +40 -34
  67. package/lib-commonjs/index.js.map +1 -1
  68. package/package.json +22 -16
  69. package/lib/components/InfoButton/useInfoButtonStyles.js.map +0 -1
  70. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.js +0 -160
  71. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,2315 @@
2
2
  "name": "@fluentui/react-infobutton",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 16 Jan 2023 08:35:38 GMT",
5
+ "date": "Wed, 18 Oct 2023 17:47:33 GMT",
6
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.71",
7
+ "version": "9.0.0-beta.71",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "bernardo.sunderhus@gmail.com",
12
+ "package": "@fluentui/react-infobutton",
13
+ "commit": "967882a55a7333effea42e4c24a64e8547309116",
14
+ "comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-infobutton",
19
+ "comment": "Bump @fluentui/react-label to v9.1.46",
20
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-infobutton",
25
+ "comment": "Bump @fluentui/react-popover to v9.8.16",
26
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-infobutton",
31
+ "comment": "Bump @fluentui/react-tabster to v9.14.0",
32
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-infobutton",
37
+ "comment": "Bump @fluentui/react-utilities to v9.15.1",
38
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-infobutton",
43
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.18",
44
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Thu, 12 Oct 2023 14:55:44 GMT",
51
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.70",
52
+ "version": "9.0.0-beta.70",
53
+ "comments": {
54
+ "prerelease": [
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-infobutton",
58
+ "comment": "Bump @fluentui/react-label to v9.1.45",
59
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-infobutton",
64
+ "comment": "Bump @fluentui/react-popover to v9.8.15",
65
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-infobutton",
70
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.17",
71
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
72
+ }
73
+ ]
74
+ }
75
+ },
76
+ {
77
+ "date": "Wed, 11 Oct 2023 13:54:23 GMT",
78
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.69",
79
+ "version": "9.0.0-beta.69",
80
+ "comments": {
81
+ "prerelease": [
82
+ {
83
+ "author": "lingfan.gao@microsoft.com",
84
+ "package": "@fluentui/react-infobutton",
85
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
86
+ "comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
87
+ },
88
+ {
89
+ "author": "beachball",
90
+ "package": "@fluentui/react-infobutton",
91
+ "comment": "Bump @fluentui/react-label to v9.1.44",
92
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
93
+ },
94
+ {
95
+ "author": "beachball",
96
+ "package": "@fluentui/react-infobutton",
97
+ "comment": "Bump @fluentui/react-popover to v9.8.14",
98
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
99
+ },
100
+ {
101
+ "author": "beachball",
102
+ "package": "@fluentui/react-infobutton",
103
+ "comment": "Bump @fluentui/react-tabster to v9.13.6",
104
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
105
+ },
106
+ {
107
+ "author": "beachball",
108
+ "package": "@fluentui/react-infobutton",
109
+ "comment": "Bump @fluentui/react-utilities to v9.15.0",
110
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
111
+ },
112
+ {
113
+ "author": "beachball",
114
+ "package": "@fluentui/react-infobutton",
115
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.16",
116
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
117
+ }
118
+ ]
119
+ }
120
+ },
121
+ {
122
+ "date": "Mon, 09 Oct 2023 20:45:41 GMT",
123
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.68",
124
+ "version": "9.0.0-beta.68",
125
+ "comments": {
126
+ "prerelease": [
127
+ {
128
+ "author": "esteban.230@hotmail.com",
129
+ "package": "@fluentui/react-infobutton",
130
+ "commit": "77070241677c9cea1de509948ffa5d999050c959",
131
+ "comment": "fix: Use caption 1 when size is small or medium."
132
+ },
133
+ {
134
+ "author": "beachball",
135
+ "package": "@fluentui/react-infobutton",
136
+ "comment": "Bump @fluentui/react-label to v9.1.43",
137
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
138
+ },
139
+ {
140
+ "author": "beachball",
141
+ "package": "@fluentui/react-infobutton",
142
+ "comment": "Bump @fluentui/react-popover to v9.8.13",
143
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
144
+ },
145
+ {
146
+ "author": "beachball",
147
+ "package": "@fluentui/react-infobutton",
148
+ "comment": "Bump @fluentui/react-portal to v9.3.22",
149
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
150
+ },
151
+ {
152
+ "author": "beachball",
153
+ "package": "@fluentui/react-infobutton",
154
+ "comment": "Bump @fluentui/react-tabster to v9.13.5",
155
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
156
+ },
157
+ {
158
+ "author": "beachball",
159
+ "package": "@fluentui/react-infobutton",
160
+ "comment": "Bump @fluentui/react-utilities to v9.14.2",
161
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
162
+ },
163
+ {
164
+ "author": "beachball",
165
+ "package": "@fluentui/react-infobutton",
166
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.15",
167
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
168
+ }
169
+ ]
170
+ }
171
+ },
172
+ {
173
+ "date": "Thu, 05 Oct 2023 15:25:35 GMT",
174
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.67",
175
+ "version": "9.0.0-beta.67",
176
+ "comments": {
177
+ "prerelease": [
178
+ {
179
+ "author": "beachball",
180
+ "package": "@fluentui/react-infobutton",
181
+ "comment": "Bump @fluentui/react-label to v9.1.42",
182
+ "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
183
+ },
184
+ {
185
+ "author": "beachball",
186
+ "package": "@fluentui/react-infobutton",
187
+ "comment": "Bump @fluentui/react-popover to v9.8.12",
188
+ "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
189
+ },
190
+ {
191
+ "author": "beachball",
192
+ "package": "@fluentui/react-infobutton",
193
+ "comment": "Bump @fluentui/react-portal to v9.3.21",
194
+ "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
195
+ },
196
+ {
197
+ "author": "beachball",
198
+ "package": "@fluentui/react-infobutton",
199
+ "comment": "Bump @fluentui/react-tabster to v9.13.4",
200
+ "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
201
+ },
202
+ {
203
+ "author": "beachball",
204
+ "package": "@fluentui/react-infobutton",
205
+ "comment": "Bump @fluentui/react-utilities to v9.14.1",
206
+ "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
207
+ },
208
+ {
209
+ "author": "beachball",
210
+ "package": "@fluentui/react-infobutton",
211
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.14",
212
+ "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
213
+ }
214
+ ]
215
+ }
216
+ },
217
+ {
218
+ "date": "Wed, 04 Oct 2023 08:45:47 GMT",
219
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.66",
220
+ "version": "9.0.0-beta.66",
221
+ "comments": {
222
+ "prerelease": [
223
+ {
224
+ "author": "beachball",
225
+ "package": "@fluentui/react-infobutton",
226
+ "comment": "Bump @fluentui/react-label to v9.1.41",
227
+ "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
228
+ },
229
+ {
230
+ "author": "beachball",
231
+ "package": "@fluentui/react-infobutton",
232
+ "comment": "Bump @fluentui/react-popover to v9.8.11",
233
+ "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
234
+ },
235
+ {
236
+ "author": "beachball",
237
+ "package": "@fluentui/react-infobutton",
238
+ "comment": "Bump @fluentui/react-portal to v9.3.20",
239
+ "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
240
+ },
241
+ {
242
+ "author": "beachball",
243
+ "package": "@fluentui/react-infobutton",
244
+ "comment": "Bump @fluentui/react-tabster to v9.13.3",
245
+ "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
246
+ },
247
+ {
248
+ "author": "beachball",
249
+ "package": "@fluentui/react-infobutton",
250
+ "comment": "Bump @fluentui/react-utilities to v9.14.0",
251
+ "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
252
+ },
253
+ {
254
+ "author": "beachball",
255
+ "package": "@fluentui/react-infobutton",
256
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.13",
257
+ "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
258
+ }
259
+ ]
260
+ }
261
+ },
262
+ {
263
+ "date": "Mon, 02 Oct 2023 08:56:05 GMT",
264
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.65",
265
+ "version": "9.0.0-beta.65",
266
+ "comments": {
267
+ "prerelease": [
268
+ {
269
+ "author": "beachball",
270
+ "package": "@fluentui/react-infobutton",
271
+ "comment": "Bump @fluentui/react-label to v9.1.40",
272
+ "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4"
273
+ },
274
+ {
275
+ "author": "beachball",
276
+ "package": "@fluentui/react-infobutton",
277
+ "comment": "Bump @fluentui/react-popover to v9.8.10",
278
+ "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4"
279
+ },
280
+ {
281
+ "author": "beachball",
282
+ "package": "@fluentui/react-infobutton",
283
+ "comment": "Bump @fluentui/react-portal to v9.3.19",
284
+ "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4"
285
+ },
286
+ {
287
+ "author": "beachball",
288
+ "package": "@fluentui/react-infobutton",
289
+ "comment": "Bump @fluentui/react-tabster to v9.13.2",
290
+ "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4"
291
+ }
292
+ ]
293
+ }
294
+ },
295
+ {
296
+ "date": "Tue, 26 Sep 2023 17:49:06 GMT",
297
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.64",
298
+ "version": "9.0.0-beta.64",
299
+ "comments": {
300
+ "prerelease": [
301
+ {
302
+ "author": "yuanboxue@microsoft.com",
303
+ "package": "@fluentui/react-infobutton",
304
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
305
+ "comment": "chore: trigger manual version bump after broken release"
306
+ },
307
+ {
308
+ "author": "beachball",
309
+ "package": "@fluentui/react-infobutton",
310
+ "comment": "Bump @fluentui/react-label to v9.1.39",
311
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
312
+ },
313
+ {
314
+ "author": "beachball",
315
+ "package": "@fluentui/react-infobutton",
316
+ "comment": "Bump @fluentui/react-popover to v9.8.9",
317
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
318
+ },
319
+ {
320
+ "author": "beachball",
321
+ "package": "@fluentui/react-infobutton",
322
+ "comment": "Bump @fluentui/react-portal to v9.3.18",
323
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
324
+ },
325
+ {
326
+ "author": "beachball",
327
+ "package": "@fluentui/react-infobutton",
328
+ "comment": "Bump @fluentui/react-tabster to v9.13.1",
329
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
330
+ },
331
+ {
332
+ "author": "beachball",
333
+ "package": "@fluentui/react-infobutton",
334
+ "comment": "Bump @fluentui/react-theme to v9.1.14",
335
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
336
+ },
337
+ {
338
+ "author": "beachball",
339
+ "package": "@fluentui/react-infobutton",
340
+ "comment": "Bump @fluentui/react-utilities to v9.13.5",
341
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
342
+ },
343
+ {
344
+ "author": "beachball",
345
+ "package": "@fluentui/react-infobutton",
346
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.12",
347
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
348
+ }
349
+ ]
350
+ }
351
+ },
352
+ {
353
+ "date": "Tue, 26 Sep 2023 15:31:58 GMT",
354
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.63",
355
+ "version": "9.0.0-beta.63",
356
+ "comments": {
357
+ "prerelease": [
358
+ {
359
+ "author": "martinhochel@microsoft.com",
360
+ "package": "@fluentui/react-infobutton",
361
+ "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
362
+ "comment": "fix: bump swc core to mitigate transpilation memory leaks"
363
+ },
364
+ {
365
+ "author": "ololubek@microsoft.com",
366
+ "package": "@fluentui/react-infobutton",
367
+ "commit": "a31e7394d9f169bc5aa55430a22cdc65425a1b49",
368
+ "comment": "chore: Update react-icons version to pick up IconDirectionContextProvider updated export"
369
+ },
370
+ {
371
+ "author": "beachball",
372
+ "package": "@fluentui/react-infobutton",
373
+ "comment": "Bump @fluentui/react-label to v9.1.38",
374
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
375
+ },
376
+ {
377
+ "author": "beachball",
378
+ "package": "@fluentui/react-infobutton",
379
+ "comment": "Bump @fluentui/react-popover to v9.8.8",
380
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
381
+ },
382
+ {
383
+ "author": "beachball",
384
+ "package": "@fluentui/react-infobutton",
385
+ "comment": "Bump @fluentui/react-portal to v9.3.17",
386
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
387
+ },
388
+ {
389
+ "author": "beachball",
390
+ "package": "@fluentui/react-infobutton",
391
+ "comment": "Bump @fluentui/react-tabster to v9.13.0",
392
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
393
+ },
394
+ {
395
+ "author": "beachball",
396
+ "package": "@fluentui/react-infobutton",
397
+ "comment": "Bump @fluentui/react-theme to v9.1.13",
398
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
399
+ },
400
+ {
401
+ "author": "beachball",
402
+ "package": "@fluentui/react-infobutton",
403
+ "comment": "Bump @fluentui/react-utilities to v9.13.4",
404
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
405
+ },
406
+ {
407
+ "author": "beachball",
408
+ "package": "@fluentui/react-infobutton",
409
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.11",
410
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
411
+ }
412
+ ]
413
+ }
414
+ },
415
+ {
416
+ "date": "Wed, 20 Sep 2023 17:47:37 GMT",
417
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.62",
418
+ "version": "9.0.0-beta.62",
419
+ "comments": {
420
+ "prerelease": [
421
+ {
422
+ "author": "martinhochel@microsoft.com",
423
+ "package": "@fluentui/react-infobutton",
424
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0",
425
+ "comment": "chore: trigger manual version bump after broken release"
426
+ },
427
+ {
428
+ "author": "beachball",
429
+ "package": "@fluentui/react-infobutton",
430
+ "comment": "Bump @fluentui/react-label to v9.1.37",
431
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
432
+ },
433
+ {
434
+ "author": "beachball",
435
+ "package": "@fluentui/react-infobutton",
436
+ "comment": "Bump @fluentui/react-popover to v9.8.7",
437
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
438
+ },
439
+ {
440
+ "author": "beachball",
441
+ "package": "@fluentui/react-infobutton",
442
+ "comment": "Bump @fluentui/react-portal to v9.3.16",
443
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
444
+ },
445
+ {
446
+ "author": "beachball",
447
+ "package": "@fluentui/react-infobutton",
448
+ "comment": "Bump @fluentui/react-tabster to v9.12.11",
449
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
450
+ },
451
+ {
452
+ "author": "beachball",
453
+ "package": "@fluentui/react-infobutton",
454
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.10",
455
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
456
+ }
457
+ ]
458
+ }
459
+ },
460
+ {
461
+ "date": "Wed, 20 Sep 2023 14:59:53 GMT",
462
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.61",
463
+ "version": "9.0.0-beta.61",
464
+ "comments": {
465
+ "prerelease": [
466
+ {
467
+ "author": "beachball",
468
+ "package": "@fluentui/react-infobutton",
469
+ "comment": "Bump @fluentui/react-label to v9.1.36",
470
+ "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
471
+ },
472
+ {
473
+ "author": "beachball",
474
+ "package": "@fluentui/react-infobutton",
475
+ "comment": "Bump @fluentui/react-popover to v9.8.6",
476
+ "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
477
+ },
478
+ {
479
+ "author": "beachball",
480
+ "package": "@fluentui/react-infobutton",
481
+ "comment": "Bump @fluentui/react-portal to v9.3.15",
482
+ "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
483
+ },
484
+ {
485
+ "author": "beachball",
486
+ "package": "@fluentui/react-infobutton",
487
+ "comment": "Bump @fluentui/react-tabster to v9.12.10",
488
+ "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
489
+ },
490
+ {
491
+ "author": "beachball",
492
+ "package": "@fluentui/react-infobutton",
493
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.9",
494
+ "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
495
+ }
496
+ ]
497
+ }
498
+ },
499
+ {
500
+ "date": "Thu, 14 Sep 2023 16:44:47 GMT",
501
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.60",
502
+ "version": "9.0.0-beta.60",
503
+ "comments": {
504
+ "prerelease": [
505
+ {
506
+ "author": "beachball",
507
+ "package": "@fluentui/react-infobutton",
508
+ "comment": "Bump @fluentui/react-label to v9.1.35",
509
+ "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
510
+ },
511
+ {
512
+ "author": "beachball",
513
+ "package": "@fluentui/react-infobutton",
514
+ "comment": "Bump @fluentui/react-popover to v9.8.5",
515
+ "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
516
+ },
517
+ {
518
+ "author": "beachball",
519
+ "package": "@fluentui/react-infobutton",
520
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.8",
521
+ "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
522
+ }
523
+ ]
524
+ }
525
+ },
526
+ {
527
+ "date": "Tue, 12 Sep 2023 08:51:32 GMT",
528
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.59",
529
+ "version": "9.0.0-beta.59",
530
+ "comments": {
531
+ "prerelease": [
532
+ {
533
+ "author": "esteban.230@hotmail.com",
534
+ "package": "@fluentui/react-infobutton",
535
+ "commit": "634979cbc69ae97e39baf2f4143dab6caa3a6968",
536
+ "comment": "feat(react-infobutton): Removing openOnHover from popover props and adding details about the infobutton pattern."
537
+ },
538
+ {
539
+ "author": "esteban.230@hotmail.com",
540
+ "package": "@fluentui/react-infobutton",
541
+ "commit": "92866ff4f0aaf175696e97f29474de19bb904ba6",
542
+ "comment": "fix: Popover should close when tabbing out of the surface."
543
+ },
544
+ {
545
+ "author": "beachball",
546
+ "package": "@fluentui/react-infobutton",
547
+ "comment": "Bump @fluentui/react-label to v9.1.34",
548
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
549
+ },
550
+ {
551
+ "author": "beachball",
552
+ "package": "@fluentui/react-infobutton",
553
+ "comment": "Bump @fluentui/react-popover to v9.8.4",
554
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
555
+ },
556
+ {
557
+ "author": "beachball",
558
+ "package": "@fluentui/react-infobutton",
559
+ "comment": "Bump @fluentui/react-portal to v9.3.14",
560
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
561
+ },
562
+ {
563
+ "author": "beachball",
564
+ "package": "@fluentui/react-infobutton",
565
+ "comment": "Bump @fluentui/react-tabster to v9.12.9",
566
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
567
+ },
568
+ {
569
+ "author": "beachball",
570
+ "package": "@fluentui/react-infobutton",
571
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.7",
572
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
573
+ }
574
+ ]
575
+ }
576
+ },
577
+ {
578
+ "date": "Wed, 06 Sep 2023 13:31:31 GMT",
579
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.58",
580
+ "version": "9.0.0-beta.58",
581
+ "comments": {
582
+ "prerelease": [
583
+ {
584
+ "author": "beachball",
585
+ "package": "@fluentui/react-infobutton",
586
+ "comment": "Bump @fluentui/react-label to v9.1.33",
587
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
588
+ },
589
+ {
590
+ "author": "beachball",
591
+ "package": "@fluentui/react-infobutton",
592
+ "comment": "Bump @fluentui/react-popover to v9.8.3",
593
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
594
+ },
595
+ {
596
+ "author": "beachball",
597
+ "package": "@fluentui/react-infobutton",
598
+ "comment": "Bump @fluentui/react-tabster to v9.12.8",
599
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
600
+ },
601
+ {
602
+ "author": "beachball",
603
+ "package": "@fluentui/react-infobutton",
604
+ "comment": "Bump @fluentui/react-utilities to v9.13.3",
605
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
606
+ },
607
+ {
608
+ "author": "beachball",
609
+ "package": "@fluentui/react-infobutton",
610
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.6",
611
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
612
+ }
613
+ ]
614
+ }
615
+ },
616
+ {
617
+ "date": "Tue, 05 Sep 2023 15:39:04 GMT",
618
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.57",
619
+ "version": "9.0.0-beta.57",
620
+ "comments": {
621
+ "prerelease": [
622
+ {
623
+ "author": "beachball",
624
+ "package": "@fluentui/react-infobutton",
625
+ "comment": "Bump @fluentui/react-label to v9.1.32",
626
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
627
+ },
628
+ {
629
+ "author": "beachball",
630
+ "package": "@fluentui/react-infobutton",
631
+ "comment": "Bump @fluentui/react-popover to v9.8.2",
632
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
633
+ },
634
+ {
635
+ "author": "beachball",
636
+ "package": "@fluentui/react-infobutton",
637
+ "comment": "Bump @fluentui/react-tabster to v9.12.7",
638
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
639
+ },
640
+ {
641
+ "author": "beachball",
642
+ "package": "@fluentui/react-infobutton",
643
+ "comment": "Bump @fluentui/react-utilities to v9.13.2",
644
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
645
+ },
646
+ {
647
+ "author": "beachball",
648
+ "package": "@fluentui/react-infobutton",
649
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.5",
650
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
651
+ }
652
+ ]
653
+ }
654
+ },
655
+ {
656
+ "date": "Tue, 05 Sep 2023 13:29:24 GMT",
657
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.56",
658
+ "version": "9.0.0-beta.56",
659
+ "comments": {
660
+ "prerelease": [
661
+ {
662
+ "author": "bernardo.sunderhus@gmail.com",
663
+ "package": "@fluentui/react-infobutton",
664
+ "commit": "eea6d93a62249ba4fba3347fb291c67ee1a3fb24",
665
+ "comment": "chore: migrate package to use JSX importSource"
666
+ },
667
+ {
668
+ "author": "bernardo.sunderhus@gmail.com",
669
+ "package": "@fluentui/react-infobutton",
670
+ "commit": "b93c2ac22355b6cb6f33dd509c6cd9c21f4fffc8",
671
+ "comment": "bumps @swc/helpers version to 0.5.1"
672
+ },
673
+ {
674
+ "author": "beachball",
675
+ "package": "@fluentui/react-infobutton",
676
+ "comment": "Bump @fluentui/react-label to v9.1.31",
677
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
678
+ },
679
+ {
680
+ "author": "beachball",
681
+ "package": "@fluentui/react-infobutton",
682
+ "comment": "Bump @fluentui/react-popover to v9.8.1",
683
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
684
+ },
685
+ {
686
+ "author": "beachball",
687
+ "package": "@fluentui/react-infobutton",
688
+ "comment": "Bump @fluentui/react-tabster to v9.12.6",
689
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
690
+ },
691
+ {
692
+ "author": "beachball",
693
+ "package": "@fluentui/react-infobutton",
694
+ "comment": "Bump @fluentui/react-theme to v9.1.12",
695
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
696
+ },
697
+ {
698
+ "author": "beachball",
699
+ "package": "@fluentui/react-infobutton",
700
+ "comment": "Bump @fluentui/react-utilities to v9.13.1",
701
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
702
+ },
703
+ {
704
+ "author": "beachball",
705
+ "package": "@fluentui/react-infobutton",
706
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.4",
707
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
708
+ }
709
+ ]
710
+ }
711
+ },
712
+ {
713
+ "date": "Tue, 29 Aug 2023 12:57:34 GMT",
714
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.55",
715
+ "version": "9.0.0-beta.55",
716
+ "comments": {
717
+ "prerelease": [
718
+ {
719
+ "author": "esteban.230@hotmail.com",
720
+ "package": "@fluentui/react-infobutton",
721
+ "commit": "0e33d8ebd9aecc1efe0cc664288ec433a8878ff8",
722
+ "comment": "fix(react-infobutton): Making InfoButton's PopoverSurface inline by default."
723
+ },
724
+ {
725
+ "author": "beachball",
726
+ "package": "@fluentui/react-infobutton",
727
+ "comment": "Bump @fluentui/react-label to v9.1.30",
728
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
729
+ },
730
+ {
731
+ "author": "beachball",
732
+ "package": "@fluentui/react-infobutton",
733
+ "comment": "Bump @fluentui/react-popover to v9.8.0",
734
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
735
+ },
736
+ {
737
+ "author": "beachball",
738
+ "package": "@fluentui/react-infobutton",
739
+ "comment": "Bump @fluentui/react-tabster to v9.12.5",
740
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
741
+ },
742
+ {
743
+ "author": "beachball",
744
+ "package": "@fluentui/react-infobutton",
745
+ "comment": "Bump @fluentui/react-utilities to v9.13.0",
746
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
747
+ },
748
+ {
749
+ "author": "beachball",
750
+ "package": "@fluentui/react-infobutton",
751
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.3",
752
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
753
+ }
754
+ ]
755
+ }
756
+ },
757
+ {
758
+ "date": "Thu, 24 Aug 2023 10:26:35 GMT",
759
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.54",
760
+ "version": "9.0.0-beta.54",
761
+ "comments": {
762
+ "prerelease": [
763
+ {
764
+ "author": "beachball",
765
+ "package": "@fluentui/react-infobutton",
766
+ "comment": "Bump @fluentui/react-label to v9.1.29",
767
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
768
+ },
769
+ {
770
+ "author": "beachball",
771
+ "package": "@fluentui/react-infobutton",
772
+ "comment": "Bump @fluentui/react-popover to v9.7.18",
773
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
774
+ },
775
+ {
776
+ "author": "beachball",
777
+ "package": "@fluentui/react-infobutton",
778
+ "comment": "Bump @fluentui/react-tabster to v9.12.4",
779
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
780
+ },
781
+ {
782
+ "author": "beachball",
783
+ "package": "@fluentui/react-infobutton",
784
+ "comment": "Bump @fluentui/react-utilities to v9.12.0",
785
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
786
+ },
787
+ {
788
+ "author": "beachball",
789
+ "package": "@fluentui/react-infobutton",
790
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.2",
791
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
792
+ }
793
+ ]
794
+ }
795
+ },
796
+ {
797
+ "date": "Wed, 23 Aug 2023 12:01:49 GMT",
798
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.53",
799
+ "version": "9.0.0-beta.53",
800
+ "comments": {
801
+ "prerelease": [
802
+ {
803
+ "author": "beachball",
804
+ "package": "@fluentui/react-infobutton",
805
+ "comment": "Bump @fluentui/react-label to v9.1.28",
806
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
807
+ },
808
+ {
809
+ "author": "beachball",
810
+ "package": "@fluentui/react-infobutton",
811
+ "comment": "Bump @fluentui/react-popover to v9.7.17",
812
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
813
+ },
814
+ {
815
+ "author": "beachball",
816
+ "package": "@fluentui/react-infobutton",
817
+ "comment": "Bump @fluentui/react-tabster to v9.12.3",
818
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
819
+ },
820
+ {
821
+ "author": "beachball",
822
+ "package": "@fluentui/react-infobutton",
823
+ "comment": "Bump @fluentui/react-utilities to v9.11.2",
824
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
825
+ },
826
+ {
827
+ "author": "beachball",
828
+ "package": "@fluentui/react-infobutton",
829
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.1",
830
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
831
+ }
832
+ ]
833
+ }
834
+ },
835
+ {
836
+ "date": "Mon, 21 Aug 2023 11:38:00 GMT",
837
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.52",
838
+ "version": "9.0.0-beta.52",
839
+ "comments": {
840
+ "prerelease": [
841
+ {
842
+ "author": "esteban.230@hotmail.com",
843
+ "package": "@fluentui/react-infobutton",
844
+ "commit": "7899bcf885c6599dcfe23cddb532c954b25aca79",
845
+ "comment": "fix: Cursor should be pointer when hovering the button to show it's a button."
846
+ },
847
+ {
848
+ "author": "beachball",
849
+ "package": "@fluentui/react-infobutton",
850
+ "comment": "Bump @fluentui/react-popover to v9.7.16",
851
+ "commit": "55e07ffc8d180554fb027841e7d2a89637cefcb3"
852
+ }
853
+ ]
854
+ }
855
+ },
856
+ {
857
+ "date": "Wed, 16 Aug 2023 17:41:08 GMT",
858
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.51",
859
+ "version": "9.0.0-beta.51",
860
+ "comments": {
861
+ "prerelease": [
862
+ {
863
+ "author": "beachball",
864
+ "package": "@fluentui/react-infobutton",
865
+ "comment": "Bump @fluentui/react-label to v9.1.27",
866
+ "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
867
+ },
868
+ {
869
+ "author": "beachball",
870
+ "package": "@fluentui/react-infobutton",
871
+ "comment": "Bump @fluentui/react-popover to v9.7.15",
872
+ "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
873
+ },
874
+ {
875
+ "author": "beachball",
876
+ "package": "@fluentui/react-infobutton",
877
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0",
878
+ "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
879
+ }
880
+ ]
881
+ }
882
+ },
883
+ {
884
+ "date": "Wed, 16 Aug 2023 11:38:33 GMT",
885
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.50",
886
+ "version": "9.0.0-beta.50",
887
+ "comments": {
888
+ "prerelease": [
889
+ {
890
+ "author": "beachball",
891
+ "package": "@fluentui/react-infobutton",
892
+ "comment": "Bump @fluentui/react-label to v9.1.26",
893
+ "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
894
+ },
895
+ {
896
+ "author": "beachball",
897
+ "package": "@fluentui/react-infobutton",
898
+ "comment": "Bump @fluentui/react-popover to v9.7.14",
899
+ "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
900
+ },
901
+ {
902
+ "author": "beachball",
903
+ "package": "@fluentui/react-infobutton",
904
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16",
905
+ "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
906
+ }
907
+ ]
908
+ }
909
+ },
910
+ {
911
+ "date": "Fri, 11 Aug 2023 12:14:26 GMT",
912
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.49",
913
+ "version": "9.0.0-beta.49",
914
+ "comments": {
915
+ "prerelease": [
916
+ {
917
+ "author": "beachball",
918
+ "package": "@fluentui/react-infobutton",
919
+ "comment": "Bump @fluentui/react-label to v9.1.25",
920
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
921
+ },
922
+ {
923
+ "author": "beachball",
924
+ "package": "@fluentui/react-infobutton",
925
+ "comment": "Bump @fluentui/react-popover to v9.7.13",
926
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
927
+ },
928
+ {
929
+ "author": "beachball",
930
+ "package": "@fluentui/react-infobutton",
931
+ "comment": "Bump @fluentui/react-tabster to v9.12.2",
932
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
933
+ },
934
+ {
935
+ "author": "beachball",
936
+ "package": "@fluentui/react-infobutton",
937
+ "comment": "Bump @fluentui/react-utilities to v9.11.1",
938
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
939
+ },
940
+ {
941
+ "author": "beachball",
942
+ "package": "@fluentui/react-infobutton",
943
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.15",
944
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
945
+ }
946
+ ]
947
+ }
948
+ },
949
+ {
950
+ "date": "Wed, 09 Aug 2023 13:16:57 GMT",
951
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.48",
952
+ "version": "9.0.0-beta.48",
953
+ "comments": {
954
+ "prerelease": [
955
+ {
956
+ "author": "bernardo.sunderhus@gmail.com",
957
+ "package": "@fluentui/react-infobutton",
958
+ "commit": "796e4426c50ede34b30e2dc2392328dcbadc2702",
959
+ "comment": "chore(cxe-red): migrate to new slot API"
960
+ },
961
+ {
962
+ "author": "olfedias@microsoft.com",
963
+ "package": "@fluentui/react-infobutton",
964
+ "commit": "b090c0339983847a62b9dc6187d08dc8c4b1d55f",
965
+ "comment": "chore: Update Griffel to latest version"
966
+ },
967
+ {
968
+ "author": "beachball",
969
+ "package": "@fluentui/react-infobutton",
970
+ "comment": "Bump @fluentui/react-label to v9.1.24",
971
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
972
+ },
973
+ {
974
+ "author": "beachball",
975
+ "package": "@fluentui/react-infobutton",
976
+ "comment": "Bump @fluentui/react-popover to v9.7.12",
977
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
978
+ },
979
+ {
980
+ "author": "beachball",
981
+ "package": "@fluentui/react-infobutton",
982
+ "comment": "Bump @fluentui/react-tabster to v9.12.1",
983
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
984
+ },
985
+ {
986
+ "author": "beachball",
987
+ "package": "@fluentui/react-infobutton",
988
+ "comment": "Bump @fluentui/react-theme to v9.1.11",
989
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
990
+ },
991
+ {
992
+ "author": "beachball",
993
+ "package": "@fluentui/react-infobutton",
994
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.14",
995
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
996
+ }
997
+ ]
998
+ }
999
+ },
1000
+ {
1001
+ "date": "Fri, 04 Aug 2023 08:52:58 GMT",
1002
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.47",
1003
+ "version": "9.0.0-beta.47",
1004
+ "comments": {
1005
+ "prerelease": [
1006
+ {
1007
+ "author": "beachball",
1008
+ "package": "@fluentui/react-infobutton",
1009
+ "comment": "Bump @fluentui/react-label to v9.1.23",
1010
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
1011
+ },
1012
+ {
1013
+ "author": "beachball",
1014
+ "package": "@fluentui/react-infobutton",
1015
+ "comment": "Bump @fluentui/react-popover to v9.7.11",
1016
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
1017
+ },
1018
+ {
1019
+ "author": "beachball",
1020
+ "package": "@fluentui/react-infobutton",
1021
+ "comment": "Bump @fluentui/react-tabster to v9.12.0",
1022
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
1023
+ },
1024
+ {
1025
+ "author": "beachball",
1026
+ "package": "@fluentui/react-infobutton",
1027
+ "comment": "Bump @fluentui/react-theme to v9.1.10",
1028
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
1029
+ },
1030
+ {
1031
+ "author": "beachball",
1032
+ "package": "@fluentui/react-infobutton",
1033
+ "comment": "Bump @fluentui/react-utilities to v9.11.0",
1034
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
1035
+ },
1036
+ {
1037
+ "author": "beachball",
1038
+ "package": "@fluentui/react-infobutton",
1039
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.13",
1040
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
1041
+ }
1042
+ ]
1043
+ }
1044
+ },
1045
+ {
1046
+ "date": "Tue, 01 Aug 2023 10:17:21 GMT",
1047
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.46",
1048
+ "version": "9.0.0-beta.46",
1049
+ "comments": {
1050
+ "prerelease": [
1051
+ {
1052
+ "author": "beachball",
1053
+ "package": "@fluentui/react-infobutton",
1054
+ "comment": "Bump @fluentui/react-label to v9.1.22",
1055
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
1056
+ },
1057
+ {
1058
+ "author": "beachball",
1059
+ "package": "@fluentui/react-infobutton",
1060
+ "comment": "Bump @fluentui/react-popover to v9.7.10",
1061
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
1062
+ },
1063
+ {
1064
+ "author": "beachball",
1065
+ "package": "@fluentui/react-infobutton",
1066
+ "comment": "Bump @fluentui/react-tabster to v9.11.1",
1067
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
1068
+ }
1069
+ ]
1070
+ }
1071
+ },
1072
+ {
1073
+ "date": "Thu, 27 Jul 2023 10:34:14 GMT",
1074
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.45",
1075
+ "version": "9.0.0-beta.45",
1076
+ "comments": {
1077
+ "prerelease": [
1078
+ {
1079
+ "author": "beachball",
1080
+ "package": "@fluentui/react-infobutton",
1081
+ "comment": "Bump @fluentui/react-popover to v9.7.9",
1082
+ "commit": "d2d8068110a9a7f71f417a40ee5f2db0ed1c40b9"
1083
+ }
1084
+ ]
1085
+ }
1086
+ },
1087
+ {
1088
+ "date": "Tue, 25 Jul 2023 13:29:19 GMT",
1089
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.44",
1090
+ "version": "9.0.0-beta.44",
1091
+ "comments": {
1092
+ "prerelease": [
1093
+ {
1094
+ "author": "ololubek@microsoft.com",
1095
+ "package": "@fluentui/react-infobutton",
1096
+ "commit": "1082207b08959996cd736725735cadc01d0849b0",
1097
+ "comment": "chore: Update react-icons version to pick up fowardref change."
1098
+ },
1099
+ {
1100
+ "author": "beachball",
1101
+ "package": "@fluentui/react-infobutton",
1102
+ "comment": "Bump @fluentui/react-popover to v9.7.8",
1103
+ "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
1104
+ },
1105
+ {
1106
+ "author": "beachball",
1107
+ "package": "@fluentui/react-infobutton",
1108
+ "comment": "Bump @fluentui/react-tabster to v9.11.0",
1109
+ "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
1110
+ }
1111
+ ]
1112
+ }
1113
+ },
1114
+ {
1115
+ "date": "Thu, 20 Jul 2023 18:27:29 GMT",
1116
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.43",
1117
+ "version": "9.0.0-beta.43",
1118
+ "comments": {
1119
+ "none": [
1120
+ {
1121
+ "author": "olfedias@microsoft.com",
1122
+ "package": "@fluentui/react-infobutton",
1123
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6",
1124
+ "comment": "chore: migrate to monosize"
1125
+ }
1126
+ ],
1127
+ "prerelease": [
1128
+ {
1129
+ "author": "beachball",
1130
+ "package": "@fluentui/react-infobutton",
1131
+ "comment": "Bump @fluentui/react-label to v9.1.21",
1132
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
1133
+ },
1134
+ {
1135
+ "author": "beachball",
1136
+ "package": "@fluentui/react-infobutton",
1137
+ "comment": "Bump @fluentui/react-popover to v9.7.7",
1138
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
1139
+ },
1140
+ {
1141
+ "author": "beachball",
1142
+ "package": "@fluentui/react-infobutton",
1143
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12",
1144
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
1145
+ }
1146
+ ]
1147
+ }
1148
+ },
1149
+ {
1150
+ "date": "Mon, 17 Jul 2023 21:27:35 GMT",
1151
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.42",
1152
+ "version": "9.0.0-beta.42",
1153
+ "comments": {
1154
+ "prerelease": [
1155
+ {
1156
+ "author": "esteban.230@hotmail.com",
1157
+ "package": "@fluentui/react-infobutton",
1158
+ "commit": "d2c19695a05ff0adcab100c05d75cfa32e0994a9",
1159
+ "comment": "fix(react-infobutton): Make InfoLabel only add aria-owns when the popover is open."
1160
+ },
1161
+ {
1162
+ "author": "esteban.230@hotmail.com",
1163
+ "package": "@fluentui/react-infobutton",
1164
+ "commit": "bffeca38807f5cd9230e6dbbc4ef1be1766e29d5",
1165
+ "comment": "feat(react-infobutton): Remove InfoIcon files from react-infobutton."
1166
+ }
1167
+ ]
1168
+ }
1169
+ },
1170
+ {
1171
+ "date": "Thu, 13 Jul 2023 21:25:41 GMT",
1172
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.41",
1173
+ "version": "9.0.0-beta.41",
1174
+ "comments": {
1175
+ "none": [
1176
+ {
1177
+ "author": "martinhochel@microsoft.com",
1178
+ "package": "@fluentui/react-infobutton",
1179
+ "commit": "8a9e1018f2abb2c7608c49d32acf44e93c43cba6",
1180
+ "comment": "chore: update devDependencies to use * for inner workspace dependencies"
1181
+ }
1182
+ ]
1183
+ }
1184
+ },
1185
+ {
1186
+ "date": "Tue, 11 Jul 2023 18:46:36 GMT",
1187
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.41",
1188
+ "version": "9.0.0-beta.41",
1189
+ "comments": {
1190
+ "prerelease": [
1191
+ {
1192
+ "author": "beachball",
1193
+ "package": "@fluentui/react-infobutton",
1194
+ "comment": "Bump @fluentui/react-label to v9.1.20",
1195
+ "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
1196
+ },
1197
+ {
1198
+ "author": "beachball",
1199
+ "package": "@fluentui/react-infobutton",
1200
+ "comment": "Bump @fluentui/react-popover to v9.7.6",
1201
+ "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
1202
+ },
1203
+ {
1204
+ "author": "beachball",
1205
+ "package": "@fluentui/react-infobutton",
1206
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.11",
1207
+ "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
1208
+ },
1209
+ {
1210
+ "author": "beachball",
1211
+ "package": "@fluentui/react-infobutton",
1212
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0",
1213
+ "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
1214
+ }
1215
+ ]
1216
+ }
1217
+ },
1218
+ {
1219
+ "date": "Mon, 03 Jul 2023 13:34:28 GMT",
1220
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.40",
1221
+ "version": "9.0.0-beta.40",
1222
+ "comments": {
1223
+ "prerelease": [
1224
+ {
1225
+ "author": "beachball",
1226
+ "package": "@fluentui/react-infobutton",
1227
+ "comment": "Bump @fluentui/react-popover to v9.7.5",
1228
+ "commit": "d2c95969c67521ea1df57e1339f8743b09b68772"
1229
+ },
1230
+ {
1231
+ "author": "beachball",
1232
+ "package": "@fluentui/react-infobutton",
1233
+ "comment": "Bump @fluentui/react-tabster to v9.10.0",
1234
+ "commit": "d2c95969c67521ea1df57e1339f8743b09b68772"
1235
+ }
1236
+ ]
1237
+ }
1238
+ },
1239
+ {
1240
+ "date": "Mon, 03 Jul 2023 11:57:14 GMT",
1241
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.39",
1242
+ "version": "9.0.0-beta.39",
1243
+ "comments": {
1244
+ "prerelease": [
1245
+ {
1246
+ "author": "beachball",
1247
+ "package": "@fluentui/react-infobutton",
1248
+ "comment": "Bump @fluentui/react-label to v9.1.19",
1249
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
1250
+ },
1251
+ {
1252
+ "author": "beachball",
1253
+ "package": "@fluentui/react-infobutton",
1254
+ "comment": "Bump @fluentui/react-popover to v9.7.4",
1255
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
1256
+ },
1257
+ {
1258
+ "author": "beachball",
1259
+ "package": "@fluentui/react-infobutton",
1260
+ "comment": "Bump @fluentui/react-tabster to v9.9.2",
1261
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
1262
+ },
1263
+ {
1264
+ "author": "beachball",
1265
+ "package": "@fluentui/react-infobutton",
1266
+ "comment": "Bump @fluentui/react-utilities to v9.10.1",
1267
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
1268
+ },
1269
+ {
1270
+ "author": "beachball",
1271
+ "package": "@fluentui/react-infobutton",
1272
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.10",
1273
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
1274
+ }
1275
+ ]
1276
+ }
1277
+ },
1278
+ {
1279
+ "date": "Wed, 28 Jun 2023 11:12:27 GMT",
1280
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.38",
1281
+ "version": "9.0.0-beta.38",
1282
+ "comments": {
1283
+ "none": [
1284
+ {
1285
+ "author": "martinhochel@microsoft.com",
1286
+ "package": "@fluentui/react-infobutton",
1287
+ "commit": "fbe878e9c9785588197481f172c42c2c0a230292",
1288
+ "comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
1289
+ }
1290
+ ],
1291
+ "prerelease": [
1292
+ {
1293
+ "author": "beachball",
1294
+ "package": "@fluentui/react-infobutton",
1295
+ "comment": "Bump @fluentui/react-label to v9.1.18",
1296
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
1297
+ },
1298
+ {
1299
+ "author": "beachball",
1300
+ "package": "@fluentui/react-infobutton",
1301
+ "comment": "Bump @fluentui/react-popover to v9.7.3",
1302
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
1303
+ },
1304
+ {
1305
+ "author": "beachball",
1306
+ "package": "@fluentui/react-infobutton",
1307
+ "comment": "Bump @fluentui/react-tabster to v9.9.1",
1308
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
1309
+ },
1310
+ {
1311
+ "author": "beachball",
1312
+ "package": "@fluentui/react-infobutton",
1313
+ "comment": "Bump @fluentui/react-utilities to v9.10.0",
1314
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
1315
+ },
1316
+ {
1317
+ "author": "beachball",
1318
+ "package": "@fluentui/react-infobutton",
1319
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.9",
1320
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
1321
+ }
1322
+ ]
1323
+ }
1324
+ },
1325
+ {
1326
+ "date": "Tue, 27 Jun 2023 11:21:23 GMT",
1327
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.37",
1328
+ "version": "9.0.0-beta.37",
1329
+ "comments": {
1330
+ "prerelease": [
1331
+ {
1332
+ "author": "beachball",
1333
+ "package": "@fluentui/react-infobutton",
1334
+ "comment": "Bump @fluentui/react-popover to v9.7.2",
1335
+ "commit": "1c7e6451a11fb9c59e344df616394a320e8031c4"
1336
+ },
1337
+ {
1338
+ "author": "beachball",
1339
+ "package": "@fluentui/react-infobutton",
1340
+ "comment": "Bump @fluentui/react-tabster to v9.9.0",
1341
+ "commit": "1c7e6451a11fb9c59e344df616394a320e8031c4"
1342
+ }
1343
+ ]
1344
+ }
1345
+ },
1346
+ {
1347
+ "date": "Mon, 26 Jun 2023 09:53:55 GMT",
1348
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.36",
1349
+ "version": "9.0.0-beta.36",
1350
+ "comments": {
1351
+ "prerelease": [
1352
+ {
1353
+ "author": "beachball",
1354
+ "package": "@fluentui/react-infobutton",
1355
+ "comment": "Bump @fluentui/react-label to v9.1.17",
1356
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
1357
+ },
1358
+ {
1359
+ "author": "beachball",
1360
+ "package": "@fluentui/react-infobutton",
1361
+ "comment": "Bump @fluentui/react-popover to v9.7.1",
1362
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
1363
+ },
1364
+ {
1365
+ "author": "beachball",
1366
+ "package": "@fluentui/react-infobutton",
1367
+ "comment": "Bump @fluentui/react-tabster to v9.8.1",
1368
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
1369
+ },
1370
+ {
1371
+ "author": "beachball",
1372
+ "package": "@fluentui/react-infobutton",
1373
+ "comment": "Bump @fluentui/react-utilities to v9.9.4",
1374
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
1375
+ },
1376
+ {
1377
+ "author": "beachball",
1378
+ "package": "@fluentui/react-infobutton",
1379
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8",
1380
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
1381
+ }
1382
+ ]
1383
+ }
1384
+ },
1385
+ {
1386
+ "date": "Tue, 20 Jun 2023 12:38:58 GMT",
1387
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.35",
1388
+ "version": "9.0.0-beta.35",
1389
+ "comments": {
1390
+ "prerelease": [
1391
+ {
1392
+ "author": "esteban.230@hotmail.com",
1393
+ "package": "@fluentui/react-infobutton",
1394
+ "commit": "2180922aed405f0a49734a64608749011cece831",
1395
+ "comment": "chore: Create InfoIconLabel component scaffold."
1396
+ },
1397
+ {
1398
+ "author": "esteban.230@hotmail.com",
1399
+ "package": "@fluentui/react-infobutton",
1400
+ "commit": "cb3741ddf649785332da7f0d57dfa93a965dab75",
1401
+ "comment": "chore: Create InfoTip component."
1402
+ },
1403
+ {
1404
+ "author": "ololubek@microsoft.com",
1405
+ "package": "@fluentui/react-infobutton",
1406
+ "commit": "8a5ae3aa00faa327c58887a99a5698b18f2930ee",
1407
+ "comment": "chore: update @fluentui/react-icons to 2.0.203"
1408
+ },
1409
+ {
1410
+ "author": "esteban.230@hotmail.com",
1411
+ "package": "@fluentui/react-infobutton",
1412
+ "commit": "91b9ce05995846aaa882d86755583e5b1a703717",
1413
+ "comment": "chore: Rename InfoTip to InfoIcon to better align with InfoButton."
1414
+ },
1415
+ {
1416
+ "author": "beachball",
1417
+ "package": "@fluentui/react-infobutton",
1418
+ "comment": "Bump @fluentui/react-label to v9.1.16",
1419
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1420
+ },
1421
+ {
1422
+ "author": "beachball",
1423
+ "package": "@fluentui/react-infobutton",
1424
+ "comment": "Bump @fluentui/react-popover to v9.7.0",
1425
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1426
+ },
1427
+ {
1428
+ "author": "beachball",
1429
+ "package": "@fluentui/react-infobutton",
1430
+ "comment": "Bump @fluentui/react-tabster to v9.8.0",
1431
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1432
+ },
1433
+ {
1434
+ "author": "beachball",
1435
+ "package": "@fluentui/react-infobutton",
1436
+ "comment": "Bump @fluentui/react-theme to v9.1.9",
1437
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1438
+ },
1439
+ {
1440
+ "author": "beachball",
1441
+ "package": "@fluentui/react-infobutton",
1442
+ "comment": "Bump @fluentui/react-utilities to v9.9.3",
1443
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1444
+ },
1445
+ {
1446
+ "author": "beachball",
1447
+ "package": "@fluentui/react-infobutton",
1448
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.7",
1449
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1450
+ },
1451
+ {
1452
+ "author": "beachball",
1453
+ "package": "@fluentui/react-infobutton",
1454
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.23",
1455
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1456
+ }
1457
+ ]
1458
+ }
1459
+ },
1460
+ {
1461
+ "date": "Wed, 31 May 2023 06:46:14 GMT",
1462
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.34",
1463
+ "version": "9.0.0-beta.34",
1464
+ "comments": {
1465
+ "prerelease": [
1466
+ {
1467
+ "author": "seanmonahan@microsoft.com",
1468
+ "package": "@fluentui/react-infobutton",
1469
+ "commit": "d640b972d7ac86bfb76ae6c6329f12cdd33b3b7c",
1470
+ "comment": "chore: Update Griffel to v1.5.7."
1471
+ },
1472
+ {
1473
+ "author": "beachball",
1474
+ "package": "@fluentui/react-infobutton",
1475
+ "comment": "Bump @fluentui/react-label to v9.1.15",
1476
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1477
+ },
1478
+ {
1479
+ "author": "beachball",
1480
+ "package": "@fluentui/react-infobutton",
1481
+ "comment": "Bump @fluentui/react-popover to v9.6.0",
1482
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1483
+ },
1484
+ {
1485
+ "author": "beachball",
1486
+ "package": "@fluentui/react-infobutton",
1487
+ "comment": "Bump @fluentui/react-tabster to v9.7.5",
1488
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1489
+ },
1490
+ {
1491
+ "author": "beachball",
1492
+ "package": "@fluentui/react-infobutton",
1493
+ "comment": "Bump @fluentui/react-utilities to v9.9.2",
1494
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1495
+ },
1496
+ {
1497
+ "author": "beachball",
1498
+ "package": "@fluentui/react-infobutton",
1499
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.6",
1500
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1501
+ },
1502
+ {
1503
+ "author": "beachball",
1504
+ "package": "@fluentui/react-infobutton",
1505
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.22",
1506
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1507
+ }
1508
+ ]
1509
+ }
1510
+ },
1511
+ {
1512
+ "date": "Thu, 25 May 2023 10:00:48 GMT",
1513
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.33",
1514
+ "version": "9.0.0-beta.33",
1515
+ "comments": {
1516
+ "prerelease": [
1517
+ {
1518
+ "author": "beachball",
1519
+ "package": "@fluentui/react-infobutton",
1520
+ "comment": "Bump @fluentui/react-label to v9.1.14",
1521
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
1522
+ },
1523
+ {
1524
+ "author": "beachball",
1525
+ "package": "@fluentui/react-infobutton",
1526
+ "comment": "Bump @fluentui/react-popover to v9.5.15",
1527
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
1528
+ },
1529
+ {
1530
+ "author": "beachball",
1531
+ "package": "@fluentui/react-infobutton",
1532
+ "comment": "Bump @fluentui/react-tabster to v9.7.4",
1533
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
1534
+ },
1535
+ {
1536
+ "author": "beachball",
1537
+ "package": "@fluentui/react-infobutton",
1538
+ "comment": "Bump @fluentui/react-utilities to v9.9.1",
1539
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
1540
+ },
1541
+ {
1542
+ "author": "beachball",
1543
+ "package": "@fluentui/react-infobutton",
1544
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.5",
1545
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
1546
+ }
1547
+ ]
1548
+ }
1549
+ },
1550
+ {
1551
+ "date": "Wed, 24 May 2023 20:45:27 GMT",
1552
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.32",
1553
+ "version": "9.0.0-beta.32",
1554
+ "comments": {
1555
+ "none": [
1556
+ {
1557
+ "author": "olfedias@microsoft.com",
1558
+ "package": "@fluentui/react-infobutton",
1559
+ "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
1560
+ "comment": "chore: update test-ssr script"
1561
+ }
1562
+ ],
1563
+ "prerelease": [
1564
+ {
1565
+ "author": "beachball",
1566
+ "package": "@fluentui/react-infobutton",
1567
+ "comment": "Bump @fluentui/react-label to v9.1.13",
1568
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
1569
+ },
1570
+ {
1571
+ "author": "beachball",
1572
+ "package": "@fluentui/react-infobutton",
1573
+ "comment": "Bump @fluentui/react-popover to v9.5.14",
1574
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
1575
+ },
1576
+ {
1577
+ "author": "beachball",
1578
+ "package": "@fluentui/react-infobutton",
1579
+ "comment": "Bump @fluentui/react-tabster to v9.7.3",
1580
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
1581
+ }
1582
+ ]
1583
+ }
1584
+ },
1585
+ {
1586
+ "date": "Thu, 18 May 2023 13:11:08 GMT",
1587
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.31",
1588
+ "version": "9.0.0-beta.31",
1589
+ "comments": {
1590
+ "prerelease": [
1591
+ {
1592
+ "author": "beachball",
1593
+ "package": "@fluentui/react-infobutton",
1594
+ "comment": "Bump @fluentui/react-popover to v9.5.13",
1595
+ "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d"
1596
+ },
1597
+ {
1598
+ "author": "beachball",
1599
+ "package": "@fluentui/react-infobutton",
1600
+ "comment": "Bump @fluentui/react-tabster to v9.7.2",
1601
+ "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d"
1602
+ }
1603
+ ]
1604
+ }
1605
+ },
1606
+ {
1607
+ "date": "Thu, 18 May 2023 00:39:07 GMT",
1608
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.30",
1609
+ "version": "9.0.0-beta.30",
1610
+ "comments": {
1611
+ "none": [
1612
+ {
1613
+ "author": "olfedias@microsoft.com",
1614
+ "package": "@fluentui/react-infobutton",
1615
+ "commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
1616
+ "comment": "chore: add test-ssr script to v9 packages"
1617
+ }
1618
+ ],
1619
+ "prerelease": [
1620
+ {
1621
+ "author": "esteban.230@hotmail.com",
1622
+ "package": "@fluentui/react-infobutton",
1623
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb",
1624
+ "comment": "fix: Add aria-owns to InfoLabel."
1625
+ },
1626
+ {
1627
+ "author": "beachball",
1628
+ "package": "@fluentui/react-infobutton",
1629
+ "comment": "Bump @fluentui/react-label to v9.1.12",
1630
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
1631
+ },
1632
+ {
1633
+ "author": "beachball",
1634
+ "package": "@fluentui/react-infobutton",
1635
+ "comment": "Bump @fluentui/react-popover to v9.5.12",
1636
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
1637
+ },
1638
+ {
1639
+ "author": "beachball",
1640
+ "package": "@fluentui/react-infobutton",
1641
+ "comment": "Bump @fluentui/react-tabster to v9.7.1",
1642
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
1643
+ },
1644
+ {
1645
+ "author": "beachball",
1646
+ "package": "@fluentui/react-infobutton",
1647
+ "comment": "Bump @fluentui/react-utilities to v9.9.0",
1648
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
1649
+ },
1650
+ {
1651
+ "author": "beachball",
1652
+ "package": "@fluentui/react-infobutton",
1653
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.4",
1654
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
1655
+ }
1656
+ ]
1657
+ }
1658
+ },
1659
+ {
1660
+ "date": "Fri, 12 May 2023 20:27:20 GMT",
1661
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.29",
1662
+ "version": "9.0.0-beta.29",
1663
+ "comments": {
1664
+ "prerelease": [
1665
+ {
1666
+ "author": "olfedias@microsoft.com",
1667
+ "package": "@fluentui/react-infobutton",
1668
+ "commit": "c28decb23d191a0daaaf6d5d1832429715102129",
1669
+ "comment": "chore: exclude .swcrc from being published"
1670
+ },
1671
+ {
1672
+ "author": "olfedias@microsoft.com",
1673
+ "package": "@fluentui/react-infobutton",
1674
+ "commit": "871192b67e1bc8a68da1b4c55b4e0ee2aed0b604",
1675
+ "comment": "chore: move makeStyles() calls to .styles.ts files"
1676
+ },
1677
+ {
1678
+ "author": "beachball",
1679
+ "package": "@fluentui/react-infobutton",
1680
+ "comment": "Bump @fluentui/react-label to v9.1.11",
1681
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
1682
+ },
1683
+ {
1684
+ "author": "beachball",
1685
+ "package": "@fluentui/react-infobutton",
1686
+ "comment": "Bump @fluentui/react-popover to v9.5.11",
1687
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
1688
+ },
1689
+ {
1690
+ "author": "beachball",
1691
+ "package": "@fluentui/react-infobutton",
1692
+ "comment": "Bump @fluentui/react-tabster to v9.7.0",
1693
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
1694
+ },
1695
+ {
1696
+ "author": "beachball",
1697
+ "package": "@fluentui/react-infobutton",
1698
+ "comment": "Bump @fluentui/react-theme to v9.1.8",
1699
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
1700
+ },
1701
+ {
1702
+ "author": "beachball",
1703
+ "package": "@fluentui/react-infobutton",
1704
+ "comment": "Bump @fluentui/react-utilities to v9.8.1",
1705
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
1706
+ },
1707
+ {
1708
+ "author": "beachball",
1709
+ "package": "@fluentui/react-infobutton",
1710
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.3",
1711
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
1712
+ },
1713
+ {
1714
+ "author": "beachball",
1715
+ "package": "@fluentui/react-infobutton",
1716
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21",
1717
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
1718
+ }
1719
+ ],
1720
+ "none": [
1721
+ {
1722
+ "author": "martinhochel@microsoft.com",
1723
+ "package": "@fluentui/react-infobutton",
1724
+ "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
1725
+ "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
1726
+ }
1727
+ ]
1728
+ }
1729
+ },
1730
+ {
1731
+ "date": "Mon, 24 Apr 2023 08:12:37 GMT",
1732
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.28",
1733
+ "version": "9.0.0-beta.28",
1734
+ "comments": {
1735
+ "prerelease": [
1736
+ {
1737
+ "author": "bernardo.sunderhus@gmail.com",
1738
+ "package": "@fluentui/react-infobutton",
1739
+ "commit": "dd76eca6f3584188994575d1d15d805a24ee9a91",
1740
+ "comment": "chore: adopt custom JSX pragma"
1741
+ },
1742
+ {
1743
+ "author": "beachball",
1744
+ "package": "@fluentui/react-infobutton",
1745
+ "comment": "Bump @fluentui/react-label to v9.1.10",
1746
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
1747
+ },
1748
+ {
1749
+ "author": "beachball",
1750
+ "package": "@fluentui/react-infobutton",
1751
+ "comment": "Bump @fluentui/react-popover to v9.5.10",
1752
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
1753
+ },
1754
+ {
1755
+ "author": "beachball",
1756
+ "package": "@fluentui/react-infobutton",
1757
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2",
1758
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
1759
+ }
1760
+ ]
1761
+ }
1762
+ },
1763
+ {
1764
+ "date": "Mon, 17 Apr 2023 17:54:02 GMT",
1765
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.27",
1766
+ "version": "9.0.0-beta.27",
1767
+ "comments": {
1768
+ "prerelease": [
1769
+ {
1770
+ "author": "beachball",
1771
+ "package": "@fluentui/react-infobutton",
1772
+ "comment": "Bump @fluentui/react-label to v9.1.9",
1773
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
1774
+ },
1775
+ {
1776
+ "author": "beachball",
1777
+ "package": "@fluentui/react-infobutton",
1778
+ "comment": "Bump @fluentui/react-popover to v9.5.9",
1779
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
1780
+ },
1781
+ {
1782
+ "author": "beachball",
1783
+ "package": "@fluentui/react-infobutton",
1784
+ "comment": "Bump @fluentui/react-tabster to v9.6.5",
1785
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
1786
+ },
1787
+ {
1788
+ "author": "beachball",
1789
+ "package": "@fluentui/react-infobutton",
1790
+ "comment": "Bump @fluentui/react-utilities to v9.8.0",
1791
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
1792
+ }
1793
+ ]
1794
+ }
1795
+ },
1796
+ {
1797
+ "date": "Wed, 12 Apr 2023 09:31:45 GMT",
1798
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.26",
1799
+ "version": "9.0.0-beta.26",
1800
+ "comments": {
1801
+ "prerelease": [
1802
+ {
1803
+ "author": "beachball",
1804
+ "package": "@fluentui/react-infobutton",
1805
+ "comment": "Bump @fluentui/react-label to v9.1.8",
1806
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
1807
+ },
1808
+ {
1809
+ "author": "beachball",
1810
+ "package": "@fluentui/react-infobutton",
1811
+ "comment": "Bump @fluentui/react-popover to v9.5.8",
1812
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
1813
+ },
1814
+ {
1815
+ "author": "beachball",
1816
+ "package": "@fluentui/react-infobutton",
1817
+ "comment": "Bump @fluentui/react-tabster to v9.6.4",
1818
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
1819
+ },
1820
+ {
1821
+ "author": "beachball",
1822
+ "package": "@fluentui/react-infobutton",
1823
+ "comment": "Bump @fluentui/react-utilities to v9.7.4",
1824
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
1825
+ }
1826
+ ]
1827
+ }
1828
+ },
1829
+ {
1830
+ "date": "Tue, 04 Apr 2023 18:44:48 GMT",
1831
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.25",
1832
+ "version": "9.0.0-beta.25",
1833
+ "comments": {
1834
+ "prerelease": [
1835
+ {
1836
+ "author": "esteban.230@hotmail.com",
1837
+ "package": "@fluentui/react-infobutton",
1838
+ "commit": "df9564ee42c12b0dfab646f9e4dd4038c636d3ee",
1839
+ "comment": "chore: Rename content slot to info."
1840
+ },
1841
+ {
1842
+ "author": "beachball",
1843
+ "package": "@fluentui/react-infobutton",
1844
+ "comment": "Bump @fluentui/react-label to v9.1.7",
1845
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
1846
+ },
1847
+ {
1848
+ "author": "beachball",
1849
+ "package": "@fluentui/react-infobutton",
1850
+ "comment": "Bump @fluentui/react-popover to v9.5.7",
1851
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
1852
+ },
1853
+ {
1854
+ "author": "beachball",
1855
+ "package": "@fluentui/react-infobutton",
1856
+ "comment": "Bump @fluentui/react-tabster to v9.6.3",
1857
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
1858
+ },
1859
+ {
1860
+ "author": "beachball",
1861
+ "package": "@fluentui/react-infobutton",
1862
+ "comment": "Bump @fluentui/react-utilities to v9.7.3",
1863
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
1864
+ }
1865
+ ]
1866
+ }
1867
+ },
1868
+ {
1869
+ "date": "Tue, 21 Mar 2023 21:23:36 GMT",
1870
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.23",
1871
+ "version": "9.0.0-beta.23",
1872
+ "comments": {
1873
+ "prerelease": [
1874
+ {
1875
+ "author": "makotom@microsoft.com",
1876
+ "package": "@fluentui/react-infobutton",
1877
+ "commit": "7fde5c94869ff9841b142b7ff1d0a3df0ab58f74",
1878
+ "comment": "chore: Bumping version of @fluentui/react-icons to ^2.0.196."
1879
+ },
1880
+ {
1881
+ "author": "tristan.watanabe@gmail.com",
1882
+ "package": "@fluentui/react-infobutton",
1883
+ "commit": "ead1c6d4c2ac3f3596b62b8cbc07b0a03041f11f",
1884
+ "comment": "fix: add node field to package.json exports map."
1885
+ },
1886
+ {
1887
+ "author": "tristan.watanabe@gmail.com",
1888
+ "package": "@fluentui/react-infobutton",
1889
+ "commit": "2fac1a139149bd13b76b1306207bc988dca9c72c",
1890
+ "comment": "chore: migrate to swc transpilation approach."
1891
+ },
1892
+ {
1893
+ "author": "beachball",
1894
+ "package": "@fluentui/react-infobutton",
1895
+ "comment": "Bump @fluentui/react-label to v9.1.5",
1896
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1897
+ },
1898
+ {
1899
+ "author": "beachball",
1900
+ "package": "@fluentui/react-infobutton",
1901
+ "comment": "Bump @fluentui/react-popover to v9.5.5",
1902
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1903
+ },
1904
+ {
1905
+ "author": "beachball",
1906
+ "package": "@fluentui/react-infobutton",
1907
+ "comment": "Bump @fluentui/react-tabster to v9.6.1",
1908
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1909
+ },
1910
+ {
1911
+ "author": "beachball",
1912
+ "package": "@fluentui/react-infobutton",
1913
+ "comment": "Bump @fluentui/react-theme to v9.1.7",
1914
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1915
+ },
1916
+ {
1917
+ "author": "beachball",
1918
+ "package": "@fluentui/react-infobutton",
1919
+ "comment": "Bump @fluentui/react-utilities to v9.7.2",
1920
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1921
+ },
1922
+ {
1923
+ "author": "beachball",
1924
+ "package": "@fluentui/react-infobutton",
1925
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.20",
1926
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1927
+ }
1928
+ ]
1929
+ }
1930
+ },
1931
+ {
1932
+ "date": "Thu, 16 Mar 2023 14:36:57 GMT",
1933
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.22",
1934
+ "version": "9.0.0-beta.22",
1935
+ "comments": {
1936
+ "prerelease": [
1937
+ {
1938
+ "author": "behowell@microsoft.com",
1939
+ "package": "@fluentui/react-infobutton",
1940
+ "commit": "b106479e831318cfb3ddf10871e4240530498f31",
1941
+ "comment": "feat: Add InfoLabel component"
1942
+ },
1943
+ {
1944
+ "author": "beachball",
1945
+ "package": "@fluentui/react-infobutton",
1946
+ "comment": "Bump @fluentui/react-label to v9.1.4",
1947
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
1948
+ },
1949
+ {
1950
+ "author": "beachball",
1951
+ "package": "@fluentui/react-infobutton",
1952
+ "comment": "Bump @fluentui/react-popover to v9.5.4",
1953
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
1954
+ },
1955
+ {
1956
+ "author": "beachball",
1957
+ "package": "@fluentui/react-infobutton",
1958
+ "comment": "Bump @fluentui/react-tabster to v9.6.0",
1959
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
1960
+ },
1961
+ {
1962
+ "author": "beachball",
1963
+ "package": "@fluentui/react-infobutton",
1964
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
1965
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
1966
+ }
1967
+ ]
1968
+ }
1969
+ },
1970
+ {
1971
+ "date": "Wed, 15 Mar 2023 10:19:53 GMT",
1972
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.21",
1973
+ "version": "9.0.0-beta.21",
1974
+ "comments": {
1975
+ "prerelease": [
1976
+ {
1977
+ "author": "beachball",
1978
+ "package": "@fluentui/react-infobutton",
1979
+ "comment": "Bump @fluentui/react-popover to v9.5.3",
1980
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
1981
+ },
1982
+ {
1983
+ "author": "beachball",
1984
+ "package": "@fluentui/react-infobutton",
1985
+ "comment": "Bump @fluentui/react-tabster to v9.5.7",
1986
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
1987
+ },
1988
+ {
1989
+ "author": "beachball",
1990
+ "package": "@fluentui/react-infobutton",
1991
+ "comment": "Bump @fluentui/react-theme to v9.1.6",
1992
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
1993
+ }
1994
+ ]
1995
+ }
1996
+ },
1997
+ {
1998
+ "date": "Mon, 13 Mar 2023 08:58:26 GMT",
1999
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.20",
2000
+ "version": "9.0.0-beta.20",
2001
+ "comments": {
2002
+ "prerelease": [
2003
+ {
2004
+ "author": "beachball",
2005
+ "package": "@fluentui/react-infobutton",
2006
+ "comment": "Bump @fluentui/react-popover to v9.5.2",
2007
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
2008
+ },
2009
+ {
2010
+ "author": "beachball",
2011
+ "package": "@fluentui/react-infobutton",
2012
+ "comment": "Bump @fluentui/react-tabster to v9.5.6",
2013
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
2014
+ },
2015
+ {
2016
+ "author": "beachball",
2017
+ "package": "@fluentui/react-infobutton",
2018
+ "comment": "Bump @fluentui/react-utilities to v9.7.0",
2019
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
2020
+ }
2021
+ ]
2022
+ }
2023
+ },
2024
+ {
2025
+ "date": "Fri, 10 Mar 2023 07:14:01 GMT",
2026
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.19",
2027
+ "version": "9.0.0-beta.19",
2028
+ "comments": {
2029
+ "prerelease": [
2030
+ {
2031
+ "author": "beachball",
2032
+ "package": "@fluentui/react-infobutton",
2033
+ "comment": "Bump @fluentui/react-popover to v9.5.1",
2034
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
2035
+ },
2036
+ {
2037
+ "author": "beachball",
2038
+ "package": "@fluentui/react-infobutton",
2039
+ "comment": "Bump @fluentui/react-tabster to v9.5.5",
2040
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
2041
+ },
2042
+ {
2043
+ "author": "beachball",
2044
+ "package": "@fluentui/react-infobutton",
2045
+ "comment": "Bump @fluentui/react-utilities to v9.6.2",
2046
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
2047
+ }
2048
+ ]
2049
+ }
2050
+ },
2051
+ {
2052
+ "date": "Wed, 08 Mar 2023 17:42:51 GMT",
2053
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.18",
2054
+ "version": "9.0.0-beta.18",
2055
+ "comments": {
2056
+ "prerelease": [
2057
+ {
2058
+ "author": "beachball",
2059
+ "package": "@fluentui/react-infobutton",
2060
+ "comment": "Bump @fluentui/react-popover to v9.5.0",
2061
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
2062
+ },
2063
+ {
2064
+ "author": "beachball",
2065
+ "package": "@fluentui/react-infobutton",
2066
+ "comment": "Bump @fluentui/react-tabster to v9.5.4",
2067
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
2068
+ },
2069
+ {
2070
+ "author": "beachball",
2071
+ "package": "@fluentui/react-infobutton",
2072
+ "comment": "Bump @fluentui/react-utilities to v9.6.1",
2073
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
2074
+ }
2075
+ ]
2076
+ }
2077
+ },
2078
+ {
2079
+ "date": "Wed, 22 Feb 2023 23:06:07 GMT",
2080
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.17",
2081
+ "version": "9.0.0-beta.17",
2082
+ "comments": {
2083
+ "prerelease": [
2084
+ {
2085
+ "author": "beachball",
2086
+ "package": "@fluentui/react-infobutton",
2087
+ "comment": "Bump @fluentui/react-popover to v9.4.11",
2088
+ "commit": "9ee6caa17f745e014ecba467a4528181ae49be30"
2089
+ }
2090
+ ]
2091
+ }
2092
+ },
2093
+ {
2094
+ "date": "Wed, 15 Feb 2023 11:44:52 GMT",
2095
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.16",
2096
+ "version": "9.0.0-beta.16",
2097
+ "comments": {
2098
+ "prerelease": [
2099
+ {
2100
+ "author": "beachball",
2101
+ "package": "@fluentui/react-infobutton",
2102
+ "comment": "Bump @fluentui/react-popover to v9.4.10",
2103
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
2104
+ },
2105
+ {
2106
+ "author": "beachball",
2107
+ "package": "@fluentui/react-infobutton",
2108
+ "comment": "Bump @fluentui/react-tabster to v9.5.3",
2109
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
2110
+ },
2111
+ {
2112
+ "author": "beachball",
2113
+ "package": "@fluentui/react-infobutton",
2114
+ "comment": "Bump @fluentui/react-utilities to v9.6.0",
2115
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
2116
+ }
2117
+ ]
2118
+ }
2119
+ },
2120
+ {
2121
+ "date": "Mon, 13 Feb 2023 23:43:14 GMT",
2122
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.15",
2123
+ "version": "9.0.0-beta.15",
2124
+ "comments": {
2125
+ "prerelease": [
2126
+ {
2127
+ "author": "beachball",
2128
+ "package": "@fluentui/react-infobutton",
2129
+ "comment": "Bump @fluentui/react-popover to v9.4.9",
2130
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
2131
+ },
2132
+ {
2133
+ "author": "beachball",
2134
+ "package": "@fluentui/react-infobutton",
2135
+ "comment": "Bump @fluentui/react-tabster to v9.5.2",
2136
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
2137
+ },
2138
+ {
2139
+ "author": "beachball",
2140
+ "package": "@fluentui/react-infobutton",
2141
+ "comment": "Bump @fluentui/react-utilities to v9.5.3",
2142
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
2143
+ }
2144
+ ]
2145
+ }
2146
+ },
2147
+ {
2148
+ "date": "Mon, 13 Feb 2023 09:35:48 GMT",
2149
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.14",
2150
+ "version": "9.0.0-beta.14",
2151
+ "comments": {
2152
+ "prerelease": [
2153
+ {
2154
+ "author": "beachball",
2155
+ "package": "@fluentui/react-infobutton",
2156
+ "comment": "Bump @fluentui/react-popover to v9.4.8",
2157
+ "commit": "b24aed22677cb12a74f185feee89edefd1601b9a"
2158
+ }
2159
+ ]
2160
+ }
2161
+ },
2162
+ {
2163
+ "date": "Fri, 10 Feb 2023 08:50:02 GMT",
2164
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.13",
2165
+ "version": "9.0.0-beta.13",
2166
+ "comments": {
2167
+ "prerelease": [
2168
+ {
2169
+ "author": "beachball",
2170
+ "package": "@fluentui/react-infobutton",
2171
+ "comment": "Bump @fluentui/react-popover to v9.4.7",
2172
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
2173
+ },
2174
+ {
2175
+ "author": "beachball",
2176
+ "package": "@fluentui/react-infobutton",
2177
+ "comment": "Bump @fluentui/react-tabster to v9.5.1",
2178
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
2179
+ },
2180
+ {
2181
+ "author": "beachball",
2182
+ "package": "@fluentui/react-infobutton",
2183
+ "comment": "Bump @fluentui/react-utilities to v9.5.2",
2184
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
2185
+ }
2186
+ ]
2187
+ }
2188
+ },
2189
+ {
2190
+ "date": "Tue, 07 Feb 2023 14:13:05 GMT",
2191
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.12",
2192
+ "version": "9.0.0-beta.12",
2193
+ "comments": {
2194
+ "prerelease": [
2195
+ {
2196
+ "author": "esteban.230@hotmail.com",
2197
+ "package": "@fluentui/react-infobutton",
2198
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746",
2199
+ "comment": "chore: Add aria-label to InfoButton's button and add a11y guidance for using InfoButton with a label."
2200
+ },
2201
+ {
2202
+ "author": "esteban.230@hotmail.com",
2203
+ "package": "@fluentui/react-infobutton",
2204
+ "commit": "34514e3502e2830d81f9de25956be8b624cd3c20",
2205
+ "comment": "chore: Making the content focusable and updating example's text."
2206
+ },
2207
+ {
2208
+ "author": "beachball",
2209
+ "package": "@fluentui/react-infobutton",
2210
+ "comment": "Bump @fluentui/react-popover to v9.4.6",
2211
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
2212
+ },
2213
+ {
2214
+ "author": "beachball",
2215
+ "package": "@fluentui/react-infobutton",
2216
+ "comment": "Bump @fluentui/react-tabster to v9.5.0",
2217
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
2218
+ }
2219
+ ]
2220
+ }
2221
+ },
2222
+ {
2223
+ "date": "Tue, 31 Jan 2023 19:53:58 GMT",
2224
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.11",
2225
+ "version": "9.0.0-beta.11",
2226
+ "comments": {
2227
+ "prerelease": [
2228
+ {
2229
+ "author": "beachball",
2230
+ "package": "@fluentui/react-infobutton",
2231
+ "comment": "Bump @fluentui/react-popover to v9.4.5",
2232
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
2233
+ },
2234
+ {
2235
+ "author": "beachball",
2236
+ "package": "@fluentui/react-infobutton",
2237
+ "comment": "Bump @fluentui/react-tabster to v9.4.2",
2238
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
2239
+ },
2240
+ {
2241
+ "author": "beachball",
2242
+ "package": "@fluentui/react-infobutton",
2243
+ "comment": "Bump @fluentui/react-utilities to v9.5.1",
2244
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
2245
+ }
2246
+ ]
2247
+ }
2248
+ },
2249
+ {
2250
+ "date": "Thu, 26 Jan 2023 13:31:03 GMT",
2251
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.10",
2252
+ "version": "9.0.0-beta.10",
2253
+ "comments": {
2254
+ "prerelease": [
2255
+ {
2256
+ "author": "beachball",
2257
+ "package": "@fluentui/react-infobutton",
2258
+ "comment": "Bump @fluentui/react-popover to v9.4.4",
2259
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
2260
+ },
2261
+ {
2262
+ "author": "beachball",
2263
+ "package": "@fluentui/react-infobutton",
2264
+ "comment": "Bump @fluentui/react-tabster to v9.4.1",
2265
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
2266
+ },
2267
+ {
2268
+ "author": "beachball",
2269
+ "package": "@fluentui/react-infobutton",
2270
+ "comment": "Bump @fluentui/react-utilities to v9.5.0",
2271
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
2272
+ }
2273
+ ]
2274
+ }
2275
+ },
2276
+ {
2277
+ "date": "Mon, 23 Jan 2023 16:43:12 GMT",
2278
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.9",
2279
+ "version": "9.0.0-beta.9",
2280
+ "comments": {
2281
+ "prerelease": [
2282
+ {
2283
+ "author": "beachball",
2284
+ "package": "@fluentui/react-infobutton",
2285
+ "comment": "Bump @fluentui/react-popover to v9.4.3",
2286
+ "commit": "828c4260edc4fba07c9ccc8e94f15051c7fd25d3"
2287
+ }
2288
+ ]
2289
+ }
2290
+ },
2291
+ {
2292
+ "date": "Wed, 18 Jan 2023 16:32:57 GMT",
2293
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.8",
2294
+ "version": "9.0.0-beta.8",
2295
+ "comments": {
2296
+ "prerelease": [
2297
+ {
2298
+ "author": "beachball",
2299
+ "package": "@fluentui/react-infobutton",
2300
+ "comment": "Bump @fluentui/react-popover to v9.4.2",
2301
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
2302
+ },
2303
+ {
2304
+ "author": "beachball",
2305
+ "package": "@fluentui/react-infobutton",
2306
+ "comment": "Bump @fluentui/react-tabster to v9.4.0",
2307
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
2308
+ }
2309
+ ]
2310
+ }
2311
+ },
2312
+ {
2313
+ "date": "Mon, 16 Jan 2023 08:39:02 GMT",
6
2314
  "tag": "@fluentui/react-infobutton_v9.0.0-beta.7",
7
2315
  "version": "9.0.0-beta.7",
8
2316
  "comments": {