entropia-template-ui 0.2.0 → 0.2.1

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -34,7 +34,7 @@ const an = [
34
34
  outputs: [{ name: "result", label: "Result", dataKind: "tensor", direction: "out" }],
35
35
  parameters: []
36
36
  }
37
- ], Z = "0.2.0";
37
+ ], Z = "0.2.1";
38
38
  let sn = 0;
39
39
  function ce(n) {
40
40
  return n.charAt(0).toUpperCase() + n.slice(1);
@@ -2926,7 +2926,7 @@ const He = [
2926
2926
  { value: "inspector", label: "Inspector", category: "Editor" },
2927
2927
  { value: "status", label: "Status / Logs", category: "Editor" },
2928
2928
  { value: "loss", label: "Loss Curve", category: "Editor" },
2929
- { value: "nodes", label: "Node Library", category: "Data" },
2929
+ { value: "nodes", label: "Scene", category: "Data" },
2930
2930
  { value: "files", label: "Asset Library", category: "Data" },
2931
2931
  { value: "project", label: "New File", category: "Data" },
2932
2932
  { value: "code", label: "Code Editor", category: "Tools" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "entropia-template-ui",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "description": "Reusable node-graph editor UI library (React + Vite + React Flow + Zustand) — the Entropia Riko frontend template.",
6
6
  "license": "MIT",