adata-ui 4.0.47 → 4.0.49

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": "4.0.47",
8
+ "version": "4.0.49",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "1.0.1",
11
11
  "unbuild": "3.5.0"
@@ -25,7 +25,7 @@ defineEmits(["logout"]);
25
25
  class="hidden cursor-pointer items-center gap-2 text-sm font-semibold lg:flex"
26
26
  @click.stop="profileMenuOpen = true"
27
27
  >
28
- <span>{{ email }}</span>
28
+ <span class="whitespace-nowrap">{{ email }}</span>
29
29
  <i-chevron-down :class="{ 'rotate-180': profileMenuOpen }" />
30
30
  </div>
31
31
  </dropdown-menu-trigger>
@@ -1,4 +1,5 @@
1
1
  <script setup>
2
+ import { computed } from "vue";
2
3
  import RadioCheck from "#icons/radio/radio-check.vue";
3
4
  import RadioEmpty from "#icons/radio/radio-empty.vue";
4
5
  defineOptions({ name: "ARadioButton" });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adata-ui",
3
- "version": "4.0.47",
3
+ "version": "4.0.49",
4
4
  "description": "Adata UI",
5
5
  "repository": "your-org/my-module",
6
6
  "license": "MIT",