@salesforcedevs/dx-components 1.3.210-lang1-alpha → 1.3.210-lang3-alpha

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": "@salesforcedevs/dx-components",
3
- "version": "1.3.210-lang1-alpha",
3
+ "version": "1.3.210-lang3-alpha",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -46,7 +46,7 @@
46
46
 
47
47
  .popover-leftalign {
48
48
  opacity: 1;
49
- transform: translateX(-16px) translateY(-8px);
49
+ transform: translateX(-16px) translateY(-12px);
50
50
  transition: none;
51
51
  }
52
52
 
@@ -135,7 +135,7 @@ dx-tree:last-child {
135
135
  .footer-nav {
136
136
  display: flex;
137
137
  padding: var(--dx-g-spacing-xs) var(--dx-g-spacing-sm)
138
- var(--dx-g-spacing-xs) var(--dx-g-spacing-2xl);
138
+ var(--dx-g-spacing-xs) var(--dx-g-spacing-xl);
139
139
  position: fixed;
140
140
  bottom: 0;
141
141
  left: 0;
@@ -143,7 +143,8 @@ dx-tree:last-child {
143
143
  background: white;
144
144
  border-top: 1px solid var(--dx-g-gray-90);
145
145
  border-right: 1px solid var(--dx-g-gray-90);
146
- height: var(--dx-g-spacing-xl);
146
+ height: var(--dx-g-spacing-2xl);
147
+ align-items: center;
147
148
  }
148
149
 
149
150
  @media screen and (max-width: 768px) {