@ottocode/web-sdk 0.1.310 → 0.1.312

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/dist/assets/provider-logos.d.ts +1 -0
  2. package/dist/assets/provider-logos.d.ts.map +1 -1
  3. package/dist/components/chat/ChatInput.d.ts +4 -0
  4. package/dist/components/chat/ChatInput.d.ts.map +1 -1
  5. package/dist/components/chat/ChatInputContainer.d.ts +4 -0
  6. package/dist/components/chat/ChatInputContainer.d.ts.map +1 -1
  7. package/dist/components/chat/ConfigModal.d.ts +3 -1
  8. package/dist/components/chat/ConfigModal.d.ts.map +1 -1
  9. package/dist/components/chat/ConfigSelector.d.ts.map +1 -1
  10. package/dist/components/chat/InputApprovalBar.d.ts.map +1 -1
  11. package/dist/components/chat/InputSecureInputBar.d.ts.map +1 -1
  12. package/dist/components/chat/InputSubagentsBar.d.ts.map +1 -1
  13. package/dist/components/chat/InputTodosBar.d.ts.map +1 -1
  14. package/dist/components/chat/NewSessionLanding.d.ts +4 -0
  15. package/dist/components/chat/NewSessionLanding.d.ts.map +1 -1
  16. package/dist/components/chat/input-bar-chrome.d.ts +24 -0
  17. package/dist/components/chat/input-bar-chrome.d.ts.map +1 -0
  18. package/dist/components/common/OttoOIcon.d.ts +8 -0
  19. package/dist/components/common/OttoOIcon.d.ts.map +1 -0
  20. package/dist/components/common/ProviderLogo.d.ts.map +1 -1
  21. package/dist/components/index.d.ts +3 -2
  22. package/dist/components/index.d.ts.map +1 -1
  23. package/dist/components/index.js +4718 -3514
  24. package/dist/components/index.js.map +46 -36
  25. package/dist/components/messages/MessageThreadContainer.d.ts +6 -0
  26. package/dist/components/messages/MessageThreadContainer.d.ts.map +1 -1
  27. package/dist/components/messages/OttoKickoffNotice.d.ts +15 -0
  28. package/dist/components/messages/OttoKickoffNotice.d.ts.map +1 -0
  29. package/dist/components/messages/OttoWakeupNotice.d.ts +12 -0
  30. package/dist/components/messages/OttoWakeupNotice.d.ts.map +1 -0
  31. package/dist/components/messages/UserMessageGroup.d.ts.map +1 -1
  32. package/dist/components/messages/compactActivity.d.ts.map +1 -1
  33. package/dist/components/messages/otto-notice-parsing.d.ts +43 -0
  34. package/dist/components/messages/otto-notice-parsing.d.ts.map +1 -0
  35. package/dist/components/messages/renderers/GoalToolRenderer.d.ts.map +1 -1
  36. package/dist/components/onboarding/OnboardingModal.d.ts.map +1 -1
  37. package/dist/components/onboarding/steps/ProviderSetupStep.d.ts +10 -0
  38. package/dist/components/onboarding/steps/ProviderSetupStep.d.ts.map +1 -1
  39. package/dist/components/otto/OttoGoalBar.d.ts +18 -0
  40. package/dist/components/otto/OttoGoalBar.d.ts.map +1 -0
  41. package/dist/components/otto/OttoSessionRail.d.ts +15 -0
  42. package/dist/components/otto/OttoSessionRail.d.ts.map +1 -0
  43. package/dist/components/otto/OttoSessionView.d.ts +14 -0
  44. package/dist/components/otto/OttoSessionView.d.ts.map +1 -0
  45. package/dist/components/otto/OttoTabBar.d.ts +20 -0
  46. package/dist/components/otto/OttoTabBar.d.ts.map +1 -0
  47. package/dist/components/otto/OttoWorkspace.d.ts +20 -0
  48. package/dist/components/otto/OttoWorkspace.d.ts.map +1 -0
  49. package/dist/components/otto/index.d.ts +7 -0
  50. package/dist/components/otto/index.d.ts.map +1 -0
  51. package/dist/components/sessions/SessionListContainer.d.ts +8 -0
  52. package/dist/components/sessions/SessionListContainer.d.ts.map +1 -1
  53. package/dist/components/subagents/SubagentFloatingViewer.d.ts +3 -2
  54. package/dist/components/subagents/SubagentFloatingViewer.d.ts.map +1 -1
  55. package/dist/components/titlebar/TitleBar.d.ts +48 -0
  56. package/dist/components/titlebar/TitleBar.d.ts.map +1 -0
  57. package/dist/hooks/index.d.ts +1 -0
  58. package/dist/hooks/index.d.ts.map +1 -1
  59. package/dist/hooks/index.js +267 -70
  60. package/dist/hooks/index.js.map +13 -12
  61. package/dist/hooks/useAgents.d.ts.map +1 -1
  62. package/dist/hooks/useAuthStatus.d.ts +5 -0
  63. package/dist/hooks/useAuthStatus.d.ts.map +1 -1
  64. package/dist/hooks/useChatComposer.d.ts.map +1 -1
  65. package/dist/hooks/useEdgeHover.d.ts +26 -0
  66. package/dist/hooks/useEdgeHover.d.ts.map +1 -0
  67. package/dist/hooks/useGoals.d.ts +34 -6
  68. package/dist/hooks/useGoals.d.ts.map +1 -1
  69. package/dist/hooks/useSessionStream.d.ts.map +1 -1
  70. package/dist/hooks/useSessions.d.ts +9 -2
  71. package/dist/hooks/useSessions.d.ts.map +1 -1
  72. package/dist/index.js +4864 -3571
  73. package/dist/index.js.map +48 -38
  74. package/dist/lib/api-client/auth.d.ts +10 -0
  75. package/dist/lib/api-client/auth.d.ts.map +1 -1
  76. package/dist/lib/api-client/goals.d.ts +9 -1
  77. package/dist/lib/api-client/goals.d.ts.map +1 -1
  78. package/dist/lib/api-client/index.d.ts +18 -0
  79. package/dist/lib/api-client/index.d.ts.map +1 -1
  80. package/dist/lib/api-client/sessions.d.ts +2 -0
  81. package/dist/lib/api-client/sessions.d.ts.map +1 -1
  82. package/dist/lib/index.js +45 -3
  83. package/dist/lib/index.js.map +6 -6
  84. package/dist/stores/index.d.ts +1 -1
  85. package/dist/stores/index.d.ts.map +1 -1
  86. package/dist/stores/index.js +57 -56
  87. package/dist/stores/index.js.map +6 -6
  88. package/dist/stores/subagentViewerStore.d.ts +20 -5
  89. package/dist/stores/subagentViewerStore.d.ts.map +1 -1
  90. package/dist/stores/workspaceTabStore.d.ts +14 -0
  91. package/dist/stores/workspaceTabStore.d.ts.map +1 -0
  92. package/dist/types/api.d.ts +2 -2
  93. package/dist/types/api.d.ts.map +1 -1
  94. package/package.json +3 -3
  95. package/dist/components/goals/GoalsSidebar.d.ts +0 -6
  96. package/dist/components/goals/GoalsSidebar.d.ts.map +0 -1
  97. package/dist/components/goals/GoalsSidebarToggle.d.ts +0 -6
  98. package/dist/components/goals/GoalsSidebarToggle.d.ts.map +0 -1
  99. package/dist/components/goals/index.d.ts +0 -3
  100. package/dist/components/goals/index.d.ts.map +0 -1
  101. package/dist/stores/goalsPanelStore.d.ts +0 -9
  102. package/dist/stores/goalsPanelStore.d.ts.map +0 -1
