leafer-ui 1.0.0-rc.24 → 1.0.0-rc.25

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 CHANGED
@@ -4,7 +4,7 @@ Leafer UI 是基于 [Leafer](https://github.com/leaferjs/leafer) 开发的一套
4
4
 
5
5
  提供了常用的 UI 绘图组件,和开箱即用的功能,方便与 Figma、Sketch 等产品进行数据交换,并为跨平台开发提供了统一、丰富的交互事件,如拖拽、旋转、缩放手势等。
6
6
 
7
- 1.0.0-rc.24 已发布 🎉🎉🎉,查看 [更新日志](https://leaferjs.com/ui/update/)。
7
+ 1.0.0-rc.25 已发布 🎉🎉🎉,查看 [更新日志](https://leaferjs.com/ui/update/)。
8
8
 
9
9
  目前产品已经逐步稳定,正式版即将到来,感谢所有参与的朋友们~
10
10
 
package/dist/web.js CHANGED
@@ -5712,7 +5712,7 @@ var LeaferUI = (function (exports) {
5712
5712
  }
5713
5713
  }
5714
5714
 
5715
- const version = "1.0.0-rc.24";
5715
+ const version = "1.0.0-rc.25";
5716
5716
  const inviteCode = {};
5717
5717
 
5718
5718
  const debug$7 = Debug.get('LeaferCanvas');
@@ -7467,10 +7467,10 @@ var LeaferUI = (function (exports) {
7467
7467
  ], exports.UI.prototype, "gap", void 0);
7468
7468
  __decorate([
7469
7469
  boundsType('top-left')
7470
- ], exports.UI.prototype, "align", void 0);
7470
+ ], exports.UI.prototype, "flowAlign", void 0);
7471
7471
  __decorate([
7472
7472
  boundsType(false)
7473
- ], exports.UI.prototype, "wrap", void 0);
7473
+ ], exports.UI.prototype, "flowWrap", void 0);
7474
7474
  __decorate([
7475
7475
  boundsType('box')
7476
7476
  ], exports.UI.prototype, "itemBox", void 0);