@flowingcode/fc-applayout
Advanced tools
Comparing version 0.9.4 to 0.9.5
@@ -101,3 +101,3 @@ /** | ||
</app-drawer> | ||
<div id="content"><slot name="content"></slot></div> | ||
<div id="content"><slot></slot></div> | ||
</div> | ||
@@ -161,3 +161,3 @@ `; | ||
paper-icon-button { | ||
::slotted(paper-icon-button[slot="toolbar"]) { | ||
--paper-icon-button-disabled-text: var(--lumo-disabled-text-color); | ||
@@ -164,0 +164,0 @@ } |
{ | ||
"name": "@flowingcode/fc-applayout", | ||
"version": "0.9.4", | ||
"version": "0.9.5", | ||
"description": "Responsive and flexible LitElement based Application Layout", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -47,3 +47,3 @@ /** | ||
paper-icon-button { | ||
::slotted(paper-icon-button[slot="toolbar"]) { | ||
--paper-icon-button-disabled-text: var(--lumo-disabled-text-color); | ||
@@ -165,3 +165,3 @@ } | ||
</app-drawer> | ||
<div id="content"><slot name="content"></slot></div> | ||
<div id="content"><slot></slot></div> | ||
</div> | ||
@@ -168,0 +168,0 @@ `; |
Sorry, the diff of this file is not supported yet
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
104118