import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@godxjp/ui/data-display"; import { Logo } from "@godxjp/ui/general"; import { AuthAccountSummary, AuthIdentity, AuthStack, PageContainer } from "@godxjp/ui/layout"; /** * AuthIdentity — canonical identity title with optional relying-party request context. The * requester line is consumer data and may be omitted for first-party authentication. * * `brand` is the product's own artwork, in the MARK's place: the h1 stays painted and keeps naming * the block, and the artwork is decorative whatever fills it — so a lockup that spells "GoDX | ID" * is not announced on top of the heading. When the lockup already carries the product name, make * `title` the SCREEN'S purpose ("サインイン") rather than repeating the brand. */ export default function Demo() { return ( 依頼元あり・なし 外部サービスからの認証要求だけrequesterを表示し、通常ログインでは省略します。 {}} /> brand · 製品ロックアップ brandを渡すとパッケージのマークが製品のロックアップに置き換わります。h1はtitleを読み上げ名 として保持し、ロックアップは装飾扱いになるため製品名は一度だけ読まれます。ロックアップが製品名 を含む場合、titleには画面の目的を入れてください。 } /> } requester="勤怠管理が認証を要求しています" /> } /> ); }