@@ -9,6 +9,7 @@ export declare const xaiLogo = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 40
9
9
  export declare const zaiLogo = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M20.1312 7.50002L17.4088 11.1913H5.81625L8.5375 7.50002H20.1325H20.1312ZM34.0675 28.81L31.3475 32.5H19.795L22.5125 28.81H34.0675ZM35 7.50002L16.58 32.5H5L23.42 7.50002H35Z\" fill=\"currentColor\"/>\n</svg>";
10
10
  export declare const ottorouterLogo = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 100 100\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M55.0151 11H45.7732C42.9871 11 41.594 11 40.5458 11.7564C39.4977 12.5128 39.0587 13.8349 38.1807 16.479L28.4934 45.6545C26.899 50.4561 26.1019 52.8569 27.2993 54.5162C28.4967 56.1754 31.0264 56.1754 36.0858 56.1754H38.1307C41.9554 56.1754 43.8677 56.1754 45.0206 57.2527C45.2855 57.5002 45.5155 57.7825 45.7043 58.092C46.5262 59.4389 46.1395 61.3117 45.3662 65.0574C42.291 79.9519 40.7534 87.3991 43.0079 88.8933C43.4871 89.2109 44.0292 89.4215 44.5971 89.5107C47.2691 89.9303 51.1621 83.398 58.9481 70.3336L70.7118 50.5949C72.8831 46.9517 73.9687 45.13 73.6853 43.639C73.5201 42.7697 73.0712 41.9797 72.4091 41.3927C71.2734 40.386 69.1528 40.386 64.9115 40.386C61.2258 40.386 59.3829 40.386 58.2863 39.5068C57.6438 38.9916 57.176 38.2907 56.9467 37.4998C56.5553 36.1498 57.2621 34.4479 58.6757 31.044L62.4033 22.0683C64.4825 17.0618 65.5221 14.5585 64.3345 12.7793C63.1468 11 60.4362 11 55.0151 11Z\" fill=\"currentColor\"/>\n</svg>";
