@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 +4 -3
- package/dist-tsc/constants.d.ts +1 -0
- package/dist-tsc/constants.d.ts.map +1 -1
- package/dist-tsc/constants.js +1 -0
- package/dist-tsc/version.json +3 -3
- package/package.json +1 -1
- package/src/constants.ts +1 -0
- package/src/version.json +3 -3
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.
|
|
891
|
-
const date = "2024-
|
|
891
|
+
const version = "3.4.12";
|
|
892
|
+
const date = "2024-10-02";
|
|
892
893
|
const branch = "changeset-release/main";
|
|
893
|
-
const hash = "
|
|
894
|
+
const hash = "ce99ac9e";
|
|
894
895
|
const version$1 = {
|
|
895
896
|
note,
|
|
896
897
|
version,
|
package/dist-tsc/constants.d.ts
CHANGED
|
@@ -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
|
|
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"}
|
package/dist-tsc/constants.js
CHANGED
|
@@ -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',
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
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