@proveanything/smartlinks-utils-ui 0.7.7 → 0.7.8
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.
|
@@ -5941,7 +5941,7 @@ function RecordsAdminShellInner(props) {
|
|
|
5941
5941
|
"div",
|
|
5942
5942
|
{
|
|
5943
5943
|
className: "flex-1 grid border-t overflow-hidden",
|
|
5944
|
-
style: { gridTemplateColumns: "minmax(260px, 320px) 1fr", borderColor: "hsl(var(--ra-border))"
|
|
5944
|
+
style: { gridTemplateColumns: "minmax(260px, 320px) 1fr", borderColor: "hsl(var(--ra-border))" },
|
|
5945
5945
|
children: [
|
|
5946
5946
|
/* @__PURE__ */ jsx("aside", { className: "border-r overflow-hidden flex flex-col", style: { borderColor: "hsl(var(--ra-border))", background: "hsl(var(--ra-surface))" }, children: isCollection && selectedItemId && collectionRailMode === "siblings" && ruleWizardStep === null ? /* @__PURE__ */ jsx(
|
|
5947
5947
|
SiblingRail,
|