@fluentui/react-infobutton 9.0.0-beta.3 → 9.0.0-beta.31

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 (70) hide show
  1. package/CHANGELOG.json +882 -1
  2. package/CHANGELOG.md +318 -2
  3. package/dist/index.d.ts +68 -4
  4. package/lib/InfoButton.js.map +1 -1
  5. package/lib/InfoLabel.js +2 -0
  6. package/lib/InfoLabel.js.map +1 -0
  7. package/lib/components/InfoButton/DefaultInfoButtonIcons.js.map +1 -1
  8. package/lib/components/InfoButton/InfoButton.js +1 -2
  9. package/lib/components/InfoButton/InfoButton.js.map +1 -1
  10. package/lib/components/InfoButton/InfoButton.types.js.map +1 -1
  11. package/lib/components/InfoButton/index.js +1 -1
  12. package/lib/components/InfoButton/index.js.map +1 -1
  13. package/lib/components/InfoButton/renderInfoButton.js +4 -8
  14. package/lib/components/InfoButton/renderInfoButton.js.map +1 -1
  15. package/lib/components/InfoButton/useInfoButton.js +5 -5
  16. package/lib/components/InfoButton/useInfoButton.js.map +1 -1
  17. package/lib/components/InfoButton/useInfoButtonStyles.styles.js +153 -0
  18. package/lib/components/InfoButton/useInfoButtonStyles.styles.js.map +1 -0
  19. package/lib/components/InfoLabel/InfoLabel.js +14 -0
  20. package/lib/components/InfoLabel/InfoLabel.js.map +1 -0
  21. package/lib/components/InfoLabel/InfoLabel.types.js +2 -0
  22. package/lib/components/InfoLabel/InfoLabel.types.js.map +1 -0
  23. package/lib/components/InfoLabel/index.js +6 -0
  24. package/lib/components/InfoLabel/index.js.map +1 -0
  25. package/lib/components/InfoLabel/renderInfoLabel.js +13 -0
  26. package/lib/components/InfoLabel/renderInfoLabel.js.map +1 -0
  27. package/lib/components/InfoLabel/useInfoLabel.js +75 -0
  28. package/lib/components/InfoLabel/useInfoLabel.js.map +1 -0
  29. package/lib/components/InfoLabel/useInfoLabelStyles.styles.js +43 -0
  30. package/lib/components/InfoLabel/useInfoLabelStyles.styles.js.map +1 -0
  31. package/lib/index.js +1 -0
  32. package/lib/index.js.map +1 -1
  33. package/lib-commonjs/InfoButton.js +4 -5
  34. package/lib-commonjs/InfoButton.js.map +1 -1
  35. package/lib-commonjs/InfoLabel.js +9 -0
  36. package/lib-commonjs/InfoLabel.js.map +1 -0
  37. package/lib-commonjs/components/InfoButton/DefaultInfoButtonIcons.js +16 -8
  38. package/lib-commonjs/components/InfoButton/DefaultInfoButtonIcons.js.map +1 -1
  39. package/lib-commonjs/components/InfoButton/InfoButton.js +16 -21
  40. package/lib-commonjs/components/InfoButton/InfoButton.js.map +1 -1
  41. package/lib-commonjs/components/InfoButton/InfoButton.types.js +3 -2
  42. package/lib-commonjs/components/InfoButton/InfoButton.types.js.map +1 -1
  43. package/lib-commonjs/components/InfoButton/index.js +8 -13
  44. package/lib-commonjs/components/InfoButton/index.js.map +1 -1
  45. package/lib-commonjs/components/InfoButton/renderInfoButton.js +13 -26
  46. package/lib-commonjs/components/InfoButton/renderInfoButton.js.map +1 -1
  47. package/lib-commonjs/components/InfoButton/useInfoButton.js +57 -73
  48. package/lib-commonjs/components/InfoButton/useInfoButton.js.map +1 -1
  49. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.styles.js +342 -0
  50. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.styles.js.map +1 -0
  51. package/lib-commonjs/components/InfoLabel/InfoLabel.js +21 -0
  52. package/lib-commonjs/components/InfoLabel/InfoLabel.js.map +1 -0
  53. package/lib-commonjs/components/InfoLabel/InfoLabel.types.js +7 -0
  54. package/lib-commonjs/components/InfoLabel/InfoLabel.types.js.map +1 -0
  55. package/lib-commonjs/components/InfoLabel/index.js +13 -0
  56. package/lib-commonjs/components/InfoLabel/index.js.map +1 -0
  57. package/lib-commonjs/components/InfoLabel/renderInfoLabel.js +16 -0
  58. package/lib-commonjs/components/InfoLabel/renderInfoLabel.js.map +1 -0
  59. package/lib-commonjs/components/InfoLabel/useInfoLabel.js +67 -0
  60. package/lib-commonjs/components/InfoLabel/useInfoLabel.js.map +1 -0
  61. package/lib-commonjs/components/InfoLabel/useInfoLabelStyles.styles.js +64 -0
  62. package/lib-commonjs/components/InfoLabel/useInfoLabelStyles.styles.js.map +1 -0
  63. package/lib-commonjs/index.js +22 -35
  64. package/lib-commonjs/index.js.map +1 -1
  65. package/package.json +17 -12
  66. package/Spec.md +0 -143
  67. package/lib/components/InfoButton/useInfoButtonStyles.js +0 -187
  68. package/lib/components/InfoButton/useInfoButtonStyles.js.map +0 -1
  69. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.js +0 -200
  70. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,888 @@
