@instructure/ui 8.38.2-snapshot-7 → 8.39.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 +5 -2
- package/es/index.js +1 -0
- package/lib/index.js +8 -0
- package/package.json +76 -75
- 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/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,12 @@
|
|
|
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
|
-
|
|
6
|
+
# [8.39.0](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.39.0) (2023-07-21)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **instui-config,shared-types,ui-navigation,ui-side-nav-bar,ui:** add side-nav-bar component and deprecate navigation ([45848bf](https://github.com/instructure/instructure-ui/commit/45848bf5feea16e05c19e559c03e53e4b0637412))
|
|
9
12
|
|
|
10
13
|
|
|
11
14
|
|
package/es/index.js
CHANGED
|
@@ -74,6 +74,7 @@ export { Rating } from '@instructure/ui-rating';
|
|
|
74
74
|
export { Responsive } from '@instructure/ui-responsive';
|
|
75
75
|
export { Select } from '@instructure/ui-select';
|
|
76
76
|
export { Selectable } from '@instructure/ui-selectable';
|
|
77
|
+
export { SideNavBar } from '@instructure/ui-side-nav-bar';
|
|
77
78
|
export { SimpleSelect } from '@instructure/ui-simple-select';
|
|
78
79
|
export { SourceCodeEditor } from '@instructure/ui-source-code-editor';
|
|
79
80
|
export { Spinner } from '@instructure/ui-spinner';
|
package/lib/index.js
CHANGED
|
@@ -93,6 +93,7 @@ var _exportNames = {
|
|
|
93
93
|
Responsive: true,
|
|
94
94
|
Select: true,
|
|
95
95
|
Selectable: true,
|
|
96
|
+
SideNavBar: true,
|
|
96
97
|
SimpleSelect: true,
|
|
97
98
|
SourceCodeEditor: true,
|
|
98
99
|
Spinner: true,
|
|
@@ -641,6 +642,12 @@ Object.defineProperty(exports, "Selectable", {
|
|
|
641
642
|
return _uiSelectable.Selectable;
|
|
642
643
|
}
|
|
643
644
|
});
|
|
645
|
+
Object.defineProperty(exports, "SideNavBar", {
|
|
646
|
+
enumerable: true,
|
|
647
|
+
get: function () {
|
|
648
|
+
return _uiSideNavBar.SideNavBar;
|
|
649
|
+
}
|
|
650
|
+
});
|
|
644
651
|
Object.defineProperty(exports, "SimpleSelect", {
|
|
645
652
|
enumerable: true,
|
|
646
653
|
get: function () {
|
|
@@ -866,6 +873,7 @@ var _uiRating = require("@instructure/ui-rating");
|
|
|
866
873
|
var _uiResponsive = require("@instructure/ui-responsive");
|
|
867
874
|
var _uiSelect = require("@instructure/ui-select");
|
|
868
875
|
var _uiSelectable = require("@instructure/ui-selectable");
|
|
876
|
+
var _uiSideNavBar = require("@instructure/ui-side-nav-bar");
|
|
869
877
|
var _uiSimpleSelect = require("@instructure/ui-simple-select");
|
|
870
878
|
var _uiSourceCodeEditor = require("@instructure/ui-source-code-editor");
|
|
871
879
|
var _uiSpinner = require("@instructure/ui-spinner");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.39.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,82 +25,83 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime": "^7.22.6",
|
|
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-color-picker": "8.
|
|
41
|
-
"@instructure/ui-date-input": "8.
|
|
42
|
-
"@instructure/ui-date-time-input": "8.
|
|
43
|
-
"@instructure/ui-dialog": "8.
|
|
44
|
-
"@instructure/ui-drawer-layout": "8.
|
|
45
|
-
"@instructure/ui-drilldown": "8.
|
|
46
|
-
"@instructure/ui-editable": "8.
|
|
47
|
-
"@instructure/ui-expandable": "8.
|
|
48
|
-
"@instructure/ui-file-drop": "8.
|
|
49
|
-
"@instructure/ui-flex": "8.
|
|
50
|
-
"@instructure/ui-focusable": "8.
|
|
51
|
-
"@instructure/ui-form-field": "8.
|
|
52
|
-
"@instructure/ui-grid": "8.
|
|
53
|
-
"@instructure/ui-heading": "8.
|
|
54
|
-
"@instructure/ui-i18n": "8.
|
|
55
|
-
"@instructure/ui-icons": "8.
|
|
56
|
-
"@instructure/ui-img": "8.
|
|
57
|
-
"@instructure/ui-link": "8.
|
|
58
|
-
"@instructure/ui-list": "8.
|
|
59
|
-
"@instructure/ui-menu": "8.
|
|
60
|
-
"@instructure/ui-metric": "8.
|
|
61
|
-
"@instructure/ui-modal": "8.
|
|
62
|
-
"@instructure/ui-motion": "8.
|
|
63
|
-
"@instructure/ui-navigation": "8.
|
|
64
|
-
"@instructure/ui-number-input": "8.
|
|
65
|
-
"@instructure/ui-options": "8.
|
|
66
|
-
"@instructure/ui-overlays": "8.
|
|
67
|
-
"@instructure/ui-pages": "8.
|
|
68
|
-
"@instructure/ui-pagination": "8.
|
|
69
|
-
"@instructure/ui-pill": "8.
|
|
70
|
-
"@instructure/ui-popover": "8.
|
|
71
|
-
"@instructure/ui-portal": "8.
|
|
72
|
-
"@instructure/ui-position": "8.
|
|
73
|
-
"@instructure/ui-progress": "8.
|
|
74
|
-
"@instructure/ui-radio-input": "8.
|
|
75
|
-
"@instructure/ui-range-input": "8.
|
|
76
|
-
"@instructure/ui-rating": "8.
|
|
77
|
-
"@instructure/ui-responsive": "8.
|
|
78
|
-
"@instructure/ui-select": "8.
|
|
79
|
-
"@instructure/ui-selectable": "8.
|
|
80
|
-
"@instructure/ui-
|
|
81
|
-
"@instructure/ui-
|
|
82
|
-
"@instructure/ui-
|
|
83
|
-
"@instructure/ui-
|
|
84
|
-
"@instructure/ui-
|
|
85
|
-
"@instructure/ui-
|
|
86
|
-
"@instructure/ui-
|
|
87
|
-
"@instructure/ui-
|
|
88
|
-
"@instructure/ui-text
|
|
89
|
-
"@instructure/ui-text-
|
|
90
|
-
"@instructure/ui-
|
|
91
|
-
"@instructure/ui-
|
|
92
|
-
"@instructure/ui-
|
|
93
|
-
"@instructure/ui-
|
|
94
|
-
"@instructure/ui-
|
|
95
|
-
"@instructure/ui-
|
|
96
|
-
"@instructure/ui-
|
|
97
|
-
"@instructure/ui-
|
|
98
|
-
"@instructure/ui-truncate-
|
|
99
|
-
"@instructure/ui-
|
|
28
|
+
"@instructure/emotion": "8.39.0",
|
|
29
|
+
"@instructure/ui-a11y-content": "8.39.0",
|
|
30
|
+
"@instructure/ui-alerts": "8.39.0",
|
|
31
|
+
"@instructure/ui-avatar": "8.39.0",
|
|
32
|
+
"@instructure/ui-badge": "8.39.0",
|
|
33
|
+
"@instructure/ui-billboard": "8.39.0",
|
|
34
|
+
"@instructure/ui-breadcrumb": "8.39.0",
|
|
35
|
+
"@instructure/ui-buttons": "8.39.0",
|
|
36
|
+
"@instructure/ui-byline": "8.39.0",
|
|
37
|
+
"@instructure/ui-calendar": "8.39.0",
|
|
38
|
+
"@instructure/ui-checkbox": "8.39.0",
|
|
39
|
+
"@instructure/ui-code-editor": "8.39.0",
|
|
40
|
+
"@instructure/ui-color-picker": "8.39.0",
|
|
41
|
+
"@instructure/ui-date-input": "8.39.0",
|
|
42
|
+
"@instructure/ui-date-time-input": "8.39.0",
|
|
43
|
+
"@instructure/ui-dialog": "8.39.0",
|
|
44
|
+
"@instructure/ui-drawer-layout": "8.39.0",
|
|
45
|
+
"@instructure/ui-drilldown": "8.39.0",
|
|
46
|
+
"@instructure/ui-editable": "8.39.0",
|
|
47
|
+
"@instructure/ui-expandable": "8.39.0",
|
|
48
|
+
"@instructure/ui-file-drop": "8.39.0",
|
|
49
|
+
"@instructure/ui-flex": "8.39.0",
|
|
50
|
+
"@instructure/ui-focusable": "8.39.0",
|
|
51
|
+
"@instructure/ui-form-field": "8.39.0",
|
|
52
|
+
"@instructure/ui-grid": "8.39.0",
|
|
53
|
+
"@instructure/ui-heading": "8.39.0",
|
|
54
|
+
"@instructure/ui-i18n": "8.39.0",
|
|
55
|
+
"@instructure/ui-icons": "8.39.0",
|
|
56
|
+
"@instructure/ui-img": "8.39.0",
|
|
57
|
+
"@instructure/ui-link": "8.39.0",
|
|
58
|
+
"@instructure/ui-list": "8.39.0",
|
|
59
|
+
"@instructure/ui-menu": "8.39.0",
|
|
60
|
+
"@instructure/ui-metric": "8.39.0",
|
|
61
|
+
"@instructure/ui-modal": "8.39.0",
|
|
62
|
+
"@instructure/ui-motion": "8.39.0",
|
|
63
|
+
"@instructure/ui-navigation": "8.39.0",
|
|
64
|
+
"@instructure/ui-number-input": "8.39.0",
|
|
65
|
+
"@instructure/ui-options": "8.39.0",
|
|
66
|
+
"@instructure/ui-overlays": "8.39.0",
|
|
67
|
+
"@instructure/ui-pages": "8.39.0",
|
|
68
|
+
"@instructure/ui-pagination": "8.39.0",
|
|
69
|
+
"@instructure/ui-pill": "8.39.0",
|
|
70
|
+
"@instructure/ui-popover": "8.39.0",
|
|
71
|
+
"@instructure/ui-portal": "8.39.0",
|
|
72
|
+
"@instructure/ui-position": "8.39.0",
|
|
73
|
+
"@instructure/ui-progress": "8.39.0",
|
|
74
|
+
"@instructure/ui-radio-input": "8.39.0",
|
|
75
|
+
"@instructure/ui-range-input": "8.39.0",
|
|
76
|
+
"@instructure/ui-rating": "8.39.0",
|
|
77
|
+
"@instructure/ui-responsive": "8.39.0",
|
|
78
|
+
"@instructure/ui-select": "8.39.0",
|
|
79
|
+
"@instructure/ui-selectable": "8.39.0",
|
|
80
|
+
"@instructure/ui-side-nav-bar": "8.39.0",
|
|
81
|
+
"@instructure/ui-simple-select": "8.39.0",
|
|
82
|
+
"@instructure/ui-source-code-editor": "8.39.0",
|
|
83
|
+
"@instructure/ui-spinner": "8.39.0",
|
|
84
|
+
"@instructure/ui-svg-images": "8.39.0",
|
|
85
|
+
"@instructure/ui-table": "8.39.0",
|
|
86
|
+
"@instructure/ui-tabs": "8.39.0",
|
|
87
|
+
"@instructure/ui-tag": "8.39.0",
|
|
88
|
+
"@instructure/ui-text": "8.39.0",
|
|
89
|
+
"@instructure/ui-text-area": "8.39.0",
|
|
90
|
+
"@instructure/ui-text-input": "8.39.0",
|
|
91
|
+
"@instructure/ui-themes": "8.39.0",
|
|
92
|
+
"@instructure/ui-time-select": "8.39.0",
|
|
93
|
+
"@instructure/ui-toggle-details": "8.39.0",
|
|
94
|
+
"@instructure/ui-tooltip": "8.39.0",
|
|
95
|
+
"@instructure/ui-top-nav-bar": "8.39.0",
|
|
96
|
+
"@instructure/ui-tray": "8.39.0",
|
|
97
|
+
"@instructure/ui-tree-browser": "8.39.0",
|
|
98
|
+
"@instructure/ui-truncate-list": "8.39.0",
|
|
99
|
+
"@instructure/ui-truncate-text": "8.39.0",
|
|
100
|
+
"@instructure/ui-view": "8.39.0"
|
|
100
101
|
},
|
|
101
102
|
"devDependencies": {
|
|
102
|
-
"@instructure/ui-babel-preset": "8.
|
|
103
|
-
"@instructure/ui-test-utils": "8.
|
|
103
|
+
"@instructure/ui-babel-preset": "8.39.0",
|
|
104
|
+
"@instructure/ui-test-utils": "8.39.0",
|
|
104
105
|
"jest": "^29.6.1"
|
|
105
106
|
},
|
|
106
107
|
"publishConfig": {
|
package/src/index.ts
CHANGED
|
@@ -117,6 +117,7 @@ export { Rating } from '@instructure/ui-rating'
|
|
|
117
117
|
export { Responsive } from '@instructure/ui-responsive'
|
|
118
118
|
export { Select } from '@instructure/ui-select'
|
|
119
119
|
export { Selectable } from '@instructure/ui-selectable'
|
|
120
|
+
export { SideNavBar } from '@instructure/ui-side-nav-bar'
|
|
120
121
|
export { SimpleSelect } from '@instructure/ui-simple-select'
|
|
121
122
|
export { SourceCodeEditor } from '@instructure/ui-source-code-editor'
|
|
122
123
|
export { Spinner } from '@instructure/ui-spinner'
|
package/tsconfig.build.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
{ "path": "../ui-responsive/tsconfig.build.json" },
|
|
59
59
|
{ "path": "../ui-select/tsconfig.build.json" },
|
|
60
60
|
{ "path": "../ui-selectable/tsconfig.build.json" },
|
|
61
|
+
{ "path": "../ui-side-nav-bar/tsconfig.build.json" },
|
|
61
62
|
{ "path": "../ui-simple-select/tsconfig.build.json" },
|
|
62
63
|
{ "path": "../ui-source-code-editor/tsconfig.build.json" },
|
|
63
64
|
{ "path": "../ui-spinner/tsconfig.build.json" },
|