@npm_leadtech/legal-lib-components 2.31.5 → 2.31.6

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,8 @@
1
1
  import { type RichTextMedia } from './RichTextMedia';
2
2
  export interface RichTextStrapiProps {
3
3
  html?: string;
4
- showLessHtml?: string;
4
+ showMoreTextShortResponse?: string;
5
+ showMoreTextCompleteResponse?: string;
5
6
  className?: string;
6
7
  medias?: RichTextMedia[];
7
8
  }
package/dist/index.d.ts CHANGED
@@ -343,7 +343,8 @@ interface RichTextMedia {
343
343
 
344
344
  interface RichTextStrapiProps {
345
345
  html?: string;
346
- showLessHtml?: string;
346
+ showMoreTextShortResponse?: string;
347
+ showMoreTextCompleteResponse?: string;
347
348
  className?: string;
348
349
  medias?: RichTextMedia[];
349
350
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.31.5",
3
+ "version": "2.31.6",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.1.4",
6
6
  "@tippyjs/react": "4.2.6",