@genome-spy/app 0.58.2 → 0.58.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- /package/dist/{index.css → style.css} +0 -0
package/dist/index.es.js
CHANGED
@@ -30225,7 +30225,7 @@ function v3(e) {
|
|
30225
30225
|
}
|
30226
30226
|
}), t;
|
30227
30227
|
}
|
30228
|
-
const jz = "@genome-spy/app", _z = "GenomeSpy-based visualization tool for multiple patient samples", Wz = { name: "Kari Lavikka", email: "kari.lavikka@helsinki.fi" }, Yz = [], Qz = "MIT", qz = "0.58.
|
30228
|
+
const jz = "@genome-spy/app", _z = "GenomeSpy-based visualization tool for multiple patient samples", Wz = { name: "Kari Lavikka", email: "kari.lavikka@helsinki.fi" }, Yz = [], Qz = "MIT", qz = "0.58.3", Xz = "dist/index.js", Kz = "module", Zz = ["dist/"], $z = { type: "git", url: "github:genome-spy/genome-spy", directory: "packages/app" }, Jz = { dev: "node dev-server.mjs", build: "vite build", "test:tsc": "tsc -p tsconfig.json --noEmit", prepublishOnly: "npm run build" }, eN = { "@floating-ui/dom": "^1.6.1", "@fortawesome/fontawesome-free": "^6.4.2", "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", "@genome-spy/core": "^0.58.1", "@reduxjs/toolkit": "^1.8.4", idb: "^7.1.1", lit: "^3.1.2", "lz-string": "^1.4.4", mapsort: "^1.0.5", micromark: "^4.0.0", "redux-batched-actions": "^0.5.0", "redux-undo": "^1.0.1" }, tN = "f78e9605b56dd24bbf0e50b6fb75a0dcf52c1ba2", w2 = {
|
30229
30229
|
name: jz,
|
30230
30230
|
description: _z,
|
30231
30231
|
author: Wz,
|
package/dist/index.js
CHANGED
@@ -3163,7 +3163,7 @@ svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
3163
3163
|
/>
|
3164
3164
|
${Dq([123],()=>this._getSearchHelp())}
|
3165
3165
|
</div>
|
3166
|
-
`}}customElements.define("genome-spy-search-field",Rq);function Bq(e,t){return new Promise(n=>{let r=0;const i=700/e.length+30;function o(){t.value=e.substring(0,r),r>=e.length?setTimeout(n,500):(r++,setTimeout(o,Math.random()*i*2))}o()})}function y_(e){let t;return e.visit(n=>{for(const r of["x","y"]){const i=n.resolutions.scale[r];if(i&&i.type=="locus"&&i.isZoomable())return t=i,ca}}),t}const w_={name:"@genome-spy/app",description:"GenomeSpy-based visualization tool for multiple patient samples",author:{name:"Kari Lavikka",email:"kari.lavikka@helsinki.fi"},contributors:[],license:"MIT",version:"0.58.
|
3166
|
+
`}}customElements.define("genome-spy-search-field",Rq);function Bq(e,t){return new Promise(n=>{let r=0;const i=700/e.length+30;function o(){t.value=e.substring(0,r),r>=e.length?setTimeout(n,500):(r++,setTimeout(o,Math.random()*i*2))}o()})}function y_(e){let t;return e.visit(n=>{for(const r of["x","y"]){const i=n.resolutions.scale[r];if(i&&i.type=="locus"&&i.isZoomable())return t=i,ca}}),t}const w_={name:"@genome-spy/app",description:"GenomeSpy-based visualization tool for multiple patient samples",author:{name:"Kari Lavikka",email:"kari.lavikka@helsinki.fi"},contributors:[],license:"MIT",version:"0.58.3",main:"dist/index.js",type:"module",files:["dist/"],repository:{type:"git",url:"github:genome-spy/genome-spy",directory:"packages/app"},scripts:{dev:"node dev-server.mjs",build:"vite build","test:tsc":"tsc -p tsconfig.json --noEmit",prepublishOnly:"npm run build"},dependencies:{"@floating-ui/dom":"^1.6.1","@fortawesome/fontawesome-free":"^6.4.2","@fortawesome/fontawesome-svg-core":"^6.4.2","@fortawesome/free-solid-svg-icons":"^6.4.2","@genome-spy/core":"^0.58.1","@reduxjs/toolkit":"^1.8.4",idb:"^7.1.1",lit:"^3.1.2","lz-string":"^1.4.4",mapsort:"^1.0.5",micromark:"^4.0.0","redux-batched-actions":"^0.5.0","redux-undo":"^1.0.1"},gitHead:"f78e9605b56dd24bbf0e50b6fb75a0dcf52c1ba2"};/**
|
3167
3167
|
* @license
|
3168
3168
|
* Copyright 2020 Google LLC
|
3169
3169
|
* SPDX-License-Identifier: BSD-3-Clause
|
package/package.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
},
|
8
8
|
"contributors": [],
|
9
9
|
"license": "MIT",
|
10
|
-
"version": "0.58.
|
10
|
+
"version": "0.58.3",
|
11
11
|
"main": "dist/index.js",
|
12
12
|
"type": "module",
|
13
13
|
"files": [
|
@@ -39,5 +39,5 @@
|
|
39
39
|
"redux-batched-actions": "^0.5.0",
|
40
40
|
"redux-undo": "^1.0.1"
|
41
41
|
},
|
42
|
-
"gitHead": "
|
42
|
+
"gitHead": "f78e9605b56dd24bbf0e50b6fb75a0dcf52c1ba2"
|
43
43
|
}
|
File without changes
|