@assistant-ui/react 0.11.20 → 0.11.21

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 (43) hide show
  1. package/dist/legacy-runtime/cloud/useCloudThreadListRuntime.d.ts +1 -1
  2. package/dist/legacy-runtime/cloud/useCloudThreadListRuntime.d.ts.map +1 -1
  3. package/dist/legacy-runtime/runtime-cores/core/ThreadRuntimeCore.d.ts +1 -0
  4. package/dist/legacy-runtime/runtime-cores/core/ThreadRuntimeCore.d.ts.map +1 -1
  5. package/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadRuntimeCore.d.ts.map +1 -1
  6. package/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadRuntimeCore.js +6 -0
  7. package/dist/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadRuntimeCore.js.map +1 -1
  8. package/dist/legacy-runtime/runtime-cores/local/LocalThreadRuntimeCore.d.ts +1 -0
  9. package/dist/legacy-runtime/runtime-cores/local/LocalThreadRuntimeCore.d.ts.map +1 -1
  10. package/dist/legacy-runtime/runtime-cores/local/LocalThreadRuntimeCore.js +1 -0
  11. package/dist/legacy-runtime/runtime-cores/local/LocalThreadRuntimeCore.js.map +1 -1
  12. package/dist/legacy-runtime/runtime-cores/local/useLocalRuntime.d.ts +1 -1
  13. package/dist/legacy-runtime/runtime-cores/local/useLocalRuntime.d.ts.map +1 -1
  14. package/dist/legacy-runtime/runtime-cores/remote-thread-list/EMPTY_THREAD_CORE.d.ts.map +1 -1
  15. package/dist/legacy-runtime/runtime-cores/remote-thread-list/EMPTY_THREAD_CORE.js +1 -0
  16. package/dist/legacy-runtime/runtime-cores/remote-thread-list/EMPTY_THREAD_CORE.js.map +1 -1
  17. package/dist/legacy-runtime/runtime-cores/remote-thread-list/RemoteThreadListHookInstanceManager.d.ts.map +1 -1
  18. package/dist/legacy-runtime/runtime-cores/remote-thread-list/RemoteThreadListHookInstanceManager.js +1 -3
  19. package/dist/legacy-runtime/runtime-cores/remote-thread-list/RemoteThreadListHookInstanceManager.js.map +1 -1
  20. package/dist/legacy-runtime/runtime-cores/remote-thread-list/adapter/cloud.d.ts +3 -3
  21. package/dist/legacy-runtime/runtime-cores/remote-thread-list/adapter/cloud.d.ts.map +1 -1
  22. package/dist/legacy-runtime/runtime-cores/remote-thread-list/adapter/cloud.js.map +1 -1
  23. package/dist/legacy-runtime/runtime-cores/remote-thread-list/useRemoteThreadListRuntime.d.ts +2 -2
  24. package/dist/legacy-runtime/runtime-cores/remote-thread-list/useRemoteThreadListRuntime.d.ts.map +1 -1
  25. package/dist/legacy-runtime/runtime-cores/remote-thread-list/useRemoteThreadListRuntime.js.map +1 -1
  26. package/dist/primitives/branchPicker/BranchPickerNext.d.ts.map +1 -1
  27. package/dist/primitives/branchPicker/BranchPickerNext.js +7 -3
  28. package/dist/primitives/branchPicker/BranchPickerNext.js.map +1 -1
  29. package/dist/primitives/branchPicker/BranchPickerPrevious.d.ts.map +1 -1
  30. package/dist/primitives/branchPicker/BranchPickerPrevious.js +7 -3
  31. package/dist/primitives/branchPicker/BranchPickerPrevious.js.map +1 -1
  32. package/dist/tests/setup.js +8 -8
  33. package/dist/tests/setup.js.map +1 -1
  34. package/package.json +9 -9
  35. package/src/legacy-runtime/runtime-cores/core/ThreadRuntimeCore.tsx +1 -0
  36. package/src/legacy-runtime/runtime-cores/external-store/ExternalStoreThreadRuntimeCore.tsx +7 -0
  37. package/src/legacy-runtime/runtime-cores/local/LocalThreadRuntimeCore.tsx +1 -0
  38. package/src/legacy-runtime/runtime-cores/remote-thread-list/EMPTY_THREAD_CORE.tsx +1 -0
  39. package/src/legacy-runtime/runtime-cores/remote-thread-list/RemoteThreadListHookInstanceManager.tsx +1 -4
  40. package/src/legacy-runtime/runtime-cores/remote-thread-list/adapter/cloud.tsx +3 -3
  41. package/src/legacy-runtime/runtime-cores/remote-thread-list/useRemoteThreadListRuntime.tsx +2 -1
  42. package/src/primitives/branchPicker/BranchPickerNext.tsx +11 -3
  43. package/src/primitives/branchPicker/BranchPickerPrevious.tsx +11 -3
@@ -1,10 +1,10 @@
1
- // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.3.1_@vitest+ui@3.2.4_jiti@2.5.1_jsdom@2_6e108ea5d99e7ff4f0902c4f7a09763e/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js
1
+ // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.5.2_@vitest+ui@3.2.4_jiti@2.6.0_jsdom@2_688234ac2804d6d71aa9eebd3ba7952f/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js
2
2
  import { equals, iterableEquality, subsetEquality, JestExtend, JestChaiExpect, JestAsymmetricMatchers, GLOBAL_EXPECT, ASYMMETRIC_MATCHERS_OBJECT, getState, setState, addCustomEqualityTesters, customMatchers } from "@vitest/expect.js";
