@tscircuit/3d-viewer 0.0.541 → 0.0.542

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -29732,7 +29732,7 @@ import * as THREE16 from "three";
29732
29732
  // package.json
29733
29733
  var package_default = {
29734
29734
  name: "@tscircuit/3d-viewer",
29735
- version: "0.0.540",
29735
+ version: "0.0.541",
29736
29736
  main: "./dist/index.js",
29737
29737
  module: "./dist/index.js",
29738
29738
  type: "module",
@@ -30940,8 +30940,8 @@ var M = 0.01;
30940
30940
  var colors = {
30941
30941
  copper: [0.9, 0.6, 0.2],
30942
30942
  fr4Tan: [0.6, 0.43, 0.28],
30943
- fr4SolderMaskGreen: [0.02, 0.1, 0.04],
30944
- fr4TracesWithMaskGreen: [0, 0.5, 0.25],
30943
+ fr4SolderMaskGreen: [0.015, 0.059, 0.027],
30944
+ fr4TracesWithMaskGreen: [0.063, 0.141, 0.023],
30945
30945
  fr4TracesWithoutMaskTan: [0.6, 0.43, 0.28],
30946
30946
  fr1Tan: [0.8, 0.4, 0.2],
30947
30947
  fr1TracesWithMaskCopper: [0.9, 0.6, 0.2],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/3d-viewer",
3
- "version": "0.0.541",
3
+ "version": "0.0.542",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",