@sqaitech/visualizer 0.30.14 → 0.30.16
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.
|
@@ -4,7 +4,7 @@ import { Typography } from "antd";
|
|
|
4
4
|
import { EnvConfig } from "../env-config/index.mjs";
|
|
5
5
|
import "./style.css";
|
|
6
6
|
function NavActions(param) {
|
|
7
|
-
let { showEnvConfig = true, showTooltipWhenEmpty = false, showModelName = false, githubUrl = 'https://github.com/web-infra-dev/midscene', helpUrl = 'https://
|
|
7
|
+
let { showEnvConfig = true, showTooltipWhenEmpty = false, showModelName = false, githubUrl = 'https://github.com/web-infra-dev/midscene', helpUrl = 'https://sqai.tech/quick-experience.html', className = '' } = param;
|
|
8
8
|
return /*#__PURE__*/ jsxs("div", {
|
|
9
9
|
className: `nav-actions ${className}`,
|
|
10
10
|
children: [
|
|
@@ -32,7 +32,7 @@ const external_antd_namespaceObject = require("antd");
|
|
|
32
32
|
const index_js_namespaceObject = require("../env-config/index.js");
|
|
33
33
|
require("./style.css");
|
|
34
34
|
function NavActions(param) {
|
|
35
|
-
let { showEnvConfig = true, showTooltipWhenEmpty = false, showModelName = false, githubUrl = 'https://github.com/web-infra-dev/midscene', helpUrl = 'https://
|
|
35
|
+
let { showEnvConfig = true, showTooltipWhenEmpty = false, showModelName = false, githubUrl = 'https://github.com/web-infra-dev/midscene', helpUrl = 'https://sqai.tech/quick-experience.html', className = '' } = param;
|
|
36
36
|
return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
|
|
37
37
|
className: `nav-actions ${className}`,
|
|
38
38
|
children: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sqaitech/visualizer",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.16",
|
|
4
4
|
"repository": "https://github.com/qa-nparekh/midscene",
|
|
5
5
|
"homepage": "https://sqai.tech/",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -70,10 +70,10 @@
|
|
|
70
70
|
"antd": "^5.21.6",
|
|
71
71
|
"buffer": "6.0.3",
|
|
72
72
|
"dayjs": "^1.11.11",
|
|
73
|
-
"@sqaitech/
|
|
74
|
-
"@sqaitech/
|
|
75
|
-
"@sqaitech/
|
|
76
|
-
"@sqaitech/web": "0.30.
|
|
73
|
+
"@sqaitech/shared": "0.30.16",
|
|
74
|
+
"@sqaitech/core": "0.30.16",
|
|
75
|
+
"@sqaitech/playground": "0.30.16",
|
|
76
|
+
"@sqaitech/web": "0.30.16"
|
|
77
77
|
},
|
|
78
78
|
"license": "MIT",
|
|
79
79
|
"scripts": {
|