@teselagen/ove 0.7.21 → 0.7.22
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/index.cjs.js +5 -3
- package/index.es.js +5 -3
- package/index.umd.js +5 -3
- package/package.json +1 -1
- package/src/RowItem/Sequence.js +6 -0
package/index.cjs.js
CHANGED
|
@@ -118642,14 +118642,16 @@ const _Sequence = class _Sequence extends React$3.Component {
|
|
|
118642
118642
|
fivePrimeThreePrimeHints && /* @__PURE__ */ React$3.createElement(
|
|
118643
118643
|
"div",
|
|
118644
118644
|
{
|
|
118645
|
-
className: `tg-${isReverse ? "left" : "right"}-prime-direction tg-prime-direction
|
|
118645
|
+
className: `tg-${isReverse ? "left" : "right"}-prime-direction tg-prime-direction`,
|
|
118646
|
+
style: !isReverse ? { left: startOffset * charWidth2 + width } : void 0
|
|
118646
118647
|
},
|
|
118647
118648
|
"3'"
|
|
118648
118649
|
),
|
|
118649
118650
|
fivePrimeThreePrimeHints && /* @__PURE__ */ React$3.createElement(
|
|
118650
118651
|
"div",
|
|
118651
118652
|
{
|
|
118652
|
-
className: `tg-${isReverse ? "right" : "left"}-prime-direction tg-prime-direction
|
|
118653
|
+
className: `tg-${isReverse ? "right" : "left"}-prime-direction tg-prime-direction`,
|
|
118654
|
+
style: isReverse ? { left: startOffset * charWidth2 + width } : void 0
|
|
118653
118655
|
},
|
|
118654
118656
|
"5'"
|
|
118655
118657
|
),
|
|
@@ -123057,7 +123059,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
123057
123059
|
}
|
|
123058
123060
|
__name(showFileDialog, "showFileDialog");
|
|
123059
123061
|
const name = "@teselagen/ove";
|
|
123060
|
-
const version = "0.7.
|
|
123062
|
+
const version = "0.7.21";
|
|
123061
123063
|
const main = "./src/index.js";
|
|
123062
123064
|
const type = "module";
|
|
123063
123065
|
const exports$1 = {
|
package/index.es.js
CHANGED
|
@@ -118624,14 +118624,16 @@ const _Sequence = class _Sequence extends React__default$1.Component {
|
|
|
118624
118624
|
fivePrimeThreePrimeHints && /* @__PURE__ */ React__default$1.createElement(
|
|
118625
118625
|
"div",
|
|
118626
118626
|
{
|
|
118627
|
-
className: `tg-${isReverse ? "left" : "right"}-prime-direction tg-prime-direction
|
|
118627
|
+
className: `tg-${isReverse ? "left" : "right"}-prime-direction tg-prime-direction`,
|
|
118628
|
+
style: !isReverse ? { left: startOffset * charWidth2 + width } : void 0
|
|
118628
118629
|
},
|
|
118629
118630
|
"3'"
|
|
118630
118631
|
),
|
|
118631
118632
|
fivePrimeThreePrimeHints && /* @__PURE__ */ React__default$1.createElement(
|
|
118632
118633
|
"div",
|
|
118633
118634
|
{
|
|
118634
|
-
className: `tg-${isReverse ? "right" : "left"}-prime-direction tg-prime-direction
|
|
118635
|
+
className: `tg-${isReverse ? "right" : "left"}-prime-direction tg-prime-direction`,
|
|
118636
|
+
style: isReverse ? { left: startOffset * charWidth2 + width } : void 0
|
|
118635
118637
|
},
|
|
118636
118638
|
"5'"
|
|
118637
118639
|
),
|
|
@@ -123039,7 +123041,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
123039
123041
|
}
|
|
123040
123042
|
__name(showFileDialog, "showFileDialog");
|
|
123041
123043
|
const name = "@teselagen/ove";
|
|
123042
|
-
const version = "0.7.
|
|
123044
|
+
const version = "0.7.21";
|
|
123043
123045
|
const main = "./src/index.js";
|
|
123044
123046
|
const type = "module";
|
|
123045
123047
|
const exports$1 = {
|
package/index.umd.js
CHANGED
|
@@ -146553,14 +146553,16 @@ ${seq.sequence}
|
|
|
146553
146553
|
fivePrimeThreePrimeHints && /* @__PURE__ */ React$5.createElement(
|
|
146554
146554
|
"div",
|
|
146555
146555
|
{
|
|
146556
|
-
className: `tg-${isReverse ? "left" : "right"}-prime-direction tg-prime-direction
|
|
146556
|
+
className: `tg-${isReverse ? "left" : "right"}-prime-direction tg-prime-direction`,
|
|
146557
|
+
style: !isReverse ? { left: startOffset * charWidth2 + width } : void 0
|
|
146557
146558
|
},
|
|
146558
146559
|
"3'"
|
|
146559
146560
|
),
|
|
146560
146561
|
fivePrimeThreePrimeHints && /* @__PURE__ */ React$5.createElement(
|
|
146561
146562
|
"div",
|
|
146562
146563
|
{
|
|
146563
|
-
className: `tg-${isReverse ? "right" : "left"}-prime-direction tg-prime-direction
|
|
146564
|
+
className: `tg-${isReverse ? "right" : "left"}-prime-direction tg-prime-direction`,
|
|
146565
|
+
style: isReverse ? { left: startOffset * charWidth2 + width } : void 0
|
|
146564
146566
|
},
|
|
146565
146567
|
"5'"
|
|
146566
146568
|
),
|
|
@@ -150934,7 +150936,7 @@ Part of ${annotation.translationType} Translation from BPs ${annotation.start +
|
|
|
150934
150936
|
}
|
|
150935
150937
|
__name(showFileDialog, "showFileDialog");
|
|
150936
150938
|
const name = "@teselagen/ove";
|
|
150937
|
-
const version = "0.7.
|
|
150939
|
+
const version = "0.7.21";
|
|
150938
150940
|
const main = "./src/index.js";
|
|
150939
150941
|
const type = "module";
|
|
150940
150942
|
const exports$1 = {
|
package/package.json
CHANGED
package/src/RowItem/Sequence.js
CHANGED
|
@@ -154,6 +154,9 @@ class Sequence extends React.Component {
|
|
|
154
154
|
className={`tg-${
|
|
155
155
|
isReverse ? "left" : "right"
|
|
156
156
|
}-prime-direction tg-prime-direction`}
|
|
157
|
+
style={
|
|
158
|
+
!isReverse ? { left: startOffset * charWidth + width } : undefined
|
|
159
|
+
}
|
|
157
160
|
>
|
|
158
161
|
3'
|
|
159
162
|
</div>
|
|
@@ -163,6 +166,9 @@ class Sequence extends React.Component {
|
|
|
163
166
|
className={`tg-${
|
|
164
167
|
isReverse ? "right" : "left"
|
|
165
168
|
}-prime-direction tg-prime-direction`}
|
|
169
|
+
style={
|
|
170
|
+
isReverse ? { left: startOffset * charWidth + width } : undefined
|
|
171
|
+
}
|
|
166
172
|
>
|
|
167
173
|
5'
|
|
168
174
|
</div>
|