@blocklet/pages-kit 0.2.301 → 0.2.303
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.
|
@@ -67,7 +67,7 @@ function SimplePage({ resultTitle, primaryColor }) {
|
|
|
67
67
|
},
|
|
68
68
|
});
|
|
69
69
|
}, [inheritedTheme, primaryColor]);
|
|
70
|
-
return ((0, jsx_runtime_1.jsx)(material_1.ThemeProvider, { theme: theme, children: (0, jsx_runtime_1.jsxs)(SimpleLayout_1.default, { children: [(0, jsx_runtime_1.jsx)(SimpleHeader_1.default, {}), (0, jsx_runtime_1.jsx)(CurrentAgent_1.default, { agentId: childAgentId, children: (0, jsx_runtime_1.jsx)(AgentInputRender, { className: "aigne-inputs aigne-simple-page-inputs" }) }), (0, jsx_runtime_1.jsx)(OutputView, { className: "aigne-outputs aigne-simple-page-outputs", resultTitle: resultTitle })] }) }));
|
|
70
|
+
return ((0, jsx_runtime_1.jsx)(material_1.ThemeProvider, { theme: theme, children: (0, jsx_runtime_1.jsxs)(SimpleLayout_1.default, { pb: 4, children: [(0, jsx_runtime_1.jsx)(SimpleHeader_1.default, {}), (0, jsx_runtime_1.jsx)(CurrentAgent_1.default, { agentId: childAgentId, children: (0, jsx_runtime_1.jsx)(AgentInputRender, { className: "aigne-inputs aigne-simple-page-inputs" }) }), (0, jsx_runtime_1.jsx)(OutputView, { className: "aigne-outputs aigne-simple-page-outputs", resultTitle: resultTitle })] }) }));
|
|
71
71
|
}
|
|
72
72
|
exports.default = SimplePage;
|
|
73
73
|
function AgentInputRender(_a) {
|
|
@@ -39,7 +39,7 @@ export default function SimplePage({ resultTitle, primaryColor }) {
|
|
|
39
39
|
},
|
|
40
40
|
});
|
|
41
41
|
}, [inheritedTheme, primaryColor]);
|
|
42
|
-
return (_jsx(ThemeProvider, { theme: theme, children: _jsxs(SimpleLayout, { children: [_jsx(SimpleHeader, {}), _jsx(CurrentAgentProvider, { agentId: childAgentId, children: _jsx(AgentInputRender, { className: "aigne-inputs aigne-simple-page-inputs" }) }), _jsx(OutputView, { className: "aigne-outputs aigne-simple-page-outputs", resultTitle: resultTitle })] }) }));
|
|
42
|
+
return (_jsx(ThemeProvider, { theme: theme, children: _jsxs(SimpleLayout, { pb: 4, children: [_jsx(SimpleHeader, {}), _jsx(CurrentAgentProvider, { agentId: childAgentId, children: _jsx(AgentInputRender, { className: "aigne-inputs aigne-simple-page-inputs" }) }), _jsx(OutputView, { className: "aigne-outputs aigne-simple-page-outputs", resultTitle: resultTitle })] }) }));
|
|
43
43
|
}
|
|
44
44
|
function AgentInputRender(_a) {
|
|
45
45
|
var props = __rest(_a, []);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/pages-kit",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.303",
|
|
4
4
|
"description": "Pages Kit components and utils",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"dependencies": {
|
|
84
84
|
"@arcblock/did-connect": "^2.9.77",
|
|
85
85
|
"@blocklet/ai-kit": "^0.1.30",
|
|
86
|
-
"@blocklet/ai-runtime": "^0.1.
|
|
86
|
+
"@blocklet/ai-runtime": "^0.1.376",
|
|
87
87
|
"@blocklet/js-sdk": "1.16.26",
|
|
88
88
|
"@blocklet/sdk": "^1.16.26",
|
|
89
89
|
"@iconify/react": "^4.1.1",
|
|
@@ -127,9 +127,9 @@
|
|
|
127
127
|
"@emotion/cache": "^11.11.0",
|
|
128
128
|
"@emotion/css": "^11.11.2",
|
|
129
129
|
"@emotion/react": "^11.11.4",
|
|
130
|
-
"@mui/icons-material": "^5.15.
|
|
130
|
+
"@mui/icons-material": "^5.15.17",
|
|
131
131
|
"@mui/lab": "^5.0.0-alpha.170",
|
|
132
|
-
"@mui/material": "^5.15.
|
|
132
|
+
"@mui/material": "^5.15.17",
|
|
133
133
|
"@types/lodash": "^4.17.1",
|
|
134
134
|
"@types/mustache": "^4.2.5",
|
|
135
135
|
"@types/node-fetch": "^2.6.11",
|