3
3
  import { getCurrentTest } from "@vitest/runner.js";
4
4
  import { getNames, getTestName } from "@vitest/runner/utils.js";
5
5
  import * as chai$1 from "chai.js";
6
6
 
7
- // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.3.1_@vitest+ui@3.2.4_jiti@2.5.1_jsdom@2_6e108ea5d99e7ff4f0902c4f7a09763e/node_modules/vitest/dist/chunks/utils.XdZDrNZV.js
7
+ // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.5.2_@vitest+ui@3.2.4_jiti@2.6.0_jsdom@2_688234ac2804d6d71aa9eebd3ba7952f/node_modules/vitest/dist/chunks/utils.XdZDrNZV.js
8
8
  import { getSafeTimers } from "@vitest/utils.js";
9
9
  var NAME_WORKER_STATE = "__vitest_worker__";
10
10
  function getWorkerState() {
@@ -53,22 +53,22 @@ async function waitForImportsToResolve() {
53
53
  await waitForImportsToResolve();
54
54
  }
55
55
 
56
- // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.3.1_@vitest+ui@3.2.4_jiti@2.5.1_jsdom@2_6e108ea5d99e7ff4f0902c4f7a09763e/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js
56
+ // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.5.2_@vitest+ui@3.2.4_jiti@2.6.0_jsdom@2_688234ac2804d6d71aa9eebd3ba7952f/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js
57
57
  import { getSafeTimers as getSafeTimers2, assertTypes, createSimpleStackTrace } from "@vitest/utils.js";
58
58
 
59
- // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.3.1_@vitest+ui@3.2.4_jiti@2.5.1_jsdom@2_6e108ea5d99e7ff4f0902c4f7a09763e/node_modules/vitest/dist/chunks/_commonjsHelpers.BFTU3MAI.js
59
+ // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.5.2_@vitest+ui@3.2.4_jiti@2.6.0_jsdom@2_688234ac2804d6d71aa9eebd3ba7952f/node_modules/vitest/dist/chunks/_commonjsHelpers.BFTU3MAI.js
60
60
  var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
61
61
  function getDefaultExportFromCjs(x) {
62
62
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
63
63
  }
64
64
 
65
- // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.3.1_@vitest+ui@3.2.4_jiti@2.5.1_jsdom@2_6e108ea5d99e7ff4f0902c4f7a09763e/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js
65
+ // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.5.2_@vitest+ui@3.2.4_jiti@2.6.0_jsdom@2_688234ac2804d6d71aa9eebd3ba7952f/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js
66
66
  import { stripSnapshotIndentation, addSerializer, SnapshotClient } from "@vitest/snapshot.js";
67
67
  import "@vitest/utils/error.js";
68
68
  import { fn, spyOn, mocks, isMockFunction } from "@vitest/spy.js";
69
69
  import { parseSingleStack } from "@vitest/utils/source-map.js";
70
70
 
71
- // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.3.1_@vitest+ui@3.2.4_jiti@2.5.1_jsdom@2_6e108ea5d99e7ff4f0902c4f7a09763e/node_modules/vitest/dist/chunks/date.Bq6ZW5rf.js
71
+ // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.5.2_@vitest+ui@3.2.4_jiti@2.6.0_jsdom@2_688234ac2804d6d71aa9eebd3ba7952f/node_modules/vitest/dist/chunks/date.Bq6ZW5rf.js
72
72
  var RealDate = Date;
73
73
  var now = null;
74
74
  var MockDate = class _MockDate extends RealDate {
@@ -116,7 +116,7 @@ function resetDate() {
116
116
  globalThis.Date = RealDate;
117
117
  }
118
118
 
119
- // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.3.1_@vitest+ui@3.2.4_jiti@2.5.1_jsdom@2_6e108ea5d99e7ff4f0902c4f7a09763e/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js
119
+ // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.5.2_@vitest+ui@3.2.4_jiti@2.6.0_jsdom@2_688234ac2804d6d71aa9eebd3ba7952f/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js
120
120
  var unsupported = [
121
121
  "matchSnapshot",
122
122
  "toMatchSnapshot",
@@ -2800,7 +2800,7 @@ function getImporter(name) {
2800
2800
  return stack?.file || "";
2801
2801
  }
2802
2802
 
2803
- // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.3.1_@vitest+ui@3.2.4_jiti@2.5.1_jsdom@2_6e108ea5d99e7ff4f0902c4f7a09763e/node_modules/vitest/dist/index.js
2803
+ // ../../node_modules/.pnpm/vitest@3.2.4_@types+debug@4.1.12_@types+node@24.5.2_@vitest+ui@3.2.4_jiti@2.6.0_jsdom@2_688234ac2804d6d71aa9eebd3ba7952f/node_modules/vitest/dist/index.js
2804
2804
  import { expectTypeOf } from "expect-type.js";
2805
2805
  import { afterAll, afterEach, beforeAll, beforeEach, describe, it, onTestFailed, onTestFinished, suite, test } from "@vitest/runner.js";
2806
2806
  import * as chai2 from "chai.js";