@axinom/mosaic-ui 0.35.0-rc.2 → 0.35.0-rc.4

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.35.0-rc.2",
3
+ "version": "0.35.0-rc.4",
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.8-rc.2",
35
+ "@axinom/mosaic-core": "^0.4.8-rc.4",
36
36
  "@faker-js/faker": "^7.4.0",
37
37
  "@popperjs/core": "^2.9.2",
38
38
  "clsx": "^1.1.0",
@@ -102,5 +102,5 @@
102
102
  "publishConfig": {
103
103
  "access": "public"
104
104
  },
105
- "gitHead": "4cb507987eae6659d8b5c829c21322f84c0b1159"
105
+ "gitHead": "c3ece7f673dc14851100ed702a0cc50d7b6541f1"
106
106
  }
@@ -160,7 +160,7 @@ export const List = <T extends Data>({
160
160
  isError = false,
161
161
  errorMsg = 'There was an error.',
162
162
  handleRetry = true,
163
- minimumWidth = 'fit-content',
163
+ minimumWidth = '500px',
164
164
  columnGap = '5px',
165
165
  rowGap = '0px',
166
166
  headerRowHeight = '44px',