@jbrowse/plugin-linear-genome-view 2.3.4 → 2.4.1

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.
Files changed (271) hide show
  1. package/dist/BaseLinearDisplay/components/BaseLinearDisplay.d.ts +2 -3
  2. package/dist/BaseLinearDisplay/components/BaseLinearDisplay.js +4 -4
  3. package/dist/BaseLinearDisplay/components/BaseLinearDisplay.js.map +1 -1
  4. package/dist/BaseLinearDisplay/components/Block.js +1 -1
  5. package/dist/BaseLinearDisplay/components/Block.js.map +1 -1
  6. package/dist/BaseLinearDisplay/components/ServerSideRenderedBlockContent.js +11 -11
  7. package/dist/BaseLinearDisplay/components/ServerSideRenderedBlockContent.js.map +1 -1
  8. package/dist/BaseLinearDisplay/models/BaseLinearDisplayModel.d.ts +82 -7
  9. package/dist/BaseLinearDisplay/models/BaseLinearDisplayModel.js +43 -28
  10. package/dist/BaseLinearDisplay/models/BaseLinearDisplayModel.js.map +1 -1
  11. package/dist/BaseLinearDisplay/models/configSchema.js +8 -0
  12. package/dist/BaseLinearDisplay/models/configSchema.js.map +1 -1
  13. package/dist/BaseLinearDisplay/models/serverSideRenderedBlock.d.ts +1 -1
  14. package/dist/BaseLinearDisplay/models/serverSideRenderedBlock.js +9 -5
  15. package/dist/BaseLinearDisplay/models/serverSideRenderedBlock.js.map +1 -1
  16. package/dist/BaseLinearDisplay/models/util.js +2 -2
  17. package/dist/BaseLinearDisplay/models/util.js.map +1 -1
  18. package/dist/LaunchLinearGenomeView/index.js +1 -1
  19. package/dist/LaunchLinearGenomeView/index.js.map +1 -1
  20. package/dist/LinearBareDisplay/index.d.ts +2 -3
  21. package/dist/LinearBareDisplay/index.js +4 -2
  22. package/dist/LinearBareDisplay/index.js.map +1 -1
  23. package/dist/LinearBareDisplay/model.d.ts +61 -3
  24. package/dist/LinearBasicDisplay/index.d.ts +2 -3
  25. package/dist/LinearBasicDisplay/index.js +4 -2
  26. package/dist/LinearBasicDisplay/index.js.map +1 -1
  27. package/dist/LinearBasicDisplay/model.d.ts +82 -14
  28. package/dist/LinearGenomeView/components/CenterLine.js +2 -2
  29. package/dist/LinearGenomeView/components/CenterLine.js.map +1 -1
  30. package/dist/LinearGenomeView/components/Cytobands.d.ts +118 -0
  31. package/dist/LinearGenomeView/components/Cytobands.js +92 -0
  32. package/dist/LinearGenomeView/components/Cytobands.js.map +1 -0
  33. package/dist/LinearGenomeView/components/ExportSvgDialog.d.ts +1 -1
  34. package/dist/LinearGenomeView/components/ExportSvgDialog.js +24 -3
  35. package/dist/LinearGenomeView/components/ExportSvgDialog.js.map +1 -1
  36. package/dist/LinearGenomeView/components/Gridlines.js +1 -1
  37. package/dist/LinearGenomeView/components/Gridlines.js.map +1 -1
  38. package/dist/LinearGenomeView/components/Header.js +3 -4
  39. package/dist/LinearGenomeView/components/Header.js.map +1 -1
  40. package/dist/LinearGenomeView/components/ImportForm.d.ts +2 -2
  41. package/dist/LinearGenomeView/components/ImportForm.js +15 -19
  42. package/dist/LinearGenomeView/components/ImportForm.js.map +1 -1
  43. package/dist/LinearGenomeView/components/LinearGenomeView.js +1 -1
  44. package/dist/LinearGenomeView/components/MiniControls.js +5 -4
  45. package/dist/LinearGenomeView/components/MiniControls.js.map +1 -1
  46. package/dist/LinearGenomeView/components/OverviewRubberband.d.ts +3 -4
  47. package/dist/LinearGenomeView/components/OverviewRubberband.js +8 -11
  48. package/dist/LinearGenomeView/components/OverviewRubberband.js.map +1 -1
  49. package/dist/LinearGenomeView/components/OverviewScalebar.d.ts +4 -119
  50. package/dist/LinearGenomeView/components/OverviewScalebar.js +19 -103
  51. package/dist/LinearGenomeView/components/OverviewScalebar.js.map +1 -1
  52. package/dist/LinearGenomeView/components/RefNameAutocomplete.d.ts +2 -1
  53. package/dist/LinearGenomeView/components/RefNameAutocomplete.js +35 -31
  54. package/dist/LinearGenomeView/components/RefNameAutocomplete.js.map +1 -1
  55. package/dist/LinearGenomeView/components/RubberbandSpan.d.ts +2 -2
  56. package/dist/LinearGenomeView/components/RubberbandSpan.js +4 -18
  57. package/dist/LinearGenomeView/components/RubberbandSpan.js.map +1 -1
  58. package/dist/LinearGenomeView/components/SearchBox.js +3 -3
  59. package/dist/LinearGenomeView/components/SearchBox.js.map +1 -1
  60. package/dist/LinearGenomeView/components/TrackLabel.js +6 -7
  61. package/dist/LinearGenomeView/components/TrackLabel.js.map +1 -1
  62. package/dist/LinearGenomeView/components/TracksContainer.d.ts +2 -3
  63. package/dist/LinearGenomeView/components/TracksContainer.js +9 -8
  64. package/dist/LinearGenomeView/components/TracksContainer.js.map +1 -1
  65. package/dist/LinearGenomeView/components/ZoomControls.js +5 -4
  66. package/dist/LinearGenomeView/components/ZoomControls.js.map +1 -1
  67. package/dist/LinearGenomeView/components/hooks.d.ts +6 -1
  68. package/dist/LinearGenomeView/components/hooks.js +1 -1
  69. package/dist/LinearGenomeView/components/hooks.js.map +1 -1
  70. package/dist/LinearGenomeView/components/util.d.ts +6 -0
  71. package/dist/LinearGenomeView/components/util.js +11 -1
  72. package/dist/LinearGenomeView/components/util.js.map +1 -1
  73. package/dist/LinearGenomeView/index.js +8 -6
  74. package/dist/LinearGenomeView/index.js.map +1 -1
  75. package/dist/LinearGenomeView/model.d.ts +18 -12
  76. package/dist/LinearGenomeView/model.js +31 -34
  77. package/dist/LinearGenomeView/model.js.map +1 -1
  78. package/dist/LinearGenomeView/svgcomponents/SVGBackground.d.ts +6 -0
  79. package/dist/LinearGenomeView/svgcomponents/SVGBackground.js +13 -0
  80. package/dist/LinearGenomeView/svgcomponents/SVGBackground.js.map +1 -0
  81. package/dist/LinearGenomeView/svgcomponents/SVGHeader.d.ts +10 -0
  82. package/dist/LinearGenomeView/svgcomponents/SVGHeader.js +55 -0
  83. package/dist/LinearGenomeView/svgcomponents/SVGHeader.js.map +1 -0
  84. package/dist/LinearGenomeView/svgcomponents/SVGLinearGenomeView.d.ts +12 -0
  85. package/dist/LinearGenomeView/svgcomponents/SVGLinearGenomeView.js +57 -0
  86. package/dist/LinearGenomeView/svgcomponents/SVGLinearGenomeView.js.map +1 -0
  87. package/dist/LinearGenomeView/svgcomponents/SVGRegionSeparators.d.ts +8 -0
  88. package/dist/LinearGenomeView/svgcomponents/SVGRegionSeparators.js +13 -0
  89. package/dist/LinearGenomeView/svgcomponents/SVGRegionSeparators.js.map +1 -0
  90. package/dist/LinearGenomeView/svgcomponents/SVGRuler.d.ts +8 -0
  91. package/dist/LinearGenomeView/svgcomponents/SVGRuler.js +51 -0
  92. package/dist/LinearGenomeView/svgcomponents/SVGRuler.js.map +1 -0
  93. package/dist/LinearGenomeView/svgcomponents/SVGScalebar.d.ts +8 -0
  94. package/dist/LinearGenomeView/svgcomponents/SVGScalebar.js +22 -0
  95. package/dist/LinearGenomeView/svgcomponents/SVGScalebar.js.map +1 -0
  96. package/dist/LinearGenomeView/svgcomponents/SVGTrackLabel.d.ts +8 -0
  97. package/dist/LinearGenomeView/svgcomponents/SVGTrackLabel.js +16 -0
  98. package/dist/LinearGenomeView/svgcomponents/SVGTrackLabel.js.map +1 -0
  99. package/dist/LinearGenomeView/svgcomponents/SVGTracks.d.ts +23 -0
  100. package/dist/LinearGenomeView/svgcomponents/SVGTracks.js +30 -0
  101. package/dist/LinearGenomeView/svgcomponents/SVGTracks.js.map +1 -0
  102. package/dist/LinearGenomeView/util.js +2 -2
  103. package/dist/LinearGenomeView/util.js.map +1 -1
  104. package/dist/index.d.ts +157 -44
  105. package/dist/index.js +21 -13
  106. package/dist/index.js.map +1 -1
  107. package/esm/BaseLinearDisplay/components/BaseLinearDisplay.d.ts +2 -3
  108. package/esm/BaseLinearDisplay/components/BaseLinearDisplay.js +2 -3
  109. package/esm/BaseLinearDisplay/components/BaseLinearDisplay.js.map +1 -1
  110. package/esm/BaseLinearDisplay/components/Block.js +1 -1
  111. package/esm/BaseLinearDisplay/components/Block.js.map +1 -1
  112. package/esm/BaseLinearDisplay/components/ServerSideRenderedBlockContent.js +11 -11
  113. package/esm/BaseLinearDisplay/components/ServerSideRenderedBlockContent.js.map +1 -1
  114. package/esm/BaseLinearDisplay/models/BaseLinearDisplayModel.d.ts +82 -7
  115. package/esm/BaseLinearDisplay/models/BaseLinearDisplayModel.js +44 -29
  116. package/esm/BaseLinearDisplay/models/BaseLinearDisplayModel.js.map +1 -1
  117. package/esm/BaseLinearDisplay/models/configSchema.js +8 -0
  118. package/esm/BaseLinearDisplay/models/configSchema.js.map +1 -1
  119. package/esm/BaseLinearDisplay/models/serverSideRenderedBlock.d.ts +1 -1
  120. package/esm/BaseLinearDisplay/models/serverSideRenderedBlock.js +9 -5
  121. package/esm/BaseLinearDisplay/models/serverSideRenderedBlock.js.map +1 -1
  122. package/esm/BaseLinearDisplay/models/util.js +2 -2
  123. package/esm/BaseLinearDisplay/models/util.js.map +1 -1
  124. package/esm/LaunchLinearGenomeView/index.js +1 -1
  125. package/esm/LaunchLinearGenomeView/index.js.map +1 -1
  126. package/esm/LinearBareDisplay/index.d.ts +2 -3
  127. package/esm/LinearBareDisplay/index.js +2 -1
  128. package/esm/LinearBareDisplay/index.js.map +1 -1
  129. package/esm/LinearBareDisplay/model.d.ts +61 -3
  130. package/esm/LinearBasicDisplay/index.d.ts +2 -3
  131. package/esm/LinearBasicDisplay/index.js +2 -1
  132. package/esm/LinearBasicDisplay/index.js.map +1 -1
  133. package/esm/LinearBasicDisplay/model.d.ts +82 -14
  134. package/esm/LinearGenomeView/components/CenterLine.js +2 -2
  135. package/esm/LinearGenomeView/components/CenterLine.js.map +1 -1
  136. package/esm/LinearGenomeView/components/Cytobands.d.ts +118 -0
  137. package/esm/LinearGenomeView/components/Cytobands.js +87 -0
  138. package/esm/LinearGenomeView/components/Cytobands.js.map +1 -0
  139. package/esm/LinearGenomeView/components/ExportSvgDialog.d.ts +1 -1
  140. package/esm/LinearGenomeView/components/ExportSvgDialog.js +25 -4
  141. package/esm/LinearGenomeView/components/ExportSvgDialog.js.map +1 -1
  142. package/esm/LinearGenomeView/components/Gridlines.js +1 -1
  143. package/esm/LinearGenomeView/components/Gridlines.js.map +1 -1
  144. package/esm/LinearGenomeView/components/Header.js +5 -6
  145. package/esm/LinearGenomeView/components/Header.js.map +1 -1
  146. package/esm/LinearGenomeView/components/ImportForm.d.ts +2 -2
  147. package/esm/LinearGenomeView/components/ImportForm.js +16 -20
  148. package/esm/LinearGenomeView/components/ImportForm.js.map +1 -1
  149. package/esm/LinearGenomeView/components/LinearGenomeView.js +1 -1
  150. package/esm/LinearGenomeView/components/MiniControls.js +5 -4
  151. package/esm/LinearGenomeView/components/MiniControls.js.map +1 -1
  152. package/esm/LinearGenomeView/components/OverviewRubberband.d.ts +3 -4
  153. package/esm/LinearGenomeView/components/OverviewRubberband.js +8 -11
  154. package/esm/LinearGenomeView/components/OverviewRubberband.js.map +1 -1
  155. package/esm/LinearGenomeView/components/OverviewScalebar.d.ts +4 -119
  156. package/esm/LinearGenomeView/components/OverviewScalebar.js +16 -100
  157. package/esm/LinearGenomeView/components/OverviewScalebar.js.map +1 -1
  158. package/esm/LinearGenomeView/components/RefNameAutocomplete.d.ts +2 -1
  159. package/esm/LinearGenomeView/components/RefNameAutocomplete.js +36 -32
  160. package/esm/LinearGenomeView/components/RefNameAutocomplete.js.map +1 -1
  161. package/esm/LinearGenomeView/components/RubberbandSpan.d.ts +2 -2
  162. package/esm/LinearGenomeView/components/RubberbandSpan.js +5 -20
  163. package/esm/LinearGenomeView/components/RubberbandSpan.js.map +1 -1
  164. package/esm/LinearGenomeView/components/SearchBox.js +3 -3
  165. package/esm/LinearGenomeView/components/SearchBox.js.map +1 -1
  166. package/esm/LinearGenomeView/components/TrackLabel.js +6 -7
  167. package/esm/LinearGenomeView/components/TrackLabel.js.map +1 -1
  168. package/esm/LinearGenomeView/components/TracksContainer.d.ts +2 -3
  169. package/esm/LinearGenomeView/components/TracksContainer.js +9 -8
  170. package/esm/LinearGenomeView/components/TracksContainer.js.map +1 -1
  171. package/esm/LinearGenomeView/components/ZoomControls.js +5 -4
  172. package/esm/LinearGenomeView/components/ZoomControls.js.map +1 -1
  173. package/esm/LinearGenomeView/components/hooks.d.ts +6 -1
  174. package/esm/LinearGenomeView/components/hooks.js +1 -1
  175. package/esm/LinearGenomeView/components/hooks.js.map +1 -1
  176. package/esm/LinearGenomeView/components/util.d.ts +6 -0
  177. package/esm/LinearGenomeView/components/util.js +9 -0
  178. package/esm/LinearGenomeView/components/util.js.map +1 -1
  179. package/esm/LinearGenomeView/index.js +8 -6
  180. package/esm/LinearGenomeView/index.js.map +1 -1
  181. package/esm/LinearGenomeView/model.d.ts +18 -12
  182. package/esm/LinearGenomeView/model.js +24 -28
  183. package/esm/LinearGenomeView/model.js.map +1 -1
  184. package/esm/LinearGenomeView/svgcomponents/SVGBackground.d.ts +6 -0
  185. package/esm/LinearGenomeView/svgcomponents/SVGBackground.js +7 -0
  186. package/esm/LinearGenomeView/svgcomponents/SVGBackground.js.map +1 -0
  187. package/esm/LinearGenomeView/svgcomponents/SVGHeader.d.ts +10 -0
  188. package/esm/LinearGenomeView/svgcomponents/SVGHeader.js +49 -0
  189. package/esm/LinearGenomeView/svgcomponents/SVGHeader.js.map +1 -0
  190. package/esm/LinearGenomeView/svgcomponents/SVGLinearGenomeView.d.ts +12 -0
  191. package/esm/LinearGenomeView/svgcomponents/SVGLinearGenomeView.js +47 -0
  192. package/esm/LinearGenomeView/svgcomponents/SVGLinearGenomeView.js.map +1 -0
  193. package/esm/LinearGenomeView/svgcomponents/SVGRegionSeparators.d.ts +8 -0
  194. package/esm/LinearGenomeView/svgcomponents/SVGRegionSeparators.js +7 -0
  195. package/esm/LinearGenomeView/svgcomponents/SVGRegionSeparators.js.map +1 -0
  196. package/esm/LinearGenomeView/svgcomponents/SVGRuler.d.ts +8 -0
  197. package/esm/LinearGenomeView/svgcomponents/SVGRuler.js +45 -0
  198. package/esm/LinearGenomeView/svgcomponents/SVGRuler.js.map +1 -0
  199. package/esm/LinearGenomeView/svgcomponents/SVGScalebar.d.ts +8 -0
  200. package/esm/LinearGenomeView/svgcomponents/SVGScalebar.js +16 -0
  201. package/esm/LinearGenomeView/svgcomponents/SVGScalebar.js.map +1 -0
  202. package/esm/LinearGenomeView/svgcomponents/SVGTrackLabel.d.ts +8 -0
  203. package/esm/LinearGenomeView/svgcomponents/SVGTrackLabel.js +10 -0
  204. package/esm/LinearGenomeView/svgcomponents/SVGTrackLabel.js.map +1 -0
  205. package/esm/LinearGenomeView/svgcomponents/SVGTracks.d.ts +23 -0
  206. package/esm/LinearGenomeView/svgcomponents/SVGTracks.js +24 -0
  207. package/esm/LinearGenomeView/svgcomponents/SVGTracks.js.map +1 -0
  208. package/esm/LinearGenomeView/util.js +2 -2
  209. package/esm/LinearGenomeView/util.js.map +1 -1
  210. package/esm/index.d.ts +157 -44
  211. package/esm/index.js +9 -5
  212. package/esm/index.js.map +1 -1
  213. package/package.json +3 -3
  214. package/src/BaseLinearDisplay/components/BaseLinearDisplay.tsx +4 -3
  215. package/src/BaseLinearDisplay/components/Block.tsx +1 -1
  216. package/src/BaseLinearDisplay/components/ServerSideRenderedBlockContent.tsx +11 -12
  217. package/src/BaseLinearDisplay/models/BaseLinearDisplayModel.tsx +55 -40
  218. package/src/BaseLinearDisplay/models/configSchema.ts +8 -0
  219. package/src/BaseLinearDisplay/models/serverSideRenderedBlock.ts +15 -22
  220. package/src/BaseLinearDisplay/models/util.ts +2 -2
  221. package/src/LaunchLinearGenomeView/index.ts +1 -1
  222. package/src/LinearBareDisplay/index.ts +2 -1
  223. package/src/LinearBasicDisplay/index.ts +2 -1
  224. package/src/LinearGenomeView/components/CenterLine.tsx +2 -2
  225. package/src/LinearGenomeView/components/Cytobands.tsx +154 -0
  226. package/src/LinearGenomeView/components/ExportSvgDialog.tsx +56 -4
  227. package/src/LinearGenomeView/components/Gridlines.tsx +1 -1
  228. package/src/LinearGenomeView/components/Header.tsx +6 -13
  229. package/src/LinearGenomeView/components/ImportForm.tsx +17 -26
  230. package/src/LinearGenomeView/components/LinearGenomeView.test.tsx +8 -11
  231. package/src/LinearGenomeView/components/LinearGenomeView.tsx +1 -1
  232. package/src/LinearGenomeView/components/MiniControls.tsx +6 -7
  233. package/src/LinearGenomeView/components/OverviewRubberband.tsx +40 -49
  234. package/src/LinearGenomeView/components/OverviewScalebar.tsx +222 -385
  235. package/src/LinearGenomeView/components/RefNameAutocomplete.tsx +50 -48
  236. package/src/LinearGenomeView/components/RubberbandSpan.tsx +8 -25
  237. package/src/LinearGenomeView/components/SearchBox.tsx +3 -2
  238. package/src/LinearGenomeView/components/TrackLabel.tsx +76 -76
  239. package/src/LinearGenomeView/components/TracksContainer.tsx +8 -8
  240. package/src/LinearGenomeView/components/ZoomControls.tsx +3 -4
  241. package/src/LinearGenomeView/components/__snapshots__/LinearGenomeView.test.tsx.snap +1230 -1200
  242. package/src/LinearGenomeView/components/hooks.ts +7 -1
  243. package/src/LinearGenomeView/components/util.ts +13 -0
  244. package/src/LinearGenomeView/index.test.ts +12 -13
  245. package/src/LinearGenomeView/index.ts +8 -9
  246. package/src/LinearGenomeView/model.ts +41 -36
  247. package/src/LinearGenomeView/svgcomponents/SVGBackground.tsx +21 -0
  248. package/src/LinearGenomeView/svgcomponents/SVGHeader.tsx +93 -0
  249. package/src/LinearGenomeView/svgcomponents/SVGLinearGenomeView.tsx +114 -0
  250. package/src/LinearGenomeView/svgcomponents/SVGRegionSeparators.tsx +31 -0
  251. package/src/LinearGenomeView/svgcomponents/SVGRuler.tsx +125 -0
  252. package/src/LinearGenomeView/svgcomponents/SVGScalebar.tsx +57 -0
  253. package/src/LinearGenomeView/svgcomponents/SVGTrackLabel.tsx +47 -0
  254. package/src/LinearGenomeView/svgcomponents/SVGTracks.tsx +67 -0
  255. package/src/LinearGenomeView/util.test.ts +7 -4
  256. package/src/LinearGenomeView/util.ts +3 -3
  257. package/src/index.ts +22 -23
  258. package/dist/LinearGenomeView/components/LinearGenomeViewSvg.d.ts +0 -4
  259. package/dist/LinearGenomeView/components/LinearGenomeViewSvg.js +0 -141
  260. package/dist/LinearGenomeView/components/LinearGenomeViewSvg.js.map +0 -1
  261. package/dist/LinearGenomeView/components/Ruler.d.ts +0 -11
  262. package/dist/LinearGenomeView/components/Ruler.js +0 -39
  263. package/dist/LinearGenomeView/components/Ruler.js.map +0 -1
  264. package/esm/LinearGenomeView/components/LinearGenomeViewSvg.d.ts +0 -4
  265. package/esm/LinearGenomeView/components/LinearGenomeViewSvg.js +0 -134
  266. package/esm/LinearGenomeView/components/LinearGenomeViewSvg.js.map +0 -1
  267. package/esm/LinearGenomeView/components/Ruler.d.ts +0 -11
  268. package/esm/LinearGenomeView/components/Ruler.js +0 -34
  269. package/esm/LinearGenomeView/components/Ruler.js.map +0 -1
  270. package/src/LinearGenomeView/components/LinearGenomeViewSvg.tsx +0 -307
  271. package/src/LinearGenomeView/components/Ruler.tsx +0 -78
