@firecms/core 3.0.0-canary.116 → 3.0.0-canary.118

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 CHANGED
@@ -5630,7 +5630,7 @@ function ArrayOneOfPreview({
5630
5630
  (value2, index) => /* @__PURE__ */ jsx(
5631
5631
  React__default.Fragment,
5632
5632
  {
5633
- children: /* @__PURE__ */ jsx("div", { className: cls(defaultBorderMixin, "m-1 border-b last:border-b-0"), children: /* @__PURE__ */ jsx(ErrorBoundary, { children: value2 && /* @__PURE__ */ jsx(
5633
+ children: /* @__PURE__ */ jsx("div", { className: cls(defaultBorderMixin, "m-1 border-b last:border-b-0 py-2"), children: /* @__PURE__ */ jsx(ErrorBoundary, { children: value2 && /* @__PURE__ */ jsx(
5634
5634
  PropertyPreview,
5635
5635
  {
5636
5636
  propertyKey,
@@ -6125,7 +6125,7 @@ function ArrayOfMapsPreview({
6125
6125
  return /* @__PURE__ */ jsx(
6126
6126
  "div",
6127
6127
  {
6128
- className: "border-b last:border-b-0",
6128
+ className: "border-b last:border-b-0 py-2",
6129
6129
  children: mapProperties && mapProperties.map(
6130
6130
  (key) => /* @__PURE__ */ jsx(
6131
6131
  "div",