@instructure/ui-avatar 10.4.0 → 10.4.1-snapshot-1

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 CHANGED
@@ -3,6 +3,14 @@
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
+ ## [10.4.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1-snapshot-1) (2024-10-18)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-avatar
9
+
10
+
11
+
12
+
13
+
6
14
  # [10.4.0](https://github.com/instructure/instructure-ui/compare/v10.3.0...v10.4.0) (2024-10-16)
7
15
 
8
16
  **Note:** Version bump only for package @instructure/ui-avatar
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-avatar",
3
- "version": "10.4.0",
3
+ "version": "10.4.1-snapshot-1",
4
4
  "description": "An image or letters that represents a user.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -24,21 +24,21 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@babel/runtime": "^7.25.6",
27
- "@instructure/emotion": "10.4.0",
28
- "@instructure/shared-types": "10.4.0",
29
- "@instructure/ui-icons": "10.4.0",
30
- "@instructure/ui-react-utils": "10.4.0",
31
- "@instructure/ui-testable": "10.4.0",
32
- "@instructure/ui-view": "10.4.0",
27
+ "@instructure/emotion": "10.4.1-snapshot-1",
28
+ "@instructure/shared-types": "10.4.1-snapshot-1",
29
+ "@instructure/ui-icons": "10.4.1-snapshot-1",
30
+ "@instructure/ui-react-utils": "10.4.1-snapshot-1",
31
+ "@instructure/ui-testable": "10.4.1-snapshot-1",
32
+ "@instructure/ui-view": "10.4.1-snapshot-1",
33
33
  "prop-types": "^15.8.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@instructure/ui-axe-check": "10.4.0",
37
- "@instructure/ui-babel-preset": "10.4.0",
38
- "@instructure/ui-color-utils": "10.4.0",
39
- "@instructure/ui-test-locator": "10.4.0",
40
- "@instructure/ui-test-utils": "10.4.0",
41
- "@instructure/ui-themes": "10.4.0",
36
+ "@instructure/ui-axe-check": "10.4.1-snapshot-1",
37
+ "@instructure/ui-babel-preset": "10.4.1-snapshot-1",
38
+ "@instructure/ui-color-utils": "10.4.1-snapshot-1",
39
+ "@instructure/ui-test-locator": "10.4.1-snapshot-1",
40
+ "@instructure/ui-test-utils": "10.4.1-snapshot-1",
41
+ "@instructure/ui-themes": "10.4.1-snapshot-1",
42
42
  "@testing-library/jest-dom": "^6.4.6",
43
43
  "@testing-library/react": "^16.0.1",
44
44
  "vitest": "^2.1.1"
@@ -151,6 +151,10 @@ type: example
151
151
  </div>
152
152
  ```
153
153
 
154
+ ### Accessibility
155
+
156
+ Avatars use the `aria-hidden="true"` property and therefore are hidden from screenreaders. Make sure if you are using them stand-alone it's accompanied with [ScreenReaderContent](#ScreenReaderContent).
157
+
154
158
  ### Guidelines
155
159
 
156
160
  ```js