@instructure/ui-img 8.12.1-snapshot.44 → 8.12.1-snapshot.50

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/es/Img/index.js CHANGED
@@ -44,8 +44,8 @@ category: components
44
44
  @tsProps
45
45
  **/
46
46
  let Img = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_temp = _class2 = class Img extends Component {
47
- constructor(...args) {
48
- super(...args);
47
+ constructor() {
48
+ super(...arguments);
49
49
  this.ref = null;
50
50
 
51
51
  this.handleRef = el => {
package/lib/Img/index.js CHANGED
@@ -5,7 +5,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- exports.Img = exports.default = void 0;
8
+ exports.default = exports.Img = void 0;
9
9
 
10
10
  var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
11
11
 
@@ -36,8 +36,8 @@ category: components
36
36
  @tsProps
37
37
  **/
38
38
  let Img = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_temp = _class2 = class Img extends _react.Component {
39
- constructor(...args) {
40
- super(...args);
39
+ constructor() {
40
+ super(...arguments);
41
41
  this.ref = null;
42
42
 
43
43
  this.handleRef = el => {
package/lib/Img/props.js CHANGED
@@ -5,7 +5,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- exports.allowedProps = exports.propTypes = void 0;
8
+ exports.propTypes = exports.allowedProps = void 0;
9
9
 
10
10
  var _propTypes = _interopRequireDefault(require("prop-types"));
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-img",
3
- "version": "8.12.1-snapshot.44+6f00103af",
3
+ "version": "8.12.1-snapshot.50+3786369ec",
4
4
  "description": "An accessible image component.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -25,19 +25,19 @@
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.13.10",
28
- "@instructure/console": "8.12.1-snapshot.44+6f00103af",
29
- "@instructure/emotion": "8.12.1-snapshot.44+6f00103af",
30
- "@instructure/shared-types": "8.12.1-snapshot.44+6f00103af",
31
- "@instructure/ui-dom-utils": "8.12.1-snapshot.44+6f00103af",
32
- "@instructure/ui-react-utils": "8.12.1-snapshot.44+6f00103af",
33
- "@instructure/ui-testable": "8.12.1-snapshot.44+6f00103af",
34
- "@instructure/ui-view": "8.12.1-snapshot.44+6f00103af",
28
+ "@instructure/console": "8.12.1-snapshot.50+3786369ec",
29
+ "@instructure/emotion": "8.12.1-snapshot.50+3786369ec",
30
+ "@instructure/shared-types": "8.12.1-snapshot.50+3786369ec",
31
+ "@instructure/ui-dom-utils": "8.12.1-snapshot.50+3786369ec",
32
+ "@instructure/ui-react-utils": "8.12.1-snapshot.50+3786369ec",
33
+ "@instructure/ui-testable": "8.12.1-snapshot.50+3786369ec",
34
+ "@instructure/ui-view": "8.12.1-snapshot.50+3786369ec",
35
35
  "prop-types": "^15"
36
36
  },
37
37
  "devDependencies": {
38
- "@instructure/ui-babel-preset": "8.12.1-snapshot.44+6f00103af",
39
- "@instructure/ui-test-locator": "8.12.1-snapshot.44+6f00103af",
40
- "@instructure/ui-test-utils": "8.12.1-snapshot.44+6f00103af"
38
+ "@instructure/ui-babel-preset": "8.12.1-snapshot.50+3786369ec",
39
+ "@instructure/ui-test-locator": "8.12.1-snapshot.50+3786369ec",
40
+ "@instructure/ui-test-utils": "8.12.1-snapshot.50+3786369ec"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": ">=16.8 <=17"
@@ -46,5 +46,5 @@
46
46
  "access": "public"
47
47
  },
48
48
  "sideEffects": false,
49
- "gitHead": "6f00103af2fc970bbdcc8c2505413e42257afef4"
49
+ "gitHead": "3786369ec892bc0f716844828cc2729447adb8be"
50
50
  }