@platforma-open/milaboratories.clonotype-enrichment.model 2.1.3 → 2.2.0

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.
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/clonotype-enrichment/clonotype-enrichment/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.clonotype-enrichment.model@2.1.3 build /home/runner/work/clonotype-enrichment/clonotype-enrichment/model
3
+ > @platforma-open/milaboratories.clonotype-enrichment.model@2.2.0 build /home/runner/work/clonotype-enrichment/clonotype-enrichment/model
4
4
  > tsup && vite build && block-tools build-model
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -11,21 +11,21 @@
11
11
  CLI Cleaning output folder
12
12
  CJS Build start
13
13
  ESM Build start
14
- CJS dist/index.cjs 4.10 KB
15
- CJS dist/index.cjs.map 11.06 KB
16
- CJS ⚡️ Build success in 152ms
17
- ESM dist/index.js 4.08 KB
18
- ESM dist/index.js.map 10.98 KB
19
- ESM ⚡️ Build success in 152ms
14
+ ESM dist/index.js 4.11 KB
15
+ ESM dist/index.js.map 10.99 KB
16
+ ESM ⚡️ Build success in 153ms
17
+ CJS dist/index.cjs 4.15 KB
18
+ CJS dist/index.cjs.map 11.07 KB
19
+ CJS ⚡️ Build success in 154ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 2269ms
22
- DTS dist/index.d.cts 3.85 KB
23
- DTS dist/index.d.ts 3.85 KB
21
+ DTS ⚡️ Build success in 2281ms
22
+ DTS dist/index.d.cts 3.81 KB
23
+ DTS dist/index.d.ts 3.81 KB
24
24
  vite v6.2.4 building for production...
25
25
  transforming...
26
26
  ✓ 7 modules transformed.
27
27
  rendering chunks...
28
28
  computing gzip size...
29
- dist/bundle.js 175.89 kB │ gzip: 33.48 kB │ map: 373.91 kB
30
- dist/bundle.js 188.03 kB │ gzip: 34.07 kB │ map: 375.35 kB
31
- ✓ built in 707ms
29
+ dist/bundle.js 175.88 kB │ gzip: 33.50 kB │ map: 373.93 kB
30
+ dist/bundle.js 188.02 kB │ gzip: 34.09 kB │ map: 375.37 kB
31
+ ✓ built in 847ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @platforma-open/milaboratories.clonotype-enrichment.model
2
2
 
3
+ ## 2.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 919ae72: Updated clonotype labels
8
+
3
9
  ## 2.1.3
4
10
 
5
11
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -5737,13 +5737,14 @@
5737
5737
  filters: []
5738
5738
  }
5739
5739
  },
5740
- volcanoState: {
5741
- title: "Clonotype enrichment",
5742
- template: "dots"
5743
- },
5744
5740
  bubbleState: {
5745
5741
  title: "Clonotype enrichment",
5746
- template: "bubble"
5742
+ template: "bubble",
5743
+ layersSettings: {
5744
+ bubble: {
5745
+ normalizationDirection: null
5746
+ }
5747
+ }
5747
5748
  },
5748
5749
  lineState: {
5749
5750
  title: "Clonotype enrichment",
@@ -5846,14 +5847,14 @@
5846
5847
  if (pCols === void 0) {
5847
5848
  return void 0;
5848
5849
  }
5849
- return ctx.createPFrame(pCols);
5850
+ return Ht(ctx, pCols);
5850
5851
  }).output("linePf", (ctx) => {
5851
5852
  var _a, _b;
5852
5853
  const pCols = (_b = (_a = ctx.outputs) == null ? void 0 : _a.resolve("linePf")) == null ? void 0 : _b.getPColumns();
5853
5854
  if (pCols === void 0) {
5854
5855
  return void 0;
5855
5856
  }
5856
- return ctx.createPFrame(pCols);
5857
+ return Ht(ctx, pCols);
5857
5858
  }).sections((_ctx) => [
5858
5859
  { type: "link", href: "/", label: "Main" },
5859
5860
  { type: "link", href: "/buble", label: "Enriched bubble plot" },