Publish Panel

Compact deploy card pairing a live URL row, domain verification badge, unpublished-change hint, and a recolorable publish button.

Website URLs
https://beste.co
Domain verified
Unpublished Changes

You have changes that are not yet published

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Editor48 } from "@/components/beste/piece/editor48";

<Editor48
  headerLabel="Website URLs"
  changeLabel="Change"
  url="https://beste.co"
  verifiedLabel="Domain verified"
  changesTitle="Unpublished Changes"
  changesDescription="You have changes that are not yet published"
  logLabel="View log"
  publishLabel="Publish Changes"
  tone="foreground"
/>