@instructure/ui 8.27.1-snapshot-7 → 8.27.1-snapshot-13

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.27.1-snapshot-7](https://github.com/instructure/instructure-ui/compare/v8.27.0...v8.27.1-snapshot-7) (2022-08-15)
6
+ ## [8.27.1-snapshot-13](https://github.com/instructure/instructure-ui/compare/v8.27.0...v8.27.1-snapshot-13) (2022-08-17)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui
8
+
9
+ ### Features
10
+
11
+ * **ui-truncate-list,ui:** add `TruncateList` utility component ([f8b17ea](https://github.com/instructure/instructure-ui/commit/f8b17ea8b60234f746fcd7576f1532f38d5bbe5f))
9
12
 
10
13
 
11
14
 
package/es/index.js CHANGED
@@ -89,5 +89,6 @@ export { ToggleDetails, ToggleGroup } from '@instructure/ui-toggle-details';
89
89
  export { Tooltip } from '@instructure/ui-tooltip';
90
90
  export { Tray } from '@instructure/ui-tray';
91
91
  export { TreeBrowser } from '@instructure/ui-tree-browser';
92
+ export { TruncateList } from '@instructure/ui-truncate-list';
92
93
  export { TruncateText } from '@instructure/ui-truncate-text';
93
94
  export { View, ContextView } from '@instructure/ui-view';
package/lib/index.js CHANGED
@@ -113,6 +113,7 @@ var _exportNames = {
113
113
  Tooltip: true,
114
114
  Tray: true,
115
115
  TreeBrowser: true,
116
+ TruncateList: true,
116
117
  TruncateText: true,
117
118
  View: true,
118
119
  ContextView: true
@@ -753,6 +754,12 @@ Object.defineProperty(exports, "TreeBrowser", {
753
754
  return _uiTreeBrowser.TreeBrowser;
754
755
  }
755
756
  });
757
+ Object.defineProperty(exports, "TruncateList", {
758
+ enumerable: true,
759
+ get: function () {
760
+ return _uiTruncateList.TruncateList;
761
+ }
762
+ });
756
763
  Object.defineProperty(exports, "TruncateText", {
757
764
  enumerable: true,
758
765
  get: function () {
@@ -938,6 +945,8 @@ var _uiTray = require("@instructure/ui-tray");
938
945
 
939
946
  var _uiTreeBrowser = require("@instructure/ui-tree-browser");
940
947
 
948
+ var _uiTruncateList = require("@instructure/ui-truncate-list");
949
+
941
950
  var _uiTruncateText = require("@instructure/ui-truncate-text");
942
951
 
943
952
  var _uiView = require("@instructure/ui-view");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui",
3
- "version": "8.27.1-snapshot-7",
3
+ "version": "8.27.1-snapshot-13",
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,80 +25,81 @@
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7.13.10",
28
- "@instructure/emotion": "8.27.1-snapshot-7",
29
- "@instructure/ui-a11y-content": "8.27.1-snapshot-7",
30
- "@instructure/ui-alerts": "8.27.1-snapshot-7",
31
- "@instructure/ui-avatar": "8.27.1-snapshot-7",
32
- "@instructure/ui-badge": "8.27.1-snapshot-7",
33
- "@instructure/ui-billboard": "8.27.1-snapshot-7",
34
- "@instructure/ui-breadcrumb": "8.27.1-snapshot-7",
35
- "@instructure/ui-buttons": "8.27.1-snapshot-7",
36
- "@instructure/ui-byline": "8.27.1-snapshot-7",
37
- "@instructure/ui-calendar": "8.27.1-snapshot-7",
38
- "@instructure/ui-checkbox": "8.27.1-snapshot-7",
39
- "@instructure/ui-code-editor": "8.27.1-snapshot-7",
40
- "@instructure/ui-color-picker": "8.27.1-snapshot-7",
41
- "@instructure/ui-date-input": "8.27.1-snapshot-7",
42
- "@instructure/ui-date-time-input": "8.27.1-snapshot-7",
43
- "@instructure/ui-dialog": "8.27.1-snapshot-7",
44
- "@instructure/ui-drawer-layout": "8.27.1-snapshot-7",
45
- "@instructure/ui-drilldown": "8.27.1-snapshot-7",
46
- "@instructure/ui-editable": "8.27.1-snapshot-7",
47
- "@instructure/ui-expandable": "8.27.1-snapshot-7",
48
- "@instructure/ui-file-drop": "8.27.1-snapshot-7",
49
- "@instructure/ui-flex": "8.27.1-snapshot-7",
50
- "@instructure/ui-focusable": "8.27.1-snapshot-7",
51
- "@instructure/ui-form-field": "8.27.1-snapshot-7",
52
- "@instructure/ui-grid": "8.27.1-snapshot-7",
53
- "@instructure/ui-heading": "8.27.1-snapshot-7",
54
- "@instructure/ui-i18n": "8.27.1-snapshot-7",
55
- "@instructure/ui-icons": "8.27.1-snapshot-7",
56
- "@instructure/ui-img": "8.27.1-snapshot-7",
57
- "@instructure/ui-link": "8.27.1-snapshot-7",
58
- "@instructure/ui-list": "8.27.1-snapshot-7",
59
- "@instructure/ui-menu": "8.27.1-snapshot-7",
60
- "@instructure/ui-metric": "8.27.1-snapshot-7",
61
- "@instructure/ui-modal": "8.27.1-snapshot-7",
62
- "@instructure/ui-motion": "8.27.1-snapshot-7",
63
- "@instructure/ui-navigation": "8.27.1-snapshot-7",
64
- "@instructure/ui-number-input": "8.27.1-snapshot-7",
65
- "@instructure/ui-options": "8.27.1-snapshot-7",
66
- "@instructure/ui-overlays": "8.27.1-snapshot-7",
67
- "@instructure/ui-pages": "8.27.1-snapshot-7",
68
- "@instructure/ui-pagination": "8.27.1-snapshot-7",
69
- "@instructure/ui-pill": "8.27.1-snapshot-7",
70
- "@instructure/ui-popover": "8.27.1-snapshot-7",
71
- "@instructure/ui-portal": "8.27.1-snapshot-7",
72
- "@instructure/ui-position": "8.27.1-snapshot-7",
73
- "@instructure/ui-progress": "8.27.1-snapshot-7",
74
- "@instructure/ui-radio-input": "8.27.1-snapshot-7",
75
- "@instructure/ui-range-input": "8.27.1-snapshot-7",
76
- "@instructure/ui-rating": "8.27.1-snapshot-7",
77
- "@instructure/ui-responsive": "8.27.1-snapshot-7",
78
- "@instructure/ui-select": "8.27.1-snapshot-7",
79
- "@instructure/ui-selectable": "8.27.1-snapshot-7",
80
- "@instructure/ui-simple-select": "8.27.1-snapshot-7",
81
- "@instructure/ui-source-code-editor": "8.27.1-snapshot-7",
82
- "@instructure/ui-spinner": "8.27.1-snapshot-7",
83
- "@instructure/ui-svg-images": "8.27.1-snapshot-7",
84
- "@instructure/ui-table": "8.27.1-snapshot-7",
85
- "@instructure/ui-tabs": "8.27.1-snapshot-7",
86
- "@instructure/ui-tag": "8.27.1-snapshot-7",
87
- "@instructure/ui-text": "8.27.1-snapshot-7",
88
- "@instructure/ui-text-area": "8.27.1-snapshot-7",
89
- "@instructure/ui-text-input": "8.27.1-snapshot-7",
90
- "@instructure/ui-themes": "8.27.1-snapshot-7",
91
- "@instructure/ui-time-select": "8.27.1-snapshot-7",
92
- "@instructure/ui-toggle-details": "8.27.1-snapshot-7",
93
- "@instructure/ui-tooltip": "8.27.1-snapshot-7",
94
- "@instructure/ui-tray": "8.27.1-snapshot-7",
95
- "@instructure/ui-tree-browser": "8.27.1-snapshot-7",
96
- "@instructure/ui-truncate-text": "8.27.1-snapshot-7",
97
- "@instructure/ui-view": "8.27.1-snapshot-7"
28
+ "@instructure/emotion": "8.27.1-snapshot-13",
29
+ "@instructure/ui-a11y-content": "8.27.1-snapshot-13",
30
+ "@instructure/ui-alerts": "8.27.1-snapshot-13",
31
+ "@instructure/ui-avatar": "8.27.1-snapshot-13",
32
+ "@instructure/ui-badge": "8.27.1-snapshot-13",
33
+ "@instructure/ui-billboard": "8.27.1-snapshot-13",
34
+ "@instructure/ui-breadcrumb": "8.27.1-snapshot-13",
35
+ "@instructure/ui-buttons": "8.27.1-snapshot-13",
36
+ "@instructure/ui-byline": "8.27.1-snapshot-13",
37
+ "@instructure/ui-calendar": "8.27.1-snapshot-13",
38
+ "@instructure/ui-checkbox": "8.27.1-snapshot-13",
39
+ "@instructure/ui-code-editor": "8.27.1-snapshot-13",
40
+ "@instructure/ui-color-picker": "8.27.1-snapshot-13",
41
+ "@instructure/ui-date-input": "8.27.1-snapshot-13",
42
+ "@instructure/ui-date-time-input": "8.27.1-snapshot-13",
43
+ "@instructure/ui-dialog": "8.27.1-snapshot-13",
44
+ "@instructure/ui-drawer-layout": "8.27.1-snapshot-13",
45
+ "@instructure/ui-drilldown": "8.27.1-snapshot-13",
46
+ "@instructure/ui-editable": "8.27.1-snapshot-13",
47
+ "@instructure/ui-expandable": "8.27.1-snapshot-13",
48
+ "@instructure/ui-file-drop": "8.27.1-snapshot-13",
49
+ "@instructure/ui-flex": "8.27.1-snapshot-13",
50
+ "@instructure/ui-focusable": "8.27.1-snapshot-13",
51
+ "@instructure/ui-form-field": "8.27.1-snapshot-13",
52
+ "@instructure/ui-grid": "8.27.1-snapshot-13",
53
+ "@instructure/ui-heading": "8.27.1-snapshot-13",
54
+ "@instructure/ui-i18n": "8.27.1-snapshot-13",
55
+ "@instructure/ui-icons": "8.27.1-snapshot-13",
56
+ "@instructure/ui-img": "8.27.1-snapshot-13",
57
+ "@instructure/ui-link": "8.27.1-snapshot-13",
58
+ "@instructure/ui-list": "8.27.1-snapshot-13",
59
+ "@instructure/ui-menu": "8.27.1-snapshot-13",
60
+ "@instructure/ui-metric": "8.27.1-snapshot-13",
61
+ "@instructure/ui-modal": "8.27.1-snapshot-13",
62
+ "@instructure/ui-motion": "8.27.1-snapshot-13",
63
+ "@instructure/ui-navigation": "8.27.1-snapshot-13",
64
+ "@instructure/ui-number-input": "8.27.1-snapshot-13",
65
+ "@instructure/ui-options": "8.27.1-snapshot-13",
66
+ "@instructure/ui-overlays": "8.27.1-snapshot-13",
67
+ "@instructure/ui-pages": "8.27.1-snapshot-13",
68
+ "@instructure/ui-pagination": "8.27.1-snapshot-13",
69
+ "@instructure/ui-pill": "8.27.1-snapshot-13",
70
+ "@instructure/ui-popover": "8.27.1-snapshot-13",
71
+ "@instructure/ui-portal": "8.27.1-snapshot-13",
72
+ "@instructure/ui-position": "8.27.1-snapshot-13",
73
+ "@instructure/ui-progress": "8.27.1-snapshot-13",
74
+ "@instructure/ui-radio-input": "8.27.1-snapshot-13",
75
+ "@instructure/ui-range-input": "8.27.1-snapshot-13",
76
+ "@instructure/ui-rating": "8.27.1-snapshot-13",
77
+ "@instructure/ui-responsive": "8.27.1-snapshot-13",
78
+ "@instructure/ui-select": "8.27.1-snapshot-13",
79
+ "@instructure/ui-selectable": "8.27.1-snapshot-13",
80
+ "@instructure/ui-simple-select": "8.27.1-snapshot-13",
81
+ "@instructure/ui-source-code-editor": "8.27.1-snapshot-13",
82
+ "@instructure/ui-spinner": "8.27.1-snapshot-13",
83
+ "@instructure/ui-svg-images": "8.27.1-snapshot-13",
84
+ "@instructure/ui-table": "8.27.1-snapshot-13",
85
+ "@instructure/ui-tabs": "8.27.1-snapshot-13",
86
+ "@instructure/ui-tag": "8.27.1-snapshot-13",
87
+ "@instructure/ui-text": "8.27.1-snapshot-13",
88
+ "@instructure/ui-text-area": "8.27.1-snapshot-13",
89
+ "@instructure/ui-text-input": "8.27.1-snapshot-13",
90
+ "@instructure/ui-themes": "8.27.1-snapshot-13",
91
+ "@instructure/ui-time-select": "8.27.1-snapshot-13",
92
+ "@instructure/ui-toggle-details": "8.27.1-snapshot-13",
93
+ "@instructure/ui-tooltip": "8.27.1-snapshot-13",
94
+ "@instructure/ui-tray": "8.27.1-snapshot-13",
95
+ "@instructure/ui-tree-browser": "8.27.1-snapshot-13",
96
+ "@instructure/ui-truncate-list": "8.27.1-snapshot-13",
97
+ "@instructure/ui-truncate-text": "8.27.1-snapshot-13",
98
+ "@instructure/ui-view": "8.27.1-snapshot-13"
98
99
  },
99
100
  "devDependencies": {
100
- "@instructure/ui-babel-preset": "8.27.1-snapshot-7",
101
- "@instructure/ui-test-utils": "8.27.1-snapshot-7",
101
+ "@instructure/ui-babel-preset": "8.27.1-snapshot-13",
102
+ "@instructure/ui-test-utils": "8.27.1-snapshot-13",
102
103
  "jest": "^24.9.0"
103
104
  },
104
105
  "publishConfig": {
package/src/index.ts CHANGED
@@ -133,5 +133,6 @@ export { ToggleDetails, ToggleGroup } from '@instructure/ui-toggle-details'
133
133
  export { Tooltip } from '@instructure/ui-tooltip'
134
134
  export { Tray } from '@instructure/ui-tray'
135
135
  export { TreeBrowser } from '@instructure/ui-tree-browser'
136
+ export { TruncateList } from '@instructure/ui-truncate-list'
136
137
  export { TruncateText } from '@instructure/ui-truncate-text'
137
138
  export { View, ContextView } from '@instructure/ui-view'
@@ -74,6 +74,7 @@
74
74
  { "path": "../ui-tooltip/tsconfig.build.json" },
75
75
  { "path": "../ui-tray/tsconfig.build.json" },
76
76
  { "path": "../ui-tree-browser/tsconfig.build.json" },
77
+ { "path": "../ui-truncate-list/tsconfig.build.json" },
77
78
  { "path": "../ui-truncate-text/tsconfig.build.json" },
78
79
  { "path": "../ui-view/tsconfig.build.json" },
79
80
  { "path": "../ui-babel-preset/tsconfig.build.json" },