Skip to content

Commit

Permalink
Deploying to gh-pages from @ 92a47fd 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Feb 14, 2025
1 parent bd19ca2 commit 4e9149c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions ove/assets/index-xZrlqhR0.js → ove/assets/index-DGoIbBEP.js
Original file line number Diff line number Diff line change
Expand Up @@ -147842,14 +147842,16 @@ const _Sequence = class _Sequence extends React$3.Component {
fivePrimeThreePrimeHints && /* @__PURE__ */ React$3.createElement(
"div",
{
className: `tg-${isReverse ? "left" : "right"}-prime-direction tg-prime-direction`
className: `tg-${isReverse ? "left" : "right"}-prime-direction tg-prime-direction`,
style: !isReverse ? { left: startOffset * charWidth2 + width } : void 0
},
"3'"
),
fivePrimeThreePrimeHints && /* @__PURE__ */ React$3.createElement(
"div",
{
className: `tg-${isReverse ? "right" : "left"}-prime-direction tg-prime-direction`
className: `tg-${isReverse ? "right" : "left"}-prime-direction tg-prime-direction`,
style: isReverse ? { left: startOffset * charWidth2 + width } : void 0
},
"5'"
),
Expand Down Expand Up @@ -152259,7 +152261,7 @@ function showFileDialog({ multiple = false, onSelect }) {
}
__name(showFileDialog, "showFileDialog");
const name = "@teselagen/ove";
const version = "0.7.21";
const version = "0.7.22";
const main = "./src/index.js";
const type = "module";
const exports$1 = {
Expand Down
2 changes: 1 addition & 1 deletion ove/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>ove demo</title>
<script type="module" crossorigin src="./assets/index-xZrlqhR0.js"></script>
<script type="module" crossorigin src="./assets/index-DGoIbBEP.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Cw7RKbwG.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion ove/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/ove",
"version": "0.7.21",
"version": "0.7.22",
"main": "./src/index.js",
"type": "module",
"exports": {
Expand Down

0 comments on commit 4e9149c

Please sign in to comment.