@apteva/apteva-kit 0.1.14 → 0.1.15
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2249,7 +2249,7 @@ ${planToExecute}`;
|
|
|
2249
2249
|
}
|
|
2250
2250
|
)
|
|
2251
2251
|
] }),
|
|
2252
|
-
mode === "command" && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "
|
|
2252
|
+
mode === "command" && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "w-full", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
2253
2253
|
CommandComposer,
|
|
2254
2254
|
{
|
|
2255
2255
|
onExecute: (text, files) => {
|
|
@@ -2268,7 +2268,7 @@ ${planToExecute}`;
|
|
|
2268
2268
|
onExpand: showModeToggle ? () => handleModeChange("chat") : void 0,
|
|
2269
2269
|
placeholder: placeholder || "Enter your command..."
|
|
2270
2270
|
}
|
|
2271
|
-
) })
|
|
2271
|
+
) }),
|
|
2272
2272
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "style", { dangerouslySetInnerHTML: {
|
|
2273
2273
|
__html: `
|
|
2274
2274
|
@keyframes pulse-border {
|