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