@chuzi/shared 1.3.45 → 1.3.46
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/dist/config/index.d.ts +0 -3
- package/dist/config/index.js +42 -121
- package/dist/config/index.js.map +1 -1
- package/dist/index.js +42 -121
- package/dist/index.js.map +1 -1
- package/dist/realms/cosmos/components/index.d.ts +10 -1
- package/dist/realms/cosmos/components/index.js +83 -25
- package/dist/realms/cosmos/components/index.js.map +1 -1
- package/dist/ui/index.js +30 -63
- package/dist/ui/index.js.map +1 -1
- package/package.json +1 -1
package/dist/ui/index.js
CHANGED
|
@@ -83,10 +83,11 @@ var REALMS = {
|
|
|
83
83
|
editor_delete_scene_confirm: "Click again to confirm",
|
|
84
84
|
editor_scene_locked_delete: "Start and end scenes cannot be deleted.",
|
|
85
85
|
editor_scene_color: "Star Hue",
|
|
86
|
+
viewer_continue: "Continue Signal",
|
|
86
87
|
chuzi_ai_name: "Chuzi AI",
|
|
87
88
|
chuzi_ai_create_with: "Create with Chuzi AI",
|
|
88
89
|
chuzi_ai_create_manual: "Enter title manually",
|
|
89
|
-
chuzi_ai_intro: "Answer story
|
|
90
|
+
chuzi_ai_intro: "Answer a few story prompts and Chuzi AI will chart your short story.",
|
|
90
91
|
chuzi_ai_step_of: "Step",
|
|
91
92
|
chuzi_ai_back: "Back",
|
|
92
93
|
chuzi_ai_next: "Next",
|
|
@@ -112,26 +113,14 @@ var REALMS = {
|
|
|
112
113
|
chuzi_ai_scene_overwrite_confirm: "I understand this replaces this scene\u2019s text and styling.",
|
|
113
114
|
chuzi_ai_scene_apply_create: "Create scene",
|
|
114
115
|
chuzi_ai_scene_apply_overwrite: "Replace scene",
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
chuzi_ai_step_go: "Go",
|
|
124
|
-
chuzi_ai_step_go_hint: "Crossing the threshold. What event pushes them into the unknown?",
|
|
125
|
-
chuzi_ai_step_search: "Search",
|
|
126
|
-
chuzi_ai_step_search_hint: "Trials, growth, and exploration. What challenges and discoveries shape them?",
|
|
127
|
-
chuzi_ai_step_find: "Find",
|
|
128
|
-
chuzi_ai_step_find_hint: "The thing is found or revealed. What truth, object, or insight do they uncover?",
|
|
129
|
-
chuzi_ai_step_take: "Take",
|
|
130
|
-
chuzi_ai_step_take_hint: "Pay the price. What must they sacrifice or confront to claim their goal?",
|
|
131
|
-
chuzi_ai_step_return: "Return",
|
|
132
|
-
chuzi_ai_step_return_hint: "Back to the known world. How do they bring what they learned home?",
|
|
133
|
-
chuzi_ai_step_change: "Change",
|
|
134
|
-
chuzi_ai_step_change_hint: "Transformation achieved. How is the hero different from who they were at the start?",
|
|
116
|
+
chuzi_ai_step_protagonist: "Protagonist",
|
|
117
|
+
chuzi_ai_step_protagonist_hint: "Who is your main character? Name, age, personality, and what makes them interesting.",
|
|
118
|
+
chuzi_ai_step_setting: "Setting",
|
|
119
|
+
chuzi_ai_step_setting_hint: "Where and when does the story begin? Describe the world and their everyday life.",
|
|
120
|
+
chuzi_ai_step_conflict: "Conflict",
|
|
121
|
+
chuzi_ai_step_conflict_hint: "What event or problem kicks the story into motion?",
|
|
122
|
+
chuzi_ai_step_journey: "Journey",
|
|
123
|
+
chuzi_ai_step_journey_hint: "What challenges, turning points, climax, and resolution shape the story?",
|
|
135
124
|
chuzi_ai_step_tone: "Tone & mood",
|
|
136
125
|
chuzi_ai_step_tone_hint: "Genre, mood, and atmosphere (e.g. bittersweet sci-fi, cozy mystery, epic fantasy).",
|
|
137
126
|
chuzi_ai_monomyth_hero: "Hero\u2019s Journey: the protagonist",
|
|
@@ -476,10 +465,11 @@ var REALMS = {
|
|
|
476
465
|
editor_delete_scene_confirm: "Click again to confirm",
|
|
477
466
|
editor_scene_locked_delete: "Start and end scenes cannot be deleted.",
|
|
478
467
|
editor_scene_color: "Clearing Tint",
|
|
468
|
+
viewer_continue: "Press On",
|
|
479
469
|
chuzi_ai_name: "Chuzi AI",
|
|
480
470
|
chuzi_ai_create_with: "Create with Chuzi AI",
|
|
481
471
|
chuzi_ai_create_manual: "Enter title manually",
|
|
482
|
-
chuzi_ai_intro: "Answer story
|
|
472
|
+
chuzi_ai_intro: "Answer a few story prompts and Chuzi AI will grow your short story.",
|
|
483
473
|
chuzi_ai_step_of: "Step",
|
|
484
474
|
chuzi_ai_back: "Back",
|
|
485
475
|
chuzi_ai_next: "Next",
|
|
@@ -505,26 +495,14 @@ var REALMS = {
|
|
|
505
495
|
chuzi_ai_scene_overwrite_confirm: "I understand this replaces this scene\u2019s text and styling.",
|
|
506
496
|
chuzi_ai_scene_apply_create: "Create scene",
|
|
507
497
|
chuzi_ai_scene_apply_overwrite: "Replace scene",
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
chuzi_ai_step_go: "Go",
|
|
517
|
-
chuzi_ai_step_go_hint: "Crossing the threshold. What event pushes them into the unknown?",
|
|
518
|
-
chuzi_ai_step_search: "Search",
|
|
519
|
-
chuzi_ai_step_search_hint: "Trials, growth, and exploration. What challenges and discoveries shape them?",
|
|
520
|
-
chuzi_ai_step_find: "Find",
|
|
521
|
-
chuzi_ai_step_find_hint: "The thing is found or revealed. What truth, object, or insight do they uncover?",
|
|
522
|
-
chuzi_ai_step_take: "Take",
|
|
523
|
-
chuzi_ai_step_take_hint: "Pay the price. What must they sacrifice or confront to claim their goal?",
|
|
524
|
-
chuzi_ai_step_return: "Return",
|
|
525
|
-
chuzi_ai_step_return_hint: "Back to the known world. How do they bring what they learned home?",
|
|
526
|
-
chuzi_ai_step_change: "Change",
|
|
527
|
-
chuzi_ai_step_change_hint: "Transformation achieved. How is the hero different from who they were at the start?",
|
|
498
|
+
chuzi_ai_step_protagonist: "Protagonist",
|
|
499
|
+
chuzi_ai_step_protagonist_hint: "Who is your main character? Name, age, personality, and what makes them interesting.",
|
|
500
|
+
chuzi_ai_step_setting: "Setting",
|
|
501
|
+
chuzi_ai_step_setting_hint: "Where and when does the story begin? Describe the world and their everyday life.",
|
|
502
|
+
chuzi_ai_step_conflict: "Conflict",
|
|
503
|
+
chuzi_ai_step_conflict_hint: "What event or problem kicks the story into motion?",
|
|
504
|
+
chuzi_ai_step_journey: "Journey",
|
|
505
|
+
chuzi_ai_step_journey_hint: "What challenges, turning points, climax, and resolution shape the story?",
|
|
528
506
|
chuzi_ai_step_tone: "Tone & mood",
|
|
529
507
|
chuzi_ai_step_tone_hint: "Genre, mood, and atmosphere (e.g. bittersweet sci-fi, cozy mystery, epic fantasy).",
|
|
530
508
|
chuzi_ai_monomyth_hero: "Hero\u2019s Journey: the protagonist",
|
|
@@ -870,7 +848,7 @@ var FALLBACK_LEXICON = {
|
|
|
870
848
|
chuzi_ai_name: "Chuzi AI",
|
|
871
849
|
chuzi_ai_create_with: "Create with Chuzi AI",
|
|
872
850
|
chuzi_ai_create_manual: "Enter title manually",
|
|
873
|
-
chuzi_ai_intro: "Answer a few story
|
|
851
|
+
chuzi_ai_intro: "Answer a few story prompts and Chuzi AI will draft your short story.",
|
|
874
852
|
chuzi_ai_step_of: "Step",
|
|
875
853
|
chuzi_ai_back: "Back",
|
|
876
854
|
chuzi_ai_next: "Next",
|
|
@@ -896,28 +874,17 @@ var FALLBACK_LEXICON = {
|
|
|
896
874
|
chuzi_ai_scene_overwrite_confirm: "I understand this replaces this scene\u2019s text and styling.",
|
|
897
875
|
chuzi_ai_scene_apply_create: "Create scene",
|
|
898
876
|
chuzi_ai_scene_apply_overwrite: "Replace scene",
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
chuzi_ai_step_go: "Go",
|
|
908
|
-
chuzi_ai_step_go_hint: "Crossing the threshold. What event pushes them into the unknown?",
|
|
909
|
-
chuzi_ai_step_search: "Search",
|
|
910
|
-
chuzi_ai_step_search_hint: "Trials, growth, and exploration. What challenges and discoveries shape them?",
|
|
911
|
-
chuzi_ai_step_find: "Find",
|
|
912
|
-
chuzi_ai_step_find_hint: "The thing is found or revealed. What truth, object, or insight do they uncover?",
|
|
913
|
-
chuzi_ai_step_take: "Take",
|
|
914
|
-
chuzi_ai_step_take_hint: "Pay the price. What must they sacrifice or confront to claim their goal?",
|
|
915
|
-
chuzi_ai_step_return: "Return",
|
|
916
|
-
chuzi_ai_step_return_hint: "Back to the known world. How do they bring what they learned home?",
|
|
917
|
-
chuzi_ai_step_change: "Change",
|
|
918
|
-
chuzi_ai_step_change_hint: "Transformation achieved. How is the hero different from who they were at the start?",
|
|
877
|
+
chuzi_ai_step_protagonist: "Protagonist",
|
|
878
|
+
chuzi_ai_step_protagonist_hint: "Who is your main character? Name, age, personality, and what makes them interesting.",
|
|
879
|
+
chuzi_ai_step_setting: "Setting",
|
|
880
|
+
chuzi_ai_step_setting_hint: "Where and when does the story begin? Describe the world and their everyday life.",
|
|
881
|
+
chuzi_ai_step_conflict: "Conflict",
|
|
882
|
+
chuzi_ai_step_conflict_hint: "What event or problem kicks the story into motion?",
|
|
883
|
+
chuzi_ai_step_journey: "Journey",
|
|
884
|
+
chuzi_ai_step_journey_hint: "What challenges, turning points, climax, and resolution shape the story?",
|
|
919
885
|
chuzi_ai_step_tone: "Tone & mood",
|
|
920
886
|
chuzi_ai_step_tone_hint: "Genre, mood, and atmosphere (e.g. bittersweet sci-fi, cozy mystery, epic fantasy).",
|
|
887
|
+
viewer_continue: "Continue",
|
|
921
888
|
chuzi_ai_monomyth_hero: "Hero\u2019s Journey: the protagonist",
|
|
922
889
|
chuzi_ai_monomyth_world: "Monomyth: ordinary world",
|
|
923
890
|
chuzi_ai_monomyth_you: "Story Circle: zone of comfort",
|