@axinom/mosaic-ui 0.50.0 → 0.51.0-rc.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-ui",
3
- "version": "0.50.0",
3
+ "version": "0.51.0-rc.0",
4
4
  "description": "UI components for building Axinom Mosaic applications",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -32,7 +32,7 @@
32
32
  "build-storybook": "storybook build"
33
33
  },
34
34
  "dependencies": {
35
- "@axinom/mosaic-core": "^0.4.23",
35
+ "@axinom/mosaic-core": "^0.4.24-rc.0",
36
36
  "@faker-js/faker": "^7.4.0",
37
37
  "@popperjs/core": "^2.11.8",
38
38
  "clsx": "^1.1.0",
@@ -105,5 +105,5 @@
105
105
  "publishConfig": {
106
106
  "access": "public"
107
107
  },
108
- "gitHead": "d13814dea6f5683979fe8863dfa8945ad1e3b271"
108
+ "gitHead": "a99c608834292804eb1d93b7bbcea6624e55c6a0"
109
109
  }
@@ -177,7 +177,7 @@ export const ListRow = <T extends Data>({
177
177
  horizontalTextAlign = 'left',
178
178
  verticalTextAlign = 'center',
179
179
  textWrap = false,
180
- rowHeight = textWrap ? undefined : '50px',
180
+ rowHeight = textWrap ? 'auto' : '50px',
181
181
  data,
182
182
  itemSelected = false,
183
183
  isTrigger = false,