@leavittsoftware/web 5.14.1 → 5.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/web",
3
- "version": "5.14.1",
3
+ "version": "5.14.2",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "files": [
@@ -40,5 +40,5 @@
40
40
  "url": "https://github.com/LeavittSoftware/titanium-elements/issues"
41
41
  },
42
42
  "homepage": "https://github.com/LeavittSoftware/titanium-elements/#readme",
43
- "gitHead": "2b8d22c1aa252d7379fbe25f5136935692526a0d"
43
+ "gitHead": "5fb332dfde783c6e53a4d48c26114e076c2d5d44"
44
44
  }
@@ -179,7 +179,7 @@ let TitaniumDrawer = class TitaniumDrawer extends LitElement {
179
179
  color: var(--titanium-drawer-color, var(--md-sys-color-on-background));
180
180
  }
181
181
 
182
- :host([has-footer]) header {
182
+ :host([has-header]) header {
183
183
  display: grid;
184
184
  grid-area: header;
185
185
  }