@mindly/ui-components 8.2.16 → 8.2.17

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.
@@ -4,6 +4,7 @@ export interface Props extends Omit<TypographyProps, 'children'> {
4
4
  className?: string;
5
5
  text: string;
6
6
  title?: string;
7
+ titleId?: string;
7
8
  titleIcon?: React.ReactNode;
8
9
  countLines?: number;
9
10
  expandType?: 'inline' | 'modal';
package/dist/index.d.ts CHANGED
@@ -3148,6 +3148,7 @@ interface Props$2 extends Omit<TypographyProps, 'children'> {
3148
3148
  className?: string;
3149
3149
  text: string;
3150
3150
  title?: string;
3151
+ titleId?: string;
3151
3152
  titleIcon?: React.ReactNode;
3152
3153
  countLines?: number;
3153
3154
  expandType?: 'inline' | 'modal';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "8.2.16",
3
+ "version": "8.2.17",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",