@@ -1,519 +1,407 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`renders one track, one region 1`] = `
4
- <div
5
- style="position: relative;"
6
- >
7
- <div>
8
- <div
9
- style="position: relative;"
10
- >
4
+ <div>
5
+ <div
6
+ style="position: relative;"
7
+ >
8
+ <div>
11
9
  <div
12
- class="css-dznme2-rubberbandControl"
13
- role="presentation"
10
+ style="position: relative;"
14
11
  >
15
12
  <div
16
- class="css-16vhz0m-scalebar"
13
+ class="css-dznme2-rubberbandControl"
17
14
  >
18
15
  <div
19
- class="css-den3n5-scalebarVisibleRegion"
20
- style="width: 800px; left: 0px; background: rgba(66, 165, 245, 0.3); border-color: #42a5f5;"
21
- />
22
- <div
23
- class="css-osn2dd-scalebarContig"
24
- style="width: 0px; left: 0px; background-color: rgb(153, 153, 153);"
25
- />
26
- <div>
27
- <p
28
- class="MuiTypography-root MuiTypography-body1 css-1hokke9-MuiTypography-root-scalebarRefName"
29
- style="left: 3px; color: rgb(153, 102, 0);"
30
- >
31
- ctgA
32
- </p>
16
+ class="css-16vhz0m-scalebar"
17
+ >
33
18
  <div
34
- class="css-c4j89u-scalebarContig-scalebarContigForward-scalebarBorder"
35
- style="left: 0px; width: 800px; border-color: rgb(153, 102, 0);"
36
- >
37
- <p
38
- class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
39
- style="left: 160px; pointer-events: none; color: rgb(153, 102, 0);"
40
- >
41
- 20
42
- </p>
43
- <p
44
- class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
45
- style="left: 320px; pointer-events: none; color: rgb(153, 102, 0);"
46
- >
47
- 40
48
- </p>
49
- <p
50
- class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
51
- style="left: 480px; pointer-events: none; color: rgb(153, 102, 0);"
52
- >
53
- 60
54
- </p>
19
+ class="css-den3n5-scalebarVisibleRegion"
20
+ style="width: 800px; left: 0px; background: rgba(66, 165, 245, 0.3); border-color: #42a5f5;"
21
+ />
22
+ <div
23
+ class="css-2jeg0a-scalebarContig"
24
+ style="width: 0px; left: 0px; background-color: rgb(153, 153, 153);"
25
+ />
26
+ <div>
55
27
  <p
56
- class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
57
- style="left: 640px; pointer-events: none; color: rgb(153, 102, 0);"
28
+ class="MuiTypography-root MuiTypography-body1 css-1hokke9-MuiTypography-root-scalebarRefName"
29
+ style="left: 3px; color: rgb(153, 102, 0);"
58
30
  >
59
- 80
31
+ ctgA
60
32
  </p>
61
- <p
62
- class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
63
- style="left: 800px; pointer-events: none; color: rgb(153, 102, 0);"
33
+ <div
34
+ class="css-rtx9ov-scalebarContig-scalebarContigForward-scalebarBorder"
35
+ style="left: 0px; width: 800px; border-color: rgb(153, 102, 0);"
64
36
  >
65
- 100
66
- </p>
37
+ <p
38
+ class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
39
+ style="left: 160px; pointer-events: none; color: rgb(153, 102, 0);"
40
+ >
41
+ 20
42
+ </p>
43
+ <p
44
+ class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
45
+ style="left: 320px; pointer-events: none; color: rgb(153, 102, 0);"
46
+ >
47
+ 40
48
+ </p>
49
+ <p
50
+ class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
51
+ style="left: 480px; pointer-events: none; color: rgb(153, 102, 0);"
52
+ >
53
+ 60
54
+ </p>
55
+ <p
56
+ class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
57
+ style="left: 640px; pointer-events: none; color: rgb(153, 102, 0);"
58
+ >
59
+ 80
60
+ </p>
61
+ <p
62
+ class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
63
+ style="left: 800px; pointer-events: none; color: rgb(153, 102, 0);"
64
+ >
65
+ 100
66
+ </p>
67
+ </div>
67
68
  </div>
69
+ <div
70
+ class="css-2jeg0a-scalebarContig"
71
+ style="width: 0px; left: 800px; background-color: rgb(153, 153, 153);"
72
+ />
68
73
  </div>
69
- <div
70
- class="css-osn2dd-scalebarContig"
71
- style="width: 0px; left: 800px; background-color: rgb(153, 153, 153);"
72
- />
73
74
  </div>
74
75
  </div>
75
- </div>
76
- <div
77
- class="css-1fs11k8-overview"
78
- >
79
- <svg
80
- class="css-1fsr3xw-overviewSvg"
81
- height="48"
82
- >
83
- <polygon
84
- fill="rgba(66, 165, 245, 0.3)"
85
- points="0,48,101,48,800,0,0,0"
86
- stroke="rgba(66, 165, 245, 0.8)"
87
- />
88
- </svg>
89
76
  <div
90
- class="css-ig8oez-headerBar"
77
+ class="css-1fs11k8-overview"
91
78
  >
92
- <button
93
- class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textSecondary MuiButton-sizeMedium MuiButton-textSizeMedium MuiButton-root MuiButton-text MuiButton-textSecondary MuiButton-sizeMedium MuiButton-textSizeMedium css-10u97y-MuiButtonBase-root-MuiButton-root-toggleButton"
94
- tabindex="0"
95
- title="Open track selector"
96
- type="button"
97
- value="track_select"
79
+ <svg
80
+ class="css-1fsr3xw-overviewSvg"
81
+ height="48"
98
82
  >
99
- <svg
100
- aria-hidden="true"
101
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-1mgxsmk-MuiSvgIcon-root-buttonSpacer"
102
- focusable="false"
103
- viewBox="0 0 24 24"
104
- >
105
- <path
106
- d="M21 19v-2H8v2h13m0-6v-2H8v2h13M8 7h13V5H8v2M4 5v2h2V5H4M3 5a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1V5m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2z"
107
- />
108
- </svg>
109
- <span
110
- class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
83
+ <polygon
84
+ fill="rgba(66, 165, 245, 0.3)"
85
+ points="0,48,101,48,800,0,0,0"
86
+ stroke="rgba(66, 165, 245, 0.8)"
111
87
  />
112
- </button>
113
- <div
114
- class="css-1n1xfjh-spacer"
115
- />
88
+ </svg>
116
89
  <div
117
- class="MuiFormGroup-root MuiFormGroup-row css-1gwpy8f-MuiFormGroup-root-headerForm"
90
+ class="css-cwpsam-headerBar"
118
91
  >
119
92
  <button
120
- class="MuiButtonBase-root MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium css-1dgnv6i-MuiButtonBase-root-MuiButton-root-panButton"
93
+ class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-7xx2bb-MuiButtonBase-root-MuiIconButton-root-toggleButton"
121
94
  tabindex="0"
95
+ title="Open track selector"
122
96
  type="button"
97
+ value="track_select"
123
98
  >
124
99
  <svg
125
100
  aria-hidden="true"
126
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
127
- data-testid="ArrowBackIcon"
101
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-1mgxsmk-MuiSvgIcon-root-buttonSpacer"
128
102
  focusable="false"
129
103
  viewBox="0 0 24 24"
130
104
  >
131
105
  <path
132
- d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
106
+ d="M21 19v-2H8v2h13m0-6v-2H8v2h13M8 7h13V5H8v2M4 5v2h2V5H4M3 5a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1V5m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2z"
133
107
  />
134
108
  </svg>
135
109
  <span
136
110
  class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
137
111
  />
138
112
  </button>
139
- <button
140
- class="MuiButtonBase-root MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium css-1dgnv6i-MuiButtonBase-root-MuiButton-root-panButton"
141
- tabindex="0"
142
- type="button"
113
+ <div
114
+ class="css-1n1xfjh-spacer"
115
+ />
116
+ <div
117
+ class="MuiFormGroup-root MuiFormGroup-row css-1gwpy8f-MuiFormGroup-root-headerForm"
143
118
  >
144
- <svg
145
- aria-hidden="true"
146
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
147
- data-testid="ArrowForwardIcon"
148
- focusable="false"
149
- viewBox="0 0 24 24"
119
+ <button
120
+ class="MuiButtonBase-root MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium css-1bqryi1-MuiButtonBase-root-MuiButton-root-panButton"
121
+ tabindex="0"
122
+ type="button"
150
123
  >
151
- <path
152
- d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
124
+ <svg
125
+ aria-hidden="true"
126
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
127
+ data-testid="ArrowBackIcon"
128
+ focusable="false"
129
+ viewBox="0 0 24 24"
130
+ >
131
+ <path
132
+ d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
133
+ />
134
+ </svg>
135
+ <span
136
+ class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
153
137
  />
154
- </svg>
155
- <span
156
- class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
157
- />
158
- </button>
159
- <div
160
- class="MuiAutocomplete-root css-1qqsdnr-MuiAutocomplete-root"
161
- data-testid="autocomplete"
162
- style="width: 200px;"
163
- >
138
+ </button>
139
+ <button
140
+ class="MuiButtonBase-root MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium css-1bqryi1-MuiButtonBase-root-MuiButton-root-panButton"
141
+ tabindex="0"
142
+ type="button"
143
+ >
144
+ <svg
145
+ aria-hidden="true"
146
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
147
+ data-testid="ArrowForwardIcon"
148
+ focusable="false"
149
+ viewBox="0 0 24 24"
150
+ >
151
+ <path
152
+ d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
153
+ />
154
+ </svg>
155
+ <span
156
+ class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
157
+ />
158
+ </button>
164
159
  <div
165
- class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-1efd6m0-MuiFormControl-root-MuiTextField-root-headerRefName"
166
- style="margin: 7px; min-width: 175px;"
160
+ class="MuiAutocomplete-root css-l3ln04-MuiAutocomplete-root"
161
+ data-testid="autocomplete"
162
+ style="width: 175px;"
167
163
  >
168
164
  <div
169
- class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl MuiInputBase-adornedEnd MuiAutocomplete-inputRoot css-154xyx0-MuiInputBase-root-MuiOutlinedInput-root"
170
- style="padding: 0px; height: 32px; background: rgba(255, 255, 255, 0.8);"
165
+ class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-1efd6m0-MuiFormControl-root-MuiTextField-root-headerRefName"
166
+ style="margin: 7px;"
171
167
  >
172
- <input
173
- aria-autocomplete="list"
174
- aria-expanded="false"
175
- aria-invalid="false"
176
- autocapitalize="none"
177
- autocomplete="off"
178
- class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedEnd MuiAutocomplete-input MuiAutocomplete-inputFocused css-nxo287-MuiInputBase-input-MuiOutlinedInput-input"
179
- id="refNameAutocomplete-lgv"
180
- placeholder="Search for location"
181
- role="combobox"
182
- spellcheck="false"
183
- type="text"
184
- value="ctgA:1..100"
185
- />
186
168
  <div
187
- class="MuiInputAdornment-root MuiInputAdornment-positionEnd MuiInputAdornment-outlined MuiInputAdornment-sizeMedium css-1laqsz7-MuiInputAdornment-root"
188
- style="margin-right: 7px;"
169
+ class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl MuiInputBase-adornedEnd MuiAutocomplete-inputRoot css-154xyx0-MuiInputBase-root-MuiOutlinedInput-root"
170
+ style="padding: 0px; height: 32px; background: rgba(255, 255, 255, 0.8);"
189
171
  >
190
- <svg
191
- aria-hidden="true"
192
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
193
- data-testid="SearchIcon"
194
- focusable="false"
195
- viewBox="0 0 24 24"
196
- >
197
- <path
198
- d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
199
- />
200
- </svg>
201
- <button
202
- class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-1pe4mpk-MuiButtonBase-root-MuiIconButton-root"
203
- tabindex="0"
204
- type="button"
172
+ <input
173
+ aria-autocomplete="list"
174
+ aria-expanded="false"
175
+ aria-invalid="false"
176
+ autocapitalize="none"
177
+ autocomplete="off"
178
+ class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedEnd MuiAutocomplete-input MuiAutocomplete-inputFocused css-nxo287-MuiInputBase-input-MuiOutlinedInput-input"
179
+ id="mui-7"
180
+ placeholder="Search for location"
181
+ role="combobox"
182
+ spellcheck="false"
183
+ type="text"
184
+ value="ctgA:1..100"
185
+ />
186
+ <div
187
+ class="MuiInputAdornment-root MuiInputAdornment-positionEnd MuiInputAdornment-outlined MuiInputAdornment-sizeMedium css-1laqsz7-MuiInputAdornment-root"
188
+ style="margin-right: 7px;"
205
189
  >
206
190
  <svg
207
191
  aria-hidden="true"
208
192
  class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
209
- data-testid="HelpIcon"
193
+ data-testid="SearchIcon"
210
194
  focusable="false"
211
195
  viewBox="0 0 24 24"
212
196
  >
213
197
  <path
214
- d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"
198
+ d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
215
199
  />
216
200
  </svg>
217
- <span
218
- class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
219
- />
220
- </button>
221
- </div>
222
- <fieldset
223
- aria-hidden="true"
224
- class="MuiOutlinedInput-notchedOutline css-1d3z3hw-MuiOutlinedInput-notchedOutline"
225
- >
226
- <legend
227
- class="css-ihdtdm"
201
+ <button
202
+ class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-1pe4mpk-MuiButtonBase-root-MuiIconButton-root"
203
+ tabindex="0"
204
+ type="button"
205
+ >
206
+ <svg
207
+ aria-hidden="true"
208
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
209
+ data-testid="HelpIcon"
210
+ focusable="false"
211
+ viewBox="0 0 24 24"
212
+ >
213
+ <path
214
+ d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"
215
+ />
216
+ </svg>
217
+ <span
218
+ class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
219
+ />
220
+ </button>
221
+ </div>
222
+ <fieldset
223
+ aria-hidden="true"
224
+ class="MuiOutlinedInput-notchedOutline css-1d3z3hw-MuiOutlinedInput-notchedOutline"
228
225
  >
229
- <span
230
- class="notranslate"
226
+ <legend
227
+ class="css-ihdtdm"
231
228
  >
232
-
233
- </span>
234
- </legend>
235
- </fieldset>
229
+ <span
230
+ class="notranslate"
231
+ >
232
+
233
+ </span>
234
+ </legend>
235
+ </fieldset>
236
+ </div>
236
237
  </div>
237
238
  </div>
238
239
  </div>
239
- </div>
240
- <p
241
- class="MuiTypography-root MuiTypography-body2 css-1lztmv5-MuiTypography-root-bp"
242
- >
243
- 100bp
244
- </p>
245
- <div
246
- class="css-z84q6m-container"
247
- >
248
- <button
249
- class="MuiButtonBase-root Mui-disabled MuiIconButton-root Mui-disabled MuiIconButton-colorSecondary MuiIconButton-sizeLarge css-1f88mc5-MuiButtonBase-root-MuiIconButton-root"
250
- data-testid="zoom_out"
251
- disabled=""
252
- tabindex="-1"
253
- type="button"
240
+ <p
241
+ class="MuiTypography-root MuiTypography-body2 css-1lztmv5-MuiTypography-root-bp"
254
242
  >
255
- <svg
256
- aria-hidden="true"
257
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
258
- data-testid="ZoomOutIcon"
259
- focusable="false"
260
- viewBox="0 0 24 24"
261
- >
262
- <path
263
- d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7z"
264
- />
265
- </svg>
266
- </button>
267
- <span
268
- class="MuiSlider-root MuiSlider-colorPrimary MuiSlider-sizeSmall css-s3dms4-MuiSlider-root-slider"
243
+ 100bp
244
+ </p>
245
+ <div
246
+ class="css-z84q6m-container"
269
247
  >
248
+ <button
249
+ class="MuiButtonBase-root Mui-disabled MuiIconButton-root Mui-disabled MuiIconButton-sizeLarge css-mf1cb5-MuiButtonBase-root-MuiIconButton-root"
250
+ data-testid="zoom_out"
251
+ disabled=""
252
+ tabindex="-1"
253
+ type="button"
254
+ >
255
+ <svg
256
+ aria-hidden="true"
257
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
258
+ data-testid="ZoomOutIcon"
259
+ focusable="false"
260
+ viewBox="0 0 24 24"
261
+ >
262
+ <path
263
+ d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7z"
264
+ />
265
+ </svg>
266
+ </button>
270
267
  <span
271
- class="MuiSlider-rail css-14pt78w-MuiSlider-rail"
272
- />
273
- <span
274
- class="MuiSlider-track css-1n40zqk-MuiSlider-track"
275
- style="left: 0%; width: 0%;"
276
- />
277
- <span
278
- class="MuiSlider-thumb MuiSlider-thumbSizeSmall MuiSlider-thumbColorPrimary css-14gf62f-MuiSlider-thumb"
279
- data-focusvisible="false"
280
- data-index="0"
281
- style="left: 0%;"
268
+ class="MuiSlider-root MuiSlider-colorPrimary MuiSlider-sizeSmall css-1ub3usb-MuiSlider-root-slider"
282
269
  >
283
- <input
284
- aria-orientation="horizontal"
285
- aria-valuemax="564.3856189774724"
286
- aria-valuemin="284.799690655495"
287
- aria-valuenow="284.799690655495"
288
- data-index="0"
289
- max="564.3856189774724"
290
- min="284.799690655495"
291
- step="1"
292
- style="border: 0px; height: 100%; margin: -1px; overflow: hidden; padding: 0px; position: absolute; white-space: nowrap; width: 100%; direction: ltr;"
293
- type="range"
294
- value="284.799690655495"
270
+ <span
271
+ class="MuiSlider-rail css-14pt78w-MuiSlider-rail"
295
272
  />
273
+ <span
274
+ class="MuiSlider-track css-1n40zqk-MuiSlider-track"
275
+ style="left: 0%; width: 0%;"
276
+ />
277
+ <span
278
+ class="MuiSlider-thumb MuiSlider-thumbSizeSmall MuiSlider-thumbColorPrimary MuiSlider-thumb MuiSlider-thumbSizeSmall MuiSlider-thumbColorPrimary css-14gf62f-MuiSlider-thumb"
279
+ data-index="0"
280
+ style="left: 0%;"
281
+ >
282
+ <input
283
+ aria-orientation="horizontal"
284
+ aria-valuemax="564.3856189774724"
285
+ aria-valuemin="284.799690655495"
286
+ aria-valuenow="284.799690655495"
287
+ data-index="0"
288
+ max="564.3856189774724"
289
+ min="284.799690655495"
290
+ step="1"
291
+ style="border: 0px; height: 100%; margin: -1px; overflow: hidden; padding: 0px; position: absolute; white-space: nowrap; width: 100%; direction: ltr;"
292
+ type="range"
293
+ value="284.799690655495"
294
+ />
295
+ </span>
296
296
  </span>
297
- </span>
298
- <button
299
- class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeLarge css-1f88mc5-MuiButtonBase-root-MuiIconButton-root"
300
- data-testid="zoom_in"
301
- tabindex="0"
302
- type="button"
303
- >
304
- <svg
305
- aria-hidden="true"
306
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
307
- data-testid="ZoomInIcon"
308
- focusable="false"
309
- viewBox="0 0 24 24"
297
+ <button
298
+ class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeLarge css-mf1cb5-MuiButtonBase-root-MuiIconButton-root"
299
+ data-testid="zoom_in"
300
+ tabindex="0"
301
+ type="button"
310
302
  >
311
- <path
312
- d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
313
- />
314
- <path
315
- d="M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"
303
+ <svg
304
+ aria-hidden="true"
305
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
306
+ data-testid="ZoomInIcon"
307
+ focusable="false"
308
+ viewBox="0 0 24 24"
309
+ >
310
+ <path
311
+ d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
312
+ />
313
+ <path
314
+ d="M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"
315
+ />
316
+ </svg>
317
+ <span
318
+ class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
316
319
  />
317
- </svg>
318
- <span
319
- class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
320
- />
321
- </button>
322
- </div>
323
- <div
324
- class="css-1n1xfjh-spacer"
325
- />
326
- </div>
327
- </div>
328
- </div>
329
- <div
330
- class="css-75rarj-tracksContainer"
331
- data-testid="trackContainer"
332
- >
333
- <div
334
- class="css-1rfvwmf-verticalGuidesZoomContainer"
335
- >
336
- <div
337
- class="css-17gfnt3-verticalGuidesContainer"
338
- style="left: -800px; width: 1700px;"
339
- >
340
- <div
341
- class="css-a9ifge-boundaryPaddingBlock"
342
- style="width: 800px;"
343
- />
344
- <div
345
- class="css-1dmfa10-contentBlock"
346
- style="width: 100px;"
347
- >
348
- <div
349
- class="css-1nnah7t-tick-majorTick"
350
- style="left: -1px;"
351
- />
352
- <div
353
- class="css-i794sq-tick-minorTick"
354
- style="left: 19px;"
355
- />
356
- <div
357
- class="css-i794sq-tick-minorTick"
358
- style="left: 39px;"
359
- />
360
- <div
361
- class="css-i794sq-tick-minorTick"
362
- style="left: 59px;"
363
- />
364
- <div
365
- class="css-i794sq-tick-minorTick"
366
- style="left: 79px;"
367
- />
368
- <div
369
- class="css-i794sq-tick-minorTick"
370
- style="left: 99px;"
371
- />
320
+ </button>
321
+ </div>
372
322
  <div
373
- class="css-i794sq-tick-minorTick"
374
- style="left: 119px;"
323
+ class="css-1n1xfjh-spacer"
375
324
  />
376
325
  </div>
377
- <div
378
- class="css-a9ifge-boundaryPaddingBlock"
379
- style="width: 800px;"
380
- />
381
326
  </div>
382
327
  </div>
383
328
  <div
384
- class="css-dznme2-rubberbandControl"
385
- data-testid="rubberband_controls"
329
+ class="css-75rarj-tracksContainer"
330
+ data-testid="trackContainer"
386
331
  >
387
332
  <div
388
- class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded css-1coqp07-MuiPaper-root-scalebarContainer"
389
- data-resizer="true"
390
- style="height: 17px; box-sizing: border-box;"
333
+ class="css-1rfvwmf-verticalGuidesZoomContainer"
391
334
  >
392
335
  <div
393
- class="css-khofof-scalebarZoomContainer"
336
+ class="css-17gfnt3-verticalGuidesContainer"
337
+ style="left: -800px; width: 1700px;"
394
338
  >
395
339
  <div
396
- class="css-y3821b-scalebar"
397
- style="left: -801px; width: 1700px; height: 17px; box-sizing: border-box;"
340
+ class="css-a9ifge-boundaryPaddingBlock"
341
+ style="width: 800px;"
342
+ />
343
+ <div
344
+ class="css-1dmfa10-contentBlock"
345
+ style="width: 100px;"
398
346
  >
399
347
  <div
400
- class="css-a9ifge-boundaryPaddingBlock"
401
- style="background: none; width: 800px;"
348
+ class="css-i794sq-tick-minorTick"
349
+ style="left: -21px;"
402
350
  />
403
351
  <div
404
- class="css-1dmfa10-contentBlock"
405
- style="width: 100px;"
406
- >
407
- <div
408
- class="css-1f3h2yl-tick"
409
- style="left: -1px;"
410
- />
411
- </div>
352
+ class="css-1qcgmte-tick-majorTick"
353
+ style="left: -1px;"
354
+ />
412
355
  <div
413
- class="css-a9ifge-boundaryPaddingBlock"
414
- style="background: none; width: 800px;"
356
+ class="css-i794sq-tick-minorTick"
357
+ style="left: 19px;"
415
358
  />
416
- </div>
417
- </div>
418
- <p
419
- class="MuiTypography-root MuiTypography-body1 css-1vlu65o-MuiTypography-root-refLabel"
420
- data-testid="refLabel-ctgA"
421
- style="left: -1px; padding-left: 1px;"
422
- >
423
- ctgA
424
- </p>
425
- </div>
426
- </div>
427
- <div
428
- class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded css-dewezf-MuiPaper-root-root"
429
- >
430
- <div
431
- class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 css-lv7b0o-MuiPaper-root-trackLabel-trackLabelOverlap-root"
432
- >
433
- <span
434
- class="css-10js96-dragHandle"
435
- data-testid="dragHandle-lgv-testConfig"
436
- draggable="true"
437
- >
438
- <svg
439
- aria-hidden="true"
440
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-1cz9l96-MuiSvgIcon-root-dragHandleIcon"
441
- data-testid="DragIndicatorIcon"
442
- focusable="false"
443
- viewBox="0 0 24 24"
444
- >
445
- <path
446
- d="M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
447
- />
448
- </svg>
449
- </span>
450
- <button
451
- class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeMedium css-9e64ep-MuiButtonBase-root-MuiIconButton-root-iconButton"
452
- tabindex="0"
453
- title="close this track"
454
- type="button"
455
- >
456
- <svg
457
- aria-hidden="true"
458
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
459
- data-testid="CloseIcon"
460
- focusable="false"
461
- viewBox="0 0 24 24"
462
- >
463
- <path
464
- d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
359
+ <div
360
+ class="css-i794sq-tick-minorTick"
361
+ style="left: 39px;"
465
362
  />
466
- </svg>
467
- <span
468
- class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
469
- />
470
- </button>
471
- <span
472
- class="MuiTypography-root MuiTypography-body1 css-877agm-MuiTypography-root-trackName"
473
- >
474
- <span>
475
- Foo Track
476
- </span>
477
- </span>
478
- <button
479
- aria-haspopup="true"
480
- class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeMedium css-9e64ep-MuiButtonBase-root-MuiIconButton-root-iconButton"
481
- data-testid="track_menu_icon"
482
- tabindex="0"
483
- type="button"
484
- >
485
- <svg
486
- aria-hidden="true"
487
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
488
- data-testid="MoreVertIcon"
489
- focusable="false"
490
- viewBox="0 0 24 24"
491
- >
492
- <path
493
- d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
363
+ <div
364
+ class="css-i794sq-tick-minorTick"
365
+ style="left: 59px;"
494
366
  />
495
- </svg>
496
- <span
497
- class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
367
+ <div
368
+ class="css-i794sq-tick-minorTick"
369
+ style="left: 79px;"
370
+ />
371
+ <div
372
+ class="css-i794sq-tick-minorTick"
373
+ style="left: 99px;"
374
+ />
375
+ <div
376
+ class="css-i794sq-tick-minorTick"
377
+ style="left: 119px;"
378
+ />
379
+ <div
380
+ class="css-i794sq-tick-minorTick"
381
+ style="left: 139px;"
382
+ />
383
+ </div>
384
+ <div
385
+ class="css-a9ifge-boundaryPaddingBlock"
386
+ style="width: 800px;"
498
387
  />
499
- </button>
388
+ </div>
500
389
  </div>
501
390
  <div
502
- class="css-1ql7uaq-trackRenderingContainer"
503
- data-testid="trackRenderingContainer-lgv-testConfig"
504
- style="height: 100px;"
391
+ class="css-dznme2-rubberbandControl"
392
+ data-testid="rubberband_controls"
505
393
  >
506
394
  <div
507
- class="css-v11ioz-renderingComponentContainer"
508
- style="transform: scaleX(1);"
395
+ class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded css-1coqp07-MuiPaper-root-scalebarContainer"
396
+ data-resizer="true"
397
+ style="height: 17px; box-sizing: border-box;"
509
398
  >
510
399
  <div
511
- class="css-1y9lrrz-display"
512
- data-testid="display-testConfig-LinearBareDisplay"
400
+ class="css-khofof-scalebarZoomContainer"
513
401
  >
514
402
  <div
515
- class="css-d6gpow-linearBlocks"
516
- style="left: -800px;"
403
+ class="css-y3821b-scalebar"
404
+ style="left: -801px; width: 1700px; height: 17px; box-sizing: border-box;"
517
405
  >
518
406
  <div
519
407
  class="css-a9ifge-boundaryPaddingBlock"
@@ -522,795 +410,755 @@ exports[`renders one track, one region 1`] = `
522
410
  <div
