@fluentui/react-tooltip 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/CHANGELOG.json +457 -24
  2. package/CHANGELOG.md +113 -14
  3. package/MIGRATION.md +51 -43
  4. package/Spec.md +201 -337
  5. package/dist/react-tooltip.d.ts +40 -48
  6. package/lib/Tooltip.js.map +1 -1
  7. package/lib/components/Tooltip/Tooltip.d.ts +3 -2
  8. package/lib/components/Tooltip/Tooltip.js +9 -9
  9. package/lib/components/Tooltip/Tooltip.js.map +1 -1
  10. package/lib/components/Tooltip/Tooltip.types.d.ts +32 -39
  11. package/lib/components/Tooltip/Tooltip.types.js.map +1 -1
  12. package/lib/components/Tooltip/index.d.ts +1 -1
  13. package/lib/components/Tooltip/index.js +1 -1
  14. package/lib/components/Tooltip/index.js.map +1 -1
  15. package/lib/components/Tooltip/private/constants.d.ts +12 -0
  16. package/lib/components/Tooltip/private/constants.js +14 -0
  17. package/lib/components/Tooltip/private/constants.js.map +1 -0
  18. package/lib/components/Tooltip/renderTooltip.d.ts +1 -1
  19. package/lib/components/Tooltip/renderTooltip.js +8 -8
  20. package/lib/components/Tooltip/renderTooltip.js.map +1 -1
  21. package/lib/components/Tooltip/useTooltip.d.ts +3 -6
  22. package/lib/components/Tooltip/useTooltip.js +96 -127
  23. package/lib/components/Tooltip/useTooltip.js.map +1 -1
  24. package/lib/components/Tooltip/useTooltipStyles.d.ts +2 -1
  25. package/lib/components/Tooltip/useTooltipStyles.js +50 -23
  26. package/lib/components/Tooltip/useTooltipStyles.js.map +1 -1
  27. package/lib/index.js.map +1 -1
  28. package/lib-commonjs/Tooltip.js +1 -1
  29. package/lib-commonjs/Tooltip.js.map +1 -1
  30. package/lib-commonjs/components/Tooltip/Tooltip.d.ts +3 -2
  31. package/lib-commonjs/components/Tooltip/Tooltip.js +11 -10
  32. package/lib-commonjs/components/Tooltip/Tooltip.js.map +1 -1
  33. package/lib-commonjs/components/Tooltip/Tooltip.types.d.ts +32 -39
  34. package/lib-commonjs/components/Tooltip/Tooltip.types.js.map +1 -1
  35. package/lib-commonjs/components/Tooltip/index.d.ts +1 -1
  36. package/lib-commonjs/components/Tooltip/index.js +2 -10
  37. package/lib-commonjs/components/Tooltip/index.js.map +1 -1
  38. package/lib-commonjs/components/Tooltip/private/constants.d.ts +12 -0
  39. package/lib-commonjs/components/Tooltip/private/constants.js +21 -0
  40. package/lib-commonjs/components/Tooltip/private/constants.js.map +1 -0
  41. package/lib-commonjs/components/Tooltip/renderTooltip.d.ts +1 -1
  42. package/lib-commonjs/components/Tooltip/renderTooltip.js +13 -14
  43. package/lib-commonjs/components/Tooltip/renderTooltip.js.map +1 -1
  44. package/lib-commonjs/components/Tooltip/useTooltip.d.ts +3 -6
  45. package/lib-commonjs/components/Tooltip/useTooltip.js +104 -135
  46. package/lib-commonjs/components/Tooltip/useTooltip.js.map +1 -1
  47. package/lib-commonjs/components/Tooltip/useTooltipStyles.d.ts +2 -1
  48. package/lib-commonjs/components/Tooltip/useTooltipStyles.js +56 -26
  49. package/lib-commonjs/components/Tooltip/useTooltipStyles.js.map +1 -1
  50. package/lib-commonjs/index.js +1 -1
  51. package/lib-commonjs/index.js.map +1 -1
  52. package/package.json +12 -14
  53. package/lib/common/isConformant.d.ts +0 -4
  54. package/lib/common/isConformant.js +0 -11
  55. package/lib/common/isConformant.js.map +0 -1
  56. package/lib-commonjs/common/isConformant.d.ts +0 -4
  57. package/lib-commonjs/common/isConformant.js +0 -22
  58. package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,70 +2,503 @@
