@fluentui/react-infobutton 9.0.0-beta.6 → 9.0.0-beta.60

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