523
411
  class="css-1dmfa10-contentBlock"
524
412
  style="width: 100px;"
525
- />
413
+ >
414
+ <div
415
+ class="css-1f3h2yl-tick"
416
+ style="left: -1px;"
417
+ />
418
+ </div>
526
419
  <div
527
420
  class="css-a9ifge-boundaryPaddingBlock"
528
421
  style="background: none; width: 800px;"
529
422
  />
530
423
  </div>
531
424
  </div>
425
+ <p
426
+ class="MuiTypography-root MuiTypography-body1 css-1vlu65o-MuiTypography-root-refLabel"
427
+ data-testid="refLabel-ctgA"
428
+ style="left: -1px; padding-left: 1px;"
429
+ >
430
+ ctgA
431
+ </p>
532
432
  </div>
533
433
  </div>
534
434
  <div
535
- class="css-1hk9st0-overlay"
536
- style="height: 100px;"
537
- />
538
- <div
539
- class="css-14zcv15-horizontalHandle-resizeHandle"
540
- data-resizer="true"
541
- />
542
- </div>
543
- </div>
544
- </div>
545
- `;
546
-
547
- exports[`renders two tracks, two regions 1`] = `
548
- <div
549
- style="position: relative;"
550
- >
551
- <div>
552
- <div
553
- style="position: relative;"
554
- >
555
- <div
556
- class="css-dznme2-rubberbandControl"
557
- role="presentation"
435
+ class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded css-dewezf-MuiPaper-root-root"
558
436
  >
