@instructure/ui 8.21.1-snapshot.9 → 8.22.0
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/CHANGELOG.md +12 -0
- package/es/index.js +1 -0
- package/lib/index.js +9 -0
- package/package.json +72 -72
- 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 +0 -27
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [8.22.0](https://github.com/instructure/instructure-ui/compare/v8.21.0...v8.22.0) (2022-03-31)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **ui-drilldown,ui:** add new `Drilldown` component ([44e7e13](https://github.com/instructure/instructure-ui/commit/44e7e13f1720680be9f7e76a3d3ec0cf94e88d5b))
|
|
11
|
+
|
|
12
|
+
##### Drilldown component
|
|
13
|
+
|
|
14
|
+
The [Drilldown](#Drilldown) component exists to support navigating and managing tree structures in compact spaces.
|
|
15
|
+
It is a diverse component that displays hierarchical data in a fashion that allows the users to “drill down” and dig deeper into the layers (pages) of the data structure.
|
|
16
|
+
It has similar look and features to the [Menu](#Menu), [Select](#Select) and [TreeBrowser](#TreeBrowser) components.
|
|
17
|
+
|
|
6
18
|
# [8.21.0](https://github.com/instructure/instructure-ui/compare/v8.20.0...v8.21.0) (2022-03-30)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @instructure/ui
|
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.
|
|
3
|
+
"version": "8.22.0",
|
|
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.
|
|
29
|
-
"@instructure/ui-a11y-content": "8.
|
|
30
|
-
"@instructure/ui-alerts": "8.
|
|
31
|
-
"@instructure/ui-avatar": "8.
|
|
32
|
-
"@instructure/ui-badge": "8.
|
|
33
|
-
"@instructure/ui-billboard": "8.
|
|
34
|
-
"@instructure/ui-breadcrumb": "8.
|
|
35
|
-
"@instructure/ui-buttons": "8.
|
|
36
|
-
"@instructure/ui-byline": "8.
|
|
37
|
-
"@instructure/ui-calendar": "8.
|
|
38
|
-
"@instructure/ui-checkbox": "8.
|
|
39
|
-
"@instructure/ui-code-editor": "8.
|
|
40
|
-
"@instructure/ui-date-input": "8.
|
|
41
|
-
"@instructure/ui-date-time-input": "8.
|
|
42
|
-
"@instructure/ui-dialog": "8.
|
|
43
|
-
"@instructure/ui-drawer-layout": "8.
|
|
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.22.0",
|
|
29
|
+
"@instructure/ui-a11y-content": "8.22.0",
|
|
30
|
+
"@instructure/ui-alerts": "8.22.0",
|
|
31
|
+
"@instructure/ui-avatar": "8.22.0",
|
|
32
|
+
"@instructure/ui-badge": "8.22.0",
|
|
33
|
+
"@instructure/ui-billboard": "8.22.0",
|
|
34
|
+
"@instructure/ui-breadcrumb": "8.22.0",
|
|
35
|
+
"@instructure/ui-buttons": "8.22.0",
|
|
36
|
+
"@instructure/ui-byline": "8.22.0",
|
|
37
|
+
"@instructure/ui-calendar": "8.22.0",
|
|
38
|
+
"@instructure/ui-checkbox": "8.22.0",
|
|
39
|
+
"@instructure/ui-code-editor": "8.22.0",
|
|
40
|
+
"@instructure/ui-date-input": "8.22.0",
|
|
41
|
+
"@instructure/ui-date-time-input": "8.22.0",
|
|
42
|
+
"@instructure/ui-dialog": "8.22.0",
|
|
43
|
+
"@instructure/ui-drawer-layout": "8.22.0",
|
|
44
|
+
"@instructure/ui-drilldown": "8.22.0",
|
|
45
|
+
"@instructure/ui-editable": "8.22.0",
|
|
46
|
+
"@instructure/ui-expandable": "8.22.0",
|
|
47
|
+
"@instructure/ui-file-drop": "8.22.0",
|
|
48
|
+
"@instructure/ui-flex": "8.22.0",
|
|
49
|
+
"@instructure/ui-focusable": "8.22.0",
|
|
50
|
+
"@instructure/ui-form-field": "8.22.0",
|
|
51
|
+
"@instructure/ui-grid": "8.22.0",
|
|
52
|
+
"@instructure/ui-heading": "8.22.0",
|
|
53
|
+
"@instructure/ui-i18n": "8.22.0",
|
|
54
|
+
"@instructure/ui-icons": "8.22.0",
|
|
55
|
+
"@instructure/ui-img": "8.22.0",
|
|
56
|
+
"@instructure/ui-link": "8.22.0",
|
|
57
|
+
"@instructure/ui-list": "8.22.0",
|
|
58
|
+
"@instructure/ui-menu": "8.22.0",
|
|
59
|
+
"@instructure/ui-metric": "8.22.0",
|
|
60
|
+
"@instructure/ui-modal": "8.22.0",
|
|
61
|
+
"@instructure/ui-motion": "8.22.0",
|
|
62
|
+
"@instructure/ui-navigation": "8.22.0",
|
|
63
|
+
"@instructure/ui-number-input": "8.22.0",
|
|
64
|
+
"@instructure/ui-options": "8.22.0",
|
|
65
|
+
"@instructure/ui-overlays": "8.22.0",
|
|
66
|
+
"@instructure/ui-pages": "8.22.0",
|
|
67
|
+
"@instructure/ui-pagination": "8.22.0",
|
|
68
|
+
"@instructure/ui-pill": "8.22.0",
|
|
69
|
+
"@instructure/ui-popover": "8.22.0",
|
|
70
|
+
"@instructure/ui-portal": "8.22.0",
|
|
71
|
+
"@instructure/ui-position": "8.22.0",
|
|
72
|
+
"@instructure/ui-progress": "8.22.0",
|
|
73
|
+
"@instructure/ui-radio-input": "8.22.0",
|
|
74
|
+
"@instructure/ui-range-input": "8.22.0",
|
|
75
|
+
"@instructure/ui-rating": "8.22.0",
|
|
76
|
+
"@instructure/ui-responsive": "8.22.0",
|
|
77
|
+
"@instructure/ui-select": "8.22.0",
|
|
78
|
+
"@instructure/ui-selectable": "8.22.0",
|
|
79
|
+
"@instructure/ui-simple-select": "8.22.0",
|
|
80
|
+
"@instructure/ui-spinner": "8.22.0",
|
|
81
|
+
"@instructure/ui-svg-images": "8.22.0",
|
|
82
|
+
"@instructure/ui-table": "8.22.0",
|
|
83
|
+
"@instructure/ui-tabs": "8.22.0",
|
|
84
|
+
"@instructure/ui-tag": "8.22.0",
|
|
85
|
+
"@instructure/ui-text": "8.22.0",
|
|
86
|
+
"@instructure/ui-text-area": "8.22.0",
|
|
87
|
+
"@instructure/ui-text-input": "8.22.0",
|
|
88
|
+
"@instructure/ui-themes": "8.22.0",
|
|
89
|
+
"@instructure/ui-time-select": "8.22.0",
|
|
90
|
+
"@instructure/ui-toggle-details": "8.22.0",
|
|
91
|
+
"@instructure/ui-tooltip": "8.22.0",
|
|
92
|
+
"@instructure/ui-tray": "8.22.0",
|
|
93
|
+
"@instructure/ui-tree-browser": "8.22.0",
|
|
94
|
+
"@instructure/ui-truncate-text": "8.22.0",
|
|
95
|
+
"@instructure/ui-view": "8.22.0"
|
|
95
96
|
},
|
|
96
97
|
"devDependencies": {
|
|
97
|
-
"@instructure/ui-babel-preset": "8.
|
|
98
|
-
"@instructure/ui-test-utils": "8.
|
|
98
|
+
"@instructure/ui-babel-preset": "8.22.0",
|
|
99
|
+
"@instructure/ui-test-utils": "8.22.0"
|
|
99
100
|
},
|
|
100
101
|
"publishConfig": {
|
|
101
102
|
"access": "public"
|
|
@@ -104,6 +105,5 @@
|
|
|
104
105
|
"peerDependencies": {
|
|
105
106
|
"react": ">= 16.8 <=17",
|
|
106
107
|
"react-dom": ">= 16.8 <= 17"
|
|
107
|
-
}
|
|
108
|
-
"gitHead": "4061e5b898f3b001e307115a3405c6905392e2a8"
|
|
108
|
+
}
|
|
109
109
|
}
|
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" },
|