Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
* Set of theme variants applicable for {@code vaadin-checkbox} component.
*
*
* @since 25.0
*/
public enum CheckboxVariant implements ThemeVariant {
Expand All @@ -42,6 +42,7 @@ public enum CheckboxVariant implements ThemeVariant {
*/
@Deprecated(since = "25.2", forRemoval = true)
HELPER_ABOVE("helper-above-field"),
AURA_REVERSE("reverse"),
AURA_SMALL("small");

private final String variant;
Expand Down
Loading