@zealicsolutions/web-ui 0.4.88 → 0.4.90

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,4 +21,4 @@ export declare type RichTextEditorProps = Partial<{
21
21
  moleculeId: string;
22
22
  isTrigger: boolean;
23
23
  }>;
24
- export declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, moleculeId, isTrigger, }: RichTextEditorProps) => JSX.Element;
24
+ export declare const RichTextViewer: ({ value, font, color, textStyles, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, moleculeId, isTrigger, }: RichTextEditorProps) => JSX.Element;
package/dist/index.d.ts CHANGED
@@ -1014,7 +1014,7 @@ declare type RichTextEditorProps = Partial<{
1014
1014
  moleculeId: string;
1015
1015
  isTrigger: boolean;
1016
1016
  }>;
1017
- declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, moleculeId, isTrigger, }: RichTextEditorProps) => JSX.Element;
1017
+ declare const RichTextViewer: ({ value, font, color, textStyles, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, moleculeId, isTrigger, }: RichTextEditorProps) => JSX.Element;
1018
1018
 
1019
1019
  declare type RadioButtonInternalConfigProps = Partial<{
1020
1020
  selectedRadioOptionBackgroundColor: ThemeColors$1 | string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.4.88",
4
- "testVersion": "0.3.248",
3
+ "version": "0.4.90",
4
+ "testVersion": "0.3.251",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"