@superinterface/react 3.27.1 → 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 +9 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +9 -17
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -43536,7 +43536,7 @@ var StartingSkeleton = function(t0) {
|
|
|
43536
43536
|
return t2;
|
|
43537
43537
|
};
|
|
43538
43538
|
var Root5 = function(t0) {
|
|
43539
|
-
var $ = (0, import_react_compiler_runtime53.c)(
|
|
43539
|
+
var $ = (0, import_react_compiler_runtime53.c)(6);
|
|
43540
43540
|
var children = t0.children;
|
|
43541
43541
|
var assistantNameContext = (0, import_react38.useContext)(AssistantNameContext);
|
|
43542
43542
|
var t1;
|
|
@@ -43557,33 +43557,25 @@ var Root5 = function(t0) {
|
|
|
43557
43557
|
t2 = $[2];
|
|
43558
43558
|
}
|
|
43559
43559
|
var t3;
|
|
43560
|
-
if ($[3]
|
|
43561
|
-
t3 = /* @__PURE__ */ (0, import_jsx_runtime55.
|
|
43562
|
-
$[3] = t3;
|
|
43563
|
-
} else {
|
|
43564
|
-
t3 = $[3];
|
|
43565
|
-
}
|
|
43566
|
-
var t4;
|
|
43567
|
-
if ($[4] !== children || $[5] !== t2) {
|
|
43568
|
-
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, {
|
|
43569
43562
|
children: [
|
|
43570
43563
|
t1,
|
|
43571
43564
|
/* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_themes39.Box, {
|
|
43572
43565
|
children: [
|
|
43573
43566
|
t2,
|
|
43574
|
-
children
|
|
43575
|
-
t3
|
|
43567
|
+
children
|
|
43576
43568
|
]
|
|
43577
43569
|
})
|
|
43578
43570
|
]
|
|
43579
43571
|
});
|
|
43580
|
-
$[
|
|
43581
|
-
$[
|
|
43582
|
-
$[
|
|
43572
|
+
$[3] = children;
|
|
43573
|
+
$[4] = t2;
|
|
43574
|
+
$[5] = t3;
|
|
43583
43575
|
} else {
|
|
43584
|
-
|
|
43576
|
+
t3 = $[5];
|
|
43585
43577
|
}
|
|
43586
|
-
return
|
|
43578
|
+
return t3;
|
|
43587
43579
|
};
|
|
43588
43580
|
var Content6 = StartingContentSkeleton;
|
|
43589
43581
|
StartingSkeleton.Root = Root5;
|