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