schematic-symbols 0.0.141 → 0.0.142
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.js +10 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -13322,7 +13322,16 @@ var pnp_bipolar_transistor_default = {
|
|
13322
13322
|
centerX: 13877787807814457e-32,
|
13323
13323
|
centerY: 11102230246251565e-32
|
13324
13324
|
},
|
13325
|
-
circles: {
|
13325
|
+
circles: {
|
13326
|
+
"path1-0": {
|
13327
|
+
type: "circle",
|
13328
|
+
x: 0.13862605550000007,
|
13329
|
+
y: 0.003454799999999203,
|
13330
|
+
radius: 0.28854213,
|
13331
|
+
color: "primary",
|
13332
|
+
fill: false
|
13333
|
+
}
|
13334
|
+
}
|
13326
13335
|
};
|
13327
13336
|
|
13328
13337
|
// symbols/pnp_bipolar_transistor_horz.ts
|