blacktrigram 0.7.74 → 0.7.75

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 (218) hide show
  1. package/lib/App2.js +6 -6
  2. package/lib/audio/AudioAssetRegistry.js +1 -1
  3. package/lib/audio/AudioManager.js +1 -1
  4. package/lib/audio/AudioPool.js +1 -1
  5. package/lib/audio/AudioProvider.js +1 -1
  6. package/lib/audio/BoneImpactAudioMap.js +1 -1
  7. package/lib/audio/VariantSelector.js +1 -1
  8. package/lib/audio/index.js +3 -3
  9. package/lib/components/index.js +19 -19
  10. package/lib/components/screens/combat/CombatScreen3D.js +27 -27
  11. package/lib/components/screens/combat/components/controls/CombatButtons.js +1 -1
  12. package/lib/components/screens/combat/components/controls/CombatControlsPanel.js +1 -1
  13. package/lib/components/screens/combat/components/controls/ControlsGuide.js +1 -1
  14. package/lib/components/screens/combat/components/controls/PauseMenu.js +5 -5
  15. package/lib/components/screens/combat/components/controls/PauseMenuButton.js +1 -1
  16. package/lib/components/screens/combat/components/controls/QuickSettings.js +1 -1
  17. package/lib/components/screens/combat/components/effects/BloodDecals3D.js +1 -1
  18. package/lib/components/screens/combat/components/effects/BloodParticles3D.js +1 -1
  19. package/lib/components/screens/combat/components/effects/TraumaOverlay3D.js +1 -1
  20. package/lib/components/screens/combat/components/feedback/MatchCountdown.js +1 -1
  21. package/lib/components/screens/combat/components/feedback/RoundAnnouncementOverlayHtml.js +1 -1
  22. package/lib/components/screens/combat/components/feedback/RoundDisplayStatus.js +1 -1
  23. package/lib/components/screens/combat/components/feedback/RoundStartAnnouncementOverlayHtml.js +1 -1
  24. package/lib/components/screens/combat/components/hud/CombatBottomHUD.js +2 -2
  25. package/lib/components/screens/combat/components/hud/CombatLeftHUD.js +4 -4
  26. package/lib/components/screens/combat/components/hud/CombatPortraitStatusStrip.js +1 -1
  27. package/lib/components/screens/combat/components/hud/CombatRightHUD.js +4 -4
  28. package/lib/components/screens/combat/components/hud/CombatTopHUD.js +3 -3
  29. package/lib/components/screens/combat/components/hud/FPSMonitor.js +1 -1
  30. package/lib/components/screens/combat/components/hud/MobileControlsWrapper.js +1 -1
  31. package/lib/components/screens/combat/components/indicators/TechniqueNameDisplay.js +1 -1
  32. package/lib/components/screens/combat/helpers/AnimationUpdater.js +1 -1
  33. package/lib/components/screens/combat/hooks/useAICombat.js +1 -1
  34. package/lib/components/screens/combat/hooks/useCombatActions.js +1 -1
  35. package/lib/components/screens/combat/hooks/useCombatAttackMovement.js +1 -1
  36. package/lib/components/screens/combat/hooks/useCombatAudio.js +1 -1
  37. package/lib/components/screens/controls/ControlsScreen3D.js +6 -6
  38. package/lib/components/screens/controls/components/ControlBindingsOverlayHtml.js +1 -1
  39. package/lib/components/screens/controls/components/GamepadVisualization3D.js +1 -1
  40. package/lib/components/screens/controls/components/InteractiveControlDemoOverlayHtml.js +1 -1
  41. package/lib/components/screens/controls/components/Key3D.js +1 -1
  42. package/lib/components/screens/controls/components/VisualKeyboard3D.js +2 -2
  43. package/lib/components/screens/intro/IntroScreen3D.js +6 -6
  44. package/lib/components/screens/intro/components/AbilityListOverlayHtml.js +1 -1
  45. package/lib/components/screens/intro/components/ArchetypeCardGridOverlayHtml.js +2 -2
  46. package/lib/components/screens/intro/components/ArchetypeCardOverlayHtml.js +3 -3
  47. package/lib/components/screens/intro/components/ArchetypeDisplayOverlayHtml.js +2 -2
  48. package/lib/components/screens/intro/components/EnhancedArchetypeDisplayOverlayHtml.js +3 -3
  49. package/lib/components/screens/intro/components/MenuButtonsOverlayHtml.js +1 -1
  50. package/lib/components/screens/intro/components/MenuSectionOverlayHtml.js +2 -2
  51. package/lib/components/screens/intro/components/StatBarOverlayHtml.js +1 -1
  52. package/lib/components/screens/philosophy/PhilosophyScreen3D.js +2 -2
  53. package/lib/components/screens/training/TrainingScreen3D.js +15 -15
  54. package/lib/components/screens/training/components/AnatomyControlsOverlayHtml.js +1 -1
  55. package/lib/components/screens/training/components/AnatomyOverlay3D.js +1 -1
  56. package/lib/components/screens/training/components/FootPlacementMarkers3D.js +1 -1
  57. package/lib/components/screens/training/components/FootworkDrillsOverlayHtml.js +1 -1
  58. package/lib/components/screens/training/components/HitFeedbackEffect3D.js +1 -1
  59. package/lib/components/screens/training/components/TrainingControlsOverlayHtml.js +1 -1
  60. package/lib/components/screens/training/components/TrainingDummy3D.js +4 -4
  61. package/lib/components/screens/training/components/TrainingFeedbackOverlayHtml.js +1 -1
  62. package/lib/components/screens/training/components/TrainingModeSelectorOverlayHtml.js +1 -1
  63. package/lib/components/screens/training/components/TrainingStatsOverlayHtml.js +1 -1
  64. package/lib/components/screens/training/components/VitalPointMarker3D.js +1 -1
  65. package/lib/components/screens/training/components/VitalPointTrainingOverlayHtml.js +2 -2
  66. package/lib/components/screens/training/components/hud/TrainingBottomHUD.js +3 -3
  67. package/lib/components/screens/training/components/hud/TrainingLeftHUD.js +3 -3
  68. package/lib/components/screens/training/components/hud/TrainingRightHUD.js +6 -6
  69. package/lib/components/screens/training/components/hud/TrainingTopHUD.js +2 -2
  70. package/lib/components/screens/training/hooks/useAttackMovement.js +2 -2
  71. package/lib/components/screens/training/hooks/useTrainingActions.js +1 -1
  72. package/lib/components/screens/training/hooks/useTrainingState.js +1 -1
  73. package/lib/components/shared/mobile/HapticController.js +1 -1
  74. package/lib/components/shared/mobile/MobileControlsPure.js +1 -1
  75. package/lib/components/shared/three/anatomy/BodySurface.js +1 -1
  76. package/lib/components/shared/three/anatomy/BoneAttachedMuscles.js +1 -1
  77. package/lib/components/shared/three/anatomy/BoneClothing.js +1 -1
  78. package/lib/components/shared/three/anatomy/BoneRenderer.js +7 -7
  79. package/lib/components/shared/three/anatomy/Face3D.js +1 -1
  80. package/lib/components/shared/three/anatomy/Foot3D.js +1 -1
  81. package/lib/components/shared/three/anatomy/Hand3D.js +1 -1
  82. package/lib/components/shared/three/effects/ActionFeedback.js +1 -1
  83. package/lib/components/shared/three/effects/DamageNumbers.js +1 -1
  84. package/lib/components/shared/three/effects/HitEffects3D.js +1 -1
  85. package/lib/components/shared/three/effects/PlayerStateIndicators.js +1 -1
  86. package/lib/components/shared/three/effects/StanceSymbol3D.js +1 -1
  87. package/lib/components/shared/three/effects/StanceTransitionEffect.js +1 -1
  88. package/lib/components/shared/three/effects/VitalPointMarkers3D.js +2 -2
  89. package/lib/components/shared/three/indicators/ElementalColorSystem.js +1 -1
  90. package/lib/components/shared/three/indicators/HapticFeedback.js +1 -1
  91. package/lib/components/shared/three/models/Player3DWithTransitions.js +4 -4
  92. package/lib/components/shared/three/models/SkeletalPlayer3D.js +3 -3
  93. package/lib/components/shared/three/optimization/AdaptiveQuality.js +1 -1
  94. package/lib/components/shared/three/scene/AtmosphericParticles3D.js +1 -1
  95. package/lib/components/shared/three/scene/BackgroundScene3D.js +1 -1
  96. package/lib/components/shared/three/scene/CombatArena3D.js +3 -3
  97. package/lib/components/shared/three/scene/KoreanSignage3D.js +1 -1
  98. package/lib/components/shared/three/ui/BodyPartHealthDisplay.js +1 -1
  99. package/lib/components/shared/three/ui/CombatReadinessBar.js +1 -1
  100. package/lib/components/shared/three/ui/ComboCounter.js +1 -1
  101. package/lib/components/shared/three/ui/HealthBar.js +1 -1
  102. package/lib/components/shared/three/ui/PlayerHUD.js +4 -4
  103. package/lib/components/shared/three/ui/StaminaBar.js +1 -1
  104. package/lib/components/shared/three/ui/TechniqueBar.js +2 -2
  105. package/lib/components/shared/three/ui/TechniqueCard.js +1 -1
  106. package/lib/components/shared/three/ui/VitalPointOverlayControlsHtml.js +2 -2
  107. package/lib/components/shared/ui/BaseHUDContainer.js +1 -1
  108. package/lib/components/shared/ui/CombatTimer.js +1 -1
  109. package/lib/components/shared/ui/ErrorModal.js +1 -1
  110. package/lib/components/shared/ui/SplashScreen.js +3 -3
  111. package/lib/components/shared/ui/VitalPointOverlayControlsPure.js +2 -2
  112. package/lib/components/shared/ui/shared/ConfirmDialog.js +1 -1
  113. package/lib/constants/bodyRenderingConstants.js +1 -1
  114. package/lib/data/index.js +1 -1
  115. package/lib/data/techniqueMappings.js +1 -1
  116. package/lib/hooks/index.js +1 -1
  117. package/lib/hooks/useActionFeedback.js +1 -1
  118. package/lib/hooks/useDebounce.js +1 -1
  119. package/lib/hooks/useMatchCountdown.js +1 -1
  120. package/lib/hooks/useRoundTransition.js +1 -1
  121. package/lib/hooks/useTechniqueSelection.js +1 -1
  122. package/lib/hooks/useThrottle.js +1 -1
  123. package/lib/hooks/useWindowSize.js +1 -1
  124. package/lib/index.js +39 -39
  125. package/lib/systems/CombatSystem.js +9 -9
  126. package/lib/systems/EffectCalculator.js +1 -1
  127. package/lib/systems/TrigramSystem.js +1 -1
  128. package/lib/systems/VitalPointSystem.js +2 -2
  129. package/lib/systems/ai/DecisionTree.js +3 -3
  130. package/lib/systems/ai/TrainingAI.js +1 -1
  131. package/lib/systems/animation/builders/HandPoses.js +1 -1
  132. package/lib/systems/animation/builders/KeyframeInterpolation.js +88 -1
  133. package/lib/systems/animation/builders/KeyframeInterpolation.js.map +1 -1
  134. package/lib/systems/animation/builders/KoreanGuardPositions.js +237 -157
  135. package/lib/systems/animation/builders/KoreanGuardPositions.js.map +1 -1
  136. package/lib/systems/animation/builders/MartialArtsAnimationBuilder.js +2 -2
  137. package/lib/systems/animation/builders/SkeletonRig.js +1 -1
  138. package/lib/systems/animation/catalogs/AttackAnimations.js +1 -1
  139. package/lib/systems/animation/catalogs/BasicAnimations.js +1 -1
  140. package/lib/systems/animation/catalogs/ComboAnimations.js +1 -1
  141. package/lib/systems/animation/catalogs/DarkOpsAnimations.js +1 -1
  142. package/lib/systems/animation/catalogs/DefensiveAnimations.js +1 -1
  143. package/lib/systems/animation/catalogs/ElbowKneeAnimations.js +1 -1
  144. package/lib/systems/animation/catalogs/FootworkSkeletalAnimations.js +1 -1
  145. package/lib/systems/animation/catalogs/GamStanceAnimations.js +100 -4
  146. package/lib/systems/animation/catalogs/GamStanceAnimations.js.map +1 -1
  147. package/lib/systems/animation/catalogs/GanStanceAnimations.js +1 -1
  148. package/lib/systems/animation/catalogs/GeonStanceAnimations.js +1 -1
  149. package/lib/systems/animation/catalogs/GonTechniqueAnimations.js +1 -1
  150. package/lib/systems/animation/catalogs/GrapplingAnimations.js +1 -1
  151. package/lib/systems/animation/catalogs/KickAnimations.js +1 -1
  152. package/lib/systems/animation/catalogs/MovementAnimations.js +1 -1
  153. package/lib/systems/animation/catalogs/PunchAnimations.js +1 -1
  154. package/lib/systems/animation/catalogs/RecoveryAnimations.js +1 -1
  155. package/lib/systems/animation/catalogs/SonStanceAnimations.js +1 -1
  156. package/lib/systems/animation/catalogs/StanceAnimations.js +1 -1
  157. package/lib/systems/animation/catalogs/StanceAttackAnimations.js +1 -1
  158. package/lib/systems/animation/catalogs/StanceIdleAnimations.js +1 -1
  159. package/lib/systems/animation/catalogs/StanceLocomotionAnimations.js +1 -1
  160. package/lib/systems/animation/catalogs/StepSkeletalAnimations.js +1 -1
  161. package/lib/systems/animation/catalogs/TaeStanceAnimations.js +1 -1
  162. package/lib/systems/animation/core/AnimationHitTiming.js +1 -1
  163. package/lib/systems/animation/core/AnimationOptimizations.js +1 -1
  164. package/lib/systems/animation/core/AnimationPriority.js +1 -1
  165. package/lib/systems/animation/core/AnimationRegistry.js +4 -4
  166. package/lib/systems/animation/core/AnimationTransitions.js +1 -1
  167. package/lib/systems/animation/core/TechniqueAnimationMapper.js +1 -1
  168. package/lib/systems/animation/core/TechniqueAnimationMapping.js +1 -1
  169. package/lib/systems/animation/systems/AdvancedJointMovements.js +1 -1
  170. package/lib/systems/animation/systems/BodyFacingSystem.js +1 -1
  171. package/lib/systems/animation/systems/MuscleActivation.js +1 -1
  172. package/lib/systems/combat/BalanceSystem.js +1 -1
  173. package/lib/systems/combat/BreakingStatusEffects.js +1 -1
  174. package/lib/systems/combat/CombatStateSystem.js +1 -1
  175. package/lib/systems/combat/ConsciousnessSystem.js +1 -1
  176. package/lib/systems/combat/GrappleSystem.js +1 -1
  177. package/lib/systems/combat/LimbExposureSystem.js +1 -1
  178. package/lib/systems/combat/PainResponseSystem.js +1 -1
  179. package/lib/systems/combat/TrainingCombatSystem.js +2 -2
  180. package/lib/systems/index.js +18 -18
  181. package/lib/systems/movement/helpers/AccelerationUpdater.js +1 -1
  182. package/lib/systems/movement/helpers/accelerationUtils.js +1 -1
  183. package/lib/systems/physics/AttackMovementPhysics.js +1 -1
  184. package/lib/systems/physics/CollisionDetection.js +2 -2
  185. package/lib/systems/physics/KnockbackPhysics.js +1 -1
  186. package/lib/systems/physics/PhysicalReachCalculator.js +1 -1
  187. package/lib/systems/trigram/KoreanTechniques.js +2 -2
  188. package/lib/systems/trigram/techniques/index.js +7 -7
  189. package/lib/systems/trigram/types/GonTechniqueExtensions.js +1 -1
  190. package/lib/systems/types.js +1 -1
  191. package/lib/systems/vitalpoint/DamageCalculator.js +1 -1
  192. package/lib/systems/vitalpoint/HitDetection.js +1 -1
  193. package/lib/systems/vitalpoint/KoreanAnatomy.js +1 -1
  194. package/lib/systems/vitalpoint/KoreanVitalPoints.js +2 -2
  195. package/lib/systems/vitalpoint/VitalPointsData.js +1 -1
  196. package/lib/types/constants/animations.js +1 -1
  197. package/lib/types/constants/index.js +8 -8
  198. package/lib/types/constants/layout.js +1 -1
  199. package/lib/types/constants/ui.js +1 -1
  200. package/lib/types/index.js +6 -6
  201. package/lib/types/techniqueId.js +1 -1
  202. package/lib/utils/accessibility.js +1 -1
  203. package/lib/utils/arenaWorldDimensions.js +1 -1
  204. package/lib/utils/characterScaling.js +1 -1
  205. package/lib/utils/combatReadiness.js +1 -1
  206. package/lib/utils/fabricTextures.js +1 -1
  207. package/lib/utils/hapticFeedback.js +1 -1
  208. package/lib/utils/haptics.js +1 -1
  209. package/lib/utils/index.js +2 -2
  210. package/lib/utils/koreanThemeHelpers.js +1 -1
  211. package/lib/utils/performance/PerformanceMonitor.js +1 -1
  212. package/lib/utils/performance/PerformanceOverlay3D.js +1 -1
  213. package/lib/utils/performance/usePerformanceMonitor.js +2 -2
  214. package/lib/utils/performanceOptimization.js +1 -1
  215. package/lib/utils/responsiveLayoutHelpers.js +1 -1
  216. package/lib/utils/responsiveOrientationConstants.js +1 -1
  217. package/lib/utils/safeAreaUtils.js +1 -1
  218. package/package.json +9 -3
