@instructure/ui-options 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.
@@ -25,7 +25,7 @@ import { locator } from '@instructure/ui-test-locator';
25
25
  import { OptionsLocator } from '../OptionsLocator';
26
26
  import { Item } from './index';
27
27
  export const OptionsItemLocator = locator(Item.selector, {
28
- findNestedOptions: (...args) => {
29
- return OptionsLocator.find(...args);
28
+ findNestedOptions: function () {
29
+ return OptionsLocator.find(...arguments);
30
30
  }
31
31
  });
@@ -41,8 +41,8 @@ id: Options.Item
41
41
  **/
42
42
 
43
43
  let Item = (_dec = withStyle(generateStyles, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_temp = _class2 = class Item extends Component {
44
- constructor(...args) {
45
- super(...args);
44
+ constructor() {
45
+ super(...arguments);
46
46
  this.ref = null;
47
47
  }
48
48
 
@@ -25,10 +25,10 @@ import { locator } from '@instructure/ui-test-locator';
25
25
  import { Options } from './index';
26
26
  import { OptionsItemLocator } from './Item/OptionsItemLocator';
27
27
  export const OptionsLocator = locator(Options.selector, {
28
- findAllItems: (...args) => {
29
- return OptionsItemLocator.findAll(...args);
28
+ findAllItems: function () {
29
+ return OptionsItemLocator.findAll(...arguments);
30
30
  },
31
- findItem: (...args) => {
32
- return OptionsItemLocator.find(...args);
31
+ findItem: function () {
32
+ return OptionsItemLocator.find(...arguments);
33
33
  }
34
34
  });
@@ -44,8 +44,8 @@ category: components
44
44
  **/
45
45
 
46
46
  let Options = (_dec = withStyle(generateStyles, generateComponentTheme), _dec2 = testable(), _dec(_class = _dec2(_class = (_temp = _class2 = class Options 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 => {
@@ -35,8 +35,8 @@ var _index = require("./index");
35
35
  * SOFTWARE.
36
36
  */
37
37
  const OptionsItemLocator = (0, _uiTestLocator.locator)(_index.Item.selector, {
38
- findNestedOptions: (...args) => {
39
- return _OptionsLocator.OptionsLocator.find(...args);
38
+ findNestedOptions: function () {
39
+ return _OptionsLocator.OptionsLocator.find(...arguments);
40
40
  }
41
41
  });
42
42
  exports.OptionsItemLocator = OptionsItemLocator;
@@ -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.Item = exports.default = void 0;
8
+ exports.default = exports.Item = void 0;
9
9
 
10
10
  var _react = require("react");
11
11
 
@@ -31,8 +31,8 @@ id: Options.Item
31
31
  @tsProps
32
32
  **/
33
33
  let Item = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _uiTestable.testable)(), _dec(_class = _dec2(_class = (_temp = _class2 = class Item extends _react.Component {
34
- constructor(...args) {
35
- super(...args);
34
+ constructor() {
35
+ super(...arguments);
36
36
  this.ref = null;
37
37
  }
38
38
 
@@ -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
 
@@ -35,11 +35,11 @@ var _OptionsItemLocator = require("./Item/OptionsItemLocator");
35
35
  * SOFTWARE.
36
36
  */
37
37
  const OptionsLocator = (0, _uiTestLocator.locator)(_index.Options.selector, {
38
- findAllItems: (...args) => {
39
- return _OptionsItemLocator.OptionsItemLocator.findAll(...args);
38
+ findAllItems: function () {
39
+ return _OptionsItemLocator.OptionsItemLocator.findAll(...arguments);
40
40
  },
41
- findItem: (...args) => {
42
- return _OptionsItemLocator.OptionsItemLocator.find(...args);
41
+ findItem: function () {
42
+ return _OptionsItemLocator.OptionsItemLocator.find(...arguments);
43
43
  }
44
44
  });
45
45
  exports.OptionsLocator = OptionsLocator;
@@ -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.Separator = exports.default = void 0;
8
+ exports.default = exports.Separator = void 0;
9
9
 
10
10
  var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
11
11
 
@@ -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
 
@@ -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.Options = exports.default = void 0;
8
+ exports.default = exports.Options = void 0;
9
9
 
10
10
  var _react = require("react");
11
11
 
@@ -38,8 +38,8 @@ category: components
38
38
  @tsProps
39
39
  **/
40
40
  let Options = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec2 = (0, _uiTestable.testable)(), _dec(_class = _dec2(_class = (_temp = _class2 = class Options 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-options",
3
- "version": "8.12.1-snapshot.44+6f00103af",
3
+ "version": "8.12.1-snapshot.50+3786369ec",
4
4
  "description": "A view-only component for composing interactive lists and menus.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -24,22 +24,22 @@
24
24
  },
25
25
  "license": "MIT",
26
26
  "devDependencies": {
27
- "@instructure/ui-babel-preset": "8.12.1-snapshot.44+6f00103af",
28
- "@instructure/ui-color-utils": "8.12.1-snapshot.44+6f00103af",
29
- "@instructure/ui-test-locator": "8.12.1-snapshot.44+6f00103af",
30
- "@instructure/ui-test-utils": "8.12.1-snapshot.44+6f00103af",
31
- "@instructure/ui-themes": "8.12.1-snapshot.44+6f00103af"
27
+ "@instructure/ui-babel-preset": "8.12.1-snapshot.50+3786369ec",
28
+ "@instructure/ui-color-utils": "8.12.1-snapshot.50+3786369ec",
29
+ "@instructure/ui-test-locator": "8.12.1-snapshot.50+3786369ec",
30
+ "@instructure/ui-test-utils": "8.12.1-snapshot.50+3786369ec",
31
+ "@instructure/ui-themes": "8.12.1-snapshot.50+3786369ec"
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.13.10",
35
- "@instructure/emotion": "8.12.1-snapshot.44+6f00103af",
36
- "@instructure/shared-types": "8.12.1-snapshot.44+6f00103af",
37
- "@instructure/ui-icons": "8.12.1-snapshot.44+6f00103af",
38
- "@instructure/ui-prop-types": "8.12.1-snapshot.44+6f00103af",
39
- "@instructure/ui-react-utils": "8.12.1-snapshot.44+6f00103af",
40
- "@instructure/ui-testable": "8.12.1-snapshot.44+6f00103af",
41
- "@instructure/ui-view": "8.12.1-snapshot.44+6f00103af",
42
- "@instructure/uid": "8.12.1-snapshot.44+6f00103af",
35
+ "@instructure/emotion": "8.12.1-snapshot.50+3786369ec",
36
+ "@instructure/shared-types": "8.12.1-snapshot.50+3786369ec",
37
+ "@instructure/ui-icons": "8.12.1-snapshot.50+3786369ec",
38
+ "@instructure/ui-prop-types": "8.12.1-snapshot.50+3786369ec",
39
+ "@instructure/ui-react-utils": "8.12.1-snapshot.50+3786369ec",
40
+ "@instructure/ui-testable": "8.12.1-snapshot.50+3786369ec",
41
+ "@instructure/ui-view": "8.12.1-snapshot.50+3786369ec",
42
+ "@instructure/uid": "8.12.1-snapshot.50+3786369ec",
43
43
  "prop-types": "^15"
44
44
  },
45
45
  "peerDependencies": {
@@ -49,5 +49,5 @@
49
49
  "access": "public"
50
50
  },
51
51
  "sideEffects": false,
52
- "gitHead": "6f00103af2fc970bbdcc8c2505413e42257afef4"
52
+ "gitHead": "3786369ec892bc0f716844828cc2729447adb8be"
53
53
  }