@instructure/ui 8.38.2-snapshot-7 → 8.38.2-snapshot-11

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,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
- ## [8.38.2-snapshot-7](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.38.2-snapshot-7) (2023-07-21)
6
+ ## [8.38.2-snapshot-11](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.38.2-snapshot-11) (2023-07-21)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui
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.38.2-snapshot-7",
3
+ "version": "8.38.2-snapshot-11",
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.38.2-snapshot-7",
29
- "@instructure/ui-a11y-content": "8.38.2-snapshot-7",
30
- "@instructure/ui-alerts": "8.38.2-snapshot-7",
31
- "@instructure/ui-avatar": "8.38.2-snapshot-7",
32
- "@instructure/ui-badge": "8.38.2-snapshot-7",
33
- "@instructure/ui-billboard": "8.38.2-snapshot-7",
34
- "@instructure/ui-breadcrumb": "8.38.2-snapshot-7",
35
- "@instructure/ui-buttons": "8.38.2-snapshot-7",
36
- "@instructure/ui-byline": "8.38.2-snapshot-7",
37
- "@instructure/ui-calendar": "8.38.2-snapshot-7",
38
- "@instructure/ui-checkbox": "8.38.2-snapshot-7",
39
- "@instructure/ui-code-editor": "8.38.2-snapshot-7",
40
- "@instructure/ui-color-picker": "8.38.2-snapshot-7",
41
- "@instructure/ui-date-input": "8.38.2-snapshot-7",
42
- "@instructure/ui-date-time-input": "8.38.2-snapshot-7",
43
- "@instructure/ui-dialog": "8.38.2-snapshot-7",
44
- "@instructure/ui-drawer-layout": "8.38.2-snapshot-7",
45
- "@instructure/ui-drilldown": "8.38.2-snapshot-7",
46
- "@instructure/ui-editable": "8.38.2-snapshot-7",
47
- "@instructure/ui-expandable": "8.38.2-snapshot-7",
48
- "@instructure/ui-file-drop": "8.38.2-snapshot-7",
49
- "@instructure/ui-flex": "8.38.2-snapshot-7",
50
- "@instructure/ui-focusable": "8.38.2-snapshot-7",
51
- "@instructure/ui-form-field": "8.38.2-snapshot-7",
52
- "@instructure/ui-grid": "8.38.2-snapshot-7",
53
- "@instructure/ui-heading": "8.38.2-snapshot-7",
54
- "@instructure/ui-i18n": "8.38.2-snapshot-7",
55
- "@instructure/ui-icons": "8.38.2-snapshot-7",
56
- "@instructure/ui-img": "8.38.2-snapshot-7",
57
- "@instructure/ui-link": "8.38.2-snapshot-7",
58
- "@instructure/ui-list": "8.38.2-snapshot-7",
59
- "@instructure/ui-menu": "8.38.2-snapshot-7",
60
- "@instructure/ui-metric": "8.38.2-snapshot-7",
61
- "@instructure/ui-modal": "8.38.2-snapshot-7",
62
- "@instructure/ui-motion": "8.38.2-snapshot-7",
63
- "@instructure/ui-navigation": "8.38.2-snapshot-7",
64
- "@instructure/ui-number-input": "8.38.2-snapshot-7",
65
- "@instructure/ui-options": "8.38.2-snapshot-7",
66
- "@instructure/ui-overlays": "8.38.2-snapshot-7",
67
- "@instructure/ui-pages": "8.38.2-snapshot-7",
68
- "@instructure/ui-pagination": "8.38.2-snapshot-7",
69
- "@instructure/ui-pill": "8.38.2-snapshot-7",
70
- "@instructure/ui-popover": "8.38.2-snapshot-7",
71
- "@instructure/ui-portal": "8.38.2-snapshot-7",
72
- "@instructure/ui-position": "8.38.2-snapshot-7",
73
- "@instructure/ui-progress": "8.38.2-snapshot-7",
74
- "@instructure/ui-radio-input": "8.38.2-snapshot-7",
75
- "@instructure/ui-range-input": "8.38.2-snapshot-7",
76
- "@instructure/ui-rating": "8.38.2-snapshot-7",
77
- "@instructure/ui-responsive": "8.38.2-snapshot-7",
78
- "@instructure/ui-select": "8.38.2-snapshot-7",
79
- "@instructure/ui-selectable": "8.38.2-snapshot-7",
80
- "@instructure/ui-simple-select": "8.38.2-snapshot-7",
81
- "@instructure/ui-source-code-editor": "8.38.2-snapshot-7",
82
- "@instructure/ui-spinner": "8.38.2-snapshot-7",
83
- "@instructure/ui-svg-images": "8.38.2-snapshot-7",
84
- "@instructure/ui-table": "8.38.2-snapshot-7",
85
- "@instructure/ui-tabs": "8.38.2-snapshot-7",
86
- "@instructure/ui-tag": "8.38.2-snapshot-7",
87
- "@instructure/ui-text": "8.38.2-snapshot-7",
88
- "@instructure/ui-text-area": "8.38.2-snapshot-7",
89
- "@instructure/ui-text-input": "8.38.2-snapshot-7",
90
- "@instructure/ui-themes": "8.38.2-snapshot-7",
91
- "@instructure/ui-time-select": "8.38.2-snapshot-7",
92
- "@instructure/ui-toggle-details": "8.38.2-snapshot-7",
93
- "@instructure/ui-tooltip": "8.38.2-snapshot-7",
94
- "@instructure/ui-top-nav-bar": "8.38.2-snapshot-7",
95
- "@instructure/ui-tray": "8.38.2-snapshot-7",
96
- "@instructure/ui-tree-browser": "8.38.2-snapshot-7",
97
- "@instructure/ui-truncate-list": "8.38.2-snapshot-7",
98
- "@instructure/ui-truncate-text": "8.38.2-snapshot-7",
99
- "@instructure/ui-view": "8.38.2-snapshot-7"
28
+ "@instructure/emotion": "8.38.2-snapshot-11",
29
+ "@instructure/ui-a11y-content": "8.38.2-snapshot-11",
30
+ "@instructure/ui-alerts": "8.38.2-snapshot-11",
31
+ "@instructure/ui-avatar": "8.38.2-snapshot-11",
32
+ "@instructure/ui-badge": "8.38.2-snapshot-11",
33
+ "@instructure/ui-billboard": "8.38.2-snapshot-11",
34
+ "@instructure/ui-breadcrumb": "8.38.2-snapshot-11",
35
+ "@instructure/ui-buttons": "8.38.2-snapshot-11",
36
+ "@instructure/ui-byline": "8.38.2-snapshot-11",
37
+ "@instructure/ui-calendar": "8.38.2-snapshot-11",
38
+ "@instructure/ui-checkbox": "8.38.2-snapshot-11",
39
+ "@instructure/ui-code-editor": "8.38.2-snapshot-11",
40
+ "@instructure/ui-color-picker": "8.38.2-snapshot-11",
41
+ "@instructure/ui-date-input": "8.38.2-snapshot-11",
42
+ "@instructure/ui-date-time-input": "8.38.2-snapshot-11",
43
+ "@instructure/ui-dialog": "8.38.2-snapshot-11",
44
+ "@instructure/ui-drawer-layout": "8.38.2-snapshot-11",
45
+ "@instructure/ui-drilldown": "8.38.2-snapshot-11",
46
+ "@instructure/ui-editable": "8.38.2-snapshot-11",
47
+ "@instructure/ui-expandable": "8.38.2-snapshot-11",
48
+ "@instructure/ui-file-drop": "8.38.2-snapshot-11",
49
+ "@instructure/ui-flex": "8.38.2-snapshot-11",
50
+ "@instructure/ui-focusable": "8.38.2-snapshot-11",
51
+ "@instructure/ui-form-field": "8.38.2-snapshot-11",
52
+ "@instructure/ui-grid": "8.38.2-snapshot-11",
53
+ "@instructure/ui-heading": "8.38.2-snapshot-11",
54
+ "@instructure/ui-i18n": "8.38.2-snapshot-11",
55
+ "@instructure/ui-icons": "8.38.2-snapshot-11",
56
+ "@instructure/ui-img": "8.38.2-snapshot-11",
57
+ "@instructure/ui-link": "8.38.2-snapshot-11",
58
+ "@instructure/ui-list": "8.38.2-snapshot-11",
59
+ "@instructure/ui-menu": "8.38.2-snapshot-11",
60
+ "@instructure/ui-metric": "8.38.2-snapshot-11",
61
+ "@instructure/ui-modal": "8.38.2-snapshot-11",
62
+ "@instructure/ui-motion": "8.38.2-snapshot-11",
63
+ "@instructure/ui-navigation": "8.38.2-snapshot-11",
64
+ "@instructure/ui-number-input": "8.38.2-snapshot-11",
65
+ "@instructure/ui-options": "8.38.2-snapshot-11",
66
+ "@instructure/ui-overlays": "8.38.2-snapshot-11",
67
+ "@instructure/ui-pages": "8.38.2-snapshot-11",
68
+ "@instructure/ui-pagination": "8.38.2-snapshot-11",
69
+ "@instructure/ui-pill": "8.38.2-snapshot-11",
70
+ "@instructure/ui-popover": "8.38.2-snapshot-11",
71
+ "@instructure/ui-portal": "8.38.2-snapshot-11",
72
+ "@instructure/ui-position": "8.38.2-snapshot-11",
73
+ "@instructure/ui-progress": "8.38.2-snapshot-11",
74
+ "@instructure/ui-radio-input": "8.38.2-snapshot-11",
75
+ "@instructure/ui-range-input": "8.38.2-snapshot-11",
76
+ "@instructure/ui-rating": "8.38.2-snapshot-11",
77
+ "@instructure/ui-responsive": "8.38.2-snapshot-11",
78
+ "@instructure/ui-select": "8.38.2-snapshot-11",
79
+ "@instructure/ui-selectable": "8.38.2-snapshot-11",
80
+ "@instructure/ui-side-nav-bar": "8.38.2-snapshot-11",
81
+ "@instructure/ui-simple-select": "8.38.2-snapshot-11",
82
+ "@instructure/ui-source-code-editor": "8.38.2-snapshot-11",
83
+ "@instructure/ui-spinner": "8.38.2-snapshot-11",
84
+ "@instructure/ui-svg-images": "8.38.2-snapshot-11",
85
+ "@instructure/ui-table": "8.38.2-snapshot-11",
86
+ "@instructure/ui-tabs": "8.38.2-snapshot-11",
87
+ "@instructure/ui-tag": "8.38.2-snapshot-11",
88
+ "@instructure/ui-text": "8.38.2-snapshot-11",
89
+ "@instructure/ui-text-area": "8.38.2-snapshot-11",
90
+ "@instructure/ui-text-input": "8.38.2-snapshot-11",
91
+ "@instructure/ui-themes": "8.38.2-snapshot-11",
92
+ "@instructure/ui-time-select": "8.38.2-snapshot-11",
93
+ "@instructure/ui-toggle-details": "8.38.2-snapshot-11",
94
+ "@instructure/ui-tooltip": "8.38.2-snapshot-11",
95
+ "@instructure/ui-top-nav-bar": "8.38.2-snapshot-11",
96
+ "@instructure/ui-tray": "8.38.2-snapshot-11",
97
+ "@instructure/ui-tree-browser": "8.38.2-snapshot-11",
98
+ "@instructure/ui-truncate-list": "8.38.2-snapshot-11",
99
+ "@instructure/ui-truncate-text": "8.38.2-snapshot-11",
100
+ "@instructure/ui-view": "8.38.2-snapshot-11"
100
101
  },
101
102
  "devDependencies": {
102
- "@instructure/ui-babel-preset": "8.38.2-snapshot-7",
103
- "@instructure/ui-test-utils": "8.38.2-snapshot-7",
103
+ "@instructure/ui-babel-preset": "8.38.2-snapshot-11",
104
+ "@instructure/ui-test-utils": "8.38.2-snapshot-11",
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'
@@ -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" },