@leavittsoftware/web 9.5.1 → 9.5.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.5.1",
3
+ "version": "9.5.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": "0370e868a5dfde3570ad0530e2a027eaf54bc58c"
47
+ "gitHead": "9b9aeaf47c6e8243e62adfbeefef8afa671db261"
48
48
  }
@@ -264,7 +264,7 @@ let TitaniumDrawer = class TitaniumDrawer extends LitElement {
264
264
  display: flex;
265
265
  flex-direction: row;
266
266
  padding: 8px 24px;
267
- gap: 24px;
267
+ gap: 20px;
268
268
  }
269
269
 
270
270
  footer ::slotted(a) {