@firecms/ui 3.0.0-canary.170 → 3.0.0-canary.171

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@firecms/ui",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.170",
4
+ "version": "3.0.0-canary.171",
5
5
  "description": "Awesome Firebase/Firestore-based headless open-source CMS",
6
6
  "funding": {
7
7
  "url": "https://github.com/sponsors/firecmsco"
@@ -115,7 +115,7 @@
115
115
  "index.css",
116
116
  "tailwind.config.js"
117
117
  ],
118
- "gitHead": "21c8b5f6236a1824f5896b69bb4810c05326c5c7",
118
+ "gitHead": "02cba913b7bfc98199d4b700a37642e701e83c56",
119
119
  "publishConfig": {
120
120
  "access": "public"
121
121
  }
@@ -19,7 +19,7 @@ export function DialogContent({
19
19
  </div>;
20
20
 
21
21
  return <div
22
- className={cls("h-full flex-grow",
22
+ className={cls("flex-grow",
23
23
  { "my-6 mx-6": includeMargin },
24
24
  className)}>
25
25
  {children}
@@ -89,7 +89,8 @@ export function FileUpload({
89
89
  <div
90
90
  className="flex-grow h-28 box-border flex flex-col items-center justify-center text-center">
91
91
  <Typography align={"center"}
92
- variant={"label"}>
92
+ variant={"label"}
93
+ className={"flex flex-row gap-2 justify-center"}>
93
94
  {uploadDescription}
94
95
  </Typography>
95
96
  </div>