11
11
  export declare const minimaxLogo = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 32V12L13 22L20 12V32H17V20L13 26L9 20V32H6ZM22 32V12L29 22L36 12V32H33V20L29 26L25 20V32H22Z\" fill=\"currentColor\"/>\n</svg>";
12
+ export declare const kimiLogo = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.846 0a1.923 1.923 0 110 3.846H20.15a.226.226 0 01-.227-.226V1.923C19.923.861 20.784 0 21.846 0z\" fill=\"currentColor\"/>\n<path d=\"M11.065 11.199l7.257-7.2c.137-.136.06-.41-.116-.41H14.3a.164.164 0 00-.117.051l-7.82 7.756c-.122.12-.302.013-.302-.179V3.82c0-.127-.083-.23-.185-.23H3.186c-.103 0-.186.103-.186.23V19.77c0 .128.083.23.186.23h2.69c.103 0 .186-.102.186-.23v-3.25c0-.069.025-.135.069-.178l2.424-2.406a.158.158 0 01.205-.023l6.484 4.772a7.677 7.677 0 003.453 1.283c.108.012.2-.095.2-.23v-3.06c0-.117-.07-.212-.164-.227a5.028 5.028 0 01-2.027-.807l-5.613-4.064c-.117-.078-.132-.279-.028-.381z\" fill=\"currentColor\"/>\n</svg>";
12
13
  export declare const opencodeLogo = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.2\" d=\"M19.2002 17.4H8.40017V13.8H15.6002V10.2H19.2002V17.4ZM8.40017 13.8H4.80017V10.2H8.40017V13.8Z\" fill=\"currentColor\"/>\n<path d=\"M8.40005 17.4H19.2001V21H4.80005V13.8H8.40005V17.4ZM15.6001 10.2V13.8H8.40005V10.2H15.6001ZM19.2001 10.2H15.6001V6.6H4.80005V3H19.2001V10.2Z\" fill=\"currentColor\"/>\n</svg>";