559
437
  <div
560
- class="css-16vhz0m-scalebar"
438
+ class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 css-lv7b0o-MuiPaper-root-trackLabel-trackLabelOverlap-root"
561
439
  >
562
- <div
563
- class="css-den3n5-scalebarVisibleRegion"
564
- style="width: 580px; left: 0px; background: rgba(66, 165, 245, 0.3); border-color: #42a5f5;"
565
- />
566
- <div
567
- class="css-osn2dd-scalebarContig"
568
- style="width: 0px; left: 0px; background-color: rgb(153, 153, 153);"
569
- />
570
- <div>
571
- <p
572
- class="MuiTypography-root MuiTypography-body1 css-1hokke9-MuiTypography-root-scalebarRefName"
573
- style="left: 3px; color: rgb(153, 102, 0);"
574
- >
575
- ctgA
576
- </p>
577
- <div
578
- class="css-c4j89u-scalebarContig-scalebarContigForward-scalebarBorder"
579
- style="left: 0px; width: 72.72727272727273px; border-color: rgb(153, 102, 0);"
580
- />
581
- </div>
582
- <div
583
- class="css-osn2dd-scalebarContig"
584
- style="width: 0px; left: 72.72727272727273px; background-color: rgb(153, 153, 153);"
585
- />
586
- <div>
587
- <p
588
- class="MuiTypography-root MuiTypography-body1 css-1hokke9-MuiTypography-root-scalebarRefName"
589
- style="left: 75.72727272727273px;"
590
- >
591
- ctgB
592
- </p>
593
- <div
594
- class="css-c4j89u-scalebarContig-scalebarContigForward-scalebarBorder"
595
- style="left: 72.72727272727273px; width: 727.2727272727273px;"
440
+ <span
441
+ class="css-k4omgw-dragHandle"
442
+ data-testid="dragHandle-lgv-testConfig"
443
+ draggable="true"
444
+ >
445
+ <svg
446
+ aria-hidden="true"
447
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-1cz9l96-MuiSvgIcon-root-dragHandleIcon"
448
+ data-testid="DragIndicatorIcon"
449
+ focusable="false"
450
+ viewBox="0 0 24 24"
596
451
  >
597
- <p
598
- class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
599
- style="left: 145.0909090909091px; pointer-events: none;"
600
- >
601
- 1,200
602
- </p>
603
- <p
604
- class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
605
- style="left: 290.1818181818182px; pointer-events: none;"
606
- >
607
- 1,400
608
- </p>
609
- <p
610
- class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
611
- style="left: 435.27272727272725px; pointer-events: none;"
612
- >
613
- 1,600
614
- </p>
615
- <p
616
- class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
617
- style="left: 580.3636363636364px; pointer-events: none;"
618
- >
619
- 1,800
620
- </p>
621
- <p
622
- class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
623
- style="left: 725.4545454545454px; pointer-events: none;"
624
- >
625
- 2,000
626
- </p>
627
- </div>
628
- </div>
629
- <div
630
- class="css-osn2dd-scalebarContig"
631
- style="width: 0px; left: 800px; background-color: rgb(153, 153, 153);"
632
- />
633
- </div>
634
- </div>
635
- </div>
636
- <div
637
- class="css-1fs11k8-overview"
638
- >
639
- <svg
640
- class="css-1fsr3xw-overviewSvg"
641
- height="48"
642
- >
643
- <polygon
644
- fill="rgba(66, 165, 245, 0.3)"
645
- points="0,48,802,48,580,0,0,0"
646
- stroke="rgba(66, 165, 245, 0.8)"
647
- />
648
- </svg>
649
- <div
650
- class="css-ig8oez-headerBar"
651
- >
652
- <button
653
- class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textSecondary MuiButton-sizeMedium MuiButton-textSizeMedium MuiButton-root MuiButton-text MuiButton-textSecondary MuiButton-sizeMedium MuiButton-textSizeMedium css-10u97y-MuiButtonBase-root-MuiButton-root-toggleButton"
654
- tabindex="0"
655
- title="Open track selector"
656
- type="button"
657
- value="track_select"
658
- >
659
- <svg
660
- aria-hidden="true"
661
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-1mgxsmk-MuiSvgIcon-root-buttonSpacer"
662
- focusable="false"
663
- viewBox="0 0 24 24"
664
- >
665
- <path
666
- d="M21 19v-2H8v2h13m0-6v-2H8v2h13M8 7h13V5H8v2M4 5v2h2V5H4M3 5a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1V5m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2z"
667
- />
668
- </svg>
669
- <span
670
- class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
671
- />
672
- </button>
673
- <div
674
- class="css-1n1xfjh-spacer"
675
- />
676
- <div
677
- class="MuiFormGroup-root MuiFormGroup-row css-1gwpy8f-MuiFormGroup-root-headerForm"
678
- >
452
+ <path
453
+ d="M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
454
+ />
455
+ </svg>
456
+ </span>
679
457
  <button
