@instructure/ui-avatar 8.38.2-snapshot-5 → 8.38.2-snapshot-6

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,7 +3,7 @@
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
- ## [8.38.2-snapshot-5](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.38.2-snapshot-5) (2023-07-14)
6
+ ## [8.38.2-snapshot-6](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.38.2-snapshot-6) (2023-07-17)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-avatar
9
9
 
@@ -41,8 +41,8 @@ category: components
41
41
  @tsProps
42
42
  **/
43
43
  let Avatar = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_class2 = class Avatar extends Component {
44
- constructor() {
45
- super(...arguments);
44
+ constructor(...args) {
45
+ super(...args);
46
46
  this.state = {
47
47
  loaded: false
48
48
  };
@@ -48,8 +48,8 @@ category: components
48
48
  @tsProps
49
49
  **/
50
50
  let Avatar = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_class2 = class Avatar extends _react.Component {
51
- constructor() {
52
- super(...arguments);
51
+ constructor(...args) {
52
+ super(...args);
53
53
  this.state = {
54
54
  loaded: false
55
55
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-avatar",
3
- "version": "8.38.2-snapshot-5",
3
+ "version": "8.38.2-snapshot-6",
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",
@@ -23,22 +23,22 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@babel/runtime": "^7.22.5",
27
- "@instructure/console": "8.38.2-snapshot-5",
28
- "@instructure/emotion": "8.38.2-snapshot-5",
29
- "@instructure/shared-types": "8.38.2-snapshot-5",
30
- "@instructure/ui-icons": "8.38.2-snapshot-5",
31
- "@instructure/ui-react-utils": "8.38.2-snapshot-5",
32
- "@instructure/ui-testable": "8.38.2-snapshot-5",
33
- "@instructure/ui-view": "8.38.2-snapshot-5",
26
+ "@babel/runtime": "^7.22.6",
27
+ "@instructure/console": "8.38.2-snapshot-6",
28
+ "@instructure/emotion": "8.38.2-snapshot-6",
29
+ "@instructure/shared-types": "8.38.2-snapshot-6",
30
+ "@instructure/ui-icons": "8.38.2-snapshot-6",
31
+ "@instructure/ui-react-utils": "8.38.2-snapshot-6",
32
+ "@instructure/ui-testable": "8.38.2-snapshot-6",
33
+ "@instructure/ui-view": "8.38.2-snapshot-6",
34
34
  "prop-types": "^15.8.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@instructure/ui-babel-preset": "8.38.2-snapshot-5",
38
- "@instructure/ui-color-utils": "8.38.2-snapshot-5",
39
- "@instructure/ui-test-locator": "8.38.2-snapshot-5",
40
- "@instructure/ui-test-utils": "8.38.2-snapshot-5",
41
- "@instructure/ui-themes": "8.38.2-snapshot-5"
37
+ "@instructure/ui-babel-preset": "8.38.2-snapshot-6",
38
+ "@instructure/ui-color-utils": "8.38.2-snapshot-6",
39
+ "@instructure/ui-test-locator": "8.38.2-snapshot-6",
40
+ "@instructure/ui-test-utils": "8.38.2-snapshot-6",
41
+ "@instructure/ui-themes": "8.38.2-snapshot-6"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=16.8 <=18"