@instructure/ui 9.5.2-snapshot-1 → 10.0.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 +10 -2
- package/es/index.js +1 -1
- package/lib/index.js +0 -7
- package/package.json +76 -76
- package/src/index.ts +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +1 -1
- package/types/index.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,17 @@
|
|
|
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
|
+
# [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### BREAKING CHANGES
|
|
15
|
+
|
|
16
|
+
* **many:** Breaks color overrides in certain cases
|
|
9
17
|
|
|
10
18
|
|
|
11
19
|
|
package/es/index.js
CHANGED
|
@@ -85,7 +85,7 @@ export { Tag } from '@instructure/ui-tag';
|
|
|
85
85
|
export { Text } from '@instructure/ui-text';
|
|
86
86
|
export { TextArea } from '@instructure/ui-text-area';
|
|
87
87
|
export { TextInput } from '@instructure/ui-text-input';
|
|
88
|
-
export { canvas, canvasHighContrast
|
|
88
|
+
export { canvas, canvasHighContrast } from '@instructure/ui-themes';
|
|
89
89
|
export { TimeSelect } from '@instructure/ui-time-select';
|
|
90
90
|
export { ToggleDetails, ToggleGroup } from '@instructure/ui-toggle-details';
|
|
91
91
|
export { Tooltip } from '@instructure/ui-tooltip';
|
package/lib/index.js
CHANGED
|
@@ -105,7 +105,6 @@ var _exportNames = {
|
|
|
105
105
|
TextInput: true,
|
|
106
106
|
canvas: true,
|
|
107
107
|
canvasHighContrast: true,
|
|
108
|
-
instructure: true,
|
|
109
108
|
TimeSelect: true,
|
|
110
109
|
ToggleDetails: true,
|
|
111
110
|
ToggleGroup: true,
|
|
@@ -784,12 +783,6 @@ Object.defineProperty(exports, "canvasHighContrast", {
|
|
|
784
783
|
return _uiThemes.canvasHighContrast;
|
|
785
784
|
}
|
|
786
785
|
});
|
|
787
|
-
Object.defineProperty(exports, "instructure", {
|
|
788
|
-
enumerable: true,
|
|
789
|
-
get: function () {
|
|
790
|
-
return _uiThemes.instructure;
|
|
791
|
-
}
|
|
792
|
-
});
|
|
793
786
|
Object.defineProperty(exports, "withStyle", {
|
|
794
787
|
enumerable: true,
|
|
795
788
|
get: function () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.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,83 +25,83 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@babel/runtime": "^7.24.5",
|
|
28
|
-
"@instructure/emotion": "
|
|
29
|
-
"@instructure/ui-a11y-content": "
|
|
30
|
-
"@instructure/ui-alerts": "
|
|
31
|
-
"@instructure/ui-avatar": "
|
|
32
|
-
"@instructure/ui-badge": "
|
|
33
|
-
"@instructure/ui-billboard": "
|
|
34
|
-
"@instructure/ui-breadcrumb": "
|
|
35
|
-
"@instructure/ui-buttons": "
|
|
36
|
-
"@instructure/ui-byline": "
|
|
37
|
-
"@instructure/ui-calendar": "
|
|
38
|
-
"@instructure/ui-checkbox": "
|
|
39
|
-
"@instructure/ui-code-editor": "
|
|
40
|
-
"@instructure/ui-color-picker": "
|
|
41
|
-
"@instructure/ui-date-input": "
|
|
42
|
-
"@instructure/ui-date-time-input": "
|
|
43
|
-
"@instructure/ui-dialog": "
|
|
44
|
-
"@instructure/ui-drawer-layout": "
|
|
45
|
-
"@instructure/ui-drilldown": "
|
|
46
|
-
"@instructure/ui-editable": "
|
|
47
|
-
"@instructure/ui-expandable": "
|
|
48
|
-
"@instructure/ui-file-drop": "
|
|
49
|
-
"@instructure/ui-flex": "
|
|
50
|
-
"@instructure/ui-focusable": "
|
|
51
|
-
"@instructure/ui-form-field": "
|
|
52
|
-
"@instructure/ui-grid": "
|
|
53
|
-
"@instructure/ui-heading": "
|
|
54
|
-
"@instructure/ui-i18n": "
|
|
55
|
-
"@instructure/ui-icons": "
|
|
56
|
-
"@instructure/ui-img": "
|
|
57
|
-
"@instructure/ui-link": "
|
|
58
|
-
"@instructure/ui-list": "
|
|
59
|
-
"@instructure/ui-menu": "
|
|
60
|
-
"@instructure/ui-metric": "
|
|
61
|
-
"@instructure/ui-modal": "
|
|
62
|
-
"@instructure/ui-motion": "
|
|
63
|
-
"@instructure/ui-navigation": "
|
|
64
|
-
"@instructure/ui-number-input": "
|
|
65
|
-
"@instructure/ui-options": "
|
|
66
|
-
"@instructure/ui-overlays": "
|
|
67
|
-
"@instructure/ui-pages": "
|
|
68
|
-
"@instructure/ui-pagination": "
|
|
69
|
-
"@instructure/ui-pill": "
|
|
70
|
-
"@instructure/ui-popover": "
|
|
71
|
-
"@instructure/ui-portal": "
|
|
72
|
-
"@instructure/ui-position": "
|
|
73
|
-
"@instructure/ui-progress": "
|
|
74
|
-
"@instructure/ui-radio-input": "
|
|
75
|
-
"@instructure/ui-range-input": "
|
|
76
|
-
"@instructure/ui-rating": "
|
|
77
|
-
"@instructure/ui-responsive": "
|
|
78
|
-
"@instructure/ui-select": "
|
|
79
|
-
"@instructure/ui-selectable": "
|
|
80
|
-
"@instructure/ui-side-nav-bar": "
|
|
81
|
-
"@instructure/ui-simple-select": "
|
|
82
|
-
"@instructure/ui-source-code-editor": "
|
|
83
|
-
"@instructure/ui-spinner": "
|
|
84
|
-
"@instructure/ui-svg-images": "
|
|
85
|
-
"@instructure/ui-table": "
|
|
86
|
-
"@instructure/ui-tabs": "
|
|
87
|
-
"@instructure/ui-tag": "
|
|
88
|
-
"@instructure/ui-text": "
|
|
89
|
-
"@instructure/ui-text-area": "
|
|
90
|
-
"@instructure/ui-text-input": "
|
|
91
|
-
"@instructure/ui-themes": "
|
|
92
|
-
"@instructure/ui-time-select": "
|
|
93
|
-
"@instructure/ui-toggle-details": "
|
|
94
|
-
"@instructure/ui-tooltip": "
|
|
95
|
-
"@instructure/ui-top-nav-bar": "
|
|
96
|
-
"@instructure/ui-tray": "
|
|
97
|
-
"@instructure/ui-tree-browser": "
|
|
98
|
-
"@instructure/ui-truncate-list": "
|
|
99
|
-
"@instructure/ui-truncate-text": "
|
|
100
|
-
"@instructure/ui-view": "
|
|
28
|
+
"@instructure/emotion": "10.0.0",
|
|
29
|
+
"@instructure/ui-a11y-content": "10.0.0",
|
|
30
|
+
"@instructure/ui-alerts": "10.0.0",
|
|
31
|
+
"@instructure/ui-avatar": "10.0.0",
|
|
32
|
+
"@instructure/ui-badge": "10.0.0",
|
|
33
|
+
"@instructure/ui-billboard": "10.0.0",
|
|
34
|
+
"@instructure/ui-breadcrumb": "10.0.0",
|
|
35
|
+
"@instructure/ui-buttons": "10.0.0",
|
|
36
|
+
"@instructure/ui-byline": "10.0.0",
|
|
37
|
+
"@instructure/ui-calendar": "10.0.0",
|
|
38
|
+
"@instructure/ui-checkbox": "10.0.0",
|
|
39
|
+
"@instructure/ui-code-editor": "10.0.0",
|
|
40
|
+
"@instructure/ui-color-picker": "10.0.0",
|
|
41
|
+
"@instructure/ui-date-input": "10.0.0",
|
|
42
|
+
"@instructure/ui-date-time-input": "10.0.0",
|
|
43
|
+
"@instructure/ui-dialog": "10.0.0",
|
|
44
|
+
"@instructure/ui-drawer-layout": "10.0.0",
|
|
45
|
+
"@instructure/ui-drilldown": "10.0.0",
|
|
46
|
+
"@instructure/ui-editable": "10.0.0",
|
|
47
|
+
"@instructure/ui-expandable": "10.0.0",
|
|
48
|
+
"@instructure/ui-file-drop": "10.0.0",
|
|
49
|
+
"@instructure/ui-flex": "10.0.0",
|
|
50
|
+
"@instructure/ui-focusable": "10.0.0",
|
|
51
|
+
"@instructure/ui-form-field": "10.0.0",
|
|
52
|
+
"@instructure/ui-grid": "10.0.0",
|
|
53
|
+
"@instructure/ui-heading": "10.0.0",
|
|
54
|
+
"@instructure/ui-i18n": "10.0.0",
|
|
55
|
+
"@instructure/ui-icons": "10.0.0",
|
|
56
|
+
"@instructure/ui-img": "10.0.0",
|
|
57
|
+
"@instructure/ui-link": "10.0.0",
|
|
58
|
+
"@instructure/ui-list": "10.0.0",
|
|
59
|
+
"@instructure/ui-menu": "10.0.0",
|
|
60
|
+
"@instructure/ui-metric": "10.0.0",
|
|
61
|
+
"@instructure/ui-modal": "10.0.0",
|
|
62
|
+
"@instructure/ui-motion": "10.0.0",
|
|
63
|
+
"@instructure/ui-navigation": "10.0.0",
|
|
64
|
+
"@instructure/ui-number-input": "10.0.0",
|
|
65
|
+
"@instructure/ui-options": "10.0.0",
|
|
66
|
+
"@instructure/ui-overlays": "10.0.0",
|
|
67
|
+
"@instructure/ui-pages": "10.0.0",
|
|
68
|
+
"@instructure/ui-pagination": "10.0.0",
|
|
69
|
+
"@instructure/ui-pill": "10.0.0",
|
|
70
|
+
"@instructure/ui-popover": "10.0.0",
|
|
71
|
+
"@instructure/ui-portal": "10.0.0",
|
|
72
|
+
"@instructure/ui-position": "10.0.0",
|
|
73
|
+
"@instructure/ui-progress": "10.0.0",
|
|
74
|
+
"@instructure/ui-radio-input": "10.0.0",
|
|
75
|
+
"@instructure/ui-range-input": "10.0.0",
|
|
76
|
+
"@instructure/ui-rating": "10.0.0",
|
|
77
|
+
"@instructure/ui-responsive": "10.0.0",
|
|
78
|
+
"@instructure/ui-select": "10.0.0",
|
|
79
|
+
"@instructure/ui-selectable": "10.0.0",
|
|
80
|
+
"@instructure/ui-side-nav-bar": "10.0.0",
|
|
81
|
+
"@instructure/ui-simple-select": "10.0.0",
|
|
82
|
+
"@instructure/ui-source-code-editor": "10.0.0",
|
|
83
|
+
"@instructure/ui-spinner": "10.0.0",
|
|
84
|
+
"@instructure/ui-svg-images": "10.0.0",
|
|
85
|
+
"@instructure/ui-table": "10.0.0",
|
|
86
|
+
"@instructure/ui-tabs": "10.0.0",
|
|
87
|
+
"@instructure/ui-tag": "10.0.0",
|
|
88
|
+
"@instructure/ui-text": "10.0.0",
|
|
89
|
+
"@instructure/ui-text-area": "10.0.0",
|
|
90
|
+
"@instructure/ui-text-input": "10.0.0",
|
|
91
|
+
"@instructure/ui-themes": "10.0.0",
|
|
92
|
+
"@instructure/ui-time-select": "10.0.0",
|
|
93
|
+
"@instructure/ui-toggle-details": "10.0.0",
|
|
94
|
+
"@instructure/ui-tooltip": "10.0.0",
|
|
95
|
+
"@instructure/ui-top-nav-bar": "10.0.0",
|
|
96
|
+
"@instructure/ui-tray": "10.0.0",
|
|
97
|
+
"@instructure/ui-tree-browser": "10.0.0",
|
|
98
|
+
"@instructure/ui-truncate-list": "10.0.0",
|
|
99
|
+
"@instructure/ui-truncate-text": "10.0.0",
|
|
100
|
+
"@instructure/ui-view": "10.0.0"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@instructure/ui-babel-preset": "
|
|
104
|
-
"@instructure/ui-test-utils": "
|
|
103
|
+
"@instructure/ui-babel-preset": "10.0.0",
|
|
104
|
+
"@instructure/ui-test-utils": "10.0.0",
|
|
105
105
|
"jest": "^29.7.0"
|
|
106
106
|
},
|
|
107
107
|
"publishConfig": {
|
package/src/index.ts
CHANGED
|
@@ -120,7 +120,7 @@ export { Tag } from '@instructure/ui-tag'
|
|
|
120
120
|
export { Text } from '@instructure/ui-text'
|
|
121
121
|
export { TextArea } from '@instructure/ui-text-area'
|
|
122
122
|
export { TextInput } from '@instructure/ui-text-input'
|
|
123
|
-
export { canvas, canvasHighContrast
|
|
123
|
+
export { canvas, canvasHighContrast } from '@instructure/ui-themes'
|
|
124
124
|
export { TimeSelect } from '@instructure/ui-time-select'
|
|
125
125
|
export { ToggleDetails, ToggleGroup } from '@instructure/ui-toggle-details'
|
|
126
126
|
export { Tooltip } from '@instructure/ui-tooltip'
|