Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/common/footprintProp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { ReactElement } from "react"
import { z } from "zod"
import { type AutocompleteString } from "./autocomplete"
import type { KicadAutocompleteStringPath } from "../generated/kicad-autocomplete"
import type { JlcpcbAutocompleteStringPath } from "../generated/jlcpcb-autocomplete"
import type { FootprinterStringExample } from "../generated/footprinter-autocomplete"

/**
Expand Down Expand Up @@ -51,6 +52,7 @@ type FootprinterStringAutocomplete = BasicFootprint | FootprinterStringExample
export type FootprintProp =
| AutocompleteString<FootprinterStringAutocomplete>
| KicadAutocompleteStringPath
| JlcpcbAutocompleteStringPath
| ReactElement
| FootprintSoupElements[]

Expand Down
1 change: 1 addition & 0 deletions lib/common/pcbSx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { z } from "zod"

export type PcbSxSelector =
| "& footprint[src^='kicad:'] silkscreentext"
| "& footprint[src^='jlcpcb:'] silkscreentext"
| "& silkscreentext"
| "& fabricationnotetext"

Expand Down
Loading
Loading