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