@lobehub/ui 1.26.0 → 1.26.1

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.
@@ -6,7 +6,9 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
6
6
  import { Alert } from 'antd';
7
7
  import { Loader2 } from 'lucide-react';
8
8
  import { memo } from 'react';
9
- import { Avatar, Icon, Markdown } from "./..";
9
+ import Avatar from "../Avatar";
10
+ import Icon from "../Icon";
11
+ import Markdown from "../Markdown";
10
12
  import { formatTime } from "../utils/formatTime";
11
13
  import { useStyles } from "./style";
12
14
  import { jsx as _jsx } from "react/jsx-runtime";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
4
4
  "description": "Lobe UI is an open-source UI component library for building chatbot web apps",
5
5
  "keywords": [
6
6
  "lobehub",
@@ -78,7 +78,6 @@
78
78
  "@react-spring/web": "^9",
79
79
  "ahooks": "^3",
80
80
  "antd": "^5",
81
- "antd-style": "^3",
82
81
  "chroma-js": "^2",
83
82
  "copy-to-clipboard": "^3",
84
83
  "dayjs": "^1",
@@ -114,6 +113,7 @@
114
113
  "@types/react": "^18",
115
114
  "@types/react-dom": "^18",
116
115
  "@vitest/coverage-v8": "latest",
116
+ "antd-style": "^3",
117
117
  "commitlint": "^17",
118
118
  "concurrently": "^8",
119
119
  "cross-env": "^7",