@mateuszjs/magic-render 0.1.0-next.36 → 0.1.0-next.37

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.
@@ -1,4 +1,5 @@
1
- import { ZigAsset } from 'types';
1
+ import { PointUV, ZigAsset } from 'types';
2
2
  import { ShapeData } from './collectShapesData';
3
+ export declare const DEFAULT_BOUNDS: PointUV[];
3
4
  export default function getShapesZigAssets(shapesData: ShapeData[], maxY?: number): ZigAsset[];
4
5
  //# sourceMappingURL=getShapesZigAssets.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"getShapesZigAssets.d.ts","sourceRoot":"","sources":["../../../src/svgToShapes/getShapesZigAssets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAChC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAK/C,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,EAAE,CAwB7F"}
1
+ {"version":3,"file":"getShapesZigAssets.d.ts","sourceRoot":"","sources":["../../../src/svgToShapes/getShapesZigAssets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAI/C,eAAO,MAAM,cAAc,EAAE,OAAO,EAKnC,CAAA;AAED,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,UAAU,EAAE,SAAS,EAAE,EAAE,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,EAAE,CAwB7F"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mateuszjs/magic-render",
3
3
  "description": "Initial version of visual editor",
4
- "version": "0.1.0-next.36",
4
+ "version": "0.1.0-next.37",
5
5
  "author": "Mateusz Walendzik",
6
6
  "engines": {
7
7
  "node": ">=20.8.1"
@@ -1,18 +0,0 @@
1
- import type { PointUV } from 'types';
2
- declare global {
3
- interface Window {
4
- DocumentTouch: any;
5
- msMaxTouchPoints: number;
6
- }
7
- interface Navigator {
8
- msMaxTouchPoints: number;
9
- }
10
- }
11
- export declare const isMobile: boolean;
12
- export declare const MINI_SIZE: number;
13
- export declare const MS_PER_PIXEL = 5;
14
- export declare const MS_PER_MINI: number;
15
- export declare const isTouchCapable: any;
16
- export declare const dpr: number;
17
- export declare const DEFAULT_BOUNDS: PointUV[];
18
- //# sourceMappingURL=consts.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"consts.d.ts","sourceRoot":"","sources":["../../src/consts.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAA;AAEpC,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,aAAa,EAAE,GAAG,CAAA;QAClB,gBAAgB,EAAE,MAAM,CAAA;KACzB;IAED,UAAU,SAAS;QACjB,gBAAgB,EAAE,MAAM,CAAA;KACzB;CACF;AAED,eAAO,MAAM,QAAQ,SAEpB,CAAA;AAED,eAAO,MAAM,SAAS,QAAsB,CAAA;AAC5C,eAAO,MAAM,YAAY,IAAI,CAAA;AAC7B,eAAO,MAAM,WAAW,QAA2B,CAAA;AAEnD,eAAO,MAAM,cAAc,KAIY,CAAA;AAEvC,eAAO,MAAM,GAAG,QAA0B,CAAA;AAE1C,eAAO,MAAM,cAAc,EAAE,OAAO,EAKnC,CAAA"}