13
14
  export declare const copilotLogo = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M35.3993 26.4544C34.2871 28.3855 27.8314 32.9425 20 32.9425C12.1686 32.9425 5.71288 28.3855 4.60075 26.4544C4.5427 26.3532 4.50826 26.2401 4.5 26.1237V22.418C4.51199 22.3209 4.53496 22.2256 4.56846 22.1338C5.04896 20.9261 6.30833 19.1733 7.93325 18.7031C8.14896 18.149 8.468 17.3404 8.76508 16.7437C8.71727 16.2776 8.69485 15.8094 8.69792 15.3409C8.69792 13.6217 9.06217 12.113 10.1601 10.9906C10.6729 10.4662 11.3097 10.0644 12.064 9.76091C13.871 8.29357 16.4453 7.05745 19.9716 7.05745C23.4978 7.05745 26.129 8.29357 27.936 9.76091C28.6903 10.0644 29.3271 10.4662 29.8399 10.9906C30.9378 12.113 31.3021 13.6217 31.3021 15.3409C31.3021 15.8162 31.284 16.2877 31.2349 16.7437C31.532 17.3404 31.851 18.149 32.0667 18.7031C33.6917 19.1733 34.951 20.9261 35.4315 22.1338C35.4677 22.2248 35.4908 22.3205 35.5 22.418V26.1237C35.4917 26.2401 35.4573 26.3532 35.3993 26.4544ZM20.2222 18.7147H19.7778C19.6422 18.945 19.4889 19.1644 19.3193 19.3709C18.3247 20.5941 16.8419 21.2981 14.7881 21.2981C12.56 21.2981 10.9273 20.8344 9.90304 19.6719C9.86495 19.6283 9.82833 19.5835 9.79325 19.5375L9.66667 19.6719V28.1775C11.5202 29.1837 15.4972 30.992 20 30.992C24.5028 30.992 28.4798 29.1837 30.3333 28.1775V19.6719L30.2067 19.5375C30.2067 19.5375 30.1641 19.5957 30.097 19.6719C29.0727 20.8344 27.44 21.2981 25.2119 21.2981C23.1581 21.2981 21.6753 20.5941 20.6807 19.3709C20.5111 19.1644 20.3578 18.945 20.2222 18.7147ZM23.2292 22.9127C23.9383 22.9127 24.5208 23.4952 24.5208 24.2043V26.7877C24.5208 27.4968 23.9383 28.0793 23.2292 28.0793C22.52 28.0793 21.9375 27.4968 21.9375 26.7877V24.2043C21.9375 23.4952 22.52 22.9127 23.2292 22.9127ZM16.7708 22.9127C17.48 22.9127 18.0625 23.4952 18.0625 24.2043V26.7877C18.0625 27.4968 17.48 28.0793 16.7708 28.0793C16.0617 28.0793 15.4792 27.4968 15.4792 26.7877V24.2043C15.4792 23.4952 16.0617 22.9127 16.7708 22.9127ZM21.0501 14.9237C21.2258 16.289 21.5707 17.3947 22.1842 18.149C22.7551 18.8517 23.649 19.3606 25.2119 19.3606C27.2437 19.3606 28.1724 18.9253 28.6438 18.3905C29.1398 17.8287 29.3646 16.9051 29.3646 15.3409C29.3646 13.8684 29.0507 12.9552 28.454 12.3455C27.8378 11.7152 26.7502 11.2321 24.8063 11.0216C22.8856 10.8136 21.975 11.1998 21.5345 11.7049C21.187 12.1014 20.97 12.7485 20.9688 13.7431V13.7702C20.9688 14.1121 20.9959 14.4966 21.0501 14.9237ZM18.9499 14.9237C19.0041 14.4966 19.0312 14.1117 19.0312 13.7689V13.7431C19.03 12.7485 18.813 12.1014 18.4655 11.7049C18.025 11.1998 17.1144 10.8136 15.1937 11.0216C13.2498 11.2321 12.1622 11.7152 11.546 12.3455C10.9493 12.9552 10.6354 13.8684 10.6354 15.3409C10.6354 16.9051 10.8615 17.8287 11.3562 18.3905C11.8276 18.9253 12.7563 19.3606 14.7881 19.3606C16.351 19.3606 17.2449 18.8517 17.8158 18.149C18.4293 17.3947 18.7742 16.289 18.9499 14.9237Z\" fill=\"currentColor\"/>\n</svg>";
14
15
  //# sourceMappingURL=provider-logos.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"provider-logos.d.ts","sourceRoot":"","sources":["../../src/assets/provider-logos.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,sXAEnB,CAAC;AAER,eAAO,MAAM,UAAU,ioHAEhB,CAAC;AAER,eAAO,MAAM,UAAU,+VAEhB,CAAC;AAER,eAAO,MAAM,eAAe,2lLAMrB,CAAC;AAER,eAAO,MAAM,cAAc,yrCAOpB,CAAC;AAER,eAAO,MAAM,QAAQ,0rBAEd,CAAC;AAER,eAAO,MAAM,YAAY,y2HAElB,CAAC;AAER,eAAO,MAAM,OAAO,8XAEb,CAAC;AAER,eAAO,MAAM,OAAO,yTAEb,CAAC;AAER,eAAO,MAAM,cAAc,iiCAEpB,CAAC;AAER,eAAO,MAAM,WAAW,6OAEjB,CAAC;AAER,eAAO,MAAM,YAAY,2bAGlB,CAAC;AAER,eAAO,MAAM,WAAW,w0FAEjB,CAAC"}
