Skip to content

Commit

Permalink
chore: deprecate ICON_ON_TOP Tabs and TabSheet variants (#6686)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Oct 9, 2024
1 parent 2e0c2b8 commit 341e347
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
*/
public enum TabSheetVariant implements ThemeVariant {
//@formatter:off
/**
* @deprecated Use {@code TabVariant.LUMO_ICON_ON_TOP} on individual {@code Tab} instances instead.
*/
@Deprecated
LUMO_TABS_ICON_ON_TOP("icon-on-top"),
LUMO_TABS_CENTERED("centered"),
LUMO_TABS_SMALL("small"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
*/
public enum TabsVariant implements ThemeVariant {
//@formatter:off
/**
* @deprecated Use {@code TabVariant.LUMO_ICON_ON_TOP} on individual {@code Tab} instances instead.
*/
@Deprecated
LUMO_ICON_ON_TOP("icon-on-top"),
LUMO_CENTERED("centered"),
LUMO_SMALL("small"),
Expand Down

0 comments on commit 341e347

Please sign in to comment.