@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.945";
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: "Kicad" })
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 Kicad footprints..." : "Search JLCPCB parts (e.g. C14663)...",
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
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-MSOQJGUQ.js";
11
+ } from "./chunk-M3NYUALS.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  useRunFrameStore,
24
24
  useRunnerStore,
25
25
  useStyles
26
- } from "./chunk-MSOQJGUQ.js";
26
+ } from "./chunk-M3NYUALS.js";
27
27
 
28
28
  // lib/components/RunFrame/RunFrame.tsx
29
29
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";