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