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

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.
@@ -13,6 +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
17
  }, []);
17
18
  return outlet && /*#__PURE__*/React.createElement(QueryClientProvider, {
18
19
  client: queryClient
@@ -167,7 +167,8 @@ function MsgBox(props) {
167
167
  // mode,
168
168
  // lib,
169
169
  });
170
- }
170
+ },
171
+ experimental_throttle: 500
171
172
  }),
172
173
  messages = _useChat.messages,
173
174
  setMessages = _useChat.setMessages,
package/dist/typings.d.ts CHANGED
@@ -27,3 +27,9 @@ declare module '*.svg' {
27
27
  const content: any;
28
28
  export default content;
29
29
  }
30
+
31
+ /**
32
+ * 由构建工具注入的包版本号。
33
+ * @see fatherrc.ts
34
+ */
35
+ declare const __PACKAGE_VERSION__: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antv/dumi-theme-antv",
3
- "version": "0.8.0-beta.20",
3
+ "version": "0.8.0-beta.22",
4
4
  "description": "AntV website theme based on dumi2.",
5
5
  "keywords": [
6
6
  "dumi",