@instructure/ui-tray 8.12.1-snapshot.7 → 8.13.1-snapshot.9

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,10 @@
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.13.0](https://github.com/instructure/instructure-ui/compare/v8.12.0...v8.13.0) (2021-12-01)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-tray
9
+
6
10
  # [8.12.0](https://github.com/instructure/instructure-ui/compare/v8.11.1...v8.12.0) (2021-11-17)
7
11
 
8
12
  **Note:** Version bump only for package @instructure/ui-tray
package/es/Tray/index.js CHANGED
@@ -48,8 +48,8 @@ category: components
48
48
  ---
49
49
  **/
50
50
  let Tray = (_dec = withStyle(generateStyle, generateComponentTheme), _dec2 = textDirectionContextConsumer(), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_temp = _class2 = class Tray extends Component {
51
- constructor(...args) {
52
- super(...args);
51
+ constructor() {
52
+ super(...arguments);
53
53
  this.state = {
54
54
  transitioning: false
55
55
  };
package/lib/Tray/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.Tray = exports.default = void 0;
8
+ exports.default = exports.Tray = void 0;
9
9
 
10
10
  var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
11
11
 
@@ -45,8 +45,8 @@ category: components
45
45
  ---
46
46
  **/
47
47
  let Tray = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _textDirectionContextConsumer.textDirectionContextConsumer)(), _dec3 = (0, _testable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_temp = _class2 = class Tray extends _react.Component {
48
- constructor(...args) {
49
- super(...args);
48
+ constructor() {
49
+ super(...arguments);
50
50
  this.state = {
51
51
  transitioning: false
52
52
  };
package/lib/Tray/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-tray",
3
- "version": "8.12.1-snapshot.7+1e7ac8219",
3
+ "version": "8.13.1-snapshot.9+f32ba918e",
4
4
  "description": "Tray component for secondary/menu content",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -25,25 +25,25 @@
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.13.10",
28
- "@instructure/console": "8.12.1-snapshot.7+1e7ac8219",
29
- "@instructure/emotion": "8.12.1-snapshot.7+1e7ac8219",
30
- "@instructure/shared-types": "8.12.1-snapshot.7+1e7ac8219",
31
- "@instructure/ui-dialog": "8.12.1-snapshot.7+1e7ac8219",
32
- "@instructure/ui-i18n": "8.12.1-snapshot.7+1e7ac8219",
33
- "@instructure/ui-motion": "8.12.1-snapshot.7+1e7ac8219",
34
- "@instructure/ui-portal": "8.12.1-snapshot.7+1e7ac8219",
35
- "@instructure/ui-position": "8.12.1-snapshot.7+1e7ac8219",
36
- "@instructure/ui-prop-types": "8.12.1-snapshot.7+1e7ac8219",
37
- "@instructure/ui-react-utils": "8.12.1-snapshot.7+1e7ac8219",
38
- "@instructure/ui-testable": "8.12.1-snapshot.7+1e7ac8219",
39
- "@instructure/ui-utils": "8.12.1-snapshot.7+1e7ac8219",
28
+ "@instructure/console": "8.13.1-snapshot.9+f32ba918e",
29
+ "@instructure/emotion": "8.13.1-snapshot.9+f32ba918e",
30
+ "@instructure/shared-types": "8.13.1-snapshot.9+f32ba918e",
31
+ "@instructure/ui-dialog": "8.13.1-snapshot.9+f32ba918e",
32
+ "@instructure/ui-i18n": "8.13.1-snapshot.9+f32ba918e",
33
+ "@instructure/ui-motion": "8.13.1-snapshot.9+f32ba918e",
34
+ "@instructure/ui-portal": "8.13.1-snapshot.9+f32ba918e",
35
+ "@instructure/ui-position": "8.13.1-snapshot.9+f32ba918e",
36
+ "@instructure/ui-prop-types": "8.13.1-snapshot.9+f32ba918e",
37
+ "@instructure/ui-react-utils": "8.13.1-snapshot.9+f32ba918e",
38
+ "@instructure/ui-testable": "8.13.1-snapshot.9+f32ba918e",
39
+ "@instructure/ui-utils": "8.13.1-snapshot.9+f32ba918e",
40
40
  "prop-types": "^15"
41
41
  },
42
42
  "devDependencies": {
43
- "@instructure/ui-babel-preset": "8.12.1-snapshot.7+1e7ac8219",
44
- "@instructure/ui-test-locator": "8.12.1-snapshot.7+1e7ac8219",
45
- "@instructure/ui-test-utils": "8.12.1-snapshot.7+1e7ac8219",
46
- "@instructure/ui-themes": "8.12.1-snapshot.7+1e7ac8219"
43
+ "@instructure/ui-babel-preset": "8.13.1-snapshot.9+f32ba918e",
44
+ "@instructure/ui-test-locator": "8.13.1-snapshot.9+f32ba918e",
45
+ "@instructure/ui-test-utils": "8.13.1-snapshot.9+f32ba918e",
46
+ "@instructure/ui-themes": "8.13.1-snapshot.9+f32ba918e"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": ">=16.8 <=17"
@@ -52,5 +52,5 @@
52
52
  "access": "public"
53
53
  },
54
54
  "sideEffects": false,
55
- "gitHead": "1e7ac821932a91fe9ef761c96f747c7ea1f3925a"
55
+ "gitHead": "f32ba918e4d3ce76c6ee95c856584d00a9d80958"
56
56
  }