@veritree/ui 0.82.0-6 → 0.82.0-7

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": "@veritree/ui",
3
- "version": "0.82.0-6",
3
+ "version": "0.82.0-7",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -15,14 +15,14 @@
15
15
  <span :class="[headless ? 'listbox-button__text' : 'truncate text-left']">
16
16
  <slot></slot>
17
17
  </span>
18
- <VTSpinner v-if="loading" class="-mr-0.5 max-w-4 max-h-4" />
19
18
  <span
20
- v-else
21
19
  :class="[
22
20
  headless ? 'listbox-button__icon' : '-mr-1 ml-2 shrink-0 text-gray-500',
23
21
  ]"
24
22
  >
23
+ <VTSpinner v-if="loading" class="mr-0.5 max-w-4 max-h-4" />
25
24
  <IconChevronDown
25
+ v-else
26
26
  class="w-5 text-gray-700 transition-transform"
27
27
  :class="{ 'rotate-180': expanded }"
28
28
  />