680
- class="MuiButtonBase-root MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium css-1dgnv6i-MuiButtonBase-root-MuiButton-root-panButton"
458
+ class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-15mrns3-MuiButtonBase-root-MuiIconButton-root-iconButton"
681
459
  tabindex="0"
460
+ title="close this track"
682
461
  type="button"
683
462
  >
684
463
  <svg
685
464
  aria-hidden="true"
686
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
687
- data-testid="ArrowBackIcon"
465
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
466
+ data-testid="CloseIcon"
688
467
  focusable="false"
689
468
  viewBox="0 0 24 24"
690
469
  >
691
470
  <path
692
- d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
471
+ d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
693
472
  />
694
473
  </svg>
695
474
  <span
696
475
  class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
697
476
  />
698
477
  </button>
478
+ <span
479
+ class="MuiTypography-root MuiTypography-body1 css-877agm-MuiTypography-root-trackName"
480
+ >
481
+ <span>
482
+ Foo Track
483
+ </span>
484
+ </span>
699
485
  <button
700
- class="MuiButtonBase-root MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium css-1dgnv6i-MuiButtonBase-root-MuiButton-root-panButton"
486
+ aria-haspopup="true"
487
+ class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-15mrns3-MuiButtonBase-root-MuiIconButton-root-iconButton"
488
+ data-testid="track_menu_icon"
701
489
  tabindex="0"
702
490
  type="button"
703
491
  >
704
492
  <svg
705
493
  aria-hidden="true"
706
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
707
- data-testid="ArrowForwardIcon"
494
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
495
+ data-testid="MoreVertIcon"
708
496
  focusable="false"
709
497
  viewBox="0 0 24 24"
710
498
  >
711
499
  <path
712
- d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
500
+ d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
713
501
  />
714
502
  </svg>
715
503
  <span
716
504
  class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
717
505
  />
718
506
  </button>
507
+ </div>
508
+ <div
509
+ class="css-1ql7uaq-trackRenderingContainer"
510
+ data-testid="trackRenderingContainer-lgv-testConfig"
511
+ style="height: 100px;"
512
+ >
719
513
  <div
720
- class="MuiAutocomplete-root css-1qqsdnr-MuiAutocomplete-root"
721
- data-testid="autocomplete"
722
- style="width: 260.27500000000003px;"
514
+ class="css-v11ioz-renderingComponentContainer"
515
+ style="transform: scaleX(1);"
723
516
  >
724
517
  <div
725
- class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-1efd6m0-MuiFormControl-root-MuiTextField-root-headerRefName"
726
- style="margin: 7px; min-width: 175px;"
518
+ class="css-1y9lrrz-display"
519
+ data-testid="display-testConfig-LinearBareDisplay"
727
520
  >
728
521
  <div
729
- class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl MuiInputBase-adornedEnd MuiAutocomplete-inputRoot css-154xyx0-MuiInputBase-root-MuiOutlinedInput-root"
730
- style="padding: 0px; height: 32px; background: rgba(255, 255, 255, 0.8);"
522
+ class="css-d6gpow-linearBlocks"
523
+ style="left: -800px;"
731
524
  >
732
- <input
733
- aria-autocomplete="list"
734
- aria-expanded="false"
735
- aria-invalid="false"
736
- autocapitalize="none"
737
- autocomplete="off"
738
- class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedEnd MuiAutocomplete-input MuiAutocomplete-inputFocused css-nxo287-MuiInputBase-input-MuiOutlinedInput-input"
739
- id="refNameAutocomplete-lgv"
740
- placeholder="Search for location"
741
- role="combobox"
742
- spellcheck="false"
743
- type="text"
744
- value="ctgA:1..100 ctgB:1,001..1,698"
525
+ <div
526
+ class="css-a9ifge-boundaryPaddingBlock"
527
+ style="background: none; width: 800px;"
745
528
  />
746
529
  <div
747
- class="MuiInputAdornment-root MuiInputAdornment-positionEnd MuiInputAdornment-outlined MuiInputAdornment-sizeMedium css-1laqsz7-MuiInputAdornment-root"
748
- style="margin-right: 7px;"
530
+ class="css-1dmfa10-contentBlock"
531
+ style="width: 100px;"
749
532
  >
750
533
  <svg
751
- aria-hidden="true"
752
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
753
- data-testid="SearchIcon"
754
- focusable="false"
755
- viewBox="0 0 24 24"
756
- >
757
- <path
758
- d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
759
- />
760
- </svg>
761
- <button
762
- class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-1pe4mpk-MuiButtonBase-root-MuiIconButton-root"
763
- tabindex="0"
764
- type="button"
765
- >
766
- <svg
767
- aria-hidden="true"
768
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
769
- data-testid="HelpIcon"
770
- focusable="false"
771
- viewBox="0 0 24 24"
772
- >
773
- <path
774
- d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"
775
- />
776
- </svg>
777
- <span
778
- class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
779
- />
780
- </button>
534
+ data-testid="svgfeatures"
535
+ height="100"
536
+ width="100"
537
+ />
781
538
  </div>
782
- <fieldset
783
- aria-hidden="true"
784
- class="MuiOutlinedInput-notchedOutline css-1d3z3hw-MuiOutlinedInput-notchedOutline"
785
- >
786
- <legend
787
- class="css-ihdtdm"
788
- >
789
- <span
790
- class="notranslate"
791
- >
792
-
793
- </span>
794
- </legend>
795
- </fieldset>
539
+ <div
540
+ class="css-a9ifge-boundaryPaddingBlock"
541
+ style="background: none; width: 800px;"
542
+ />
796
543
  </div>
797
544
  </div>
798
545
  </div>
799
546
  </div>
800
- <p
801
- class="MuiTypography-root MuiTypography-body2 css-1lztmv5-MuiTypography-root-bp"
802
- >
803
- 798bp
804
- </p>
805
547
  <div
806
- class="css-z84q6m-container"
807
- >
808
- <button
809
- class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeLarge css-1f88mc5-MuiButtonBase-root-MuiIconButton-root"
810
- data-testid="zoom_out"
811
- tabindex="0"
812
- type="button"
813
- >
814
- <svg
815
- aria-hidden="true"
816
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
817
- data-testid="ZoomOutIcon"
818
- focusable="false"
819
- viewBox="0 0 24 24"
820
- >
821
- <path
822
- d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7z"
823
- />
824
- </svg>
825
- <span
826
- class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
827
- />
828
- </button>
829
- <span
830
- class="MuiSlider-root MuiSlider-colorPrimary MuiSlider-sizeSmall css-s3dms4-MuiSlider-root-slider"
831
- >
832
- <span
833
- class="MuiSlider-rail css-14pt78w-MuiSlider-rail"
834
- />
835
- <span
836
- class="MuiSlider-track css-1n40zqk-MuiSlider-track"
837
- style="left: 0%; width: 9.774680693120512%;"
838
- />
839
- <span
840
- class="MuiSlider-thumb MuiSlider-thumbSizeSmall MuiSlider-thumbColorPrimary css-14gf62f-MuiSlider-thumb"
841
- data-focusvisible="false"
842
- data-index="0"
843
- style="left: 9.774680693120512%;"
844
- >
845
- <input
846
- aria-orientation="horizontal"
847
- aria-valuemax="564.3856189774724"
848
- aria-valuemin="-61.143471208234715"
849
- aria-valuenow="0"
850
- data-index="0"
851
- max="564.3856189774724"
852
- min="-61.143471208234715"
853
- step="1"
854
- style="border: 0px; height: 100%; margin: -1px; overflow: hidden; padding: 0px; position: absolute; white-space: nowrap; width: 100%; direction: ltr;"
855
- type="range"
856
- value="0"
857
- />
858
- </span>
859
- </span>
860
- <button
861
- class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeLarge css-1f88mc5-MuiButtonBase-root-MuiIconButton-root"
862
- data-testid="zoom_in"
863
- tabindex="0"
864
- type="button"
865
- >
866
- <svg
867
- aria-hidden="true"
868
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
869
- data-testid="ZoomInIcon"
870
- focusable="false"
871
- viewBox="0 0 24 24"
872
- >
873
- <path
874
- d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
875
- />
876
- <path
877
- d="M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"
878
- />
879
- </svg>
880
- <span
881
- class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
882
- />
883
- </button>
884
- </div>
548
+ class="css-1hk9st0-overlay"
549
+ style="height: 100px;"
550
+ />
885
551
  <div
886
- class="css-1n1xfjh-spacer"
552
+ class="css-14zcv15-horizontalHandle-resizeHandle"
553
+ data-resizer="true"
887
554
  />
888
555
  </div>
889
556
  </div>
890
557
  </div>
558
+ </div>
559
+ `;
560
+
561
+ exports[`renders two tracks, two regions 1`] = `
562
+ <div>
891
563
  <div
892
- class="css-75rarj-tracksContainer"
893
- data-testid="trackContainer"
564
+ style="position: relative;"
894
565
  >
895
- <div
896
- class="css-1rfvwmf-verticalGuidesZoomContainer"
897
- >
898
- <div
899
- class="css-17gfnt3-verticalGuidesContainer"
900
- style="left: -800px; width: 1702px;"
901
- >
902
- <div
903
- class="css-a9ifge-boundaryPaddingBlock"
904
- style="width: 800px;"
905
- />
906
- <div
907
- class="css-1dmfa10-contentBlock"
908
- style="width: 100px;"
909
- >
910
- <div
911
- class="css-1nnah7t-tick-majorTick"
912
- style="left: -1px;"
913
- />
914
- <div
915
- class="css-i794sq-tick-minorTick"
916
- style="left: 19px;"
917
- />
918
- <div
919
- class="css-i794sq-tick-minorTick"
920
- style="left: 39px;"
921
- />
922
- <div
923
- class="css-i794sq-tick-minorTick"
924
- style="left: 59px;"
925
- />
926
- <div
927
- class="css-i794sq-tick-minorTick"
928
- style="left: 79px;"
929
- />
930
- <div
931
- class="css-i794sq-tick-minorTick"
932
- style="left: 99px;"
933
- />
934
- <div
935
- class="css-i794sq-tick-minorTick"
936
- style="left: 119px;"
937
- />
938
- </div>
939
- <div
940
- class="css-1x3apsi-interRegionPaddingBlock"
941
- style="width: 2px;"
942
- />
943
- <div
944
- class="css-1dmfa10-contentBlock"
945
- style="width: 800px;"
946
- >
947
- <div
948
- class="css-1nnah7t-tick-majorTick"
949
- style="left: -1px;"
950
- />
951
- <div
952
- class="css-i794sq-tick-minorTick"
953
- style="left: 19px;"
954
- />
955
- <div
956
- class="css-i794sq-tick-minorTick"
957
- style="left: 39px;"
958
- />
959
- <div
960
- class="css-i794sq-tick-minorTick"
961
- style="left: 59px;"
962
- />
963
- <div
964
- class="css-i794sq-tick-minorTick"
965
- style="left: 79px;"
966
- />
967
- <div
968
- class="css-i794sq-tick-minorTick"
969
- style="left: 99px;"
970
- />
971
- <div
972
- class="css-i794sq-tick-minorTick"
973
- style="left: 119px;"
974
- />
975
- <div
976
- class="css-i794sq-tick-minorTick"
977
- style="left: 139px;"
978
- />
979
- <div
980
- class="css-i794sq-tick-minorTick"
981
- style="left: 159px;"
982
- />
983
- <div
984
- class="css-i794sq-tick-minorTick"
985
- style="left: 179px;"
986
- />
987
- <div
988
- class="css-1nnah7t-tick-majorTick"
989
- style="left: 199px;"
990
- />
991
- <div
992
- class="css-i794sq-tick-minorTick"
993
- style="left: 219px;"
994
- />
995
- <div
996
- class="css-i794sq-tick-minorTick"
997
- style="left: 239px;"
998
- />
999
- <div
1000
- class="css-i794sq-tick-minorTick"
1001
- style="left: 259px;"
1002
- />
1003
- <div
1004
- class="css-i794sq-tick-minorTick"
1005
- style="left: 279px;"
1006
- />
1007
- <div
1008
- class="css-i794sq-tick-minorTick"
1009
- style="left: 299px;"
1010
- />
1011
- <div
1012
- class="css-i794sq-tick-minorTick"
1013
- style="left: 319px;"
1014
- />
1015
- <div
1016
- class="css-i794sq-tick-minorTick"
1017
- style="left: 339px;"
1018
- />
1019
- <div
1020
- class="css-i794sq-tick-minorTick"
1021
- style="left: 359px;"
1022
- />
1023
- <div
1024
- class="css-i794sq-tick-minorTick"
1025
- style="left: 379px;"
1026
- />
1027
- <div
1028
- class="css-1nnah7t-tick-majorTick"
1029
- style="left: 399px;"
1030
- />
1031
- <div
1032
- class="css-i794sq-tick-minorTick"
1033
- style="left: 419px;"
1034
- />
1035
- <div
1036
- class="css-i794sq-tick-minorTick"
1037
- style="left: 439px;"
1038
- />
1039
- <div
1040
- class="css-i794sq-tick-minorTick"
1041
- style="left: 459px;"
1042
- />
1043
- <div
1044
- class="css-i794sq-tick-minorTick"
1045
- style="left: 479px;"
1046
- />
1047
- <div
1048
- class="css-i794sq-tick-minorTick"
1049
- style="left: 499px;"
1050
- />
1051
- <div
1052
- class="css-i794sq-tick-minorTick"
1053
- style="left: 519px;"
1054
- />
1055
- <div
1056
- class="css-i794sq-tick-minorTick"
1057
- style="left: 539px;"
1058
- />
1059
- <div
1060
- class="css-i794sq-tick-minorTick"
1061
- style="left: 559px;"
1062
- />
1063
- <div
1064
- class="css-i794sq-tick-minorTick"
1065
- style="left: 579px;"
1066
- />
1067
- <div
1068
- class="css-1nnah7t-tick-majorTick"
1069
- style="left: 599px;"
1070
- />
1071
- <div
1072
- class="css-i794sq-tick-minorTick"
1073
- style="left: 619px;"
1074
- />
1075
- <div
1076
- class="css-i794sq-tick-minorTick"
1077
- style="left: 639px;"
1078
- />
1079
- <div
1080
- class="css-i794sq-tick-minorTick"
1081
- style="left: 659px;"
1082
- />
1083
- <div
1084
- class="css-i794sq-tick-minorTick"
1085
- style="left: 679px;"
1086
- />
1087
- <div
1088
- class="css-i794sq-tick-minorTick"
1089
- style="left: 699px;"
1090
- />
1091
- <div
1092
- class="css-i794sq-tick-minorTick"
1093
- style="left: 719px;"
1094
- />
1095
- <div
1096
- class="css-i794sq-tick-minorTick"
1097
- style="left: 739px;"
1098
- />
1099
- <div
1100
- class="css-i794sq-tick-minorTick"
1101
- style="left: 759px;"
1102
- />
1103
- <div
1104
- class="css-i794sq-tick-minorTick"
1105
- style="left: 779px;"
1106
- />
1107
- <div
1108
- class="css-1nnah7t-tick-majorTick"
1109
- style="left: 799px;"
1110
- />
1111
- <div
1112
- class="css-i794sq-tick-minorTick"
1113
- style="left: 819px;"
1114
- />
1115
- </div>
1116
- </div>
1117
- </div>
1118
- <div
1119
- class="css-dznme2-rubberbandControl"
1120
- data-testid="rubberband_controls"
1121
- >
566
+ <div>
1122
567
  <div
