@tscircuit/runframe 0.0.946 → 0.0.948
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.
|
@@ -1426,7 +1426,7 @@ var useErrorTelemetry = ({
|
|
|
1426
1426
|
};
|
|
1427
1427
|
|
|
1428
1428
|
// package.json
|
|
1429
|
-
var version = "0.0.
|
|
1429
|
+
var version = "0.0.947";
|
|
1430
1430
|
|
|
1431
1431
|
// lib/hooks/use-eval-versions.ts
|
|
1432
1432
|
import { useEffect as useEffect5, useMemo as useMemo2, useState as useState6 } from "react";
|
|
@@ -2328,7 +2328,7 @@ var ImportComponentDialog = ({
|
|
|
2328
2328
|
}
|
|
2329
2329
|
),
|
|
2330
2330
|
/* @__PURE__ */ jsx21(TabsTrigger, { value: "jlcpcb", className: "rf-text-xs sm:rf-text-sm", children: "JLCPCB Parts" }),
|
|
2331
|
-
/* @__PURE__ */ jsx21(TabsTrigger, { value: "kicad", className: "rf-text-xs sm:rf-text-sm", children: "
|
|
2331
|
+
/* @__PURE__ */ jsx21(TabsTrigger, { value: "kicad", className: "rf-text-xs sm:rf-text-sm", children: "KiCad" })
|
|
2332
2332
|
] }),
|
|
2333
2333
|
/* @__PURE__ */ jsxs15("div", { className: "rf-flex rf-items-center rf-gap-2 rf-mt-4", children: [
|
|
2334
2334
|
/* @__PURE__ */ jsxs15("div", { className: "rf-relative rf-flex-grow", children: [
|
|
@@ -2336,7 +2336,7 @@ var ImportComponentDialog = ({
|
|
|
2336
2336
|
/* @__PURE__ */ jsx21(
|
|
2337
2337
|
Input,
|
|
2338
2338
|
{
|
|
2339
|
-
placeholder: activeTab === "tscircuit.com" ? "Search components..." : activeTab === "kicad" ? "Search
|
|
2339
|
+
placeholder: activeTab === "tscircuit.com" ? "Search components..." : activeTab === "kicad" ? "Search KiCad footprints..." : "Search JLCPCB parts (e.g. C14663)...",
|
|
2340
2340
|
className: "rf-pl-8",
|
|
2341
2341
|
spellCheck: false,
|
|
2342
2342
|
autoComplete: "off",
|
package/dist/preview.js
CHANGED
package/dist/runner.js
CHANGED