easyeda 0.0.69 → 0.0.71
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.
|
@@ -2618,7 +2618,6 @@ export const ${componentName} = (props: Props) => {
|
|
|
2618
2618
|
positionOffset: { x: 0, y: 0, z: 0 },
|
|
2619
2619
|
}}` : ""}
|
|
2620
2620
|
pinLabels={pinLabels}
|
|
2621
|
-
schPinSpacing={0.75}
|
|
2622
2621
|
supplierPartNumbers={${JSON.stringify(supplierPartNumbers, null, " ")}}
|
|
2623
2622
|
footprint={${footprintTsx}}
|
|
2624
2623
|
/>
|
|
@@ -2791,4 +2790,4 @@ export {
|
|
|
2791
2790
|
convertRawEasyToTsx,
|
|
2792
2791
|
convertEasyEdaJsonToVariousFormats
|
|
2793
2792
|
};
|
|
2794
|
-
//# sourceMappingURL=chunk-
|
|
2793
|
+
//# sourceMappingURL=chunk-UXXI44YG.js.map
|