@soubiran/ui 0.6.4 → 0.6.5
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.
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
|
-
import UButton from '@nuxt/ui/components/Button.vue'
|
|
3
|
-
import UCard from '@nuxt/ui/components/Card.vue'
|
|
4
|
-
import UFormField from '@nuxt/ui/components/FormField.vue'
|
|
5
|
-
import UIcon from '@nuxt/ui/components/Icon.vue'
|
|
6
|
-
import UTextarea from '@nuxt/ui/components/Textarea.vue'
|
|
7
|
-
import UTooltip from '@nuxt/ui/components/Tooltip.vue'
|
|
8
2
|
import { useMutation } from '@pinia/colada'
|
|
9
3
|
import { motion } from 'motion-v'
|
|
10
4
|
import { ofetch } from 'ofetch'
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
import type { FunctionalComponent, SVGAttributes } from 'vue'
|
|
3
|
-
import UButton from '@nuxt/ui/components/Button.vue'
|
|
4
|
-
import USeparator from '@nuxt/ui/components/Separator.vue'
|
|
5
|
-
import UTooltip from '@nuxt/ui/components/Tooltip.vue'
|
|
6
3
|
import { tv } from 'tailwind-variants'
|
|
7
4
|
import { computed } from 'vue'
|
|
8
5
|
import discord from '~icons/simple-icons/discord'
|