@instructure/ui-options 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/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 +14 -14
- package/tsconfig.build.tsbuildinfo +1 -1
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.1-snapshot.
|
|
3
|
+
"version": "8.23.1-snapshot.7+67fb0a5be",
|
|
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.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-icons": "8.23.1-snapshot.
|
|
37
|
-
"@instructure/ui-prop-types": "8.23.1-snapshot.
|
|
38
|
-
"@instructure/ui-react-utils": "8.23.1-snapshot.
|
|
39
|
-
"@instructure/ui-testable": "8.23.1-snapshot.
|
|
40
|
-
"@instructure/ui-view": "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-icons": "8.23.1-snapshot.7+67fb0a5be",
|
|
37
|
+
"@instructure/ui-prop-types": "8.23.1-snapshot.7+67fb0a5be",
|
|
38
|
+
"@instructure/ui-react-utils": "8.23.1-snapshot.7+67fb0a5be",
|
|
39
|
+
"@instructure/ui-testable": "8.23.1-snapshot.7+67fb0a5be",
|
|
40
|
+
"@instructure/ui-view": "8.23.1-snapshot.7+67fb0a5be",
|
|
41
41
|
"prop-types": "^15"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"sideEffects": false,
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "67fb0a5bed0138c5152872999bf1138dd2fd8fd7"
|
|
51
51
|
}
|