@tscircuit/schematic-viewer 2.0.88 → 2.0.90

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/index.js CHANGED
@@ -2434,7 +2434,9 @@ var SchematicSheetSelector = ({
2434
2434
  alignItems: "center",
2435
2435
  gap: "6px",
2436
2436
  maxWidth: "220px",
2437
- padding: "8px 12px",
2437
+ height: "32px",
2438
+ boxSizing: "border-box",
2439
+ padding: "0 12px",
2438
2440
  backgroundColor: "#ffffff",
2439
2441
  color: "#000000",
2440
2442
  border: "none",
@@ -2495,7 +2497,7 @@ import { useMemo as useMemo5 } from "react";
2495
2497
  // package.json
2496
2498
  var package_default = {
2497
2499
  name: "@tscircuit/schematic-viewer",
2498
- version: "2.0.87",
2500
+ version: "2.0.89",
2499
2501
  repository: {
2500
2502
  type: "git",
2501
2503
  url: "https://github.com/tscircuit/schematic-viewer"
@@ -2528,7 +2530,7 @@ var package_default = {
2528
2530
  "react-dom": "^19.1.0",
2529
2531
  "react-reconciler": "^0.31.0",
2530
2532
  semver: "^7.7.2",
2531
- tscircuit: "^0.0.2112",
2533
+ tscircuit: "^0.0.2460",
2532
2534
  tsup: "^8.3.5",
2533
2535
  vite: "^6.0.3"
2534
2536
  },
@@ -2539,8 +2541,8 @@ var package_default = {
2539
2541
  dependencies: {
2540
2542
  "@radix-ui/react-dropdown-menu": "^2.1.16",
2541
2543
  "@tscircuit/circuit-json-util": "^0.0.108",
2542
- "circuit-json": "^0.0.465",
2543
- "circuit-to-svg": "^0.0.393",
2544
+ "circuit-json": "^0.0.479",
2545
+ "circuit-to-svg": "^0.0.410",
2544
2546
  debug: "^4.4.0",
2545
2547
  fflate: "^0.8.3",
2546
2548
  "performance-now": "^2.1.0",