amotify 0.2.191 → 0.2.192

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.
@@ -38,5 +38,6 @@ declare namespace Table {
38
38
  export import Data = _Data;
39
39
  export import Drag = _Drag;
40
40
  export import Parts = _TableParts;
41
+ export import Types = TableTypes;
41
42
  }
42
43
  export { Table, Table as default };
@@ -1 +1 @@
1
- import"../../chunk-C5N2D3ZX.js";import o from"./Parts";import r from"./Normal";import a from"./Drag";import l from"./Data";var t;(e=>(e.Normal=r,e.Data=l,e.Drag=a,e.Parts=o))(t||(t={}));export{t as Table,t as default};
1
+ import"../../chunk-C5N2D3ZX.js";import o from"./Parts";import r from"./Normal";import a from"./Drag";import p from"./Data";var t;(e=>(e.Normal=r,e.Data=p,e.Drag=a,e.Parts=o,e.Types=TableTypes))(t||(t={}));export{t as Table,t as default};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amotify",
3
- "version": "0.2.191",
3
+ "version": "0.2.192",
4
4
  "description": "UI Component for React,NextJS,esbuild",
5
5
  "scripts": {
6
6
  "start": "run-p clean build:*",