@instructure/ui-table 8.23.0 → 8.23.1-snapshot.11
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/Table/Body/index.js +3 -3
- package/es/Table/Cell/index.js +3 -3
- package/es/Table/ColHeader/index.js +3 -3
- package/es/Table/Head/index.js +3 -3
- package/es/Table/Row/index.js +3 -3
- package/es/Table/RowHeader/index.js +3 -3
- package/es/Table/index.js +3 -3
- package/lib/Table/Body/index.js +3 -3
- package/lib/Table/Cell/index.js +3 -3
- package/lib/Table/ColHeader/index.js +3 -3
- package/lib/Table/Head/index.js +3 -3
- package/lib/Table/Row/index.js +3 -3
- package/lib/Table/RowHeader/index.js +3 -3
- package/lib/Table/index.js +3 -3
- package/package.json +18 -17
- 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/Table/Body/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
var _dec, _class, _class2
|
1
|
+
var _dec, _class, _class2;
|
2
2
|
|
3
3
|
/*
|
4
4
|
* The MIT License (MIT)
|
@@ -41,7 +41,7 @@ id: Table.Body
|
|
41
41
|
@tsProps
|
42
42
|
**/
|
43
43
|
|
44
|
-
let Body = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (
|
44
|
+
let Body = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class Body extends Component {
|
45
45
|
componentDidMount() {
|
46
46
|
var _this$props$makeStyle, _this$props;
|
47
47
|
|
@@ -75,6 +75,6 @@ let Body = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class
|
|
75
75
|
|
76
76
|
}, _class2.displayName = "Body", _class2.componentId = 'Table.Body', _class2.allowedProps = allowedProps, _class2.propTypes = propTypes, _class2.defaultProps = {
|
77
77
|
children: null
|
78
|
-
},
|
78
|
+
}, _class2)) || _class);
|
79
79
|
export default Body;
|
80
80
|
export { Body };
|
package/es/Table/Cell/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
var _dec, _class, _class2
|
1
|
+
var _dec, _class, _class2;
|
2
2
|
|
3
3
|
/*
|
4
4
|
* The MIT License (MIT)
|
@@ -40,7 +40,7 @@ id: Table.Cell
|
|
40
40
|
@tsProps
|
41
41
|
**/
|
42
42
|
|
43
|
-
let Cell = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (
|
43
|
+
let Cell = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class Cell extends Component {
|
44
44
|
componentDidMount() {
|
45
45
|
var _this$props$makeStyle, _this$props;
|
46
46
|
|
@@ -69,6 +69,6 @@ let Cell = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class
|
|
69
69
|
}, _class2.displayName = "Cell", _class2.componentId = 'Table.Cell', _class2.allowedProps = allowedProps, _class2.propTypes = propTypes, _class2.defaultProps = {
|
70
70
|
textAlign: 'start',
|
71
71
|
children: null
|
72
|
-
},
|
72
|
+
}, _class2)) || _class);
|
73
73
|
export default Cell;
|
74
74
|
export { Cell };
|
@@ -1,4 +1,4 @@
|
|
1
|
-
var _dec, _class, _class2,
|
1
|
+
var _dec, _class, _class2, _IconMiniArrowUpLine, _IconMiniArrowDownLin;
|
2
2
|
|
3
3
|
/*
|
4
4
|
* The MIT License (MIT)
|
@@ -40,7 +40,7 @@ id: Table.ColHeader
|
|
40
40
|
@tsProps
|
41
41
|
**/
|
42
42
|
|
43
|
-
let ColHeader = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (
|
43
|
+
let ColHeader = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class ColHeader extends Component {
|
44
44
|
constructor() {
|
45
45
|
super(...arguments);
|
46
46
|
|
@@ -118,6 +118,6 @@ let ColHeader = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_
|
|
118
118
|
sortDirection: 'none',
|
119
119
|
children: null,
|
120
120
|
scope: 'col'
|
121
|
-
},
|
121
|
+
}, _class2)) || _class);
|
122
122
|
export default ColHeader;
|
123
123
|
export { ColHeader };
|
package/es/Table/Head/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
2
2
|
|
3
|
-
var _dec, _class, _class2,
|
3
|
+
var _dec, _class, _class2, _ScreenReaderContent;
|
4
4
|
|
5
5
|
/*
|
6
6
|
* The MIT License (MIT)
|
@@ -47,7 +47,7 @@ id: Table.Head
|
|
47
47
|
@tsProps
|
48
48
|
**/
|
49
49
|
|
50
|
-
let Head = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (
|
50
|
+
let Head = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class Head extends Component {
|
51
51
|
get isSortable() {
|
52
52
|
const _ref = Children.toArray(this.props.children),
|
53
53
|
_ref2 = _slicedToArray(_ref, 1),
|
@@ -178,6 +178,6 @@ let Head = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class
|
|
178
178
|
|
179
179
|
}, _class2.displayName = "Head", _class2.componentId = 'Table.Head', _class2.allowedProps = allowedProps, _class2.propTypes = propTypes, _class2.defaultProps = {
|
180
180
|
children: null
|
181
|
-
},
|
181
|
+
}, _class2)) || _class);
|
182
182
|
export default Head;
|
183
183
|
export { Head };
|
package/es/Table/Row/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
var _dec, _class, _class2
|
1
|
+
var _dec, _class, _class2;
|
2
2
|
|
3
3
|
/*
|
4
4
|
* The MIT License (MIT)
|
@@ -43,7 +43,7 @@ id: Table.Row
|
|
43
43
|
@tsProps
|
44
44
|
**/
|
45
45
|
|
46
|
-
let Row = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (
|
46
|
+
let Row = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class Row extends Component {
|
47
47
|
componentDidMount() {
|
48
48
|
var _this$props$makeStyle, _this$props;
|
49
49
|
|
@@ -92,6 +92,6 @@ let Row = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class
|
|
92
92
|
|
93
93
|
}, _class2.displayName = "Row", _class2.componentId = 'Table.Row', _class2.allowedProps = allowedProps, _class2.propTypes = propTypes, _class2.defaultProps = {
|
94
94
|
children: null
|
95
|
-
},
|
95
|
+
}, _class2)) || _class);
|
96
96
|
export default Row;
|
97
97
|
export { Row };
|
@@ -1,4 +1,4 @@
|
|
1
|
-
var _dec, _class, _class2
|
1
|
+
var _dec, _class, _class2;
|
2
2
|
|
3
3
|
/*
|
4
4
|
* The MIT License (MIT)
|
@@ -40,7 +40,7 @@ id: Table.RowHeader
|
|
40
40
|
@tsProps
|
41
41
|
**/
|
42
42
|
|
43
|
-
let RowHeader = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (
|
43
|
+
let RowHeader = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class RowHeader extends Component {
|
44
44
|
componentDidMount() {
|
45
45
|
var _this$props$makeStyle, _this$props;
|
46
46
|
|
@@ -69,6 +69,6 @@ let RowHeader = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_
|
|
69
69
|
}, _class2.displayName = "RowHeader", _class2.componentId = 'Table.RowHeader', _class2.allowedProps = allowedProps, _class2.propTypes = propTypes, _class2.defaultProps = {
|
70
70
|
textAlign: 'start',
|
71
71
|
children: null
|
72
|
-
},
|
72
|
+
}, _class2)) || _class);
|
73
73
|
export default RowHeader;
|
74
74
|
export { RowHeader };
|
package/es/Table/index.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
2
2
|
|
3
|
-
var _dec, _class, _class2
|
3
|
+
var _dec, _class, _class2;
|
4
4
|
|
5
5
|
/*
|
6
6
|
* The MIT License (MIT)
|
@@ -48,7 +48,7 @@ category: components
|
|
48
48
|
@tsProps
|
49
49
|
**/
|
50
50
|
|
51
|
-
let Table = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (
|
51
|
+
let Table = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_class = (_class2 = class Table extends Component {
|
52
52
|
constructor() {
|
53
53
|
super(...arguments);
|
54
54
|
this.ref = null;
|
@@ -139,6 +139,6 @@ let Table = (_dec = withStyle(generateStyle, generateComponentTheme), _dec(_clas
|
|
139
139
|
children: null,
|
140
140
|
hover: false,
|
141
141
|
layout: 'auto'
|
142
|
-
}, _class2.Head = Head, _class2.Body = Body, _class2.Row = Row, _class2.ColHeader = ColHeader, _class2.RowHeader = RowHeader, _class2.Cell = Cell,
|
142
|
+
}, _class2.Head = Head, _class2.Body = Body, _class2.Row = Row, _class2.ColHeader = ColHeader, _class2.RowHeader = RowHeader, _class2.Cell = Cell, _class2)) || _class);
|
143
143
|
export default Table;
|
144
144
|
export { Table };
|
package/lib/Table/Body/index.js
CHANGED
@@ -27,7 +27,7 @@ var _Row = require("../Row");
|
|
27
27
|
|
28
28
|
var _props = require("./props");
|
29
29
|
|
30
|
-
var _dec, _class, _class2
|
30
|
+
var _dec, _class, _class2;
|
31
31
|
|
32
32
|
/**
|
33
33
|
---
|
@@ -36,7 +36,7 @@ id: Table.Body
|
|
36
36
|
---
|
37
37
|
@tsProps
|
38
38
|
**/
|
39
|
-
let Body = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (
|
39
|
+
let Body = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class Body extends _react.Component {
|
40
40
|
componentDidMount() {
|
41
41
|
var _this$props$makeStyle, _this$props;
|
42
42
|
|
@@ -70,7 +70,7 @@ let Body = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _de
|
|
70
70
|
|
71
71
|
}, _class2.displayName = "Body", _class2.componentId = 'Table.Body', _class2.allowedProps = _props.allowedProps, _class2.propTypes = _props.propTypes, _class2.defaultProps = {
|
72
72
|
children: null
|
73
|
-
},
|
73
|
+
}, _class2)) || _class);
|
74
74
|
exports.Body = Body;
|
75
75
|
var _default = Body;
|
76
76
|
exports.default = _default;
|
package/lib/Table/Cell/index.js
CHANGED
@@ -23,7 +23,7 @@ var _theme = _interopRequireDefault(require("./theme"));
|
|
23
23
|
|
24
24
|
var _props = require("./props");
|
25
25
|
|
26
|
-
var _dec, _class, _class2
|
26
|
+
var _dec, _class, _class2;
|
27
27
|
|
28
28
|
/**
|
29
29
|
---
|
@@ -32,7 +32,7 @@ id: Table.Cell
|
|
32
32
|
---
|
33
33
|
@tsProps
|
34
34
|
**/
|
35
|
-
let Cell = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (
|
35
|
+
let Cell = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class Cell extends _react.Component {
|
36
36
|
componentDidMount() {
|
37
37
|
var _this$props$makeStyle, _this$props;
|
38
38
|
|
@@ -61,7 +61,7 @@ let Cell = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _de
|
|
61
61
|
}, _class2.displayName = "Cell", _class2.componentId = 'Table.Cell', _class2.allowedProps = _props.allowedProps, _class2.propTypes = _props.propTypes, _class2.defaultProps = {
|
62
62
|
textAlign: 'start',
|
63
63
|
children: null
|
64
|
-
},
|
64
|
+
}, _class2)) || _class);
|
65
65
|
exports.Cell = Cell;
|
66
66
|
var _default = Cell;
|
67
67
|
exports.default = _default;
|
@@ -29,7 +29,7 @@ var _theme = _interopRequireDefault(require("./theme"));
|
|
29
29
|
|
30
30
|
var _props = require("./props");
|
31
31
|
|
32
|
-
var _dec, _class, _class2,
|
32
|
+
var _dec, _class, _class2, _IconMiniArrowUpLine, _IconMiniArrowDownLin;
|
33
33
|
|
34
34
|
/**
|
35
35
|
---
|
@@ -38,7 +38,7 @@ id: Table.ColHeader
|
|
38
38
|
---
|
39
39
|
@tsProps
|
40
40
|
**/
|
41
|
-
let ColHeader = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (
|
41
|
+
let ColHeader = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class ColHeader extends _react.Component {
|
42
42
|
constructor() {
|
43
43
|
super(...arguments);
|
44
44
|
|
@@ -116,7 +116,7 @@ let ColHeader = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default)
|
|
116
116
|
sortDirection: 'none',
|
117
117
|
children: null,
|
118
118
|
scope: 'col'
|
119
|
-
},
|
119
|
+
}, _class2)) || _class);
|
120
120
|
exports.ColHeader = ColHeader;
|
121
121
|
var _default = ColHeader;
|
122
122
|
exports.default = _default;
|
package/lib/Table/Head/index.js
CHANGED
@@ -37,7 +37,7 @@ var _ColHeader = require("../ColHeader");
|
|
37
37
|
|
38
38
|
var _props = require("./props");
|
39
39
|
|
40
|
-
var _dec, _class, _class2,
|
40
|
+
var _dec, _class, _class2, _ScreenReaderContent;
|
41
41
|
|
42
42
|
/**
|
43
43
|
---
|
@@ -46,7 +46,7 @@ id: Table.Head
|
|
46
46
|
---
|
47
47
|
@tsProps
|
48
48
|
**/
|
49
|
-
let Head = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (
|
49
|
+
let Head = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class Head extends _react.Component {
|
50
50
|
get isSortable() {
|
51
51
|
const _ref = _react.Children.toArray(this.props.children),
|
52
52
|
_ref2 = (0, _slicedToArray2.default)(_ref, 1),
|
@@ -178,7 +178,7 @@ let Head = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _de
|
|
178
178
|
|
179
179
|
}, _class2.displayName = "Head", _class2.componentId = 'Table.Head', _class2.allowedProps = _props.allowedProps, _class2.propTypes = _props.propTypes, _class2.defaultProps = {
|
180
180
|
children: null
|
181
|
-
},
|
181
|
+
}, _class2)) || _class);
|
182
182
|
exports.Head = Head;
|
183
183
|
var _default = Head;
|
184
184
|
exports.default = _default;
|
package/lib/Table/Row/index.js
CHANGED
@@ -31,7 +31,7 @@ var _Cell = require("../Cell");
|
|
31
31
|
|
32
32
|
var _props = require("./props");
|
33
33
|
|
34
|
-
var _dec, _class, _class2
|
34
|
+
var _dec, _class, _class2;
|
35
35
|
|
36
36
|
/**
|
37
37
|
---
|
@@ -40,7 +40,7 @@ id: Table.Row
|
|
40
40
|
---
|
41
41
|
@tsProps
|
42
42
|
**/
|
43
|
-
let Row = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (
|
43
|
+
let Row = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class Row extends _react.Component {
|
44
44
|
componentDidMount() {
|
45
45
|
var _this$props$makeStyle, _this$props;
|
46
46
|
|
@@ -89,7 +89,7 @@ let Row = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec
|
|
89
89
|
|
90
90
|
}, _class2.displayName = "Row", _class2.componentId = 'Table.Row', _class2.allowedProps = _props.allowedProps, _class2.propTypes = _props.propTypes, _class2.defaultProps = {
|
91
91
|
children: null
|
92
|
-
},
|
92
|
+
}, _class2)) || _class);
|
93
93
|
exports.Row = Row;
|
94
94
|
var _default = Row;
|
95
95
|
exports.default = _default;
|
@@ -23,7 +23,7 @@ var _theme = _interopRequireDefault(require("./theme"));
|
|
23
23
|
|
24
24
|
var _props = require("./props");
|
25
25
|
|
26
|
-
var _dec, _class, _class2
|
26
|
+
var _dec, _class, _class2;
|
27
27
|
|
28
28
|
/**
|
29
29
|
---
|
@@ -32,7 +32,7 @@ id: Table.RowHeader
|
|
32
32
|
---
|
33
33
|
@tsProps
|
34
34
|
**/
|
35
|
-
let RowHeader = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (
|
35
|
+
let RowHeader = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class RowHeader extends _react.Component {
|
36
36
|
componentDidMount() {
|
37
37
|
var _this$props$makeStyle, _this$props;
|
38
38
|
|
@@ -61,7 +61,7 @@ let RowHeader = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default)
|
|
61
61
|
}, _class2.displayName = "RowHeader", _class2.componentId = 'Table.RowHeader', _class2.allowedProps = _props.allowedProps, _class2.propTypes = _props.propTypes, _class2.defaultProps = {
|
62
62
|
textAlign: 'start',
|
63
63
|
children: null
|
64
|
-
},
|
64
|
+
}, _class2)) || _class);
|
65
65
|
exports.RowHeader = RowHeader;
|
66
66
|
var _default = RowHeader;
|
67
67
|
exports.default = _default;
|
package/lib/Table/index.js
CHANGED
@@ -41,7 +41,7 @@ var _Cell = require("./Cell");
|
|
41
41
|
|
42
42
|
var _props = require("./props");
|
43
43
|
|
44
|
-
var _dec, _class, _class2
|
44
|
+
var _dec, _class, _class2;
|
45
45
|
|
46
46
|
/**
|
47
47
|
---
|
@@ -49,7 +49,7 @@ category: components
|
|
49
49
|
---
|
50
50
|
@tsProps
|
51
51
|
**/
|
52
|
-
let Table = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (
|
52
|
+
let Table = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _dec(_class = (_class2 = class Table extends _react.Component {
|
53
53
|
constructor() {
|
54
54
|
super(...arguments);
|
55
55
|
this.ref = null;
|
@@ -140,7 +140,7 @@ let Table = (_dec = (0, _emotion.withStyle)(_styles.default, _theme.default), _d
|
|
140
140
|
children: null,
|
141
141
|
hover: false,
|
142
142
|
layout: 'auto'
|
143
|
-
}, _class2.Head = _Head.Head, _class2.Body = _Body.Body, _class2.Row = _Row.Row, _class2.ColHeader = _ColHeader.ColHeader, _class2.RowHeader = _RowHeader.RowHeader, _class2.Cell = _Cell.Cell,
|
143
|
+
}, _class2.Head = _Head.Head, _class2.Body = _Body.Body, _class2.Row = _Row.Row, _class2.ColHeader = _ColHeader.ColHeader, _class2.RowHeader = _RowHeader.RowHeader, _class2.Cell = _Cell.Cell, _class2)) || _class);
|
144
144
|
exports.Table = Table;
|
145
145
|
var _default = Table;
|
146
146
|
exports.default = _default;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@instructure/ui-table",
|
3
|
-
"version": "8.23.
|
3
|
+
"version": "8.23.1-snapshot.11+5e829fae6",
|
4
4
|
"description": "A styled HTML table component",
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
6
6
|
"module": "./es/index.js",
|
@@ -23,24 +23,24 @@
|
|
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-utils": "8.23.
|
29
|
-
"@instructure/ui-themes": "8.23.
|
26
|
+
"@instructure/ui-babel-preset": "8.23.1-snapshot.11+5e829fae6",
|
27
|
+
"@instructure/ui-color-utils": "8.23.1-snapshot.11+5e829fae6",
|
28
|
+
"@instructure/ui-test-utils": "8.23.1-snapshot.11+5e829fae6",
|
29
|
+
"@instructure/ui-themes": "8.23.1-snapshot.11+5e829fae6"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@babel/runtime": "^7.13.10",
|
33
|
-
"@instructure/console": "8.23.
|
34
|
-
"@instructure/emotion": "8.23.
|
35
|
-
"@instructure/shared-types": "8.23.
|
36
|
-
"@instructure/ui-a11y-content": "8.23.
|
37
|
-
"@instructure/ui-icons": "8.23.
|
38
|
-
"@instructure/ui-prop-types": "8.23.
|
39
|
-
"@instructure/ui-react-utils": "8.23.
|
40
|
-
"@instructure/ui-simple-select": "8.23.
|
41
|
-
"@instructure/ui-testable": "8.23.
|
42
|
-
"@instructure/ui-utils": "8.23.
|
43
|
-
"@instructure/ui-view": "8.23.
|
33
|
+
"@instructure/console": "8.23.1-snapshot.11+5e829fae6",
|
34
|
+
"@instructure/emotion": "8.23.1-snapshot.11+5e829fae6",
|
35
|
+
"@instructure/shared-types": "8.23.1-snapshot.11+5e829fae6",
|
36
|
+
"@instructure/ui-a11y-content": "8.23.1-snapshot.11+5e829fae6",
|
37
|
+
"@instructure/ui-icons": "8.23.1-snapshot.11+5e829fae6",
|
38
|
+
"@instructure/ui-prop-types": "8.23.1-snapshot.11+5e829fae6",
|
39
|
+
"@instructure/ui-react-utils": "8.23.1-snapshot.11+5e829fae6",
|
40
|
+
"@instructure/ui-simple-select": "8.23.1-snapshot.11+5e829fae6",
|
41
|
+
"@instructure/ui-testable": "8.23.1-snapshot.11+5e829fae6",
|
42
|
+
"@instructure/ui-utils": "8.23.1-snapshot.11+5e829fae6",
|
43
|
+
"@instructure/ui-view": "8.23.1-snapshot.11+5e829fae6",
|
44
44
|
"prop-types": "^15"
|
45
45
|
},
|
46
46
|
"peerDependencies": {
|
@@ -49,5 +49,6 @@
|
|
49
49
|
"publishConfig": {
|
50
50
|
"access": "public"
|
51
51
|
},
|
52
|
-
"sideEffects": false
|
52
|
+
"sideEffects": false,
|
53
|
+
"gitHead": "5e829fae6b005f080497818df8b3fff19365aab3"
|
53
54
|
}
|