@mindly/ui-components 6.2.12 → 6.2.14

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.
@@ -7,6 +7,7 @@ export interface Props extends Omit<TypographyProps, 'children'> {
7
7
  countLines?: number;
8
8
  expandType?: 'inline' | 'modal';
9
9
  classNameTitle?: string;
10
+ classNameReviewText?: string;
10
11
  onExpand?(): void;
11
12
  t?: WithTranslation['t'];
12
13
  presentingElement?: HTMLElement;
package/dist/index.d.ts CHANGED
@@ -3243,6 +3243,7 @@ interface Props$2 extends Omit<TypographyProps, 'children'> {
3243
3243
  countLines?: number;
3244
3244
  expandType?: 'inline' | 'modal';
3245
3245
  classNameTitle?: string;
3246
+ classNameReviewText?: string;
3246
3247
  onExpand?(): void;
3247
3248
  t?: WithTranslation['t'];
3248
3249
  presentingElement?: HTMLElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "6.2.12",
3
+ "version": "6.2.14",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",