@axinom/mosaic-ui 0.56.0-rc.0 → 0.56.0-rc.1

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.56.0-rc.0",
3
+ "version": "0.56.0-rc.1",
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.29-rc.0",
35
+ "@axinom/mosaic-core": "^0.4.29-rc.1",
36
36
  "@faker-js/faker": "^7.4.0",
37
37
  "@geoffcox/react-splitter": "^2.1.2",
38
38
  "@mui/base": "5.0.0-beta.40",
@@ -107,5 +107,5 @@
107
107
  "publishConfig": {
108
108
  "access": "public"
109
109
  },
110
- "gitHead": "02a76894706054cbe965673042093fcc9167a7b3"
110
+ "gitHead": "e44eaefd6b1e7cafa7b20b78265eedd8b516e51f"
111
111
  }
@@ -51,7 +51,7 @@
51
51
 
52
52
  .filename {
53
53
  display: grid;
54
- align-content: center;
54
+ align-content: baseline;
55
55
  color: var(--input-disabled-font-color, $input-disabled-font-color);
56
56
  border: 1px dashed var(--file-upload-input, $file-upload-input);
57
57
  background-color: var(