schematic-symbols 0.0.175 → 0.0.177
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 +8 -0
- package/dist/index.js +819 -547
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -105,7 +105,11 @@ declare const _default: {
|
|
105
105
|
capacitor_polarized_up: undefined;
|
106
106
|
capacitor_right: undefined;
|
107
107
|
capacitor_up: undefined;
|
108
|
+
constant_current_diode_down: undefined;
|
108
109
|
constant_current_diode_horz: undefined;
|
110
|
+
constant_current_diode_left: undefined;
|
111
|
+
constant_current_diode_right: undefined;
|
112
|
+
constant_current_diode_up: undefined;
|
109
113
|
constant_current_diode_vert: undefined;
|
110
114
|
crystal_4pin_down: undefined;
|
111
115
|
crystal_4pin_left: undefined;
|
@@ -159,7 +163,11 @@ declare const _default: {
|
|
159
163
|
ferrite_bead_left: undefined;
|
160
164
|
ferrite_bead_right: undefined;
|
161
165
|
ferrite_bead_up: undefined;
|
166
|
+
filled_diode_down: undefined;
|
162
167
|
filled_diode_horz: undefined;
|
168
|
+
filled_diode_left: undefined;
|
169
|
+
filled_diode_right: undefined;
|
170
|
+
filled_diode_up: undefined;
|
163
171
|
filled_diode_vert: undefined;
|
164
172
|
frequency_meter_horz: undefined;
|
165
173
|
frequency_meter_vert: {
|