@tscircuit/props 0.0.335 → 0.0.336

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
@@ -1514,7 +1514,7 @@ interface PinAttributeMap {
1514
1514
  requiresVoltage?: string | number;
1515
1515
  doNotConnect?: boolean;
1516
1516
  includeInBoardPinout?: boolean;
1517
- ratsNestColor?: string;
1517
+ highlightColor?: string;
1518
1518
  }
1519
1519
  declare const pinAttributeMap: z.ZodObject<{
1520
1520
  providesPower: z.ZodOptional<z.ZodBoolean>;
@@ -1525,7 +1525,7 @@ declare const pinAttributeMap: z.ZodObject<{
1525
1525
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
1526
1526
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
1527
1527
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
1528
- ratsNestColor: z.ZodOptional<z.ZodString>;
1528
+ highlightColor: z.ZodOptional<z.ZodString>;
1529
1529
  }, "strip", z.ZodTypeAny, {
1530
1530
  providesPower?: boolean | undefined;
1531
1531
  requiresPower?: boolean | undefined;
@@ -1535,7 +1535,7 @@ declare const pinAttributeMap: z.ZodObject<{
1535
1535
  requiresVoltage?: string | number | undefined;
1536
1536
  doNotConnect?: boolean | undefined;
1537
1537
  includeInBoardPinout?: boolean | undefined;
1538
- ratsNestColor?: string | undefined;
1538
+ highlightColor?: string | undefined;
1539
1539
  }, {
1540
1540
  providesPower?: boolean | undefined;
1541
1541
  requiresPower?: boolean | undefined;
@@ -1545,7 +1545,7 @@ declare const pinAttributeMap: z.ZodObject<{
1545
1545
  requiresVoltage?: string | number | undefined;
1546
1546
  doNotConnect?: boolean | undefined;
1547
1547
  includeInBoardPinout?: boolean | undefined;
1548
- ratsNestColor?: string | undefined;
1548
+ highlightColor?: string | undefined;
1549
1549
  }>;
1550
1550
  interface CommonComponentProps<PinLabel extends string = string> extends CommonLayoutProps {
1551
1551
  key?: any;
@@ -2165,7 +2165,7 @@ declare const commonComponentProps: z.ZodObject<{
2165
2165
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
2166
2166
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
2167
2167
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
2168
- ratsNestColor: z.ZodOptional<z.ZodString>;
2168
+ highlightColor: z.ZodOptional<z.ZodString>;
2169
2169
  }, "strip", z.ZodTypeAny, {
2170
2170
  providesPower?: boolean | undefined;
2171
2171
  requiresPower?: boolean | undefined;
@@ -2175,7 +2175,7 @@ declare const commonComponentProps: z.ZodObject<{
2175
2175
  requiresVoltage?: string | number | undefined;
2176
2176
  doNotConnect?: boolean | undefined;
2177
2177
  includeInBoardPinout?: boolean | undefined;
2178
- ratsNestColor?: string | undefined;
2178
+ highlightColor?: string | undefined;
2179
2179
  }, {
2180
2180
  providesPower?: boolean | undefined;
2181
2181
  requiresPower?: boolean | undefined;
@@ -2185,7 +2185,7 @@ declare const commonComponentProps: z.ZodObject<{
2185
2185
  requiresVoltage?: string | number | undefined;
2186
2186
  doNotConnect?: boolean | undefined;
2187
2187
  includeInBoardPinout?: boolean | undefined;
2188
- ratsNestColor?: string | undefined;
2188
+ highlightColor?: string | undefined;
2189
2189
  }>>>;
2190
2190
  }, "strip", z.ZodTypeAny, {
2191
2191
  name: string;
@@ -2225,7 +2225,7 @@ declare const commonComponentProps: z.ZodObject<{
2225
2225
  requiresVoltage?: string | number | undefined;
2226
2226
  doNotConnect?: boolean | undefined;
2227
2227
  includeInBoardPinout?: boolean | undefined;
2228
- ratsNestColor?: string | undefined;
2228
+ highlightColor?: string | undefined;
2229
2229
  }> | undefined;
2230
2230
  cadModel?: string | {
2231
2231
  stlUrl: string;
@@ -2398,7 +2398,7 @@ declare const commonComponentProps: z.ZodObject<{
2398
2398
  requiresVoltage?: string | number | undefined;
2399
2399
  doNotConnect?: boolean | undefined;
2400
2400
  includeInBoardPinout?: boolean | undefined;
2401
- ratsNestColor?: string | undefined;
2401
+ highlightColor?: string | undefined;
2402
2402
  }> | undefined;
2403
2403
  cadModel?: string | {
2404
2404
  stlUrl: string;
@@ -3140,7 +3140,7 @@ declare const componentProps: z.ZodObject<{
3140
3140
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
3141
3141
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
3142
3142
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
3143
- ratsNestColor: z.ZodOptional<z.ZodString>;
3143
+ highlightColor: z.ZodOptional<z.ZodString>;
3144
3144
  }, "strip", z.ZodTypeAny, {
3145
3145
  providesPower?: boolean | undefined;
3146
3146
  requiresPower?: boolean | undefined;
@@ -3150,7 +3150,7 @@ declare const componentProps: z.ZodObject<{
3150
3150
  requiresVoltage?: string | number | undefined;
3151
3151
  doNotConnect?: boolean | undefined;
3152
3152
  includeInBoardPinout?: boolean | undefined;
3153
- ratsNestColor?: string | undefined;
3153
+ highlightColor?: string | undefined;
3154
3154
  }, {
3155
3155
  providesPower?: boolean | undefined;
3156
3156
  requiresPower?: boolean | undefined;
@@ -3160,7 +3160,7 @@ declare const componentProps: z.ZodObject<{
3160
3160
  requiresVoltage?: string | number | undefined;
3161
3161
  doNotConnect?: boolean | undefined;
3162
3162
  includeInBoardPinout?: boolean | undefined;
3163
- ratsNestColor?: string | undefined;
3163
+ highlightColor?: string | undefined;
3164
3164
  }>>>;
3165
3165
  }, "strip", z.ZodTypeAny, {
3166
3166
  name: string;
@@ -3200,7 +3200,7 @@ declare const componentProps: z.ZodObject<{
3200
3200
  requiresVoltage?: string | number | undefined;
3201
3201
  doNotConnect?: boolean | undefined;
3202
3202
  includeInBoardPinout?: boolean | undefined;
3203
- ratsNestColor?: string | undefined;
3203
+ highlightColor?: string | undefined;
3204
3204
  }> | undefined;
3205
3205
  cadModel?: string | {
3206
3206
  stlUrl: string;
@@ -3373,7 +3373,7 @@ declare const componentProps: z.ZodObject<{
3373
3373
  requiresVoltage?: string | number | undefined;
3374
3374
  doNotConnect?: boolean | undefined;
3375
3375
  includeInBoardPinout?: boolean | undefined;
3376
- ratsNestColor?: string | undefined;
3376
+ highlightColor?: string | undefined;
3377
3377
  }> | undefined;
3378
3378
  cadModel?: string | {
3379
3379
  stlUrl: string;
@@ -13856,7 +13856,7 @@ declare const chipProps: z.ZodObject<{
13856
13856
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
13857
13857
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
13858
13858
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
13859
- ratsNestColor: z.ZodOptional<z.ZodString>;
13859
+ highlightColor: z.ZodOptional<z.ZodString>;
13860
13860
  }, "strip", z.ZodTypeAny, {
13861
13861
  providesPower?: boolean | undefined;
13862
13862
  requiresPower?: boolean | undefined;
@@ -13866,7 +13866,7 @@ declare const chipProps: z.ZodObject<{
13866
13866
  requiresVoltage?: string | number | undefined;
13867
13867
  doNotConnect?: boolean | undefined;
13868
13868
  includeInBoardPinout?: boolean | undefined;
13869
- ratsNestColor?: string | undefined;
13869
+ highlightColor?: string | undefined;
13870
13870
  }, {
13871
13871
  providesPower?: boolean | undefined;
13872
13872
  requiresPower?: boolean | undefined;
@@ -13876,7 +13876,7 @@ declare const chipProps: z.ZodObject<{
13876
13876
  requiresVoltage?: string | number | undefined;
13877
13877
  doNotConnect?: boolean | undefined;
13878
13878
  includeInBoardPinout?: boolean | undefined;
13879
- ratsNestColor?: string | undefined;
13879
+ highlightColor?: string | undefined;
13880
13880
  }>>>;
13881
13881
  } & {
13882
13882
  manufacturerPartNumber: z.ZodOptional<z.ZodString>;
@@ -14166,7 +14166,7 @@ declare const chipProps: z.ZodObject<{
14166
14166
  requiresVoltage?: string | number | undefined;
14167
14167
  doNotConnect?: boolean | undefined;
14168
14168
  includeInBoardPinout?: boolean | undefined;
14169
- ratsNestColor?: string | undefined;
14169
+ highlightColor?: string | undefined;
14170
14170
  }> | undefined;
14171
14171
  cadModel?: string | {
14172
14172
  stlUrl: string;
@@ -14416,7 +14416,7 @@ declare const chipProps: z.ZodObject<{
14416
14416
  requiresVoltage?: string | number | undefined;
14417
14417
  doNotConnect?: boolean | undefined;
14418
14418
  includeInBoardPinout?: boolean | undefined;
14419
- ratsNestColor?: string | undefined;
14419
+ highlightColor?: string | undefined;
14420
14420
  }> | undefined;
14421
14421
  cadModel?: string | {
14422
14422
  stlUrl: string;
@@ -15238,7 +15238,7 @@ declare const bugProps: z.ZodObject<{
15238
15238
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
15239
15239
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
15240
15240
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
15241
- ratsNestColor: z.ZodOptional<z.ZodString>;
15241
+ highlightColor: z.ZodOptional<z.ZodString>;
15242
15242
  }, "strip", z.ZodTypeAny, {
15243
15243
  providesPower?: boolean | undefined;
15244
15244
  requiresPower?: boolean | undefined;
@@ -15248,7 +15248,7 @@ declare const bugProps: z.ZodObject<{
15248
15248
  requiresVoltage?: string | number | undefined;
15249
15249
  doNotConnect?: boolean | undefined;
15250
15250
  includeInBoardPinout?: boolean | undefined;
15251
- ratsNestColor?: string | undefined;
15251
+ highlightColor?: string | undefined;
15252
15252
  }, {
15253
15253
  providesPower?: boolean | undefined;
15254
15254
  requiresPower?: boolean | undefined;
@@ -15258,7 +15258,7 @@ declare const bugProps: z.ZodObject<{
15258
15258
  requiresVoltage?: string | number | undefined;
15259
15259
  doNotConnect?: boolean | undefined;
15260
15260
  includeInBoardPinout?: boolean | undefined;
15261
- ratsNestColor?: string | undefined;
15261
+ highlightColor?: string | undefined;
15262
15262
  }>>>;
15263
15263
  } & {
15264
15264
  manufacturerPartNumber: z.ZodOptional<z.ZodString>;
@@ -15548,7 +15548,7 @@ declare const bugProps: z.ZodObject<{
15548
15548
  requiresVoltage?: string | number | undefined;
15549
15549
  doNotConnect?: boolean | undefined;
15550
15550
  includeInBoardPinout?: boolean | undefined;
15551
- ratsNestColor?: string | undefined;
15551
+ highlightColor?: string | undefined;
15552
15552
  }> | undefined;
15553
15553
  cadModel?: string | {
15554
15554
  stlUrl: string;
@@ -15798,7 +15798,7 @@ declare const bugProps: z.ZodObject<{
15798
15798
  requiresVoltage?: string | number | undefined;
15799
15799
  doNotConnect?: boolean | undefined;
15800
15800
  includeInBoardPinout?: boolean | undefined;
15801
- ratsNestColor?: string | undefined;
15801
+ highlightColor?: string | undefined;
15802
15802
  }> | undefined;
15803
15803
  cadModel?: string | {
15804
15804
  stlUrl: string;
@@ -16619,7 +16619,7 @@ declare const pinoutProps: z.ZodObject<{
16619
16619
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
16620
16620
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
16621
16621
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
16622
- ratsNestColor: z.ZodOptional<z.ZodString>;
16622
+ highlightColor: z.ZodOptional<z.ZodString>;
16623
16623
  }, "strip", z.ZodTypeAny, {
16624
16624
  providesPower?: boolean | undefined;
16625
16625
  requiresPower?: boolean | undefined;
@@ -16629,7 +16629,7 @@ declare const pinoutProps: z.ZodObject<{
16629
16629
  requiresVoltage?: string | number | undefined;
16630
16630
  doNotConnect?: boolean | undefined;
16631
16631
  includeInBoardPinout?: boolean | undefined;
16632
- ratsNestColor?: string | undefined;
16632
+ highlightColor?: string | undefined;
16633
16633
  }, {
16634
16634
  providesPower?: boolean | undefined;
16635
16635
  requiresPower?: boolean | undefined;
@@ -16639,7 +16639,7 @@ declare const pinoutProps: z.ZodObject<{
16639
16639
  requiresVoltage?: string | number | undefined;
16640
16640
  doNotConnect?: boolean | undefined;
16641
16641
  includeInBoardPinout?: boolean | undefined;
16642
- ratsNestColor?: string | undefined;
16642
+ highlightColor?: string | undefined;
16643
16643
  }>>>;
16644
16644
  } & {
16645
16645
  manufacturerPartNumber: z.ZodOptional<z.ZodString>;
@@ -16929,7 +16929,7 @@ declare const pinoutProps: z.ZodObject<{
16929
16929
  requiresVoltage?: string | number | undefined;
16930
16930
  doNotConnect?: boolean | undefined;
16931
16931
  includeInBoardPinout?: boolean | undefined;
16932
- ratsNestColor?: string | undefined;
16932
+ highlightColor?: string | undefined;
16933
16933
  }> | undefined;
16934
16934
  cadModel?: string | {
16935
16935
  stlUrl: string;
@@ -17179,7 +17179,7 @@ declare const pinoutProps: z.ZodObject<{
17179
17179
  requiresVoltage?: string | number | undefined;
17180
17180
  doNotConnect?: boolean | undefined;
17181
17181
  includeInBoardPinout?: boolean | undefined;
17182
- ratsNestColor?: string | undefined;
17182
+ highlightColor?: string | undefined;
17183
17183
  }> | undefined;
17184
17184
  cadModel?: string | {
17185
17185
  stlUrl: string;
@@ -18032,7 +18032,7 @@ declare const jumperProps: z.ZodObject<{
18032
18032
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
18033
18033
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
18034
18034
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
18035
- ratsNestColor: z.ZodOptional<z.ZodString>;
18035
+ highlightColor: z.ZodOptional<z.ZodString>;
18036
18036
  }, "strip", z.ZodTypeAny, {
18037
18037
  providesPower?: boolean | undefined;
18038
18038
  requiresPower?: boolean | undefined;
@@ -18042,7 +18042,7 @@ declare const jumperProps: z.ZodObject<{
18042
18042
  requiresVoltage?: string | number | undefined;
18043
18043
  doNotConnect?: boolean | undefined;
18044
18044
  includeInBoardPinout?: boolean | undefined;
18045
- ratsNestColor?: string | undefined;
18045
+ highlightColor?: string | undefined;
18046
18046
  }, {
18047
18047
  providesPower?: boolean | undefined;
18048
18048
  requiresPower?: boolean | undefined;
@@ -18052,7 +18052,7 @@ declare const jumperProps: z.ZodObject<{
18052
18052
  requiresVoltage?: string | number | undefined;
18053
18053
  doNotConnect?: boolean | undefined;
18054
18054
  includeInBoardPinout?: boolean | undefined;
18055
- ratsNestColor?: string | undefined;
18055
+ highlightColor?: string | undefined;
18056
18056
  }>>>;
18057
18057
  } & {
18058
18058
  manufacturerPartNumber: z.ZodOptional<z.ZodString>;
@@ -18331,7 +18331,7 @@ declare const jumperProps: z.ZodObject<{
18331
18331
  requiresVoltage?: string | number | undefined;
18332
18332
  doNotConnect?: boolean | undefined;
18333
18333
  includeInBoardPinout?: boolean | undefined;
18334
- ratsNestColor?: string | undefined;
18334
+ highlightColor?: string | undefined;
18335
18335
  }> | undefined;
18336
18336
  cadModel?: string | {
18337
18337
  stlUrl: string;
@@ -18576,7 +18576,7 @@ declare const jumperProps: z.ZodObject<{
18576
18576
  requiresVoltage?: string | number | undefined;
18577
18577
  doNotConnect?: boolean | undefined;
18578
18578
  includeInBoardPinout?: boolean | undefined;
18579
- ratsNestColor?: string | undefined;
18579
+ highlightColor?: string | undefined;
18580
18580
  }> | undefined;
18581
18581
  cadModel?: string | {
18582
18582
  stlUrl: string;
@@ -19401,7 +19401,7 @@ declare const solderjumperProps: z.ZodObject<{
19401
19401
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
19402
19402
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
19403
19403
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
19404
- ratsNestColor: z.ZodOptional<z.ZodString>;
19404
+ highlightColor: z.ZodOptional<z.ZodString>;
19405
19405
  }, "strip", z.ZodTypeAny, {
19406
19406
  providesPower?: boolean | undefined;
19407
19407
  requiresPower?: boolean | undefined;
@@ -19411,7 +19411,7 @@ declare const solderjumperProps: z.ZodObject<{
19411
19411
  requiresVoltage?: string | number | undefined;
19412
19412
  doNotConnect?: boolean | undefined;
19413
19413
  includeInBoardPinout?: boolean | undefined;
19414
- ratsNestColor?: string | undefined;
19414
+ highlightColor?: string | undefined;
19415
19415
  }, {
19416
19416
  providesPower?: boolean | undefined;
19417
19417
  requiresPower?: boolean | undefined;
@@ -19421,7 +19421,7 @@ declare const solderjumperProps: z.ZodObject<{
19421
19421
  requiresVoltage?: string | number | undefined;
19422
19422
  doNotConnect?: boolean | undefined;
19423
19423
  includeInBoardPinout?: boolean | undefined;
19424
- ratsNestColor?: string | undefined;
19424
+ highlightColor?: string | undefined;
19425
19425
  }>>>;
19426
19426
  } & {
19427
19427
  manufacturerPartNumber: z.ZodOptional<z.ZodString>;
@@ -19703,7 +19703,7 @@ declare const solderjumperProps: z.ZodObject<{
19703
19703
  requiresVoltage?: string | number | undefined;
19704
19704
  doNotConnect?: boolean | undefined;
19705
19705
  includeInBoardPinout?: boolean | undefined;
19706
- ratsNestColor?: string | undefined;
19706
+ highlightColor?: string | undefined;
19707
19707
  }> | undefined;
19708
19708
  cadModel?: string | {
19709
19709
  stlUrl: string;
@@ -19950,7 +19950,7 @@ declare const solderjumperProps: z.ZodObject<{
19950
19950
  requiresVoltage?: string | number | undefined;
19951
19951
  doNotConnect?: boolean | undefined;
19952
19952
  includeInBoardPinout?: boolean | undefined;
19953
- ratsNestColor?: string | undefined;
19953
+ highlightColor?: string | undefined;
19954
19954
  }> | undefined;
19955
19955
  cadModel?: string | {
19956
19956
  stlUrl: string;
@@ -20786,7 +20786,7 @@ declare const connectorProps: z.ZodObject<{
20786
20786
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
20787
20787
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
20788
20788
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
20789
- ratsNestColor: z.ZodOptional<z.ZodString>;
20789
+ highlightColor: z.ZodOptional<z.ZodString>;
20790
20790
  }, "strip", z.ZodTypeAny, {
20791
20791
  providesPower?: boolean | undefined;
20792
20792
  requiresPower?: boolean | undefined;
@@ -20796,7 +20796,7 @@ declare const connectorProps: z.ZodObject<{
20796
20796
  requiresVoltage?: string | number | undefined;
20797
20797
  doNotConnect?: boolean | undefined;
20798
20798
  includeInBoardPinout?: boolean | undefined;
20799
- ratsNestColor?: string | undefined;
20799
+ highlightColor?: string | undefined;
20800
20800
  }, {
20801
20801
  providesPower?: boolean | undefined;
20802
20802
  requiresPower?: boolean | undefined;
@@ -20806,7 +20806,7 @@ declare const connectorProps: z.ZodObject<{
20806
20806
  requiresVoltage?: string | number | undefined;
20807
20807
  doNotConnect?: boolean | undefined;
20808
20808
  includeInBoardPinout?: boolean | undefined;
20809
- ratsNestColor?: string | undefined;
20809
+ highlightColor?: string | undefined;
20810
20810
  }>>>;
20811
20811
  } & {
20812
20812
  manufacturerPartNumber: z.ZodOptional<z.ZodString>;
@@ -20983,7 +20983,7 @@ declare const connectorProps: z.ZodObject<{
20983
20983
  requiresVoltage?: string | number | undefined;
20984
20984
  doNotConnect?: boolean | undefined;
20985
20985
  includeInBoardPinout?: boolean | undefined;
20986
- ratsNestColor?: string | undefined;
20986
+ highlightColor?: string | undefined;
20987
20987
  }> | undefined;
20988
20988
  cadModel?: string | {
20989
20989
  stlUrl: string;
@@ -21200,7 +21200,7 @@ declare const connectorProps: z.ZodObject<{
21200
21200
  requiresVoltage?: string | number | undefined;
21201
21201
  doNotConnect?: boolean | undefined;
21202
21202
  includeInBoardPinout?: boolean | undefined;
21203
- ratsNestColor?: string | undefined;
21203
+ highlightColor?: string | undefined;
21204
21204
  }> | undefined;
21205
21205
  cadModel?: string | {
21206
21206
  stlUrl: string;
@@ -22014,7 +22014,7 @@ declare const fuseProps: z.ZodObject<{
22014
22014
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
22015
22015
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
22016
22016
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
22017
- ratsNestColor: z.ZodOptional<z.ZodString>;
22017
+ highlightColor: z.ZodOptional<z.ZodString>;
22018
22018
  }, "strip", z.ZodTypeAny, {
22019
22019
  providesPower?: boolean | undefined;
22020
22020
  requiresPower?: boolean | undefined;
@@ -22024,7 +22024,7 @@ declare const fuseProps: z.ZodObject<{
22024
22024
  requiresVoltage?: string | number | undefined;
22025
22025
  doNotConnect?: boolean | undefined;
22026
22026
  includeInBoardPinout?: boolean | undefined;
22027
- ratsNestColor?: string | undefined;
22027
+ highlightColor?: string | undefined;
22028
22028
  }, {
22029
22029
  providesPower?: boolean | undefined;
22030
22030
  requiresPower?: boolean | undefined;
@@ -22034,7 +22034,7 @@ declare const fuseProps: z.ZodObject<{
22034
22034
  requiresVoltage?: string | number | undefined;
22035
22035
  doNotConnect?: boolean | undefined;
22036
22036
  includeInBoardPinout?: boolean | undefined;
22037
- ratsNestColor?: string | undefined;
22037
+ highlightColor?: string | undefined;
22038
22038
  }>>>;
22039
22039
  } & {
22040
22040
  currentRating: z.ZodUnion<[z.ZodNumber, z.ZodString]>;
@@ -22081,7 +22081,7 @@ declare const fuseProps: z.ZodObject<{
22081
22081
  requiresVoltage?: string | number | undefined;
22082
22082
  doNotConnect?: boolean | undefined;
22083
22083
  includeInBoardPinout?: boolean | undefined;
22084
- ratsNestColor?: string | undefined;
22084
+ highlightColor?: string | undefined;
22085
22085
  }> | undefined;
22086
22086
  cadModel?: string | {
22087
22087
  stlUrl: string;
@@ -22259,7 +22259,7 @@ declare const fuseProps: z.ZodObject<{
22259
22259
  requiresVoltage?: string | number | undefined;
22260
22260
  doNotConnect?: boolean | undefined;
22261
22261
  includeInBoardPinout?: boolean | undefined;
22262
- ratsNestColor?: string | undefined;
22262
+ highlightColor?: string | undefined;
22263
22263
  }> | undefined;
22264
22264
  cadModel?: string | {
22265
22265
  stlUrl: string;
@@ -23716,7 +23716,7 @@ declare const resistorProps: z.ZodObject<{
23716
23716
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
23717
23717
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
23718
23718
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
23719
- ratsNestColor: z.ZodOptional<z.ZodString>;
23719
+ highlightColor: z.ZodOptional<z.ZodString>;
23720
23720
  }, "strip", z.ZodTypeAny, {
23721
23721
  providesPower?: boolean | undefined;
23722
23722
  requiresPower?: boolean | undefined;
@@ -23726,7 +23726,7 @@ declare const resistorProps: z.ZodObject<{
23726
23726
  requiresVoltage?: string | number | undefined;
23727
23727
  doNotConnect?: boolean | undefined;
23728
23728
  includeInBoardPinout?: boolean | undefined;
23729
- ratsNestColor?: string | undefined;
23729
+ highlightColor?: string | undefined;
23730
23730
  }, {
23731
23731
  providesPower?: boolean | undefined;
23732
23732
  requiresPower?: boolean | undefined;
@@ -23736,7 +23736,7 @@ declare const resistorProps: z.ZodObject<{
23736
23736
  requiresVoltage?: string | number | undefined;
23737
23737
  doNotConnect?: boolean | undefined;
23738
23738
  includeInBoardPinout?: boolean | undefined;
23739
- ratsNestColor?: string | undefined;
23739
+ highlightColor?: string | undefined;
23740
23740
  }>>>;
23741
23741
  } & {
23742
23742
  resistance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
@@ -23785,7 +23785,7 @@ declare const resistorProps: z.ZodObject<{
23785
23785
  requiresVoltage?: string | number | undefined;
23786
23786
  doNotConnect?: boolean | undefined;
23787
23787
  includeInBoardPinout?: boolean | undefined;
23788
- ratsNestColor?: string | undefined;
23788
+ highlightColor?: string | undefined;
23789
23789
  }> | undefined;
23790
23790
  cadModel?: string | {
23791
23791
  stlUrl: string;
@@ -23965,7 +23965,7 @@ declare const resistorProps: z.ZodObject<{
23965
23965
  requiresVoltage?: string | number | undefined;
23966
23966
  doNotConnect?: boolean | undefined;
23967
23967
  includeInBoardPinout?: boolean | undefined;
23968
- ratsNestColor?: string | undefined;
23968
+ highlightColor?: string | undefined;
23969
23969
  }> | undefined;
23970
23970
  cadModel?: string | {
23971
23971
  stlUrl: string;
@@ -24720,7 +24720,7 @@ declare const potentiometerProps: z.ZodObject<{
24720
24720
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
24721
24721
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
24722
24722
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
24723
- ratsNestColor: z.ZodOptional<z.ZodString>;
24723
+ highlightColor: z.ZodOptional<z.ZodString>;
24724
24724
  }, "strip", z.ZodTypeAny, {
24725
24725
  providesPower?: boolean | undefined;
24726
24726
  requiresPower?: boolean | undefined;
@@ -24730,7 +24730,7 @@ declare const potentiometerProps: z.ZodObject<{
24730
24730
  requiresVoltage?: string | number | undefined;
24731
24731
  doNotConnect?: boolean | undefined;
24732
24732
  includeInBoardPinout?: boolean | undefined;
24733
- ratsNestColor?: string | undefined;
24733
+ highlightColor?: string | undefined;
24734
24734
  }, {
24735
24735
  providesPower?: boolean | undefined;
24736
24736
  requiresPower?: boolean | undefined;
@@ -24740,7 +24740,7 @@ declare const potentiometerProps: z.ZodObject<{
24740
24740
  requiresVoltage?: string | number | undefined;
24741
24741
  doNotConnect?: boolean | undefined;
24742
24742
  includeInBoardPinout?: boolean | undefined;
24743
- ratsNestColor?: string | undefined;
24743
+ highlightColor?: string | undefined;
24744
24744
  }>>>;
24745
24745
  } & {
24746
24746
  maxResistance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
@@ -24784,7 +24784,7 @@ declare const potentiometerProps: z.ZodObject<{
24784
24784
  requiresVoltage?: string | number | undefined;
24785
24785
  doNotConnect?: boolean | undefined;
24786
24786
  includeInBoardPinout?: boolean | undefined;
24787
- ratsNestColor?: string | undefined;
24787
+ highlightColor?: string | undefined;
24788
24788
  }> | undefined;
24789
24789
  cadModel?: string | {
24790
24790
  stlUrl: string;
@@ -24959,7 +24959,7 @@ declare const potentiometerProps: z.ZodObject<{
24959
24959
  requiresVoltage?: string | number | undefined;
24960
24960
  doNotConnect?: boolean | undefined;
24961
24961
  includeInBoardPinout?: boolean | undefined;
24962
- ratsNestColor?: string | undefined;
24962
+ highlightColor?: string | undefined;
24963
24963
  }> | undefined;
24964
24964
  cadModel?: string | {
24965
24965
  stlUrl: string;
@@ -25715,7 +25715,7 @@ declare const crystalProps: z.ZodObject<{
25715
25715
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
25716
25716
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
25717
25717
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
25718
- ratsNestColor: z.ZodOptional<z.ZodString>;
25718
+ highlightColor: z.ZodOptional<z.ZodString>;
25719
25719
  }, "strip", z.ZodTypeAny, {
25720
25720
  providesPower?: boolean | undefined;
25721
25721
  requiresPower?: boolean | undefined;
@@ -25725,7 +25725,7 @@ declare const crystalProps: z.ZodObject<{
25725
25725
  requiresVoltage?: string | number | undefined;
25726
25726
  doNotConnect?: boolean | undefined;
25727
25727
  includeInBoardPinout?: boolean | undefined;
25728
- ratsNestColor?: string | undefined;
25728
+ highlightColor?: string | undefined;
25729
25729
  }, {
25730
25730
  providesPower?: boolean | undefined;
25731
25731
  requiresPower?: boolean | undefined;
@@ -25735,7 +25735,7 @@ declare const crystalProps: z.ZodObject<{
25735
25735
  requiresVoltage?: string | number | undefined;
25736
25736
  doNotConnect?: boolean | undefined;
25737
25737
  includeInBoardPinout?: boolean | undefined;
25738
- ratsNestColor?: string | undefined;
25738
+ highlightColor?: string | undefined;
25739
25739
  }>>>;
25740
25740
  } & {
25741
25741
  frequency: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
@@ -25785,7 +25785,7 @@ declare const crystalProps: z.ZodObject<{
25785
25785
  requiresVoltage?: string | number | undefined;
25786
25786
  doNotConnect?: boolean | undefined;
25787
25787
  includeInBoardPinout?: boolean | undefined;
25788
- ratsNestColor?: string | undefined;
25788
+ highlightColor?: string | undefined;
25789
25789
  }> | undefined;
25790
25790
  cadModel?: string | {
25791
25791
  stlUrl: string;
@@ -25965,7 +25965,7 @@ declare const crystalProps: z.ZodObject<{
25965
25965
  requiresVoltage?: string | number | undefined;
25966
25966
  doNotConnect?: boolean | undefined;
25967
25967
  includeInBoardPinout?: boolean | undefined;
25968
- ratsNestColor?: string | undefined;
25968
+ highlightColor?: string | undefined;
25969
25969
  }> | undefined;
25970
25970
  cadModel?: string | {
25971
25971
  stlUrl: string;
@@ -26719,7 +26719,7 @@ declare const resonatorProps: z.ZodObject<{
26719
26719
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
26720
26720
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
26721
26721
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
26722
- ratsNestColor: z.ZodOptional<z.ZodString>;
26722
+ highlightColor: z.ZodOptional<z.ZodString>;
26723
26723
  }, "strip", z.ZodTypeAny, {
26724
26724
  providesPower?: boolean | undefined;
26725
26725
  requiresPower?: boolean | undefined;
@@ -26729,7 +26729,7 @@ declare const resonatorProps: z.ZodObject<{
26729
26729
  requiresVoltage?: string | number | undefined;
26730
26730
  doNotConnect?: boolean | undefined;
26731
26731
  includeInBoardPinout?: boolean | undefined;
26732
- ratsNestColor?: string | undefined;
26732
+ highlightColor?: string | undefined;
26733
26733
  }, {
26734
26734
  providesPower?: boolean | undefined;
26735
26735
  requiresPower?: boolean | undefined;
@@ -26739,7 +26739,7 @@ declare const resonatorProps: z.ZodObject<{
26739
26739
  requiresVoltage?: string | number | undefined;
26740
26740
  doNotConnect?: boolean | undefined;
26741
26741
  includeInBoardPinout?: boolean | undefined;
26742
- ratsNestColor?: string | undefined;
26742
+ highlightColor?: string | undefined;
26743
26743
  }>>>;
26744
26744
  } & {
26745
26745
  frequency: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
@@ -26785,7 +26785,7 @@ declare const resonatorProps: z.ZodObject<{
26785
26785
  requiresVoltage?: string | number | undefined;
26786
26786
  doNotConnect?: boolean | undefined;
26787
26787
  includeInBoardPinout?: boolean | undefined;
26788
- ratsNestColor?: string | undefined;
26788
+ highlightColor?: string | undefined;
26789
26789
  }> | undefined;
26790
26790
  cadModel?: string | {
26791
26791
  stlUrl: string;
@@ -26961,7 +26961,7 @@ declare const resonatorProps: z.ZodObject<{
26961
26961
  requiresVoltage?: string | number | undefined;
26962
26962
  doNotConnect?: boolean | undefined;
26963
26963
  includeInBoardPinout?: boolean | undefined;
26964
- ratsNestColor?: string | undefined;
26964
+ highlightColor?: string | undefined;
26965
26965
  }> | undefined;
26966
26966
  cadModel?: string | {
26967
26967
  stlUrl: string;
@@ -29028,7 +29028,7 @@ declare const capacitorProps: z.ZodObject<{
29028
29028
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
29029
29029
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
29030
29030
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
29031
- ratsNestColor: z.ZodOptional<z.ZodString>;
29031
+ highlightColor: z.ZodOptional<z.ZodString>;
29032
29032
  }, "strip", z.ZodTypeAny, {
29033
29033
  providesPower?: boolean | undefined;
29034
29034
  requiresPower?: boolean | undefined;
@@ -29038,7 +29038,7 @@ declare const capacitorProps: z.ZodObject<{
29038
29038
  requiresVoltage?: string | number | undefined;
29039
29039
  doNotConnect?: boolean | undefined;
29040
29040
  includeInBoardPinout?: boolean | undefined;
29041
- ratsNestColor?: string | undefined;
29041
+ highlightColor?: string | undefined;
29042
29042
  }, {
29043
29043
  providesPower?: boolean | undefined;
29044
29044
  requiresPower?: boolean | undefined;
@@ -29048,7 +29048,7 @@ declare const capacitorProps: z.ZodObject<{
29048
29048
  requiresVoltage?: string | number | undefined;
29049
29049
  doNotConnect?: boolean | undefined;
29050
29050
  includeInBoardPinout?: boolean | undefined;
29051
- ratsNestColor?: string | undefined;
29051
+ highlightColor?: string | undefined;
29052
29052
  }>>>;
29053
29053
  } & {
29054
29054
  capacitance: z.ZodEffects<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>, number, string | number>;
@@ -29103,7 +29103,7 @@ declare const capacitorProps: z.ZodObject<{
29103
29103
  requiresVoltage?: string | number | undefined;
29104
29104
  doNotConnect?: boolean | undefined;
29105
29105
  includeInBoardPinout?: boolean | undefined;
29106
- ratsNestColor?: string | undefined;
29106
+ highlightColor?: string | undefined;
29107
29107
  }> | undefined;
29108
29108
  cadModel?: string | {
29109
29109
  stlUrl: string;
@@ -29285,7 +29285,7 @@ declare const capacitorProps: z.ZodObject<{
29285
29285
  requiresVoltage?: string | number | undefined;
29286
29286
  doNotConnect?: boolean | undefined;
29287
29287
  includeInBoardPinout?: boolean | undefined;
29288
- ratsNestColor?: string | undefined;
29288
+ highlightColor?: string | undefined;
29289
29289
  }> | undefined;
29290
29290
  cadModel?: string | {
29291
29291
  stlUrl: string;
@@ -29434,19 +29434,19 @@ declare const capacitorPins: readonly ["pin1", "left", "anode", "pos", "pin2", "
29434
29434
  interface NetProps {
29435
29435
  name: string;
29436
29436
  connectsTo?: string | string[];
29437
- ratsNestColor?: string;
29437
+ highlightColor?: string;
29438
29438
  }
29439
29439
  declare const netProps: z.ZodObject<{
29440
29440
  name: z.ZodString;
29441
29441
  connectsTo: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
29442
- ratsNestColor: z.ZodOptional<z.ZodString>;
29442
+ highlightColor: z.ZodOptional<z.ZodString>;
29443
29443
  }, "strip", z.ZodTypeAny, {
29444
29444
  name: string;
29445
- ratsNestColor?: string | undefined;
29445
+ highlightColor?: string | undefined;
29446
29446
  connectsTo?: string | string[] | undefined;
29447
29447
  }, {
29448
29448
  name: string;
29449
- ratsNestColor?: string | undefined;
29449
+ highlightColor?: string | undefined;
29450
29450
  connectsTo?: string | string[] | undefined;
29451
29451
  }>;
29452
29452
 
@@ -31331,7 +31331,7 @@ declare const traceProps: z.ZodUnion<[z.ZodObject<{
31331
31331
  }>, "many">>;
31332
31332
  schDisplayLabel: z.ZodOptional<z.ZodString>;
31333
31333
  schStroke: z.ZodOptional<z.ZodString>;
31334
- ratsNestColor: z.ZodOptional<z.ZodString>;
31334
+ highlightColor: z.ZodOptional<z.ZodString>;
31335
31335
  maxLength: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
31336
31336
  } & {
31337
31337
  path: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<{
@@ -31344,7 +31344,7 @@ declare const traceProps: z.ZodUnion<[z.ZodObject<{
31344
31344
  getPortSelector: () => string;
31345
31345
  })[];
31346
31346
  key?: string | undefined;
31347
- ratsNestColor?: string | undefined;
31347
+ highlightColor?: string | undefined;
31348
31348
  maxLength?: number | undefined;
31349
31349
  thickness?: number | undefined;
31350
31350
  schematicRouteHints?: {
@@ -31370,7 +31370,7 @@ declare const traceProps: z.ZodUnion<[z.ZodObject<{
31370
31370
  getPortSelector: () => string;
31371
31371
  })[];
31372
31372
  key?: string | undefined;
31373
- ratsNestColor?: string | undefined;
31373
+ highlightColor?: string | undefined;
31374
31374
  maxLength?: string | number | undefined;
31375
31375
  thickness?: string | number | undefined;
31376
31376
  schematicRouteHints?: {
@@ -31448,7 +31448,7 @@ declare const traceProps: z.ZodUnion<[z.ZodObject<{
31448
31448
  }>, "many">>;
31449
31449
  schDisplayLabel: z.ZodOptional<z.ZodString>;
31450
31450
  schStroke: z.ZodOptional<z.ZodString>;
31451
- ratsNestColor: z.ZodOptional<z.ZodString>;
31451
+ highlightColor: z.ZodOptional<z.ZodString>;
31452
31452
  maxLength: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
31453
31453
  } & {
31454
31454
  from: z.ZodUnion<[z.ZodString, z.ZodType<{
@@ -31469,7 +31469,7 @@ declare const traceProps: z.ZodUnion<[z.ZodObject<{
31469
31469
  getPortSelector: () => string;
31470
31470
  };
31471
31471
  key?: string | undefined;
31472
- ratsNestColor?: string | undefined;
31472
+ highlightColor?: string | undefined;
31473
31473
  maxLength?: number | undefined;
31474
31474
  thickness?: number | undefined;
31475
31475
  schematicRouteHints?: {
@@ -31498,7 +31498,7 @@ declare const traceProps: z.ZodUnion<[z.ZodObject<{
31498
31498
  getPortSelector: () => string;
31499
31499
  };
31500
31500
  key?: string | undefined;
31501
- ratsNestColor?: string | undefined;
31501
+ highlightColor?: string | undefined;
31502
31502
  maxLength?: string | number | undefined;
31503
31503
  thickness?: string | number | undefined;
31504
31504
  schematicRouteHints?: {
@@ -32188,7 +32188,7 @@ declare const batteryProps: z.ZodObject<{
32188
32188
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
32189
32189
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
32190
32190
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
32191
- ratsNestColor: z.ZodOptional<z.ZodString>;
32191
+ highlightColor: z.ZodOptional<z.ZodString>;
32192
32192
  }, "strip", z.ZodTypeAny, {
32193
32193
  providesPower?: boolean | undefined;
32194
32194
  requiresPower?: boolean | undefined;
@@ -32198,7 +32198,7 @@ declare const batteryProps: z.ZodObject<{
32198
32198
  requiresVoltage?: string | number | undefined;
32199
32199
  doNotConnect?: boolean | undefined;
32200
32200
  includeInBoardPinout?: boolean | undefined;
32201
- ratsNestColor?: string | undefined;
32201
+ highlightColor?: string | undefined;
32202
32202
  }, {
32203
32203
  providesPower?: boolean | undefined;
32204
32204
  requiresPower?: boolean | undefined;
@@ -32208,7 +32208,7 @@ declare const batteryProps: z.ZodObject<{
32208
32208
  requiresVoltage?: string | number | undefined;
32209
32209
  doNotConnect?: boolean | undefined;
32210
32210
  includeInBoardPinout?: boolean | undefined;
32211
- ratsNestColor?: string | undefined;
32211
+ highlightColor?: string | undefined;
32212
32212
  }>>>;
32213
32213
  } & {
32214
32214
  capacity: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodString]>, number, string | number>>;
@@ -32253,7 +32253,7 @@ declare const batteryProps: z.ZodObject<{
32253
32253
  requiresVoltage?: string | number | undefined;
32254
32254
  doNotConnect?: boolean | undefined;
32255
32255
  includeInBoardPinout?: boolean | undefined;
32256
- ratsNestColor?: string | undefined;
32256
+ highlightColor?: string | undefined;
32257
32257
  }> | undefined;
32258
32258
  cadModel?: string | {
32259
32259
  stlUrl: string;
@@ -32430,7 +32430,7 @@ declare const batteryProps: z.ZodObject<{
32430
32430
  requiresVoltage?: string | number | undefined;
32431
32431
  doNotConnect?: boolean | undefined;
32432
32432
  includeInBoardPinout?: boolean | undefined;
32433
- ratsNestColor?: string | undefined;
32433
+ highlightColor?: string | undefined;
32434
32434
  }> | undefined;
32435
32435
  cadModel?: string | {
32436
32436
  stlUrl: string;
@@ -33259,7 +33259,7 @@ declare const pinHeaderProps: z.ZodObject<{
33259
33259
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
33260
33260
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
33261
33261
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
33262
- ratsNestColor: z.ZodOptional<z.ZodString>;
33262
+ highlightColor: z.ZodOptional<z.ZodString>;
33263
33263
  }, "strip", z.ZodTypeAny, {
33264
33264
  providesPower?: boolean | undefined;
33265
33265
  requiresPower?: boolean | undefined;
@@ -33269,7 +33269,7 @@ declare const pinHeaderProps: z.ZodObject<{
33269
33269
  requiresVoltage?: string | number | undefined;
33270
33270
  doNotConnect?: boolean | undefined;
33271
33271
  includeInBoardPinout?: boolean | undefined;
33272
- ratsNestColor?: string | undefined;
33272
+ highlightColor?: string | undefined;
33273
33273
  }, {
33274
33274
  providesPower?: boolean | undefined;
33275
33275
  requiresPower?: boolean | undefined;
@@ -33279,7 +33279,7 @@ declare const pinHeaderProps: z.ZodObject<{
33279
33279
  requiresVoltage?: string | number | undefined;
33280
33280
  doNotConnect?: boolean | undefined;
33281
33281
  includeInBoardPinout?: boolean | undefined;
33282
- ratsNestColor?: string | undefined;
33282
+ highlightColor?: string | undefined;
33283
33283
  }>>>;
33284
33284
  } & {
33285
33285
  pinCount: z.ZodNumber;
@@ -33467,7 +33467,7 @@ declare const pinHeaderProps: z.ZodObject<{
33467
33467
  requiresVoltage?: string | number | undefined;
33468
33468
  doNotConnect?: boolean | undefined;
33469
33469
  includeInBoardPinout?: boolean | undefined;
33470
- ratsNestColor?: string | undefined;
33470
+ highlightColor?: string | undefined;
33471
33471
  }> | undefined;
33472
33472
  cadModel?: string | {
33473
33473
  stlUrl: string;
@@ -33692,7 +33692,7 @@ declare const pinHeaderProps: z.ZodObject<{
33692
33692
  requiresVoltage?: string | number | undefined;
33693
33693
  doNotConnect?: boolean | undefined;
33694
33694
  includeInBoardPinout?: boolean | undefined;
33695
- ratsNestColor?: string | undefined;
33695
+ highlightColor?: string | undefined;
33696
33696
  }> | undefined;
33697
33697
  cadModel?: string | {
33698
33698
  stlUrl: string;
@@ -34558,7 +34558,7 @@ declare const pushButtonProps: z.ZodObject<{
34558
34558
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
34559
34559
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
34560
34560
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
34561
- ratsNestColor: z.ZodOptional<z.ZodString>;
34561
+ highlightColor: z.ZodOptional<z.ZodString>;
34562
34562
  }, "strip", z.ZodTypeAny, {
34563
34563
  providesPower?: boolean | undefined;
34564
34564
  requiresPower?: boolean | undefined;
@@ -34568,7 +34568,7 @@ declare const pushButtonProps: z.ZodObject<{
34568
34568
  requiresVoltage?: string | number | undefined;
34569
34569
  doNotConnect?: boolean | undefined;
34570
34570
  includeInBoardPinout?: boolean | undefined;
34571
- ratsNestColor?: string | undefined;
34571
+ highlightColor?: string | undefined;
34572
34572
  }, {
34573
34573
  providesPower?: boolean | undefined;
34574
34574
  requiresPower?: boolean | undefined;
@@ -34578,7 +34578,7 @@ declare const pushButtonProps: z.ZodObject<{
34578
34578
  requiresVoltage?: string | number | undefined;
34579
34579
  doNotConnect?: boolean | undefined;
34580
34580
  includeInBoardPinout?: boolean | undefined;
34581
- ratsNestColor?: string | undefined;
34581
+ highlightColor?: string | undefined;
34582
34582
  }>>>;
34583
34583
  } & {
34584
34584
  manufacturerPartNumber: z.ZodOptional<z.ZodString>;
@@ -34868,7 +34868,7 @@ declare const pushButtonProps: z.ZodObject<{
34868
34868
  requiresVoltage?: string | number | undefined;
34869
34869
  doNotConnect?: boolean | undefined;
34870
34870
  includeInBoardPinout?: boolean | undefined;
34871
- ratsNestColor?: string | undefined;
34871
+ highlightColor?: string | undefined;
34872
34872
  }> | undefined;
34873
34873
  cadModel?: string | {
34874
34874
  stlUrl: string;
@@ -35118,7 +35118,7 @@ declare const pushButtonProps: z.ZodObject<{
35118
35118
  requiresVoltage?: string | number | undefined;
35119
35119
  doNotConnect?: boolean | undefined;
35120
35120
  includeInBoardPinout?: boolean | undefined;
35121
- ratsNestColor?: string | undefined;
35121
+ highlightColor?: string | undefined;
35122
35122
  }> | undefined;
35123
35123
  cadModel?: string | {
35124
35124
  stlUrl: string;
@@ -37179,7 +37179,7 @@ declare const transistorProps: z.ZodObject<{
37179
37179
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
37180
37180
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
37181
37181
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
37182
- ratsNestColor: z.ZodOptional<z.ZodString>;
37182
+ highlightColor: z.ZodOptional<z.ZodString>;
37183
37183
  }, "strip", z.ZodTypeAny, {
37184
37184
  providesPower?: boolean | undefined;
37185
37185
  requiresPower?: boolean | undefined;
@@ -37189,7 +37189,7 @@ declare const transistorProps: z.ZodObject<{
37189
37189
  requiresVoltage?: string | number | undefined;
37190
37190
  doNotConnect?: boolean | undefined;
37191
37191
  includeInBoardPinout?: boolean | undefined;
37192
- ratsNestColor?: string | undefined;
37192
+ highlightColor?: string | undefined;
37193
37193
  }, {
37194
37194
  providesPower?: boolean | undefined;
37195
37195
  requiresPower?: boolean | undefined;
@@ -37199,7 +37199,7 @@ declare const transistorProps: z.ZodObject<{
37199
37199
  requiresVoltage?: string | number | undefined;
37200
37200
  doNotConnect?: boolean | undefined;
37201
37201
  includeInBoardPinout?: boolean | undefined;
37202
- ratsNestColor?: string | undefined;
37202
+ highlightColor?: string | undefined;
37203
37203
  }>>>;
37204
37204
  } & {
37205
37205
  type: z.ZodEnum<["npn", "pnp", "bjt", "jfet", "mosfet", "igbt"]>;
@@ -37243,7 +37243,7 @@ declare const transistorProps: z.ZodObject<{
37243
37243
  requiresVoltage?: string | number | undefined;
37244
37244
  doNotConnect?: boolean | undefined;
37245
37245
  includeInBoardPinout?: boolean | undefined;
37246
- ratsNestColor?: string | undefined;
37246
+ highlightColor?: string | undefined;
37247
37247
  }> | undefined;
37248
37248
  cadModel?: string | {
37249
37249
  stlUrl: string;
@@ -37418,7 +37418,7 @@ declare const transistorProps: z.ZodObject<{
37418
37418
  requiresVoltage?: string | number | undefined;
37419
37419
  doNotConnect?: boolean | undefined;
37420
37420
  includeInBoardPinout?: boolean | undefined;
37421
- ratsNestColor?: string | undefined;
37421
+ highlightColor?: string | undefined;
37422
37422
  }> | undefined;
37423
37423
  cadModel?: string | {
37424
37424
  stlUrl: string;
@@ -38168,7 +38168,7 @@ declare const mosfetProps: z.ZodObject<{
38168
38168
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
38169
38169
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
38170
38170
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
38171
- ratsNestColor: z.ZodOptional<z.ZodString>;
38171
+ highlightColor: z.ZodOptional<z.ZodString>;
38172
38172
  }, "strip", z.ZodTypeAny, {
38173
38173
  providesPower?: boolean | undefined;
38174
38174
  requiresPower?: boolean | undefined;
@@ -38178,7 +38178,7 @@ declare const mosfetProps: z.ZodObject<{
38178
38178
  requiresVoltage?: string | number | undefined;
38179
38179
  doNotConnect?: boolean | undefined;
38180
38180
  includeInBoardPinout?: boolean | undefined;
38181
- ratsNestColor?: string | undefined;
38181
+ highlightColor?: string | undefined;
38182
38182
  }, {
38183
38183
  providesPower?: boolean | undefined;
38184
38184
  requiresPower?: boolean | undefined;
@@ -38188,7 +38188,7 @@ declare const mosfetProps: z.ZodObject<{
38188
38188
  requiresVoltage?: string | number | undefined;
38189
38189
  doNotConnect?: boolean | undefined;
38190
38190
  includeInBoardPinout?: boolean | undefined;
38191
- ratsNestColor?: string | undefined;
38191
+ highlightColor?: string | undefined;
38192
38192
  }>>>;
38193
38193
  } & {
38194
38194
  channelType: z.ZodEnum<["n", "p"]>;
@@ -38233,7 +38233,7 @@ declare const mosfetProps: z.ZodObject<{
38233
38233
  requiresVoltage?: string | number | undefined;
38234
38234
  doNotConnect?: boolean | undefined;
38235
38235
  includeInBoardPinout?: boolean | undefined;
38236
- ratsNestColor?: string | undefined;
38236
+ highlightColor?: string | undefined;
38237
38237
  }> | undefined;
38238
38238
  cadModel?: string | {
38239
38239
  stlUrl: string;
@@ -38408,7 +38408,7 @@ declare const mosfetProps: z.ZodObject<{
38408
38408
  requiresVoltage?: string | number | undefined;
38409
38409
  doNotConnect?: boolean | undefined;
38410
38410
  includeInBoardPinout?: boolean | undefined;
38411
- ratsNestColor?: string | undefined;
38411
+ highlightColor?: string | undefined;
38412
38412
  }> | undefined;
38413
38413
  cadModel?: string | {
38414
38414
  stlUrl: string;
@@ -39161,7 +39161,7 @@ declare const inductorProps: z.ZodObject<{
39161
39161
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
39162
39162
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
39163
39163
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
39164
- ratsNestColor: z.ZodOptional<z.ZodString>;
39164
+ highlightColor: z.ZodOptional<z.ZodString>;
39165
39165
  }, "strip", z.ZodTypeAny, {
39166
39166
  providesPower?: boolean | undefined;
39167
39167
  requiresPower?: boolean | undefined;
@@ -39171,7 +39171,7 @@ declare const inductorProps: z.ZodObject<{
39171
39171
  requiresVoltage?: string | number | undefined;
39172
39172
  doNotConnect?: boolean | undefined;
39173
39173
  includeInBoardPinout?: boolean | undefined;
39174
- ratsNestColor?: string | undefined;
39174
+ highlightColor?: string | undefined;
39175
39175
  }, {
39176
39176
  providesPower?: boolean | undefined;
39177
39177
  requiresPower?: boolean | undefined;
@@ -39181,7 +39181,7 @@ declare const inductorProps: z.ZodObject<{
39181
39181
  requiresVoltage?: string | number | undefined;
39182
39182
  doNotConnect?: boolean | undefined;
39183
39183
  includeInBoardPinout?: boolean | undefined;
39184
- ratsNestColor?: string | undefined;
39184
+ highlightColor?: string | undefined;
39185
39185
  }>>>;
39186
39186
  } & {
39187
39187
  inductance: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
@@ -39227,7 +39227,7 @@ declare const inductorProps: z.ZodObject<{
39227
39227
  requiresVoltage?: string | number | undefined;
39228
39228
  doNotConnect?: boolean | undefined;
39229
39229
  includeInBoardPinout?: boolean | undefined;
39230
- ratsNestColor?: string | undefined;
39230
+ highlightColor?: string | undefined;
39231
39231
  }> | undefined;
39232
39232
  cadModel?: string | {
39233
39233
  stlUrl: string;
@@ -39404,7 +39404,7 @@ declare const inductorProps: z.ZodObject<{
39404
39404
  requiresVoltage?: string | number | undefined;
39405
39405
  doNotConnect?: boolean | undefined;
39406
39406
  includeInBoardPinout?: boolean | undefined;
39407
- ratsNestColor?: string | undefined;
39407
+ highlightColor?: string | undefined;
39408
39408
  }> | undefined;
39409
39409
  cadModel?: string | {
39410
39410
  stlUrl: string;
@@ -40150,7 +40150,7 @@ declare const diodeProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
40150
40150
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
40151
40151
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
40152
40152
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
40153
- ratsNestColor: z.ZodOptional<z.ZodString>;
40153
+ highlightColor: z.ZodOptional<z.ZodString>;
40154
40154
  }, "strip", z.ZodTypeAny, {
40155
40155
  providesPower?: boolean | undefined;
40156
40156
  requiresPower?: boolean | undefined;
@@ -40160,7 +40160,7 @@ declare const diodeProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
40160
40160
  requiresVoltage?: string | number | undefined;
40161
40161
  doNotConnect?: boolean | undefined;
40162
40162
  includeInBoardPinout?: boolean | undefined;
40163
- ratsNestColor?: string | undefined;
40163
+ highlightColor?: string | undefined;
40164
40164
  }, {
40165
40165
  providesPower?: boolean | undefined;
40166
40166
  requiresPower?: boolean | undefined;
@@ -40170,7 +40170,7 @@ declare const diodeProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
40170
40170
  requiresVoltage?: string | number | undefined;
40171
40171
  doNotConnect?: boolean | undefined;
40172
40172
  includeInBoardPinout?: boolean | undefined;
40173
- ratsNestColor?: string | undefined;
40173
+ highlightColor?: string | undefined;
40174
40174
  }>>>;
40175
40175
  } & {
40176
40176
  connections: z.ZodOptional<z.ZodRecord<z.ZodEnum<["anode", "cathode", "pin1", "pin2", "pos", "neg"]>, z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodReadonly<z.ZodArray<z.ZodString, "many">>]>, z.ZodArray<z.ZodString, "many">]>>>;
@@ -40221,7 +40221,7 @@ declare const diodeProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
40221
40221
  requiresVoltage?: string | number | undefined;
40222
40222
  doNotConnect?: boolean | undefined;
40223
40223
  includeInBoardPinout?: boolean | undefined;
40224
- ratsNestColor?: string | undefined;
40224
+ highlightColor?: string | undefined;
40225
40225
  }> | undefined;
40226
40226
  cadModel?: string | {
40227
40227
  stlUrl: string;
@@ -40402,7 +40402,7 @@ declare const diodeProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
40402
40402
  requiresVoltage?: string | number | undefined;
40403
40403
  doNotConnect?: boolean | undefined;
40404
40404
  includeInBoardPinout?: boolean | undefined;
40405
- ratsNestColor?: string | undefined;
40405
+ highlightColor?: string | undefined;
40406
40406
  }> | undefined;
40407
40407
  cadModel?: string | {
40408
40408
  stlUrl: string;
@@ -40583,7 +40583,7 @@ declare const diodeProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
40583
40583
  requiresVoltage?: string | number | undefined;
40584
40584
  doNotConnect?: boolean | undefined;
40585
40585
  includeInBoardPinout?: boolean | undefined;
40586
- ratsNestColor?: string | undefined;
40586
+ highlightColor?: string | undefined;
40587
40587
  }> | undefined;
40588
40588
  cadModel?: string | {
40589
40589
  stlUrl: string;
@@ -40764,7 +40764,7 @@ declare const diodeProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
40764
40764
  requiresVoltage?: string | number | undefined;
40765
40765
  doNotConnect?: boolean | undefined;
40766
40766
  includeInBoardPinout?: boolean | undefined;
40767
- ratsNestColor?: string | undefined;
40767
+ highlightColor?: string | undefined;
40768
40768
  }> | undefined;
40769
40769
  cadModel?: string | {
40770
40770
  stlUrl: string;
@@ -40951,7 +40951,7 @@ declare const diodeProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
40951
40951
  requiresVoltage?: string | number | undefined;
40952
40952
  doNotConnect?: boolean | undefined;
40953
40953
  includeInBoardPinout?: boolean | undefined;
40954
- ratsNestColor?: string | undefined;
40954
+ highlightColor?: string | undefined;
40955
40955
  }> | undefined;
40956
40956
  cadModel?: string | {
40957
40957
  stlUrl: string;
@@ -41126,7 +41126,7 @@ declare const diodeProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
41126
41126
  requiresVoltage?: string | number | undefined;
41127
41127
  doNotConnect?: boolean | undefined;
41128
41128
  includeInBoardPinout?: boolean | undefined;
41129
- ratsNestColor?: string | undefined;
41129
+ highlightColor?: string | undefined;
41130
41130
  }> | undefined;
41131
41131
  cadModel?: string | {
41132
41132
  stlUrl: string;
@@ -41900,7 +41900,7 @@ declare const ledProps: z.ZodObject<{
41900
41900
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
41901
41901
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
41902
41902
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
41903
- ratsNestColor: z.ZodOptional<z.ZodString>;
41903
+ highlightColor: z.ZodOptional<z.ZodString>;
41904
41904
  }, "strip", z.ZodTypeAny, {
41905
41905
  providesPower?: boolean | undefined;
41906
41906
  requiresPower?: boolean | undefined;
@@ -41910,7 +41910,7 @@ declare const ledProps: z.ZodObject<{
41910
41910
  requiresVoltage?: string | number | undefined;
41911
41911
  doNotConnect?: boolean | undefined;
41912
41912
  includeInBoardPinout?: boolean | undefined;
41913
- ratsNestColor?: string | undefined;
41913
+ highlightColor?: string | undefined;
41914
41914
  }, {
41915
41915
  providesPower?: boolean | undefined;
41916
41916
  requiresPower?: boolean | undefined;
@@ -41920,7 +41920,7 @@ declare const ledProps: z.ZodObject<{
41920
41920
  requiresVoltage?: string | number | undefined;
41921
41921
  doNotConnect?: boolean | undefined;
41922
41922
  includeInBoardPinout?: boolean | undefined;
41923
- ratsNestColor?: string | undefined;
41923
+ highlightColor?: string | undefined;
41924
41924
  }>>>;
41925
41925
  } & {
41926
41926
  color: z.ZodOptional<z.ZodString>;
@@ -41967,7 +41967,7 @@ declare const ledProps: z.ZodObject<{
41967
41967
  requiresVoltage?: string | number | undefined;
41968
41968
  doNotConnect?: boolean | undefined;
41969
41969
  includeInBoardPinout?: boolean | undefined;
41970
- ratsNestColor?: string | undefined;
41970
+ highlightColor?: string | undefined;
41971
41971
  }> | undefined;
41972
41972
  cadModel?: string | {
41973
41973
  stlUrl: string;
@@ -42146,7 +42146,7 @@ declare const ledProps: z.ZodObject<{
42146
42146
  requiresVoltage?: string | number | undefined;
42147
42147
  doNotConnect?: boolean | undefined;
42148
42148
  includeInBoardPinout?: boolean | undefined;
42149
- ratsNestColor?: string | undefined;
42149
+ highlightColor?: string | undefined;
42150
42150
  }> | undefined;
42151
42151
  cadModel?: string | {
42152
42152
  stlUrl: string;
@@ -42905,7 +42905,7 @@ declare const switchProps: z.ZodEffects<z.ZodObject<{
42905
42905
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
42906
42906
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
42907
42907
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
42908
- ratsNestColor: z.ZodOptional<z.ZodString>;
42908
+ highlightColor: z.ZodOptional<z.ZodString>;
42909
42909
  }, "strip", z.ZodTypeAny, {
42910
42910
  providesPower?: boolean | undefined;
42911
42911
  requiresPower?: boolean | undefined;
@@ -42915,7 +42915,7 @@ declare const switchProps: z.ZodEffects<z.ZodObject<{
42915
42915
  requiresVoltage?: string | number | undefined;
42916
42916
  doNotConnect?: boolean | undefined;
42917
42917
  includeInBoardPinout?: boolean | undefined;
42918
- ratsNestColor?: string | undefined;
42918
+ highlightColor?: string | undefined;
42919
42919
  }, {
42920
42920
  providesPower?: boolean | undefined;
42921
42921
  requiresPower?: boolean | undefined;
@@ -42925,7 +42925,7 @@ declare const switchProps: z.ZodEffects<z.ZodObject<{
42925
42925
  requiresVoltage?: string | number | undefined;
42926
42926
  doNotConnect?: boolean | undefined;
42927
42927
  includeInBoardPinout?: boolean | undefined;
42928
- ratsNestColor?: string | undefined;
42928
+ highlightColor?: string | undefined;
42929
42929
  }>>>;
42930
42930
  } & {
42931
42931
  type: z.ZodOptional<z.ZodEnum<["spst", "spdt", "dpst", "dpdt"]>>;
@@ -42974,7 +42974,7 @@ declare const switchProps: z.ZodEffects<z.ZodObject<{
42974
42974
  requiresVoltage?: string | number | undefined;
42975
42975
  doNotConnect?: boolean | undefined;
42976
42976
  includeInBoardPinout?: boolean | undefined;
42977
- ratsNestColor?: string | undefined;
42977
+ highlightColor?: string | undefined;
42978
42978
  }> | undefined;
42979
42979
  cadModel?: string | {
42980
42980
  stlUrl: string;
@@ -43152,7 +43152,7 @@ declare const switchProps: z.ZodEffects<z.ZodObject<{
43152
43152
  requiresVoltage?: string | number | undefined;
43153
43153
  doNotConnect?: boolean | undefined;
43154
43154
  includeInBoardPinout?: boolean | undefined;
43155
- ratsNestColor?: string | undefined;
43155
+ highlightColor?: string | undefined;
43156
43156
  }> | undefined;
43157
43157
  cadModel?: string | {
43158
43158
  stlUrl: string;
@@ -43331,7 +43331,7 @@ declare const switchProps: z.ZodEffects<z.ZodObject<{
43331
43331
  requiresVoltage?: string | number | undefined;
43332
43332
  doNotConnect?: boolean | undefined;
43333
43333
  includeInBoardPinout?: boolean | undefined;
43334
- ratsNestColor?: string | undefined;
43334
+ highlightColor?: string | undefined;
43335
43335
  }> | undefined;
43336
43336
  cadModel?: string | {
43337
43337
  stlUrl: string;
@@ -44473,7 +44473,7 @@ declare const testpointProps: z.ZodEffects<z.ZodObject<{
44473
44473
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
44474
44474
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
44475
44475
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
44476
- ratsNestColor: z.ZodOptional<z.ZodString>;
44476
+ highlightColor: z.ZodOptional<z.ZodString>;
44477
44477
  }, "strip", z.ZodTypeAny, {
44478
44478
  providesPower?: boolean | undefined;
44479
44479
  requiresPower?: boolean | undefined;
@@ -44483,7 +44483,7 @@ declare const testpointProps: z.ZodEffects<z.ZodObject<{
44483
44483
  requiresVoltage?: string | number | undefined;
44484
44484
  doNotConnect?: boolean | undefined;
44485
44485
  includeInBoardPinout?: boolean | undefined;
44486
- ratsNestColor?: string | undefined;
44486
+ highlightColor?: string | undefined;
44487
44487
  }, {
44488
44488
  providesPower?: boolean | undefined;
44489
44489
  requiresPower?: boolean | undefined;
@@ -44493,7 +44493,7 @@ declare const testpointProps: z.ZodEffects<z.ZodObject<{
44493
44493
  requiresVoltage?: string | number | undefined;
44494
44494
  doNotConnect?: boolean | undefined;
44495
44495
  includeInBoardPinout?: boolean | undefined;
44496
- ratsNestColor?: string | undefined;
44496
+ highlightColor?: string | undefined;
44497
44497
  }>>>;
44498
44498
  } & {
44499
44499
  footprintVariant: z.ZodOptional<z.ZodEnum<["pad", "through_hole"]>>;
@@ -44541,7 +44541,7 @@ declare const testpointProps: z.ZodEffects<z.ZodObject<{
44541
44541
  requiresVoltage?: string | number | undefined;
44542
44542
  doNotConnect?: boolean | undefined;
44543
44543
  includeInBoardPinout?: boolean | undefined;
44544
- ratsNestColor?: string | undefined;
44544
+ highlightColor?: string | undefined;
44545
44545
  }> | undefined;
44546
44546
  cadModel?: string | {
44547
44547
  stlUrl: string;
@@ -44719,7 +44719,7 @@ declare const testpointProps: z.ZodEffects<z.ZodObject<{
44719
44719
  requiresVoltage?: string | number | undefined;
44720
44720
  doNotConnect?: boolean | undefined;
44721
44721
  includeInBoardPinout?: boolean | undefined;
44722
- ratsNestColor?: string | undefined;
44722
+ highlightColor?: string | undefined;
44723
44723
  }> | undefined;
44724
44724
  cadModel?: string | {
44725
44725
  stlUrl: string;
@@ -44897,7 +44897,7 @@ declare const testpointProps: z.ZodEffects<z.ZodObject<{
44897
44897
  requiresVoltage?: string | number | undefined;
44898
44898
  doNotConnect?: boolean | undefined;
44899
44899
  includeInBoardPinout?: boolean | undefined;
44900
- ratsNestColor?: string | undefined;
44900
+ highlightColor?: string | undefined;
44901
44901
  }> | undefined;
44902
44902
  cadModel?: string | {
44903
44903
  stlUrl: string;
@@ -45075,7 +45075,7 @@ declare const testpointProps: z.ZodEffects<z.ZodObject<{
45075
45075
  requiresVoltage?: string | number | undefined;
45076
45076
  doNotConnect?: boolean | undefined;
45077
45077
  includeInBoardPinout?: boolean | undefined;
45078
- ratsNestColor?: string | undefined;
45078
+ highlightColor?: string | undefined;
45079
45079
  }> | undefined;
45080
45080
  cadModel?: string | {
45081
45081
  stlUrl: string;
@@ -46174,7 +46174,7 @@ declare const powerSourceProps: z.ZodObject<{
46174
46174
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
46175
46175
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
46176
46176
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
46177
- ratsNestColor: z.ZodOptional<z.ZodString>;
46177
+ highlightColor: z.ZodOptional<z.ZodString>;
46178
46178
  }, "strip", z.ZodTypeAny, {
46179
46179
  providesPower?: boolean | undefined;
46180
46180
  requiresPower?: boolean | undefined;
@@ -46184,7 +46184,7 @@ declare const powerSourceProps: z.ZodObject<{
46184
46184
  requiresVoltage?: string | number | undefined;
46185
46185
  doNotConnect?: boolean | undefined;
46186
46186
  includeInBoardPinout?: boolean | undefined;
46187
- ratsNestColor?: string | undefined;
46187
+ highlightColor?: string | undefined;
46188
46188
  }, {
46189
46189
  providesPower?: boolean | undefined;
46190
46190
  requiresPower?: boolean | undefined;
@@ -46194,7 +46194,7 @@ declare const powerSourceProps: z.ZodObject<{
46194
46194
  requiresVoltage?: string | number | undefined;
46195
46195
  doNotConnect?: boolean | undefined;
46196
46196
  includeInBoardPinout?: boolean | undefined;
46197
- ratsNestColor?: string | undefined;
46197
+ highlightColor?: string | undefined;
46198
46198
  }>>>;
46199
46199
  } & {
46200
46200
  voltage: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
@@ -46237,7 +46237,7 @@ declare const powerSourceProps: z.ZodObject<{
46237
46237
  requiresVoltage?: string | number | undefined;
46238
46238
  doNotConnect?: boolean | undefined;
46239
46239
  includeInBoardPinout?: boolean | undefined;
46240
- ratsNestColor?: string | undefined;
46240
+ highlightColor?: string | undefined;
46241
46241
  }> | undefined;
46242
46242
  cadModel?: string | {
46243
46243
  stlUrl: string;
@@ -46411,7 +46411,7 @@ declare const powerSourceProps: z.ZodObject<{
46411
46411
  requiresVoltage?: string | number | undefined;
46412
46412
  doNotConnect?: boolean | undefined;
46413
46413
  includeInBoardPinout?: boolean | undefined;
46414
- ratsNestColor?: string | undefined;
46414
+ highlightColor?: string | undefined;
46415
46415
  }> | undefined;
46416
46416
  cadModel?: string | {
46417
46417
  stlUrl: string;
@@ -47167,7 +47167,7 @@ declare const voltageSourceProps: z.ZodObject<{
47167
47167
  requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
47168
47168
  doNotConnect: z.ZodOptional<z.ZodBoolean>;
47169
47169
  includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
47170
- ratsNestColor: z.ZodOptional<z.ZodString>;
47170
+ highlightColor: z.ZodOptional<z.ZodString>;
47171
47171
  }, "strip", z.ZodTypeAny, {
47172
47172
  providesPower?: boolean | undefined;
47173
47173
  requiresPower?: boolean | undefined;
@@ -47177,7 +47177,7 @@ declare const voltageSourceProps: z.ZodObject<{
47177
47177
  requiresVoltage?: string | number | undefined;
47178
47178
  doNotConnect?: boolean | undefined;
47179
47179
  includeInBoardPinout?: boolean | undefined;
47180
- ratsNestColor?: string | undefined;
47180
+ highlightColor?: string | undefined;
47181
47181
  }, {
47182
47182
  providesPower?: boolean | undefined;
47183
47183
  requiresPower?: boolean | undefined;
@@ -47187,7 +47187,7 @@ declare const voltageSourceProps: z.ZodObject<{
47187
47187
  requiresVoltage?: string | number | undefined;
47188
47188
  doNotConnect?: boolean | undefined;
47189
47189
  includeInBoardPinout?: boolean | undefined;
47190
- ratsNestColor?: string | undefined;
47190
+ highlightColor?: string | undefined;
47191
47191
  }>>>;
47192
47192
  } & {
47193
47193
  voltage: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
@@ -47235,7 +47235,7 @@ declare const voltageSourceProps: z.ZodObject<{
47235
47235
  requiresVoltage?: string | number | undefined;
47236
47236
  doNotConnect?: boolean | undefined;
47237
47237
  includeInBoardPinout?: boolean | undefined;
47238
- ratsNestColor?: string | undefined;
47238
+ highlightColor?: string | undefined;
47239
47239
  }> | undefined;
47240
47240
  cadModel?: string | {
47241
47241
  stlUrl: string;
@@ -47415,7 +47415,7 @@ declare const voltageSourceProps: z.ZodObject<{
47415
47415
  requiresVoltage?: string | number | undefined;
47416
47416
  doNotConnect?: boolean | undefined;
47417
47417
  includeInBoardPinout?: boolean | undefined;
47418
- ratsNestColor?: string | undefined;
47418
+ highlightColor?: string | undefined;
47419
47419
  }> | undefined;
47420
47420
  cadModel?: string | {
47421
47421
  stlUrl: string;