@craftile/editor 0.4.2 → 0.5.0
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.
|
@@ -5536,7 +5536,7 @@ function vc(e, t) {
|
|
|
5536
5536
|
const { [t]: n, ...o } = e;
|
|
5537
5537
|
return o;
|
|
5538
5538
|
}
|
|
5539
|
-
const yc = { class: "relative" }, bc = { class: "flex items-center justify-end gap-3 absolute right-0 top-0" }, Ec = {
|
|
5539
|
+
const yc = { class: "relative" }, bc = { class: "flex items-center justify-end gap-3 absolute right-0 top-0 z-5" }, Ec = {
|
|
5540
5540
|
key: 2,
|
|
5541
5541
|
class: "mb-4 p-3 bg-red-50 border border-red-200 rounded-md"
|
|
5542
5542
|
}, wc = { class: "text-sm text-red-600" }, Oc = { class: "font-mono" }, Cc = /* @__PURE__ */ R({
|