@vitessce/vit-s 3.6.9 → 3.6.11

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
@@ -32237,7 +32237,7 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
32237
32237
  CoordinationType$1.HIERARCHY_LEVELS
32238
32238
  ]
32239
32239
  });
32240
- const version = "3.6.9";
32240
+ const version = "3.6.11";
32241
32241
  const META_VERSION = {
32242
32242
  version
32243
32243
  };
@@ -42306,6 +42306,7 @@ const useTitleStyles = makeStyles()((theme) => ({
42306
42306
  flexDirection: "row",
42307
42307
  flexShrink: "0"
42308
42308
  },
42309
+ // Note: This class is specified as the draggable handle for the grid layout.
42309
42310
  titleLeft: {
42310
42311
  flexShrink: "1",
42311
42312
  textOverflow: "ellipsis",
@@ -42482,7 +42483,7 @@ function VitessceGrid(props) {
42482
42483
  fileTypes,
42483
42484
  coordinationTypes,
42484
42485
  stores,
42485
- draggableHandle: titleClasses.title,
42486
+ draggableHandle: titleClasses.titleLeft,
42486
42487
  margin,
42487
42488
  padding,
42488
42489
  onRemoveComponent: removeComponent,
@@ -62,5 +62,5 @@ export default function VitessceGrid(props) {
62
62
  setLoaders(newLoaders);
63
63
  // eslint-disable-next-line react-hooks/exhaustive-deps
64
64
  }, [success, configKey]);
65
- return (_jsxs("div", { ref: containerRef, className: clsx(VITESSCE_CONTAINER, classes.vitessceContainer), role: "group", "aria-label": altText, children: [_jsx(GridLayoutGlobalStyles, { classes: classes }), layout ? (_jsx(VitessceGridLayout, { pageMode: pageMode, role: "group", layout: layout, height: height, rowHeight: rowHeight, theme: theme, viewTypes: viewTypes, fileTypes: fileTypes, coordinationTypes: coordinationTypes, stores: stores, draggableHandle: titleClasses.title, margin: margin, padding: padding, onRemoveComponent: removeComponent, onLayoutChange: changeLayoutPostMount, isBounded: isBounded, onResize: onResize, onResizeStop: onResize, children: children })) : null] }));
65
+ return (_jsxs("div", { ref: containerRef, className: clsx(VITESSCE_CONTAINER, classes.vitessceContainer), role: "group", "aria-label": altText, children: [_jsx(GridLayoutGlobalStyles, { classes: classes }), layout ? (_jsx(VitessceGridLayout, { pageMode: pageMode, role: "group", layout: layout, height: height, rowHeight: rowHeight, theme: theme, viewTypes: viewTypes, fileTypes: fileTypes, coordinationTypes: coordinationTypes, stores: stores, draggableHandle: titleClasses.titleLeft, margin: margin, padding: padding, onRemoveComponent: removeComponent, onLayoutChange: changeLayoutPostMount, isBounded: isBounded, onResize: onResize, onResizeStop: onResize, children: children })) : null] }));
66
66
  }
@@ -1 +1 @@
1
- {"version":3,"file":"title-styles.d.ts","sourceRoot":"","sources":["../src/title-styles.js"],"names":[],"mappings":"AAEA;;cA6BI,CAAF;;;kBAKE,eAGD;gBAAyB,WAAU;eAAsB,WAAU;EAsClE"}
1
+ {"version":3,"file":"title-styles.d.ts","sourceRoot":"","sources":["../src/title-styles.js"],"names":[],"mappings":"AAEA;;cAyB0B,CAAC;;;kBAMR,eACC;gBAEd,WAAK;eACP,WAEJ;EAuCI"}
@@ -7,6 +7,7 @@ export const useTitleStyles = makeStyles()(theme => ({
7
7
  flexDirection: 'row',
8
8
  flexShrink: '0',
9
9
  },
10
+ // Note: This class is specified as the draggable handle for the grid layout.
10
11
  titleLeft: {
11
12
  flexShrink: '1',
12
13
  textOverflow: 'ellipsis',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vit-s",
3
- "version": "3.6.9",
3
+ "version": "3.6.11",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -28,16 +28,16 @@
28
28
  "zustand": "^5.0.4",
29
29
  "react-aria": "^3.28.0",
30
30
  "react-error-boundary": "^5.0.0",
31
- "@vitessce/styles": "3.6.9",
32
- "@vitessce/abstract": "3.6.9",
33
- "@vitessce/error": "3.6.9",
34
- "@vitessce/constants-internal": "3.6.9",
35
- "@vitessce/plugins": "3.6.9",
36
- "@vitessce/schemas": "3.6.9",
37
- "@vitessce/sets-utils": "3.6.9",
38
- "@vitessce/config": "3.6.9",
39
- "@vitessce/globals": "3.6.9",
40
- "@vitessce/utils": "3.6.9"
31
+ "@vitessce/styles": "3.6.11",
32
+ "@vitessce/abstract": "3.6.11",
33
+ "@vitessce/error": "3.6.11",
34
+ "@vitessce/constants-internal": "3.6.11",
35
+ "@vitessce/plugins": "3.6.11",
36
+ "@vitessce/schemas": "3.6.11",
37
+ "@vitessce/utils": "3.6.11",
38
+ "@vitessce/sets-utils": "3.6.11",
39
+ "@vitessce/config": "3.6.11",
40
+ "@vitessce/globals": "3.6.11"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@testing-library/jest-dom": "^6.6.3",
@@ -46,7 +46,7 @@
46
46
  "react-dom": "^18.0.0",
47
47
  "vite": "^6.3.5",
48
48
  "vitest": "^3.1.4",
49
- "@vitessce/types": "3.6.9"
49
+ "@vitessce/types": "3.6.11"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
@@ -129,7 +129,7 @@ export default function VitessceGrid(props) {
129
129
  fileTypes={fileTypes}
130
130
  coordinationTypes={coordinationTypes}
131
131
  stores={stores}
132
- draggableHandle={titleClasses.title}
132
+ draggableHandle={titleClasses.titleLeft}
133
133
  margin={margin}
134
134
  padding={padding}
135
135
  onRemoveComponent={removeComponent}
@@ -8,6 +8,7 @@ export const useTitleStyles = makeStyles()(theme => ({
8
8
  flexDirection: 'row',
9
9
  flexShrink: '0',
10
10
  },
11
+ // Note: This class is specified as the draggable handle for the grid layout.
11
12
  titleLeft: {
12
13
  flexShrink: '1',
13
14
  textOverflow: 'ellipsis',