@@ -149,6 +149,6 @@ var ControlBindingsOverlayHtml = ({ selectedTab, isMobile }) => {
149
149
  });
150
150
  };
151
151
  //#endregion
152
- export { ControlBindingsOverlayHtml as default };
152
+ export { ControlBindingsOverlayHtml, ControlBindingsOverlayHtml as default };
153
153
 
154
154
  //# sourceMappingURL=ControlBindingsOverlayHtml.js.map
@@ -244,6 +244,6 @@ var GamepadVisualization3D = ({ isMobile }) => {
244
244
  });
245
245
  };
246
246
  //#endregion
247
- export { GamepadVisualization3D as default };
247
+ export { GamepadVisualization3D, GamepadVisualization3D as default };
248
248
 
249
249
  //# sourceMappingURL=GamepadVisualization3D.js.map
@@ -214,6 +214,6 @@ var InteractiveControlDemo = ({ pressedKeys, isMobile }) => {
214
214
  });
215
215
  };
216
216
  //#endregion
217
- export { InteractiveControlDemo as default };
217
+ export { InteractiveControlDemo, InteractiveControlDemo as default };
218
218
 
219
219
  //# sourceMappingURL=InteractiveControlDemoOverlayHtml.js.map
@@ -163,6 +163,6 @@ var Key3D = ({ keyData, isPressed }) => {
163
163
  });
