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.
Files changed (17) hide show
  1. package/package.json +1 -1
  2. package/template-react-vite-muijoy/src/components/{scrrens → screens}/narration/index.tsx +1 -1
  3. package/template-react-vite-muijoy/src/routes/game/narration.tsx +2 -2
  4. package/{template-react-vite-muijoy-ink-tauri/src/components/scrrens → template-react-vite-muijoy-ink/src/components/screens}/narration/index.tsx +1 -1
  5. package/template-react-vite-muijoy-ink/src/routes/game/narration.tsx +2 -2
  6. package/{template-react-vite-muijoy-ink/src/components/scrrens → template-react-vite-muijoy-ink-tauri/src/components/screens}/narration/index.tsx +1 -1
  7. package/template-react-vite-muijoy-ink-tauri/src/routes/game/narration.tsx +2 -2
  8. package/template-react-vite-muijoy-tauri/src/components/{scrrens → screens}/narration/index.tsx +1 -1
  9. package/template-react-vite-muijoy-tauri/src/routes/game/narration.tsx +2 -2
  10. /package/template-react-vite-muijoy/src/components/{scrrens → screens}/narration/click-overlay.tsx +0 -0
  11. /package/template-react-vite-muijoy/src/components/{scrrens → screens}/narration/narration-cards.tsx +0 -0
  12. /package/template-react-vite-muijoy-ink/src/components/{scrrens → screens}/narration/click-overlay.tsx +0 -0
  13. /package/template-react-vite-muijoy-ink/src/components/{scrrens → screens}/narration/narration-cards.tsx +0 -0
  14. /package/template-react-vite-muijoy-ink-tauri/src/components/{scrrens → screens}/narration/click-overlay.tsx +0 -0
  15. /package/template-react-vite-muijoy-ink-tauri/src/components/{scrrens → screens}/narration/narration-cards.tsx +0 -0
  16. /package/template-react-vite-muijoy-tauri/src/components/{scrrens → screens}/narration/click-overlay.tsx +0 -0
  17. /package/template-react-vite-muijoy-tauri/src/components/{scrrens → screens}/narration/narration-cards.tsx +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-pixi-vn",
3
3
  "description": "Create a new Pixi’VN project",
4
- "version": "2.0.5",
4
+ "version": "2.0.6",
5
5
  "type": "module",
6
6
  "license": "GPL-3.0",
7
7
  "author": "DRincs-Productions",
@@ -1,5 +1,5 @@
1
1
  import { ChoiceMenu } from "@/components/menus/choice-menus";
2
- import { NarrationCards } from "@/components/scrrens/narration/narration-cards";
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/scrrens/narration";
2
- import { NarrationClickOverlay } from "@/components/scrrens/narration/click-overlay";
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/scrrens/narration/narration-cards";
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/scrrens/narration";
2
- import { NarrationClickOverlay } from "@/components/scrrens/narration/click-overlay";
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/scrrens/narration/narration-cards";
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/scrrens/narration";
2
- import { NarrationClickOverlay } from "@/components/scrrens/narration/click-overlay";
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/scrrens/narration/narration-cards";
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/scrrens/narration";
2
- import { NarrationClickOverlay } from "@/components/scrrens/narration/click-overlay";
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";