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