create-pixi-vn 2.0.5 → 2.0.6
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 +1 -1
- package/template-react-vite-muijoy/src/components/{scrrens → screens}/narration/index.tsx +1 -1
- package/template-react-vite-muijoy/src/routes/game/narration.tsx +2 -2
- package/{template-react-vite-muijoy-ink-tauri/src/components/scrrens → template-react-vite-muijoy-ink/src/components/screens}/narration/index.tsx +1 -1
- package/template-react-vite-muijoy-ink/src/routes/game/narration.tsx +2 -2
- package/{template-react-vite-muijoy-ink/src/components/scrrens → template-react-vite-muijoy-ink-tauri/src/components/screens}/narration/index.tsx +1 -1
- package/template-react-vite-muijoy-ink-tauri/src/routes/game/narration.tsx +2 -2
- package/template-react-vite-muijoy-tauri/src/components/{scrrens → screens}/narration/index.tsx +1 -1
- package/template-react-vite-muijoy-tauri/src/routes/game/narration.tsx +2 -2
- /package/template-react-vite-muijoy/src/components/{scrrens → screens}/narration/click-overlay.tsx +0 -0
- /package/template-react-vite-muijoy/src/components/{scrrens → screens}/narration/narration-cards.tsx +0 -0
- /package/template-react-vite-muijoy-ink/src/components/{scrrens → screens}/narration/click-overlay.tsx +0 -0
- /package/template-react-vite-muijoy-ink/src/components/{scrrens → screens}/narration/narration-cards.tsx +0 -0
- /package/template-react-vite-muijoy-ink-tauri/src/components/{scrrens → screens}/narration/click-overlay.tsx +0 -0
- /package/template-react-vite-muijoy-ink-tauri/src/components/{scrrens → screens}/narration/narration-cards.tsx +0 -0
- /package/template-react-vite-muijoy-tauri/src/components/{scrrens → screens}/narration/click-overlay.tsx +0 -0
- /package/template-react-vite-muijoy-tauri/src/components/{scrrens → screens}/narration/narration-cards.tsx +0 -0
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChoiceMenu } from "@/components/menus/choice-menus";
|
|
2
|
-
import { NarrationCards } from "@/components/
|
|
2
|
+
import { NarrationCards } from "@/components/screens/narration/narration-cards";
|
|
3
3
|
import { ResizableHandle, ResizablePanel, ResizablePanelGroup } from "@/components/ui/resizable";
|
|
4
4
|
import { useQueryDialogue } from "@/lib/query/interface-query";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { NarrationScreen } from "@/components/
|
|
2
|
-
import { NarrationClickOverlay } from "@/components/
|
|
1
|
+
import { NarrationScreen } from "@/components/screens/narration";
|
|
2
|
+
import { NarrationClickOverlay } from "@/components/screens/narration/click-overlay";
|
|
3
3
|
import { useNarrationHotkeys } from "@/lib/hooks/hotkeys-hooks";
|
|
4
4
|
import { useSkipAutoDetector } from "@/lib/hooks/narration-hooks";
|
|
5
5
|
import { createFileRoute } from "@tanstack/react-router";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChoiceMenu } from "@/components/menus/choice-menus";
|
|
2
|
-
import { NarrationCards } from "@/components/
|
|
2
|
+
import { NarrationCards } from "@/components/screens/narration/narration-cards";
|
|
3
3
|
import { ResizableHandle, ResizablePanel, ResizablePanelGroup } from "@/components/ui/resizable";
|
|
4
4
|
import { useQueryDialogue } from "@/lib/query/interface-query";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { NarrationScreen } from "@/components/
|
|
2
|
-
import { NarrationClickOverlay } from "@/components/
|
|
1
|
+
import { NarrationScreen } from "@/components/screens/narration";
|
|
2
|
+
import { NarrationClickOverlay } from "@/components/screens/narration/click-overlay";
|
|
3
3
|
import { useNarrationHotkeys } from "@/lib/hooks/hotkeys-hooks";
|
|
4
4
|
import { useSkipAutoDetector } from "@/lib/hooks/narration-hooks";
|
|
5
5
|
import { createFileRoute } from "@tanstack/react-router";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChoiceMenu } from "@/components/menus/choice-menus";
|
|
2
|
-
import { NarrationCards } from "@/components/
|
|
2
|
+
import { NarrationCards } from "@/components/screens/narration/narration-cards";
|
|
3
3
|
import { ResizableHandle, ResizablePanel, ResizablePanelGroup } from "@/components/ui/resizable";
|
|
4
4
|
import { useQueryDialogue } from "@/lib/query/interface-query";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { NarrationScreen } from "@/components/
|
|
2
|
-
import { NarrationClickOverlay } from "@/components/
|
|
1
|
+
import { NarrationScreen } from "@/components/screens/narration";
|
|
2
|
+
import { NarrationClickOverlay } from "@/components/screens/narration/click-overlay";
|
|
3
3
|
import { useNarrationHotkeys } from "@/lib/hooks/hotkeys-hooks";
|
|
4
4
|
import { useSkipAutoDetector } from "@/lib/hooks/narration-hooks";
|
|
5
5
|
import { createFileRoute } from "@tanstack/react-router";
|
package/template-react-vite-muijoy-tauri/src/components/{scrrens → screens}/narration/index.tsx
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChoiceMenu } from "@/components/menus/choice-menus";
|
|
2
|
-
import { NarrationCards } from "@/components/
|
|
2
|
+
import { NarrationCards } from "@/components/screens/narration/narration-cards";
|
|
3
3
|
import { ResizableHandle, ResizablePanel, ResizablePanelGroup } from "@/components/ui/resizable";
|
|
4
4
|
import { useQueryDialogue } from "@/lib/query/interface-query";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { NarrationScreen } from "@/components/
|
|
2
|
-
import { NarrationClickOverlay } from "@/components/
|
|
1
|
+
import { NarrationScreen } from "@/components/screens/narration";
|
|
2
|
+
import { NarrationClickOverlay } from "@/components/screens/narration/click-overlay";
|
|
3
3
|
import { useNarrationHotkeys } from "@/lib/hooks/hotkeys-hooks";
|
|
4
4
|
import { useSkipAutoDetector } from "@/lib/hooks/narration-hooks";
|
|
5
5
|
import { createFileRoute } from "@tanstack/react-router";
|
/package/template-react-vite-muijoy/src/components/{scrrens → screens}/narration/click-overlay.tsx
RENAMED
|
File without changes
|
/package/template-react-vite-muijoy/src/components/{scrrens → screens}/narration/narration-cards.tsx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|