@tscircuit/runframe 0.0.1059 → 0.0.1060
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/{chunk-AYWH6KV5.js → chunk-KRT2XW4I.js} +118 -1
- package/dist/preview.js +1 -1
- package/dist/runner.js +1 -1
- package/dist/standalone-preview.min.js +493 -493
- package/dist/standalone.min.js +498 -498
- package/package.json +1 -1
|
@@ -1425,7 +1425,120 @@ var useErrorTelemetry = ({
|
|
|
1425
1425
|
};
|
|
1426
1426
|
|
|
1427
1427
|
// package.json
|
|
1428
|
-
var version = "0.0.
|
|
1428
|
+
var version = "0.0.1059";
|
|
1429
|
+
var package_default = {
|
|
1430
|
+
name: "@tscircuit/runframe",
|
|
1431
|
+
main: "dist/preview.js",
|
|
1432
|
+
type: "module",
|
|
1433
|
+
version,
|
|
1434
|
+
exports: {
|
|
1435
|
+
".": "./dist/preview.js",
|
|
1436
|
+
"./preview": "./dist/preview.js",
|
|
1437
|
+
"./runner": "./dist/runner.js",
|
|
1438
|
+
"./standalone": "./dist/standalone.min.js",
|
|
1439
|
+
"./standalone-preview": "./dist/standalone-preview.min.js"
|
|
1440
|
+
},
|
|
1441
|
+
files: [
|
|
1442
|
+
"dist"
|
|
1443
|
+
],
|
|
1444
|
+
scripts: {
|
|
1445
|
+
start: "bun run build:css && concurrently 'bun run cosmos' 'bun run build:css:watch'",
|
|
1446
|
+
build: "bun run build:css && bun run build:standalone && bun run build:standalone-preview && bun run build:lib",
|
|
1447
|
+
"build:lib": "tsup-node lib/preview.ts lib/runner.ts --external react-query schematic-symbols lucide-react circuit-to-svg @tscircuit/props --platform browser --format esm --dts",
|
|
1448
|
+
"build:css": "bun run scripts/build-css.ts",
|
|
1449
|
+
"build:css:watch": "chokidar 'lib/components/**/*.tsx' -c 'bun run build:css'",
|
|
1450
|
+
"build:site": "cosmos-export && bun run build:iframe",
|
|
1451
|
+
"build:standalone": "NODE_OPTIONS=--max-old-space-size=8192 STANDALONE=1 vite build",
|
|
1452
|
+
"build:iframe": "STANDALONE=iframe vite build && mv ./dist/lib/entrypoints/iframe.html ./dist/iframe.html && cp -f ./dist/iframe.html ./cosmos-export/iframe.html && cp -f ./dist/iframe.min.js ./cosmos-export/iframe.min.js",
|
|
1453
|
+
"build:standalone-preview": "NODE_OPTIONS=--max-old-space-size=8192 STANDALONE=preview vite build --emptyOutDir false",
|
|
1454
|
+
analyze: "source-map-explorer 'dist/standalone.min.js'",
|
|
1455
|
+
"format:check": "biome format .",
|
|
1456
|
+
format: "biome format --write .",
|
|
1457
|
+
"vercel-build": "bun run build:css && cosmos-export",
|
|
1458
|
+
"serve:cosmos": "serve cosmos-export",
|
|
1459
|
+
"pkg-pr-new-release": "bunx pkg-pr-new publish --comment=off --peerDeps"
|
|
1460
|
+
},
|
|
1461
|
+
devDependencies: {
|
|
1462
|
+
"@babel/standalone": "^7.26.10",
|
|
1463
|
+
"@biomejs/biome": "^1.9.4",
|
|
1464
|
+
"@radix-ui/react-alert-dialog": "^1.1.6",
|
|
1465
|
+
"@radix-ui/react-checkbox": "^1.1.4",
|
|
1466
|
+
"@radix-ui/react-dialog": "^1.1.14",
|
|
1467
|
+
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
|
1468
|
+
"@radix-ui/react-icons": "^1.3.2",
|
|
1469
|
+
"@radix-ui/react-popover": "^1.1.14",
|
|
1470
|
+
"@radix-ui/react-progress": "^1.1.2",
|
|
1471
|
+
"@radix-ui/react-slot": "^1.1.1",
|
|
1472
|
+
"@radix-ui/react-tabs": "^1.1.2",
|
|
1473
|
+
"@resvg/resvg-wasm": "^2.6.2",
|
|
1474
|
+
"@tscircuit/3d-viewer": "^0.0.407",
|
|
1475
|
+
"@tscircuit/assembly-viewer": "^0.0.5",
|
|
1476
|
+
"@tscircuit/checks": "^0.0.78",
|
|
1477
|
+
"@tscircuit/create-snippet-url": "^0.0.9",
|
|
1478
|
+
"@tscircuit/eval": "^0.0.367",
|
|
1479
|
+
"@tscircuit/fake-snippets": "^0.0.87",
|
|
1480
|
+
"@tscircuit/file-server": "^0.0.31",
|
|
1481
|
+
"@tscircuit/footprinter": "^0.0.236",
|
|
1482
|
+
"@tscircuit/math-utils": "^0.0.25",
|
|
1483
|
+
"@tscircuit/pcb-viewer": "1.11.225",
|
|
1484
|
+
"@tscircuit/props": "^0.0.340",
|
|
1485
|
+
"@tscircuit/schematic-trace-solver": "^0.0.40",
|
|
1486
|
+
"@tscircuit/schematic-viewer": "2.0.44",
|
|
1487
|
+
"@types/bun": "latest",
|
|
1488
|
+
"@types/debug": "^4.1.12",
|
|
1489
|
+
"@types/react": "^19.1.10",
|
|
1490
|
+
"@types/react-dom": "^19.1.7",
|
|
1491
|
+
"@types/three": "^0.179.0",
|
|
1492
|
+
"@vitejs/plugin-react": "^5.0.0",
|
|
1493
|
+
autoprefixer: "^10.4.20",
|
|
1494
|
+
"chokidar-cli": "^3.0.0",
|
|
1495
|
+
"circuit-json": "0.0.266",
|
|
1496
|
+
"circuit-json-to-bom-csv": "^0.0.8",
|
|
1497
|
+
"circuit-json-to-gerber": "^0.0.34",
|
|
1498
|
+
"circuit-json-to-gltf": "^0.0.7",
|
|
1499
|
+
"circuit-json-to-kicad": "^0.0.3",
|
|
1500
|
+
"circuit-json-to-pnp-csv": "^0.0.7",
|
|
1501
|
+
"circuit-to-svg": "^0.0.205",
|
|
1502
|
+
"class-variance-authority": "^0.7.1",
|
|
1503
|
+
clsx: "^2.1.1",
|
|
1504
|
+
comlink: "^4.4.2",
|
|
1505
|
+
concurrently: "^9.1.2",
|
|
1506
|
+
cssnano: "^7.0.6",
|
|
1507
|
+
debug: "^4.4.0",
|
|
1508
|
+
easyeda: "^0.0.228",
|
|
1509
|
+
fflate: "^0.8.2",
|
|
1510
|
+
"fuse.js": "^7.1.0",
|
|
1511
|
+
jszip: "^3.10.1",
|
|
1512
|
+
"kicad-component-converter": "^0.1.21",
|
|
1513
|
+
kicadts: "^0.0.9",
|
|
1514
|
+
ky: "^1.7.5",
|
|
1515
|
+
"lucide-react": "^0.488.0",
|
|
1516
|
+
marked: "^15.0.12",
|
|
1517
|
+
playwright: "^1.49.1",
|
|
1518
|
+
postcss: "^8.4.49",
|
|
1519
|
+
"posthog-js": "^1.253.4",
|
|
1520
|
+
react: "19.1.0",
|
|
1521
|
+
"react-cosmos": "^6.2.1",
|
|
1522
|
+
"react-cosmos-plugin-vite": "^6.2.0",
|
|
1523
|
+
"react-dom": "19.1.0",
|
|
1524
|
+
"react-error-boundary": "^6.0.0",
|
|
1525
|
+
"react-hot-toast": "^2.5.2",
|
|
1526
|
+
"react-query": "^3.39.3",
|
|
1527
|
+
redaxios: "^0.5.1",
|
|
1528
|
+
"rollup-plugin-visualizer": "^5.12.0",
|
|
1529
|
+
"s-expression": "^3.1.1",
|
|
1530
|
+
"schematic-symbols": "^0.0.202",
|
|
1531
|
+
serve: "^14.2.4",
|
|
1532
|
+
"source-map-explorer": "^2.5.3",
|
|
1533
|
+
"tailwind-merge": "^2.6.0",
|
|
1534
|
+
tailwindcss: "^3.4.17",
|
|
1535
|
+
"tailwindcss-animate": "^1.0.7",
|
|
1536
|
+
tscircuit: "^0.0.657",
|
|
1537
|
+
tsup: "^8.3.5",
|
|
1538
|
+
vite: "^7.1.2",
|
|
1539
|
+
yargs: "^17.7.2"
|
|
1540
|
+
}
|
|
1541
|
+
};
|
|
1429
1542
|
|
|
1430
1543
|
// lib/hooks/use-eval-versions.ts
|
|
1431
1544
|
import { useEffect as useEffect5, useMemo as useMemo2, useState as useState6 } from "react";
|
|
@@ -4023,6 +4136,10 @@ var FileMenuLeftHeader = (props) => {
|
|
|
4023
4136
|
"@tscircuit/eval@",
|
|
4024
4137
|
lastRunEvalVersion
|
|
4025
4138
|
] }) }) }),
|
|
4139
|
+
/* @__PURE__ */ jsx34(DropdownMenuItem, { className: "rf-flex rf-items-center rf-gap-2", children: /* @__PURE__ */ jsx34("div", { className: "rf-flex rf-items-center rf-gap-2", children: /* @__PURE__ */ jsxs24("span", { className: "rf-text-xs", children: [
|
|
4140
|
+
"@tscircuit/runframe@",
|
|
4141
|
+
package_default.version
|
|
4142
|
+
] }) }) }),
|
|
4026
4143
|
/* @__PURE__ */ jsx34(
|
|
4027
4144
|
DropdownMenuItem,
|
|
4028
4145
|
{
|
package/dist/preview.js
CHANGED
package/dist/runner.js
CHANGED