react-public-components 1.1.18 → 1.1.19

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,12 +2,13 @@
2
2
 
3
3
  封装 react 常用的组件,欢迎更多同学提出大众化普遍存在的业务场景。
4
4
 
5
- 本仓库包含四个独立的 React 组件:
5
+ 本仓库包含五个独立的 React 组件:
6
6
 
7
7
  1. **CollapseBox** — 可折叠的内容容器组件
8
8
  2. **Splitter** — 可拖拽调整、可折叠的分屏面板组件
9
9
  3. **DisabledBox** — 禁用态包装容器组件(带锁图标及拦截事件)
10
10
  4. **Masonry** — 瀑布流布局组件(一比一复刻 Ant Design V6 规范)
11
+ 5. **BorderBeam** — 边框流光组件
11
12
 
12
13
  ---
13
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-public-components",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "description": "React 折叠容器(CollapseBox)与分屏面板(Splitter)组件,零 UI 库依赖",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",