164
164
  };
165
165
  //#endregion
166
- export { Key3D as default };
166
+ export { Key3D, Key3D as default };
167
167
 
168
168
  //# sourceMappingURL=Key3D.js.map
@@ -1,6 +1,6 @@
1
1
  import { KOREAN_COLORS } from "../../../../types/constants/colors.js";
2
2
  import { KEYBOARD_LAYOUT, filterKeysByCategory } from "../constants/ControlsConstants.js";
3
- import Key3D from "./Key3D.js";
3
+ import { Key3D } from "./Key3D.js";
4
4
  import { useMemo } from "react";
5
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
6
  //#region src/components/screens/controls/components/VisualKeyboard3D.tsx
@@ -116,6 +116,6 @@ var VisualKeyboard3D = ({ pressedKeys, selectedTab }) => {
116
116
  });
117
117
  };
118
118
  //#endregion
119
- export { VisualKeyboard3D as default };
119
+ export { VisualKeyboard3D, VisualKeyboard3D as default };
120
120
 
121
121
  //# sourceMappingURL=VisualKeyboard3D.js.map
@@ -12,16 +12,16 @@ import { hexToRgbaString } from "../../../utils/colorUtils.js";
12
12
  import { useKoreanTheme } from "../../shared/base/useKoreanTheme.js";
13
13
  import { VolumeControl } from "../../shared/ui/VolumeControl.js";
14
14
  import { shouldUseMobileControls } from "../../../utils/deviceDetection.js";
15
- import BackgroundScene3D from "../../shared/three/scene/BackgroundScene3D.js";
15
+ import { BackgroundScene3D } from "../../shared/three/scene/BackgroundScene3D.js";
16
16
  import useWindowSize from "../../../hooks/useWindowSize.js";
