@tscircuit/3d-viewer 0.0.597 → 0.0.598
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 +1 -22
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -35765,7 +35765,7 @@ import * as THREE23 from "three";
|
|
|
35765
35765
|
// package.json
|
|
35766
35766
|
var package_default = {
|
|
35767
35767
|
name: "@tscircuit/3d-viewer",
|
|
35768
|
-
version: "0.0.
|
|
35768
|
+
version: "0.0.597",
|
|
35769
35769
|
repository: {
|
|
35770
35770
|
type: "git",
|
|
35771
35771
|
url: "https://github.com/tscircuit/3d-viewer"
|
|
@@ -51501,27 +51501,6 @@ var CadViewerInner = (props) => {
|
|
|
51501
51501
|
referenceObject
|
|
51502
51502
|
}
|
|
51503
51503
|
),
|
|
51504
|
-
/* @__PURE__ */ jsxs11(
|
|
51505
|
-
"div",
|
|
51506
|
-
{
|
|
51507
|
-
style: {
|
|
51508
|
-
position: "absolute",
|
|
51509
|
-
right: 8,
|
|
51510
|
-
top: 8,
|
|
51511
|
-
background: "#222",
|
|
51512
|
-
color: "#fff",
|
|
51513
|
-
padding: "2px 8px",
|
|
51514
|
-
borderRadius: 4,
|
|
51515
|
-
fontSize: 12,
|
|
51516
|
-
opacity: 0.7,
|
|
51517
|
-
userSelect: "none"
|
|
51518
|
-
},
|
|
51519
|
-
children: [
|
|
51520
|
-
"Engine: ",
|
|
51521
|
-
/* @__PURE__ */ jsx37("b", { children: engine === "jscad" ? "JSCAD" : "Manifold" })
|
|
51522
|
-
]
|
|
51523
|
-
}
|
|
51524
|
-
),
|
|
51525
51504
|
menuVisible && /* @__PURE__ */ jsx37(
|
|
51526
51505
|
ContextMenu,
|
|
51527
51506
|
{
|