@tscircuit/pcb-viewer 1.11.327 → 1.11.328

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 CHANGED
@@ -8109,6 +8109,7 @@ var DEFAULT_DRAW_ORDER = [
8109
8109
  "soldermask_top",
8110
8110
  "soldermask_with_copper_bottom",
8111
8111
  "soldermask_with_copper_top",
8112
+ "edge_cuts",
8112
8113
  "top_silkscreen",
8113
8114
  "board"
8114
8115
  ];
@@ -8407,6 +8408,7 @@ var Drawer = class {
8407
8408
  const opaqueLayers = /* @__PURE__ */ new Set([
8408
8409
  foregroundLayer,
8409
8410
  "drill",
8411
+ "edge_cuts",
8410
8412
  "other",
8411
8413
  "board",
8412
8414
  ...associatedSilkscreen ? [associatedSilkscreen] : [],
@@ -8415,6 +8417,7 @@ var Drawer = class {
8415
8417
  ]);
8416
8418
  const layersToShiftToTop = [
8417
8419
  foregroundLayer,
8420
+ "edge_cuts",
8418
8421
  ...associatedSilkscreen ? [associatedSilkscreen] : [],
8419
8422
  ...associatedNotes ? [associatedNotes] : [],
8420
8423
  ...maskWithCopperLayerForForeground ? [maskWithCopperLayerForForeground] : []
@@ -8423,6 +8426,7 @@ var Drawer = class {
8423
8426
  ...DEFAULT_DRAW_ORDER.filter((l) => !layersToShiftToTop.includes(l)),
8424
8427
  foregroundLayer,
8425
8428
  ...maskWithCopperLayerForForeground ? [maskWithCopperLayerForForeground] : [],
8429
+ "edge_cuts",
8426
8430
  "drill",
8427
8431
  ...associatedSilkscreen ? [associatedSilkscreen] : [],
8428
8432
  ...associatedNotes ? [associatedNotes] : []
@@ -13820,7 +13824,7 @@ import { css as css3 } from "@emotion/css";
13820
13824
  // package.json
13821
13825
  var package_default = {
13822
13826
  name: "@tscircuit/pcb-viewer",
13823
- version: "1.11.326",
13827
+ version: "1.11.327",
13824
13828
  main: "dist/index.js",
13825
13829
  type: "module",
13826
13830
  repository: "tscircuit/pcb-viewer",