@superinterface/react 3.27.0 → 3.27.2
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 +13 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +32 -23
- package/dist/index.d.ts +32 -23
- package/dist/index.js +10 -18
- 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
|
},
|
|
@@ -43533,7 +43536,7 @@ var StartingSkeleton = function(t0) {
|
|
|
43533
43536
|
return t2;
|
|
43534
43537
|
};
|
|
43535
43538
|
var Root5 = function(t0) {
|
|
43536
|
-
var $ = (0, import_react_compiler_runtime53.c)(
|
|
43539
|
+
var $ = (0, import_react_compiler_runtime53.c)(6);
|
|
43537
43540
|
var children = t0.children;
|
|
43538
43541
|
var assistantNameContext = (0, import_react38.useContext)(AssistantNameContext);
|
|
43539
43542
|
var t1;
|
|
@@ -43554,33 +43557,25 @@ var Root5 = function(t0) {
|
|
|
43554
43557
|
t2 = $[2];
|
|
43555
43558
|
}
|
|
43556
43559
|
var t3;
|
|
43557
|
-
if ($[3]
|
|
43558
|
-
t3 = /* @__PURE__ */ (0, import_jsx_runtime55.
|
|
43559
|
-
$[3] = t3;
|
|
43560
|
-
} else {
|
|
43561
|
-
t3 = $[3];
|
|
43562
|
-
}
|
|
43563
|
-
var t4;
|
|
43564
|
-
if ($[4] !== children || $[5] !== t2) {
|
|
43565
|
-
t4 = /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(MessageGroup.Root, {
|
|
43560
|
+
if ($[3] !== children || $[4] !== t2) {
|
|
43561
|
+
t3 = /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(MessageGroup.Root, {
|
|
43566
43562
|
children: [
|
|
43567
43563
|
t1,
|
|
43568
43564
|
/* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_themes39.Box, {
|
|
43569
43565
|
children: [
|
|
43570
43566
|
t2,
|
|
43571
|
-
children
|
|
43572
|
-
t3
|
|
43567
|
+
children
|
|
43573
43568
|
]
|
|
43574
43569
|
})
|
|
43575
43570
|
]
|
|
43576
43571
|
});
|
|
43577
|
-
$[
|
|
43578
|
-
$[
|
|
43579
|
-
$[
|
|
43572
|
+
$[3] = children;
|
|
43573
|
+
$[4] = t2;
|
|
43574
|
+
$[5] = t3;
|
|
43580
43575
|
} else {
|
|
43581
|
-
|
|
43576
|
+
t3 = $[5];
|
|
43582
43577
|
}
|
|
43583
|
-
return
|
|
43578
|
+
return t3;
|
|
43584
43579
|
};
|
|
43585
43580
|
var Content6 = StartingContentSkeleton;
|
|
43586
43581
|
StartingSkeleton.Root = Root5;
|
|
@@ -51252,6 +51247,7 @@ var AssistantProvider = function(t0) {
|
|
|
51252
51247
|
MessageGroup: MessageGroup,
|
|
51253
51248
|
RunStep: RunStep,
|
|
51254
51249
|
SourceAnnotation: SourceAnnotation,
|
|
51250
|
+
StartingSkeleton: StartingSkeleton,
|
|
51255
51251
|
Suggestions: Suggestions,
|
|
51256
51252
|
SuperinterfaceProvider: SuperinterfaceProvider,
|
|
51257
51253
|
Thread: Thread,
|