17
- import ArchetypeDisplayOverlayHtml from "./components/ArchetypeDisplayOverlayHtml.js";
18
- import EnhancedArchetypeDisplay from "./components/EnhancedArchetypeDisplayOverlayHtml.js";
19
- import MenuSectionOverlayHtml from "./components/MenuSectionOverlayHtml.js";
17
+ import { ArchetypeDisplayOverlayHtml } from "./components/ArchetypeDisplayOverlayHtml.js";
18
+ import { EnhancedArchetypeDisplay } from "./components/EnhancedArchetypeDisplayOverlayHtml.js";
19
+ import { MenuSectionOverlayHtml } from "./components/MenuSectionOverlayHtml.js";
20
20
  import { useCallback, useEffect, useMemo, useRef, useState } from "react";
21
21
  import { jsx, jsxs } from "react/jsx-runtime";
22
22
  import { Canvas } from "@react-three/fiber";
23
23
  //#region src/components/screens/intro/IntroScreen3D.tsx
24
- var APP_VERSION = "0.7.74";
24
+ var APP_VERSION = "0.7.75";
25
25
  var MENU_ITEMS = [
26
26
  {
27
27
  mode: GameMode.VERSUS,
@@ -482,6 +482,6 @@ var IntroScreen3D = ({ onMenuSelect, onArchetypeSelect, selectedArchetype = Play
482
482
  });
483
483
  };
484
484
  //#endregion
485
- export { IntroScreen3D as default };
485
+ export { IntroScreen3D, IntroScreen3D as default };
486
486
 
487
487
  //# sourceMappingURL=IntroScreen3D.js.map
@@ -140,6 +140,6 @@ var AbilityList = React.memo(({ abilities, maxAbilities = 3, color = KOREAN_COLO
140
140
  });
141
141
  AbilityList.displayName = "AbilityList";
142
142
  //#endregion
143
- export { AbilityList as default };
143
+ export { AbilityList, AbilityList as default };
144
144
 
145
145
  //# sourceMappingURL=AbilityListOverlayHtml.js.map
@@ -1,7 +1,7 @@
1
1
  import { KOREAN_COLORS } from "../../../../types/constants/colors.js";
2
2
  import { FONT_FAMILY } from "../../../../types/constants/typography.js";
3
3
  import { hexColorToCSS, hexToRgbaString } from "../../../../utils/colorUtils.js";
4
- import ArchetypeCard from "./ArchetypeCardOverlayHtml.js";
4
+ import { ArchetypeCard } from "./ArchetypeCardOverlayHtml.js";
5
5
  import React, { useCallback, useMemo } from "react";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
  //#region src/components/screens/intro/components/ArchetypeCardGridOverlayHtml.tsx
@@ -148,6 +148,6 @@ var ArchetypeCardGrid = React.memo(({ archetypes, selectedArchetype, onArchetype
148
148
  });
149
149
  ArchetypeCardGrid.displayName = "ArchetypeCardGrid";
150
150
  //#endregion
151
- export { ArchetypeCardGrid as default };
151
+ export { ArchetypeCardGrid, ArchetypeCardGrid as default };
152
152
 
153
153
  //# sourceMappingURL=ArchetypeCardGridOverlayHtml.js.map
@@ -3,8 +3,8 @@ import { FONT_FAMILY } from "../../../../types/constants/typography.js";
3
3
  import { FALLBACK_ARCHETYPE_IMAGE } from "../../../../types/constants/index.js";
4
4
  import { hexColorToCSS, hexToRgbaString } from "../../../../utils/colorUtils.js";
5
5
  import { BaseButtonOverlayHtml } from "../../../shared/base/BaseButtonOverlayHtml.js";
6
- import StatBar from "./StatBarOverlayHtml.js";
7
- import AbilityList from "./AbilityListOverlayHtml.js";
6
+ import { StatBar } from "./StatBarOverlayHtml.js";
7
+ import { AbilityList } from "./AbilityListOverlayHtml.js";
8
8
  import React, { useCallback, useMemo } from "react";
9
9
  import { jsx, jsxs } from "react/jsx-runtime";
10
10
  //#region src/components/screens/intro/components/ArchetypeCardOverlayHtml.tsx
@@ -230,6 +230,6 @@ var ArchetypeCard = React.memo(({ data, isSelected, onSelect, onConfirm, isMobil
230
230
  });
231
231
  ArchetypeCard.displayName = "ArchetypeCard";
232
232
  //#endregion
233
- export { ArchetypeCard as default };
233
+ export { ArchetypeCard, ArchetypeCard as default };
234
234
 
235
235
  //# sourceMappingURL=ArchetypeCardOverlayHtml.js.map
@@ -4,7 +4,7 @@ import { FALLBACK_ARCHETYPE_IMAGE } from "../../../../types/constants/index.js";
4
4
  import { hexToRgbaString } from "../../../../utils/colorUtils.js";
5
5
  import { getKoreanFontOptimization, getNeonTextShadow, getSmoothTransition } from "../../../../utils/visualEffects.js";
6
6
  import { getEnhancedKoreanOverlayStyles } from "../../../../utils/koreanThemeHelpers.js";
7
- import StatBar from "./StatBarOverlayHtml.js";
7
+ import { StatBar } from "./StatBarOverlayHtml.js";
8
8
  import React, { useCallback, useMemo } from "react";
9
9
  import { jsx, jsxs } from "react/jsx-runtime";
10
10
  //#region src/components/screens/intro/components/ArchetypeDisplayOverlayHtml.tsx
@@ -320,6 +320,6 @@ var ArchetypeDisplayOverlayHtml = React.memo(({ archetypes, selectedIndex, onArc
320
320
  });
321
321
  ArchetypeDisplayOverlayHtml.displayName = "ArchetypeDisplayOverlayHtml";
322
322
  //#endregion
323
- export { ArchetypeDisplayOverlayHtml as default };
323
+ export { ArchetypeDisplayOverlayHtml, ArchetypeDisplayOverlayHtml as default };
324
324
 
325
325
  //# sourceMappingURL=ArchetypeDisplayOverlayHtml.js.map
@@ -1,7 +1,7 @@
1
1
  import { PlayerArchetype } from "../../../../types/common.js";
2
2
  import { BaseButtonOverlayHtml } from "../../../shared/base/BaseButtonOverlayHtml.js";
3
- import ArchetypeDisplayOverlayHtml from "./ArchetypeDisplayOverlayHtml.js";
4
- import ArchetypeCardGrid from "./ArchetypeCardGridOverlayHtml.js";
3
+ import { ArchetypeDisplayOverlayHtml } from "./ArchetypeDisplayOverlayHtml.js";
4
+ import { ArchetypeCardGrid } from "./ArchetypeCardGridOverlayHtml.js";
5
5
  import React, { useCallback, useMemo, useState } from "react";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
  //#region src/components/screens/intro/components/EnhancedArchetypeDisplayOverlayHtml.tsx
@@ -83,6 +83,6 @@ var EnhancedArchetypeDisplay = React.memo(({ archetypes, selectedIndex, onArchet
83
83
  });
84
84
  EnhancedArchetypeDisplay.displayName = "EnhancedArchetypeDisplay";
85
85
  //#endregion
86
- export { EnhancedArchetypeDisplay as default };
86
+ export { EnhancedArchetypeDisplay, EnhancedArchetypeDisplay as default };
87
87
 
88
88
  //# sourceMappingURL=EnhancedArchetypeDisplayOverlayHtml.js.map
@@ -140,6 +140,6 @@ var MenuButtons = ({ menuItems, selectedIndex, hoveredIndex, onModeSelect, onHov
140
140
  });
141
141
  };
142
142
  //#endregion
143
- export { MenuButtons as default };
143
+ export { MenuButtons, MenuButtons as default };
144
144
 
145
145
  //# sourceMappingURL=MenuButtonsOverlayHtml.js.map
@@ -4,7 +4,7 @@ import { getNeonTextShadow } from "../../../../utils/visualEffects.js";
4
4
  import { getEnhancedKoreanOverlayStyles } from "../../../../utils/koreanThemeHelpers.js";
5
5
  import { getMobileKoreanFontSize } from "../../../../utils/mobileUIUtils.js";
6
6
  import { getSafeAreaPadding } from "../../../../utils/safeAreaUtils.js";
7
- import MenuButtons from "./MenuButtonsOverlayHtml.js";
7
+ import { MenuButtons } from "./MenuButtonsOverlayHtml.js";
8
8
  import React, { useEffect, useMemo, useState } from "react";
9
9
  import { jsx, jsxs } from "react/jsx-runtime";
10
10
  //#region src/components/screens/intro/components/MenuSectionOverlayHtml.tsx
@@ -147,6 +147,6 @@ var MenuSectionOverlayHtml = React.memo(({ menuItems, selectedIndex, onModeSelec
147
147
  });
148
148
  MenuSectionOverlayHtml.displayName = "MenuSectionOverlayHtml";
149
149
  //#endregion
150
- export { MenuSectionOverlayHtml as default };
150
+ export { MenuSectionOverlayHtml, MenuSectionOverlayHtml as default };
151
151
 
152
152
  //# sourceMappingURL=MenuSectionOverlayHtml.js.map
@@ -122,6 +122,6 @@ var StatBar = React.memo(({ label, value, max = 100, color = KOREAN_COLORS.PRIMA
122
122
  });
123
123
  StatBar.displayName = "StatBar";
124
124
  //#endregion
125
- export { StatBar as default };
125
+ export { StatBar, StatBar as default };
126
126
 
127
127
  //# sourceMappingURL=StatBarOverlayHtml.js.map
@@ -9,7 +9,7 @@ import { hexToRgbaString } from "../../../utils/colorUtils.js";
9
9
  import { useKoreanTheme } from "../../shared/base/useKoreanTheme.js";
10
10
  import { VolumeControl } from "../../shared/ui/VolumeControl.js";
11
11
  import { shouldUseMobileControls } from "../../../utils/deviceDetection.js";
12
- import BackgroundScene3D from "../../shared/three/scene/BackgroundScene3D.js";
12
+ import { BackgroundScene3D } from "../../shared/three/scene/BackgroundScene3D.js";
13
13
  import useWindowSize from "../../../hooks/useWindowSize.js";
14
14
  import { BackButton, LinkButton } from "../../shared/ui/BackButton.js";
15
15
  import { useCallback, useEffect, useMemo } from "react";
@@ -554,6 +554,6 @@ var PhilosophyScreen3D = ({ onReturnToMenu, width: propWidth, height: propHeight
554
554
  });
555
555
  };
556
556
  //#endregion
557
- export { PhilosophyScreen3D as default };
557
+ export { PhilosophyScreen3D, PhilosophyScreen3D as default };
558
558
 
559
559
  //# sourceMappingURL=PhilosophyScreen3D.js.map
@@ -19,27 +19,27 @@ import { usePlayerMovement } from "../../../utils/inputSystem.js";
19
19
  import { getHUDPositionScale } from "../../../utils/responsiveLayoutHelpers.js";
20
20
  import { createCameraConfig } from "../../../utils/sharedPhysicsConfig.js";
21
21
  import { useKoreanTheme } from "../../shared/base/useKoreanTheme.js";
22
- import VitalPointMarkers3D from "../../shared/three/effects/VitalPointMarkers3D.js";
22
+ import { VitalPointMarkers3D } from "../../shared/three/effects/VitalPointMarkers3D.js";
23
23
  import { StanceChangeIndicator } from "../../shared/three/indicators/StanceChangeIndicator.js";
24
- import CombatArena3D from "../../shared/three/scene/CombatArena3D.js";
24
+ import { CombatArena3D } from "../../shared/three/scene/CombatArena3D.js";
25
25
  import { MovementType, SpeedModifierSystem } from "../../../systems/physics/SpeedModifierSystem.js";
26
26
  import { animationStateToPlayerAnimation, convertPlayerStateToProps } from "../../../utils/player3DHelpers.js";
27
- import MobileControlsOverlay from "../../shared/mobile/MobileControlsPure.js";
27
+ import { MobileControlsOverlay } from "../../shared/mobile/MobileControlsPure.js";
28
28
  import { StanceWheelPure } from "../../shared/mobile/StanceWheelPure.js";
29
29
  import { GestureRecognizerPure } from "../../shared/mobile/GestureRecognizerPure.js";
30
- import Player3DWithTransitions from "../../shared/three/models/Player3DWithTransitions.js";
30
+ import { Player3DWithTransitions } from "../../shared/three/models/Player3DWithTransitions.js";
31
31
  import { STEP_DISTANCE_THRESHOLDS, isRunningSpeed } from "../../../systems/movement/helpers/accelerationUtils.js";
32
- import AccelerationUpdater from "../../../systems/movement/helpers/AccelerationUpdater.js";
32
+ import { AccelerationUpdater } from "../../../systems/movement/helpers/AccelerationUpdater.js";
33
33
  import useCombatAudio from "../combat/hooks/useCombatAudio.js";
34
- import VitalPointOverlayControlsPure from "../../shared/ui/VitalPointOverlayControlsPure.js";
35
- import AnatomyOverlay3D from "./components/AnatomyOverlay3D.js";
36
- import FootPlacementMarkers3D from "./components/FootPlacementMarkers3D.js";
37
- import HitFeedbackEffect3D from "./components/HitFeedbackEffect3D.js";
38
- import TrainingDummy3D from "./components/TrainingDummy3D.js";
39
- import TrainingBottomHUD from "./components/hud/TrainingBottomHUD.js";
40
- import TrainingLeftHUD from "./components/hud/TrainingLeftHUD.js";
41
- import TrainingRightHUD from "./components/hud/TrainingRightHUD.js";
42
- import TrainingTopHUD from "./components/hud/TrainingTopHUD.js";
34
+ import { VitalPointOverlayControlsPure } from "../../shared/ui/VitalPointOverlayControlsPure.js";
35
+ import { AnatomyOverlay3D } from "./components/AnatomyOverlay3D.js";
36
+ import { FootPlacementMarkers3D } from "./components/FootPlacementMarkers3D.js";
37
+ import { HitFeedbackEffect3D } from "./components/HitFeedbackEffect3D.js";
38
+ import { TrainingDummy3D } from "./components/TrainingDummy3D.js";
39
+ import { TrainingBottomHUD } from "./components/hud/TrainingBottomHUD.js";
40
+ import { TrainingLeftHUD } from "./components/hud/TrainingLeftHUD.js";
41
+ import { TrainingRightHUD } from "./components/hud/TrainingRightHUD.js";
42
+ import { TrainingTopHUD } from "./components/hud/TrainingTopHUD.js";
43
43
  import useAttackMovement from "./hooks/useAttackMovement.js";
44
44
  import useTrainingActions from "./hooks/useTrainingActions.js";
45
45
  import { useTrainingLayout } from "./hooks/useTrainingLayout.js";
@@ -925,6 +925,6 @@ var TrainingScreen3D = ({ onPlayerUpdate, onReturnToMenu, width = 1200, height =
925
925
  });
926
926
  };
927
927
  //#endregion
928
- export { TrainingScreen3D };
928
+ export { TrainingScreen3D, TrainingScreen3D as default };
929
929
 
930
930
  //# sourceMappingURL=TrainingScreen3D.js.map
@@ -185,6 +185,6 @@ var AnatomyControlsOverlayHtml = React.memo(({ visibleLayers, onLayerToggle, isM
185
185
  });
186
186
  AnatomyControlsOverlayHtml.displayName = "AnatomyControlsOverlayHtml";
187
187
  //#endregion
188
- export { AnatomyControlsOverlayHtml as default };
188
+ export { AnatomyControlsOverlayHtml, AnatomyControlsOverlayHtml as default };
189
189
 
190
190
  //# sourceMappingURL=AnatomyControlsOverlayHtml.js.map
@@ -673,6 +673,6 @@ var AnatomyOverlay3D = ({ position, visibleLayers, opacity = .7 }) => {
673
673
  });
674
674
  };
675
675
  //#endregion
676
- export { AnatomyOverlay3D as default };
676
+ export { AnatomyOverlay3D, AnatomyOverlay3D as default };
677
677
 
678
678
  //# sourceMappingURL=AnatomyOverlay3D.js.map
@@ -374,6 +374,6 @@ var FootPlacementMarkers3D = ({ centerPosition = [
374
374
  });
375
375
  };
376
376
  //#endregion
377
- export { FootPlacementMarkers3D as default };
377
+ export { FootPlacementMarkers3D, FootPlacementMarkers3D as default };
378
378
 
379
379
  //# sourceMappingURL=FootPlacementMarkers3D.js.map
@@ -286,6 +286,6 @@ var FootworkDrillsOverlayHtml = React.memo(({ currentDrill, onDrillChange, curre
286
286
  });
287
287
  FootworkDrillsOverlayHtml.displayName = "FootworkDrillsOverlayHtml";
288
288
  //#endregion
289
- export { FootworkDrillsOverlayHtml as default };
289
+ export { FootworkDrillsOverlayHtml, FootworkDrillsOverlayHtml as default };
290
290
 
291
291
  //# sourceMappingURL=FootworkDrillsOverlayHtml.js.map
@@ -252,6 +252,6 @@ var HitFeedbackEffect3D = ({ position, type, damage, visible = true, onComplete,
252
252
  });
253
253
  };
254
254
  //#endregion
255
- export { HitFeedbackEffect3D as default };
255
+ export { HitFeedbackEffect3D, HitFeedbackEffect3D as default };
256
256
 
257
257
  //# sourceMappingURL=HitFeedbackEffect3D.js.map
@@ -139,6 +139,6 @@ var TrainingControlsOverlayHtml = React.memo(({ isTraining, onStartTraining, onS
139
139
  });
140
140
  TrainingControlsOverlayHtml.displayName = "TrainingControlsOverlayHtml";
141
141
  //#endregion
142
- export { TrainingControlsOverlayHtml as default };
142
+ export { TrainingControlsOverlayHtml, TrainingControlsOverlayHtml as default };
143
143
 
144
144
  //# sourceMappingURL=TrainingControlsOverlayHtml.js.map
@@ -1,8 +1,8 @@
1
1
  import { PlayerArchetype, TrigramStance } from "../../../../types/common.js";
2
2
  import { KOREAN_COLORS } from "../../../../types/constants/colors.js";
3
- import KOREAN_VITAL_POINTS from "../../../../systems/vitalpoint/KoreanVitalPoints.js";
4
- import SkeletalPlayer3D from "../../../shared/three/models/SkeletalPlayer3D.js";
5
- import VitalPointMarker3D from "./VitalPointMarker3D.js";
3
+ import { KOREAN_VITAL_POINTS } from "../../../../systems/vitalpoint/KoreanVitalPoints.js";
4
+ import { SkeletalPlayer3D } from "../../../shared/three/models/SkeletalPlayer3D.js";
5
+ import { VitalPointMarker3D } from "./VitalPointMarker3D.js";
6
6
  import { useCallback, useEffect, useMemo, useRef, useState } from "react";
7
7
  import { jsx, jsxs } from "react/jsx-runtime";
8
8
  import { useFrame } from "@react-three/fiber";
@@ -292,6 +292,6 @@ var TrainingDummy3D = ({ position, selectedVitalPoint, isTraining, health = 100,
292
292
  });
293
293
  };
294
294
  //#endregion
295
- export { TrainingDummy3D as default };
295
+ export { TrainingDummy3D, TrainingDummy3D as default };
296
296
 
297
297
  //# sourceMappingURL=TrainingDummy3D.js.map
@@ -38,6 +38,6 @@ var TrainingFeedbackOverlayHtml = React.memo(({ message, isMobile }) => {
38
38
  });
39
39
  TrainingFeedbackOverlayHtml.displayName = "TrainingFeedbackOverlayHtml";
40
40
  //#endregion
41
- export { TrainingFeedbackOverlayHtml as default };
41
+ export { TrainingFeedbackOverlayHtml, TrainingFeedbackOverlayHtml as default };
42
42
 
43
43
  //# sourceMappingURL=TrainingFeedbackOverlayHtml.js.map
@@ -182,6 +182,6 @@ var TrainingModeSelectorOverlayHtml = React.memo(({ currentMode, onModeChange, i
182
182
  });
183
183
  TrainingModeSelectorOverlayHtml.displayName = "TrainingModeSelectorOverlayHtml";
184
184
  //#endregion
185
- export { TrainingModeSelectorOverlayHtml as default };
185
+ export { TrainingModeSelectorOverlayHtml, TrainingModeSelectorOverlayHtml as default };
186
186
 
187
187
  //# sourceMappingURL=TrainingModeSelectorOverlayHtml.js.map
@@ -247,6 +247,6 @@ var StatRow = React.memo(({ korean, english, value, color, isMobile, width }) =>
247
247
  });
248
248
  StatRow.displayName = "StatRow";
249
249
  //#endregion
250
- export { TrainingStatsOverlayHtml as default };
250
+ export { TrainingStatsOverlayHtml, TrainingStatsOverlayHtml as default };
251
251
 
252
252
  //# sourceMappingURL=TrainingStatsOverlayHtml.js.map
@@ -204,6 +204,6 @@ var VitalPointMarker3D = ({ vitalPoint, isSelected, isTraining, isMobile = false
204
204
  ] });
205
205
  };
206
206
  //#endregion
207
- export { VitalPointMarker3D as default };
207
+ export { VitalPointMarker3D, VitalPointMarker3D as default };
208
208
 
209
209
  //# sourceMappingURL=VitalPointMarker3D.js.map
@@ -2,7 +2,7 @@ import { VitalPointSeverity } from "../../../../types/common.js";
2
2
  import { KOREAN_COLORS } from "../../../../types/constants/colors.js";
3
3
  import { FONT_FAMILY } from "../../../../types/constants/typography.js";
4
4
  import { SPACING } from "../../../../types/constants/ui.js";
5
- import KOREAN_VITAL_POINTS from "../../../../systems/vitalpoint/KoreanVitalPoints.js";
5
+ import { KOREAN_VITAL_POINTS } from "../../../../systems/vitalpoint/KoreanVitalPoints.js";
6
6
  import { hexToRgbaString } from "../../../../utils/colorUtils.js";
7
7
  import { getNeonGlowEffect, getNeonTextShadow, getSmoothTransition } from "../../../../utils/visualEffects.js";
8
8
  import { formatBilingualText, getEnhancedKoreanOverlayStyles, getResponsiveSpacing } from "../../../../utils/koreanThemeHelpers.js";
@@ -189,6 +189,6 @@ var VitalPointTrainingOverlayHtml = React.memo(({ selectedVitalPoint, onVitalPoi
189
189
  });
190
190
  VitalPointTrainingOverlayHtml.displayName = "VitalPointTrainingOverlayHtml";
191
191
  //#endregion
192
- export { VitalPointTrainingOverlayHtml as default };
192
+ export { VitalPointTrainingOverlayHtml, VitalPointTrainingOverlayHtml as default };
193
193
 
194
194
  //# sourceMappingURL=VitalPointTrainingOverlayHtml.js.map
@@ -2,10 +2,10 @@ import { BORDERS, GRADIENTS, HUD_STYLE, SPACING } from "../../../../../types/con
2
2
  import { Z_INDEX } from "../../../../../types/LayoutTypes.js";
3
3
  import { HUD_SIDE_CONTROL_RESERVES, TRAINING_BOTTOM_HUD_HEIGHT_PERCENT } from "../../../../../types/constants/layout.js";
4
4
  import { getHUDHeight, getResponsivePadding, shouldShowMobileControls } from "../../../../../utils/responsiveLayout.js";
5
- import TechniqueBar from "../../../../shared/three/ui/TechniqueBar.js";
5
+ import { TechniqueBar } from "../../../../shared/three/ui/TechniqueBar.js";
6
6
  import { VolumeControl } from "../../../../shared/ui/VolumeControl.js";
7
7
  import { ArchetypeSelectionButtons } from "../TrainingButtonsOverlayHtml.js";
8
- import TrainingFeedbackOverlayHtml from "../TrainingFeedbackOverlayHtml.js";
8
+ import { TrainingFeedbackOverlayHtml } from "../TrainingFeedbackOverlayHtml.js";
9
9
  import React from "react";
10
10
  import { jsx, jsxs } from "react/jsx-runtime";
11
11
  //#region src/components/screens/training/components/hud/TrainingBottomHUD.tsx
@@ -154,6 +154,6 @@ var TrainingBottomHUD = ({ width, height, isMobile = false, positionScale, techn
154
154
  });
155
155
  };
156
156
  //#endregion
157
- export { TrainingBottomHUD as default };
157
+ export { TrainingBottomHUD, TrainingBottomHUD as default };
158
158
 
159
159
  //# sourceMappingURL=TrainingBottomHUD.js.map
@@ -1,8 +1,8 @@
1
1
  import { TRIGRAM_STANCES_ORDER } from "../../../../../systems/trigram/types.js";
2
2
  import { useHUDLayout } from "../../../../../hooks/useHUDLayout.js";
3
- import BaseHUDContainer from "../../../../shared/ui/BaseHUDContainer.js";
3
+ import { BaseHUDContainer } from "../../../../shared/ui/BaseHUDContainer.js";
4
4
  import { GuardIndicator } from "../../../../shared/three/indicators/GuardIndicator.js";
5
- import AnatomyControlsOverlayHtml from "../AnatomyControlsOverlayHtml.js";
5
+ import { AnatomyControlsOverlayHtml } from "../AnatomyControlsOverlayHtml.js";
6
6
  import "react";
7
7
  import { jsx, jsxs } from "react/jsx-runtime";
8
8
  //#region src/components/screens/training/components/hud/TrainingLeftHUD.tsx
@@ -56,6 +56,6 @@ var TrainingLeftHUD = ({ width, height, isMobile = false, positionScale, visible
56
56
  });
57
57
  };
58
58
  //#endregion
59
- export { TrainingLeftHUD as default };
59
+ export { TrainingLeftHUD, TrainingLeftHUD as default };
60
60
 
61
61
  //# sourceMappingURL=TrainingLeftHUD.js.map
@@ -1,10 +1,10 @@
1
1
  import { getResponsiveSize } from "../../../../../utils/responsiveLayout.js";
2
2
  import { useHUDLayout } from "../../../../../hooks/useHUDLayout.js";
3
- import BaseHUDContainer from "../../../../shared/ui/BaseHUDContainer.js";
4
- import FootworkDrillsOverlayHtml from "../FootworkDrillsOverlayHtml.js";
5
- import TrainingModeSelectorOverlayHtml from "../TrainingModeSelectorOverlayHtml.js";
6
- import TrainingStatsOverlayHtml from "../TrainingStatsOverlayHtml.js";
7
- import VitalPointTrainingOverlayHtml from "../VitalPointTrainingOverlayHtml.js";
3
+ import { BaseHUDContainer } from "../../../../shared/ui/BaseHUDContainer.js";
4
+ import { FootworkDrillsOverlayHtml } from "../FootworkDrillsOverlayHtml.js";
5
+ import { TrainingModeSelectorOverlayHtml } from "../TrainingModeSelectorOverlayHtml.js";
6
+ import { TrainingStatsOverlayHtml } from "../TrainingStatsOverlayHtml.js";
7
+ import { VitalPointTrainingOverlayHtml } from "../VitalPointTrainingOverlayHtml.js";
8
8
  import "react";
9
9
  import { jsx, jsxs } from "react/jsx-runtime";
10
10
  //#region src/components/screens/training/components/hud/TrainingRightHUD.tsx
@@ -88,6 +88,6 @@ var TrainingRightHUD = ({ width, height, isMobile = false, positionScale, traini
88
88
  });
89
89
  };
