@fluentui/react-tooltip 9.0.0-rc.1 → 9.0.0-rc.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. package/CHANGELOG.json +401 -1
  2. package/CHANGELOG.md +215 -101
  3. package/MIGRATION.md +51 -43
  4. package/Spec.md +201 -337
  5. package/dist/{react-tooltip.d.ts → index.d.ts} +46 -34
  6. package/{lib → dist}/tsdoc-metadata.json +0 -0
  7. package/lib/Tooltip.js.map +1 -1
  8. package/lib/components/Tooltip/Tooltip.js.map +1 -1
  9. package/lib/components/Tooltip/Tooltip.types.js.map +1 -1
  10. package/lib/components/Tooltip/index.js.map +1 -1
  11. package/lib/components/Tooltip/private/constants.js.map +1 -1
  12. package/lib/components/Tooltip/renderTooltip.js +3 -1
  13. package/lib/components/Tooltip/renderTooltip.js.map +1 -1
  14. package/lib/components/Tooltip/useTooltip.js +27 -34
  15. package/lib/components/Tooltip/useTooltip.js.map +1 -1
  16. package/lib/components/Tooltip/useTooltipStyles.js +10 -1
  17. package/lib/components/Tooltip/useTooltipStyles.js.map +1 -1
  18. package/lib/index.js +2 -1
  19. package/lib/index.js.map +1 -1
  20. package/lib-commonjs/Tooltip.js.map +1 -1
  21. package/lib-commonjs/components/Tooltip/Tooltip.js.map +1 -1
  22. package/lib-commonjs/components/Tooltip/Tooltip.types.js.map +1 -1
  23. package/lib-commonjs/components/Tooltip/index.js.map +1 -1
  24. package/lib-commonjs/components/Tooltip/private/constants.js.map +1 -1
  25. package/lib-commonjs/components/Tooltip/renderTooltip.js +3 -1
  26. package/lib-commonjs/components/Tooltip/renderTooltip.js.map +1 -1
  27. package/lib-commonjs/components/Tooltip/useTooltip.js +27 -34
  28. package/lib-commonjs/components/Tooltip/useTooltip.js.map +1 -1
  29. package/lib-commonjs/components/Tooltip/useTooltipStyles.js +11 -2
  30. package/lib-commonjs/components/Tooltip/useTooltipStyles.js.map +1 -1
  31. package/lib-commonjs/index.js +39 -2
  32. package/lib-commonjs/index.js.map +1 -1
  33. package/package.json +19 -22
  34. package/lib/Tooltip.d.ts +0 -1
  35. package/lib/components/Tooltip/Tooltip.d.ts +0 -7
  36. package/lib/components/Tooltip/Tooltip.types.d.ts +0 -108
  37. package/lib/components/Tooltip/index.d.ts +0 -5
  38. package/lib/components/Tooltip/private/constants.d.ts +0 -12
  39. package/lib/components/Tooltip/renderTooltip.d.ts +0 -5
  40. package/lib/components/Tooltip/useTooltip.d.ts +0 -10
  41. package/lib/components/Tooltip/useTooltipStyles.d.ts +0 -6
  42. package/lib/index.d.ts +0 -1
  43. package/lib-commonjs/Tooltip.d.ts +0 -1
  44. package/lib-commonjs/components/Tooltip/Tooltip.d.ts +0 -7
  45. package/lib-commonjs/components/Tooltip/Tooltip.types.d.ts +0 -108
  46. package/lib-commonjs/components/Tooltip/index.d.ts +0 -5
  47. package/lib-commonjs/components/Tooltip/private/constants.d.ts +0 -12
  48. package/lib-commonjs/components/Tooltip/renderTooltip.d.ts +0 -5
  49. package/lib-commonjs/components/Tooltip/useTooltip.d.ts +0 -10
  50. package/lib-commonjs/components/Tooltip/useTooltipStyles.d.ts +0 -6
  51. package/lib-commonjs/index.d.ts +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,407 @@
2
2
  "name": "@fluentui/react-tooltip",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 10 Feb 2022 08:43:43 GMT",
