@instructure/ui 8.21.1-snapshot.9 → 8.22.1-snapshot.22

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 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.21.1-snapshot.9+4061e5b89",
3
+ "version": "8.22.1-snapshot.22+a6613e9ef",
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,79 @@
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.13.10",
28
- "@instructure/emotion": "8.21.1-snapshot.9+4061e5b89",
29
- "@instructure/ui-a11y-content": "8.21.1-snapshot.9+4061e5b89",
30
- "@instructure/ui-alerts": "8.21.1-snapshot.9+4061e5b89",
31
- "@instructure/ui-avatar": "8.21.1-snapshot.9+4061e5b89",
32
- "@instructure/ui-badge": "8.21.1-snapshot.9+4061e5b89",
33
- "@instructure/ui-billboard": "8.21.1-snapshot.9+4061e5b89",
34
- "@instructure/ui-breadcrumb": "8.21.1-snapshot.9+4061e5b89",
35
- "@instructure/ui-buttons": "8.21.1-snapshot.9+4061e5b89",
36
- "@instructure/ui-byline": "8.21.1-snapshot.9+4061e5b89",
37
- "@instructure/ui-calendar": "8.21.1-snapshot.9+4061e5b89",
38
- "@instructure/ui-checkbox": "8.21.1-snapshot.9+4061e5b89",
39
- "@instructure/ui-code-editor": "8.21.1-snapshot.9+4061e5b89",
40
- "@instructure/ui-date-input": "8.21.1-snapshot.9+4061e5b89",
41
- "@instructure/ui-date-time-input": "8.21.1-snapshot.9+4061e5b89",
42
- "@instructure/ui-dialog": "8.21.1-snapshot.9+4061e5b89",
43
- "@instructure/ui-drawer-layout": "8.21.1-snapshot.9+4061e5b89",
44
- "@instructure/ui-editable": "8.21.1-snapshot.9+4061e5b89",
45
- "@instructure/ui-expandable": "8.21.1-snapshot.9+4061e5b89",
46
- "@instructure/ui-file-drop": "8.21.1-snapshot.9+4061e5b89",
47
- "@instructure/ui-flex": "8.21.1-snapshot.9+4061e5b89",
48
- "@instructure/ui-focusable": "8.21.1-snapshot.9+4061e5b89",
49
- "@instructure/ui-form-field": "8.21.1-snapshot.9+4061e5b89",
50
- "@instructure/ui-grid": "8.21.1-snapshot.9+4061e5b89",
51
- "@instructure/ui-heading": "8.21.1-snapshot.9+4061e5b89",
52
- "@instructure/ui-i18n": "8.21.1-snapshot.9+4061e5b89",
53
- "@instructure/ui-icons": "8.21.1-snapshot.9+4061e5b89",
54
- "@instructure/ui-img": "8.21.1-snapshot.9+4061e5b89",
55
- "@instructure/ui-link": "8.21.1-snapshot.9+4061e5b89",
56
- "@instructure/ui-list": "8.21.1-snapshot.9+4061e5b89",
57
- "@instructure/ui-menu": "8.21.1-snapshot.9+4061e5b89",
58
- "@instructure/ui-metric": "8.21.1-snapshot.9+4061e5b89",
59
- "@instructure/ui-modal": "8.21.1-snapshot.9+4061e5b89",
60
- "@instructure/ui-motion": "8.21.1-snapshot.9+4061e5b89",
61
- "@instructure/ui-navigation": "8.21.1-snapshot.9+4061e5b89",
62
- "@instructure/ui-number-input": "8.21.1-snapshot.9+4061e5b89",
63
- "@instructure/ui-options": "8.21.1-snapshot.9+4061e5b89",
64
- "@instructure/ui-overlays": "8.21.1-snapshot.9+4061e5b89",
65
- "@instructure/ui-pages": "8.21.1-snapshot.9+4061e5b89",
66
- "@instructure/ui-pagination": "8.21.1-snapshot.9+4061e5b89",
67
- "@instructure/ui-pill": "8.21.1-snapshot.9+4061e5b89",
68
- "@instructure/ui-popover": "8.21.1-snapshot.9+4061e5b89",
69
- "@instructure/ui-portal": "8.21.1-snapshot.9+4061e5b89",
70
- "@instructure/ui-position": "8.21.1-snapshot.9+4061e5b89",
71
- "@instructure/ui-progress": "8.21.1-snapshot.9+4061e5b89",
72
- "@instructure/ui-radio-input": "8.21.1-snapshot.9+4061e5b89",
73
- "@instructure/ui-range-input": "8.21.1-snapshot.9+4061e5b89",
74
- "@instructure/ui-rating": "8.21.1-snapshot.9+4061e5b89",
75
- "@instructure/ui-responsive": "8.21.1-snapshot.9+4061e5b89",
76
- "@instructure/ui-select": "8.21.1-snapshot.9+4061e5b89",
77
- "@instructure/ui-selectable": "8.21.1-snapshot.9+4061e5b89",
78
- "@instructure/ui-simple-select": "8.21.1-snapshot.9+4061e5b89",
79
- "@instructure/ui-spinner": "8.21.1-snapshot.9+4061e5b89",
80
- "@instructure/ui-svg-images": "8.21.1-snapshot.9+4061e5b89",
81
- "@instructure/ui-table": "8.21.1-snapshot.9+4061e5b89",
82
- "@instructure/ui-tabs": "8.21.1-snapshot.9+4061e5b89",
83
- "@instructure/ui-tag": "8.21.1-snapshot.9+4061e5b89",
84
- "@instructure/ui-text": "8.21.1-snapshot.9+4061e5b89",
85
- "@instructure/ui-text-area": "8.21.1-snapshot.9+4061e5b89",
86
- "@instructure/ui-text-input": "8.21.1-snapshot.9+4061e5b89",
87
- "@instructure/ui-themes": "8.21.1-snapshot.9+4061e5b89",
88
- "@instructure/ui-time-select": "8.21.1-snapshot.9+4061e5b89",
89
- "@instructure/ui-toggle-details": "8.21.1-snapshot.9+4061e5b89",
90
- "@instructure/ui-tooltip": "8.21.1-snapshot.9+4061e5b89",
91
- "@instructure/ui-tray": "8.21.1-snapshot.9+4061e5b89",
92
- "@instructure/ui-tree-browser": "8.21.1-snapshot.9+4061e5b89",
93
- "@instructure/ui-truncate-text": "8.21.1-snapshot.9+4061e5b89",
94
- "@instructure/ui-view": "8.21.1-snapshot.9+4061e5b89"
28
+ "@instructure/emotion": "8.22.1-snapshot.22+a6613e9ef",
29
+ "@instructure/ui-a11y-content": "8.22.1-snapshot.22+a6613e9ef",
30
+ "@instructure/ui-alerts": "8.22.1-snapshot.22+a6613e9ef",
31
+ "@instructure/ui-avatar": "8.22.1-snapshot.22+a6613e9ef",
32
+ "@instructure/ui-badge": "8.22.1-snapshot.22+a6613e9ef",
33
+ "@instructure/ui-billboard": "8.22.1-snapshot.22+a6613e9ef",
34
+ "@instructure/ui-breadcrumb": "8.22.1-snapshot.22+a6613e9ef",
35
+ "@instructure/ui-buttons": "8.22.1-snapshot.22+a6613e9ef",
36
+ "@instructure/ui-byline": "8.22.1-snapshot.22+a6613e9ef",
37
+ "@instructure/ui-calendar": "8.22.1-snapshot.22+a6613e9ef",
38
+ "@instructure/ui-checkbox": "8.22.1-snapshot.22+a6613e9ef",
39
+ "@instructure/ui-code-editor": "8.22.1-snapshot.22+a6613e9ef",
40
+ "@instructure/ui-date-input": "8.22.1-snapshot.22+a6613e9ef",
41
+ "@instructure/ui-date-time-input": "8.22.1-snapshot.22+a6613e9ef",
42
+ "@instructure/ui-dialog": "8.22.1-snapshot.22+a6613e9ef",
43
+ "@instructure/ui-drawer-layout": "8.22.1-snapshot.22+a6613e9ef",
44
+ "@instructure/ui-drilldown": "8.22.1-snapshot.22+a6613e9ef",
45
+ "@instructure/ui-editable": "8.22.1-snapshot.22+a6613e9ef",
46
+ "@instructure/ui-expandable": "8.22.1-snapshot.22+a6613e9ef",
47
+ "@instructure/ui-file-drop": "8.22.1-snapshot.22+a6613e9ef",
48
+ "@instructure/ui-flex": "8.22.1-snapshot.22+a6613e9ef",
49
+ "@instructure/ui-focusable": "8.22.1-snapshot.22+a6613e9ef",
50
+ "@instructure/ui-form-field": "8.22.1-snapshot.22+a6613e9ef",
51
+ "@instructure/ui-grid": "8.22.1-snapshot.22+a6613e9ef",
52
+ "@instructure/ui-heading": "8.22.1-snapshot.22+a6613e9ef",
53
+ "@instructure/ui-i18n": "8.22.1-snapshot.22+a6613e9ef",
54
+ "@instructure/ui-icons": "8.22.1-snapshot.22+a6613e9ef",
55
+ "@instructure/ui-img": "8.22.1-snapshot.22+a6613e9ef",
56
+ "@instructure/ui-link": "8.22.1-snapshot.22+a6613e9ef",
57
+ "@instructure/ui-list": "8.22.1-snapshot.22+a6613e9ef",
58
+ "@instructure/ui-menu": "8.22.1-snapshot.22+a6613e9ef",
59
+ "@instructure/ui-metric": "8.22.1-snapshot.22+a6613e9ef",
60
+ "@instructure/ui-modal": "8.22.1-snapshot.22+a6613e9ef",
61
+ "@instructure/ui-motion": "8.22.1-snapshot.22+a6613e9ef",
62
+ "@instructure/ui-navigation": "8.22.1-snapshot.22+a6613e9ef",
63
+ "@instructure/ui-number-input": "8.22.1-snapshot.22+a6613e9ef",
64
+ "@instructure/ui-options": "8.22.1-snapshot.22+a6613e9ef",
65
+ "@instructure/ui-overlays": "8.22.1-snapshot.22+a6613e9ef",
66
+ "@instructure/ui-pages": "8.22.1-snapshot.22+a6613e9ef",
67
+ "@instructure/ui-pagination": "8.22.1-snapshot.22+a6613e9ef",
68
+ "@instructure/ui-pill": "8.22.1-snapshot.22+a6613e9ef",
69
+ "@instructure/ui-popover": "8.22.1-snapshot.22+a6613e9ef",
70
+ "@instructure/ui-portal": "8.22.1-snapshot.22+a6613e9ef",
71
+ "@instructure/ui-position": "8.22.1-snapshot.22+a6613e9ef",
72
+ "@instructure/ui-progress": "8.22.1-snapshot.22+a6613e9ef",
73
+ "@instructure/ui-radio-input": "8.22.1-snapshot.22+a6613e9ef",
74
+ "@instructure/ui-range-input": "8.22.1-snapshot.22+a6613e9ef",
75
+ "@instructure/ui-rating": "8.22.1-snapshot.22+a6613e9ef",
76
+ "@instructure/ui-responsive": "8.22.1-snapshot.22+a6613e9ef",
77
+ "@instructure/ui-select": "8.22.1-snapshot.22+a6613e9ef",
78
+ "@instructure/ui-selectable": "8.22.1-snapshot.22+a6613e9ef",
79
+ "@instructure/ui-simple-select": "8.22.1-snapshot.22+a6613e9ef",
80
+ "@instructure/ui-spinner": "8.22.1-snapshot.22+a6613e9ef",
81
+ "@instructure/ui-svg-images": "8.22.1-snapshot.22+a6613e9ef",
82
+ "@instructure/ui-table": "8.22.1-snapshot.22+a6613e9ef",
83
+ "@instructure/ui-tabs": "8.22.1-snapshot.22+a6613e9ef",
84
+ "@instructure/ui-tag": "8.22.1-snapshot.22+a6613e9ef",
85
+ "@instructure/ui-text": "8.22.1-snapshot.22+a6613e9ef",
86
+ "@instructure/ui-text-area": "8.22.1-snapshot.22+a6613e9ef",
87
+ "@instructure/ui-text-input": "8.22.1-snapshot.22+a6613e9ef",
88
+ "@instructure/ui-themes": "8.22.1-snapshot.22+a6613e9ef",
89
+ "@instructure/ui-time-select": "8.22.1-snapshot.22+a6613e9ef",
90
+ "@instructure/ui-toggle-details": "8.22.1-snapshot.22+a6613e9ef",
91
+ "@instructure/ui-tooltip": "8.22.1-snapshot.22+a6613e9ef",
92
+ "@instructure/ui-tray": "8.22.1-snapshot.22+a6613e9ef",
93
+ "@instructure/ui-tree-browser": "8.22.1-snapshot.22+a6613e9ef",
94
+ "@instructure/ui-truncate-text": "8.22.1-snapshot.22+a6613e9ef",
95
+ "@instructure/ui-view": "8.22.1-snapshot.22+a6613e9ef"
95
96
  },
96
97
  "devDependencies": {
97
- "@instructure/ui-babel-preset": "8.21.1-snapshot.9+4061e5b89",
98
- "@instructure/ui-test-utils": "8.21.1-snapshot.9+4061e5b89"
98
+ "@instructure/ui-babel-preset": "8.22.1-snapshot.22+a6613e9ef",
99
+ "@instructure/ui-test-utils": "8.22.1-snapshot.22+a6613e9ef",
100
+ "jest": "^24.9.0"
99
101
  },
100
102
  "publishConfig": {
101
103
  "access": "public"
@@ -105,5 +107,5 @@
105
107
  "react": ">= 16.8 <=17",
106
108
  "react-dom": ">= 16.8 <= 17"
107
109
  },
108
- "gitHead": "4061e5b898f3b001e307115a3405c6905392e2a8"
110
+ "gitHead": "a6613e9efbf60b08ad06883e70c1f400b033e838"
109
111
  }
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'
@@ -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" },