@apteva/apteva-kit 0.1.99 → 0.1.100
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2061,7 +2061,7 @@ var DefaultIcon = () => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { cl
|
|
|
2061
2061
|
d: "M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"
|
|
2062
2062
|
}
|
|
2063
2063
|
) });
|
|
2064
|
-
var TerminalIcon = () => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-4xl sm:text-5xl font-mono font-
|
|
2064
|
+
var TerminalIcon = () => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-4xl sm:text-5xl font-mono font-semibold text-neutral-400 dark:text-neutral-500 mb-2", children: ">_" });
|
|
2065
2065
|
var ArrowIcon = () => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "svg", { className: "w-4 h-4", fill: "none", stroke: "currentColor", viewBox: "0 0 24 24", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M13 7l5 5m0 0l-5 5m5-5H6" }) });
|
|
2066
2066
|
function WelcomeScreen({
|
|
2067
2067
|
title,
|