@midscene/visualizer 0.2.0 → 0.2.1-beta-20240806115331.0

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.
@@ -80,7 +80,7 @@ const DetailPanel = () => {
80
80
  ];
81
81
  if (blackboardViewAvailable) {
82
82
  options.unshift({
83
- label: "Visualization",
83
+ label: "Insight",
84
84
  value: VIEW_TYPE_BLACKBOARD,
85
85
  icon: /* @__PURE__ */ jsx(ScheduleOutlined, {})
86
86
  });
@@ -109,7 +109,7 @@ const DetailPanel = () => {
109
109
  ];
110
110
  if (blackboardViewAvailable) {
111
111
  options.unshift({
112
- label: "Visualization",
112
+ label: "Insight",
113
113
  value: VIEW_TYPE_BLACKBOARD,
114
114
  icon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_icons.ScheduleOutlined, {})
115
115
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/visualizer",
3
- "version": "0.2.0",
3
+ "version": "0.2.1-beta-20240806115331.0",
4
4
  "types": "./dist/types/index.d.ts",
5
5
  "jsnext:source": "./src/index.ts",
6
6
  "main": "./dist/lib/index.js",
@@ -19,7 +19,7 @@
19
19
  "react-dom": "^18.2.0",
20
20
  "react-resizable-panels": "2.0.22",
21
21
  "zustand": "4.5.2",
22
- "@midscene/core": "0.2.0"
22
+ "@midscene/core": "0.2.1-beta-20240806115331.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@modern-js/module-tools": "^2.56.1",