@instructure/ui-select 8.23.1-snapshot.0 → 8.23.1-snapshot.7
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/Select/index.js +3 -3
- package/lib/Select/index.js +3 -3
- package/package.json +23 -23
- package/tsconfig.build.tsbuildinfo +1 -1
package/es/Select/index.js
CHANGED
|
@@ -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,
|
|
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 = (
|
|
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,
|
|
585
|
+
}, _class2.Option = Option, _class2.Group = Group, _class2)) || _class) || _class) || _class);
|
|
586
586
|
export default Select;
|
|
587
587
|
export { Select };
|
package/lib/Select/index.js
CHANGED
|
@@ -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,
|
|
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 = (
|
|
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,
|
|
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.
|
|
3
|
+
"version": "8.23.1-snapshot.7+67fb0a5be",
|
|
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.
|
|
27
|
-
"@instructure/ui-color-utils": "8.23.1-snapshot.
|
|
28
|
-
"@instructure/ui-test-locator": "8.23.1-snapshot.
|
|
29
|
-
"@instructure/ui-test-utils": "8.23.1-snapshot.
|
|
30
|
-
"@instructure/ui-themes": "8.23.1-snapshot.
|
|
26
|
+
"@instructure/ui-babel-preset": "8.23.1-snapshot.7+67fb0a5be",
|
|
27
|
+
"@instructure/ui-color-utils": "8.23.1-snapshot.7+67fb0a5be",
|
|
28
|
+
"@instructure/ui-test-locator": "8.23.1-snapshot.7+67fb0a5be",
|
|
29
|
+
"@instructure/ui-test-utils": "8.23.1-snapshot.7+67fb0a5be",
|
|
30
|
+
"@instructure/ui-themes": "8.23.1-snapshot.7+67fb0a5be"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@babel/runtime": "^7.13.10",
|
|
34
|
-
"@instructure/emotion": "8.23.1-snapshot.
|
|
35
|
-
"@instructure/shared-types": "8.23.1-snapshot.
|
|
36
|
-
"@instructure/ui-dom-utils": "8.23.1-snapshot.
|
|
37
|
-
"@instructure/ui-form-field": "8.23.1-snapshot.
|
|
38
|
-
"@instructure/ui-icons": "8.23.1-snapshot.
|
|
39
|
-
"@instructure/ui-options": "8.23.1-snapshot.
|
|
40
|
-
"@instructure/ui-popover": "8.23.1-snapshot.
|
|
41
|
-
"@instructure/ui-position": "8.23.1-snapshot.
|
|
42
|
-
"@instructure/ui-prop-types": "8.23.1-snapshot.
|
|
43
|
-
"@instructure/ui-react-utils": "8.23.1-snapshot.
|
|
44
|
-
"@instructure/ui-selectable": "8.23.1-snapshot.
|
|
45
|
-
"@instructure/ui-testable": "8.23.1-snapshot.
|
|
46
|
-
"@instructure/ui-text-input": "8.23.1-snapshot.
|
|
47
|
-
"@instructure/ui-utils": "8.23.1-snapshot.
|
|
48
|
-
"@instructure/ui-view": "8.23.1-snapshot.
|
|
49
|
-
"@instructure/uid": "8.23.1-snapshot.
|
|
34
|
+
"@instructure/emotion": "8.23.1-snapshot.7+67fb0a5be",
|
|
35
|
+
"@instructure/shared-types": "8.23.1-snapshot.7+67fb0a5be",
|
|
36
|
+
"@instructure/ui-dom-utils": "8.23.1-snapshot.7+67fb0a5be",
|
|
37
|
+
"@instructure/ui-form-field": "8.23.1-snapshot.7+67fb0a5be",
|
|
38
|
+
"@instructure/ui-icons": "8.23.1-snapshot.7+67fb0a5be",
|
|
39
|
+
"@instructure/ui-options": "8.23.1-snapshot.7+67fb0a5be",
|
|
40
|
+
"@instructure/ui-popover": "8.23.1-snapshot.7+67fb0a5be",
|
|
41
|
+
"@instructure/ui-position": "8.23.1-snapshot.7+67fb0a5be",
|
|
42
|
+
"@instructure/ui-prop-types": "8.23.1-snapshot.7+67fb0a5be",
|
|
43
|
+
"@instructure/ui-react-utils": "8.23.1-snapshot.7+67fb0a5be",
|
|
44
|
+
"@instructure/ui-selectable": "8.23.1-snapshot.7+67fb0a5be",
|
|
45
|
+
"@instructure/ui-testable": "8.23.1-snapshot.7+67fb0a5be",
|
|
46
|
+
"@instructure/ui-text-input": "8.23.1-snapshot.7+67fb0a5be",
|
|
47
|
+
"@instructure/ui-utils": "8.23.1-snapshot.7+67fb0a5be",
|
|
48
|
+
"@instructure/ui-view": "8.23.1-snapshot.7+67fb0a5be",
|
|
49
|
+
"@instructure/uid": "8.23.1-snapshot.7+67fb0a5be",
|
|
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": "
|
|
59
|
+
"gitHead": "67fb0a5bed0138c5152872999bf1138dd2fd8fd7"
|
|
60
60
|
}
|