@tscircuit/cli 0.0.83 → 0.0.84

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.
@@ -0,0 +1,37 @@
1
+ /**
2
+ * DO NOT EDIT THIS FILE DIRECTLY!
3
+ *
4
+ * This file is automatically edited when running `tsci dev` and dragging things
5
+ * around. `tsci dev` searches for a file named "*.manual-edits.ts" and edits
6
+ * it when you e.g. move a footprint. If there are multiple files, it'll try
7
+ * to pick one based on context or ask.
8
+ *
9
+ * If you're not running `tsci dev`, you can safely edit this file.
10
+ */
11
+ export default {
12
+ // Generated when this file is created, this unique identifier is used to help
13
+ // determine which file to edit when there are many *.manual-edits.ts files
14
+ manual_edit_id: "abcdef",
15
+
16
+ // Manual pcb placements, added when you drag a footprint
17
+ pcb_placements: [
18
+ {
19
+ "_edit_event_id": "0.6467684918884489",
20
+ "selector": ".U2",
21
+ "center": {
22
+ "x": -8.818617267820716,
23
+ "y": 1.937762847202471
24
+ },
25
+ "relative_to": "group_center"
26
+ },
27
+ {
28
+ "_edit_event_id": "0.37279140805799216",
29
+ "selector": ".R1",
30
+ "center": {
31
+ "x": 6.01944432662744,
32
+ "y": -5.1630193208064625
33
+ },
34
+ "relative_to": "group_center"
35
+ }
36
+ ],
37
+ }