@tscircuit/runframe 0.0.1860 → 0.0.1862
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-4TW5I45C.js → chunk-WKA3ALEV.js} +18 -9
- package/dist/preview.js +1 -1
- package/dist/runner.js +1 -1
- package/dist/standalone-preview.min.js +348 -348
- package/dist/standalone.min.js +349 -349
- package/package.json +2 -2
|
@@ -1730,7 +1730,7 @@ var useErrorTelemetry = ({
|
|
|
1730
1730
|
};
|
|
1731
1731
|
|
|
1732
1732
|
// package.json
|
|
1733
|
-
var version = "0.0.
|
|
1733
|
+
var version = "0.0.1861";
|
|
1734
1734
|
var package_default = {
|
|
1735
1735
|
name: "@tscircuit/runframe",
|
|
1736
1736
|
main: "dist/preview.js",
|
|
@@ -1797,7 +1797,7 @@ var package_default = {
|
|
|
1797
1797
|
"chokidar-cli": "^3.0.0",
|
|
1798
1798
|
"circuit-json-to-bom-csv": "^0.0.8",
|
|
1799
1799
|
"circuit-json-to-gerber": "^0.0.48",
|
|
1800
|
-
"circuit-json-to-kicad": "^0.0.
|
|
1800
|
+
"circuit-json-to-kicad": "^0.0.117",
|
|
1801
1801
|
"circuit-json-to-lbrn": "^0.0.4",
|
|
1802
1802
|
"circuit-json-to-pnp-csv": "^0.0.7",
|
|
1803
1803
|
"circuit-json-to-step": "^0.0.18",
|
|
@@ -2705,6 +2705,14 @@ var SearchResultsList = ({
|
|
|
2705
2705
|
|
|
2706
2706
|
// lib/components/ImportComponentDialog2/components/TscircuitPackageDetailsDialog.tsx
|
|
2707
2707
|
import { ExternalLink, Loader2 as Loader22 } from "lucide-react";
|
|
2708
|
+
|
|
2709
|
+
// lib/utils/z-index-map.ts
|
|
2710
|
+
var zIndexMap = {
|
|
2711
|
+
importComponentDialog: 101,
|
|
2712
|
+
importComponentDetailsDialog: 102
|
|
2713
|
+
};
|
|
2714
|
+
|
|
2715
|
+
// lib/components/ImportComponentDialog2/components/TscircuitPackageDetailsDialog.tsx
|
|
2708
2716
|
import { Fragment as Fragment4, jsx as jsx24, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
2709
2717
|
var TscircuitPackageDetailsDialog = ({
|
|
2710
2718
|
packageResult,
|
|
@@ -2729,7 +2737,10 @@ var TscircuitPackageDetailsDialog = ({
|
|
|
2729
2737
|
DialogContent,
|
|
2730
2738
|
{
|
|
2731
2739
|
showOverlay: false,
|
|
2732
|
-
style: {
|
|
2740
|
+
style: {
|
|
2741
|
+
width: "calc(100vw - 2rem)",
|
|
2742
|
+
zIndex: zIndexMap.importComponentDetailsDialog
|
|
2743
|
+
},
|
|
2733
2744
|
className: "rf-max-w-5xl no-scrollbar !rf-overflow-y-auto rf-max-h-[90vh] rf-overflow-hidden rf-flex rf-flex-col rf-rounded-sm",
|
|
2734
2745
|
children: [
|
|
2735
2746
|
/* @__PURE__ */ jsx24(DialogHeader, { className: "rf-pb-4 rf-border-b", children: /* @__PURE__ */ jsx24("div", { className: "rf-flex rf-items-start rf-justify-between rf-gap-4", children: /* @__PURE__ */ jsxs18("div", { className: "rf-flex-1 rf-min-w-0", children: [
|
|
@@ -3125,11 +3136,6 @@ var useKicadFootprintSearch = () => {
|
|
|
3125
3136
|
};
|
|
3126
3137
|
};
|
|
3127
3138
|
|
|
3128
|
-
// lib/utils/z-index-map.ts
|
|
3129
|
-
var zIndexMap = {
|
|
3130
|
-
dialog: 101
|
|
3131
|
-
};
|
|
3132
|
-
|
|
3133
3139
|
// lib/components/ImportComponentDialog2/ImportComponentDialog2.tsx
|
|
3134
3140
|
import { jsx as jsx25, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
3135
3141
|
var computeAvailableSources = ({
|
|
@@ -3356,7 +3362,10 @@ var ImportComponentDialog2 = ({
|
|
|
3356
3362
|
/* @__PURE__ */ jsxs19(
|
|
3357
3363
|
DialogContent,
|
|
3358
3364
|
{
|
|
3359
|
-
style: {
|
|
3365
|
+
style: {
|
|
3366
|
+
width: "calc(100vw - 2rem)",
|
|
3367
|
+
zIndex: zIndexMap.importComponentDialog
|
|
3368
|
+
},
|
|
3360
3369
|
className: "rf-rounded-sm rf-max-h-[90vh] rf-overflow-y-auto rf-overflow-x-hidden rf-flex rf-flex-col",
|
|
3361
3370
|
children: [
|
|
3362
3371
|
/* @__PURE__ */ jsxs19(DialogHeader, { children: [
|
package/dist/preview.js
CHANGED
package/dist/runner.js
CHANGED