@rnacanvas/draw.floating 3.1.1 → 3.1.2

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.
@@ -0,0 +1,16 @@
1
+ export declare class TriangleDefinition {
2
+ centerX: number;
3
+ centerY: number;
4
+ /**
5
+ * Make triangles upright by default.
6
+ */
7
+ direction: number;
8
+ width: number;
9
+ height: number;
10
+ tailsHeight: number;
11
+ /**
12
+ * Returns an SVG path definition.
13
+ */
14
+ toString(): string;
15
+ }
16
+ //# sourceMappingURL=TriangleDefinition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TriangleDefinition.d.ts","sourceRoot":"","sources":["../src/TriangleDefinition.ts"],"names":[],"mappings":"AAEA,qBAAa,kBAAkB;IAC7B,OAAO,SAAK;IACZ,OAAO,SAAK;IAEZ;;OAEG;IACH,SAAS,SAAgB;IAEzB,KAAK,SAAK;IACV,MAAM,SAAK;IAEX,WAAW,SAAK;IAEhB;;OAEG;IACH,QAAQ,IAAI,MAAM;CA6CnB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnacanvas/draw.floating",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Draw floating elements",
5
5
  "repository": {
6
6
  "type": "git",