@rnacanvas/forms.edit 11.0.0 → 12.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnacanvas/forms.edit",
3
- "version": "11.0.0",
3
+ "version": "12.0.0",
4
4
  "description": "The Editing form",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,6 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@rnacanvas/consensize": "^2.1.0",
33
+ "@rnacanvas/draw.bases": "^9.2.1",
33
34
  "@rnacanvas/draw.svg": "^3.6.0",
34
35
  "@rnacanvas/forms": "^2.1.0",
35
36
  "@rnacanvas/tooltips": "^1.2.0",
@@ -1,15 +0,0 @@
1
- /**
2
- * The nucleobase interface used by the Editing form.
3
- */
4
- export interface Nucleobase {
5
- readonly domNode: SVGTextElement;
6
- getAttribute(name: string): string | null;
7
- setAttribute(name: string, value: string): void;
8
- textContent: string | null;
9
- /**
10
- * A method that will restore the center point of the nucleobase
11
- * after calling the provided callback function (that edits the base).
12
- */
13
- maintainingCenterPoint(callbackFn: () => void): void;
14
- }
15
- //# sourceMappingURL=Nucleobase.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Nucleobase.d.ts","sourceRoot":"","sources":["../src/Nucleobase.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,QAAQ,CAAC,OAAO,EAAE,cAAc,CAAC;IAEjC,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IAE1C,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAEhD,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;;OAGG;IACH,sBAAsB,CAAC,UAAU,EAAE,MAAM,IAAI,GAAG,IAAI,CAAC;CACtD"}