2
2
  "name": "@fluentui/react-tooltip",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Oct 2021 12:39:14 GMT",
6
- "tag": "@fluentui/react-tooltip_v9.0.0-nightly.f81b28ceb3.1",
7
- "version": "9.0.0-nightly.f81b28ceb3.1",
5
+ "date": "Tue, 01 Mar 2022 02:16:14 GMT",
6
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.4",
7
+ "version": "9.0.0-rc.4",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
- "author": "email not defined",
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-tooltip",
13
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.4",
14
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-tooltip",
19
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.4",
20
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-tooltip",
25
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
26
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Fri, 18 Feb 2022 13:35:36 GMT",
33
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.3",
34
+ "version": "9.0.0-rc.3",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "behowell@microsoft.com",
39
+ "package": "@fluentui/react-tooltip",
40
+ "commit": "50ae56ec346d762d66b3d74ed1127943ffda344f",
41
+ "comment": "Update documentation comments"
42
+ },
43
+ {
44
+ "author": "lingfangao@hotmail.com",
45
+ "package": "@fluentui/react-tooltip",
46
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
47
+ "comment": "fix: Source maps contain original source code"
48
+ },
49
+ {
50
+ "author": "olfedias@microsoft.com",
51
+ "package": "@fluentui/react-tooltip",
52
+ "commit": "2bf88fea066244bc078912bb6e45edb960f3b866",
53
+ "comment": "update trigger implementation to be consistent"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-tooltip",
58
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.3",
59
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-tooltip",
64
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.3",
65
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-tooltip",
70
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
71
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-tooltip",
76
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
77
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-tooltip",
82
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
83
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui/react-tooltip",
88
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
89
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
90
+ }
91
+ ]
92
+ }
93
+ },
94
+ {
95
+ "date": "Thu, 10 Feb 2022 08:50:30 GMT",
96
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.1",
97
+ "version": "9.0.0-rc.1",
98
+ "comments": {
99
+ "prerelease": [
100
+ {
101
+ "author": "olfedias@microsoft.com",
102
+ "package": "@fluentui/react-tooltip",
103
+ "commit": "02e6236e4db8e1b591223475896537e905bf3580",
104
+ "comment": "BREAKING: implement `content` slot"
105
+ },
106
+ {
107
+ "author": "olfedias@microsoft.com",
108
+ "package": "@fluentui/react-tooltip",
109
+ "commit": "17c0b18d7983d414095661bf9f57e14c0c22685d",
110
+ "comment": "Replace make-styles packages with griffel equivalents."
111
+ },
112
+ {
113
+ "author": "behowell@microsoft.com",
114
+ "package": "@fluentui/react-tooltip",
115
+ "commit": "58ae40d6817b1fa4e095a94707dfef5050aa4c11",
116
+ "comment": "Replace `triggerAriaAttribute` prop with `relationship` and make it required with no default"
117
+ },
118
+ {
119
+ "author": "behowell@microsoft.com",
120
+ "package": "@fluentui/react-tooltip",
121
+ "commit": "f30e7585a8d2abd9db06c4076f39a779008b0eca",
122
+ "comment": "Update MenuTrigger and Tooltip to work together"
123
+ },
124
+ {
125
+ "author": "mgodbolt@microsoft.com",
126
+ "package": "@fluentui/react-tooltip",
127
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
128
+ "comment": "remove export of commons types"
129
+ },
130
+ {
131
+ "author": "lingfangao@hotmail.com",
132
+ "package": "@fluentui/react-tooltip",
133
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
134
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
135
+ },
136
+ {
137
+ "author": "behowell@microsoft.com",
138
+ "package": "@fluentui/react-tooltip",
139
+ "commit": "caaf3307f864b04369c13fe69d7dc8fe7ab84735",
140
+ "comment": "Move arrowHeight and tooltipBorderRadius into a shared constants.ts file"
141
+ },
142
+ {
143
+ "author": "behowell@microsoft.com",
144
+ "package": "@fluentui/react-tooltip",
145
+ "commit": "2aacc839785a2f96d84a959aea207dfdb99116f8",
146
+ "comment": "Prevent Tooltip from overriding any aria-label, etc. props on its child"
147
+ },
148
+ {
149
+ "author": "Humberto.Morimoto@microsoft.com",
150
+ "package": "@fluentui/react-tooltip",
151
+ "commit": "9204703d0a42ee34a20ae4cf28952e13872647ba",
152
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
153
+ },
154
+ {
155
+ "author": "behowell@microsoft.com",
156
+ "package": "@fluentui/react-tooltip",
157
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
158
+ "comment": "Refactor component Slot typings"
159
+ },
160
+ {
161
+ "author": "olfedias@microsoft.com",
162
+ "package": "@fluentui/react-tooltip",
163
+ "commit": "1bbb753830028fbf133858d523ae2d56ceefeecf",
164
+ "comment": "update styles to not use CSS shorthands"
165
+ },
166
+ {
167
+ "author": "behowell@microsoft.com",
168
+ "package": "@fluentui/react-tooltip",
169
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
170
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
171
+ },
172
+ {
173
+ "author": "behowell@microsoft.com",
174
+ "package": "@fluentui/react-tooltip",
175
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
176
+ "comment": "Remove component's shorthandProps array"
177
+ },
178
+ {
179
+ "author": "Humberto.Morimoto@microsoft.com",
180
+ "package": "@fluentui/react-tooltip",
181
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
182
+ "comment": "Updating based on changes to composition types."
183
+ },
184
+ {
185
+ "author": "behowell@microsoft.com",
186
+ "package": "@fluentui/react-tooltip",
187
+ "commit": "97c3818f7faf8733a0cfc9c91f5e94ddb8652d3a",
188
+ "comment": "Update documentation stories"
189
+ },
190
+ {
191
+ "author": "olfedias@microsoft.com",
192
+ "package": "@fluentui/react-tooltip",
193
+ "commit": "aa6cfd8ac825b5a280206808101de549a91094fc",
194
+ "comment": "update types related to trigger (allow only React.ReactElement & null)"
195
+ },
196
+ {
197
+ "author": "behowell@microsoft.com",
198
+ "package": "@fluentui/react-tooltip",
199
+ "commit": "09804275c7f346db54c33d4ff347bffc33676014",
200
+ "comment": "Fix tooltip arrow rendering, and add high contrast border around Tooltip"
201
+ },
202
+ {
203
+ "author": "behowell@microsoft.com",
204
+ "package": "@fluentui/react-tooltip",
205
+ "commit": "1513362b9adaae5d7dbda6b364e40e736710a79f",
206
+ "comment": "Remove Tooltip's inverted prop in favor of the appearance prop"
207
+ },
208
+ {
209
+ "author": "beachball",
210
+ "package": "@fluentui/react-tooltip",
211
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.1",
212
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
213
+ },
214
+ {
215
+ "author": "beachball",
216
+ "package": "@fluentui/react-tooltip",
217
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.1",
218
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
219
+ },
220
+ {
221
+ "author": "beachball",
222
+ "package": "@fluentui/react-tooltip",
223
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
224
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
225
+ },
226
+ {
227
+ "author": "beachball",
228
+ "package": "@fluentui/react-tooltip",
229
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
230
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
231
+ },
232
+ {
233
+ "author": "beachball",
234
+ "package": "@fluentui/react-tooltip",
235
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
236
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
237
+ },
238
+ {
239
+ "author": "beachball",
240
+ "package": "@fluentui/react-tooltip",
241
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
242
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
243
+ }
244
+ ],
245
+ "none": [
246
+ {
247
+ "author": "olfedias@microsoft.com",
248
+ "package": "@fluentui/react-tooltip",
249
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
250
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
251
+ },
252
+ {
253
+ "author": "elcraig@microsoft.com",
254
+ "package": "@fluentui/react-tooltip",
255
+ "commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
256
+ "comment": "Remove outdated boilerplate comment in useTooltip"
257
+ },
258
+ {
259
+ "author": "martinhochel@microsoft.com",
260
+ "package": "@fluentui/react-tooltip",
261
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
262
+ "comment": "chore: use storybook runner for all vNext packages"
263
+ },
264
+ {
265
+ "author": "andredias@microsoft.com",
266
+ "package": "@fluentui/react-tooltip",
267
+ "commit": "b59f44ed5db37b457476fdb3ec86ff273b776646",
268
+ "comment": "Migrate package to use solution tsconfigs"
269
+ }
270
+ ]
271
+ }
272
+ },
273
+ {
274
+ "date": "Thu, 25 Nov 2021 08:34:17 GMT",
275
+ "tag": "@fluentui/react-tooltip_v9.0.0-beta.5",
276
+ "version": "9.0.0-beta.5",
277
+ "comments": {
278
+ "prerelease": [
279
+ {
280
+ "author": "lingfangao@hotmail.com",
281
+ "package": "@fluentui/react-tooltip",
282
+ "commit": "58db204f28af1d68df7260ff580cf91f0adcfb66",
283
+ "comment": "Add transparent outline to arrow for HC"
284
+ },
285
+ {
286
+ "author": "beachball",
287
+ "package": "@fluentui/react-tooltip",
288
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
289
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
290
+ },
291
+ {
292
+ "author": "beachball",
293
+ "package": "@fluentui/react-tooltip",
294
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.5",
295
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
296
+ },
297
+ {
298
+ "author": "beachball",
299
+ "package": "@fluentui/react-tooltip",
300
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-beta.4",
301
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
302
+ },
303
+ {
304
+ "author": "beachball",
305
+ "package": "@fluentui/react-tooltip",
306
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
307
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
308
+ },
309
+ {
310
+ "author": "beachball",
311
+ "package": "@fluentui/react-tooltip",
312
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
313
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
314
+ },
315
+ {
316
+ "author": "beachball",
317
+ "package": "@fluentui/react-tooltip",
318
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
319
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
320
+ },
321
+ {
322
+ "author": "beachball",
323
+ "package": "@fluentui/react-tooltip",
324
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
325
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
326
+ },
327
+ {
328
+ "author": "beachball",
329
+ "package": "@fluentui/react-tooltip",
330
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
331
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
332
+ },
333
+ {
334
+ "author": "beachball",
335
+ "package": "@fluentui/react-tooltip",
336
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
337
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
338
+ }
339
+ ]
340
+ }
341
+ },
342
+ {
343
+ "date": "Fri, 12 Nov 2021 13:25:09 GMT",
344
+ "tag": "@fluentui/react-tooltip_v9.0.0-beta.4",
345
+ "version": "9.0.0-beta.4",
346
+ "comments": {
347
+ "none": [
348
+ {
349
+ "author": "lingfangao@hotmail.com",
350
+ "package": "@fluentui/react-tooltip",
351
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
352
+ "comment": "Remove beta release tag"
353
+ }
354
+ ],
355
+ "prerelease": [
356
+ {
357
+ "author": "gcox@microsoft.com",
358
+ "package": "@fluentui/react-tooltip",
359
+ "commit": "d5810cfc819dcb2126ffaa081bf117fcae83dc73",
360
+ "comment": "Updated stories to support codesandbox"
361
+ },
362
+ {
363
+ "author": "olfedias@microsoft.com",
364
+ "package": "@fluentui/react-tooltip",
365
+ "commit": "f078af73d95d0f2c380144a40127bd08e389aa2d",
366
+ "comment": "export static classes for components"
367
+ },
368
+ {
369
+ "author": "gcox@microsoft.com",
370
+ "package": "@fluentui/react-tooltip",
371
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
372
+ "comment": "Updated beta and RC components to ES2019"
373
+ },
374
+ {
375
+ "author": "beachball",
376
+ "package": "@fluentui/react-tooltip",
377
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
378
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
379
+ },
380
+ {
381
+ "author": "beachball",
382
+ "package": "@fluentui/react-tooltip",
383
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.4",
384
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
385
+ },
386
+ {
387
+ "author": "beachball",
388
+ "package": "@fluentui/react-tooltip",
389
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-beta.3",
390
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
391
+ },
392
+ {
393
+ "author": "beachball",
394
+ "package": "@fluentui/react-tooltip",
395
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
396
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
397
+ },
398
+ {
399
+ "author": "beachball",
400
+ "package": "@fluentui/react-tooltip",
401
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
402
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
403
+ },
404
+ {
405
+ "author": "beachball",
406
+ "package": "@fluentui/react-tooltip",
407
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
408
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
409
+ },
410
+ {
411
+ "author": "beachball",
412
+ "package": "@fluentui/react-tooltip",
413
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
414
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
415
+ },
416
+ {
417
+ "author": "beachball",
418
+ "package": "@fluentui/react-tooltip",
419
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
420
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
421
+ },
422
+ {
423
+ "author": "beachball",
424
+ "package": "@fluentui/react-tooltip",
425
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
426
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
427
+ }
428
+ ]
429
+ }
430
+ },
431
+ {
432
+ "date": "Wed, 27 Oct 2021 12:14:23 GMT",
433
+ "tag": "@fluentui/react-tooltip_v9.0.0-beta.3",
434
+ "version": "9.0.0-beta.3",
435
+ "comments": {
436
+ "prerelease": [
437
+ {
438
+ "author": "gcox@microsoft.com",
439
+ "package": "@fluentui/react-tooltip",
440
+ "commit": "75a731d1410685b12a091dcd8a60c318f58260f6",
441
+ "comment": "Removed duplicate 'Tooltip' from story names"
442
+ },
443
+ {
444
+ "author": "peter@draxler.ml",
12
445
  "package": "@fluentui/react-tooltip",
13
- "comment": "Release nightly v9",
14
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
446
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
447
+ "comment": "added styling of documentation"
15
448
  },
16
449
  {
17
450
  "author": "beachball",
18
451
  "package": "@fluentui/react-tooltip",
19
- "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.f81b28ceb3.1",
20
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
452
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
453
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
21
454
  },
22
455
  {
23
456
  "author": "beachball",
24
457
  "package": "@fluentui/react-tooltip",
25
- "comment": "Bump @fluentui/react-portal to v9.0.0-nightly.f81b28ceb3.1",
26
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
458
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.3",
459
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
27
460
  },
28
461
  {
29
462
  "author": "beachball",
30
463
  "package": "@fluentui/react-tooltip",
31
- "comment": "Bump @fluentui/react-positioning to v9.0.0-nightly.f81b28ceb3.1",
32
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
464
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-beta.2",
465
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
33
466
  },
34
467
  {
35
468
  "author": "beachball",
36
469
  "package": "@fluentui/react-tooltip",
37
- "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-nightly.f81b28ceb3.1",
38
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
470
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
471
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
39
472
  },
40
473
  {
41
474
  "author": "beachball",
42
475
  "package": "@fluentui/react-tooltip",
43
- "comment": "Bump @fluentui/react-theme to v9.0.0-nightly.f81b28ceb3.1",
44
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
476
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
477
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
45
478
  },
46
479
  {
47
480
  "author": "beachball",
48
481
  "package": "@fluentui/react-tooltip",
49
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.f81b28ceb3.1",
50
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
482
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
483
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
51
484
  },
52
485
  {
53
486
  "author": "beachball",
54
487
  "package": "@fluentui/react-tooltip",
55
- "comment": "Bump @fluentui/babel-make-styles to v9.0.0-nightly.f81b28ceb3.1",
56
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
488
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
489
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
57
490
  },
58
491
  {
59
492
  "author": "beachball",
60
493
  "package": "@fluentui/react-tooltip",
61
- "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.f81b28ceb3.1",
62
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
494
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
495
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
63
496
  },
64
497
  {
65
498
  "author": "beachball",
66
499
  "package": "@fluentui/react-tooltip",
67
- "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.f81b28ceb3.1",
68
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
500
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
501
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
69
502
  }
70
503
  ]
71
504
  }