@nanoporetech-digital/components 4.9.3 → 4.9.4
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/CHANGELOG.md +11 -0
- package/dist/cjs/nano-global-nav.cjs.entry.js +2 -3
- package/dist/cjs/nano-global-nav.cjs.entry.js.map +1 -1
- package/dist/cjs/{nano-table-0bac0552.js → nano-table-54a4ba34.js} +2 -2
- package/dist/cjs/{nano-table-0bac0552.js.map → nano-table-54a4ba34.js.map} +1 -1
- package/dist/cjs/nano-table.cjs.entry.js +1 -1
- package/dist/cjs/{table.worker-13b5bc18.js → table.worker-20ed37a5.js} +2 -2
- package/dist/cjs/table.worker-20ed37a5.js.map +1 -0
- package/dist/collection/components/global-nav/global-nav.js +2 -3
- package/dist/collection/components/global-nav/global-nav.js.map +1 -1
- package/dist/components/nano-global-nav.js +2 -3
- package/dist/components/nano-global-nav.js.map +1 -1
- package/dist/esm/nano-global-nav.entry.js +2 -3
- package/dist/esm/nano-global-nav.entry.js.map +1 -1
- package/dist/esm/{nano-table-ece658c4.js → nano-table-929ac4d9.js} +2 -2
- package/dist/esm/{nano-table-ece658c4.js.map → nano-table-929ac4d9.js.map} +1 -1
- package/dist/esm/nano-table.entry.js +1 -1
- package/dist/esm/{table.worker-e89525d3.js → table.worker-2425382a.js} +2 -2
- package/dist/esm/table.worker-2425382a.js.map +1 -0
- package/dist/nano-components/nano-components.esm.js +1 -1
- package/dist/nano-components/{p-11025069.js → p-4f260028.js} +2 -2
- package/dist/nano-components/{p-bd2d0c58.js → p-5381c118.js} +2 -2
- package/dist/nano-components/{p-27d5d32b.entry.js → p-906de5a2.entry.js} +2 -2
- package/dist/nano-components/{p-272b2f59.entry.js → p-ace1ffc2.entry.js} +2 -2
- package/dist/nano-components/p-ace1ffc2.entry.js.map +1 -0
- package/docs-json.json +1 -1
- package/hydrate/index.js +2 -3
- package/package.json +2 -2
- package/dist/cjs/table.worker-13b5bc18.js.map +0 -1
- package/dist/esm/table.worker-e89525d3.js.map +0 -1
- package/dist/nano-components/p-272b2f59.entry.js.map +0 -1
- /package/dist/nano-components/{p-11025069.js.map → p-4f260028.js.map} +0 -0
- /package/dist/nano-components/{p-27d5d32b.entry.js.map → p-5381c118.js.map} +0 -0
- /package/dist/nano-components/{p-bd2d0c58.js.map → p-906de5a2.entry.js.map} +0 -0
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Object.defineProperty(exports, '__esModule', { value: true });
|
7
7
|
|
8
|
-
const nanoTable_entry = require('./nano-table-
|
8
|
+
const nanoTable_entry = require('./nano-table-54a4ba34.js');
|
9
9
|
require('./index-71f899a7.js');
|
10
10
|
require('./math-a8123703.js');
|
11
11
|
require('./throttle-f55496c8.js');
|
@@ -3,7 +3,7 @@
|
|
3
3
|
*/
|
4
4
|
'use strict';
|
5
5
|
|
6
|
-
const nanoTable_entry = require('./nano-table-
|
6
|
+
const nanoTable_entry = require('./nano-table-54a4ba34.js');
|
7
7
|
require('./index-71f899a7.js');
|
8
8
|
require('./math-a8123703.js');
|
9
9
|
require('./throttle-f55496c8.js');
|
@@ -22,4 +22,4 @@ exports.workerMsgId = workerMsgId;
|
|
22
22
|
exports.workerName = workerName;
|
23
23
|
exports.workerPath = workerPath;
|
24
24
|
|
25
|
-
//# sourceMappingURL=table.worker-
|
25
|
+
//# sourceMappingURL=table.worker-20ed37a5.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"file":"table.worker-20ed37a5.js","mappings":";;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":[],"sourcesContent":[],"version":3}
|
@@ -463,13 +463,12 @@ export class GlobalNav {
|
|
463
463
|
return;
|
464
464
|
switch (this.env) {
|
465
465
|
case 'prod':
|
466
|
-
this.userProfileUrl = 'https://
|
466
|
+
this.userProfileUrl = 'https://myaccount.nanoporetech.com/';
|
467
467
|
case 'local':
|
468
468
|
case 'dev':
|
469
469
|
case 'test':
|
470
470
|
default:
|
471
|
-
this.userProfileUrl =
|
472
|
-
'https://community-test.nanoporetech.com/profile/me';
|
471
|
+
this.userProfileUrl = 'https://myaccount.nanoporetech.com/';
|
473
472
|
break;
|
474
473
|
}
|
475
474
|
if (!this.getMyAccountData || this.myAccData) {
|