@tscircuit/runframe 0.0.1861 → 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.
@@ -1730,7 +1730,7 @@ var useErrorTelemetry = ({
1730
1730
  };
1731
1731
 
1732
1732
  // package.json
1733
- var version = "0.0.1860";
1733
+ var version = "0.0.1861";
1734
1734
  var package_default = {
1735
1735
  name: "@tscircuit/runframe",
1736
1736
  main: "dist/preview.js",
@@ -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: { width: "calc(100vw - 2rem)" },
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: { width: "calc(100vw - 2rem)", zIndex: zIndexMap.dialog },
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
@@ -8,7 +8,7 @@ import {
8
8
  linkify,
9
9
  useOrderDialog,
10
10
  useOrderDialogCli
11
- } from "./chunk-DCX6GKQZ.js";
11
+ } from "./chunk-WKA3ALEV.js";
12
12
  export {
13
13
  BomTable,
14
14
  CadViewer,
package/dist/runner.js CHANGED
@@ -34,7 +34,7 @@ import {
34
34
  useRunFrameStore,
35
35
  useRunnerStore,
36
36
  useStyles
37
- } from "./chunk-DCX6GKQZ.js";
37
+ } from "./chunk-WKA3ALEV.js";
38
38
 
39
39
  // lib/components/RunFrame/RunFrame.tsx
40
40
  import { createCircuitWebWorker } from "@tscircuit/eval/worker";