@instructure/ui-tray 11.7.4-snapshot-5 → 11.7.4-snapshot-183
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 +13 -2
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,20 @@
|
|
|
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.4-snapshot-
|
|
6
|
+
## [11.7.4-snapshot-183](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.4-snapshot-183) (2026-05-14)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **many:** small fixes for doc and fix component directory mapping in "dev" script ([774fae7](https://github.com/instructure/instructure-ui/commit/774fae76ebf96beb8a1bbf1de7d1ceabd67ec647))
|
|
12
|
+
* **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([98ff8e8](https://github.com/instructure/instructure-ui/commit/98ff8e8126a70d8496d6967795a8fbb2779c6fd9))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
|
|
18
|
+
* **many:** refactor theme parser and implement tray and tabs ([ef28373](https://github.com/instructure/instructure-ui/commit/ef283736fd76fbdcc674854916b298c199f8df50))
|
|
19
|
+
* **ui-tray:** migrate to new theming system ([fea7820](https://github.com/instructure/instructure-ui/commit/fea78205526a3c07134c66c85003d5fd566e792a))
|
|
9
20
|
|
|
10
21
|
|
|
11
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-tray",
|
|
3
|
-
"version": "11.7.4-snapshot-
|
|
3
|
+
"version": "11.7.4-snapshot-183",
|
|
4
4
|
"description": "Tray component for secondary/menu content",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -15,25 +15,25 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@babel/runtime": "^7.29.2",
|
|
18
|
-
"@instructure/
|
|
19
|
-
"@instructure/
|
|
20
|
-
"@instructure/ui-dialog": "11.7.4-snapshot-
|
|
21
|
-
"@instructure/
|
|
22
|
-
"@instructure/
|
|
23
|
-
"@instructure/ui-
|
|
24
|
-
"@instructure/ui-overlays": "11.7.4-snapshot-
|
|
25
|
-
"@instructure/ui-position": "11.7.4-snapshot-
|
|
26
|
-
"@instructure/ui-
|
|
27
|
-
"@instructure/ui-
|
|
28
|
-
"@instructure/ui-
|
|
29
|
-
"@instructure/ui-utils": "11.7.4-snapshot-
|
|
18
|
+
"@instructure/emotion": "11.7.4-snapshot-183",
|
|
19
|
+
"@instructure/console": "11.7.4-snapshot-183",
|
|
20
|
+
"@instructure/ui-dialog": "11.7.4-snapshot-183",
|
|
21
|
+
"@instructure/ui-i18n": "11.7.4-snapshot-183",
|
|
22
|
+
"@instructure/shared-types": "11.7.4-snapshot-183",
|
|
23
|
+
"@instructure/ui-motion": "11.7.4-snapshot-183",
|
|
24
|
+
"@instructure/ui-overlays": "11.7.4-snapshot-183",
|
|
25
|
+
"@instructure/ui-position": "11.7.4-snapshot-183",
|
|
26
|
+
"@instructure/ui-portal": "11.7.4-snapshot-183",
|
|
27
|
+
"@instructure/ui-react-utils": "11.7.4-snapshot-183",
|
|
28
|
+
"@instructure/ui-themes": "11.7.4-snapshot-183",
|
|
29
|
+
"@instructure/ui-utils": "11.7.4-snapshot-183"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@testing-library/jest-dom": "^6.6.3",
|
|
33
33
|
"@testing-library/react": "15.0.7",
|
|
34
34
|
"@testing-library/user-event": "^14.6.1",
|
|
35
35
|
"vitest": "^3.2.2",
|
|
36
|
-
"@instructure/ui-babel-preset": "11.7.4-snapshot-
|
|
36
|
+
"@instructure/ui-babel-preset": "11.7.4-snapshot-183"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": ">=18 <=19"
|