lyco 1.2.6 → 1.2.8

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.
@@ -95,6 +95,5 @@ export declare function bindEvents(el: EventTarget, on: Array<[string, EventHand
95
95
  export declare function createEventBinder(on: OnEvent): {
96
96
  bind(el: EventTarget): void;
97
97
  unbindAll(): void;
98
- auto(el?: Element): void;
99
98
  };
100
99
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lyco",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "description": "基于 Lit 的纯 CSS 布局渲染函数库,包含 Row/Column/Flex/Grid/拆分布局/滚动/轮播等常用渲染函数。",
5
5
  "scripts": {
6
6
  "build": "vite build"