@tscircuit/core 0.0.262 → 0.0.263
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 +4 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as _tscircuit_props from '@tscircuit/props';
|
|
2
2
|
import { subcircuitGroupProps, traceProps, SupplierPartNumbers, SchematicPortArrangement, groupProps, boardProps, capacitorProps, chipProps, diodeProps, jumperProps, ledProps, powerSourceProps, resistorProps, constraintProps, fabricationNotePathProps, fabricationNoteTextProps, footprintProps, subcircuitProps, holeProps, pcbKeepoutProps, netAliasProps, platedHoleProps, silkscreenCircleProps, silkscreenPathProps, silkscreenRectProps, silkscreenTextProps, silkscreenLineProps, smtPadProps, traceHintProps, viaProps, batteryProps, pinHeaderProps, resonatorProps, inductorProps, potentiometerProps, pushButtonProps, crystalProps, transistorProps, mosfetProps, CapacitorProps, ChipProps, ResistorProps, ManualEditEvent, manual_edits_file } from '@tscircuit/props';
|
|
3
3
|
import React, { ReactElement } from 'react';
|
|
4
|
+
export { createElement } from 'react';
|
|
4
5
|
import * as zod from 'zod';
|
|
5
6
|
import { z, ZodType } from 'zod';
|
|
6
7
|
import { symbols, SchSymbol, BaseSymbolName } from 'schematic-symbols';
|
package/dist/index.js
CHANGED
|
@@ -6550,6 +6550,9 @@ var applyEditEventsToManualEditsFile = ({
|
|
|
6550
6550
|
return updatedManualEditsFile;
|
|
6551
6551
|
};
|
|
6552
6552
|
|
|
6553
|
+
// lib/index.ts
|
|
6554
|
+
import { createElement } from "react";
|
|
6555
|
+
|
|
6553
6556
|
// lib/register-catalogue.ts
|
|
6554
6557
|
extendCatalogue(components_exports);
|
|
6555
6558
|
extendCatalogue({
|
|
@@ -6601,6 +6604,7 @@ export {
|
|
|
6601
6604
|
Transistor,
|
|
6602
6605
|
Via,
|
|
6603
6606
|
applyEditEventsToManualEditsFile,
|
|
6607
|
+
createElement,
|
|
6604
6608
|
createUseComponent,
|
|
6605
6609
|
orderedRenderPhases,
|
|
6606
6610
|
useCapacitor,
|