@zealicsolutions/web-ui 0.4.58 → 0.4.59

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 | null;
24
+ export declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, moleculeId, isTrigger, }: RichTextEditorProps) => JSX.Element;
package/dist/index.d.ts CHANGED
@@ -976,7 +976,7 @@ declare type RichTextEditorProps = Partial<{
976
976
  moleculeId: string;
977
977
  isTrigger: boolean;
978
978
  }>;
979
- declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, moleculeId, isTrigger, }: RichTextEditorProps) => JSX.Element | null;
979
+ declare const RichTextViewer: ({ value, color, textStyles, font, numberOfLines, extraTextProps, renderElementWrapperComponent, renderElementWrapperProps, htmlElementId, moleculeId, isTrigger, }: RichTextEditorProps) => JSX.Element;
980
980
 
981
981
  declare type RadioButtonInternalConfigProps = Partial<{
982
982
  selectedRadioOptionBackgroundColor: ThemeColors$1 | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.4.58",
3
+ "version": "0.4.59",
4
4
  "testVersion": "0.3.193",
5
5
  "repository": {
6
6
  "type": "git",