@fluentui/react-infobutton 9.0.0-beta.5 → 9.0.0-beta.50

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