@firecms/core 3.0.0-canary.69 → 3.0.0-canary.70

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/core",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.69",
4
+ "version": "3.0.0-canary.70",
5
5
  "description": "Awesome Firebase/Firestore-based headless open-source CMS",
6
6
  "funding": {
7
7
  "url": "https://github.com/sponsors/firecmsco"
@@ -46,8 +46,8 @@
46
46
  "./package.json": "./package.json"
47
47
  },
48
48
  "dependencies": {
49
- "@firecms/formex": "^3.0.0-canary.69",
50
- "@firecms/ui": "^3.0.0-canary.69",
49
+ "@firecms/formex": "^3.0.0-canary.70",
50
+ "@firecms/ui": "^3.0.0-canary.70",
51
51
  "@fontsource/jetbrains-mono": "^5.0.20",
52
52
  "@hello-pangea/dnd": "^16.6.0",
53
53
  "@radix-ui/react-portal": "^1.0.4",
@@ -111,7 +111,7 @@
111
111
  "dist",
112
112
  "src"
113
113
  ],
114
- "gitHead": "2864af43a74e4b1ecfc8d382a5ecba3c70569fbe",
114
+ "gitHead": "8782754f770575b610bb23f89d284841bae03bdb",
115
115
  "publishConfig": {
116
116
  "access": "public"
117
117
  },
@@ -116,7 +116,7 @@ export const DefaultAppBar = function DefaultAppBar({
116
116
  {!hasDrawer && (logo
117
117
  ? <img src={logo}
118
118
  alt="Logo"
119
- className={cls("w-[32px] h-[32px]")}/>
119
+ className={cls("w-[32px] h-[32px] object-contain")}/>
120
120
  : <FireCMSLogo width={"32px"} height={"32px"}/>)}
121
121
 
122
122
  {typeof title === "string"
@@ -85,6 +85,7 @@ function PropertyFieldBindingInternal<T extends CMSType = CMSType, M extends Rec
85
85
 
86
86
  return (
87
87
  <Field
88
+ key={propertyKey}
88
89
  name={propertyKey}
89
90
  >
90
91
  {(fieldProps) => {
@@ -75,6 +75,7 @@ export function MapFieldBinding({
75
75
  partOfBlock: false,
76
76
  autoFocus: autoFocus && index === 0
77
77
  };
78
+
78
79
  return (
79
80
  <div key={`map-${propertyKey}-${index}`}>
80
81
  <ErrorBoundary>