90
90
  //#endregion
91
- export { TrainingRightHUD as default };
91
+ export { TrainingRightHUD, TrainingRightHUD as default };
92
92
 
93
93
  //# sourceMappingURL=TrainingRightHUD.js.map
@@ -2,7 +2,7 @@ import { BORDERS, BORDER_RADIUS, GRADIENTS, HIERARCHY, HUD_STYLE, SPACING, SPACI
2
2
  import { TRAINING_TOP_HUD_HEIGHT_PERCENT } from "../../../../../types/constants/layout.js";
3
3
  import { getHUDHeight } from "../../../../../utils/responsiveLayout.js";
4
4
  import { ArchetypeSelectionButtons, ReturnToMenuButton } from "../TrainingButtonsOverlayHtml.js";
5
- import TrainingControlsOverlayHtml from "../TrainingControlsOverlayHtml.js";
5
+ import { TrainingControlsOverlayHtml } from "../TrainingControlsOverlayHtml.js";
6
6
  import React from "react";
7
7
  import { jsx, jsxs } from "react/jsx-runtime";
8
8
  //#region src/components/screens/training/components/hud/TrainingTopHUD.tsx
@@ -182,6 +182,6 @@ var TrainingTopHUD = ({ width, height, isMobile, positionScale, isTraining, onSt
182
182
  });
183
183
  };
