@instructure/ui 8.20.1-snapshot.36 → 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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.21.0](https://github.com/instructure/instructure-ui/compare/v8.20.0...v8.21.0) (2022-03-30)
7
+
8
+ **Note:** Version bump only for package @instructure/ui
9
+
6
10
  # [8.20.0](https://github.com/instructure/instructure-ui/compare/v8.19.0...v8.20.0) (2022-03-22)
7
11
 
8
12
  **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.20.1-snapshot.36+09110e7be",
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.20.1-snapshot.36+09110e7be",
29
- "@instructure/ui-a11y-content": "8.20.1-snapshot.36+09110e7be",
30
- "@instructure/ui-alerts": "8.20.1-snapshot.36+09110e7be",
31
- "@instructure/ui-avatar": "8.20.1-snapshot.36+09110e7be",
32
- "@instructure/ui-badge": "8.20.1-snapshot.36+09110e7be",
33
- "@instructure/ui-billboard": "8.20.1-snapshot.36+09110e7be",
34
- "@instructure/ui-breadcrumb": "8.20.1-snapshot.36+09110e7be",
35
- "@instructure/ui-buttons": "8.20.1-snapshot.36+09110e7be",
36
- "@instructure/ui-byline": "8.20.1-snapshot.36+09110e7be",
37
- "@instructure/ui-calendar": "8.20.1-snapshot.36+09110e7be",
38
- "@instructure/ui-checkbox": "8.20.1-snapshot.36+09110e7be",
39
- "@instructure/ui-code-editor": "8.20.1-snapshot.36+09110e7be",
40
- "@instructure/ui-date-input": "8.20.1-snapshot.36+09110e7be",
41
- "@instructure/ui-date-time-input": "8.20.1-snapshot.36+09110e7be",
42
- "@instructure/ui-dialog": "8.20.1-snapshot.36+09110e7be",
43
- "@instructure/ui-drawer-layout": "8.20.1-snapshot.36+09110e7be",
44
- "@instructure/ui-editable": "8.20.1-snapshot.36+09110e7be",
45
- "@instructure/ui-expandable": "8.20.1-snapshot.36+09110e7be",
46
- "@instructure/ui-file-drop": "8.20.1-snapshot.36+09110e7be",
47
- "@instructure/ui-flex": "8.20.1-snapshot.36+09110e7be",
48
- "@instructure/ui-focusable": "8.20.1-snapshot.36+09110e7be",
49
- "@instructure/ui-form-field": "8.20.1-snapshot.36+09110e7be",
50
- "@instructure/ui-grid": "8.20.1-snapshot.36+09110e7be",
51
- "@instructure/ui-heading": "8.20.1-snapshot.36+09110e7be",
52
- "@instructure/ui-i18n": "8.20.1-snapshot.36+09110e7be",
53
- "@instructure/ui-icons": "8.20.1-snapshot.36+09110e7be",
54
- "@instructure/ui-img": "8.20.1-snapshot.36+09110e7be",
55
- "@instructure/ui-link": "8.20.1-snapshot.36+09110e7be",
56
- "@instructure/ui-list": "8.20.1-snapshot.36+09110e7be",
57
- "@instructure/ui-menu": "8.20.1-snapshot.36+09110e7be",
58
- "@instructure/ui-metric": "8.20.1-snapshot.36+09110e7be",
59
- "@instructure/ui-modal": "8.20.1-snapshot.36+09110e7be",
60
- "@instructure/ui-motion": "8.20.1-snapshot.36+09110e7be",
61
- "@instructure/ui-navigation": "8.20.1-snapshot.36+09110e7be",
62
- "@instructure/ui-number-input": "8.20.1-snapshot.36+09110e7be",
63
- "@instructure/ui-options": "8.20.1-snapshot.36+09110e7be",
64
- "@instructure/ui-overlays": "8.20.1-snapshot.36+09110e7be",
65
- "@instructure/ui-pages": "8.20.1-snapshot.36+09110e7be",
66
- "@instructure/ui-pagination": "8.20.1-snapshot.36+09110e7be",
67
- "@instructure/ui-pill": "8.20.1-snapshot.36+09110e7be",
68
- "@instructure/ui-popover": "8.20.1-snapshot.36+09110e7be",
69
- "@instructure/ui-portal": "8.20.1-snapshot.36+09110e7be",
70
- "@instructure/ui-position": "8.20.1-snapshot.36+09110e7be",
71
- "@instructure/ui-progress": "8.20.1-snapshot.36+09110e7be",
72
- "@instructure/ui-radio-input": "8.20.1-snapshot.36+09110e7be",
73
- "@instructure/ui-range-input": "8.20.1-snapshot.36+09110e7be",
74
- "@instructure/ui-rating": "8.20.1-snapshot.36+09110e7be",
75
- "@instructure/ui-responsive": "8.20.1-snapshot.36+09110e7be",
76
- "@instructure/ui-select": "8.20.1-snapshot.36+09110e7be",
77
- "@instructure/ui-selectable": "8.20.1-snapshot.36+09110e7be",
78
- "@instructure/ui-simple-select": "8.20.1-snapshot.36+09110e7be",
79
- "@instructure/ui-spinner": "8.20.1-snapshot.36+09110e7be",
80
- "@instructure/ui-svg-images": "8.20.1-snapshot.36+09110e7be",
81
- "@instructure/ui-table": "8.20.1-snapshot.36+09110e7be",
82
- "@instructure/ui-tabs": "8.20.1-snapshot.36+09110e7be",
83
- "@instructure/ui-tag": "8.20.1-snapshot.36+09110e7be",
84
- "@instructure/ui-text": "8.20.1-snapshot.36+09110e7be",
85
- "@instructure/ui-text-area": "8.20.1-snapshot.36+09110e7be",
86
- "@instructure/ui-text-input": "8.20.1-snapshot.36+09110e7be",
87
- "@instructure/ui-themes": "8.20.1-snapshot.36+09110e7be",
88
- "@instructure/ui-time-select": "8.20.1-snapshot.36+09110e7be",
89
- "@instructure/ui-toggle-details": "8.20.1-snapshot.36+09110e7be",
90
- "@instructure/ui-tooltip": "8.20.1-snapshot.36+09110e7be",
91
- "@instructure/ui-tray": "8.20.1-snapshot.36+09110e7be",
92
- "@instructure/ui-tree-browser": "8.20.1-snapshot.36+09110e7be",
93
- "@instructure/ui-truncate-text": "8.20.1-snapshot.36+09110e7be",
94
- "@instructure/ui-view": "8.20.1-snapshot.36+09110e7be"
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.20.1-snapshot.36+09110e7be",
98
- "@instructure/ui-test-utils": "8.20.1-snapshot.36+09110e7be"
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"
@@ -105,5 +106,5 @@
105
106
  "react": ">= 16.8 <=17",
106
107
  "react-dom": ">= 16.8 <= 17"
107
108
  },
108
- "gitHead": "09110e7bec04cb68273f80dbd601915366f7af50"
109
+ "gitHead": "44e7e13f1720680be9f7e76a3d3ec0cf94e88d5b"
109
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'
@@ -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" },