@leavittsoftware/web 9.1.1 → 9.1.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": "9.1.1",
3
+ "version": "9.1.2",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "files": [
@@ -44,5 +44,5 @@
44
44
  "url": "https://github.com/LeavittSoftware/titanium-elements/issues"
45
45
  },
46
46
  "homepage": "https://github.com/LeavittSoftware/titanium-elements/#readme",
47
- "gitHead": "64bfbc01558acf07dc2fbe58dc03e1198d069ddb"
47
+ "gitHead": "aa2b7b2bb68270f60e93f503542d71cc0f9ff479"
48
48
  }
@@ -287,7 +287,7 @@ let TitaniumDrawer = class TitaniumDrawer extends LitElement {
287
287
  min-width: var(--titanium-drawer-width, 300px);
288
288
  padding: 0;
289
289
  margin: 0;
290
- width: 100%;
290
+ width: var(--titanium-drawer-width, 300px);
291
291
 
292
292
  height: calc(100dvh - var(--titanium-drawer-full-height-padding, 48px));
293
293