Version Packages

This commit is contained in:
github-actions[bot]
2026-02-17 16:06:18 +00:00
parent 31de2c9b3a
commit e6df5d52ce
589 changed files with 6497 additions and 2264 deletions
+23
View File
@@ -1,5 +1,28 @@
# @backstage/plugin-mui-to-bui
## 0.2.4
### Patch Changes
- 4137a43: Updated CSS token references to use renamed `--bui-bg-app` and `--bui-border-2` tokens.
- a88c437: Updated MUI to BUI theme converter to align with latest token changes
**Changes:**
- Removed generation of deprecated tokens: `--bui-fg-link`, `--bui-fg-link-hover`, `--bui-fg-tint`, `--bui-fg-tint-disabled`, `--bui-bg-tint` and all its variants
- Added generation of new `info` status tokens: `--bui-fg-info`, `--bui-fg-info-on-bg`, `--bui-bg-info`, `--bui-border-info`
- Updated status color mapping to generate both standalone and `-on-bg` variants for danger, warning, success, and info
- Status colors now use `.main` for standalone variants and `.dark` for `-on-bg` variants, providing better visual hierarchy
The converter now generates tokens that match the updated BUI design system structure, with clear distinction between status colors for standalone use vs. use on colored backgrounds.
- a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
- Updated dependencies
- @backstage/ui@0.12.0
- @backstage/theme@0.7.2
- @backstage/frontend-plugin-api@0.14.0
- @backstage/core-plugin-api@1.12.3
## 0.2.4-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-mui-to-bui",
"version": "0.2.4-next.2",
"version": "0.2.4",
"backstage": {
"role": "frontend-plugin",
"pluginId": "mui-to-bui",