{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "alert-dialog5",
  "title": "Alert dialog",
  "description": "Alert dialog built with shadcn/ui.",
  "files": [
    {
      "path": "contents/components/alert-dialog/5/index.tsx",
      "content": "import { Button } from \"@/components/ui/button\";\nimport {\n  Dialog,\n  DialogClose,\n  DialogContent,\n  DialogDescription,\n  DialogFooter,\n  DialogHeader,\n  DialogTitle,\n  DialogTrigger,\n} from \"@/components/ui/dialog\";\n\nexport default function Component() {\n  return (\n    <Dialog>\n      <DialogTrigger asChild>\n        <Button variant=\"outline\">Scrollable (sticky header)</Button>\n      </DialogTrigger>\n      <DialogContent className=\"flex flex-col gap-0 p-0 sm:max-h-[min(640px,80vh)] sm:max-w-lg [&>button:last-child]:top-3.5\">\n        <DialogHeader className=\"contents space-y-0 text-left\">\n          <DialogTitle className=\"border-b px-6 py-4 font-normal\">\n            Frequently Asked Questions (FAQ)\n          </DialogTitle>\n          <div className=\"overflow-y-auto\">\n            <DialogDescription asChild>\n              <div className=\"px-6 py-4\">\n                <div className=\"[&_strong]:text-foreground space-y-4 [&_strong]:font-semibold\">\n                  <div className=\"space-y-1\">\n                    <p>\n                      <strong>Account Management</strong>\n                    </p>\n                    <p>\n                      Navigate to the registration page, provide required\n                      information, and verify your email address. You can sign\n                      up using your email or through social media platforms.\n                    </p>\n                  </div>\n                  <div className=\"space-y-1\">\n                    <p>\n                      <strong>Password Reset Process</strong>\n                    </p>\n                    <p>\n                      Users can reset their password through the account\n                      settings page. Click &quot;Forgot Password&quot; and\n                      follow the email verification steps to regain account\n                      access quickly and securely.\n                    </p>\n                  </div>\n                  <div className=\"space-y-1\">\n                    <p>\n                      <strong>Service Pricing Tiers</strong>\n                    </p>\n                    <p>\n                      We offer three primary subscription levels designed to\n                      meet diverse user needs: Basic (free with limited\n                      features), Professional (monthly fee with comprehensive\n                      access), and Enterprise (custom pricing with full platform\n                      capabilities).\n                    </p>\n                  </div>\n                  <div className=\"space-y-1\">\n                    <p>\n                      <strong>Technical Support Channels</strong>\n                    </p>\n                    <p>\n                      Customer support is accessible through multiple\n                      communication methods including email support, live chat\n                      during business hours, an integrated support ticket\n                      system, and phone support specifically for\n                      enterprise-level customers.\n                    </p>\n                  </div>\n                  <div className=\"space-y-1\">\n                    <p>\n                      <strong>Data Protection Strategies</strong>\n                    </p>\n                    <p>\n                      Our platform implements rigorous security measures\n                      including 256-bit SSL encryption, regular comprehensive\n                      security audits, strict data access controls, and\n                      compliance with international privacy protection\n                      standards.\n                    </p>\n                  </div>\n                  <div className=\"space-y-1\">\n                    <p>\n                      <strong>Platform Compatibility</strong>\n                    </p>\n                    <p>\n                      The service supports multiple device and operating system\n                      environments, including web browsers like Chrome and\n                      Firefox, mobile applications for iOS and Android, and\n                      desktop applications compatible with Windows and macOS.\n                    </p>\n                  </div>\n                  <div className=\"space-y-1\">\n                    <p>\n                      <strong>Subscription Management</strong>\n                    </p>\n                    <p>\n                      Subscriptions can be cancelled at any time through account\n                      settings, with pro-rated refunds available within 30 days\n                      of payment. Both monthly and annual billing options are\n                      provided, with special discounts offered for annual\n                      commitments.\n                    </p>\n                  </div>\n                  <div className=\"space-y-1\">\n                    <p>\n                      <strong>Payment Method Options</strong>\n                    </p>\n                    <p>\n                      We accept a wide range of payment methods including major\n                      credit cards such as Visa, MasterCard, and American\n                      Express, digital payment platforms like PayPal, and direct\n                      bank transfers. Regional payment options may also be\n                      available depending on user location.\n                    </p>\n                  </div>\n                  <div className=\"space-y-1\">\n                    <p>\n                      <strong>Customer Support</strong>\n                    </p>\n                    <p>\n                      Our dedicated customer support team is available 24/7,\n                      providing quick and efficient assistance to address any\n                      inquiries or issues you may have.\n                    </p>\n                  </div>\n                  <div className=\"space-y-1\">\n                    <p>\n                      <strong>Privacy Policy</strong>\n                    </p>\n                    <p>\n                      Our privacy policy outlines how we collect, use, and\n                      protect your personal data, ensuring your privacy is\n                      protected at all times.\n                    </p>\n                  </div>\n                </div>\n              </div>\n            </DialogDescription>\n            <DialogFooter className=\"px-6 pb-6 sm:justify-start\">\n              <DialogClose asChild>\n                <Button type=\"button\">Okay</Button>\n              </DialogClose>\n            </DialogFooter>\n          </div>\n        </DialogHeader>\n      </DialogContent>\n    </Dialog>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/alert-dialog5.tsx"
    }
  ],
  "type": "registry:component"
}