5
+ "date": "Mon, 23 May 2022 12:10:23 GMT",
6
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.10",
7
+ "version": "9.0.0-rc.10",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "Humberto.Morimoto@microsoft.com",
12
+ "package": "@fluentui/react-tooltip",
13
+ "commit": "13543c30b0a05b61cb8d75c804d9b2aee45a8ae5",
14
+ "comment": "Removing TooltipCommons type."
15
+ },
16
+ {
17
+ "author": "martinhochel@microsoft.com",
18
+ "package": "@fluentui/react-tooltip",
19
+ "commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
20
+ "comment": "feat: ship rolluped only dts"
21
+ },
22
+ {
23
+ "author": "olfedias@microsoft.com",
24
+ "package": "@fluentui/react-tooltip",
25
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
26
+ "comment": "chore: Update Griffel to latest version"
27
+ },
28
+ {
29
+ "author": "olfedias@microsoft.com",
30
+ "package": "@fluentui/react-tooltip",
31
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
32
+ "comment": "chore: Update Griffel to latest version"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-tooltip",
37
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.10",
38
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-tooltip",
43
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.9",
44
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-tooltip",
49
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
50
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-tooltip",
55
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
56
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-tooltip",
61
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
62
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-tooltip",
67
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
68
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
69
+ }
70
+ ]
71
+ }
72
+ },
73
+ {
74
+ "date": "Thu, 05 May 2022 18:26:30 GMT",
75
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.9",
76
+ "version": "9.0.0-rc.9",
77
+ "comments": {
78
+ "prerelease": [
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-tooltip",
82
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.9",
83
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui/react-tooltip",
88
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.8",
89
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
90
+ },
91
+ {
92
+ "author": "beachball",
93
+ "package": "@fluentui/react-tooltip",
94
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
95
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
96
+ },
97
+ {
98
+ "author": "beachball",
99
+ "package": "@fluentui/react-tooltip",
100
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
101
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
102
+ },
103
+ {
104
+ "author": "beachball",
105
+ "package": "@fluentui/react-tooltip",
106
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
107
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
108
+ },
109
+ {
110
+ "author": "beachball",
111
+ "package": "@fluentui/react-tooltip",
112
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
113
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
114
+ }
115
+ ]
116
+ }
117
+ },
118
+ {
119
+ "date": "Wed, 04 May 2022 13:26:36 GMT",
120
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.8",
121
+ "version": "9.0.0-rc.8",
122
+ "comments": {
123
+ "none": [
124
+ {
125
+ "author": "tristan.watanabe@gmail.com",
126
+ "package": "@fluentui/react-tooltip",
127
+ "commit": "b69511e4262129a92e34f4bff8b2fe1aba44dd38",
128
+ "comment": "react-tooltip: Move to new common folder."
129
+ }
130
+ ],
131
+ "prerelease": [
132
+ {
133
+ "author": "beachball",
134
+ "package": "@fluentui/react-tooltip",
135
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.8",
136
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
137
+ },
138
+ {
139
+ "author": "beachball",
140
+ "package": "@fluentui/react-tooltip",
141
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.7",
142
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
143
+ },
144
+ {
145
+ "author": "beachball",
146
+ "package": "@fluentui/react-tooltip",
147
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
148
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
149
+ },
150
+ {
151
+ "author": "beachball",
152
+ "package": "@fluentui/react-tooltip",
153
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
154
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
155
+ },
156
+ {
157
+ "author": "beachball",
158
+ "package": "@fluentui/react-tooltip",
159
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
160
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
161
+ }
162
+ ]
163
+ }
164
+ },
165
+ {
166
+ "date": "Mon, 25 Apr 2022 09:32:19 GMT",
167
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.7",
168
+ "version": "9.0.0-rc.7",
169
+ "comments": {
170
+ "prerelease": [
171
+ {
172
+ "author": "beachball",
173
+ "package": "@fluentui/react-tooltip",
174
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.7",
175
+ "commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
176
+ }
177
+ ]
178
+ }
179
+ },
180
+ {
181
+ "date": "Tue, 19 Apr 2022 19:17:03 GMT",
182
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.6",
183
+ "version": "9.0.0-rc.6",
184
+ "comments": {
185
+ "none": [
186
+ {
187
+ "author": "elcraig@microsoft.com",
188
+ "package": "@fluentui/react-tooltip",
189
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
190
+ "comment": "Update React dev deps and hoist them to the repo root"
191
+ },
192
+ {
193
+ "author": "email not defined",
194
+ "package": "@fluentui/react-tooltip",
195
+ "commit": "df80d6f3552e939c7eee343876251a873313139a",
196
+ "comment": "Updated documenation for guidance on interactive content in a Tooltip."
197
+ },
198
+ {
199
+ "author": "mgodbolt@microsoft.com",
200
+ "package": "@fluentui/react-tooltip",
201
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
202
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
203
+ }
204
+ ],
205
+ "prerelease": [
206
+ {
207
+ "author": "olfedias@microsoft.com",
208
+ "package": "@fluentui/react-tooltip",
209
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
210
+ "comment": "chore: Update Griffel to latest version"
211
+ },
212
+ {
213
+ "author": "Humberto.Morimoto@microsoft.com",
214
+ "package": "@fluentui/react-tooltip",
215
+ "commit": "36aea1f643cc8a18befeff397dd9147aea591040",
216
+ "comment": "Removing star exports."
217
+ },
218
+ {
219
+ "author": "mgodbolt@microsoft.com",
220
+ "package": "@fluentui/react-tooltip",
221
+ "commit": "f10cc045484b962652a400ef2ef4f3412c8d168b",
222
+ "comment": "Add mountNode prop"
223
+ },
224
+ {
225
+ "author": "seanmonahan@microsoft.com",
226
+ "package": "@fluentui/react-tooltip",
227
+ "commit": "086a675fd0c648944ff4048450190a0a13467de3",
228
+ "comment": "Add static classnames to Tooltip"
229
+ },
230
+ {
231
+ "author": "beachball",
232
+ "package": "@fluentui/react-tooltip",
233
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.6",
234
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
235
+ },
236
+ {
237
+ "author": "beachball",
238
+ "package": "@fluentui/react-tooltip",
239
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.6",
240
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
241
+ },
242
+ {
243
+ "author": "beachball",
244
+ "package": "@fluentui/react-tooltip",
245
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
246
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
247
+ },
248
+ {
249
+ "author": "beachball",
250
+ "package": "@fluentui/react-tooltip",
251
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
252
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
253
+ },
254
+ {
255
+ "author": "beachball",
256
+ "package": "@fluentui/react-tooltip",
257
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
258
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
259
+ },
260
+ {
261
+ "author": "beachball",
262
+ "package": "@fluentui/react-tooltip",
263
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
264
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
265
+ }
266
+ ]
267
+ }
268
+ },
269
+ {
270
+ "date": "Fri, 04 Mar 2022 05:17:31 GMT",
271
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.5",
272
+ "version": "9.0.0-rc.5",
273
+ "comments": {
274
+ "prerelease": [
275
+ {
276
+ "author": "dzearing@microsoft.com",
277
+ "package": "@fluentui/react-tooltip",
278
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
279
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
280
+ },
281
+ {
282
+ "author": "beachball",
283
+ "package": "@fluentui/react-tooltip",
284
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.5",
285
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
286
+ },
287
+ {
288
+ "author": "beachball",
289
+ "package": "@fluentui/react-tooltip",
290
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.5",
291
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
292
+ },
293
+ {
294
+ "author": "beachball",
295
+ "package": "@fluentui/react-tooltip",
296
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
297
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
298
+ },
299
+ {
300
+ "author": "beachball",
301
+ "package": "@fluentui/react-tooltip",
302
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
303
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
304
+ },
305
+ {
306
+ "author": "beachball",
307
+ "package": "@fluentui/react-tooltip",
308
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
309
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
310
+ }
311
+ ]
312
+ }
313
+ },
314
+ {
315
+ "date": "Tue, 01 Mar 2022 02:17:40 GMT",
316
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.4",
317
+ "version": "9.0.0-rc.4",
318
+ "comments": {
319
+ "prerelease": [
320
+ {
321
+ "author": "beachball",
322
+ "package": "@fluentui/react-tooltip",
323
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.4",
324
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
325
+ },
326
+ {
327
+ "author": "beachball",
328
+ "package": "@fluentui/react-tooltip",
329
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.4",
330
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
331
+ },
332
+ {
333
+ "author": "beachball",
334
+ "package": "@fluentui/react-tooltip",
335
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
336
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
337
+ }
338
+ ]
339
+ }
340
+ },
341
+ {
342
+ "date": "Fri, 18 Feb 2022 13:35:36 GMT",
343
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.3",
344
+ "version": "9.0.0-rc.3",
345
+ "comments": {
346
+ "prerelease": [
347
+ {
348
+ "author": "behowell@microsoft.com",
349
+ "package": "@fluentui/react-tooltip",
350
+ "commit": "50ae56ec346d762d66b3d74ed1127943ffda344f",
351
+ "comment": "Update documentation comments"
352
+ },
353
+ {
354
+ "author": "lingfangao@hotmail.com",
355
+ "package": "@fluentui/react-tooltip",
356
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
357
+ "comment": "fix: Source maps contain original source code"
358
+ },
359
+ {
360
+ "author": "olfedias@microsoft.com",
361
+ "package": "@fluentui/react-tooltip",
362
+ "commit": "2bf88fea066244bc078912bb6e45edb960f3b866",
363
+ "comment": "update trigger implementation to be consistent"
364
+ },
365
+ {
366
+ "author": "beachball",
367
+ "package": "@fluentui/react-tooltip",
368
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.3",
369
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
370
+ },
371
+ {
372
+ "author": "beachball",
373
+ "package": "@fluentui/react-tooltip",
374
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.3",
375
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
376
+ },
377
+ {
378
+ "author": "beachball",
379
+ "package": "@fluentui/react-tooltip",
380
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
381
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
382
+ },
383
+ {
384
+ "author": "beachball",
385
+ "package": "@fluentui/react-tooltip",
386
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
387
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
388
+ },
389
+ {
390
+ "author": "beachball",
391
+ "package": "@fluentui/react-tooltip",
392
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
393
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
394
+ },
395
+ {
396
+ "author": "beachball",
397
+ "package": "@fluentui/react-tooltip",
398
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
399
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
400
+ }
401
+ ]
402
+ }
403
+ },
404
+ {
405
+ "date": "Thu, 10 Feb 2022 08:50:30 GMT",
6
406
  "tag": "@fluentui/react-tooltip_v9.0.0-rc.1",
7
407
  "version": "9.0.0-rc.1",
8
408
  "comments": {