@tscircuit/core 0.0.1107 → 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 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.1106",
18393
+ version: "0.0.1108",
18394
18394
  types: "dist/index.d.ts",
18395
18395
  main: "dist/index.js",
18396
18396
  module: "dist/index.js",
@@ -18424,7 +18424,7 @@ var package_default = {
18424
18424
  "@tscircuit/alphabet": "0.0.18",
18425
18425
  "@tscircuit/checks": "0.0.110",
18426
18426
  "@tscircuit/capacity-autorouter": "^0.0.326",
18427
- "@tscircuit/circuit-json-util": "^0.0.82",
18427
+ "@tscircuit/circuit-json-util": "^0.0.90",
18428
18428
  "@tscircuit/common": "^0.0.20",
18429
18429
  "@tscircuit/copper-pour-solver": "^0.0.20",
18430
18430
  "@tscircuit/footprinter": "^0.0.321",
@@ -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,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1107",
4
+ "version": "0.0.1109",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -35,7 +35,7 @@
35
35
  "@tscircuit/alphabet": "0.0.18",
36
36
  "@tscircuit/checks": "0.0.110",
37
37
  "@tscircuit/capacity-autorouter": "^0.0.326",
38
- "@tscircuit/circuit-json-util": "^0.0.82",
38
+ "@tscircuit/circuit-json-util": "^0.0.90",
39
39
  "@tscircuit/common": "^0.0.20",
40
40
  "@tscircuit/copper-pour-solver": "^0.0.20",
41
41
  "@tscircuit/footprinter": "^0.0.321",