Skip to content

Commit 755c25c

Browse files
committed
fix: move floating window to internals folder
1 parent 88b421c commit 755c25c

17 files changed

Lines changed: 15 additions & 976 deletions

cypress/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"../src/**/*.ts",
2727
"../src/**/*.d.ts",
2828
"../src/**/*.vue",
29+
"../internals/**/*.ts",
30+
"../internals/**/*.d.ts",
31+
"../internals/**/*.vue",
2932
"../frappe/**/*.ts",
3033
"../frappe/**/*.d.ts",
3134
"../frappe/**/*.vue"
File renamed without changes.

src/components/FloatingWindow/FloatingWindow.vue renamed to internals/FloatingWindow/FloatingWindow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ import { computed, ref, watch } from 'vue'
127127
import LucideX from '~icons/lucide/x'
128128
import LucideMinus from '~icons/lucide/minus'
129129
import LucideMaximize2 from '~icons/lucide/maximize-2'
130-
import { Button } from '../Button'
130+
import { Button } from '#components/Button'
131131
import { useFloatingWindow } from './useFloatingWindow'
132132
import type { ResizeDir, WindowMode } from './types'
133133
File renamed without changes.

src/components/FloatingWindow/FloatingWindow.api.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

src/components/FloatingWindow/FloatingWindow.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)