entropia-template-ui 0.2.0 → 0.2.2

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/App.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":"AAsCA,MAAM,CAAC,OAAO,UAAU,GAAG,gCA4L1B"}
1
+ {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":"AAuCA,MAAM,CAAC,OAAO,UAAU,GAAG,gCA4L1B"}
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.2";
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" },
@@ -3351,6 +3351,7 @@ let ot = 0;
3351
3351
  const pe = () => `ws_${++ot}`, Ee = [
3352
3352
  { preset: "training", graph: "examples/models/mnist_cnn.riko" },
3353
3353
  { preset: "inference", graph: "examples/models/mnist_infer.riko" },
3354
+ { preset: "code", graph: "examples/models/mnist.riko" },
3354
3355
  { preset: "layout", graph: "examples/models/mnist.riko" }
3355
3356
  ];
3356
3357
  function mt() {
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.2",
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",