@backstage/plugin-mui-to-bui 0.0.0-nightly-20260116025035 → 0.0.0-nightly-20260117024523

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
@@ -1,14 +1,15 @@
1
1
  # @backstage/plugin-mui-to-bui
2
2
 
3
- ## 0.0.0-nightly-20260116025035
3
+ ## 0.0.0-nightly-20260117024523
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - f157f43: Fix installation command
7
8
  - e4a1180: Updated tokens from `--bui-bg` to `--bui-bg-surface-0`
8
9
  - Updated dependencies
9
- - @backstage/ui@0.0.0-nightly-20260116025035
10
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260116025035
11
- - @backstage/core-plugin-api@0.0.0-nightly-20260116025035
10
+ - @backstage/ui@0.0.0-nightly-20260117024523
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260117024523
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20260117024523
12
13
  - @backstage/theme@0.7.1
13
14
 
14
15
  ## 0.2.3-next.0
package/README.md CHANGED
@@ -11,7 +11,7 @@ The Backstage UI Themer helps you convert an existing MUI v5 theme into Backstag
11
11
  Run this from your Backstage repo root:
12
12
 
13
13
  ```bash
14
- yarn add --cwd packages/app @backstage/plugin-mui-to-bui
14
+ yarn --cwd packages/app add @backstage/plugin-mui-to-bui
15
15
  ```
16
16
 
17
17
  ### 2) Wire it up depending on your frontend system
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-mui-to-bui",
3
- "version": "0.0.0-nightly-20260116025035",
3
+ "version": "0.0.0-nightly-20260117024523",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "mui-to-bui",
@@ -38,17 +38,17 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/core-plugin-api": "0.0.0-nightly-20260116025035",
42
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260116025035",
41
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260117024523",
42
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260117024523",
43
43
  "@backstage/theme": "0.7.1",
44
- "@backstage/ui": "0.0.0-nightly-20260116025035",
44
+ "@backstage/ui": "0.0.0-nightly-20260117024523",
45
45
  "@mui/material": "^5.12.2",
46
46
  "@mui/system": "^5.16.14"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/cli": "0.0.0-nightly-20260116025035",
50
- "@backstage/dev-utils": "0.0.0-nightly-20260116025035",
51
- "@backstage/test-utils": "0.0.0-nightly-20260116025035",
49
+ "@backstage/cli": "0.0.0-nightly-20260117024523",
50
+ "@backstage/dev-utils": "0.0.0-nightly-20260117024523",
51
+ "@backstage/test-utils": "0.0.0-nightly-20260117024523",
52
52
  "@testing-library/jest-dom": "^6.0.0",
53
53
  "@testing-library/react": "^16.0.0",
54
54
  "@types/react": "^18.0.0",