@tscircuit/core 0.0.1812 → 0.0.1813
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 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -15486,7 +15486,7 @@ declare class Capacitor extends NormalComponent<typeof capacitorProps, Polarized
|
|
|
15486
15486
|
doInitialSourceRender(): void;
|
|
15487
15487
|
}
|
|
15488
15488
|
|
|
15489
|
-
declare class Antenna extends NormalComponent<typeof antennaProps, "pin1" | "feed" | "pin2" | "ground" | "gnd" | "feed2"> {
|
|
15489
|
+
declare class Antenna extends NormalComponent<typeof antennaProps, "pin1" | "feed" | "feed1" | "pin2" | "ground" | "gnd" | "feed2"> {
|
|
15490
15490
|
get config(): {
|
|
15491
15491
|
componentName: string;
|
|
15492
15492
|
zodProps: zod.ZodObject<{
|
package/dist/index.js
CHANGED
|
@@ -42293,7 +42293,7 @@ function Group_getRoutingPhasePlans(group) {
|
|
|
42293
42293
|
var package_default = {
|
|
42294
42294
|
name: "@tscircuit/core",
|
|
42295
42295
|
type: "module",
|
|
42296
|
-
version: "0.0.
|
|
42296
|
+
version: "0.0.1812",
|
|
42297
42297
|
types: "dist/index.d.ts",
|
|
42298
42298
|
main: "dist/index.js",
|
|
42299
42299
|
module: "dist/index.js",
|
|
@@ -49278,7 +49278,7 @@ var Antenna = class extends NormalComponent3 {
|
|
|
49278
49278
|
super.initPorts({
|
|
49279
49279
|
pinCount: secondaryPortRole ? 2 : 1,
|
|
49280
49280
|
additionalAliases: {
|
|
49281
|
-
pin1: ["feed"],
|
|
49281
|
+
pin1: secondaryPortRole === "feed2" ? ["feed", "feed1"] : ["feed"],
|
|
49282
49282
|
...secondaryPortRole === "ground" ? { pin2: ["ground", "gnd"] } : secondaryPortRole === "feed2" ? { pin2: ["feed2"] } : {}
|
|
49283
49283
|
}
|
|
49284
49284
|
});
|