@npm_leadtech/legal-contracts-ui 0.158.2 → 0.158.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  import { jsx as x } from "react/jsx-runtime";
2
2
  import m from "clsx";
3
- const w = ({ children: l, variant: s = "default", className: c = "", ...t }) => {
4
- const e = t.href || "", n = e.toLowerCase(), u = n.startsWith("mailto:"), a = n.startsWith("tel:"), r = "cursor-pointer text-primary-700 underline decoration-primary-700/40 underline-offset-2", i = {
3
+ const w = ({ children: l, variant: o = "default", className: c = "", ...t }) => {
4
+ const e = t.href || "", n = e.toLowerCase(), u = n.startsWith("mailto:"), a = n.startsWith("tel:"), r = "cursor-pointer text-primary-700", i = {
5
5
  default: "text-neutral-900 underline",
6
6
  legal: r,
7
7
  ratafia: "cursor-pointer text-primary-200 underline decoration-white/40 underline-offset-2 hover:text-white",
@@ -10,15 +10,15 @@ const w = ({ children: l, variant: s = "default", className: c = "", ...t }) =>
10
10
  unsubscribe: r,
11
11
  cookies: "text-white",
12
12
  story: "text-neutral-800 underline"
13
- }, f = i[s] ?? i.default, d = e.startsWith("http"), h = (() => {
13
+ }, f = i[o] ?? i.default, h = e.startsWith("http"), d = (() => {
14
14
  if (!a) return e;
15
15
  try {
16
16
  return decodeURIComponent(e).replaceAll(/\s/g, "");
17
17
  } catch {
18
18
  return e.replaceAll("%20", "").replaceAll(/\s/g, "");
19
19
  }
20
- })(), o = t.target === "_blank" || d && !a && !u ? "_blank" : t.target, g = o === "_blank" ? "noopener noreferrer" : t.rel;
21
- return /* @__PURE__ */ x("a", { ...t, href: h, className: m(c, f), target: o, rel: g, children: l });
20
+ })(), s = t.target === "_blank" || h && !a && !u ? "_blank" : t.target, g = s === "_blank" ? "noopener noreferrer" : t.rel;
21
+ return /* @__PURE__ */ x("a", { ...t, href: d, className: m(c, f), target: s, rel: g, children: l });
22
22
  };
23
23
  export {
24
24
  w as Anchor
@@ -11,21 +11,11 @@ const d = ({
11
11
  error: o = !1,
12
12
  ...n
13
13
  }) => /* @__PURE__ */ m("label", { htmlFor: t, className: "text-medium flex cursor-pointer items-center gap-2 text-neutral-800 select-none", children: [
14
- /* @__PURE__ */ r(
15
- "input",
16
- {
17
- "data-qa": s,
18
- id: t,
19
- name: i,
20
- type: "checkbox",
21
- required: a,
22
- className: "peer sr-only",
23
- ...n
24
- }
25
- ),
14
+ /* @__PURE__ */ r("input", { id: t, name: i, type: "checkbox", required: a, className: "peer sr-only", ...n }),
26
15
  /* @__PURE__ */ r(
27
16
  "div",
28
17
  {
18
+ "data-qa": s,
29
19
  className: c(
30
20
  "flex h-5.5 w-5.5 items-center justify-center rounded transition-colors",
31
21
  "peer-focus-visible:ring-primary-500 peer-focus-visible:ring-2 peer-focus-visible:ring-offset-2",
@@ -1,12 +1,12 @@
1
- import { jsx as e, jsxs as a } from "react/jsx-runtime";
1
+ import { jsx as e, jsxs as m } from "react/jsx-runtime";
2
2
  import { AsideNavMenu as x } from "./AsideNavMenu.js";
3
3
  import { Jumbotron2 as i } from "./Jumbotron2.js";
4
- import { FaqSection as t } from "./FaqSection.js";
5
- const d = ({ jumbotron: m, asideNavMenu: r, faqSections: o }) => /* @__PURE__ */ e("main", { className: "bg-primary-50 flex-1 px-4 py-10 text-neutral-800 md:px-8", children: /* @__PURE__ */ a("div", { className: "mx-auto flex w-full max-w-300 flex-col gap-10", children: [
6
- /* @__PURE__ */ e(i, { ...m }),
7
- /* @__PURE__ */ a("div", { className: "flex flex-col gap-10 md:flex-row md:gap-24", children: [
4
+ import { FaqSection as p } from "./FaqSection.js";
5
+ const d = ({ jumbotron: a, asideNavMenu: r, faqSections: o }) => /* @__PURE__ */ e("main", { className: "bg-primary-50 flex-1 px-4 py-10 text-neutral-800 md:px-8", children: /* @__PURE__ */ m("div", { className: "mx-auto flex w-full max-w-300 flex-col gap-10", children: [
6
+ /* @__PURE__ */ e(i, { ...a }),
7
+ /* @__PURE__ */ m("div", { className: "flex flex-col gap-10 md:flex-row md:gap-24", children: [
8
8
  /* @__PURE__ */ e(x, { ...r }),
9
- /* @__PURE__ */ e("div", { className: "flex flex-1 flex-col gap-10", children: o.map((l) => /* @__PURE__ */ e(t, { ...l, variant: "legal" }, l.title)) })
9
+ /* @__PURE__ */ e("div", { className: "flex flex-1 flex-col gap-10", children: o.map((l) => /* @__PURE__ */ e(p, { ...l }, l.title)) })
10
10
  ] })
11
11
  ] }) });
12
12
  export {
@@ -0,0 +1,1333 @@
1
+ import { ChangeEvent } from '../../../node_modules/.pnpm/react@19.2.4/node_modules/react';
2
+ import { ChangeEventHandler } from '../../../node_modules/.pnpm/react@19.2.4/node_modules/react';
3
+ import { ComponentProps } from '../../../node_modules/.pnpm/react@19.2.4/node_modules/react';
4
+ import { ComponentPropsWithRef } from '../../../node_modules/.pnpm/react@19.2.4/node_modules/react';
5
+ import { default as default_2 } from '../../../node_modules/.pnpm/react@19.2.4/node_modules/react';
6
+ import { FC } from '../../../node_modules/.pnpm/react@19.2.4/node_modules/react';
7
+ import { FC as FC_2 } from '../../../../node_modules/.pnpm/react@19.2.4/node_modules/react';
8
+ import { HTMLInputTypeAttribute } from '../../../node_modules/.pnpm/react@19.2.4/node_modules/react';
9
+ import { JSX } from 'react/jsx-runtime';
10
+ import * as React_2 from 'react';
11
+ import { ReactNode } from '../../../node_modules/.pnpm/react@19.2.4/node_modules/react';
12
+ import { SVGProps } from '../../../node_modules/.pnpm/react@19.2.4/node_modules/react';
13
+
14
+ export declare const AddIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
15
+
16
+ export declare const AlternativeSubtypeDocument: FC<AlternativeSubtypeDocumentProps>;
17
+
18
+ export declare interface AlternativeSubtypeDocumentProps extends BaseSubtypeDocumentProps {
19
+ format: 'Alternative';
20
+ }
21
+
22
+ export declare const Article: FC<ArticleProps>;
23
+
24
+ export declare interface ArticleProps {
25
+ id: string;
26
+ title: ReactNode;
27
+ description: string;
28
+ image: ReactNode;
29
+ cta: ReactNode;
30
+ isRow?: boolean;
31
+ }
32
+
33
+ export declare const AsideNavMenu: FC<AsideNavMenuProps>;
34
+
35
+ export declare interface AsideNavMenuProps {
36
+ menuItems: Array<{
37
+ label: string;
38
+ href: string;
39
+ }>;
40
+ }
41
+
42
+ export declare const Badge: FC<BadgeProps>;
43
+
44
+ export declare interface BadgeProps {
45
+ children?: ReactNode;
46
+ color?: 'primary' | 'secondary';
47
+ className?: string;
48
+ }
49
+
50
+ export declare const BannerTagSection: FC<BannerTagSectionProps>;
51
+
52
+ export declare interface BannerTagSectionProps {
53
+ title: string;
54
+ description: string;
55
+ cta: ReactNode;
56
+ rightImage: ReactNode | null;
57
+ tags: {
58
+ top: TagProps | null;
59
+ middle: TagProps | null;
60
+ bottom: TagProps | null;
61
+ };
62
+ variant: 'esign' | 'ratafia';
63
+ }
64
+
65
+ export declare interface BaseSubtypeDocumentProps {
66
+ id: string;
67
+ link: ReactNode;
68
+ sampleImage: ReactNode;
69
+ pdfDownload: ReactNode;
70
+ wordDownload: ReactNode;
71
+ }
72
+
73
+ export declare const BenefitsBar: FC<BenefitsBarProps>;
74
+
75
+ export declare interface BenefitsBarProps {
76
+ benefits: {
77
+ src: string;
78
+ text: string;
79
+ }[];
80
+ }
81
+
82
+ export declare const BlogSection: FC<BlogSectionProps>;
83
+
84
+ export declare interface BlogSectionProps {
85
+ header: SectionHeadingProps | null;
86
+ articles: ArticleProps[];
87
+ cta: ReactNode | null;
88
+ className?: string;
89
+ variant?: 'column' | 'row';
90
+ }
91
+
92
+ export declare const Breadcrumb: FC<BreadcrumbProps>;
93
+
94
+ export declare interface BreadcrumbProps {
95
+ breadcrumbs: {
96
+ id: string;
97
+ link: ReactNode;
98
+ }[];
99
+ className?: string;
100
+ }
101
+
102
+ export declare const BusinessIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
103
+
104
+ export declare const Button: ({ children, type, size, variant, iconPosition, className, disabled, ref, dataQa, ...props }: ButtonProps) => JSX.Element;
105
+
106
+ export declare interface ButtonProps extends Omit<ComponentPropsWithRef<'button'>, 'children'> {
107
+ children: ReactNode;
108
+ size?: ButtonSize;
109
+ variant?: ResponsiveButtonVariant;
110
+ iconPosition?: IconPosition;
111
+ dataQa?: string;
112
+ }
113
+
114
+ export declare type ButtonSize = 'small' | 'default' | 'large';
115
+
116
+ export declare type ButtonVariant = 'primary-green' | 'primary-darkgreen' | 'primary-yellow' | 'primary-white' | 'secondary-green' | 'secondary-yellow' | 'secondary-red' | 'secondary-black' | 'tertiary-bold' | 'tertiary-thin' | 'tertiary-icon' | 'tertiary-link' | 'icon-black' | 'icon-grey' | 'icon-mobile';
117
+
118
+ export declare const CaFlagIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
119
+
120
+ export declare const CategoriesSection: FC<CategoriesSectionProps>;
121
+
122
+ export declare interface CategoriesSectionProps {
123
+ header: SectionHeadingProps;
124
+ categories: {
125
+ title: string;
126
+ description: string;
127
+ icon: ReactNode;
128
+ cta: ReactNode;
129
+ }[];
130
+ cta: ReactNode;
131
+ }
132
+
133
+ export declare const Checkbox: FC<CheckboxProps>;
134
+
135
+ export declare interface CheckboxProps extends React.InputHTMLAttributes<HTMLInputElement> {
136
+ dataQa?: string;
137
+ id: string;
138
+ name: string;
139
+ required?: boolean;
140
+ children: ReactNode;
141
+ error?: boolean;
142
+ errorMessage?: string;
143
+ }
144
+
145
+ export declare const CheckIcon: FC<React.SVGProps<SVGSVGElement>>;
146
+
147
+ export declare const ChevronDownIcon: ({ fill, ...props }: React_2.SVGProps<SVGSVGElement>) => JSX.Element;
148
+
149
+ export declare const ChevronRightIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
150
+
151
+ export declare const ClearIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
152
+
153
+ export declare const CloseIcon: ({ fill, ...props }: React_2.SVGProps<SVGSVGElement>) => JSX.Element;
154
+
155
+ export declare const CommunicationIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
156
+
157
+ export declare const ContactBanner: FC<ContactBannerProps>;
158
+
159
+ export declare interface ContactBannerProps {
160
+ contactText?: string;
161
+ phoneNumber?: string;
162
+ contactHoursText?: string;
163
+ contactHours?: string;
164
+ isScrolled?: boolean;
165
+ }
166
+
167
+ export interface ContactFormCheckboxFieldProps extends Omit<ContactFormFieldProps, 'placeholder' | 'tooltip'> {
168
+ checked: boolean;
169
+ onChange: ChangeEventHandler<HTMLInputElement>;
170
+ }
171
+
172
+ export interface ContactFormFeedbackProps {
173
+ message: string;
174
+ title?: string;
175
+ cta: ReactNode | ButtonProps;
176
+ }
177
+
178
+ export declare interface ContactFormFieldProps {
179
+ dataQa?: string;
180
+ label: string;
181
+ id: string;
182
+ name: string;
183
+ placeholder?: string;
184
+ required?: boolean;
185
+ tooltip?: string;
186
+ error?: boolean;
187
+ errorMessage?: string;
188
+ }
189
+
190
+ export declare const ContactFormSection: FC<ContactFormSectionProps>;
191
+
192
+ export declare interface ContactFormSectionProps {
193
+ title: ReactNode;
194
+ subjectOptions: {
195
+ label: string;
196
+ value: string;
197
+ }[];
198
+ fullNameField: Omit<ContactFormTextFieldProps, 'tooltip'>;
199
+ emailField: Omit<ContactFormTextFieldProps, 'tooltip'>;
200
+ referenceNumberField: ContactFormTextFieldProps;
201
+ subjectField: ContactFormSelectFieldProps;
202
+ messageField: ContactFormTextareaFieldProps;
203
+ requiredFieldsText: string;
204
+ privacyField: ContactFormCheckboxFieldProps;
205
+ securityHint: string;
206
+ status?: 'default' | 'loading' | 'success' | 'error';
207
+ successFeedback: ContactFormFeedbackProps;
208
+ errorFeedback: ContactFormFeedbackProps;
209
+ onSubmit?: ComponentProps<'form'>['onSubmit'];
210
+ button: ButtonProps;
211
+ }
212
+
213
+ export interface ContactFormSelectFieldProps extends Omit<ContactFormFieldProps, 'tooltip'> {
214
+ value: string;
215
+ onChange: ChangeEventHandler<HTMLSelectElement>;
216
+ }
217
+
218
+ export interface ContactFormTextareaFieldProps extends Omit<ContactFormFieldProps, 'tooltip'> {
219
+ value: string;
220
+ onChange: ChangeEventHandler<HTMLTextAreaElement>;
221
+ }
222
+
223
+ export interface ContactFormTextFieldProps extends ContactFormFieldProps {
224
+ value: string;
225
+ onChange: ChangeEventHandler<HTMLInputElement>;
226
+ }
227
+
228
+ export declare interface ContactMethod {
229
+ id: string;
230
+ label?: ReactNode;
231
+ helper?: string;
232
+ variant: 'phone' | 'email' | 'location';
233
+ }
234
+
235
+ export declare const ContactMethodCard: FC<ContactMethod>;
236
+
237
+ export declare const ContactMethodsSection: FC<ContactMethodsSectionProps>;
238
+
239
+ export declare interface ContactMethodsSectionProps {
240
+ items: ContactMethod[];
241
+ }
242
+
243
+ export declare const ContactUsSection: FC<ContactUsSectionProps>;
244
+
245
+ export declare interface ContactUsSectionProps {
246
+ header: SectionHeadingProps;
247
+ contactOptions: Array<{
248
+ title: string;
249
+ description?: string;
250
+ icon: ReactNode;
251
+ helper?: string;
252
+ url?: string;
253
+ dataQa?: string;
254
+ }>;
255
+ }
256
+
257
+ export declare const ContentItem: FC<ContentItemProps>;
258
+
259
+ export declare interface ContentItemProps {
260
+ id: string;
261
+ title: string | null;
262
+ content: string | null;
263
+ linkedProducts: LinkedProductProps[];
264
+ sampleImage: ImageWithPreviewProps | null;
265
+ cta: ReactNode | null;
266
+ comingSoonCta: ReactNode | null;
267
+ docsModules: {
268
+ pdfDownload: ReactNode;
269
+ wordDownload: ReactNode;
270
+ } | null;
271
+ subtypeDocs: SubtypeDocumentProps[];
272
+ }
273
+
274
+ export declare const CookiesBar: FC<CookiesBarProps>;
275
+
276
+ export declare interface CookiesBarProps {
277
+ policyMessage: string;
278
+ acceptButton: ButtonProps;
279
+ }
280
+
281
+ export declare const CtaFeatureTag: FC<CtaFeatureTagProps>;
282
+
283
+ export declare interface CtaFeatureTagProps {
284
+ icon: string;
285
+ text: string;
286
+ className?: string;
287
+ }
288
+
289
+ export declare const CtaSample: FC<CtaSampleProps>;
290
+
291
+ export declare interface CtaSampleProps {
292
+ image: ReactNode;
293
+ children?: ReactNode;
294
+ className?: string;
295
+ }
296
+
297
+ export declare const CtaSection: FC<CtaSectionProps>;
298
+
299
+ export declare interface CtaSectionProps {
300
+ title: string;
301
+ paragraph?: ReactNode;
302
+ cta: LinkWrapperProps;
303
+ children?: ReactNode;
304
+ className?: string;
305
+ contentClassName?: string;
306
+ childrenClassName?: string;
307
+ }
308
+
309
+ export declare const CtaSummarizedTag: FC<CtaFeatureTagProps>;
310
+
311
+ export declare const DefaultSubtypeDocument: FC<DefaultSubtypeDocumentProps>;
312
+
313
+ export declare interface DefaultSubtypeDocumentProps extends BaseSubtypeDocumentProps {
314
+ format: 'Default';
315
+ createDocButton: ReactNode;
316
+ description: string;
317
+ }
318
+
319
+ export declare const DeFlagIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
320
+
321
+ export declare const DocEditFillIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
322
+
323
+ export declare const DocOutlineIcon: React.FC<React.SVGProps<SVGSVGElement>>;
324
+
325
+ export declare const DocumentCategories: FC<DocumentCategoriesProps>;
326
+
327
+ export declare interface DocumentCategoriesProps {
328
+ title: string;
329
+ categories: {
330
+ id: string;
331
+ title: string;
332
+ icon: ReactNode;
333
+ }[];
334
+ }
335
+
336
+ export declare const DocumentItem: FC<DocumentItemProps>;
337
+
338
+ export declare interface DocumentItemProps {
339
+ id: string;
340
+ link: ReactNode;
341
+ description: string;
342
+ className?: string;
343
+ }
344
+
345
+ export declare const DocumentReviewUploadCard: FC<DocumentReviewUploadCardProps>;
346
+
347
+ export declare interface DocumentReviewUploadCardProps {
348
+ uploadPromptText: string;
349
+ addDocumentLabel: string;
350
+ fileSizeText: string;
351
+ disclaimer: ReactNode;
352
+ onAddDocument?: () => void;
353
+ /** Default shows PlusIcon; override for custom icon */
354
+ addDocumentIcon?: ReactNode;
355
+ variant?: DocumentReviewUploadCardVariant;
356
+ className?: string;
357
+ }
358
+
359
+ export declare type DocumentReviewUploadCardVariant = 'glassOnDark' | 'embeddedOnDark';
360
+
361
+ export declare const DocumentSection: FC<DocumentSectionProps>;
362
+
363
+ export declare interface DocumentSectionProps {
364
+ id: string;
365
+ title: string;
366
+ description: string;
367
+ icon: ReactNode;
368
+ documents: DocumentItemProps[];
369
+ }
370
+
371
+ export declare const DoneCircleIcon: React_2.FC<DoneCircleIconProps>;
372
+
373
+ export declare interface DoneCircleIconProps extends React_2.SVGProps<SVGSVGElement> {
374
+ fill?: string;
375
+ }
376
+
377
+ export declare const DoneIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
378
+
379
+ export declare const EmploymentIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
380
+
381
+ export declare const EstatePlanningIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
382
+
383
+ export declare const ExpertsSection: FC<ExpertsSectionProps>;
384
+
385
+ export declare interface ExpertsSectionProps {
386
+ header: SectionHeadingProps;
387
+ experts: Array<{
388
+ name: string;
389
+ title: string;
390
+ image: ReactNode;
391
+ }>;
392
+ }
393
+
394
+ export declare const FacebookIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
395
+
396
+ export declare const FamilyIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
397
+
398
+ export declare const FaqItem: FC<FaqItemProps>;
399
+
400
+ export declare interface FaqItemProps {
401
+ question: string;
402
+ answer: string;
403
+ showMoreText?: string;
404
+ collapsedButtonText?: string;
405
+ expandedButtonText?: string;
406
+ variant?: 'default' | 'legal' | 'tooltip' | 'about-us' | 'pricing';
407
+ slug: string;
408
+ }
409
+
410
+ export declare const FaqItemWrapper: FC<{
411
+ question: ReactNode;
412
+ children: ReactNode;
413
+ }>;
414
+
415
+ export declare const FaqSection: FC<FaqSectionProps>;
416
+
417
+ export declare interface FaqSectionProps {
418
+ title: string;
419
+ description: string;
420
+ faqItems: FaqItemProps[];
421
+ className?: string;
422
+ variant?: 'default' | 'legal' | 'tooltip' | 'about-us' | 'pricing';
423
+ }
424
+
425
+ export declare const FaqTeaserSection: FC<FaqTeaserSectionProps>;
426
+
427
+ export declare interface FaqTeaserSectionProps {
428
+ header: SectionHeadingProps;
429
+ questions: {
430
+ id: string;
431
+ content: ReactNode;
432
+ }[];
433
+ cta: ReactNode;
434
+ bgImage: ReactNode;
435
+ }
436
+
437
+ export declare const FastAndSimpleSection: FC<FastAndSimpleSectionProps>;
438
+
439
+ export declare interface FastAndSimpleSectionProps {
440
+ bgImage: ReactNode | null;
441
+ title: string;
442
+ description: string;
443
+ benefits: QuickBenefit[];
444
+ variant: 'esign' | 'ratafia';
445
+ }
446
+
447
+ export declare interface Features {
448
+ id: string;
449
+ title: string;
450
+ icon: ReactNode | null;
451
+ description: string;
452
+ upcoming: boolean;
453
+ upcomingText?: string;
454
+ }
455
+
456
+ export declare const FeaturesSection: FC<FeaturesSectionProps>;
457
+
458
+ export declare interface FeaturesSectionProps {
459
+ title: string;
460
+ description: string;
461
+ features: Features[];
462
+ rightImage: ReactNode | null;
463
+ }
464
+
465
+ export declare const FillFormsIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
466
+
467
+ export declare const FinanceIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
468
+
469
+ export declare const Footer: FC<FooterProps>;
470
+
471
+ export declare const FooterNav: FC<FooterNavProps>;
472
+
473
+ export interface FooterNavItemProps {
474
+ id: string;
475
+ link: ReactNode;
476
+ badge?: string | null;
477
+ }
478
+
479
+ export declare interface FooterNavProps {
480
+ title: string;
481
+ links: FooterNavItemProps[];
482
+ }
483
+
484
+ export declare interface FooterProps {
485
+ nav: FooterNavProps[];
486
+ contactInfo: {
487
+ phoneNumber: string;
488
+ contactHoursText: string;
489
+ contactHours: string;
490
+ dataQa?: string;
491
+ };
492
+ logoGray?: ReactNode;
493
+ socialLinks?: ReactNode[];
494
+ legalLinks?: ReactNode[];
495
+ disclaimerText?: string;
496
+ copyrightText?: string;
497
+ trustPilot?: ReactNode;
498
+ languageSelector?: ReactNode;
499
+ }
500
+
501
+ export declare interface FormattedLanguageItem {
502
+ code: string;
503
+ name: string;
504
+ url?: string;
505
+ flag: ReactNode;
506
+ }
507
+
508
+ export declare const FreeDocumentModal: FC<FreeDocumentModalProps>;
509
+
510
+ export declare interface FreeDocumentModalProps {
511
+ image?: ReactNode;
512
+ title?: string;
513
+ description?: string;
514
+ cta?: ReactNode;
515
+ isOpen: boolean;
516
+ setIsOpen: (open: boolean) => void;
517
+ }
518
+
519
+ export declare const GbFlagIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
520
+
521
+ export declare const getButtonClasses: (size?: ButtonSize, variant?: ResponsiveButtonVariant, iconPosition?: IconPosition, disabled?: boolean, className?: string) => string;
522
+
523
+ export declare const GuidelinesSection: FC<GuidelinesSectionProps>;
524
+
525
+ export declare interface GuidelinesSectionProps {
526
+ header: SectionHeadingProps;
527
+ guidelineCards: Array<{
528
+ title: string;
529
+ image: ReactNode;
530
+ content: string;
531
+ }>;
532
+ footerCard: {
533
+ title: string;
534
+ image: ReactNode;
535
+ content: string;
536
+ cta: LinkWrapperProps;
537
+ };
538
+ }
539
+
540
+ export declare const HamburgerIcon: ({ fill, ...props }: React_2.SVGProps<SVGSVGElement>) => JSX.Element;
541
+
542
+ export declare const Header: FC<HeaderProps>;
543
+
544
+ export declare interface HeaderProps {
545
+ logo: ReactNode;
546
+ navMenu: NavMenuProps;
547
+ searchBarProps: SearchBarProps;
548
+ languageSelectorProps?: LanguageSelectorProps;
549
+ userActions: ReactNode;
550
+ mobileMenu: Omit<MobileMenuProps, 'logo' | 'userActions' | 'searchBarProps'>;
551
+ }
552
+
553
+ export declare const HelpGuideIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
554
+
555
+ export declare type Hero2Highlight = {
556
+ id: string;
557
+ label: string;
558
+ icon: ReactNode;
559
+ };
560
+
561
+ export declare const Hero2Section: FC<Hero2SectionProps>;
562
+
563
+ export declare interface Hero2SectionProps {
564
+ bgLeft: ReactNode | null;
565
+ bgRight: ReactNode | null;
566
+ title: string;
567
+ description: string;
568
+ highlights: Hero2Highlight[];
569
+ variant: 'esign' | 'ratafia';
570
+ uploadZone: UploadZoneProps;
571
+ }
572
+
573
+ export declare const HeroImageShell: FC<HeroImageShellProps>;
574
+
575
+ export declare interface HeroImageShellProps {
576
+ src: string | null;
577
+ alt: string;
578
+ priority?: boolean;
579
+ }
580
+
581
+ export declare const HeroSection: FC<HeroSectionProps>;
582
+
583
+ export declare interface HeroSectionProps {
584
+ title: string;
585
+ description?: string;
586
+ bgImage: ReactNode | null;
587
+ cta?: ReactNode;
588
+ heroDocuments: ItemProps[];
589
+ listTitle?: string;
590
+ }
591
+
592
+ export declare const HighlightedText: React_2.FC<{
593
+ text: string;
594
+ highlight: string;
595
+ }>;
596
+
597
+ export declare const HistoryIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
598
+
599
+ export declare interface HomeStepsProps {
600
+ image: ReactNode;
601
+ header: SectionHeadingProps;
602
+ steps: {
603
+ id: string;
604
+ title: string;
605
+ description: string;
606
+ image: ReactNode;
607
+ }[];
608
+ }
609
+
610
+ export declare const HowItWorksSection: FC<HowItWorksSectionProps>;
611
+
612
+ export declare interface HowItWorksSectionProps {
613
+ media: ReactNode;
614
+ title: string;
615
+ description: string;
616
+ steps: HowItWorksStep[];
617
+ variant: 'esign' | 'ratafia';
618
+ }
619
+
620
+ export declare interface HowItWorksStep {
621
+ id: string;
622
+ title: string;
623
+ description: string;
624
+ icon: ReactNode;
625
+ }
626
+
627
+ export declare type IconPosition = 'left' | 'right' | 'top';
628
+
629
+ export declare const ImageWithPreview: FC<ImageWithPreviewProps>;
630
+
631
+ export declare interface ImageWithPreviewProps {
632
+ small: ReactNode;
633
+ large: ReactNode;
634
+ onZoomClick?: () => void;
635
+ }
636
+
637
+ export declare const InfoIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
638
+
639
+ export declare const Input: FC<InputProps>;
640
+
641
+ export declare type InputFieldData = {
642
+ isVisible: boolean;
643
+ id: string;
644
+ label: string;
645
+ name: string;
646
+ placeholder: string;
647
+ value: string;
648
+ onChange: (str: string) => void;
649
+ dataQa: string;
650
+ };
651
+
652
+ export declare interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
653
+ dataQa?: string;
654
+ label: string;
655
+ id: string;
656
+ name: string;
657
+ type?: HTMLInputTypeAttribute;
658
+ placeholder?: string;
659
+ required?: boolean;
660
+ tooltip?: string;
661
+ onInputChange?: (str: string) => void;
662
+ containerClassName?: string;
663
+ error?: boolean;
664
+ errorMessage?: string;
665
+ }
666
+
667
+ export declare const InstagramIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
668
+
669
+ export declare const IntroSection: FC<IntroSectionProps>;
670
+
671
+ export declare interface IntroSectionProps {
672
+ image: ReactNode;
673
+ children: ReactNode;
674
+ cta?: LinkWrapperProps;
675
+ className?: string;
676
+ containerClassName?: string;
677
+ firstColumnClassName?: string;
678
+ secondColumnClassName?: string;
679
+ }
680
+
681
+ export declare const Item: FC<ItemProps>;
682
+
683
+ export declare interface ItemProps {
684
+ id: string;
685
+ image: ReactNode;
686
+ description?: string;
687
+ url: ReactNode;
688
+ urlDataQaSuffix?: string;
689
+ variant?: 'default' | 'card';
690
+ className?: string;
691
+ }
692
+
693
+ export declare const JumboCard: FC<JumboCardProps>;
694
+
695
+ export declare interface JumboCardProps {
696
+ title: string;
697
+ description: string;
698
+ subtitle?: string;
699
+ bgImage: ReactNode | null;
700
+ lastUpdate?: string;
701
+ }
702
+
703
+ export declare const JumboDocs: FC<JumboDocsProps>;
704
+
705
+ export declare interface JumboDocsProps {
706
+ trustedBadge?: TrustedBadgeProps;
707
+ imagePreview: ReactNode | null;
708
+ title: string;
709
+ freeDocTexts: string[];
710
+ pdfDownload: ReactNode;
711
+ wordDownload: ReactNode;
712
+ }
713
+
714
+ export declare const Jumbotron: FC<JumbotronProps>;
715
+
716
+ export declare const Jumbotron2: FC<Jumbotron2Props>;
717
+
718
+ export declare interface Jumbotron2Props {
719
+ title: ReactNode;
720
+ subtitle?: string;
721
+ className?: string;
722
+ children?: ReactNode;
723
+ variant?: 'default' | 'contact';
724
+ }
725
+
726
+ export declare const Jumbotron3: FC<Jumbotron3Props>;
727
+
728
+ export declare interface Jumbotron3Props {
729
+ title: string;
730
+ }
731
+
732
+ export declare interface JumbotronProps {
733
+ title: string;
734
+ description: string;
735
+ bgImage: ReactNode | null;
736
+ }
737
+
738
+ export declare const LanguageSelector: FC<LanguageSelectorProps>;
739
+
740
+ export declare interface LanguageSelectorProps {
741
+ currentLanguage: FormattedLanguageItem;
742
+ availableLanguages: FormattedLanguageItem[];
743
+ variant?: LanguageSelectorVariant;
744
+ isOpen?: boolean;
745
+ onToggle?: () => void;
746
+ }
747
+
748
+ export declare type LanguageSelectorVariant = 'default' | 'compact';
749
+
750
+ export declare const LawGeniusImageShell: FC<LawGeniusImageShellProps>;
751
+
752
+ export declare interface LawGeniusImageShellProps {
753
+ src: string | null;
754
+ alt: string;
755
+ }
756
+
757
+ export declare interface LawGeniusSectionProps {
758
+ title: string;
759
+ content: string;
760
+ benefits?: {
761
+ id: string;
762
+ label: string;
763
+ icon: ReactNode;
764
+ }[];
765
+ /** When set, renders below the markdown instead of benefit chips (e.g. stacked AI step cards). */
766
+ stepsSlot?: ReactNode;
767
+ /** Optional copy between steps and CTA (centered + steps layout only). */
768
+ belowStepsSlot?: ReactNode;
769
+ cta: ReactNode;
770
+ image: ReactNode;
771
+ /** When true with `stepsSlot`, skips LinkWrapper around `cta` (e.g. plain Button). */
772
+ skipCtaWrapper?: boolean;
773
+ sectionClassName?: string;
774
+ innerClassName?: string;
775
+ }
776
+
777
+ export declare const LawGeniusStepCard: FC<LawGeniusStepCardProps>;
778
+
779
+ export declare interface LawGeniusStepCardProps {
780
+ title: string;
781
+ descriptionMarkdown: string;
782
+ iconUrl: string | null;
783
+ iconAlt?: string;
784
+ }
785
+
786
+ export declare const LinkedinIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
787
+
788
+ export declare interface LinkedProductProps {
789
+ slug: string;
790
+ children: ReactNode;
791
+ }
792
+
793
+ export declare const LinkedProducts: FC<LinkedProductsProps>;
794
+
795
+ export declare interface LinkedProductsProps {
796
+ linkedProducts: LinkedProductProps[];
797
+ }
798
+
799
+ export declare const LinkWrapper: ({ size, variant, iconPosition, disabled, className, children }: LinkWrapperProps) => JSX.Element;
800
+
801
+ export declare interface LinkWrapperProps {
802
+ children: ReactNode;
803
+ size?: ButtonSize;
804
+ variant?: ResponsiveButtonVariant;
805
+ iconPosition?: IconPosition;
806
+ disabled?: boolean;
807
+ className?: string;
808
+ }
809
+
810
+ export declare const LocationIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
811
+
812
+ export declare const MailFillIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
813
+
814
+ export declare const Markdown: FC_2<MarkdownProps>;
815
+
816
+ export declare interface MarkdownProps {
817
+ content: string;
818
+ className?: string;
819
+ useCustom?: boolean;
820
+ variant?: MarkdownVariants;
821
+ }
822
+
823
+ export type MarkdownVariants = 'default' | 'legal' | 'ratafia' | 'tooltip' | 'about-us' | 'pricing' | 'unsubscribe' | 'cookies' | 'story';
824
+
825
+ export declare const MissionSection: FC<MissionSectionProps>;
826
+
827
+ export declare interface MissionSectionProps {
828
+ title: string;
829
+ body: string;
830
+ image: ReactNode;
831
+ }
832
+
833
+ export declare interface MobileContactInfo {
834
+ phoneNumber: string;
835
+ contactHoursLabel?: string;
836
+ contactHours?: string;
837
+ dataQa?: string;
838
+ }
839
+
840
+ export declare const MobileMenu: FC<MobileMenuProps>;
841
+
842
+ export declare interface MobileMenuProps {
843
+ isOpen: boolean;
844
+ onOpen: () => void;
845
+ onClose: () => void;
846
+ logo: ReactNode;
847
+ userActions: ReactNode;
848
+ searchBarProps: SearchBarProps;
849
+ sections?: MobileMenuSection[];
850
+ contactInfo?: MobileContactInfo;
851
+ openText: string;
852
+ closeText: string;
853
+ }
854
+
855
+ export declare interface MobileMenuSection {
856
+ id?: string;
857
+ title?: string;
858
+ icon: ReactNode | null;
859
+ items?: {
860
+ id: string;
861
+ link: ReactNode;
862
+ tag?: string;
863
+ }[];
864
+ seeAll?: ReactNode | null;
865
+ content?: ReactNode | null;
866
+ }
867
+
868
+ export declare const Modal: ({ trigger, children, isOpen, setIsOpen, showClose, onTrigger }: ModalProps) => JSX.Element;
869
+
870
+ export interface ModalProps {
871
+ trigger?: ReactNode;
872
+ children: ReactNode;
873
+ isOpen: boolean;
874
+ setIsOpen: (open: boolean) => void;
875
+ showClose?: boolean;
876
+ onTrigger?: () => void;
877
+ }
878
+
879
+ export declare const MoreTemplatesSection: FC<PopularDocumentsProps>;
880
+
881
+ export declare const NavMenu: FC<NavMenuProps>;
882
+
883
+ export declare const NavMenuItem: FC<NavMenuItemProps | NavMenuLink>;
884
+
885
+ export declare type NavMenuItemProps = {
886
+ id: string;
887
+ label: string;
888
+ dataQa?: string;
889
+ dropdownItems: (NavMenuItemProps | NavMenuLink)[];
890
+ hasDropdown: true;
891
+ isNested?: boolean;
892
+ onItemClick?: () => void;
893
+ isOpen?: boolean;
894
+ onToggle?: (open: boolean) => void;
895
+ };
896
+
897
+ export declare type NavMenuLink = {
898
+ id: string;
899
+ link: ReactNode;
900
+ tag?: string;
901
+ hasDropdown: false;
902
+ isNested?: boolean;
903
+ bold?: boolean;
904
+ onItemClick?: () => void;
905
+ isOpen?: boolean;
906
+ onToggle?: (open: boolean) => void;
907
+ dataQa?: string;
908
+ };
909
+
910
+ export declare interface NavMenuProps {
911
+ navItems: (NavMenuItemProps | NavMenuLink)[];
912
+ className?: string;
913
+ }
914
+
915
+ export declare const Note: FC<NoteProps>;
916
+
917
+ export interface NoteProps {
918
+ children: ReactNode;
919
+ }
920
+
921
+ export declare const PartnersSection: FC<PartnersSectionProps>;
922
+
923
+ export declare interface PartnersSectionProps {
924
+ header: SectionHeadingProps;
925
+ body: string;
926
+ partners: Array<{
927
+ name: string;
928
+ logo: ReactNode;
929
+ }>;
930
+ }
931
+
932
+ export declare const PersonalIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
933
+
934
+ export declare const PhoneButton: ({ phoneNumber, className, dataQa }: PhoneButtonProps) => JSX.Element;
935
+
936
+ export interface PhoneButtonProps {
937
+ phoneNumber: string;
938
+ className?: string;
939
+ dataQa?: string;
940
+ }
941
+
942
+ export declare const PhoneIcon: default_2.FC<{
943
+ width?: number;
944
+ height?: number;
945
+ fill?: string;
946
+ }>;
947
+
948
+ export declare const PhoneTalkIcon: ({ fill, ...props }: React_2.SVGProps<SVGSVGElement>) => JSX.Element;
949
+
950
+ export declare const PlusIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
951
+
952
+ export declare interface PopularDocumentsProps {
953
+ header: SectionHeadingProps;
954
+ moreDocuments?: ItemProps[];
955
+ }
956
+
957
+ export declare const Preform: FC<PreformProps>;
958
+
959
+ export declare const PreformOption: FC<PreformOptionProps>;
960
+
961
+ export declare interface PreformOptionProps {
962
+ label: string;
963
+ value: string;
964
+ alternativeUrl: string | null;
965
+ dataQa?: string;
966
+ icon: ReactNode;
967
+ selected: boolean;
968
+ onClick?: (str: string) => void;
969
+ }
970
+
971
+ export declare interface PreformProps {
972
+ trustedBadge: TrustedBadgeProps;
973
+ cta: ReactNode;
974
+ radioFieldData?: RadioFieldData;
975
+ inputFieldData?: InputFieldData;
976
+ tooltips: TooltipsProps[];
977
+ }
978
+
979
+ export declare const PreviewDownload: FC<PreviewDownloadProps>;
980
+
981
+ export declare interface PreviewDownloadProps {
982
+ title: string;
983
+ preview: ImageWithPreviewProps | null;
984
+ cta: ReactNode | null;
985
+ footerText: string;
986
+ pdfDownload: ReactNode;
987
+ wordDownload: ReactNode;
988
+ onZoomClick?: () => void;
989
+ }
990
+
991
+ export declare const PreviewSection: FC<PreviewSectionProps>;
992
+
993
+ export declare interface PreviewSectionProps {
994
+ title: string;
995
+ documentPreview: string;
996
+ cta: ReactNode;
997
+ comingSoonCta: ReactNode | null;
998
+ onPreviewScroll?: () => void;
999
+ }
1000
+
1001
+ export declare interface PricingOfferingItem {
1002
+ id: string;
1003
+ icon: ReactNode;
1004
+ title: string;
1005
+ description: string;
1006
+ }
1007
+
1008
+ export declare const PricingOfferingsSection: FC<PricingOfferingsSectionProps>;
1009
+
1010
+ export declare interface PricingOfferingsSectionProps {
1011
+ heading: string;
1012
+ items: PricingOfferingItem[];
1013
+ }
1014
+
1015
+ export declare const PricingPlanCard: FC<PricingPlanCardProps>;
1016
+
1017
+ export declare interface PricingPlanCardProps {
1018
+ variant: PricingPlanVariant;
1019
+ title: string;
1020
+ subtitle: string;
1021
+ items: {
1022
+ image: ReactNode;
1023
+ text: string;
1024
+ id: string;
1025
+ isHighlighted?: boolean;
1026
+ cardStyles?: PricingPlanVariant;
1027
+ }[];
1028
+ cta?: ReactNode;
1029
+ icon?: ReactNode;
1030
+ }
1031
+
1032
+ export declare interface PricingPlanColumnProps {
1033
+ plan: PricingPlanCardProps;
1034
+ footnote?: string;
1035
+ }
1036
+
1037
+ export declare const PricingPlansSection: FC<PricingPlansSectionProps>;
1038
+
1039
+ export declare interface PricingPlansSectionProps {
1040
+ heading: string;
1041
+ columns: PricingPlanColumnProps[];
1042
+ }
1043
+
1044
+ export declare type PricingPlanVariant = 'Primary' | 'Secondary';
1045
+
1046
+ export declare interface PricingSupportTeaserCard {
1047
+ id: string;
1048
+ icon: ReactNode;
1049
+ content: string;
1050
+ }
1051
+
1052
+ export declare const PricingSupportTeaserSection: FC<PricingSupportTeaserSectionProps>;
1053
+
1054
+ export declare interface PricingSupportTeaserSectionProps {
1055
+ cards: PricingSupportTeaserCard[];
1056
+ heading: string;
1057
+ description: string;
1058
+ }
1059
+
1060
+ export declare const PrintIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
1061
+
1062
+ export declare const PrivateIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
1063
+
1064
+ export declare const ProcessSection: FC<HomeStepsProps>;
1065
+
1066
+ export declare const ProductInfo: FC<ProductInfoProps>;
1067
+
1068
+ export declare interface ProductInfoProps {
1069
+ lastUpdate: string;
1070
+ reviewer?: ReactNode;
1071
+ alsoKnownAs: {
1072
+ label: string;
1073
+ docs: string[];
1074
+ };
1075
+ }
1076
+
1077
+ export declare const QuestionIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
1078
+
1079
+ export declare const QuestionOutlineIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
1080
+
1081
+ export declare interface QuickBenefit {
1082
+ id: string;
1083
+ title: string;
1084
+ description: string;
1085
+ icon: ReactNode;
1086
+ }
1087
+
1088
+ export declare type RadioFieldData = {
1089
+ isVisible: boolean;
1090
+ label: string;
1091
+ name: string;
1092
+ options: PreformOptionProps[];
1093
+ radioSelected: string;
1094
+ onClick: (str: string) => void;
1095
+ };
1096
+
1097
+ export declare const RatafiaSection: FC<LawGeniusSectionProps>;
1098
+
1099
+ export declare const RealStateIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
1100
+
1101
+ export declare const ResourcesImageShell: FC<ResourcesImageShellProps>;
1102
+
1103
+ export declare interface ResourcesImageShellProps {
1104
+ src: string | null;
1105
+ alt: string;
1106
+ }
1107
+
1108
+ export declare type ResponsiveButtonVariant = ButtonVariant | {
1109
+ initial?: ButtonVariant;
1110
+ sm?: ButtonVariant;
1111
+ md?: ButtonVariant;
1112
+ lg?: ButtonVariant;
1113
+ xl?: ButtonVariant;
1114
+ };
1115
+
1116
+ export declare const SaveIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
1117
+
1118
+ export declare const ScalatorIcon: ({ fill, ...props }: React_2.SVGProps<SVGSVGElement>) => JSX.Element;
1119
+
1120
+ export declare const SearchBar: FC<SearchBarProps>;
1121
+
1122
+ export declare interface SearchBarProps {
1123
+ items: SearchItem[];
1124
+ placeholder?: string;
1125
+ isOpen?: boolean;
1126
+ onToggle?: () => void;
1127
+ searchValue?: string;
1128
+ onInputChange?: (e: ChangeEvent<HTMLInputElement>) => void;
1129
+ onClear?: () => void;
1130
+ allDocumentsItem?: SearchItem;
1131
+ }
1132
+
1133
+ export declare const SearchIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
1134
+
1135
+ export declare interface SearchItem {
1136
+ id: string;
1137
+ link: ReactNode;
1138
+ }
1139
+
1140
+ export declare const SectionHeading: FC<SectionHeadingProps>;
1141
+
1142
+ export declare interface SectionHeadingProps {
1143
+ title: string;
1144
+ description?: string;
1145
+ align?: 'start' | 'center';
1146
+ titleClass?: string;
1147
+ className?: string;
1148
+ hasMaxWidth?: boolean;
1149
+ }
1150
+
1151
+ export declare const Select: FC<SelectProps>;
1152
+
1153
+ export declare interface SelectProps extends React.SelectHTMLAttributes<HTMLSelectElement> {
1154
+ dataQa?: string;
1155
+ label?: string;
1156
+ id: string;
1157
+ name: string;
1158
+ required?: boolean;
1159
+ placeholder?: string;
1160
+ options: {
1161
+ label: string;
1162
+ value: string;
1163
+ }[];
1164
+ containerClassName?: string;
1165
+ error?: boolean;
1166
+ errorMessage?: string;
1167
+ }
1168
+
1169
+ export declare const SinglePhoneIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
1170
+
1171
+ export declare const SparkIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
1172
+
1173
+ export declare const StarsIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
1174
+
1175
+ export declare const StepImageShell: FC<StepImageShellProps>;
1176
+
1177
+ export declare interface StepImageShellProps {
1178
+ src: string | null;
1179
+ alt: string;
1180
+ }
1181
+
1182
+ export declare const Storyline: FC<StorylineProps>;
1183
+
1184
+ export declare interface StorylineProps {
1185
+ title: string;
1186
+ text: string;
1187
+ storyItems: {
1188
+ title: string;
1189
+ description: string;
1190
+ icon: ReactNode;
1191
+ }[];
1192
+ }
1193
+
1194
+ export declare type SubtypeDocumentProps = DefaultSubtypeDocumentProps | AlternativeSubtypeDocumentProps;
1195
+
1196
+ export declare const TableOfContents: FC<TableOfContentsProps>;
1197
+
1198
+ export declare interface TableOfContentsProps {
1199
+ title: string;
1200
+ contents: {
1201
+ title: string;
1202
+ link: string;
1203
+ }[];
1204
+ }
1205
+
1206
+ export declare const TableOfContentsWrapper: FC<{
1207
+ title: ReactNode;
1208
+ children: ReactNode;
1209
+ }>;
1210
+
1211
+ export interface TagProps {
1212
+ title: string;
1213
+ icon: ReactNode;
1214
+ variant: 'default' | 'highlight' | 'dark';
1215
+ className?: string;
1216
+ }
1217
+
1218
+ export declare const Textarea: FC<TextareaProps>;
1219
+
1220
+ export declare interface TextareaProps extends React.TextareaHTMLAttributes<HTMLTextAreaElement> {
1221
+ dataQa?: string;
1222
+ label: string;
1223
+ id: string;
1224
+ name: string;
1225
+ required?: boolean;
1226
+ placeholder?: string;
1227
+ error?: boolean;
1228
+ errorMessage?: string;
1229
+ }
1230
+
1231
+ export declare const TikTokIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
1232
+
1233
+ export declare const TimeIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
1234
+
1235
+ export declare const Toast: ({ show, title, message, type, onClose }: ToastProps) => JSX.Element | null;
1236
+
1237
+ export declare interface ToastProps {
1238
+ show: boolean;
1239
+ title: string;
1240
+ message: string;
1241
+ type?: 'success' | 'error' | 'default';
1242
+ onClose: () => void;
1243
+ }
1244
+
1245
+ export declare const Tooltips: FC<TooltipsProps>;
1246
+
1247
+ export declare interface TooltipsProps {
1248
+ title: string;
1249
+ content: string;
1250
+ }
1251
+
1252
+ export declare const TrustedBadge: FC<TrustedBadgeProps>;
1253
+
1254
+ export declare interface TrustedBadgeProps {
1255
+ children: ReactNode;
1256
+ }
1257
+
1258
+ export declare const TrustedIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
1259
+
1260
+ export declare const TrustPilotSection: ({ trustPilot, content, title }: TrustPilotSectionProps) => JSX.Element;
1261
+
1262
+ export declare interface TrustPilotSectionProps {
1263
+ trustPilot?: React.ReactNode;
1264
+ content: string;
1265
+ title: string;
1266
+ }
1267
+
1268
+ export declare const TrustSection: FC<TrustSectionProps>;
1269
+
1270
+ export declare interface TrustSectionProps {
1271
+ header: SectionHeadingProps;
1272
+ trustReasons: string[];
1273
+ cta: ReactNode;
1274
+ trustPilot?: ReactNode;
1275
+ }
1276
+
1277
+ export declare const TryNowSection: FC<TryNowSectionProps>;
1278
+
1279
+ export declare interface TryNowSectionProps {
1280
+ title: string;
1281
+ benefits: string[];
1282
+ cta: ReactNode;
1283
+ }
1284
+
1285
+ export declare const TwoColumnSection: FC<TwoColumnSectionProps>;
1286
+
1287
+ export declare interface TwoColumnSectionProps {
1288
+ firstColumn: ReactNode;
1289
+ secondColumn: ReactNode;
1290
+ className?: string;
1291
+ containerClassName?: string;
1292
+ }
1293
+
1294
+ export declare const UnsubscribeSection: FC<UnsubscribeSectionProps>;
1295
+
1296
+ export declare interface UnsubscribeSectionProps {
1297
+ children: ReactNode;
1298
+ }
1299
+
1300
+ export interface UploadZoneProps {
1301
+ uploadPromptText: string;
1302
+ addDocumentLabel: string;
1303
+ fileSizeText: string;
1304
+ disclaimer: string;
1305
+ containerClassName?: string;
1306
+ onAddDocument?: () => void;
1307
+ onDropDocument?: (e: React.DragEvent<HTMLDivElement>) => void;
1308
+ dataQa?: string;
1309
+ }
1310
+
1311
+ export declare const UsFlagIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
1312
+
1313
+ export declare const ValuesSection: FC<ValuesSectionProps>;
1314
+
1315
+ export declare interface ValuesSectionProps {
1316
+ title: string;
1317
+ body: string;
1318
+ image: ReactNode;
1319
+ }
1320
+
1321
+ export declare const VerifiedIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
1322
+
1323
+ export declare const WeHelpSection: FC<WeHelpSectionProps>;
1324
+
1325
+ export declare interface WeHelpSectionProps {
1326
+ title: string;
1327
+ image: ReactNode;
1328
+ cta: LinkWrapperProps;
1329
+ body: string;
1330
+ }
1331
+
1332
+ export declare const ZoomIcon: FC<SVGProps<SVGSVGElement>>;
1333
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-contracts-ui",
3
- "version": "0.158.2",
3
+ "version": "0.158.4",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",