@vaadin/vaadin-app-layout
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-app-layout", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "vaadin-app-layout.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -130,2 +130,3 @@ /** | ||
flex: auto; | ||
height: 100%; | ||
overflow: auto; | ||
@@ -167,3 +168,3 @@ -webkit-overflow-scrolling: touch; | ||
static get version() { | ||
return '1.0.0'; | ||
return '1.0.1'; | ||
} | ||
@@ -170,0 +171,0 @@ |
import '@vaadin/vaadin-lumo-styles/color.js'; | ||
import '@vaadin/vaadin-lumo-styles/spacing.js'; | ||
import '@vaadin/vaadin-lumo-styles/typography.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
$_documentContainer.innerHTML = `<dom-module id="lumo-app-layout" theme-for="vaadin-app-layout"> | ||
const $_documentContainer = html`<dom-module id="lumo-app-layout" theme-for="vaadin-app-layout"> | ||
<template> | ||
@@ -8,0 +8,0 @@ <style> |
import '@vaadin/vaadin-material-styles/color.js'; | ||
import '@vaadin/vaadin-material-styles/shadow.js'; | ||
import '@vaadin/vaadin-material-styles/typography.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
$_documentContainer.innerHTML = `<dom-module id="material-app-layout" theme-for="vaadin-app-layout"> | ||
const $_documentContainer = html`<dom-module id="material-app-layout" theme-for="vaadin-app-layout"> | ||
<template> | ||
@@ -8,0 +8,0 @@ <style> |
Sorry, the diff of this file is not supported yet
58329
444