@tscircuit/core 0.0.1108 → 0.0.1109
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.d.ts +1 -0
- package/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import * as circuit_json from 'circuit-json';
|
|
|
2
2
|
import { PcbTraceError, PcbPlacementError, PcbManualEditConflictWarning, PcbViaClearanceError, LayerRef, AnyCircuitElement, Size, AnySourceComponent, PcbTraceRoutePoint, PcbTrace as PcbTrace$1, PcbVia, SchematicPort, SchematicComponent, RouteHintPoint, CircuitJson } from 'circuit-json';
|
|
3
3
|
import * as _tscircuit_props from '@tscircuit/props';
|
|
4
4
|
import { PlatformConfig, subcircuitGroupProps, AutorouterConfig, PcbSx, traceProps, SupplierPartNumbers, CadModelProp, SchematicPortArrangement, groupProps, boardProps, subcircuitProps, subpanelProps, capacitorProps, chipProps, pinoutProps, diodeProps, fuseProps, jumperProps, interconnectProps, solderjumperProps, ledProps, powerSourceProps, voltageSourceProps, currentSourceProps, resistorProps, constraintProps, fabricationNoteRectProps, fabricationNotePathProps, fabricationNoteTextProps, fabricationNoteDimensionProps, pcbNoteLineProps, pcbNoteRectProps, pcbNoteTextProps, pcbNotePathProps, pcbNoteDimensionProps, footprintProps, breakoutProps, breakoutPointProps, holeProps, pcbKeepoutProps, netLabelProps, cadmodelProps, cadassemblyProps, platedHoleProps, courtyardCircleProps, courtyardOutlineProps, courtyardRectProps, silkscreenCircleProps, silkscreenPathProps, silkscreenRectProps, silkscreenTextProps, silkscreenLineProps, smtPadProps, fiducialProps, traceHintProps, viaProps, copperPourProps, copperTextProps, cutoutProps, batteryProps, pinHeaderProps, resonatorProps, inductorProps, potentiometerProps, pushButtonProps, crystalProps, transistorProps, mosfetProps, opampProps, OpAmpPinLabels, switchProps, SwitchProps, testpointProps, schematicTextProps, schematicLineProps, schematicRectProps, schematicArcProps, schematicCircleProps, schematicPathProps, schematicBoxProps, schematicTableProps, schematicRowProps, schematicCellProps, symbolProps, analogSimulationProps, voltageProbeProps, CapacitorProps, ChipProps, DiodeProps, ResistorProps, ManualEditEvent, ManualEditsFile, ChipConnections, manual_edits_file } from '@tscircuit/props';
|
|
5
|
+
export { kicadFootprintStrings } from '@tscircuit/props';
|
|
5
6
|
import * as react from 'react';
|
|
6
7
|
import react__default, { ReactElement, DetailedHTMLProps, SVGProps } from 'react';
|
|
7
8
|
export { createElement } from 'react';
|
package/dist/index.js
CHANGED
|
@@ -18390,7 +18390,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
18390
18390
|
var package_default = {
|
|
18391
18391
|
name: "@tscircuit/core",
|
|
18392
18392
|
type: "module",
|
|
18393
|
-
version: "0.0.
|
|
18393
|
+
version: "0.0.1108",
|
|
18394
18394
|
types: "dist/index.d.ts",
|
|
18395
18395
|
main: "dist/index.js",
|
|
18396
18396
|
module: "dist/index.js",
|
|
@@ -24379,6 +24379,7 @@ var sel = new Proxy(
|
|
|
24379
24379
|
|
|
24380
24380
|
// lib/index.ts
|
|
24381
24381
|
import { createElement } from "react";
|
|
24382
|
+
import { kicadFootprintStrings } from "@tscircuit/props";
|
|
24382
24383
|
|
|
24383
24384
|
// lib/register-catalogue.ts
|
|
24384
24385
|
extendCatalogue(components_exports);
|
|
@@ -24485,6 +24486,7 @@ export {
|
|
|
24485
24486
|
createUseComponent,
|
|
24486
24487
|
getPhaseTimingsFromRenderEvents,
|
|
24487
24488
|
getSimpleRouteJsonFromCircuitJson,
|
|
24489
|
+
kicadFootprintStrings,
|
|
24488
24490
|
normalizePinLabels,
|
|
24489
24491
|
orderedRenderPhases,
|
|
24490
24492
|
renderPhaseIndexMap,
|