spreadsheet-lit-element
Advanced tools
Comparing version 0.0.96 to 0.0.97
{ | ||
"name": "spreadsheet-lit-element", | ||
"version": "0.0.96", | ||
"version": "0.0.97", | ||
"description": "A simple web component", | ||
@@ -5,0 +5,0 @@ "main": "vaadin-spreadsheet.js", |
@@ -204,3 +204,2 @@ /** | ||
return html` | ||
<h1>This is a web component</h1> | ||
<slot></slot> | ||
@@ -235,3 +234,3 @@ `; | ||
div.setAttribute('class', 'spreadsheetport'); | ||
div.setAttribute('style', 'min-height: 120px;padding-bottom: 88px; width: 100%; height: 100%;'); | ||
div.setAttribute('style', 'min-height: 300px; min-width: 300px;width: 100%; height: 100%;'); | ||
this.append(div); | ||
@@ -238,0 +237,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65591
1288