From 9a42fa415faa20313232e284408dbb5ab31907cd Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 13 Mar 2024 16:58:07 +0100 Subject: [PATCH] chore: add eol --- playground/app.config.ts | 2 +- playground/app.vue | 2 +- playground/pages/avatar.vue | 2 +- playground/pages/badge.vue | 2 +- playground/pages/button.vue | 2 +- playground/pages/chip.vue | 2 +- playground/pages/collapsible.vue | 2 +- playground/pages/index.vue | 2 +- playground/pages/kbd.vue | 2 +- playground/pages/popover.vue | 2 +- playground/pages/skeleton.vue | 2 +- playground/pages/tooltip.vue | 2 +- src/runtime/components/Badge.vue | 2 +- src/runtime/components/Button.vue | 2 +- src/runtime/components/Card.vue | 2 +- src/runtime/components/Chip.vue | 2 +- src/runtime/components/Collapsible.vue | 2 +- src/runtime/components/Container.vue | 2 +- src/runtime/components/Icon.vue | 2 +- src/runtime/components/Kbd.vue | 2 +- src/runtime/components/Link.vue | 2 +- src/runtime/components/Popover.vue | 2 +- src/runtime/components/Provider.vue | 2 +- src/runtime/components/Skeleton.vue | 2 +- src/runtime/components/Tooltip.vue | 2 +- src/runtime/types/app.config.d.ts | 2 +- src/theme/avatar.ts | 2 +- src/theme/badge.ts | 2 +- src/theme/button.ts | 2 +- src/theme/card.ts | 2 +- src/theme/chip.ts | 2 +- src/theme/collapsible.ts | 2 +- src/theme/container.ts | 2 +- src/theme/icons.ts | 2 +- src/theme/index.ts | 2 +- src/theme/kbd.ts | 2 +- src/theme/popover.ts | 2 +- src/theme/skeleton.ts | 2 +- src/theme/tooltip.ts | 2 +- test/components/Card.spec.ts | 2 +- test/components/Collapsible.spec.ts | 2 +- test/components/Container.spec.ts | 2 +- test/components/Link.spec.ts | 2 +- test/components/Popover.spec.ts | 2 +- test/components/Skeleton.spec.ts | 2 +- test/components/Tooltip.spec.ts | 2 +- 46 files changed, 46 insertions(+), 46 deletions(-) diff --git a/playground/app.config.ts b/playground/app.config.ts index 38d601e3..dce4c0e6 100644 --- a/playground/app.config.ts +++ b/playground/app.config.ts @@ -3,4 +3,4 @@ export default defineAppConfig({ primary: 'sky', gray: 'cool' } -}) \ No newline at end of file +}) diff --git a/playground/app.vue b/playground/app.vue index fa0b52ee..9150ca3e 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -22,4 +22,4 @@ const components = ['avatar', 'badge', 'button', 'chip', 'collapsible', 'kbd', ' - \ No newline at end of file + diff --git a/playground/pages/avatar.vue b/playground/pages/avatar.vue index 5a5cd8c9..205bf8fd 100644 --- a/playground/pages/avatar.vue +++ b/playground/pages/avatar.vue @@ -45,4 +45,4 @@ - \ No newline at end of file + diff --git a/playground/pages/badge.vue b/playground/pages/badge.vue index ed3c2e13..7e7fea0c 100644 --- a/playground/pages/badge.vue +++ b/playground/pages/badge.vue @@ -27,4 +27,4 @@ - \ No newline at end of file + diff --git a/playground/pages/button.vue b/playground/pages/button.vue index 7b31c891..22b8eb31 100644 --- a/playground/pages/button.vue +++ b/playground/pages/button.vue @@ -88,4 +88,4 @@ - \ No newline at end of file + diff --git a/playground/pages/chip.vue b/playground/pages/chip.vue index 7e6feb03..0afdf660 100644 --- a/playground/pages/chip.vue +++ b/playground/pages/chip.vue @@ -35,4 +35,4 @@ const items = [{ icon: 'i-heroicons-bell', count: 0 }] - \ No newline at end of file + diff --git a/playground/pages/collapsible.vue b/playground/pages/collapsible.vue index f91ca397..5270b3e6 100644 --- a/playground/pages/collapsible.vue +++ b/playground/pages/collapsible.vue @@ -10,4 +10,4 @@
- \ No newline at end of file + diff --git a/playground/pages/index.vue b/playground/pages/index.vue index aaddf417..04d85e1b 100644 --- a/playground/pages/index.vue +++ b/playground/pages/index.vue @@ -1,3 +1,3 @@ \ No newline at end of file + diff --git a/playground/pages/kbd.vue b/playground/pages/kbd.vue index 8a2baaf6..52f917b6 100644 --- a/playground/pages/kbd.vue +++ b/playground/pages/kbd.vue @@ -3,4 +3,4 @@
- \ No newline at end of file + diff --git a/playground/pages/popover.vue b/playground/pages/popover.vue index ad44871e..b535a1a8 100644 --- a/playground/pages/popover.vue +++ b/playground/pages/popover.vue @@ -33,4 +33,4 @@ function send () { open.value = false }, 1000) } - \ No newline at end of file + diff --git a/playground/pages/skeleton.vue b/playground/pages/skeleton.vue index 6def9f72..b3992dab 100644 --- a/playground/pages/skeleton.vue +++ b/playground/pages/skeleton.vue @@ -7,4 +7,4 @@ - \ No newline at end of file + diff --git a/playground/pages/tooltip.vue b/playground/pages/tooltip.vue index f189eaec..834a6013 100644 --- a/playground/pages/tooltip.vue +++ b/playground/pages/tooltip.vue @@ -2,4 +2,4 @@ - \ No newline at end of file + diff --git a/src/runtime/components/Badge.vue b/src/runtime/components/Badge.vue index 790f3d35..9cace7d8 100644 --- a/src/runtime/components/Badge.vue +++ b/src/runtime/components/Badge.vue @@ -37,4 +37,4 @@ defineSlots() {{ label }} - \ No newline at end of file + diff --git a/src/runtime/components/Button.vue b/src/runtime/components/Button.vue index 1e92cbfd..681166ff 100644 --- a/src/runtime/components/Button.vue +++ b/src/runtime/components/Button.vue @@ -109,4 +109,4 @@ const trailingIconClass = computed(() => ui.value.trailingIcon())