Skip to content

Commit

Permalink
update all the snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasSarkiz committed Nov 17, 2024
1 parent af358ff commit 63678b4
Show file tree
Hide file tree
Showing 31 changed files with 101 additions and 65 deletions.
4 changes: 2 additions & 2 deletions lib/components/normal-components/Chip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class Chip<PinLabels extends string = never> extends NormalComponent<
x: (props.schX ?? 0) + (schematic_box_width ?? 0) / 2,
y: (props.schY ?? 0) + (schematic_box_height ?? 0) / 2 + 0.55,
},
color: "black",
color: "#006464",
})
const component_name_text = db.schematic_text.insert({
text: props.name ?? "",
Expand All @@ -54,7 +54,7 @@ export class Chip<PinLabels extends string = never> extends NormalComponent<
x: (props.schX ?? 0) + (schematic_box_width ?? 0) / 2,
y: (props.schY ?? 0) + (schematic_box_height ?? 0) / 2 + 0.35,
},
color: "black",
color: "#006464",
})
this.source_component_id = source_component.source_component_id!
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 63678b4

Please sign in to comment.