@instructure/ui 11.7.3-snapshot-32 → 11.7.3-snapshot-37
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 -20
- package/es/v11_6.js +1 -1
- package/es/v11_7.js +1 -1
- package/lib/v11_6.js +3 -3
- package/lib/v11_7.js +3 -3
- package/package.json +75 -75
- package/src/v11_6.ts +1 -1
- package/src/v11_7.ts +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/v11_6.d.ts +1 -1
- package/types/v11_6.d.ts.map +1 -1
- package/types/v11_7.d.ts +1 -1
- package/types/v11_7.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
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
|
-
## [11.7.3-snapshot-
|
|
6
|
+
## [11.7.3-snapshot-37](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3-snapshot-37) (2026-05-07)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
@@ -16,43 +16,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
16
16
|
|
|
17
17
|
## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)
|
|
18
18
|
|
|
19
|
-
|
|
20
19
|
### Bug Fixes
|
|
21
20
|
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
- **many:** small fixes for doc and fix component directory mapping in "dev" script ([39f0c99](https://github.com/instructure/instructure-ui/commit/39f0c991315e39d30e1f24b3142b986d5b9041ee))
|
|
24
22
|
|
|
25
23
|
### Features
|
|
26
24
|
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
- **ui,ui-options,ui-drilldown:** rework Drilldown ([0562fe2](https://github.com/instructure/instructure-ui/commit/0562fe2b43e3235fc78c4981ada504c1a2f10d1a))
|
|
29
26
|
|
|
30
27
|
### BREAKING CHANGES
|
|
31
28
|
|
|
32
|
-
|
|
29
|
+
- **ui,ui-options,ui-drilldown:** the component got a new version in this release
|
|
33
30
|
|
|
34
31
|
INSTUI-4792
|
|
35
32
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
33
|
## [11.7.1](https://github.com/instructure/instructure-ui/compare/v11.7.0...v11.7.1) (2026-03-20)
|
|
41
34
|
|
|
42
35
|
**Note:** Version bump only for package @instructure/ui
|
|
43
36
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
37
|
# [11.7.0](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.0) (2026-03-18)
|
|
49
38
|
|
|
50
39
|
**Note:** Version bump only for package @instructure/ui
|
|
51
40
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
41
|
# [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
|
|
57
42
|
|
|
58
43
|
**Note:** Version bump only for package @instructure/ui
|
|
@@ -692,7 +677,7 @@ It has similar look and features to the [Menu](#Menu), [Select](#Select) and [Tr
|
|
|
692
677
|
|
|
693
678
|
### Bug Fixes
|
|
694
679
|
|
|
695
|
-
- **ui:** export `EmotionThemeProvider` and `
|
|
680
|
+
- **ui:** export `EmotionThemeProvider` and `withStyleNew` from ui package ([61e153c](https://github.com/instructure/instructure-ui/commit/61e153c8a27c27ad850e59959a599b10b2c36b67))
|
|
696
681
|
|
|
697
682
|
## [8.2.1](https://github.com/instructure/instructure-ui/compare/v8.2.0...v8.2.1) (2021-04-22)
|
|
698
683
|
|
package/es/v11_6.js
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
* SOFTWARE.
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
|
-
export { InstUISettingsProvider,
|
|
25
|
+
export { InstUISettingsProvider, withStyleNew } from '@instructure/emotion';
|
|
26
26
|
export { AccessibleContent, PresentationContent, ScreenReaderContent } from '@instructure/ui-a11y-content';
|
|
27
27
|
export { Alert } from '@instructure/ui-alerts/v11_6';
|
|
28
28
|
export { Avatar } from '@instructure/ui-avatar/v11_6';
|
package/es/v11_7.js
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
* SOFTWARE.
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
|
-
export { InstUISettingsProvider,
|
|
25
|
+
export { InstUISettingsProvider, withStyleNew } from '@instructure/emotion';
|
|
26
26
|
export { AccessibleContent, PresentationContent, ScreenReaderContent } from '@instructure/ui-a11y-content';
|
|
27
27
|
export { Alert } from '@instructure/ui-alerts/v11_7';
|
|
28
28
|
export { Avatar } from '@instructure/ui-avatar/v11_7';
|
package/lib/v11_6.js
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
var _exportNames = {
|
|
7
7
|
InstUISettingsProvider: true,
|
|
8
|
-
|
|
8
|
+
withStyleNew: true,
|
|
9
9
|
AccessibleContent: true,
|
|
10
10
|
PresentationContent: true,
|
|
11
11
|
ScreenReaderContent: true,
|
|
@@ -1245,10 +1245,10 @@ Object.defineProperty(exports, "textDirectionContextConsumer", {
|
|
|
1245
1245
|
return _uiI18n.textDirectionContextConsumer;
|
|
1246
1246
|
}
|
|
1247
1247
|
});
|
|
1248
|
-
Object.defineProperty(exports, "
|
|
1248
|
+
Object.defineProperty(exports, "withStyleNew", {
|
|
1249
1249
|
enumerable: true,
|
|
1250
1250
|
get: function () {
|
|
1251
|
-
return _emotion.
|
|
1251
|
+
return _emotion.withStyleNew;
|
|
1252
1252
|
}
|
|
1253
1253
|
});
|
|
1254
1254
|
var _emotion = require("@instructure/emotion");
|
package/lib/v11_7.js
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
var _exportNames = {
|
|
7
7
|
InstUISettingsProvider: true,
|
|
8
|
-
|
|
8
|
+
withStyleNew: true,
|
|
9
9
|
AccessibleContent: true,
|
|
10
10
|
PresentationContent: true,
|
|
11
11
|
ScreenReaderContent: true,
|
|
@@ -1238,10 +1238,10 @@ Object.defineProperty(exports, "textDirectionContextConsumer", {
|
|
|
1238
1238
|
return _uiI18n.textDirectionContextConsumer;
|
|
1239
1239
|
}
|
|
1240
1240
|
});
|
|
1241
|
-
Object.defineProperty(exports, "
|
|
1241
|
+
Object.defineProperty(exports, "withStyleNew", {
|
|
1242
1242
|
enumerable: true,
|
|
1243
1243
|
get: function () {
|
|
1244
|
-
return _emotion.
|
|
1244
|
+
return _emotion.withStyleNew;
|
|
1245
1245
|
}
|
|
1246
1246
|
});
|
|
1247
1247
|
var _emotion = require("@instructure/emotion");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui",
|
|
3
|
-
"version": "11.7.3-snapshot-
|
|
3
|
+
"version": "11.7.3-snapshot-37",
|
|
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",
|
|
@@ -15,82 +15,82 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.2",
|
|
18
|
-
"@instructure/emotion": "11.7.3-snapshot-
|
|
19
|
-
"@instructure/ui-a11y-content": "11.7.3-snapshot-
|
|
20
|
-
"@instructure/ui-
|
|
21
|
-
"@instructure/ui-
|
|
22
|
-
"@instructure/ui-
|
|
23
|
-
"@instructure/ui-billboard": "11.7.3-snapshot-
|
|
24
|
-
"@instructure/ui-
|
|
25
|
-
"@instructure/ui-
|
|
26
|
-
"@instructure/ui-
|
|
27
|
-
"@instructure/ui-calendar": "11.7.3-snapshot-
|
|
28
|
-
"@instructure/ui-
|
|
29
|
-
"@instructure/ui-
|
|
30
|
-
"@instructure/ui-
|
|
31
|
-
"@instructure/ui-
|
|
32
|
-
"@instructure/ui-drilldown": "11.7.3-snapshot-
|
|
33
|
-
"@instructure/ui-
|
|
34
|
-
"@instructure/ui-
|
|
35
|
-
"@instructure/ui-
|
|
36
|
-
"@instructure/ui-
|
|
37
|
-
"@instructure/ui-
|
|
38
|
-
"@instructure/ui-
|
|
39
|
-
"@instructure/ui-grid": "11.7.3-snapshot-
|
|
40
|
-
"@instructure/ui-
|
|
41
|
-
"@instructure/ui-
|
|
42
|
-
"@instructure/ui-i18n": "11.7.3-snapshot-
|
|
43
|
-
"@instructure/ui-
|
|
44
|
-
"@instructure/ui-
|
|
45
|
-
"@instructure/ui-
|
|
46
|
-
"@instructure/ui-
|
|
47
|
-
"@instructure/ui-
|
|
48
|
-
"@instructure/ui-
|
|
49
|
-
"@instructure/ui-
|
|
50
|
-
"@instructure/ui-
|
|
51
|
-
"@instructure/ui-
|
|
52
|
-
"@instructure/ui-number-input": "11.7.3-snapshot-
|
|
53
|
-
"@instructure/ui-
|
|
54
|
-
"@instructure/ui-
|
|
55
|
-
"@instructure/ui-overlays": "11.7.3-snapshot-
|
|
56
|
-
"@instructure/ui-
|
|
57
|
-
"@instructure/ui-
|
|
58
|
-
"@instructure/ui-
|
|
59
|
-
"@instructure/ui-
|
|
60
|
-
"@instructure/ui-
|
|
61
|
-
"@instructure/ui-
|
|
62
|
-
"@instructure/ui-
|
|
63
|
-
"@instructure/ui-
|
|
64
|
-
"@instructure/ui-
|
|
65
|
-
"@instructure/ui-
|
|
66
|
-
"@instructure/ui-
|
|
67
|
-
"@instructure/ui-select": "11.7.3-snapshot-
|
|
68
|
-
"@instructure/ui-
|
|
69
|
-
"@instructure/ui-
|
|
70
|
-
"@instructure/ui-
|
|
71
|
-
"@instructure/ui-
|
|
72
|
-
"@instructure/ui-
|
|
73
|
-
"@instructure/ui-
|
|
74
|
-
"@instructure/ui-svg-images": "11.7.3-snapshot-
|
|
75
|
-
"@instructure/ui-table": "11.7.3-snapshot-
|
|
76
|
-
"@instructure/ui-text": "11.7.3-snapshot-
|
|
77
|
-
"@instructure/ui-
|
|
78
|
-
"@instructure/ui-
|
|
79
|
-
"@instructure/ui-text-
|
|
80
|
-
"@instructure/ui-
|
|
81
|
-
"@instructure/ui-
|
|
82
|
-
"@instructure/ui-
|
|
83
|
-
"@instructure/ui-tooltip": "11.7.3-snapshot-
|
|
84
|
-
"@instructure/ui-
|
|
85
|
-
"@instructure/ui-tray": "11.7.3-snapshot-
|
|
86
|
-
"@instructure/ui-
|
|
87
|
-
"@instructure/ui-
|
|
88
|
-
"@instructure/ui-truncate-
|
|
89
|
-
"@instructure/ui-
|
|
90
|
-
"@instructure/ui-
|
|
18
|
+
"@instructure/emotion": "11.7.3-snapshot-37",
|
|
19
|
+
"@instructure/ui-a11y-content": "11.7.3-snapshot-37",
|
|
20
|
+
"@instructure/ui-badge": "11.7.3-snapshot-37",
|
|
21
|
+
"@instructure/ui-alerts": "11.7.3-snapshot-37",
|
|
22
|
+
"@instructure/ui-avatar": "11.7.3-snapshot-37",
|
|
23
|
+
"@instructure/ui-billboard": "11.7.3-snapshot-37",
|
|
24
|
+
"@instructure/ui-buttons": "11.7.3-snapshot-37",
|
|
25
|
+
"@instructure/ui-byline": "11.7.3-snapshot-37",
|
|
26
|
+
"@instructure/ui-breadcrumb": "11.7.3-snapshot-37",
|
|
27
|
+
"@instructure/ui-calendar": "11.7.3-snapshot-37",
|
|
28
|
+
"@instructure/ui-checkbox": "11.7.3-snapshot-37",
|
|
29
|
+
"@instructure/ui-date-time-input": "11.7.3-snapshot-37",
|
|
30
|
+
"@instructure/ui-dialog": "11.7.3-snapshot-37",
|
|
31
|
+
"@instructure/ui-drawer-layout": "11.7.3-snapshot-37",
|
|
32
|
+
"@instructure/ui-drilldown": "11.7.3-snapshot-37",
|
|
33
|
+
"@instructure/ui-editable": "11.7.3-snapshot-37",
|
|
34
|
+
"@instructure/ui-expandable": "11.7.3-snapshot-37",
|
|
35
|
+
"@instructure/ui-flex": "11.7.3-snapshot-37",
|
|
36
|
+
"@instructure/ui-form-field": "11.7.3-snapshot-37",
|
|
37
|
+
"@instructure/ui-focusable": "11.7.3-snapshot-37",
|
|
38
|
+
"@instructure/ui-heading": "11.7.3-snapshot-37",
|
|
39
|
+
"@instructure/ui-grid": "11.7.3-snapshot-37",
|
|
40
|
+
"@instructure/ui-icons": "11.7.3-snapshot-37",
|
|
41
|
+
"@instructure/ui-color-picker": "11.7.3-snapshot-37",
|
|
42
|
+
"@instructure/ui-i18n": "11.7.3-snapshot-37",
|
|
43
|
+
"@instructure/ui-file-drop": "11.7.3-snapshot-37",
|
|
44
|
+
"@instructure/ui-date-input": "11.7.3-snapshot-37",
|
|
45
|
+
"@instructure/ui-img": "11.7.3-snapshot-37",
|
|
46
|
+
"@instructure/ui-list": "11.7.3-snapshot-37",
|
|
47
|
+
"@instructure/ui-link": "11.7.3-snapshot-37",
|
|
48
|
+
"@instructure/ui-instructure": "11.7.3-snapshot-37",
|
|
49
|
+
"@instructure/ui-metric": "11.7.3-snapshot-37",
|
|
50
|
+
"@instructure/ui-menu": "11.7.3-snapshot-37",
|
|
51
|
+
"@instructure/ui-motion": "11.7.3-snapshot-37",
|
|
52
|
+
"@instructure/ui-number-input": "11.7.3-snapshot-37",
|
|
53
|
+
"@instructure/ui-navigation": "11.7.3-snapshot-37",
|
|
54
|
+
"@instructure/ui-options": "11.7.3-snapshot-37",
|
|
55
|
+
"@instructure/ui-overlays": "11.7.3-snapshot-37",
|
|
56
|
+
"@instructure/ui-pill": "11.7.3-snapshot-37",
|
|
57
|
+
"@instructure/ui-pages": "11.7.3-snapshot-37",
|
|
58
|
+
"@instructure/ui-popover": "11.7.3-snapshot-37",
|
|
59
|
+
"@instructure/ui-portal": "11.7.3-snapshot-37",
|
|
60
|
+
"@instructure/ui-modal": "11.7.3-snapshot-37",
|
|
61
|
+
"@instructure/ui-position": "11.7.3-snapshot-37",
|
|
62
|
+
"@instructure/ui-progress": "11.7.3-snapshot-37",
|
|
63
|
+
"@instructure/ui-range-input": "11.7.3-snapshot-37",
|
|
64
|
+
"@instructure/ui-rating": "11.7.3-snapshot-37",
|
|
65
|
+
"@instructure/ui-pagination": "11.7.3-snapshot-37",
|
|
66
|
+
"@instructure/ui-radio-input": "11.7.3-snapshot-37",
|
|
67
|
+
"@instructure/ui-select": "11.7.3-snapshot-37",
|
|
68
|
+
"@instructure/ui-selectable": "11.7.3-snapshot-37",
|
|
69
|
+
"@instructure/ui-source-code-editor": "11.7.3-snapshot-37",
|
|
70
|
+
"@instructure/ui-responsive": "11.7.3-snapshot-37",
|
|
71
|
+
"@instructure/ui-simple-select": "11.7.3-snapshot-37",
|
|
72
|
+
"@instructure/ui-side-nav-bar": "11.7.3-snapshot-37",
|
|
73
|
+
"@instructure/ui-spinner": "11.7.3-snapshot-37",
|
|
74
|
+
"@instructure/ui-svg-images": "11.7.3-snapshot-37",
|
|
75
|
+
"@instructure/ui-table": "11.7.3-snapshot-37",
|
|
76
|
+
"@instructure/ui-text": "11.7.3-snapshot-37",
|
|
77
|
+
"@instructure/ui-tag": "11.7.3-snapshot-37",
|
|
78
|
+
"@instructure/ui-text-area": "11.7.3-snapshot-37",
|
|
79
|
+
"@instructure/ui-text-input": "11.7.3-snapshot-37",
|
|
80
|
+
"@instructure/ui-time-select": "11.7.3-snapshot-37",
|
|
81
|
+
"@instructure/ui-toggle-details": "11.7.3-snapshot-37",
|
|
82
|
+
"@instructure/ui-tabs": "11.7.3-snapshot-37",
|
|
83
|
+
"@instructure/ui-tooltip": "11.7.3-snapshot-37",
|
|
84
|
+
"@instructure/ui-themes": "11.7.3-snapshot-37",
|
|
85
|
+
"@instructure/ui-tray": "11.7.3-snapshot-37",
|
|
86
|
+
"@instructure/ui-tree-browser": "11.7.3-snapshot-37",
|
|
87
|
+
"@instructure/ui-view": "11.7.3-snapshot-37",
|
|
88
|
+
"@instructure/ui-truncate-text": "11.7.3-snapshot-37",
|
|
89
|
+
"@instructure/ui-top-nav-bar": "11.7.3-snapshot-37",
|
|
90
|
+
"@instructure/ui-truncate-list": "11.7.3-snapshot-37"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@instructure/ui-babel-preset": "11.7.3-snapshot-
|
|
93
|
+
"@instructure/ui-babel-preset": "11.7.3-snapshot-37"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
96
|
"react": ">=18 <=19",
|
package/src/v11_6.ts
CHANGED
package/src/v11_7.ts
CHANGED