File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed
src/test/java/com/flowingcode/vaadin/addons/extendedlogin Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1818 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1919 <drivers .dir>${project.basedir} /drivers</drivers .dir>
2020 <jetty .version>11.0.26</jetty .version>
21- <flowingcode .commons.demo.version>4.2 .0</flowingcode .commons.demo.version>
21+ <flowingcode .commons.demo.version>5.0 .0</flowingcode .commons.demo.version>
2222 <frontend .hotdeploy>true</frontend .hotdeploy>
2323 </properties >
2424
467467 <vaadin .version>25.0.0-beta2</vaadin .version>
468468 <jetty .version>11.0.26</jetty .version>
469469 </properties >
470- <dependencies >
471- <dependency >
472- <groupId >com.flowingcode.vaadin.addons.demo</groupId >
473- <artifactId >commons-demo</artifactId >
474- <version >5.0.0</version >
475- <scope >test</scope >
476- </dependency >
477- </dependencies >
478470 </profile >
479471 <profile >
480472 <id >release</id >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public ExtendedLoginOverlayDemo() {
4646
4747 @ Override
4848 public void onThemeChange (String themeName ) {
49- TabbedDemo .applyTheme (iframe .getElement (), themeName );
49+ TabbedDemo .applyThemeAttribute (iframe .getElement (), themeName );
5050 }
5151
5252}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public LoginLayoutDemo() {
4747
4848 @ Override
4949 public void onThemeChange (String themeName ) {
50- TabbedDemo .applyTheme (iframe .getElement (), themeName );
50+ TabbedDemo .applyThemeAttribute (iframe .getElement (), themeName );
5151 }
5252
5353}
You can’t perform that action at this time.
0 commit comments