@stackmango/graff 0.1.19 → 0.1.20

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/dist/js/index.js CHANGED
@@ -43326,6 +43326,7 @@ export {
43326
43326
  t6 as AssetsReducer,
43327
43327
  e6 as Connection,
43328
43328
  Uz as Context_Workspace,
43329
+ Et as CoordinateSystemUtils,
43329
43330
  Kz as Document,
43330
43331
  Gi as Draggable,
43331
43332
  Qz as Form,
@@ -8,4 +8,5 @@ export { Document } from './Document';
8
8
  export { Workspace } from './Workspace';
9
9
  export * from './Utils';
10
10
  export * from './type';
11
+ export { CoordinateSystemUtils } from '../../src/library/coordinateSystemUtils';
11
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,iBAAiB;;;;CAA0B,CAAC;AAElD,OAAO,EAAC,iBAAiB,EAAC,CAAA;AAC1B,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAA;AACnC,OAAO,EAAC,SAAS,EAAC,MAAM,aAAa,CAAA;AACrC,cAAc,SAAS,CAAA;AACvB,cAAc,QAAQ,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,iBAAiB;;;;CAA0B,CAAC;AAElD,OAAO,EAAC,iBAAiB,EAAC,CAAA;AAC1B,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAA;AACnC,OAAO,EAAC,SAAS,EAAC,MAAM,aAAa,CAAA;AACrC,cAAc,SAAS,CAAA;AACvB,cAAc,QAAQ,CAAA;AACtB,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackmango/graff",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "main": "./dist/js/index.cjs",
5
5
  "module": "./dist/js/index.js",
6
6
  "types": "./dist/types/components/index.d.ts",