@instructure/ui-options 8.23.0 → 8.23.1-snapshot.5
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/LICENSE.md +27 -0
- package/es/Options/Item/index.js +3 -3
- package/es/Options/Separator/index.js +3 -3
- package/es/Options/index.js +3 -3
- package/lib/Options/Item/index.js +3 -3
- package/lib/Options/Separator/index.js +3 -3
- package/lib/Options/index.js +3 -3
- package/package.json +15 -14
- package/tsconfig.build.tsbuildinfo +1 -1
package/LICENSE.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: The MIT License (MIT)
|
|
3
|
+
category: Getting Started
|
|
4
|
+
order: 9
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# The MIT License (MIT)
|
|
8
|
+
|
|
9
|
+
Copyright (c) 2015 Instructure, Inc.
|
|
10
|
+
|
|
11
|
+
**Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
12
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
13
|
+
in the Software without restriction, including without limitation the rights
|
|
14
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
15
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
16
|
+
furnished to do so, subject to the following conditions.**
|
|
17
|
+
|
|
18
|
+
The above copyright notice and this permission notice shall be included in all
|
|
19
|
+
copies or substantial portions of the Software.
|
|
20
|
+
|
|
21
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
24
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
26
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
27
|
+
SOFTWARE.
|
package/es/Options/Item/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var _dec, _dec2, _dec3, _class, _class2
|
|
1
|
+
var _dec, _dec2, _dec3, _class, _class2;
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* The MIT License (MIT)
|
|
@@ -40,7 +40,7 @@ id: Options.Item
|
|
|
40
40
|
@tsProps
|
|
41
41
|
**/
|
|
42
42
|
|
|
43
|
-
let Item = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyles, generateComponentTheme), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (
|
|
43
|
+
let Item = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyles, generateComponentTheme), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Item extends Component {
|
|
44
44
|
constructor(props) {
|
|
45
45
|
super(props);
|
|
46
46
|
this.ref = null;
|
|
@@ -125,6 +125,6 @@ let Item = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyles, gene
|
|
|
125
125
|
descriptionRole: 'note',
|
|
126
126
|
beforeLabelContentVAlign: 'center',
|
|
127
127
|
afterLabelContentVAlign: 'center'
|
|
128
|
-
},
|
|
128
|
+
}, _class2)) || _class) || _class) || _class);
|
|
129
129
|
export default Item;
|
|
130
130
|
export { Item };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
2
2
|
const _excluded = ["as", "styles"];
|
|
3
3
|
|
|
4
|
-
var _dec, _class, _class2
|
|
4
|
+
var _dec, _class, _class2;
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
7
|
* The MIT License (MIT)
|
|
@@ -43,7 +43,7 @@ id: Options.Separator
|
|
|
43
43
|
@tsProps
|
|
44
44
|
**/
|
|
45
45
|
|
|
46
|
-
let Separator = (_dec = withStyle(generateStyles, generateComponentTheme), _dec(_class = (
|
|
46
|
+
let Separator = (_dec = withStyle(generateStyles, generateComponentTheme), _dec(_class = (_class2 = class Separator extends Component {
|
|
47
47
|
componentDidMount() {
|
|
48
48
|
var _this$props$makeStyle, _this$props;
|
|
49
49
|
|
|
@@ -73,6 +73,6 @@ let Separator = (_dec = withStyle(generateStyles, generateComponentTheme), _dec(
|
|
|
73
73
|
|
|
74
74
|
}, _class2.displayName = "Separator", _class2.componentId = 'Options.Separator', _class2.allowedProps = allowedProps, _class2.propTypes = propTypes, _class2.defaultProps = {
|
|
75
75
|
as: 'span'
|
|
76
|
-
},
|
|
76
|
+
}, _class2)) || _class);
|
|
77
77
|
export default Separator;
|
|
78
78
|
export { Separator };
|
package/es/Options/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var _dec, _dec2, _dec3, _class, _class2
|
|
1
|
+
var _dec, _dec2, _dec3, _class, _class2;
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
* The MIT License (MIT)
|
|
@@ -42,7 +42,7 @@ category: components
|
|
|
42
42
|
---
|
|
43
43
|
@tsProps
|
|
44
44
|
**/
|
|
45
|
-
let Options = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyles, generateComponentTheme), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (
|
|
45
|
+
let Options = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyles, generateComponentTheme), _dec3 = testable(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Options extends Component {
|
|
46
46
|
constructor() {
|
|
47
47
|
super(...arguments);
|
|
48
48
|
this.ref = null;
|
|
@@ -157,6 +157,6 @@ let Options = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyles, g
|
|
|
157
157
|
elementRef: () => {},
|
|
158
158
|
renderLabel: null,
|
|
159
159
|
children: null
|
|
160
|
-
}, _class2.Item = Item, _class2.Separator = Separator,
|
|
160
|
+
}, _class2.Item = Item, _class2.Separator = Separator, _class2)) || _class) || _class) || _class);
|
|
161
161
|
export default Options;
|
|
162
162
|
export { Options };
|
|
@@ -21,7 +21,7 @@ var _theme = _interopRequireDefault(require("./theme"));
|
|
|
21
21
|
|
|
22
22
|
var _props = require("./props");
|
|
23
23
|
|
|
24
|
-
var _dec, _dec2, _dec3, _class, _class2
|
|
24
|
+
var _dec, _dec2, _dec3, _class, _class2;
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
27
|
---
|
|
@@ -30,7 +30,7 @@ id: Options.Item
|
|
|
30
30
|
---
|
|
31
31
|
@tsProps
|
|
32
32
|
**/
|
|
33
|
-
let Item = (_dec = (0, _uiReactUtils.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec3 = (0, _uiTestable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (
|
|
33
|
+
let Item = (_dec = (0, _uiReactUtils.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec3 = (0, _uiTestable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Item extends _react.Component {
|
|
34
34
|
constructor(props) {
|
|
35
35
|
super(props);
|
|
36
36
|
this.ref = null;
|
|
@@ -115,7 +115,7 @@ let Item = (_dec = (0, _uiReactUtils.withDeterministicId)(), _dec2 = (0, _emotio
|
|
|
115
115
|
descriptionRole: 'note',
|
|
116
116
|
beforeLabelContentVAlign: 'center',
|
|
117
117
|
afterLabelContentVAlign: 'center'
|
|
118
|
-
},
|
|
118
|
+
}, _class2)) || _class) || _class) || _class);
|
|
119
119
|
exports.Item = Item;
|
|
120
120
|
var _default = Item;
|
|
121
121
|
exports.default = _default;
|
|
@@ -23,7 +23,7 @@ var _props = require("./props");
|
|
|
23
23
|
|
|
24
24
|
const _excluded = ["as", "styles"];
|
|
25
25
|
|
|
26
|
-
var _dec, _class, _class2
|
|
26
|
+
var _dec, _class, _class2;
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
---
|
|
@@ -33,7 +33,7 @@ id: Options.Separator
|
|
|
33
33
|
@module Separator
|
|
34
34
|
@tsProps
|
|
35
35
|
**/
|
|
36
|
-
let Separator = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (
|
|
36
|
+
let Separator = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class Separator extends _react.Component {
|
|
37
37
|
componentDidMount() {
|
|
38
38
|
var _this$props$makeStyle, _this$props;
|
|
39
39
|
|
|
@@ -62,7 +62,7 @@ let Separator = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default)
|
|
|
62
62
|
|
|
63
63
|
}, _class2.displayName = "Separator", _class2.componentId = 'Options.Separator', _class2.allowedProps = _props.allowedProps, _class2.propTypes = _props.propTypes, _class2.defaultProps = {
|
|
64
64
|
as: 'span'
|
|
65
|
-
},
|
|
65
|
+
}, _class2)) || _class);
|
|
66
66
|
exports.Separator = Separator;
|
|
67
67
|
var _default = Separator;
|
|
68
68
|
exports.default = _default;
|
package/lib/Options/index.js
CHANGED
|
@@ -29,7 +29,7 @@ var _Separator = require("./Separator");
|
|
|
29
29
|
|
|
30
30
|
var _props = require("./props");
|
|
31
31
|
|
|
32
|
-
var _dec, _dec2, _dec3, _class, _class2
|
|
32
|
+
var _dec, _dec2, _dec3, _class, _class2;
|
|
33
33
|
|
|
34
34
|
/**
|
|
35
35
|
---
|
|
@@ -37,7 +37,7 @@ category: components
|
|
|
37
37
|
---
|
|
38
38
|
@tsProps
|
|
39
39
|
**/
|
|
40
|
-
let Options = (_dec = (0, _uiReactUtils.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec3 = (0, _uiTestable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (
|
|
40
|
+
let Options = (_dec = (0, _uiReactUtils.withDeterministicId)(), _dec2 = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec3 = (0, _uiTestable.testable)(), _dec(_class = _dec2(_class = _dec3(_class = (_class2 = class Options extends _react.Component {
|
|
41
41
|
constructor() {
|
|
42
42
|
super(...arguments);
|
|
43
43
|
this.ref = null;
|
|
@@ -153,7 +153,7 @@ let Options = (_dec = (0, _uiReactUtils.withDeterministicId)(), _dec2 = (0, _emo
|
|
|
153
153
|
elementRef: () => {},
|
|
154
154
|
renderLabel: null,
|
|
155
155
|
children: null
|
|
156
|
-
}, _class2.Item = _Item.Item, _class2.Separator = _Separator.Separator,
|
|
156
|
+
}, _class2.Item = _Item.Item, _class2.Separator = _Separator.Separator, _class2)) || _class) || _class) || _class);
|
|
157
157
|
exports.Options = Options;
|
|
158
158
|
var _default = Options;
|
|
159
159
|
exports.default = _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-options",
|
|
3
|
-
"version": "8.23.
|
|
3
|
+
"version": "8.23.1-snapshot.5+d19d2de94",
|
|
4
4
|
"description": "A view-only component for composing interactive lists and menus.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -23,21 +23,21 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@instructure/ui-babel-preset": "8.23.
|
|
27
|
-
"@instructure/ui-color-utils": "8.23.
|
|
28
|
-
"@instructure/ui-test-locator": "8.23.
|
|
29
|
-
"@instructure/ui-test-utils": "8.23.
|
|
30
|
-
"@instructure/ui-themes": "8.23.
|
|
26
|
+
"@instructure/ui-babel-preset": "8.23.1-snapshot.5+d19d2de94",
|
|
27
|
+
"@instructure/ui-color-utils": "8.23.1-snapshot.5+d19d2de94",
|
|
28
|
+
"@instructure/ui-test-locator": "8.23.1-snapshot.5+d19d2de94",
|
|
29
|
+
"@instructure/ui-test-utils": "8.23.1-snapshot.5+d19d2de94",
|
|
30
|
+
"@instructure/ui-themes": "8.23.1-snapshot.5+d19d2de94"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@babel/runtime": "^7.13.10",
|
|
34
|
-
"@instructure/emotion": "8.23.
|
|
35
|
-
"@instructure/shared-types": "8.23.
|
|
36
|
-
"@instructure/ui-icons": "8.23.
|
|
37
|
-
"@instructure/ui-prop-types": "8.23.
|
|
38
|
-
"@instructure/ui-react-utils": "8.23.
|
|
39
|
-
"@instructure/ui-testable": "8.23.
|
|
40
|
-
"@instructure/ui-view": "8.23.
|
|
34
|
+
"@instructure/emotion": "8.23.1-snapshot.5+d19d2de94",
|
|
35
|
+
"@instructure/shared-types": "8.23.1-snapshot.5+d19d2de94",
|
|
36
|
+
"@instructure/ui-icons": "8.23.1-snapshot.5+d19d2de94",
|
|
37
|
+
"@instructure/ui-prop-types": "8.23.1-snapshot.5+d19d2de94",
|
|
38
|
+
"@instructure/ui-react-utils": "8.23.1-snapshot.5+d19d2de94",
|
|
39
|
+
"@instructure/ui-testable": "8.23.1-snapshot.5+d19d2de94",
|
|
40
|
+
"@instructure/ui-view": "8.23.1-snapshot.5+d19d2de94",
|
|
41
41
|
"prop-types": "^15"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
@@ -46,5 +46,6 @@
|
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
|
-
"sideEffects": false
|
|
49
|
+
"sideEffects": false,
|
|
50
|
+
"gitHead": "d19d2de94392ef0c117346830f5d70ef5ae80795"
|
|
50
51
|
}
|