@leavittsoftware/web 1.21.0 → 1.22.0

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": "1.21.0",
3
+ "version": "1.22.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "files": [
@@ -39,5 +39,5 @@
39
39
  "url": "https://github.com/LeavittSoftware/titanium-elements/issues"
40
40
  },
41
41
  "homepage": "https://github.com/LeavittSoftware/titanium-elements/#readme",
42
- "gitHead": "95e6bb098a401b0ceb0b47ffef06add015373574"
42
+ "gitHead": "40866c209d0d28661b9e38ae1932b05f0450ce99"
43
43
  }
@@ -154,7 +154,7 @@ let TitaniumDrawer = class TitaniumDrawer extends LitElement {
154
154
  color: var(--md-sys-color-on-background);
155
155
  margin: 0px;
156
156
  font-weight: 400;
157
- padding: 12px 0px 8px 24px;
157
+ padding: 12px 0px 4px 24px;
158
158
  }
159
159
 
160
160
  ::slotted(h4) {
@@ -171,7 +171,7 @@ let TitaniumDrawer = class TitaniumDrawer extends LitElement {
171
171
  ::slotted(h4[sub]) {
172
172
  font-weight: 300;
173
173
  font-size: 14px;
174
- padding: 0px 12px 6px 66px;
174
+ padding: 4px 12px 2px 66px;
175
175
  cursor: inherit;
176
176
  }
177
177