@lobehub/ui 1.32.0 → 1.33.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.
- package/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
5
|
-
<img
|
|
5
|
+
<img height="120" src="https://npm.elemecdn.com/@lobehub/assets-logo@1.0.0/assets/logo-3d.webp">
|
|
6
|
+
<img height="120" src="https://gw.alipayobjects.com/zos/kitchen/qJ3l3EPsdW/split.svg">
|
|
7
|
+
<img height="120" src="https://npm.elemecdn.com/fluentui-emoji/icons/modern/lollipop.svg">
|
|
6
8
|
|
|
7
9
|
<h1>Lobe UI</h1>
|
|
8
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobehub/ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.33.0",
|
|
4
4
|
"description": "Lobe UI is an open-source UI component library for building chatbot web apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lobehub",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@types/react-dom": "^18",
|
|
116
116
|
"@vitest/coverage-v8": "latest",
|
|
117
117
|
"antd-style": "^3",
|
|
118
|
-
"babel-plugin-antd-style": "^1
|
|
118
|
+
"babel-plugin-antd-style": "^1",
|
|
119
119
|
"commitlint": "^17",
|
|
120
120
|
"concurrently": "^8",
|
|
121
121
|
"cross-env": "^7",
|