pb-sxp-ui 1.0.0 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -2,10 +2,10 @@
2
2
  * @Author : haocanweng@chatlabs.cn
3
3
  * @Date : 2023-08-23 18:25:31
4
4
  * @LastEditors: binruan@chatlabs.com
5
- * @LastEditTime: 2023-10-17 17:26:31
5
+ * @LastEditTime: 2024-03-20 16:26:29
6
6
  * @FilePath: \pb-sxp-ui\README.md
7
7
  -->
8
- <h1 align="center">Page Builder UI</h1>
8
+ <h1 align="center">Page Builder SXP UI</h1>
9
9
 
10
10
  <div align="center">
11
11
  React enterprise-class UI components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pb-sxp-ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "React enterprise-class UI components",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
@@ -39,6 +39,7 @@
39
39
  "dependencies": {
40
40
  "@ant-design/pro-components": "^2.6.35",
41
41
  "@emotion/css": "^11.11.2",
42
+ "antd": "^5.15.3",
42
43
  "eslint": "^8.48.0",
43
44
  "eventemitter3": "^5.0.1",
44
45
  "less": "^4.2.0",