@vitessce/constants-internal 3.4.11 → 3.4.12

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.js CHANGED
@@ -160,6 +160,7 @@ const CoordinationType = {
160
160
  FEATURE_TYPE: "featureType",
161
161
  FEATURE_VALUE_TYPE: "featureValueType",
162
162
  OBS_LABELS_TYPE: "obsLabelsType",
163
+ FEATURE_LABELS_TYPE: "featureLabelsType",
163
164
  // Other types
164
165
  EMBEDDING_TYPE: "embeddingType",
165
166
  EMBEDDING_ZOOM: "embeddingZoom",
@@ -887,10 +888,10 @@ const COMPONENT_COORDINATION_TYPES = {
887
888
  ]
888
889
  };
889
890
  const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
890
- const version = "3.4.11";
891
- const date = "2024-09-27";
891
+ const version = "3.4.12";
892
+ const date = "2024-10-02";
892
893
  const branch = "changeset-release/main";
893
- const hash = "efd7d698";
894
+ const hash = "ce99ac9e";
894
895
  const version$1 = {
895
896
  note,
896
897
  version,
@@ -153,6 +153,7 @@ export declare const CoordinationType: {
153
153
  FEATURE_TYPE: string;
154
154
  FEATURE_VALUE_TYPE: string;
155
155
  OBS_LABELS_TYPE: string;
156
+ FEATURE_LABELS_TYPE: string;
156
157
  EMBEDDING_TYPE: string;
157
158
  EMBEDDING_ZOOM: string;
158
159
  EMBEDDING_ROTATION: string;
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;CAkBpB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;CAepB,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;CAM7B,CAAC;AAGF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqHpB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqH5B,CAAC;AAEF,eAAO,MAAM,MAAM;;;;CAIlB,CAAC;AAEF,eAAO,MAAM,eAAe;;;CAG3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;CAgB3B,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;CAkBpB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;CAepB,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;CAM7B,CAAC;AAGF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqHpB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsH5B,CAAC;AAEF,eAAO,MAAM,MAAM;;;;CAIlB,CAAC;AAEF,eAAO,MAAM,eAAe;;;CAG3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;CAgB3B,CAAC"}
@@ -176,6 +176,7 @@ export const CoordinationType = {
176
176
  FEATURE_TYPE: 'featureType',
177
177
  FEATURE_VALUE_TYPE: 'featureValueType',
178
178
  OBS_LABELS_TYPE: 'obsLabelsType',
179
+ FEATURE_LABELS_TYPE: 'featureLabelsType',
179
180
  // Other types
180
181
  EMBEDDING_TYPE: 'embeddingType',
181
182
  EMBEDDING_ZOOM: 'embeddingZoom',
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "note": "This file is autogenerated by .changeset/post-changelog.mjs.",
3
- "version": "3.4.11",
4
- "date": "2024-09-27",
3
+ "version": "3.4.12",
4
+ "date": "2024-10-02",
5
5
  "branch": "changeset-release/main",
6
- "hash": "efd7d698"
6
+ "hash": "ce99ac9e"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/constants-internal",
3
- "version": "3.4.11",
3
+ "version": "3.4.12",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
package/src/constants.ts CHANGED
@@ -181,6 +181,7 @@ export const CoordinationType = {
181
181
  FEATURE_TYPE: 'featureType',
182
182
  FEATURE_VALUE_TYPE: 'featureValueType',
183
183
  OBS_LABELS_TYPE: 'obsLabelsType',
184
+ FEATURE_LABELS_TYPE: 'featureLabelsType',
184
185
  // Other types
185
186
  EMBEDDING_TYPE: 'embeddingType',
186
187
  EMBEDDING_ZOOM: 'embeddingZoom',
package/src/version.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "note": "This file is autogenerated by .changeset/post-changelog.mjs.",
3
- "version": "3.4.11",
4
- "date": "2024-09-27",
3
+ "version": "3.4.12",
4
+ "date": "2024-10-02",
5
5
  "branch": "changeset-release/main",
6
- "hash": "efd7d698"
6
+ "hash": "ce99ac9e"
7
7
  }