@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/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/components/List/List.tsx +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-ui",
|
|
3
|
-
"version": "0.35.0-rc.
|
|
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.
|
|
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": "
|
|
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 = '
|
|
163
|
+
minimumWidth = '500px',
|
|
164
164
|
columnGap = '5px',
|
|
165
165
|
rowGap = '0px',
|
|
166
166
|
headerRowHeight = '44px',
|