@antv/dumi-theme-antv 0.8.0-beta.22 → 0.8.0-beta.24

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.
@@ -25,10 +25,9 @@
25
25
  }
26
26
  }
27
27
 
28
- // .ant-form-item {
29
- // margin-bottom: 20px;
30
- // }
31
-
28
+ .ant-row{
29
+ margin: unset;
30
+ }
32
31
 
33
32
  &.form-pro {
34
33
  .ant-input,
@@ -32,7 +32,7 @@ export function useAntVConfig() {
32
32
  queryKey: ['antv-config'],
33
33
  queryFn: getAntVConfig,
34
34
  initialData: {
35
- "VisionSnapVersion": "3.4.11",
35
+ "VisionSnapVersion": "3.5.12",
36
36
  "library": ["G2", "F2", "G6"]
37
37
  }
38
38
  });
@@ -13,7 +13,7 @@ var GlobalLayout = function GlobalLayout() {
13
13
  if (typeof window !== 'undefined') {
14
14
  window.antd = antd;
15
15
  }
16
- console.log("%c @antv/dumi-theme-antv %c ".concat("0.8.0-beta.22", " %c"), 'background:#35495e; padding: 1px; border-radius: 3px 0 0 3px; color: #fff;', 'background:#41b883; padding: 1px; border-radius: 0 3px 3px 0; color: #fff;', 'background:transparent;');
16
+ console.log("%c @antv/dumi-theme-antv %c ".concat("0.8.0-beta.24", " %c"), 'background:#35495e; padding: 1px; border-radius: 3px 0 0 3px; color: #fff;', 'background:#41b883; padding: 1px; border-radius: 0 3px 3px 0; color: #fff;', 'background:transparent;');
17
17
  }, []);
18
18
  return outlet && /*#__PURE__*/React.createElement(QueryClientProvider, {
19
19
  client: queryClient
@@ -14,7 +14,7 @@ function TaskBox() {
14
14
  var _useAntVConfig = useAntVConfig(),
15
15
  _useAntVConfig$data = _useAntVConfig.data,
16
16
  _useAntVConfig$data2 = _useAntVConfig$data === void 0 ? {
17
- VisionSnapVersion: '3.4.11'
17
+ VisionSnapVersion: '3.5.12'
18
18
  } : _useAntVConfig$data,
19
19
  version = _useAntVConfig$data2.VisionSnapVersion;
20
20
  var snap = useSnapshot(AIChatStore);
@@ -80,7 +80,10 @@ function TaskBox() {
80
80
  isWAN: true
81
81
  },
82
82
  src: "https://www.weavefox.cn/_visionsnap_render".concat(wrappedVisionSnapCode.modules["/package.json"].code.includes("vue") ? '_vue' : '', "/index.html?version=").concat(version, "&enableInspector=1"),
83
- onEsmLoadFailed: handleEsmLoadFailed
83
+ onEsmLoadFailed: handleEsmLoadFailed,
84
+ previewZoomConfig: {
85
+ defaultZoomMode: 100
86
+ }
84
87
  }));
85
88
  } else {
86
89
  return /*#__PURE__*/React.createElement(CodeRunner, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antv/dumi-theme-antv",
3
- "version": "0.8.0-beta.22",
3
+ "version": "0.8.0-beta.24",
4
4
  "description": "AntV website theme based on dumi2.",
5
5
  "keywords": [
6
6
  "dumi",