@superinterface/react 2.8.1 → 2.8.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 +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -865,7 +865,7 @@ var ToolCallBase = function(param) {
|
|
|
865
865
|
return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_themes7.Flex, {
|
|
866
866
|
py: "1",
|
|
867
867
|
ml: "-2",
|
|
868
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_themes7.
|
|
868
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_themes7.Popover.Trigger, {
|
|
869
869
|
children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_themes7.Button, {
|
|
870
870
|
size: "1",
|
|
871
871
|
color: "gold",
|
|
@@ -956,7 +956,7 @@ var Content = function(param) {
|
|
|
956
956
|
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
957
957
|
var FunctionBase = function(param) {
|
|
958
958
|
var fn = param.fn, runStep = param.runStep, title2 = param.title;
|
|
959
|
-
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(import_themes10.
|
|
959
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(import_themes10.Popover.Root, {
|
|
960
960
|
children: [
|
|
961
961
|
/* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(ToolCallBase, {
|
|
962
962
|
children: [
|
|
@@ -968,7 +968,7 @@ var FunctionBase = function(param) {
|
|
|
968
968
|
})
|
|
969
969
|
]
|
|
970
970
|
}),
|
|
971
|
-
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_themes10.
|
|
971
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_themes10.Popover.Content, {
|
|
972
972
|
style: {
|
|
973
973
|
maxHeight: "200px"
|
|
974
974
|
},
|
|
@@ -1049,7 +1049,7 @@ var import_themes13 = require("@radix-ui/themes");
|
|
|
1049
1049
|
var import_react_icons3 = require("@radix-ui/react-icons");
|
|
1050
1050
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
1051
1051
|
var Starting = function() {
|
|
1052
|
-
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_themes13.
|
|
1052
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_themes13.Popover.Root, {
|
|
1053
1053
|
children: [
|
|
1054
1054
|
/* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(ToolCallBase, {
|
|
1055
1055
|
children: [
|
|
@@ -1059,7 +1059,7 @@ var Starting = function() {
|
|
|
1059
1059
|
})
|
|
1060
1060
|
]
|
|
1061
1061
|
}),
|
|
1062
|
-
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_themes13.
|
|
1062
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_themes13.Popover.Content, {
|
|
1063
1063
|
style: {
|
|
1064
1064
|
maxHeight: "500px"
|
|
1065
1065
|
},
|