@tscircuit/cli 0.0.54 → 0.0.56

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/bun.lockb CHANGED
Binary file
@@ -54,6 +54,13 @@ export const HeaderMenu = () => {
54
54
  >
55
55
  Gerbers
56
56
  </MenubarItem>
57
+ <MenubarItem
58
+ onSelect={() => {
59
+ toast.error("Not yet implemented!")
60
+ }}
61
+ >
62
+ Bill of Materials
63
+ </MenubarItem>
57
64
  <MenubarItem
58
65
  onSelect={() => {
59
66
  toast.error("Not yet implemented!")
@@ -66,7 +73,7 @@ export const HeaderMenu = () => {
66
73
  toast.error("Not yet implemented!")
67
74
  }}
68
75
  >
69
- PNG
76
+ Schematic (PDF)
70
77
  </MenubarItem>
71
78
  </MenubarSubContent>
72
79
  </MenubarSub>