@superinterface/react 3.26.0 → 3.27.1
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/index.cjs +79 -47
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +41 -26
- package/dist/index.d.ts +41 -26
- package/dist/index.js +76 -48
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -37692,6 +37692,9 @@ __export(index_exports, {
|
|
|
37692
37692
|
SourceAnnotation: function() {
|
|
37693
37693
|
return SourceAnnotation;
|
|
37694
37694
|
},
|
|
37695
|
+
StartingSkeleton: function() {
|
|
37696
|
+
return StartingSkeleton;
|
|
37697
|
+
},
|
|
37695
37698
|
Suggestions: function() {
|
|
37696
37699
|
return Suggestions;
|
|
37697
37700
|
},
|
|
@@ -43508,6 +43511,31 @@ var StartingContentSkeleton = function() {
|
|
|
43508
43511
|
// src/components/skeletons/StartingSkeleton/index.tsx
|
|
43509
43512
|
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
43510
43513
|
var StartingSkeleton = function(t0) {
|
|
43514
|
+
var $ = (0, import_react_compiler_runtime53.c)(3);
|
|
43515
|
+
var children = t0.children;
|
|
43516
|
+
var t1;
|
|
43517
|
+
if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
|
|
43518
|
+
t1 = /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Content6, {});
|
|
43519
|
+
$[0] = t1;
|
|
43520
|
+
} else {
|
|
43521
|
+
t1 = $[0];
|
|
43522
|
+
}
|
|
43523
|
+
var t2;
|
|
43524
|
+
if ($[1] !== children) {
|
|
43525
|
+
t2 = /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(Root5, {
|
|
43526
|
+
children: [
|
|
43527
|
+
children,
|
|
43528
|
+
t1
|
|
43529
|
+
]
|
|
43530
|
+
});
|
|
43531
|
+
$[1] = children;
|
|
43532
|
+
$[2] = t2;
|
|
43533
|
+
} else {
|
|
43534
|
+
t2 = $[2];
|
|
43535
|
+
}
|
|
43536
|
+
return t2;
|
|
43537
|
+
};
|
|
43538
|
+
var Root5 = function(t0) {
|
|
43511
43539
|
var $ = (0, import_react_compiler_runtime53.c)(7);
|
|
43512
43540
|
var children = t0.children;
|
|
43513
43541
|
var assistantNameContext = (0, import_react38.useContext)(AssistantNameContext);
|
|
@@ -43557,6 +43585,9 @@ var StartingSkeleton = function(t0) {
|
|
|
43557
43585
|
}
|
|
43558
43586
|
return t4;
|
|
43559
43587
|
};
|
|
43588
|
+
var Content6 = StartingContentSkeleton;
|
|
43589
|
+
StartingSkeleton.Root = Root5;
|
|
43590
|
+
StartingSkeleton.Content = Content6;
|
|
43560
43591
|
// src/contexts/components/ComponentsContext/index.tsx
|
|
43561
43592
|
var ComponentsContext = /* @__PURE__ */ (0, import_react39.createContext)({
|
|
43562
43593
|
components: {
|
|
@@ -44174,7 +44205,7 @@ var MessagesSkeleton = /* @__PURE__ */ (0, import_react44.forwardRef)(function M
|
|
|
44174
44205
|
});
|
|
44175
44206
|
// src/components/threads/Thread/Messages/Content/index.tsx
|
|
44176
44207
|
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
44177
|
-
var
|
|
44208
|
+
var Content7 = function() {
|
|
44178
44209
|
var $ = (0, import_react_compiler_runtime61.c)(14);
|
|
44179
44210
|
var _useMessages = useMessages(), messages2 = _useMessages.messages, isLoading = _useMessages.isLoading, isLoadingError = _useMessages.isLoadingError;
|
|
44180
44211
|
var addToast = useToasts().addToast;
|
|
@@ -44456,7 +44487,7 @@ function _toPrimitive27(t, r) {
|
|
|
44456
44487
|
}
|
|
44457
44488
|
return ("string" === r ? String : Number)(t);
|
|
44458
44489
|
}
|
|
44459
|
-
var
|
|
44490
|
+
var Root6 = function(t0) {
|
|
44460
44491
|
var $ = (0, import_react_compiler_runtime63.c)(18);
|
|
44461
44492
|
var children = t0.children, style = t0.style, className = t0.className;
|
|
44462
44493
|
var _useMessages = useMessages(), isFetchingNextPage = _useMessages.isFetchingNextPage, hasNextPage = _useMessages.hasNextPage, fetchNextPage = _useMessages.fetchNextPage;
|
|
@@ -44580,7 +44611,7 @@ var Messages2 = function(t0) {
|
|
|
44580
44611
|
var t4;
|
|
44581
44612
|
var t5;
|
|
44582
44613
|
if ($[2] === Symbol.for("react.memo_cache_sentinel")) {
|
|
44583
|
-
t3 = /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
44614
|
+
t3 = /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Content7, {});
|
|
44584
44615
|
t4 = /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(NextPageSkeleton, {});
|
|
44585
44616
|
t5 = /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_themes45.Flex, {
|
|
44586
44617
|
flexShrink: "0",
|
|
@@ -44597,7 +44628,7 @@ var Messages2 = function(t0) {
|
|
|
44597
44628
|
}
|
|
44598
44629
|
var t6;
|
|
44599
44630
|
if ($[5] !== children || $[6] !== className || $[7] !== style) {
|
|
44600
|
-
t6 = /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
|
|
44631
|
+
t6 = /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(Root6, {
|
|
44601
44632
|
style: style,
|
|
44602
44633
|
className: className,
|
|
44603
44634
|
children: [
|
|
@@ -44618,7 +44649,7 @@ var Messages2 = function(t0) {
|
|
|
44618
44649
|
}
|
|
44619
44650
|
return t6;
|
|
44620
44651
|
};
|
|
44621
|
-
Messages2.Root =
|
|
44652
|
+
Messages2.Root = Root6;
|
|
44622
44653
|
Messages2.Message = Message;
|
|
44623
44654
|
Messages2.NextPageSkeleton = NextPageSkeleton;
|
|
44624
44655
|
// src/components/threads/Thread/MessageForm/index.tsx
|
|
@@ -44688,7 +44719,7 @@ function _toPrimitive28(t, r) {
|
|
|
44688
44719
|
}
|
|
44689
44720
|
return ("string" === r ? String : Number)(t);
|
|
44690
44721
|
}
|
|
44691
|
-
var
|
|
44722
|
+
var Root7 = function(t0) {
|
|
44692
44723
|
var $ = (0, import_react_compiler_runtime66.c)(4);
|
|
44693
44724
|
var children = t0.children, style = t0.style, className = t0.className;
|
|
44694
44725
|
var t1;
|
|
@@ -44783,7 +44814,7 @@ var Submit = function(props) {
|
|
|
44783
44814
|
}
|
|
44784
44815
|
var t1;
|
|
44785
44816
|
if ($[1] !== props) {
|
|
44786
|
-
t1 = /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
44817
|
+
t1 = /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Root7, _objectSpread28(_objectSpread28({}, props), {}, {
|
|
44787
44818
|
children: t0
|
|
44788
44819
|
}));
|
|
44789
44820
|
$[1] = props;
|
|
@@ -44793,7 +44824,7 @@ var Submit = function(props) {
|
|
|
44793
44824
|
}
|
|
44794
44825
|
return t1;
|
|
44795
44826
|
};
|
|
44796
|
-
Submit.Root =
|
|
44827
|
+
Submit.Root = Root7;
|
|
44797
44828
|
Submit.Button = Button3;
|
|
44798
44829
|
// src/components/threads/Thread/MessageForm/Root/index.tsx
|
|
44799
44830
|
var import_react_query6 = require("@tanstack/react-query");
|
|
@@ -44878,7 +44909,7 @@ function _asyncToGenerator6(n) {
|
|
|
44878
44909
|
});
|
|
44879
44910
|
};
|
|
44880
44911
|
}
|
|
44881
|
-
var
|
|
44912
|
+
var Root8 = function(_ref) {
|
|
44882
44913
|
"use no memo";
|
|
44883
44914
|
var children = _ref.children, onSubmitArg = _ref.onSubmit, isDisabledArg = _ref.isDisabled, style = _ref.style, className = _ref.className;
|
|
44884
44915
|
var _$_ref = _sliced_to_array((0, import_react51.useState)([]), 2), files = _$_ref[0], setFiles = _$_ref[1];
|
|
@@ -45203,7 +45234,7 @@ function _toPrimitive31(t, r) {
|
|
|
45203
45234
|
}
|
|
45204
45235
|
return ("string" === r ? String : Number)(t);
|
|
45205
45236
|
}
|
|
45206
|
-
var
|
|
45237
|
+
var Root9 = function(t0) {
|
|
45207
45238
|
var $ = (0, import_react_compiler_runtime68.c)(4);
|
|
45208
45239
|
var children = t0.children, style = t0.style, className = t0.className;
|
|
45209
45240
|
var t1;
|
|
@@ -45279,7 +45310,7 @@ var Control = function(props) {
|
|
|
45279
45310
|
}
|
|
45280
45311
|
var t1;
|
|
45281
45312
|
if ($[1] !== props) {
|
|
45282
|
-
t1 = /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
45313
|
+
t1 = /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Root9, _objectSpread31(_objectSpread31({}, props), {}, {
|
|
45283
45314
|
children: t0
|
|
45284
45315
|
}));
|
|
45285
45316
|
$[1] = props;
|
|
@@ -45289,7 +45320,7 @@ var Control = function(props) {
|
|
|
45289
45320
|
}
|
|
45290
45321
|
return t1;
|
|
45291
45322
|
};
|
|
45292
|
-
Control.Root =
|
|
45323
|
+
Control.Root = Root9;
|
|
45293
45324
|
Control.Input = Input;
|
|
45294
45325
|
// src/components/threads/Thread/MessageForm/Field/Files/Preview.tsx
|
|
45295
45326
|
var import_react_compiler_runtime69 = require("react-compiler-runtime");
|
|
@@ -46116,7 +46147,7 @@ function _toPrimitive37(t, r) {
|
|
|
46116
46147
|
}
|
|
46117
46148
|
return ("string" === r ? String : Number)(t);
|
|
46118
46149
|
}
|
|
46119
|
-
var
|
|
46150
|
+
var Root10 = function(_ref) {
|
|
46120
46151
|
"use no memo";
|
|
46121
46152
|
var children = _ref.children, className = _ref.className, style = _ref.style;
|
|
46122
46153
|
var _$_ref = (0, import_react_hook_form3.useFormContext)(), errors = _$_ref.formState.errors;
|
|
@@ -46150,7 +46181,7 @@ var Root9 = function(_ref) {
|
|
|
46150
46181
|
});
|
|
46151
46182
|
};
|
|
46152
46183
|
var Field = {
|
|
46153
|
-
Root:
|
|
46184
|
+
Root: Root10,
|
|
46154
46185
|
Control: Control,
|
|
46155
46186
|
Files: Files
|
|
46156
46187
|
};
|
|
@@ -46215,7 +46246,7 @@ var MessageForm = function(props) {
|
|
|
46215
46246
|
}
|
|
46216
46247
|
var t1;
|
|
46217
46248
|
if ($[1] !== props) {
|
|
46218
|
-
t1 = /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
|
|
46249
|
+
t1 = /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(Root8, _objectSpread38(_objectSpread38({}, props), {}, {
|
|
46219
46250
|
children: t0
|
|
46220
46251
|
}));
|
|
46221
46252
|
$[1] = props;
|
|
@@ -46225,7 +46256,7 @@ var MessageForm = function(props) {
|
|
|
46225
46256
|
}
|
|
46226
46257
|
return t1;
|
|
46227
46258
|
};
|
|
46228
|
-
MessageForm.Root =
|
|
46259
|
+
MessageForm.Root = Root8;
|
|
46229
46260
|
MessageForm.Field = Field;
|
|
46230
46261
|
MessageForm.Submit = Submit;
|
|
46231
46262
|
// src/components/threads/Thread/Root/index.tsx
|
|
@@ -46471,7 +46502,7 @@ function _objectWithoutPropertiesLoose4(r, e) {
|
|
|
46471
46502
|
}
|
|
46472
46503
|
return t;
|
|
46473
46504
|
}
|
|
46474
|
-
var
|
|
46505
|
+
var Root12 = function(t0) {
|
|
46475
46506
|
var $ = (0, import_react_compiler_runtime74.c)(12);
|
|
46476
46507
|
var children;
|
|
46477
46508
|
var className;
|
|
@@ -46586,7 +46617,7 @@ var Thread = function(props) {
|
|
|
46586
46617
|
}
|
|
46587
46618
|
var t2;
|
|
46588
46619
|
if ($[2] !== props) {
|
|
46589
|
-
t2 = /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
|
|
46620
|
+
t2 = /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(Root12, _objectSpread40(_objectSpread40({}, props), {}, {
|
|
46590
46621
|
children: [
|
|
46591
46622
|
t0,
|
|
46592
46623
|
t1
|
|
@@ -46599,7 +46630,7 @@ var Thread = function(props) {
|
|
|
46599
46630
|
}
|
|
46600
46631
|
return t2;
|
|
46601
46632
|
};
|
|
46602
|
-
Thread.Root =
|
|
46633
|
+
Thread.Root = Root12;
|
|
46603
46634
|
Thread.Messages = Messages2;
|
|
46604
46635
|
Thread.MessageForm = MessageForm;
|
|
46605
46636
|
// src/hooks/messages/useMessageContext/index.ts
|
|
@@ -46842,7 +46873,7 @@ var Provider4 = function(t0) {
|
|
|
46842
46873
|
};
|
|
46843
46874
|
// src/components/threads/ThreadDialog/Root/index.tsx
|
|
46844
46875
|
var import_jsx_runtime80 = require("react/jsx-runtime");
|
|
46845
|
-
var
|
|
46876
|
+
var Root13 = function(t0) {
|
|
46846
46877
|
var $ = (0, import_react_compiler_runtime78.c)(2);
|
|
46847
46878
|
var children = t0.children;
|
|
46848
46879
|
var t1;
|
|
@@ -46977,7 +47008,7 @@ function _toPrimitive43(t, r) {
|
|
|
46977
47008
|
}
|
|
46978
47009
|
return ("string" === r ? String : Number)(t);
|
|
46979
47010
|
}
|
|
46980
|
-
var
|
|
47011
|
+
var Root14 = function(t0) {
|
|
46981
47012
|
var $ = (0, import_react_compiler_runtime80.c)(14);
|
|
46982
47013
|
var children = t0.children, style = t0.style, className = t0.className;
|
|
46983
47014
|
var _useThreadDialogContext = useThreadDialogContext(), setIsOpen = _useThreadDialogContext.setIsOpen, isOpen = _useThreadDialogContext.isOpen;
|
|
@@ -47059,7 +47090,7 @@ var Trigger = function(args) {
|
|
|
47059
47090
|
}
|
|
47060
47091
|
var t1;
|
|
47061
47092
|
if ($[1] !== args) {
|
|
47062
|
-
t1 = /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
|
|
47093
|
+
t1 = /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Root14, _objectSpread43(_objectSpread43({}, args), {}, {
|
|
47063
47094
|
children: t0
|
|
47064
47095
|
}));
|
|
47065
47096
|
$[1] = args;
|
|
@@ -47069,7 +47100,7 @@ var Trigger = function(args) {
|
|
|
47069
47100
|
}
|
|
47070
47101
|
return t1;
|
|
47071
47102
|
};
|
|
47072
|
-
Trigger.Root =
|
|
47103
|
+
Trigger.Root = Root14;
|
|
47073
47104
|
Trigger.Button = Button4;
|
|
47074
47105
|
function _temp6(prev) {
|
|
47075
47106
|
return !prev;
|
|
@@ -47198,7 +47229,7 @@ function _toPrimitive44(t, r) {
|
|
|
47198
47229
|
}
|
|
47199
47230
|
return ("string" === r ? String : Number)(t);
|
|
47200
47231
|
}
|
|
47201
|
-
var
|
|
47232
|
+
var Root15 = function(t0) {
|
|
47202
47233
|
var $ = (0, import_react_compiler_runtime82.c)(19);
|
|
47203
47234
|
var children = t0.children, className = t0.className, style = t0.style;
|
|
47204
47235
|
var isOpen = useThreadDialogContext().isOpen;
|
|
@@ -47398,7 +47429,7 @@ var FormContainer = function(t0) {
|
|
|
47398
47429
|
}
|
|
47399
47430
|
return t1;
|
|
47400
47431
|
};
|
|
47401
|
-
var
|
|
47432
|
+
var Content8 = function(props) {
|
|
47402
47433
|
var $ = (0, import_react_compiler_runtime82.c)(4);
|
|
47403
47434
|
var t0;
|
|
47404
47435
|
if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
|
|
@@ -47423,7 +47454,7 @@ var Content7 = function(props) {
|
|
|
47423
47454
|
}
|
|
47424
47455
|
var t2;
|
|
47425
47456
|
if ($[2] !== props) {
|
|
47426
|
-
t2 = /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
47457
|
+
t2 = /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(Root15, _objectSpread44(_objectSpread44({}, props), {}, {
|
|
47427
47458
|
children: t1
|
|
47428
47459
|
}));
|
|
47429
47460
|
$[2] = props;
|
|
@@ -47433,18 +47464,18 @@ var Content7 = function(props) {
|
|
|
47433
47464
|
}
|
|
47434
47465
|
return t2;
|
|
47435
47466
|
};
|
|
47436
|
-
|
|
47437
|
-
|
|
47438
|
-
|
|
47467
|
+
Content8.Root = Root15;
|
|
47468
|
+
Content8.Messages = Messages3;
|
|
47469
|
+
Content8.FormContainer = FormContainer;
|
|
47439
47470
|
// src/components/threads/ThreadDialog/index.tsx
|
|
47440
47471
|
var import_jsx_runtime85 = require("react/jsx-runtime");
|
|
47441
47472
|
var ThreadDialog = function() {
|
|
47442
47473
|
var $ = (0, import_react_compiler_runtime83.c)(1);
|
|
47443
47474
|
var t0;
|
|
47444
47475
|
if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
|
|
47445
|
-
t0 = /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
|
|
47476
|
+
t0 = /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(Root13, {
|
|
47446
47477
|
children: [
|
|
47447
|
-
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
|
|
47478
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Content8, {}),
|
|
47448
47479
|
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Trigger, {})
|
|
47449
47480
|
]
|
|
47450
47481
|
});
|
|
@@ -47454,9 +47485,9 @@ var ThreadDialog = function() {
|
|
|
47454
47485
|
}
|
|
47455
47486
|
return t0;
|
|
47456
47487
|
};
|
|
47457
|
-
ThreadDialog.Root =
|
|
47488
|
+
ThreadDialog.Root = Root13;
|
|
47458
47489
|
ThreadDialog.Trigger = Trigger;
|
|
47459
|
-
ThreadDialog.Content =
|
|
47490
|
+
ThreadDialog.Content = Content8;
|
|
47460
47491
|
// src/components/threads/AudioThreadDialog/index.tsx
|
|
47461
47492
|
var import_react_compiler_runtime98 = require("react-compiler-runtime");
|
|
47462
47493
|
// src/components/threads/AudioThread/index.tsx
|
|
@@ -48557,7 +48588,7 @@ function _objectWithoutPropertiesLoose5(r, e) {
|
|
|
48557
48588
|
}
|
|
48558
48589
|
return t;
|
|
48559
48590
|
}
|
|
48560
|
-
var
|
|
48591
|
+
var Content9 = function(t0) {
|
|
48561
48592
|
var $ = (0, import_react_compiler_runtime89.c)(4);
|
|
48562
48593
|
var children = t0.children, className = t0.className, style = t0.style;
|
|
48563
48594
|
var t1;
|
|
@@ -48640,7 +48671,7 @@ var Provider5 = function(t0) {
|
|
|
48640
48671
|
}
|
|
48641
48672
|
return t2;
|
|
48642
48673
|
};
|
|
48643
|
-
var
|
|
48674
|
+
var Root16 = function(t0) {
|
|
48644
48675
|
var $ = (0, import_react_compiler_runtime89.c)(16);
|
|
48645
48676
|
var children;
|
|
48646
48677
|
var className;
|
|
@@ -48669,7 +48700,7 @@ var Root15 = function(t0) {
|
|
|
48669
48700
|
var t1;
|
|
48670
48701
|
if ($[6] !== children || $[7] !== className || $[8] !== style) {
|
|
48671
48702
|
t1 = /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(ToastsProvider, {
|
|
48672
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
|
|
48703
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Content9, {
|
|
48673
48704
|
className: className,
|
|
48674
48705
|
style: style,
|
|
48675
48706
|
children: children
|
|
@@ -48939,7 +48970,7 @@ var Provider6 = function(_ref) {
|
|
|
48939
48970
|
children: children
|
|
48940
48971
|
});
|
|
48941
48972
|
};
|
|
48942
|
-
var
|
|
48973
|
+
var Root17 = function(t0) {
|
|
48943
48974
|
var $ = (0, import_react_compiler_runtime91.c)(6);
|
|
48944
48975
|
var children;
|
|
48945
48976
|
var rest;
|
|
@@ -49171,7 +49202,7 @@ var Visualization = function(props) {
|
|
|
49171
49202
|
}
|
|
49172
49203
|
var t2;
|
|
49173
49204
|
if ($[2] !== props) {
|
|
49174
|
-
t2 = /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
|
|
49205
|
+
t2 = /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(Root17, _objectSpread48(_objectSpread48({}, props), {}, {
|
|
49175
49206
|
children: [
|
|
49176
49207
|
t0,
|
|
49177
49208
|
t1
|
|
@@ -49184,7 +49215,7 @@ var Visualization = function(props) {
|
|
|
49184
49215
|
}
|
|
49185
49216
|
return t2;
|
|
49186
49217
|
};
|
|
49187
|
-
Visualization.Root =
|
|
49218
|
+
Visualization.Root = Root17;
|
|
49188
49219
|
Visualization.Provider = Provider6;
|
|
49189
49220
|
Visualization.AssistantVisualization = AssistantVisualization;
|
|
49190
49221
|
Visualization.AssistantInfo = AssistantInfo;
|
|
@@ -49894,7 +49925,7 @@ var AudioThread = function(props) {
|
|
|
49894
49925
|
}
|
|
49895
49926
|
var t3;
|
|
49896
49927
|
if ($[3] !== props) {
|
|
49897
|
-
t3 = /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
|
|
49928
|
+
t3 = /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(Root16, _objectSpread52(_objectSpread52({}, props), {}, {
|
|
49898
49929
|
children: [
|
|
49899
49930
|
t0,
|
|
49900
49931
|
t1,
|
|
@@ -49908,7 +49939,7 @@ var AudioThread = function(props) {
|
|
|
49908
49939
|
}
|
|
49909
49940
|
return t3;
|
|
49910
49941
|
};
|
|
49911
|
-
AudioThread.Root =
|
|
49942
|
+
AudioThread.Root = Root16;
|
|
49912
49943
|
AudioThread.Visualization = Visualization;
|
|
49913
49944
|
AudioThread.Status = Status;
|
|
49914
49945
|
AudioThread.Form = Form;
|
|
@@ -49962,7 +49993,7 @@ var AudioThreadDialog = function(props) {
|
|
|
49962
49993
|
var t0;
|
|
49963
49994
|
var t1;
|
|
49964
49995
|
if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
|
|
49965
|
-
t0 = /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
49996
|
+
t0 = /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Content8.Root, {
|
|
49966
49997
|
children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(AudioThread, {})
|
|
49967
49998
|
});
|
|
49968
49999
|
t1 = /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Trigger, {});
|
|
@@ -49974,7 +50005,7 @@ var AudioThreadDialog = function(props) {
|
|
|
49974
50005
|
}
|
|
49975
50006
|
var t2;
|
|
49976
50007
|
if ($[2] !== props) {
|
|
49977
|
-
t2 = /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
50008
|
+
t2 = /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(Root13, _objectSpread53(_objectSpread53({}, props), {}, {
|
|
49978
50009
|
children: [
|
|
49979
50010
|
t0,
|
|
49980
50011
|
t1
|
|
@@ -49987,9 +50018,9 @@ var AudioThreadDialog = function(props) {
|
|
|
49987
50018
|
}
|
|
49988
50019
|
return t2;
|
|
49989
50020
|
};
|
|
49990
|
-
AudioThreadDialog.Root =
|
|
50021
|
+
AudioThreadDialog.Root = Root13;
|
|
49991
50022
|
AudioThreadDialog.Trigger = Trigger;
|
|
49992
|
-
AudioThreadDialog.Content =
|
|
50023
|
+
AudioThreadDialog.Content = Content8;
|
|
49993
50024
|
// src/hooks/audioRuntimes/useWebrtcAudioRuntime/index.ts
|
|
49994
50025
|
var import_react72 = require("react");
|
|
49995
50026
|
function asyncGeneratorStep12(n, t, e, r, o, a, c) {
|
|
@@ -50589,7 +50620,7 @@ var import_themes65 = require("@radix-ui/themes");
|
|
|
50589
50620
|
var import_react_compiler_runtime101 = require("react-compiler-runtime");
|
|
50590
50621
|
var import_themes64 = require("@radix-ui/themes");
|
|
50591
50622
|
var import_jsx_runtime99 = require("react/jsx-runtime");
|
|
50592
|
-
var
|
|
50623
|
+
var Content10 = function(t0) {
|
|
50593
50624
|
var $ = (0, import_react_compiler_runtime101.c)(5);
|
|
50594
50625
|
var fileId = t0.fileId;
|
|
50595
50626
|
var superinterfaceContext = useSuperinterfaceContext();
|
|
@@ -50726,7 +50757,7 @@ var FileCitation = function(t0) {
|
|
|
50726
50757
|
}
|
|
50727
50758
|
var t8;
|
|
50728
50759
|
if ($[8] !== activeFileId) {
|
|
50729
|
-
t8 = activeFileId && /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
50760
|
+
t8 = activeFileId && /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Content10, {
|
|
50730
50761
|
fileId: activeFileId
|
|
50731
50762
|
});
|
|
50732
50763
|
$[8] = activeFileId;
|
|
@@ -51224,6 +51255,7 @@ var AssistantProvider = function(t0) {
|
|
|
51224
51255
|
MessageGroup: MessageGroup,
|
|
51225
51256
|
RunStep: RunStep,
|
|
51226
51257
|
SourceAnnotation: SourceAnnotation,
|
|
51258
|
+
StartingSkeleton: StartingSkeleton,
|
|
51227
51259
|
Suggestions: Suggestions,
|
|
51228
51260
|
SuperinterfaceProvider: SuperinterfaceProvider,
|
|
51229
51261
|
Thread: Thread,
|