@elizaos/app-core 2.0.0-alpha.74 → 2.0.0-alpha.76
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/App.d.ts.map +1 -0
- package/{dist/App.js → App.js} +3 -3
- package/{dist/components → components}/AdvancedPageView.d.ts.map +1 -1
- package/{dist/components → components}/AdvancedPageView.js +0 -10
- package/{dist/components → components}/CharacterView.d.ts.map +1 -1
- package/components/CharacterView.js +685 -0
- package/{dist/components → components}/ChatComposer.d.ts.map +1 -1
- package/{dist/components → components}/ChatComposer.js +4 -4
- package/{dist/components → components}/ChatView.d.ts.map +1 -1
- package/{dist/components → components}/ChatView.js +15 -0
- package/{dist/components → components}/CompanionView.js +1 -1
- package/{dist/components → components}/ConfigPageView.js +1 -1
- package/{dist/components → components}/ElizaCloudDashboard.js +1 -1
- package/{dist/components → components}/FlaminaGuide.js +1 -1
- package/{dist/components → components}/OnboardingWizard.d.ts.map +1 -1
- package/{dist/components → components}/OnboardingWizard.js +3 -2
- package/{dist/components → components}/PluginsView.d.ts.map +1 -1
- package/{dist/components → components}/PluginsView.js +1 -5
- package/{dist/components → components}/avatar/VrmEngine.d.ts +13 -0
- package/{dist/components → components}/avatar/VrmEngine.d.ts.map +1 -1
- package/{dist/components → components}/avatar/VrmEngine.js +66 -0
- package/{dist/components → components}/avatar/VrmViewer.d.ts +15 -0
- package/{dist/components → components}/avatar/VrmViewer.d.ts.map +1 -1
- package/{dist/components → components}/avatar/VrmViewer.js +56 -1
- package/{src/components/index.ts → components/index.d.ts} +1 -1
- package/{dist/components → components}/index.d.ts.map +1 -1
- package/{dist/components → components}/index.js +0 -1
- package/{dist/components → components}/onboarding/ConnectionStep.d.ts.map +1 -1
- package/{dist/components → components}/onboarding/ConnectionStep.js +12 -7
- package/{dist/components → components}/permissions/StreamingPermissions.d.ts.map +1 -1
- package/{dist/components → components}/permissions/StreamingPermissions.js +1 -1
- package/{dist/components → components}/ui-switch.js +4 -4
- package/{dist/i18n → i18n}/locales/en.json +45 -1
- package/{src/i18n → i18n}/locales/es.json +41 -0
- package/{dist/i18n → i18n}/locales/ko.json +41 -0
- package/{dist/i18n → i18n}/locales/pt.json +41 -0
- package/{dist/i18n → i18n}/locales/zh-CN.json +41 -0
- package/package.json +143 -53
- package/{dist/state → state}/AppContext.d.ts.map +1 -1
- package/{dist/state → state}/AppContext.js +38 -16
- package/{dist/styles → styles}/anime.css +1 -4
- package/{dist/styles → styles}/onboarding-game.css +125 -9
- package/.turbo/turbo-build.log +0 -2
- package/.turbo/turbo-lint$colon$check.log +0 -2
- package/.turbo/turbo-typecheck.log +0 -1
- package/dist/App.d.ts.map +0 -1
- package/dist/components/CharacterView.js +0 -719
- package/dist/components/MiladyBar.d.ts +0 -2
- package/dist/components/MiladyBar.d.ts.map +0 -1
- package/dist/components/MiladyBar.js +0 -50
- package/dist/components/MiladyBarSettings.d.ts +0 -2
- package/dist/components/MiladyBarSettings.d.ts.map +0 -1
- package/dist/components/MiladyBarSettings.js +0 -513
- package/dist/components/SecurityPageView.d.ts +0 -2
- package/dist/components/SecurityPageView.d.ts.map +0 -1
- package/dist/components/SecurityPageView.js +0 -81
- package/dist/components/index.d.ts +0 -97
- package/dist/components/milady-bar/CloudCreditsChip.d.ts +0 -2
- package/dist/components/milady-bar/CloudCreditsChip.d.ts.map +0 -1
- package/dist/components/milady-bar/CloudCreditsChip.js +0 -25
- package/dist/components/milady-bar/ProviderDropdown.d.ts +0 -13
- package/dist/components/milady-bar/ProviderDropdown.d.ts.map +0 -1
- package/dist/components/milady-bar/ProviderDropdown.js +0 -68
- package/dist/components/milady-bar/WalletSummary.d.ts +0 -2
- package/dist/components/milady-bar/WalletSummary.d.ts.map +0 -1
- package/dist/components/milady-bar/WalletSummary.js +0 -37
- package/dist/components/milady-bar/index.d.ts +0 -4
- package/dist/components/milady-bar/index.d.ts.map +0 -1
- package/dist/components/milady-bar/index.js +0 -3
- package/dist/hooks/useMiladyBar.d.ts +0 -2
- package/dist/hooks/useMiladyBar.d.ts.map +0 -1
- package/dist/hooks/useMiladyBar.js +0 -472
- package/dist/i18n/locales/es.json +0 -1195
- package/dist/package.json +0 -180
- package/src/App.tsx +0 -504
- package/src/actions/character.test.ts +0 -139
- package/src/actions/character.ts +0 -334
- package/src/actions/chat-helpers.ts +0 -100
- package/src/actions/cloud.ts +0 -59
- package/src/actions/index.ts +0 -12
- package/src/actions/lifecycle.ts +0 -175
- package/src/actions/onboarding.ts +0 -38
- package/src/actions/triggers.ts +0 -190
- package/src/ambient.d.ts +0 -33
- package/src/api/client.ts +0 -5659
- package/src/api/index.ts +0 -1
- package/src/autonomy/index.ts +0 -477
- package/src/bridge/capacitor-bridge.ts +0 -295
- package/src/bridge/electrobun-rpc.ts +0 -78
- package/src/bridge/electrobun-runtime.ts +0 -28
- package/src/bridge/index.ts +0 -5
- package/src/bridge/native-plugins.ts +0 -138
- package/src/bridge/plugin-bridge.ts +0 -352
- package/src/bridge/storage-bridge.ts +0 -162
- package/src/chat/index.ts +0 -250
- package/src/coding/index.ts +0 -43
- package/src/components/AdvancedPageView.tsx +0 -382
- package/src/components/AgentActivityBox.tsx +0 -49
- package/src/components/ApiKeyConfig.tsx +0 -222
- package/src/components/AppsPageView.tsx +0 -52
- package/src/components/AppsView.tsx +0 -293
- package/src/components/AvatarLoader.tsx +0 -104
- package/src/components/AvatarSelector.tsx +0 -223
- package/src/components/BscTradePanel.tsx +0 -549
- package/src/components/BugReportModal.tsx +0 -499
- package/src/components/CharacterRoster.tsx +0 -143
- package/src/components/CharacterView.tsx +0 -1575
- package/src/components/ChatAvatar.test.ts +0 -97
- package/src/components/ChatAvatar.tsx +0 -147
- package/src/components/ChatComposer.tsx +0 -330
- package/src/components/ChatMessage.tsx +0 -448
- package/src/components/ChatModalView.test.tsx +0 -118
- package/src/components/ChatModalView.tsx +0 -125
- package/src/components/ChatView.tsx +0 -992
- package/src/components/CloudOnboarding.tsx +0 -81
- package/src/components/CloudSourceControls.tsx +0 -85
- package/src/components/CodingAgentSettingsSection.tsx +0 -537
- package/src/components/CommandPalette.tsx +0 -284
- package/src/components/CompanionSceneHost.tsx +0 -517
- package/src/components/CompanionShell.tsx +0 -31
- package/src/components/CompanionView.tsx +0 -110
- package/src/components/ConfigPageView.tsx +0 -763
- package/src/components/ConfigSaveFooter.tsx +0 -41
- package/src/components/ConfirmModal.tsx +0 -379
- package/src/components/ConnectionFailedBanner.tsx +0 -91
- package/src/components/ConnectorsPageView.tsx +0 -13
- package/src/components/ConversationsSidebar.tsx +0 -279
- package/src/components/CustomActionEditor.tsx +0 -1127
- package/src/components/CustomActionsPanel.tsx +0 -288
- package/src/components/CustomActionsView.tsx +0 -325
- package/src/components/DatabasePageView.tsx +0 -55
- package/src/components/DatabaseView.tsx +0 -814
- package/src/components/ElizaCloudDashboard.tsx +0 -1696
- package/src/components/EmotePicker.tsx +0 -529
- package/src/components/ErrorBoundary.tsx +0 -76
- package/src/components/FineTuningView.tsx +0 -1080
- package/src/components/FlaminaGuide.test.tsx +0 -61
- package/src/components/FlaminaGuide.tsx +0 -212
- package/src/components/GameView.tsx +0 -551
- package/src/components/GameViewOverlay.tsx +0 -133
- package/src/components/GlobalEmoteOverlay.tsx +0 -152
- package/src/components/Header.test.tsx +0 -413
- package/src/components/Header.tsx +0 -400
- package/src/components/HeartbeatsView.tsx +0 -1003
- package/src/components/InventoryView.tsx +0 -393
- package/src/components/KnowledgeView.tsx +0 -1128
- package/src/components/LanguageDropdown.tsx +0 -192
- package/src/components/LifoMonitorPanel.tsx +0 -196
- package/src/components/LifoSandboxView.tsx +0 -499
- package/src/components/LoadingScreen.tsx +0 -112
- package/src/components/LogsPageView.tsx +0 -17
- package/src/components/LogsView.tsx +0 -239
- package/src/components/MediaGalleryView.tsx +0 -431
- package/src/components/MediaSettingsSection.tsx +0 -893
- package/src/components/MessageContent.tsx +0 -815
- package/src/components/MiladyBar.tsx +0 -103
- package/src/components/MiladyBarSettings.tsx +0 -872
- package/src/components/OnboardingWizard.test.tsx +0 -104
- package/src/components/OnboardingWizard.tsx +0 -249
- package/src/components/PairingView.tsx +0 -109
- package/src/components/PermissionsSection.tsx +0 -1184
- package/src/components/PluginsPageView.tsx +0 -9
- package/src/components/PluginsView.tsx +0 -3129
- package/src/components/ProviderSwitcher.tsx +0 -903
- package/src/components/RestartBanner.tsx +0 -76
- package/src/components/RuntimeView.tsx +0 -460
- package/src/components/SaveCommandModal.tsx +0 -211
- package/src/components/SecretsView.tsx +0 -569
- package/src/components/SecurityPageView.tsx +0 -242
- package/src/components/SettingsView.tsx +0 -825
- package/src/components/ShellOverlays.tsx +0 -41
- package/src/components/ShortcutsOverlay.tsx +0 -155
- package/src/components/SkillsView.tsx +0 -1435
- package/src/components/StartupFailureView.tsx +0 -63
- package/src/components/StreamView.tsx +0 -481
- package/src/components/StripeEmbeddedCheckout.tsx +0 -155
- package/src/components/SubscriptionStatus.tsx +0 -640
- package/src/components/SystemWarningBanner.tsx +0 -71
- package/src/components/ThemeToggle.tsx +0 -103
- package/src/components/TrajectoriesView.tsx +0 -526
- package/src/components/TrajectoryDetailView.tsx +0 -426
- package/src/components/TriggersView.tsx +0 -1
- package/src/components/VectorBrowserView.tsx +0 -1633
- package/src/components/VoiceConfigView.tsx +0 -674
- package/src/components/VrmStage.test.ts +0 -176
- package/src/components/VrmStage.tsx +0 -309
- package/src/components/WhatsAppQrOverlay.tsx +0 -230
- package/src/components/__tests__/chainConfig.test.ts +0 -220
- package/src/components/apps/AppDetailPane.tsx +0 -242
- package/src/components/apps/AppsCatalogGrid.tsx +0 -137
- package/src/components/apps/extensions/registry.ts +0 -13
- package/src/components/apps/extensions/types.ts +0 -9
- package/src/components/apps/helpers.ts +0 -43
- package/src/components/avatar/VrmAnimationLoader.test.ts +0 -164
- package/src/components/avatar/VrmAnimationLoader.ts +0 -151
- package/src/components/avatar/VrmBlinkController.ts +0 -118
- package/src/components/avatar/VrmCameraManager.ts +0 -407
- package/src/components/avatar/VrmEngine.ts +0 -2767
- package/src/components/avatar/VrmFootShadow.ts +0 -96
- package/src/components/avatar/VrmViewer.tsx +0 -421
- package/src/components/avatar/__tests__/VrmCameraManager.test.ts +0 -168
- package/src/components/avatar/__tests__/VrmEngine.test.ts +0 -1574
- package/src/components/avatar/mixamoVRMRigMap.ts +0 -62
- package/src/components/avatar/retargetMixamoFbxToVrm.ts +0 -144
- package/src/components/avatar/retargetMixamoGltfToVrm.ts +0 -119
- package/src/components/chainConfig.ts +0 -400
- package/src/components/companion/CompanionHeader.tsx +0 -50
- package/src/components/companion/CompanionSceneHost.tsx +0 -5
- package/src/components/companion/VrmStage.tsx +0 -2
- package/src/components/companion/__tests__/walletUtils.test.ts +0 -742
- package/src/components/companion/index.ts +0 -18
- package/src/components/companion/walletUtils.ts +0 -290
- package/src/components/companion-shell-styles.test.ts +0 -142
- package/src/components/companion-shell-styles.ts +0 -270
- package/src/components/confirm-delete-control.tsx +0 -69
- package/src/components/conversations/ConversationListItem.tsx +0 -185
- package/src/components/conversations/conversation-utils.ts +0 -151
- package/src/components/format.ts +0 -131
- package/src/components/inventory/CopyableAddress.tsx +0 -41
- package/src/components/inventory/InventoryToolbar.tsx +0 -142
- package/src/components/inventory/NftGrid.tsx +0 -99
- package/src/components/inventory/TokenLogo.tsx +0 -71
- package/src/components/inventory/TokensTable.tsx +0 -216
- package/src/components/inventory/constants.ts +0 -170
- package/src/components/inventory/index.ts +0 -29
- package/src/components/inventory/media-url.test.ts +0 -38
- package/src/components/inventory/media-url.ts +0 -36
- package/src/components/inventory/useInventoryData.ts +0 -460
- package/src/components/knowledge-upload-image.ts +0 -215
- package/src/components/labels.ts +0 -46
- package/src/components/milady-bar/CloudCreditsChip.tsx +0 -61
- package/src/components/milady-bar/ProviderDropdown.tsx +0 -166
- package/src/components/milady-bar/WalletSummary.tsx +0 -61
- package/src/components/milady-bar/index.ts +0 -3
- package/src/components/onboarding/ActivateStep.tsx +0 -34
- package/src/components/onboarding/ConnectionStep.tsx +0 -1590
- package/src/components/onboarding/IdentityStep.tsx +0 -251
- package/src/components/onboarding/OnboardingPanel.tsx +0 -39
- package/src/components/onboarding/OnboardingStepNav.tsx +0 -41
- package/src/components/onboarding/PermissionsStep.tsx +0 -20
- package/src/components/onboarding/RpcStep.tsx +0 -402
- package/src/components/permissions/PermissionIcon.tsx +0 -25
- package/src/components/permissions/StreamingPermissions.tsx +0 -413
- package/src/components/plugins/showcase-data.ts +0 -481
- package/src/components/shared/ShellHeaderControls.tsx +0 -198
- package/src/components/shared-companion-scene-context.ts +0 -15
- package/src/components/skeletons.tsx +0 -88
- package/src/components/stream/ActivityFeed.tsx +0 -113
- package/src/components/stream/AvatarPip.tsx +0 -10
- package/src/components/stream/ChatContent.tsx +0 -126
- package/src/components/stream/ChatTicker.tsx +0 -55
- package/src/components/stream/IdleContent.tsx +0 -73
- package/src/components/stream/StatusBar.tsx +0 -463
- package/src/components/stream/StreamSettings.tsx +0 -506
- package/src/components/stream/StreamTerminal.tsx +0 -94
- package/src/components/stream/StreamVoiceConfig.tsx +0 -160
- package/src/components/stream/helpers.ts +0 -134
- package/src/components/stream/overlays/OverlayLayer.tsx +0 -75
- package/src/components/stream/overlays/built-in/ActionTickerWidget.tsx +0 -64
- package/src/components/stream/overlays/built-in/AlertPopupWidget.tsx +0 -87
- package/src/components/stream/overlays/built-in/BrandingWidget.tsx +0 -51
- package/src/components/stream/overlays/built-in/CustomHtmlWidget.tsx +0 -105
- package/src/components/stream/overlays/built-in/PeonGlassWidget.tsx +0 -265
- package/src/components/stream/overlays/built-in/PeonHudWidget.tsx +0 -247
- package/src/components/stream/overlays/built-in/PeonSakuraWidget.tsx +0 -278
- package/src/components/stream/overlays/built-in/ThoughtBubbleWidget.tsx +0 -77
- package/src/components/stream/overlays/built-in/ViewerCountWidget.tsx +0 -46
- package/src/components/stream/overlays/built-in/index.ts +0 -13
- package/src/components/stream/overlays/registry.ts +0 -22
- package/src/components/stream/overlays/types.ts +0 -90
- package/src/components/stream/overlays/useOverlayLayout.ts +0 -218
- package/src/components/trajectory-format.ts +0 -50
- package/src/components/ui-badges.tsx +0 -109
- package/src/components/ui-switch.tsx +0 -57
- package/src/components/vector-browser-three.ts +0 -29
- package/src/config/branding.ts +0 -67
- package/src/config/config-catalog.ts +0 -1092
- package/src/config/config-field.tsx +0 -1924
- package/src/config/config-renderer.tsx +0 -734
- package/src/config/index.ts +0 -12
- package/src/config/ui-renderer.tsx +0 -1751
- package/src/config/ui-spec.ts +0 -256
- package/src/events/index.ts +0 -96
- package/src/hooks/index.ts +0 -14
- package/src/hooks/useBugReport.tsx +0 -43
- package/src/hooks/useCanvasWindow.ts +0 -372
- package/src/hooks/useChatAvatarVoice.ts +0 -111
- package/src/hooks/useClickOutside.ts +0 -31
- package/src/hooks/useContextMenu.ts +0 -127
- package/src/hooks/useKeyboardShortcuts.ts +0 -86
- package/src/hooks/useLifoSync.ts +0 -143
- package/src/hooks/useMemoryMonitor.ts +0 -334
- package/src/hooks/useMiladyBar.ts +0 -594
- package/src/hooks/useRenderGuard.ts +0 -43
- package/src/hooks/useRetakeCapture.ts +0 -68
- package/src/hooks/useStreamPopoutNavigation.ts +0 -27
- package/src/hooks/useTimeout.ts +0 -37
- package/src/hooks/useVoiceChat.ts +0 -1442
- package/src/hooks/useWhatsAppPairing.ts +0 -123
- package/src/i18n/index.ts +0 -76
- package/src/i18n/locales/en.json +0 -1195
- package/src/i18n/locales/ko.json +0 -1195
- package/src/i18n/locales/pt.json +0 -1195
- package/src/i18n/locales/zh-CN.json +0 -1195
- package/src/i18n/messages.ts +0 -21
- package/src/index.ts +0 -6
- package/src/navigation/index.ts +0 -286
- package/src/navigation.test.ts +0 -189
- package/src/onboarding-config.test.ts +0 -104
- package/src/onboarding-config.ts +0 -122
- package/src/platform/browser-launch.test.ts +0 -94
- package/src/platform/browser-launch.ts +0 -149
- package/src/platform/index.ts +0 -58
- package/src/platform/init.ts +0 -238
- package/src/platform/lifo.ts +0 -225
- package/src/providers/index.ts +0 -108
- package/src/shell-params.test.ts +0 -48
- package/src/shell-params.ts +0 -36
- package/src/state/AppContext.tsx +0 -6415
- package/src/state/index.ts +0 -6
- package/src/state/internal.ts +0 -91
- package/src/state/onboarding-resume.test.ts +0 -135
- package/src/state/onboarding-resume.ts +0 -263
- package/src/state/parsers.test.ts +0 -124
- package/src/state/parsers.ts +0 -309
- package/src/state/persistence.ts +0 -379
- package/src/state/shell-routing.ts +0 -39
- package/src/state/types.ts +0 -724
- package/src/state/ui-preferences.ts +0 -3
- package/src/state/useApp.ts +0 -23
- package/src/state/vrm.ts +0 -108
- package/src/styles/anime.css +0 -6324
- package/src/styles/base.css +0 -213
- package/src/styles/onboarding-game.css +0 -976
- package/src/styles/styles.css +0 -2087
- package/src/styles/xterm.css +0 -241
- package/src/types/index.ts +0 -715
- package/src/types/react-test-renderer.d.ts +0 -45
- package/src/utils/asset-url.ts +0 -110
- package/src/utils/assistant-text.ts +0 -172
- package/src/utils/clipboard.ts +0 -41
- package/src/utils/desktop-dialogs.ts +0 -80
- package/src/utils/eliza-globals.ts +0 -44
- package/src/utils/index.ts +0 -7
- package/src/utils/number-parsing.ts +0 -125
- package/src/utils/openExternalUrl.ts +0 -20
- package/src/utils/spoken-text.ts +0 -65
- package/src/utils/streaming-text.ts +0 -120
- package/src/voice/index.ts +0 -1
- package/src/voice/types.ts +0 -197
- package/src/wallet-rpc.ts +0 -176
- package/test/app/AppContext.pty-sessions.test.tsx +0 -143
- package/test/app/MessageContent.test.tsx +0 -366
- package/test/app/PermissionsOnboarding.test.tsx +0 -358
- package/test/app/PermissionsSection.test.tsx +0 -575
- package/test/app/advanced-trajectory-fine-tuning.e2e.test.ts +0 -396
- package/test/app/agent-activity-box.test.tsx +0 -132
- package/test/app/agent-transfer-lock.test.ts +0 -279
- package/test/app/api-client-electrobun-fallback.test.ts +0 -139
- package/test/app/api-client-electron-fallback.test.ts +0 -139
- package/test/app/api-client-timeout.test.ts +0 -75
- package/test/app/api-client-ws.test.ts +0 -98
- package/test/app/api-client.ws-max-reconnect.test.ts +0 -139
- package/test/app/api-client.ws-reconnect.test.ts +0 -157
- package/test/app/app-context-autonomy-events.test.ts +0 -559
- package/test/app/apps-page-view.test.ts +0 -114
- package/test/app/apps-view.test.ts +0 -768
- package/test/app/autonomous-workflows.e2e.test.ts +0 -765
- package/test/app/autonomy-events.test.ts +0 -150
- package/test/app/avatar-selector.test.tsx +0 -52
- package/test/app/bsc-trade-panel.test.tsx +0 -134
- package/test/app/bug-report-modal.test.tsx +0 -353
- package/test/app/character-action-bar-visibility.test.ts +0 -70
- package/test/app/character-customization.e2e.test.ts +0 -1384
- package/test/app/character-save-journey.test.ts +0 -1245
- package/test/app/chat-advanced-features.e2e.test.ts +0 -706
- package/test/app/chat-composer.test.tsx +0 -181
- package/test/app/chat-journey.test.ts +0 -1075
- package/test/app/chat-language-header.test.ts +0 -64
- package/test/app/chat-message.test.tsx +0 -222
- package/test/app/chat-modal-view.test.tsx +0 -191
- package/test/app/chat-routine-filter.test.ts +0 -96
- package/test/app/chat-send-lock.test.ts +0 -1465
- package/test/app/chat-stream-api-client.test.tsx +0 -390
- package/test/app/chat-view-game-modal.test.tsx +0 -661
- package/test/app/chat-view.test.tsx +0 -877
- package/test/app/cloud-api.e2e.test.ts +0 -258
- package/test/app/cloud-login-flow.e2e.test.ts +0 -494
- package/test/app/cloud-login-lock.test.ts +0 -416
- package/test/app/command-palette.test.tsx +0 -184
- package/test/app/command-registry.test.ts +0 -75
- package/test/app/companion-greeting-wave.test.tsx +0 -431
- package/test/app/companion-scene-host.test.tsx +0 -85
- package/test/app/companion-stale-conversation.test.tsx +0 -447
- package/test/app/companion-view.test.tsx +0 -690
- package/test/app/confirm-delete-control.test.ts +0 -79
- package/test/app/confirm-modal.test.tsx +0 -219
- package/test/app/connection-mode-persistence.test.ts +0 -411
- package/test/app/connectors-ui.e2e.test.ts +0 -508
- package/test/app/conversations-sidebar-game-modal.test.tsx +0 -265
- package/test/app/conversations-sidebar.test.tsx +0 -185
- package/test/app/custom-actions-smoke.test.ts +0 -387
- package/test/app/custom-avatar-api-client.test.ts +0 -207
- package/test/app/desktop-utils.test.ts +0 -145
- package/test/app/electrobun-rpc-bridge.test.ts +0 -83
- package/test/app/events.test.ts +0 -88
- package/test/app/export-import-flows.e2e.test.ts +0 -700
- package/test/app/fine-tuning-view.test.ts +0 -471
- package/test/app/game-view-auth-session.test.tsx +0 -187
- package/test/app/game-view.test.ts +0 -444
- package/test/app/global-emote-overlay.test.tsx +0 -106
- package/test/app/header-status.test.tsx +0 -149
- package/test/app/i18n.test.ts +0 -152
- package/test/app/inventory-bsc-view.test.ts +0 -940
- package/test/app/knowledge-ui.e2e.test.ts +0 -762
- package/test/app/knowledge-upload-helpers.test.ts +0 -124
- package/test/app/lifecycle-lock.test.ts +0 -267
- package/test/app/lifo-popout-utils.test.ts +0 -208
- package/test/app/lifo-safe-endpoint.test.ts +0 -34
- package/test/app/loading-screen.test.tsx +0 -45
- package/test/app/memory-monitor.test.ts +0 -331
- package/test/app/milady-bar-regression.test.tsx +0 -519
- package/test/app/milady-bar-settings.test.tsx +0 -1056
- package/test/app/milady-bar.test.tsx +0 -583
- package/test/app/navigation.test.tsx +0 -22
- package/test/app/onboarding-e2e-journey.test.ts +0 -1391
- package/test/app/onboarding-finish-lock.test.ts +0 -676
- package/test/app/onboarding-language.test.tsx +0 -160
- package/test/app/onboarding-steps.test.tsx +0 -376
- package/test/app/open-external-url.test.ts +0 -65
- package/test/app/pages-navigation-smoke.e2e.test.ts +0 -646
- package/test/app/pairing-lock.test.ts +0 -260
- package/test/app/pairing-view.test.tsx +0 -74
- package/test/app/permissions-section.test.ts +0 -432
- package/test/app/plugin-bridge.test.ts +0 -109
- package/test/app/plugins-ui.e2e.test.ts +0 -605
- package/test/app/plugins-view-game-modal.test.tsx +0 -686
- package/test/app/plugins-view-toggle-restart.test.ts +0 -129
- package/test/app/provider-dropdown-default.test.tsx +0 -300
- package/test/app/restart-banner.test.tsx +0 -205
- package/test/app/retake-capture.test.ts +0 -84
- package/test/app/sandbox-api-client.test.ts +0 -108
- package/test/app/save-command-modal.test.tsx +0 -109
- package/test/app/secrets-view.test.tsx +0 -92
- package/test/app/settings-control-styles.test.tsx +0 -142
- package/test/app/settings-reset.e2e.test.ts +0 -726
- package/test/app/settings-sections.e2e.test.ts +0 -614
- package/test/app/shared-format.test.ts +0 -44
- package/test/app/shared-switch.test.ts +0 -69
- package/test/app/shell-mode-switching.e2e.test.ts +0 -841
- package/test/app/shell-mode-tab-memory.test.tsx +0 -58
- package/test/app/shell-overlays.test.tsx +0 -50
- package/test/app/shortcuts-overlay.test.tsx +0 -111
- package/test/app/sse-interruption.test.ts +0 -122
- package/test/app/startup-asset-missing.e2e.test.ts +0 -126
- package/test/app/startup-backend-missing.e2e.test.ts +0 -126
- package/test/app/startup-chat.e2e.test.ts +0 -323
- package/test/app/startup-conversation-restore.test.tsx +0 -381
- package/test/app/startup-failure-view.test.tsx +0 -103
- package/test/app/startup-onboarding.e2e.test.ts +0 -712
- package/test/app/startup-timeout.test.tsx +0 -80
- package/test/app/startup-token-401.e2e.test.ts +0 -103
- package/test/app/stream-helpers.test.ts +0 -46
- package/test/app/stream-popout-navigation.test.tsx +0 -41
- package/test/app/stream-status-bar.test.tsx +0 -89
- package/test/app/theme-toggle.test.tsx +0 -40
- package/test/app/training-api-client.test.ts +0 -128
- package/test/app/trajectories-view.test.tsx +0 -220
- package/test/app/triggers-api-client.test.ts +0 -77
- package/test/app/triggers-navigation.test.ts +0 -113
- package/test/app/triggers-view.e2e.test.ts +0 -675
- package/test/app/update-channel-lock.test.ts +0 -259
- package/test/app/vector-browser.async-cleanup.test.tsx +0 -367
- package/test/app/vector-browser.e2e.test.ts +0 -653
- package/test/app/vrm-stage.test.tsx +0 -351
- package/test/app/vrm-viewer.test.tsx +0 -298
- package/test/app/wallet-api-save-lock.test.ts +0 -299
- package/test/app/wallet-hooks.test.ts +0 -405
- package/test/app/wallet-ui-flows.e2e.test.ts +0 -556
- package/test/avatar/asset-url.test.ts +0 -90
- package/test/avatar/avatar-selector.test.ts +0 -173
- package/test/avatar/mixamo-vrm-rig-map.test.ts +0 -111
- package/test/avatar/voice-chat-streaming-text.test.ts +0 -96
- package/test/avatar/voice-chat.test.ts +0 -391
- package/test/browser-extension/README.md +0 -138
- package/test/browser-extension/test-harness.ts +0 -499
- package/test/capacitor-plugins.e2e.test.ts +0 -168
- package/test/test-types.ts +0 -5
- package/test/ui/command-palette-commands.test.ts +0 -57
- package/test/ui/ui-renderer.test.ts +0 -39
- package/test/utils/assistant-text.test.ts +0 -68
- package/test/utils/eliza-globals.test.ts +0 -59
- package/test/utils/package-exports.test.ts +0 -70
- package/test/utils/streaming-text.test.ts +0 -89
- package/tsconfig.build.json +0 -19
- package/tsconfig.json +0 -20
- package/tsconfig.typecheck.json +0 -12
- /package/{dist/App.d.ts → App.d.ts} +0 -0
- /package/{dist/actions → actions}/character.d.ts +0 -0
- /package/{dist/actions → actions}/character.d.ts.map +0 -0
- /package/{dist/actions → actions}/character.js +0 -0
- /package/{dist/actions → actions}/chat-helpers.d.ts +0 -0
- /package/{dist/actions → actions}/chat-helpers.d.ts.map +0 -0
- /package/{dist/actions → actions}/chat-helpers.js +0 -0
- /package/{dist/actions → actions}/cloud.d.ts +0 -0
- /package/{dist/actions → actions}/cloud.d.ts.map +0 -0
- /package/{dist/actions → actions}/cloud.js +0 -0
- /package/{dist/actions → actions}/index.d.ts +0 -0
- /package/{dist/actions → actions}/index.d.ts.map +0 -0
- /package/{dist/actions → actions}/index.js +0 -0
- /package/{dist/actions → actions}/lifecycle.d.ts +0 -0
- /package/{dist/actions → actions}/lifecycle.d.ts.map +0 -0
- /package/{dist/actions → actions}/lifecycle.js +0 -0
- /package/{dist/actions → actions}/onboarding.d.ts +0 -0
- /package/{dist/actions → actions}/onboarding.d.ts.map +0 -0
- /package/{dist/actions → actions}/onboarding.js +0 -0
- /package/{dist/actions → actions}/triggers.d.ts +0 -0
- /package/{dist/actions → actions}/triggers.d.ts.map +0 -0
- /package/{dist/actions → actions}/triggers.js +0 -0
- /package/{dist/api → api}/client.d.ts +0 -0
- /package/{dist/api → api}/client.d.ts.map +0 -0
- /package/{dist/api → api}/client.js +0 -0
- /package/{dist/api → api}/index.d.ts +0 -0
- /package/{dist/api → api}/index.d.ts.map +0 -0
- /package/{dist/api → api}/index.js +0 -0
- /package/{dist/autonomy → autonomy}/index.d.ts +0 -0
- /package/{dist/autonomy → autonomy}/index.d.ts.map +0 -0
- /package/{dist/autonomy → autonomy}/index.js +0 -0
- /package/{dist/bridge → bridge}/capacitor-bridge.d.ts +0 -0
- /package/{dist/bridge → bridge}/capacitor-bridge.d.ts.map +0 -0
- /package/{dist/bridge → bridge}/capacitor-bridge.js +0 -0
- /package/{dist/bridge → bridge}/electrobun-rpc.d.ts +0 -0
- /package/{dist/bridge → bridge}/electrobun-rpc.d.ts.map +0 -0
- /package/{dist/bridge → bridge}/electrobun-rpc.js +0 -0
- /package/{dist/bridge → bridge}/electrobun-runtime.d.ts +0 -0
- /package/{dist/bridge → bridge}/electrobun-runtime.d.ts.map +0 -0
- /package/{dist/bridge → bridge}/electrobun-runtime.js +0 -0
- /package/{dist/bridge → bridge}/index.d.ts +0 -0
- /package/{dist/bridge → bridge}/index.d.ts.map +0 -0
- /package/{dist/bridge → bridge}/index.js +0 -0
- /package/{dist/bridge → bridge}/native-plugins.d.ts +0 -0
- /package/{dist/bridge → bridge}/native-plugins.d.ts.map +0 -0
- /package/{dist/bridge → bridge}/native-plugins.js +0 -0
- /package/{dist/bridge → bridge}/plugin-bridge.d.ts +0 -0
- /package/{dist/bridge → bridge}/plugin-bridge.d.ts.map +0 -0
- /package/{dist/bridge → bridge}/plugin-bridge.js +0 -0
- /package/{dist/bridge → bridge}/storage-bridge.d.ts +0 -0
- /package/{dist/bridge → bridge}/storage-bridge.d.ts.map +0 -0
- /package/{dist/bridge → bridge}/storage-bridge.js +0 -0
- /package/{dist/chat → chat}/index.d.ts +0 -0
- /package/{dist/chat → chat}/index.d.ts.map +0 -0
- /package/{dist/chat → chat}/index.js +0 -0
- /package/{dist/coding → coding}/index.d.ts +0 -0
- /package/{dist/coding → coding}/index.d.ts.map +0 -0
- /package/{dist/coding → coding}/index.js +0 -0
- /package/{dist/components → components}/AdvancedPageView.d.ts +0 -0
- /package/{dist/components → components}/AgentActivityBox.d.ts +0 -0
- /package/{dist/components → components}/AgentActivityBox.d.ts.map +0 -0
- /package/{dist/components → components}/AgentActivityBox.js +0 -0
- /package/{dist/components → components}/ApiKeyConfig.d.ts +0 -0
- /package/{dist/components → components}/ApiKeyConfig.d.ts.map +0 -0
- /package/{dist/components → components}/ApiKeyConfig.js +0 -0
- /package/{dist/components → components}/AppsPageView.d.ts +0 -0
- /package/{dist/components → components}/AppsPageView.d.ts.map +0 -0
- /package/{dist/components → components}/AppsPageView.js +0 -0
- /package/{dist/components → components}/AppsView.d.ts +0 -0
- /package/{dist/components → components}/AppsView.d.ts.map +0 -0
- /package/{dist/components → components}/AppsView.js +0 -0
- /package/{dist/components → components}/AvatarLoader.d.ts +0 -0
- /package/{dist/components → components}/AvatarLoader.d.ts.map +0 -0
- /package/{dist/components → components}/AvatarLoader.js +0 -0
- /package/{dist/components → components}/AvatarSelector.d.ts +0 -0
- /package/{dist/components → components}/AvatarSelector.d.ts.map +0 -0
- /package/{dist/components → components}/AvatarSelector.js +0 -0
- /package/{dist/components → components}/BscTradePanel.d.ts +0 -0
- /package/{dist/components → components}/BscTradePanel.d.ts.map +0 -0
- /package/{dist/components → components}/BscTradePanel.js +0 -0
- /package/{dist/components → components}/BugReportModal.d.ts +0 -0
- /package/{dist/components → components}/BugReportModal.d.ts.map +0 -0
- /package/{dist/components → components}/BugReportModal.js +0 -0
- /package/{dist/components → components}/CharacterRoster.d.ts +0 -0
- /package/{dist/components → components}/CharacterRoster.d.ts.map +0 -0
- /package/{dist/components → components}/CharacterRoster.js +0 -0
- /package/{dist/components → components}/CharacterView.d.ts +0 -0
- /package/{dist/components → components}/ChatAvatar.d.ts +0 -0
- /package/{dist/components → components}/ChatAvatar.d.ts.map +0 -0
- /package/{dist/components → components}/ChatAvatar.js +0 -0
- /package/{dist/components → components}/ChatComposer.d.ts +0 -0
- /package/{dist/components → components}/ChatMessage.d.ts +0 -0
- /package/{dist/components → components}/ChatMessage.d.ts.map +0 -0
- /package/{dist/components → components}/ChatMessage.js +0 -0
- /package/{dist/components → components}/ChatModalView.d.ts +0 -0
- /package/{dist/components → components}/ChatModalView.d.ts.map +0 -0
- /package/{dist/components → components}/ChatModalView.js +0 -0
- /package/{dist/components → components}/ChatView.d.ts +0 -0
- /package/{dist/components → components}/CloudOnboarding.d.ts +0 -0
- /package/{dist/components → components}/CloudOnboarding.d.ts.map +0 -0
- /package/{dist/components → components}/CloudOnboarding.js +0 -0
- /package/{dist/components → components}/CloudSourceControls.d.ts +0 -0
- /package/{dist/components → components}/CloudSourceControls.d.ts.map +0 -0
- /package/{dist/components → components}/CloudSourceControls.js +0 -0
- /package/{dist/components → components}/CodingAgentSettingsSection.d.ts +0 -0
- /package/{dist/components → components}/CodingAgentSettingsSection.d.ts.map +0 -0
- /package/{dist/components → components}/CodingAgentSettingsSection.js +0 -0
- /package/{dist/components → components}/CommandPalette.d.ts +0 -0
- /package/{dist/components → components}/CommandPalette.d.ts.map +0 -0
- /package/{dist/components → components}/CommandPalette.js +0 -0
- /package/{dist/components → components}/CompanionSceneHost.d.ts +0 -0
- /package/{dist/components → components}/CompanionSceneHost.d.ts.map +0 -0
- /package/{dist/components → components}/CompanionSceneHost.js +0 -0
- /package/{dist/components → components}/CompanionShell.d.ts +0 -0
- /package/{dist/components → components}/CompanionShell.d.ts.map +0 -0
- /package/{dist/components → components}/CompanionShell.js +0 -0
- /package/{dist/components → components}/CompanionView.d.ts +0 -0
- /package/{dist/components → components}/CompanionView.d.ts.map +0 -0
- /package/{dist/components → components}/ConfigPageView.d.ts +0 -0
- /package/{dist/components → components}/ConfigPageView.d.ts.map +0 -0
- /package/{dist/components → components}/ConfigSaveFooter.d.ts +0 -0
- /package/{dist/components → components}/ConfigSaveFooter.d.ts.map +0 -0
- /package/{dist/components → components}/ConfigSaveFooter.js +0 -0
- /package/{dist/components → components}/ConfirmModal.d.ts +0 -0
- /package/{dist/components → components}/ConfirmModal.d.ts.map +0 -0
- /package/{dist/components → components}/ConfirmModal.js +0 -0
- /package/{dist/components → components}/ConnectionFailedBanner.d.ts +0 -0
- /package/{dist/components → components}/ConnectionFailedBanner.d.ts.map +0 -0
- /package/{dist/components → components}/ConnectionFailedBanner.js +0 -0
- /package/{dist/components → components}/ConnectorsPageView.d.ts +0 -0
- /package/{dist/components → components}/ConnectorsPageView.d.ts.map +0 -0
- /package/{dist/components → components}/ConnectorsPageView.js +0 -0
- /package/{dist/components → components}/ConversationsSidebar.d.ts +0 -0
- /package/{dist/components → components}/ConversationsSidebar.d.ts.map +0 -0
- /package/{dist/components → components}/ConversationsSidebar.js +0 -0
- /package/{dist/components → components}/CustomActionEditor.d.ts +0 -0
- /package/{dist/components → components}/CustomActionEditor.d.ts.map +0 -0
- /package/{dist/components → components}/CustomActionEditor.js +0 -0
- /package/{dist/components → components}/CustomActionsPanel.d.ts +0 -0
- /package/{dist/components → components}/CustomActionsPanel.d.ts.map +0 -0
- /package/{dist/components → components}/CustomActionsPanel.js +0 -0
- /package/{dist/components → components}/CustomActionsView.d.ts +0 -0
- /package/{dist/components → components}/CustomActionsView.d.ts.map +0 -0
- /package/{dist/components → components}/CustomActionsView.js +0 -0
- /package/{dist/components → components}/DatabasePageView.d.ts +0 -0
- /package/{dist/components → components}/DatabasePageView.d.ts.map +0 -0
- /package/{dist/components → components}/DatabasePageView.js +0 -0
- /package/{dist/components → components}/DatabaseView.d.ts +0 -0
- /package/{dist/components → components}/DatabaseView.d.ts.map +0 -0
- /package/{dist/components → components}/DatabaseView.js +0 -0
- /package/{dist/components → components}/ElizaCloudDashboard.d.ts +0 -0
- /package/{dist/components → components}/ElizaCloudDashboard.d.ts.map +0 -0
- /package/{dist/components → components}/EmotePicker.d.ts +0 -0
- /package/{dist/components → components}/EmotePicker.d.ts.map +0 -0
- /package/{dist/components → components}/EmotePicker.js +0 -0
- /package/{dist/components → components}/ErrorBoundary.d.ts +0 -0
- /package/{dist/components → components}/ErrorBoundary.d.ts.map +0 -0
- /package/{dist/components → components}/ErrorBoundary.js +0 -0
- /package/{dist/components → components}/FineTuningView.d.ts +0 -0
- /package/{dist/components → components}/FineTuningView.d.ts.map +0 -0
- /package/{dist/components → components}/FineTuningView.js +0 -0
- /package/{dist/components → components}/FlaminaGuide.d.ts +0 -0
- /package/{dist/components → components}/FlaminaGuide.d.ts.map +0 -0
- /package/{dist/components → components}/GameView.d.ts +0 -0
- /package/{dist/components → components}/GameView.d.ts.map +0 -0
- /package/{dist/components → components}/GameView.js +0 -0
- /package/{dist/components → components}/GameViewOverlay.d.ts +0 -0
- /package/{dist/components → components}/GameViewOverlay.d.ts.map +0 -0
- /package/{dist/components → components}/GameViewOverlay.js +0 -0
- /package/{dist/components → components}/GlobalEmoteOverlay.d.ts +0 -0
- /package/{dist/components → components}/GlobalEmoteOverlay.d.ts.map +0 -0
- /package/{dist/components → components}/GlobalEmoteOverlay.js +0 -0
- /package/{dist/components → components}/Header.d.ts +0 -0
- /package/{dist/components → components}/Header.d.ts.map +0 -0
- /package/{dist/components → components}/Header.js +0 -0
- /package/{dist/components → components}/HeartbeatsView.d.ts +0 -0
- /package/{dist/components → components}/HeartbeatsView.d.ts.map +0 -0
- /package/{dist/components → components}/HeartbeatsView.js +0 -0
- /package/{dist/components → components}/InventoryView.d.ts +0 -0
- /package/{dist/components → components}/InventoryView.d.ts.map +0 -0
- /package/{dist/components → components}/InventoryView.js +0 -0
- /package/{dist/components → components}/KnowledgeView.d.ts +0 -0
- /package/{dist/components → components}/KnowledgeView.d.ts.map +0 -0
- /package/{dist/components → components}/KnowledgeView.js +0 -0
- /package/{dist/components → components}/LanguageDropdown.d.ts +0 -0
- /package/{dist/components → components}/LanguageDropdown.d.ts.map +0 -0
- /package/{dist/components → components}/LanguageDropdown.js +0 -0
- /package/{dist/components → components}/LifoMonitorPanel.d.ts +0 -0
- /package/{dist/components → components}/LifoMonitorPanel.d.ts.map +0 -0
- /package/{dist/components → components}/LifoMonitorPanel.js +0 -0
- /package/{dist/components → components}/LifoSandboxView.d.ts +0 -0
- /package/{dist/components → components}/LifoSandboxView.d.ts.map +0 -0
- /package/{dist/components → components}/LifoSandboxView.js +0 -0
- /package/{dist/components → components}/LoadingScreen.d.ts +0 -0
- /package/{dist/components → components}/LoadingScreen.d.ts.map +0 -0
- /package/{dist/components → components}/LoadingScreen.js +0 -0
- /package/{dist/components → components}/LogsPageView.d.ts +0 -0
- /package/{dist/components → components}/LogsPageView.d.ts.map +0 -0
- /package/{dist/components → components}/LogsPageView.js +0 -0
- /package/{dist/components → components}/LogsView.d.ts +0 -0
- /package/{dist/components → components}/LogsView.d.ts.map +0 -0
- /package/{dist/components → components}/LogsView.js +0 -0
- /package/{dist/components → components}/MediaGalleryView.d.ts +0 -0
- /package/{dist/components → components}/MediaGalleryView.d.ts.map +0 -0
- /package/{dist/components → components}/MediaGalleryView.js +0 -0
- /package/{dist/components → components}/MediaSettingsSection.d.ts +0 -0
- /package/{dist/components → components}/MediaSettingsSection.d.ts.map +0 -0
- /package/{dist/components → components}/MediaSettingsSection.js +0 -0
- /package/{dist/components → components}/MessageContent.d.ts +0 -0
- /package/{dist/components → components}/MessageContent.d.ts.map +0 -0
- /package/{dist/components → components}/MessageContent.js +0 -0
- /package/{dist/components → components}/OnboardingWizard.d.ts +0 -0
- /package/{dist/components → components}/PairingView.d.ts +0 -0
- /package/{dist/components → components}/PairingView.d.ts.map +0 -0
- /package/{dist/components → components}/PairingView.js +0 -0
- /package/{dist/components → components}/PermissionsSection.d.ts +0 -0
- /package/{dist/components → components}/PermissionsSection.d.ts.map +0 -0
- /package/{dist/components → components}/PermissionsSection.js +0 -0
- /package/{dist/components → components}/PluginsPageView.d.ts +0 -0
- /package/{dist/components → components}/PluginsPageView.d.ts.map +0 -0
- /package/{dist/components → components}/PluginsPageView.js +0 -0
- /package/{dist/components → components}/PluginsView.d.ts +0 -0
- /package/{dist/components → components}/ProviderSwitcher.d.ts +0 -0
- /package/{dist/components → components}/ProviderSwitcher.d.ts.map +0 -0
- /package/{dist/components → components}/ProviderSwitcher.js +0 -0
- /package/{dist/components → components}/RestartBanner.d.ts +0 -0
- /package/{dist/components → components}/RestartBanner.d.ts.map +0 -0
- /package/{dist/components → components}/RestartBanner.js +0 -0
- /package/{dist/components → components}/RuntimeView.d.ts +0 -0
- /package/{dist/components → components}/RuntimeView.d.ts.map +0 -0
- /package/{dist/components → components}/RuntimeView.js +0 -0
- /package/{dist/components → components}/SaveCommandModal.d.ts +0 -0
- /package/{dist/components → components}/SaveCommandModal.d.ts.map +0 -0
- /package/{dist/components → components}/SaveCommandModal.js +0 -0
- /package/{dist/components → components}/SecretsView.d.ts +0 -0
- /package/{dist/components → components}/SecretsView.d.ts.map +0 -0
- /package/{dist/components → components}/SecretsView.js +0 -0
- /package/{dist/components → components}/SettingsView.d.ts +0 -0
- /package/{dist/components → components}/SettingsView.d.ts.map +0 -0
- /package/{dist/components → components}/SettingsView.js +0 -0
- /package/{dist/components → components}/ShellOverlays.d.ts +0 -0
- /package/{dist/components → components}/ShellOverlays.d.ts.map +0 -0
- /package/{dist/components → components}/ShellOverlays.js +0 -0
- /package/{dist/components → components}/ShortcutsOverlay.d.ts +0 -0
- /package/{dist/components → components}/ShortcutsOverlay.d.ts.map +0 -0
- /package/{dist/components → components}/ShortcutsOverlay.js +0 -0
- /package/{dist/components → components}/SkillsView.d.ts +0 -0
- /package/{dist/components → components}/SkillsView.d.ts.map +0 -0
- /package/{dist/components → components}/SkillsView.js +0 -0
- /package/{dist/components → components}/StartupFailureView.d.ts +0 -0
- /package/{dist/components → components}/StartupFailureView.d.ts.map +0 -0
- /package/{dist/components → components}/StartupFailureView.js +0 -0
- /package/{dist/components → components}/StreamView.d.ts +0 -0
- /package/{dist/components → components}/StreamView.d.ts.map +0 -0
- /package/{dist/components → components}/StreamView.js +0 -0
- /package/{dist/components → components}/StripeEmbeddedCheckout.d.ts +0 -0
- /package/{dist/components → components}/StripeEmbeddedCheckout.d.ts.map +0 -0
- /package/{dist/components → components}/StripeEmbeddedCheckout.js +0 -0
- /package/{dist/components → components}/SubscriptionStatus.d.ts +0 -0
- /package/{dist/components → components}/SubscriptionStatus.d.ts.map +0 -0
- /package/{dist/components → components}/SubscriptionStatus.js +0 -0
- /package/{dist/components → components}/SystemWarningBanner.d.ts +0 -0
- /package/{dist/components → components}/SystemWarningBanner.d.ts.map +0 -0
- /package/{dist/components → components}/SystemWarningBanner.js +0 -0
- /package/{dist/components → components}/ThemeToggle.d.ts +0 -0
- /package/{dist/components → components}/ThemeToggle.d.ts.map +0 -0
- /package/{dist/components → components}/ThemeToggle.js +0 -0
- /package/{dist/components → components}/TrajectoriesView.d.ts +0 -0
- /package/{dist/components → components}/TrajectoriesView.d.ts.map +0 -0
- /package/{dist/components → components}/TrajectoriesView.js +0 -0
- /package/{dist/components → components}/TrajectoryDetailView.d.ts +0 -0
- /package/{dist/components → components}/TrajectoryDetailView.d.ts.map +0 -0
- /package/{dist/components → components}/TrajectoryDetailView.js +0 -0
- /package/{dist/components → components}/TriggersView.d.ts +0 -0
- /package/{dist/components → components}/TriggersView.d.ts.map +0 -0
- /package/{dist/components → components}/TriggersView.js +0 -0
- /package/{dist/components → components}/VectorBrowserView.d.ts +0 -0
- /package/{dist/components → components}/VectorBrowserView.d.ts.map +0 -0
- /package/{dist/components → components}/VectorBrowserView.js +0 -0
- /package/{dist/components → components}/VoiceConfigView.d.ts +0 -0
- /package/{dist/components → components}/VoiceConfigView.d.ts.map +0 -0
- /package/{dist/components → components}/VoiceConfigView.js +0 -0
- /package/{dist/components → components}/VrmStage.d.ts +0 -0
- /package/{dist/components → components}/VrmStage.d.ts.map +0 -0
- /package/{dist/components → components}/VrmStage.js +0 -0
- /package/{dist/components → components}/WhatsAppQrOverlay.d.ts +0 -0
- /package/{dist/components → components}/WhatsAppQrOverlay.d.ts.map +0 -0
- /package/{dist/components → components}/WhatsAppQrOverlay.js +0 -0
- /package/{dist/components → components}/apps/AppDetailPane.d.ts +0 -0
- /package/{dist/components → components}/apps/AppDetailPane.d.ts.map +0 -0
- /package/{dist/components → components}/apps/AppDetailPane.js +0 -0
- /package/{dist/components → components}/apps/AppsCatalogGrid.d.ts +0 -0
- /package/{dist/components → components}/apps/AppsCatalogGrid.d.ts.map +0 -0
- /package/{dist/components → components}/apps/AppsCatalogGrid.js +0 -0
- /package/{dist/components → components}/apps/extensions/registry.d.ts +0 -0
- /package/{dist/components → components}/apps/extensions/registry.d.ts.map +0 -0
- /package/{dist/components → components}/apps/extensions/registry.js +0 -0
- /package/{dist/components → components}/apps/extensions/types.d.ts +0 -0
- /package/{dist/components → components}/apps/extensions/types.d.ts.map +0 -0
- /package/{dist/components → components}/apps/extensions/types.js +0 -0
- /package/{dist/components → components}/apps/helpers.d.ts +0 -0
- /package/{dist/components → components}/apps/helpers.d.ts.map +0 -0
- /package/{dist/components → components}/apps/helpers.js +0 -0
- /package/{dist/components → components}/avatar/VrmAnimationLoader.d.ts +0 -0
- /package/{dist/components → components}/avatar/VrmAnimationLoader.d.ts.map +0 -0
- /package/{dist/components → components}/avatar/VrmAnimationLoader.js +0 -0
- /package/{dist/components → components}/avatar/VrmBlinkController.d.ts +0 -0
- /package/{dist/components → components}/avatar/VrmBlinkController.d.ts.map +0 -0
- /package/{dist/components → components}/avatar/VrmBlinkController.js +0 -0
- /package/{dist/components → components}/avatar/VrmCameraManager.d.ts +0 -0
- /package/{dist/components → components}/avatar/VrmCameraManager.d.ts.map +0 -0
- /package/{dist/components → components}/avatar/VrmCameraManager.js +0 -0
- /package/{dist/components → components}/avatar/VrmFootShadow.d.ts +0 -0
- /package/{dist/components → components}/avatar/VrmFootShadow.d.ts.map +0 -0
- /package/{dist/components → components}/avatar/VrmFootShadow.js +0 -0
- /package/{dist/components → components}/avatar/mixamoVRMRigMap.d.ts +0 -0
- /package/{dist/components → components}/avatar/mixamoVRMRigMap.d.ts.map +0 -0
- /package/{dist/components → components}/avatar/mixamoVRMRigMap.js +0 -0
- /package/{dist/components → components}/avatar/retargetMixamoFbxToVrm.d.ts +0 -0
- /package/{dist/components → components}/avatar/retargetMixamoFbxToVrm.d.ts.map +0 -0
- /package/{dist/components → components}/avatar/retargetMixamoFbxToVrm.js +0 -0
- /package/{dist/components → components}/avatar/retargetMixamoGltfToVrm.d.ts +0 -0
- /package/{dist/components → components}/avatar/retargetMixamoGltfToVrm.d.ts.map +0 -0
- /package/{dist/components → components}/avatar/retargetMixamoGltfToVrm.js +0 -0
- /package/{dist/components → components}/chainConfig.d.ts +0 -0
- /package/{dist/components → components}/chainConfig.d.ts.map +0 -0
- /package/{dist/components → components}/chainConfig.js +0 -0
- /package/{dist/components → components}/companion/CompanionHeader.d.ts +0 -0
- /package/{dist/components → components}/companion/CompanionHeader.d.ts.map +0 -0
- /package/{dist/components → components}/companion/CompanionHeader.js +0 -0
- /package/{dist/components → components}/companion/CompanionSceneHost.d.ts +0 -0
- /package/{dist/components → components}/companion/CompanionSceneHost.d.ts.map +0 -0
- /package/{dist/components → components}/companion/CompanionSceneHost.js +0 -0
- /package/{dist/components → components}/companion/VrmStage.d.ts +0 -0
- /package/{dist/components → components}/companion/VrmStage.d.ts.map +0 -0
- /package/{dist/components → components}/companion/VrmStage.js +0 -0
- /package/{dist/components → components}/companion/index.d.ts +0 -0
- /package/{dist/components → components}/companion/index.d.ts.map +0 -0
- /package/{dist/components → components}/companion/index.js +0 -0
- /package/{dist/components → components}/companion/walletUtils.d.ts +0 -0
- /package/{dist/components → components}/companion/walletUtils.d.ts.map +0 -0
- /package/{dist/components → components}/companion/walletUtils.js +0 -0
- /package/{dist/components → components}/companion-shell-styles.d.ts +0 -0
- /package/{dist/components → components}/companion-shell-styles.d.ts.map +0 -0
- /package/{dist/components → components}/companion-shell-styles.js +0 -0
- /package/{dist/components → components}/confirm-delete-control.d.ts +0 -0
- /package/{dist/components → components}/confirm-delete-control.d.ts.map +0 -0
- /package/{dist/components → components}/confirm-delete-control.js +0 -0
- /package/{dist/components → components}/conversations/ConversationListItem.d.ts +0 -0
- /package/{dist/components → components}/conversations/ConversationListItem.d.ts.map +0 -0
- /package/{dist/components → components}/conversations/ConversationListItem.js +0 -0
- /package/{dist/components → components}/conversations/conversation-utils.d.ts +0 -0
- /package/{dist/components → components}/conversations/conversation-utils.d.ts.map +0 -0
- /package/{dist/components → components}/conversations/conversation-utils.js +0 -0
- /package/{dist/components → components}/format.d.ts +0 -0
- /package/{dist/components → components}/format.d.ts.map +0 -0
- /package/{dist/components → components}/format.js +0 -0
- /package/{dist/components → components}/inventory/CopyableAddress.d.ts +0 -0
- /package/{dist/components → components}/inventory/CopyableAddress.d.ts.map +0 -0
- /package/{dist/components → components}/inventory/CopyableAddress.js +0 -0
- /package/{dist/components → components}/inventory/InventoryToolbar.d.ts +0 -0
- /package/{dist/components → components}/inventory/InventoryToolbar.d.ts.map +0 -0
- /package/{dist/components → components}/inventory/InventoryToolbar.js +0 -0
- /package/{dist/components → components}/inventory/NftGrid.d.ts +0 -0
- /package/{dist/components → components}/inventory/NftGrid.d.ts.map +0 -0
- /package/{dist/components → components}/inventory/NftGrid.js +0 -0
- /package/{dist/components → components}/inventory/TokenLogo.d.ts +0 -0
- /package/{dist/components → components}/inventory/TokenLogo.d.ts.map +0 -0
- /package/{dist/components → components}/inventory/TokenLogo.js +0 -0
- /package/{dist/components → components}/inventory/TokensTable.d.ts +0 -0
- /package/{dist/components → components}/inventory/TokensTable.d.ts.map +0 -0
- /package/{dist/components → components}/inventory/TokensTable.js +0 -0
- /package/{dist/components → components}/inventory/constants.d.ts +0 -0
- /package/{dist/components → components}/inventory/constants.d.ts.map +0 -0
- /package/{dist/components → components}/inventory/constants.js +0 -0
- /package/{dist/components → components}/inventory/index.d.ts +0 -0
- /package/{dist/components → components}/inventory/index.d.ts.map +0 -0
- /package/{dist/components → components}/inventory/index.js +0 -0
- /package/{dist/components → components}/inventory/media-url.d.ts +0 -0
- /package/{dist/components → components}/inventory/media-url.d.ts.map +0 -0
- /package/{dist/components → components}/inventory/media-url.js +0 -0
- /package/{dist/components → components}/inventory/useInventoryData.d.ts +0 -0
- /package/{dist/components → components}/inventory/useInventoryData.d.ts.map +0 -0
- /package/{dist/components → components}/inventory/useInventoryData.js +0 -0
- /package/{dist/components → components}/knowledge-upload-image.d.ts +0 -0
- /package/{dist/components → components}/knowledge-upload-image.d.ts.map +0 -0
- /package/{dist/components → components}/knowledge-upload-image.js +0 -0
- /package/{dist/components → components}/labels.d.ts +0 -0
- /package/{dist/components → components}/labels.d.ts.map +0 -0
- /package/{dist/components → components}/labels.js +0 -0
- /package/{dist/components → components}/onboarding/ActivateStep.d.ts +0 -0
- /package/{dist/components → components}/onboarding/ActivateStep.d.ts.map +0 -0
- /package/{dist/components → components}/onboarding/ActivateStep.js +0 -0
- /package/{dist/components → components}/onboarding/ConnectionStep.d.ts +0 -0
- /package/{dist/components → components}/onboarding/IdentityStep.d.ts +0 -0
- /package/{dist/components → components}/onboarding/IdentityStep.d.ts.map +0 -0
- /package/{dist/components → components}/onboarding/IdentityStep.js +0 -0
- /package/{dist/components → components}/onboarding/OnboardingPanel.d.ts +0 -0
- /package/{dist/components → components}/onboarding/OnboardingPanel.d.ts.map +0 -0
- /package/{dist/components → components}/onboarding/OnboardingPanel.js +0 -0
- /package/{dist/components → components}/onboarding/OnboardingStepNav.d.ts +0 -0
- /package/{dist/components → components}/onboarding/OnboardingStepNav.d.ts.map +0 -0
- /package/{dist/components → components}/onboarding/OnboardingStepNav.js +0 -0
- /package/{dist/components → components}/onboarding/PermissionsStep.d.ts +0 -0
- /package/{dist/components → components}/onboarding/PermissionsStep.d.ts.map +0 -0
- /package/{dist/components → components}/onboarding/PermissionsStep.js +0 -0
- /package/{dist/components → components}/onboarding/RpcStep.d.ts +0 -0
- /package/{dist/components → components}/onboarding/RpcStep.d.ts.map +0 -0
- /package/{dist/components → components}/onboarding/RpcStep.js +0 -0
- /package/{dist/components → components}/permissions/PermissionIcon.d.ts +0 -0
- /package/{dist/components → components}/permissions/PermissionIcon.d.ts.map +0 -0
- /package/{dist/components → components}/permissions/PermissionIcon.js +0 -0
- /package/{dist/components → components}/permissions/StreamingPermissions.d.ts +0 -0
- /package/{dist/components → components}/plugins/showcase-data.d.ts +0 -0
- /package/{dist/components → components}/plugins/showcase-data.d.ts.map +0 -0
- /package/{dist/components → components}/plugins/showcase-data.js +0 -0
- /package/{dist/components → components}/shared/ShellHeaderControls.d.ts +0 -0
- /package/{dist/components → components}/shared/ShellHeaderControls.d.ts.map +0 -0
- /package/{dist/components → components}/shared/ShellHeaderControls.js +0 -0
- /package/{dist/components → components}/shared-companion-scene-context.d.ts +0 -0
- /package/{dist/components → components}/shared-companion-scene-context.d.ts.map +0 -0
- /package/{dist/components → components}/shared-companion-scene-context.js +0 -0
- /package/{dist/components → components}/skeletons.d.ts +0 -0
- /package/{dist/components → components}/skeletons.d.ts.map +0 -0
- /package/{dist/components → components}/skeletons.js +0 -0
- /package/{dist/components → components}/stream/ActivityFeed.d.ts +0 -0
- /package/{dist/components → components}/stream/ActivityFeed.d.ts.map +0 -0
- /package/{dist/components → components}/stream/ActivityFeed.js +0 -0
- /package/{dist/components → components}/stream/AvatarPip.d.ts +0 -0
- /package/{dist/components → components}/stream/AvatarPip.d.ts.map +0 -0
- /package/{dist/components → components}/stream/AvatarPip.js +0 -0
- /package/{dist/components → components}/stream/ChatContent.d.ts +0 -0
- /package/{dist/components → components}/stream/ChatContent.d.ts.map +0 -0
- /package/{dist/components → components}/stream/ChatContent.js +0 -0
- /package/{dist/components → components}/stream/ChatTicker.d.ts +0 -0
- /package/{dist/components → components}/stream/ChatTicker.d.ts.map +0 -0
- /package/{dist/components → components}/stream/ChatTicker.js +0 -0
- /package/{dist/components → components}/stream/IdleContent.d.ts +0 -0
- /package/{dist/components → components}/stream/IdleContent.d.ts.map +0 -0
- /package/{dist/components → components}/stream/IdleContent.js +0 -0
- /package/{dist/components → components}/stream/StatusBar.d.ts +0 -0
- /package/{dist/components → components}/stream/StatusBar.d.ts.map +0 -0
- /package/{dist/components → components}/stream/StatusBar.js +0 -0
- /package/{dist/components → components}/stream/StreamSettings.d.ts +0 -0
- /package/{dist/components → components}/stream/StreamSettings.d.ts.map +0 -0
- /package/{dist/components → components}/stream/StreamSettings.js +0 -0
- /package/{dist/components → components}/stream/StreamTerminal.d.ts +0 -0
- /package/{dist/components → components}/stream/StreamTerminal.d.ts.map +0 -0
- /package/{dist/components → components}/stream/StreamTerminal.js +0 -0
- /package/{dist/components → components}/stream/StreamVoiceConfig.d.ts +0 -0
- /package/{dist/components → components}/stream/StreamVoiceConfig.d.ts.map +0 -0
- /package/{dist/components → components}/stream/StreamVoiceConfig.js +0 -0
- /package/{dist/components → components}/stream/helpers.d.ts +0 -0
- /package/{dist/components → components}/stream/helpers.d.ts.map +0 -0
- /package/{dist/components → components}/stream/helpers.js +0 -0
- /package/{dist/components → components}/stream/overlays/OverlayLayer.d.ts +0 -0
- /package/{dist/components → components}/stream/overlays/OverlayLayer.d.ts.map +0 -0
- /package/{dist/components → components}/stream/overlays/OverlayLayer.js +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/ActionTickerWidget.d.ts +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/ActionTickerWidget.d.ts.map +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/ActionTickerWidget.js +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/AlertPopupWidget.d.ts +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/AlertPopupWidget.d.ts.map +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/AlertPopupWidget.js +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/BrandingWidget.d.ts +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/BrandingWidget.d.ts.map +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/BrandingWidget.js +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/CustomHtmlWidget.d.ts +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/CustomHtmlWidget.d.ts.map +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/CustomHtmlWidget.js +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/PeonGlassWidget.d.ts +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/PeonGlassWidget.d.ts.map +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/PeonGlassWidget.js +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/PeonHudWidget.d.ts +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/PeonHudWidget.d.ts.map +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/PeonHudWidget.js +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/PeonSakuraWidget.d.ts +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/PeonSakuraWidget.d.ts.map +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/PeonSakuraWidget.js +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/ThoughtBubbleWidget.d.ts +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/ThoughtBubbleWidget.d.ts.map +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/ThoughtBubbleWidget.js +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/ViewerCountWidget.d.ts +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/ViewerCountWidget.d.ts.map +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/ViewerCountWidget.js +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/index.d.ts +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/index.d.ts.map +0 -0
- /package/{dist/components → components}/stream/overlays/built-in/index.js +0 -0
- /package/{dist/components → components}/stream/overlays/registry.d.ts +0 -0
- /package/{dist/components → components}/stream/overlays/registry.d.ts.map +0 -0
- /package/{dist/components → components}/stream/overlays/registry.js +0 -0
- /package/{dist/components → components}/stream/overlays/types.d.ts +0 -0
- /package/{dist/components → components}/stream/overlays/types.d.ts.map +0 -0
- /package/{dist/components → components}/stream/overlays/types.js +0 -0
- /package/{dist/components → components}/stream/overlays/useOverlayLayout.d.ts +0 -0
- /package/{dist/components → components}/stream/overlays/useOverlayLayout.d.ts.map +0 -0
- /package/{dist/components → components}/stream/overlays/useOverlayLayout.js +0 -0
- /package/{dist/components → components}/trajectory-format.d.ts +0 -0
- /package/{dist/components → components}/trajectory-format.d.ts.map +0 -0
- /package/{dist/components → components}/trajectory-format.js +0 -0
- /package/{dist/components → components}/ui-badges.d.ts +0 -0
- /package/{dist/components → components}/ui-badges.d.ts.map +0 -0
- /package/{dist/components → components}/ui-badges.js +0 -0
- /package/{dist/components → components}/ui-switch.d.ts +0 -0
- /package/{dist/components → components}/ui-switch.d.ts.map +0 -0
- /package/{dist/components → components}/vector-browser-three.d.ts +0 -0
- /package/{dist/components → components}/vector-browser-three.d.ts.map +0 -0
- /package/{dist/components → components}/vector-browser-three.js +0 -0
- /package/{dist/config → config}/branding.d.ts +0 -0
- /package/{dist/config → config}/branding.d.ts.map +0 -0
- /package/{dist/config → config}/branding.js +0 -0
- /package/{dist/config → config}/config-catalog.d.ts +0 -0
- /package/{dist/config → config}/config-catalog.d.ts.map +0 -0
- /package/{dist/config → config}/config-catalog.js +0 -0
- /package/{dist/config → config}/config-field.d.ts +0 -0
- /package/{dist/config → config}/config-field.d.ts.map +0 -0
- /package/{dist/config → config}/config-field.js +0 -0
- /package/{dist/config → config}/config-renderer.d.ts +0 -0
- /package/{dist/config → config}/config-renderer.d.ts.map +0 -0
- /package/{dist/config → config}/config-renderer.js +0 -0
- /package/{dist/config → config}/index.d.ts +0 -0
- /package/{dist/config → config}/index.d.ts.map +0 -0
- /package/{dist/config → config}/index.js +0 -0
- /package/{dist/config → config}/ui-renderer.d.ts +0 -0
- /package/{dist/config → config}/ui-renderer.d.ts.map +0 -0
- /package/{dist/config → config}/ui-renderer.js +0 -0
- /package/{dist/config → config}/ui-spec.d.ts +0 -0
- /package/{dist/config → config}/ui-spec.d.ts.map +0 -0
- /package/{dist/config → config}/ui-spec.js +0 -0
- /package/{dist/events → events}/index.d.ts +0 -0
- /package/{dist/events → events}/index.d.ts.map +0 -0
- /package/{dist/events → events}/index.js +0 -0
- /package/{dist/hooks → hooks}/index.d.ts +0 -0
- /package/{dist/hooks → hooks}/index.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/index.js +0 -0
- /package/{dist/hooks → hooks}/useBugReport.d.ts +0 -0
- /package/{dist/hooks → hooks}/useBugReport.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useBugReport.js +0 -0
- /package/{dist/hooks → hooks}/useCanvasWindow.d.ts +0 -0
- /package/{dist/hooks → hooks}/useCanvasWindow.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useCanvasWindow.js +0 -0
- /package/{dist/hooks → hooks}/useChatAvatarVoice.d.ts +0 -0
- /package/{dist/hooks → hooks}/useChatAvatarVoice.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useChatAvatarVoice.js +0 -0
- /package/{dist/hooks → hooks}/useClickOutside.d.ts +0 -0
- /package/{dist/hooks → hooks}/useClickOutside.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useClickOutside.js +0 -0
- /package/{dist/hooks → hooks}/useContextMenu.d.ts +0 -0
- /package/{dist/hooks → hooks}/useContextMenu.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useContextMenu.js +0 -0
- /package/{dist/hooks → hooks}/useKeyboardShortcuts.d.ts +0 -0
- /package/{dist/hooks → hooks}/useKeyboardShortcuts.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useKeyboardShortcuts.js +0 -0
- /package/{dist/hooks → hooks}/useLifoSync.d.ts +0 -0
- /package/{dist/hooks → hooks}/useLifoSync.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useLifoSync.js +0 -0
- /package/{dist/hooks → hooks}/useMemoryMonitor.d.ts +0 -0
- /package/{dist/hooks → hooks}/useMemoryMonitor.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useMemoryMonitor.js +0 -0
- /package/{dist/hooks → hooks}/useRenderGuard.d.ts +0 -0
- /package/{dist/hooks → hooks}/useRenderGuard.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useRenderGuard.js +0 -0
- /package/{dist/hooks → hooks}/useRetakeCapture.d.ts +0 -0
- /package/{dist/hooks → hooks}/useRetakeCapture.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useRetakeCapture.js +0 -0
- /package/{dist/hooks → hooks}/useStreamPopoutNavigation.d.ts +0 -0
- /package/{dist/hooks → hooks}/useStreamPopoutNavigation.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useStreamPopoutNavigation.js +0 -0
- /package/{dist/hooks → hooks}/useTimeout.d.ts +0 -0
- /package/{dist/hooks → hooks}/useTimeout.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useTimeout.js +0 -0
- /package/{dist/hooks → hooks}/useVoiceChat.d.ts +0 -0
- /package/{dist/hooks → hooks}/useVoiceChat.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useVoiceChat.js +0 -0
- /package/{dist/hooks → hooks}/useWhatsAppPairing.d.ts +0 -0
- /package/{dist/hooks → hooks}/useWhatsAppPairing.d.ts.map +0 -0
- /package/{dist/hooks → hooks}/useWhatsAppPairing.js +0 -0
- /package/{dist/i18n → i18n}/index.d.ts +0 -0
- /package/{dist/i18n → i18n}/index.d.ts.map +0 -0
- /package/{dist/i18n → i18n}/index.js +0 -0
- /package/{dist/i18n → i18n}/messages.d.ts +0 -0
- /package/{dist/i18n → i18n}/messages.d.ts.map +0 -0
- /package/{dist/i18n → i18n}/messages.js +0 -0
- /package/{dist/index.d.ts → index.d.ts} +0 -0
- /package/{dist/index.d.ts.map → index.d.ts.map} +0 -0
- /package/{dist/index.js → index.js} +0 -0
- /package/{dist/navigation → navigation}/index.d.ts +0 -0
- /package/{dist/navigation → navigation}/index.d.ts.map +0 -0
- /package/{dist/navigation → navigation}/index.js +0 -0
- /package/{dist/onboarding-config.d.ts → onboarding-config.d.ts} +0 -0
- /package/{dist/onboarding-config.d.ts.map → onboarding-config.d.ts.map} +0 -0
- /package/{dist/onboarding-config.js → onboarding-config.js} +0 -0
- /package/{dist/platform → platform}/browser-launch.d.ts +0 -0
- /package/{dist/platform → platform}/browser-launch.d.ts.map +0 -0
- /package/{dist/platform → platform}/browser-launch.js +0 -0
- /package/{dist/platform → platform}/index.d.ts +0 -0
- /package/{dist/platform → platform}/index.d.ts.map +0 -0
- /package/{dist/platform → platform}/index.js +0 -0
- /package/{dist/platform → platform}/init.d.ts +0 -0
- /package/{dist/platform → platform}/init.d.ts.map +0 -0
- /package/{dist/platform → platform}/init.js +0 -0
- /package/{dist/platform → platform}/lifo.d.ts +0 -0
- /package/{dist/platform → platform}/lifo.d.ts.map +0 -0
- /package/{dist/platform → platform}/lifo.js +0 -0
- /package/{dist/providers → providers}/index.d.ts +0 -0
- /package/{dist/providers → providers}/index.d.ts.map +0 -0
- /package/{dist/providers → providers}/index.js +0 -0
- /package/{dist/shell-params.d.ts → shell-params.d.ts} +0 -0
- /package/{dist/shell-params.d.ts.map → shell-params.d.ts.map} +0 -0
- /package/{dist/shell-params.js → shell-params.js} +0 -0
- /package/{dist/state → state}/AppContext.d.ts +0 -0
- /package/{dist/state → state}/index.d.ts +0 -0
- /package/{dist/state → state}/index.d.ts.map +0 -0
- /package/{dist/state → state}/index.js +0 -0
- /package/{dist/state → state}/internal.d.ts +0 -0
- /package/{dist/state → state}/internal.d.ts.map +0 -0
- /package/{dist/state → state}/internal.js +0 -0
- /package/{dist/state → state}/onboarding-resume.d.ts +0 -0
- /package/{dist/state → state}/onboarding-resume.d.ts.map +0 -0
- /package/{dist/state → state}/onboarding-resume.js +0 -0
- /package/{dist/state → state}/parsers.d.ts +0 -0
- /package/{dist/state → state}/parsers.d.ts.map +0 -0
- /package/{dist/state → state}/parsers.js +0 -0
- /package/{dist/state → state}/persistence.d.ts +0 -0
- /package/{dist/state → state}/persistence.d.ts.map +0 -0
- /package/{dist/state → state}/persistence.js +0 -0
- /package/{dist/state → state}/shell-routing.d.ts +0 -0
- /package/{dist/state → state}/shell-routing.d.ts.map +0 -0
- /package/{dist/state → state}/shell-routing.js +0 -0
- /package/{dist/state → state}/types.d.ts +0 -0
- /package/{dist/state → state}/types.d.ts.map +0 -0
- /package/{dist/state → state}/types.js +0 -0
- /package/{dist/state → state}/ui-preferences.d.ts +0 -0
- /package/{dist/state → state}/ui-preferences.d.ts.map +0 -0
- /package/{dist/state → state}/ui-preferences.js +0 -0
- /package/{dist/state → state}/useApp.d.ts +0 -0
- /package/{dist/state → state}/useApp.d.ts.map +0 -0
- /package/{dist/state → state}/useApp.js +0 -0
- /package/{dist/state → state}/vrm.d.ts +0 -0
- /package/{dist/state → state}/vrm.d.ts.map +0 -0
- /package/{dist/state → state}/vrm.js +0 -0
- /package/{dist/styles → styles}/base.css +0 -0
- /package/{dist/styles → styles}/styles.css +0 -0
- /package/{dist/styles → styles}/xterm.css +0 -0
- /package/{dist/types → types}/index.d.ts +0 -0
- /package/{dist/types → types}/index.d.ts.map +0 -0
- /package/{dist/types → types}/index.js +0 -0
- /package/{dist/utils → utils}/asset-url.d.ts +0 -0
- /package/{dist/utils → utils}/asset-url.d.ts.map +0 -0
- /package/{dist/utils → utils}/asset-url.js +0 -0
- /package/{dist/utils → utils}/assistant-text.d.ts +0 -0
- /package/{dist/utils → utils}/assistant-text.d.ts.map +0 -0
- /package/{dist/utils → utils}/assistant-text.js +0 -0
- /package/{dist/utils → utils}/clipboard.d.ts +0 -0
- /package/{dist/utils → utils}/clipboard.d.ts.map +0 -0
- /package/{dist/utils → utils}/clipboard.js +0 -0
- /package/{dist/utils → utils}/desktop-dialogs.d.ts +0 -0
- /package/{dist/utils → utils}/desktop-dialogs.d.ts.map +0 -0
- /package/{dist/utils → utils}/desktop-dialogs.js +0 -0
- /package/{dist/utils → utils}/eliza-globals.d.ts +0 -0
- /package/{dist/utils → utils}/eliza-globals.d.ts.map +0 -0
- /package/{dist/utils → utils}/eliza-globals.js +0 -0
- /package/{dist/utils → utils}/index.d.ts +0 -0
- /package/{dist/utils → utils}/index.d.ts.map +0 -0
- /package/{dist/utils → utils}/index.js +0 -0
- /package/{dist/utils → utils}/number-parsing.d.ts +0 -0
- /package/{dist/utils → utils}/number-parsing.d.ts.map +0 -0
- /package/{dist/utils → utils}/number-parsing.js +0 -0
- /package/{dist/utils → utils}/openExternalUrl.d.ts +0 -0
- /package/{dist/utils → utils}/openExternalUrl.d.ts.map +0 -0
- /package/{dist/utils → utils}/openExternalUrl.js +0 -0
- /package/{dist/utils → utils}/spoken-text.d.ts +0 -0
- /package/{dist/utils → utils}/spoken-text.d.ts.map +0 -0
- /package/{dist/utils → utils}/spoken-text.js +0 -0
- /package/{dist/utils → utils}/streaming-text.d.ts +0 -0
- /package/{dist/utils → utils}/streaming-text.d.ts.map +0 -0
- /package/{dist/utils → utils}/streaming-text.js +0 -0
- /package/{dist/voice → voice}/index.d.ts +0 -0
- /package/{dist/voice → voice}/index.d.ts.map +0 -0
- /package/{dist/voice → voice}/index.js +0 -0
- /package/{dist/voice → voice}/types.d.ts +0 -0
- /package/{dist/voice → voice}/types.d.ts.map +0 -0
- /package/{dist/voice → voice}/types.js +0 -0
- /package/{dist/wallet-rpc.d.ts → wallet-rpc.d.ts} +0 -0
- /package/{dist/wallet-rpc.d.ts.map → wallet-rpc.d.ts.map} +0 -0
- /package/{dist/wallet-rpc.js → wallet-rpc.js} +0 -0
package/src/styles/styles.css
DELETED
|
@@ -1,2087 +0,0 @@
|
|
|
1
|
-
@import "tailwindcss";
|
|
2
|
-
@import "./base.css";
|
|
3
|
-
@import "./anime.css";
|
|
4
|
-
@import "./onboarding-game.css";
|
|
5
|
-
|
|
6
|
-
@source "..";
|
|
7
|
-
@source "../../../apps/app/src";
|
|
8
|
-
|
|
9
|
-
/*
|
|
10
|
-
* Map the existing theme CSS custom properties to Tailwind theme tokens.
|
|
11
|
-
* Using @theme inline so Tailwind inlines var() references rather than
|
|
12
|
-
* generating duplicate CSS variables. This lets the [data-theme="..."]
|
|
13
|
-
* selectors in base.css drive all visual changes at runtime.
|
|
14
|
-
*/
|
|
15
|
-
@theme inline {
|
|
16
|
-
/* Colors — surfaces */
|
|
17
|
-
--color-bg: var(--bg);
|
|
18
|
-
--color-bg-accent: var(--bg-accent);
|
|
19
|
-
--color-bg-elevated: var(--bg-elevated);
|
|
20
|
-
--color-bg-hover: var(--bg-hover);
|
|
21
|
-
--color-bg-muted: var(--bg-muted);
|
|
22
|
-
--color-card: var(--card);
|
|
23
|
-
--color-card-fg: var(--card-foreground);
|
|
24
|
-
--color-surface: var(--surface);
|
|
25
|
-
|
|
26
|
-
/* Colors — text */
|
|
27
|
-
--color-txt: var(--text);
|
|
28
|
-
--color-txt-strong: var(--text-strong);
|
|
29
|
-
--color-txt-chat: var(--chat-text);
|
|
30
|
-
--color-muted: var(--muted);
|
|
31
|
-
--color-muted-strong: var(--muted-strong);
|
|
32
|
-
|
|
33
|
-
/* Colors — border */
|
|
34
|
-
--color-border: var(--border);
|
|
35
|
-
--color-border-strong: var(--border-strong);
|
|
36
|
-
--color-border-hover: var(--border-hover);
|
|
37
|
-
--color-input: var(--input);
|
|
38
|
-
--color-ring: var(--ring);
|
|
39
|
-
|
|
40
|
-
/* Colors — accent */
|
|
41
|
-
--color-accent: var(--accent);
|
|
42
|
-
--color-accent-hover: var(--accent-hover);
|
|
43
|
-
--color-accent-muted: var(--accent-muted);
|
|
44
|
-
--color-accent-subtle: var(--accent-subtle);
|
|
45
|
-
--color-accent-fg: var(--accent-foreground);
|
|
46
|
-
--color-primary: var(--primary);
|
|
47
|
-
--color-primary-fg: var(--primary-foreground);
|
|
48
|
-
|
|
49
|
-
/* Colors — status */
|
|
50
|
-
--color-ok: var(--ok);
|
|
51
|
-
--color-ok-muted: var(--ok-muted);
|
|
52
|
-
--color-ok-subtle: var(--ok-subtle);
|
|
53
|
-
--color-warn: var(--warn);
|
|
54
|
-
--color-warn-muted: var(--warn-muted);
|
|
55
|
-
--color-warn-subtle: var(--warn-subtle);
|
|
56
|
-
--color-danger: var(--danger);
|
|
57
|
-
--color-destructive: var(--destructive);
|
|
58
|
-
--color-destructive-fg: var(--destructive-foreground);
|
|
59
|
-
--color-destructive-subtle: var(--destructive-subtle);
|
|
60
|
-
--color-muted-strong: var(--muted-strong);
|
|
61
|
-
|
|
62
|
-
/* Colors — header */
|
|
63
|
-
--color-header-bg: var(--header-bar-bg);
|
|
64
|
-
--color-header-fg: var(--header-bar-fg);
|
|
65
|
-
|
|
66
|
-
/* Colors — chain icons */
|
|
67
|
-
--color-chain-eth: #627eea;
|
|
68
|
-
--color-chain-base: #0052ff;
|
|
69
|
-
--color-chain-arb: #28a0f0;
|
|
70
|
-
--color-chain-op: #ff0420;
|
|
71
|
-
--color-chain-pol: #8247e5;
|
|
72
|
-
--color-chain-sol: #9945ff;
|
|
73
|
-
--color-chain-bsc: #f0b90b;
|
|
74
|
-
|
|
75
|
-
/* Fonts */
|
|
76
|
-
--font-body: var(--font-body);
|
|
77
|
-
--font-mono: var(--mono);
|
|
78
|
-
--font-display: var(--font-display);
|
|
79
|
-
--font-chat: var(--font-chat);
|
|
80
|
-
|
|
81
|
-
/* Shadows */
|
|
82
|
-
--shadow-sm: var(--shadow-sm);
|
|
83
|
-
--shadow-md: var(--shadow-md);
|
|
84
|
-
--shadow-lg: var(--shadow-lg);
|
|
85
|
-
|
|
86
|
-
/* Radius */
|
|
87
|
-
--radius-sm: var(--radius-sm);
|
|
88
|
-
--radius-md: var(--radius-md);
|
|
89
|
-
--radius-lg: var(--radius-lg);
|
|
90
|
-
--radius-xl: var(--radius-xl);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
/* ── Global resets ──────────────────────────────────────────────────── */
|
|
94
|
-
|
|
95
|
-
#root {
|
|
96
|
-
display: flex;
|
|
97
|
-
flex-direction: column;
|
|
98
|
-
height: 100vh;
|
|
99
|
-
height: 100dvh;
|
|
100
|
-
overflow: hidden;
|
|
101
|
-
font-family: var(--font-body);
|
|
102
|
-
color: var(--text);
|
|
103
|
-
background: var(--bg);
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
/* ── Typing indicator animation ─────────────────────────────────────── */
|
|
107
|
-
|
|
108
|
-
@keyframes typing-bounce {
|
|
109
|
-
0%,
|
|
110
|
-
60%,
|
|
111
|
-
100% {
|
|
112
|
-
opacity: 0.3;
|
|
113
|
-
transform: translateY(0);
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
30% {
|
|
117
|
-
opacity: 1;
|
|
118
|
-
transform: translateY(-4px);
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
@keyframes spin {
|
|
123
|
-
to {
|
|
124
|
-
transform: rotate(360deg);
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
@keyframes pc-slide-in {
|
|
129
|
-
from {
|
|
130
|
-
opacity: 0;
|
|
131
|
-
transform: translateY(-4px);
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
to {
|
|
135
|
-
opacity: 1;
|
|
136
|
-
transform: translateY(0);
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
/* ── Onboarding speech bubble arrow ─────────────────────────────────── */
|
|
141
|
-
|
|
142
|
-
.onboarding-speech::after {
|
|
143
|
-
content: "";
|
|
144
|
-
position: absolute;
|
|
145
|
-
top: -8px;
|
|
146
|
-
left: 50%;
|
|
147
|
-
transform: translateX(-50%) rotate(45deg);
|
|
148
|
-
width: 14px;
|
|
149
|
-
height: 14px;
|
|
150
|
-
background: var(--card);
|
|
151
|
-
border-left: 1px solid var(--border);
|
|
152
|
-
border-top: 1px solid var(--border);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
/* ── Wallet tooltip hover bridge ────────────────────────────────────── */
|
|
156
|
-
|
|
157
|
-
.wallet-wrapper::after {
|
|
158
|
-
content: "";
|
|
159
|
-
display: none;
|
|
160
|
-
position: absolute;
|
|
161
|
-
top: 100%;
|
|
162
|
-
left: 0;
|
|
163
|
-
right: 0;
|
|
164
|
-
height: 8px;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.wallet-wrapper:hover::after {
|
|
168
|
-
display: block;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.wallet-wrapper:hover .wallet-tooltip {
|
|
172
|
-
display: block;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.wallet-wrapper:focus-within::after {
|
|
176
|
-
display: block;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.wallet-wrapper:focus-within .wallet-tooltip {
|
|
180
|
-
display: block;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
/* ── Button base classes ───────────────────────────────────────────── */
|
|
184
|
-
|
|
185
|
-
.btn {
|
|
186
|
-
display: inline-flex;
|
|
187
|
-
align-items: center;
|
|
188
|
-
justify-content: center;
|
|
189
|
-
padding: 6px 16px;
|
|
190
|
-
border: 1px solid var(--accent);
|
|
191
|
-
background: var(--accent);
|
|
192
|
-
color: var(--accent-foreground);
|
|
193
|
-
cursor: pointer;
|
|
194
|
-
font-size: 13px;
|
|
195
|
-
font-family: inherit;
|
|
196
|
-
text-decoration: none;
|
|
197
|
-
white-space: nowrap;
|
|
198
|
-
border-radius: var(--radius-lg);
|
|
199
|
-
transition: opacity var(--duration-fast, 100ms);
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.btn:hover {
|
|
203
|
-
opacity: 0.85;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.btn:disabled {
|
|
207
|
-
opacity: 0.5;
|
|
208
|
-
cursor: not-allowed;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
/* ── Settings page controls ─────────────────────────────────────────── */
|
|
212
|
-
|
|
213
|
-
.settings-scroll-region {
|
|
214
|
-
scrollbar-gutter: stable;
|
|
215
|
-
scroll-padding-top: 7rem;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.settings-page-content
|
|
219
|
-
:is(button.inline-flex, a.inline-flex, .btn):not(
|
|
220
|
-
.settings-compact-button
|
|
221
|
-
):not(.settings-icon-button) {
|
|
222
|
-
min-height: 2.625rem;
|
|
223
|
-
padding-inline: 1rem;
|
|
224
|
-
border-radius: calc(var(--radius-lg) + 2px);
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.settings-button {
|
|
228
|
-
min-height: 2.625rem;
|
|
229
|
-
padding-inline: 1rem;
|
|
230
|
-
border-radius: calc(var(--radius-lg) + 2px);
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
.settings-card-button {
|
|
234
|
-
min-height: 5.5rem;
|
|
235
|
-
padding: 1.25rem;
|
|
236
|
-
border-radius: calc(var(--radius-xl) + 2px);
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.settings-compact-button {
|
|
240
|
-
min-height: auto;
|
|
241
|
-
padding-inline: 0;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.settings-icon-button {
|
|
245
|
-
padding-inline: 0;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
/* ── Loading screen ───────────────────────────────────────────────── */
|
|
249
|
-
|
|
250
|
-
/* ── NieR: Automata–style loading screen ─────────────────────────── */
|
|
251
|
-
|
|
252
|
-
.loading-screen {
|
|
253
|
-
display: flex;
|
|
254
|
-
align-items: center;
|
|
255
|
-
justify-content: center;
|
|
256
|
-
height: 100vh;
|
|
257
|
-
height: 100dvh;
|
|
258
|
-
background: #0c0e14;
|
|
259
|
-
position: relative;
|
|
260
|
-
overflow: hidden;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
/* Centered content wrapper */
|
|
264
|
-
.loading-screen__center {
|
|
265
|
-
display: flex;
|
|
266
|
-
flex-direction: column;
|
|
267
|
-
align-items: flex-start;
|
|
268
|
-
gap: 14px;
|
|
269
|
-
width: 420px;
|
|
270
|
-
max-width: 90vw;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
/* LOADING title */
|
|
274
|
-
.loading-screen__title {
|
|
275
|
-
font-family: var(--mono, monospace);
|
|
276
|
-
font-size: 13px;
|
|
277
|
-
font-weight: 400;
|
|
278
|
-
letter-spacing: 0.35em;
|
|
279
|
-
text-transform: uppercase;
|
|
280
|
-
color: rgba(255, 255, 255, 0.7);
|
|
281
|
-
user-select: none;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
.loading-screen__dots::after {
|
|
285
|
-
content: "";
|
|
286
|
-
animation: loading-dots 1.5s steps(4) infinite;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
@keyframes loading-dots {
|
|
290
|
-
0% {
|
|
291
|
-
content: "";
|
|
292
|
-
}
|
|
293
|
-
25% {
|
|
294
|
-
content: ".";
|
|
295
|
-
}
|
|
296
|
-
50% {
|
|
297
|
-
content: "..";
|
|
298
|
-
}
|
|
299
|
-
75% {
|
|
300
|
-
content: "...";
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
/* Progress bar row: bar + percentage */
|
|
305
|
-
.loading-screen__bar-row {
|
|
306
|
-
display: flex;
|
|
307
|
-
align-items: center;
|
|
308
|
-
gap: 16px;
|
|
309
|
-
width: 100%;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.loading-screen__progress-track {
|
|
313
|
-
flex: 1;
|
|
314
|
-
height: 4px;
|
|
315
|
-
background: rgba(255, 255, 255, 0.1);
|
|
316
|
-
overflow: hidden;
|
|
317
|
-
position: relative;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
.loading-screen__progress-fill {
|
|
321
|
-
height: 100%;
|
|
322
|
-
background: rgba(255, 255, 255, 0.85);
|
|
323
|
-
transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
|
|
324
|
-
position: relative;
|
|
325
|
-
box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
/* Percentage label */
|
|
329
|
-
.loading-screen__percent {
|
|
330
|
-
font-family: var(--mono, monospace);
|
|
331
|
-
font-size: 13px;
|
|
332
|
-
font-weight: 400;
|
|
333
|
-
letter-spacing: 0.15em;
|
|
334
|
-
color: rgba(255, 255, 255, 0.6);
|
|
335
|
-
min-width: 48px;
|
|
336
|
-
text-align: right;
|
|
337
|
-
user-select: none;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
/* Phase sub-label */
|
|
341
|
-
.loading-screen__phase {
|
|
342
|
-
font-family: var(--mono, monospace);
|
|
343
|
-
font-size: 11px;
|
|
344
|
-
font-weight: 400;
|
|
345
|
-
letter-spacing: 0.12em;
|
|
346
|
-
text-transform: uppercase;
|
|
347
|
-
color: rgba(255, 255, 255, 0.35);
|
|
348
|
-
user-select: none;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
/* Avatar loader indeterminate bar */
|
|
352
|
-
@keyframes avatar-loader-progress {
|
|
353
|
-
0% {
|
|
354
|
-
width: 20%;
|
|
355
|
-
opacity: 0.6;
|
|
356
|
-
}
|
|
357
|
-
50% {
|
|
358
|
-
width: 70%;
|
|
359
|
-
opacity: 1;
|
|
360
|
-
}
|
|
361
|
-
100% {
|
|
362
|
-
width: 20%;
|
|
363
|
-
opacity: 0.6;
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
/* ── Animation utilities ────────────────────────────────────────────── */
|
|
368
|
-
|
|
369
|
-
.animate-in {
|
|
370
|
-
animation: fade-in 200ms ease-out;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
@keyframes fade-in {
|
|
374
|
-
from {
|
|
375
|
-
opacity: 0;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
to {
|
|
379
|
-
opacity: 1;
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
.slide-in-from-right {
|
|
384
|
-
animation: slide-in-right 200ms ease-out;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
@keyframes slide-in-right {
|
|
388
|
-
from {
|
|
389
|
-
transform: translateX(100%);
|
|
390
|
-
opacity: 0;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
to {
|
|
394
|
-
transform: translateX(0);
|
|
395
|
-
opacity: 1;
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
/* ── Enhanced transitions ──────────────────────────────────────────── */
|
|
400
|
-
|
|
401
|
-
.transition-all {
|
|
402
|
-
transition-property: all;
|
|
403
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.hover\:shadow-sm:hover {
|
|
407
|
-
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
.hover\:scale-105:hover {
|
|
411
|
-
transform: scale(1.05);
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.active\:scale-95:active {
|
|
415
|
-
transform: scale(0.95);
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
.hover\:translate-x-1:hover {
|
|
419
|
-
transform: translateX(4px);
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
/* Utility: hide scrollbar */
|
|
423
|
-
.scrollbar-hide {
|
|
424
|
-
-ms-overflow-style: none;
|
|
425
|
-
scrollbar-width: none;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.scrollbar-hide::-webkit-scrollbar {
|
|
429
|
-
display: none;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
.chat-native-scrollbar {
|
|
433
|
-
scrollbar-width: thin;
|
|
434
|
-
scrollbar-color: rgba(240, 178, 50, 0.55) transparent;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
.chat-native-scrollbar::-webkit-scrollbar {
|
|
438
|
-
width: 10px;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
.chat-native-scrollbar::-webkit-scrollbar-track {
|
|
442
|
-
background: transparent;
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
.chat-native-scrollbar::-webkit-scrollbar-thumb {
|
|
446
|
-
background: linear-gradient(
|
|
447
|
-
180deg,
|
|
448
|
-
rgba(255, 225, 150, 0.9) 0%,
|
|
449
|
-
rgba(240, 178, 50, 0.72) 55%,
|
|
450
|
-
rgba(201, 128, 24, 0.78) 100%
|
|
451
|
-
);
|
|
452
|
-
border-radius: 9999px;
|
|
453
|
-
border: 2px solid transparent;
|
|
454
|
-
background-clip: padding-box;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
|
-
.chat-native-scrollbar::-webkit-scrollbar-thumb:hover {
|
|
458
|
-
background: linear-gradient(
|
|
459
|
-
180deg,
|
|
460
|
-
rgba(255, 232, 170, 0.95) 0%,
|
|
461
|
-
rgba(240, 178, 50, 0.82) 55%,
|
|
462
|
-
rgba(201, 128, 24, 0.88) 100%
|
|
463
|
-
);
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
/* Focus trap for modals */
|
|
467
|
-
.focus-trap {
|
|
468
|
-
outline: none;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
.focus-trap:focus {
|
|
472
|
-
outline: 2px solid var(--accent);
|
|
473
|
-
outline-offset: 2px;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
/* Touch-friendly utilities - min 44px for accessibility */
|
|
477
|
-
.touch-min-h {
|
|
478
|
-
min-height: 44px;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
.touch-min-w {
|
|
482
|
-
min-width: 44px;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
/* Keyboard shortcuts styling */
|
|
486
|
-
kbd {
|
|
487
|
-
font-family: var(--mono);
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
/* Enhanced animations and transitions */
|
|
491
|
-
@keyframes slide-up {
|
|
492
|
-
from {
|
|
493
|
-
opacity: 0;
|
|
494
|
-
transform: translateY(10px);
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
to {
|
|
498
|
-
opacity: 1;
|
|
499
|
-
transform: translateY(0);
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
@keyframes slide-down {
|
|
504
|
-
from {
|
|
505
|
-
opacity: 0;
|
|
506
|
-
transform: translateY(-10px);
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
to {
|
|
510
|
-
opacity: 1;
|
|
511
|
-
transform: translateY(0);
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
@keyframes scale-in {
|
|
516
|
-
from {
|
|
517
|
-
opacity: 0;
|
|
518
|
-
transform: scale(0.95);
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
to {
|
|
522
|
-
opacity: 1;
|
|
523
|
-
transform: scale(1);
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
@keyframes shake {
|
|
528
|
-
0%,
|
|
529
|
-
100% {
|
|
530
|
-
transform: translateX(0);
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
10%,
|
|
534
|
-
30%,
|
|
535
|
-
50%,
|
|
536
|
-
70%,
|
|
537
|
-
90% {
|
|
538
|
-
transform: translateX(-2px);
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
20%,
|
|
542
|
-
40%,
|
|
543
|
-
60%,
|
|
544
|
-
80% {
|
|
545
|
-
transform: translateX(2px);
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
@keyframes glow {
|
|
550
|
-
0%,
|
|
551
|
-
100% {
|
|
552
|
-
box-shadow:
|
|
553
|
-
0 0 5px var(--accent),
|
|
554
|
-
0 0 10px var(--accent);
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
50% {
|
|
558
|
-
box-shadow:
|
|
559
|
-
0 0 20px var(--accent),
|
|
560
|
-
0 0 30px var(--accent);
|
|
561
|
-
}
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
.animate-slide-up {
|
|
565
|
-
animation: slide-up 0.3s ease-out;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
.animate-slide-down {
|
|
569
|
-
animation: slide-down 0.3s ease-out;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
.animate-scale-in {
|
|
573
|
-
animation: scale-in 0.2s ease-out;
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
.animate-shake {
|
|
577
|
-
animation: shake 0.5s ease-in-out;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.animate-glow {
|
|
581
|
-
animation: glow 2s ease-in-out infinite;
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
/* Smooth transitions */
|
|
585
|
-
.transition-smooth {
|
|
586
|
-
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
.transition-bounce {
|
|
590
|
-
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
/* Focus ring improvements */
|
|
594
|
-
.focus-ring:focus {
|
|
595
|
-
outline: none;
|
|
596
|
-
box-shadow: 0 0 0 3px var(--accent);
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
.focus-ring:focus-visible {
|
|
600
|
-
outline: none;
|
|
601
|
-
box-shadow: 0 0 0 3px var(--accent);
|
|
602
|
-
}
|
|
603
|
-
|
|
604
|
-
/* Hover lift effect */
|
|
605
|
-
.hover-lift {
|
|
606
|
-
transition:
|
|
607
|
-
transform 0.2s ease,
|
|
608
|
-
box-shadow 0.2s ease;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
.hover-lift:hover {
|
|
612
|
-
transform: translateY(-2px);
|
|
613
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
/* Press effect */
|
|
617
|
-
.press:active {
|
|
618
|
-
transform: scale(0.98);
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
/* Dark mode contrast improvements */
|
|
622
|
-
[data-theme="dark"] .text-muted {
|
|
623
|
-
color: hsl(240 5% 64.9%);
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
[data-theme="dark"] .text-muted-strong {
|
|
627
|
-
color: hsl(240 4% 74%);
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
[data-theme="dark"] .bg-bg-accent {
|
|
631
|
-
background-color: hsl(240 5.9% 14%);
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
[data-theme="dark"] .bg-bg-elevated {
|
|
635
|
-
background-color: hsl(240 4.8% 10%);
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
/* Focus visible improvements for dark mode */
|
|
639
|
-
[data-theme="dark"] :focus-visible {
|
|
640
|
-
outline: 2px solid hsl(217 91% 60%);
|
|
641
|
-
outline-offset: 2px;
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
/* Advanced subtab buttons stay clickable without Chrome tap/focus flash or text selection */
|
|
645
|
-
.advanced-subtab-btn,
|
|
646
|
-
.advanced-subtab-btn * {
|
|
647
|
-
-moz-user-select: none;
|
|
648
|
-
-ms-user-select: none;
|
|
649
|
-
-webkit-tap-highlight-color: transparent;
|
|
650
|
-
-webkit-user-select: none;
|
|
651
|
-
user-select: none;
|
|
652
|
-
}
|
|
653
|
-
|
|
654
|
-
.advanced-subtab-btn {
|
|
655
|
-
-webkit-touch-callout: none;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
.advanced-subtab-btn:focus,
|
|
659
|
-
.advanced-subtab-btn:focus-visible,
|
|
660
|
-
[data-theme="dark"] .advanced-subtab-btn:focus-visible {
|
|
661
|
-
outline: none;
|
|
662
|
-
outline-offset: 0;
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
/* Reduced motion - !important is intentional for accessibility override */
|
|
666
|
-
@media (prefers-reduced-motion: reduce) {
|
|
667
|
-
*,
|
|
668
|
-
*::before,
|
|
669
|
-
*::after {
|
|
670
|
-
/* biome-ignore lint/complexity/noImportantStyles: Accessibility requires forcing reduced motion */
|
|
671
|
-
animation-duration: 0.01ms !important;
|
|
672
|
-
/* biome-ignore lint/complexity/noImportantStyles: Accessibility requires forcing reduced motion */
|
|
673
|
-
animation-iteration-count: 1 !important;
|
|
674
|
-
/* biome-ignore lint/complexity/noImportantStyles: Accessibility requires forcing reduced motion */
|
|
675
|
-
transition-duration: 0.01ms !important;
|
|
676
|
-
/* biome-ignore lint/complexity/noImportantStyles: Accessibility requires forcing reduced motion */
|
|
677
|
-
scroll-behavior: auto !important;
|
|
678
|
-
}
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
/* ── Wallets BSC-first view ───────────────────────────────────────── */
|
|
682
|
-
|
|
683
|
-
.wallets-bsc {
|
|
684
|
-
--wb-card-highlight: linear-gradient(
|
|
685
|
-
135deg,
|
|
686
|
-
rgba(240, 185, 11, 0.12),
|
|
687
|
-
rgba(240, 185, 11, 0.02)
|
|
688
|
-
);
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
.wallets-bsc__setup code {
|
|
692
|
-
display: inline-block;
|
|
693
|
-
padding: 0 4px;
|
|
694
|
-
border: 1px solid var(--border);
|
|
695
|
-
border-radius: var(--radius-md);
|
|
696
|
-
background: var(--bg-muted);
|
|
697
|
-
}
|
|
698
|
-
|
|
699
|
-
.wallets-bsc__main-card {
|
|
700
|
-
background: var(--wb-card-highlight), var(--card);
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
.wallets-bsc__status-grid {
|
|
704
|
-
display: grid;
|
|
705
|
-
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
|
|
706
|
-
gap: 8px;
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
.wallets-bsc__status-badge {
|
|
710
|
-
border: 1px solid var(--border);
|
|
711
|
-
border-radius: var(--radius-lg);
|
|
712
|
-
padding: 10px;
|
|
713
|
-
background: var(--bg);
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
.wallets-bsc__status-badge.is-ready {
|
|
717
|
-
border-color: color-mix(in srgb, var(--ok) 45%, var(--border) 55%);
|
|
718
|
-
background: color-mix(in srgb, var(--ok) 10%, var(--bg) 90%);
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
.wallets-bsc__status-badge.is-not-ready {
|
|
722
|
-
border-color: color-mix(in srgb, var(--warn) 40%, var(--border) 60%);
|
|
723
|
-
background: color-mix(in srgb, var(--warn) 10%, var(--bg) 90%);
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
.wallets-bsc__status-title {
|
|
727
|
-
font-size: 11px;
|
|
728
|
-
font-weight: 700;
|
|
729
|
-
text-transform: uppercase;
|
|
730
|
-
letter-spacing: 0.04em;
|
|
731
|
-
color: var(--text-strong);
|
|
732
|
-
}
|
|
733
|
-
|
|
734
|
-
.wallets-bsc__status-value {
|
|
735
|
-
margin-top: 3px;
|
|
736
|
-
font-size: 16px;
|
|
737
|
-
font-weight: 700;
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
.wallets-bsc__status-detail {
|
|
741
|
-
margin-top: 2px;
|
|
742
|
-
font-size: 11px;
|
|
743
|
-
color: var(--muted);
|
|
744
|
-
line-height: 1.3;
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
.wallets-bsc__stats-row {
|
|
748
|
-
display: grid;
|
|
749
|
-
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
|
|
750
|
-
gap: 8px;
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
.wallets-bsc__stat-card {
|
|
754
|
-
border: 1px solid var(--border);
|
|
755
|
-
border-radius: var(--radius-lg);
|
|
756
|
-
background: var(--bg);
|
|
757
|
-
padding: 10px;
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
.wallets-bsc__stat-label {
|
|
761
|
-
font-size: 10px;
|
|
762
|
-
font-weight: 700;
|
|
763
|
-
text-transform: uppercase;
|
|
764
|
-
letter-spacing: 0.05em;
|
|
765
|
-
color: var(--muted);
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
.wallets-bsc__stat-value {
|
|
769
|
-
margin-top: 4px;
|
|
770
|
-
font-size: 20px;
|
|
771
|
-
line-height: 1.1;
|
|
772
|
-
font-weight: 700;
|
|
773
|
-
font-family: var(--mono);
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
.wallets-bsc__collapse {
|
|
777
|
-
border-radius: var(--radius-xl);
|
|
778
|
-
overflow: hidden;
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
.wallets-bsc__quick-trade {
|
|
782
|
-
border: 1px solid var(--border);
|
|
783
|
-
border-radius: var(--radius-lg);
|
|
784
|
-
background: var(--bg);
|
|
785
|
-
padding: 12px;
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
.wallets-bsc__quick-head {
|
|
789
|
-
display: flex;
|
|
790
|
-
align-items: baseline;
|
|
791
|
-
justify-content: space-between;
|
|
792
|
-
gap: 8px;
|
|
793
|
-
flex-wrap: wrap;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
.wallets-bsc__quick-title {
|
|
797
|
-
font-size: 13px;
|
|
798
|
-
font-weight: 700;
|
|
799
|
-
letter-spacing: 0.03em;
|
|
800
|
-
text-transform: uppercase;
|
|
801
|
-
}
|
|
802
|
-
|
|
803
|
-
.wallets-bsc__quick-note {
|
|
804
|
-
font-size: 11px;
|
|
805
|
-
color: var(--muted);
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
.wallets-bsc__quick-row {
|
|
809
|
-
margin-top: 10px;
|
|
810
|
-
display: grid;
|
|
811
|
-
gap: 8px;
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
.wallets-bsc__quick-input {
|
|
815
|
-
width: 100%;
|
|
816
|
-
border: 1px solid var(--border);
|
|
817
|
-
border-radius: var(--radius-md);
|
|
818
|
-
background: var(--bg);
|
|
819
|
-
color: var(--text);
|
|
820
|
-
padding: 9px 10px;
|
|
821
|
-
font-size: 13px;
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
.wallets-bsc__quick-input:focus {
|
|
825
|
-
outline: none;
|
|
826
|
-
border-color: var(--text);
|
|
827
|
-
}
|
|
828
|
-
|
|
829
|
-
.wallets-bsc__quick-presets {
|
|
830
|
-
display: flex;
|
|
831
|
-
flex-wrap: wrap;
|
|
832
|
-
gap: 6px;
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
.wallets-bsc__preset-btn {
|
|
836
|
-
border: 1px solid var(--border);
|
|
837
|
-
border-radius: 999px;
|
|
838
|
-
background: var(--bg);
|
|
839
|
-
color: var(--text);
|
|
840
|
-
padding: 4px 10px;
|
|
841
|
-
font-size: 11px;
|
|
842
|
-
font-family: var(--mono);
|
|
843
|
-
cursor: pointer;
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
.wallets-bsc__preset-btn.is-active {
|
|
847
|
-
border-color: color-mix(in srgb, #f0b90b 70%, var(--border) 30%);
|
|
848
|
-
background: color-mix(in srgb, #f0b90b 16%, var(--bg) 84%);
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
.wallets-bsc__quick-actions {
|
|
852
|
-
display: inline-flex;
|
|
853
|
-
gap: 8px;
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
.wallets-bsc__quick-btn {
|
|
857
|
-
border: 1px solid var(--border);
|
|
858
|
-
border-radius: var(--radius-md);
|
|
859
|
-
background: var(--bg);
|
|
860
|
-
color: var(--text);
|
|
861
|
-
padding: 7px 14px;
|
|
862
|
-
font-size: 12px;
|
|
863
|
-
font-weight: 700;
|
|
864
|
-
letter-spacing: 0.03em;
|
|
865
|
-
cursor: pointer;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
.wallets-bsc__quick-btn.is-buy {
|
|
869
|
-
border-color: color-mix(in srgb, var(--ok) 55%, var(--border) 45%);
|
|
870
|
-
background: color-mix(in srgb, var(--ok) 12%, var(--bg) 88%);
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
.wallets-bsc__quick-btn.is-sell {
|
|
874
|
-
border-color: color-mix(in srgb, var(--warn) 55%, var(--border) 45%);
|
|
875
|
-
background: color-mix(in srgb, var(--warn) 12%, var(--bg) 88%);
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
/* ── Wallet Terminal redesign (wt__) ──────────────────────────────── */
|
|
879
|
-
|
|
880
|
-
.wt__portfolio {
|
|
881
|
-
border: 1px solid var(--border);
|
|
882
|
-
background:
|
|
883
|
-
linear-gradient(135deg, rgba(240, 185, 11, 0.1), rgba(240, 185, 11, 0.02)),
|
|
884
|
-
var(--card);
|
|
885
|
-
padding: 14px 16px 12px;
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
.wt__portfolio-label {
|
|
889
|
-
font-size: 10px;
|
|
890
|
-
font-weight: 700;
|
|
891
|
-
text-transform: uppercase;
|
|
892
|
-
letter-spacing: 0.08em;
|
|
893
|
-
color: var(--muted);
|
|
894
|
-
margin-bottom: 4px;
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
.wt__portfolio-value {
|
|
898
|
-
font-size: 30px;
|
|
899
|
-
line-height: 1;
|
|
900
|
-
font-weight: 700;
|
|
901
|
-
font-family: var(--mono);
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
.wt__status-row {
|
|
905
|
-
display: flex;
|
|
906
|
-
align-items: center;
|
|
907
|
-
gap: 14px;
|
|
908
|
-
flex-wrap: wrap;
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
.wt__status-dot {
|
|
912
|
-
display: inline-flex;
|
|
913
|
-
align-items: center;
|
|
914
|
-
gap: 5px;
|
|
915
|
-
font-size: 11px;
|
|
916
|
-
color: var(--muted);
|
|
917
|
-
cursor: default;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
.wt__status-dot.is-ready {
|
|
921
|
-
color: var(--text);
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
.wt__status-indicator {
|
|
925
|
-
width: 7px;
|
|
926
|
-
height: 7px;
|
|
927
|
-
border-radius: 50%;
|
|
928
|
-
background: color-mix(in srgb, var(--warn) 80%, var(--border) 20%);
|
|
929
|
-
flex-shrink: 0;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
.wt__status-dot.is-ready .wt__status-indicator {
|
|
933
|
-
background: var(--ok);
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
.wt__quick {
|
|
937
|
-
border: 1px solid var(--border);
|
|
938
|
-
background: var(--card);
|
|
939
|
-
padding: 10px 12px;
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
.wt__quick-row {
|
|
943
|
-
display: flex;
|
|
944
|
-
align-items: center;
|
|
945
|
-
gap: 8px;
|
|
946
|
-
flex-wrap: wrap;
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
.wt__quick-input {
|
|
950
|
-
flex: 1;
|
|
951
|
-
min-width: 180px;
|
|
952
|
-
border: 1px solid var(--border);
|
|
953
|
-
background: var(--bg);
|
|
954
|
-
color: var(--text);
|
|
955
|
-
padding: 6px 10px;
|
|
956
|
-
font-size: 12px;
|
|
957
|
-
font-family: var(--mono);
|
|
958
|
-
outline: none;
|
|
959
|
-
transition: border-color 0.15s;
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
.wt__quick-input:focus {
|
|
963
|
-
border-color: var(--text);
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
.wt__presets {
|
|
967
|
-
display: flex;
|
|
968
|
-
align-items: center;
|
|
969
|
-
gap: 4px;
|
|
970
|
-
flex-wrap: wrap;
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
.wt__preset {
|
|
974
|
-
border: 1px solid var(--border);
|
|
975
|
-
border-radius: 999px;
|
|
976
|
-
background: var(--bg);
|
|
977
|
-
color: var(--text);
|
|
978
|
-
padding: 3px 9px;
|
|
979
|
-
font-size: 11px;
|
|
980
|
-
font-family: var(--mono);
|
|
981
|
-
cursor: pointer;
|
|
982
|
-
transition: all 0.15s;
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
.wt__preset.is-active {
|
|
986
|
-
border-color: var(--text);
|
|
987
|
-
background: color-mix(in srgb, #f0b90b 14%, var(--bg) 86%);
|
|
988
|
-
color: var(--text);
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
.wt__quick-actions {
|
|
992
|
-
display: flex;
|
|
993
|
-
gap: 6px;
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
.wt__btn {
|
|
997
|
-
border: 1px solid var(--border);
|
|
998
|
-
background: var(--bg);
|
|
999
|
-
color: var(--text);
|
|
1000
|
-
padding: 6px 16px;
|
|
1001
|
-
font-size: 12px;
|
|
1002
|
-
font-weight: 700;
|
|
1003
|
-
letter-spacing: 0.06em;
|
|
1004
|
-
font-family: var(--mono);
|
|
1005
|
-
cursor: pointer;
|
|
1006
|
-
transition: all 0.15s;
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
|
-
.wt__btn.is-buy {
|
|
1010
|
-
border-color: color-mix(in srgb, var(--ok) 60%, var(--border) 40%);
|
|
1011
|
-
color: var(--ok);
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
.wt__btn.is-buy:hover {
|
|
1015
|
-
background: color-mix(in srgb, var(--ok) 14%, var(--bg) 86%);
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
.wt__btn.is-track {
|
|
1019
|
-
border-color: color-mix(in srgb, var(--accent) 60%, var(--border) 40%);
|
|
1020
|
-
color: var(--text);
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
|
-
.wt__btn.is-track:hover {
|
|
1024
|
-
background: color-mix(in srgb, var(--accent) 12%, var(--bg) 88%);
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
.wt__btn.is-sell {
|
|
1028
|
-
border-color: color-mix(in srgb, var(--warn) 60%, var(--border) 40%);
|
|
1029
|
-
color: var(--warn);
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
.wt__btn.is-sell:hover {
|
|
1033
|
-
background: color-mix(in srgb, var(--warn) 14%, var(--bg) 86%);
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
.wt__btn:disabled {
|
|
1037
|
-
opacity: 0.55;
|
|
1038
|
-
cursor: not-allowed;
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
|
-
.wt__toolbar {
|
|
1042
|
-
display: flex;
|
|
1043
|
-
align-items: center;
|
|
1044
|
-
gap: 4px;
|
|
1045
|
-
padding: 5px 0;
|
|
1046
|
-
border-bottom: 1px solid var(--border);
|
|
1047
|
-
flex-wrap: wrap;
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
.wt__tab {
|
|
1051
|
-
border: none;
|
|
1052
|
-
background: transparent;
|
|
1053
|
-
color: var(--muted);
|
|
1054
|
-
padding: 3px 8px;
|
|
1055
|
-
font-size: 12px;
|
|
1056
|
-
font-weight: 700;
|
|
1057
|
-
font-family: var(--mono);
|
|
1058
|
-
letter-spacing: 0.02em;
|
|
1059
|
-
cursor: pointer;
|
|
1060
|
-
transition: color 0.15s;
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
.wt__tab.is-active {
|
|
1064
|
-
color: var(--text);
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
.wt__sep {
|
|
1068
|
-
display: inline-block;
|
|
1069
|
-
width: 1px;
|
|
1070
|
-
height: 14px;
|
|
1071
|
-
background: var(--border);
|
|
1072
|
-
margin: 0 4px;
|
|
1073
|
-
align-self: center;
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
.wt__chip {
|
|
1077
|
-
border: 1px solid var(--border);
|
|
1078
|
-
background: var(--bg);
|
|
1079
|
-
color: var(--muted);
|
|
1080
|
-
padding: 2px 7px;
|
|
1081
|
-
font-size: 10px;
|
|
1082
|
-
font-family: var(--mono);
|
|
1083
|
-
cursor: pointer;
|
|
1084
|
-
border-radius: 3px;
|
|
1085
|
-
transition: all 0.15s;
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
.wt__chip.is-active {
|
|
1089
|
-
border-color: var(--text);
|
|
1090
|
-
color: var(--text);
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
.wt__refresh {
|
|
1094
|
-
border: 1px solid var(--border);
|
|
1095
|
-
background: var(--bg);
|
|
1096
|
-
color: var(--muted);
|
|
1097
|
-
padding: 2px 8px;
|
|
1098
|
-
font-size: 13px;
|
|
1099
|
-
cursor: pointer;
|
|
1100
|
-
border-radius: 3px;
|
|
1101
|
-
transition: all 0.15s;
|
|
1102
|
-
font-family: var(--mono);
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
.wt__refresh:hover {
|
|
1106
|
-
border-color: var(--text);
|
|
1107
|
-
color: var(--text);
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
|
-
.wt__row-btn {
|
|
1111
|
-
border: 1px solid var(--border);
|
|
1112
|
-
background: transparent;
|
|
1113
|
-
color: var(--muted);
|
|
1114
|
-
padding: 2px 7px;
|
|
1115
|
-
font-size: 10px;
|
|
1116
|
-
font-weight: 700;
|
|
1117
|
-
font-family: var(--mono);
|
|
1118
|
-
cursor: pointer;
|
|
1119
|
-
border-radius: 2px;
|
|
1120
|
-
transition: all 0.15s;
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
.wt__row-btn.is-preflight:hover {
|
|
1124
|
-
border-color: var(--text);
|
|
1125
|
-
color: var(--text);
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
.wt__row-btn.is-quote:hover {
|
|
1129
|
-
border-color: var(--ok);
|
|
1130
|
-
color: var(--ok);
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
|
-
.wt__row-btn.is-remove:hover {
|
|
1134
|
-
border-color: var(--warn);
|
|
1135
|
-
color: var(--warn);
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
.wt__row-btn:disabled {
|
|
1139
|
-
opacity: 0.5;
|
|
1140
|
-
cursor: not-allowed;
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
.wt__quote {
|
|
1144
|
-
border: 1px solid var(--border);
|
|
1145
|
-
background: var(--card);
|
|
1146
|
-
padding: 10px 12px;
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
|
-
.wt__quote-head {
|
|
1150
|
-
display: flex;
|
|
1151
|
-
align-items: center;
|
|
1152
|
-
justify-content: space-between;
|
|
1153
|
-
gap: 8px;
|
|
1154
|
-
flex-wrap: wrap;
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
.wt__quote-title {
|
|
1158
|
-
font-size: 11px;
|
|
1159
|
-
letter-spacing: 0.06em;
|
|
1160
|
-
text-transform: uppercase;
|
|
1161
|
-
color: var(--muted);
|
|
1162
|
-
font-weight: 700;
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
.wt__quote-route {
|
|
1166
|
-
font-family: var(--mono);
|
|
1167
|
-
font-size: 10px;
|
|
1168
|
-
color: var(--muted);
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
.wt__quote-grid {
|
|
1172
|
-
margin-top: 8px;
|
|
1173
|
-
display: grid;
|
|
1174
|
-
gap: 8px;
|
|
1175
|
-
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
|
-
.wt__quote-k {
|
|
1179
|
-
font-size: 10px;
|
|
1180
|
-
text-transform: uppercase;
|
|
1181
|
-
color: var(--muted);
|
|
1182
|
-
letter-spacing: 0.04em;
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
.wt__quote-v {
|
|
1186
|
-
margin-top: 2px;
|
|
1187
|
-
font-family: var(--mono);
|
|
1188
|
-
font-size: 13px;
|
|
1189
|
-
color: var(--text);
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
.wt__quote-actions {
|
|
1193
|
-
margin-top: 10px;
|
|
1194
|
-
display: flex;
|
|
1195
|
-
align-items: center;
|
|
1196
|
-
gap: 10px;
|
|
1197
|
-
flex-wrap: wrap;
|
|
1198
|
-
}
|
|
1199
|
-
|
|
1200
|
-
.wt__quote-link {
|
|
1201
|
-
font-size: 11px;
|
|
1202
|
-
font-family: var(--mono);
|
|
1203
|
-
color: var(--text);
|
|
1204
|
-
text-decoration: none;
|
|
1205
|
-
border-bottom: 1px dashed color-mix(in srgb, var(--accent) 70%, transparent);
|
|
1206
|
-
}
|
|
1207
|
-
|
|
1208
|
-
.wt__quote-link:hover {
|
|
1209
|
-
color: var(--text);
|
|
1210
|
-
border-bottom-color: color-mix(in srgb, var(--text) 70%, transparent);
|
|
1211
|
-
}
|
|
1212
|
-
|
|
1213
|
-
.wt__quote-usersign {
|
|
1214
|
-
margin-top: 10px;
|
|
1215
|
-
border: 1px dashed color-mix(in srgb, var(--border) 80%, transparent);
|
|
1216
|
-
background: color-mix(in srgb, var(--bg) 92%, transparent);
|
|
1217
|
-
padding: 8px;
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
.wt__preflight {
|
|
1221
|
-
margin-top: 10px;
|
|
1222
|
-
border: 1px solid color-mix(in srgb, var(--border) 86%, transparent);
|
|
1223
|
-
background: color-mix(in srgb, var(--bg) 92%, transparent);
|
|
1224
|
-
padding: 8px;
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
|
-
.wt__preflight-checks {
|
|
1228
|
-
margin-top: 6px;
|
|
1229
|
-
display: flex;
|
|
1230
|
-
align-items: center;
|
|
1231
|
-
gap: 6px;
|
|
1232
|
-
flex-wrap: wrap;
|
|
1233
|
-
}
|
|
1234
|
-
|
|
1235
|
-
.wt__preflight-chip {
|
|
1236
|
-
display: inline-flex;
|
|
1237
|
-
align-items: center;
|
|
1238
|
-
border: 1px solid var(--border);
|
|
1239
|
-
border-radius: 999px;
|
|
1240
|
-
padding: 1px 7px;
|
|
1241
|
-
font-size: 10px;
|
|
1242
|
-
font-family: var(--mono);
|
|
1243
|
-
letter-spacing: 0.03em;
|
|
1244
|
-
}
|
|
1245
|
-
|
|
1246
|
-
.wt__preflight-chip.is-pass {
|
|
1247
|
-
border-color: color-mix(in srgb, var(--ok) 60%, var(--border) 40%);
|
|
1248
|
-
color: var(--ok);
|
|
1249
|
-
}
|
|
1250
|
-
|
|
1251
|
-
.wt__preflight-chip.is-fail {
|
|
1252
|
-
border-color: color-mix(in srgb, var(--warn) 60%, var(--border) 40%);
|
|
1253
|
-
color: var(--warn);
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
|
-
.wt__preflight-reasons {
|
|
1257
|
-
margin-top: 6px;
|
|
1258
|
-
font-size: 11px;
|
|
1259
|
-
color: var(--muted);
|
|
1260
|
-
line-height: 1.45;
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
.wt__tx-status-row {
|
|
1264
|
-
margin-top: 8px;
|
|
1265
|
-
display: flex;
|
|
1266
|
-
align-items: center;
|
|
1267
|
-
flex-wrap: wrap;
|
|
1268
|
-
gap: 8px;
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
.wt__tx-pill {
|
|
1272
|
-
display: inline-flex;
|
|
1273
|
-
align-items: center;
|
|
1274
|
-
border: 1px solid var(--border);
|
|
1275
|
-
border-radius: 999px;
|
|
1276
|
-
padding: 2px 8px;
|
|
1277
|
-
font-size: 10px;
|
|
1278
|
-
font-family: var(--mono);
|
|
1279
|
-
font-weight: 700;
|
|
1280
|
-
letter-spacing: 0.04em;
|
|
1281
|
-
text-transform: uppercase;
|
|
1282
|
-
color: var(--muted);
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
|
-
.wt__tx-pill.is-pending {
|
|
1286
|
-
border-color: color-mix(in srgb, var(--warn) 50%, var(--border) 50%);
|
|
1287
|
-
color: var(--warn);
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
.wt__tx-pill.is-success {
|
|
1291
|
-
border-color: color-mix(in srgb, var(--ok) 55%, var(--border) 45%);
|
|
1292
|
-
color: var(--ok);
|
|
1293
|
-
}
|
|
1294
|
-
|
|
1295
|
-
.wt__tx-pill.is-reverted,
|
|
1296
|
-
.wt__tx-pill.is-not_found {
|
|
1297
|
-
border-color: color-mix(in srgb, var(--danger) 55%, var(--border) 45%);
|
|
1298
|
-
color: var(--danger);
|
|
1299
|
-
}
|
|
1300
|
-
|
|
1301
|
-
.wt__tx-meta {
|
|
1302
|
-
font-size: 10px;
|
|
1303
|
-
color: var(--muted);
|
|
1304
|
-
font-family: var(--mono);
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
.wt__usersign-steps {
|
|
1308
|
-
margin-top: 6px;
|
|
1309
|
-
display: flex;
|
|
1310
|
-
flex-wrap: wrap;
|
|
1311
|
-
gap: 8px;
|
|
1312
|
-
align-items: center;
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
.wt__usersign-step {
|
|
1316
|
-
font-size: 11px;
|
|
1317
|
-
color: var(--muted);
|
|
1318
|
-
font-family: var(--mono);
|
|
1319
|
-
}
|
|
1320
|
-
|
|
1321
|
-
/* ── Network badge ───────────────────────────────────────────────── */
|
|
1322
|
-
|
|
1323
|
-
.wt__network-badge {
|
|
1324
|
-
display: inline-flex;
|
|
1325
|
-
align-items: center;
|
|
1326
|
-
gap: 4px;
|
|
1327
|
-
padding: 1px 6px;
|
|
1328
|
-
font-size: 9px;
|
|
1329
|
-
font-family: var(--mono);
|
|
1330
|
-
font-weight: 700;
|
|
1331
|
-
letter-spacing: 0.06em;
|
|
1332
|
-
text-transform: uppercase;
|
|
1333
|
-
border: 1px solid color-mix(in srgb, #f0b90b 50%, var(--border) 50%);
|
|
1334
|
-
color: var(--text);
|
|
1335
|
-
border-radius: 3px;
|
|
1336
|
-
background: color-mix(in srgb, #f0b90b 8%, transparent 92%);
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
.wt__network-badge::before {
|
|
1340
|
-
content: "";
|
|
1341
|
-
display: inline-block;
|
|
1342
|
-
width: 5px;
|
|
1343
|
-
height: 5px;
|
|
1344
|
-
border-radius: 50%;
|
|
1345
|
-
background: #f0b90b;
|
|
1346
|
-
flex-shrink: 0;
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
/* ── Receive button ──────────────────────────────────────────────── */
|
|
1350
|
-
|
|
1351
|
-
.wt__receive-btn {
|
|
1352
|
-
display: inline-flex;
|
|
1353
|
-
align-items: center;
|
|
1354
|
-
gap: 5px;
|
|
1355
|
-
border: 1px solid var(--border);
|
|
1356
|
-
background: var(--bg);
|
|
1357
|
-
color: var(--muted);
|
|
1358
|
-
padding: 4px 12px;
|
|
1359
|
-
font-size: 11px;
|
|
1360
|
-
font-family: var(--mono);
|
|
1361
|
-
font-weight: 600;
|
|
1362
|
-
cursor: pointer;
|
|
1363
|
-
border-radius: 3px;
|
|
1364
|
-
transition: all 0.15s;
|
|
1365
|
-
letter-spacing: 0.03em;
|
|
1366
|
-
}
|
|
1367
|
-
|
|
1368
|
-
.wt__receive-btn:hover {
|
|
1369
|
-
border-color: color-mix(in srgb, #f0b90b 60%, var(--border) 40%);
|
|
1370
|
-
color: var(--text);
|
|
1371
|
-
background: color-mix(in srgb, #f0b90b 6%, var(--bg) 94%);
|
|
1372
|
-
}
|
|
1373
|
-
|
|
1374
|
-
/* ── Token logo (image + letter fallback) ────────────────────────── */
|
|
1375
|
-
|
|
1376
|
-
.wt__token-logo {
|
|
1377
|
-
width: 32px;
|
|
1378
|
-
height: 32px;
|
|
1379
|
-
border-radius: 50%;
|
|
1380
|
-
display: inline-flex;
|
|
1381
|
-
align-items: center;
|
|
1382
|
-
justify-content: center;
|
|
1383
|
-
flex-shrink: 0;
|
|
1384
|
-
object-fit: cover;
|
|
1385
|
-
font-weight: 700;
|
|
1386
|
-
font-family: var(--mono);
|
|
1387
|
-
color: white;
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
.wt__token-logo.is-letter {
|
|
1391
|
-
/* background comes from chain class */
|
|
1392
|
-
background: var(--bg-muted);
|
|
1393
|
-
}
|
|
1394
|
-
|
|
1395
|
-
/* ── Native token row special styling ────────────────────────────── */
|
|
1396
|
-
|
|
1397
|
-
.wt__row--native {
|
|
1398
|
-
background: color-mix(in srgb, #f0b90b 4%, transparent 96%);
|
|
1399
|
-
}
|
|
1400
|
-
|
|
1401
|
-
.wt__row--native.wt__row--native:hover {
|
|
1402
|
-
background: color-mix(in srgb, #f0b90b 8%, var(--bg) 92%);
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
|
-
/* ── Native badge label ──────────────────────────────────────────── */
|
|
1406
|
-
|
|
1407
|
-
.wt__native-badge {
|
|
1408
|
-
display: inline-flex;
|
|
1409
|
-
align-items: center;
|
|
1410
|
-
padding: 0px 5px;
|
|
1411
|
-
font-size: 9px;
|
|
1412
|
-
font-family: var(--mono);
|
|
1413
|
-
font-weight: 600;
|
|
1414
|
-
letter-spacing: 0.05em;
|
|
1415
|
-
text-transform: uppercase;
|
|
1416
|
-
border: 1px solid color-mix(in srgb, #f0b90b 40%, var(--border) 60%);
|
|
1417
|
-
color: color-mix(in srgb, #f0b90b 80%, var(--muted) 20%);
|
|
1418
|
-
border-radius: 3px;
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
/* ── BNB sub-label in portfolio ──────────────────────────────────── */
|
|
1422
|
-
|
|
1423
|
-
.wt__bnb-sub {
|
|
1424
|
-
font-size: 11px;
|
|
1425
|
-
font-family: var(--mono);
|
|
1426
|
-
color: var(--muted);
|
|
1427
|
-
margin-top: 3px;
|
|
1428
|
-
}
|
|
1429
|
-
|
|
1430
|
-
/* ── Inline BSC error ────────────────────────────────────────────── */
|
|
1431
|
-
|
|
1432
|
-
.wt__error-inline {
|
|
1433
|
-
display: flex;
|
|
1434
|
-
align-items: center;
|
|
1435
|
-
gap: 8px;
|
|
1436
|
-
padding: 5px 8px;
|
|
1437
|
-
background: color-mix(in srgb, var(--danger, #e74c3c) 8%, var(--bg) 92%);
|
|
1438
|
-
border: 1px solid
|
|
1439
|
-
color-mix(in srgb, var(--danger, #e74c3c) 30%, var(--border) 70%);
|
|
1440
|
-
border-radius: 3px;
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
.wt__error-inline-text {
|
|
1444
|
-
flex: 1;
|
|
1445
|
-
font-size: 11px;
|
|
1446
|
-
font-family: var(--mono);
|
|
1447
|
-
color: var(--danger, #e74c3c);
|
|
1448
|
-
word-break: break-all;
|
|
1449
|
-
}
|
|
1450
|
-
|
|
1451
|
-
.wt__error-retry {
|
|
1452
|
-
border: 1px solid
|
|
1453
|
-
color-mix(in srgb, var(--danger, #e74c3c) 40%, var(--border) 60%);
|
|
1454
|
-
background: transparent;
|
|
1455
|
-
color: var(--danger, #e74c3c);
|
|
1456
|
-
padding: 2px 8px;
|
|
1457
|
-
font-size: 10px;
|
|
1458
|
-
font-family: var(--mono);
|
|
1459
|
-
cursor: pointer;
|
|
1460
|
-
white-space: nowrap;
|
|
1461
|
-
transition: all 0.15s;
|
|
1462
|
-
}
|
|
1463
|
-
|
|
1464
|
-
.wt__error-retry:hover {
|
|
1465
|
-
background: color-mix(in srgb, var(--danger, #e74c3c) 12%, var(--bg) 88%);
|
|
1466
|
-
}
|
|
1467
|
-
|
|
1468
|
-
/* ── Contract input with validation border ───────────────────────── */
|
|
1469
|
-
|
|
1470
|
-
.wt__quick-input.is-valid {
|
|
1471
|
-
border-color: color-mix(in srgb, var(--ok) 70%, var(--border) 30%);
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
.wt__quick-input.is-invalid {
|
|
1475
|
-
border-color: color-mix(in srgb, var(--warn) 70%, var(--border) 30%);
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
/* ── Input wrapper + recents dropdown ────────────────────────────── */
|
|
1479
|
-
|
|
1480
|
-
.wt__input-wrap {
|
|
1481
|
-
flex: 1;
|
|
1482
|
-
min-width: 180px;
|
|
1483
|
-
position: relative;
|
|
1484
|
-
display: flex;
|
|
1485
|
-
align-items: center;
|
|
1486
|
-
}
|
|
1487
|
-
|
|
1488
|
-
.wt__input-wrap .wt__quick-input {
|
|
1489
|
-
flex: 1;
|
|
1490
|
-
min-width: 0;
|
|
1491
|
-
padding-right: 28px;
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
.wt__recents-toggle {
|
|
1495
|
-
position: absolute;
|
|
1496
|
-
right: 6px;
|
|
1497
|
-
top: 50%;
|
|
1498
|
-
transform: translateY(-50%);
|
|
1499
|
-
border: none;
|
|
1500
|
-
background: transparent;
|
|
1501
|
-
color: var(--muted);
|
|
1502
|
-
font-size: 11px;
|
|
1503
|
-
cursor: pointer;
|
|
1504
|
-
padding: 2px 4px;
|
|
1505
|
-
line-height: 1;
|
|
1506
|
-
transition: color 0.15s;
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
.wt__recents-toggle:hover {
|
|
1510
|
-
color: var(--text);
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
|
-
.wt__recents {
|
|
1514
|
-
position: absolute;
|
|
1515
|
-
top: calc(100% + 2px);
|
|
1516
|
-
left: 0;
|
|
1517
|
-
right: 0;
|
|
1518
|
-
z-index: 40;
|
|
1519
|
-
border: 1px solid var(--border);
|
|
1520
|
-
background: var(--card);
|
|
1521
|
-
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
|
|
1522
|
-
}
|
|
1523
|
-
|
|
1524
|
-
.wt__recents-item {
|
|
1525
|
-
display: block;
|
|
1526
|
-
width: 100%;
|
|
1527
|
-
padding: 6px 10px;
|
|
1528
|
-
text-align: left;
|
|
1529
|
-
border: none;
|
|
1530
|
-
background: transparent;
|
|
1531
|
-
cursor: pointer;
|
|
1532
|
-
transition: background 0.1s;
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
.wt__recents-item:hover {
|
|
1536
|
-
background: var(--bg-hover, var(--bg));
|
|
1537
|
-
}
|
|
1538
|
-
|
|
1539
|
-
.wt__recents-addr {
|
|
1540
|
-
font-size: 11px;
|
|
1541
|
-
font-family: var(--mono);
|
|
1542
|
-
color: var(--muted);
|
|
1543
|
-
}
|
|
1544
|
-
|
|
1545
|
-
.wt__recents-item:hover .wt__recents-addr {
|
|
1546
|
-
color: var(--text);
|
|
1547
|
-
}
|
|
1548
|
-
|
|
1549
|
-
/* ── Slippage selector ───────────────────────────────────────────── */
|
|
1550
|
-
|
|
1551
|
-
.wt__slip {
|
|
1552
|
-
display: flex;
|
|
1553
|
-
align-items: center;
|
|
1554
|
-
gap: 5px;
|
|
1555
|
-
margin-top: 7px;
|
|
1556
|
-
flex-wrap: wrap;
|
|
1557
|
-
}
|
|
1558
|
-
|
|
1559
|
-
.wt__slip-label {
|
|
1560
|
-
font-size: 10px;
|
|
1561
|
-
color: var(--muted);
|
|
1562
|
-
font-family: var(--mono);
|
|
1563
|
-
}
|
|
1564
|
-
|
|
1565
|
-
.wt__slip-btn {
|
|
1566
|
-
border: 1px solid var(--border);
|
|
1567
|
-
background: var(--bg);
|
|
1568
|
-
color: var(--muted);
|
|
1569
|
-
padding: 2px 7px;
|
|
1570
|
-
font-size: 10px;
|
|
1571
|
-
font-family: var(--mono);
|
|
1572
|
-
cursor: pointer;
|
|
1573
|
-
border-radius: 3px;
|
|
1574
|
-
transition: all 0.15s;
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
|
-
.wt__slip-btn.is-active {
|
|
1578
|
-
border-color: var(--text);
|
|
1579
|
-
color: var(--text);
|
|
1580
|
-
}
|
|
1581
|
-
|
|
1582
|
-
.wt__slip-btn:hover:not(.is-active) {
|
|
1583
|
-
border-color: var(--muted);
|
|
1584
|
-
color: var(--text);
|
|
1585
|
-
}
|
|
1586
|
-
|
|
1587
|
-
.wt__slip-input {
|
|
1588
|
-
border: 1px solid var(--border);
|
|
1589
|
-
background: var(--bg);
|
|
1590
|
-
color: var(--text);
|
|
1591
|
-
padding: 2px 6px;
|
|
1592
|
-
font-size: 10px;
|
|
1593
|
-
font-family: var(--mono);
|
|
1594
|
-
width: 68px;
|
|
1595
|
-
border-radius: 3px;
|
|
1596
|
-
outline: none;
|
|
1597
|
-
transition: border-color 0.15s;
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1600
|
-
.wt__slip-input::placeholder {
|
|
1601
|
-
color: var(--muted);
|
|
1602
|
-
}
|
|
1603
|
-
|
|
1604
|
-
.wt__slip-input:focus {
|
|
1605
|
-
border-color: var(--text);
|
|
1606
|
-
}
|
|
1607
|
-
|
|
1608
|
-
.wt__slip-input.is-active {
|
|
1609
|
-
border-color: var(--text);
|
|
1610
|
-
color: var(--text);
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
|
-
.companion-game__roster-list::before {
|
|
1614
|
-
content: "";
|
|
1615
|
-
position: absolute;
|
|
1616
|
-
left: 6px;
|
|
1617
|
-
top: 6px;
|
|
1618
|
-
bottom: 6px;
|
|
1619
|
-
width: 1px;
|
|
1620
|
-
background: rgba(102, 111, 137, 0.42);
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
|
-
.companion-game__roster-item {
|
|
1624
|
-
position: relative;
|
|
1625
|
-
width: 100%;
|
|
1626
|
-
border-radius: 16px;
|
|
1627
|
-
border: 1px solid rgba(193, 198, 217, 0.78);
|
|
1628
|
-
background: rgba(248, 249, 253, 0.9);
|
|
1629
|
-
padding: 7px 8px;
|
|
1630
|
-
display: grid;
|
|
1631
|
-
grid-template-columns: 56px minmax(0, 1fr);
|
|
1632
|
-
gap: 10px;
|
|
1633
|
-
align-items: center;
|
|
1634
|
-
text-align: left;
|
|
1635
|
-
transition:
|
|
1636
|
-
border-color 140ms ease,
|
|
1637
|
-
transform 140ms ease,
|
|
1638
|
-
background-color 140ms ease;
|
|
1639
|
-
}
|
|
1640
|
-
|
|
1641
|
-
.companion-game__roster-item:hover {
|
|
1642
|
-
border-color: rgba(158, 178, 67, 0.9);
|
|
1643
|
-
transform: translateY(-1px);
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
|
-
.companion-game__roster-item.is-active {
|
|
1647
|
-
border-color: rgba(158, 178, 67, 0.9);
|
|
1648
|
-
background: rgba(255, 251, 235, 0.95);
|
|
1649
|
-
}
|
|
1650
|
-
|
|
1651
|
-
.companion-game__roster-node {
|
|
1652
|
-
position: absolute;
|
|
1653
|
-
left: -15px;
|
|
1654
|
-
top: 50%;
|
|
1655
|
-
width: 8px;
|
|
1656
|
-
height: 8px;
|
|
1657
|
-
border-radius: 999px;
|
|
1658
|
-
transform: translateY(-50%);
|
|
1659
|
-
background: #1e212f;
|
|
1660
|
-
box-shadow: 0 0 0 2px rgba(240, 243, 252, 0.9);
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
.companion-game__roster-item.is-active .companion-game__roster-node {
|
|
1664
|
-
background: #9eb243;
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
.companion-game__roster-thumb {
|
|
1668
|
-
width: 56px;
|
|
1669
|
-
height: 56px;
|
|
1670
|
-
border-radius: 8px;
|
|
1671
|
-
border: 1px solid rgba(186, 191, 211, 0.86);
|
|
1672
|
-
background: rgba(238, 242, 252, 0.86);
|
|
1673
|
-
overflow: hidden;
|
|
1674
|
-
display: inline-flex;
|
|
1675
|
-
align-items: center;
|
|
1676
|
-
justify-content: center;
|
|
1677
|
-
}
|
|
1678
|
-
|
|
1679
|
-
.companion-game__roster-thumb img {
|
|
1680
|
-
width: 100%;
|
|
1681
|
-
height: 100%;
|
|
1682
|
-
object-fit: cover;
|
|
1683
|
-
object-position: center 24%;
|
|
1684
|
-
}
|
|
1685
|
-
|
|
1686
|
-
.companion-game__roster-meta {
|
|
1687
|
-
display: grid;
|
|
1688
|
-
gap: 2px;
|
|
1689
|
-
min-width: 0;
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
|
-
.companion-game__roster-title {
|
|
1693
|
-
font-size: 12px;
|
|
1694
|
-
font-weight: 700;
|
|
1695
|
-
color: #1f2434;
|
|
1696
|
-
letter-spacing: 0.02em;
|
|
1697
|
-
text-transform: uppercase;
|
|
1698
|
-
white-space: nowrap;
|
|
1699
|
-
overflow: hidden;
|
|
1700
|
-
text-overflow: ellipsis;
|
|
1701
|
-
}
|
|
1702
|
-
|
|
1703
|
-
.companion-game__roster-subtitle {
|
|
1704
|
-
font-size: 11px;
|
|
1705
|
-
color: #666d84;
|
|
1706
|
-
white-space: nowrap;
|
|
1707
|
-
overflow: hidden;
|
|
1708
|
-
text-overflow: ellipsis;
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
.companion-game__roster-item.is-active .companion-game__roster-subtitle {
|
|
1712
|
-
color: #6b7730;
|
|
1713
|
-
}
|
|
1714
|
-
|
|
1715
|
-
.companion-game__mini-progress {
|
|
1716
|
-
display: grid;
|
|
1717
|
-
gap: 4px;
|
|
1718
|
-
}
|
|
1719
|
-
|
|
1720
|
-
.companion-game__mini-progress-label {
|
|
1721
|
-
display: flex;
|
|
1722
|
-
justify-content: space-between;
|
|
1723
|
-
font-size: 12px;
|
|
1724
|
-
color: #4f5467;
|
|
1725
|
-
font-weight: 600;
|
|
1726
|
-
}
|
|
1727
|
-
|
|
1728
|
-
.companion-game__mini-progress-track {
|
|
1729
|
-
height: 8px;
|
|
1730
|
-
border-radius: 999px;
|
|
1731
|
-
background: rgba(167, 174, 193, 0.33);
|
|
1732
|
-
overflow: hidden;
|
|
1733
|
-
}
|
|
1734
|
-
|
|
1735
|
-
.companion-game__mini-progress-fill {
|
|
1736
|
-
height: 100%;
|
|
1737
|
-
border-radius: 999px;
|
|
1738
|
-
background: linear-gradient(90deg, #10131b 0%, #566188 100%);
|
|
1739
|
-
}
|
|
1740
|
-
|
|
1741
|
-
.companion-game__status-chip {
|
|
1742
|
-
margin-top: 3px;
|
|
1743
|
-
border-radius: 999px;
|
|
1744
|
-
font-size: 11px;
|
|
1745
|
-
font-weight: 700;
|
|
1746
|
-
text-transform: uppercase;
|
|
1747
|
-
letter-spacing: 0.07em;
|
|
1748
|
-
padding: 8px 12px;
|
|
1749
|
-
width: fit-content;
|
|
1750
|
-
}
|
|
1751
|
-
|
|
1752
|
-
.companion-game__status-chip.is-good {
|
|
1753
|
-
color: #1f6a3b;
|
|
1754
|
-
background: rgba(63, 154, 97, 0.14);
|
|
1755
|
-
border: 1px solid rgba(63, 154, 97, 0.52);
|
|
1756
|
-
}
|
|
1757
|
-
|
|
1758
|
-
.companion-game__status-chip.is-danger {
|
|
1759
|
-
color: #8f3f47;
|
|
1760
|
-
background: rgba(211, 95, 106, 0.12);
|
|
1761
|
-
border: 1px solid rgba(211, 95, 106, 0.5);
|
|
1762
|
-
}
|
|
1763
|
-
|
|
1764
|
-
.companion-game__status-notes {
|
|
1765
|
-
border-radius: 12px;
|
|
1766
|
-
background: rgba(255, 255, 255, 0.7);
|
|
1767
|
-
border: 1px solid rgba(188, 194, 212, 0.75);
|
|
1768
|
-
padding: 10px 12px;
|
|
1769
|
-
font-size: 12px;
|
|
1770
|
-
color: #54596b;
|
|
1771
|
-
}
|
|
1772
|
-
|
|
1773
|
-
.companion-game__status-notes--danger {
|
|
1774
|
-
border-color: rgba(211, 95, 106, 0.4);
|
|
1775
|
-
color: #8f3f47;
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1778
|
-
.companion-game__panel-metrics {
|
|
1779
|
-
display: grid;
|
|
1780
|
-
gap: 4px;
|
|
1781
|
-
font-size: 12px;
|
|
1782
|
-
color: #5d6276;
|
|
1783
|
-
}
|
|
1784
|
-
|
|
1785
|
-
.companion-game__panel-btn {
|
|
1786
|
-
margin-top: auto;
|
|
1787
|
-
border-radius: 999px;
|
|
1788
|
-
border: 1px solid var(--cg-action-border);
|
|
1789
|
-
background: var(--cg-action);
|
|
1790
|
-
min-height: 40px;
|
|
1791
|
-
font-size: 12px;
|
|
1792
|
-
font-weight: 700;
|
|
1793
|
-
}
|
|
1794
|
-
|
|
1795
|
-
.companion-game__kpi-grid {
|
|
1796
|
-
display: grid;
|
|
1797
|
-
gap: 12px;
|
|
1798
|
-
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1799
|
-
}
|
|
1800
|
-
|
|
1801
|
-
.companion-game__kpi-card {
|
|
1802
|
-
border-radius: 24px;
|
|
1803
|
-
border: 1px solid var(--cg-border);
|
|
1804
|
-
background: var(--cg-card);
|
|
1805
|
-
box-shadow: var(--cg-soft-shadow);
|
|
1806
|
-
padding: 16px 18px;
|
|
1807
|
-
min-height: 120px;
|
|
1808
|
-
display: flex;
|
|
1809
|
-
flex-direction: column;
|
|
1810
|
-
justify-content: space-between;
|
|
1811
|
-
animation: companion-reveal 300ms ease;
|
|
1812
|
-
}
|
|
1813
|
-
|
|
1814
|
-
@keyframes kpi-flash {
|
|
1815
|
-
0% {
|
|
1816
|
-
background: var(--cg-accent);
|
|
1817
|
-
}
|
|
1818
|
-
|
|
1819
|
-
100% {
|
|
1820
|
-
background: var(--cg-card);
|
|
1821
|
-
}
|
|
1822
|
-
}
|
|
1823
|
-
|
|
1824
|
-
.companion-game__kpi-card.is-changed {
|
|
1825
|
-
animation: kpi-flash 1.2s ease-out;
|
|
1826
|
-
}
|
|
1827
|
-
|
|
1828
|
-
.companion-game__kpi-label {
|
|
1829
|
-
font-size: 15px;
|
|
1830
|
-
color: #505467;
|
|
1831
|
-
font-weight: 600;
|
|
1832
|
-
}
|
|
1833
|
-
|
|
1834
|
-
.companion-game__kpi-value {
|
|
1835
|
-
font-size: 2.3rem;
|
|
1836
|
-
font-weight: 800;
|
|
1837
|
-
line-height: 1;
|
|
1838
|
-
}
|
|
1839
|
-
|
|
1840
|
-
.companion-game__kpi-note {
|
|
1841
|
-
font-size: 12px;
|
|
1842
|
-
color: #666b7f;
|
|
1843
|
-
}
|
|
1844
|
-
|
|
1845
|
-
.companion-game__footer-meta {
|
|
1846
|
-
display: flex;
|
|
1847
|
-
flex-wrap: wrap;
|
|
1848
|
-
gap: 10px 16px;
|
|
1849
|
-
font-size: 12px;
|
|
1850
|
-
color: #70758a;
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
.companion-game__footer-meta span {
|
|
1854
|
-
border-radius: 999px;
|
|
1855
|
-
border: 1px solid rgba(183, 188, 206, 0.72);
|
|
1856
|
-
background: rgba(250, 251, 255, 0.72);
|
|
1857
|
-
padding: 5px 10px;
|
|
1858
|
-
}
|
|
1859
|
-
|
|
1860
|
-
.companion-game__drawer-overlay {
|
|
1861
|
-
position: absolute;
|
|
1862
|
-
inset: 0;
|
|
1863
|
-
background: rgba(26, 29, 42, 0.34);
|
|
1864
|
-
opacity: 0;
|
|
1865
|
-
visibility: hidden;
|
|
1866
|
-
transition: opacity 180ms ease;
|
|
1867
|
-
z-index: 10;
|
|
1868
|
-
}
|
|
1869
|
-
|
|
1870
|
-
.companion-game__drawer-overlay.is-open {
|
|
1871
|
-
opacity: 1;
|
|
1872
|
-
visibility: visible;
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
.companion-game__drawer {
|
|
1876
|
-
position: absolute;
|
|
1877
|
-
top: 0;
|
|
1878
|
-
right: 0;
|
|
1879
|
-
height: 100%;
|
|
1880
|
-
width: min(460px, 88vw);
|
|
1881
|
-
border-left: 1px solid rgba(179, 186, 204, 0.82);
|
|
1882
|
-
background: rgba(250, 251, 255, 0.98);
|
|
1883
|
-
box-shadow: -14px 0 34px rgba(25, 30, 45, 0.2);
|
|
1884
|
-
z-index: 20;
|
|
1885
|
-
transform: translateX(104%);
|
|
1886
|
-
transition: transform 220ms ease;
|
|
1887
|
-
display: flex;
|
|
1888
|
-
flex-direction: column;
|
|
1889
|
-
overflow: hidden;
|
|
1890
|
-
}
|
|
1891
|
-
|
|
1892
|
-
.companion-game__drawer.is-open {
|
|
1893
|
-
transform: translateX(0);
|
|
1894
|
-
}
|
|
1895
|
-
|
|
1896
|
-
.companion-game__drawer-header {
|
|
1897
|
-
display: flex;
|
|
1898
|
-
align-items: flex-start;
|
|
1899
|
-
justify-content: space-between;
|
|
1900
|
-
gap: 12px;
|
|
1901
|
-
border-bottom: 1px solid rgba(188, 194, 212, 0.78);
|
|
1902
|
-
padding: 18px;
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
|
-
.companion-game__drawer-header h3 {
|
|
1906
|
-
margin: 0;
|
|
1907
|
-
font-size: 1.1rem;
|
|
1908
|
-
font-weight: 800;
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
|
-
.companion-game__drawer-header p {
|
|
1912
|
-
margin: 4px 0 0;
|
|
1913
|
-
font-size: 12px;
|
|
1914
|
-
color: #60657a;
|
|
1915
|
-
}
|
|
1916
|
-
|
|
1917
|
-
.companion-game__drawer-close {
|
|
1918
|
-
min-height: 34px;
|
|
1919
|
-
border-radius: 999px;
|
|
1920
|
-
border: 1px solid rgba(190, 195, 211, 0.85);
|
|
1921
|
-
padding: 0 12px;
|
|
1922
|
-
background: #ffffff;
|
|
1923
|
-
font-size: 12px;
|
|
1924
|
-
font-weight: 700;
|
|
1925
|
-
}
|
|
1926
|
-
|
|
1927
|
-
.companion-game__drawer-section {
|
|
1928
|
-
padding: 16px 18px;
|
|
1929
|
-
border-bottom: 1px solid rgba(196, 201, 218, 0.7);
|
|
1930
|
-
display: grid;
|
|
1931
|
-
gap: 10px;
|
|
1932
|
-
}
|
|
1933
|
-
|
|
1934
|
-
.companion-game__drawer-title {
|
|
1935
|
-
font-size: 12px;
|
|
1936
|
-
text-transform: uppercase;
|
|
1937
|
-
letter-spacing: 0.07em;
|
|
1938
|
-
color: #50566c;
|
|
1939
|
-
font-weight: 800;
|
|
1940
|
-
}
|
|
1941
|
-
|
|
1942
|
-
.companion-game__helper {
|
|
1943
|
-
font-size: 12px;
|
|
1944
|
-
color: #64697d;
|
|
1945
|
-
}
|
|
1946
|
-
|
|
1947
|
-
.companion-game__checkbox {
|
|
1948
|
-
display: inline-flex;
|
|
1949
|
-
align-items: center;
|
|
1950
|
-
gap: 8px;
|
|
1951
|
-
font-size: 13px;
|
|
1952
|
-
}
|
|
1953
|
-
|
|
1954
|
-
.companion-game__drawer-grid {
|
|
1955
|
-
display: grid;
|
|
1956
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1957
|
-
gap: 8px;
|
|
1958
|
-
}
|
|
1959
|
-
|
|
1960
|
-
.companion-game__field {
|
|
1961
|
-
display: grid;
|
|
1962
|
-
gap: 5px;
|
|
1963
|
-
font-size: 12px;
|
|
1964
|
-
color: #59607a;
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
.companion-game__field select {
|
|
1968
|
-
border: 1px solid rgba(183, 189, 208, 0.95);
|
|
1969
|
-
border-radius: 10px;
|
|
1970
|
-
background: #ffffff;
|
|
1971
|
-
min-height: 34px;
|
|
1972
|
-
padding: 0 10px;
|
|
1973
|
-
color: #1f2434;
|
|
1974
|
-
}
|
|
1975
|
-
|
|
1976
|
-
.companion-game__drawer-actions {
|
|
1977
|
-
display: flex;
|
|
1978
|
-
flex-wrap: wrap;
|
|
1979
|
-
gap: 8px;
|
|
1980
|
-
}
|
|
1981
|
-
|
|
1982
|
-
.companion-game__drawer-btn {
|
|
1983
|
-
min-height: 36px;
|
|
1984
|
-
border-radius: 999px;
|
|
1985
|
-
border: 1px solid rgba(182, 188, 206, 0.9);
|
|
1986
|
-
background: #ffffff;
|
|
1987
|
-
padding: 0 12px;
|
|
1988
|
-
font-size: 12px;
|
|
1989
|
-
font-weight: 700;
|
|
1990
|
-
}
|
|
1991
|
-
|
|
1992
|
-
.companion-game__drawer-btn--primary {
|
|
1993
|
-
border-color: #9fb243;
|
|
1994
|
-
background: #c7da63;
|
|
1995
|
-
}
|
|
1996
|
-
|
|
1997
|
-
.companion-game__drawer-btn:disabled {
|
|
1998
|
-
opacity: 0.5;
|
|
1999
|
-
cursor: not-allowed;
|
|
2000
|
-
}
|
|
2001
|
-
|
|
2002
|
-
.companion-game__activity-list {
|
|
2003
|
-
max-height: 280px;
|
|
2004
|
-
overflow-y: auto;
|
|
2005
|
-
border: 1px solid rgba(185, 191, 210, 0.82);
|
|
2006
|
-
border-radius: 12px;
|
|
2007
|
-
background: rgba(255, 255, 255, 0.86);
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
|
-
.companion-game__activity-item {
|
|
2011
|
-
padding: 10px;
|
|
2012
|
-
border-bottom: 1px solid rgba(198, 203, 220, 0.72);
|
|
2013
|
-
font-size: 12px;
|
|
2014
|
-
color: #2f3446;
|
|
2015
|
-
}
|
|
2016
|
-
|
|
2017
|
-
.companion-game__activity-item:last-child {
|
|
2018
|
-
border-bottom: 0;
|
|
2019
|
-
}
|
|
2020
|
-
|
|
2021
|
-
.companion-game__activity-meta {
|
|
2022
|
-
font-size: 11px;
|
|
2023
|
-
color: #6a6f84;
|
|
2024
|
-
margin-bottom: 3px;
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
|
-
@media (max-width: 1279px) {
|
|
2028
|
-
.companion-game__kpi-grid {
|
|
2029
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2030
|
-
}
|
|
2031
|
-
}
|
|
2032
|
-
|
|
2033
|
-
@media (max-width: 1023px) {
|
|
2034
|
-
.companion-game {
|
|
2035
|
-
border-radius: 26px;
|
|
2036
|
-
padding: 16px;
|
|
2037
|
-
}
|
|
2038
|
-
|
|
2039
|
-
.companion-game__left-rail {
|
|
2040
|
-
order: 2;
|
|
2041
|
-
display: flex;
|
|
2042
|
-
flex-direction: row;
|
|
2043
|
-
align-items: stretch;
|
|
2044
|
-
gap: 10px;
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
|
-
.companion-game__rail-actions {
|
|
2048
|
-
flex: 1;
|
|
2049
|
-
}
|
|
2050
|
-
|
|
2051
|
-
.companion-game__stage {
|
|
2052
|
-
order: 1;
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
.companion-game__roster {
|
|
2056
|
-
order: 3;
|
|
2057
|
-
}
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
@media (max-width: 767px) {
|
|
2061
|
-
.companion-game__logo-mark {
|
|
2062
|
-
display: none;
|
|
2063
|
-
}
|
|
2064
|
-
|
|
2065
|
-
.companion-game__left-rail {
|
|
2066
|
-
display: flex;
|
|
2067
|
-
flex-direction: column;
|
|
2068
|
-
}
|
|
2069
|
-
|
|
2070
|
-
.companion-game__vrm-shell {
|
|
2071
|
-
min-height: 460px;
|
|
2072
|
-
height: 66vh;
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
.companion-game__kpi-grid {
|
|
2076
|
-
grid-template-columns: 1fr;
|
|
2077
|
-
}
|
|
2078
|
-
|
|
2079
|
-
.companion-game__drawer {
|
|
2080
|
-
width: 100%;
|
|
2081
|
-
border-left: 0;
|
|
2082
|
-
}
|
|
2083
|
-
|
|
2084
|
-
.companion-game__drawer-grid {
|
|
2085
|
-
grid-template-columns: 1fr;
|
|
2086
|
-
}
|
|
2087
|
-
}
|