@leavittsoftware/web 2.27.2 → 2.28.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": "2.
|
|
3
|
+
"version": "2.28.0",
|
|
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": "
|
|
43
|
+
"gitHead": "1e5695015ccc085d7950ce75934e67c55486dd3e"
|
|
44
44
|
}
|
|
@@ -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 4px
|
|
157
|
+
padding: 12px 0px 4px 16px;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
::slotted(h4) {
|
|
@@ -164,7 +164,7 @@ let TitaniumDrawer = class TitaniumDrawer extends LitElement {
|
|
|
164
164
|
color: var(--md-sys-color-on-background);
|
|
165
165
|
font-weight: 400;
|
|
166
166
|
margin: 0px;
|
|
167
|
-
padding: 16px
|
|
167
|
+
padding: 16px 16px 8px 16px;
|
|
168
168
|
min-height: 24px;
|
|
169
169
|
}
|
|
170
170
|
|