@almadar/ui 4.47.3 → 4.47.4
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/avl/index.cjs
CHANGED
|
@@ -60146,14 +60146,6 @@ function FlowCanvasInner({
|
|
|
60146
60146
|
}) })
|
|
60147
60147
|
]
|
|
60148
60148
|
}
|
|
60149
|
-
),
|
|
60150
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
60151
|
-
Box,
|
|
60152
|
-
{
|
|
60153
|
-
className: "absolute bottom-3 left-3 px-3 py-1 rounded-md bg-card/80 border border-border/40 backdrop-blur-sm",
|
|
60154
|
-
style: { zIndex: 10 },
|
|
60155
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(Typography, { variant: "small", className: "text-muted-foreground text-[11px]", children: level === "overview" ? "Double-click a module to explore its screens" : "Click a screen to view code \xB7 Esc to go back" })
|
|
60156
|
-
}
|
|
60157
60149
|
)
|
|
60158
60150
|
] }),
|
|
60159
60151
|
selectedNode && /* @__PURE__ */ jsxRuntime.jsx(
|
package/dist/avl/index.js
CHANGED
|
@@ -60100,14 +60100,6 @@ function FlowCanvasInner({
|
|
|
60100
60100
|
}) })
|
|
60101
60101
|
]
|
|
60102
60102
|
}
|
|
60103
|
-
),
|
|
60104
|
-
/* @__PURE__ */ jsx(
|
|
60105
|
-
Box,
|
|
60106
|
-
{
|
|
60107
|
-
className: "absolute bottom-3 left-3 px-3 py-1 rounded-md bg-card/80 border border-border/40 backdrop-blur-sm",
|
|
60108
|
-
style: { zIndex: 10 },
|
|
60109
|
-
children: /* @__PURE__ */ jsx(Typography, { variant: "small", className: "text-muted-foreground text-[11px]", children: level === "overview" ? "Double-click a module to explore its screens" : "Click a screen to view code \xB7 Esc to go back" })
|
|
60110
|
-
}
|
|
60111
60103
|
)
|
|
60112
60104
|
] }),
|
|
60113
60105
|
selectedNode && /* @__PURE__ */ jsx(
|