Skip to content

Commit

Permalink
Remove remaining references to @comet/admin-theme (#3523)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyomair authored Feb 27, 2025
1 parent b1bb7a7 commit ba61176
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .changeset/cyan-ghosts-smoke.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@comet/admin-theme": major
"@comet/admin": major
---

Prevent the selection of DataGrid rows by clicking on them
Expand Down
1 change: 0 additions & 1 deletion .changeset/nice-masks-invite.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
"@comet/admin-theme": major
"@comet/cms-admin": major
"@comet/admin": major
---
Expand Down
1 change: 0 additions & 1 deletion .changeset/perfect-mangos-greet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"@comet/admin-color-picker": major
"@comet/admin-date-time": major
"@comet/admin-icons": major
"@comet/admin-theme": major
"@comet/admin-rte": major
"@comet/cms-admin": major
"@comet/admin": major
Expand Down
2 changes: 1 addition & 1 deletion .changeset/popular-seals-promise.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@comet/admin-theme": patch
"@comet/admin": patch
---

Adapt `height` of elements in `DataGrid` depending on the `density`-prop to match the Comet DXP design
1 change: 0 additions & 1 deletion .changeset/shiny-ads-fix.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
"@comet/admin-theme": major
"@comet/cms-admin": major
"@comet/admin": major
---
Expand Down
2 changes: 1 addition & 1 deletion .changeset/soft-horses-ring.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@comet/admin-theme": major
"@comet/admin": major
---

Remove custom `secondary` color styling from `Checkbox` and `Radio`
1 change: 0 additions & 1 deletion .changeset/thirty-moles-invite.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"@comet/admin-date-time": minor
"@comet/admin-icons": minor
"@comet/admin-rte": minor
"@comet/admin-theme": minor
"@comet/admin": minor
"@comet/cms-admin": minor
---
Expand Down
2 changes: 0 additions & 2 deletions docs/docs/1-getting-started/3-packages-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ Components for use in forms generally have an accompanying component, optimized

Navigation and routing are managed by [react-router](https://reactrouter.com/).

#### @comet/admin-theme

Using the `createCometTheme` function, you can create a theme that contains all the default styling for your admin. Custom options and styles can be added the same way as with MUI's [createTheme](https://mui.com/material-ui/customization/theming/#api) function. The resulting theme can simply be used with MUI's [ThemeProvider](https://mui.com/material-ui/customization/theming/#theme-provider).

#### @comet/admin-icons
Expand Down

0 comments on commit ba61176

Please sign in to comment.