@onereach/ui-components-vue2 26.4.1-beta.5882.0 → 26.4.1-beta.5884.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.
@@ -1300,7 +1300,7 @@ var __vue_component__$b = __vue_component__$a;
1300
1300
 
1301
1301
  const DataGridTable = [
1302
1302
  // Layout
1303
- 'grid content-start', 'w-full min-w-0',
1303
+ 'grid content-start', 'w-full min-w-0 min-h-0',
1304
1304
  // Overflow
1305
1305
  'overflow-auto',
1306
1306
  // Interactivity
@@ -1343,7 +1343,7 @@ var script$4 = defineComponent({
1343
1343
  });
1344
1344
  if (props.features.selecting) {
1345
1345
  return {
1346
- gridTemplateColumns: `min-content ${gridTemplateColumns.join(' ')}`
1346
+ gridTemplateColumns: `${DATA_GRID_DEFAULT_MIN_WIDTH} ${gridTemplateColumns.join(' ')}`
1347
1347
  };
1348
1348
  }
1349
1349
  return {
@@ -1616,7 +1616,7 @@ var __vue_component__$3 = __vue_component__$2;
1616
1616
 
1617
1617
  const DataGrid = [
1618
1618
  // Layout
1619
- 'layout-column'];
1619
+ 'layout-column min-h-0'];
1620
1620
 
1621
1621
  var script = defineComponent({
1622
1622
  name: 'OrDataGrid',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "26.4.1-beta.5882.0",
3
+ "version": "26.4.1-beta.5884.0",
4
4
  "description": "Vue components library for v2",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -40,8 +40,8 @@
40
40
  "@codemirror/view": "^6",
41
41
  "@floating-ui/dom": "1.5.3",
42
42
  "@lezer/highlight": "*",
43
- "@onereach/styles": "^26.4.1-beta.5882.0",
44
- "@onereach/ui-components-common": "^26.4.1-beta.5882.0",
43
+ "@onereach/styles": "^26.4.1-beta.5884.0",
44
+ "@onereach/ui-components-common": "^26.4.1-beta.5884.0",
45
45
  "@splidejs/splide": "4.0.6",
46
46
  "@tiptap/core": "2.27.1",
47
47
  "@tiptap/extension-blockquote": "2.27.1",