184
184
  //#endregion
185
- export { TrainingTopHUD as default };
185
+ export { TrainingTopHUD, TrainingTopHUD as default };
186
186
 
187
187
  //# sourceMappingURL=TrainingTopHUD.js.map
@@ -1,4 +1,4 @@
1
- import AttackMovementPhysics from "../../../../systems/physics/AttackMovementPhysics.js";
1
+ import { AttackMovementPhysics } from "../../../../systems/physics/AttackMovementPhysics.js";
2
2
  import { useEffect, useRef, useState } from "react";
3
3
  import * as THREE from "three";
4
4
  //#region src/components/screens/training/hooks/useAttackMovement.ts
@@ -112,6 +112,6 @@ function useAttackMovement(config) {
112
112
  };
113
113
  }
114
114
  //#endregion
115
- export { useAttackMovement as default };
115
+ export { useAttackMovement as default, useAttackMovement };
116
116
 
117
117
  //# sourceMappingURL=useAttackMovement.js.map
@@ -279,6 +279,6 @@ function useTrainingActions(config) {
279
279
  };
280
280
  }
281
281
  //#endregion
282
- export { useTrainingActions as default };
282
+ export { useTrainingActions as default, useTrainingActions };
283
283
 
284
284
  //# sourceMappingURL=useTrainingActions.js.map
