/** * Geometry read off the design frames. Kept together so a redraw is one edit * rather than a hunt through two components. */ export declare const KYC_FORM_METRICS: { /** Field height, and the back button's diameter. */ readonly fieldHeight: 56; readonly fieldRadius: 16; readonly fieldPaddingHorizontal: 16; /** An optional field's caption needs the extra 4px, so it insets less. */ readonly optionalPaddingHorizontal: 12; /** Where that caption sits, clear of the placeholder above it. */ readonly optionalCaptionBottom: 7; /** Between the rows of one section. */ readonly rowGap: 8; readonly noticeHeight: 60; readonly noticeRadius: 26; /** Card bottom (364) to the notice (411). */ readonly noticeTop: 47; readonly noticeTracking: -0.14; readonly choiceListRadius: 26; readonly choiceRowHeight: 52; readonly choiceRowPaddingHorizontal: 20; /** Makes 52 on one line and the design's 64 on two — see `FiatChoiceList`. */ readonly choiceRowPaddingVertical: 15; readonly choiceLabelFontSize: 15; readonly choiceLabelLineHeight: 16.8; readonly choiceCheckSize: 21; /** The title's own line, which these pages carry instead of two. */ readonly questionnaireTitleFontSize: 24; readonly questionnaireTitleLineHeight: 26.88; readonly questionnaireTitleTracking: -0.48; /** Below the back disc (108) to the title (162), as every `headingTop` is. */ readonly questionnaireHeadingTop: 54; /** Title to card (18), less the column's own gap. */ readonly questionnaireHeadingBottom: 10; readonly dateTitleWidth: 203; readonly dateWheelHeight: 216; /** Below the title, before the wheel. */ readonly dateHeadingBottom: 19; /** Between two fields sharing a row (first name + M.I., day/month/year). */ readonly fieldGap: 9; /** The middle-initial field is fixed while its neighbour grows. */ readonly initialWidth: 104; readonly screenInset: 24; readonly backButtonSize: 44; /** The disc clears the status bar by this much. */ readonly backButtonTop: 5; /** The heading is inset past the fields, not aligned to them. */ readonly headingInset: 40; /** Below the back disc. */ readonly headingTop: 32; /** Between the heading and the paragraph under it. */ readonly headingGap: 8; /** Below the paragraph, before the first field. */ readonly headingBottom: 16; /** The paragraph: larger than body, and the only place this size is used. */ readonly detailFontSize: 21; readonly detailLineHeight: 24; /** KYC R2 actions clear the keyboard by 24 points (1951:8864). */ readonly advanceGap: 24; /** * The date picker's slot, taking the keyboard's place (1844:17543). Inset * because the design floats the calendar off the screen's edges. */ readonly datePickerHeight: 371; readonly datePickerInsetX: 10; readonly datePickerInsetY: 12; /** Tighter than over a keyboard: 1844:17471 puts the advance 24 above it. */ readonly datePickerGap: 24; /** Disc bottom (108) to the headline's line box (181). */ readonly introHeadingTop: 73; /** 38/38 with the box 286 wide, which is what wraps it onto two lines. */ readonly introTitleFontSize: 38; readonly introTitleTracking: -1.14; readonly introTitleWidth: 286; /** Headline bottom (257) to the paragraph (276). */ readonly introTitleGap: 19; /** The paragraph's own measure (268), four lines of it. */ readonly introDetailWidth: 268; readonly introDetailTracking: -0.42; /** * Below the action (784) to the frame's foot: the watermark's own 16 band, * its 18 of type, and the 34 the design clears the action by. */ readonly introActionBottom: 68; /** The consent checkbox, and the gap to the copy beside it. */ readonly consentBoxSize: 32; readonly consentBoxGap: 10; /** Smaller than any body token, and used on the legal lines alone. */ readonly consentFontSize: 12; /** Four lines of it fill the 52 the frame gives the consent row. */ readonly consentLineHeight: 13; /** Between each legal line and the action below them. */ readonly consentGap: 16; /** They are inset past the action, as the heading is past the fields. */ readonly consentInset: 16; readonly otpHeadingFontSize: 24; readonly otpHeadingLineHeight: 27; readonly otpHeadingTracking: -0.24; /** A code box is taller than a form field, and its digit larger. */ readonly codeBoxHeight: 64; readonly codeBoxGap: 8; readonly codeDigitFontSize: 28; }; //# sourceMappingURL=kycFormTheme.d.ts.map