2
2
  "name": "@fluentui/react-infobutton",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 20 Dec 2022 14:55:58 GMT",
5
+ "date": "Thu, 18 May 2023 13:08:33 GMT",
6
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.31",
7
+ "version": "9.0.0-beta.31",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-infobutton",
13
+ "comment": "Bump @fluentui/react-popover to v9.5.13",
14
+ "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-infobutton",
19
+ "comment": "Bump @fluentui/react-tabster to v9.7.2",
20
+ "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 18 May 2023 00:39:07 GMT",
27
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.30",
28
+ "version": "9.0.0-beta.30",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "olfedias@microsoft.com",
33
+ "package": "@fluentui/react-infobutton",
34
+ "commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
35
+ "comment": "chore: add test-ssr script to v9 packages"
36
+ }
37
+ ],
38
+ "prerelease": [
39
+ {
40
+ "author": "esteban.230@hotmail.com",
41
+ "package": "@fluentui/react-infobutton",
42
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb",
43
+ "comment": "fix: Add aria-owns to InfoLabel."
44
+ },
45
+ {
46
+ "author": "beachball",
47
+ "package": "@fluentui/react-infobutton",
48
+ "comment": "Bump @fluentui/react-label to v9.1.12",
49
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
50
+ },
51
+ {
52
+ "author": "beachball",
53
+ "package": "@fluentui/react-infobutton",
54
+ "comment": "Bump @fluentui/react-popover to v9.5.12",
55
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
56
+ },
57
+ {
58
+ "author": "beachball",
59
+ "package": "@fluentui/react-infobutton",
60
+ "comment": "Bump @fluentui/react-tabster to v9.7.1",
61
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
62
+ },
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui/react-infobutton",
66
+ "comment": "Bump @fluentui/react-utilities to v9.9.0",
67
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
68
+ },
69
+ {
70
+ "author": "beachball",
71
+ "package": "@fluentui/react-infobutton",
72
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.4",
73
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
74
+ }
75
+ ]
76
+ }
77
+ },
78
+ {
79
+ "date": "Fri, 12 May 2023 20:27:20 GMT",
80
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.29",
81
+ "version": "9.0.0-beta.29",
82
+ "comments": {
83
+ "prerelease": [
84
+ {
85
+ "author": "olfedias@microsoft.com",
86
+ "package": "@fluentui/react-infobutton",
87
+ "commit": "c28decb23d191a0daaaf6d5d1832429715102129",
88
+ "comment": "chore: exclude .swcrc from being published"
89
+ },
90
+ {
91
+ "author": "olfedias@microsoft.com",
92
+ "package": "@fluentui/react-infobutton",
93
+ "commit": "871192b67e1bc8a68da1b4c55b4e0ee2aed0b604",
94
+ "comment": "chore: move makeStyles() calls to .styles.ts files"
95
+ },
96
+ {
97
+ "author": "beachball",
98
+ "package": "@fluentui/react-infobutton",
99
+ "comment": "Bump @fluentui/react-label to v9.1.11",
100
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
101
+ },
102
+ {
103
+ "author": "beachball",
104
+ "package": "@fluentui/react-infobutton",
105
+ "comment": "Bump @fluentui/react-popover to v9.5.11",
106
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
107
+ },
108
+ {
109
+ "author": "beachball",
110
+ "package": "@fluentui/react-infobutton",
111
+ "comment": "Bump @fluentui/react-tabster to v9.7.0",
112
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
113
+ },
114
+ {
115
+ "author": "beachball",
116
+ "package": "@fluentui/react-infobutton",
117
+ "comment": "Bump @fluentui/react-theme to v9.1.8",
118
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
119
+ },
120
+ {
121
+ "author": "beachball",
122
+ "package": "@fluentui/react-infobutton",
123
+ "comment": "Bump @fluentui/react-utilities to v9.8.1",
124
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
125
+ },
126
+ {
127
+ "author": "beachball",
128
+ "package": "@fluentui/react-infobutton",
129
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.3",
130
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
131
+ },
132
+ {
133
+ "author": "beachball",
134
+ "package": "@fluentui/react-infobutton",
135
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21",
136
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
137
+ }
138
+ ],
139
+ "none": [
140
+ {
141
+ "author": "martinhochel@microsoft.com",
142
+ "package": "@fluentui/react-infobutton",
143
+ "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
144
+ "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
145
+ }
146
+ ]
147
+ }
148
+ },
149
+ {
150
+ "date": "Mon, 24 Apr 2023 08:12:37 GMT",
151
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.28",
152
+ "version": "9.0.0-beta.28",
153
+ "comments": {
154
+ "prerelease": [
155
+ {
156
+ "author": "bernardo.sunderhus@gmail.com",
157
+ "package": "@fluentui/react-infobutton",
158
+ "commit": "dd76eca6f3584188994575d1d15d805a24ee9a91",
159
+ "comment": "chore: adopt custom JSX pragma"
160
+ },
161
+ {
162
+ "author": "beachball",
163
+ "package": "@fluentui/react-infobutton",
164
+ "comment": "Bump @fluentui/react-label to v9.1.10",
165
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
166
+ },
167
+ {
168
+ "author": "beachball",
169
+ "package": "@fluentui/react-infobutton",
170
+ "comment": "Bump @fluentui/react-popover to v9.5.10",
171
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
172
+ },
173
+ {
174
+ "author": "beachball",
175
+ "package": "@fluentui/react-infobutton",
176
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2",
177
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
178
+ }
179
+ ]
180
+ }
181
+ },
182
+ {
183
+ "date": "Mon, 17 Apr 2023 17:54:02 GMT",
184
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.27",
185
+ "version": "9.0.0-beta.27",
186
+ "comments": {
187
+ "prerelease": [
188
+ {
189
+ "author": "beachball",
190
+ "package": "@fluentui/react-infobutton",
191
+ "comment": "Bump @fluentui/react-label to v9.1.9",
192
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
193
+ },
194
+ {
195
+ "author": "beachball",
196
+ "package": "@fluentui/react-infobutton",
197
+ "comment": "Bump @fluentui/react-popover to v9.5.9",
198
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
199
+ },
200
+ {
201
+ "author": "beachball",
202
+ "package": "@fluentui/react-infobutton",
203
+ "comment": "Bump @fluentui/react-tabster to v9.6.5",
204
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
205
+ },
206
+ {
207
+ "author": "beachball",
208
+ "package": "@fluentui/react-infobutton",
209
+ "comment": "Bump @fluentui/react-utilities to v9.8.0",
210
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
211
+ }
212
+ ]
213
+ }
214
+ },
215
+ {
216
+ "date": "Wed, 12 Apr 2023 09:31:45 GMT",
217
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.26",
218
+ "version": "9.0.0-beta.26",
219
+ "comments": {
220
+ "prerelease": [
221
+ {
222
+ "author": "beachball",
223
+ "package": "@fluentui/react-infobutton",
224
+ "comment": "Bump @fluentui/react-label to v9.1.8",
225
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
226
+ },
227
+ {
228
+ "author": "beachball",
229
+ "package": "@fluentui/react-infobutton",
230
+ "comment": "Bump @fluentui/react-popover to v9.5.8",
231
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
232
+ },
233
+ {
234
+ "author": "beachball",
235
+ "package": "@fluentui/react-infobutton",
236
+ "comment": "Bump @fluentui/react-tabster to v9.6.4",
237
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
238
+ },
239
+ {
240
+ "author": "beachball",
241
+ "package": "@fluentui/react-infobutton",
242
+ "comment": "Bump @fluentui/react-utilities to v9.7.4",
243
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
244
+ }
245
+ ]
246
+ }
247
+ },
248
+ {
249
+ "date": "Tue, 04 Apr 2023 18:44:48 GMT",
250
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.25",
251
+ "version": "9.0.0-beta.25",
252
+ "comments": {
253
+ "prerelease": [
254
+ {
255
+ "author": "esteban.230@hotmail.com",
256
+ "package": "@fluentui/react-infobutton",
257
+ "commit": "df9564ee42c12b0dfab646f9e4dd4038c636d3ee",
258
+ "comment": "chore: Rename content slot to info."
259
+ },
260
+ {
261
+ "author": "beachball",
262
+ "package": "@fluentui/react-infobutton",
263
+ "comment": "Bump @fluentui/react-label to v9.1.7",
264
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
265
+ },
266
+ {
267
+ "author": "beachball",
268
+ "package": "@fluentui/react-infobutton",
269
+ "comment": "Bump @fluentui/react-popover to v9.5.7",
270
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
271
+ },
272
+ {
273
+ "author": "beachball",
274
+ "package": "@fluentui/react-infobutton",
275
+ "comment": "Bump @fluentui/react-tabster to v9.6.3",
276
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
277
+ },
278
+ {
279
+ "author": "beachball",
280
+ "package": "@fluentui/react-infobutton",
281
+ "comment": "Bump @fluentui/react-utilities to v9.7.3",
282
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
283
+ }
284
+ ]
285
+ }
286
+ },
287
+ {
288
+ "date": "Tue, 21 Mar 2023 21:23:36 GMT",
289
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.23",
290
+ "version": "9.0.0-beta.23",
291
+ "comments": {
292
+ "prerelease": [
293
+ {
294
+ "author": "makotom@microsoft.com",
295
+ "package": "@fluentui/react-infobutton",
296
+ "commit": "7fde5c94869ff9841b142b7ff1d0a3df0ab58f74",
297
+ "comment": "chore: Bumping version of @fluentui/react-icons to ^2.0.196."
298
+ },
299
+ {
300
+ "author": "tristan.watanabe@gmail.com",
301
+ "package": "@fluentui/react-infobutton",
302
+ "commit": "ead1c6d4c2ac3f3596b62b8cbc07b0a03041f11f",
303
+ "comment": "fix: add node field to package.json exports map."
304
+ },
305
+ {
306
+ "author": "tristan.watanabe@gmail.com",
307
+ "package": "@fluentui/react-infobutton",
308
+ "commit": "2fac1a139149bd13b76b1306207bc988dca9c72c",
309
+ "comment": "chore: migrate to swc transpilation approach."
310
+ },
311
+ {
312
+ "author": "beachball",
313
+ "package": "@fluentui/react-infobutton",
314
+ "comment": "Bump @fluentui/react-label to v9.1.5",
315
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
316
+ },
317
+ {
318
+ "author": "beachball",
319
+ "package": "@fluentui/react-infobutton",
320
+ "comment": "Bump @fluentui/react-popover to v9.5.5",
321
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
322
+ },
323
+ {
324
+ "author": "beachball",
325
+ "package": "@fluentui/react-infobutton",
326
+ "comment": "Bump @fluentui/react-tabster to v9.6.1",
327
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
328
+ },
329
+ {
330
+ "author": "beachball",
331
+ "package": "@fluentui/react-infobutton",
332
+ "comment": "Bump @fluentui/react-theme to v9.1.7",
333
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
334
+ },
335
+ {
336
+ "author": "beachball",
337
+ "package": "@fluentui/react-infobutton",
338
+ "comment": "Bump @fluentui/react-utilities to v9.7.2",
339
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
340
+ },
341
+ {
342
+ "author": "beachball",
343
+ "package": "@fluentui/react-infobutton",
344
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.20",
345
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
346
+ }
347
+ ]
348
+ }
349
+ },
350
+ {
351
+ "date": "Thu, 16 Mar 2023 14:36:57 GMT",
352
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.22",
353
+ "version": "9.0.0-beta.22",
354
+ "comments": {
355
+ "prerelease": [
356
+ {
357
+ "author": "behowell@microsoft.com",
358
+ "package": "@fluentui/react-infobutton",
359
+ "commit": "b106479e831318cfb3ddf10871e4240530498f31",
360
+ "comment": "feat: Add InfoLabel component"
361
+ },
362
+ {
363
+ "author": "beachball",
364
+ "package": "@fluentui/react-infobutton",
365
+ "comment": "Bump @fluentui/react-label to v9.1.4",
366
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
367
+ },
368
+ {
369
+ "author": "beachball",
370
+ "package": "@fluentui/react-infobutton",
371
+ "comment": "Bump @fluentui/react-popover to v9.5.4",
372
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
373
+ },
374
+ {
375
+ "author": "beachball",
376
+ "package": "@fluentui/react-infobutton",
377
+ "comment": "Bump @fluentui/react-tabster to v9.6.0",
378
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
379
+ },
380
+ {
381
+ "author": "beachball",
382
+ "package": "@fluentui/react-infobutton",
383
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
384
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
385
+ }
386
+ ]
387
+ }
388
+ },
389
+ {
390
+ "date": "Wed, 15 Mar 2023 10:19:53 GMT",
391
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.21",
392
+ "version": "9.0.0-beta.21",
393
+ "comments": {
394
+ "prerelease": [
395
+ {
396
+ "author": "beachball",
397
+ "package": "@fluentui/react-infobutton",
398
+ "comment": "Bump @fluentui/react-popover to v9.5.3",
399
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
400
+ },
401
+ {
402
+ "author": "beachball",
403
+ "package": "@fluentui/react-infobutton",
404
+ "comment": "Bump @fluentui/react-tabster to v9.5.7",
405
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
406
+ },
407
+ {
408
+ "author": "beachball",
409
+ "package": "@fluentui/react-infobutton",
410
+ "comment": "Bump @fluentui/react-theme to v9.1.6",
411
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
412
+ }
413
+ ]
414
+ }
415
+ },
416
+ {
417
+ "date": "Mon, 13 Mar 2023 08:58:26 GMT",
418
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.20",
419
+ "version": "9.0.0-beta.20",
420
+ "comments": {
421
+ "prerelease": [
422
+ {
423
+ "author": "beachball",
424
+ "package": "@fluentui/react-infobutton",
425
+ "comment": "Bump @fluentui/react-popover to v9.5.2",
426
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
427
+ },
428
+ {
429
+ "author": "beachball",
430
+ "package": "@fluentui/react-infobutton",
431
+ "comment": "Bump @fluentui/react-tabster to v9.5.6",
432
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
433
+ },
434
+ {
435
+ "author": "beachball",
436
+ "package": "@fluentui/react-infobutton",
437
+ "comment": "Bump @fluentui/react-utilities to v9.7.0",
438
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
439
+ }
440
+ ]
441
+ }
442
+ },
443
+ {
444
+ "date": "Fri, 10 Mar 2023 07:14:01 GMT",
445
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.19",
446
+ "version": "9.0.0-beta.19",
447
+ "comments": {
448
+ "prerelease": [
449
+ {
450
+ "author": "beachball",
451
+ "package": "@fluentui/react-infobutton",
452
+ "comment": "Bump @fluentui/react-popover to v9.5.1",
453
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
454
+ },
455
+ {
456
+ "author": "beachball",
457
+ "package": "@fluentui/react-infobutton",
458
+ "comment": "Bump @fluentui/react-tabster to v9.5.5",
459
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
460
+ },
461
+ {
462
+ "author": "beachball",
463
+ "package": "@fluentui/react-infobutton",
464
+ "comment": "Bump @fluentui/react-utilities to v9.6.2",
465
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
466
+ }
467
+ ]
468
+ }
469
+ },
470
+ {
471
+ "date": "Wed, 08 Mar 2023 17:42:51 GMT",
472
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.18",
473
+ "version": "9.0.0-beta.18",
474
+ "comments": {
475
+ "prerelease": [
476
+ {
477
+ "author": "beachball",
478
+ "package": "@fluentui/react-infobutton",
479
+ "comment": "Bump @fluentui/react-popover to v9.5.0",
480
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
481
+ },
482
+ {
483
+ "author": "beachball",
484
+ "package": "@fluentui/react-infobutton",
485
+ "comment": "Bump @fluentui/react-tabster to v9.5.4",
486
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
487
+ },
488
+ {
489
+ "author": "beachball",
490
+ "package": "@fluentui/react-infobutton",
491
+ "comment": "Bump @fluentui/react-utilities to v9.6.1",
492
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
493
+ }
494
+ ]
495
+ }
496
+ },
497
+ {
498
+ "date": "Wed, 22 Feb 2023 23:06:07 GMT",
499
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.17",
500
+ "version": "9.0.0-beta.17",
501
+ "comments": {
502
+ "prerelease": [
503
+ {
504
+ "author": "beachball",
505
+ "package": "@fluentui/react-infobutton",
506
+ "comment": "Bump @fluentui/react-popover to v9.4.11",
507
+ "commit": "9ee6caa17f745e014ecba467a4528181ae49be30"
508
+ }
509
+ ]
510
+ }
511
+ },
512
+ {
513
+ "date": "Wed, 15 Feb 2023 11:44:52 GMT",
514
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.16",
515
+ "version": "9.0.0-beta.16",
516
+ "comments": {
517
+ "prerelease": [
518
+ {
519
+ "author": "beachball",
520
+ "package": "@fluentui/react-infobutton",
521
+ "comment": "Bump @fluentui/react-popover to v9.4.10",
522
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
523
+ },
524
+ {
525
+ "author": "beachball",
526
+ "package": "@fluentui/react-infobutton",
527
+ "comment": "Bump @fluentui/react-tabster to v9.5.3",
528
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
529
+ },
530
+ {
531
+ "author": "beachball",
532
+ "package": "@fluentui/react-infobutton",
533
+ "comment": "Bump @fluentui/react-utilities to v9.6.0",
534
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
535
+ }
536
+ ]
537
+ }
538
+ },
539
+ {
540
+ "date": "Mon, 13 Feb 2023 23:43:14 GMT",
541
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.15",
542
+ "version": "9.0.0-beta.15",
543
+ "comments": {
544
+ "prerelease": [
545
+ {
546
+ "author": "beachball",
547
+ "package": "@fluentui/react-infobutton",
548
+ "comment": "Bump @fluentui/react-popover to v9.4.9",
549
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
550
+ },
551
+ {
552
+ "author": "beachball",
553
+ "package": "@fluentui/react-infobutton",
554
+ "comment": "Bump @fluentui/react-tabster to v9.5.2",
555
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
556
+ },
557
+ {
558
+ "author": "beachball",
559
+ "package": "@fluentui/react-infobutton",
560
+ "comment": "Bump @fluentui/react-utilities to v9.5.3",
561
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
562
+ }
563
+ ]
564
+ }
565
+ },
566
+ {
567
+ "date": "Mon, 13 Feb 2023 09:35:48 GMT",
568
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.14",
569
+ "version": "9.0.0-beta.14",
570
+ "comments": {
571
+ "prerelease": [
572
+ {
573
+ "author": "beachball",
574
+ "package": "@fluentui/react-infobutton",
575
+ "comment": "Bump @fluentui/react-popover to v9.4.8",
576
+ "commit": "b24aed22677cb12a74f185feee89edefd1601b9a"
577
+ }
578
+ ]
579
+ }
580
+ },
581
+ {
582
+ "date": "Fri, 10 Feb 2023 08:50:02 GMT",
583
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.13",
584
+ "version": "9.0.0-beta.13",
585
+ "comments": {
586
+ "prerelease": [
587
+ {
588
+ "author": "beachball",
589
+ "package": "@fluentui/react-infobutton",
590
+ "comment": "Bump @fluentui/react-popover to v9.4.7",
591
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
592
+ },
593
+ {
594
+ "author": "beachball",
595
+ "package": "@fluentui/react-infobutton",
596
+ "comment": "Bump @fluentui/react-tabster to v9.5.1",
597
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
598
+ },
599
+ {
600
+ "author": "beachball",
601
+ "package": "@fluentui/react-infobutton",
602
+ "comment": "Bump @fluentui/react-utilities to v9.5.2",
603
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
604
+ }
605
+ ]
606
+ }
607
+ },
608
+ {
609
+ "date": "Tue, 07 Feb 2023 14:13:05 GMT",
610
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.12",
611
+ "version": "9.0.0-beta.12",
612
+ "comments": {
613
+ "prerelease": [
614
+ {
615
+ "author": "esteban.230@hotmail.com",
616
+ "package": "@fluentui/react-infobutton",
617
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746",
618
+ "comment": "chore: Add aria-label to InfoButton's button and add a11y guidance for using InfoButton with a label."
619
+ },
620
+ {
621
+ "author": "esteban.230@hotmail.com",
622
+ "package": "@fluentui/react-infobutton",
623
+ "commit": "34514e3502e2830d81f9de25956be8b624cd3c20",
624
+ "comment": "chore: Making the content focusable and updating example's text."
625
+ },
626
+ {
627
+ "author": "beachball",
628
+ "package": "@fluentui/react-infobutton",
629
+ "comment": "Bump @fluentui/react-popover to v9.4.6",
630
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
631
+ },
632
+ {
633
+ "author": "beachball",
634
+ "package": "@fluentui/react-infobutton",
635
+ "comment": "Bump @fluentui/react-tabster to v9.5.0",
636
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
637
+ }
638
+ ]
639
+ }
640
+ },
641
+ {
642
+ "date": "Tue, 31 Jan 2023 19:53:58 GMT",
643
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.11",
644
+ "version": "9.0.0-beta.11",
645
+ "comments": {
646
+ "prerelease": [
647
+ {
648
+ "author": "beachball",
649
+ "package": "@fluentui/react-infobutton",
650
+ "comment": "Bump @fluentui/react-popover to v9.4.5",
651
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
652
+ },
653
+ {
654
+ "author": "beachball",
655
+ "package": "@fluentui/react-infobutton",
656
+ "comment": "Bump @fluentui/react-tabster to v9.4.2",
657
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
658
+ },
659
+ {
660
+ "author": "beachball",
661
+ "package": "@fluentui/react-infobutton",
662
+ "comment": "Bump @fluentui/react-utilities to v9.5.1",
663
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
664
+ }
665
+ ]
666
+ }
667
+ },
668
+ {
669
+ "date": "Thu, 26 Jan 2023 13:31:03 GMT",
670
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.10",
671
+ "version": "9.0.0-beta.10",
672
+ "comments": {
673
+ "prerelease": [
674
+ {
675
+ "author": "beachball",
676
+ "package": "@fluentui/react-infobutton",
677
+ "comment": "Bump @fluentui/react-popover to v9.4.4",
678
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
679
+ },
680
+ {
681
+ "author": "beachball",
682
+ "package": "@fluentui/react-infobutton",
683
+ "comment": "Bump @fluentui/react-tabster to v9.4.1",
684
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
685
+ },
686
+ {
687
+ "author": "beachball",
688
+ "package": "@fluentui/react-infobutton",
689
+ "comment": "Bump @fluentui/react-utilities to v9.5.0",
690
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
691
+ }
692
+ ]
693
+ }
694
+ },
695
+ {
696
+ "date": "Mon, 23 Jan 2023 16:43:12 GMT",
697
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.9",
698
+ "version": "9.0.0-beta.9",
699
+ "comments": {
700
+ "prerelease": [
701
+ {
702
+ "author": "beachball",
703
+ "package": "@fluentui/react-infobutton",
704
+ "comment": "Bump @fluentui/react-popover to v9.4.3",
705
+ "commit": "828c4260edc4fba07c9ccc8e94f15051c7fd25d3"
706
+ }
707
+ ]
708
+ }
709
+ },
710
+ {
711
+ "date": "Wed, 18 Jan 2023 16:32:57 GMT",
712
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.8",
713
+ "version": "9.0.0-beta.8",
714
+ "comments": {
715
+ "prerelease": [
716
+ {
717
+ "author": "beachball",
718
+ "package": "@fluentui/react-infobutton",
719
+ "comment": "Bump @fluentui/react-popover to v9.4.2",
720
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
721
+ },
722
+ {
723
+ "author": "beachball",
724
+ "package": "@fluentui/react-infobutton",
725
+ "comment": "Bump @fluentui/react-tabster to v9.4.0",
726
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
727
+ }
728
+ ]
729
+ }
730
+ },
731
+ {
732
+ "date": "Mon, 16 Jan 2023 08:39:02 GMT",
733
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.7",
734
+ "version": "9.0.0-beta.7",
735
+ "comments": {
736
+ "prerelease": [
737
+ {
738
+ "author": "esteban.230@hotmail.com",
739
+ "package": "@fluentui/react-infobutton",
740
+ "commit": "4aa7a43c0c302dc151d6446abfde95fe9637edb0",
741
+ "comment": "fix: Update border for Teams HCM to be transparent."
742
+ },
743
+ {
744
+ "author": "esteban.230@hotmail.com",
745
+ "package": "@fluentui/react-infobutton",
746
+ "commit": "b326546752a1df3cf4d626dee2d5c47b59ba00ae",
747
+ "comment": "fix: Update PopoverSurface's role to note and remove need to cast props passed to popover slot."
748
+ },
749
+ {
750
+ "author": "beachball",
751
+ "package": "@fluentui/react-infobutton",
752
+ "comment": "Bump @fluentui/react-popover to v9.4.1",
753
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
754
+ },
755
+ {
756
+ "author": "beachball",
757
+ "package": "@fluentui/react-infobutton",
758
+ "comment": "Bump @fluentui/react-tabster to v9.3.7",
759
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
760
+ }
761
+ ],
762
+ "none": [
763
+ {
764
+ "author": "martinhochel@microsoft.com",
765
+ "package": "@fluentui/react-infobutton",
766
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
767
+ "comment": "chore: migrate to packaged scripts"
768
+ }
769
+ ]
770
+ }
771
+ },
772
+ {
773
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
774
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.6",
775
+ "version": "9.0.0-beta.6",
776
+ "comments": {
777
+ "prerelease": [
778
+ {
779
+ "author": "beachball",
780
+ "package": "@fluentui/react-infobutton",
781
+ "comment": "Bump @fluentui/react-popover to v9.4.0",
782
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
783
+ },
784
+ {
785
+ "author": "beachball",
786
+ "package": "@fluentui/react-infobutton",
787
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
788
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
789
+ },
790
+ {
791
+ "author": "beachball",
792
+ "package": "@fluentui/react-infobutton",
793
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
794
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
795
+ }
796
+ ]
797
+ }
798
+ },
799
+ {
800
+ "date": "Wed, 04 Jan 2023 01:40:08 GMT",
801
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.5",
802
+ "version": "9.0.0-beta.5",
803
+ "comments": {
804
+ "prerelease": [
805
+ {
806
+ "author": "tristan.watanabe@gmail.com",
807
+ "package": "@fluentui/react-infobutton",
808
+ "commit": "b1f29f551486777885af53a857220bffa5342b0f",
809
+ "comment": "chore: migrate to new package structure."
810
+ },
811
+ {
812
+ "author": "olfedias@microsoft.com",
813
+ "package": "@fluentui/react-infobutton",
814
+ "commit": "2c38f1e4ae07b2b60df596efe11015a68f166dbf",
815
+ "comment": "chore: Update Griffel to latest version"
816
+ },
817
+ {
818
+ "author": "beachball",
819
+ "package": "@fluentui/react-infobutton",
820
+ "comment": "Bump @fluentui/react-popover to v9.3.6",
821
+ "commit": "3e322d15529451be153e97298873253e21af4082"
822
+ },
823
+ {
824
+ "author": "beachball",
825
+ "package": "@fluentui/react-infobutton",
826
+ "comment": "Bump @fluentui/react-tabster to v9.3.5",
827
+ "commit": "3e322d15529451be153e97298873253e21af4082"
828
+ },
829
+ {
830
+ "author": "beachball",
831
+ "package": "@fluentui/react-infobutton",
832
+ "comment": "Bump @fluentui/react-utilities to v9.3.1",
833
+ "commit": "3e322d15529451be153e97298873253e21af4082"
834
+ },
835
+ {
836
+ "author": "beachball",
837
+ "package": "@fluentui/react-infobutton",
838
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.19",
839
+ "commit": "3e322d15529451be153e97298873253e21af4082"
840
+ }
841
+ ],
842
+ "none": [
843
+ {
844
+ "author": "martinhochel@microsoft.com",
845
+ "package": "@fluentui/react-infobutton",
846
+ "commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
847
+ "comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
848
+ },
849
+ {
850
+ "author": "martinhochel@microsoft.com",
851
+ "package": "@fluentui/react-infobutton",
852
+ "commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
853
+ "comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
854
+ }
855
+ ]
856
+ }
857
+ },
858
+ {
859
+ "date": "Wed, 21 Dec 2022 10:20:33 GMT",
860
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.4",
861
+ "version": "9.0.0-beta.4",
862
+ "comments": {
863
+ "prerelease": [
864
+ {
865
+ "author": "beachball",
866
+ "package": "@fluentui/react-infobutton",
867
+ "comment": "Bump @fluentui/react-popover to v9.3.5",
868
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
869
+ },
870
+ {
871
+ "author": "beachball",
872
+ "package": "@fluentui/react-infobutton",
873
+ "comment": "Bump @fluentui/react-tabster to v9.3.4",
874
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
875
+ },
876
+ {
877
+ "author": "beachball",
878
+ "package": "@fluentui/react-infobutton",
879
+ "comment": "Bump @fluentui/react-theme to v9.1.5",
880
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
881
+ }
882
+ ]
883
+ }
884
+ },
885
+ {
886
+ "date": "Tue, 20 Dec 2022 14:59:34 GMT",
6
887
  "tag": "@fluentui/react-infobutton_v9.0.0-beta.3",
7
888
  "version": "9.0.0-beta.3",
8
889
  "comments": {