@instructure/ui-avatar 11.7.4-snapshot-103 → 11.7.4-snapshot-105

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,9 +3,12 @@
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.7.4-snapshot-103](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-103) (2026-07-14)
6
+ ## [11.7.4-snapshot-105](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4-snapshot-105) (2026-07-15)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-avatar
8
+
9
+ ### Features
10
+
11
+ * **many:** support current spacing tokens in the margin prop for v2 components ([1b47c5f](https://github.com/instructure/instructure-ui/commit/1b47c5f23eaa60b532cdfd53c39bd71f0cf51aaa))
9
12
 
10
13
 
11
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-avatar",
3
- "version": "11.7.4-snapshot-103",
3
+ "version": "11.7.4-snapshot-105",
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",
@@ -15,20 +15,20 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.29.7",
18
- "@instructure/shared-types": "11.7.4-snapshot-103",
19
- "@instructure/emotion": "11.7.4-snapshot-103",
20
- "@instructure/ui-icons": "11.7.4-snapshot-103",
21
- "@instructure/ui-react-utils": "11.7.4-snapshot-103",
22
- "@instructure/ui-themes": "11.7.4-snapshot-103",
23
- "@instructure/ui-view": "11.7.4-snapshot-103"
18
+ "@instructure/emotion": "11.7.4-snapshot-105",
19
+ "@instructure/ui-icons": "11.7.4-snapshot-105",
20
+ "@instructure/shared-types": "11.7.4-snapshot-105",
21
+ "@instructure/ui-react-utils": "11.7.4-snapshot-105",
22
+ "@instructure/ui-themes": "11.7.4-snapshot-105",
23
+ "@instructure/ui-view": "11.7.4-snapshot-105"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@testing-library/jest-dom": "^6.9.1",
27
27
  "@testing-library/react": "16.3.2",
28
28
  "vitest": "^4.1.9",
29
- "@instructure/ui-babel-preset": "11.7.4-snapshot-103",
30
- "@instructure/ui-color-utils": "11.7.4-snapshot-103",
31
- "@instructure/ui-axe-check": "11.7.4-snapshot-103"
29
+ "@instructure/ui-axe-check": "11.7.4-snapshot-105",
30
+ "@instructure/ui-babel-preset": "11.7.4-snapshot-105",
31
+ "@instructure/ui-color-utils": "11.7.4-snapshot-105"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": ">=18 <=19"
@@ -81,7 +81,7 @@ type AvatarOwnProps = {
81
81
  /**
82
82
  * Valid values are `0`, `none`, `auto`, and Spacing token values,
83
83
  * see https://instructure.design/layout-spacing. Apply these values via
84
- * familiar CSS-like shorthand. For example, `margin="small auto large"`.
84
+ * familiar CSS-like shorthand. For example, `margin="general.spaceMd auto"`.
85
85
  */
86
86
  margin?: Spacing
87
87
  /**