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