@teselagen/ove 0.7.23 → 0.7.25
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/Menlo.ttf +0 -0
- package/Monaco.ttf +0 -0
- package/commands/index.d.ts +1 -1
- package/html2canvas.esm--JN4fLQL.mjs +7891 -0
- package/html2canvas.esm-B7d7VJmQ.js +7891 -0
- package/html2canvas.esm-BabtSl1E.cjs +7848 -0
- package/html2canvas.esm-ClY198IE.js +7848 -0
- package/html2canvas.esm-GLpiTZLt.cjs +7891 -0
- package/html2canvas.esm-GLpiTZLt.js +7891 -0
- package/html2canvas.esm-nFNn58sx.js +7891 -0
- package/html2canvas.esm-nFNn58sx.mjs +7891 -0
- package/index.cjs.js +15717 -16553
- package/index.d.ts +1 -0
- package/index.es.js +13727 -14563
- package/index.umd.js +15175 -16571
- package/package.json +4 -15
- package/src/commands/index.js +8 -13
- package/src/index.js +1 -0
package/Menlo.ttf
ADDED
|
Binary file
|
package/Monaco.ttf
ADDED
|
Binary file
|
package/commands/index.d.ts
CHANGED
|
@@ -273,7 +273,7 @@ export namespace commandDefs {
|
|
|
273
273
|
export { hotkey_9 as hotkey };
|
|
274
274
|
}
|
|
275
275
|
namespace createNewFromSubsequence {
|
|
276
|
-
|
|
276
|
+
export function name_10(props: any): "Create New AA Sequence From Selection" | "Create New Oligo From Selection" | "Create New DNA Sequence From Selection";
|
|
277
277
|
export { name_10 as name };
|
|
278
278
|
export function isDisabled_8(props: any): boolean;
|
|
279
279
|
export { isDisabled_8 as isDisabled };
|