@rnacanvas/draw.bases.bonds 14.0.1 → 14.0.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,13 @@
1
+ import type { SVGCommand } from 'svg-pathdata';
2
+ import { FinitePoint } from '@rnacanvas/points.oopified';
3
+ /**
4
+ * A segment that comes after at least one previous segment in an SVG path definition (for a curved bond).
5
+ */
6
+ export declare class TrailingSegment {
7
+ controlPoints: FinitePoint[];
8
+ readonly endPoint: FinitePoint;
9
+ static from(command: SVGCommand): TrailingSegment | never;
10
+ constructor(controlPoints: FinitePoint[], endPoint: FinitePoint);
11
+ toString(): string;
12
+ }
13
+ //# sourceMappingURL=TrailingSegment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TrailingSegment.d.ts","sourceRoot":"","sources":["../src/TrailingSegment.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAEzD;;GAEG;AACH,qBAAa,eAAe;IAyBP,aAAa,EAAE,WAAW,EAAE;IAAE,QAAQ,CAAC,QAAQ,EAAE,WAAW;IAxB/E,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,UAAU,GAAG,eAAe,GAAG,KAAK;gBAwBtC,aAAa,EAAE,WAAW,EAAE,EAAW,QAAQ,EAAE,WAAW;IAE/E,QAAQ,IAAI,MAAM;CAoBnB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnacanvas/draw.bases.bonds",
3
- "version": "14.0.1",
3
+ "version": "14.0.2",
4
4
  "description": "Draw bonds between bases",
5
5
  "repository": {
6
6
  "type": "git",