1123
- class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded css-1coqp07-MuiPaper-root-scalebarContainer"
1124
- data-resizer="true"
1125
- style="height: 17px; box-sizing: border-box;"
568
+ style="position: relative;"
1126
569
  >
1127
570
  <div
1128
- class="css-khofof-scalebarZoomContainer"
571
+ class="css-dznme2-rubberbandControl"
1129
572
  >
1130
573
  <div
1131
- class="css-y3821b-scalebar"
1132
- style="left: -801px; width: 1702px; height: 17px; box-sizing: border-box;"
574
+ class="css-16vhz0m-scalebar"
1133
575
  >
1134
576
  <div
1135
- class="css-a9ifge-boundaryPaddingBlock"
1136
- style="background: none; width: 800px;"
577
+ class="css-den3n5-scalebarVisibleRegion"
578
+ style="width: 580px; left: 0px; background: rgba(66, 165, 245, 0.3); border-color: #42a5f5;"
1137
579
  />
1138
580
  <div
1139
- class="css-1dmfa10-contentBlock"
1140
- style="width: 100px;"
1141
- >
581
+ class="css-2jeg0a-scalebarContig"
582
+ style="width: 0px; left: 0px; background-color: rgb(153, 153, 153);"
583
+ />
584
+ <div>
585
+ <p
586
+ class="MuiTypography-root MuiTypography-body1 css-1hokke9-MuiTypography-root-scalebarRefName"
587
+ style="left: 3px; color: rgb(153, 102, 0);"
588
+ >
589
+ ctgA
590
+ </p>
1142
591
  <div
1143
- class="css-1f3h2yl-tick"
1144
- style="left: -1px;"
592
+ class="css-rtx9ov-scalebarContig-scalebarContigForward-scalebarBorder"
593
+ style="left: 0px; width: 72.72727272727273px; border-color: rgb(153, 102, 0);"
1145
594
  />
1146
595
  </div>
1147
596
  <div
1148
- class="css-1x3apsi-interRegionPaddingBlock"
1149
- style="background: none; width: 2px;"
597
+ class="css-2jeg0a-scalebarContig"
598
+ style="width: 0px; left: 72.72727272727273px; background-color: rgb(153, 153, 153);"
1150
599
  />
1151
- <div
1152
- class="css-1dmfa10-contentBlock"
1153
- style="width: 800px;"
1154
- >
1155
- <div
1156
- class="css-1f3h2yl-tick"
1157
- style="left: -1px;"
600
+ <div>
601
+ <p
602
+ class="MuiTypography-root MuiTypography-body1 css-1hokke9-MuiTypography-root-scalebarRefName"
603
+ style="left: 75.72727272727273px;"
1158
604
  >
1159
- <p
1160
- class="MuiTypography-root MuiTypography-body1 css-p92emw-MuiTypography-root-majorTickLabel"
1161
- >
1162
- 1,000
1163
- </p>
1164
- </div>
605
+ ctgB
606
+ </p>
1165
607
  <div
1166
- class="css-1f3h2yl-tick"
1167
- style="left: 199px;"
608
+ class="css-rtx9ov-scalebarContig-scalebarContigForward-scalebarBorder"
609
+ style="left: 72.72727272727273px; width: 727.2727272727273px;"
1168
610
  >
1169
611
  <p
1170
- class="MuiTypography-root MuiTypography-body1 css-p92emw-MuiTypography-root-majorTickLabel"
612
+ class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
613
+ style="left: 145.0909090909091px; pointer-events: none;"
1171
614
  >
1172
615
  1,200
1173
616
  </p>
1174
- </div>
1175
- <div
1176
- class="css-1f3h2yl-tick"
1177
- style="left: 399px;"
1178
- >
1179
617
  <p
1180
- class="MuiTypography-root MuiTypography-body1 css-p92emw-MuiTypography-root-majorTickLabel"
618
+ class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
619
+ style="left: 290.1818181818182px; pointer-events: none;"
1181
620
  >
1182
621
  1,400
1183
622
  </p>
1184
- </div>
1185
- <div
1186
- class="css-1f3h2yl-tick"
1187
- style="left: 599px;"
1188
- >
1189
623
  <p
1190
- class="MuiTypography-root MuiTypography-body1 css-p92emw-MuiTypography-root-majorTickLabel"
624
+ class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
625
+ style="left: 435.27272727272725px; pointer-events: none;"
1191
626
  >
1192
627
  1,600
1193
628
  </p>
1194
- </div>
1195
- <div
1196
- class="css-1f3h2yl-tick"
1197
- style="left: 799px;"
1198
- >
1199
629
  <p
1200
- class="MuiTypography-root MuiTypography-body1 css-p92emw-MuiTypography-root-majorTickLabel"
630
+ class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
631
+ style="left: 580.3636363636364px; pointer-events: none;"
1201
632
  >
1202
633
  1,800
1203
634
  </p>
635
+ <p
636
+ class="MuiTypography-root MuiTypography-body2 css-7mggk8-MuiTypography-root-scalebarLabel"
637
+ style="left: 725.4545454545454px; pointer-events: none;"
638
+ >
639
+ 2,000
640
+ </p>
1204
641
  </div>
1205
642
  </div>
1206
- </div>
643
+ <div
644
+ class="css-2jeg0a-scalebarContig"
645
+ style="width: 0px; left: 800px; background-color: rgb(153, 153, 153);"
646
+ />
647
+ </div>
1207
648
  </div>
1208
- <p
1209
- class="MuiTypography-root MuiTypography-body1 css-1vlu65o-MuiTypography-root-refLabel"
1210
- data-testid="refLabel-ctgA"
1211
- style="left: -1px; padding-left: 1px;"
649
+ </div>
650
+ <div
651
+ class="css-1fs11k8-overview"
652
+ >
653
+ <svg
654
+ class="css-1fsr3xw-overviewSvg"
655
+ height="48"
1212
656
  >
1213
- ctgA
1214
- </p>
1215
- <p
1216
- class="MuiTypography-root MuiTypography-body1 css-1vlu65o-MuiTypography-root-refLabel"
1217
- data-testid="refLabel-ctgB"
1218
- style="left: 101px; padding-left: 1px;"
657
+ <polygon
658
+ fill="rgba(66, 165, 245, 0.3)"
659
+ points="0,48,802,48,580,0,0,0"
660
+ stroke="rgba(66, 165, 245, 0.8)"
661
+ />
662
+ </svg>
663
+ <div
664
+ class="css-cwpsam-headerBar"
1219
665
  >
1220
- ctgB
1221
- </p>
666
+ <button
667
+ class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-7xx2bb-MuiButtonBase-root-MuiIconButton-root-toggleButton"
668
+ tabindex="0"
669
+ title="Open track selector"
670
+ type="button"
671
+ value="track_select"
672
+ >
673
+ <svg
674
+ aria-hidden="true"
675
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-1mgxsmk-MuiSvgIcon-root-buttonSpacer"
676
+ focusable="false"
677
+ viewBox="0 0 24 24"
678
+ >
679
+ <path
680
+ d="M21 19v-2H8v2h13m0-6v-2H8v2h13M8 7h13V5H8v2M4 5v2h2V5H4M3 5a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1V5m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2m1 6v2h2v-2H4m-1 0a1 1 0 011-1h2a1 1 0 011 1v2a1 1 0 01-1 1H4a1 1 0 01-1-1v-2z"
681
+ />
682
+ </svg>
683
+ <span
684
+ class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
685
+ />
686
+ </button>
687
+ <div
688
+ class="css-1n1xfjh-spacer"
689
+ />
690
+ <div
691
+ class="MuiFormGroup-root MuiFormGroup-row css-1gwpy8f-MuiFormGroup-root-headerForm"
692
+ >
693
+ <button
694
+ class="MuiButtonBase-root MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium css-1bqryi1-MuiButtonBase-root-MuiButton-root-panButton"
695
+ tabindex="0"
696
+ type="button"
697
+ >
698
+ <svg
699
+ aria-hidden="true"
700
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
701
+ data-testid="ArrowBackIcon"
702
+ focusable="false"
703
+ viewBox="0 0 24 24"
704
+ >
705
+ <path
706
+ d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"
707
+ />
708
+ </svg>
709
+ <span
710
+ class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
711
+ />
712
+ </button>
713
+ <button
714
+ class="MuiButtonBase-root MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeMedium MuiButton-outlinedSizeMedium css-1bqryi1-MuiButtonBase-root-MuiButton-root-panButton"
715
+ tabindex="0"
716
+ type="button"
717
+ >
718
+ <svg
719
+ aria-hidden="true"
720
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
721
+ data-testid="ArrowForwardIcon"
722
+ focusable="false"
723
+ viewBox="0 0 24 24"
724
+ >
725
+ <path
726
+ d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
727
+ />
728
+ </svg>
729
+ <span
730
+ class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
731
+ />
732
+ </button>
733
+ <div
734
+ class="MuiAutocomplete-root css-l3ln04-MuiAutocomplete-root"
735
+ data-testid="autocomplete"
736
+ style="width: 260.27500000000003px;"
737
+ >
738
+ <div
739
+ class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-1efd6m0-MuiFormControl-root-MuiTextField-root-headerRefName"
740
+ style="margin: 7px;"
741
+ >
742
+ <div
743
+ class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl MuiInputBase-adornedEnd MuiAutocomplete-inputRoot css-154xyx0-MuiInputBase-root-MuiOutlinedInput-root"
744
+ style="padding: 0px; height: 32px; background: rgba(255, 255, 255, 0.8);"
745
+ >
746
+ <input
747
+ aria-autocomplete="list"
748
+ aria-expanded="false"
749
+ aria-invalid="false"
750
+ autocapitalize="none"
751
+ autocomplete="off"
752
+ class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedEnd MuiAutocomplete-input MuiAutocomplete-inputFocused css-nxo287-MuiInputBase-input-MuiOutlinedInput-input"
753
+ id="mui-9"
754
+ placeholder="Search for location"
755
+ role="combobox"
756
+ spellcheck="false"
757
+ type="text"
758
+ value="ctgA:1..100 ctgB:1,001..1,698"
759
+ />
760
+ <div
761
+ class="MuiInputAdornment-root MuiInputAdornment-positionEnd MuiInputAdornment-outlined MuiInputAdornment-sizeMedium css-1laqsz7-MuiInputAdornment-root"
762
+ style="margin-right: 7px;"
763
+ >
764
+ <svg
765
+ aria-hidden="true"
766
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
767
+ data-testid="SearchIcon"
768
+ focusable="false"
769
+ viewBox="0 0 24 24"
770
+ >
771
+ <path
772
+ d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
773
+ />
774
+ </svg>
775
+ <button
776
+ class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-1pe4mpk-MuiButtonBase-root-MuiIconButton-root"
777
+ tabindex="0"
778
+ type="button"
779
+ >
780
+ <svg
781
+ aria-hidden="true"
782
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
783
+ data-testid="HelpIcon"
784
+ focusable="false"
785
+ viewBox="0 0 24 24"
786
+ >
787
+ <path
788
+ d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"
789
+ />
790
+ </svg>
791
+ <span
792
+ class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
793
+ />
794
+ </button>
795
+ </div>
796
+ <fieldset
797
+ aria-hidden="true"
798
+ class="MuiOutlinedInput-notchedOutline css-1d3z3hw-MuiOutlinedInput-notchedOutline"
799
+ >
800
+ <legend
801
+ class="css-ihdtdm"
802
+ >
803
+ <span
804
+ class="notranslate"
805
+ >
806
+
807
+ </span>
808
+ </legend>
809
+ </fieldset>
810
+ </div>
811
+ </div>
812
+ </div>
813
+ </div>
814
+ <p
815
+ class="MuiTypography-root MuiTypography-body2 css-1lztmv5-MuiTypography-root-bp"
816
+ >
817
+ 798bp
818
+ </p>
819
+ <div
820
+ class="css-z84q6m-container"
821
+ >
822
+ <button
823
+ class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeLarge css-mf1cb5-MuiButtonBase-root-MuiIconButton-root"
824
+ data-testid="zoom_out"
825
+ tabindex="0"
826
+ type="button"
827
+ >
828
+ <svg
829
+ aria-hidden="true"
830
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
831
+ data-testid="ZoomOutIcon"
832
+ focusable="false"
833
+ viewBox="0 0 24 24"
834
+ >
835
+ <path
836
+ d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zM7 9h5v1H7z"
837
+ />
838
+ </svg>
839
+ <span
840
+ class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
841
+ />
842
+ </button>
843
+ <span
844
+ class="MuiSlider-root MuiSlider-colorPrimary MuiSlider-sizeSmall css-1ub3usb-MuiSlider-root-slider"
845
+ >
846
+ <span
847
+ class="MuiSlider-rail css-14pt78w-MuiSlider-rail"
848
+ />
849
+ <span
850
+ class="MuiSlider-track css-1n40zqk-MuiSlider-track"
851
+ style="left: 0%; width: 9.774680693120512%;"
852
+ />
853
+ <span
854
+ class="MuiSlider-thumb MuiSlider-thumbSizeSmall MuiSlider-thumbColorPrimary MuiSlider-thumb MuiSlider-thumbSizeSmall MuiSlider-thumbColorPrimary css-14gf62f-MuiSlider-thumb"
855
+ data-index="0"
856
+ style="left: 9.774680693120512%;"
857
+ >
858
+ <input
859
+ aria-orientation="horizontal"
860
+ aria-valuemax="564.3856189774724"
861
+ aria-valuemin="-61.143471208234715"
862
+ aria-valuenow="0"
863
+ data-index="0"
864
+ max="564.3856189774724"
865
+ min="-61.143471208234715"
866
+ step="1"
867
+ style="border: 0px; height: 100%; margin: -1px; overflow: hidden; padding: 0px; position: absolute; white-space: nowrap; width: 100%; direction: ltr;"
868
+ type="range"
869
+ value="0"
870
+ />
871
+ </span>
872
+ </span>
873
+ <button
874
+ class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeLarge css-mf1cb5-MuiButtonBase-root-MuiIconButton-root"
875
+ data-testid="zoom_in"
876
+ tabindex="0"
877
+ type="button"
878
+ >
879
+ <svg
880
+ aria-hidden="true"
881
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
882
+ data-testid="ZoomInIcon"
883
+ focusable="false"
884
+ viewBox="0 0 24 24"
885
+ >
886
+ <path
887
+ d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
888
+ />
889
+ <path
890
+ d="M12 10h-2v2H9v-2H7V9h2V7h1v2h2v1z"
891
+ />
892
+ </svg>
893
+ <span
894
+ class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
895
+ />
896
+ </button>
897
+ </div>
898
+ <div
899
+ class="css-1n1xfjh-spacer"
900
+ />
901
+ </div>
1222
902
  </div>
