@instructure/ui 8.30.1-snapshot-15 → 8.31.1-snapshot-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 +8 -27
- package/package.json +75 -75
- package/tsconfig.build.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,62 +3,43 @@
|
|
|
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.
|
|
6
|
+
## [8.31.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v8.31.0...v8.31.1-snapshot-0) (2022-11-23)
|
|
7
7
|
|
|
8
|
+
**Note:** Version bump only for package @instructure/ui
|
|
8
9
|
|
|
9
|
-
### Features
|
|
10
10
|
|
|
11
|
-
* **shared-types,ui,ui-top-nav-bar:** add new `TopNavBar` component ([3f27257](https://github.com/instructure/instructure-ui/commit/3f272572276fb62d7b06005dd46206604c890db2))
|
|
12
11
|
|
|
13
12
|
|
|
14
13
|
|
|
14
|
+
# [8.31.0](https://github.com/instructure/instructure-ui/compare/v8.30.0...v8.31.0) (2022-11-21)
|
|
15
|
+
|
|
16
|
+
### Features
|
|
15
17
|
|
|
18
|
+
- **shared-types,ui,ui-top-nav-bar:** add new `TopNavBar` component ([3f27257](https://github.com/instructure/instructure-ui/commit/3f272572276fb62d7b06005dd46206604c890db2))
|
|
16
19
|
|
|
17
20
|
# [8.30.0](https://github.com/instructure/instructure-ui/compare/v8.29.0...v8.30.0) (2022-10-26)
|
|
18
21
|
|
|
19
22
|
**Note:** Version bump only for package @instructure/ui
|
|
20
23
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
24
|
# [8.29.0](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.29.0) (2022-09-29)
|
|
26
25
|
|
|
27
|
-
|
|
28
26
|
**Note:** Version bump only for package @instructure/ui
|
|
29
27
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
28
|
## [8.28.2](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.28.2) (2022-09-16)
|
|
34
29
|
|
|
35
|
-
|
|
36
30
|
### Bug Fixes
|
|
37
31
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
32
|
+
- **ui:** wrong peer dependency for `react` ([80580a7](https://github.com/instructure/instructure-ui/commit/80580a709d846f612a73dc757a5932cd975d49f8))
|
|
43
33
|
|
|
44
34
|
## [8.28.1](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.28.1) (2022-09-12)
|
|
45
35
|
|
|
46
36
|
**Note:** Version bump only for package @instructure/ui
|
|
47
37
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
38
|
# [8.28.0](https://github.com/instructure/instructure-ui/compare/v8.27.0...v8.28.0) (2022-09-02)
|
|
53
39
|
|
|
54
|
-
|
|
55
40
|
### Features
|
|
56
41
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
42
|
+
- **ui-truncate-list,ui:** add `TruncateList` utility component ([f8b17ea](https://github.com/instructure/instructure-ui/commit/f8b17ea8b60234f746fcd7576f1532f38d5bbe5f))
|
|
62
43
|
|
|
63
44
|
# [8.27.0](https://github.com/instructure/instructure-ui/compare/v8.26.3...v8.27.0) (2022-07-25)
|
|
64
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.31.1-snapshot-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,82 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime": "^7.13.10",
|
|
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-simple-select": "8.
|
|
81
|
-
"@instructure/ui-source-code-editor": "8.
|
|
82
|
-
"@instructure/ui-spinner": "8.
|
|
83
|
-
"@instructure/ui-svg-images": "8.
|
|
84
|
-
"@instructure/ui-table": "8.
|
|
85
|
-
"@instructure/ui-tabs": "8.
|
|
86
|
-
"@instructure/ui-tag": "8.
|
|
87
|
-
"@instructure/ui-text": "8.
|
|
88
|
-
"@instructure/ui-text-area": "8.
|
|
89
|
-
"@instructure/ui-text-input": "8.
|
|
90
|
-
"@instructure/ui-themes": "8.
|
|
91
|
-
"@instructure/ui-time-select": "8.
|
|
92
|
-
"@instructure/ui-toggle-details": "8.
|
|
93
|
-
"@instructure/ui-tooltip": "8.
|
|
94
|
-
"@instructure/ui-top-nav-bar": "8.
|
|
95
|
-
"@instructure/ui-tray": "8.
|
|
96
|
-
"@instructure/ui-tree-browser": "8.
|
|
97
|
-
"@instructure/ui-truncate-list": "8.
|
|
98
|
-
"@instructure/ui-truncate-text": "8.
|
|
99
|
-
"@instructure/ui-view": "8.
|
|
28
|
+
"@instructure/emotion": "8.31.1-snapshot-0",
|
|
29
|
+
"@instructure/ui-a11y-content": "8.31.1-snapshot-0",
|
|
30
|
+
"@instructure/ui-alerts": "8.31.1-snapshot-0",
|
|
31
|
+
"@instructure/ui-avatar": "8.31.1-snapshot-0",
|
|
32
|
+
"@instructure/ui-badge": "8.31.1-snapshot-0",
|
|
33
|
+
"@instructure/ui-billboard": "8.31.1-snapshot-0",
|
|
34
|
+
"@instructure/ui-breadcrumb": "8.31.1-snapshot-0",
|
|
35
|
+
"@instructure/ui-buttons": "8.31.1-snapshot-0",
|
|
36
|
+
"@instructure/ui-byline": "8.31.1-snapshot-0",
|
|
37
|
+
"@instructure/ui-calendar": "8.31.1-snapshot-0",
|
|
38
|
+
"@instructure/ui-checkbox": "8.31.1-snapshot-0",
|
|
39
|
+
"@instructure/ui-code-editor": "8.31.1-snapshot-0",
|
|
40
|
+
"@instructure/ui-color-picker": "8.31.1-snapshot-0",
|
|
41
|
+
"@instructure/ui-date-input": "8.31.1-snapshot-0",
|
|
42
|
+
"@instructure/ui-date-time-input": "8.31.1-snapshot-0",
|
|
43
|
+
"@instructure/ui-dialog": "8.31.1-snapshot-0",
|
|
44
|
+
"@instructure/ui-drawer-layout": "8.31.1-snapshot-0",
|
|
45
|
+
"@instructure/ui-drilldown": "8.31.1-snapshot-0",
|
|
46
|
+
"@instructure/ui-editable": "8.31.1-snapshot-0",
|
|
47
|
+
"@instructure/ui-expandable": "8.31.1-snapshot-0",
|
|
48
|
+
"@instructure/ui-file-drop": "8.31.1-snapshot-0",
|
|
49
|
+
"@instructure/ui-flex": "8.31.1-snapshot-0",
|
|
50
|
+
"@instructure/ui-focusable": "8.31.1-snapshot-0",
|
|
51
|
+
"@instructure/ui-form-field": "8.31.1-snapshot-0",
|
|
52
|
+
"@instructure/ui-grid": "8.31.1-snapshot-0",
|
|
53
|
+
"@instructure/ui-heading": "8.31.1-snapshot-0",
|
|
54
|
+
"@instructure/ui-i18n": "8.31.1-snapshot-0",
|
|
55
|
+
"@instructure/ui-icons": "8.31.1-snapshot-0",
|
|
56
|
+
"@instructure/ui-img": "8.31.1-snapshot-0",
|
|
57
|
+
"@instructure/ui-link": "8.31.1-snapshot-0",
|
|
58
|
+
"@instructure/ui-list": "8.31.1-snapshot-0",
|
|
59
|
+
"@instructure/ui-menu": "8.31.1-snapshot-0",
|
|
60
|
+
"@instructure/ui-metric": "8.31.1-snapshot-0",
|
|
61
|
+
"@instructure/ui-modal": "8.31.1-snapshot-0",
|
|
62
|
+
"@instructure/ui-motion": "8.31.1-snapshot-0",
|
|
63
|
+
"@instructure/ui-navigation": "8.31.1-snapshot-0",
|
|
64
|
+
"@instructure/ui-number-input": "8.31.1-snapshot-0",
|
|
65
|
+
"@instructure/ui-options": "8.31.1-snapshot-0",
|
|
66
|
+
"@instructure/ui-overlays": "8.31.1-snapshot-0",
|
|
67
|
+
"@instructure/ui-pages": "8.31.1-snapshot-0",
|
|
68
|
+
"@instructure/ui-pagination": "8.31.1-snapshot-0",
|
|
69
|
+
"@instructure/ui-pill": "8.31.1-snapshot-0",
|
|
70
|
+
"@instructure/ui-popover": "8.31.1-snapshot-0",
|
|
71
|
+
"@instructure/ui-portal": "8.31.1-snapshot-0",
|
|
72
|
+
"@instructure/ui-position": "8.31.1-snapshot-0",
|
|
73
|
+
"@instructure/ui-progress": "8.31.1-snapshot-0",
|
|
74
|
+
"@instructure/ui-radio-input": "8.31.1-snapshot-0",
|
|
75
|
+
"@instructure/ui-range-input": "8.31.1-snapshot-0",
|
|
76
|
+
"@instructure/ui-rating": "8.31.1-snapshot-0",
|
|
77
|
+
"@instructure/ui-responsive": "8.31.1-snapshot-0",
|
|
78
|
+
"@instructure/ui-select": "8.31.1-snapshot-0",
|
|
79
|
+
"@instructure/ui-selectable": "8.31.1-snapshot-0",
|
|
80
|
+
"@instructure/ui-simple-select": "8.31.1-snapshot-0",
|
|
81
|
+
"@instructure/ui-source-code-editor": "8.31.1-snapshot-0",
|
|
82
|
+
"@instructure/ui-spinner": "8.31.1-snapshot-0",
|
|
83
|
+
"@instructure/ui-svg-images": "8.31.1-snapshot-0",
|
|
84
|
+
"@instructure/ui-table": "8.31.1-snapshot-0",
|
|
85
|
+
"@instructure/ui-tabs": "8.31.1-snapshot-0",
|
|
86
|
+
"@instructure/ui-tag": "8.31.1-snapshot-0",
|
|
87
|
+
"@instructure/ui-text": "8.31.1-snapshot-0",
|
|
88
|
+
"@instructure/ui-text-area": "8.31.1-snapshot-0",
|
|
89
|
+
"@instructure/ui-text-input": "8.31.1-snapshot-0",
|
|
90
|
+
"@instructure/ui-themes": "8.31.1-snapshot-0",
|
|
91
|
+
"@instructure/ui-time-select": "8.31.1-snapshot-0",
|
|
92
|
+
"@instructure/ui-toggle-details": "8.31.1-snapshot-0",
|
|
93
|
+
"@instructure/ui-tooltip": "8.31.1-snapshot-0",
|
|
94
|
+
"@instructure/ui-top-nav-bar": "8.31.1-snapshot-0",
|
|
95
|
+
"@instructure/ui-tray": "8.31.1-snapshot-0",
|
|
96
|
+
"@instructure/ui-tree-browser": "8.31.1-snapshot-0",
|
|
97
|
+
"@instructure/ui-truncate-list": "8.31.1-snapshot-0",
|
|
98
|
+
"@instructure/ui-truncate-text": "8.31.1-snapshot-0",
|
|
99
|
+
"@instructure/ui-view": "8.31.1-snapshot-0"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@instructure/ui-babel-preset": "8.
|
|
103
|
-
"@instructure/ui-test-utils": "8.
|
|
102
|
+
"@instructure/ui-babel-preset": "8.31.1-snapshot-0",
|
|
103
|
+
"@instructure/ui-test-utils": "8.31.1-snapshot-0",
|
|
104
104
|
"jest": "^24.9.0"
|
|
105
105
|
},
|
|
106
106
|
"publishConfig": {
|