@npm_leadtech/legal-lib-components 2.45.0 → 2.45.1

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,10 +1,12 @@
1
1
  /// <reference types="react" />
2
+ import { type RichTextStrapiProps } from '../../atoms';
2
3
  export interface TypeModulesListProps {
3
4
  typeModules: TypeModule[];
4
5
  }
5
6
  export interface TypeModule {
7
+ id: string;
6
8
  title: string;
7
- description: string;
9
+ description: RichTextStrapiProps;
8
10
  buttonPdfCta: string;
9
11
  buttonPdfUrl: string;
10
12
  buttonWordCta: string;
package/dist/index.d.ts CHANGED
@@ -877,8 +877,9 @@ interface TypeModulesListProps {
877
877
  typeModules: TypeModule[];
878
878
  }
879
879
  interface TypeModule {
880
+ id: string;
880
881
  title: string;
881
- description: string;
882
+ description: RichTextStrapiProps;
882
883
  buttonPdfCta: string;
883
884
  buttonPdfUrl: string;
884
885
  buttonWordCta: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.45.0",
3
+ "version": "2.45.1",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.1.4",
6
6
  "@tippyjs/react": "4.2.6",