1223
903
  </div>
1224
904
  <div
1225
- class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded css-dewezf-MuiPaper-root-root"
905
+ class="css-75rarj-tracksContainer"
906
+ data-testid="trackContainer"
1226
907
  >
1227
908
  <div
1228
- class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 css-lv7b0o-MuiPaper-root-trackLabel-trackLabelOverlap-root"
909
+ class="css-1rfvwmf-verticalGuidesZoomContainer"
1229
910
  >
1230
- <span
1231
- class="css-10js96-dragHandle"
1232
- data-testid="dragHandle-lgv-testConfig"
1233
- draggable="true"
1234
- >
1235
- <svg
1236
- aria-hidden="true"
1237
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-1cz9l96-MuiSvgIcon-root-dragHandleIcon"
1238
- data-testid="DragIndicatorIcon"
1239
- focusable="false"
1240
- viewBox="0 0 24 24"
1241
- >
1242
- <path
1243
- d="M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
1244
- />
1245
- </svg>
1246
- </span>
1247
- <button
1248
- class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeMedium css-9e64ep-MuiButtonBase-root-MuiIconButton-root-iconButton"
1249
- tabindex="0"
1250
- title="close this track"
1251
- type="button"
911
+ <div
912
+ class="css-17gfnt3-verticalGuidesContainer"
913
+ style="left: -800px; width: 1702px;"
1252
914
  >
1253
- <svg
1254
- aria-hidden="true"
1255
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
1256
- data-testid="CloseIcon"
1257
- focusable="false"
1258
- viewBox="0 0 24 24"
915
+ <div
916
+ class="css-a9ifge-boundaryPaddingBlock"
917
+ style="width: 800px;"
918
+ />
919
+ <div
920
+ class="css-1dmfa10-contentBlock"
921
+ style="width: 100px;"
1259
922
  >
1260
- <path
1261
- d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
923
+ <div
924
+ class="css-i794sq-tick-minorTick"
925
+ style="left: -21px;"
1262
926
  />
1263
- </svg>
1264
- <span
1265
- class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
927
+ <div
928
+ class="css-1qcgmte-tick-majorTick"
929
+ style="left: -1px;"
930
+ />
931
+ <div
932
+ class="css-i794sq-tick-minorTick"
933
+ style="left: 19px;"
934
+ />
935
+ <div
936
+ class="css-i794sq-tick-minorTick"
937
+ style="left: 39px;"
938
+ />
939
+ <div
940
+ class="css-i794sq-tick-minorTick"
941
+ style="left: 59px;"
942
+ />
943
+ <div
944
+ class="css-i794sq-tick-minorTick"
945
+ style="left: 79px;"
946
+ />
947
+ <div
948
+ class="css-i794sq-tick-minorTick"
949
+ style="left: 99px;"
950
+ />
951
+ <div
952
+ class="css-i794sq-tick-minorTick"
953
+ style="left: 119px;"
954
+ />
955
+ <div
956
+ class="css-i794sq-tick-minorTick"
957
+ style="left: 139px;"
958
+ />
959
+ </div>
960
+ <div
961
+ class="css-1b6zgog-interRegionPaddingBlock"
962
+ style="width: 2px;"
1266
963
  />
1267
- </button>
1268
- <span
1269
- class="MuiTypography-root MuiTypography-body1 css-877agm-MuiTypography-root-trackName"
1270
- >
1271
- <span>
1272
- Foo Track
1273
- </span>
1274
- </span>
1275
- <button
1276
- aria-haspopup="true"
1277
- class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeMedium css-9e64ep-MuiButtonBase-root-MuiIconButton-root-iconButton"
1278
- data-testid="track_menu_icon"
1279
- tabindex="0"
1280
- type="button"
1281
- >
1282
- <svg
1283
- aria-hidden="true"
1284
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
1285
- data-testid="MoreVertIcon"
1286
- focusable="false"
1287
- viewBox="0 0 24 24"
964
+ <div
965
+ class="css-1dmfa10-contentBlock"
966
+ style="width: 800px;"
1288
967
  >
1289
- <path
1290
- d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
968
+ <div
969
+ class="css-i794sq-tick-minorTick"
970
+ style="left: -21px;"
1291
971
  />
1292
- </svg>
1293
- <span
1294
- class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
1295
- />
1296
- </button>
972
+ <div
973
+ class="css-1qcgmte-tick-majorTick"
974
+ style="left: -1px;"
975
+ />
976
+ <div
977
+ class="css-i794sq-tick-minorTick"
978
+ style="left: 19px;"
979
+ />
980
+ <div
981
+ class="css-i794sq-tick-minorTick"
982
+ style="left: 39px;"
983
+ />
984
+ <div
985
+ class="css-i794sq-tick-minorTick"
986
+ style="left: 59px;"
987
+ />
988
+ <div
989
+ class="css-i794sq-tick-minorTick"
990
+ style="left: 79px;"
991
+ />
992
+ <div
993
+ class="css-i794sq-tick-minorTick"
994
+ style="left: 99px;"
995
+ />
996
+ <div
997
+ class="css-i794sq-tick-minorTick"
998
+ style="left: 119px;"
999
+ />
1000
+ <div
1001
+ class="css-i794sq-tick-minorTick"
1002
+ style="left: 139px;"
1003
+ />
1004
+ <div
1005
+ class="css-i794sq-tick-minorTick"
1006
+ style="left: 159px;"
1007
+ />
1008
+ <div
1009
+ class="css-i794sq-tick-minorTick"
1010
+ style="left: 179px;"
1011
+ />
1012
+ <div
1013
+ class="css-1qcgmte-tick-majorTick"
1014
+ style="left: 199px;"
1015
+ />
1016
+ <div
1017
+ class="css-i794sq-tick-minorTick"
1018
+ style="left: 219px;"
1019
+ />
1020
+ <div
1021
+ class="css-i794sq-tick-minorTick"
1022
+ style="left: 239px;"
1023
+ />
1024
+ <div
1025
+ class="css-i794sq-tick-minorTick"
1026
+ style="left: 259px;"
1027
+ />
1028
+ <div
1029
+ class="css-i794sq-tick-minorTick"
1030
+ style="left: 279px;"
1031
+ />
1032
+ <div
1033
+ class="css-i794sq-tick-minorTick"
1034
+ style="left: 299px;"
1035
+ />
1036
+ <div
1037
+ class="css-i794sq-tick-minorTick"
1038
+ style="left: 319px;"
1039
+ />
1040
+ <div
1041
+ class="css-i794sq-tick-minorTick"
1042
+ style="left: 339px;"
1043
+ />
1044
+ <div
1045
+ class="css-i794sq-tick-minorTick"
1046
+ style="left: 359px;"
1047
+ />
1048
+ <div
1049
+ class="css-i794sq-tick-minorTick"
1050
+ style="left: 379px;"
1051
+ />
1052
+ <div
1053
+ class="css-1qcgmte-tick-majorTick"
1054
+ style="left: 399px;"
1055
+ />
1056
+ <div
1057
+ class="css-i794sq-tick-minorTick"
1058
+ style="left: 419px;"
1059
+ />
1060
+ <div
1061
+ class="css-i794sq-tick-minorTick"
1062
+ style="left: 439px;"
1063
+ />
1064
+ <div
1065
+ class="css-i794sq-tick-minorTick"
1066
+ style="left: 459px;"
1067
+ />
1068
+ <div
1069
+ class="css-i794sq-tick-minorTick"
1070
+ style="left: 479px;"
1071
+ />
1072
+ <div
1073
+ class="css-i794sq-tick-minorTick"
1074
+ style="left: 499px;"
1075
+ />
1076
+ <div
1077
+ class="css-i794sq-tick-minorTick"
1078
+ style="left: 519px;"
1079
+ />
1080
+ <div
1081
+ class="css-i794sq-tick-minorTick"
1082
+ style="left: 539px;"
1083
+ />
1084
+ <div
1085
+ class="css-i794sq-tick-minorTick"
1086
+ style="left: 559px;"
1087
+ />
1088
+ <div
1089
+ class="css-i794sq-tick-minorTick"
1090
+ style="left: 579px;"
1091
+ />
1092
+ <div
1093
+ class="css-1qcgmte-tick-majorTick"
1094
+ style="left: 599px;"
1095
+ />
1096
+ <div
1097
+ class="css-i794sq-tick-minorTick"
1098
+ style="left: 619px;"
1099
+ />
1100
+ <div
1101
+ class="css-i794sq-tick-minorTick"
1102
+ style="left: 639px;"
1103
+ />
1104
+ <div
1105
+ class="css-i794sq-tick-minorTick"
1106
+ style="left: 659px;"
1107
+ />
1108
+ <div
1109
+ class="css-i794sq-tick-minorTick"
1110
+ style="left: 679px;"
1111
+ />
1112
+ <div
1113
+ class="css-i794sq-tick-minorTick"
1114
+ style="left: 699px;"
1115
+ />
1116
+ <div
1117
+ class="css-i794sq-tick-minorTick"
1118
+ style="left: 719px;"
1119
+ />
1120
+ <div
1121
+ class="css-i794sq-tick-minorTick"
1122
+ style="left: 739px;"
1123
+ />
1124
+ <div
1125
+ class="css-i794sq-tick-minorTick"
1126
+ style="left: 759px;"
1127
+ />
1128
+ <div
1129
+ class="css-i794sq-tick-minorTick"
1130
+ style="left: 779px;"
1131
+ />
1132
+ <div
1133
+ class="css-1qcgmte-tick-majorTick"
1134
+ style="left: 799px;"
1135
+ />
1136
+ <div
1137
+ class="css-i794sq-tick-minorTick"
1138
+ style="left: 819px;"
1139
+ />
1140
+ <div
1141
+ class="css-i794sq-tick-minorTick"
1142
+ style="left: 839px;"
1143
+ />
1144
+ </div>
1145
+ </div>
1297
1146
  </div>
1298
1147
  <div
1299
- class="css-1ql7uaq-trackRenderingContainer"
1300
- data-testid="trackRenderingContainer-lgv-testConfig"
1301
- style="height: 100px;"
1148
+ class="css-dznme2-rubberbandControl"
1149
+ data-testid="rubberband_controls"
1302
1150
  >
1303
1151
  <div
1304
- class="css-v11ioz-renderingComponentContainer"
1305
- style="transform: scaleX(1);"
1152
+ class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded css-1coqp07-MuiPaper-root-scalebarContainer"
1153
+ data-resizer="true"
1154
+ style="height: 17px; box-sizing: border-box;"
1306
1155
  >
1307
1156
  <div
1308
- class="css-1y9lrrz-display"
1309
- data-testid="display-testConfig-LinearBareDisplay"
1157
+ class="css-khofof-scalebarZoomContainer"
1310
1158
  >
1311
1159
  <div
1312
- class="css-d6gpow-linearBlocks"
1313
- style="left: -800px;"
1160
+ class="css-y3821b-scalebar"
1161
+ style="left: -801px; width: 1702px; height: 17px; box-sizing: border-box;"
1314
1162
  >
1315
1163
  <div
1316
1164
  class="css-a9ifge-boundaryPaddingBlock"
