@instructure/ui-select 8.23.1-snapshot.1 → 8.23.1-snapshot.22

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.
@@ -3,7 +3,7 @@ const _excluded = ["id", "renderLabel", "children"],
3
3
  _excluded2 = ["renderLabel", "inputValue", "placeholder", "isRequired", "shouldNotWrap", "size", "isInline", "width", "htmlSize", "messages", "renderBeforeInput", "renderAfterInput", "onFocus", "onBlur", "onInputChange", "onRequestHideOptions"],
4
4
  _excluded3 = ["ref"];
5
5
 
6
- var _dec, _dec2, _dec3, _class, _class2, _temp, _Options$Separator, _Options$Separator2, _IconArrowOpenUpLine, _IconArrowOpenDownLin;
6
+ var _dec, _dec2, _dec3, _class, _class2, _Options$Separator, _Options$Separator2, _IconArrowOpenUpLine, _IconArrowOpenDownLin;
7
7
 
8
8
  /*
9
9
  * The MIT License (MIT)
@@ -55,7 +55,7 @@ tags: autocomplete, typeahead, combobox, dropdown, search, form
55
55
  ---
56
56
  @tsProps
57
57
  **/
58
- let Select = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, generateComponentTheme), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_temp = _class2 = class Select extends Component {
58
+ let Select = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, generateComponentTheme), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Select extends Component {
59
59
  constructor() {
60
60
  super(...arguments);
61
61
  this.state = {
@@ -582,6 +582,6 @@ let Select = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle, gen
582
582
  placement: 'bottom stretch',
583
583
  constrain: 'window',
584
584
  shouldNotWrap: false
585
- }, _class2.Option = Option, _class2.Group = Group, _temp)) || _class) || _class) || _class);
585
+ }, _class2.Option = Option, _class2.Group = Group, _class2)) || _class) || _class) || _class);
586
586
  export default Select;
587
587
  export { Select };
@@ -59,7 +59,7 @@ const _excluded = ["id", "renderLabel", "children"],
59
59
  _excluded2 = ["renderLabel", "inputValue", "placeholder", "isRequired", "shouldNotWrap", "size", "isInline", "width", "htmlSize", "messages", "renderBeforeInput", "renderAfterInput", "onFocus", "onBlur", "onInputChange", "onRequestHideOptions"],
60
60
  _excluded3 = ["ref"];
61
61
 
62
- var _dec, _dec2, _dec3, _class, _class2, _temp, _Options$Separator, _Options$Separator2, _IconArrowOpenUpLine, _IconArrowOpenDownLin;
62
+ var _dec, _dec2, _dec3, _class, _class2, _Options$Separator, _Options$Separator2, _IconArrowOpenUpLine, _IconArrowOpenDownLin;
63
63
 
64
64
  /**
65
65
  ---
@@ -68,7 +68,7 @@ tags: autocomplete, typeahead, combobox, dropdown, search, form
68
68
  ---
69
69
  @tsProps
70
70
  **/
71
- let Select = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec3 = (0, _testable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_temp = _class2 = class Select extends _react.Component {
71
+ let Select = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec3 = (0, _testable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Select extends _react.Component {
72
72
  constructor() {
73
73
  super(...arguments);
74
74
  this.state = {
@@ -591,7 +591,7 @@ let Select = (_dec = (0, _withDeterministicId.withDeterministicId)(), _dec2 = (0
591
591
  placement: 'bottom stretch',
592
592
  constrain: 'window',
593
593
  shouldNotWrap: false
594
- }, _class2.Option = _Option.Option, _class2.Group = _Group.Group, _temp)) || _class) || _class) || _class);
594
+ }, _class2.Option = _Option.Option, _class2.Group = _Group.Group, _class2)) || _class) || _class) || _class);
595
595
  exports.Select = Select;
596
596
  var _default = Select;
597
597
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-select",
3
- "version": "8.23.1-snapshot.1+cca389181",
3
+ "version": "8.23.1-snapshot.22+1918e05da",
4
4
  "description": "A component for select and autocomplete behavior.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,30 +23,30 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.23.1-snapshot.1+cca389181",
