@fluentui/react-tooltip 0.0.0-nightly627ad67f1120211109.1 → 0.0.0-nightly6faffd280a20220221.1

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