@chuzi/shared 1.3.41 → 1.3.43
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/api/index.d.ts +3 -1
- package/dist/api/index.js +3 -1
- package/dist/api/index.js.map +1 -1
- package/dist/config/index.d.ts +15 -1
- package/dist/config/index.js +252 -13
- package/dist/config/index.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +255 -14
- package/dist/index.js.map +1 -1
- package/dist/realms/cosmos/components/index.d.ts +2 -0
- package/dist/realms/cosmos/components/index.js +12 -8
- package/dist/realms/cosmos/components/index.js.map +1 -1
- package/dist/realms/cosmos/index.js +1 -1
- package/dist/realms/cosmos/index.js.map +1 -1
- package/dist/types/index.d.ts +38 -1
- package/dist/types/index.js.map +1 -1
- package/dist/ui/index.js +171 -12
- package/dist/ui/index.js.map +1 -1
- package/package.json +1 -1
package/dist/ui/index.js
CHANGED
|
@@ -48,7 +48,7 @@ var REALMS = {
|
|
|
48
48
|
select_genre: "Select galaxy",
|
|
49
49
|
genre_field_aria: "Galaxy",
|
|
50
50
|
delete_story_verb: "Delete star system",
|
|
51
|
-
title_scene_default: "
|
|
51
|
+
title_scene_default: "Launch",
|
|
52
52
|
choices_made_stat: "trajectories taken",
|
|
53
53
|
content_rating: "Audience Class",
|
|
54
54
|
content_rating_field_aria: "Audience class",
|
|
@@ -61,10 +61,10 @@ var REALMS = {
|
|
|
61
61
|
editor_alt_media: "Effects",
|
|
62
62
|
editor_choices: "Choices",
|
|
63
63
|
editor_scene_settings: "Star Settings",
|
|
64
|
-
editor_title_scene: "
|
|
64
|
+
editor_title_scene: "Start",
|
|
65
65
|
editor_film_title: "Star System Title",
|
|
66
66
|
editor_film_title_hint: "Click to rename this star system",
|
|
67
|
-
editor_ending_scene: "
|
|
67
|
+
editor_ending_scene: "End",
|
|
68
68
|
editor_play: "Engage",
|
|
69
69
|
editor_pause: "Hold",
|
|
70
70
|
editor_prev_frame: "Previous Frame",
|
|
@@ -81,8 +81,61 @@ var REALMS = {
|
|
|
81
81
|
editor_create_scene_cost: "1 Stardust",
|
|
82
82
|
editor_delete_scene_cta: "Delete Scene",
|
|
83
83
|
editor_delete_scene_confirm: "Click again to confirm",
|
|
84
|
-
editor_scene_locked_delete: "
|
|
84
|
+
editor_scene_locked_delete: "Start and end scenes cannot be deleted.",
|
|
85
85
|
editor_scene_color: "Star Hue",
|
|
86
|
+
chuzi_ai_name: "Chuzi AI",
|
|
87
|
+
chuzi_ai_create_with: "Create with Chuzi AI",
|
|
88
|
+
chuzi_ai_create_manual: "Enter title manually",
|
|
89
|
+
chuzi_ai_intro: "Answer story-circle prompts and Chuzi AI will chart your short story.",
|
|
90
|
+
chuzi_ai_step_of: "Step",
|
|
91
|
+
chuzi_ai_back: "Back",
|
|
92
|
+
chuzi_ai_next: "Next",
|
|
93
|
+
chuzi_ai_scenes_label: "scenes",
|
|
94
|
+
chuzi_ai_creating: "Creating\u2026",
|
|
95
|
+
chuzi_ai_generate_failed: "Story generation failed.",
|
|
96
|
+
chuzi_ai_build_failed: "Failed to build story.",
|
|
97
|
+
chuzi_ai_generate: "Generate story",
|
|
98
|
+
chuzi_ai_generating: "Generating\u2026",
|
|
99
|
+
chuzi_ai_token_in: "Tokens in",
|
|
100
|
+
chuzi_ai_token_out: "Tokens out",
|
|
101
|
+
chuzi_ai_credits_cost: "AI credits",
|
|
102
|
+
chuzi_ai_scene_credits: "Scene credits",
|
|
103
|
+
chuzi_ai_total_cost: "Total create credits",
|
|
104
|
+
chuzi_ai_insufficient: "Not enough create credits for this generation.",
|
|
105
|
+
chuzi_ai_apply: "Build story",
|
|
106
|
+
chuzi_ai_applying: "Building scenes\u2026",
|
|
107
|
+
chuzi_ai_step_hero: "Hero",
|
|
108
|
+
chuzi_ai_step_hero_hint: "Who is your protagonist? Name, age, personality, and what makes them relatable.",
|
|
109
|
+
chuzi_ai_step_world: "Ordinary world",
|
|
110
|
+
chuzi_ai_step_world_hint: "Where does the story begin? Describe the setting and daily life before adventure calls.",
|
|
111
|
+
chuzi_ai_step_you: "You",
|
|
112
|
+
chuzi_ai_step_you_hint: "The character in a zone of comfort. What is their normal life like right now?",
|
|
113
|
+
chuzi_ai_step_need: "Need",
|
|
114
|
+
chuzi_ai_step_need_hint: "Something isn\u2019t right. What problem, longing, or imbalance disrupts their comfort?",
|
|
115
|
+
chuzi_ai_step_go: "Go",
|
|
116
|
+
chuzi_ai_step_go_hint: "Crossing the threshold. What event pushes them into the unknown?",
|
|
117
|
+
chuzi_ai_step_search: "Search",
|
|
118
|
+
chuzi_ai_step_search_hint: "Trials, growth, and exploration. What challenges and discoveries shape them?",
|
|
119
|
+
chuzi_ai_step_find: "Find",
|
|
120
|
+
chuzi_ai_step_find_hint: "The thing is found or revealed. What truth, object, or insight do they uncover?",
|
|
121
|
+
chuzi_ai_step_take: "Take",
|
|
122
|
+
chuzi_ai_step_take_hint: "Pay the price. What must they sacrifice or confront to claim their goal?",
|
|
123
|
+
chuzi_ai_step_return: "Return",
|
|
124
|
+
chuzi_ai_step_return_hint: "Back to the known world. How do they bring what they learned home?",
|
|
125
|
+
chuzi_ai_step_change: "Change",
|
|
126
|
+
chuzi_ai_step_change_hint: "Transformation achieved. How is the hero different from who they were at the start?",
|
|
127
|
+
chuzi_ai_step_tone: "Tone & mood",
|
|
128
|
+
chuzi_ai_step_tone_hint: "Genre, mood, and atmosphere (e.g. bittersweet sci-fi, cozy mystery, epic fantasy).",
|
|
129
|
+
chuzi_ai_monomyth_hero: "Hero\u2019s Journey: the protagonist",
|
|
130
|
+
chuzi_ai_monomyth_world: "Monomyth: ordinary world",
|
|
131
|
+
chuzi_ai_monomyth_you: "Story Circle: zone of comfort",
|
|
132
|
+
chuzi_ai_monomyth_need: "Story Circle: something isn\u2019t right",
|
|
133
|
+
chuzi_ai_monomyth_go: "Monomyth: crossing the first threshold",
|
|
134
|
+
chuzi_ai_monomyth_search: "Monomyth: road of trials",
|
|
135
|
+
chuzi_ai_monomyth_find: "Monomyth: the ultimate boon",
|
|
136
|
+
chuzi_ai_monomyth_take: "Monomyth: atonement with the father",
|
|
137
|
+
chuzi_ai_monomyth_return: "Monomyth: crossing the return threshold",
|
|
138
|
+
chuzi_ai_monomyth_change: "Monomyth: freedom to live",
|
|
86
139
|
editor_ai_generate: "Generate Transmission",
|
|
87
140
|
editor_ai_generating: "Transmitting Signal\u2026",
|
|
88
141
|
editor_ai_mood_question: "What energy should this planet radiate?",
|
|
@@ -380,7 +433,7 @@ var REALMS = {
|
|
|
380
433
|
select_genre: "Select biome",
|
|
381
434
|
genre_field_aria: "Biome",
|
|
382
435
|
delete_story_verb: "Delete grove",
|
|
383
|
-
title_scene_default: "
|
|
436
|
+
title_scene_default: "Trailhead",
|
|
384
437
|
choices_made_stat: "trails taken",
|
|
385
438
|
content_rating: "Field Guide",
|
|
386
439
|
content_rating_field_aria: "Field guide",
|
|
@@ -393,10 +446,10 @@ var REALMS = {
|
|
|
393
446
|
editor_alt_media: "Effects",
|
|
394
447
|
editor_choices: "Choices",
|
|
395
448
|
editor_scene_settings: "Clearing Settings",
|
|
396
|
-
editor_title_scene: "
|
|
449
|
+
editor_title_scene: "Start",
|
|
397
450
|
editor_film_title: "Grove Title",
|
|
398
451
|
editor_film_title_hint: "Click to rename this grove",
|
|
399
|
-
editor_ending_scene: "
|
|
452
|
+
editor_ending_scene: "End",
|
|
400
453
|
editor_play: "Unfurl",
|
|
401
454
|
editor_pause: "Rest",
|
|
402
455
|
editor_prev_frame: "Previous Frame",
|
|
@@ -413,8 +466,61 @@ var REALMS = {
|
|
|
413
466
|
editor_create_scene_cost: "1 Pollen",
|
|
414
467
|
editor_delete_scene_cta: "Delete Scene",
|
|
415
468
|
editor_delete_scene_confirm: "Click again to confirm",
|
|
416
|
-
editor_scene_locked_delete: "
|
|
469
|
+
editor_scene_locked_delete: "Start and end scenes cannot be deleted.",
|
|
417
470
|
editor_scene_color: "Clearing Tint",
|
|
471
|
+
chuzi_ai_name: "Chuzi AI",
|
|
472
|
+
chuzi_ai_create_with: "Create with Chuzi AI",
|
|
473
|
+
chuzi_ai_create_manual: "Enter title manually",
|
|
474
|
+
chuzi_ai_intro: "Answer story-circle prompts and Chuzi AI will grow your short story.",
|
|
475
|
+
chuzi_ai_step_of: "Step",
|
|
476
|
+
chuzi_ai_back: "Back",
|
|
477
|
+
chuzi_ai_next: "Next",
|
|
478
|
+
chuzi_ai_scenes_label: "scenes",
|
|
479
|
+
chuzi_ai_creating: "Creating\u2026",
|
|
480
|
+
chuzi_ai_generate_failed: "Story generation failed.",
|
|
481
|
+
chuzi_ai_build_failed: "Failed to build story.",
|
|
482
|
+
chuzi_ai_generate: "Generate story",
|
|
483
|
+
chuzi_ai_generating: "Generating\u2026",
|
|
484
|
+
chuzi_ai_token_in: "Tokens in",
|
|
485
|
+
chuzi_ai_token_out: "Tokens out",
|
|
486
|
+
chuzi_ai_credits_cost: "AI credits",
|
|
487
|
+
chuzi_ai_scene_credits: "Scene credits",
|
|
488
|
+
chuzi_ai_total_cost: "Total create credits",
|
|
489
|
+
chuzi_ai_insufficient: "Not enough create credits for this generation.",
|
|
490
|
+
chuzi_ai_apply: "Build story",
|
|
491
|
+
chuzi_ai_applying: "Building scenes\u2026",
|
|
492
|
+
chuzi_ai_step_hero: "Hero",
|
|
493
|
+
chuzi_ai_step_hero_hint: "Who is your protagonist? Name, age, personality, and what makes them relatable.",
|
|
494
|
+
chuzi_ai_step_world: "Ordinary world",
|
|
495
|
+
chuzi_ai_step_world_hint: "Where does the story begin? Describe the setting and daily life before adventure calls.",
|
|
496
|
+
chuzi_ai_step_you: "You",
|
|
497
|
+
chuzi_ai_step_you_hint: "The character in a zone of comfort. What is their normal life like right now?",
|
|
498
|
+
chuzi_ai_step_need: "Need",
|
|
499
|
+
chuzi_ai_step_need_hint: "Something isn\u2019t right. What problem, longing, or imbalance disrupts their comfort?",
|
|
500
|
+
chuzi_ai_step_go: "Go",
|
|
501
|
+
chuzi_ai_step_go_hint: "Crossing the threshold. What event pushes them into the unknown?",
|
|
502
|
+
chuzi_ai_step_search: "Search",
|
|
503
|
+
chuzi_ai_step_search_hint: "Trials, growth, and exploration. What challenges and discoveries shape them?",
|
|
504
|
+
chuzi_ai_step_find: "Find",
|
|
505
|
+
chuzi_ai_step_find_hint: "The thing is found or revealed. What truth, object, or insight do they uncover?",
|
|
506
|
+
chuzi_ai_step_take: "Take",
|
|
507
|
+
chuzi_ai_step_take_hint: "Pay the price. What must they sacrifice or confront to claim their goal?",
|
|
508
|
+
chuzi_ai_step_return: "Return",
|
|
509
|
+
chuzi_ai_step_return_hint: "Back to the known world. How do they bring what they learned home?",
|
|
510
|
+
chuzi_ai_step_change: "Change",
|
|
511
|
+
chuzi_ai_step_change_hint: "Transformation achieved. How is the hero different from who they were at the start?",
|
|
512
|
+
chuzi_ai_step_tone: "Tone & mood",
|
|
513
|
+
chuzi_ai_step_tone_hint: "Genre, mood, and atmosphere (e.g. bittersweet sci-fi, cozy mystery, epic fantasy).",
|
|
514
|
+
chuzi_ai_monomyth_hero: "Hero\u2019s Journey: the protagonist",
|
|
515
|
+
chuzi_ai_monomyth_world: "Monomyth: ordinary world",
|
|
516
|
+
chuzi_ai_monomyth_you: "Story Circle: zone of comfort",
|
|
517
|
+
chuzi_ai_monomyth_need: "Story Circle: something isn\u2019t right",
|
|
518
|
+
chuzi_ai_monomyth_go: "Monomyth: crossing the first threshold",
|
|
519
|
+
chuzi_ai_monomyth_search: "Monomyth: road of trials",
|
|
520
|
+
chuzi_ai_monomyth_find: "Monomyth: the ultimate boon",
|
|
521
|
+
chuzi_ai_monomyth_take: "Monomyth: atonement with the father",
|
|
522
|
+
chuzi_ai_monomyth_return: "Monomyth: crossing the return threshold",
|
|
523
|
+
chuzi_ai_monomyth_change: "Monomyth: freedom to live",
|
|
418
524
|
editor_ai_generate: "Grow Bloom",
|
|
419
525
|
editor_ai_generating: "Seed Sprouting\u2026",
|
|
420
526
|
editor_ai_mood_question: "What feeling should this clearing evoke?",
|
|
@@ -710,7 +816,7 @@ var FALLBACK_LEXICON = {
|
|
|
710
816
|
select_genre: "Select genre",
|
|
711
817
|
genre_field_aria: "Film genre",
|
|
712
818
|
delete_story_verb: "Delete film",
|
|
713
|
-
title_scene_default: "
|
|
819
|
+
title_scene_default: "Start",
|
|
714
820
|
choices_made_stat: "choices made",
|
|
715
821
|
content_rating: "Rating",
|
|
716
822
|
content_rating_field_aria: "Content rating",
|
|
@@ -723,10 +829,10 @@ var FALLBACK_LEXICON = {
|
|
|
723
829
|
editor_alt_media: "Effects",
|
|
724
830
|
editor_choices: "Choices",
|
|
725
831
|
editor_scene_settings: "Scene Settings",
|
|
726
|
-
editor_title_scene: "
|
|
832
|
+
editor_title_scene: "Start",
|
|
727
833
|
editor_film_title: "Film Title",
|
|
728
834
|
editor_film_title_hint: "Click to rename this film",
|
|
729
|
-
editor_ending_scene: "
|
|
835
|
+
editor_ending_scene: "End",
|
|
730
836
|
editor_play: "Play",
|
|
731
837
|
editor_pause: "Pause",
|
|
732
838
|
editor_prev_frame: "Previous Frame",
|
|
@@ -743,8 +849,61 @@ var FALLBACK_LEXICON = {
|
|
|
743
849
|
editor_create_scene_cost: "1 credit",
|
|
744
850
|
editor_delete_scene_cta: "Delete Scene",
|
|
745
851
|
editor_delete_scene_confirm: "Click again to confirm",
|
|
746
|
-
editor_scene_locked_delete: "
|
|
852
|
+
editor_scene_locked_delete: "Start and end scenes cannot be deleted.",
|
|
747
853
|
editor_scene_color: "Scene Color",
|
|
854
|
+
chuzi_ai_name: "Chuzi AI",
|
|
855
|
+
chuzi_ai_create_with: "Create with Chuzi AI",
|
|
856
|
+
chuzi_ai_create_manual: "Enter title manually",
|
|
857
|
+
chuzi_ai_intro: "Answer a few story-circle prompts and Chuzi AI will draft your short story.",
|
|
858
|
+
chuzi_ai_step_of: "Step",
|
|
859
|
+
chuzi_ai_back: "Back",
|
|
860
|
+
chuzi_ai_next: "Next",
|
|
861
|
+
chuzi_ai_scenes_label: "scenes",
|
|
862
|
+
chuzi_ai_creating: "Creating\u2026",
|
|
863
|
+
chuzi_ai_generate_failed: "Story generation failed.",
|
|
864
|
+
chuzi_ai_build_failed: "Failed to build story.",
|
|
865
|
+
chuzi_ai_generate: "Generate story",
|
|
866
|
+
chuzi_ai_generating: "Generating\u2026",
|
|
867
|
+
chuzi_ai_token_in: "Tokens in",
|
|
868
|
+
chuzi_ai_token_out: "Tokens out",
|
|
869
|
+
chuzi_ai_credits_cost: "AI credits",
|
|
870
|
+
chuzi_ai_scene_credits: "Scene credits",
|
|
871
|
+
chuzi_ai_total_cost: "Total create credits",
|
|
872
|
+
chuzi_ai_insufficient: "Not enough create credits for this generation.",
|
|
873
|
+
chuzi_ai_apply: "Build story",
|
|
874
|
+
chuzi_ai_applying: "Building scenes\u2026",
|
|
875
|
+
chuzi_ai_step_hero: "Hero",
|
|
876
|
+
chuzi_ai_step_hero_hint: "Who is your protagonist? Name, age, personality, and what makes them relatable.",
|
|
877
|
+
chuzi_ai_step_world: "Ordinary world",
|
|
878
|
+
chuzi_ai_step_world_hint: "Where does the story begin? Describe the setting and daily life before adventure calls.",
|
|
879
|
+
chuzi_ai_step_you: "You",
|
|
880
|
+
chuzi_ai_step_you_hint: "The character in a zone of comfort. What is their normal life like right now?",
|
|
881
|
+
chuzi_ai_step_need: "Need",
|
|
882
|
+
chuzi_ai_step_need_hint: "Something isn\u2019t right. What problem, longing, or imbalance disrupts their comfort?",
|
|
883
|
+
chuzi_ai_step_go: "Go",
|
|
884
|
+
chuzi_ai_step_go_hint: "Crossing the threshold. What event pushes them into the unknown?",
|
|
885
|
+
chuzi_ai_step_search: "Search",
|
|
886
|
+
chuzi_ai_step_search_hint: "Trials, growth, and exploration. What challenges and discoveries shape them?",
|
|
887
|
+
chuzi_ai_step_find: "Find",
|
|
888
|
+
chuzi_ai_step_find_hint: "The thing is found or revealed. What truth, object, or insight do they uncover?",
|
|
889
|
+
chuzi_ai_step_take: "Take",
|
|
890
|
+
chuzi_ai_step_take_hint: "Pay the price. What must they sacrifice or confront to claim their goal?",
|
|
891
|
+
chuzi_ai_step_return: "Return",
|
|
892
|
+
chuzi_ai_step_return_hint: "Back to the known world. How do they bring what they learned home?",
|
|
893
|
+
chuzi_ai_step_change: "Change",
|
|
894
|
+
chuzi_ai_step_change_hint: "Transformation achieved. How is the hero different from who they were at the start?",
|
|
895
|
+
chuzi_ai_step_tone: "Tone & mood",
|
|
896
|
+
chuzi_ai_step_tone_hint: "Genre, mood, and atmosphere (e.g. bittersweet sci-fi, cozy mystery, epic fantasy).",
|
|
897
|
+
chuzi_ai_monomyth_hero: "Hero\u2019s Journey: the protagonist",
|
|
898
|
+
chuzi_ai_monomyth_world: "Monomyth: ordinary world",
|
|
899
|
+
chuzi_ai_monomyth_you: "Story Circle: zone of comfort",
|
|
900
|
+
chuzi_ai_monomyth_need: "Story Circle: something isn\u2019t right",
|
|
901
|
+
chuzi_ai_monomyth_go: "Monomyth: crossing the first threshold",
|
|
902
|
+
chuzi_ai_monomyth_search: "Monomyth: road of trials",
|
|
903
|
+
chuzi_ai_monomyth_find: "Monomyth: the ultimate boon",
|
|
904
|
+
chuzi_ai_monomyth_take: "Monomyth: atonement with the father",
|
|
905
|
+
chuzi_ai_monomyth_return: "Monomyth: crossing the return threshold",
|
|
906
|
+
chuzi_ai_monomyth_change: "Monomyth: freedom to live",
|
|
748
907
|
editor_ai_generate: "Generate with AI",
|
|
749
908
|
editor_ai_generating: "Generating\u2026",
|
|
750
909
|
editor_ai_mood_question: "What mood should this scene convey?",
|