@@ -339,6 +339,6 @@ function useTrainingState() {
339
339
  };
340
340
  }
341
341
  //#endregion
342
- export { useTrainingState as default };
342
+ export { useTrainingState as default, useTrainingState };
343
343
 
344
344
  //# sourceMappingURL=useTrainingState.js.map
@@ -265,6 +265,6 @@ function triggerOptimizedHaptic(intensity) {
265
265
  return HapticController.getInstance().trigger(intensity);
266
266
  }
267
267
  //#endregion
268
- export { triggerOptimizedHaptic };
268
+ export { HapticController, triggerOptimizedHaptic };
269
269
 
270
270
  //# sourceMappingURL=HapticController.js.map
@@ -317,6 +317,6 @@ var MobileControlsOverlay = React.memo(({ onMove, onAttack, onBlock, disabled =
317
317
  });
318
318
  MobileControlsOverlay.displayName = "MobileControlsOverlay";
319
319
  //#endregion
320
- export { MobileControlsOverlay as default };
320
+ export { MobileControlsOverlay, MobileControlsOverlay as default };
321
321
 
322
322
  //# sourceMappingURL=MobileControlsPure.js.map
@@ -388,6 +388,6 @@ var BodySurface = ({ boneName, archetype, physicalAttributes, cameraDistance = 1
388
388
  }, `body-surface-${boneName}-${index}`)) });
