adata-ui 3.1.34 → 3.1.35

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/dist/module.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "nuxt": ">=3.16.0"
6
6
  },
7
7
  "failOnWarn": false,
8
- "version": "3.1.34",
8
+ "version": "3.1.35",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -77,7 +77,7 @@ onBeforeMount(() => {
77
77
  >
78
78
  <div
79
79
  v-if="mobileHeaderType === 'default'"
80
- class="flex justify-center"
80
+ class="flex justify-between"
81
81
  >
82
82
  <div>
83
83
  <slot name="mobile-left" />
@@ -93,6 +93,7 @@ onBeforeMount(() => {
93
93
  </nuxt-link>
94
94
  <div>
95
95
  <slot name="mobile-right" />
96
+ <lang-switcher class="lg:hidden" />
96
97
  </div>
97
98
  </div>
98
99
  <div
@@ -126,7 +127,6 @@ onBeforeMount(() => {
126
127
  </nuxt-link>
127
128
  <header-link class="hidden lg:block" />
128
129
  </div>
129
- <lang-switcher class="lg:hidden" />
130
130
  <div class="text-deepblue hidden items-center gap-4 dark:text-[#E3E5E8] lg:flex">
131
131
  <!-- Mobile hidden -->
132
132
  <div class="hidden items-center gap-4 lg:flex">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "3.1.34",
3
+ "version": "3.1.35",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",