27
- "@instructure/ui-color-utils": "8.23.1-snapshot.1+cca389181",
28
- "@instructure/ui-test-locator": "8.23.1-snapshot.1+cca389181",
29
- "@instructure/ui-test-utils": "8.23.1-snapshot.1+cca389181",
30
- "@instructure/ui-themes": "8.23.1-snapshot.1+cca389181"
26
+ "@instructure/ui-babel-preset": "8.23.1-snapshot.22+1918e05da",
27
+ "@instructure/ui-color-utils": "8.23.1-snapshot.22+1918e05da",
28
+ "@instructure/ui-test-locator": "8.23.1-snapshot.22+1918e05da",
29
+ "@instructure/ui-test-utils": "8.23.1-snapshot.22+1918e05da",
30
+ "@instructure/ui-themes": "8.23.1-snapshot.22+1918e05da"
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.13.10",
34
- "@instructure/emotion": "8.23.1-snapshot.1+cca389181",
35
- "@instructure/shared-types": "8.23.1-snapshot.1+cca389181",
36
- "@instructure/ui-dom-utils": "8.23.1-snapshot.1+cca389181",
37
- "@instructure/ui-form-field": "8.23.1-snapshot.1+cca389181",
38
- "@instructure/ui-icons": "8.23.1-snapshot.1+cca389181",
39
- "@instructure/ui-options": "8.23.1-snapshot.1+cca389181",
40
- "@instructure/ui-popover": "8.23.1-snapshot.1+cca389181",
41
- "@instructure/ui-position": "8.23.1-snapshot.1+cca389181",
42
- "@instructure/ui-prop-types": "8.23.1-snapshot.1+cca389181",
43
- "@instructure/ui-react-utils": "8.23.1-snapshot.1+cca389181",
44
- "@instructure/ui-selectable": "8.23.1-snapshot.1+cca389181",
45
- "@instructure/ui-testable": "8.23.1-snapshot.1+cca389181",
46
- "@instructure/ui-text-input": "8.23.1-snapshot.1+cca389181",
47
- "@instructure/ui-utils": "8.23.1-snapshot.1+cca389181",
48
- "@instructure/ui-view": "8.23.1-snapshot.1+cca389181",
49
- "@instructure/uid": "8.23.1-snapshot.1+cca389181",
34
+ "@instructure/emotion": "8.23.1-snapshot.22+1918e05da",
35
+ "@instructure/shared-types": "8.23.1-snapshot.22+1918e05da",
36
+ "@instructure/ui-dom-utils": "8.23.1-snapshot.22+1918e05da",
37
+ "@instructure/ui-form-field": "8.23.1-snapshot.22+1918e05da",
38
+ "@instructure/ui-icons": "8.23.1-snapshot.22+1918e05da",
39
+ "@instructure/ui-options": "8.23.1-snapshot.22+1918e05da",
40
+ "@instructure/ui-popover": "8.23.1-snapshot.22+1918e05da",
41
+ "@instructure/ui-position": "8.23.1-snapshot.22+1918e05da",
42
+ "@instructure/ui-prop-types": "8.23.1-snapshot.22+1918e05da",
43
+ "@instructure/ui-react-utils": "8.23.1-snapshot.22+1918e05da",
44
+ "@instructure/ui-selectable": "8.23.1-snapshot.22+1918e05da",
45
+ "@instructure/ui-testable": "8.23.1-snapshot.22+1918e05da",
46
+ "@instructure/ui-text-input": "8.23.1-snapshot.22+1918e05da",
47
+ "@instructure/ui-utils": "8.23.1-snapshot.22+1918e05da",
48
+ "@instructure/ui-view": "8.23.1-snapshot.22+1918e05da",
49
+ "@instructure/uid": "8.23.1-snapshot.22+1918e05da",
50
50
  "prop-types": "^15"
51
51
  },
52
52
  "peerDependencies": {
@@ -56,5 +56,5 @@
56
56
  "access": "public"
57
57
  },
58
58
  "sideEffects": false,
59
- "gitHead": "cca3891819b4261fc5748838ab764506acec33fd"
59
+ "gitHead": "1918e05da5e7e253a74e11d3d3f57c29a99b4703"
60
60
  }