Skip to content

Commit

Permalink
refactor: update ordered layout to use Lit component imports
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Nov 13, 2024
1 parent ed003e3 commit 98d62dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@NpmPackage(value = "@vaadin/polymer-legacy-adapter", version = "24.6.0-alpha8")
@JsModule("@vaadin/polymer-legacy-adapter/style-modules.js")
@NpmPackage(value = "@vaadin/horizontal-layout", version = "24.6.0-alpha8")
@JsModule("@vaadin/horizontal-layout/src/vaadin-horizontal-layout.js")
@JsModule("@vaadin/horizontal-layout/src/vaadin-lit-horizontal-layout.js")
public class HorizontalLayout extends Component implements ThemableLayout,
FlexComponent, ClickNotifier<HorizontalLayout> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
@NpmPackage(value = "@vaadin/polymer-legacy-adapter", version = "24.6.0-alpha8")
@JsModule("@vaadin/polymer-legacy-adapter/style-modules.js")
@NpmPackage(value = "@vaadin/scroller", version = "24.6.0-alpha8")
@JsModule("@vaadin/scroller/src/vaadin-scroller.js")
@JsModule("@vaadin/scroller/src/vaadin-lit-scroller.js")
public class Scroller extends Component implements Focusable<Scroller>, HasSize,
HasStyle, HasThemeVariant<ScrollerVariant> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@NpmPackage(value = "@vaadin/polymer-legacy-adapter", version = "24.6.0-alpha8")
@JsModule("@vaadin/polymer-legacy-adapter/style-modules.js")
@NpmPackage(value = "@vaadin/vertical-layout", version = "24.6.0-alpha8")
@JsModule("@vaadin/vertical-layout/src/vaadin-vertical-layout.js")
@JsModule("@vaadin/vertical-layout/src/vaadin-lit-vertical-layout.js")
public class VerticalLayout extends Component implements ThemableLayout,
FlexComponent, ClickNotifier<VerticalLayout> {

Expand Down

0 comments on commit 98d62dd

Please sign in to comment.