circuit-json 0.0.168 → 0.0.170
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/README.md +2 -0
- package/dist/index.d.mts +326 -0
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -187,6 +187,7 @@ interface SourceComponentBase {
|
|
|
187
187
|
supplier_part_numbers?: Partial<Record<SupplierName, string[]>>
|
|
188
188
|
display_value?: string
|
|
189
189
|
are_pins_interchangeable?: boolean
|
|
190
|
+
internally_connected_source_port_ids?: string[][]
|
|
190
191
|
}
|
|
191
192
|
```
|
|
192
193
|
|
|
@@ -1092,6 +1093,7 @@ interface SchematicText {
|
|
|
1092
1093
|
schematic_component_id?: string
|
|
1093
1094
|
schematic_text_id: string
|
|
1094
1095
|
text: string
|
|
1096
|
+
font_size: number
|
|
1095
1097
|
position: {
|
|
1096
1098
|
x: number
|
|
1097
1099
|
y: number
|