@@ -1320,170 +1168,352 @@ exports[`renders two tracks, two regions 1`] = `
1320
1168
  class="css-1dmfa10-contentBlock"
1321
1169
  style="width: 100px;"
1322
1170
  >
1323
- <svg
1324
- data-testid="svgfeatures"
1325
- height="100"
1326
- width="100"
1171
+ <div
1172
+ class="css-1f3h2yl-tick"
1173
+ style="left: -1px;"
1327
1174
  />
1328
1175
  </div>
1329
1176
  <div
1330
- class="css-1x3apsi-interRegionPaddingBlock"
1177
+ class="css-1b6zgog-interRegionPaddingBlock"
1331
1178
  style="background: none; width: 2px;"
1332
1179
  />
1333
1180
  <div
1334
1181
  class="css-1dmfa10-contentBlock"
1335
1182
  style="width: 800px;"
1336
1183
  >
1337
- <svg
1338
- data-testid="svgfeatures"
1339
- height="100"
1340
- width="800"
1341
- />
1184
+ <div
1185
+ class="css-1f3h2yl-tick"
1186
+ style="left: -1px;"
1187
+ >
1188
+ <p
1189
+ class="MuiTypography-root MuiTypography-body1 css-p92emw-MuiTypography-root-majorTickLabel"
1190
+ >
1191
+ 1,000
1192
+ </p>
1193
+ </div>
1194
+ <div
1195
+ class="css-1f3h2yl-tick"
1196
+ style="left: 199px;"
1197
+ >
1198
+ <p
1199
+ class="MuiTypography-root MuiTypography-body1 css-p92emw-MuiTypography-root-majorTickLabel"
1200
+ >
1201
+ 1,200
1202
+ </p>
1203
+ </div>
1204
+ <div
1205
+ class="css-1f3h2yl-tick"
1206
+ style="left: 399px;"
1207
+ >
1208
+ <p
1209
+ class="MuiTypography-root MuiTypography-body1 css-p92emw-MuiTypography-root-majorTickLabel"
1210
+ >
1211
+ 1,400
1212
+ </p>
1213
+ </div>
1214
+ <div
1215
+ class="css-1f3h2yl-tick"
1216
+ style="left: 599px;"
1217
+ >
1218
+ <p
1219
+ class="MuiTypography-root MuiTypography-body1 css-p92emw-MuiTypography-root-majorTickLabel"
1220
+ >
1221
+ 1,600
1222
+ </p>
1223
+ </div>
1224
+ <div
1225
+ class="css-1f3h2yl-tick"
1226
+ style="left: 799px;"
1227
+ >
1228
+ <p
1229
+ class="MuiTypography-root MuiTypography-body1 css-p92emw-MuiTypography-root-majorTickLabel"
1230
+ >
1231
+ 1,800
1232
+ </p>
1233
+ </div>
1342
1234
  </div>
1343
1235
  </div>
1344
1236
  </div>
1237
+ <p
1238
+ class="MuiTypography-root MuiTypography-body1 css-1vlu65o-MuiTypography-root-refLabel"
1239
+ data-testid="refLabel-ctgA"
1240
+ style="left: -1px; padding-left: 1px;"
1241
+ >
1242
+ ctgA
1243
+ </p>
1244
+ <p
1245
+ class="MuiTypography-root MuiTypography-body1 css-1vlu65o-MuiTypography-root-refLabel"
1246
+ data-testid="refLabel-ctgB"
1247
+ style="left: 101px; padding-left: 1px;"
1248
+ >
1249
+ ctgB
1250
+ </p>
1345
1251
  </div>
1346
1252
  </div>
1347
1253
  <div
1348
- class="css-1hk9st0-overlay"
1349
- style="height: 100px;"
1350
- />
1351
- <div
1352
- class="css-14zcv15-horizontalHandle-resizeHandle"
1353
- data-resizer="true"
1354
- />
1355
- </div>
1356
- <div
1357
- class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded css-dewezf-MuiPaper-root-root"
1358
- >
1359
- <div
1360
- class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 css-lv7b0o-MuiPaper-root-trackLabel-trackLabelOverlap-root"
1254
+ class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded css-dewezf-MuiPaper-root-root"
1361
1255
  >
1362
- <span
1363
- class="css-10js96-dragHandle"
1364
- data-testid="dragHandle-lgv-testConfig2"
1365
- draggable="true"
1256
+ <div
1257
+ class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 css-lv7b0o-MuiPaper-root-trackLabel-trackLabelOverlap-root"
1366
1258
  >
1367
- <svg
1368
- aria-hidden="true"
1369
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-1cz9l96-MuiSvgIcon-root-dragHandleIcon"
1370
- data-testid="DragIndicatorIcon"
1371
- focusable="false"
1372
- viewBox="0 0 24 24"
1259
+ <span
1260
+ class="css-k4omgw-dragHandle"
1261
+ data-testid="dragHandle-lgv-testConfig"
1262
+ draggable="true"
1373
1263
  >
1374
- <path
1375
- d="M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
1376
- />
1377
- </svg>
1378
- </span>
1379
- <button
1380
- class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeMedium css-9e64ep-MuiButtonBase-root-MuiIconButton-root-iconButton"
1381
- tabindex="0"
1382
- title="close this track"
1383
- type="button"
1384
- >
1385
- <svg
1386
- aria-hidden="true"
1387
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
1388
- data-testid="CloseIcon"
1389
- focusable="false"
1390
- viewBox="0 0 24 24"
1264
+ <svg
1265
+ aria-hidden="true"
1266
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-1cz9l96-MuiSvgIcon-root-dragHandleIcon"
1267
+ data-testid="DragIndicatorIcon"
1268
+ focusable="false"
1269
+ viewBox="0 0 24 24"
1270
+ >
1271
+ <path
1272
+ d="M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
1273
+ />
1274
+ </svg>
1275
+ </span>
1276
+ <button
1277
+ class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-15mrns3-MuiButtonBase-root-MuiIconButton-root-iconButton"
1278
+ tabindex="0"
1279
+ title="close this track"
1280
+ type="button"
1391
1281
  >
1392
- <path
1393
- d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
1282
+ <svg
1283
+ aria-hidden="true"
1284
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
1285
+ data-testid="CloseIcon"
1286
+ focusable="false"
1287
+ viewBox="0 0 24 24"
1288
+ >
1289
+ <path
1290
+ d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
1291
+ />
1292
+ </svg>
1293
+ <span
1294
+ class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
1394
1295
  />
1395
- </svg>
1296
+ </button>
1396
1297
  <span
1397
- class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
1398
- />
1399
- </button>
1400
- <span
1401
- class="MuiTypography-root MuiTypography-body1 css-877agm-MuiTypography-root-trackName"
1402
- >
1403
- <span>
1404
- Bar Track
1298
+ class="MuiTypography-root MuiTypography-body1 css-877agm-MuiTypography-root-trackName"
1299
+ >
1300
+ <span>
1301
+ Foo Track
1302
+ </span>
1405
1303
  </span>
1406
- </span>
1407
- <button
1408
- aria-haspopup="true"
1409
- class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeMedium css-9e64ep-MuiButtonBase-root-MuiIconButton-root-iconButton"
1410
- data-testid="track_menu_icon"
1411
- tabindex="0"
1412
- type="button"
1413
- >
1414
- <svg
1415
- aria-hidden="true"
1416
- class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
1417
- data-testid="MoreVertIcon"
1418
- focusable="false"
1419
- viewBox="0 0 24 24"
1304
+ <button
1305
+ aria-haspopup="true"
1306
+ class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-15mrns3-MuiButtonBase-root-MuiIconButton-root-iconButton"
1307
+ data-testid="track_menu_icon"
1308
+ tabindex="0"
1309
+ type="button"
1420
1310
  >
1421
- <path
1422
- d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
1311
+ <svg
1312
+ aria-hidden="true"
1313
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
1314
+ data-testid="MoreVertIcon"
1315
+ focusable="false"
1316
+ viewBox="0 0 24 24"
1317
+ >
1318
+ <path
1319
+ d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
1320
+ />
1321
+ </svg>
1322
+ <span
1323
+ class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
1423
1324
  />
1424
- </svg>
1425
- <span
1426
- class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
1427
- />
1428
- </button>
1429
- </div>
1430
- <div
1431
- class="css-1ql7uaq-trackRenderingContainer"
1432
- data-testid="trackRenderingContainer-lgv-testConfig2"
1433
- style="height: 100px;"
1434
- >
1325
+ </button>
1326
+ </div>
1435
1327
  <div
1436
- class="css-v11ioz-renderingComponentContainer"
1437
- style="transform: scaleX(1);"
1328
+ class="css-1ql7uaq-trackRenderingContainer"
1329
+ data-testid="trackRenderingContainer-lgv-testConfig"
1330
+ style="height: 100px;"
1438
1331
  >
1439
1332
  <div
1440
- class="css-1y9lrrz-display"
1441
- data-testid="display-testConfig2-LinearBareDisplay"
1333
+ class="css-v11ioz-renderingComponentContainer"
1334
+ style="transform: scaleX(1);"
1442
1335
  >
1443
1336
  <div
1444
- class="css-d6gpow-linearBlocks"
1445
- style="left: -800px;"
1337
+ class="css-1y9lrrz-display"
1338
+ data-testid="display-testConfig-LinearBareDisplay"
1446
1339
  >
1447
1340
  <div
1448
- class="css-a9ifge-boundaryPaddingBlock"
1449
- style="background: none; width: 800px;"
1450
- />
1451
- <div
1452
- class="css-1dmfa10-contentBlock"
1453
- style="width: 100px;"
1341
+ class="css-d6gpow-linearBlocks"
1342
+ style="left: -800px;"
1454
1343
  >
1455
- <svg
1456
- data-testid="svgfeatures"
1457
- height="100"
1458
- width="100"
1344
+ <div
1345
+ class="css-a9ifge-boundaryPaddingBlock"
1346
+ style="background: none; width: 800px;"
1347
+ />
1348
+ <div
1349
+ class="css-1dmfa10-contentBlock"
1350
+ style="width: 100px;"
1351
+ >
1352
+ <svg
1353
+ data-testid="svgfeatures"
1354
+ height="100"
1355
+ width="100"
1356
+ />
1357
+ </div>
1358
+ <div
1359
+ class="css-1b6zgog-interRegionPaddingBlock"
1360
+ style="background: none; width: 2px;"
1459
1361
  />
1362
+ <div
1363
+ class="css-1dmfa10-contentBlock"
1364
+ style="width: 800px;"
1365
+ >
1366
+ <svg
1367
+ data-testid="svgfeatures"
1368
+ height="100"
1369
+ width="800"
1370
+ />
1371
+ </div>
1460
1372
  </div>
1461
- <div
1462
- class="css-1x3apsi-interRegionPaddingBlock"
1463
- style="background: none; width: 2px;"
1373
+ </div>
1374
+ </div>
1375
+ </div>
1376
+ <div
1377
+ class="css-1hk9st0-overlay"
1378
+ style="height: 100px;"
1379
+ />
1380
+ <div
1381
+ class="css-14zcv15-horizontalHandle-resizeHandle"
1382
+ data-resizer="true"
1383
+ />
1384
+ </div>
1385
+ <div
1386
+ class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded css-dewezf-MuiPaper-root-root"
1387
+ >
1388
+ <div
1389
+ class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 css-lv7b0o-MuiPaper-root-trackLabel-trackLabelOverlap-root"
1390
+ >
1391
+ <span
1392
+ class="css-k4omgw-dragHandle"
1393
+ data-testid="dragHandle-lgv-testConfig2"
1394
+ draggable="true"
1395
+ >
1396
+ <svg
1397
+ aria-hidden="true"
1398
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-1cz9l96-MuiSvgIcon-root-dragHandleIcon"
1399
+ data-testid="DragIndicatorIcon"
1400
+ focusable="false"
1401
+ viewBox="0 0 24 24"
1402
+ >
1403
+ <path
1404
+ d="M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
1405
+ />
1406
+ </svg>
1407
+ </span>
1408
+ <button
1409
+ class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-15mrns3-MuiButtonBase-root-MuiIconButton-root-iconButton"
1410
+ tabindex="0"
1411
+ title="close this track"
1412
+ type="button"
1413
+ >
1414
+ <svg
1415
+ aria-hidden="true"
1416
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
1417
+ data-testid="CloseIcon"
1418
+ focusable="false"
1419
+ viewBox="0 0 24 24"
1420
+ >
1421
+ <path
1422
+ d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
1464
1423
  />
1424
+ </svg>
1425
+ <span
1426
+ class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
1427
+ />
1428
+ </button>
1429
+ <span
1430
+ class="MuiTypography-root MuiTypography-body1 css-877agm-MuiTypography-root-trackName"
1431
+ >
1432
+ <span>
1433
+ Bar Track
1434
+ </span>
1435
+ </span>
1436
+ <button
1437
+ aria-haspopup="true"
1438
+ class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-15mrns3-MuiButtonBase-root-MuiIconButton-root-iconButton"
1439
+ data-testid="track_menu_icon"
1440
+ tabindex="0"
1441
+ type="button"
1442
+ >
1443
+ <svg
1444
+ aria-hidden="true"
1445
+ class="MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-ptiqhd-MuiSvgIcon-root"
1446
+ data-testid="MoreVertIcon"
1447
+ focusable="false"
1448
+ viewBox="0 0 24 24"
1449
+ >
1450
+ <path
1451
+ d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
1452
+ />
1453
+ </svg>
1454
+ <span
1455
+ class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
1456
+ />
1457
+ </button>
1458
+ </div>
1459
+ <div
1460
+ class="css-1ql7uaq-trackRenderingContainer"
1461
+ data-testid="trackRenderingContainer-lgv-testConfig2"
1462
+ style="height: 100px;"
1463
+ >
1464
+ <div
1465
+ class="css-v11ioz-renderingComponentContainer"
1466
+ style="transform: scaleX(1);"
1467
+ >
1468
+ <div
1469
+ class="css-1y9lrrz-display"
1470
+ data-testid="display-testConfig2-LinearBareDisplay"
1471
+ >
1465
1472
  <div
1466
- class="css-1dmfa10-contentBlock"
1467
- style="width: 800px;"
1473
+ class="css-d6gpow-linearBlocks"
1474
+ style="left: -800px;"
1468
1475
  >
1469
- <svg
1470
- data-testid="svgfeatures"
1471
- height="100"
1472
- width="800"
1476
+ <div
1477
+ class="css-a9ifge-boundaryPaddingBlock"
1478
+ style="background: none; width: 800px;"
1479
+ />
1480
+ <div
1481
+ class="css-1dmfa10-contentBlock"
1482
+ style="width: 100px;"
1483
+ >
1484
+ <svg
1485
+ data-testid="svgfeatures"
1486
+ height="100"
1487
+ width="100"
1488
+ />
1489
+ </div>
1490
+ <div
1491
+ class="css-1b6zgog-interRegionPaddingBlock"
1492
+ style="background: none; width: 2px;"
1473
1493
  />
1494
+ <div
1495
+ class="css-1dmfa10-contentBlock"
1496
+ style="width: 800px;"
1497
+ >
1498
+ <svg
1499
+ data-testid="svgfeatures"
1500
+ height="100"
1501
+ width="800"
1502
+ />
1503
+ </div>
1474
1504
  </div>
1475
1505
  </div>
1476
1506
  </div>
1477
1507
  </div>
1508
+ <div
1509
+ class="css-1hk9st0-overlay"
1510
+ style="height: 100px;"
1511
+ />
1512
+ <div
1513
+ class="css-14zcv15-horizontalHandle-resizeHandle"
1514
+ data-resizer="true"
1515
+ />
1478
1516
  </div>
1479
- <div
1480
- class="css-1hk9st0-overlay"
1481
- style="height: 100px;"
1482
- />
1483
- <div
1484
- class="css-14zcv15-horizontalHandle-resizeHandle"
1485
- data-resizer="true"
1486
- />
1487
1517
  </div>
1488
1518
  </div>
1489
1519
  </div>