@rnacanvas/app-object 13.6.0 → 14.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.
@@ -0,0 +1,7 @@
1
+ /**
2
+ * An element in an RNAcanvas drawing.
3
+ */
4
+ export interface DrawingElement {
5
+ readonly domNode: SVGGraphicsElement;
6
+ }
7
+ //# sourceMappingURL=DrawingElement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DrawingElement.d.ts","sourceRoot":"","sources":["../src/DrawingElement.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,QAAQ,CAAC,OAAO,EAAE,kBAAkB,CAAC;CACtC"}
@@ -0,0 +1,4 @@
1
+ export interface SearchHighlighting {
2
+ remove(): void;
3
+ }
4
+ //# sourceMappingURL=SearchHighlighting.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchHighlighting.d.ts","sourceRoot":"","sources":["../src/SearchHighlighting.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,MAAM,IAAI,IAAI,CAAC;CAChB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnacanvas/app-object",
3
- "version": "13.6.0",
3
+ "version": "14.0.0",
4
4
  "description": "The RNAcanvas app object",
5
5
  "repository": {
6
6
  "type": "git",