@instructure/ui-heading 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.
@@ -44,8 +44,8 @@ category: components
44
44
  @tsProps
45
45
  **/
46
46
  let Heading = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_temp = _class2 = class Heading 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 => {
@@ -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.Heading = exports.default = void 0;
8
+ exports.default = exports.Heading = void 0;
9
9
 
10
10
  var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
11
11
 
@@ -38,8 +38,8 @@ category: components
38
38
  @tsProps
39
39
  **/
40
40
  let Heading = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _testable.testable)(), _dec(_class = _dec2(_class = (_temp = _class2 = class Heading extends _react.Component {
41
- constructor(...args) {
42
- super(...args);
41
+ constructor() {
42
+ super(...arguments);
43
43
  this.ref = null;
44
44
 
45
45
  this.handleRef = el => {
@@ -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-heading",
3
- "version": "8.12.1-snapshot.44+6f00103af",
3
+ "version": "8.12.1-snapshot.50+3786369ec",
4
4
  "description": "A component for creating typographic headings",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -25,20 +25,20 @@
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-prop-types": "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-prop-types": "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",
41
- "@instructure/ui-themes": "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
+ "@instructure/ui-themes": "8.12.1-snapshot.50+3786369ec"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=16.8 <=17"
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "sideEffects": false,
50
- "gitHead": "6f00103af2fc970bbdcc8c2505413e42257afef4"
50
+ "gitHead": "3786369ec892bc0f716844828cc2729447adb8be"
51
51
  }