1
+ {"version":3,"file":"provider-logos.d.ts","sourceRoot":"","sources":["../../src/assets/provider-logos.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,sXAEnB,CAAC;AAER,eAAO,MAAM,UAAU,ioHAEhB,CAAC;AAER,eAAO,MAAM,UAAU,+VAEhB,CAAC;AAER,eAAO,MAAM,eAAe,2lLAMrB,CAAC;AAER,eAAO,MAAM,cAAc,yrCAOpB,CAAC;AAER,eAAO,MAAM,QAAQ,0rBAEd,CAAC;AAER,eAAO,MAAM,YAAY,y2HAElB,CAAC;AAER,eAAO,MAAM,OAAO,8XAEb,CAAC;AAER,eAAO,MAAM,OAAO,yTAEb,CAAC;AAER,eAAO,MAAM,cAAc,iiCAEpB,CAAC;AAER,eAAO,MAAM,WAAW,6OAEjB,CAAC;AAER,eAAO,MAAM,QAAQ,4uBAGd,CAAC;AAER,eAAO,MAAM,YAAY,2bAGlB,CAAC;AAER,eAAO,MAAM,WAAW,w0FAEjB,CAAC"}
@@ -35,6 +35,10 @@ interface ChatInputProps {
35
35
  agent?: string;
36
36
  agents?: string[];
37
37
  onAgentChange?: (agent: string) => void;
38
+ /** Renders the agent as a fixed label without the switch dropdown. */
39
+ agentLocked?: boolean;
40
+ /** Extra bars rendered above the input alongside InputTodosBar (e.g. otto goals bar). */
41
+ topBars?: React.ReactNode;
38
42
  }
39
43
  export declare const ChatInput: import("react").NamedExoticComponent<ChatInputProps & import("react").RefAttributes<{
40
44
  focus: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"ChatInput.d.ts","sourceRoot":"","sources":["../../../src/components/chat/ChatInput.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAe,cAAc,EAAW,MAAM,OAAO,CAAC;AAwClE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAwChE,UAAU,cAAc;IACvB,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,gBAAgB,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;IACjD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,cAAc,EAAE,CAAC;IAC1B,SAAS,CAAC,EAAE,cAAc,EAAE,CAAC;IAC7B,YAAY,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;IACtC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,CAAC;IACtC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gBAAgB,CAAC,EAAE,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACxD,uBAAuB,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,qBAAqB,CAAC,EAAE,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC7D,4BAA4B,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;AAED,eAAO,MAAM,SAAS;WAEX,MAAM,IAAI;cAAY,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;GAi+BvD,CAAC"}
1
+ {"version":3,"file":"ChatInput.d.ts","sourceRoot":"","sources":["../../../src/components/chat/ChatInput.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAe,cAAc,EAAW,MAAM,OAAO,CAAC;AAwClE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAwChE,UAAU,cAAc;IACvB,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,gBAAgB,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;IACjD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,cAAc,EAAE,CAAC;IAC1B,SAAS,CAAC,EAAE,cAAc,EAAE,CAAC;IAC7B,YAAY,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;IACtC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,CAAC;IACtC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,gBAAgB,CAAC,EAAE,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACxD,uBAAuB,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,qBAAqB,CAAC,EAAE,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC7D,4BAA4B,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,sEAAsE;IACtE,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,yFAAyF;IACzF,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AAED,eAAO,MAAM,SAAS;WAEX,MAAM,IAAI;cAAY,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;GA0+BvD,CAAC"}
@@ -5,6 +5,10 @@ interface ChatInputContainerProps {
5
5
  onDeleteSession?: () => void;
6
6
  onCopyText?: (text: string) => void | Promise<void>;
7
7
  modalPosition?: 'fixed' | 'absolute';
8
+ /** Fixes the session agent (no agent picker); provider/model stay editable. */
9
+ lockedAgent?: boolean;
10
+ /** Extra bars rendered above the input alongside InputTodosBar. */
11
+ topBars?: React.ReactNode;
8
12
  }
9
13
  export interface ChatInputContainerRef {
10
14
  focus: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"ChatInputContainer.d.ts","sourceRoot":"","sources":["../../../src/components/chat/ChatInputContainer.tsx"],"names":[],"mappings":"AA8BA,UAAU,uBAAuB;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACpD,aAAa,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;CACrC;AAED,MAAM,WAAW,qBAAqB;IACrC,KAAK,EAAE,MAAM,IAAI,CAAC;CAClB;AAkBD,eAAO,MAAM,kBAAkB,sHA6b9B,CAAC"}
1
+ {"version":3,"file":"ChatInputContainer.d.ts","sourceRoot":"","sources":["../../../src/components/chat/ChatInputContainer.tsx"],"names":[],"mappings":"AA8BA,UAAU,uBAAuB;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACpD,aAAa,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IACrC,+EAA+E;IAC/E,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mEAAmE;IACnE,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AAED,MAAM,WAAW,qBAAqB;IACrC,KAAK,EAAE,MAAM,IAAI,CAAC;CAClB;AAkBD,eAAO,MAAM,kBAAkB,sHAkc9B,CAAC"}
@@ -14,7 +14,9 @@ interface ConfigModalProps {
14
14
  onModelChange: (model: string) => void;
15
15
  onModelSelectorChange?: (provider: string, model: string) => void;
16
16
  modalPosition?: 'fixed' | 'absolute';
17
+ /** Hides the agent picker (e.g. otto sessions, where the agent is fixed). */
18
+ hideAgentSelector?: boolean;
17
19
  }
18
- export declare function ConfigModal({ isOpen, onClose, initialFocus, chatInputRef, agent, provider, model, modelSupportsReasoning, onAgentChange, onProviderChange, onModelChange, onModelSelectorChange, modalPosition, }: ConfigModalProps): import("react/jsx-runtime").JSX.Element;
20
+ export declare function ConfigModal({ isOpen, onClose, initialFocus, chatInputRef, agent, provider, model, modelSupportsReasoning, onAgentChange, onProviderChange, onModelChange, onModelSelectorChange, modalPosition, hideAgentSelector, }: ConfigModalProps): import("react/jsx-runtime").JSX.Element;
19
21
  export {};
20
22
  //# sourceMappingURL=ConfigModal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigModal.d.ts","sourceRoot":"","sources":["../../../src/components/chat/ConfigModal.tsx"],"names":[],"mappings":"AAcA,UAAU,gBAAgB;IACzB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,IAAI,CAAC;IACxC,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,CAAC,CAAC;IACtD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,qBAAqB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClE,aAAa,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;CACrC;AAED,wBAAgB,WAAW,CAAC,EAC3B,MAAM,EACN,OAAO,EACP,YAAY,EACZ,YAAY,EACZ,KAAK,EACL,QAAQ,EACR,KAAK,EACL,sBAAsB,EACtB,aAAa,EACb,gBAAgB,EAChB,aAAa,EACb,qBAAqB,EACrB,aAAuB,GACvB,EAAE,gBAAgB,2CAmKlB"}
1
+ {"version":3,"file":"ConfigModal.d.ts","sourceRoot":"","sources":["../../../src/components/chat/ConfigModal.tsx"],"names":[],"mappings":"AAcA,UAAU,gBAAgB;IACzB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,IAAI,CAAC;IACxC,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QAAE,KAAK,EAAE,MAAM,IAAI,CAAA;KAAE,CAAC,CAAC;IACtD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,qBAAqB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClE,aAAa,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IACrC,6EAA6E;IAC7E,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,wBAAgB,WAAW,CAAC,EAC3B,MAAM,EACN,OAAO,EACP,YAAY,EACZ,YAAY,EACZ,KAAK,EACL,QAAQ,EACR,KAAK,EACL,sBAAsB,EACtB,aAAa,EACb,gBAAgB,EAChB,aAAa,EACb,qBAAqB,EACrB,aAAuB,EACvB,iBAAyB,GACzB,EAAE,gBAAgB,2CAsKlB"}
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigSelector.d.ts","sourceRoot":"","sources":["../../../src/components/chat/ConfigSelector.tsx"],"names":[],"mappings":"AAMA,UAAU,mBAAmB;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC;AAED,wBAAgB,cAAc,CAAC,EAC9B,KAAK,EACL,QAAQ,EACR,KAAK,EACL,aAAa,EACb,gBAAgB,EAChB,aAAa,GACb,EAAE,mBAAmB,2CAwGrB"}
1
+ {"version":3,"file":"ConfigSelector.d.ts","sourceRoot":"","sources":["../../../src/components/chat/ConfigSelector.tsx"],"names":[],"mappings":"AAMA,UAAU,mBAAmB;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACvC;AAED,wBAAgB,cAAc,CAAC,EAC9B,KAAK,EACL,QAAQ,EACR,KAAK,EACL,aAAa,EACb,gBAAgB,EAChB,aAAa,GACb,EAAE,mBAAmB,2CA0GrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"InputApprovalBar.d.ts","sourceRoot":"","sources":["../../../src/components/chat/InputApprovalBar.tsx"],"names":[],"mappings":"AAMA,UAAU,qBAAqB;IAC9B,SAAS,EAAE,MAAM,CAAC;CAClB;AAgGD,eAAO,MAAM,gBAAgB,6DAiE3B,CAAC"}
1
+ {"version":3,"file":"InputApprovalBar.d.ts","sourceRoot":"","sources":["../../../src/components/chat/InputApprovalBar.tsx"],"names":[],"mappings":"AAWA,UAAU,qBAAqB;IAC9B,SAAS,EAAE,MAAM,CAAC;CAClB;AAgGD,eAAO,MAAM,gBAAgB,6DAoE3B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"InputSecureInputBar.d.ts","sourceRoot":"","sources":["../../../src/components/chat/InputSecureInputBar.tsx"],"names":[],"mappings":"AAKA,UAAU,wBAAwB;IACjC,SAAS,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,mBAAmB,gEA0F9B,CAAC"}
1
+ {"version":3,"file":"InputSecureInputBar.d.ts","sourceRoot":"","sources":["../../../src/components/chat/InputSecureInputBar.tsx"],"names":[],"mappings":"AAKA,UAAU,wBAAwB;IACjC,SAAS,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,mBAAmB,gEA8F9B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"InputSubagentsBar.d.ts","sourceRoot":"","sources":["../../../src/components/chat/InputSubagentsBar.tsx"],"names":[],"mappings":"AAOA,UAAU,sBAAsB;IAC/B,SAAS,EAAE,MAAM,CAAC;CAClB;AA2CD,eAAO,MAAM,iBAAiB,8DAuE5B,CAAC"}
1
+ {"version":3,"file":"InputSubagentsBar.d.ts","sourceRoot":"","sources":["../../../src/components/chat/InputSubagentsBar.tsx"],"names":[],"mappings":"AAYA,UAAU,sBAAsB;IAC/B,SAAS,EAAE,MAAM,CAAC;CAClB;AA2CD,eAAO,MAAM,iBAAiB,8DA0E5B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"InputTodosBar.d.ts","sourceRoot":"","sources":["../../../src/components/chat/InputTodosBar.tsx"],"names":[],"mappings":"AAYA,UAAU,kBAAkB;IAC3B,SAAS,EAAE,MAAM,CAAC;CAClB;AA0JD,eAAO,MAAM,aAAa,0DA2HxB,CAAC"}
1
+ {"version":3,"file":"InputTodosBar.d.ts","sourceRoot":"","sources":["../../../src/components/chat/InputTodosBar.tsx"],"names":[],"mappings":"AAiBA,UAAU,kBAAkB;IAC3B,SAAS,EAAE,MAAM,CAAC;CAClB;AA0JD,eAAO,MAAM,aAAa,0DAiIxB,CAAC"}
@@ -4,6 +4,10 @@ interface NewSessionLandingProps {
4
4
  wordmark?: React.ReactNode;
5
5
  compact?: boolean;
6
6
  modalPosition?: 'fixed' | 'absolute';
7
+ /** Session type for the created session (e.g. 'otto' for the Otto tab). */
8
+ sessionType?: 'main' | 'otto';
9
+ /** Fixes the agent (no picker); provider/model stay user-editable. */
10
+ lockAgent?: boolean;
7
11
  }
8
12
  export interface NewSessionLandingRef {
9
13
  focus: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"NewSessionLanding.d.ts","sourceRoot":"","sources":["../../../src/components/chat/NewSessionLanding.tsx"],"names":[],"mappings":"AA0BA,UAAU,sBAAsB;IAC/B,gBAAgB,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;CACrC;AAED,MAAM,WAAW,oBAAoB;IACpC,KAAK,EAAE,MAAM,IAAI,CAAC;CAClB;AAED,eAAO,MAAM,iBAAiB,oHAgS7B,CAAC"}
1
+ {"version":3,"file":"NewSessionLanding.d.ts","sourceRoot":"","sources":["../../../src/components/chat/NewSessionLanding.tsx"],"names":[],"mappings":"AA0BA,UAAU,sBAAsB;IAC/B,gBAAgB,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IACrC,2EAA2E;IAC3E,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,sEAAsE;IACtE,SAAS,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,oBAAoB;IACpC,KAAK,EAAE,MAAM,IAAI,CAAC;CAClB;AAED,eAAO,MAAM,iBAAiB,oHA4S7B,CAAC"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * Shared chrome for bars stacked directly above the chat input (sub-agents,
3
+ * goal, todos, approvals, …).
4
+ *
5
+ * Contract: every stackable bar renders an outer wrapper that is a direct
6
+ * sibling of the other bars and carries `INPUT_BAR_GROUP_CLASS` plus the
7
+ * `INPUT_BAR_WRAPPER_PROPS`-style data attributes (`data-input-bar` and
8
+ * `data-active="true" | "false"`). The inner card then appends
9
+ * `INPUT_BAR_ATTACHED_CARD_CLASS` to its own border/background classes.
10
+ *
11
+ * By default the card visually connects to the chat input (open bottom edge,
12
+ * top-only rounding, tucked under the input). When another active bar sits
13
+ * below it in the stack, the `group-has` sibling selector switches the card
14
+ * to a detached floating look — full rounded corners, restored bottom border,
15
+ * and spacing — so only the bottom-most active bar merges with the input.
16
+ */
17
+ export declare const INPUT_BAR_GROUP_CLASS = "group/inputbar";
18
+ export declare const INPUT_BAR_ATTACHED_CARD_CLASS = "rounded-t-xl border-b-0 -mb-1 pb-2 group-has-[~[data-input-bar][data-active=true]]/inputbar:rounded-xl group-has-[~[data-input-bar][data-active=true]]/inputbar:border-b group-has-[~[data-input-bar][data-active=true]]/inputbar:mb-1 group-has-[~[data-input-bar][data-active=true]]/inputbar:pb-0";
19
+ /** Builds the wrapper data attributes marking a stackable input bar. */
20
+ export declare function inputBarWrapperProps(isActive: boolean): {
21
+ readonly 'data-input-bar': true;
22
+ readonly 'data-active': "true" | "false";
23
+ };
24
+ //# sourceMappingURL=input-bar-chrome.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-bar-chrome.d.ts","sourceRoot":"","sources":["../../../src/components/chat/input-bar-chrome.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,qBAAqB,mBAAmB,CAAC;AAQtD,eAAO,MAAM,6BAA6B,ySAA+D,CAAC;AAE1G,wEAAwE;AACxE,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,OAAO;;;EAKrD"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * The rounded-square "O" glyph from the otto wordmark, usable as a small
3
+ * inline icon (e.g. workspace tabs).
4
+ */
5
+ export declare function OttoOIcon({ className }: {
6
+ className?: string;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ //# sourceMappingURL=OttoOIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OttoOIcon.d.ts","sourceRoot":"","sources":["../../../src/components/common/OttoOIcon.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,SAAS,CAAC,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,2CAW9D"}
@@ -1 +1 @@
1
- {"version":3,"file":"ProviderLogo.d.ts","sourceRoot":"","sources":["../../../src/components/common/ProviderLogo.tsx"],"names":[],"mappings":"AAoCA,UAAU,iBAAiB;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,YAAY,yDAoCvB,CAAC"}
1
+ {"version":3,"file":"ProviderLogo.d.ts","sourceRoot":"","sources":["../../../src/components/common/ProviderLogo.tsx"],"names":[],"mappings":"AAuCA,UAAU,iBAAiB;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,YAAY,yDAoCvB,CAAC"}
@@ -21,8 +21,7 @@ export * from './chat/StopButton';
21
21
  export * from './chat/NewSessionLanding';
22
22
  export * from './btw/BtwFloatingChat';
23
23
  export * from './subagents/SubagentFloatingViewer';
24
- export * from './goals/GoalsSidebar';
25
- export * from './goals/GoalsSidebarToggle';
24
+ export * from './otto';
26
25
  export * from './messages/MessageThread';
27
26
  export * from './messages/MessageThreadContainer';
28
27
  export * from './messages/AssistantMessageGroup';
@@ -78,7 +77,9 @@ export * from './file-browser/QuickFilePicker';
78
77
  export * from './browser/BrowserPanelToggle';
79
78
  export * from './browser/BrowserViewerPanel';
80
79
  export * from './workspace/ViewerTabs';
80
+ export * from './titlebar/TitleBar';
81
81
  export * from './common/FileTypeIcon';
82
+ export * from './common/OttoOIcon';
82
83
  export * from './common/ProviderLogo';
83
84
  export * from './common/StatusIndicator';
84
85
  export * from './common/UsageRing';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}