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

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