@instructure/ui-tooltip 11.6.1-snapshot-0 → 11.6.1-snapshot-130

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 (56) hide show
  1. package/CHANGELOG.md +33 -289
  2. package/es/Tooltip/{index.js → v1/index.js} +2 -2
  3. package/es/Tooltip/v2/index.js +163 -0
  4. package/es/Tooltip/v2/props.js +28 -0
  5. package/es/Tooltip/v2/styles.js +46 -0
  6. package/es/{index.js → exports/a.js} +1 -1
  7. package/{src/index.ts → es/exports/b.js} +1 -2
  8. package/lib/Tooltip/{index.js → v1/index.js} +3 -3
  9. package/lib/Tooltip/v2/index.js +173 -0
  10. package/lib/Tooltip/v2/props.js +33 -0
  11. package/lib/Tooltip/v2/styles.js +52 -0
  12. package/lib/{index.js → exports/a.js} +2 -2
  13. package/lib/exports/b.js +12 -0
  14. package/package.json +40 -18
  15. package/src/Tooltip/{index.tsx → v1/index.tsx} +3 -3
  16. package/src/Tooltip/{props.ts → v1/props.ts} +1 -1
  17. package/src/Tooltip/v2/README.md +142 -0
  18. package/src/Tooltip/v2/index.tsx +191 -0
  19. package/src/Tooltip/v2/props.ts +223 -0
  20. package/src/Tooltip/v2/styles.ts +52 -0
  21. package/src/exports/a.ts +28 -0
  22. package/src/exports/b.ts +28 -0
  23. package/tsconfig.build.tsbuildinfo +1 -1
  24. package/types/Tooltip/{index.d.ts → v1/index.d.ts} +1 -1
  25. package/types/Tooltip/v1/index.d.ts.map +1 -0
  26. package/types/Tooltip/{props.d.ts → v1/props.d.ts} +1 -1
  27. package/types/Tooltip/v1/props.d.ts.map +1 -0
  28. package/types/Tooltip/v1/styles.d.ts.map +1 -0
  29. package/types/Tooltip/v1/theme.d.ts.map +1 -0
  30. package/types/Tooltip/v2/index.d.ts +54 -0
  31. package/types/Tooltip/v2/index.d.ts.map +1 -0
  32. package/types/Tooltip/v2/props.d.ts +110 -0
  33. package/types/Tooltip/v2/props.d.ts.map +1 -0
  34. package/types/Tooltip/v2/styles.d.ts +13 -0
  35. package/types/Tooltip/v2/styles.d.ts.map +1 -0
  36. package/types/exports/a.d.ts +3 -0
  37. package/types/exports/a.d.ts.map +1 -0
  38. package/types/exports/b.d.ts +3 -0
  39. package/types/exports/b.d.ts.map +1 -0
  40. package/types/Tooltip/index.d.ts.map +0 -1
  41. package/types/Tooltip/props.d.ts.map +0 -1
  42. package/types/Tooltip/styles.d.ts.map +0 -1
  43. package/types/Tooltip/theme.d.ts.map +0 -1
  44. package/types/index.d.ts +0 -3
  45. package/types/index.d.ts.map +0 -1
  46. /package/es/Tooltip/{props.js → v1/props.js} +0 -0
  47. /package/es/Tooltip/{styles.js → v1/styles.js} +0 -0
  48. /package/es/Tooltip/{theme.js → v1/theme.js} +0 -0
  49. /package/lib/Tooltip/{props.js → v1/props.js} +0 -0
  50. /package/lib/Tooltip/{styles.js → v1/styles.js} +0 -0
  51. /package/lib/Tooltip/{theme.js → v1/theme.js} +0 -0
  52. /package/src/Tooltip/{README.md → v1/README.md} +0 -0
  53. /package/src/Tooltip/{styles.ts → v1/styles.ts} +0 -0
  54. /package/src/Tooltip/{theme.ts → v1/theme.ts} +0 -0
  55. /package/types/Tooltip/{styles.d.ts → v1/styles.d.ts} +0 -0
  56. /package/types/Tooltip/{theme.d.ts → v1/theme.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -3,572 +3,316 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [11.6.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.6.1-snapshot-0) (2026-02-24)
6
+ ## [11.6.1-snapshot-130](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.6.1-snapshot-130) (2026-03-16)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-tooltip
9
8
 
9
+ ### Bug Fixes
10
10
 
11
+ * **ui-many:** fix imports of the multiversion support ([ff5f2b3](https://github.com/instructure/instructure-ui/commit/ff5f2b38660ddae432edd32b98eedae586589977))
11
12
 
12
13
 
14
+ ### Features
13
15
 
14
- # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
16
+ * **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
17
+ * **ui-tooltip:** rework Tooltip ([f87cf01](https://github.com/instructure/instructure-ui/commit/f87cf01e9bdd1003ee68324b1eb5b1d2a207a275))
15
18
 
16
- **Note:** Version bump only for package @instructure/ui-tooltip
17
19
 
18
20
 
19
21
 
20
22
 
21
-
22
- # [11.5.0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.5.0) (2026-02-03)
23
+ # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
23
24
 
24
25
  **Note:** Version bump only for package @instructure/ui-tooltip
25
26
 
27
+ # [11.5.0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.5.0) (2026-02-03)
26
28
 
27
-
28
-
29
+ **Note:** Version bump only for package @instructure/ui-tooltip
29
30
 
30
31
  # [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
31
32
 
32
33
  **Note:** Version bump only for package @instructure/ui-tooltip
33
34
 
34
-
35
-
36
-
37
-
38
35
  # [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
39
36
 
40
37
  **Note:** Version bump only for package @instructure/ui-tooltip
41
38
 
42
-
43
-
44
-
45
-
46
39
  # [11.2.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.2.0) (2025-11-06)
47
40
 
48
-
49
41
  ### Features
50
42
 
51
- * **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
52
-
53
-
54
-
55
-
43
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
56
44
 
57
45
  # [11.1.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.1.0) (2025-11-05)
58
46
 
59
-
60
47
  ### Features
61
48
 
62
- * **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
63
-
64
-
65
-
66
-
49
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
67
50
 
68
51
  ## [11.0.1](https://github.com/instructure/instructure-ui/compare/v11.0.0...v11.0.1) (2025-10-13)
69
52
 
70
53
  **Note:** Version bump only for package @instructure/ui-tooltip
71
54
 
72
-
73
-
74
-
75
-
76
55
  # [11.0.0](https://github.com/instructure/instructure-ui/compare/v10.26.0...v11.0.0) (2025-10-06)
77
56
 
78
-
79
57
  ### Features
80
58
 
81
- * **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
82
-
59
+ - **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
83
60
 
84
61
  ### BREAKING CHANGES
85
62
 
86
- * **many:** InstUI v11 contains the following breaking changes:
87
- - React 16 and 17 are no longer supported
88
- - remove `PropTypes` from all packages
89
- - remove `CodeEditor` component
90
- - remove `@instui/theme-registry` package
91
- - remove `@testable`, `@experimental`, `@hack` decorators
92
- - InstUISettingsProvider's `as` prop is removed
93
- - `canvas.use()`, `canvasHighContrast.use()` functions are removed
94
- - `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
95
- - `variables` field on theme objects are removed
96
- - remove deprecated props from Table: Row's `isStacked`, Body's
63
+ - **many:** InstUI v11 contains the following breaking changes:
64
+
65
+ * React 16 and 17 are no longer supported
66
+ * remove `PropTypes` from all packages
67
+ * remove `CodeEditor` component
68
+ * remove `@instui/theme-registry` package
69
+ * remove `@testable`, `@experimental`, `@hack` decorators
70
+ * InstUISettingsProvider's `as` prop is removed
71
+ * `canvas.use()`, `canvasHighContrast.use()` functions are removed
72
+ * `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
73
+ * `variables` field on theme objects are removed
74
+ * remove deprecated props from Table: Row's `isStacked`, Body's
97
75
  `isStacked`, `hover`, and `headers`
98
- - `Table`'s `caption` prop is now required
99
- - `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
100
-
101
-
102
-
103
-
76
+ * `Table`'s `caption` prop is now required
77
+ * `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
104
78
 
105
79
  # [10.26.0](https://github.com/instructure/instructure-ui/compare/v10.25.0...v10.26.0) (2025-10-01)
106
80
 
107
81
  **Note:** Version bump only for package @instructure/ui-tooltip
108
82
 
109
-
110
-
111
-
112
-
113
83
  # [10.25.0](https://github.com/instructure/instructure-ui/compare/v10.24.2...v10.25.0) (2025-09-09)
114
84
 
115
85
  **Note:** Version bump only for package @instructure/ui-tooltip
116
86
 
117
-
118
-
119
-
120
-
121
87
  ## [10.24.2](https://github.com/instructure/instructure-ui/compare/v10.24.1...v10.24.2) (2025-08-11)
122
88
 
123
89
  **Note:** Version bump only for package @instructure/ui-tooltip
124
90
 
125
-
126
-
127
-
128
-
129
91
  ## [10.24.1](https://github.com/instructure/instructure-ui/compare/v10.24.0...v10.24.1) (2025-07-30)
130
92
 
131
93
  **Note:** Version bump only for package @instructure/ui-tooltip
132
94
 
133
-
134
-
135
-
136
-
137
95
  # [10.24.0](https://github.com/instructure/instructure-ui/compare/v10.23.0...v10.24.0) (2025-07-18)
138
96
 
139
97
  **Note:** Version bump only for package @instructure/ui-tooltip
140
98
 
141
-
142
-
143
-
144
-
145
99
  # [10.23.0](https://github.com/instructure/instructure-ui/compare/v10.22.0...v10.23.0) (2025-07-09)
146
100
 
147
101
  **Note:** Version bump only for package @instructure/ui-tooltip
148
102
 
149
-
150
-
151
-
152
-
153
103
  # [10.22.0](https://github.com/instructure/instructure-ui/compare/v10.21.0...v10.22.0) (2025-07-04)
154
104
 
155
105
  **Note:** Version bump only for package @instructure/ui-tooltip
156
106
 
157
-
158
-
159
-
160
-
161
107
  # [10.21.0](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.21.0) (2025-06-27)
162
108
 
163
109
  **Note:** Version bump only for package @instructure/ui-tooltip
164
110
 
165
-
166
-
167
-
168
-
169
111
  ## [10.20.1](https://github.com/instructure/instructure-ui/compare/v10.20.0...v10.20.1) (2025-06-17)
170
112
 
171
113
  **Note:** Version bump only for package @instructure/ui-tooltip
172
114
 
173
-
174
-
175
-
176
-
177
115
  # [10.20.0](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.20.0) (2025-06-13)
178
116
 
179
-
180
117
  ### Bug Fixes
181
118
 
182
- * **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
183
- * **ui-top-nav-bar,ui-popover,ui-drilldown:** automatically set aria-expanded, allow override with shouldSetAriaExpanded ([b8e1367](https://github.com/instructure/instructure-ui/commit/b8e13674a2e700e44162a29ca61ead4fd98ce193))
184
-
185
-
186
-
187
-
119
+ - **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
120
+ - **ui-top-nav-bar,ui-popover,ui-drilldown:** automatically set aria-expanded, allow override with shouldSetAriaExpanded ([b8e1367](https://github.com/instructure/instructure-ui/commit/b8e13674a2e700e44162a29ca61ead4fd98ce193))
188
121
 
189
122
  ## [10.19.1](https://github.com/instructure/instructure-ui/compare/v10.19.0...v10.19.1) (2025-06-05)
190
123
 
191
124
  **Note:** Version bump only for package @instructure/ui-tooltip
192
125
 
193
-
194
-
195
-
196
-
197
126
  # [10.19.0](https://github.com/instructure/instructure-ui/compare/v10.18.1...v10.19.0) (2025-06-03)
198
127
 
199
128
  **Note:** Version bump only for package @instructure/ui-tooltip
200
129
 
201
-
202
-
203
-
204
-
205
130
  ## [10.18.1](https://github.com/instructure/instructure-ui/compare/v10.18.0...v10.18.1) (2025-05-29)
206
131
 
207
132
  **Note:** Version bump only for package @instructure/ui-tooltip
208
133
 
209
-
210
-
211
-
212
-
213
134
  # [10.18.0](https://github.com/instructure/instructure-ui/compare/v10.17.0...v10.18.0) (2025-05-26)
214
135
 
215
136
  **Note:** Version bump only for package @instructure/ui-tooltip
216
137
 
217
-
218
-
219
-
220
-
221
138
  # [10.17.0](https://github.com/instructure/instructure-ui/compare/v10.16.4...v10.17.0) (2025-05-20)
222
139
 
223
140
  **Note:** Version bump only for package @instructure/ui-tooltip
224
141
 
225
-
226
-
227
-
228
-
229
142
  ## [10.16.4](https://github.com/instructure/instructure-ui/compare/v10.16.3...v10.16.4) (2025-05-09)
230
143
 
231
144
  **Note:** Version bump only for package @instructure/ui-tooltip
232
145
 
233
-
234
-
235
-
236
-
237
146
  ## [10.16.3](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.3) (2025-04-30)
238
147
 
239
148
  **Note:** Version bump only for package @instructure/ui-tooltip
240
149
 
241
-
242
-
243
-
244
-
245
150
  ## [10.16.2](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.2) (2025-04-22)
246
151
 
247
152
  **Note:** Version bump only for package @instructure/ui-tooltip
248
153
 
249
-
250
-
251
-
252
-
253
154
  ## [10.16.1](https://github.com/instructure/instructure-ui/compare/v10.16.0...v10.16.1) (2025-04-22)
254
155
 
255
156
  **Note:** Version bump only for package @instructure/ui-tooltip
256
157
 
257
-
258
-
259
-
260
-
261
158
  # [10.16.0](https://github.com/instructure/instructure-ui/compare/v10.15.2...v10.16.0) (2025-04-11)
262
159
 
263
160
  **Note:** Version bump only for package @instructure/ui-tooltip
264
161
 
265
-
266
-
267
-
268
-
269
162
  ## [10.15.2](https://github.com/instructure/instructure-ui/compare/v10.15.1...v10.15.2) (2025-04-07)
270
163
 
271
164
  **Note:** Version bump only for package @instructure/ui-tooltip
272
165
 
273
-
274
-
275
-
276
-
277
166
  ## [10.15.1](https://github.com/instructure/instructure-ui/compare/v10.15.0...v10.15.1) (2025-04-03)
278
167
 
279
168
  **Note:** Version bump only for package @instructure/ui-tooltip
280
169
 
281
-
282
-
283
-
284
-
285
170
  # [10.15.0](https://github.com/instructure/instructure-ui/compare/v10.14.0...v10.15.0) (2025-03-31)
286
171
 
287
-
288
172
  ### Features
289
173
 
290
- * **ui-breadcrumb,ui-tooltip:** add tooltips for truncated breadcrumbs ([1c22bfc](https://github.com/instructure/instructure-ui/commit/1c22bfcb01238b2af8b03db5391013175f487805))
291
-
292
-
293
-
294
-
174
+ - **ui-breadcrumb,ui-tooltip:** add tooltips for truncated breadcrumbs ([1c22bfc](https://github.com/instructure/instructure-ui/commit/1c22bfcb01238b2af8b03db5391013175f487805))
295
175
 
296
176
  # [10.14.0](https://github.com/instructure/instructure-ui/compare/v10.13.0...v10.14.0) (2025-03-17)
297
177
 
298
178
  **Note:** Version bump only for package @instructure/ui-tooltip
299
179
 
300
-
301
-
302
-
303
-
304
180
  # [10.13.0](https://github.com/instructure/instructure-ui/compare/v10.12.0...v10.13.0) (2025-03-06)
305
181
 
306
-
307
182
  ### Bug Fixes
308
183
 
309
- * **many:** fix Tooltip focus issues and make Tooltip closeable inside of a Modal ([3d05afe](https://github.com/instructure/instructure-ui/commit/3d05afe7506eaf81644860edd6f9501bf20de83f))
310
-
311
-
312
-
313
-
184
+ - **many:** fix Tooltip focus issues and make Tooltip closeable inside of a Modal ([3d05afe](https://github.com/instructure/instructure-ui/commit/3d05afe7506eaf81644860edd6f9501bf20de83f))
314
185
 
315
186
  # [10.12.0](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.12.0) (2025-02-24)
316
187
 
317
188
  **Note:** Version bump only for package @instructure/ui-tooltip
318
189
 
319
-
320
-
321
-
322
-
323
190
  # [10.11.0](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.11.0) (2025-02-03)
324
191
 
325
-
326
192
  ### Bug Fixes
327
193
 
328
- * **ui-tooltip:** ensure Esc key closes only the Tooltip when inside a Modal ([0e6e1e4](https://github.com/instructure/instructure-ui/commit/0e6e1e496ee844f3cfc9d47f2d66c425c05e474f))
329
-
330
-
331
-
332
-
194
+ - **ui-tooltip:** ensure Esc key closes only the Tooltip when inside a Modal ([0e6e1e4](https://github.com/instructure/instructure-ui/commit/0e6e1e496ee844f3cfc9d47f2d66c425c05e474f))
333
195
 
334
196
  # [10.10.0](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.10.0) (2024-12-18)
335
197
 
336
198
  **Note:** Version bump only for package @instructure/ui-tooltip
337
199
 
338
-
339
-
340
-
341
-
342
200
  # [10.9.0](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.9.0) (2024-12-12)
343
201
 
344
202
  **Note:** Version bump only for package @instructure/ui-tooltip
345
203
 
346
-
347
-
348
-
349
-
350
204
  # [10.8.0](https://github.com/instructure/instructure-ui/compare/v10.7.0...v10.8.0) (2024-12-09)
351
205
 
352
206
  **Note:** Version bump only for package @instructure/ui-tooltip
353
207
 
354
-
355
-
356
-
357
-
358
208
  # [10.7.0](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.7.0) (2024-12-03)
359
209
 
360
210
  **Note:** Version bump only for package @instructure/ui-tooltip
361
211
 
362
-
363
-
364
-
365
-
366
212
  ## [10.6.1](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1) (2024-11-26)
367
213
 
368
-
369
214
  ### Bug Fixes
370
215
 
371
- * **ui-popover,ui-tooltip:** tooltips should close when esc is pressed ([d91de1c](https://github.com/instructure/instructure-ui/commit/d91de1c418c8fc2ff385593dc2ff938a4ba51914))
372
-
373
-
374
-
375
-
216
+ - **ui-popover,ui-tooltip:** tooltips should close when esc is pressed ([d91de1c](https://github.com/instructure/instructure-ui/commit/d91de1c418c8fc2ff385593dc2ff938a4ba51914))
376
217
 
377
218
  # [10.6.0](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.6.0) (2024-11-18)
378
219
 
379
220
  **Note:** Version bump only for package @instructure/ui-tooltip
380
221
 
381
-
382
-
383
-
384
-
385
222
  # [10.5.0](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.5.0) (2024-11-07)
386
223
 
387
224
  **Note:** Version bump only for package @instructure/ui-tooltip
388
225
 
389
-
390
-
391
-
392
-
393
226
  ## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28)
394
227
 
395
-
396
228
  ### Bug Fixes
397
229
 
398
- * update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
399
-
400
-
401
-
402
-
230
+ - update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
403
231
 
404
232
  # [10.4.0](https://github.com/instructure/instructure-ui/compare/v10.3.0...v10.4.0) (2024-10-16)
405
233
 
406
234
  **Note:** Version bump only for package @instructure/ui-tooltip
407
235
 
408
-
409
-
410
-
411
-
412
236
  # [10.3.0](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.3.0) (2024-10-03)
413
237
 
414
238
  **Note:** Version bump only for package @instructure/ui-tooltip
415
239
 
416
-
417
-
418
-
419
-
420
240
  ## [10.2.2](https://github.com/instructure/instructure-ui/compare/v10.2.1...v10.2.2) (2024-09-13)
421
241
 
422
242
  **Note:** Version bump only for package @instructure/ui-tooltip
423
243
 
424
-
425
-
426
-
427
-
428
244
  ## [10.2.1](https://github.com/instructure/instructure-ui/compare/v10.2.0...v10.2.1) (2024-08-30)
429
245
 
430
246
  **Note:** Version bump only for package @instructure/ui-tooltip
431
247
 
432
-
433
-
434
-
435
-
436
248
  # [10.2.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.2.0) (2024-08-23)
437
249
 
438
250
  **Note:** Version bump only for package @instructure/ui-tooltip
439
251
 
440
-
441
-
442
-
443
-
444
252
  # [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
445
253
 
446
254
  **Note:** Version bump only for package @instructure/ui-tooltip
447
255
 
448
-
449
-
450
-
451
-
452
256
  # [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)
453
257
 
454
258
  **Note:** Version bump only for package @instructure/ui-tooltip
455
259
 
456
-
457
-
458
-
459
-
460
260
  ## [9.5.1](https://github.com/instructure/instructure-ui/compare/v9.5.0...v9.5.1) (2024-07-30)
461
261
 
462
262
  **Note:** Version bump only for package @instructure/ui-tooltip
463
263
 
464
-
465
-
466
-
467
-
468
264
  # [9.5.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.5.0) (2024-07-26)
469
265
 
470
266
  **Note:** Version bump only for package @instructure/ui-tooltip
471
267
 
472
-
473
-
474
-
475
-
476
268
  # [9.4.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.4.0) (2024-07-26)
477
269
 
478
270
  **Note:** Version bump only for package @instructure/ui-tooltip
479
271
 
480
-
481
-
482
-
483
-
484
272
  # [9.3.0](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.3.0) (2024-07-17)
485
273
 
486
274
  **Note:** Version bump only for package @instructure/ui-tooltip
487
275
 
488
-
489
-
490
-
491
-
492
276
  # [9.2.0](https://github.com/instructure/instructure-ui/compare/v9.1.0...v9.2.0) (2024-07-09)
493
277
 
494
278
  **Note:** Version bump only for package @instructure/ui-tooltip
495
279
 
496
-
497
-
498
-
499
-
500
280
  # [9.1.0](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.1.0) (2024-06-14)
501
281
 
502
282
  **Note:** Version bump only for package @instructure/ui-tooltip
503
283
 
504
-
505
-
506
-
507
-
508
284
  ## [9.0.1](https://github.com/instructure/instructure-ui/compare/v9.0.0...v9.0.1) (2024-05-09)
509
285
 
510
286
  **Note:** Version bump only for package @instructure/ui-tooltip
511
287
 
512
-
513
-
514
-
515
-
516
288
  # [9.0.0](https://github.com/instructure/instructure-ui/compare/v8.56.0...v9.0.0) (2024-05-09)
517
289
 
518
290
  **Note:** Version bump only for package @instructure/ui-tooltip
519
291
 
520
-
521
-
522
-
523
-
524
292
  # [8.56.0](https://github.com/instructure/instructure-ui/compare/v8.55.1...v8.56.0) (2024-05-06)
525
293
 
526
294
  **Note:** Version bump only for package @instructure/ui-tooltip
527
295
 
528
-
529
-
530
-
531
-
532
296
  ## [8.55.1](https://github.com/instructure/instructure-ui/compare/v8.55.0...v8.55.1) (2024-04-30)
533
297
 
534
298
  **Note:** Version bump only for package @instructure/ui-tooltip
535
299
 
536
-
537
-
538
-
539
-
540
300
  # [8.55.0](https://github.com/instructure/instructure-ui/compare/v8.54.0...v8.55.0) (2024-04-09)
541
301
 
542
302
  **Note:** Version bump only for package @instructure/ui-tooltip
543
303
 
544
-
545
-
546
-
547
-
548
304
  # [8.54.0](https://github.com/instructure/instructure-ui/compare/v8.53.2...v8.54.0) (2024-03-21)
549
305
 
550
306
  **Note:** Version bump only for package @instructure/ui-tooltip
551
307
 
552
-
553
-
554
-
555
-
556
308
  ## [8.53.2](https://github.com/instructure/instructure-ui/compare/v8.53.1...v8.53.2) (2024-02-15)
557
309
 
558
310
  **Note:** Version bump only for package @instructure/ui-tooltip
559
311
 
560
-
561
-
562
-
563
-
564
312
  ## [8.53.1](https://github.com/instructure/instructure-ui/compare/v8.53.0...v8.53.1) (2024-02-09)
565
313
 
566
314
  **Note:** Version bump only for package @instructure/ui-tooltip
567
315
 
568
-
569
-
570
-
571
-
572
316
  # [8.53.0](https://github.com/instructure/instructure-ui/compare/v8.52.0...v8.53.0) (2024-02-08)
573
317
 
574
318
  **Note:** Version bump only for package @instructure/ui-tooltip
@@ -27,8 +27,8 @@ var _dec, _dec2, _class, _Tooltip;
27
27
 
28
28
  import { Component } from 'react';
29
29
  import { getElementType, omitProps, ensureSingleChild, passthroughProps, callRenderProp, withDeterministicId } from '@instructure/ui-react-utils';
30
- import { Popover } from '@instructure/ui-popover';
31
- import { withStyle } from '@instructure/emotion';
30
+ import { Popover } from '@instructure/ui-popover/v11_6';
31
+ import { withStyleLegacy as withStyle } from '@instructure/emotion';
32
32
  import generateStyle from "./styles.js";
33
33
  import generateComponentTheme from "./theme.js";
34
34
  import { allowedProps } from "./props.js";