@npm_leadtech/legal-contracts-ui 0.37.1 → 0.37.2

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.
@@ -227,6 +227,11 @@ export declare interface FaqItemProps {
227
227
  answer: string;
228
228
  }
229
229
 
230
+ export declare const FaqItemWrapper: FC<{
231
+ question: ReactNode;
232
+ children: ReactNode;
233
+ }>;
234
+
230
235
  export declare const FaqSection: FC<FaqSectionProps>;
231
236
 
232
237
  export declare interface FaqSectionProps {
@@ -452,11 +457,17 @@ export declare interface LegalSectionProps {
452
457
 
453
458
  export declare const LinkedinIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
454
459
 
455
- export interface LinkedProductProps {
460
+ export declare interface LinkedProductProps {
456
461
  slug: string;
457
462
  children: ReactNode;
458
463
  }
459
464
 
465
+ export declare const LinkedProducts: FC<LinkedProductsProps>;
466
+
467
+ export declare interface LinkedProductsProps {
468
+ linkedProducts: LinkedProductProps[];
469
+ }
470
+
460
471
  export declare const LocationIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
461
472
 
462
473
  export declare const MailFillIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
@@ -682,6 +693,11 @@ export declare interface TableOfContentsProps {
682
693
  }[];
683
694
  }
684
695
 
696
+ export declare const TableOfContentsWrapper: FC<{
697
+ title: ReactNode;
698
+ children: ReactNode;
699
+ }>;
700
+
685
701
  export declare const Textarea: FC<TextareaProps>;
686
702
 
687
703
  export declare interface TextareaProps extends React.TextareaHTMLAttributes<HTMLTextAreaElement> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-contracts-ui",
3
- "version": "0.37.1",
3
+ "version": "0.37.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",