@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
|
-
"
|
|
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
|
-
|
|
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
|
-
"
|
|
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.
|
|
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
package/dist/runner.js
CHANGED