render NitroKit::Container.new(size: :lg, id: "gallery-danger-zone-long-container") do
render NitroKit::DangerZone.new(
title: "Permanently delete International Research, Production, and Reliability Engineering",
description: "This removes every project, service credential, invoice attachment, audit event, pending invitation, and retained operational export for all regions. Regulatory archives outside this workspace are unaffected and must be managed separately.",
level: 4,
id: "gallery-danger-zone-long"
) do |zone|
zone.confirmation do
render NitroKit::ButtonTo.new(
"Permanently delete workspace",
href: "#delete-long",
id: "gallery-danger-zone-long-form",
variant: :destructive
)
end
zone.escape NitroKit::Button.new("Keep workspace and return to settings", href: "#settings")
end
end