@ottocode/web-sdk 0.1.276 → 0.1.278
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/chat/InputQueueBar.d.ts.map +1 -1
- package/dist/components/file-browser/FileViewerPanel.d.ts.map +1 -1
- package/dist/components/git/GitDiffViewer.d.ts.map +1 -1
- package/dist/components/index.js +196 -143
- package/dist/components/index.js.map +14 -14
- package/dist/components/messages/MessageThread.d.ts.map +1 -1
- package/dist/components/messages/MessageThreadContainer.d.ts.map +1 -1
- package/dist/components/messages/renderers/DiffView.d.ts.map +1 -1
- package/dist/components/session-files/SessionFilesDiffPanel.d.ts.map +1 -1
- package/dist/components/ui/CodeMirrorViewer.d.ts +2 -1
- package/dist/components/ui/CodeMirrorViewer.d.ts.map +1 -1
- package/dist/components/workspace/ToolPreviewPanel.d.ts.map +1 -1
- package/dist/hooks/index.js +9 -1
- package/dist/hooks/index.js.map +4 -4
- package/dist/index.js +213 -160
- package/dist/index.js.map +14 -14
- package/dist/lib/api-client/index.d.ts +7 -0
- package/dist/lib/api-client/index.d.ts.map +1 -1
- package/dist/lib/api-client/sessions.d.ts +7 -0
- package/dist/lib/api-client/sessions.d.ts.map +1 -1
- package/dist/lib/index.js +9 -1
- package/dist/lib/index.js.map +4 -4
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputQueueBar.d.ts","sourceRoot":"","sources":["../../../src/components/chat/InputQueueBar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InputQueueBar.d.ts","sourceRoot":"","sources":["../../../src/components/chat/InputQueueBar.tsx"],"names":[],"mappings":"AAiBA,UAAU,kBAAkB;IAC3B,SAAS,EAAE,MAAM,CAAC;CAClB;AAkGD,eAAO,MAAM,aAAa,0DAkJxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileViewerPanel.d.ts","sourceRoot":"","sources":["../../../src/components/file-browser/FileViewerPanel.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EACX,sBAAsB,EACtB,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,MAAM,8BAA8B,CAAC;AAuGtC,UAAU,oBAAoB;IAC7B,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,qBAAqB,CAAC;IAClC,WAAW,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACvC,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"FileViewerPanel.d.ts","sourceRoot":"","sources":["../../../src/components/file-browser/FileViewerPanel.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EACX,sBAAsB,EACtB,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,MAAM,8BAA8B,CAAC;AAuGtC,UAAU,oBAAoB;IAC7B,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC1B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,qBAAqB,CAAC;IAClC,WAAW,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACvC,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,eAAO,MAAM,eAAe,4DAgV1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GitDiffViewer.d.ts","sourceRoot":"","sources":["../../../src/components/git/GitDiffViewer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAwBvD,UAAU,kBAAkB;IAC3B,IAAI,EAAE,eAAe,CAAC;CACtB;AA2BD,wBAAgB,aAAa,CAAC,EAAE,IAAI,EAAE,EAAE,kBAAkB,
|
|
1
|
+
{"version":3,"file":"GitDiffViewer.d.ts","sourceRoot":"","sources":["../../../src/components/git/GitDiffViewer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAwBvD,UAAU,kBAAkB;IAC3B,IAAI,EAAE,eAAe,CAAC;CACtB;AA2BD,wBAAgB,aAAa,CAAC,EAAE,IAAI,EAAE,EAAE,kBAAkB,2CA0EzD"}
|