Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions workspaces/theme/.changeset/bui-customization.md

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/theme/.changeset/quiet-harbor-nudge.md

This file was deleted.

11 changes: 11 additions & 0 deletions workspaces/theme/plugins/bui-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @red-hat-developer-hub/backstage-plugin-bui-test

## 0.5.1

### Patch Changes

- e8c4cd7: feat: allow customers to customize BUI components via app-config (RHIDP-14510)

Adds two new `app.branding` configuration options:

- `customCSS`: raw CSS string injected as global styles (use at your own risk)
- `theme.{light|dark}.bui.tokens`: per-theme structured token overrides mapping to BUI CSS custom properties (`--bui-*`), allowing different values for light and dark themes

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/theme/plugins/bui-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-bui-test",
"version": "0.5.0",
"version": "0.5.1",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
15 changes: 15 additions & 0 deletions workspaces/theme/plugins/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @red-hat-developer-hub/backstage-plugin-theme

## 1.2.0

### Minor Changes

- e8c4cd7: feat: allow customers to customize BUI components via app-config (RHIDP-14510)

Adds two new `app.branding` configuration options:

- `customCSS`: raw CSS string injected as global styles (use at your own risk)
- `theme.{light|dark}.bui.tokens`: per-theme structured token overrides mapping to BUI CSS custom properties (`--bui-*`), allowing different values for light and dark themes

### Patch Changes

- 1a55424: Offset Backstage UI dialogs such as Inspect Entity below the global header so their title and close control stay visible.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/theme/plugins/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-theme",
"version": "1.1.0",
"version": "1.2.0",
"description": "Red Hat Developer Hub Theme",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down