389
389
  };
390
390
  //#endregion
391
- export { BodySurface as default };
391
+ export { BodySurface, BodySurface as default };
392
392
 
393
393
  //# sourceMappingURL=BodySurface.js.map
@@ -535,6 +535,6 @@ var BoneMuscles = ({ boneName, muscleStates, isExhausted, physicalAttributes })
535
535
  }) });
536
536
  };
537
537
  //#endregion
538
- export { BoneMuscles as default };
538
+ export { BONE_MUSCLE_MAP, BoneAttachedMuscle, BoneMuscles, BoneMuscles as default, calculateFatLayerOpacity, calculateFatLayerThickness, calculateMuscleScaleFactor };
539
539
 
540
540
  //# sourceMappingURL=BoneAttachedMuscles.js.map
@@ -340,6 +340,6 @@ var BoneClothing = ({ boneName, archetype, physicalAttributes }) => {
340
340
  }, attachment.itemId)) });
341
341
  };
342
342
  //#endregion
343
- export { BoneClothing as default };
343
+ export { BoneClothing, BoneClothing as default };
344
344
 
345
345
  //# sourceMappingURL=BoneClothing.js.map
@@ -1,12 +1,12 @@
1
1
  import { KOREAN_COLORS } from "../../../../types/constants/colors.js";
2
2
  import { DEFAULT_FACIAL_DAMAGE } from "../../../../types/facial.js";
3
3
  import { BASE_BONE_RADIUS_RATIO, calculateBoneThickness } from "../../../../constants/bodyRenderingConstants.js";
4
- import BoneMuscles from "./BoneAttachedMuscles.js";
5
- import BoneClothing from "./BoneClothing.js";
6
- import BodySurface from "./BodySurface.js";
7
- import Face3D from "./Face3D.js";
8
- import Foot3D from "./Foot3D.js";
9
- import Hand3D from "./Hand3D.js";
4
+ import { BoneMuscles } from "./BoneAttachedMuscles.js";
5
+ import { BoneClothing } from "./BoneClothing.js";
6
+ import { BodySurface } from "./BodySurface.js";
7
+ import { Face3D } from "./Face3D.js";
8
+ import { Foot3D } from "./Foot3D.js";
9
+ import { Hand3D } from "./Hand3D.js";
10
10
  import { useMemo, useRef } from "react";
11
11
  import { jsx, jsxs } from "react/jsx-runtime";
12
12
  import { useFrame } from "@react-three/fiber";
@@ -260,6 +260,6 @@ var BoneRenderer = ({ rig, color = KOREAN_COLORS.ACCENT_RED, showBones = true, r
260
260
  });
261
261
  };
262
262
  //#endregion
263
- export { BoneRenderer as default };
263
+ export { BoneRenderer, BoneRenderer as default };
264
264
 
265
265
  //# sourceMappingURL=BoneRenderer.js.map
@@ -420,6 +420,6 @@ var Face3D = ({ expression, damage, opponentPosition, headRotation, enableEyeTra
420
420
  });
421
421
  };
422
422
  //#endregion
423
- export { Face3D as default };
423
+ export { Face3D, Face3D as default };
424
424
 
425
425
  //# sourceMappingURL=Face3D.js.map