@tscircuit/runframe 0.0.434 → 0.0.435

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.
@@ -498,10 +498,10 @@ import { AssemblyViewer } from "@tscircuit/assembly-viewer";
498
498
 
499
499
  // lib/utils/getRandomTipForUser.ts
500
500
  var tips = [
501
- "Always initialize your project using [tsci init](https://github.com/tscircuit/cli) before adding components.",
501
+ "Initialize a tscircuit project using [tsci init](https://github.com/tscircuit/cli) before adding components.",
502
502
  "Define reusable modules with cached routes using [<subcircuit />](https://docs.tscircuit.com/elements/subcircuit)",
503
503
  "Run `tsci dev` on the command line to preview your boards before export",
504
- "Use units like mm or mils consistently across your designs.",
504
+ 'Use units like mm or mils consistently across your designs (e.g. pcbX="10mm")',
505
505
  "Quickly set footprints with the [footprint prop](https://docs.tscircuit.com/footprints/footprinter-strings)",
506
506
  "Check out the guide on [ordering prototypes](https://docs.tscircuit.com/building-electronics/ordering-prototypes)",
507
507
  "Use [net labels](https://docs.tscircuit.com/elements/net) and [group elements](https://docs.tscircuit.com/elements/group) to organize complex schematics.",
@@ -517,7 +517,7 @@ var tips = [
517
517
  "Upload your Circuit JSON to [circuitjson.com](https://circuitjson.com) for a quick preview.",
518
518
  "You can display Circuit JSON in 3D, PCB or Schematic mode with the [<CircuitJsonPreview />](https://docs.tscircuit.com/elements/circuitjsonpreview) React component",
519
519
  "Use a [<group />](https://docs.tscircuit.com/elements/group) element to move multiple components at once in a schematic or PCB layout.",
520
- "Refer to the [GitHub Discussions page](https://github.com/tscircuit/tscircuit/discussions) to request features",
520
+ "Check out the [GitHub Discussions page](https://github.com/tscircuit/tscircuit/discussions) to upvote features",
521
521
  "You can customize the autorouter using the [autorouter prop](https://docs.tscircuit.com/elements/board#setting-the-autorouter)",
522
522
  "Use the [<constraint />](https://docs.tscircuit.com/footprints/constraint) element to enforce geometric relationships in PCB designs.",
523
523
  "Join the [Discord server](https://tscircuit.com/join) to discuss issues and get help directly from the community."
@@ -1092,7 +1092,7 @@ var RenderLogViewer = ({
1092
1092
  };
1093
1093
 
1094
1094
  // package.json
1095
- var version = "0.0.433";
1095
+ var version = "0.0.434";
1096
1096
 
1097
1097
  // lib/components/CircuitJsonPreview/CircuitJsonPreview.tsx
1098
1098
  import { jsx as jsx16, jsxs as jsxs12 } from "react/jsx-runtime";
package/dist/preview.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-2M6BPZBT.js";
11
+ } from "./chunk-34PI5GFX.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -26,7 +26,7 @@ import {
26
26
  useOrderDialog,
27
27
  useOrderDialogCli,
28
28
  useRunFrameStore
29
- } from "./chunk-2M6BPZBT.js";
29
+ } from "./chunk-34PI5GFX.js";
30
30
 
31
31
  // lib/components/RunFrame/RunFrame.tsx
32
32
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";