@tscircuit/3d-viewer 0.0.312 → 0.0.313

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 +28 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -17286,7 +17286,7 @@ import {
17286
17286
  // package.json
17287
17287
  var package_default = {
17288
17288
  name: "@tscircuit/3d-viewer",
17289
- version: "0.0.311",
17289
+ version: "0.0.312",
17290
17290
  main: "./dist/index.js",
17291
17291
  module: "./dist/index.js",
17292
17292
  type: "module",
@@ -20504,6 +20504,33 @@ var CadViewer = (props) => {
20504
20504
  "Auto rotate"
20505
20505
  ]
20506
20506
  }
20507
+ ),
20508
+ /* @__PURE__ */ jsx12(
20509
+ "div",
20510
+ {
20511
+ style: {
20512
+ display: "flex",
20513
+ justifyContent: "center",
20514
+ padding: "8px 0",
20515
+ borderTop: "1px solid rgba(255, 255, 255, 0.1)",
20516
+ marginTop: "8px"
20517
+ },
20518
+ children: /* @__PURE__ */ jsxs9(
20519
+ "span",
20520
+ {
20521
+ style: {
20522
+ fontSize: 10,
20523
+ opacity: 0.6,
20524
+ fontWeight: 300,
20525
+ color: "#c0c0c0"
20526
+ },
20527
+ children: [
20528
+ "@tscircuit/3d-viewer@",
20529
+ package_default.version
20530
+ ]
20531
+ }
20532
+ )
20533
+ }
20507
20534
  )
20508
20535
  ]
20509
20536
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tscircuit/3d-viewer",
3
- "version": "0.0.312",
3
+ "version": "0.0.313",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",