@instructure/ui 8.21.0 → 8.21.1-snapshot.10
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/index.js +1 -0
- package/lib/index.js +9 -0
- package/package.json +73 -71
- package/src/index.ts +1 -0
- package/tsconfig.build.json +1 -0
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +1 -0
- package/types/index.d.ts.map +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/index.js
CHANGED
|
@@ -37,6 +37,7 @@ export { DateInput } from '@instructure/ui-date-input';
|
|
|
37
37
|
export { DateTimeInput } from '@instructure/ui-date-time-input';
|
|
38
38
|
export { Dialog } from '@instructure/ui-dialog';
|
|
39
39
|
export { DrawerLayout, DrawerContent } from '@instructure/ui-drawer-layout';
|
|
40
|
+
export { Drilldown } from '@instructure/ui-drilldown';
|
|
40
41
|
export { Editable, InPlaceEdit } from '@instructure/ui-editable';
|
|
41
42
|
export { Expandable } from '@instructure/ui-expandable';
|
|
42
43
|
export { FileDrop } from '@instructure/ui-file-drop';
|
package/lib/index.js
CHANGED
|
@@ -33,6 +33,7 @@ var _exportNames = {
|
|
|
33
33
|
Dialog: true,
|
|
34
34
|
DrawerLayout: true,
|
|
35
35
|
DrawerContent: true,
|
|
36
|
+
Drilldown: true,
|
|
36
37
|
Editable: true,
|
|
37
38
|
InPlaceEdit: true,
|
|
38
39
|
Expandable: true,
|
|
@@ -260,6 +261,12 @@ Object.defineProperty(exports, "DrawerLayout", {
|
|
|
260
261
|
return _uiDrawerLayout.DrawerLayout;
|
|
261
262
|
}
|
|
262
263
|
});
|
|
264
|
+
Object.defineProperty(exports, "Drilldown", {
|
|
265
|
+
enumerable: true,
|
|
266
|
+
get: function () {
|
|
267
|
+
return _uiDrilldown.Drilldown;
|
|
268
|
+
}
|
|
269
|
+
});
|
|
263
270
|
Object.defineProperty(exports, "Editable", {
|
|
264
271
|
enumerable: true,
|
|
265
272
|
get: function () {
|
|
@@ -773,6 +780,8 @@ var _uiDialog = require("@instructure/ui-dialog");
|
|
|
773
780
|
|
|
774
781
|
var _uiDrawerLayout = require("@instructure/ui-drawer-layout");
|
|
775
782
|
|
|
783
|
+
var _uiDrilldown = require("@instructure/ui-drilldown");
|
|
784
|
+
|
|
776
785
|
var _uiEditable = require("@instructure/ui-editable");
|
|
777
786
|
|
|
778
787
|
var _uiExpandable = require("@instructure/ui-expandable");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui",
|
|
3
|
-
"version": "8.21.
|
|
3
|
+
"version": "8.21.1-snapshot.10+44e7e13f1",
|
|
4
4
|
"description": "A meta package exporting all UI components",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -25,77 +25,78 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime": "^7.13.10",
|
|
28
|
-
"@instructure/emotion": "8.21.
|
|
29
|
-
"@instructure/ui-a11y-content": "8.21.
|
|
30
|
-
"@instructure/ui-alerts": "8.21.
|
|
31
|
-
"@instructure/ui-avatar": "8.21.
|
|
32
|
-
"@instructure/ui-badge": "8.21.
|
|
33
|
-
"@instructure/ui-billboard": "8.21.
|
|
34
|
-
"@instructure/ui-breadcrumb": "8.21.
|
|
35
|
-
"@instructure/ui-buttons": "8.21.
|
|
36
|
-
"@instructure/ui-byline": "8.21.
|
|
37
|
-
"@instructure/ui-calendar": "8.21.
|
|
38
|
-
"@instructure/ui-checkbox": "8.21.
|
|
39
|
-
"@instructure/ui-code-editor": "8.21.
|
|
40
|
-
"@instructure/ui-date-input": "8.21.
|
|
41
|
-
"@instructure/ui-date-time-input": "8.21.
|
|
42
|
-
"@instructure/ui-dialog": "8.21.
|
|
43
|
-
"@instructure/ui-drawer-layout": "8.21.
|
|
44
|
-
"@instructure/ui-
|
|
45
|
-
"@instructure/ui-
|
|
46
|
-
"@instructure/ui-
|
|
47
|
-
"@instructure/ui-
|
|
48
|
-
"@instructure/ui-
|
|
49
|
-
"@instructure/ui-
|
|
50
|
-
"@instructure/ui-
|
|
51
|
-
"@instructure/ui-
|
|
52
|
-
"@instructure/ui-
|
|
53
|
-
"@instructure/ui-
|
|
54
|
-
"@instructure/ui-
|
|
55
|
-
"@instructure/ui-
|
|
56
|
-
"@instructure/ui-
|
|
57
|
-
"@instructure/ui-
|
|
58
|
-
"@instructure/ui-
|
|
59
|
-
"@instructure/ui-
|
|
60
|
-
"@instructure/ui-
|
|
61
|
-
"@instructure/ui-
|
|
62
|
-
"@instructure/ui-
|
|
63
|
-
"@instructure/ui-
|
|
64
|
-
"@instructure/ui-
|
|
65
|
-
"@instructure/ui-
|
|
66
|
-
"@instructure/ui-
|
|
67
|
-
"@instructure/ui-
|
|
68
|
-
"@instructure/ui-
|
|
69
|
-
"@instructure/ui-
|
|
70
|
-
"@instructure/ui-
|
|
71
|
-
"@instructure/ui-
|
|
72
|
-
"@instructure/ui-
|
|
73
|
-
"@instructure/ui-
|
|
74
|
-
"@instructure/ui-
|
|
75
|
-
"@instructure/ui-
|
|
76
|
-
"@instructure/ui-
|
|
77
|
-
"@instructure/ui-
|
|
78
|
-
"@instructure/ui-
|
|
79
|
-
"@instructure/ui-
|
|
80
|
-
"@instructure/ui-
|
|
81
|
-
"@instructure/ui-
|
|
82
|
-
"@instructure/ui-
|
|
83
|
-
"@instructure/ui-
|
|
84
|
-
"@instructure/ui-
|
|
85
|
-
"@instructure/ui-text
|
|
86
|
-
"@instructure/ui-text-
|
|
87
|
-
"@instructure/ui-
|
|
88
|
-
"@instructure/ui-
|
|
89
|
-
"@instructure/ui-
|
|
90
|
-
"@instructure/ui-
|
|
91
|
-
"@instructure/ui-
|
|
92
|
-
"@instructure/ui-
|
|
93
|
-
"@instructure/ui-
|
|
94
|
-
"@instructure/ui-
|
|
28
|
+
"@instructure/emotion": "8.21.1-snapshot.10+44e7e13f1",
|
|
29
|
+
"@instructure/ui-a11y-content": "8.21.1-snapshot.10+44e7e13f1",
|
|
30
|
+
"@instructure/ui-alerts": "8.21.1-snapshot.10+44e7e13f1",
|
|
31
|
+
"@instructure/ui-avatar": "8.21.1-snapshot.10+44e7e13f1",
|
|
32
|
+
"@instructure/ui-badge": "8.21.1-snapshot.10+44e7e13f1",
|
|
33
|
+
"@instructure/ui-billboard": "8.21.1-snapshot.10+44e7e13f1",
|
|
34
|
+
"@instructure/ui-breadcrumb": "8.21.1-snapshot.10+44e7e13f1",
|
|
35
|
+
"@instructure/ui-buttons": "8.21.1-snapshot.10+44e7e13f1",
|
|
36
|
+
"@instructure/ui-byline": "8.21.1-snapshot.10+44e7e13f1",
|
|
37
|
+
"@instructure/ui-calendar": "8.21.1-snapshot.10+44e7e13f1",
|
|
38
|
+
"@instructure/ui-checkbox": "8.21.1-snapshot.10+44e7e13f1",
|
|
39
|
+
"@instructure/ui-code-editor": "8.21.1-snapshot.10+44e7e13f1",
|
|
40
|
+
"@instructure/ui-date-input": "8.21.1-snapshot.10+44e7e13f1",
|
|
41
|
+
"@instructure/ui-date-time-input": "8.21.1-snapshot.10+44e7e13f1",
|
|
42
|
+
"@instructure/ui-dialog": "8.21.1-snapshot.10+44e7e13f1",
|
|
43
|
+
"@instructure/ui-drawer-layout": "8.21.1-snapshot.10+44e7e13f1",
|
|
44
|
+
"@instructure/ui-drilldown": "8.21.1-snapshot.10+44e7e13f1",
|
|
45
|
+
"@instructure/ui-editable": "8.21.1-snapshot.10+44e7e13f1",
|
|
46
|
+
"@instructure/ui-expandable": "8.21.1-snapshot.10+44e7e13f1",
|
|
47
|
+
"@instructure/ui-file-drop": "8.21.1-snapshot.10+44e7e13f1",
|
|
48
|
+
"@instructure/ui-flex": "8.21.1-snapshot.10+44e7e13f1",
|
|
49
|
+
"@instructure/ui-focusable": "8.21.1-snapshot.10+44e7e13f1",
|
|
50
|
+
"@instructure/ui-form-field": "8.21.1-snapshot.10+44e7e13f1",
|
|
51
|
+
"@instructure/ui-grid": "8.21.1-snapshot.10+44e7e13f1",
|
|
52
|
+
"@instructure/ui-heading": "8.21.1-snapshot.10+44e7e13f1",
|
|
53
|
+
"@instructure/ui-i18n": "8.21.1-snapshot.10+44e7e13f1",
|
|
54
|
+
"@instructure/ui-icons": "8.21.1-snapshot.10+44e7e13f1",
|
|
55
|
+
"@instructure/ui-img": "8.21.1-snapshot.10+44e7e13f1",
|
|
56
|
+
"@instructure/ui-link": "8.21.1-snapshot.10+44e7e13f1",
|
|
57
|
+
"@instructure/ui-list": "8.21.1-snapshot.10+44e7e13f1",
|
|
58
|
+
"@instructure/ui-menu": "8.21.1-snapshot.10+44e7e13f1",
|
|
59
|
+
"@instructure/ui-metric": "8.21.1-snapshot.10+44e7e13f1",
|
|
60
|
+
"@instructure/ui-modal": "8.21.1-snapshot.10+44e7e13f1",
|
|
61
|
+
"@instructure/ui-motion": "8.21.1-snapshot.10+44e7e13f1",
|
|
62
|
+
"@instructure/ui-navigation": "8.21.1-snapshot.10+44e7e13f1",
|
|
63
|
+
"@instructure/ui-number-input": "8.21.1-snapshot.10+44e7e13f1",
|
|
64
|
+
"@instructure/ui-options": "8.21.1-snapshot.10+44e7e13f1",
|
|
65
|
+
"@instructure/ui-overlays": "8.21.1-snapshot.10+44e7e13f1",
|
|
66
|
+
"@instructure/ui-pages": "8.21.1-snapshot.10+44e7e13f1",
|
|
67
|
+
"@instructure/ui-pagination": "8.21.1-snapshot.10+44e7e13f1",
|
|
68
|
+
"@instructure/ui-pill": "8.21.1-snapshot.10+44e7e13f1",
|
|
69
|
+
"@instructure/ui-popover": "8.21.1-snapshot.10+44e7e13f1",
|
|
70
|
+
"@instructure/ui-portal": "8.21.1-snapshot.10+44e7e13f1",
|
|
71
|
+
"@instructure/ui-position": "8.21.1-snapshot.10+44e7e13f1",
|
|
72
|
+
"@instructure/ui-progress": "8.21.1-snapshot.10+44e7e13f1",
|
|
73
|
+
"@instructure/ui-radio-input": "8.21.1-snapshot.10+44e7e13f1",
|
|
74
|
+
"@instructure/ui-range-input": "8.21.1-snapshot.10+44e7e13f1",
|
|
75
|
+
"@instructure/ui-rating": "8.21.1-snapshot.10+44e7e13f1",
|
|
76
|
+
"@instructure/ui-responsive": "8.21.1-snapshot.10+44e7e13f1",
|
|
77
|
+
"@instructure/ui-select": "8.21.1-snapshot.10+44e7e13f1",
|
|
78
|
+
"@instructure/ui-selectable": "8.21.1-snapshot.10+44e7e13f1",
|
|
79
|
+
"@instructure/ui-simple-select": "8.21.1-snapshot.10+44e7e13f1",
|
|
80
|
+
"@instructure/ui-spinner": "8.21.1-snapshot.10+44e7e13f1",
|
|
81
|
+
"@instructure/ui-svg-images": "8.21.1-snapshot.10+44e7e13f1",
|
|
82
|
+
"@instructure/ui-table": "8.21.1-snapshot.10+44e7e13f1",
|
|
83
|
+
"@instructure/ui-tabs": "8.21.1-snapshot.10+44e7e13f1",
|
|
84
|
+
"@instructure/ui-tag": "8.21.1-snapshot.10+44e7e13f1",
|
|
85
|
+
"@instructure/ui-text": "8.21.1-snapshot.10+44e7e13f1",
|
|
86
|
+
"@instructure/ui-text-area": "8.21.1-snapshot.10+44e7e13f1",
|
|
87
|
+
"@instructure/ui-text-input": "8.21.1-snapshot.10+44e7e13f1",
|
|
88
|
+
"@instructure/ui-themes": "8.21.1-snapshot.10+44e7e13f1",
|
|
89
|
+
"@instructure/ui-time-select": "8.21.1-snapshot.10+44e7e13f1",
|
|
90
|
+
"@instructure/ui-toggle-details": "8.21.1-snapshot.10+44e7e13f1",
|
|
91
|
+
"@instructure/ui-tooltip": "8.21.1-snapshot.10+44e7e13f1",
|
|
92
|
+
"@instructure/ui-tray": "8.21.1-snapshot.10+44e7e13f1",
|
|
93
|
+
"@instructure/ui-tree-browser": "8.21.1-snapshot.10+44e7e13f1",
|
|
94
|
+
"@instructure/ui-truncate-text": "8.21.1-snapshot.10+44e7e13f1",
|
|
95
|
+
"@instructure/ui-view": "8.21.1-snapshot.10+44e7e13f1"
|
|
95
96
|
},
|
|
96
97
|
"devDependencies": {
|
|
97
|
-
"@instructure/ui-babel-preset": "8.21.
|
|
98
|
-
"@instructure/ui-test-utils": "8.21.
|
|
98
|
+
"@instructure/ui-babel-preset": "8.21.1-snapshot.10+44e7e13f1",
|
|
99
|
+
"@instructure/ui-test-utils": "8.21.1-snapshot.10+44e7e13f1"
|
|
99
100
|
},
|
|
100
101
|
"publishConfig": {
|
|
101
102
|
"access": "public"
|
|
@@ -104,5 +105,6 @@
|
|
|
104
105
|
"peerDependencies": {
|
|
105
106
|
"react": ">= 16.8 <=17",
|
|
106
107
|
"react-dom": ">= 16.8 <= 17"
|
|
107
|
-
}
|
|
108
|
+
},
|
|
109
|
+
"gitHead": "44e7e13f1720680be9f7e76a3d3ec0cf94e88d5b"
|
|
108
110
|
}
|
package/src/index.ts
CHANGED
|
@@ -59,6 +59,7 @@ export { DateInput } from '@instructure/ui-date-input'
|
|
|
59
59
|
export { DateTimeInput } from '@instructure/ui-date-time-input'
|
|
60
60
|
export { Dialog } from '@instructure/ui-dialog'
|
|
61
61
|
export { DrawerLayout, DrawerContent } from '@instructure/ui-drawer-layout'
|
|
62
|
+
export { Drilldown } from '@instructure/ui-drilldown'
|
|
62
63
|
export { Editable, InPlaceEdit } from '@instructure/ui-editable'
|
|
63
64
|
export { Expandable } from '@instructure/ui-expandable'
|
|
64
65
|
export { FileDrop } from '@instructure/ui-file-drop'
|
package/tsconfig.build.json
CHANGED
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
{ "path": "../ui-date-input/tsconfig.build.json" },
|
|
23
23
|
{ "path": "../ui-dialog/tsconfig.build.json" },
|
|
24
24
|
{ "path": "../ui-drawer-layout/tsconfig.build.json" },
|
|
25
|
+
{ "path": "../ui-drilldown/tsconfig.build.json" },
|
|
25
26
|
{ "path": "../ui-editable/tsconfig.build.json" },
|
|
26
27
|
{ "path": "../ui-expandable/tsconfig.build.json" },
|
|
27
28
|
{ "path": "../ui-file-drop/tsconfig.build.json" },
|