@salesforcedevs/dx-components 1.3.194-langpicker1-alpha → 1.3.194-langpicker2-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.194-langpicker1-alpha",
3
+ "version": "1.3.194-langpicker2-alpha",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -28,9 +28,6 @@ dx-empty-state {
28
28
  .footer-nav {
29
29
  display: flex;
30
30
  padding: 0 var(--dx-g-spacing-sm) 0 var(--dx-g-spacing-2xl);
31
- align-items: flex-start;
32
- gap: 8px;
33
- align-self: stretch;
34
31
  position: fixed;
35
32
  bottom: 0;
36
33
  left: 0;
@@ -69,10 +69,7 @@
69
69
  ></dx-empty-state>
70
70
  </template>
71
71
 
72
- <div
73
- if:false={smallMobile}
74
- class="header_l2_group header_l2_group-right-ctas"
75
- >
72
+ <div if:false={mobile} class="footer-nav">
76
73
  <dx-dropdown
77
74
  if:true={hasLanguages}
78
75
  class="header_lang-dropdown"