schematic-symbols 0.0.174 → 0.0.175

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
@@ -67,7 +67,11 @@ declare function resizeSymbol(symbol: SchSymbol, newSize: {
67
67
  }): SchSymbol;
68
68
 
69
69
  declare const _default: {
70
+ ac_voltmeter_down: undefined;
70
71
  ac_voltmeter_horz: undefined;
72
+ ac_voltmeter_left: undefined;
73
+ ac_voltmeter_right: undefined;
74
+ ac_voltmeter_up: undefined;
71
75
  ac_voltmeter_vert: undefined;
72
76
  avalanche_diode_down: undefined;
73
77
  avalanche_diode_horz: undefined;
@@ -123,16 +127,12 @@ declare const _default: {
123
127
  height: number;
124
128
  };
125
129
  };
130
+ dc_voltmeter_down: undefined;
126
131
  dc_voltmeter_horz: undefined;
127
- dc_voltmeter_vert: {
128
- primitives: Primitive[];
129
- center: Point;
130
- ports: Port[];
131
- size: {
132
- width: number;
133
- height: number;
134
- };
135
- };
132
+ dc_voltmeter_left: undefined;
133
+ dc_voltmeter_right: undefined;
134
+ dc_voltmeter_up: undefined;
135
+ dc_voltmeter_vert: undefined;
136
136
  diac_horz: undefined;
137
137
  diac_vert: undefined;
138
138
  diode_down: undefined;