schematic-symbols 0.0.231 → 0.0.233

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
@@ -84,7 +84,43 @@ declare const _default: {
84
84
  backward_diode_left: undefined;
85
85
  backward_diode_right: undefined;
86
86
  backward_diode_up: undefined;
87
+ battery_down: {
88
+ size: {
89
+ width: number;
90
+ height: number;
91
+ };
92
+ primitives: Primitive[];
93
+ center: Point;
94
+ ports: Port[];
95
+ };
87
96
  battery_horz: undefined;
97
+ battery_left: {
98
+ size: {
99
+ width: number;
100
+ height: number;
101
+ };
102
+ primitives: Primitive[];
103
+ center: Point;
104
+ ports: Port[];
105
+ };
106
+ battery_right: {
107
+ size: {
108
+ width: number;
109
+ height: number;
110
+ };
111
+ primitives: Primitive[];
112
+ center: Point;
113
+ ports: Port[];
114
+ };
115
+ battery_up: {
116
+ size: {
117
+ width: number;
118
+ height: number;
119
+ };
120
+ primitives: Primitive[];
121
+ center: Point;
122
+ ports: Port[];
123
+ };
88
124
  battery_vert: undefined;
89
125
  boxresistor_down: {
90
126
  size: {
@@ -292,8 +328,24 @@ declare const _default: {
292
328
  mosfet_depletion_normally_on_vert: undefined;
293
329
  mushroom_head_normally_open_momentary_horz: undefined;
294
330
  mushroom_head_normally_open_momentary_vert: undefined;
331
+ n_channel_d_mosfet_transistor_gate_bottom_drain_left: undefined;
332
+ n_channel_d_mosfet_transistor_gate_bottom_drain_right: undefined;
333
+ n_channel_d_mosfet_transistor_gate_left_drain_bottom: undefined;
334
+ n_channel_d_mosfet_transistor_gate_left_drain_top: undefined;
335
+ n_channel_d_mosfet_transistor_gate_right_drain_bottom: undefined;
336
+ n_channel_d_mosfet_transistor_gate_right_drain_top: undefined;
337
+ n_channel_d_mosfet_transistor_gate_top_drain_left: undefined;
338
+ n_channel_d_mosfet_transistor_gate_top_drain_right: undefined;
295
339
  n_channel_d_mosfet_transistor_horz: undefined;
296
340
  n_channel_d_mosfet_transistor_vert: undefined;
341
+ n_channel_e_mosfet_transistor_gate_bottom_drain_left: undefined;
342
+ n_channel_e_mosfet_transistor_gate_bottom_drain_right: undefined;
343
+ n_channel_e_mosfet_transistor_gate_left_drain_bottom: undefined;
344
+ n_channel_e_mosfet_transistor_gate_left_drain_top: undefined;
345
+ n_channel_e_mosfet_transistor_gate_right_drain_bottom: undefined;
346
+ n_channel_e_mosfet_transistor_gate_right_drain_top: undefined;
347
+ n_channel_e_mosfet_transistor_gate_top_drain_left: undefined;
348
+ n_channel_e_mosfet_transistor_gate_top_drain_right: undefined;
297
349
  n_channel_e_mosfet_transistor_horz: undefined;
298
350
  n_channel_e_mosfet_transistor_vert: undefined;
299
351
  njfet_transistor_horz: undefined;
@@ -316,8 +368,24 @@ declare const _default: {
316
368
  opamp_with_power_left: undefined;
317
369
  opamp_with_power_right: undefined;
318
370
  opamp_with_power_up: undefined;
371
+ p_channel_d_mosfet_transistor_gate_bottom_drain_left: undefined;
372
+ p_channel_d_mosfet_transistor_gate_bottom_drain_right: undefined;
373
+ p_channel_d_mosfet_transistor_gate_left_drain_bottom: undefined;
374
+ p_channel_d_mosfet_transistor_gate_left_drain_top: undefined;
375
+ p_channel_d_mosfet_transistor_gate_right_drain_bottom: undefined;
376
+ p_channel_d_mosfet_transistor_gate_right_drain_top: undefined;
377
+ p_channel_d_mosfet_transistor_gate_top_drain_left: undefined;
378
+ p_channel_d_mosfet_transistor_gate_top_drain_right: undefined;
319
379
  p_channel_d_mosfet_transistor_horz: undefined;
320
380
  p_channel_d_mosfet_transistor_vert: undefined;
381
+ p_channel_e_mosfet_transistor_gate_bottom_drain_left: undefined;
382
+ p_channel_e_mosfet_transistor_gate_bottom_drain_right: undefined;
383
+ p_channel_e_mosfet_transistor_gate_left_drain_bottom: undefined;
384
+ p_channel_e_mosfet_transistor_gate_left_drain_top: undefined;
385
+ p_channel_e_mosfet_transistor_gate_right_drain_bottom: undefined;
386
+ p_channel_e_mosfet_transistor_gate_right_drain_top: undefined;
387
+ p_channel_e_mosfet_transistor_gate_top_drain_left: undefined;
388
+ p_channel_e_mosfet_transistor_gate_top_drain_right: undefined;
321
389
  p_channel_e_mosfet_transistor_horz: undefined;
322
390
  p_channel_e_mosfet_transistor_vert: undefined;
323
391
  photodiode_horz: undefined;